/*# sourceMappingURL=style.css.map */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a:focus, a:active {
	outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: "";
	content: none;
}

q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *:after, *:before {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
}

html {
	--header-height: 119px;
}

h1, h2, h3, h4 {
	font-family: spirits-soft, sans-serif;
}

h1 p, h2 p, h3 p, h4 p {
	font-size: inherit;
}

h1 {
	font-weight: var(--mdui-typescale-headline-large-weight);
	font-size: var(--mdui-typescale-headline-large-size);
	line-height: var(--mdui-typescale-headline-large-line-height);
	letter-spacing: var(--mdui-typescale-headline-large-tracking);
}

@media (max-width: 500px) {
	h1 {
		font-size: 64px;
		line-height: 62px;
	}
}

h2 {
	font-weight: var(--mdui-typescale-headline-medium-weight);
	font-size: var(--mdui-typescale-headline-medium-size);
	line-height: var(--mdui-typescale-headline-medium-line-height);
	letter-spacing: var(--mdui-typescale-headline-medium-tracking);
}

@media (max-width: 500px) {
	h2 {
		font-size: 52px;
		line-height: 48px;
	}
}

h3 {
	font-weight: var(--mdui-typescale-headline-small-weight);
	font-size: var(--mdui-typescale-headline-small-size);
	line-height: var(--mdui-typescale-headline-small-line-height);
	letter-spacing: var(--mdui-typescale-headline-small-tracking);
}

@media (max-width: 500px) {
	h3 {
		font-size: 36px;
		line-height: 34px;
	}
}

h4 {
	font-weight: var(--mdui-typescale-headline-extra-small-weight);
	font-size: var(--mdui-typescale-headline-extra-small-size);
	line-height: var(--mdui-typescale-headline-extra-small-line-height);
	letter-spacing: var(--mdui-typescale-headline-extra-small-tracking);
}

@media (max-width: 500px) {
	h4 {
		font-size: 26px;
		line-height: 1.25;
	}
}

h5, h6 {
	font-family: trade-gothic-next, sans-serif;
	font-weight: bold;
}

sup {
	vertical-align: super;
	font-size: 75%;
	line-height: 0;
}

html, body {
	font-size: 100%;
	font-size: 14px;
	font-size: calc(16px + 0 * ( 100vw - 1024px ) / 896);
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-overflow-style: none;
	font-family: trade-gothic-next, sans-serif;
	color: rgb(var(--mdui-color-stout));
}

@media screen and (max-width: 1024px) {
	html, body {
		font-size: 16px;
	}
}

@media screen and (min-width: 1920px) {
	html, body {
		font-size: 16px;
	}
}

p {
	font-weight: var(--mdui-typescale-display-medium-weight);
	font-size: var(--mdui-typescale-display-medium-size);
	line-height: var(--mdui-typescale-display-medium-line-height);
	letter-spacing: var(--mdui-typescale-display-medium-tracking);
}

strong, b {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

.heading {
	text-align: inherit;
}

.label {
	font-family: spirits-soft, sans-serif;
	font-weight: var(--mdui-typescale-title-large-weight);
	font-size: var(--mdui-typescale-title-large-size);
	line-height: var(--mdui-typescale-title-large-line-height);
	letter-spacing: var(--mdui-typescale-title-large-tracking);
	text-transform: uppercase;
}

@media (max-width: 1249px) {
	.label {
		font-size: 26px;
	}
}

.label>b, .label>strong {
	color: rgb(var(--mdui-color-lager));
}

.label.small {
	font-family: trade-gothic-next, sans-serif;
	letter-spacing: 0;
	font-size: .6rem;
	font-weight: bold;
}

.label.script {
	font-family: "Yellowtail", cursive;
	color: rgb(var(--mdui-color-primary-light));
	font-size: 2rem;
	letter-spacing: 0;
	text-transform: none;
}

.button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 2px solid rgba(0, 0, 0, 0);
	font-size: 18px;
	line-height: 1.142em;
	white-space: nowrap;
	padding: 1rem 1.5rem;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	background: rgb(var(--mdui-color-primary-light));
	appearance: none;
	cursor: pointer;
	text-align: center;
	font-weight: 500;
	transition: background-color .3s ease, border-color .3s ease, color .3s ease;
}

.button span {
	display: inline-block;
}

.button.wide {
	padding: 1rem 3rem;
}

.button:hover {
	background: #333;
}

.button.blue {
	background: rgb(var(--mdui-color-brewhouse-blue));
}

.button.blue:hover {
	background: #333;
}

.button.outline {
	background-color: hsla(0, 0%, 100%, .15);
	border-color: #fff;
	color: #fff;
}

.button.outline img {
	transition: .3s ease;
}

.button.outline.dark {
	border-color: #000;
	color: #000;
}

.button.outline.dark img {
	filter: invert(1);
}

.button.outline:hover {
	background-color: #b11b1e;
	border-color: rgba(0, 0, 0, 0);
	color: #fff;
}

.button.outline:hover img {
	filter: none;
}

@media (max-width: 1249px) {
	.button {
		font-weight: bold;
		border-radius: 4px;
		padding: 12px 14px;
		font-size: 15px;
		line-height: 1.13;
		min-width: 150px;
		height: 49px;
	}
}

.icon {
	width: 1rem;
	height: 1rem;
}

.icon.white * {
	fill: #fff;
}

.datepicker .button {
	min-width: auto;
}

.handwriting {
	font-family: "Yellowtail", cursive;
	font-weight: 400;
	font-size: 44px;
	color: rgb(var(--mdui-color-primary-light));
	line-height: 50px;
	letter-spacing: -.25px;
}

@media (max-width: 1249px) {
	.handwriting {
		font-size: 32px;
		line-height: 40px;
	}
}

.text-color-red {
	color: rgb(var(--mdui-color-primary-light));
}

.text-color-golden-ale {
	color: rgb(var(--mdui-color-golden-ale));
}

.display-large {
	font-weight: var(--mdui-typescale-display-large-weight);
	font-size: var(--mdui-typescale-display-large-size);
	line-height: var(--mdui-typescale-display-large-line-height);
	letter-spacing: var(--mdui-typescale-display-large-tracking);
}

.display-medium {
	font-weight: var(--mdui-typescale-display-medium-weight);
	font-size: var(--mdui-typescale-display-medium-size);
	line-height: var(--mdui-typescale-display-medium-line-height);
	letter-spacing: var(--mdui-typescale-display-medium-tracking);
}

.disp-semibold-lg, .disp-semibold-lg p {
	font-weight: var(--mdui-typescale-title-large-weight);
	font-size: var(--mdui-typescale-title-large-size);
	line-height: var(--mdui-typescale-title-large-line-height);
	letter-spacing: var(--mdui-typescale-title-large-tracking);
}

.display-semibold-md {
	font-weight: var(--mdui-typescale-title-medium-weight);
	font-size: var(--mdui-typescale-title-medium-size);
	line-height: var(--mdui-typescale-title-medium-line-height);
	letter-spacing: var(--mdui-typescale-title-medium-tracking);
}

.text-subheadline {
	font-weight: var(--mdui-typescale-subheadline-weight);
	font-size: var(--mdui-typescale-subheadline-size);
	line-height: var(--mdui-typescale-subheadline-line-height);
	letter-spacing: var(--mdui-typescale-subheadline-tracking);
	font-family: "Yellowtail", sans-serif;
}

html, body {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgb(var(--mdui-color-foam-light));
}

main {
	overflow: hidden;
}

::-moz-selection {
	color: #fff;
	background: #000;
}

::selection {
	color: #fff;
	background: #000;
}

.cn-button.wp-default:focus, .cn-button.bootstrap:focus {
	outline: 2px solid #fff !important;
}

iframe:focus {
	outline-color: rgb(var(--mdui-color-stout));
}

a.skip-main {
	left: -999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -999;
}

a.skip-main:focus, a.skip-main:active {
	background: #fff;
	color: rgb(var(--mdui-color-stout));
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	overflow: auto;
	margin: 10px;
	padding: 5px;
	font-size: 1.4rem;
	z-index: 99999;
}

#cookie-notice {
	background: #333 !important;
}

.cn-button.bootstrap {
	background: rgb(var(--mdui-color-brewhouse-blue)) !important;
	padding: 1rem 2rem !important;
}

.section.first.solo {
	min-height: calc(var(--vh) * 80);
}

.mobileonly {
	display: none;
}

@media (max-width: 1249px) {
	.hidemobile {
		display: none;
	}
	
	.mobileonly {
		display: unset;
	}
}

.section {
	z-index: 10;
}

.container-default {
	margin: 0 auto;
	max-width: 1280px;
}

div.section.first:not(.archive-locations, .hero) {
	padding-top: 155px;
}

@media (max-width: 1249px) {
	div.section.first:not(.archive-locations, .hero) {
		padding-top: 0;
	}
}

*:focus {
	outline: 2px solid;
}

.section.edit {
	min-height: calc(var(--vh) * 75);
	position: relative;
}

.section.edit>.button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.section.localized {
	visibility: hidden;
}

.swiper-button {
	position: absolute;
	z-index: 100;
	top: 50%;
	width: 56px;
	height: 56px;
	background: hsla(0, 0%, 100%, .25);
	border-radius: 100%;
	cursor: pointer;
	-webkit-backdrop-filter: blur(2px);
	transform: scale(1) translateZ(0) translateY(-50%);
	transition: transform .5s cubic-bezier(.28, 0, .18, 1);
}

.swiper-button>.icon {
	position: absolute;
	display: block;
	width: calc(var(--pad) / 2);
	height: calc(var(--pad) / 2);
	fill: #fff;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: .5;
	transition: opacity .5s cubic-bezier(.28, 0, .18, 1);
}

.swiper-button.swiper-button-next {
	right: var(--pad);
}

.swiper-button.swiper-button-prev {
	left: var(--pad);
}

.swiper-button:hover {
	transform: scale(1.1) translateZ(0) translateY(-50%);
}

.swiper-button:hover>.icon {
	opacity: 1;
}

.swiper-button:focus {
	outline-color: #fff;
}

.swiper-button.invert {
	background: rgba(0, 0, 0, .5);
}

a.target {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a.target span {
	display: none !important;
}

.icon-download {
	width: 163px;
	height: 57px;
}

@media (max-width: 429px) {
	.icon-download {
		width: 121px;
		height: 42px;
	}
}

#grid {
	position: fixed;
	display: flex;
	display: none;
	flex-wrap: nowrap;
	height: 100vh;
	width: 100vw;
	pointer-events: none;
	z-index: 10000000;
}

#grid>div {
	flex-basis: var(--pad);
	height: 100%;
	border-right: 1px solid plum;
}

#grid.show {
	display: flex;
}

@media (max-width: 1249px) {
	#grid {
		border-left: 1px solid red;
		border-right: 1px solid red;
		width: calc(100vw - var(--pad) * 3);
		left: calc(var(--pad));
	}
	
	#grid>div {
		display: none;
	}
}

#global-header {
	position: fixed;
	width: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	overflow: hidden;
	-webkit-backdrop-filter: blur(0px);
	transition: -webkit-backdrop-filter .5s cubic-bezier(.28, 0, .18, 1) 0s;
}

#global-header:after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	opacity: .75;
	transform: translateY(-100%);
	transition: transform .6s cubic-bezier(.28, 0, .18, 1);
}

#global-header #header-bar {
	background: rgb(var(--mdui-color-brewhouse-blue)) !important;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	max-height: calc(1rem + var(--pad));
	overflow: hidden;
	position: relative;
	z-index: 10;
	transition: max-height .6s cubic-bezier(.28, 0, .18, 1) .2s;
	font-size: 14px;
}

#global-header #header-bar>div {
	padding: 8px;
	text-align: center;
	color: rgb(var(--mdui-color-foam));
}

#global-header #header-bar>div:nth-of-type(2) {
	flex-grow: 1;
	flex-basis: 40%;
}

#global-header #header-bar>div p {
	font-family: trade-gothic-next, sans-serif;
	font-weight: var(--mdui-typescale-title-small-weight);
	font-weight: 400;
	font-size: var(--mdui-typescale-title-small-size);
	line-height: var(--mdui-typescale-title-small-line-height);
	letter-spacing: var(--mdui-typescale-title-small-tracking);
}

#global-header #header-bar>div a {
	color: inherit;
}

#global-header #header-nav {
	display: flex;
	position: relative;
	z-index: 10;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}

#global-header #header-nav .mb-menu-order-online {
	display: none;
}

#global-header #header-nav>div {
	padding: 12px 0;
	transition: padding .5s cubic-bezier(.28, 0, .18, 1);
}

#global-header #header-nav #logo {
	outline-color: rgb(var(--mdui-color-stout));
	display: block;
	min-width: 182.58px;
}

#global-header #header-nav #logo img {
	display: block;
	height: 38px;
	width: auto;
	max-height: 38px;
	transition: max-height .5s cubic-bezier(.28, 0, .18, 1);
}

#global-header #header-nav #logo span {
	display: none;
}

#global-header #header-nav #logo svg {
	display: block;
	height: var(--pad);
	width: auto;
}

#global-header #header-nav #primary-menu {
	display: flex;
	align-items: center;
}

#global-header #header-nav #primary-menu #menu-sep {
	width: 2px;
	height: calc(var(--pad) / 1.5);
	background: rgb(var(--mdui-color-stout));
	opacity: .25;
	margin: 0 1rem;
}

#global-header #header-nav #primary-menu>li a:not(#logo) {
	font-family: spirits-soft, sans-serif;
	text-decoration: none;
	color: rgb(var(--mdui-color-foam-light));
	font-size: 1.875rem;
	line-height: 1;
	white-space: nowrap;
}

#global-header #header-nav #primary-menu>li a:not(#logo):hover, #global-header #header-nav #primary-menu>li a:not(#logo):focus {
	text-decoration: underline;
}

#global-header #header-nav #primary-menu>li:last-child {
	margin-right: 0;
}

#global-header #header-nav #search-menu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	width: 100%;
}

#global-header #header-nav #search-menu>li {
	flex-basis: 50%;
	margin-left: 1rem;
}

#global-header #header-nav #search-menu>li>.button {
	width: 100%;
	min-width: 180px;
	min-height: 48px;
	font-size: 18px;
	font-weight: 500;
}

#global-header #header-nav #search-menu form {
	width: calc(100% - var(--pad) / 4);
	margin-right: calc(var(--pad) / 4);
}

#global-header #header-nav #search-menu form input[type=text] {
	padding: 1rem;
	border-radius: 3px;
	border: 2px solid #ccc;
	width: 100%;
}

#global-header #header-nav #search-menu form button {
	display: none;
}

#global-header.sticky {
	-webkit-backdrop-filter: blur(6px);
	transition: -webkit-backdrop-filter .5s cubic-bezier(.28, 0, .18, 1) .5s;
}

#global-header.sticky #header-bar {
	max-height: 0;
}

#global-header.sticky #header-nav>div {
	padding: 15px 0;
}

#global-header.sticky #header-nav>div #logo img {
	max-height: 42.7px;
}

#global-header.sticky:after {
	transform: translateY(0);
}

#global-header.invert:after {
	background: rgb(var(--mdui-color-stout));
}

#global-header.invert #logo {
	outline-color: #fff;
}

#global-header.invert #logo img {
	filter: none !important;
}

#global-header.invert #logo svg {
	fill: rgb(var(--mdui-color-foam-light));
}

#global-header.invert #header-nav #primary-menu #menu-sep {
	background: rgb(var(--mdui-color-foam-light));
}

#global-header.invert #header-nav #primary-menu>li a:not(#logo) {
	color: rgb(var(--mdui-color-foam-light));
}

@media (max-width: 1249px) {
	#global-header {
		display: none;
	}
}

#mobile-header {
	position: sticky;
	z-index: 1000;
	top: 0;
	width: 100%;
	left: 0;
	display: none;
	color: #fff;
}

#mobile-header>.container {
	padding: 1rem;
	position: relative;
	z-index: 100;
	background-color: rgb(var(--mdui-color-stout));
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

#mobile-header>.container div:nth-of-type(2) {
	flex-grow: 1;
	text-align: right;
	justify-content: flex-end;
}

#mobile-header>.container div:nth-of-type(2) ul {
	display: flex;
	justify-content: flex-end;
}

#mobile-header>.container div:nth-of-type(2) ul li {
	margin-left: 1rem;
}

#mobile-header #mobile-menu-toggle span {
	display: none;
}

#mobile-header #mobile-menu-toggle svg {
	display: none;
	padding: 7px;
}

#mobile-header #mobile-menu-toggle svg.open {
	display: block;
}

#mobile-header #mobile-logo {
	transition: transform .5s cubic-bezier(.28, 0, .18, 1) .5s;
}

#mobile-header #mobile-logo img {
	height: 36px;
	width: auto;
}

#mobile-header #mobile-logo span {
	display: none;
}

#mobile-header #mobile-logo svg {
	height: calc(var(--pad) * 1.25);
	width: auto;
}

#mobile-header.invert #mobile-logo svg {
	fill: rgb(var(--mdui-color-foam-light));
}

@media (max-width: 1249px) {
	#mobile-header {
		display: block;
	}
}

#mobile-header.sticky {
	-webkit-backdrop-filter: blur(6px);
	transition: -webkit-backdrop-filter .5s cubic-bezier(.28, 0, .18, 1) .3s;
}

#mobile-header.sticky .mobile-top-bar {
	max-height: 0;
}

#mobile-nav {
	background: linear-gradient(to right, #64191a, rgb(var(--mdui-color-primary-light)));
	pointer-events: none;
	transform: translateX(-100%);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 999;
	scroll-behavior: smooth;
	transition: transform 1s cubic-bezier(.28, 0, .18, 1);
	color: #fff;
	padding: 121px var(--spacers-32) var(--spacers-32) 20px;
}

#mobile-nav>div {
	position: relative;
	z-index: 10;
}

#mobile-nav a {
	color: #fff;
	text-decoration: none;
}

#mobile-nav #mobile-primary {
	position: relative;
	z-index: 10;
	margin-bottom: 30px;
}

#mobile-nav #mobile-primary li {
	margin-bottom: 15px;
}

#mobile-nav #mobile-primary a {
	font-family: spirits-soft, sans-serif;
	letter-spacing: var(--mdui-typescale-headline-small-tracking);
	font-weight: var(--mdui-typescale-headline-small-weight);
	font-size: 38px !important;
	line-height: 42px !important;
	display: inline-block;
}

#mobile-nav .menu-order-online {
	margin-bottom: var(--spacers-32);
}

#mobile-nav .menu-order-online a {
	font-family: spirits-soft, sans-serif;
	letter-spacing: var(--mdui-typescale-headline-small-tracking);
	font-weight: var(--mdui-typescale-headline-small-weight);
	font-size: 38px !important;
	line-height: 42px !important;
	display: inline-block;
}

#mobile-nav #mobile-secondary {
	position: relative;
	z-index: 10;
	margin-bottom: var(--spacers-56);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

#mobile-nav #mobile-secondary li {
	margin-bottom: var(--spacers-16);
}

#mobile-nav #mobile-secondary a {
	font-family: trade-gothic-next, sans-serif;
	letter-spacing: var(--mdui-typescale-label-large-tracking);
	font-weight: var(--mdui-typescale-label-large-weight);
	line-height: var(--mdui-typescale-label-large-line-height);
	font-size: var(--mdui-typescale-label-large-size);
	text-transform: uppercase;
	display: inline-block;
}

@media (max-width: 500px) {
	#mobile-nav {
		padding-top: 140px;
	}
}

@media (max-width: 360px) {
	#mobile-nav {
		padding: 140px var(--spacers-16) var(--spacers-16);
	}
	
	#mobile-nav #mobile-primary li {
		margin-bottom: var(--spacers-16);
	}
	
	#mobile-nav #mobile-primary a {
		letter-spacing: var(--mdui-typescale-headline-extra-small-tracking);
		font-weight: var(--mdui-typescale-headline-extra-small-weight);
		line-height: var(--mdui-typescale-headline-extra-small-line-height);
		font-size: var(--mdui-typescale-headline-extra-small-size);
	}
	
	#mobile-nav .menu-order-online a {
		letter-spacing: var(--mdui-typescale-headline-extra-small-tracking);
		font-weight: var(--mdui-typescale-headline-extra-small-weight);
		line-height: var(--mdui-typescale-headline-extra-small-line-height);
		font-size: var(--mdui-typescale-headline-extra-small-size);
	}
	
	#mobile-nav #mobile-secondary {
		margin-bottom: var(--spacers-40);
	}
}

.header-scrolled #mobile-nav {
	padding-top: calc(73px + var(--spacers-32));
}

@media (max-width: 360px) {
	.header-scrolled #mobile-nav {
		padding-top: calc(73px + var(--spacers-16));
	}
}

.show-mobile-nav #mobile-nav {
	transform: translateX(0%);
	pointer-events: all;
}

.show-mobile-nav #mobile-header #mobile-logo {
	transition: transform .25s cubic-bezier(.28, 0, .18, 1) 0s;
}

@media (min-width: 1249px) {
	.show-mobile-nav #mobile-nav {
		transform: translateX(-100%);
		pointer-events: none;
	}
}

.mobile-top-bar {
	max-height: calc(2rem + var(--pad));
	transition: max-height .6s cubic-bezier(.28, 0, .18, 1) .1s;
	display: flex;
	justify-content: center;
	background-color: rgb(var(--mdui-color-brewhouse-blue)) !important;
}

@media (max-width: 1249px) {
	.mobile-top-bar {
		font-size: 14px;
	}
}

.mobile-top-bar .mobile-top-bar__container {
	padding: 8px;
}

.mobile-top-bar .mobile-top-bar__container, .mobile-top-bar .mobile-top-bar__container p {
	font-weight: var(--mdui-typescale-title-small-weight);
	font-weight: 400;
	font-size: var(--mdui-typescale-title-small-size);
	line-height: var(--mdui-typescale-title-small-line-height);
	letter-spacing: var(--mdui-typescale-title-small-tracking);
	font-family: trade-gothic-next, sans-serif;
	color: rgb(var(--mdui-color-foam));
	text-align: center;
}

.mobile-top-bar .mobile-top-bar__container a, .mobile-top-bar .mobile-top-bar__container p a {
	color: inherit;
}

.mobile-header__container {
	padding: 16px 24px;
}

.bottom-bar {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 901;
	background-color: #000;
	justify-content: center;
	align-items: center;
	gap: 20px 30px;
	padding: 20px 20px;
	transform: translateY(100%);
	transition: transform .6s cubic-bezier(.28, 0, .18, 1) .1s;
}

.bottom-bar.sticky {
	transform: translateY(0);
}

@media (max-width: 1249px) {
	.bottom-bar {
		display: flex;
		gap: 15px;
	}
}

.bottom-bar .m3-btn.outline {
	border-color: rgb(var(--mdui-color-foam-light));
	color: rgb(var(--mdui-color-foam-light));
	background-color: rgba(0, 0, 0, .5);
}

@media (max-width: 767px) {
	.bottom-bar .m3-btn {
		font-weight: var(--mdui-typescale-label-medium-weight);
		line-height: var(--mdui-typescale-label-medium-line-height);
		font-size: var(--mdui-typescale-label-medium-size);
		letter-spacing: var(--mdui-typescale-label-medium-tracking);
		height: 48px;
		padding: 0;
	}
	
	.bottom-bar .m3-btn::part(button) {
		padding: 0 var(--spacers-8);
	}
}

@media (max-width: 429px) {
	.bottom-bar .m3-btn {
		font-weight: var(--mdui-typescale-label-small-weight);
		line-height: var(--mdui-typescale-label-small-line-height);
		font-size: var(--mdui-typescale-label-small-size);
		letter-spacing: var(--mdui-typescale-label-small-tracking);
		height: 42px;
		padding: 0;
	}
	
	.bottom-bar .m3-btn::part(button) {
		padding: 0 var(--spacers-8);
	}
}

#global-footer {
	background-color: rgb(var(--mdui-color-primary-light));
	background-image: url("https://cdn-ildnjif.nitrocdn.com/DaqDLuCisxVJWzEtnPXSfXHLSjEVlbdC/assets/images/optimized/rev-3d155e5/millersalehouse.com/wp-content/themes/mahn-child/assets/images/footer-bg.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	padding: var(--spacers-64) 0;
	color: #fff;
	position: relative;
}

@media (max-width: 1249px) {
	#global-footer {
		margin-bottom: 89px;
		background-position: 170% center;
	}
}

@media (max-width: 1000px) {
	#global-footer {
		background-position: -50% center;
		background-size: cover;
	}
}

#global-footer.nitro-lazy {
	background-image: none !important;
}

@media (max-width: 850px) {
	#global-footer {
		background-image: url("https://cdn-ildnjif.nitrocdn.com/DaqDLuCisxVJWzEtnPXSfXHLSjEVlbdC/assets/images/optimized/rev-3d155e5/millersalehouse.com/wp-content/themes/mahn-child/assets/images/footer-bg-mb.png");
		background-position: right center;
	}
	
	#global-footer.nitro-lazy {
		background-image: none !important;
	}
}

@media (max-width: 767px) {
	#global-footer {
		padding: var(--spacers-32) 0;
	}
}

#global-footer a {
	color: #fff;
	text-decoration: none;
}

#global-footer .footer-top .md-container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 64px;
}

#global-footer .footer-top .md-container .md-col {
	width: 100%;
}

#global-footer .footer-top .md-container .join-eclub .badge-wrapper {
	padding-top: 40px;
	display: none;
}

@media (min-width: 1250px) {
	#global-footer .footer-top .md-container .join-eclub .badge-wrapper {
		display: flex;
	}
}

@media (min-width: 1249px) {
	#global-footer .footer-top .md-container .join-eclub {
		width: 140%;
	}
}

#global-footer .footer-top .md-container .promo-wrapper {
	background: #551917;
	padding: 16px;
}

#global-footer .footer-top .md-container .menu li {
	margin-bottom: var(--spacers-16);
}

#global-footer .footer-top .md-container .menu li a {
	text-transform: uppercase;
	font-size: var(--mdui-typescale-label-large-size);
	letter-spacing: var(--mdui-typescale-label-large-tracking);
	line-height: var(--mdui-typescale-label-large-line-height);
	font-weight: var(--mdui-typescale-label-large-weight);
}

#global-footer .footer-top .md-container .section-app .down-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 0px;
}

#global-footer .footer-top .md-container .section-app .down-wrapper .icon-download {
	height: 42px;
	width: 121px;
}

#global-footer .footer-top .md-container .section-social {
	margin-bottom: 40px;
}

#global-footer .footer-top .md-container .badge-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: var(--spacers-16);
}

#global-footer .footer-top .md-container .badge-wrapper .badge-image {
	max-width: 180px;
}

#global-footer .footer-top .md-container .badge-wrapper .badge-image img {
	width: 100%;
}

#global-footer .footer-top .md-container .download-app .badge-wrapper {
	display: none;
}

@media (max-width: 1249px) {
	#global-footer .footer-top .md-container .download-app .badge-wrapper {
		display: flex;
	}
}

@media (max-width: 1249px) {
	#global-footer .footer-top .md-container {
		flex-wrap: wrap;
		gap: var(--spacers-32);
	}
	
	#global-footer .footer-top .md-container .md-col.menu {
		width: calc(50% - var(--spacers-16));
	}
	
	#global-footer .footer-top .md-container .join-eclub {
		margin-bottom: var(--spacers-16);
	}
	
	#global-footer .footer-top .md-container .promo-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 0px;
	}
	
	#global-footer .footer-top .md-container .promo-wrapper .mb-16 {
		margin-bottom: 0;
	}
	
	#global-footer .footer-top .md-container .download-app {
		margin-top: var(--spacers-16);
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		gap: var(--spacers-32);
	}
	
	#global-footer .footer-top .md-container .download-app>div {
		width: 100%;
	}
	
	#global-footer .footer-top .md-container .download-app .section-app {
		margin-bottom: 0;
	}
}

@media (min-width: 768px)and (max-width: 1024px) {
	#global-footer .footer-top .md-container .download-app {
		flex-wrap: wrap;
		gap: 0;
	}
	
	#global-footer .footer-top .md-container .download-app .section-app {
		width: 50%;
	}
	
	#global-footer .footer-top .md-container .download-app .section-social {
		width: 50%;
	}
}

@media (max-width: 767px) {
	#global-footer .footer-top .md-container {
		gap: var(--spacers-16);
	}
	
	#global-footer .footer-top .md-container .md-col.menu {
		width: calc(50% - var(--spacers-8));
	}
	
	#global-footer .footer-top .md-container .join-eclub {
		margin-bottom: var(--spacers-24);
	}
	
	#global-footer .footer-top .md-container .promo-wrapper {
		flex-wrap: wrap;
	}
	
	#global-footer .footer-top .md-container .promo-wrapper .mb-16 {
		margin-bottom: var(--spacers-16);
		width: 100%;
	}
	
	#global-footer .footer-top .md-container .promo-wrapper .m3-btn {
		height: 42px;
		font-size: var(--mdui-typescale-label-small-size);
		line-height: var(--mdui-typescale-label-small-line-height);
		letter-spacing: var(--mdui-typescale-label-small-tracking);
		width: 100%;
	}
	
	#global-footer .footer-top .md-container .menu li a {
		font-size: var(--mdui-typescale-label-medium-size);
		letter-spacing: var(--mdui-typescale-label-medium-tracking);
		line-height: var(--mdui-typescale-label-medium-line-height);
		font-weight: var(--mdui-typescale-label-medium-weight);
	}
	
	#global-footer .footer-top .md-container .download-app {
		flex-wrap: wrap;
		gap: var(--spacers-40);
	}
	
	#global-footer .footer-top .md-container .download-app .section-social {
		margin-bottom: 0;
	}
	
	#global-footer .footer-top .md-container .download-app .down-wrapper {
		justify-content: space-around;
	}
	
	#global-footer .footer-top .md-container .download-app .down-wrapper a {
		width: 50%;
	}
	
	#global-footer .footer-top .md-container .download-app .display-large {
		margin-bottom: var(--spacers-8);
	}
}

@media (max-width: 767px) {
	#global-footer .footer-top {
		margin-bottom: var(--spacers-40);
	}
}

#global-footer .footer-btm .md-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0px;
}

#global-footer .footer-btm .md-container .privacy-choice {
	display: flex;
	gap: 20px;
}

#global-footer .footer-btm .md-container .badge-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: var(--spacers-16);
}

#global-footer .footer-btm .md-container .badge-wrapper .badge-image {
	max-width: 180px;
}

#global-footer .footer-btm .md-container .badge-wrapper .badge-image img {
	width: 100%;
}

