.mdh-location-page {
	--mdh-navy: #013656;
	--mdh-deep: #062536;
	--mdh-ink: #102938;
	--mdh-text: #475a63;
	--mdh-blue: #83c8f3;
	--mdh-sky: #eaf7fd;
	--mdh-mist: #f6fbfd;
	--mdh-coral: #e36c4f;
	--mdh-gold: #fbbc04;
	--mdh-line: #d8e7ee;
	--mdh-white: #ffffff;
	--mdh-shadow: 0 18px 45px rgba(1, 54, 86, 0.16);
	--mdh-radius: 0;
	--mdh-max: 1180px;
	overflow: hidden;
	background: var(--mdh-white);
	color: var(--mdh-ink);
	font-family: "Open Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.mdh-location-page *,
.mdh-location-page *::before,
.mdh-location-page *::after {
	box-sizing: border-box;
}

.mdh-location-page h1,
.mdh-location-page h2,
.mdh-location-page h3,
.mdh-location-page h4,
.mdh-location-page h5,
.mdh-location-page h6 {
	font-family: "Poppins", "Open Sans", sans-serif;
	letter-spacing: 0;
}

.mdh-location-page .mdh-loc-hero h1 {
	color: var(--mdh-white) !important;
}

.mdh-location-page .mdh-loc-hero__subtitle {
	color: rgba(255, 255, 255, 0.88) !important;
}

.mdh-location-page a {
	color: inherit;
}

.mdh-loc-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.mdh-location-page .mdh-loc-button:focus-visible,
.mdh-location-page .mdh-cg-card:focus-visible,
.mdh-location-page .mdh-loc-section-link:focus-visible,
.mdh-location-page .mdh-loc-why__link:focus-visible,
.mdh-location-page .mdh-loc-faq summary:focus-visible,
.mdh-location-page .mdh-loc-review__toggle:focus-visible,
.mdh-location-page .mdh-loc-review-modal__close:focus-visible,
.mdh-location-page .mdh-loc-modal__close:focus-visible,
.mdh-location-page .mdh-loc-contact-row a:focus-visible,
.mdh-location-page .mdh-loc-socials a:focus-visible,
.mdh-location-page .mdh-loc-video-toggle:focus-visible,
.mdh-location-page .mdh-loc-carousel__arrow:focus-visible,
.mdh-location-page .mdh-loc-team-photo:focus-visible,
.mdh-location-page .mdh-loc-team-name:focus-visible,
.mdh-location-page .mdh-loc-team-more:focus-visible {
	outline: 3px solid var(--mdh-blue);
	outline-offset: 4px;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.92);
}

.mdh-loc-hero {
	position: relative;
	min-height: min(820px, 100vh);
	display: flex;
	align-items: center;
	isolation: isolate;
	color: var(--mdh-white);
	background-image:
		linear-gradient(90deg, rgba(2, 24, 38, 0.94) 0%, rgba(2, 24, 38, 0.82) 32%, rgba(2, 24, 38, 0.34) 62%, rgba(2, 24, 38, 0.08) 100%),
		var(--mdh-loc-hero-image);
	background-size: cover;
	background-position: var(--mdh-loc-hero-position, center);
}

@media (max-width: 767px) {
	.mdh-loc-hero {
		background-image:
			linear-gradient(90deg, rgba(2, 24, 38, 0.96) 0%, rgba(2, 24, 38, 0.9) 54%, rgba(2, 24, 38, 0.68) 82%, rgba(2, 24, 38, 0.42) 100%),
			linear-gradient(0deg, rgba(2, 24, 38, 0.6) 0%, rgba(2, 24, 38, 0.2) 58%, rgba(2, 24, 38, 0.08) 100%),
			var(--mdh-loc-hero-mobile-image);
	}
}

.mdh-loc-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	z-index: -1;
	height: 150px;
	background: linear-gradient(0deg, rgba(1, 54, 86, 0.5), transparent);
}

.mdh-loc-hero__inner,
.mdh-loc-inner {
	width: min(var(--mdh-max), calc(100% - 40px));
	margin: 0 auto;
}

.mdh-loc-hero__inner {
	padding: 70px 0;
}

.mdh-loc-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.5fr);
	gap: 46px;
	align-items: center;
}

.mdh-loc-hero__grid > *,
.mdh-loc-feature > *,
.mdh-loc-benefits > *,
.mdh-loc-form-band > *,
.mdh-loc-faqs > * {
	min-width: 0;
}

.mdh-loc-hero h1 {
	max-width: 750px;
	margin: 0 0 20px;
	font-size: 56px;
	font-weight: 600;
	line-height: 1.12;
	overflow-wrap: break-word;
}

.mdh-loc-hero__subtitle {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.34;
}

.mdh-loc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.mdh-loc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	gap: 9px;
	width: 244px;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-family: "Open Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
}

.mdh-location-page .mdh-loc-button,
.mdh-location-page .mdh-loc-button:visited,
.mdh-location-page .mdh-loc-button:hover,
.mdh-location-page .mdh-loc-button:focus {
	text-decoration: none !important;
}

.mdh-loc-button svg {
	width: 17px;
	height: 17px;
	flex: 0 0 auto;
}

