.mm-header {
	background: transparent;
}

.mm-header.is-scrolled {
	background: #fff;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.mm-header-inner {
	position: relative;
}

.mm-header-nav,
.mm-header-cta {
	display: none;
}

.mm-header-cta {
	margin-left: auto;
}

@media (min-width: 1280px) {
	.mm-header .mm-menu-button,
	.mm-mobile-menu {
		display: none;
	}

	.mm-header-nav {
		display: flex;
		gap: 1rem;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
	}

	.mm-header-cta {
		display: flex;
	}
}

@media (min-width: 1440px) {
	.mm-header-nav {
		gap: 1.4rem;
	}
}

@media (min-width: 1536px) {
	.mm-header-nav {
		gap: 1.75rem;
	}
}

.mm-logo-dark,
.mm-header.is-scrolled .mm-logo-light {
	opacity: 0;
}

.mm-logo-light,
.mm-header.is-scrolled .mm-logo-dark {
	opacity: 1;
}

.mm-header .mm-nav-link,
.mm-header .mm-menu-button {
	color: rgb(255 255 255 / 0.9);
}

.mm-header .mm-nav-link {
	align-items: center;
	display: inline-flex;
	line-height: 1;
	white-space: nowrap;
}

.mm-header.is-scrolled .mm-nav-link,
.mm-header.is-scrolled .mm-menu-button {
	color: rgb(0 0 0 / 0.8);
}

.mm-header .mm-nav-link:hover {
	color: #fff;
}

.mm-header.is-scrolled .mm-nav-link:hover {
	color: #000;
}

.mm-nav-item {
	align-items: center;
	display: inline-flex;
	margin-block: -18px;
	padding-block: 18px;
	position: relative;
}

.mm-nav-parent-link::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-left: 8px;
	border-bottom: 1px solid currentColor;
	border-right: 1px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
}