@media (max-width: 1249px) {
	#global-footer .footer-btm .md-container {
		flex-wrap: wrap;
		gap: 20px;
	}
	
	#global-footer .footer-btm .md-container .badge-wrapper {
		width: 100%;
	}
	
	#global-footer .footer-btm .md-container .footer-btm-menu {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	#global-footer .footer-btm .md-container {
		flex-wrap: wrap;
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		gap: var(--spacers-16);
	}
	
	#global-footer .footer-btm .md-container .footer-btm-menu {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#global-footer .footer-btm .md-container .footer-btm-menu ul {
		flex-wrap: wrap;
	}
	
	#global-footer .footer-btm .md-container .footer-btm-menu ul li {
		width: 100%;
	}
}

.footer-btm-menu ul {
	display: flex;
	gap: 20px;
}

.footer-btm-menu li a {
	color: rgb(var(--mdui-color-foam)) !important;
}

.gt3pg-pro--wrapper {
	overflow: hidden;
	margin-top: 40px;
}

#usntA42Toggle {
	transition: bottom .6s cubic-bezier(.28, 0, .18, 1) .1s;
}

@media (max-width: 1249px) {
	#usntA42Toggle.scrolled {
		bottom: 100px;
	}
}

.rpi-dots-wrap {
	overflow: hidden;
}

.rpi-dots-wrap::-webkit-scrollbar {
	display: none;
}

.rpi-dots {
	overflow-x: auto;
}

.rpi-dots::-webkit-scrollbar {
	display: none;
}

img[src*="ad.doubleclick.net"] {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	visibility: hidden !important;
}

ul.socials {
	display: flex;
}

ul.socials li {
	margin-right: var(--spacers-16);
}

ul.socials li a {
	display: flex;
	align-items: center;
}

ul.socials li a .icon {
	width: 32px;
	height: 32px;
}

.text-center {
	text-align: center;
}

.phone-only {
	display: none;
}

@media (max-width: 767px) {
	.phone-only {
		display: block;
	}
}

.wysiwyg {
	position: relative;
	display: block;
	line-height: 1.5;
}

.wysiwyg h2 {
	font-weight: lighter;
	margin: 0 !important;
}

.wysiwyg p+p {
	padding-top: 1rem !important;
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
	padding: 1rem 0 1rem;
}

.wysiwyg h4 {
	color: rgb(var(--mdui-color-primary-light));
	font-family: "Yellowtail", cursive;
	text-transform: none;
	font-weight: normal;
	font-size: 3rem;
}

.wysiwyg h3 {
	font-weight: 400;
}

.wysiwyg h5, .wysiwyg h6 {
	font-size: 1.1rem;
}

.wysiwyg p, .wysiwyg address {
	padding: 0 !important;
	margin-bottom: 1rem;
}

.wysiwyg p img, .wysiwyg address img {
	margin: 1rem auto !important;
	width: 100%;
	height: auto;
}

@media (max-width: 1249px) {
	.wysiwyg p img, .wysiwyg address img {
		max-width: 100% !important;
		padding: 0 !important;
	}
}

.wysiwyg div {
	max-width: 100%;
	width: auto !important;
	background: none !important;
	margin: 0 auto !important;
	float: none !important;
}

.wysiwyg div img {
	float: none !important;
}

.wysiwyg img {
	max-width: 100%;
	width: auto !important;
	height: auto !important;
	margin: 1rem auto;
	display: block;
}

@media (max-width: 1249px) {
	.wysiwyg img {
		max-width: 100% !important;
	}
}

.wysiwyg .wp-caption, .wysiwyg .gallery-item {
	margin: var(--pad) auto;
	width: 100% !important;
}

.wysiwyg .wp-caption img, .wysiwyg .gallery-item img {
	margin: 0;
	border: none !important;
}

.wysiwyg .wp-caption p, .wysiwyg .gallery-item p {
	margin-bottom: 0px;
}

.wysiwyg iframe {
	width: 100% !important;
	min-height: 50vh;
	margin: 1rem 0;
}

.wysiwyg blockquote {
	padding: 1rem;
	width: 100%;
	background: #f1f1f1;
	font-size: 200%;
	font-family: spirits-soft, sans-serif;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center !important;
	margin: 1rem 0;
}

.wysiwyg blockquote footer {
	font-size: 50%;
	font-style: normal;
}

.wysiwyg blockquote p {
	text-align: center !important;
	margin-bottom: 0;
}

.wysiwyg blockquote a {
	color: #000;
}

.wysiwyg mark {
	background: #f1f1f1;
}

.wysiwyg .wp-caption-text {
	color: #000;
}

.wysiwyg a {
	color: #000;
}

.wysiwyg a:hover, .wysiwyg a:focus {
	text-decoration: none;
}

.wysiwyg ul, .wysiwyg ol {
	padding: 1rem 0;
	padding-left: 2rem;
}

.wysiwyg ul li, .wysiwyg ol li {
	padding-bottom: .5rem;
	margin-bottom: .5rem;
}

.wysiwyg ul {
	list-style-type: disc;
}

.wysiwyg ol li {
	list-style: decimal;
}

.wysiwyg table {
	width: 100%;
	font-size: .8rem;
	margin: 1rem 0;
}

.wysiwyg table thead {
	font-weight: bold;
	background: #eee;
}

.wysiwyg table thead th {
	text-align: left;
	padding: .5rem;
}

.wysiwyg table tbody tr td, .wysiwyg table tfoot tr td {
	padding: .5rem;
}

.wysiwyg table tbody tr:nth-of-type(even), .wysiwyg table tfoot tr:nth-of-type(even) {
	background: #f1f1f1;
}

.wysiwyg table tfoot {
	background: #eee;
}

:root {
	--mdui-typescale-display-large-weight: 400;
	--mdui-typescale-display-medium-weight: 400;
	--mdui-typescale-display-small-weight: 400;
	--mdui-typescale-display-extra-small-weight: 400;
	--mdui-typescale-display-large-line-height: 32px;
	--mdui-typescale-display-medium-line-height: 24px;
	--mdui-typescale-display-small-line-height: 20px;
	--mdui-typescale-display-extra-small-line-height: 18px;
	--mdui-typescale-display-large-size: 26px;
	--mdui-typescale-display-medium-size: 16px;
	--mdui-typescale-display-small-size: 14px;
	--mdui-typescale-display-extra-small-size: 12px;
	--mdui-typescale-display-large-tracking: -.5px;
	--mdui-typescale-display-medium-tracking: -.25px;
	--mdui-typescale-display-small-tracking: -.15px;
	--mdui-typescale-display-extra-small-tracking: 0px;
	--mdui-typescale-body-large-weight: var(--mdui-typescale-display-large-weight);
	--mdui-typescale-body-medium-weight: var(--mdui-typescale-display-medium-weight);
	--mdui-typescale-body-small-weight: var(--mdui-typescale-display-small-weight);
	--mdui-typescale-body-extra-small-weight: var(--mdui-typescale-display-extra-small-weight);
	--mdui-typescale-body-large-line-height: var(--mdui-typescale-display-large-line-height);
	--mdui-typescale-body-medium-line-height: var(--mdui-typescale-display-large-line-height);
	--mdui-typescale-body-small-line-height: var(--mdui-typescale-display-large-line-height);
	--mdui-typescale-body-extra-small-line-height: var(--mdui-typescale-display-large-line-height);
	--mdui-typescale-body-large-size: var(--mdui-typescale-display-large-size);
	--mdui-typescale-body-medium-size: var(--mdui-typescale-display-large-size);
	--mdui-typescale-body-small-size: var(--mdui-typescale-display-large-size);
	--mdui-typescale-body-extra-small-size: var(--mdui-typescale-display-large-size);
	--mdui-typescale-body-large-tracking: var(--mdui-typescale-display-large-tracking);
	--mdui-typescale-body-medium-tracking: var(--mdui-typescale-display-large-tracking);
	--mdui-typescale-body-small-tracking: var(--mdui-typescale-display-large-tracking);
	--mdui-typescale-body-extra-small-tracking: var(--mdui-typescale-display-large-tracking);
	--mdui-typescale-headline-large-weight: 500;
	--mdui-typescale-headline-medium-weight: 500;
	--mdui-typescale-headline-small-weight: 500;
	--mdui-typescale-headline-extra-small-weight: 500;
	--mdui-typescale-headline-large-line-height: 56px;
	--mdui-typescale-headline-medium-line-height: 76px;
	--mdui-typescale-headline-small-line-height: 50px;
	--mdui-typescale-headline-extra-small-line-height: 38px;
	--mdui-typescale-headline-large-size: 72px;
	--mdui-typescale-headline-medium-size: 62px;
	--mdui-typescale-headline-small-size: 52px;
	--mdui-typescale-headline-extra-small-size: 36px;
	--mdui-typescale-headline-large-tracking: 0rem;
	--mdui-typescale-headline-medium-tracking: 0rem;
	--mdui-typescale-headline-small-tracking: 0rem;
	--mdui-typescale-headline-extra-small-tracking: 0rem;
	--mdui-typescale-subheadline-weight: 400;
	--mdui-typescale-subheadline-line-height: 50px;
	--mdui-typescale-subheadline-size: 44px;
	--mdui-typescale-subheadline-tracking: -.25px;
	--mdui-typescale-label-large-weight: 600;
	--mdui-typescale-label-medium-weight: 600;
	--mdui-typescale-label-small-weight: 600;
	--mdui-typescale-label-large-line-height: 29px;
	--mdui-typescale-label-medium-line-height: 24px;
	--mdui-typescale-label-small-line-height: 20px;
	--mdui-typescale-label-large-size: 20px;
	--mdui-typescale-label-medium-size: 17px;
	--mdui-typescale-label-small-size: 14px;
	--mdui-typescale-label-large-tracking: -.5px;
	--mdui-typescale-label-medium-tracking: -.25px;
	--mdui-typescale-label-small-tracking: -.15px;
	--mdui-typescale-title-large-weight: 600;
	--mdui-typescale-title-medium-weight: 600;
	--mdui-typescale-title-small-weight: 600;
	--mdui-typescale-title-extra-small-weight: 600;
	--mdui-typescale-title-large-line-height: 32px;
	--mdui-typescale-title-medium-line-height: 24px;
	--mdui-typescale-title-small-line-height: 20px;
	--mdui-typescale-title-extra-small-line-height: 18px;
	--mdui-typescale-title-large-size: 26px;
	--mdui-typescale-title-medium-size: 17px;
	--mdui-typescale-title-small-size: 14px;
	--mdui-typescale-title-extra-small-size: 12px;
	--mdui-typescale-title-large-tracking: -.5px;
	--mdui-typescale-title-medium-tracking: -.25px;
	--mdui-typescale-title-small-tracking: -.15px;
	--mdui-typescale-title-extra-small-tracking: 0px;
}

:root {
	--mdui-color-primary-light: 144, 41, 42;
	--mdui-color-on-primary-light: 245, 225, 203;
	--mdui-color-btn-hover: 69, 9, 8;
	--mdui-color-foam-light: 251, 240, 229;
	--mdui-color-foam: 245, 225, 203;
	--mdui-color-stout: 58, 45, 35;
	--mdui-color-golden-ale: 216, 167, 123;
	--mdui-color-golden-ale-hover: 205, 151, 101;
	--mdui-color-lager: 242, 217, 81;
	--mdui-color-brewhouse-blue: 24, 63, 95;
}

:root {
	--spacers-8: 8px;
	--spacers-16: 16px;
	--spacers-24: 24px;
	--spacers-32: 32px;
	--spacers-40: 40px;
	--spacers-48: 48px;
	--spacers-56: 56px;
	--spacers-64: 64px;
	--spacers-72: 72px;
	--spacers-80: 80px;
}

:root {
	--mdui-state-layer-hover: 0;
	--stars-gap: 4px;
}

.m3-btn {
	border-radius: var(--mdui-shape-corner-none);
	text-transform: uppercase;
	height: 56px;
	padding: 0 var(--spacers-8);
	transition: background-color var(--mdui-motion-duration-short4);
}

.m3-btn:hover {
	background-color: rgb(var(--mdui-color-btn-hover));
}

.m3-btn:focus {
	outline: none;
}

.m3-btn::part(button) {
	text-transform: uppercase;
}

.m3-btn .label {
	padding: 0;
}

.m3-btn.m3-btn-alt {
	background-color: rgb(var(--mdui-color-golden-ale));
	color: rgb(var(--mdui-color-stout));
}

.m3-btn.m3-btn-alt:hover {
	background-color: rgb(var(--mdui-color-golden-ale-hover));
}

.m3-btn.m3-btn-circle {
	background-color: #fff;
	color: rgb(var(--mdui-color-stout));
	border-radius: 50%;
	width: 56px;
}

.m3-btn.medium {
	height: 48px;
	padding: 0;
	font-weight: var(--mdui-typescale-label-medium-weight);
	font-size: var(--mdui-typescale-label-medium-size);
	line-height: var(--mdui-typescale-label-medium-line-height);
	letter-spacing: var(--mdui-typescale-label-medium-tracking);
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid rgb(var(--mdui-color-stout));
	color: rgb(var(--mdui-color-stout));
}

.m3-btn.medium::part(button) {
	padding: 0 var(--spacers-8);
}

.m3-btn.medium:hover {
	background-color: rgba(var(--mdui-color-stout), .06);
}

.m3-btn.medium:focus {
	background-color: rgb(var(--mdui-color-foam));
}

.m3-btn.outline {
	background-color: hsla(0, 0%, 100%, .5);
	border: 2px solid rgb(var(--mdui-color-stout));
	color: rgb(var(--mdui-color-stout));
}

.m3-btn.outline:hover {
	background-color: hsla(0, 0%, 100%, .3);
}

.m3-btn.outline:focus {
	background-color: rgb(var(--mdui-color-foam));
}

.m3-btn.small {
	height: 42px;
}

mdui-text-field:focus {
	outline: none;
}

mdui-text-field::part(container) {
	padding: 0 16px;
	border-radius: 0;
	border: 1px solid rgba(var(--mdui-color-stout), .4);
}

mdui-text-field::part(input) {
	padding: 16px 0;
	font-weight: var(--mdui-typescale-display-medium-weight);
	font-size: var(--mdui-typescale-display-medium-size);
	line-height: var(--mdui-typescale-display-medium-line-height);
	letter-spacing: var(--mdui-typescale-display-medium-tracking);
}

mdui-text-field::part(input)::placeholder {
	color: rgba(var(--mdui-color-stout), .4);
}

mdui-text-field::part(error) {
	font-weight: var(--mdui-typescale-display-medium-weight);
	font-size: var(--mdui-typescale-display-medium-size);
	line-height: var(--mdui-typescale-display-medium-line-height);
	letter-spacing: var(--mdui-typescale-display-medium-tracking);
}

@media (max-width: 500px) {
	mdui-text-field::part(container) {
		padding: 0 8px;
	}
	
	mdui-text-field::part(input) {
		padding: 8px 0;
	}
}

mdui-select {
	--mdui-typescale-body-large-size: 17px;
	--mdui-typescale-body-large-tracking: -.25px;
	--mdui-typescale-body-large-line-height: 24px;
	--mdui-color-on-surface: var(--mdui-color-stout);
}

mdui-select:focus {
	outline: none;
}

#header-nav .menu-item .m3-btn {
	background-color: rgba(0, 0, 0, 0);
}

#header-nav .menu-item .m3-btn:hover {
	background-color: rgba(245, 225, 203, .05);
	color: rgb(var(--mdui-color-foam-light));
	box-shadow: none;
}

#header-nav .menu-item .m3-btn:focus {
	outline: none;
	box-shadow: none;
}

.md-container {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1440px;
	padding-left: var(--spacers-32);
	padding-right: var(--spacers-32);
}

.md-container.narrow {
	max-width: 1076px;
}

@media (max-width: 1439px) {
	.md-container {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.md-container {
		padding-left: var(--spacers-16);
		padding-right: var(--spacers-16);
	}
}

.header-nav-wrapper {
	background-color: rgb(var(--mdui-color-stout));
}

.color-foam {
	color: rgb(var(--mdui-color-foam)) !important;
}

.color-foam-light {
	color: rgb(var(--mdui-color-foam-light)) !important;
}

.color-lager {
	color: rgb(var(--mdui-color-lager));
}

.color-stout {
	color: rgb(var(--mdui-color-stout));
}

.mt-8 {
	margin-top: var(--spacers-8);
}

.mr-8 {
	margin-right: var(--spacers-8);
}

.mb-8 {
	margin-bottom: var(--spacers-8);
}

.mb-16 {
	margin-bottom: var(--spacers-16);
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-32 {
	margin-bottom: var(--spacers-32);
}

.mb-40 {
	margin-bottom: var(--spacers-40);
}

.mb-64 {
	margin-bottom: var(--spacers-64);
}

.pb-32 {
	padding-bottom: var(--spacers-32);
}

.pt-48 {
	padding-top: var(--spacers-48);
}

:root {
	--swiper-theme-color: black;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.hero-wrapper {
	padding-top: var(--header-height);
	background-color: #000;
}

@media (max-width: 1249px) {
	.hero-wrapper {
		padding-top: 0;
	}
}

.hero {
	position: relative;
	padding: var(--spacers-48) var(--spacers-40) 345px;
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.hero .rpi-header {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgb(var(--mdui-color-foam-light));
	width: auto;
	padding: 8px 150px;
	border-radius: 32px;
	overflow: hidden;
	cursor: pointer;
}

@media (max-width: 850px) {
	.hero .rpi-header {
		bottom: 80px;
		padding: 8px 80px;
	}
}

@media (max-width: 600px) {
	.hero .rpi-header {
		bottom: 20px;
		padding: 8px 0;
		width: calc(100% - 32px);
	}
	
	.hero .rpi-header .rpi-flex {
		justify-content: center;
	}
}

.hero .rpi-grade, .hero .rpi-logos, .hero .rpi-star:first-child[data-rating]::before {
	display: none;
}

.hero .rpi-stars[data-rating]::before {
	display: none;
}

.hero .rpi-header .rpi-stars .rpi-star-h::after, .hero .rpi-header .rpi-stars .rpi-star::after {
	background-color: rgb(var(--mdui-color-btn-hover));
	width: 12px;
	height: 12px;
}

.hero .rpi-info {
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	gap: 10px;
}

.hero .rpi-based {
	font-weight: var(--mdui-typescale-display-small-weight);
	font-size: var(--mdui-typescale-display-small-size);
	line-height: var(--mdui-typescale-display-small-line-height);
	letter-spacing: var(--mdui-typescale-display-small-tracking);
	color: rgb(var(--mdui-color-btn-hover));
	white-space: nowrap;
}

.hero h1 {
	color: rgb(var(--mdui-color-foam-light));
}

@media (max-width: 850px) {
	.hero {
		background-position: center bottom;
		padding: var(--spacers-64) var(--spacers-32) 288px;
	}
	
	.hero .hero__buttons {
		margin-top: var(--spacers-32);
	}
}

@media (max-width: 600px) {
	.hero {
		background-position: center bottom;
		padding: var(--spacers-48) var(--spacers-32) 314px;
	}
	
	.hero .text-subheadline {
		font-size: 26px;
		font-style: normal;
		font-weight: 400;
		line-height: 32px;
		letter-spacing: -.25px;
	}
	
	.hero .hero__buttons {
		margin-top: var(--spacers-16);
	}
	
	.hero .hero__buttons .m3-btn {
		font-weight: var(--mdui-typescale-label-small-weight);
		line-height: var(--mdui-typescale-label-small-line-height);
		font-size: var(--mdui-typescale-label-small-size);
		letter-spacing: var(--mdui-typescale-label-small-tracking);
		height: 42px;
		padding: 0;
	}
	
	.hero .hero__buttons .m3-btn::part(button) {
		padding: 0 var(--spacers-8);
	}
}

@media (max-width: 429px) {
	.hero {
		padding: var(--spacers-48) var(--spacers-32) 200px;
	}
	
	.hero h1 {
		font-weight: var(--mdui-typescale-headline-extra-small-weight);
		letter-spacing: var(--mdui-typescale-headline-extra-small-tracking);
	}
	
	.hero .hero__buttons {
		margin-top: var(--spacers-16);
	}
	
	.hero .hero__buttons .m3-btn {
		font-weight: var(--mdui-typescale-label-small-weight);
		line-height: var(--mdui-typescale-label-small-line-height);
		font-size: var(--mdui-typescale-label-small-size);
		letter-spacing: var(--mdui-typescale-label-small-tracking);
		height: 42px;
		padding: 0;
	}
	
	.hero .hero__buttons .m3-btn::part(button) {
		padding: 0 var(--spacers-8);
	}
}

.hero__content {
	margin: 0 auto;
	width: 100%;
	max-width: 998px;
	text-align: center;
	position: relative;
	z-index: 2;
	color: #fff;
}

.hero__content .hero__heading .text-subheadline {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .7);
}

@media (min-width: 601px) {
	.hero__content .hero__heading .text-subheadline {
		line-height: 65px;
	}
}

.hero__content .hero__heading h1 {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .7);
	line-height: 1;
}

.hero__text {
	margin-top: 22px;
	font-weight: 400;
	font-size: 1.625rem;
	line-height: 130%;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .7);
}

.hero__text a {
	color: inherit;
}

@media (max-width: 1249px) {
	.hero__text {
		font-size: 16px;
		line-height: 150%;
		margin-top: 10px;
	}
}

.hero__buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--spacers-8);
	margin-top: var(--spacers-64);
}

.hero__buttons .m3-btn.outline {
	background-color: rgba(var(--mdui-color-foam-light), .2);
	border-color: rgb(var(--mdui-color-foam-light));
	color: rgb(var(--mdui-color-foam-light));
}

.hero__buttons .m3-btn.outline:hover {
	background-color: rgba(var(--mdui-color-foam-light), .1);
}

.hero__subtext {
	font-family: trade-gothic-next, sans-serif;
	display: block;
	font-size: 28px;
	margin-bottom: 20px;
	line-height: 1.4;
}