.mdh-loc-button--primary,
.mdh-loc-button--coral {
	background: var(--mdh-blue) !important;
	color: #032c43 !important;
}

.mdh-loc-button--primary {
	box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
}

.mdh-loc-button--light {
	border-color: rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.12) !important;
	color: var(--mdh-white) !important;
}

.mdh-loc-button--dark {
	background: var(--mdh-navy) !important;
	color: var(--mdh-white) !important;
}

.mdh-loc-facts {
	justify-self: end;
	width: min(100%, 510px);
	padding: 22px;
	background: rgba(255, 255, 255, 0.14);
	box-shadow: 0 22px 65px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(18px);
}

.mdh-loc-facts__title {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mdh-loc-fact {
	display: grid;
	grid-template-columns: 32px 1fr;
	gap: 18px;
	align-items: start;
	padding: 13px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.mdh-loc-fact svg,
.mdh-loc-contact-icon svg,
.mdh-loc-socials svg {
	width: 23px;
	height: 23px;
	flex: 0 0 auto;
}

.mdh-loc-fact svg {
	width: 28px;
	height: 28px;
	max-width: 28px;
	max-height: 28px;
	margin-top: 2px;
	color: var(--mdh-white);
	opacity: 0.92;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.28));
	stroke-width: 1.75;
}

.mdh-loc-fact span {
	display: block;
	color: var(--mdh-white);
	font-weight: 500;
	overflow-wrap: anywhere;
}

.mdh-loc-hours {
	display: grid;
	gap: 6px;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	color: rgba(255, 255, 255, 0.88);
	font-size: 14px;
	font-weight: 500;
}

.mdh-loc-hours li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) max-content;
	align-items: start;
	gap: 14px;
}

.mdh-loc-hours span:last-child {
	color: var(--mdh-white);
	text-align: right;
	white-space: nowrap;
}

.mdh-loc-section {
	padding: clamp(64px, 8vw, 104px) 0;
}

.mdh-loc-section--soft {
	background: var(--mdh-mist);
}

.mdh-loc-section--sky {
	background: var(--mdh-sky);
}

.mdh-loc-kicker {
	margin: 0 0 12px;
	color: var(--mdh-navy);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.mdh-loc-section h2 {
	max-width: 760px;
	margin: 0 0 24px;
	color: var(--mdh-navy);
	font-size: 42px;
	font-weight: 500;
	line-height: 1.18;
	overflow-wrap: break-word;
}

.mdh-loc-section h3 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.22;
}

.mdh-loc-copy {
	padding-top: 8px;
	color: var(--mdh-text);
	font-size: 16px;
}

.mdh-loc-copy p {
	margin: 0 0 18px;
}

.mdh-loc-copy p:first-child {
	margin-top: 0;
}

.mdh-loc-copy p:last-child {
	margin-bottom: 0;
}

.mdh-loc-about-grid,
.mdh-loc-feature {
	display: grid;
	align-items: center;
}

.mdh-loc-about-grid {
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(34px, 5vw, 68px);
}

.mdh-loc-feature {
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
	gap: clamp(30px, 5vw, 64px);
}

.mdh-loc-about-copy {
	max-width: 560px;
}

.mdh-loc-media-card {
	position: relative;
	min-height: 520px;
	overflow: hidden;
	background-image: var(--mdh-loc-about-image);
	background-size: cover;
	background-position: var(--mdh-loc-about-position, center);
	box-shadow: var(--mdh-shadow);
}

.mdh-loc-media-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(1, 54, 86, 0.28), transparent 55%);
}

.mdh-loc-media-card--plain {
	background-image: var(--mdh-loc-treatment-image);
	background-position: var(--mdh-loc-treatment-position, center);
}

.mdh-loc-media-card--plain::after {
	display: none;
}

.mdh-loc-mini-panel {
	position: absolute;
	right: 22px;
	bottom: 22px;
	left: 22px;
	z-index: 1;
	padding: 26px;
	background: rgba(1, 54, 86, 0.48);
	color: var(--mdh-white);
	box-shadow: 0 22px 65px rgba(0, 0, 0, 0.32);
	backdrop-filter: blur(18px);
}

.mdh-loc-mini-panel strong {
	display: block;
	margin-bottom: 8px;
	color: var(--mdh-white);
	font-family: "Poppins", "Open Sans", sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.16;
}

.mdh-loc-mini-panel span {
	color: rgba(255, 255, 255, 0.76);
	font-size: 16px;
	font-weight: 500;
}

.mdh-location-page .mdh-loc-about-proof {
	margin: clamp(48px, 5vw, 72px) auto 0;
}

.mdh-loc-proof {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	overflow: hidden;
	border: 1px solid var(--mdh-line);
	background: var(--mdh-line);
	box-shadow: var(--mdh-shadow);
}

.mdh-loc-proof__item {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 18px;
	align-items: center;
	min-height: 138px;
	padding: 26px;
	background: var(--mdh-white);
}

.mdh-loc-proof__icon {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	background: rgba(131, 200, 243, 0.18);
	color: var(--mdh-navy);
}