.mm-submenu {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 60;
	min-width: 250px;
	padding: 14px;
	background: rgb(0 0 0 / 0.92);
	border: 1px solid rgb(255 255 255 / 0.22);
	box-shadow: 0 18px 42px rgb(0 0 0 / 0.24);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 8px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.mm-nav-item:hover .mm-submenu,
.mm-nav-item:focus-within .mm-submenu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.mm-submenu-link {
	display: block;
	padding: 11px 12px;
	color: rgb(255 255 255 / 0.82);
	font-size: 12px;
	letter-spacing: 0.14em;
	line-height: 1.4;
	text-transform: uppercase;
	transition: color 160ms ease, background-color 160ms ease;
}

.mm-submenu-link:hover,
.mm-submenu-link:focus {
	background: rgb(255 255 255 / 0.08);
	color: #fff;
}

.mm-header.is-scrolled .mm-submenu {
	background: rgb(255 255 255 / 0.98);
	border-color: rgb(0 0 0 / 0.16);
	box-shadow: 0 16px 38px rgb(0 0 0 / 0.14);
}

.mm-header.is-scrolled .mm-submenu-link {
	color: rgb(0 0 0 / 0.72);
}

.mm-header.is-scrolled .mm-submenu-link:hover,
.mm-header.is-scrolled .mm-submenu-link:focus {
	background: rgb(0 0 0 / 0.05);
	color: #000;
}

.mm-header .mm-cta-link {
	border-color: #fff;
	color: #fff;
}

.mm-header .mm-cta-link:hover {
	background: #fff;
	color: #000;
}

.mm-header.is-scrolled .mm-cta-link {
	border-color: #000;
	color: #000;
}

.mm-header.is-scrolled .mm-cta-link:hover {
	background: #000;
	color: #fff;
}

.mm-menu-line {
	background: #fff;
}

.mm-header.is-scrolled .mm-menu-line {
	background: #000;
}

.mm-menu-button[aria-expanded="true"] .mm-menu-line:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.mm-menu-button[aria-expanded="true"] .mm-menu-line:nth-child(2) {
	opacity: 0;
}

.mm-menu-button[aria-expanded="true"] .mm-menu-line:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

.mm-mobile-menu {
	max-height: 0;
}

.mm-mobile-menu.is-open {
	max-height: 760px;
	border-top: 1px solid rgb(255 255 255 / 0.1);
}

.mm-mobile-submenu {
	margin-top: 12px;
	margin-left: 16px;
	padding-left: 16px;
	border-left: 1px solid rgb(255 255 255 / 0.18);
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.mm-mobile-submenu-link {
	display: block;
	color: rgb(255 255 255 / 0.68);
	font-size: 12px;
	letter-spacing: 0.16em;
	line-height: 1.45;
	text-transform: uppercase;
}

body.admin-bar .mm-header {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .mm-header {
		top: 46px;
	}
}

.mm-image-fill {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.mm-screen-reader-text,
.mm-honeypot {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.field option {
	background: #000;
	color: #fff;
}

.mm-form-notice {
	border: 1px solid rgb(255 255 255 / 0.4);
	color: rgb(255 255 255 / 0.85);
	font-size: 14px;
	line-height: 1.6;
	padding: 12px 16px;
}

.mm-form-notice.is-success {
	border-color: rgb(255 255 255 / 0.7);
}

.mm-form-notice.is-error {
	border-color: rgb(255 255 255 / 0.35);
}

.mm-insurance-list {
	column-count: 1;
	column-gap: 3rem;
	list-style-position: inside;
	list-style-type: disc;
}

.mm-insurance-list li {
	break-inside: avoid;
	margin-bottom: 0.5rem;
	padding-right: 1rem;
}

.mm-insurance-list li::marker {
	color: rgb(0 0 0 / 0.4);
}

@media (min-width: 40rem) {
	.mm-insurance-list {
		column-count: 2;
	}
}

.mm-editorial-section {
	align-items: center;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr);
}

.mm-editorial-section-media {
	aspect-ratio: 4 / 5;
	margin-inline: auto;
	max-width: 620px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.mm-editorial-image {
	filter: grayscale(1);
	transform: scale(1.01);
}

.mm-editorial-section-copy {
	max-width: 650px;
}

.mm-editorial-section-copy h2 {
	color: #fff;
	font-family: var(--font-tenor), "Tenor Sans", serif;
	font-size: clamp(34px, 5vw, 62px);
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.08;
	margin-top: 18px;
}

.mm-editorial-section-copy .mm-editorial-content {
	margin-top: 28px;
}

@media (min-width: 48rem) {
	.mm-editorial-section {
		gap: clamp(48px, 8vw, 112px);
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	}

	.mm-editorial-section.is-reversed > .mm-editorial-section-copy {
		order: 2;
	}

	.mm-editorial-section.is-reversed > .mm-editorial-section-media {
		order: 1;
	}

	.mm-editorial-section-media {
		max-width: none;
		min-height: 560px;
	}

	.mm-editorial-section:nth-child(2n) .mm-editorial-section-media {
		aspect-ratio: 5 / 6;
	}
}

.mm-editorial-content {
	color: rgb(255 255 255 / 0.84);
	font-size: 16px;
	line-height: 1.85;
}

.mm-editorial-content > * + * {
	margin-top: 24px;
}

.mm-editorial-content h2,
.mm-editorial-content h3 {
	color: #fff;
	font-family: var(--font-tenor), "Tenor Sans", serif;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.15;
}

.mm-editorial-content h2 {
	font-size: clamp(28px, 4vw, 44px);
	margin-top: 56px;
}

.mm-editorial-content h3 {
	font-size: clamp(22px, 3vw, 30px);
	margin-top: 44px;
}

.mm-editorial-content h2:first-child,
.mm-editorial-content h3:first-child {
	margin-top: 0;
}

.mm-editorial-content p {
	max-width: 820px;
}

.mm-editorial-content ul,
.mm-editorial-content ol {
	max-width: 860px;
	padding-left: 1.25rem;
}

.mm-editorial-content ul {
	list-style: disc;
}

.mm-editorial-content ol {
	list-style: decimal;
}

.mm-editorial-content li + li {
	margin-top: 10px;
}

.mm-editorial-content li::marker {
	color: rgb(255 255 255 / 0.42);
}

.mm-editorial-content strong {
	color: #fff;
	font-weight: 600;
}

.mm-editorial-content .wp-block-quote {
	max-width: 860px;
	padding-left: 24px;
	border-left: 1px solid rgb(255 255 255 / 0.5);
	color: rgb(255 255 255 / 0.9);
}

.mm-editorial-content .wp-block-buttons {
	margin-top: 36px;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.mm-editorial-content .wp-block-button__link {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 13px 30px;
	background: transparent;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.22em;
	line-height: 1.2;
	text-transform: uppercase;
	transition: background-color 160ms ease, color 160ms ease;
}

.mm-editorial-content .wp-block-button__link:hover,
.mm-editorial-content .wp-block-button__link:focus {
	background: #fff;
	color: #000;
}

.mm-audience-row {
	grid-auto-flow: row;
}

@media (min-width: 48rem) {
	.mm-audience-row.is-reversed > .mm-audience-media {
		order: 2;
	}
}

.mm-block-editor-note {
	background: #111;
	color: #fff;
	font-family: sans-serif;
	padding: 24px;
}

.mm-thank-you-page {
	background: #000;
	color: #fff;
}

.mm-thank-you-hero {
	align-items: center;
	background: #000;
	display: flex;
	justify-content: center;
	min-height: 760px;
	overflow: hidden;
	padding: 172px 24px 104px;
	position: relative;
	text-align: center;
}

.mm-thank-you-media,
.mm-thank-you-overlay {
	inset: 0;
	position: absolute;
}

.mm-thank-you-media {
	transform: translate3d(0, 0, 0) scale(1.08);
	transform-origin: center center;
	will-change: transform;
}

.mm-thank-you-image {
	object-position: center center;
}

.mm-thank-you-overlay {
	background:
		linear-gradient(180deg, rgb(0 0 0 / 0.42), rgb(0 0 0 / 0.35)),
		linear-gradient(90deg, rgb(0 0 0 / 0.28), rgb(0 0 0 / 0.04) 48%, rgb(0 0 0 / 0.32));
}

.mm-thank-you-content {
	margin: 0 auto;
	max-width: 1180px;
	position: relative;
	z-index: 1;
}

.mm-thank-you-title {
	color: #fff;
	font-family: var(--font-tenor), "Tenor Sans", serif;
	font-size: 80px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0;
	text-shadow: 0 1px 20px rgb(0 0 0 / 0.28);
}

.mm-thank-you-subtitle {
	color: rgb(255 255 255 / 0.92);
	font-family: var(--font-open-sans), Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 34px 0 0;
	text-shadow: 0 1px 16px rgb(0 0 0 / 0.28);
}

.mm-thank-you-button {
	align-items: center;
	border: 1px solid rgb(255 255 255 / 0.9);
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 48px;
	min-height: 52px;
	min-width: 214px;
	padding: 0 34px;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.mm-thank-you-button:hover,
.mm-thank-you-button:focus {
	background: #fff;
	border-color: #fff;
	color: #000;
}

@media (min-width: 48rem) {
	.mm-thank-you-hero {
		min-height: 820px;
		padding: 188px 40px 128px;
	}

	.mm-thank-you-title {
		font-size: 128px;
	}

	.mm-thank-you-subtitle {
		font-size: 46px;
		margin-top: 44px;
	}

	.mm-thank-you-button {
		font-size: 15px;
		margin-top: 58px;
		min-height: 58px;
		min-width: 248px;
	}
}

@media (min-width: 64rem) {
	.mm-thank-you-title {
		font-size: 156px;
	}

	.mm-thank-you-subtitle {
		font-size: 56px;
	}
}

@media (max-width: 47.9375rem) {
	.mm-thank-you-hero {
		min-height: 680px;
		padding: 148px 22px 88px;
	}
}