@media (max-width: 1249px) {
	.hero__subtext {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

.hero_height-sm {
	min-height: auto;
	height: 500px;
}

.rpi-header .rpi-card-inner {
	container-type: normal !important;
}

.rpi-stars[data-rating]::before {
	display: none !important;
}

.hero.alt-layout {
	padding: 0;
	display: flex;
}

.hero.alt-layout .hero__content {
	width: 40%;
	background-color: rgb(var(--mdui-color-primary-light));
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 50px 20px 20px;
	background-image: url("https://cdn-ildnjif.nitrocdn.com/DaqDLuCisxVJWzEtnPXSfXHLSjEVlbdC/assets/images/optimized/rev-3d155e5/millersalehouse.com/wp-content/themes/mahn-child/assets/images/location-alt-star.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.hero.alt-layout .hero__content.nitro-lazy {
	background-image: none !important;
}

.hero.alt-layout .alt-background {
	width: 60%;
	background-size: cover;
	background-position: bottom;
	min-height: 500px;
}

@media (max-width: 1249px) {
	.hero.alt-layout .hero__content {
		width: 50%;
	}
	
	.hero.alt-layout .alt-background {
		width: 50%;
	}
}

@media (max-width: 1024px) {
	.hero.alt-layout {
		flex-wrap: wrap;
	}
	
	.hero.alt-layout .hero__content {
		width: 100%;
		max-width: 100%;
		order: 2;
	}
	
	.hero.alt-layout .hero__heading {
		margin-bottom: 50px;
	}
	
	.hero.alt-layout .alt-background {
		width: 100%;
		min-height: 40vh;
	}
}

.section.slideshow {
	background: #333;
	min-height: calc(60 * var(--vh));
}

.section.slideshow .swiper-slide {
	min-height: calc(60 * var(--vh));
	display: flex;
	align-items: center;
	transform: translateZ(0);
	backface-visibility: hidden;
}

.section.slideshow .swiper-slide figure {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}

.section.slideshow .swiper-slide figure img, .section.slideshow .swiper-slide figure video {
	z-index: 10;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	filter: brightness(75%);
	transform: translateX(-50%) translateY(-50%);
}

.section.slideshow .swiper-slide>div {
	color: #fff;
	position: relative;
	z-index: 10;
	backface-visibility: hidden;
	backface-visibility: hidden;
	margin-left: calc(var(--pad) * 3);
	padding: calc(var(--pad) * 5) 0;
	visibility: visible;
	display: block;
	transform: translateZ(0);
}

.section.slideshow .swiper-slide>div .handwriting {
	font-family: "Yellowtail", cursive;
	color: rgb(var(--mdui-color-lager));
	font-size: 3rem;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-90%) translateX(0%) rotate(0deg);
}

.section.slideshow .swiper-slide>div .button {
	margin-top: 1rem;
}

.section.slideshow .swiper-slide>div .heading {
	margin-top: 3rem;
	margin-bottom: 1rem;
	font-size: calc(var(--pad) * 2);
	line-height: .8;
	font-family: spirits-soft, sans-serif;
	position: relative;
}

.section.slideshow .swiper-slide>div .heading p {
	line-height: .8;
}

.section.slideshow .swiper-slide>div .heading sup {
	font-size: 1rem;
	font-family: sans-serif;
	vertical-align: top;
	position: relative;
	top: .5rem;
	display: inline-block;
}

.section.slideshow .swiper-slide>div>p {
	max-width: calc(var(--pad) * 5);
}

@media (max-width: 1249px) {
	.section.slideshow {
		background: #fff;
	}
	
	.section.slideshow .swiper-button {
		top: 33.3%;
	}
	
	.section.slideshow .swiper-button.swiper-button-prev {
		left: 2rem;
	}
	
	.section.slideshow .swiper-button.swiper-button-next {
		right: 2rem;
	}
	
	.section.slideshow .swiper-slide {
		align-items: flex-end;
		min-height: 0;
	}
	
	.section.slideshow .swiper-slide figure {
		height: 55%;
		min-height: calc(55 * var(--vh));
	}
	
	.section.slideshow .swiper-slide figure img, .section.slideshow .swiper-slide figure video {
		filter: brightness(100%);
	}
	
	.section.slideshow .swiper-slide>div {
		background: rgb(var(--mdui-color-foam-light));
		color: rgb(var(--mdui-color-stout));
		width: 100%;
		margin: 0;
		margin-top: calc(55 * var(--vh));
		padding: 2rem;
		min-height: calc(45 * var(--vh));
		min-height: 0;
	}
	
	.section.slideshow .swiper-slide>div>p {
		max-width: 100%;
	}
	
	.section.slideshow .swiper-slide>div .heading {
		margin-top: 1rem;
	}
}

@media (max-width: 1249px)and (orientation: landscape) {
	.section.slideshow {
		background: rgb(var(--mdui-color-stout));
	}
	
	.section.slideshow .swiper-button {
		top: 8rem;
	}
	
	.section.slideshow .swiper-slide {
		min-height: 100vh;
	}
	
	.section.slideshow .swiper-slide figure {
		height: 100%;
		min-height: 100%;
	}
	
	.section.slideshow .swiper-slide figure img, .section.slideshow .swiper-slide figure video {
		filter: brightness(75%);
	}
	
	.section.slideshow .swiper-slide>div {
		background: none;
		color: rgb(var(--mdui-color-foam-light));
		margin: 0;
		max-width: 400px;
	}
	
	.section.slideshow .swiper-slide>div .heading {
		font-size: 4rem;
	}
}

.section.cta {
	background: rgb(var(--mdui-color-foam-light));
}

.section.cta.type-custom {
	overflow: hidden;
}

.section.cta.type-apps {
	padding: var(--spacers-32) 0;
}

.section.cta.overlapped {
	margin-top: -113px;
	z-index: 100;
}

@media (max-width: 1024px) {
	.section.cta.overlapped {
		margin-top: -67px;
	}
}

@media (max-width: 500px) {
	.section.cta.overlapped {
		margin-top: 0;
	}
}

.section.cta>.background {
	width: 100%;
	height: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	position: absolute;
	z-index: 1;
	opacity: .25;
	text-align: center;
}

.section.cta>.background span.heading {
	line-height: .5;
	font-family: spirits-soft, sans-serif;
	text-transform: uppercase;
	color: #bdcfd3;
	font-size: calc(var(--pad) * 3.5);
	white-space: nowrap;
}

.section.cta>.custom.container {
	position: relative;
	z-index: 10;
	width: 900px;
	margin: 0 auto;
	background: rgb(var(--mdui-color-foam));
	border-radius: 20px;
	padding: var(--spacers-32);
	padding-right: var(--spacers-64);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: var(--spacers-16);
}

.section.cta>.custom.container div:first-child {
	max-width: 550px;
}

.section.cta>.custom.container h3, .section.cta>.custom.container p {
	color: rgb(var(--mdui-color-stout));
}

.section.cta>.custom.container .disp-semibold-lg {
	font-weight: var(--mdui-typescale-display-large-weight);
	font-size: var(--mdui-typescale-display-large-size);
	line-height: var(--mdui-typescale-display-large-line-height);
	letter-spacing: var(--mdui-typescale-display-large-tracking);
}

.section.cta .apps.container {
	background: rgb(var(--mdui-color-brewhouse-blue));
	border-radius: 20px;
	padding: 50px 40px 0 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 76px;
}

.section.cta .apps.container .img-sec img {
	float: left;
	width: 100%;
}

.section.cta .apps.container .down-wrapper a {
	color: rgba(0, 0, 0, 0);
}

@media (max-width: 1249px) {
	.section.cta {
		margin: 0;
	}
	
	.section.cta.type-apps {
		padding-bottom: var(--spacers-80);
	}
	
	.section.cta>.background {
		display: none;
	}
	
	.section.cta .container.apps {
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: var(--spacers-40);
		gap: 40px;
	}
	
	.section.cta .container.apps .text-sec {
		order: 2;
		width: 100%;
		text-align: center;
	}
	
	.section.cta .container.apps .text-sec h2 {
		margin-bottom: var(--spacers-8);
	}
}

@media (max-width: 1024px) {
	.section.cta .custom.container {
		padding: var(--spacers-16);
		padding-right: var(--spacers-64);
		width: 100%;
		max-width: 644px;
	}
	
	.section.cta .custom.container .disp-semibold-lg {
		font-weight: var(--mdui-typescale-display-medium-weight);
		font-size: var(--mdui-typescale-display-medium-size);
		line-height: var(--mdui-typescale-display-medium-line-height);
		letter-spacing: var(--mdui-typescale-display-medium-tracking);
	}
	
	.section.cta .custom.container>div:first-child {
		max-width: 344px;
	}
}

@media (max-width: 500px) {
	.section.cta .custom.container {
		border-radius: 0;
		padding: var(--spacers-40) var(--spacers-32);
		flex-wrap: wrap;
		row-gap: var(--spacers-16);
	}
	
	.section.cta .custom.container>div:first-child {
		max-width: 100%;
	}
	
	.section.cta .custom.container>div:last-child {
		width: 100%;
	}
	
	.section.cta .custom.container h3 {
		font-style: normal;
		font-weight: 500;
		margin-bottom: var(--spacers-8);
	}
	
	.section.cta .custom.container .m3-btn {
		width: 100%;
		font-weight: var(--mdui-typescale-label-small-weight);
		line-height: var(--mdui-typescale-label-small-line-height);
		font-size: var(--mdui-typescale-label-small-size);
		letter-spacing: var(--mdui-typescale-label-small-tracking);
		height: 42px;
		padding: 0;
	}
	
	.section.cta .custom.container .m3-btn::part(button) {
		padding: 0 var(--spacers-8);
	}
	
	.section.cta.type-apps {
		padding: var(--spacers-48) 0;
	}
	
	.section.cta .apps.container {
		padding: var(--spacers-16);
		gap: var(--spacers-16);
	}
	
	.section.cta .apps.container .text-sec .disp-semibold-lg {
		font-weight: var(--mdui-typescale-display-medium-weight);
		font-size: var(--mdui-typescale-display-medium-size);
		line-height: var(--mdui-typescale-display-medium-line-height);
		letter-spacing: var(--mdui-typescale-display-medium-tracking);
		margin-bottom: var(--spacers-32);
	}
	
	.section.cta .apps.container .text-sec .down-wrapper {
		display: flex;
		justify-content: space-around;
	}
}

@media (max-width: 429px) {
	.section.cta .custom.container {
		padding: var(--spacers-32) var(--spacers-16);
	}
}

:root {
	--swiper-navigation-size: 56px;
	--swiper-navigation-top-offset: 50%;
	--swiper-navigation-sides-offset: 10px;
}

.section.carousel {
	padding-top: calc(var(--pad) / 2);
	padding-bottom: calc(var(--pad) * 1.5);
	position: relative;
	margin-bottom: var(--pad);
	width: 100%;
	overflow: hidden;
}

.section.carousel>.container {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.section.carousel .carousel-stamp {
	opacity: .05;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: auto;
	display: block;
	top: 0;
	left: 0;
}

.section.carousel .carousel-intro {
	width: calc(var(--pad) * 9);
	padding-left: calc(var(--pad) * 3);
	padding-right: calc(var(--pad));
	margin-right: calc(var(--pad));
	position: relative;
	z-index: 100;
}

.section.carousel .carousel-intro .heading {
	font-size: calc(var(--pad) * 1.5);
	line-height: .8;
	font-family: spirits-soft, sans-serif;
	position: relative;
}

.section.carousel .carousel-intro .heading>*:not(.star) {
	z-index: 10;
	position: relative;
}

.section.carousel .carousel-intro .heading .star {
	position: absolute;
	top: 0;
	left: 0;
	width: var(--pad);
	height: var(--pad);
	border-radius: 100%;
	border: 2px solid #ededed;
	transform: translateX(-60%) translateY(-60%);
}

.section.carousel .carousel-intro .heading .star>svg {
	width: calc(var(--pad) / 2.5);
	height: calc(var(--pad) / 2.5);
	fill: rgb(var(--mdui-color-primary-light));
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%) translateY(-50%);
}

.section.carousel .carousel-intro sup {
	font-size: 1rem;
	font-family: sans-serif;
	vertical-align: top;
	position: relative;
	top: .5rem;
	display: inline-block;
}

.section.carousel .carousel-intro .caption p {
	margin: 1rem 0;
}

.section.carousel .carousel-slideshow {
	z-index: 10;
	overflow: visible;
	width: calc(var(--pad) * 15);
	padding-right: calc(var(--pad) * 2);
}

.section.carousel .carousel-slideshow .swiper-slide figure img, .section.carousel .carousel-slideshow .swiper-slide figure video {
	opacity: .2;
	transition: opacity .5s cubic-bezier(.28, 0, .18, 1), transform .5s cubic-bezier(.28, 0, .18, 1);
}

.section.carousel .carousel-slideshow .swiper-slide figure img.hover, .section.carousel .carousel-slideshow .swiper-slide figure video.hover {
	visibility: hidden;
}

.section.carousel .carousel-slideshow .swiper-slide .title {
	opacity: 0;
	transition: opacity .5s cubic-bezier(.28, 0, .18, 1);
}

.section.carousel .carousel-slideshow .swiper-slide-visible figure img, .section.carousel .carousel-slideshow .swiper-slide-visible figure video {
	opacity: 1;
}

.section.carousel .carousel-slideshow .swiper-slide-visible figure img.hover, .section.carousel .carousel-slideshow .swiper-slide-visible figure video.hover {
	visibility: visible;
}

.section.carousel .carousel-slideshow .swiper-slide-visible .title {
	opacity: 1;
}

@media (max-width: 1249px) {
	.section.carousel>.container {
		flex-wrap: wrap;
	}
	
	.section.carousel .carousel-slideshow {
		width: 100%;
		padding: 0 2rem;
	}
	
	.section.carousel .carousel-slideshow .card figure {
		min-height: calc(60 * var(--vh));
	}
	
	.section.carousel .carousel-intro {
		padding: 2rem;
		margin: 0;
		width: 100%;
	}
	
	.section.carousel .carousel-stamp {
		display: none;
	}
}

.card {
	position: relative;
}

.card.no-label .title {
	padding-bottom: 0;
}

.card.no-label:hover .title>p {
	transform: translateY(0);
}

.card.no-label a:focus~.title>p {
	transform: translateY(0);
}

.card figure {
	background: #ededed;
	position: relative;
	width: 100%;
	min-width: calc(var(--pad) * 4);
	height: calc(var(--pad) * 6);
	overflow: hidden;
}

.card figure img, .card figure video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card figure img.hover, .card figure video.hover {
	z-index: 100;
	pointer-events: none;
	opacity: 0;
	transition: opacity .5s cubic-bezier(.28, 0, .18, 1), transform .5s cubic-bezier(.28, 0, .18, 1);
}

@media (max-width: 1249px) {
	.card figure {
		min-width: 0px;
	}
}

.card .title {
	position: relative;
	padding: 1rem 2rem 1rem 0;
	font-family: trade-gothic-next, sans-serif;
}

.card .title>.label {
	position: absolute;
	top: 0;
	left: 0;
	color: rgb(var(--mdui-color-primary-light));
	margin-top: 1rem;
	opacity: 0;
	transition: opacity .5s cubic-bezier(.28, 0, .18, 1);
}

.card .title img.icon {
	width: auto;
	height: .75rem;
	position: absolute;
	right: 0;
	top: 1rem;
}

.card .title>svg {
	width: .75rem;
	height: .75rem;
	position: absolute;
	fill: rgb(var(--mdui-color-primary-light));
	right: 0;
	top: 1rem;
}

.card .title>p {
	font-size: 1rem;
	font-size: .9rem;
	text-transform: uppercase;
	position: relative;
	display: block;
	transition: transform .5s cubic-bezier(.28, 0, .18, 1);
}

.card .wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.card .wrap .icons {
	display: flex;
}

.card .wrap .icons li {
	padding: 1rem 0;
	margin-left: 1rem;
}

.card a:focus {
	outline-color: rgb(var(--mdui-color-stout));
}

.card:hover .title>.label, .card:focus .title>.label {
	opacity: 1;
}

.card:hover .title>p, .card:focus .title>p {
	transform: translateY(1rem);
}

.card:hover figure img.hover, .card:focus figure img.hover {
	opacity: 1;
	transform: scale(1.1);
}

.card a:focus~.title>.label {
	opacity: 1;
}

.card a:focus~.title>p {
	transform: translateY(1rem);
}

.card a:focus~.title>figure img.hover {
	opacity: 1;
	transform: scale(1.1);
}

.menu-items .card {
	position: relative;
	transition: opacity .5s cubic-bezier(.28, 0, .18, 1), transform .5s cubic-bezier(.28, 0, .18, 1);
}

.menu-items .card.hide {
	opacity: 0;
	transform: translateY(1rem);
}

.menu-items .card:nth-of-type(1) {
	transition-delay: calc(.05s * 1);
}

.menu-items .card:nth-of-type(2) {
	transition-delay: calc(.05s * 2);
}

.menu-items .card:nth-of-type(3) {
	transition-delay: calc(.05s * 3);
}

.menu-items .card:nth-of-type(4) {
	transition-delay: calc(.05s * 4);
}

.menu-items .card:nth-of-type(5) {
	transition-delay: calc(.05s * 5);
}

.menu-items .card:nth-of-type(6) {
	transition-delay: calc(.05s * 6);
}

.menu-items .card:nth-of-type(7) {
	transition-delay: calc(.05s * 7);
}

.menu-items .card:nth-of-type(8) {
	transition-delay: calc(.05s * 8);
}

.menu-items .card:nth-of-type(9) {
	transition-delay: calc(.05s * 9);
}

.menu-items .card:nth-of-type(10) {
	transition-delay: calc(.05s * 10);
}

.menu-items .card:nth-of-type(11) {
	transition-delay: calc(.05s * 11);
}

.menu-items .card:nth-of-type(12) {
	transition-delay: calc(.05s * 12);
}

.menu-items .card:nth-of-type(13) {
	transition-delay: calc(.05s * 13);
}

.menu-items .card:nth-of-type(14) {
	transition-delay: calc(.05s * 14);
}

.menu-items .card:nth-of-type(15) {
	transition-delay: calc(.05s * 15);
}

.menu-items .card:nth-of-type(16) {
	transition-delay: calc(.05s * 16);
}

.menu-items .card:nth-of-type(17) {
	transition-delay: calc(.05s * 17);
}

.menu-items .card:nth-of-type(18) {
	transition-delay: calc(.05s * 18);
}

.menu-items .card:nth-of-type(19) {
	transition-delay: calc(.05s * 19);
}

.menu-items .card:nth-of-type(20) {
	transition-delay: calc(.05s * 20);
}

.menu-items .card:nth-of-type(21) {
	transition-delay: calc(.05s * 21);
}

.menu-items .card:nth-of-type(22) {
	transition-delay: calc(.05s * 22);
}

.menu-items .card:nth-of-type(23) {
	transition-delay: calc(.05s * 23);
}

.menu-items .card:nth-of-type(24) {
	transition-delay: calc(.05s * 24);
}

.menu-items .card:nth-of-type(25) {
	transition-delay: calc(.05s * 25);
}

.menu-items .card:nth-of-type(26) {
	transition-delay: calc(.05s * 26);
}

.menu-items .card:nth-of-type(27) {
	transition-delay: calc(.05s * 27);
}

.menu-items .card:nth-of-type(28) {
	transition-delay: calc(.05s * 28);
}

.menu-items .card:nth-of-type(29) {
	transition-delay: calc(.05s * 29);
}

.menu-items .card:nth-of-type(30) {
	transition-delay: calc(.05s * 30);
}

.menu-items .card:nth-of-type(31) {
	transition-delay: calc(.05s * 31);
}

.menu-items .card:nth-of-type(32) {
	transition-delay: calc(.05s * 32);
}

.menu-items .card:nth-of-type(33) {
	transition-delay: calc(.05s * 33);
}

.menu-items .card:nth-of-type(34) {
	transition-delay: calc(.05s * 34);
}

.menu-items .card:nth-of-type(35) {
	transition-delay: calc(.05s * 35);
}

.menu-items .card:nth-of-type(36) {
	transition-delay: calc(.05s * 36);
}

.menu-items .card:nth-of-type(37) {
	transition-delay: calc(.05s * 37);
}

.menu-items .card:nth-of-type(38) {
	transition-delay: calc(.05s * 38);
}

.menu-items .card:nth-of-type(39) {
	transition-delay: calc(.05s * 39);
}

.menu-items .card:nth-of-type(40) {
	transition-delay: calc(.05s * 40);
}

.menu-items .card:nth-of-type(41) {
	transition-delay: calc(.05s * 41);
}

.menu-items .card:nth-of-type(42) {
	transition-delay: calc(.05s * 42);
}

.menu-items .card:nth-of-type(43) {
	transition-delay: calc(.05s * 43);
}

.menu-items .card:nth-of-type(44) {
	transition-delay: calc(.05s * 44);
}

.menu-items .card:nth-of-type(45) {
	transition-delay: calc(.05s * 45);
}

.menu-items .card:nth-of-type(46) {
	transition-delay: calc(.05s * 46);
}

.menu-items .card:nth-of-type(47) {
	transition-delay: calc(.05s * 47);
}

.menu-items .card:nth-of-type(48) {
	transition-delay: calc(.05s * 48);
}

.menu-items .card:nth-of-type(49) {
	transition-delay: calc(.05s * 49);
}

.menu-items .card:nth-of-type(50) {
	transition-delay: calc(.05s * 50);
}

.menu-items .card:nth-of-type(51) {
	transition-delay: calc(.05s * 51);
}

.menu-items .card:nth-of-type(52) {
	transition-delay: calc(.05s * 52);
}

.menu-items .card:nth-of-type(53) {
	transition-delay: calc(.05s * 53);
}

.menu-items .card:nth-of-type(54) {
	transition-delay: calc(.05s * 54);
}

.menu-items .card:nth-of-type(55) {
	transition-delay: calc(.05s * 55);
}

.menu-items .card:nth-of-type(56) {
	transition-delay: calc(.05s * 56);
}

.menu-items .card:nth-of-type(57) {
	transition-delay: calc(.05s * 57);
}

.menu-items .card:nth-of-type(58) {
	transition-delay: calc(.05s * 58);
}

.menu-items .card:nth-of-type(59) {
	transition-delay: calc(.05s * 59);
}

.menu-items .card:nth-of-type(60) {
	transition-delay: calc(.05s * 60);
}

.homepage-carousel {
	padding: 0 88px;
	position: relative;
}

.homepage-carousel .swiper-container {
	position: static;
}

.homepage-carousel .c-arrow-left {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.homepage-carousel .c-arrow-right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.products-carousel {
	padding-top: 140px;
	padding-bottom: var(--spacers-64);
	overflow: hidden;
	background: rgb(var(--mdui-color-foam-light)) !important;
}

.products-carousel .products-carousel__intro .disp-semibold-lg p {
	font-weight: normal;
}

@media (max-width: 1024px) {
	.products-carousel {
		padding-top: 53px;
	}
	
	.products-carousel .products-carousel__intro .disp-semibold-lg {
		font-weight: var(--mdui-typescale-display-medium-weight);
		font-size: var(--mdui-typescale-display-medium-size);
		line-height: var(--mdui-typescale-display-medium-line-height);
		letter-spacing: var(--mdui-typescale-display-medium-tracking);
	}
}

@media (max-width: 500px) {
	.products-carousel {
		padding-top: var(--spacers-64);
	}
	
	.products-carousel h2 {
		font-style: normal;
		font-weight: 500;
	}
	
	.products-carousel .products-carousel__intro .disp-semibold-lg {
		font-weight: var(--mdui-typescale-display-medium-weight);
		font-size: var(--mdui-typescale-display-medium-size);
		line-height: var(--mdui-typescale-display-medium-line-height);
		letter-spacing: var(--mdui-typescale-display-medium-tracking);
	}
	
	.products-carousel .products-carousel__footer .m3-btn {
		font-weight: var(--mdui-typescale-label-small-weight);
		line-height: var(--mdui-typescale-label-small-line-height);
		font-size: var(--mdui-typescale-label-small-size);
		letter-spacing: var(--mdui-typescale-label-small-tracking);
		height: 42px;
		padding: 0;
	}
	
	.products-carousel .products-carousel__footer .m3-btn::part(button) {
		padding: 0 var(--spacers-8);
	}
	
	.products-carousel .homepage-carousel {
		padding: 0 var(--spacers-16);
	}
	
	.products-carousel .c-arrow-right .m3-btn, .products-carousel .c-arrow-left .m3-btn {
		font-weight: var(--mdui-typescale-label-medium-weight);
		line-height: var(--mdui-typescale-label-medium-line-height);
		font-size: var(--mdui-typescale-label-medium-size);
		letter-spacing: var(--mdui-typescale-label-medium-tracking);
		height: 48px;
		padding: 0;
	}
	
	.products-carousel .c-arrow-right .m3-btn::part(button), .products-carousel .c-arrow-left .m3-btn::part(button) {
		padding: 0 var(--spacers-8);
	}
	
	.products-carousel .c-arrow-right .m3-btn, .products-carousel .c-arrow-left .m3-btn {
		width: 48px;
	}
	
	.products-carousel .c-arrow-right {
		right: -8px;
	}
	
	.products-carousel .c-arrow-left {
		left: -8px;
	}
}

@media (max-width: 429px) {
	.products-carousel .homepage-carousel {
		padding: 0;
	}
	
	.products-carousel .c-arrow-right, .products-carousel .c-arrow-left {
		display: none;
	}
}

.products-carousel__container {
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
	padding: 0 var(--spacers-32);
}

.products-carousel__caption {
	font-size: 1.25rem;
	line-height: 130%;
	color: inherit;
	margin-top: 10px;
}

@media (max-width: 1249px) {
	.products-carousel__caption {
		font-size: 16px;
		margin-top: 12px;
	}
}

.products-carousel__slide {
	width: 250px;
	text-align: center;
}

@media (max-width: 1249px) {
	.products-carousel__slide {
		width: 180px;
	}
}

@media (max-width: 767px) {
	.products-carousel__slide {
		width: 140px;
	}
}

.products-carousel__title {
	font-weight: 400;
	font-size: 2.3rem;
	line-height: 1.15em;
	color: inherit;
	margin-top: 25px;
}

@media (max-width: 767px) {
	.products-carousel__title {
		font-size: 1.875rem;
		line-height: 1.1875em;
		margin-top: 12px;
	}
}

@media (max-width: 1249px) {
	.products-carousel__title {
		font-size: 26px;
		line-height: 1.1875em;
		margin-top: 12px;
	}
}

.products-carousel__figure {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.products-carousel__img {
	max-width: 100%;
	height: auto;
}

.products-carousel__footer {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: var(--spacers-32);
}

.homepage-carousel .products-carousel__img {
	border-radius: 12px;
}

.secondary-location-template .hero h1 {
	color: rgb(var(--mdui-color-foam-light));
}

.secondary-location-template .section.cta {
	display: none;
}

.secondary-location-template .section.products-carousel {
	padding-top: var(--spacers-64);
	padding-bottom: var(--spacers-32);
}

.secondary-location-template .text_block {
	background-color: rgb(var(--mdui-color-golden-ale));
}

.secondary-location-template .section.text_column {
	background-color: rgb(var(--mdui-color-primary-light));
}

.secondary-location-template .section.text_column, .secondary-location-template .section.text_block {
	color: #fff;
}

.secondary-location-template .section.quote {
	display: none;
}

.location-section {
	padding: 60px 0;
	background: rgb(var(--mdui-color-foam-light));
}

@media (max-width: 1249px) {
	.location-section {
		padding: var(--spacers-40) 0 var(--spacers-40);
	}
}

@media (max-width: 500px) {
	.location-section {
		padding: var(--spacers-16) 0;
	}
}

.location-section__container {
	display: grid;
	grid-template-columns: .7fr 1fr;
	gap: var(--spacers-32);
}

@media (max-width: 1249px) {
	.location-section__container {
		grid-template-columns: 1fr;
		gap: 0;
	}
}

.location-section__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: var(--spacers-32) 0;
}

@media (max-width: 500px) {
	.location-section__content {
		padding: var(--spacers-16) 0;
	}
}

@media (max-width: 850px) {
	.location-section__info {
		width: 100%;
	}
	
	.location-section__info .m3-btn {
		width: 100%;
		font-weight: var(--mdui-typescale-label-small-weight);
		line-height: var(--mdui-typescale-label-small-line-height);
		font-size: var(--mdui-typescale-label-small-size);
		letter-spacing: var(--mdui-typescale-label-small-tracking);
		height: 42px;
		padding: 0;
	}
	
	.location-section__info .m3-btn::part(button) {
		padding: 0 var(--spacers-8);
	}
}

.location-section__buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: var(--spacers-16);
}

@media (max-width: 1249px) {
	.location-section__buttons {
		display: none;
	}
}

.location-section__contact {
	margin-bottom: var(--spacers-48);
}

@media (max-width: 1249px) {
	.location-section__contact {
		margin-bottom: var(--spacers-32);
	}
	
	.location-section__contact .m3-btn {
		margin-top: var(--spacers-16);
	}
}

.location-section__address {
	display: flex;
	gap: 5px;
}

.location-section__address a {
	text-decoration: none;
	color: inherit;
}

.location-section__title {
	padding-bottom: 40px;
}

.location-section__label {
	font-weight: var(--mdui-typescale-headline-small-weight);
	font-size: var(--mdui-typescale-headline-small-size);
	line-height: var(--mdui-typescale-headline-small-line-height);
	letter-spacing: var(--mdui-typescale-headline-small-tracking);
	margin-bottom: var(--spacers-16);
	text-transform: none;
}

@media (max-width: 1249px) {
	.location-section__label {
		font-size: 32px;
		font-style: normal;
		font-weight: 500;
		line-height: 36px;
	}
}

.location-section__text {
	font-weight: var(--mdui-typescale-display-medium-weight);
	font-size: var(--mdui-typescale-display-medium-size);
	line-height: var(--mdui-typescale-display-medium-line-height);
	letter-spacing: var(--mdui-typescale-display-medium-tracking);
}

.location-section__subtext {
	font-weight: var(--mdui-typescale-display-small-weight);
	font-size: var(--mdui-typescale-display-small-size);
	line-height: var(--mdui-typescale-display-small-line-height);
	letter-spacing: var(--mdui-typescale-display-small-tracking);
	margin-top: var(--spacers-16);
}

.location-section__subtext sup {
	font-size: inherit;
}

@media (max-width: 1249px) {
	.location-section__subtext {
		font-weight: var(--mdui-typescale-display-extra-small-weight);
		font-size: var(--mdui-typescale-display-extra-small-size);
		line-height: var(--mdui-typescale-display-extra-small-line-height);
		letter-spacing: var(--mdui-typescale-display-extra-small-tracking);
	}
}

.location-section__link {
	margin-top: var(--spacers-8);
}

.location-section__link a {
	font-weight: var(--mdui-typescale-display-medium-weight);
	font-size: var(--mdui-typescale-display-medium-size);
	line-height: var(--mdui-typescale-display-medium-line-height);
	letter-spacing: var(--mdui-typescale-display-medium-tracking);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
	text-decoration: none;
	color: inherit;
}

.reviews {
	padding: var(--spacers-64) 0;
	background-color: rgb(var(--mdui-color-foam-light));
}

.reviews .md-container {
	max-width: 1220px;
}

.reviews .md-container .reviews__header h4 {
	color: rgb(var(--mdui-color-stout));
	margin-top: var(--spacers-32);
	margin-bottom: var(--spacers-32);
	text-align: center;
}

.reviews .md-container .rpi-slider .rpi-card-inner {
	margin: 0;
	padding: var(--spacers-16);
	border: none;
	border-radius: 12px;
	background-color: #fff;
}

.reviews .md-container .rpi-text {
	font-weight: var(--mdui-typescale-display-medium-weight);
	font-size: var(--mdui-typescale-display-medium-size);
	line-height: var(--mdui-typescale-display-medium-line-height);
	letter-spacing: var(--mdui-typescale-display-medium-tracking);
	font-family: trade-gothic-next, sans-serif;
	color: rgb(var(--mdui-color-stout));
	margin-bottom: 0;
	height: 120px;
}

.reviews .md-container .rpi-name {
	font-weight: var(--mdui-typescale-title-medium-weight);
	font-size: var(--mdui-typescale-title-medium-size);
	line-height: var(--mdui-typescale-title-medium-line-height);
	letter-spacing: var(--mdui-typescale-title-medium-tracking);
	font-family: trade-gothic-next, sans-serif;
	color: rgb(var(--mdui-color-stout)) !important;
}

.reviews .md-container .rpi-time {
	font-weight: var(--mdui-typescale-display-extra-small-weight);
	font-size: var(--mdui-typescale-display-extra-small-size);
	line-height: var(--mdui-typescale-display-extra-small-line-height);
	letter-spacing: var(--mdui-typescale-display-extra-small-tracking);
	font-family: trade-gothic-next, sans-serif;
	color: rgba(var(--mdui-color-stout), .4) !important;
}

.reviews .md-container .rpi-normal-up__body {
	margin-top: var(--spacers-16);
}

.reviews .md-container .rpi-dots-wrap {
	display: none;
}

.reviews .md-container .rpi-slider-prev {
	background: #fff;
	padding: 16px;
	border-radius: 50%;
	margin-right: 16px;
}

.reviews .md-container .rpi-slider-prev:before {
	background: rgb(var(--mdui-color-stout));
	opacity: 1;
}

.reviews .md-container .rpi-col-m .rpi-card {
	--col: 4;
	--gap: 2;
}

.reviews .md-container .rpi-slider-next {
	background: #fff;
	padding: 16px;
	border-radius: 50%;
	margin-left: 16px;
}

.reviews .md-container .rpi-slider-next:after {
	background: rgb(var(--mdui-color-stout));
	opacity: 1;
}

.reviews__text {
	display: none;
	font-size: 1.5rem;
	line-height: 130%;
	color: #000;
	margin-top: 16px;
}

@media (max-width: 1249px) {
	.reviews__text {
		font-size: 16px;
		margin-top: 10px;
	}
}

.reviews .rpi-header {
	display: none !important;
}

.reviews .rpi-content a.rpi-url {
	border: 2px solid #000 !important;
	font-size: 18px;
	line-height: 1.142em;
	white-space: nowrap;
	padding: 1rem 1.5rem !important;
	color: #000 !important;
	text-decoration: none;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	text-align: center;
	font-weight: 500;
	margin-top: 30px !important;
}

@media (max-width: 1249px) {
	.reviews .rpi-content a.rpi-url {
		font-weight: bold;
		border-radius: 4px;
		padding: 12px 14px !important;
		font-size: 15px;
		line-height: 1.13;
		min-width: 150px;
	}
}

@media (max-width: 500px) {
	.reviews {
		padding: 32px 16px;
	}
	
	.reviews .md-container .reviews__header h4 {
		margin-bottom: 16px;
	}
	
	.reviews .md-container .rpi-slider-prev {
		position: absolute;
		bottom: -70px;
		left: 48%;
		transform: translateX(-100%);
	}
	
	.reviews .md-container .rpi-slider-next {
		position: absolute;
		bottom: -70px;
		right: 48%;
		transform: translateX(100%);
	}
	
	.reviews .md-container .rpi-slider .rpi-content {
		margin-bottom: 80px;
	}
}

@media (max-width: 429px) {
	.reviews {
		padding: 16px 0 10px;
	}
	
	.reviews .md-container .reviews__header h4 {
		font-size: 28px;
	}
}

.iframe-wrapper {
	position: relative;
	width: 100%;
	padding-top: 63%;
	height: 0;
	overflow: hidden;
}

.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.section.banner {
	background: #c0493a;
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 760px;
}

.section.banner.first figure {
	top: 155px;
}

@media (max-width: 1249px) {
	.section.banner.first figure {
		top: 0;
	}
}

.section.banner figure {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}

.section.banner figure img, .section.banner figure video {
	z-index: 10;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	opacity: 1;
	filter: brightness(85%);
	transform: translateX(-50%) translateY(-50%);
}

.section.banner>div.text {
	color: #fff;
	position: relative;
	z-index: 10;
	visibility: visible;
	text-align: center;
}

.section.banner>div.text .handwriting {
	font-family: "Yellowtail", cursive;
	color: rgb(var(--mdui-color-lager));
	font-size: 3rem;
	position: absolute;
	bottom: 90%;
	left: 0;
	transform: translateY(-90%) translateX(0%) rotate(0deg);
}

@media (max-width: 1249px) {
	.section.banner>div.text .handwriting {
		font-size: 30px;
		left: 50%;
		transform: translateY(-50%) translateX(-50%) rotate(0deg);
		width: 100%;
		bottom: 100%;
	}
}

@media (max-width: 850px) {
	.section.banner {
		height: 650px;
		padding: var(--spacers-32) 0;
	}
	
	.section.banner .text h2 {
		margin-bottom: var(--spacers-8);
	}
}

@media (max-width: 500px) {
	.section.banner {
		height: 426px;
	}
	
	.section.banner .text .m3-btn {
		font-weight: var(--mdui-typescale-label-small-weight);
		line-height: var(--mdui-typescale-label-small-line-height);
		font-size: var(--mdui-typescale-label-small-size);
		letter-spacing: var(--mdui-typescale-label-small-tracking);
		height: 42px;
		padding: 0;
	}
	
	.section.banner .text .m3-btn::part(button) {
		padding: 0 var(--spacers-8);
	}
	
	.section.banner .text .display-large {
		font-weight: var(--mdui-typescale-display-medium-weight);
		font-size: var(--mdui-typescale-display-medium-size);
		line-height: var(--mdui-typescale-display-medium-line-height);
		letter-spacing: var(--mdui-typescale-display-medium-tracking);
	}
}

@media (max-width: 429px) {
	.section.banner {
		padding: var(--spacers-16) 0;
	}
}

.section.quote {
	background: #92877e;
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: calc(60 * var(--vh));
	display: flex;
	align-items: center;
	justify-content: center;
}

.section.quote figure {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}

.section.quote figure img, .section.quote figure video {
	z-index: 10;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	opacity: .75;
	mix-blend-mode: multiply;
	filter: brightness(50%);
	transform: translateX(-50%) translateY(-50%);
}

.section.quote>div.text {
	text-align: center;
	color: #fff;
	color: #fff;
	position: relative;
	z-index: 10;
	backface-visibility: hidden;
	backface-visibility: hidden;
	padding: calc(var(--pad) * 5) calc(var(--pad) * 3);
	visibility: visible;
	display: block;
	transform: translateZ(0);
}

.section.quote>div.text .quote {
	margin-top: 3rem;
	margin-bottom: 1rem;
	font-size: calc(var(--pad) * 1.25);
	line-height: 1;
	font-family: spirits-soft, sans-serif;
	position: relative;
}

.section.quote>div.text .quote a {
	color: #fff;
}

.section.quote>div.text .quote p {
	line-height: 1;
}

.section.quote>div.text .quote sup {
	font-size: 1rem;
	font-family: sans-serif;
	vertical-align: top;
	position: relative;
	top: .5rem;
	display: inline-block;
}

@media (max-width: 1249px) {
	.section.quote>div.text {
		padding: 2rem;
	}
}

.section.quotes {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: var(--spacers-80) 0;
}

.section.quotes .quotes-slideshow {
	overflow: visible;
	width: calc(13 * var(--pad));
	margin: 0 auto;
}

.section.quotes .swiper-button.swiper-button-prev {
	left: calc(var(--pad) * -5);
}

.section.quotes .swiper-button.swiper-button-next {
	right: calc(var(--pad) * -5);
}

@media (max-width: 1249px) {
	.section.quotes .quotes-title {
		margin-bottom: var(--spacers-32);
	}
}

.section.quotes .quotes-title, .section.quotes .quotes-footer {
	text-align: center;
}

.section.quotes .swiper-slide {
	display: flex;
	padding: var(--pad);
	width: 100%;
	align-items: center;
	transform: translateZ(0);
	backface-visibility: hidden;
	opacity: .25;
	transition: opacity .5s cubic-bezier(.28, 0, .18, 1);
}

.section.quotes .swiper-slide.swiper-slide-visible {
	opacity: 1;
}

.section.quotes .swiper-slide .quote-container {
	position: relative;
	z-index: 10;
	backface-visibility: hidden;
	visibility: visible;
	display: block;
	transform: translateZ(0);
	text-align: center;
	width: 100%;
}

.section.quotes .swiper-slide .quote-container>p {
	margin-bottom: 1rem;
	line-height: 1;
	font-size: 4rem;
	font-family: spirits-soft, sans-serif;
}

.section.quotes .swiper-slide .quote-container>p>sup {
	top: .5rem;
	position: relative;
	line-height: 1;
}

.section.quotes .swiper-slide .quote-container>a {
	color: rgb(var(--mdui-color-primary));
	font-weight: var(--mdui-typescale-label-medium-weight);
	font-size: var(--mdui-typescale-label-medium-size);
	line-height: var(--mdui-typescale-label-medium-line-height);
	letter-spacing: var(--mdui-typescale-label-medium-tracking);
}

@media (max-width: 1249px) {
	.section.quotes {
		padding: 2rem;
	}
	
	.section.quotes .quotes-slideshow {
		width: 100%;
	}
	
	.section.quotes .swiper-slide {
		padding: 0;
	}
	
	.section.quotes .swiper-slide .quote-container>p {
		font-size: 2rem;
	}
}

.swiper-button-prev {
	background: #fff;
	padding: 16px;
	border-radius: 50%;
	margin-right: 16px;
}

.swiper-button-next {
	background: #fff;
	padding: 16px;
	border-radius: 50%;
	margin-left: 16px;
}

.section.finder {
	background: #c0493a;
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: calc(60 * var(--vh));
	display: flex;
	align-items: center;
}

.section.finder figure {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}

.section.finder figure img, .section.finder figure video {
	z-index: 10;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	opacity: 1;
	filter: brightness(85%);
	transform: translateX(-50%) translateY(-50%);
}

.section.finder .location-form {
	padding: calc(var(--pad) * 5) var(--pad);
	margin: 0 auto;
	position: relative;
	z-index: 100;
	max-width: 1000px;
}

.section.finder #phrases {
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateX(-100%);
	visibility: hidden;
	pointer-events: none;
}

.section.finder #phrases .phrase {
	display: inline-block;
}