.mdh-loc-proof__icon svg {
	width: 24px;
	height: 24px;
}

.mdh-loc-proof__item strong {
	display: block;
	margin-bottom: 7px;
	color: var(--mdh-navy);
	font-size: 28px;
	font-weight: 500;
	line-height: 1.05;
}

.mdh-loc-proof__item span {
	color: var(--mdh-text);
	font-size: 14px;
	font-weight: 500;
}

.mdh-loc-treatment-actions {
	justify-content: flex-start;
	margin-top: 30px;
}

.mdh-loc-treatment-actions .mdh-loc-button {
	min-height: 46px;
	padding: 0 20px;
	font-size: 16px;
}

.mdh-loc-athletes {
	padding: 32px 0 30px;
	border-bottom: 1px solid var(--mdh-line);
	background: var(--mdh-white);
	text-align: center;
}

.mdh-loc-athletes h2 {
	margin: 0 20px 26px;
	color: var(--mdh-navy);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.34;
}

.mdh-loc-league-row {
	position: relative;
	display: block;
	width: min(1000px, calc(100% - 40px));
	margin: 0 auto;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.mdh-loc-league-track {
	display: flex;
	align-items: center;
	gap: clamp(54px, 7vw, 118px);
	width: max-content;
	animation: mdh-loc-logo-scroll 34s linear infinite;
}

.mdh-loc-league {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: clamp(96px, 8vw, 136px);
	height: 58px;
}

.mdh-loc-league img {
	display: block;
	width: auto;
	max-width: 112px;
	max-height: 46px;
	object-fit: contain;
}

.mdh-loc-league--wide img {
	max-width: 132px;
}

.mdh-loc-league--shield img {
	max-height: 50px;
}

@keyframes mdh-loc-logo-scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-50% - clamp(27px, 3.5vw, 59px)));
	}
}

.mdh-loc-reviews {
	position: relative;
	overflow: hidden;
	padding: clamp(72px, 8vw, 120px) 0;
	background: #05283d;
}

.mdh-loc-reviews::before,
.mdh-loc-reviews::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.mdh-loc-reviews::before {
	inset: -18px;
	background-image: var(--mdh-loc-reviews-image);
	background-size: cover;
	background-position: var(--mdh-loc-reviews-position, center);
	filter: blur(7px) saturate(0.86) contrast(0.96);
	transform: scale(1.04);
}

.mdh-loc-reviews::after {
	inset: 0;
	background:
		linear-gradient(90deg, rgba(1, 22, 36, 0.92) 0%, rgba(1, 54, 86, 0.76) 36%, rgba(1, 54, 86, 0.48) 68%, rgba(1, 54, 86, 0.24) 100%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0.06));
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

.mdh-loc-reviews .mdh-loc-inner {
	position: relative;
	z-index: 1;
}

.mdh-loc-reviews__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	max-width: 540px;
	margin-bottom: 28px;
}

.mdh-loc-reviews__head h2 {
	margin: 0;
	color: var(--mdh-white);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.34;
}

.mdh-loc-reviews .mdh-loc-kicker {
	color: rgba(255, 255, 255, 0.78);
}

.mdh-loc-stars {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--mdh-gold);
	font-size: 22px;
	letter-spacing: 0.03em;
	white-space: nowrap;
}

.mdh-loc-stars span:last-child {
	color: var(--mdh-text);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
}

.mdh-loc-reviews__head .mdh-loc-stars span:last-child {
	color: rgba(255, 255, 255, 0.86);
	font-weight: 500;
}

.mdh-loc-review .mdh-loc-stars span,
.mdh-loc-review .mdh-loc-stars span:last-child {
	color: var(--mdh-gold) !important;
}

.mdh-loc-review-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.mdh-loc-review-grid--count-1 {
	grid-template-columns: minmax(0, 420px);
}

.mdh-loc-review-grid--count-2 {
	grid-template-columns: repeat(2, minmax(0, 420px));
}

.mdh-loc-review-grid--count-3 {
	grid-template-columns: repeat(3, 1fr);
}

.mdh-loc-review {
	min-height: 210px;
	padding: 24px;
	border: 1px solid var(--mdh-line);
	background: var(--mdh-white);
	box-shadow: 0 10px 28px rgba(1, 54, 86, 0.07);
}

.mdh-loc-review p {
	margin: 14px 0 22px;
	color: var(--mdh-text);
	font-size: 14px;
	line-height: 1.55;
}

.mdh-loc-review__text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.mdh-loc-review.is-expanded .mdh-loc-review__text {
	display: block;
	-webkit-line-clamp: unset;
	overflow: visible;
}

.mdh-loc-review__toggle {
	display: inline-flex !important;
	width: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: -8px 0 18px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--mdh-navy) !important;
	cursor: pointer;
	font-family: "Open Sans", sans-serif;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	text-align: left !important;
	text-decoration: underline !important;
	text-transform: none !important;
}

.mdh-loc-review__toggle[hidden] {
	display: none;
}

.mdh-loc-review strong {
	display: block;
	color: var(--mdh-navy);
	font-size: 14px;
}