.section.finder div.heading {
	color: rgb(var(--mdui-color-foam-light));
	position: relative;
	z-index: 10;
	backface-visibility: hidden;
	backface-visibility: hidden;
	visibility: visible;
	display: block;
	transform: translateZ(0);
	text-align: center;
}

.section.finder div.heading .caption strong {
	font-weight: normal;
	color: rgb(var(--mdui-color-lager));
}

.section.finder div.heading .handwriting {
	font-family: "Yellowtail", cursive;
	color: rgb(var(--mdui-color-lager));
	white-space: nowrap;
	padding: 0 1rem;
	font-size: var(--mdui-typescale-headline-large-size);
}

.section.finder div.heading .button {
	margin-top: 1rem;
}

.section.finder div.heading h1 {
	margin-top: 1rem;
	margin-bottom: 1rem;
	position: relative;
}

.section.finder div.heading h1 sup {
	font-size: 1rem;
	font-family: sans-serif;
	vertical-align: top;
	position: relative;
	top: .5rem;
	display: inline-block;
}

.section.finder div.heading h1 #phrase {
	border-bottom: 2px solid #fff;
	padding: 0;
	position: relative;
	display: inline-block;
	top: -1rem;
}

.section.finder div.heading h1 #phrase .handwriting {
	top: .5rem;
	position: relative;
	transition: opacity .15s cubic-bezier(.28, 0, .18, 1) .5s;
}