.mdh-loc-review-modal {
	position: fixed;
	inset: 0;
	z-index: 100001;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.62);
}

.mdh-loc-review-modal.is-open {
	display: flex;
}

.mdh-loc-review-modal__dialog {
	position: relative;
	width: min(680px, 100%);
	max-height: min(760px, calc(100vh - 48px));
	overflow: auto;
	padding: clamp(28px, 4vw, 44px);
	background: var(--mdh-white);
	color: var(--mdh-text);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.mdh-loc-review-modal__dialog .mdh-loc-stars span,
.mdh-loc-review-modal__dialog .mdh-loc-stars span:last-child {
	color: var(--mdh-gold) !important;
}

.mdh-loc-review-modal__copy {
	margin: 18px 0 26px;
	color: var(--mdh-text);
	font-size: 18px;
	line-height: 1.65;
}

.mdh-loc-review-modal__dialog strong {
	display: block;
	color: var(--mdh-navy);
	font-size: 16px;
}

.mdh-loc-review-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	display: inline-grid !important;
	place-items: center;
	width: 38px !important;
	height: 38px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--mdh-navy) !important;
	cursor: pointer;
	font-size: 30px !important;
	line-height: 1 !important;
}

.mdh-loc-section-head {
	margin-bottom: 38px;
	text-align: center;
}

.mdh-loc-section-head h2 {
	margin-right: auto;
	margin-left: auto;
}

.mdh-loc-conditions .mdh-loc-section-head h2 {
	max-width: 1120px;
}

.mdh-cg-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 14px;
	max-width: 1260px;
	margin: 0 auto;
}

.mdh-cg-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 260px;
	overflow: hidden;
	background: var(--mdh-navy);
	color: var(--mdh-white);
	text-decoration: none;
}

.mdh-cg-thumb {
	position: relative;
	flex-shrink: 0;
	height: 65%;
	overflow: hidden;
	background: linear-gradient(135deg, #024a75 0%, #013656 100%);
}

.mdh-cg-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.mdh-cg-thumb::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 30px;
	background: linear-gradient(to bottom, transparent, var(--mdh-navy));
}

.mdh-cg-body {
	position: relative;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	padding: 10px 14px 14px;
}

.mdh-cg-body::after,
.mdh-cg-overlay::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 50px;
	height: 50px;
	background-image: radial-gradient(circle, rgba(131, 200, 243, 0.15) 1.5px, transparent 1.5px);
	background-size: 8px 8px;
	mask-image: linear-gradient(135deg, transparent 20%, white 80%);
}

.mdh-cg-card .mdh-cg-title {
	position: relative;
	z-index: 1;
	margin: 0 0 6px;
	color: var(--mdh-white);
	font-family: "Poppins", "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
}

.mdh-cg-link {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 4px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 12px;
	font-weight: 500;
}

.mdh-cg-arrow {
	display: inline-block;
	transition: transform 0.2s ease;
}

.mdh-cg-overlay {
	position: absolute;
	inset: 0;
	z-index: 5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 18px 16px 14px;
	background: var(--mdh-navy);
	transform: translateY(100%);
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdh-cg-overlay-label {
	margin-bottom: 8px;
	color: rgba(131, 200, 243, 0.85);
	font-family: "Poppins", "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.25s ease 0.15s, transform 0.25s ease 0.15s;
}

.mdh-cg-overlay-text {
	margin: 0 auto 0 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.25s ease 0.22s, transform 0.25s ease 0.22s;
}

.mdh-cg-overlay .mdh-cg-link {
	margin-top: 10px;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.25s ease 0.28s, transform 0.25s ease 0.28s;
}

@media (hover: hover) {
	.mdh-cg-card:hover .mdh-cg-overlay,
	.mdh-cg-card:focus-visible .mdh-cg-overlay {
		transform: translateY(0);
	}

	.mdh-cg-card:hover .mdh-cg-overlay-label,
	.mdh-cg-card:hover .mdh-cg-overlay-text,
	.mdh-cg-card:hover .mdh-cg-overlay .mdh-cg-link,
	.mdh-cg-card:focus-visible .mdh-cg-overlay-label,
	.mdh-cg-card:focus-visible .mdh-cg-overlay-text,
	.mdh-cg-card:focus-visible .mdh-cg-overlay .mdh-cg-link {
		opacity: 1;
		transform: translateY(0);
	}

	.mdh-cg-card:hover .mdh-cg-arrow,
	.mdh-cg-card:focus-visible .mdh-cg-arrow {
		transform: translateX(4px);
	}
}

.mdh-cg-card.is-flipped .mdh-cg-overlay,
.mdh-cg-card.is-flipped .mdh-cg-overlay-label,
.mdh-cg-card.is-flipped .mdh-cg-overlay-text,
.mdh-cg-card.is-flipped .mdh-cg-overlay .mdh-cg-link {
	opacity: 1;
	transform: translateY(0);
}

.mdh-loc-benefits-section {
	background: var(--mdh-navy);
	color: var(--mdh-white);
}

.mdh-loc-benefits {
	display: grid;
	grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
	column-gap: clamp(38px, 6vw, 88px);
	row-gap: 42px;
	align-items: center;
}

.mdh-loc-benefits-section .mdh-loc-kicker,
.mdh-loc-benefits-section h2,
.mdh-loc-benefits-section .mdh-loc-section-link {
	color: var(--mdh-white);
}

.mdh-loc-benefits-section .mdh-loc-copy {
	color: rgba(255, 255, 255, 0.78);
}

.mdh-loc-benefits-copy {
	max-width: 450px;
	text-align: left;
}

.mdh-loc-benefits-copy .mdh-loc-copy {
	margin-top: 28px;
	padding-top: 0;
	font-size: 18px;
	line-height: 1.55;
}

.mdh-loc-benefit-grid {
	display: grid;
	gap: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	list-style: none;
}

.mdh-loc-benefit-card {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	min-height: 74px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	color: var(--mdh-white);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
}

.mdh-loc-benefit-card:last-child {
	border-bottom: 0;
}

.mdh-loc-benefit-card svg {
	width: 28px;
	height: 28px;
	color: var(--mdh-sky);
	stroke-width: 1.85;
}

.mdh-loc-section-link,
.mdh-loc-why__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--mdh-navy);
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.mdh-loc-section-link {
	margin-top: 42px;
}

.mdh-loc-section-link--center {
	display: flex;
	justify-content: center;
}

.mdh-loc-benefits-copy .mdh-loc-section-link {
	margin-top: 28px;
}

.mdh-loc-form-band {
	display: grid;
	grid-template-columns: minmax(0, 1000px);
	justify-content: center;
}

.mdh-loc-form-card {
	padding: clamp(36px, 5vw, 70px) clamp(28px, 6vw, 86px);
	border: 1px solid var(--mdh-line);
	background: var(--mdh-white);
	box-shadow: var(--mdh-shadow);
}

.mdh-loc-form-card h2 {
	margin-bottom: 28px;
	font-size: 30px;
	text-align: center;
}

.mdh-loc-ghl {
	position: relative;
	background: var(--mdh-white);
	min-height: 0;
}

.mdh-loc-ghl__placeholder {
	display: grid;
	place-content: center;
	justify-items: center;
	gap: 12px;
	min-height: var(--mdh-form-height, 900px);
	border: 1px dashed #aeb4bc;
	background: #fbfdfe;
	color: var(--mdh-text);
	font-weight: 600;
	text-align: center;
}

.mdh-loc-ghl__placeholder.is-hidden {
	display: none;
}

.mdh-loc-ghl.is-loading {
	min-height: var(--mdh-form-height, 900px);
}

.mdh-loc-ghl.is-loading .mdh-loc-ghl__placeholder {
	position: absolute;
	inset: 0;
	z-index: 1;
	min-height: var(--mdh-form-height, 900px);
	border: 0;
	background: var(--mdh-white);
}

.mdh-loc-ghl__spinner {
	width: 34px;
	height: 34px;
	border: 3px solid rgba(1, 54, 86, 0.18);
	border-top-color: var(--mdh-navy);
	border-radius: 50%;
	animation: mdh-loc-spin 1s linear infinite;
}

@keyframes mdh-loc-spin {
	to {
		transform: rotate(360deg);
	}
}

.mdh-loc-ghl iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 0;
	background: var(--mdh-white);
	opacity: 0;
	transition: opacity 0.3s ease;
	visibility: hidden !important;
}

.mdh-loc-ghl iframe.is-ready {
	opacity: 1;
	visibility: visible !important;
}

.mdh-loc-video-band {
	padding: 0;
	background: var(--mdh-white);
}

.mdh-loc-video-frame {
	position: relative;
	background: #001f32;
}

.mdh-loc-video {
	display: block;
	width: 100%;
	height: auto;
	max-height: 720px;
	object-fit: cover;
	border: 0;
	background: #001f32;
}

.mdh-loc-video-toggle {
	display: none;
}

.mdh-loc-video-toggle[hidden] {
	display: none !important;
}

.mdh-loc-video-toggle__pause {
	display: none;
}

.mdh-loc-why {
	background: #b7dcf4;
	text-align: center;
}

.mdh-loc-why .mdh-loc-section-head {
	margin-bottom: 58px;
}

.mdh-loc-why h2 {
	margin-bottom: 22px;
	font-size: 42px;
	font-weight: 500;
	line-height: 1.18;
}

.mdh-loc-why__subhead {
	max-width: 1320px;
	margin: 0 auto;
	color: var(--mdh-navy);
	font-family: "Poppins", "Open Sans", sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.32;
}

.mdh-loc-why-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(34px, 6vw, 92px);
	align-items: start;
}

.mdh-loc-why-card {
	display: grid;
	justify-items: center;
	gap: 28px;
	color: var(--mdh-navy);
}

.mdh-loc-why-icon {
	display: inline-grid;
	place-items: center;
	width: 76px;
	height: 76px;
	color: var(--mdh-navy);
}

.mdh-loc-why-icon svg {
	width: 64px;
	height: 64px;
	max-width: none;
	max-height: none;
	stroke-width: 1.05;
}