.section.finder div.heading h1 #phrase .handwriting>span {
	opacity: 0;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: opacity 0s cubic-bezier(.28, 0, .18, 1);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(1) {
	transition-delay: calc(.15s * 1);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(2) {
	transition-delay: calc(.15s * 2);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(3) {
	transition-delay: calc(.15s * 3);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(4) {
	transition-delay: calc(.15s * 4);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(5) {
	transition-delay: calc(.15s * 5);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(6) {
	transition-delay: calc(.15s * 6);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(7) {
	transition-delay: calc(.15s * 7);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(8) {
	transition-delay: calc(.15s * 8);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(9) {
	transition-delay: calc(.15s * 9);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(10) {
	transition-delay: calc(.15s * 10);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(11) {
	transition-delay: calc(.15s * 11);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(12) {
	transition-delay: calc(.15s * 12);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(13) {
	transition-delay: calc(.15s * 13);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(14) {
	transition-delay: calc(.15s * 14);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(15) {
	transition-delay: calc(.15s * 15);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(16) {
	transition-delay: calc(.15s * 16);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(17) {
	transition-delay: calc(.15s * 17);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(18) {
	transition-delay: calc(.15s * 18);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(19) {
	transition-delay: calc(.15s * 19);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(20) {
	transition-delay: calc(.15s * 20);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(21) {
	transition-delay: calc(.15s * 21);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(22) {
	transition-delay: calc(.15s * 22);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(23) {
	transition-delay: calc(.15s * 23);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(24) {
	transition-delay: calc(.15s * 24);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(25) {
	transition-delay: calc(.15s * 25);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(26) {
	transition-delay: calc(.15s * 26);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(27) {
	transition-delay: calc(.15s * 27);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(28) {
	transition-delay: calc(.15s * 28);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(29) {
	transition-delay: calc(.15s * 29);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(30) {
	transition-delay: calc(.15s * 30);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(31) {
	transition-delay: calc(.15s * 31);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(32) {
	transition-delay: calc(.15s * 32);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(33) {
	transition-delay: calc(.15s * 33);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(34) {
	transition-delay: calc(.15s * 34);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(35) {
	transition-delay: calc(.15s * 35);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(36) {
	transition-delay: calc(.15s * 36);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(37) {
	transition-delay: calc(.15s * 37);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(38) {
	transition-delay: calc(.15s * 38);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(39) {
	transition-delay: calc(.15s * 39);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(40) {
	transition-delay: calc(.15s * 40);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(41) {
	transition-delay: calc(.15s * 41);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(42) {
	transition-delay: calc(.15s * 42);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(43) {
	transition-delay: calc(.15s * 43);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(44) {
	transition-delay: calc(.15s * 44);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(45) {
	transition-delay: calc(.15s * 45);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(46) {
	transition-delay: calc(.15s * 46);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(47) {
	transition-delay: calc(.15s * 47);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(48) {
	transition-delay: calc(.15s * 48);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(49) {
	transition-delay: calc(.15s * 49);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(50) {
	transition-delay: calc(.15s * 50);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(51) {
	transition-delay: calc(.15s * 51);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(52) {
	transition-delay: calc(.15s * 52);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(53) {
	transition-delay: calc(.15s * 53);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(54) {
	transition-delay: calc(.15s * 54);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(55) {
	transition-delay: calc(.15s * 55);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(56) {
	transition-delay: calc(.15s * 56);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(57) {
	transition-delay: calc(.15s * 57);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(58) {
	transition-delay: calc(.15s * 58);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(59) {
	transition-delay: calc(.15s * 59);
}

.section.finder div.heading h1 #phrase .handwriting>span:nth-of-type(60) {
	transition-delay: calc(.15s * 60);
}

.section.finder div.heading h1 #phrase .handwriting.show>span {
	opacity: 1;
}

.section.finder div.heading h1 #phrase .handwriting.hide {
	transition: opacity .15s cubic-bezier(.28, 0, .18, 1);
	opacity: 0;
}

.section.finder div.heading h1 #phrase .handwriting.hide>span {
	transition-delay: 0;
	opacity: 0;
}

@media (max-width: 1249px) {
	.section.finder .location-form {
		padding: 2rem;
	}
	
	.section.finder div.heading .caption {
		padding: 0 2rem;
	}
	
	.section.finder div.heading .handwriting {
		font-size: 3rem;
	}
}

@media (max-width: 767px) {
	.section.finder .location-form {
		padding-right: 0;
		padding-left: 0;
	}
}

div.finder-form {
	position: relative;
	z-index: 100;
	background: #fff;
	border-radius: 3px;
}

div.finder-form form {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

div.finder-form form>div:nth-of-type(1) {
	flex-grow: 1;
}

div.finder-form form>div:nth-of-type(2) {
	flex-grow: 0;
	margin: 2rem;
}

div.finder-form input[type=text] {
	width: calc(100% - 2rem);
	appearance: none;
	border: none;
	font-size: 1rem;
	outline-color: #333;
	padding: 2rem 1rem;
	margin: 1rem;
}

div.finder-form button {
	padding: 1rem 2rem;
	outline-color: #333;
}

@media (max-width: 1249px) {
	div.finder-form form>div:nth-of-type(2) {
		margin: 1rem;
	}
	
	div.finder-form form input[type=text] {
		padding: 1rem 0 1rem 1rem;
	}
}

.section.callout {
	position: relative;
	width: 100%;
	background: #92877e;
	color: rgb(var(--mdui-color-foam-light));
	overflow: hidden;
}

.section.callout.callout-simple {
	background-color: rgb(var(--mdui-color-foam-light));
	color: rgb(var(--mdui-color-stout));
	padding-top: 100px;
	padding-bottom: 100px;
}

.section.callout.callout-simple+.callout-simple:not(.has-background) {
	padding-top: 0;
}

@media (max-width: 1249px) {
	.section.callout.callout-simple+.callout-simple:not(.has-background) {
		padding-top: 45px;
	}
}

@media (max-width: 1249px) {
	.section.callout.callout-simple {
		padding-top: 45px;
		padding-bottom: 10px;
	}
}

.section.callout .callout-stamp {
	opacity: .05;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: auto;
	display: block;
	top: 0;
	left: 0;
}

.section.callout .container {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	padding: var(--pad);
}

.section.callout .container .script {
	color: rgb(var(--mdui-color-lager));
	display: block;
	margin-bottom: 1rem;
}

.section.callout .container .heading {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 4rem;
	line-height: .8;
	font-family: spirits-soft, sans-serif;
	position: relative;
}

.section.callout .container .heading p {
	line-height: .8;
}

.section.callout .container .heading sup {
	font-size: 1rem;
	font-family: sans-serif;
	vertical-align: top;
	position: relative;
	top: .5rem;
	display: inline-block;
}

.section.callout .container>div {
	flex-basis: 50%;
	padding: calc(var(--pad) / 2);
}

.section.callout .container>div:nth-of-type(2) {
	max-width: 420px;
}

.section.callout .container>div figure {
	position: relative;
}

.section.callout .container>div figure img, .section.callout .container>div figure video {
	width: 100%;
	height: auto;
	display: block;
}

.section.callout .container>div>.m3-btn {
	margin-top: var(--spacers-16);
}

@media (max-width: 1249px) {
	.section.callout {
		padding: 2rem;
	}
	
	.section.callout .container {
		flex-wrap: wrap;
		padding: 0;
		justify-content: flex-start;
	}
	
	.section.callout .container>div {
		flex-basis: 100%;
		padding: 0 0 1rem;
	}
}

@media (max-width: 767px) {
	.section.callout {
		padding: 1rem;
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 500px) {
	.section.callout {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 1249px) {
	.callout__container {
		display: flex;
		flex-direction: column-reverse;
		gap: 45px;
	}
}

.callout__content {
	font-size: 16px;
}

.callout__content a:not(.button) {
	color: inherit;
}

.callout__content .heading {
	margin-bottom: 24px;
}

@media (max-width: 1249px) {
	.callout__content .heading {
		margin-bottom: 12px;
	}
}

.callout__content .button {
	display: inline-flex;
	min-width: 180px;
	margin-top: 20px;
}

.callout__content p+p {
	margin-top: 1rem;
}

.callout__desc+.m3-btn {
	margin-top: 20px;
}

.callout__desc ul {
	list-style: disc;
	padding-left: 30px;
}

.callout__media {
	float: right;
	width: 50%;
	display: flex;
	justify-content: center;
	overflow: hidden;
	margin-left: 40px;
}

@media (min-width: 1250px) {
	.callout__media {
		margin-bottom: 20px;
	}
}

.callout__media--left {
	float: left;
	margin-left: 0;
	margin-right: 40px;
	justify-content: flex-start;
}

@media (max-width: 1249px) {
	.callout__media--left {
		margin-right: 0;
	}
}

@media (max-width: 1249px) {
	.callout__media {
		width: 100%;
		max-height: 500px;
		margin-left: 0;
		float: none;
	}
}

.callout__img {
	object-fit: cover;
}

@media (max-width: 1249px) {
	.callout__img {
		width: 100%;
	}
}

.section.intro {
	background: #333;
	min-height: calc(50 * var(--vh));
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateZ(0);
	backface-visibility: hidden;
	overflow: hidden;
}

.section.intro.first figure {
	top: 155px;
}

@media (max-width: 1249px) {
	.section.intro.first figure {
		top: 0;
	}
}

.section.intro figure {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}

.section.intro figure img, .section.intro figure video {
	z-index: 10;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	filter: brightness(85%);
	transform: translateX(-50%) translateY(-50%);
}

.section.intro>div {
	color: #fff;
	position: relative;
	z-index: 10;
	backface-visibility: hidden;
	backface-visibility: hidden;
	padding: calc(var(--pad) * 5) 0;
	visibility: visible;
	display: block;
	transform: translateZ(0);
	text-align: center;
}

.section.intro>div .heading-1 p {
	font-size: inherit;
}

.section.intro>div .button {
	margin-top: 1rem;
}

.section.intro>div .heading {
	margin-bottom: 1rem;
	font-size: var(--pad);
	line-height: .8;
	font-family: spirits-soft, sans-serif;
	position: relative;
}

.section.intro>div .heading p {
	line-height: .8;
}

.section.intro>div .heading sup {
	font-size: 1rem;
	font-family: sans-serif;
	vertical-align: top;
	position: relative;
	top: .5rem;
	display: inline-block;
}

.section.intro>div>p {
	max-width: calc(var(--pad) * 5);
}

.section.intro.text-bottom {
	align-items: flex-end;
}

@media (max-width: 1249px) {
	.section.intro {
		align-items: flex-end;
		min-height: calc(100vh - 108.2px);
		min-height: calc(100svh - 108.2px);
	}
	
	.section.intro>div {
		padding: 5rem 0;
	}
	
	.section.intro>div .handwriting {
		text-align: center;
		width: 100%;
		white-space: nowrap;
	}
}

.section.story {
	position: relative;
	width: 100%;
	overflow: hidden;
	overflow: hidden;
	z-index: 100;
	padding-top: var(--spacers-32);
	max-width: 100vw;
	padding-bottom: var(--spacers-40);
	min-height: calc(var(--pad) * 7);
}

.section.story.overlapped {
	margin-top: calc(var(--pad) * -1.25);
}

.section.story>div.story-label {
	margin: 0 auto;
	text-align: center;
	padding-top: calc(var(--pad) * 1.25);
	padding-bottom: calc(var(--pad) * 1.25);
	position: relative;
	overflow: visible;
	z-index: 10;
}

.section.story>div.story-label>span {
	padding: 1rem;
	display: inline-block;
}

.section.story>div.story-label>svg {
	fill: rgb(var(--mdui-color-primary-light));
	width: .5rem;
	height: .5rem;
	position: absolute;
	top: -1rem;
	left: 50%;
	margin-left: -.225rem;
}

.section.story>div.story-label:before, .section.story>div.story-label:after {
	content: "";
	position: absolute;
	left: 50%;
	width: 1px;
	height: calc(var(--pad) * 1.25);
	background: rgb(var(--mdui-color-primary-light));
}

.section.story>div.story-label:before {
	top: 0;
}

.section.story>div.story-label:after {
	bottom: 0;
}

.section.story>div.story-background {
	opacity: .05;
	font-size: calc(var(--pad) * 4);
	position: absolute;
	z-index: 1;
	text-align: center;
	text-align: center;
	text-transform: uppercase;
	font-family: spirits-soft, sans-serif;
	line-height: .8;
	width: 100%;
	display: block;
	top: calc(var(--pad) * 3);
	white-space: nowrap;
}

.section.story>div.story-paragraph {
	max-width: 600px;
	padding: 0 var(--pad);
	margin: 1rem auto;
	position: relative;
	z-index: 10;
	line-height: 1.4;
}

.section.story>div.story-paragraph a {
	color: rgb(var(--mdui-color-primary-light));
}

@media (max-width: 1249px) {
	.section.story {
		padding: 2rem;
	}
	
	.section.story>div.story-paragraph {
		margin: 0 auto;
		padding: 0 0 1rem;
	}
	
	.section.story.overlapped {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.section.story {
		padding: 2rem 1rem;
	}
}

.section.columns {
	position: relative;
	overflow: hidden;
	padding: var(--pad) calc(var(--pad) * 3);
}

.section.columns>.container {
	display: flex;
	flex-wrap: wrap;
}

.section.columns>.container>div {
	flex-basis: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.section.columns>.container>div>div {
	flex-basis: 100%;
}

.section.columns>.container>div>div img, .section.columns>.container>div>div video {
	width: calc(100% - 10px);
	height: auto;
	right: -10px;
	position: relative;
	display: block;
}

.section.columns>.container>div>div:nth-of-type(odd) {
	max-width: 700px;
	padding: calc(var(--pad) * 2);
}

.section.columns>.container>div .button {
	margin-top: 1rem;
}

.section.columns>.container>div .handwriting {
	padding-bottom: 1rem;
	display: block;
	transform: none;
}

.section.columns>.container>div:nth-of-type(odd)>div:nth-of-type(1) {
	order: 2;
}

.section.columns>.container>div:nth-of-type(odd)>div:nth-of-type(2) {
	order: 1;
}

.section.columns>.container>div:nth-of-type(odd)>div:nth-of-type(2) img, .section.columns>.container>div:nth-of-type(odd)>div:nth-of-type(2) video {
	right: 0;
}

@media (max-width: 1249px) {
	.section.columns {
		padding: 2rem;
	}
	
	.section.columns>.container>div {
		flex-basis: 100%;
	}
	
	.section.columns>.container>div:nth-of-type(1) {
		order: 2;
	}
	
	.section.columns>.container>div:nth-of-type(2) {
		order: 1;
	}
	
	.section.columns>.container>div:nth-of-type(2)>div:nth-of-type(2) {
		display: none;
	}
	
	.section.columns>.container>div>div:nth-of-type(odd) {
		padding: 2rem 0;
	}
	
	.section.columns>.container>div>div:nth-of-type(1) {
		order: 2;
	}
	
	.section.columns>.container>div>div img, .section.columns>.container>div>div video {
		width: 100%;
		right: 0;
	}
}

@media (max-width: 767px) {
	.section.columns {
		padding: 1rem;
	}
}

.section.grid {
	position: relative;
	overflow: hidden;
	padding: var(--spacers-80) 0;
}

.section.grid .grid-title:not(.centered)>span {
	font-weight: bold;
	display: block;
	margin-bottom: 1rem;
}

.section.grid .grid-title.centered {
	margin: 0 auto;
	text-align: center;
	position: relative;
	overflow: visible;
	z-index: 10;
}

.section.grid .grid-title.centered>span {
	padding: .5rem;
	display: inline-block;
}

.section.grid>.md-container>.container {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: var(--spacers-16);
	grid-row-gap: var(--spacers-16);
	align-items: stretch;
}

.section.grid>.md-container>.container .grid-left {
	grid-area: 1/1/3/2;
	border-radius: 8px;
	overflow: hidden;
}

.section.grid>.md-container>.container .right-block.top {
	grid-area: 1/2/2/3;
	border-radius: 8px;
	overflow: hidden;
}

.section.grid>.md-container>.container .right-block.bottom {
	grid-area: 2/2/3/3;
	border-radius: 8px;
	overflow: hidden;
}

.section.grid>.md-container>.container .grid-left {
	background-color: rgb(var(--mdui-color-foam-light));
}

.section.grid>.md-container>.container .grid-left .event-card {
	text-align: left;
	position: relative;
	display: block;
}

.section.grid>.md-container>.container .grid-left .event-card>div {
	padding: calc(var(--pad) / 2) calc(var(--pad) / 2) var(--pad);
}

.section.grid>.md-container>.container .grid-left .event-card>div span.heading {
	display: block;
	text-transform: uppercase;
	font-family: trade-gothic-next, sans-serif;
	font-size: 1rem;
	margin: .5rem 0;
	line-height: 1.2;
	letter-spacing: .1rem;
}

.section.grid>.md-container>.container .grid-left .event-card>div .label {
	color: rgb(var(--mdui-color-lager));
}

.section.grid>.md-container>.container .grid-left .event-card .reserve-link {
	position: absolute;
	bottom: calc(var(--pad) / 2);
	left: calc(var(--pad) / 2);
	width: 75%;
}

.section.grid>.md-container>.container .grid-left .event-card {
	min-height: calc(60 * var(--vh));
}

.section.grid>.md-container>.container .grid-left .event-card figure {
	margin-bottom: 1rem;
	width: 100%;
	height: 0;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}

.section.grid>.md-container>.container .grid-left .event-card figure img, .section.grid>.md-container>.container .grid-left .event-card figure video {
	z-index: 10;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	filter: brightness(85%);
	transform: translateX(-50%) translateY(-50%);
}

.section.grid>.md-container>.container .grid-left .custom-card {
	text-align: left;
	display: flex;
	align-items: center;
	height: 100%;
	flex-wrap: wrap;
	min-height: calc(40 * var(--vh));
}

.section.grid>.md-container>.container .grid-left .custom-card .pa-32 {
	padding: var(--spacers-32);
	height: 50%;
}

.section.grid>.md-container>.container .grid-left .custom-card figure {
	height: 50%;
	width: 100%;
}

.section.grid>.md-container>.container .grid-left .custom-card figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.section.grid>.md-container>.container .right-block {
	display: flex;
	background-color: rgb(var(--mdui-color-foam-light));
}

.section.grid>.md-container>.container .right-block figure {
	width: 50%;
	height: 100%;
}

.section.grid>.md-container>.container .right-block figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section.grid>.md-container>.container .right-block .text {
	width: 50%;
	padding: var(--spacers-32);
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 1440px) {
	.section.grid>.md-container>.container .right-block .text .display-medium p {
		white-space: nowrap;
	}
}

.section.grid>.md-container>.container .right-block .text .m3-btn {
	align-self: end;
}

.section.grid a:focus {
	outline-color: rgb(var(--mdui-color-stout));
}

.section.grid .bottom-note {
	width: 100%;
	margin-top: 1rem;
	font-size: .9rem;
	color: rgb(var(--mdui-color-stout));
	opacity: .5;
}

.section.grid .bottom-note a {
	color: #ededed;
}

.section.grid .bottom-block {
	width: 100%;
	background: rgb(var(--mdui-color-brewhouse-blue));
	position: relative;
	margin-top: 1rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.section.grid .bottom-block figure {
	width: calc(var(--pad) * 7);
	min-height: calc(var(--pad) * 5);
	height: 100%;
	position: relative;
}

.section.grid .bottom-block figure img, .section.grid .bottom-block figure video {
	z-index: 10;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	filter: brightness(85%);
	transform: translateX(-50%) translateY(-50%);
}

.section.grid .bottom-block>.text {
	position: relative;
	z-index: 20;
	padding: var(--pad) calc(var(--pad) / 2);
	color: #fff;
}

.section.grid .bottom-block>.text a {
	color: #fff;
}

.section.grid .bottom-block>.text>.label {
	color: rgb(var(--mdui-color-lager));
}

.section.grid .bottom-block>.text span.heading {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-family: trade-gothic-next, sans-serif;
	font-size: 1rem;
	margin: 1rem 0;
	line-height: 1.2;
	letter-spacing: .1rem;
	padding-bottom: var(--pad);
}

@media (max-width: 1249px) {
	.section.grid>.md-container>.container {
		grid-template-rows: repeat(2, auto);
	}
	
	.section.grid>.md-container>.container .grid-left {
		grid-area: 1/1/2/3;
	}
	
	.section.grid>.md-container>.container .grid-left .custom-card {
		height: auto;
		min-height: auto;
	}
	
	.section.grid>.md-container>.container .grid-left .custom-card figure img {
		height: 275px;
	}
	
	.section.grid>.md-container>.container .right-block.top {
		grid-area: 2/1/3/2;
	}
	
	.section.grid>.md-container>.container .right-block {
		flex-wrap: wrap;
	}
	
	.section.grid>.md-container>.container .right-block figure {
		width: 100%;
		height: auto;
	}
	
	.section.grid>.md-container>.container .right-block figure img {
		height: 275px;
	}
	
	.section.grid>.md-container>.container .right-block .text {
		width: 100%;
	}
	
	.section.grid>.md-container>.container .right-block .text>div {
		width: 100%;
		margin-bottom: var(--spacers-32);
	}
}

@media (max-width: 500px) {
	.section.grid {
		padding: var(--spacers-64) 0;
	}
	
	.section.grid h2 {
		margin-bottom: var(--spacers-16);
	}
	
	.section.grid>.md-container>.container {
		grid-template-rows: repeat(3, auto);
		grid-template-columns: 1fr;
	}
	
	.section.grid>.md-container>.container .grid-left {
		grid-area: 1/1/2/2;
	}
	
	.section.grid>.md-container>.container .grid-left .custom-card .pa-32 {
		padding: var(--spacers-16);
	}
	
	.section.grid>.md-container>.container .grid-left .custom-card .mb-32 {
		margin-bottom: var(--spacers-16);
	}
	
	.section.grid>.md-container>.container .grid-left .custom-card .m3-btn {
		width: 100%;
	}
	
	.section.grid>.md-container>.container .right-block.top {
		grid-area: 2/1/3/2;
	}
	
	.section.grid>.md-container>.container .right-block.bottom {
		grid-area: 3/1/4/2;
	}
	
	.section.grid>.md-container>.container .right-block .text {
		padding: var(--spacers-16);
	}
	
	.section.grid>.md-container>.container .right-block .text>div {
		margin-bottom: var(--spacers-16);
	}
	
	.section.grid>.md-container>.container .right-block .text .m3-btn {
		width: 100%;
	}
}

.home .section.grid {
	background-color: rgb(var(--mdui-color-foam-light));
}

.home .section.grid>.md-container>.container .right-block, .home .section.grid>.md-container>.container .grid-left {
	background-color: rgb(var(--mdui-color-foam));
}

.section.menu-intro {
	background: rgb(var(--mdui-color-stout));
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
}

@media (max-width: 1249px) {
	.section.menu-intro {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.section.menu-intro.first figure {
	top: 155px;
}

@media (max-width: 1249px) {
	.section.menu-intro.first figure {
		top: 0;
	}
}

.section.menu-intro figure {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}

.section.menu-intro figure img, .section.menu-intro figure video {
	z-index: 10;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	opacity: 1;
	filter: brightness(85%);
	transform: translateX(-50%) translateY(-50%);
}

.section.menu-intro>div.text {
	color: #fff;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	text-align: center;
	backface-visibility: hidden;
	backface-visibility: hidden;
	padding: calc(var(--pad) * 4) 0 calc(var(--pad) * 2);
	visibility: visible;
	display: block;
	transform: translateZ(0);
}

.section.menu-intro>div.text .button {
	margin-top: 1rem;
}

.section.menu-intro>div.text .heading {
	margin-bottom: 1rem;
	font-size: 4rem;
	line-height: .8;
	font-family: spirits-soft, sans-serif;
	position: relative;
}

.section.menu-intro>div.text .heading p {
	line-height: .8;
}

.section.menu-intro>div.text .heading sup {
	font-size: 1rem;
	font-family: sans-serif;
	vertical-align: top;
	position: relative;
	top: .5rem;
	display: inline-block;
}

.section.menu-intro>div.text>p {
	max-width: calc(var(--pad) * 7);
	margin: 0 auto;
}

.section.menu {
	padding-top: var(--header-height) !important;
}

@media (max-width: 1249px) {
	.section.menu {
		padding-top: 0 !important;
	}
}

.section.menu-grid {
	min-height: calc(var(--vh) * 60);
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	background: rgb(var(--mdui-color-foam-light));
}

.section.menu-grid>.container {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	justify-content: space-between;
	z-index: 10;
	align-items: flex-start;
}

.section.menu-grid .mobile-menu-header {
	display: none;
	padding: 2rem;
	text-align: center;
}

.section.menu-grid .mobile-menu-header .handwriting {
	color: rgb(var(--mdui-color-primary-light));
	font-family: "Yellowtail", cursive;
	font-size: 2rem;
	line-height: 1;
	display: block;
	margin-bottom: 10px;
}

.section.menu-grid .mobile-menu-header h1 {
	line-height: .8;
}

.section.menu-grid .mobile-menu-header h1 a {
	color: rgb(var(--mdui-color-stout));
	text-decoration: none;
}

.section.menu-grid .mobile-menu-header select {
	color: rgb(var(--mdui-color-stout));
	display: block;
	font-size: 1rem;
	margin: 1rem auto 2rem;
	border-radius: 0px;
	padding: 1rem calc(var(--pad) * 1.5) 1rem 1rem;
	border: 1px solid #ededed;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("https://millersalehouse.com/wp-content/themes/mahn-child/assets/images/icons/icon-chevron-down.svg");
	background-size: auto 1rem;
	background-position: 95% 50%;
	background-repeat: no-repeat;
	box-shadow: none;
	-webkit-appearance: none;
}

.section.menu-grid .mobile-menu-header select.nitro-lazy {
	background-image: none !important;
}

@media (max-width: 1249px) {
	.section.menu-grid .mobile-menu-header {
		display: block;
	}
}

.section.menu-grid .story-card {
	text-align: center;
	display: flex;
	align-items: center;
	background: rgb(var(--mdui-color-brewhouse-blue));
	flex-wrap: wrap;
	color: #fff;
	margin-left: 1rem;
	padding: calc(var(--pad) / 2);
	height: calc(var(--pad) * 6);
	flex-basis: calc(66.6% - 1rem);
	transition: opacity .5s cubic-bezier(.28, 0, .18, 1) .5s;
	opacity: 1;
}

.section.menu-grid .story-card.hide {
	opacity: 0;
	transition: opacity .5s cubic-bezier(.28, 0, .18, 1);
}

.section.menu-grid .story-card>div {
	flex-basis: 100%;
}

.section.menu-grid .story-card .handwriting {
	font-family: "Yellowtail", cursive;
	color: rgb(var(--mdui-color-lager));
	font-size: 2.25rem;
	top: .5rem;
	left: 0;
	position: relative;
	transform: translateY(-90%) translateX(-15%) rotate(0deg);
}

.section.menu-grid .story-card>div>p {
	line-height: 1.4;
	font-size: .85rem;
	max-width: 400px;
	margin: 0 auto;
}

.section.menu-grid .story-card figure {
	width: calc(var(--pad) * 1.5);
	height: calc(var(--pad) * 1.5);
	border-radius: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 auto 0;
}

.section.menu-grid .story-card figure img {
	width: 100%;
	height: 100%;
	display: block;
}

.section.menu-grid .story-card a {
	color: #fff;
}

.section.menu-grid .story-card .heading {
	font-size: 4rem;
	font-family: spirits-soft, sans-serif;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: .5rem;
}

.section.menu-grid .menu-background-text {
	width: 100%;
	height: 100%;
	top: var(--pad);
	left: 0;
	position: absolute;
	z-index: 1;
	opacity: .25;
	text-align: center;
}

.section.menu-grid .menu-background-text h2 {
	line-height: .5;
	color: #bdcfd3;
	font-size: calc(var(--pad) * 3.5);
	white-space: nowrap;
}

.section.menu-grid .menu-sidebar {
	padding-right: var(--spacers-56);
	padding-top: var(--spacers-56);
	width: 30%;
}

.section.menu-grid .menu-sidebar .legend {
	margin-bottom: var(--spacers-40);
	padding-left: 10px;
}

.section.menu-grid .menu-sidebar .legend ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: var(--spacers-8);
}

.section.menu-grid .menu-sidebar .legend ul li .label {
	font-weight: var(--mdui-typescale-display-medium-weight);
	font-size: var(--mdui-typescale-display-medium-size);
	line-height: var(--mdui-typescale-display-medium-line-height);
	letter-spacing: var(--mdui-typescale-display-medium-tracking);
	font-family: trade-gothic-next, sans-serif;
	padding-left: 4px;
	text-transform: none;
}

.section.menu-grid .menu-sidebar .subnav a {
	display: inline-block;
	padding: 8px 16px;
	color: rgb(var(--mdui-color-stout));
	text-decoration: none;
	text-transform: uppercase;
	font-weight: var(--mdui-typescale-label-medium-weight);
	font-size: var(--mdui-typescale-label-medium-size);
	line-height: var(--mdui-typescale-label-medium-line-height);
	letter-spacing: var(--mdui-typescale-label-medium-tracking);
}

.section.menu-grid .menu-sidebar .subnav a.active {
	color: rgb(var(--mdui-color-primary-light));
	border-left: 2px solid;
}

.section.menu-grid .menu-sidebar.sticky-menu {
	transform: translateX(0);
	transition: transform .5s cubic-bezier(.28, 0, .18, 1), opacity .5s cubic-bezier(.28, 0, .18, 1);
}

.section.menu-grid .menu-sidebar.sticky-menu.sticky {
	position: fixed;
	left: max((101vw - 1390px) / 2, 32px);
	top: 90px;
	z-index: 1000;
	opacity: 1;
	max-width: 400px;
}

.section.menu-grid .menu-sidebar.sticky-menu.hide {
	transform: translateX(calc(var(--pad) * -1));
	opacity: 0;
	left: -999px;
}

.section.menu-grid .menu-items.loading {
	cursor: progress;
	user-select: none;
}

.section.menu-grid .menu-items.loading .list-item {
	pointer-events: none;
	transition: filter .3s cubic-bezier(.28, 0, .18, 1);
	filter: blur(8px);
}

.section.menu-grid .md-container {
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 1249px) {
	.section.menu-grid .md-container {
		flex-wrap: wrap;
		padding-top: 112px;
	}
	
	.section.menu-grid .md-container .menu-sidebar {
		display: flex;
		max-width: 100%;
		flex-wrap: wrap;
		padding-right: 0;
		padding-top: 10px;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	
	.section.menu-grid .md-container .menu-sidebar .legend {
		order: 2;
		display: none;
	}
	
	.section.menu-grid .md-container .menu-sidebar .subnav {
		width: 100%;
	}
	
	.section.menu-grid .md-container .menu-sidebar .subnav ul {
		overflow-x: scroll;
		white-space: nowrap;
		display: flex;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.section.menu-grid .md-container .menu-sidebar .subnav ul::-webkit-scrollbar {
		display: none;
	}
	
	.section.menu-grid .md-container .menu-sidebar .subnav ul {
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	
	.section.menu-grid .md-container .menu-sidebar .subnav ul li a {
		border-bottom: 2px solid rgba(var(--mdui-color-stout), .06);
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 4px;
	}
	
	.section.menu-grid .md-container .menu-sidebar .subnav ul li a.active {
		border-left: none;
		border-bottom: 2px solid rgb(var(--mdui-color-primary-light));
	}
	
	.section.menu-grid .md-container .menu-sidebar.sticky-menu.sticky {
		max-width: 100%;
		background: rgb(var(--mdui-color-foam-light));
		left: 0;
		top: 72px;
		padding-top: 0;
	}
}

.feature-icon {
	height: .8rem;
	width: auto;
	display: inline-block;
}

.section.menu-item-details, .section.location-intro {
	position: relative;
	overflow: hidden;
	padding: 200px calc(var(--pad) * 2) calc(var(--pad));
}

.section.menu-item-details .background-text, .section.location-intro .background-text {
	width: 100%;
	height: 100%;
	top: calc(var(--pad) * 3.5);
	left: 0;
	position: absolute;
	z-index: 1;
	text-align: left;
	opacity: 0;
	transition: opacity 1s cubic-bezier(.28, 0, .18, 1) .5s;
}

@media (max-width: 1249px) {
	.section.menu-item-details .background-text, .section.location-intro .background-text {
		top: calc(var(--pad) * 1.5);
	}
}

.section.menu-item-details .background-text h2, .section.location-intro .background-text h2 {
	line-height: .8;
	color: #bdcfd3;
	font-size: calc(var(--pad) * 3.5);
}

.section.menu-item-details #pdf-link, .section.location-intro #pdf-link {
	position: absolute;
	bottom: calc(var(--pad) / 2);
	font-size: .85rem;
	opacity: .6;
	left: 0;
	color: #333;
}

.section.menu-item-details #pdf-link:hover, .section.location-intro #pdf-link:hover {
	opacity: 1;
}

.section.menu-item-details>.container, .section.location-intro>.container {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	z-index: 10;
	align-items: center;
}

.section.menu-item-details>.container>div, .section.location-intro>.container>div {
	padding: calc(var(--pad) / 2) 0;
	position: relative;
}

.section.menu-item-details>.container #favorite-icon .icon, .section.location-intro>.container #favorite-icon .icon {
	width: 1rem;
	height: 1rem;
	margin-right: 1rem;
}

.section.menu-item-details>.container #favorite-icon.location, .section.location-intro>.container #favorite-icon.location {
	cursor: pointer;
}

.section.menu-item-details>.container #favorite-icon.location .icon, .section.location-intro>.container #favorite-icon.location .icon {
	width: 2rem;
	height: 2rem;
	top: .45rem;
	position: relative;
}

.section.menu-item-details>.container #favorite-icon.location .icon *, .section.location-intro>.container #favorite-icon.location .icon * {
	fill: none;
	stroke: rgb(var(--mdui-color-primary-light));
	stroke-width: 2px;
}

.section.menu-item-details>.container #favorite-icon.location .icon.favorited *, .section.location-intro>.container #favorite-icon.location .icon.favorited * {
	fill: rgb(var(--mdui-color-primary-light));
}

.section.menu-item-details>.container .icons, .section.location-intro>.container .icons {
	display: flex;
	display: flex;
	margin: 0;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

.section.menu-item-details>.container .icons li, .section.location-intro>.container .icons li {
	margin-right: 2rem;
	margin-bottom: 1rem;
}

.section.menu-item-details>.container .icons li span, .section.location-intro>.container .icons li span {
	margin-left: 1rem;
	font-size: .9rem;
}

.section.menu-item-details>.container .text, .section.location-intro>.container .text {
	flex-basis: 30%;
	padding-right: var(--pad);
	position: relative;
	opacity: 0;
	transform: translateX(calc(var(--pad) * -1));
	transition: transform 1s cubic-bezier(.28, 0, .18, 1) 0s, opacity 1s cubic-bezier(.28, 0, .18, 1) 0s;
}

.section.menu-item-details>.container .text h1, .section.location-intro>.container .text h1 {
	margin: 1rem 0 2rem;
	line-height: .8;
}

.section.menu-item-details>.container .text h1 sup, .section.location-intro>.container .text h1 sup {
	font-size: 1rem;
	font-family: sans-serif;
	vertical-align: top;
	position: relative;
	top: .5rem;
	display: inline-block;
}

.section.menu-item-details>.container .text .button, .section.location-intro>.container .text .button {
	margin-top: 1rem;
}

.section.menu-item-details>.container .text hr, .section.location-intro>.container .text hr {
	background: #ededed;
	outline: none;
	height: 1px;
	border-width: 0px;
	margin-bottom: 1rem;
}

.section.menu-item-details>.container .text a:not(.button), .section.location-intro>.container .text a:not(.button) {
	color: rgb(var(--mdui-color-stout));
}

.section.menu-item-details>.container .text a:not(.button).address, .section.menu-item-details>.container .text a:not(.button).phone, .section.location-intro>.container .text a:not(.button).address, .section.location-intro>.container .text a:not(.button).phone {
	text-decoration: none;
}

.section.menu-item-details>.container .text p, .section.menu-item-details>.container .text fieldset, .section.location-intro>.container .text p, .section.location-intro>.container .text fieldset {
	margin: 1rem 0;
	line-height: 1.5;
}

.section.menu-item-details>.container .media, .section.menu-item-details>.container .map-wrap, .section.location-intro>.container .media, .section.location-intro>.container .map-wrap {
	flex-basis: 70%;
	position: relative;
}

.section.menu-item-details>.container .media #marker, .section.menu-item-details>.container .map-wrap #marker, .section.location-intro>.container .media #marker, .section.location-intro>.container .map-wrap #marker {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-200%) translateX(-50%);
	z-index: 10;
	width: var(--pad);
	height: auto;
	opacity: 0;
	transition: transform 1s cubic-bezier(.28, 0, .18, 1) 0s, opacity .5s cubic-bezier(.28, 0, .18, 1) 0s;
}

.section.menu-item-details>.container .media iframe, .section.menu-item-details>.container .map-wrap iframe, .section.location-intro>.container .media iframe, .section.location-intro>.container .map-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .5s cubic-bezier(.28, 0, .18, 1);
}

.section.menu-item-details>.container .media figure, .section.menu-item-details>.container .map-wrap figure, .section.location-intro>.container .media figure, .section.location-intro>.container .map-wrap figure {
	width: 100%;
	position: relative;
	overflow: hidden;
	transform: translateY(var(--pad));
	opacity: 0;
	transition: transform .75s cubic-bezier(.28, 0, .18, 1), opacity .5s cubic-bezier(.28, 0, .18, 1);
}

.section.menu-item-details>.container .media figure img, .section.menu-item-details>.container .media figure video, .section.menu-item-details>.container .map-wrap figure img, .section.menu-item-details>.container .map-wrap figure video, .section.location-intro>.container .media figure img, .section.location-intro>.container .media figure video, .section.location-intro>.container .map-wrap figure img, .section.location-intro>.container .map-wrap figure video {
	z-index: 10;
	width: 100%;
	height: auto;
}

.section.menu-item-details .handwriting, .section.location-intro .handwriting {
	font-family: "Yellowtail", cursive;
	color: rgb(var(--mdui-color-primary-light));
	font-size: 2.75rem;
}

.section.menu-item-details .mobileonly.details, .section.location-intro .mobileonly.details {
	width: 100%;
	position: relative;
	z-index: 20;
	padding: 2rem 2rem 2rem;
	opacity: 0;
	transform: translateY(3rem);
	transition: transform .75s cubic-bezier(.28, 0, .18, 1), opacity .5s cubic-bezier(.28, 0, .18, 1);
}

.section.menu-item-details .mobileonly.details .button, .section.location-intro .mobileonly.details .button {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	padding: 12px 22px;
}

.section.menu-item-details .mobileonly.details .label, .section.location-intro .mobileonly.details .label {
	flex-basis: 100%;
	padding: 1rem 0;
	display: block;
}

.section.menu-item-details .mobileonly.details>.container, .section.location-intro .mobileonly.details>.container {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 2rem;
	justify-content: space-between;
}

.section.menu-item-details .mobileonly.details>.container a, .section.location-intro .mobileonly.details>.container a {
	color: rgb(var(--mdui-color-stout));
}

@media (max-width: 1249px) {
	.section.menu-item-details, .section.location-intro {
		padding: calc(2.5rem + var(--pad) * 2) 0 2rem;
	}
	
	.section.menu-item-details .background-text, .section.location-intro .background-text {
		text-align: center;
	}
	
	.section.menu-item-details>.container, .section.location-intro>.container {
		flex-wrap: wrap;
	}
	
	.section.menu-item-details>.container .map-wrap, .section.menu-item-details>.container .media, .section.location-intro>.container .map-wrap, .section.location-intro>.container .media {
		flex-basis: 100%;
		z-index: 10;
		position: relative;
		margin-top: -.5rem;
		padding: 0;
	}
	
	.section.menu-item-details>.container .text, .section.location-intro>.container .text {
		z-index: 20;
		padding: 0 2rem 0;
		flex-basis: 100%;
		text-align: center;
	}
	
	.section.menu-item-details>.container .text h1, .section.location-intro>.container .text h1 {
		margin: 0 0 2rem;
	}
}

.loaded .section.menu-item-details .background-text, .loaded .section.location-intro .background-text {
	opacity: .25;
}

.loaded .section.location-intro>.container .map-wrap figure, .loaded .section.location-intro>.container .map-wrap iframe, .loaded .section.location-intro>.container .media figure, .loaded .section.location-intro>.container .mobileonly.details, .loaded .section.location-intro>.container .text, .loaded .section.section.menu-item-details>.container .map-wrap figure, .loaded .section.section.menu-item-details>.container .map-wrap iframe, .loaded .section.section.menu-item-details>.container .media figure, .loaded .section.section.menu-item-details>.container .mobileonly.details, .loaded .section.section.menu-item-details>.container .text {
	transform: translateY(0);
	opacity: 1;
}

.section.location-intro>.container .map-wrap {
	padding-top: 46.75%;
	height: 0;
	position: relative;
}

.section.location-intro>.container .map-wrap #single-map, .section.location-intro>.container .map-wrap #gmap-embed {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section.location-intro>.container .map-wrap #marker {
	transform: translateY(-50%) translateX(-50%);
	opacity: 1;
}

@media (max-width: 1249px) {
	.section.location-intro>.container .map-wrap {
		padding-top: 75%;
	}
}

.section.menu-related .swiper-button.swiper-button-next {
	right: 2rem;
}

.section.menu-related .swiper-button.swiper-button-prev {
	left: 2rem;
}

.section.menu-related .more-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: calc(var(--pad) / 2);
}

.section.menu-related .more-header p {
	font-size: 1.5rem;
	font-weight: bold;
}

.section.menu-related .more-header a {
	color: #333;
}

@media (max-width: 1249px) {
	.section.menu-related .more-header {
		text-align: center;
		flex-wrap: wrap;
	}
	
	.section.menu-related .more-header>div {
		flex-basis: 100%;
	}
}

.section.menu-disclaimer {
	padding: calc(var(--pad) / 2);
	font-size: .85rem;
	line-height: 1;
	color: #333;
}

.mob-menu-heading {
	font-size: 6rem;
	line-height: .8;
}

.mob-menu-heading a {
	color: #000;
	text-decoration: none;
}

.menu-sidebar__title {
	font-size: 3.5rem !important;
	font-family: "Brixton Lead Vector", sans-serif;
	text-transform: uppercase;
	line-height: 1;
	display: block;
	margin-bottom: 1.5rem !important;
}

.menu-sidebar__title a.menu-nav.active {
	color: #000 !important;
}

#favorite-icon.location {
	white-space: nowrap;
}

.single-menu .section.menu-item-details .md-container .media, .single-bar .section.menu-item-details .md-container .media {
	height: 0;
	padding-top: 100%;
	position: relative;
}

.single-menu .section.menu-item-details .md-container .media figure, .single-bar .section.menu-item-details .md-container .media figure {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.single-menu .section.menu-item-details .md-container .media figure img, .single-bar .section.menu-item-details .md-container .media figure img {
	height: 100%;
	object-fit: cover;
}

.icon-featured {
	width: 24px;
	height: 24px;
}

.section.text_column {
	display: grid;
	grid-template-columns: .7fr 1fr;
}

.section.text_column>.container {
	grid-area: 1/1/2/1;
	padding: var(--spacers-32);
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.section.text_column>.container .sec-text {
	max-width: 490px;
}

.section.text_column>.container .sec-text h2 {
	margin-bottom: var(--spacers-16);
}

.section.text_column>.container .custom-card {
	margin-top: 4rem;
	text-align: center;
	display: flex;
	align-items: center;
	height: 100%;
	flex-wrap: wrap;
	padding-top: 2rem;
	background: rgb(var(--mdui-color-brewhouse-blue));
	width: calc(var(--pad) * 2 + 4rem);
}

.section.text_column>.container .custom-card>div {
	flex-basis: 100%;
}

.section.text_column>.container .custom-card .handwriting {
	font-family: "Yellowtail", cursive;
	color: rgb(var(--mdui-color-foam-light));
	font-size: 1.25rem;
	margin-top: 1rem;
	position: relative;
	display: block;
}

.section.text_column>.container .custom-card p {
	color: #fff;
	text-transform: uppercase;
	font-size: .75rem;
	font-weight: bold;
}

.section.text_column>.container .custom-card figure {
	width: calc(var(--pad) * 2);
	height: calc(var(--pad) * 2);
	border-radius: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 auto 0;
}

.section.text_column>.container .custom-card figure img {
	width: 100%;
	height: 100%;
	display: block;
}

.section.text_column>.container .custom-card a {
	color: #fff;
}

.section.text_column>.container .custom-card h4 {
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 1rem;
	color: #fff;
}

.section.text_column>.container .custom-card>div {
	padding: 0 2rem 2rem;
}

.section.text_column .sec-img {
	grid-area: 1/2/2/2;
}

.section.text_column .sec-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	float: left;
}

@media (max-width: 1024px) {
	.section.text_column {
		grid-template-columns: auto;
		grid-template-rows: auto auto;
	}
	
	.section.text_column>.container {
		grid-area: 2/1/3/2;
		padding: var(--spacers-40);
	}
	
	.section.text_column>.container .sec-text {
		max-width: 100%;
	}
	
	.section.text_column>.container .sec-text h2 {
		font-style: normal;
		font-weight: 500;
	}
	
	.section.text_column>.container .sec-text .display-medium {
		font-weight: var(--mdui-typescale-display-small-weight);
		font-size: var(--mdui-typescale-display-small-size);
		line-height: var(--mdui-typescale-display-small-line-height);
		letter-spacing: var(--mdui-typescale-display-small-tracking);
	}
	
	.section.text_column .sec-img {
		grid-area: 1/1/2/2;
	}
	
	.section.text_column .sec-img img {
		height: 50vh;
		object-position: top;
	}
}

@media (max-width: 500px) {
	.section.text_column>.container {
		padding: var(--spacers-32);
	}
	
	.section.text_column .sec-img img {
		height: 100%;
	}
}

@media (max-width: 429px) {
	.section.text_column>.container {
		padding: var(--spacers-32) var(--spacers-16);
	}
}

.section.specials_board {
	background: rgb(var(--mdui-color-brewhouse-blue));
	color: #fff;
	padding: var(--pad);
	position: relative;
}

.section.specials_board .handwriting-title {
	font-family: "Yellowtail", cursive;
	color: rgb(var(--mdui-color-foam-light));
	font-size: calc(var(--pad) * 2.5);
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom: calc(var(--pad) * -1);
	z-index: 10;
	position: relative;
	pointer-events: none;
}

.section.specials_board .specials-wrap {
	max-width: 1000px;
	margin: 0 auto;
	border: 2px solid #bdcfd3;
	padding: 2rem;
}

.section.specials_board .specials-intro {
	max-width: 400px;
	text-align: center;
	margin: 1rem auto;
}

.section.specials_board .specials-intro p {
	margin-bottom: 1rem;
	line-break: 1.5;
	font-size: .8rem;
}

.section.specials_board .listing {
	text-align: center;
	padding: 2rem;
}

.section.specials_board .listing .handwriting {
	font-family: "Yellowtail", cursive;
	font-size: 1.5rem;
}

.section.specials_board .listing h2 {
	font-size: 3rem;
	line-height: 1;
}

.section.specials_board .listing ul {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	margin: 1rem auto;
	max-width: 800px;
	border-top: 1px solid #bdcfd3;
}

.section.specials_board .listing ul li {
	flex-basis: 33%;
	margin: 1rem 0;
}

.section.specials_board .listing ul li.title-block {
	flex-basis: 100%;
	margin-top: 1.5rem;
}

.section.specials_board .listing ul li span {
	margin-right: 1rem;
}

@media (max-width: 1249px) {
	.section.specials_board {
		padding: 2rem;
	}
	
	.section.specials_board .handwriting-title {
		line-height: .8;
		font-size: 6rem;
		margin-bottom: -1rem;
	}
	
	.section.specials_board .listing ul {
		text-align: center;
	}
	
	.section.specials_board .listing ul li {
		flex-basis: 100%;
	}
	
	.section.specials_board .listing ul li span {
		margin-right: 0;
	}
}

#menu-explorer-nav {
	position: fixed;
	top: 100%;
	pointer-events: none;
	transform: translateY(100%);
	background: rgb(var(--mdui-color-brewhouse-blue));
	width: 100%;
	transition: transform .5s cubic-bezier(.28, 0, .18, 1);
	z-index: 1000;
}

#menu-explorer-nav>.container {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

#menu-explorer-nav #exit-explorer {
	display: flex;
	align-items: center;
	color: #fff;
	padding: .5rem calc(var(--pad) / 2) .5rem 1rem;
	border-left: 2px solid rgba(0, 0, 0, .5);
	text-decoration: none;
}

#menu-explorer-nav #exit-explorer span {
	display: block;
	line-height: 1;
	font-size: 1.5rem;
	font-family: spirits-soft, sans-serif;
	text-transform: uppercase;
	margin-left: 1rem;
}

#menu-explorer-nav #exit-explorer svg {
	opacity: .5;
	transition: opacity .5s cubic-bezier(.28, 0, .18, 1);
}

#menu-explorer-nav #exit-explorer svg * {
	fill: #fff;
}

#menu-explorer-nav #exit-explorer:hover svg {
	opacity: 1;
}

#menu-explorer-nav #menu-explorer-nav-list {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgb(var(--mdui-color-stout));
	transform: translateX(-100%);
	transition: transform .5s cubic-bezier(.28, 0, .18, 1);
}

#menu-explorer-nav #menu-explorer-nav-list>.container {
	padding: var(--pad);
}

#menu-explorer-nav #menu-explorer-nav-list>.container a {
	display: block;
	display: flex;
	line-height: 1;
	text-decoration: none;
	font-family: spirits-soft, sans-serif;
	text-transform: uppercase;
	align-content: flex-start;
}

#menu-explorer-nav #menu-explorer-nav-list>.container a .count {
	color: #fff;
	font-size: 1.25rem;
	opacity: .33;
	position: relative;
	top: .4rem;
}

#menu-explorer-nav #menu-explorer-nav-list>.container a .title {
	color: rgb(var(--mdui-color-foam-light));
	margin-left: 2rem;
	font-size: 3rem;
	position: relative;
}

#menu-explorer-nav #menu-explorer-nav-list>.container a:hover .title, #menu-explorer-nav #menu-explorer-nav-list>.container a.active .title {
	color: rgb(var(--mdui-color-lager));
}

#menu-explorer-nav.show-list #menu-explorer-nav-list {
	transform: translateX(0%);
}

@media (max-width: 1249px) {
	#menu-explorer-nav #exit-explorer {
		padding: .5rem 1rem;
	}
	
	#menu-explorer-nav #exit-explorer span {
		font-size: 1.25rem;
	}
}

.explorer-nav-toggle {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	color: #fff;
	text-decoration: none;
	padding: calc(var(--pad) / 4) calc(var(--pad) / 2);
}

.explorer-nav-toggle span {
	display: block;
	line-height: 1;
	font-size: 1.25rem;
	font-family: spirits-soft, sans-serif;
	text-transform: uppercase;
	margin-left: 1rem;
}

.explorer-nav-toggle>div {
	width: 50px;
	height: 26px;
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: space-between;
}

.explorer-nav-toggle>div>div {
	height: 5px;
	width: 100%;
	flex-basis: 100%;
	background: rgb(var(--mdui-color-foam-light));
	display: block;
	position: relative;
	transition: transform .5s cubic-bezier(.28, 0, .18, 1);
}

.explorer-nav-toggle:hover>div>div {
	transform: translateX(5px);
}

.explorer-nav-toggle:hover>div>div:nth-of-type(2) {
	transform: translateX(10px);
}

@media (max-width: 1249px) {
	.explorer-nav-toggle {
		padding: 1rem;
	}
	
	.explorer-nav-toggle span {
		font-size: 1rem;
	}
}

#menu-explorer-background-text {
	position: fixed;
	z-index: 700;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	pointer-events: none;
	background: #333;
	font-family: spirits-soft, sans-serif;
	white-space: nowrap;
	font-size: calc(var(--pad) * 5.75);
	line-height: 1;
	color: #fff;
	height: calc(var(--vh) * 100);
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translateY(-100%);
	transition: transform .5s cubic-bezier(.28, 0, .18, 1);
}

#menu-explorer-background-text img {
	position: absolute;
	top: calc(var(--vh) * 100);
	left: 0;
	width: auto;
	height: calc(var(--vh) * 40);
	transform: translateY(-100%);
}

@media (max-width: 1249px) {
	#menu-explorer-background-text {
		top: 3rem;
		font-size: 10rem;
		white-space: normal;
		line-height: .8;
	}
	
	#menu-explorer-background-text img {
		left: 50%;
		transform: translateY(-100%) translateX(-50%);
	}
}

#menu-explorer {
	pointer-events: none;
	transform: translateY(-100%);
	position: fixed;
	top: 0;
	left: 0;
	height: calc(var(--vh) * 100);
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	transition: transform .5s cubic-bezier(.28, 0, .18, 1);
	z-index: 800;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	backface-visibility: hidden;
}

#menu-explorer .explorer-section {
	min-height: calc(var(--vh) * 75);
	color: #fff;
	position: relative;
	z-index: 100;
}

#menu-explorer .explorer-section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	mix-blend-mode: overlay;
	opacity: .9;
}

#menu-explorer .explorer-footer {
	text-align: center;
	padding: 0 var(--pad) var(--pad);
	position: relative;
	z-index: 100;
}

#menu-explorer .explorer-footer .heading {
	font-family: spirits-soft, sans-serif;
	font-size: 3.5rem;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 1rem;
}

#menu-explorer .explorer-header {
	padding: var(--pad);
	text-align: center;
	position: relative;
	margin: 0 auto;
	z-index: 100;
}

#menu-explorer .explorer-header .handwriting-subheading {
	position: relative;
	font-family: "Yellowtail", cursive;
	color: rgb(var(--mdui-color-lager));
	white-space: nowrap;
	font-size: calc(var(--pad));
	line-height: .5;
	display: inline-block;
}

#menu-explorer .explorer-header .caption {
	max-width: 400px;
	margin: 1rem auto;
	padding-top: calc(var(--pad) / 2 + 1rem);
	position: relative;
}

#menu-explorer .explorer-header .caption:after {
	content: "";
	position: absolute;
	top: -1rem;
	left: 50%;
	width: 2px;
	margin-left: -1px;
	background: rgba(0, 0, 0, .4);
	height: calc(var(--pad) / 2 + 1rem);
}

#menu-explorer .explorer-header .handwriting-heading {
	position: relative;
	font-family: "Yellowtail", cursive;
	font-size: calc(var(--pad) * 4);
	line-height: .8;
	display: inline-block;
}

#menu-explorer .explorer-header .handwriting-heading p {
	display: inline-block;
	position: relative;
	z-index: 10;
}

#menu-explorer .explorer-header .handwriting-heading sup {
	font-family: trade-gothic-next, sans-serif;
	font-size: 1rem;
}

#menu-explorer .explorer-header .handwriting-heading .star {
	position: absolute;
	width: var(--pad);
	height: var(--pad);
	z-index: 1;
}

#menu-explorer .explorer-header .handwriting-heading .star * {
	fill: var(--fill);
}

#menu-explorer .first {
	padding-top: calc(var(--pad) * 3.5);
}

#menu-explorer .last {
	padding-bottom: calc(var(--pad) * 2);
}

#menu-explorer .grid-items {
	position: relative;
	z-index: 100;
	padding: 0 calc(var(--pad) - .5rem) calc(var(--pad)) 0;
	width: calc(var(--pad) * 15);
	flex-basis: calc(var(--pad) * 15);
	display: flex;
	flex-wrap: wrap;
}

#menu-explorer .grid-items .see-more-tag {
	flex-basis: 100%;
	font-size: 1.2rem;
	margin: 2rem 0;
}

#menu-explorer .grid-items .see-more-tag a {
	color: rgb(var(--mdui-color-lager));
}

#menu-explorer .grid-items .card {
	position: relative;
	margin: 0 .5rem 2rem;
	flex-basis: calc(33.3% - 1rem);
}

#menu-explorer .grid-items .card .title>.label {
	color: rgb(var(--mdui-color-lager));
}

#menu-explorer .grid-items .note {
	position: relative;
	margin: 0 .5rem 3rem;
	flex-basis: calc(66.6% - 1rem);
	border-width: 2px;
	border-style: solid;
	padding: calc(var(--pad) / 2);
}

#menu-explorer .grid-items .note .handwriting {
	font-family: "Yellowtail", cursive;
	color: rgb(var(--mdui-color-lager));
	font-size: 2rem;
	top: 0;
	left: 0;
	position: relative;
	transform: rotate(0deg);
}

#menu-explorer .grid-items .note .heading {
	font-family: spirits-soft, sans-serif;
	font-size: 5rem;
	line-height: 1;
	text-transform: uppercase;
	margin: 2rem 0;
}

#menu-explorer .grid-items .note .caption {
	width: 50%;
	line-break: 1.4;
}

#menu-explorer .grid-items .note .caption a {
	color: #fff;
}

#menu-explorer .grid-items .custom-card {
	text-align: center;
	display: flex;
	margin: 0 .5rem 2rem;
	flex-basis: calc(33.3% - 1rem);
	align-content: flex-start;
	flex-wrap: wrap;
	padding-top: 2rem;
}

#menu-explorer .grid-items .custom-card>div {
	flex-basis: 100%;
}

#menu-explorer .grid-items .custom-card .handwriting {
	font-family: "Yellowtail", cursive;
	color: rgb(var(--mdui-color-lager));
	font-size: 2rem;
	top: 0;
	left: 0;
	position: relative;
	transform: rotate(0deg);
}

#menu-explorer .grid-items .custom-card p {
	margin-bottom: 1rem;
}

#menu-explorer .grid-items .custom-card figure {
	width: calc(var(--pad) * 2);
	height: calc(var(--pad) * 2);
	border-radius: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 auto 2rem;
}

#menu-explorer .grid-items .custom-card figure img {
	width: 100%;
	height: 100%;
	display: block;
}

#menu-explorer .grid-items .custom-card a {
	color: #fff;
}

#menu-explorer .grid-items .custom-card>div {
	padding: 0 2rem;
}

#menu-explorer .explorer-grid-wrap {
	display: flex;
	flex-wrap: nowrap;
}