.mdh-loc-why-card h3 {
	max-width: 340px;
	margin: 0;
	color: var(--mdh-navy);
	font-size: 22px;
	font-weight: 500;
	line-height: 1.18;
}

.mdh-loc-why-card p {
	max-width: 330px;
	margin: 0;
	color: #173851;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.mdh-loc-why__link {
	margin-top: 72px;
}

.mdh-loc-faq-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	align-items: start;
}

.mdh-loc-faq {
	border: 0;
	background: transparent;
}

.mdh-loc-faq summary {
	cursor: pointer;
	padding: 18px 20px;
	color: var(--mdh-navy);
	font-size: 18px;
	font-weight: 500;
	list-style: none;
}

.mdh-loc-faq summary::-webkit-details-marker {
	display: none;
}

.mdh-loc-faq summary::after {
	content: "+";
	float: right;
	color: var(--mdh-navy);
	transition: transform 220ms ease;
}

.mdh-loc-faq[open] summary::after {
	transform: rotate(45deg);
}

.mdh-loc-faq-panel {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: height 280ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
	will-change: height;
}

.mdh-loc-faq p {
	margin: 0;
	padding: 0 20px 20px;
	color: var(--mdh-text);
}

.mdh-loc-contact-list {
	display: grid;
	gap: 14px;
	margin: 28px 0;
}

.mdh-loc-contact-row {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 14px;
	align-items: center;
	padding: 16px;
	border: 1px solid var(--mdh-line);
	background: #fbfdfe;
}

.mdh-loc-contact-icon {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	background: rgba(131, 200, 243, 0.2);
	color: var(--mdh-navy);
}

.mdh-loc-contact-row strong,
.mdh-loc-contact-row a {
	display: block;
	color: var(--mdh-navy);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.mdh-loc-contact-row .mdh-phone-number {
	text-decoration: none;
}

.mdh-loc-map-wrap {
	display: grid;
	align-content: start;
}

.mdh-loc-map {
	display: block;
	width: 100%;
	height: clamp(300px, 25vw, 410px);
	border: 0;
	object-fit: cover;
	box-shadow: var(--mdh-shadow);
}

.mdh-loc-socials {
	display: flex;
	gap: 12px;
	justify-content: flex-end;
	margin-top: 18px;
}

.mdh-loc-socials a {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	background: rgba(131, 200, 243, 0.2);
	color: var(--mdh-navy);
	text-decoration: none;
}

.mdh-loc-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 8px 20px;
	background: rgba(0, 0, 0, 0.62);
}

.mdh-location-page.is-modal-open #discovery-modal {
	display: flex;
}

.mdh-loc-modal__dialog {
	width: min(1000px, 100%);
	height: min(calc(100dvh - 16px - env(safe-area-inset-top) - env(safe-area-inset-bottom)), 760px);
	max-height: calc(100dvh - 16px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	background: var(--mdh-white);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

@supports (height: 100svh) {
	.mdh-loc-modal__dialog {
		height: min(calc(100svh - 16px - env(safe-area-inset-top) - env(safe-area-inset-bottom)), 760px);
		max-height: calc(100svh - 16px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
	}
}

.mdh-loc-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 12px 24px;
	background: var(--mdh-navy);
	color: var(--mdh-white);
}

.mdh-loc-modal__header h2 {
	margin: 0;
	color: var(--mdh-white);
	font-size: clamp(20px, 2.1vw, 26px);
	font-weight: 600;
	line-height: 1.18;
}

.mdh-loc-modal__close {
	display: inline-grid !important;
	place-items: center;
	flex: 0 0 auto;
	width: 38px !important;
	height: 38px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--mdh-white) !important;
	cursor: pointer;
	font-size: 30px !important;
	line-height: 1 !important;
}

.mdh-loc-modal__body {
	min-height: 0;
	padding: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.mdh-loc-modal .mdh-loc-ghl {
	position: relative;
	width: 100%;
	min-height: var(--mdh-form-height, 900px);
	height: auto;
	overflow: visible;
}

.mdh-loc-modal .mdh-loc-ghl__placeholder {
	position: absolute;
	inset: 0;
	z-index: 1;
	min-height: 0;
	border: 0;
	background: var(--mdh-white);
}

.mdh-loc-modal .mdh-loc-ghl iframe {
	position: relative;
	display: block;
	width: 100%;
	min-height: var(--mdh-form-height, 900px);
	height: var(--mdh-form-height, 900px) !important;
	border: 0;
}

@media (prefers-reduced-motion: reduce) {
	.mdh-loc-faq summary::after,
	.mdh-loc-faq-panel,
	.mdh-cg-overlay,
	.mdh-cg-overlay-label,
	.mdh-cg-overlay-text,
	.mdh-cg-overlay .mdh-cg-link,
	.mdh-loc-league-track {
		transition: none;
		animation: none;
	}

	.mdh-loc-modal .mdh-loc-ghl iframe {
		transition: none;
	}

	.mdh-loc-ghl__spinner {
		animation: none;
	}

	.mdh-loc-faq[open] .mdh-loc-faq-panel {
		height: auto;
		opacity: 1;
	}
}

@media (max-width: 1024px) {
	.mdh-loc-review-grid,
	.mdh-loc-review-grid--count-3,
	.mdh-loc-review-grid--count-4 {
		grid-template-columns: repeat(2, 1fr);
	}

	.mdh-cg-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 920px) {
	.mdh-loc-hero {
		min-height: auto;
		background-position: var(--mdh-loc-hero-mobile-position, 63% center);
	}

	.mdh-loc-hero__grid,
	.mdh-loc-feature,
	.mdh-loc-about-grid,
	.mdh-loc-benefits,
	.mdh-loc-form-band {
		grid-template-columns: 1fr;
	}

	.mdh-loc-hero__inner {
		padding-top: 92px;
	}

	.mdh-loc-hero__inner,
	.mdh-loc-inner {
		width: min(100% - 28px, 640px);
	}

	.mdh-loc-hero h1,
	.mdh-loc-hero__subtitle,
	.mdh-loc-section h2,
	.mdh-loc-copy {
		max-width: 100%;
	}

	.mdh-loc-facts {
		justify-self: start;
		max-width: 520px;
	}

	.mdh-loc-benefits-copy {
		max-width: 100%;
		text-align: center;
	}

	.mdh-loc-proof,
	.mdh-loc-benefit-grid,
	.mdh-loc-review-grid,
	.mdh-loc-review-grid--count-1,
	.mdh-loc-review-grid--count-2,
	.mdh-loc-review-grid--count-3,
	.mdh-loc-why-grid,
	.mdh-loc-faq-list {
		grid-template-columns: 1fr;
	}

	.mdh-cg-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mdh-loc-media-card {
		min-height: 420px;
	}
}

@media (max-width: 767px) {
	.mdh-loc-section {
		padding: 58px 0;
	}

	.mdh-loc-hero h1 {
		font-size: 34px;
		line-height: 1.14;
	}

	.mdh-loc-section h2,
	.mdh-loc-why h2 {
		font-size: 30px;
		line-height: 1.16;
	}

	.mdh-loc-actions,
	.mdh-loc-button {
		width: 100%;
	}

	.mdh-loc-button {
		width: 100%;
		white-space: normal;
		text-align: center;
	}

	.mdh-loc-facts {
		width: 100%;
		padding: 20px;
	}

	.mdh-loc-league-row {
		width: min(100% - 28px, 420px);
	}

	.mdh-loc-league-track {
		gap: 48px;
	}

	.mdh-cg-grid {
		grid-template-columns: 1fr;
	}

	.mdh-cg-card {
		height: 240px;
	}

	.mdh-cg-thumb {
		flex: 1;
		height: auto;
		min-height: 0;
	}

	.mdh-cg-body {
		flex: none;
	}

	.mdh-loc-form-card {
		padding: 28px 20px;
	}

	.mdh-loc-modal {
		align-items: stretch;
		padding: max(4px, env(safe-area-inset-top)) 16px max(4px, env(safe-area-inset-bottom));
	}

	.mdh-loc-review-modal {
		align-items: start;
		padding: 16px;
	}

	.mdh-loc-modal__body {
		padding: 0 16px;
	}

	.mdh-loc-modal__header h2 {
		font-size: 20px !important;
		line-height: 1.2 !important;
	}

	.mdh-loc-modal .mdh-loc-ghl iframe {
		min-height: var(--mdh-form-height, 900px);
		height: var(--mdh-form-height, 900px) !important;
	}

	.mdh-loc-video-frame {
		cursor: pointer;
	}

	.mdh-loc-video-toggle {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 2;
		display: inline-grid !important;
		place-items: center;
		width: 72px !important;
		height: 72px !important;
		min-width: 0 !important;
		min-height: 0 !important;
		padding: 0 !important;
		border: 2px solid rgba(255, 255, 255, 0.88) !important;
		border-radius: 999px !important;
		background: rgba(1, 54, 86, 0.78) !important;
		box-shadow: 0 14px 38px rgba(0, 0, 0, 0.28) !important;
		color: var(--mdh-white) !important;
		transform: translate(-50%, -50%);
		transition: opacity 0.18s ease, background-color 0.18s ease;
	}

	.mdh-loc-video-toggle svg {
		width: 30px;
		height: 30px;
	}

	.mdh-loc-video-frame.is-playing .mdh-loc-video-toggle {
		opacity: 0;
		pointer-events: none;
	}

	.mdh-loc-video-frame.is-playing .mdh-loc-video-toggle:focus-visible {
		opacity: 1;
		pointer-events: auto;
	}

	.mdh-loc-video-frame.is-playing .mdh-loc-video-toggle__play {
		display: none;
	}

	.mdh-loc-video-frame.is-playing .mdh-loc-video-toggle__pause {
		display: block;
	}
}

/* External-appointment CTA band (locations without GHL forms) */
.mdh-loc-section--cta {
	padding: clamp(36px, 5vw, 56px) 0;
}

.mdh-loc-cta-band {
	display: grid;
	justify-items: center;
	gap: 24px;
	text-align: center;
}

.mdh-location-page .mdh-loc-cta-band h2 {
	max-width: none;
	margin: 0;
	font-size: clamp(22px, 2.4vw, 30px) !important;
	line-height: 1.25;
}

/* Section image carousel (config-driven; Pittsburgh first) */
.mdh-loc-media-card--carousel {
	background-image: none;
}

.mdh-loc-carousel,
.mdh-loc-carousel__track {
	position: absolute;
	inset: 0;
}

.mdh-loc-carousel__slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	opacity: 0;
	transition: opacity 0.7s ease;
}

.mdh-loc-carousel__slide.is-active {
	opacity: 1;
}

.mdh-location-page .mdh-loc-carousel__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: grid !important;
	place-items: center;
	width: 42px !important;
	height: 42px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.85) !important;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22) !important;
	color: var(--mdh-navy) !important;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background 0.2s ease;
}