#menu-explorer .explorer-quote {
	margin: 0 2rem;
	width: calc(var(--pad) * 11 - 4rem);
	border-width: 2px;
	border-style: solid;
	align-self: flex-start;
	padding: var(--pad) calc(var(--pad) / 2);
	text-align: center;
	position: relative;
	z-index: 100;
}

#menu-explorer .explorer-quote .quote-text {
	font-size: calc(var(--pad) * 1.25);
	line-height: 1;
	padding: 2rem;
	font-family: spirits-soft, sans-serif;
}

#menu-explorer .explorer-quote a {
	color: #fff;
}

#menu-explorer .align-left .explorer-grid-wrap .grid-items {
	order: 1;
	padding: 0 0 calc(var(--pad)) calc(var(--pad) - .5rem);
}

#menu-explorer .align-left .explorer-grid-wrap .explorer-quote {
	order: 2;
}

#menu-explorer .card-row {
	position: relative;
	z-index: 100;
	padding: 0 calc(var(--pad) - .5rem) calc(var(--pad));
	display: flex;
	flex-wrap: wrap;
}

#menu-explorer .card-row .jumbo-card {
	position: relative;
	margin: 0 .5rem 2rem;
	flex-basis: calc(33.3% - 1rem);
	border-width: 2px;
	border-style: solid;
}

#menu-explorer .card-row .jumbo-card .wrap {
	padding: 2rem;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
}

#menu-explorer .card-row .jumbo-card .wrap .title {
	font-family: spirits-soft, sans-serif;
	font-size: 3.75rem;
	line-height: 1;
	flex-basis: 100%;
}

#menu-explorer .card-row .jumbo-card .wrap .caption {
	margin-top: 1rem;
	font-size: .9rem;
	line-break: 1.3;
	flex-basis: 100%;
}

#menu-explorer .card-row .jumbo-card figure {
	background: #ededed;
	position: relative;
	width: 100%;
	min-width: calc(var(--pad) * 4);
	height: calc(var(--pad) * 6);
	overflow: hidden;
}

#menu-explorer .card-row .jumbo-card figure img, #menu-explorer .card-row .jumbo-card figure video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#menu-explorer .card-row .jumbo-card figure img.hover, #menu-explorer .card-row .jumbo-card figure video.hover {
	z-index: 100;
	pointer-events: none;
	opacity: 0;
	transition: opacity .5s cubic-bezier(.28, 0, .18, 1), transform .5s cubic-bezier(.28, 0, .18, 1);
}

#menu-explorer .background-blue:after {
	background: rgb(var(--mdui-color-brewhouse-blue));
}

#menu-explorer .background-blue .custom-card {
	background: #658a90;
}

#menu-explorer .background-blue .jumbo-card, #menu-explorer .background-blue .explorer-quote, #menu-explorer .background-blue .note {
	border-color: #adc4c8;
}

#menu-explorer .background-brown:after {
	background: #92877e;
}

#menu-explorer .background-brown .custom-card {
	background: #82786f;
}

#menu-explorer .background-brown .jumbo-card, #menu-explorer .background-brown .explorer-quote, #menu-explorer .background-brown .note {
	border-color: #b6afa9;
}

#menu-explorer .background-gray:after {
	background: #333;
}

#menu-explorer .background-gray .custom-card {
	background: #222;
}

#menu-explorer .background-gray .jumbo-card, #menu-explorer .background-gray .explorer-quote, #menu-explorer .background-gray .note {
	border-color: #666;
}

#menu-explorer .background-clay:after {
	background: #c0493a;
}

#menu-explorer .background-clay .custom-card {
	background: #b04133;
}

#menu-explorer .background-clay .jumbo-card, #menu-explorer .background-clay .explorer-quote, #menu-explorer .background-clay .note {
	border-color: #cf7863;
}

@media (max-width: 1249px) {
	#menu-explorer .first {
		padding-top: calc(7rem + var(--pad) * 1.25);
	}
	
	#menu-explorer .explorer-header {
		padding: 2rem;
	}
	
	#menu-explorer .explorer-header .handwriting-heading {
		font-size: 8rem;
	}
	
	#menu-explorer .card-row {
		padding: 0 2rem;
	}
	
	#menu-explorer .card-row .jumbo-card {
		flex-basis: 100%;
		margin: 0 0 2rem;
	}
	
	#menu-explorer .explorer-grid-wrap {
		flex-wrap: wrap;
		padding: 0 0 0 2rem;
	}
	
	#menu-explorer .grid-items {
		padding: 0;
		width: 100%;
		flex-basis: 100%;
	}
	
	#menu-explorer .grid-items .card {
		margin: 0 1rem 2rem 0;
		flex-basis: calc(50% - 1.5rem);
	}
	
	#menu-explorer .grid-items .custom-card {
		margin: 0 0 2rem;
		flex-basis: calc(100% - 2rem);
	}
	
	#menu-explorer .grid-items .custom-card figure {
		width: 120px;
		height: 120px;
	}
	
	#menu-explorer .grid-items .note {
		margin: 0 0 2rem;
		flex-basis: calc(100% - 2rem);
	}
	
	#menu-explorer .grid-items .note .heading {
		font-size: 3rem;
	}
	
	#menu-explorer .explorer-quote {
		width: 100%;
		margin: 0 2rem 2rem 0;
		padding: 2rem;
	}
	
	#menu-explorer .explorer-quote .quote-text {
		padding: 2rem 0;
	}
	
	#menu-explorer .align-left .explorer-grid-wrap .grid-items {
		padding: 0;
	}
}

.show-explorer {
	overflow: hidden;
}

.show-explorer #menu-explorer-background-text, .show-explorer #menu-explorer {
	pointer-events: all;
	transform: translateY(0%);
}

.show-explorer #menu-explorer-nav {
	pointer-events: all;
	transform: translateY(-100%);
}

h1.hidden {
	left: -999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -999;
}

.section.archive-locations {
	display: flex;
	min-height: 100vh;
}

@media (max-width: 767px) {
	.section.archive-locations {
		flex-wrap: wrap;
	}
}

.section.archive-locations .map-wrap {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	overflow: hidden;
}

.section.archive-locations .map-wrap #locations-map {
	top: 0 !important;
	left: 0;
	position: fixed;
	width: 100%;
	height: calc(100vh - var(--header-height));
	transform: translateY(var(--header-height));
	transition: transform .5s cubic-bezier(.28, 0, .18, 1), height .5s cubic-bezier(.28, 0, .18, 1);
}

.section.archive-locations .map-wrap #locations-map #map-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.section.archive-locations .map-wrap #locations-map .finder-form {
	z-index: 100;
	margin: 1rem;
	display: none;
}

.section.archive-locations .map-wrap #locations-map .info-window {
	background: #fff;
	width: 200px;
	overflow: visible;
	height: auto;
	text-align: center;
}

.section.archive-locations .map-wrap #locations-map .info-window p {
	padding: 1rem;
}

.section.archive-locations .map-wrap #locations-map .info-window .name {
	font-size: 1.5rem;
	display: block;
	font-family: spirits-soft, sans-serif;
	text-transform: uppercase;
	line-height: 1;
}

.section.archive-locations .map-wrap #locations-map .info-window .cta {
	margin: 1rem 0 0;
}

.section.archive-locations .map-wrap #locations-map .info-window .address {
	line-height: 1.5;
	display: block;
	padding-top: 1rem;
}

@media (max-width: 1249px) {
	.section.archive-locations .map-wrap #locations-map {
		height: calc(100vh - 113px);
		transform: translateY(113px);
	}
}

@media (max-width: 767px) {
	.section.archive-locations .map-wrap {
		position: static;
		overflow: visible;
	}
	
	.section.archive-locations .map-wrap #locations-map {
		position: relative;
		width: 100vw;
		height: 65vw;
		transform: none;
	}
}

.section.archive-locations .form-wrapper {
	padding: var(--spacers-32);
	background-color: rgb(var(--mdui-color-stout));
	color: rgb(var(--mdui-color-foam-light));
}

.section.archive-locations .form-wrapper h4 {
	margin-bottom: var(--spacers-8);
}

.section.archive-locations .form-wrapper .m3-btn {
	margin-top: var(--spacers-32);
}

@media (max-width: 1500px) {
	.section.archive-locations .form-wrapper .m3-btn {
		width: 100%;
	}
}

.section.archive-locations .form-wrapper .or {
	position: relative;
	text-align: center;
}

.section.archive-locations .form-wrapper .or:before, .section.archive-locations .form-wrapper .or:after {
	content: "";
	border-bottom: 1px dashed;
	display: block;
	position: absolute;
	top: 50%;
	width: 44%;
}

.section.archive-locations .form-wrapper .or:before {
	left: 0;
}

.section.archive-locations .form-wrapper .or:after {
	right: 0;
}

@media (max-width: 1439px) {
	.section.archive-locations .form-wrapper {
		padding: var(--spacers-16);
	}
	
	.section.archive-locations .form-wrapper .m3-btn {
		margin-top: var(--spacers-16);
	}
}

.section.archive-locations .locations-listing {
	left: 50%;
	position: relative;
	padding-top: 170px;
	padding-right: calc(50% - 688px);
	width: 50%;
	padding-bottom: var(--pad);
	padding-left: 88px;
	pointer-events: none;
}

.section.archive-locations .locations-listing .handwriting.mobileonly {
	color: rgb(var(--mdui-color-primary-light));
	font-family: "Yellowtail", cursive;
	font-size: 2rem;
}

.section.archive-locations .locations-listing .listing-container {
	pointer-events: all;
	background-color: #fff;
	border-radius: var(--spacers-8);
	overflow: hidden;
}

@media (max-width: 1439px) {
	.section.archive-locations .locations-listing {
		padding-right: var(--spacers-32);
		padding-left: 0;
	}
}

@media (max-width: 1249px) {
	.section.archive-locations .locations-listing {
		padding-top: var(--spacers-32);
	}
}

@media (max-width: 767px) {
	.section.archive-locations .locations-listing {
		position: static;
		width: 100%;
		padding: 0;
	}
	
	.section.archive-locations .locations-listing .listing-container .form-wrapper {
		display: none;
	}
}

.section.archive-locations .caption {
	position: relative;
	padding-bottom: .5rem;
}

.section.archive-locations .caption strong, .section.archive-locations .caption b {
	color: rgb(var(--mdui-color-primary-light));
}

.section.archive-locations .caption .icon {
	width: 3rem;
	height: 3rem;
}

.section.archive-locations .caption .icon * {
	fill: #ededed;
}

.section.archive-locations .caption .icon {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%) translateX(0%) rotate(-33deg);
}

.section.archive-locations .caption.mobileonly {
	width: 100%;
	justify-content: space-between;
	padding: 2rem;
	display: none;
	align-items: center;
}

.section.archive-locations .caption.mobileonly p {
	padding-right: 1rem;
}

.section.archive-locations .caption.mobileonly .icon {
	position: relative;
	top: 0%;
	width: 4rem;
	height: 4rem;
}

.section.archive-locations .caption.mobileonly .icon * {
	fill: #ccc;
}

.section.archive-locations .caption.mobileonly .icon {
	transform: translateY(0%) translateX(0%) rotate(-33deg);
}

.locations-finder-form, .location-finder-form {
	margin: var(--spacers-32) 0;
	position: relative;
}

.locations-finder-form input[type=text], .location-finder-form input[type=text] {
	border: none;
	padding: 16px 64px 16px 32px;
	font-weight: var(--mdui-typescale-display-large-weight);
	font-size: var(--mdui-typescale-display-large-size);
	line-height: var(--mdui-typescale-display-large-line-height);
	letter-spacing: var(--mdui-typescale-display-large-tracking);
	font-family: trade-gothic-next, sans-serif;
	width: 100%;
	background-color: rgb(var(--mdui-color-foam-light));
}

.locations-finder-form input[type=text]:focus, .location-finder-form input[type=text]:focus {
	outline: none;
}

.locations-finder-form button, .location-finder-form button {
	background: none;
	border: none;
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	outline: none;
}

@media (max-width: 1439px) {
	.locations-finder-form, .location-finder-form {
		margin: var(--spacers-16) 0;
	}
	
	.locations-finder-form input[type=text], .location-finder-form input[type=text] {
		padding: 12px 44px 12px 12px;
		font-weight: var(--mdui-typescale-display-medium-weight);
		font-size: var(--mdui-typescale-display-medium-size);
		line-height: var(--mdui-typescale-display-medium-line-height);
		letter-spacing: var(--mdui-typescale-display-medium-tracking);
	}
	
	.locations-finder-form button, .location-finder-form button {
		right: 12px;
	}
}

.search-results .state-title {
	cursor: auto !important;
	color: #000 !important;
}

.search-results .state-title h2 {
	color: #000 !important;
}

.search-results .state-title::before, .search-results .state-title::after {
	display: none !important;
}

.search-error {
	padding-left: 15px;
	padding-top: 15px;
	color: #b11b1e;
	font-size: 16px;
}

.listing-wrapper {
	padding: var(--spacers-32);
}

.listing-wrapper .state-group .state-title {
	cursor: pointer;
	position: relative;
}

.listing-wrapper .state-group .state-title a {
	color: rgb(var(--mdui-color-stout));
	text-decoration: none;
}

.listing-wrapper .state-group .state-title a:focus {
	color: rgb(var(--mdui-color-brewhouse-blue));
	outline: rgb(var(--mdui-color-brewhouse-blue));
}

.listing-wrapper .state-group .state-title h2 {
	pointer-events: none;
	margin-bottom: var(--spacers-16);
	font-weight: var(--mdui-typescale-display-large-weight);
	font-size: var(--mdui-typescale-display-large-size);
	line-height: var(--mdui-typescale-display-large-line-height);
	letter-spacing: var(--mdui-typescale-display-large-tracking);
	font-family: trade-gothic-next, sans-serif;
	transition: color .5s cubic-bezier(.28, 0, .18, 1);
}

.listing-wrapper .state-group .state-title:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 2px;
	width: 14px;
	background: #ededed;
	transform: translateY(-50%);
	transition: background .5s cubic-bezier(.28, 0, .18, 1);
}

.listing-wrapper .state-group .state-title:before {
	content: "";
	position: absolute;
	right: 6px;
	top: 50%;
	width: 2px;
	height: 14px;
	max-height: 14px;
	background: #ededed;
	transform: translateY(-50%);
	transition: background .5s cubic-bezier(.28, 0, .18, 1), max-height .25s cubic-bezier(.28, 0, .18, 1);
}

.listing-wrapper .state-group .state-title:after, .listing-wrapper .state-group .state-title:before {
	background: rgb(var(--mdui-color-stout));
}

.listing-wrapper .state-group .locations-list {
	max-height: 0;
	overflow: hidden;
	position: relative;
}

.listing-wrapper .state-group .locations-list .location {
	padding: var(--spacers-16);
	border: 1px solid rgba(var(--mdui-color-stout), .4);
	margin-bottom: var(--spacers-32);
}

.listing-wrapper .state-group .locations-list .location .container {
	display: flex;
	align-items: center;
}

.listing-wrapper .state-group .locations-list .location .container>div:nth-of-type(1) {
	margin-right: 1rem;
}

.listing-wrapper .state-group .locations-list .location .container>div:nth-of-type(1) a.title {
	display: block;
	text-decoration: none;
	color: rgb(var(--mdui-color-stout));
	font-weight: var(--mdui-typescale-display-medium-weight);
	font-weight: 600;
	font-size: var(--mdui-typescale-display-medium-size);
	font-size: 20px;
	line-height: var(--mdui-typescale-display-medium-line-height);
	letter-spacing: var(--mdui-typescale-display-medium-tracking);
	margin-bottom: var(--spacers-8);
	transition: color .2s ease;
}

.listing-wrapper .state-group .locations-list .location .container>div:nth-of-type(1) a.title:hover {
	color: rgb(var(--mdui-color-primary-light));
}

.listing-wrapper .state-group .locations-list .location .container>div:nth-of-type(1) a.address-link {
	text-decoration: none;
	color: rgb(var(--mdui-color-stout));
	transition: color .2s ease;
}

.listing-wrapper .state-group .locations-list .location .container>div:nth-of-type(1) a.address-link:hover {
	color: rgb(var(--mdui-color-primary-light));
}

.listing-wrapper .state-group .locations-list .location .container>div:nth-of-type(1) span {
	display: block;
}

.listing-wrapper .state-group .locations-list .location .container>div:nth-of-type(1) span.distance {
	color: rgb(var(--mdui-color-primary-light));
	font-size: .85rem;
	font-weight: bold;
}

.listing-wrapper .state-group .locations-list .location .container>div:nth-of-type(1) span.address {
	font-weight: var(--mdui-typescale-display-medium-weight);
	font-size: var(--mdui-typescale-display-medium-size);
	line-height: var(--mdui-typescale-display-medium-line-height);
	letter-spacing: var(--mdui-typescale-display-medium-tracking);
}

.listing-wrapper .state-group .locations-list .location .container>div:nth-of-type(1) ul {
	display: flex;
	padding-top: var(--spacers-32);
}

.listing-wrapper .state-group .locations-list .location .container>div:nth-of-type(1) ul li {
	margin-right: var(--spacers-16);
}

.listing-wrapper .state-group .locations-list .location .container>div:nth-of-type(1) ul li a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: var(--mdui-typescale-label-small-weight);
	font-size: var(--mdui-typescale-label-small-size);
	line-height: var(--mdui-typescale-label-small-line-height);
	letter-spacing: var(--mdui-typescale-label-small-tracking);
	color: rgb(var(--mdui-color-primary-light));
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	transition: border-color .2s ease;
}

.listing-wrapper .state-group .locations-list .location .container>div:nth-of-type(1) ul li a:hover {
	border-bottom-color: rgb(var(--mdui-color-primary-light));
}

.listing-wrapper .state-group .locations-list .location .container>div:nth-of-type(2) {
	flex-basis: 40%;
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 25%;
}

.listing-wrapper .state-group .locations-list .location .container>div:nth-of-type(2) figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.listing-wrapper .state-group .locations-list .location .container>div:nth-of-type(2) figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.listing-wrapper .state-group.open {
	border-bottom-color: rgba(0, 0, 0, 0);
}

.listing-wrapper .state-group.open .state-title:before {
	max-height: 2px;
}

.listing-wrapper .state-group.open .locations-list {
	max-height: 100%;
}

@media (max-width: 1439px) {
	.listing-wrapper {
		padding: var(--spacers-16);
	}
}

.section.text_only>.md-container {
	padding: var(--pad);
	max-width: calc(900px + var(--pad) * 2);
	margin: 0 auto;
	position: relative;
}

.section.text_only>.md-container .header {
	position: relative;
}

.section.text_only>.md-container .text-only-iframe {
	width: 100%;
	padding-top: 90px;
	margin-top: -100px;
	min-height: calc(var(--vh) * 70);
}

.section.text_only>.md-container .text {
	max-width: 900px;
}

.section.text_only>.md-container .text a {
	color: rgb(var(--mdui-color-primary-light));
}

.section.text_only>.md-container .text .wysiwyg a {
	color: inherit;
}

.section.text_only>.md-container .text .handwriting {
	font-family: "Yellowtail", cursive;
	color: rgb(var(--mdui-color-primary-light));
	font-size: 2rem;
	top: 0;
	left: 0;
	transform: translateX(0) translateY(-100%);
	position: absolute;
	display: block;
}

@media (max-width: 1249px) {
	.section.text_only>.md-container .text p+h2 {
		margin-top: 1rem;
	}
}

.section.text_only>.md-container .text h2 {
	margin-bottom: 12px;
}

@media (max-width: 1249px) {
	.section.text_only>.md-container .text h2 {
		padding-left: 0;
		padding-right: 0;
	}
}

.section.text_only>.md-container .text .intro p {
	line-height: 1.4;
	margin: 1rem 0;
}

.section.text_only>.md-container .wysiwyg p {
	margin-top: 1rem;
}

.section.text_only.has-sidebar>.md-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	max-width: 1440px;
	padding: 0 32px 48px;
	gap: 40px;
}

.section.text_only.has-sidebar>.md-container .text {
	width: 72%;
	max-width: 100%;
}

.section.text_only.has-sidebar>.md-container .text .handwriting {
	position: static;
	transform: none;
}

@media (max-width: 1249px) {
	.section.text_only.has-sidebar>.md-container {
		flex-wrap: wrap;
	}
	
	.section.text_only.has-sidebar>.md-container .text {
		width: 100%;
	}
}

.section.text_only .sidebar, .section.text_only .sidebar-empty {
	width: 28%;
	padding-left: 0;
}

.section.text_only .sidebar h4, .section.text_only .sidebar-empty h4 {
	padding: var(--spacers-8) var(--spacers-16) var(--spacers-16);
}

.section.text_only .sidebar-empty {
	display: none;
}

.section.text_only select {
	color: rgb(var(--mdui-color-stout));
	border-radius: 0px;
	padding: 1rem calc(var(--pad) * 1.5) 1rem 1rem;
	border: 1px solid #ededed;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("https://millersalehouse.com/wp-content/themes/mahn-child/assets/images/icons/icon-chevron-down.svg");
	background-size: auto 1rem;
	background-position: 95% 50%;
	background-repeat: no-repeat;
	box-shadow: none;
	-webkit-appearance: none;
}

.section.text_only select.nitro-lazy {
	background-image: none !important;
}

@media (max-width: 1249px) {
	.section.text_only>.container {
		flex-wrap: wrap;
		padding: 2rem;
	}
	
	.section.text_only>.container .header {
		padding-top: 2rem;
	}
	
	.section.text_only>.container .text .handwriting {
		position: relative;
		transform: none;
		text-align: left;
		left: 0;
		top: 0;
	}
	
	.section.text_only.has-sidebar>.container {
		display: block;
	}
	
	.section.text_only.has-sidebar>.container>.text {
		order: 1;
	}
	
	.section.text_only .sidebar, .section.text_only .sidebar-empty {
		overflow-x: scroll;
		order: 0;
		width: 100%;
		padding-top: 40px;
	}
	
	.section.text_only .sidebar h4, .section.text_only .sidebar-empty h4 {
		display: none;
	}
}

@media (max-width: 767px) {
	.section.text_only.has-sidebar>.md-container {
		padding: 0 16px 48px;
	}
}

.section.specials {
	min-height: 100vh;
	background: rgb(var(--mdui-color-foam-light));
	color: rgb(var(--mdui-color-stout));
	overflow: hidden;
	position: relative;
	padding-top: var(--header-height) !important;
}

.section.specials .md-container {
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	gap: 0px;
}

.section.specials #specials-subnav {
	padding-top: 56px;
	width: 30%;
	padding-right: 32px;
	transform: translateX(0);
	transition: transform .5s cubic-bezier(.28, 0, .18, 1), opacity .5s cubic-bezier(.28, 0, .18, 1);
}

.section.specials #specials-subnav.fixed {
	position: fixed;
	left: max((100vw - 1390px) / 2, 32px);
	top: 90px;
	z-index: 1000;
	opacity: 1;
	width: calc(var(--pad) * 4);
}

.section.specials #specials-subnav.hide {
	transform: translateX(calc(var(--pad) * -1));
	opacity: 0;
}

.section.specials #specials-subnav a {
	display: inline-block;
	padding: 8px 16px;
	color: rgb(var(--mdui-color-stout));
	text-decoration: none;
	text-transform: uppercase;
	font-weight: var(--mdui-typescale-label-medium-weight);
	font-size: var(--mdui-typescale-label-medium-size);
	line-height: var(--mdui-typescale-label-medium-line-height);
	letter-spacing: var(--mdui-typescale-label-medium-tracking);
}

.section.specials #specials-subnav a.active {
	color: rgb(var(--mdui-color-primary-light));
	border-left: 2px solid;
}

@media (max-width: 1249px) {
	.section.specials {
		padding-top: 0 !important;
	}
	
	.section.specials .md-container {
		flex-wrap: wrap;
	}
	
	.section.specials #specials-subnav {
		padding-top: var(--spacers-16);
		width: 100% !important;
		position: static !important;
		padding-right: 0;
	}
	
	.section.specials #specials-subnav ul {
		overflow-x: scroll;
		white-space: nowrap;
		display: flex;
	}
	
	.section.specials #specials-subnav ul li a {
		border-bottom: 2px solid rgba(var(--mdui-color-stout), .06);
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 4px;
	}
	
	.section.specials #specials-subnav ul li a.active {
		border-left: none;
		border-bottom: 2px solid rgb(var(--mdui-color-primary-light));
	}
}

.menu-items {
	padding-top: var(--spacers-56);
	max-width: 1000px;
	width: 70%;
}

.menu-items .special {
	width: 100%;
	position: relative;
	z-index: 10;
	margin-bottom: var(--spacers-64);
	scroll-margin-top: 90px;
}

.menu-items .special>.container {
	position: relative;
	z-index: 10;
}

.menu-items .special.has-testimonial {
	padding-bottom: 0;
}

.menu-items .special .listing {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--spacers-32);
}

.menu-items .special .listing .list-item .alt-section {
	margin-bottom: var(--spacers-32);
}

.menu-items .special .listing .list-item .alt-section h3 {
	font-family: trade-gothic-next, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 8px;
}

.menu-items .special .listing .list-item .alt-section .listing-subtitle {
	font-family: trade-gothic-next, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -.25px;
	margin-bottom: 4px;
}

.menu-items .special .listing .list-item .alt-section .price {
	font-family: trade-gothic-next, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -.5px;
	margin-bottom: 4px;
	display: block;
}

.menu-items .special .listing .list-item .alt-section .listing-desc {
	font-family: trade-gothic-next, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -.15px;
}

.menu-items .special .listing .list-item .main-section {
	border: 1px solid rgb(var(--mdui-color-golden-ale));
	padding: 16px;
	border-radius: 8px;
	display: flex;
	height: 100%;
}

.menu-items .special .listing .list-item .main-section .text {
	width: 50%;
	padding-right: var(--spacers-8);
}

.menu-items .special .listing .list-item .main-section .text h4 {
	font-family: trade-gothic-next, sans-serif;
	font-weight: var(--mdui-typescale-title-large-weight);
	font-size: var(--mdui-typescale-title-large-size);
	font-size: 22px;
	line-height: var(--mdui-typescale-title-large-line-height);
	line-height: 1.25;
	letter-spacing: var(--mdui-typescale-title-large-tracking);
	margin-bottom: 8px;
}

.menu-items .special .listing .list-item .main-section .text .promo-code {
	font-weight: var(--mdui-typescale-title-medium-weight);
	font-size: var(--mdui-typescale-title-medium-size);
	line-height: var(--mdui-typescale-title-medium-line-height);
	letter-spacing: var(--mdui-typescale-title-medium-tracking);
	border: 1px dashed;
	display: inline-block;
	padding: 4px var(--spacers-16);
	margin-bottom: 8px;
	background-color: rgb(var(--mdui-color-foam));
}

.menu-items .special .listing .list-item .main-section .text .promo-code span {
	color: rgb(var(--mdui-color-primary-light));
}

.menu-items .special .listing .list-item .main-section .text .price {
	display: flex;
	gap: 8px;
	font-weight: var(--mdui-typescale-display-medium-weight);
	font-size: var(--mdui-typescale-display-medium-size);
	line-height: var(--mdui-typescale-display-medium-line-height);
	letter-spacing: var(--mdui-typescale-display-medium-tracking);
}

.menu-items .special .listing .list-item .main-section .text .price .origin {
	font-weight: var(--mdui-typescale-display-medium-weight);
	font-size: var(--mdui-typescale-display-medium-size);
	line-height: var(--mdui-typescale-display-medium-line-height);
	letter-spacing: var(--mdui-typescale-display-medium-tracking);
	text-decoration: line-through;
}

.menu-items .special .listing .list-item .main-section .text a {
	color: inherit;
	text-decoration: none;
}

.menu-items .special .listing .list-item .main-section .text .description {
	font-weight: var(--mdui-typescale-display-medium-weight);
	font-size: var(--mdui-typescale-display-medium-size);
	line-height: var(--mdui-typescale-display-medium-line-height);
	letter-spacing: var(--mdui-typescale-display-medium-tracking);
}

.menu-items .special .listing .list-item .main-section .image {
	width: 50%;
	align-self: center;
	position: relative;
}

.menu-items .special .listing .list-item .main-section .image a {
	border-radius: 8px;
	overflow: hidden;
	display: block;
	position: relative;
}

.menu-items .special .listing .list-item .main-section .image a img {
	width: 100%;
	float: left;
	height: 150px;
	object-fit: cover;
}

.menu-items .special .listing .list-item .main-section .image a.plus-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.menu-items .special .listing .list-item .alt-section+.main-section {
	height: auto;
}

.menu-items .special .listing .list-item__btn-plus {
	position: absolute !important;
	bottom: 10px;
	right: 10px;
	border: none;
	outline: none;
	line-height: 0;
	width: 40px;
	height: 40px;
	background: rgb(var(--mdui-color-foam-light));
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 50% !important;
	cursor: pointer;
	transition: background .3s ease-out;
}

.menu-items .special .listing .list-item__btn-plus svg {
	transition: transform .3s ease-out;
}

.menu-items .special .listing .list-item__btn-plus:hover {
	background: rgb(var(--mdui-color-foam));
}

.menu-items .special .listing .list-item__btn-plus:hover svg {
	transform: rotate(90deg);
}

.menu-items .special .specials-header {
	position: relative;
	margin-bottom: var(--spacers-32);
}

.menu-items .special .specials-header h2 {
	margin-bottom: var(--spacers-16);
}

.menu-items .special .specials-header h2 a {
	color: inherit;
	text-decoration: none;
}

.menu-items .special .specials-header .subtitle {
	font-family: trade-gothic-next, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -.15px;
}

.menu-items .special .specials-testimonial {
	margin-top: var(--spacers-32);
	background-color: rgb(var(--mdui-color-brewhouse-blue));
	background-image: url("https://cdn-ildnjif.nitrocdn.com/DaqDLuCisxVJWzEtnPXSfXHLSjEVlbdC/assets/images/optimized/rev-3d155e5/millersalehouse.com/wp-content/themes/mahn-child/assets/images/special-bg.png");
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	color: #fff;
	padding: var(--spacers-40) var(--spacers-48);
	text-align: center;
	border-radius: 8px;
}