.mdh-location-page .mdh-loc-carousel__arrow:hover {
	background: var(--mdh-white) !important;
}

.mdh-location-page .mdh-loc-carousel__arrow svg {
	width: 20px;
	height: 20px;
}

.mdh-loc-carousel__arrow--prev {
	left: 14px;
}

.mdh-loc-carousel__arrow--next {
	right: 14px;
}

@media (prefers-reduced-motion: reduce) {
	.mdh-loc-carousel__slide {
		transition: none;
	}
}

/* Team sections (config-driven; Pittsburgh first) */
.mdh-loc-team-group {
	display: grid;
	gap: 34px;
}

.mdh-loc-team-group + .mdh-loc-team-group {
	margin-top: clamp(48px, 6vw, 80px);
}

.mdh-loc-team-head {
	display: grid;
	gap: 10px;
}

.mdh-loc-team-kicker {
	margin-bottom: 0;
	text-align: center;
}

.mdh-location-page .mdh-loc-team-title {
	max-width: none;
	margin: 0;
	text-align: center;
}

.mdh-loc-team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: clamp(22px, 3vw, 38px);
	justify-items: center;
	align-items: start;
}

.mdh-loc-team-card {
	display: grid;
	justify-items: center;
	gap: 12px;
	max-width: 420px;
	text-align: center;
	align-content: start;
}

.mdh-location-page .mdh-loc-team-photo {
	width: 160px !important;
	height: 160px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	overflow: hidden;
	background: transparent !important;
	box-shadow: var(--mdh-shadow) !important;
	cursor: pointer;
}

.mdh-loc-team-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mdh-loc-team-card h3 {
	margin: 0;
}

.mdh-location-page .mdh-loc-team-name {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--mdh-navy) !important;
	cursor: pointer;
	font-family: "Poppins", "Open Sans", sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
}

.mdh-location-page .mdh-loc-team-name:hover {
	text-decoration: underline;
}

.mdh-loc-team-role {
	margin: 0;
	color: var(--mdh-text);
	font-weight: 600;
}

.mdh-loc-team-summary {
	text-align: left;
}

.mdh-location-page .mdh-loc-team-more {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--mdh-navy) !important;
	cursor: pointer;
	font-weight: 600;
	text-decoration: underline;
}

.mdh-loc-modal.is-open {
	display: flex;
}

.mdh-loc-team-modal-role {
	margin: 4px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
}

.mdh-loc-team-modal-body {
	padding: 26px 30px;
}

.mdh-loc-team-modal .mdh-loc-modal__dialog {
	height: auto;
}

@media (max-width: 920px) {
	.mdh-loc-team-grid {
		grid-template-columns: 1fr;
	}
}

/* Safety section (config-driven; Pittsburgh first) */
.mdh-loc-safety {
	display: grid;
	gap: clamp(30px, 4vw, 48px);
}

.mdh-loc-safety-head {
}

.mdh-loc-safety-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: clamp(20px, 3vw, 32px);
}

.mdh-loc-safety-item {
	display: grid;
	gap: 10px;
	align-content: start;
	padding: 26px;
	background: #f2f8fc;
	box-shadow: var(--mdh-shadow);
}

.mdh-loc-safety-icon svg {
	width: 30px;
	height: 30px;
	color: var(--mdh-navy);
}

.mdh-loc-safety-item h3 {
	margin: 0;
	font-size: 19px;
}

.mdh-loc-safety-item p {
	margin: 0;
	color: var(--mdh-text);
}

.mdh-loc-safety-top {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
	gap: clamp(28px, 4vw, 56px);
	align-items: center;
}

.mdh-loc-safety-media {
	position: relative;
	min-height: 400px;
	overflow: hidden;
	box-shadow: var(--mdh-shadow);
}

@media (max-width: 920px) {
	.mdh-loc-safety-top {
		grid-template-columns: 1fr;
	}

	.mdh-loc-safety-media {
		min-height: 300px;
	}
}

/* Coming-soon hero badge and opening line */
.mdh-loc-hero__badge{display:inline-block;margin:0 0 16px;padding:7px 16px;border-radius:999px;background:rgba(131,200,243,.16);color:#83c8f3;font-family:"Poppins","Open Sans",Arial,sans-serif;font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}
.mdh-loc-hero__opening{margin:16px 0 0;color:#83c8f3;font-size:18px;font-weight:600}
@media(max-width:920px){.mdh-loc-hero__opening{font-size:16px}}