.menu-items .special .specials-testimonial.nitro-lazy {
	background-image: none !important;
}

.menu-items .special .specials-testimonial .display-medium {
	margin-bottom: 8px;
}

@media (max-width: 767px) {
	.menu-items .special .specials-testimonial {
		background-image: url("https://cdn-ildnjif.nitrocdn.com/DaqDLuCisxVJWzEtnPXSfXHLSjEVlbdC/assets/images/optimized/rev-3d155e5/millersalehouse.com/wp-content/themes/mahn-child/assets/images/special-bg-mb.png");
	}
	
	.menu-items .special .specials-testimonial.nitro-lazy {
		background-image: none !important;
	}
}

@media (max-width: 500px) {
	.menu-items .special .specials-testimonial {
		background-size: cover;
		background-position: right;
	}
}

@media (max-width: 1249px) {
	.menu-items {
		max-width: 100%;
		padding-top: var(--spacers-32);
		width: 100%;
	}
}

@media (max-width: 850px) {
	.menu-items .special .listing {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 500px) {
	.menu-items .special .specials-header {
		margin-bottom: var(--spacers-16);
	}
}

@media (max-width: 360px) {
	.menu-items .special {
		margin-bottom: var(--spacers-32);
	}
	
	.menu-items .special .listing .list-item .alt-section {
		margin-bottom: var(--spacers-16);
	}
	
	.menu-items .special .listing .list-item .main-section .text h4 {
		font-weight: var(--mdui-typescale-label-small-weight);
		font-size: var(--mdui-typescale-label-small-size);
		line-height: var(--mdui-typescale-label-small-line-height);
		letter-spacing: var(--mdui-typescale-label-small-tracking);
	}
	
	.menu-items .special .listing .list-item .main-section {
		padding: var(--spacers-8);
	}
	
	.menu-items .special .listing .list-item .alt-section .price {
		font-size: 17px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: -.25px;
	}
	
	.menu-items .special .listing .list-item .main-section .text .price .origin {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: -.15px;
		text-decoration-line: line-through;
	}
	
	.menu-items .special .listing .list-item .main-section .text .price {
		font-weight: var(--mdui-typescale-display-small-weight);
		font-size: var(--mdui-typescale-display-small-size);
		line-height: var(--mdui-typescale-display-small-line-height);
		letter-spacing: var(--mdui-typescale-display-small-tracking);
	}
}

.listing-alt {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: var(--spacers-32);
}

.listing-alt .list-item .main-section .image {
	margin-bottom: 5px;
}

.listing-alt .list-item .main-section .image img {
	width: 100%;
	border-radius: 12px;
}

.listing-alt .list-item .main-section .text {
	display: flex;
	gap: 8px;
	justify-content: space-between;
}

.listing-alt .list-item .main-section .text div a {
	color: inherit;
	text-decoration: none;
}

.listing-alt .list-item .main-section .text .mobile-only {
	display: none;
}

@media (max-width: 850px) {
	.listing-alt {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.listing-alt {
		grid-template-columns: 1fr;
		gap: 0;
	}
	
	.listing-alt .list-item {
		padding-bottom: 16px;
		padding-top: 16px;
	}
	
	.listing-alt .list-item .main-section {
		display: flex;
		align-items: flex-start;
		border: 1px solid rgb(var(--mdui-color-golden-ale));
		padding: 16px;
		border-radius: 8px;
	}
	
	.listing-alt .list-item .main-section .image {
		order: 2;
		width: 50%;
		align-self: center;
	}
	
	.listing-alt .list-item .main-section .image img {
		float: left;
		height: 150px;
		object-fit: cover;
		width: 100%;
	}
	
	.listing-alt .list-item .main-section .text {
		width: 50%;
		padding-right: 8px;
		gap: 4px;
		flex-wrap: wrap;
	}
	
	.listing-alt .list-item .main-section .text .disp-semibold-lg {
		order: 2;
		margin-bottom: 8px;
		font-size: 22px;
		line-height: 1.25;
	}
	
	.listing-alt .list-item .main-section .text .icons {
		width: 100%;
	}
	
	.listing-alt .list-item .main-section .text .mobile-only {
		display: block;
		order: 3;
	}
}

@media (max-width: 429px) {
	.listing-alt .list-item .main-section {
		padding: var(--spacers-8);
	}
}

@media (max-width: 360px) {
	.listing-alt .list-item .main-section .text .disp-semibold-lg {
		font-weight: var(--mdui-typescale-label-small-weight);
		font-size: var(--mdui-typescale-label-small-size);
		line-height: var(--mdui-typescale-label-small-line-height);
		letter-spacing: var(--mdui-typescale-label-small-tracking);
	}
}

.single-menu, .single-bar {
	background-color: rgb(var(--mdui-color-foam-light));
}

.single-menu main .md-container, .single-bar main .md-container {
	max-width: 1076px;
}

.single-menu main .section.reviews .md-container, .single-bar main .section.reviews .md-container {
	max-width: 1220px;
}

.single-menu .menu-related .md-container, .single-bar .menu-related .md-container {
	display: flex;
	justify-content: center;
}

.single-menu .menu-related .md-container .menu-items, .single-bar .menu-related .md-container .menu-items {
	max-width: 100%;
	width: 100%;
	padding-top: var(--spacers-32);
}

.single-menu .menu-related .md-container .menu-items .special, .single-bar .menu-related .md-container .menu-items .special {
	margin-bottom: var(--spacers-80);
}

@media (max-width: 767px) {
	.single-menu .menu-related .md-container .menu-items .special, .single-bar .menu-related .md-container .menu-items .special {
		margin-bottom: var(--spacers-48);
	}
}

.single-menu .menu-related .md-container .menu-items .special .specials-header, .single-bar .menu-related .md-container .menu-items .special .specials-header {
	display: flex;
	justify-content: space-between;
}

.single-menu .menu-related .md-container .mobile-only, .single-bar .menu-related .md-container .mobile-only {
	display: none;
}

@media (max-width: 767px) {
	.single-menu .menu-related .md-container .mobile-only, .single-bar .menu-related .md-container .mobile-only {
		display: block;
	}
}

.single-menu .menu-related .md-container .back-to-all-menu, .single-bar .menu-related .md-container .back-to-all-menu {
	margin-top: var(--spacers-32);
}

.single-menu .menu-related .md-container .back-to-all-menu .m3-btn, .single-bar .menu-related .md-container .back-to-all-menu .m3-btn {
	width: 100%;
}

.single-menu .section.reviews, .single-bar .section.reviews {
	padding: var(--spacers-32) 0 var(--spacers-48);
}

.single-menu .menu-item-details, .single-bar .menu-item-details {
	padding: 200px 0 0;
}

.single-menu .menu-item-details .md-container, .single-bar .menu-item-details .md-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 56px;
}

.single-menu .menu-item-details .md-container .media img, .single-bar .menu-item-details .md-container .media img {
	width: 100%;
	border-radius: 12px;
}

.single-menu .menu-item-details .md-container .text .icons .label, .single-bar .menu-item-details .md-container .text .icons .label {
	margin-left: 4px;
	font-family: "Yellowtail", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -.25px;
	color: rgb(var(--mdui-color-primary-light));
	text-transform: none;
}

.single-menu .menu-item-details .md-container h3, .single-bar .menu-item-details .md-container h3 {
	margin-top: var(--spacers-16);
	margin-bottom: var(--spacers-16);
}

.single-menu .menu-item-details .md-container .m3-btn, .single-bar .menu-item-details .md-container .m3-btn {
	margin-top: var(--spacers-32);
	width: 100%;
}

@media (max-width: 1249px) {
	.single-menu .menu-item-details, .single-bar .menu-item-details {
		padding-top: var(--spacers-48);
	}
}

@media (max-width: 767px) {
	.single-menu .menu-item-details, .single-bar .menu-item-details {
		padding-top: 20px;
	}
	
	.single-menu .menu-item-details .md-container, .single-bar .menu-item-details .md-container {
		grid-template-columns: 1fr;
		grid-gap: 16px;
	}
	
	.single-menu .menu-item-details .md-container .media, .single-bar .menu-item-details .md-container .media {
		grid-area: 1/1;
	}
	
	.single-menu .section.reviews, .single-bar .section.reviews {
		padding-top: 16px;
	}
	
	.single-menu .menu-related .md-container .menu-items .special .specials-header, .single-bar .menu-related .md-container .menu-items .special .specials-header {
		margin-bottom: 24px;
	}
	
	.single-menu .menu-related .md-container .menu-items .special .specials-header .m3-btn, .single-bar .menu-related .md-container .menu-items .special .specials-header .m3-btn {
		display: none;
	}
}

@media (max-width: 360px) {
	.single-menu .menu-item-details .md-container h3, .single-bar .menu-item-details .md-container h3 {
		margin: var(--spacers-8) 0;
	}
	
	.single-menu .menu-item-details .md-container .display-medium, .single-bar .menu-item-details .md-container .display-medium {
		font-weight: var(--mdui-typescale-display-small-weight);
		font-size: var(--mdui-typescale-display-small-size);
		line-height: var(--mdui-typescale-display-small-line-height);
		letter-spacing: var(--mdui-typescale-display-small-tracking);
	}
	
	.single-menu .menu-item-details .md-container .m3-btn, .single-bar .menu-item-details .md-container .m3-btn {
		margin-top: var(--spacers-16);
		font-weight: var(--mdui-typescale-label-small-weight);
		line-height: var(--mdui-typescale-label-small-line-height);
		font-size: var(--mdui-typescale-label-small-size);
		letter-spacing: var(--mdui-typescale-label-small-tracking);
		height: 42px;
		padding: 0;
	}
	
	.single-menu .menu-item-details .md-container .m3-btn::part(button), .single-bar .menu-item-details .md-container .m3-btn::part(button) {
		padding: 0 var(--spacers-8);
	}
	
	.single-menu .section.reviews, .single-bar .section.reviews {
		padding-bottom: 32px;
	}
}

.menu-hero {
	min-height: 340px;
	padding: var(--spacers-64) var(--spacers-32);
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0px;
	flex-wrap: wrap;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .7);
}

.menu-hero h1 {
	color: rgb(var(--mdui-color-foam-light));
}

@media (max-width: 1249px) {
	.menu-hero h1 {
		text-align: center;
	}
}

@media (max-width: 500px) {
	.menu-hero {
		min-height: 230px;
	}
}

.menu-hero .section-description {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0px;
	gap: var(--spacers-16);
	flex-wrap: wrap;
	width: 100%;
}

.menu-hero .section-description>div {
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
}

.menu-hero .section-description p {
	color: rgb(var(--mdui-color-foam-light));
	max-width: 500px;
	font-weight: var(--mdui-typescale-display-medium-weight);
	font-size: var(--mdui-typescale-display-medium-size);
	line-height: var(--mdui-typescale-display-medium-line-height);
	letter-spacing: var(--mdui-typescale-display-medium-tracking);
}

@media (max-width: 500px) {
	.menu-hero .section-description p {
		text-align: left;
		margin-top: var(--spacers-8);
	}
}

.section.media.first>.media-container {
	margin-top: calc(var(--pad) * 3 + 1rem);
}

.section.media.first>.media-container.option-full {
	margin-top: 0;
}

.media-container {
	position: relative;
	overflow: hidden;
}

.media-container>div figure {
	position: relative;
}

.media-container>div figure img, .media-container>div figure video {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.media-container>div figure figcaption {
	padding: .5rem 0;
	font-size: .9rem;
}

.media-container.option-single {
	padding: calc(var(--pad) / 2) calc(var(--pad) * 5);
}

.media-container.option-double {
	padding: calc(var(--pad) / 2) calc(var(--pad) * 5 - 10px);
	display: flex;
}

.media-container.option-double>div {
	flex-basis: 50%;
	margin: 10px;
}

.media-container.option-full {
	width: 100vw;
	height: calc(var(--vh) * 100);
	padding: 0;
}

.media-container.option-full>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.media-container.option-full>div figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.media-container.option-full>div figure img, .media-container.option-full>div figure video {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.media-container.option-full>div figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2rem;
	color: #fff;
}

@media (max-width: 1249px) {
	.media-container.option-single {
		padding: 2rem;
	}
	
	.media-container.option-double {
		padding: 2rem;
		flex-wrap: wrap;
	}
	
	.media-container.option-double>div {
		flex-basis: 100%;
		margin: 0 0 1rem;
	}
}

.section.oembed .container iframe {
	margin: calc(var(--pad) / 2) auto;
	display: block;
	max-width: 100vw;
}

.section.text_block .md-container.top-block {
	display: flex;
	gap: 32px;
	justify-content: space-between;
}

.section.text_block .md-container.top-block .img-container {
	width: 42%;
	border-radius: 12px;
	overflow: hidden;
	align-self: center;
}

.section.text_block .md-container.top-block .img-container img {
	width: 100%;
	float: left;
}

.section.text_block .md-container.top-block .txt-container {
	width: 58%;
	color: rgb(var(--mdui-color-stout));
}

.section.text_block .md-container.top-block .txt-container h2 {
	margin-bottom: var(--spacers-16);
}

.section.text_block .md-container.top-block.no-image .txt-container {
	width: 100%;
}

.section.text_block .md-container.top-block.no-image .img-container {
	display: none;
}

@media (max-width: 1249px) {
	.section.text_block .md-container.top-block {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.section.text_block .md-container.top-block .img-container {
		width: 80%;
		order: 2;
	}
	
	.section.text_block .md-container.top-block .txt-container {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.section.text_block .md-container.top-block {
		padding: 0;
	}
	
	.section.text_block .md-container.top-block .img-container {
		width: 100%;
		order: 0;
	}
	
	.section.text_block .md-container.top-block .txt-container {
		padding: 0 var(--spacers-32);
	}
	
	.section.text_block .md-container.top-block .txt-container h2 {
		font-style: normal;
		font-weight: 500;
	}
}

@media (max-width: 429px) {
	.section.text_block .md-container.top-block .txt-container {
		padding: 0 var(--spacers-16);
	}
}

.section.text_block.first>.text_block-container {
	margin-top: 0;
}

.section.text_block .gallery-section {
	background-color: rgb(var(--mdui-color-foam-light));
}

.section.text_block .gallery-section .heading {
	text-align: center;
}

.section.text_block .gallery-section .md-container {
	max-width: 1012px;
}

.section.text_block .gallery-section .md-container .text-subheadline {
	color: rgb(var(--mdui-color-primary-light));
}

.section.text_block .gallery-section .md-container h2 {
	color: rgb(var(--mdui-color-stout));
}

.section.text_block .gallery-section .md-container .gt3pg-pro--wrapper {
	margin-top: 32px;
}

.section.text_block .gallery-section .md-container .gt3-photo-gallery-pro--isotope_gallery [data-cols="4"] .gt3pg-isotope-item {
	width: 33.33%;
	padding-right: 32px;
	padding-bottom: 32px;
}

.section.text_block .gallery-section .md-container .gt3-photo-gallery-pro--isotope_gallery .isotope_item-wrapper {
	border-radius: 12px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.section.text_block .gallery-section .md-container .gt3-photo-gallery-pro--isotope_gallery [data-cols="4"] .gt3pg-isotope-item {
		width: 50%;
		padding-right: 8px;
		padding-bottom: 8px;
	}
	
	.section.text_block .gallery-section .md-container .text-subheadline {
		margin-bottom: 8px;
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		line-height: 36px;
		letter-spacing: -.25px;
	}
	
	.section.text_block .gallery-section .md-container h2 {
		margin-bottom: 16px;
	}
	
	.section.text_block .gallery-section .md-container .gt3pg-pro--wrapper {
		margin-top: 8px;
	}
}

.section.text_block.has-gallery {
	padding-bottom: 0;
}

@media (max-width: 1249px) {
	.section.text_block {
		padding: var(--spacers-80) 0;
	}
	
	.section.text_block.first>.text_block-container {
		margin-top: 0;
		padding-top: 4rem;
	}
}

@media (max-width: 500px) {
	.section.text_block {
		padding: 0 0 var(--spacers-56);
	}
}

.section.text_block+.section.text_block {
	padding-top: 0;
}

.single-wysiwyg {
	padding-bottom: var(--pad);
}

.text_block .back-btn svg {
	margin-right: .5rem;
	width: .9rem;
	height: .9rem;
}

.text_block .back-btn svg * {
	fill: rgb(var(--mdui-color-primary-light));
}

.text_block .back-btn.bottom {
	display: inline-block;
	margin-top: 1rem;
}

@media (max-width: 1249px) {
	.text_block .back-btn.top {
		display: block;
		margin-bottom: 24px;
	}
}

.text_block-container {
	position: relative;
	max-width: 1280px;
	padding: 0;
	margin: 0 auto;
}

.text_block-container .wysiwyg {
	margin: 0 auto;
}

.text_block-container .wysiwyg p {
	font-size: 16px !important;
}

.text_block-container .text_block-intro {
	margin: 0 auto;
}

.text_block-container .text_block-intro .handwriting {
	color: rgb(var(--mdui-color-primary-light));
	text-transform: none;
}

.text_block-container .text_block-intro h1 {
	line-height: .8;
	text-align: center;
}

.text_block-container .text_block-intro .caption {
	padding: 2rem 0 0;
}

.text_block-container a {
	color: rgb(var(--mdui-color-stout));
}

.text-block__slider {
	max-width: 1440px;
	padding-bottom: 30px;
	cursor: pointer;
}

.text-block__slider .swiper-slide.w-auto {
	width: auto;
}

@media (max-width: 1249px) {
	.text-block__slider .swiper-slide.w-auto {
		width: 55%;
	}
	
	.text-block__slider .swiper-slide.w-auto .text-block__slide-figure {
		height: 280px;
	}
}

@media (max-width: 1249px) {
	.text-block__slider .swiper-slide {
		width: 65%;
	}
}

.text-block__slide-figure {
	height: 406px;
}

.text-block__slide-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1249px) {
	.section.text_block+.section.columns {
		padding-top: 0;
	}
}

.section.ingredients-section {
	padding: 32px 0;
}

.section.ingredients-section .heading {
	text-align: center;
}

.section.ingredients-section .heading h2 {
	color: rgb(var(--mdui-color-brewhouse-blue));
	margin-bottom: 16px;
}

.section.ingredients-section .heading h2 span {
	color: rgb(var(--mdui-color-primary-light));
	font-family: "Yellowtail", sans-serif;
	font-style: italic;
}

.section.ingredients-section .ingredients-wrapper {
	display: flex;
	margin-top: 32px;
	background-color: rgb(var(--mdui-color-foam));
	padding: 32px 0;
}

.section.ingredients-section .ingredients-wrapper>div {
	width: 100%;
	padding: 0 32px;
	border-right: 2px solid rgb(var(--mdui-color-golden-ale-hover));
}

.section.ingredients-section .ingredients-wrapper>div:first-child #specials {
	display: none;
}

.section.ingredients-section .ingredients-wrapper>div:nth-child(2) #seasonal {
	display: none;
}

.section.ingredients-section .ingredients-wrapper>div:nth-child(2) .ing-content {
	display: none;
}

.section.ingredients-section .ingredients-wrapper>div:last-child {
	border-right: none;
}

.section.ingredients-section .ingredients-wrapper .ingredient-item .ingredient-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.section.ingredients-section .ingredients-wrapper .ingredient-item .ingredient-heading .spec {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -.5px;
	line-height: 29px;
}

.section.ingredients-section .ingredients-wrapper .ingredient-item#craft, .section.ingredients-section .ingredients-wrapper .ingredient-item#import, .section.ingredients-section .ingredients-wrapper .ingredient-item#american-premium {
	margin-bottom: 40px;
}

.section.ingredients-section .ingredients-wrapper .ingredient-item .ingredient-values .value-item {
	font-weight: var(--mdui-typescale-display-large-weight);
	font-size: var(--mdui-typescale-display-large-size);
	font-size: 22px;
	line-height: var(--mdui-typescale-display-large-line-height);
	letter-spacing: var(--mdui-typescale-display-large-tracking);
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}

.section.ingredients-section .ingredients-wrapper .ingredients-image {
	margin-bottom: 32px;
}

.section.ingredients-section .ingredients-wrapper .ingredients-content p {
	font-weight: var(--mdui-typescale-display-large-weight);
	font-size: var(--mdui-typescale-display-large-size);
	font-size: 22px;
	line-height: var(--mdui-typescale-display-large-line-height);
	letter-spacing: var(--mdui-typescale-display-large-tracking);
	margin-bottom: 8px;
}

.section.ingredients-section .ingredients-wrapper .ingredients-content p.mb-32 {
	margin-bottom: 32px;
}

@media (max-width: 1249px) {
	.section.ingredients-section .ingredients-wrapper .ingredient-item .ingredient-values .value-item {
		font-size: 17px;
		line-height: 24px;
	}
	
	.section.ingredients-section .ingredients-wrapper .ingredient-item#craft, .section.ingredients-section .ingredients-wrapper .ingredient-item#import, .section.ingredients-section .ingredients-wrapper .ingredient-item#american-premium {
		margin-bottom: 16px;
	}
	
	.section.ingredients-section .ingredients-wrapper .ingredients-content p {
		font-size: 17px;
		line-height: 24px;
	}
	
	.section.ingredients-section .ingredients-wrapper .ingredients-content p.mb-32 {
		margin-bottom: 8px;
	}
}

@media (max-width: 1024px) {
	.section.ingredients-section .ingredients-wrapper>div {
		border: none;
	}
	
	.section.ingredients-section .ingredients-wrapper>div:first-child {
		padding-right: 10px;
	}
	
	.section.ingredients-section .ingredients-wrapper>div:first-child #seasonal {
		display: none;
	}
	
	.section.ingredients-section .ingredients-wrapper>div:first-child #specials {
		display: block;
	}
	
	.section.ingredients-section .ingredients-wrapper>div:nth-child(2) {
		padding-left: 10px;
	}
	
	.section.ingredients-section .ingredients-wrapper>div:nth-child(2) #specials {
		display: none;
	}
	
	.section.ingredients-section .ingredients-wrapper>div:nth-child(2) #seasonal {
		display: block;
	}
	
	.section.ingredients-section .ingredients-wrapper>div:nth-child(2) .ing-content {
		display: block;
		position: relative;
		padding-top: 98px;
	}
	
	.section.ingredients-section .ingredients-wrapper>div:nth-child(2) .ing-content .ingredients-image {
		position: absolute;
		width: 160px;
		right: 0;
		top: 0;
		transform: rotate(-15deg);
	}
	
	.section.ingredients-section .ingredients-wrapper>div:nth-child(2) .ing-content .ingredients-image img {
		width: 100%;
	}
	
	.section.ingredients-section .ingredients-wrapper>div:nth-child(2) .ing-content .ingredients-content {
		position: relative;
		z-index: 1;
	}
	
	.section.ingredients-section .ingredients-wrapper>div:last-child {
		display: none;
	}
}

@media (max-width: 767px) {
	.section.ingredients-section .ingredients-wrapper {
		flex-wrap: wrap;
		padding: 16px 0;
	}
	
	.section.ingredients-section .ingredients-wrapper>div {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	
	.section.ingredients-section .ingredients-wrapper>div:nth-child(2) .ing-content {
		padding-top: 30px;
	}
	
	.section.ingredients-section .ingredients-wrapper>div:nth-child(2) .ing-content .ingredients-image {
		margin-bottom: 0;
		bottom: 0;
		top: auto;
	}
}

@media (max-width: 425px) {
	.section.ingredients-section .ingredients-wrapper>div:nth-child(2) .ing-content .ingredients-image {
		width: 100px;
	}
}

.section.facts-section {
	background-color: rgb(var(--mdui-color-golden-ale));
	padding: 64px 0;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.section.facts-section .md-container {
	max-width: 1076px;
}

.section.facts-section .heading {
	text-align: center;
	margin-bottom: 32px;
}

.section.facts-section .heading .description {
	font-weight: var(--mdui-typescale-display-large-weight);
	font-size: var(--mdui-typescale-display-large-size);
	font-size: 22px;
	line-height: var(--mdui-typescale-display-large-line-height);
	letter-spacing: var(--mdui-typescale-display-large-tracking);
}

.section.facts-section .facts-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 16px;
}

.section.facts-section .facts-list .fact-item {
	padding: 32px;
	border-radius: 12px;
	background-color: rgb(var(--mdui-color-foam));
}

.section.facts-section .facts-list .fact-item .fact-title {
	margin-bottom: 8px;
}

.section.facts-section .facts-list .fact-item .fact-description {
	font-weight: var(--mdui-typescale-display-medium-weight);
	font-size: var(--mdui-typescale-display-medium-size);
	line-height: var(--mdui-typescale-display-medium-line-height);
	letter-spacing: var(--mdui-typescale-display-medium-tracking);
}

@media (max-width: 1024px) {
	.section.facts-section {
		background-image: none !important;
		padding: 32px 0;
	}
	
	.section.facts-section .facts-list {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.section.facts-section .facts-list .fact-item {
		padding: 16px;
	}
	
	.section.facts-section.nitro-lazy {
		background-image: none !important;
	}
}

.section.drink_grid {
	padding: 32px 0 64px;
}

.section.drink_grid .heading {
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 32px;
	text-align: center;
}

.section.drink_grid .heading h2 {
	margin-bottom: 16px;
}

.section.drink_grid .drink-grids {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 32px;
}

.section.drink_grid .drink-grids .drink-item {
	aspect-ratio: 1/1;
}

.section.drink_grid .drink-grids .drink-item .drink-image {
	height: 100%;
}

.section.drink_grid .drink-grids .drink-item .drink-image img {
	width: 100%;
	border-radius: 12px;
	float: left;
	object-fit: cover;
	height: 100%;
}

@media (max-width: 1024px) {
	.section.drink_grid .heading {
		max-width: 100%;
	}
	
	.section.drink_grid .heading h2 {
		text-align: center;
	}
}

@media (max-width: 500px) {
	.section.drink_grid {
		padding: 16px 0;
	}
	
	.section.drink_grid .heading {
		margin-bottom: 16px;
	}
	
	.section.drink_grid .drink-grids {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 8px;
	}
}

.section.beers {
	padding: 64px 0 0;
}

.section.beers .md-container {
	max-width: 1152px;
}

.section.beers h2 {
	color: rgb(var(--mdui-color-primary-light));
	margin-bottom: 32px;
	font-family: "Yellowtail", sans-serif;
	font-style: italic;
	font-weight: 400;
	letter-spacing: -.25px;
	text-align: center;
}

.section.beers h3 {
	color: rgb(var(--mdui-color-brewhouse-blue));
	margin-bottom: 32px;
}

.section.beers .beers-content {
	display: flex;
	gap: 120px;
}

.section.beers .beers-content>div {
	width: 100%;
}

.section.beers .beers-content .buckets-section .beer-item .price {
	font-weight: 700;
}

@media (max-width: 1024px) {
	.section.beers {
		padding: 32px 0 0;
	}
	
	.section.beers h3 {
		text-align: center;
		margin-bottom: 16px;
	}
	
	.section.beers .buckets-section h3 {
		margin-bottom: 0;
	}
	
	.section.beers .beers-content {
		flex-wrap: wrap;
		gap: 0;
	}
}

@media (max-width: 500px) {
	.section.beers h2 {
		margin-bottom: 16px;
	}
}

.beer-item {
	border: 1px solid rgb(var(--mdui-color-golden-ale));
	padding: 16px;
	border-radius: 8px;
	display: flex;
	margin-bottom: 32px;
}

.beer-item .text {
	width: 50%;
	padding-right: var(--spacers-8);
}

.beer-item .text h4 {
	font-family: trade-gothic-next, sans-serif;
	font-weight: var(--mdui-typescale-title-large-weight);
	font-size: var(--mdui-typescale-title-large-size);
	font-size: 22px;
	line-height: var(--mdui-typescale-title-large-line-height);
	line-height: 1.25;
	letter-spacing: var(--mdui-typescale-title-large-tracking);
	margin-bottom: 8px;
}

.beer-item .text .price {
	display: flex;
	gap: 8px;
	font-weight: var(--mdui-typescale-display-large-weight);
	font-size: var(--mdui-typescale-display-large-size);
	font-size: 22px;
	line-height: var(--mdui-typescale-display-large-line-height);
	letter-spacing: var(--mdui-typescale-display-large-tracking);
}

.beer-item .text .price .origin {
	font-weight: var(--mdui-typescale-display-medium-weight);
	font-size: var(--mdui-typescale-display-medium-size);
	line-height: var(--mdui-typescale-display-medium-line-height);
	letter-spacing: var(--mdui-typescale-display-medium-tracking);
	text-decoration: line-through;
}

.beer-item .text .calories {
	display: block;
}

.beer-item .text a {
	color: inherit;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.beer-item .text .description, .beer-item .text .description p {
	font-weight: var(--mdui-typescale-display-medium-weight);
	font-size: var(--mdui-typescale-display-medium-size);
	line-height: var(--mdui-typescale-display-medium-line-height);
	letter-spacing: var(--mdui-typescale-display-medium-tracking);
}

.beer-item .image {
	width: 50%;
	align-self: center;
}

.beer-item .image a {
	border-radius: 8px;
	overflow: hidden;
	display: block;
}

.beer-item .image a img {
	width: 100%;
	float: left;
	height: 150px;
	object-fit: cover;
}

@media (max-width: 1024px) {
	.beer-item {
		margin-bottom: 16px;
	}
}

@media (max-width: 360px) {
	.beer-item {
		padding: 8px;
	}
	
	.beer-item .text h4 {
		font-size: 14px;
		text-transform: uppercase;
	}
	
	.beer-item .text .calories {
		font-size: 14px;
	}
	
	.beer-item .text .price {
		font-size: 17px;
	}
	
	.beer-item .text .description p {
		font-size: 14px;
	}
}

.more_menu {
	padding: var(--spacers-64) 0;
	background-color: rgb(var(--mdui-color-brewhouse-blue));
	color: rgb(var(--mdui-color-foam-light));
}

@media (max-width: 1249px) {
	.more_menu {
		padding: 32px 0;
	}
}

@media (max-width: 429px) {
	.more_menu {
		padding: 32px 0;
	}
}

.more_menu .md-container {
	max-width: 1220px;
}

.more_menu__header {
	text-align: center;
}

.more_menu__header .text-subheadline {
	color: rgb(var(--mdui-color-lager));
}

@media (max-width: 1024px) {
	.more_menu__header .text-subheadline {
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		line-height: 50px;
		letter-spacing: -.25px;
		margin-bottom: 8px;
	}
}

.more_menu__lists {
	margin-top: var(--spacers-32);
	display: flex;
	gap: 15px;
	justify-content: space-between;
}

@media (max-width: 1024px) {
	.more_menu__lists {
		margin-top: 48px;
	}
}

@media (max-width: 767px) {
	.more_menu__lists {
		flex-wrap: wrap;
		gap: 40px;
	}
}

@media (max-width: 429px) {
	.more_menu__lists {
		margin-top: 40px;
	}
}

@media (min-width: 768px) {
	.more_menu__group {
		width: 300px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (min-width: 768px)and (max-width: 1024px) {
	.more_menu__group h4 {
		font-size: 30px;
	}
}

@media (max-width: 429px) {
	.more_menu__group h4 {
		font-weight: var(--mdui-typescale-title-large-weight);
		font-size: var(--mdui-typescale-title-large-size);
		line-height: var(--mdui-typescale-title-large-line-height);
		letter-spacing: var(--mdui-typescale-title-large-tracking);
		font-family: trade-gothic-next, sans-serif;
	}
}

@media (max-width: 767px) {
	.more_menu__group {
		width: 100%;
		text-align: center;
	}
}

@media (min-width: 768px) {
	.more_menu__list-items {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.more_menu__list-item {
	text-transform: uppercase;
	margin-top: 16px;
}

.more_menu__heading {
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
}

@media (max-width: 1249px) {
	.more_menu__heading {
		font-size: 24px;
	}
}

.more_menu__link {
	color: inherit;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: color .3s ease-out;
	font-weight: var(--mdui-typescale-label-medium-weight);
	font-size: var(--mdui-typescale-label-medium-size);
	line-height: var(--mdui-typescale-label-medium-line-height);
	letter-spacing: var(--mdui-typescale-label-medium-tracking);
}

.more_menu__link:hover img {
	transform: translateX(8px);
}

.more_menu__link:hover {
	color: rgb(var(--mdui-color-lager));
}

@media (max-width: 767px) {
	.more_menu__link {
		justify-content: center;
	}
}

.more_menu__icon {
	transition: transform .3s ease-out;
}

.faq {
	padding: var(--spacers-64) 0;
}

.faq .md-container {
	max-width: 1076px;
}

@media (max-width: 850px) {
	.faq {
		padding: var(--spacers-32) 0;
	}
}

.faq__header {
	text-align: center;
	padding-bottom: var(--spacers-32);
}

.faq__title {
	margin-top: 12px;
}

@media (min-width: 851px) {
	.faq__title {
		font-size: 50px;
		line-height: 1.25;
	}
}

.faq-item {
	background: #fff;
	padding: var(--spacers-32);
	margin-bottom: var(--spacers-16);
	border-radius: 12px;
}

.faq-item--active .faq-item__header::after {
	transform: translateY(-50%) rotate(0);
}

.faq-item__header {
	cursor: pointer;
	user-select: none;
	position: relative;
}

.faq-item__header::before, .faq-item__header::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 4px;
	background: rgb(var(--mdui-color-stout));
	transition: transform .5s cubic-bezier(.19, 1, .22, 1);
}

.faq-item__header::after {
	transform: translateY(-50%) rotate(90deg);
}

@media (min-width: 501px) {
	.faq-item__title {
		font-size: 28px;
		line-height: 1.25;
	}
}

.faq-item__body {
	overflow: hidden;
	max-height: 0;
	transition: max-height .5s cubic-bezier(.19, 1, .22, 1);
}

.faq-item__content {
	padding-top: var(--spacers-16);
}

@media (max-width: 500px) {
	.faq__title {
		font-weight: var(--mdui-typescale-headline-extra-small-weight);
		font-size: var(--mdui-typescale-headline-extra-small-size);
		line-height: var(--mdui-typescale-headline-extra-small-line-height);
		letter-spacing: var(--mdui-typescale-headline-extra-small-tracking);
	}
	
	.faq__header {
		padding-bottom: var(--spacers-16);
	}
	
	.faq-item {
		padding: var(--spacers-16);
	}
	
	.faq-item__title {
		font-weight: var(--mdui-typescale-title-large-weight);
		font-size: var(--mdui-typescale-title-large-size);
		font-size: 22px;
		line-height: var(--mdui-typescale-title-large-line-height);
		letter-spacing: var(--mdui-typescale-title-large-tracking);
		font-family: trade-gothic-next, sans-serif;
		padding-right: 25px;
	}
}

.eclub-form {
	--mdui-color-surface-container-highest: 255, 255, 255;
	padding: var(--spacers-64) 0;
}

.eclub-form .md-container {
	max-width: 864px;
}

.eclub-form .eclub-form__title {
	margin-bottom: var(--spacers-8);
}

.eclub-form .eclub-form__subtext {
	font-weight: var(--mdui-typescale-display-large-weight);
	font-size: var(--mdui-typescale-display-large-size);
	font-size: 22px;
	line-height: var(--mdui-typescale-display-large-line-height);
	letter-spacing: var(--mdui-typescale-display-large-tracking);
}

.eclub-form .eclub-form__inner {
	margin-top: var(--spacers-32);
}

.eclub-form .eclub-form__item {
	margin-bottom: var(--spacers-8);
}

.eclub-form .eclub-form__item .eclub-form__label {
	font-weight: var(--mdui-typescale-display-medium-weight);
	font-size: var(--mdui-typescale-display-medium-size);
	line-height: var(--mdui-typescale-display-medium-line-height);
	letter-spacing: var(--mdui-typescale-display-medium-tracking);
	margin-bottom: 4px;
}

.eclub-form .eclub-form__item .eclub-form__group.birth-date-group {
	display: flex;
	gap: var(--spacers-16);
}

.eclub-form .eclub-form__item .eclub-form__group.birth-date-group .eclub-form__field {
	width: 33.33%;
}

.eclub-form .eclub-form-item-group.name-group {
	display: flex;
	gap: var(--spacers-16);
}

.eclub-form .eclub-form-item-group.name-group .eclub-form__item {
	width: 50%;
}

.eclub-form #birthdate {
	padding: 16px;
	width: 100%;
	border: 1px solid rgba(var(--mdui-color-stout), .4);
	outline: none;
	color: rgba(var(--mdui-color-stout), 1);
	box-shadow: inset 0 -.0625rem 0 0 rgb(var(--mdui-color-on-surface-variant));
	font-weight: var(--mdui-typescale-display-medium-weight);
	font-size: var(--mdui-typescale-display-medium-size);
	line-height: var(--mdui-typescale-display-medium-line-height);
	letter-spacing: var(--mdui-typescale-display-medium-tracking);
}

.eclub-form #birthdate::placeholder {
	color: rgba(var(--mdui-color-stout), .4);
}

@media (max-width: 500px) {
	.eclub-form #birthdate {
		padding: 8px;
	}
}

.eclub-form mdui-button[type=submit] {
	width: 100%;
	margin-top: var(--spacers-32);
}

@media (max-width: 850px) {
	.eclub-form {
		padding: var(--spacers-32) 0;
	}
}

@media (max-width: 500px) {
	.eclub-form {
		padding-bottom: var(--spacers-32);
	}
	
	.eclub-form .eclub-form__inner {
		margin-top: var(--spacers-16);
	}
	
	.eclub-form .eclub-form__title {
		font-weight: var(--mdui-typescale-headline-extra-small-weight);
		font-size: var(--mdui-typescale-headline-extra-small-size);
		line-height: var(--mdui-typescale-headline-extra-small-line-height);
		letter-spacing: var(--mdui-typescale-headline-extra-small-tracking);
	}
	
	.eclub-form .eclub-form__subtext {
		font-weight: var(--mdui-typescale-title-medium-weight);
		font-size: var(--mdui-typescale-title-medium-size);
		line-height: var(--mdui-typescale-title-medium-line-height);
		letter-spacing: var(--mdui-typescale-title-medium-tracking);
	}
	
	.eclub-form mdui-button[type=submit] {
		margin-top: var(--spacers-16);
	}
}

.section.news-archive {
	padding: calc(var(--pad) * 3 + 1rem) 0 var(--pad);
}

@media (max-width: 1249px) {
	.section.news-archive {
		padding: var(--spacers-64) 0 0;
	}
}

@media (max-width: 767px) {
	.section.news-archive {
		padding: var(--spacers-48) 0 0;
	}
}

.section.news-archive .md-container .archives-title {
	font-size: 4rem;
	text-align: center;
	padding: var(--pad);
	line-height: 1;
}

.section.news-archive .md-container .news-pagination {
	padding: calc(var(--pad) / 2) 0;
	margin: calc(var(--pad) / 2) 0;
	width: calc(100% - var(--pad));
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ededed;
	align-items: center;
}

.section.news-archive .md-container .news-pagination a {
	color: rgb(var(--mdui-color-stout));
}

.section.news-archive .md-container .news-pagination a:hover {
	text-decoration: none;
}

.section.news-archive .md-container .news-pagination .disabled {
	opacity: .5;
	pointer-events: none;
}

.section.news-archive .md-container .news-feature>.container {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: center;
	gap: var(--spacers-48);
}

.section.news-archive .md-container .news-feature>.container>div {
	flex-basis: 67%;
}

.section.news-archive .md-container .news-feature>.container>div:nth-of-type(2) {
	flex-basis: 33%;
}

.section.news-archive .md-container .news-feature>.container .handwriting {
	color: rgb(var(--mdui-color-primary-light));
}

.section.news-archive .md-container .news-feature>.container .m3-btn {
	margin-top: var(--spacers-40);
}

.section.news-archive .md-container .news-feature>.container p {
	margin: 0;
}

.section.news-archive .md-container .news-feature>.container h1 {
	margin: var(--spacers-16) 0;
}

.section.news-archive .md-container .news-feature>.container h1 a {
	color: rgb(var(--mdui-color-stout));
	text-decoration: none;
}

.section.news-archive .md-container .news-feature>.container figure img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.section.news-archive .md-container .news-header {
	padding: var(--spacers-80) 0 var(--spacers-32);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section.news-archive .md-container .news-header ul {
	display: flex;
}

.section.news-archive .md-container .news-header ul li {
	float: left;
}

.section.news-archive .md-container .news-header ul li .m3-btn {
	float: left;
	border: none;
	background-color: rgba(var(--mdui-color-stout), .06);
}

.section.news-archive .md-container .news-header ul li .m3-btn::part(button) {
	text-transform: none;
}

.section.news-archive .md-container .news-header ul li .m3-btn:hover {
	background-color: rgba(var(--mdui-color-stout), .16);
}

.section.news-archive .md-container .news-header ul li .m3-btn:focus, .section.news-archive .md-container .news-header ul li .m3-btn.active {
	background-color: rgb(var(--mdui-color-brewhouse-blue));
	color: #fff;
}

@media (max-width: 850px) {
	.section.news-archive .md-container .news-header>div:last-of-type {
		width: 100vw;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.section.news-archive .md-container .news-header>div:last-of-type::-webkit-scrollbar {
		display: none;
	}
	
	.section.news-archive .md-container .news-header>div:last-of-type {
		scrollbar-width: none;
		-ms-overflow-style: none;
		overflow-x: scroll;
	}
}

.section.news-archive .md-container.paged>.container .news-card {
	flex-basis: 33.3%;
}

.section.news-archive .md-container>.container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: var(--spacers-32);
}

.section.news-archive .md-container #news-cards-container.loading {
	position: relative;
	filter: blur(8px);
	pointer-events: none;
}

.section.news-archive .md-container #news-cards-container.loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	border: 3px solid rgba(var(--mdui-color-stout), .1);
	border-top: 3px solid rgb(var(--mdui-color-brewhouse-blue));
	border-radius: 50%;
	animation: spin 1s linear infinite;
	z-index: 10;
	filter: none;
}

.section.news-archive .md-container .news-pagination {
	flex-basis: 100%;
}

@media (max-width: 1249px) {
	.section.news-archive .md-container {
		padding-top: 0;
	}
	
	.section.news-archive .md-container>.container .news-card {
		flex-basis: 100%;
	}
	
	.section.news-archive .md-container.paged>.container .news-card {
		flex-basis: 100%;
	}
}

@media (max-width: 850px) {
	.section.news-archive .md-container .news-feature>.container>div {
		flex-basis: 52%;
	}
	
	.section.news-archive .md-container .news-feature>.container>div:nth-of-type(2) {
		flex-basis: 48%;
	}
	
	.section.news-archive .md-container #news-cards-container {
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: var(--spacers-64);
	}
	
	.section.news-archive .md-container .news-header {
		flex-wrap: wrap;
		padding-bottom: var(--spacers-16);
	}
	
	.section.news-archive .md-container .news-header h4 {
		margin-bottom: 8px;
	}
	
	.section.news-archive .md-container .news-header>div:nth-child(1) {
		flex-basis: 100%;
	}
}

@media (max-width: 767px) {
	.section.news-archive .md-container .news-feature>.container {
		flex-wrap: wrap;
	}
	
	.section.news-archive .md-container .news-feature>.container>div {
		flex-basis: 100%;
		text-align: center;
		padding-right: 0;
	}
	
	.section.news-archive .md-container .news-feature>.container>div:nth-of-type(1) {
		order: 2;
		text-align: left;
	}
	
	.section.news-archive .md-container .news-feature>.container>div:nth-of-type(2) {
		order: 1;
		flex-basis: 100%;
		margin-bottom: 1rem;
	}
	
	.section.news-archive .md-container .news-feature>.container .m3-btn {
		font-weight: var(--mdui-typescale-label-medium-weight);
		line-height: var(--mdui-typescale-label-medium-line-height);
		font-size: var(--mdui-typescale-label-medium-size);
		letter-spacing: var(--mdui-typescale-label-medium-tracking);
		height: 48px;
		padding: 0;
	}
	
	.section.news-archive .md-container .news-feature>.container .m3-btn::part(button) {
		padding: 0 var(--spacers-8);
	}
	
	.section.news-archive .md-container #news-cards-container {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 360px) {
	.section.news-archive .md-container .news-feature>.container .m3-btn {
		width: 100%;
	}
	
	.section.news-archive .md-container .news-card .permalink {
		font-weight: var(--mdui-typescale-title-medium-weight);
		font-size: var(--mdui-typescale-title-medium-size);
		line-height: var(--mdui-typescale-title-medium-line-height);
		letter-spacing: var(--mdui-typescale-title-medium-tracking);
	}
}

.section.news-archive .news-card {
	position: relative;
	overflow: hidden;
	flex-basis: 25%;
}

.section.news-archive .news-card>.container {
	display: flex;
	flex-wrap: wrap;
}

.section.news-archive .news-card>.container>div {
	flex-basis: 100%;
}

.section.news-archive .news-card:hover .permalink {
	color: rgb(var(--mdui-color-primary-light));
}

.section.news-archive .news-card .permalink {
	display: inline-block;
	padding-top: var(--spacers-16);
	color: rgb(var(--mdui-color-stout));
	font-weight: var(--mdui-typescale-title-large-weight);
	font-size: var(--mdui-typescale-title-large-size);
	line-height: var(--mdui-typescale-title-large-line-height);
	letter-spacing: var(--mdui-typescale-title-large-tracking);
	text-decoration: none;
}

.section.news-archive .news-card figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0px;
	padding-top: 144%;
	background: #ededed;
}

.section.news-archive .news-card figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 12px;
}

@keyframes spin {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.modal {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1002;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	overflow: hidden;
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

@media (max-width: 1249px) {
	.modal {
		padding: 2.5rem 0;
	}
}

.modal_active {
	transform: translateY(0);
	visibility: visible;
}

.modal__content {
	width: 100%;
	max-width: 58rem;
	height: 100%;
	max-height: 89.5rem;
	overflow: hidden;
	overflow: auto;
	position: relative;
	background: #fff;
	border-radius: .8rem;
	padding: 4rem 1.5rem 3rem;
	scrollbar-width: auto;
	scrollbar-color: #535353 #fff;
}

@media (max-width: 1249px) {
	.modal__content {
		padding: 4rem;
	}
}

.modal__title {
	padding-bottom: 2.4rem;
}

.modal__body {
	margin-top: 4rem;
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}

.modal__btn {
	margin-top: 1.6rem;
}

.modal__content::-webkit-scrollbar {
	width: 1rem;
	border-radius: .8rem;
}

.modal__content::-webkit-scrollbar-track {
	background: #fff;
	border-radius: .8rem;
}

.modal__content::-webkit-scrollbar-thumb {
	background-color: #535353;
	border-radius: 1rem;
	border: 3px solid #fff;
}

.close-modal {
	position: absolute;
	top: 1.6rem;
	right: 1.6rem;
	width: 1.7rem;
	height: 1.7rem;
	cursor: pointer;
	display: block;
	z-index: 5;
	background: none;
	outline: none;
	border: none;
}

.location-modal {
	padding: 22px;
}

.location-modal__content {
	max-width: 600px;
	text-align: center;
	height: auto;
	padding: 40px 40px;
	border-radius: 5px;
}

@media (max-width: 1249px) {
	.location-modal__content {
		padding: 24px 14px;
	}
}

.location-modal__title {
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 1.2em;
	color: #000;
	padding: 24px 0 8px;
}

@media (max-width: 1249px) {
	.location-modal__title {
		font-size: 24px;
	}
}

.location-modal__text {
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	color: #000;
}

@media (max-width: 1249px) {
	.location-modal__text {
		font-size: 16px;
	}
}

.location-modal__buttons {
	display: flex;
	gap: 12px;
	margin-top: 32px;
	align-items: center;
	justify-content: center;
}

.location-modal__buttons .button {
	min-width: 150px;
}

@media (max-width: 767px) {
	.location-modal__buttons .button {
		min-width: auto;
		flex-grow: 1;
	}
}

.location-modal__link {
	font-weight: 700;
	line-height: 130%;
	text-align: center;
	text-decoration-line: underline;
	color: #000;
	font-size: 18px;
}

@media (max-width: 1249px) {
	.location-modal__link {
		font-size: 16px;
	}
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1001;
	background: rgba(0, 0, 0, .6);
	backdrop-filter: blur(4px);
	pointer-events: none;
	transition: all .3s ease;
}

.overlay.active {
	opacity: 1;
	pointer-events: all;
}

body.page-burgers-near-me .section.text_block.has-gallery {
	padding-top: 0;
}

body.page-burgers-near-me .section.text_block.has-gallery .gallery-section {
	padding-top: 0;
	margin-top: 0;
}

body.page-burgers-near-me .section.reviews {
	padding-top: 0;
}

body.page-burgers-near-me .section.faq {
	padding-top: 0;
}

body.home .products-carousel {
	padding-top: 50px;
}

@media (max-width: 850px) {
	body.home .products-carousel {
		padding-bottom: 0;
	}
}

@media (max-width: 1249px) {
	body.home .products-carousel {
		padding-top: 32px;
	}
}

@media (max-width: 767px) {
	body.home .products-carousel {
		padding-top: 24px;
	}
}

body.home .products-carousel .products-carousel__intro .disp-semibold-lg p {
	font-size: 22px;
	line-height: 26px;
}

@media (max-width: 767px) {
	body.home .products-carousel .products-carousel__intro .disp-semibold-lg p {
		font-size: 18px;
		line-height: 22px;
	}
}

body.home .section.cta .custom.container .disp-semibold-lg {
	font-size: 22px;
	line-height: 26px;
}

@media (max-width: 767px) {
	body.home .section.cta .custom.container .disp-semibold-lg {
		font-size: 18px;
		line-height: 22px;
	}
}

.single-post main>.md-container {
	padding-top: 190px;
	display: flex;
	gap: var(--spacers-40);
}

.single-post main>.md-container .recent-events {
	width: 28%;
}

.single-post main>.md-container .recent-events h4 {
	padding: var(--spacers-8) var(--spacers-16) var(--spacers-16);
}

.single-post main>.md-container .main-content {
	width: 72%;
}

.single-post main>.md-container .main-content div.section.first {
	padding: 0;
}

.single-post main>.md-container .main-content div.section.first .text_block-intro .handwriting {
	font-size: 56px;
}

.single-post main>.md-container .main-content div.section.first .text_block-intro h1 {
	text-align: left;
	margin-top: var(--spacers-16);
	line-height: 1;
}

.single-post main>.md-container .main-content div.section.first .text_block-intro .caption {
	margin: 32px 0;
	padding: 32px;
	border-radius: 8px;
	background: rgb(var(--mdui-color-foam));
}

.single-post main>.md-container .main-content div.section.first .text_block-intro .caption p {
	font-weight: var(--mdui-typescale-display-large-weight);
	font-size: var(--mdui-typescale-display-large-size);
	line-height: var(--mdui-typescale-display-large-line-height);
	letter-spacing: var(--mdui-typescale-display-large-tracking);
}

.single-post main>.md-container .main-content div.section.single-wysiwyg {
	padding-bottom: 0;
}

.single-post main>.md-container .main-content div.section.single-wysiwyg .wysiwyg img {
	border-radius: 12px;
}

.single-post main>.md-container .main-content div.section.single-wysiwyg .wysiwyg h2 strong {
	font-weight: 400;
}

.single-post main>.md-container .main-content .listing-wrapper {
	background: #fff;
	margin-bottom: 40px;
	margin-top: 40px;
}

.single-post main>.md-container .main-content .listing-wrapper .state-group .locations-list .location {
	background: rgb(var(--mdui-color-foam-light));
	border: none;
}

@media (max-width: 1249px) {
	.single-post main>.md-container {
		padding-top: 40px;
		flex-wrap: wrap;
	}
	
	.single-post main>.md-container .recent-events {
		width: 100%;
	}
	
	.single-post main>.md-container .recent-events h4 {
		display: none;
	}
	
	.single-post main>.md-container .main-content {
		width: 100%;
	}
	
	.single-post main>.md-container .main-content .section.text_block.first>.text_block-container {
		padding-top: 0;
	}
}

@media (max-width: 500px) {
	.single-post main>.md-container .main-content div.section.first .text_block-intro .handwriting {
		font-size: 32px;
	}
	
	.single-post main>.md-container .main-content div.section.first .text_block-intro .caption p {
		font-weight: var(--mdui-typescale-display-medium-weight);
		font-size: var(--mdui-typescale-display-medium-size);
		line-height: var(--mdui-typescale-display-medium-line-height);
		letter-spacing: var(--mdui-typescale-display-medium-tracking);
	}
	
	.single-post main>.md-container .main-content div.section.first .text_block-intro .caption {
		padding: 16px;
	}
}

.post-type-archive-menu .section.menu-grid .menu-sidebar .legend ul {
	display: flex;
	flex-wrap: wrap;
}

.post-type-archive-menu .section.menu-grid .menu-sidebar .legend ul li {
	display: flex;
}

.page-eclub .section.hero {
	padding-top: var(--spacers-64);
	padding-bottom: var(--spacers-64);
}

.page-eclub .section.hero .hero_content {
	max-width: 925px;
}

.page-eclub .section.hero .hero__heading .text-subheadline {
	font-size: 40px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .7);
}

.page-eclub .section.hero .hero__heading h1 {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .7);
}

.page-eclub .section.hero .hero__heading .hero__text {
	font-weight: var(--mdui-typescale-display-large-weight);
	font-size: var(--mdui-typescale-display-large-size);
	line-height: var(--mdui-typescale-display-large-line-height);
	letter-spacing: var(--mdui-typescale-display-large-tracking);
	color: rgb(var(--mdui-color-foam));
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .7);
}

.page-eclub .section.hero .hero__buttons {
	margin: 0;
}

@media (max-width: 850px) {
	.page-eclub .section.hero {
		padding-top: 43px;
		padding-bottom: 43px;
	}
	
	.page-eclub .section.hero .hero__heading h1 {
		max-width: 450px;
		margin: 0 auto;
	}
}

@media (max-width: 500px) {
	.page-eclub .section.hero .hero__heading .hero__text {
		font-size: 22px;
	}
	
	.page-eclub .eclub-form {
		padding-bottom: 16px;
	}
	
	.page-eclub .faq {
		padding-top: 16px;
	}
}

@media (max-width: 360px) {
	.page-eclub .section.hero .hero__heading h1 {
		max-width: 200px;
	}
	
	.page-eclub .section.hero .hero__heading .hero__text {
		font-weight: var(--mdui-typescale-display-medium-weight);
		font-size: var(--mdui-typescale-display-medium-size);
		line-height: var(--mdui-typescale-display-medium-line-height);
		letter-spacing: var(--mdui-typescale-display-medium-tracking);
	}
}

body.single-locations .section.text_column h2 {
	line-height: 1.1;
}

@media (min-width: 1025px) {
	body.single-locations .section.text_column {
		grid-template-columns: 1fr 1fr;
	}
	
	body.single-locations .section.text_column>.container .sec-text {
		max-width: 650px;
	}
}

body.single-locations .section.text_column .sec-text p {
	margin-bottom: 24px;
}

body.single-locations .section.text_column .sec-text h3 {
	margin-top: 18px;
	margin-bottom: 18px;
}

body.single-locations .section.text_block h2 {
	line-height: 1.1;
}

body.single-locations .section.text_block .top-block .txt-container h2 {
	margin-bottom: 32px;
}

body.single-locations .section.text_block .top-block .txt-container h3 {
	margin-bottom: 18px;
	margin-top: 18px;
}

body.single-locations .section.text_block.has-gallery {
	padding: var(--spacers-56) 0;
	padding-bottom: 0;
}

body.single-locations .section.text_block.has-gallery .gallery-section {
	padding: var(--spacers-64) 0;
	margin-top: 56px;
}

@media (max-width: 767px) {
	body.single-locations .section.text_block.has-gallery .gallery-section {
		padding-top: 48px;
		padding-bottom: 56px;
	}
}

@media (max-width: 1249px) {
	body.single-locations .section.text_block.has-gallery {
		padding: var(--spacers-80) 0;
		padding-bottom: 0;
	}
}

@media (max-width: 500px) {
	body.single-locations .section.text_block.has-gallery {
		padding: 0 0 var(--spacers-56);
		padding-bottom: 0;
	}
}

body.single-locations .section.reviews .md-container {
	max-width: 1220px;
}

body.single-locations .section.reviews .md-container .rpi-col-m .rpi-card {
	--col: 4;
	--gap: 2;
}

@media (min-width: 1250px) {
	body.single-locations .section.reviews .md-container .rpi-text {
		height: 195px;
	}
}

@media (max-width: 767px) {
	body.single-locations .section.products-carousel .disp-semibold-lg p {
		font-size: 16px;
		line-height: 24px;
	}
}

body.single-hyperlocal_page .section.text_block.has-gallery .gallery-section {
	padding-top: 64px;
}

@media (max-width: 767px) {
	body.single-hyperlocal_page .section.text_block.has-gallery .gallery-section {
		padding-top: 48px;
	}
}

body.page-specials .menu-items .special .listing .list-item {
	border: 1px solid rgb(var(--mdui-color-golden-ale));
	padding: 16px;
	border-radius: 8px;
}

body.page-specials .menu-items .special .listing .list-item .main-section {
	border: none;
	padding: 0;
}

body.page-specials .menu-items .special .listing .list-item .main-section .text .description {
	line-height: 28px;
}

.recent-events-list {
	transform: translateX(0);
	transition: transform .5s cubic-bezier(.28, 0, .18, 1), opacity .5s cubic-bezier(.28, 0, .18, 1);
}

.recent-events-list a {
	display: inline-block;
	padding: 8px 16px;
	color: rgb(var(--mdui-color-stout));
	text-decoration: none;
	text-transform: uppercase;
	font-weight: var(--mdui-typescale-label-medium-weight);
	font-size: var(--mdui-typescale-label-medium-size);
	line-height: var(--mdui-typescale-label-medium-line-height);
	letter-spacing: var(--mdui-typescale-label-medium-tracking);
}

.recent-events-list a.active {
	color: rgb(var(--mdui-color-primary-light));
	border-left: 2px solid;
}

@media (max-width: 1249px) {
	.recent-events-list {
		overflow-x: scroll;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.recent-events-list::-webkit-scrollbar {
		display: none;
	}
	
	.recent-events-list {
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	
	.recent-events-list ul {
		display: flex;
		width: 100%;
	}
	
	.recent-events-list ul li {
		white-space: nowrap;
	}
	
	.recent-events-list ul li a {
		border-bottom: 2px solid rgba(var(--mdui-color-stout), .06);
	}
	
	.recent-events-list ul li a.active {
		border-left: none;
		border-bottom: 2px solid;
	}
}

body.post-type-archive-bar p {
	font-size: 22px;
	line-height: 26px;
}

@media (max-width: 767px) {
	body.post-type-archive-bar p {
		font-size: 18px;
		line-height: 22px;
	}
}

body.post-type-archive-bar .section.callout {
	background-color: rgb(var(--mdui-color-foam-light));
	padding: 64px 0 32px;
	color: rgb(var(--mdui-color-stout));
}

body.post-type-archive-bar .section.callout .callout-stamp {
	display: none;
}

body.post-type-archive-bar .section.callout .container {
	padding: 0;
	background-color: #fff;
}

body.post-type-archive-bar .section.callout .container>div {
	padding: 0;
}

body.post-type-archive-bar .section.callout .container>div:nth-child(2) {
	max-width: 100%;
	padding: 40px;
}

body.post-type-archive-bar .section.callout .container .script {
	color: rgb(var(--mdui-color-primary-light));
	font-size: 56px;
	font-weight: normal;
	line-height: 60px;
	letter-spacing: -.25px;
	margin-bottom: 16px;
}

body.post-type-archive-bar .section.callout .heading {
	margin: 0;
}

body.post-type-archive-bar .section.callout .heading h2 {
	margin-bottom: 8px;
}

@media (max-width: 1249px) {
	body.post-type-archive-bar .section.callout {
		padding: 32px 0;
	}
	
	body.post-type-archive-bar .section.callout .container>div:first-child {
		order: 2;
	}
	
	body.post-type-archive-bar .section.callout .container>div:last-child {
		padding: 32px;
	}
}

@media (max-width: 767px) {
	body.post-type-archive-bar .section.callout {
		padding: 16px 0;
	}
	
	body.post-type-archive-bar .section.callout .container>div:last-child {
		padding: 16px;
	}
	
	body.post-type-archive-bar .section.callout .heading .label {
		font-size: 32px;
		margin-bottom: 8px;
		line-height: 1.25;
	}
}

body.post-type-archive-bar .section.products-carousel {
	padding: 64px 0;
}

body.post-type-archive-bar .section.products-carousel .products-carousel__container {
	display: none;
}

body.post-type-archive-bar .section.products-carousel .disp-semibold-lg p {
	font-size: 22px;
}

@media (max-width: 1249px) {
	body.page-about-us .section.text_block {
		padding: var(--spacers-10) 0;
	}
}

body.page-contact .section.text_block {
	margin-bottom: 50px;
}

body.page-contact .section.text_only>.md-container {
	padding: 20px 20px 0;
}

body.page-contact .section.text_only:not(.first)>.md-container {
	padding-bottom: 50px;
}
