/* ==========================================================================
   Foundation and WordPress Base Primitives
   ========================================================================== */
:root {
	--momentimrx-frame-width: 1440px;
	--momentimrx-content-width: 1180px;
	--momentimrx-anchor-offset: 92px;
	--momentimrx-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--momentimrx-neutral-darkest: #232323;
	--momentimrx-neutral-darker: #323232;
	--momentimrx-neutral-medium: #666666;
	--momentimrx-neutral-lightest: #f7f7f7;
	--momentimrx-brand-navy: #490000;
	--momentimrx-brand-navy-deep: #750f06;
	--momentimrx-brand-ruby: #ac0d00;
	--momentimrx-brand-primary: #ac0d00;
	--momentimrx-brand-bright: #e16e59;
	--momentimrx-brand-soft: #ffbbaf;
	--momentimrx-surface-cream: #fff6f5;
	--momentimrx-footer-dark: #100c0a;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: var(--momentimrx-anchor-offset);
}

[id] {
	scroll-margin-top: var(--momentimrx-anchor-offset);
}

body.admin-bar {
	--momentimrx-anchor-offset: 122px;
}

@media (max-width: 782px) {
	:root {
		--momentimrx-anchor-offset: 80px;
	}

	body.admin-bar {
		--momentimrx-anchor-offset: 104px;
	}
}

@media only screen and (max-width: 480px) {
	.momentimrx-footer-newsletter .mktoForm,
	.momentimrx-footer-newsletter .mktoForm *,
	.momentimrx-unsubscribe-form__embed .mktoForm,
	.momentimrx-unsubscribe-form__embed .mktoForm *,
	.momentimrx-expert-form-embed .mktoForm,
	.momentimrx-expert-form-embed .mktoForm * {
		padding: 0 !important;
	}
}

body {
	font-family: var(--momentimrx-font-sans);
	background: #ffffff;
	color: var(--momentimrx-neutral-darkest);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
button,
input,
textarea,
select {
	font-family: var(--momentimrx-font-sans);
}

::selection {
	background: var(--momentimrx-brand-soft);
	color: var(--momentimrx-neutral-darkest);
}

main {
	min-height: 60vh;
}

a {
	text-underline-offset: 0.16em;
}

.wp-block-site-title {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.wp-block-navigation-item__content,
.wp-block-site-title a {
	text-decoration: none;
}

.wp-block-navigation .wp-block-navigation-item__content {
	color: var(--momentimrx-neutral-darker);
	font-weight: 500;
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline > .wp-element-button {
	min-height: 42px;
	padding: 10px 20px;
	border: 1px solid transparent;
	border-radius: 6px;
	background: #f7fbff;
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
}

.wp-element-button,
.wp-block-button__link {
	box-shadow: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.wp-element-button:hover,
.wp-element-button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
	background: var(--momentimrx-brand-bright);
	border-color: var(--momentimrx-brand-bright);
	color: #ffffff;
}

.wp-site-blocks > header,
.wp-site-blocks > footer {
	background: #ffffff;
}

.momentimrx-site-header {
	position: relative;
	z-index: 20;
	border-bottom: 1px solid rgba(16, 12, 10, 0.08);
	background: #ffffff;
	backdrop-filter: blur(14px);
}

.momentimrx-site-header .wp-block-group {
	width: 100%;
	gap: 1.25rem;
}

.momentimrx-site-header .wp-block-navigation {
	gap: 1.5rem;
}

.momentimrx-header-cta {
	margin-left: 0.5rem;
}

.momentimrx-header-cta .wp-block-button__link {
	padding-inline: 1.25rem;
	background: linear-gradient(90deg, var(--momentimrx-brand-primary), var(--momentimrx-brand-bright));
}

.momentimrx-site-footer {
	background: var(--momentimrx-footer-dark);
	color: rgba(255, 255, 255, 0.84);
}

.momentimrx-site-footer h4,
.momentimrx-site-footer p,
.momentimrx-site-footer a,
.momentimrx-site-footer .wp-block-site-title a {
	color: #ffffff;
}

.momentimrx-site-footer .wp-block-navigation__container {
	gap: 0.65rem;
}

.momentimrx-site-footer .wp-block-navigation-item__content {
	color: rgba(255, 255, 255, 0.84);
}

.momentimrx-site-footer .wp-block-button__link {
	background: linear-gradient(90deg, var(--momentimrx-brand-primary), var(--momentimrx-brand-bright));
}

.momentimrx-eyebrow {
	margin: 0 0 0.75rem;
	color: var(--momentimrx-brand-primary);
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.momentimrx-hero,
.momentimrx-story,
.momentimrx-feature-grid,
.momentimrx-promo-panel,
.momentimrx-status-shell {
	width: min(100%, var(--momentimrx-content-width));
	margin-inline: auto;
}

.momentimrx-hero .wp-block-columns,
.momentimrx-story .wp-block-columns {
	gap: clamp(2rem, 4vw, 4rem);
}

@keyframes momentimrx-dot-pattern-fade {
	0% {
		opacity: 0.45;
	}

	100% {
		opacity: 0.1;
	}
}

:is(.momentimrx-dot-pattern, .momentimrx-hero--homepage, .momentimrx-hero--product, .momentimrx-status-shell--subscription)::before {
	animation: momentimrx-dot-pattern-fade 2s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion: reduce) {
	:is(.momentimrx-dot-pattern, .momentimrx-hero--homepage, .momentimrx-hero--product, .momentimrx-status-shell--subscription)::before {
		animation: none;
		opacity: 0.45;
	}
}

.momentimrx-hero {
	position: relative;
	overflow: hidden;
	width: min(100%, 1440px);
	border-radius: 0;
	padding-inline: clamp(1.5rem, 4vw, 4rem);
	margin-top: 0;
}

.momentimrx-hero--homepage {
	position: relative;
	width: min(100%, 1440px);
	min-height: 760px;
	padding-top: 9rem;
	padding-bottom: 8rem;
	color: #ffffff;
	background:
		radial-gradient(circle at 78% 20%, rgba(255, 183, 112, 0.95) 0 5rem, transparent 5.1rem),
		radial-gradient(circle at 84% 58%, rgba(229, 82, 45, 0.82) 0 4.75rem, transparent 4.9rem),
		radial-gradient(circle at 94% 70%, rgba(246, 146, 65, 0.92) 0 6.5rem, transparent 6.65rem),
		linear-gradient(90deg, rgba(10, 39, 64, 1) 0%, rgba(15, 53, 84, 0.98) 39%, rgba(133, 25, 24, 0.95) 100%);
	}

.home .momentimrx-site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-bottom-color: rgba(255, 255, 255, 0.12);
	background: transparent;
	backdrop-filter: none;
	z-index: 55;
	}

.home .momentimrx-site-header .wp-block-site-title a,
.home .momentimrx-site-header .wp-block-navigation-item__content {
	color: #ffffff;
}

.home .momentimrx-header-cta .wp-block-button__link {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.22);
	}

.momentimrx-hero--homepage .momentimrx-eyebrow,
.momentimrx-hero--homepage h1,
.momentimrx-hero--homepage p {
	color: #ffffff;
}

.momentimrx-hero--homepage .momentimrx-eyebrow {
	margin-bottom: 1rem;
	color: rgba(255, 255, 255, 0.78);
}

.momentimrx-hero--homepage h1 {
	max-width: 10ch;
	margin: 0;
	font-size: clamp(3.5rem, 6vw, 5.5rem);
	font-weight: 700;
	line-height: 0.96;
	letter-spacing: -0.05em;
}

.momentimrx-hero__visual {
	position: relative;
	min-height: 28rem;
	}

.momentimrx-hero__orb,
.momentimrx-hero__card {
	position: absolute;
	}

.momentimrx-hero__orb--large {
	top: 0;
	right: 4rem;
	width: 8.5rem;
	height: 8.5rem;
	border-radius: 999px;
	background: linear-gradient(145deg, #ffcb9c, #ff8d39);
	box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.25);
}

.momentimrx-hero__orb--small {
	bottom: 2rem;
	right: 0;
	width: 7rem;
	height: 7rem;
	border-radius: 999px;
	background: linear-gradient(145deg, #f17a33, #b72e26);
	box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.25);
}

.momentimrx-hero__card {
	max-width: 15rem;
	padding: 1rem 1.1rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--momentimrx-brand-navy-deep);
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.25;
	box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2);
}

.momentimrx-hero__card--top {
	top: 4rem;
	right: 10rem;
}

.momentimrx-hero__card--bottom {
	bottom: 4rem;
	right: 8rem;
}

.momentimrx-feature-grid {
	padding: clamp(2rem, 4vw, 4rem);
	border: 1px solid rgba(18, 58, 90, 0.08);
	border-radius: 28px;
	background: #ffffff;
}

.momentimrx-feature-grid--soft {
	background: linear-gradient(180deg, #f7f0e8 0%, #ffffff 100%);
	border-color: rgba(206, 90, 39, 0.12);
}

.momentimrx-feature-grid--dark {
	background: linear-gradient(180deg, #2f2f2f 0%, #232323 100%);
	border-color: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

.momentimrx-feature-grid--dark h2,
.momentimrx-feature-grid--dark h3,
.momentimrx-feature-grid--dark p,
.momentimrx-feature-grid--dark a {
	color: #ffffff;
}

.momentimrx-feature-grid__header {
	max-width: 52rem;
	margin-bottom: 2rem;
}

.momentimrx-feature-grid__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.momentimrx-feature-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-height: 100%;
	padding: 1.5rem;
	border: 1px solid rgba(18, 58, 90, 0.08);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(8px);
}

.momentimrx-feature-grid--dark .momentimrx-feature-card {
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.06);
}

.momentimrx-feature-card h3 {
	margin: 0;
	font-size: 1.65rem;
	line-height: 1.05;
}

.momentimrx-feature-card p {
	margin: 0;
	color: var(--momentimrx-neutral-medium);
}

.momentimrx-feature-grid--dark .momentimrx-feature-card p {
	color: rgba(255, 255, 255, 0.78);
}

.momentimrx-feature-card__link,
.momentimrx-promo-panel__text-link {
	font-weight: 600;
}

.momentimrx-metrics-band {
	width: min(100%, 1440px);
	padding: clamp(2.5rem, 5vw, 4rem);
	background:
		linear-gradient(120deg, rgba(12, 39, 64, 0.98) 0%, rgba(18, 58, 90, 0.96) 35%, rgba(148, 29, 24, 0.95) 100%);
	color: #ffffff;
}

.momentimrx-metrics-band .momentimrx-eyebrow,
.momentimrx-metrics-band h2,
.momentimrx-metrics-band p {
	color: #ffffff;
}

.momentimrx-metrics-band__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.momentimrx-metric {
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.momentimrx-metric__value {
	display: block;
	font-size: clamp(2rem, 4vw, 3.35rem);
	font-weight: 700;
	line-height: 1;
}

.momentimrx-metric__label {
	display: block;
	margin-top: 0.5rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.95rem;
}

p.momentimrx-metric__value,
p.momentimrx-metric__label {
	margin-bottom: 0;
}

.momentimrx-quote-split {
	padding: clamp(2.5rem, 4vw, 4rem) 0;
	border-bottom: 1px solid rgba(18, 58, 90, 0.1);
}

.momentimrx-quote-split__visual {
	min-height: 28rem;
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(18, 58, 90, 0.12), rgba(18, 58, 90, 0.12)),
		linear-gradient(135deg, #d7c3b1, #f1e4d8);
	}

.momentimrx-quote-split__eyebrow {
	margin: 0 0 1.25rem;
	color: var(--momentimrx-neutral-medium);
	font-size: 1.1rem;
	font-weight: 600;
}

.momentimrx-quote-split__quote {
	margin: 0;
	padding: 0;
	border: 0;
	}

.momentimrx-quote-split__quote p {
	margin: 0 0 1rem;
	font-size: clamp(2rem, 4.5vw, 3.45rem);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: -0.045em;
	}

.momentimrx-quote-split__quote cite {
	color: var(--momentimrx-neutral-medium);
	font-style: normal;
	}

.momentimrx-audience {
	padding: clamp(2.5rem, 4vw, 4rem) 0;
}

.momentimrx-audience__grid {
	display: grid;
	gap: 1.25rem;
	margin-top: 1.5rem;
}

.momentimrx-audience-card {
	display: grid;
	grid-template-columns: minmax(14rem, 22rem) 1fr;
	gap: 1.5rem;
	padding: 1rem;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 0 0 1px rgba(18, 58, 90, 0.08);
}

.momentimrx-audience-card__media {
	min-height: 10rem;
	border-radius: 18px;
	background: linear-gradient(135deg, #dec6af, #c6946a);
	}

.momentimrx-audience-card__copy h3 {
	margin: 0 0 0.75rem;
	font-size: 1.85rem;
	}

.momentimrx-audience-card__copy p {
	margin: 0;
	max-width: 40rem;
	color: var(--momentimrx-neutral-medium);
	}

.momentimrx-link-cards {
	padding: clamp(2rem, 4vw, 3rem) 0 0;
}

.momentimrx-link-cards__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
	margin-top: 1.5rem;
}

.momentimrx-link-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1rem;
	min-height: 13rem;
	padding: 1.5rem;
	border-radius: 22px;
	color: #ffffff;
	text-decoration: none;
	}

.momentimrx-link-card__eyebrow {
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.84;
}

.momentimrx-link-card strong {
	font-size: 1.8rem;
	line-height: 1.05;
}

.momentimrx-link-card--blue {
	background: linear-gradient(135deg, #13507e, #5cb3d4);
}

.momentimrx-link-card--light {
	background: linear-gradient(135deg, #9ddcf1, #d7eef5);
	color: var(--momentimrx-brand-navy-deep);
}

.momentimrx-link-card--red {
	background: linear-gradient(135deg, #b8241f, #ef7b2d);
}

.wp-block-button.momentimrx-link-card {
	display: block;
	min-height: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.wp-block-button.momentimrx-link-card .wp-block-button__link {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	min-height: 13rem;
	padding: 1.5rem;
	border-radius: 22px;
	background: linear-gradient(135deg, #13507e, #5cb3d4);
	color: #ffffff;
	text-align: left;
	text-decoration: none;
}

.wp-block-button.momentimrx-link-card--light .wp-block-button__link {
	background: linear-gradient(135deg, #9ddcf1, #d7eef5);
	color: var(--momentimrx-brand-navy-deep);
}

.wp-block-button.momentimrx-link-card--red .wp-block-button__link {
	background: linear-gradient(135deg, #b8241f, #ef7b2d);
}

.momentimrx-cta-bar {
	padding: 2rem 0 0;
}

.momentimrx-cta-bar__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.25rem;
	padding: 1.75rem 2rem;
	border-radius: 28px 28px 0 0;
	background: linear-gradient(90deg, #d95d21, #ff861c);
	color: #ffffff;
}

.momentimrx-cta-bar__inner h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.75rem, 3vw, 2.4rem);
	}

.momentimrx-cta-bar__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.5rem;
	padding: 0 1.5rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.34);
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
}

.momentimrx-story {
	padding: clamp(1rem, 2vw, 2rem) 0;
}

.momentimrx-story--alt {
	padding: clamp(2rem, 4vw, 4rem);
	border-radius: 24px;
	background: #f8f4ef;
}

.momentimrx-promo-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
	gap: 2rem;
	align-items: center;
	padding: clamp(2rem, 4vw, 4rem);
	border-radius: 28px;
	margin-top: 1.5rem;
}

.momentimrx-promo-panel--dark {
	background: linear-gradient(135deg, #2c2c2c 0%, #ce5a27 100%);
	color: #ffffff;
}

.momentimrx-promo-panel--light {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.momentimrx-promo-panel--soft {
	background: linear-gradient(135deg, #fff7f1 0%, #f4d2c0 100%);
	color: var(--momentimrx-neutral-darkest);
}

.momentimrx-promo-panel--dark h2,
.momentimrx-promo-panel--dark p,
.momentimrx-promo-panel--dark .momentimrx-promo-panel__text-link {
	color: #ffffff;
}

.momentimrx-promo-panel__copy > * {
	margin-top: 0;
	margin-bottom: 1rem;
}

.momentimrx-promo-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	margin-top: 1.5rem;
}

.momentimrx-promo-panel__visual {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 16rem;
	padding: 1rem;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.08);
}

.momentimrx-promo-panel--soft .momentimrx-promo-panel__visual,
.momentimrx-promo-panel--light .momentimrx-promo-panel__visual {
	background: rgba(35, 35, 35, 0.04);
}

.momentimrx-promo-panel__visual img {
	display: block;
	max-width: 100%;
	border-radius: 16px;
	height: auto;
}

.momentimrx-promo-panel__placeholder {
	display: grid;
	gap: 0.85rem;
	width: 100%;
}

.momentimrx-promo-panel__placeholder span {
	display: block;
	height: 1.2rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.55);
}

.momentimrx-promo-panel__placeholder span:first-child {
	width: 48%;
	height: 5rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.18);
}

.momentimrx-status-shell {
	display: flex;
	justify-content: center;
}

.momentimrx-status-card {
	max-width: 52rem;
	padding: clamp(2rem, 5vw, 4rem);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 28px;
	background: linear-gradient(180deg, #ffffff 0%, #faf7f4 100%);
	text-align: center;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.06);
}

.momentimrx-status-card .wp-block-buttons {
	justify-content: center;
	margin-top: 1.5rem;
}

.momentimrx-status-shell--subscription {
	position: relative;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	max-width: none;
	min-height: calc(100vh - 5rem);
	padding: clamp(8.5rem, 10vw, 10.25rem) 1.5rem clamp(5rem, 7vw, 6rem);
	margin-inline: auto;
	overflow: hidden;
	transform: translateX(-50%);
	background: linear-gradient(0.97deg, #490000 9.25%, #750f06 46.46%, #d74c47 115.31%);
}

.momentimrx-status-shell--subscription::before {
	content: '';
	position: absolute;
	inset: 97px 45px 0;
	background-image: radial-gradient(circle, rgba(247, 251, 255, 0.35) 0 1.5px, transparent 1.6px);
	background-size: 68.5px 57.1px;
	opacity: 0.35;
	pointer-events: none;
}

.momentimrx-status-card--subscription {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	width: min(100%, var(--momentimrx-content-width));
	max-width: none;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #f7fbff;
}

.momentimrx-status-check-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 75px;
	height: 75px;
	margin: 0;
	padding-bottom: 2px;
	border: 3px solid #03f24a;
	border-radius: 999px;
	color: #03f24a;
	font-size: 58px;
	line-height: 1;
}

.momentimrx-status-card--subscription h1 {
	width: min(100%, 810px);
	margin: 0;
	color: #f7fbff;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: clamp(2.875rem, 5vw, 3.75rem);
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
}

.momentimrx-status-card--subscription > p:not(.momentimrx-status-check-icon) {
	width: min(100%, 640px);
	margin: 0;
	color: rgba(247, 247, 247, 0.8);
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}

.momentimrx-status-card--subscription .wp-block-buttons {
	margin-top: 0;
	gap: 24px;
}

.momentimrx-status-card--unsubscription-confirmation {
	gap: 24px;
}

.momentimrx-status-card--unsubscription-confirmation h1 {
	width: min(100%, 810px);
}

.momentimrx-status-card--unsubscription-confirmation .momentimrx-status-subtitle {
	width: min(100%, 690px);
	margin: 0;
	color: rgba(247, 247, 247, 0.8);
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}

.momentimrx-status-card--unsubscription-confirmation .momentimrx-status-supporting {
	width: min(100%, 742px);
	margin: 0;
	color: rgba(247, 247, 247, 0.8);
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}

.page-slug-unsubscription-confirmation .wp-block-button.momentimrx-status-contact-link .wp-block-button__link {
	text-decoration: none;
}

.momentimrx-status-shell--unsubscribe {
	padding-top: clamp(9.5rem, 11vw, 11rem);
}

.momentimrx-status-card--unsubscribe {
	gap: 28px;
}

.momentimrx-status-card--unsubscribe h1 {
	width: min(100%, 810px);
}

.momentimrx-status-card--unsubscribe > p:not(.momentimrx-status-check-icon) {
	width: min(100%, 520px);
	margin-bottom: 4px;
}

.momentimrx-unsubscribe-form {
	width: min(100%, 520px);
}

/* Keep unsubscribe intro copy and form on identical content width/alignment */
.page-slug-unsubscribe .momentimrx-status-card--unsubscribe > p:not(.momentimrx-status-check-icon),
.page-slug-unsubscribe .momentimrx-status-card--unsubscribe .momentimrx-unsubscribe-form {
	width: 100%;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

.momentimrx-unsubscribe-form__embed,
.momentimrx-unsubscribe-form__embed.mktoForm {
	width: 100% !important;
	max-width: 520px !important;
	margin: 0 !important;
	font-family: "Libre Franklin", var(--momentimrx-font-sans) !important;
}

.momentimrx-unsubscribe-form__embed .mktoForm .mktoFormRow {
	display: flex !important;
	gap: 8px !important;
	align-items: stretch !important;
	flex-wrap: nowrap !important;
	width: 100% !important;
	margin: 0 0 8px !important;
}

.momentimrx-unsubscribe-form__embed .mktoForm .mktoFormCol {
	float: none !important;
	flex: 1 1 0 !important;
	min-width: 0 !important;
	width: auto !important;
	margin: 0 !important;
}

.momentimrx-unsubscribe-form__embed .mktoForm .mktoFieldWrap,
.momentimrx-unsubscribe-form__embed .mktoForm .mktoGutter,
.momentimrx-unsubscribe-form__embed .mktoForm .mktoOffset {
	margin: 0 !important;
	padding: 0 !important;
}

.momentimrx-unsubscribe-form__embed .mktoForm .mktoOffset,
.momentimrx-unsubscribe-form__embed .mktoForm .mktoGutter,
.momentimrx-unsubscribe-form__embed .mktoForm .mktoClear {
	display: none !important;
}

.momentimrx-unsubscribe-form__embed .mktoForm .mktoLabel {
	display: none !important;
}

.momentimrx-unsubscribe-form__embed .mktoForm .mktoField,
.momentimrx-unsubscribe-form__embed .mktoForm select.mktoField,
.momentimrx-unsubscribe-form__embed .mktoForm textarea.mktoField {
	width: 100% !important;
	height: 40px !important;
	padding: 10px 12px !important;
	border: 1px solid rgba(247, 247, 247, 0.8) !important;
	border-radius: 4px !important;
	background: transparent !important;
	color: #f7fbff !important;
	box-sizing: border-box !important;
	font: inherit !important;
}

.momentimrx-unsubscribe-form__embed .mktoForm .mktoField::placeholder {
	color: rgba(247, 247, 247, 0.5) !important;
	opacity: 1 !important;
}

.momentimrx-unsubscribe-form__embed .mktoForm .mktoField:focus,
.momentimrx-unsubscribe-form__embed .mktoForm select.mktoField:focus,
.momentimrx-unsubscribe-form__embed .mktoForm textarea.mktoField:focus {
	border-color: #f7fbff !important;
	outline: none !important;
	box-shadow: 0 0 0 2px rgba(247, 251, 255, 0.2) !important;
}

.momentimrx-unsubscribe-form__embed .mktoForm .mktoButtonRow {
	display: flex !important;
	justify-content: flex-end !important;
	width: 100% !important;
	margin: 0 !important;
}

.momentimrx-unsubscribe-form__embed .mktoForm .mktoButtonWrap {
	display: inline-flex !important;
	margin-left: 0 !important;
	margin: 0 !important;
}

.momentimrx-unsubscribe-form__actions {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.momentimrx-unsubscribe-form__embed .mktoForm .mktoButton {
	min-width: 125px !important;
	height: 40px !important;
	padding: 9px 20px !important;
	border: 0 !important;
	border-radius: 6px !important;
	background: #f7fbff !important;
	background-image: none !important;
	color: #333333 !important;
	text-shadow: none !important;
	appearance: none !important;
	font: inherit !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	cursor: pointer !important;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease !important;
}

.momentimrx-unsubscribe-form__embed .mktoForm .mktoButton:hover,
.momentimrx-unsubscribe-form__embed .mktoForm .mktoButton:focus-visible,
.momentimrx-unsubscribe-form__embed.mktoForm .mktoButton:hover,
.momentimrx-unsubscribe-form__embed.mktoForm .mktoButton:focus-visible {
	background: #ac0d00 !important;
	color: #f7fbff !important;
}

.momentimrx-unsubscribe-form__embed .mktoForm .mktoButton:active,
.momentimrx-unsubscribe-form__embed.mktoForm .mktoButton:active {
	background: #944429 !important;
	color: #f7fbff !important;
	transform: translateY(1px);
}

@media (max-width: 782px) {
	.momentimrx-unsubscribe-form__embed .mktoForm .mktoFormRow {
		flex-wrap: wrap !important;
		gap: 18px !important;
		margin: 0 !important;
	}

	.momentimrx-unsubscribe-form__embed .mktoForm .mktoFormRow .mktoFormCol {
		flex: 1 1 100% !important;
	}

	.momentimrx-unsubscribe-form__embed .mktoForm .mktoButtonRow {
		justify-content: flex-start !important;
	}

	.momentimrx-unsubscribe-form__embed .mktoForm .mktoField,
	.momentimrx-unsubscribe-form__embed .mktoForm select.mktoField,
	.momentimrx-unsubscribe-form__embed .mktoForm textarea.mktoField {
		height: 33px !important;
		padding: 10px !important;
		border-radius: 3px !important;
	}

	.momentimrx-unsubscribe-form__embed .mktoForm .mktoButtonWrap {
		display: flex !important;
		width: 100% !important;
	}

	.momentimrx-unsubscribe-form__embed .mktoForm .mktoButton {
		width: 100% !important;
		min-width: 0 !important;
		height: 44px !important;
		padding: 10px 20px !important;
	}
}

.momentimrx-unsubscribe-form__back-home {
	margin: 0 auto;
}

.momentimrx-unsubscribe-form__back-home.momentimrx-mega-menu__learn {
	color: #f7fbff;
}

.momentimrx-unsubscribe-form__back-home.momentimrx-mega-menu__learn::before {
	border-color: #f7fbff;
}

.momentimrx-unsubscribe-form__back-home.momentimrx-mega-menu__learn::after {
	background: #f7fbff;
}

.momentimrx-unsubscribe-form__back-home.momentimrx-mega-menu__learn:hover::before,
.momentimrx-unsubscribe-form__back-home.momentimrx-mega-menu__learn:focus-visible::before,
.momentimrx-unsubscribe-form__back-home.momentimrx-mega-menu__learn:active::before {
	background-color: #f7fbff;
	border-color: #f7fbff;
}

.momentimrx-unsubscribe-form__back-home.momentimrx-mega-menu__learn:hover::after,
.momentimrx-unsubscribe-form__back-home.momentimrx-mega-menu__learn:focus-visible::after,
.momentimrx-unsubscribe-form__back-home.momentimrx-mega-menu__learn:active::after {
	background-color: #002542;
}

.momentimrx-unsubscribe-form__back-home.momentimrx-mega-menu__learn:hover,
.momentimrx-unsubscribe-form__back-home.momentimrx-mega-menu__learn:focus-visible {
	color: #f7fbff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='20' viewBox='0 0 32 20'%3E%3Crect width='32' height='20' rx='6' fill='%23F7FBFF'/%3E%3Cpath fill='%23750F06' fill-rule='evenodd' clip-rule='evenodd' d='M18.8865 9.35796L17.052 7.40116L17.656 6.75697L20.2916 9.56832L20.5935 9.89041L20.2916 10.2125L17.656 13.0239L17.052 12.3797L19.0308 10.269H12.3742V9.35796H18.8865Z'/%3E%3C/svg%3E");
}

.momentimrx-unsubscribe-form__back-home.momentimrx-mega-menu__learn:active {
	background-image: none;
	background-size: 0 0;
}

.wp-block-button.momentimrx-status-home-link .wp-block-button__link {
	min-height: 42px;
	padding: 10px 20px;
	border-radius: 6px;
	background: #f7fbff;
	color: #002542;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.wp-block-button.momentimrx-status-contact-link .wp-block-button__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 42px;
	padding: 12px 0;
	padding-right: 0;
	border-radius: 6px;
	border: 0;
	background: transparent;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 0 0;
	color: #f7fbff;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
	overflow: hidden;
	transition:
		color 0.2s ease,
		transform 0.1s ease;
}

.wp-block-button.momentimrx-status-contact-link .wp-block-button__link::before {
	content: '';
	display: block;
	width: 32px;
	height: 20px;
	box-sizing: border-box;
	border: 0.75px solid #f7fbff;
	border-radius: 6px;
	transition: opacity 0.2s ease;
}

.wp-block-button.momentimrx-status-contact-link .wp-block-button__link::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 11px;
	width: 10px;
	height: 8px;
	background: #f7fbff;
	-webkit-mask: url('../img/mega-menu-arrow.svg') center / contain no-repeat;
	mask: url('../img/mega-menu-arrow.svg') center / contain no-repeat;
	transform: translateY(-50%);
	transition: opacity 0.2s ease;
}

.wp-block-button.momentimrx-status-home-link .wp-block-button__link:hover,
.wp-block-button.momentimrx-status-home-link .wp-block-button__link:focus-visible {
	background: #ffffff;
	border-color: #ffffff;
	color: #002542;
}

.page-id-11 .wp-block-button.momentimrx-status-home-link .wp-block-button__link:hover,
.page-id-11 .wp-block-button.momentimrx-status-home-link .wp-block-button__link:focus-visible,
.page-id-9 .wp-block-button.momentimrx-status-home-link .wp-block-button__link:hover,
.page-id-9 .wp-block-button.momentimrx-status-home-link .wp-block-button__link:focus-visible {
	background: #ac0d00;
	border-color: #ac0d00;
	color: #f7fbff;
}

.page-id-11 .wp-block-button.momentimrx-status-home-link .wp-block-button__link:active,
.page-id-9 .wp-block-button.momentimrx-status-home-link .wp-block-button__link:active {
	background: #944429;
	border-color: #944429;
	color: #f7fbff;
	transform: translateY(1px);
}

.wp-block-button.momentimrx-status-contact-link .wp-block-button__link:hover,
.wp-block-button.momentimrx-status-contact-link .wp-block-button__link:focus-visible,
.wp-block-button.momentimrx-status-contact-link .wp-block-button__link:active {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	border-color: transparent;
	color: #f7fbff;
	text-decoration: none;
}

.wp-block-button.momentimrx-status-contact-link .wp-block-button__link:hover::before,
.wp-block-button.momentimrx-status-contact-link .wp-block-button__link:focus-visible::before,
.wp-block-button.momentimrx-status-contact-link .wp-block-button__link:active::before {
	background-color: #f7fbff;
	border-color: #f7fbff;
}

.wp-block-button.momentimrx-status-contact-link .wp-block-button__link:hover::after,
.wp-block-button.momentimrx-status-contact-link .wp-block-button__link:focus-visible::after,
.wp-block-button.momentimrx-status-contact-link .wp-block-button__link:active::after {
	background-color: #002542;
}

.wp-block-button.momentimrx-status-contact-link .wp-block-button__link:active {
	transform: translateY(1px);
}

.momentimrx-index-shell {
	width: 100%;
	max-width: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 0px;
	--momentimrx-search-content-width: 920px;
}

.momentimrx-search-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 270px;
	padding: 80px 64px;
	background:
		linear-gradient(188.52deg, rgba(117, 15, 6, 0) 3.57%, #750f06 84.49%),
		radial-gradient(65% 90% at 20% 20%, #d74c47 0%, rgba(215, 76, 71, 0) 70%),
		linear-gradient(145deg, #d13a2f 0%, #8f0e09 45%, #5c0000 100%);
	overflow: hidden;
}

.momentimrx-search-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(55% 70% at 70% 30%, rgba(255, 126, 70, 0.36) 0%, rgba(255, 126, 70, 0) 70%),
		linear-gradient(120deg, rgba(255, 255, 255, 0.06) 20%, rgba(255, 255, 255, 0) 52%);
	pointer-events: none;
}

.search .momentimrx-site-header,
.momentimrx-page-privacy-policy .momentimrx-site-header {
	border-bottom-color: rgba(255, 255, 255, 0.16);
	z-index: 55;
}

.search .momentimrx-site-header .wp-block-site-title a,
.search .momentimrx-site-header .wp-block-navigation-item__content,
.momentimrx-page-privacy-policy .momentimrx-site-header .wp-block-site-title a,
.momentimrx-page-privacy-policy .momentimrx-site-header .wp-block-navigation-item__content {
	color: #ffffff;
}

.search .momentimrx-header-cta .wp-block-button__link,
.momentimrx-page-privacy-policy .momentimrx-header-cta .wp-block-button__link {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.26);
}

.momentimrx-search-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: var(--momentimrx-content-width);
}

.momentimrx-search-hero h1 {
	margin: 0;
	color: #f7f7f7;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: clamp(2rem, 5.6vw, 5rem);
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.momentimrx-index-header {
	width: min(100%, var(--momentimrx-search-content-width));
	margin: 0 auto 24px;
	box-sizing: border-box;
}

.momentimrx-search-form .wp-block-search__inside-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px;
	border: 1px solid rgba(117, 15, 6, 0.22);
	border-radius: 12px;
	background: #fff6f5;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.momentimrx-search-form .wp-block-search__input {
	min-height: 46px;
	border: 1px solid rgba(117, 15, 6, 0.2);
	border-radius: 8px;
	background: #ffffff;
	color: #232323;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	padding: 0 14px;
	outline: none;
	box-shadow: none;
}

.momentimrx-search-form .wp-block-search__input::placeholder {
	color: #666666;
}

.momentimrx-search-form .wp-block-search__input:focus,
.momentimrx-search-form .wp-block-search__input:focus-visible {
	border-color: #ac0d00;
	box-shadow: 0 0 0 2px rgba(172, 13, 0, 0.16);
}

.momentimrx-search-form .wp-block-search__button {
	min-height: 46px;
	padding: 0 20px;
	border: 0;
	border-radius: 8px;
	background: linear-gradient(90deg, #750f06, #ac0d00);
	color: #ffffff;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 500;
}

.momentimrx-search-form .wp-block-search__button:hover,
.momentimrx-search-form .wp-block-search__button:focus-visible {
	background: linear-gradient(90deg, #490000, #750f06);
	color: #ffffff;
}

.momentimrx-index-results {
	width: min(100%, var(--momentimrx-search-content-width));
	margin: 0 auto;
	box-sizing: border-box;
}

.momentimrx-search-result-card {
	padding: 22px;
	border: 1px solid rgba(0, 37, 66, 0.12);
	border-radius: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #fff6f5 100%);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.05);
}

.momentimrx-search-result-card .wp-block-post-title {
	margin: 0;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: clamp(1.5rem, 2.8vw, 2rem);
	line-height: 1.15;
}

.momentimrx-search-result-card .wp-block-post-title a {
	color: #750f06;
	text-decoration: none;
}

.momentimrx-search-result-card .wp-block-post-title a:hover,
.momentimrx-search-result-card .wp-block-post-title a:focus-visible {
	color: #ac0d00;
}

.momentimrx-search-result-card .wp-block-post-excerpt {
	margin: 0;
	color: #4a5968;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	line-height: 1.5;
}

.search .wp-block-query-no-results {
	width: 100%;
	margin: 0;
	padding: 24px;
	border: 1px dashed rgba(117, 15, 6, 0.28);
	border-radius: 12px;
	background: #fff6f5;
	box-sizing: border-box;
}

.search .wp-block-query-no-results > * {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.search .wp-block-query-no-results p {
	margin: 0;
	color: #582200;
}

.momentimrx-policy-shell {
	--momentimrx-search-content-width: 920px;
}

.momentimrx-policy-card {
	width: min(100%, var(--momentimrx-search-content-width));
	margin: 1.5rem auto 0;
	padding: 28px;
	border: 1px solid rgba(0, 37, 66, 0.12);
	border-radius: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.05);
}

.momentimrx-policy-meta {
	margin: 0;
	color: #4a5968;
	font-size: 14px;
}

.momentimrx-policy-card .wp-block-heading {
	margin: 0 0 0.25rem;
	color: #750f06;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: clamp(1.375rem, 2.2vw, 1.75rem);
	font-weight: 600;
	line-height: 1.2;
}

.momentimrx-policy-card p {
	margin: 0;
	color: #4a5968;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	line-height: 1.55;
}

.momentimrx-policy-card .momentimrx-policy-linkline {
	margin-top: 0.35rem;
	margin-bottom: calc(0.9rem + 10px);
}

.momentimrx-policy-card p + .wp-block-heading {
	margin-top: 1.25rem;
}

.momentimrx-policy-card p + .wp-block-list,
.momentimrx-policy-card .wp-block-list + p,
.momentimrx-policy-card .wp-block-list + .wp-block-heading {
	margin-top: 0.65rem;
}

.momentimrx-policy-card .wp-block-list {
	margin: 0;
	padding-left: 1.35rem;
	color: #4a5968;
}

.momentimrx-policy-card .wp-block-list li {
	margin: 0.22rem 0;
}

.momentimrx-policy-card ol,
.momentimrx-policy-card ul,
.momentimrx-policy-card li {
	color: #4a5968;
}

.momentimrx-policy-card a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
	font-weight: inherit;
}

.momentimrx-policy-card a:hover,
.momentimrx-policy-card a:focus-visible {
	color: inherit;
}

.momentimrx-policy-card .momentimrx-policy-contact-intro {
	margin-bottom: calc(0.9rem + 10px);
}

/* Keep large OneTrust tables inside the policy card on smaller screens. */
.momentimrx-page-privacy-policy .otnotice {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.momentimrx-page-privacy-policy .otnotice table {
	width: 100% !important;
	max-width: none;
	border-collapse: collapse;
}

/* Terms page: add breathing room between numbered sections. */
.momentimrx-policy-card > ol > li {
	margin: 0 0 1.5rem !important;
	padding-bottom: 0.1rem;
}

.momentimrx-policy-card > ol > li:last-child {
	margin-bottom: 0 !important;
}

.momentimrx-policy-card > ol > li > .wp-block-heading {
	margin-top: 1rem;
}

.momentimrx-policy-card > ol > li:first-child > .wp-block-heading {
	margin-top: 0;
}

@media (max-width: 900px) {
	.momentimrx-page-privacy-policy .otnotice table {
		width: max-content !important;
		min-width: 100%;
	}
}

@media (max-width: 680px) {
	.momentimrx-search-hero {
		min-height: 300px;
		padding: 56px 24px;
	}

	.momentimrx-search-form .wp-block-search__inside-wrapper {
		flex-wrap: wrap;
	}

	.momentimrx-search-form .wp-block-search__input,
	.momentimrx-search-form .wp-block-search__button {
		width: 100%;
	}

	.momentimrx-search-result-card {
		padding: 18px;
	}
}

.page-slug-subscription-confirmation .wp-site-blocks,
.page-slug-unsubscribe .wp-site-blocks,
.page-slug-unsubscription-confirmation .wp-site-blocks {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.page-slug-subscription-confirmation .wp-site-blocks > main.wp-block-group,
.page-slug-unsubscribe .wp-site-blocks > main.wp-block-group,
.page-slug-unsubscription-confirmation .wp-site-blocks > main.wp-block-group {
	display: flex;
	flex: 1;
	min-height: 0;
}

.page-slug-subscription-confirmation .wp-site-blocks > main.wp-block-group .wp-block-post-content,
.page-slug-unsubscribe .wp-site-blocks > main.wp-block-group .wp-block-post-content,
.page-slug-unsubscription-confirmation .wp-site-blocks > main.wp-block-group .wp-block-post-content {
	display: flex;
	flex: 1;
}

.page-slug-subscription-confirmation .momentimrx-status-shell--subscription,
.page-slug-unsubscribe .momentimrx-status-shell--subscription,
.page-slug-unsubscription-confirmation .momentimrx-status-shell--subscription {
	flex: 1;
	min-height: 0;
	left: auto;
	width: 100%;
	transform: none;
	padding-top: clamp(3rem, 6vw, 5.5rem);
	padding-bottom: clamp(3rem, 6vw, 5.5rem);
}

.page-slug-unsubscribe .momentimrx-status-shell--unsubscribe,
.page-slug-unsubscription-confirmation .momentimrx-status-shell--unsubscription-confirmation {
	padding-top: clamp(3rem, 6vw, 5.5rem);
}

body.error404 .wp-site-blocks {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body.error404 .wp-site-blocks > main.wp-block-group {
	display: flex;
	flex: 1;
	min-height: 0;
}

body.error404 .wp-site-blocks > main.wp-block-group .wp-block-post-content {
	display: flex;
	flex: 1;
}

body.error404 .momentimrx-404-copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	width: min(100%, 810px);
}

body.error404 .momentimrx-404-title,
body.error404 .momentimrx-404-subtitle,
body.error404 .momentimrx-404-body {
	margin: 0;
	text-align: center;
}

body.error404 .momentimrx-404-title {
	width: min(100%, 810px);
}

body.error404 .momentimrx-404-title {
	color: #f7fbff;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: clamp(4.5rem, 18vw, 9.1875rem);
	font-weight: 400;
	line-height: 1;
}

body.error404 .momentimrx-404-subtitle {
	width: min(100%, 640px);
	color: #f7fbff;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: clamp(1.875rem, 4.2vw, 2.625rem);
	font-weight: 400;
	line-height: 1.2;
}

body.error404 .momentimrx-404-body {
	width: min(100%, 640px);
	color: rgba(247, 247, 247, 0.8);
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

body.error404 .momentimrx-status-card--unsubscribe .wp-block-buttons {
	margin-top: 0;
}

body.error404 .wp-block-button.momentimrx-status-home-link .wp-block-button__link:hover,
body.error404 .wp-block-button.momentimrx-status-home-link .wp-block-button__link:focus-visible {
	background: #ac0d00;
	border-color: #ac0d00;
	color: #f7fbff;
}

body.error404 .wp-block-button.momentimrx-status-home-link .wp-block-button__link:active {
	background: #944429;
	border-color: #944429;
	color: #f7fbff;
	transform: translateY(1px);
}

body.error404 .wp-block-button.momentimrx-status-home-link .wp-block-button__link {
	transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.1s ease;
}

@media (max-width: 960px) {
	.momentimrx-status-shell--subscription {
		/* min-height: auto; */
		padding: clamp(8rem, 20vw, 9.25rem) 1.5rem 4rem;
	}

	.momentimrx-status-shell--subscription::before {
		inset: 64px 0 0;
	}

	.momentimrx-status-card--subscription h1,
	.momentimrx-status-card--subscription > p:not(.momentimrx-status-check-icon) {
		width: 100%;
	}

	.momentimrx-unsubscribe-form {
		width: 100%;
	}

	.momentimrx-unsubscribe-form__row {
		flex-direction: column;
	}

	.momentimrx-unsubscribe-form__actions {
		justify-content: flex-start;
	}

	.momentimrx-unsubscribe-form__submit {
		width: 100%;
	}

	body.error404 .momentimrx-404-title {
		font-size: clamp(4rem, 22vw, 7.75rem);
	}

	body.error404 .momentimrx-404-subtitle {
		font-size: clamp(1.75rem, 8vw, 2.625rem);
	}

	body.error404 .momentimrx-404-copy,
	body.error404 .momentimrx-404-body {
		width: 100%;
	}

	body.error404 .momentimrx-404-subtitle {
		width: 100%;
	}

}

.momentimrx-form-shell {
	gap: 1.5rem;
}

.momentimrx-form-row {
	gap: 1rem;
	align-items: stretch;
}

.momentimrx-form-placeholder {
	margin: 0;
	padding: 1rem 1.25rem;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	background: #ffffff;
	color: var(--momentimrx-neutral-medium);
	text-align: left;
}

.momentimrx-mega-menu[hidden],
.momentimrx-modal[hidden],
.momentimrx-expert-form__success[hidden] {
	display: none !important;
}

/* ==========================================================================
   Custom Header and Navigation System
   ========================================================================== */
.momentimrx-site-header {
	padding: 0 !important;
	border-bottom: 0;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 55;
	--momentimrx-header-bg-rgb: 117, 15, 6;
	background: transparent;
	transition: box-shadow 0.2s ease;
}

.momentimrx-site-header.is-scrolled {
	box-shadow: 0 8px 26px rgba(16, 12, 10, 0.14);
}

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

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

.momentimrx-header-shell {
	position: relative;
	width: 100%;
	margin: 0;
	--momentimrx-header-gutter: max(1.5rem, calc((100vw - var(--momentimrx-content-width)) / 2));
	--momentimrx-header-main-gutter: max(1.5rem, calc((100vw - var(--momentimrx-content-width)) / 2));
	color: #ffffff;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
}

.momentimrx-header-utility {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	padding-inline: var(--momentimrx-header-gutter);
}

.momentimrx-header-utility {
	justify-content: flex-start;
	gap: 17px;
	height: 40px;
	background: #ffffff;
	color: #617687;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	white-space: nowrap;
	overflow-x: auto;
}

.momentimrx-header-utility a,
.momentimrx-header-nav a,
.momentimrx-nav-toggle {
	color: inherit;
	text-decoration: none;
}

.momentimrx-header-utility a:first-child {
	color: rgba(4, 58, 66, 0.8);
}

.momentimrx-header-utility > a {
	display: inline-flex;
	align-items: center;
}

.momentimrx-header-utility__swap-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	transition: color 0.22s ease;
	white-space: nowrap;
	line-height: 1.4;
}

.momentimrx-header-utility__swap-link > span {
	display: inline-flex;
	align-items: center;
	transition: opacity 0.22s ease;
}

.momentimrx-header-utility__swap-default {
	opacity: 1;
}

.momentimrx-header-utility__swap-hover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 18px;
	opacity: 0;
	pointer-events: none;
}

.momentimrx-header-utility__swap-link:hover .momentimrx-header-utility__swap-default,
.momentimrx-header-utility__swap-link:focus-visible .momentimrx-header-utility__swap-default {
	opacity: 0;
}

.momentimrx-header-utility__swap-link:hover .momentimrx-header-utility__swap-hover,
.momentimrx-header-utility__swap-link:focus-visible .momentimrx-header-utility__swap-hover {
	opacity: 1;
}

.momentimrx-header-utility a + a::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 18px;
	margin-right: 17px;
	background: #617687;
	vertical-align: -4px;
	opacity: 0.85;
}

.momentimrx-header-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	gap: 2rem;
	height: 78px;
	padding-inline: var(--momentimrx-header-main-gutter);
	background: transparent;
	color: rgba(247, 247, 247, 0.8);
	transition: background-color 0.2s ease, backdrop-filter 0.2s ease;
}

.momentimrx-site-header.is-scrolled .momentimrx-header-main {
	background: rgba(var(--momentimrx-header-bg-rgb), 0.9);
	backdrop-filter: blur(10px);
}

.momentimrx-header-main .momentimrx-brand {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex: 0 0 170px;
	width: 170px;
	height: 48.063px;
	padding: 0;
	color: #f7fbff;
	font-size: 0;
	overflow: visible;
	text-decoration: none;
}

.momentimrx-header-main .momentimrx-brand::after {
	content: '';
	position: absolute;
	top: 16.6px;
	right: 0;
	width: 0.89px;
	height: 21.361px;
	background: #f7fbff;
	opacity: 0.9;
}

.momentimrx-header-main .momentimrx-brand svg {
	position: absolute;
	top: -0.21px;
	left: 4px;
	display: block;
	width: 137px;
	height: 57.075px;
	overflow: visible;
}

.momentimrx-brand--footer {
	margin-bottom: 1rem;
	color: #ffffff;
}

.momentimrx-header-mobile-actions,
.momentimrx-mobile-search-panel,
.momentimrx-mobile-menu {
	display: none;
}

.momentimrx-header-mobile-search-toggle,
.momentimrx-header-mobile-menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 23px;
	height: 23px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #f7fbff;
	cursor: pointer;
}

.momentimrx-header-mobile-search-toggle::before {
	content: '';
	width: 21px;
	height: 21px;
	background: currentColor;
	-webkit-mask: url('../img/nav-search.svg') center / contain no-repeat;
	mask: url('../img/nav-search.svg') center / contain no-repeat;
	transform: scaleY(-1);
}

.momentimrx-header-mobile-menu-toggle::before {
	content: '';
	width: 23px;
	height: 16px;
	background:
		linear-gradient(currentColor, currentColor) left top / 23px 2px no-repeat,
		linear-gradient(currentColor, currentColor) left center / 23px 2px no-repeat,
		linear-gradient(currentColor, currentColor) left bottom / 23px 2px no-repeat;
}

.momentimrx-header-nav {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	gap: 42px;
	margin-left: 34px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.momentimrx-header-main > .momentimrx-header-nav {
	margin-left: 34px;
}

.momentimrx-nav-toggle {
	position: relative;
	padding: 3px 0;
	border: 0;
	background: transparent;
	font: inherit;
	cursor: pointer;
}

.momentimrx-header-nav > a:not(.momentimrx-header-cta),
.momentimrx-nav-toggle {
	position: relative;
	transition: color 0.18s ease;
}

.momentimrx-header-nav > a:not(.momentimrx-header-cta)::after,
.momentimrx-nav-toggle::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	height: 2px;
	background: #f7fbff;
	opacity: 0;
	transform: scaleX(0.7);
	transform-origin: left center;
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.momentimrx-header-nav > a:not(.momentimrx-header-cta):hover,
.momentimrx-header-nav > a:not(.momentimrx-header-cta):focus-visible,
.momentimrx-nav-toggle:hover,
.momentimrx-nav-toggle:focus-visible,
.momentimrx-nav-toggle[aria-expanded='true'] {
	color: #f7fbff;
}

.momentimrx-header-nav > a:not(.momentimrx-header-cta):hover::after,
.momentimrx-header-nav > a:not(.momentimrx-header-cta):focus-visible::after,
.momentimrx-nav-toggle:hover::after,
.momentimrx-nav-toggle:focus-visible::after,
.momentimrx-nav-toggle[aria-expanded='true']::after {
	opacity: 1;
	transform: scaleX(1);
}

.momentimrx-header-search-form {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
	width: 16px;
	height: 42px;
	margin-left: auto;
	transition: width 0.22s ease;
}

.momentimrx-header-search-form.is-open,
.momentimrx-header-search-form:focus-within {
	width: min(260px, 24vw);
}

.momentimrx-header-search-field {
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	width: 0;
	transform: translateY(-50%);
	opacity: 0;
	pointer-events: none;
	transition: width 0.22s ease, opacity 0.18s ease;
}

.momentimrx-header-search-form.is-open .momentimrx-header-search-field,
.momentimrx-header-search-form:focus-within .momentimrx-header-search-field {
	width: calc(100% - 38px);
	opacity: 1;
	pointer-events: auto;
}

.momentimrx-header-search-input {
	box-sizing: border-box;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	border: 1px solid rgba(247, 251, 255, 0.45);
	border-radius: 6px;
	background: rgba(247, 251, 255, 0.96);
	color: var(--momentimrx-neutral-darkest);
	font: inherit;
	line-height: 1.4;
	outline: none;
}

.momentimrx-header-search-input::placeholder {
	color: rgba(35, 35, 35, 0.55);
}

.momentimrx-header-search-input:focus {
	border-color: #f7fbff;
	box-shadow: 0 0 0 2px rgba(247, 251, 255, 0.24);
}

.momentimrx-header-search {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 16px;
	height: 16px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #f7fbff;
	cursor: pointer;
}

.momentimrx-header-search::before {
	content: '';
	width: 16px;
	height: 16px;
	background: currentColor;
	-webkit-mask: url('../img/nav-search.svg') center / contain no-repeat;
	mask: url('../img/nav-search.svg') center / contain no-repeat;
	transform: scaleY(-1);
}

@media (min-width: 961px) {
	.momentimrx-header-search-form.is-open,
	.momentimrx-header-search-form:focus-within {
		position: relative;
		width: 16px;
		height: 42px;
		z-index: 70;
	}

	.momentimrx-header-search-form.is-open .momentimrx-header-search-field,
	.momentimrx-header-search-form:focus-within .momentimrx-header-search-field {
		right: 30px;
		width: min(260px, 24vw);
	}
}

.momentimrx-header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: -12px;
	box-sizing: border-box;
	height: 42px;
	padding: 10px 20px;
	border-radius: 6px;
	background: #f7fbff;
	color: var(--momentimrx-neutral-darkest);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.1s ease;
}

.momentimrx-header-nav .momentimrx-header-cta {
	color: var(--momentimrx-neutral-darkest);
}

.momentimrx-header-cta:hover,
.momentimrx-header-cta:focus-visible {
	background: #ac0d00;
	color: #f7fbff;
}

.momentimrx-header-cta:active {
	background: #944429;
	color: #f7fbff;
	transform: translateY(1px);
}

.momentimrx-mega-menu {
	position: absolute;
	left: var(--momentimrx-header-gutter);
	top: 100%;
	width: min(1216px, var(--momentimrx-content-width), calc(100vw - (2 * var(--momentimrx-header-gutter))));
	height: 367px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, 347px) minmax(0, 1fr);
	padding: 0;
	border-radius: 6px;
	background: transparent;
	box-shadow: 0 24px 48px rgba(16, 12, 10, 0.18);
	color: var(--momentimrx-neutral-darkest);
	overflow: hidden;
	z-index: 30;
}

.momentimrx-mega-menu__feature {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	height: 367px;
	padding: 36px;
	border-radius: 6px 0 0 6px;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.02)),
		url('../img/mega-menu-company-bg.jpg') center 54% / cover no-repeat;
	color: #ffffff;
}

.momentimrx-mega-menu__feature h2 {
	width: 278px;
	max-width: 100%;
	margin: 0;
	color: #ffffff;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
}

.momentimrx-mega-menu__feature a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	box-sizing: border-box;
	min-height: 38px;
	padding: 8px 18px;
	border-radius: 6px;
	background: #f7fbff;
	color: var(--momentimrx-neutral-darkest);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.momentimrx-mega-menu__feature a:hover,
.momentimrx-mega-menu__feature a:focus-visible {
	background: #ac0d00;
	color: #f7fbff;
}

.momentimrx-mega-menu__feature a:active {
	background: #944429;
	color: #f7fbff;
	transform: translateY(1px);
}

.momentimrx-mega-menu__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 377px));
	gap: 24px 16px;
	align-content: center;
	box-sizing: border-box;
	padding: 38px 32px;
	border-radius: 0 6px 6px 0;
	background: #ffffff;
}

.momentimrx-mega-menu--solutions .momentimrx-mega-menu__links {
	align-content: start;
}

.momentimrx-mega-menu__links article {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 128px;
	max-width: 377px;
	gap: 12px;
}

.momentimrx-mega-menu__links h3 {
	margin: 0 0 8px;
	color: var(--momentimrx-neutral-darkest);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

.momentimrx-mega-menu__links p {
	max-width: 355px;
	margin: 0;
	color: var(--momentimrx-neutral-medium);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

.momentimrx-mega-menu__learn {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 26px;
	color: #ac0d00;
	padding-right: 0;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 0 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
	transition:
		color 0.2s ease,
		transform 0.2s ease;
}

.momentimrx-mega-menu__learn::before {
	content: '';
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 20px;
	border: 0.75px solid #ac0d00;
	border-radius: 6px;
	color: #ac0d00;
	line-height: 1;
	transition: opacity 0.2s ease;
}

.momentimrx-mega-menu__learn::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 11px;
	width: 10px;
	height: 8px;
	background: #ac0d00;
	-webkit-mask: url('../img/mega-menu-arrow.svg') center / contain no-repeat;
	mask: url('../img/mega-menu-arrow.svg') center / contain no-repeat;
	transform: translateY(-50%);
	transition: opacity 0.2s ease;
}

.momentimrx-mega-menu__learn:hover,
.momentimrx-mega-menu__learn:focus-visible {
	color: #750f06;
}

.momentimrx-mega-menu__learn:hover::before,
.momentimrx-mega-menu__learn:focus-visible::before {
	background-color: #ac0d00;
	border-color: #ac0d00;
}

.momentimrx-mega-menu__learn:hover::after,
.momentimrx-mega-menu__learn:focus-visible::after {
	background-color: #f7fbff;
}

.momentimrx-mega-menu__learn:active {
	background-size: 32px 20px;
	transform: translateY(1px);
}

.momentimrx-text-link,
.momentimrx-spotlight__card a {
	color: var(--momentimrx-brand-primary);
	font-weight: 600;
	text-decoration: none;
}

.home .momentimrx-site-header,
.page .momentimrx-site-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: transparent;
	color: #ffffff;
	z-index: 55;
}

.home .wp-site-blocks > header,
.page .wp-site-blocks > header {
	background: transparent;
}

.page:not(.home) .momentimrx-header-shell {
	color: #ffffff;
}

.momentimrx-hero,
.momentimrx-banner-hero,
.momentimrx-intro-split,
.momentimrx-spotlight,
.momentimrx-brand-tiles,
.momentimrx-feature-columns,
.momentimrx-benefit-tiles,
.momentimrx-company-cards,
.momentimrx-leadership,
.momentimrx-values,
.momentimrx-expert-section,
.momentimrx-cta-bar {
	width: min(100%, var(--momentimrx-content-width));
	margin-inline: auto;
}

.momentimrx-hero {
	padding-inline: clamp(1.5rem, 4vw, 3rem);
	padding-bottom: 5rem;
	border-radius: 0;
	margin-top: 0;
}

.momentimrx-hero p {
	max-width: 30rem;
	margin: 1rem 0 0;
	font-size: 1rem;
	line-height: 1.55;
}

.momentimrx-hero .wp-block-buttons {
	margin-top: 1.25rem;
}

.momentimrx-hero .wp-block-button__link {
	padding-inline: 1rem;
	padding-block: 0.7rem;
	border-radius: 0.25rem;
	background: #ffffff;
	color: var(--momentimrx-brand-ruby);
}

.momentimrx-hero--homepage {
	min-height: 680px;
	padding-top: 11rem;
	background:
		radial-gradient(circle at 76% 18%, rgba(255, 177, 123, 0.88) 0 2.8rem, transparent 2.9rem),
		linear-gradient(135deg, #8f150f 0%, #a61f18 34%, #81120f 68%, #9e2f1a 100%);
}

.momentimrx-hero--homepage h1 {
	max-width: 8ch;
	font-size: clamp(3.25rem, 5vw, 4.7rem);
	line-height: 0.96;
	letter-spacing: -0.05em;
}

.momentimrx-hero--product {
	position: relative;
	left: 50%;
	--momentimrx-shell-gutter: max(1.5rem, calc((100vw - var(--momentimrx-content-width)) / 2));
	width: 100vw;
	max-width: none;
	min-height: 777px;
	margin-inline: auto;
	padding: 0 !important;
	overflow: hidden;
	transform: translateX(-50%);
	background: linear-gradient(1.08deg, #490000 9.25%, #750f06 46.46%, #d74c47 115.31%);
	color: #ffffff;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
}

.momentimrx-hero--product::before {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(circle, rgba(247, 251, 255, 0.35) 0 1.5px, transparent 1.6px);
	background-size: 45.5px 53.8px;
	background-position: 0 97px;
	pointer-events: none;
	z-index: 0;
}

.momentimrx-hero--product h1,
.momentimrx-hero--product .momentimrx-eyebrow,
.momentimrx-hero--product p {
	color: #ffffff;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
}

.momentimrx-hero--product .wp-block-columns {
	position: relative;
	min-height: 777px;
	margin: 0;
	gap: 0;
	z-index: 1;
}

.momentimrx-hero--product .wp-block-column:first-child {
	position: absolute;
	top: 309px;
	left: var(--momentimrx-shell-gutter);
	width: 678px;
	max-width: calc(100vw - 4rem);
	flex-basis: auto !important;
	z-index: 2;
}

.momentimrx-hero--product .wp-block-column:last-child {
	position: static;
	flex-basis: auto !important;
}

.momentimrx-hero--product .momentimrx-eyebrow {
	margin: 0 0 24px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
}

.momentimrx-hero--product h1 {
	max-width: none;
	margin: 0;
	color: #ffffff;
	font-size: 80px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

.momentimrx-hero--product h1 sup {
	position: relative;
	top: -1em;
	font-size: 0.46em;
	line-height: 1;
	vertical-align: baseline;
	margin-left: 0.01em;
}

.momentimrx-hero--product .wp-block-buttons {
	margin-top: 24px;
}

.momentimrx-hero--velocity .momentimrx-eyebrow {
	max-width: 432px;
	margin: 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: none;
	color: #ffffff;
}

.momentimrx-hero--velocity h1 {
	max-width: 668px;
	margin: 0;
	font-size: 80px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

.momentimrx-hero--velocity p {
	max-width: 498px;
	margin: 0;
	color: rgba(247, 251, 255, 0.8);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.momentimrx-hero--velocity .wp-block-column:first-child {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.momentimrx-hero--velocity .wp-block-buttons {
	margin-top: 0;
}

.momentimrx-hero--product .wp-block-button__link {
	min-height: 30px;
	padding: 10px 20px;
	border-radius: 6px;
	background: #f7fbff;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.momentimrx-hero--product .wp-block-button__link:hover,
.momentimrx-hero--product .wp-block-button__link:focus-visible {
	background: #ac0d00;
	color: #f7fbff;
}

.momentimrx-hero--product .wp-block-button__link:active {
	background: #944429;
	color: #f7fbff;
	transform: translateY(1px);
}

.momentimrx-hero__visual--orbital,
.momentimrx-hero__visual--photo {
	min-height: 26rem;
}

.momentimrx-hero--product .momentimrx-hero__visual--photo {
	position: absolute;
	top: 176.77px;
	right: max(0px, calc((100vw - var(--momentimrx-frame-width)) / 2));
	width: min(636px, calc(100vw - max(0px, calc((100vw - var(--momentimrx-frame-width)) / 2)) - 1.5rem));
	height: calc(100% - 176.77px);
	min-height: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 6px;
	pointer-events: none;
	z-index: 1;
}

.momentimrx-hero--product .momentimrx-hero__visual--photo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: 0%;
}

.momentimrx-hero__panel,
.momentimrx-hero__photo-frame {
	position: absolute;
	right: 1rem;
	top: 4rem;
	width: min(100%, 20rem);
	height: 14rem;
	border-radius: 1.5rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04)),
		linear-gradient(135deg, #d9b798, #8c5e40 45%, #e8d9cc 100%);
	box-shadow: 0 30px 50px rgba(0, 0, 0, 0.18);
}

.momentimrx-hero__orb--portrait {
	top: 4.75rem;
	right: 15rem;
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #f1d6c0, #8a533e);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.momentimrx-hero__card {
	max-width: 14rem;
	padding: 0.95rem 1rem;
	border-radius: 999px;
	font-size: 0.85rem;
}

.momentimrx-hero__card--top {
	top: 5.5rem;
	right: 2rem;
	max-width: 12rem;
}

.momentimrx-hero__card--bottom {
	bottom: 1.5rem;
	left: 5rem;
	background: transparent;
	box-shadow: none;
	padding-left: 0;
	color: rgba(255, 255, 255, 0.85);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.momentimrx-hero__orb--large {
	right: 9rem;
	width: 4.5rem;
	height: 4.5rem;
	background: #f59b70;
	box-shadow: none;
}

.momentimrx-hero__orb--small {
	bottom: 3rem;
	right: -0.5rem;
	width: 5.75rem;
	height: 8rem;
	border-radius: 2.8rem 2.8rem 0 0;
	background: #cb351a;
	box-shadow: none;
}

.momentimrx-hero--homepage {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none;
	min-height: 732px;
	margin-inline: auto;
	padding: 0 !important;
	overflow: hidden;
	transform: translateX(-50%);
	background:
		linear-gradient(0.97deg, #490000 9.25%, #750f06 46.46%, #d74c47 115.31%);
	color: #f7fbff;
}

.momentimrx-hero--homepage::before {
	content: '';
	position: absolute;
	top: 58px;
	left: 0;
	width: 100%;
	height: 887px;
	background-image: radial-gradient(circle, rgba(247, 251, 255, 0.35) 0 1.5px, transparent 1.6px);
	background-size: 68.5px 57.1px;
	background-position: 0 0;
	pointer-events: none;
	z-index: 0;
}

.momentimrx-hero--homepage .wp-block-columns {
	position: relative;
	min-height: 732px;
	margin: 0;
	gap: 0;
	z-index: 1;
}

.momentimrx-hero--homepage .wp-block-column:first-child {
	position: absolute;
	top: 226px;
	left: max(1.5rem, calc((100vw - var(--momentimrx-content-width)) / 2));
	width: 498px;
	max-width: calc(100% - 256px);
	flex-basis: auto !important;
	z-index: 3;
}

.momentimrx-hero--homepage .wp-block-column:last-child {
	position: static;
	flex-basis: auto !important;
}

.momentimrx-hero--homepage .momentimrx-eyebrow {
	display: none;
}

.momentimrx-hero--homepage h1 {
	max-width: none;
	margin: 0;
	color: #f7fbff;
	font-size: 80px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

.momentimrx-hero--homepage h1 span {
	color: #ffbbaf;
}

.momentimrx-hero--homepage p {
	max-width: 498px;
	margin: 24px 0 0;
	color: rgba(247, 247, 247, 0.8);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.momentimrx-hero--homepage .wp-block-buttons {
	margin-top: 12px;
}

.momentimrx-hero--homepage .wp-block-button__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 44px;
	padding: 12px 0;
	padding-right: 0;
	border-radius: 6px;
	background: transparent;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 0 0;
	color: #f7fbff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
	overflow: hidden;
	transition:
		padding-right 0.2s ease,
		background-size 0.2s ease,
		color 0.2s ease,
		transform 0.1s ease;
}

.momentimrx-hero--homepage .wp-block-button__link::before {
	content: '';
	display: block;
	width: 32px;
	height: 20px;
	box-sizing: border-box;
	border: 0.75px solid #f7fbff;
	border-radius: 6px;
	transition: opacity 0.2s ease;
}

.momentimrx-hero--homepage .wp-block-button__link::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 11px;
	width: 10px;
	height: 8px;
	background: #f7fbff;
	-webkit-mask: url('../img/mega-menu-arrow.svg') center / contain no-repeat;
	mask: url('../img/mega-menu-arrow.svg') center / contain no-repeat;
	transform: translateY(-50%);
	transition: opacity 0.2s ease;
}

.momentimrx-hero--homepage .wp-block-button__link:hover,
.momentimrx-hero--homepage .wp-block-button__link:focus-visible,
.momentimrx-hero--homepage .wp-block-button__link:active {
	color: #f7fbff;
}

.momentimrx-hero--homepage .wp-block-button__link:hover::before,
.momentimrx-hero--homepage .wp-block-button__link:focus-visible::before,
.momentimrx-hero--homepage .wp-block-button__link:active::before {
	background-color: #f7fbff;
	border-color: #f7fbff;
}

.momentimrx-hero--homepage .wp-block-button__link:hover::after,
.momentimrx-hero--homepage .wp-block-button__link:focus-visible::after,
.momentimrx-hero--homepage .wp-block-button__link:active::after {
	background-color: #002542;
}

.momentimrx-hero--homepage .wp-block-button__link:active {
	transform: translateY(1px);
}

.momentimrx-hero--homepage .momentimrx-hero__visual--orbital {
	position: absolute;
	top: 0;
	right: 0;
	width: 1440px;
	height: 732px;
	min-height: 0;
	pointer-events: none;
	z-index: 2;
}

.momentimrx-hero__photo-pill,
.momentimrx-hero__circle,
.momentimrx-hero__arch,
.momentimrx-hero__circle-photo,
.momentimrx-hero__event-card,
.momentimrx-hero__slider-arrow {
	position: absolute;
	display: block;
}

.momentimrx-hero__photo-pill {
	width: 340px;
	height: 170px;
	border-radius: 100px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.momentimrx-hero__photo-pill--top {
	top: 146px;
	left: 1190px;
	background-image: url('../img/hero-pharmacist-desktop.jpg');
}

.momentimrx-hero__photo-pill--bottom {
	top: 534px;
	left: 802px;
	background-image: url('../img/hero-conference-wide.jpg');
}

.momentimrx-hero__circle--coral {
	top: 146px;
	left: 996px;
	width: 170px;
	height: 170px;
	border-radius: 999px;
	background: url('../img/hero-coral-circle.svg') center / cover no-repeat;
}

.momentimrx-hero__arch {
	top: 534px;
	left: 1166px;
	width: 170px;
	height: 340px;
	border-radius: 100px 100px 0 0;
	background: #ac0d00;
}

.momentimrx-hero__circle-photo {
	width: 170px;
	height: 170px;
	border-radius: 999px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.momentimrx-hero__circle-photo--pharmacists {
	top: 340px;
	left: 730px;
	background-image: url('../img/hero-pharmacists-circle.png');
}

.momentimrx-hero__circle-photo--woman {
	top: 534px;
	left: 1360px;
	background-image: url('../img/hero-woman-phone.png');
}

.momentimrx-hero__event-card {
	top: 340px;
	left: 924px;
	pointer-events: auto;
	box-sizing: border-box;
	width: 412px;
	height: 170px;
	padding: 35px 52px;
	border-radius: 100px;
	background: #f7fbff;
	color: #750f06;
}

.momentimrx-hero__event-card p {
	width: 379px;
	max-width: 100%;
	margin: 0;
	color: #750f06;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
}

.momentimrx-hero__event-card .momentimrx-text-link {
	margin-top: 13px;
}

.momentimrx-hero__slider-arrow {
	box-sizing: border-box;
	width: 32px;
	height: 20px;
	border: 0.75px solid #f7fbff;
	border-radius: 6px;
}

.momentimrx-hero__slider-arrow::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 10.25px;
	width: 10px;
	height: 8px;
	background: #f7fbff;
	-webkit-mask: url('../img/mega-menu-arrow.svg') center / contain no-repeat;
	mask: url('../img/mega-menu-arrow.svg') center / contain no-repeat;
	transform: translateY(-50%);
}

.momentimrx-hero__slider-arrow--prev {
	top: 401px;
	left: 1360px;
	transform: rotate(180deg);
}

.momentimrx-hero__slider-arrow--next {
	top: 429px;
	left: 1376px;
}

.momentimrx-page-nav {
	display: flex;
	flex-wrap: nowrap;
	gap: 1.5rem;
	padding: 1rem 0 0.25rem;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

nav.momentimrx-page-nav {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.momentimrx-hero--product + .momentimrx-page-nav,
.momentimrx-hero--homepage + .momentimrx-page-nav,
.momentimrx-banner-hero--company + .momentimrx-page-nav {
	position: relative;
	left: 50%;
	box-sizing: border-box;
	width: 100vw;
	max-width: none;
	min-height: 40px;
	margin: 0;
	padding: 8px max(1.5rem, calc((100vw - var(--momentimrx-content-width)) / 2));
	border: 0;
	background: #f7fbff;
	transform: translateX(-50%);
	z-index: 5;
}

.momentimrx-banner-hero--company + .momentimrx-page-nav {
	border-bottom: 0 !important;
	box-shadow: none;
	background-image: none;
}

.momentimrx-banner-hero--company + .momentimrx-page-nav::before,
.momentimrx-banner-hero--company + .momentimrx-page-nav::after {
	display: none;
}

.momentimrx-hero--product + .momentimrx-page-nav .wp-block-navigation__container,
.momentimrx-hero--homepage + .momentimrx-page-nav .wp-block-navigation__container,
.momentimrx-banner-hero--company + .momentimrx-page-nav .wp-block-navigation__container {
	gap: 0;
	align-items: center;
	flex-wrap: nowrap;
	width: max-content;
	min-width: 100%;
	box-sizing: border-box;
	padding-inline-end: 1rem;
}

.momentimrx-hero--product + .momentimrx-page-nav .wp-block-navigation-item,
.momentimrx-hero--homepage + .momentimrx-page-nav .wp-block-navigation-item,
.momentimrx-banner-hero--company + .momentimrx-page-nav .wp-block-navigation-item {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.momentimrx-hero--product + .momentimrx-page-nav .wp-block-navigation-item + .wp-block-navigation-item::before,
.momentimrx-hero--homepage + .momentimrx-page-nav .wp-block-navigation-item + .wp-block-navigation-item::before,
.momentimrx-banner-hero--company + .momentimrx-page-nav .wp-block-navigation-item + .wp-block-navigation-item::before {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	margin-inline: 16px;
	background: #d7dee4;
}

.momentimrx-hero--product + .momentimrx-page-nav a,
.momentimrx-hero--homepage + .momentimrx-page-nav a,
.momentimrx-banner-hero--company + .momentimrx-page-nav a {
	padding: 0;
	color: #617687;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: none;
	white-space: nowrap;
}

.momentimrx-hero--product + .momentimrx-page-nav a:hover {
	color: #750f06;
}

.momentimrx-hero--homepage + .momentimrx-page-nav a:hover {
	color: #750f06;
}

.momentimrx-banner-hero--company + .momentimrx-page-nav a:hover {
	color: #582200;
}

.momentimrx-page-nav a {
	padding-bottom: 0.8rem;
	color: var(--momentimrx-neutral-medium);
	text-decoration: none;
}

.momentimrx-page-nav .wp-block-navigation__container {
	gap: 1.5rem;
}

.momentimrx-hero--product + .momentimrx-page-nav .wp-block-navigation-item:has(> a[href="#standard-process"]),
.momentimrx-hero--product + .momentimrx-page-nav .wp-block-navigation-item:has(> a[href="#850-solution"]) {
	display: none;
}



.wp-block-navigation .wp-block-navigation-item:last-child .wp-block-navigation-item__label {
	padding-right: 1rem;
}

.momentimrx-intro-split,
.momentimrx-spotlight,
.momentimrx-feature-columns,
.momentimrx-benefit-tiles,
.momentimrx-company-cards,
.momentimrx-leadership,
.momentimrx-values,
.momentimrx-expert-section {
	padding: 2.5rem 0;
}

.momentimrx-intro-split__grid,
.momentimrx-leadership__grid,
.momentimrx-expert-form-shell,
.momentimrx-spotlight {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.95fr);
	gap: 2rem;
	align-items: start;
}

.momentimrx-intro-split h2,
.momentimrx-spotlight h3,
.momentimrx-feature-columns h2,
.momentimrx-benefit-tiles h2,
.momentimrx-values h2,
.momentimrx-leadership h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1.03;
	letter-spacing: -0.04em;
}

.momentimrx-intro-split--compact {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.momentimrx-intro-split--company-about {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none;
	padding: 64px 0 0;
	transform: translateX(-50%);
	background: #ffffff;
}

.momentimrx-intro-split--company-about .momentimrx-intro-split__grid {
	display: grid !important;
	box-sizing: border-box;
	width: min(100%, var(--momentimrx-content-width));
	margin: 0 auto;
	padding-inline: 0;
	grid-template-columns: minmax(0, 581px) minmax(0, 582px);
	justify-content: stretch;
	gap: 17px;
}

.momentimrx-intro-split--company-about .momentimrx-intro-split__title,
.momentimrx-intro-split--company-about .momentimrx-intro-split__copy {
	width: auto;
	max-width: none;
}

.momentimrx-intro-split--company-about h2 {
	color: #750f06;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 60px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

.momentimrx-intro-split--company-about .momentimrx-intro-split__copy p {
	margin: 0;
	color: #696969;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-intro-split--looprx-overview {
	padding: 96px 0;
	background: #ffffff;
}

.momentimrx-intro-split--looprx-overview .momentimrx-intro-split__grid {
	display: grid !important;
	grid-template-columns: minmax(0, 654px) minmax(0, 476px);
	justify-content: space-between;
	gap: 50px;
	width: min(100%, var(--momentimrx-content-width));
	margin: 0 auto;
	padding-inline: 0;
}

.momentimrx-intro-split--looprx-overview .momentimrx-intro-split__title,
.momentimrx-intro-split--looprx-overview .momentimrx-intro-split__copy {
	flex-basis: auto !important;
	flex-grow: 0;
	width: auto;
	max-width: none;
}

.momentimrx-intro-split--looprx-overview .momentimrx-intro-split__copy {
	align-self: start;
}

.momentimrx-intro-split--looprx-overview h2 {
	color: #750f06;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 60px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

.momentimrx-intro-split--looprx-overview .momentimrx-intro-split__copy p {
	margin: 0;
	color: #666666;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-text-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding-right: 0;
	color: #ac0d00;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 0 0;
	transition:
			color 0.2s ease;
}

.momentimrx-text-link::before {
	content: '';
	display: block;
	width: 32px;
	height: 20px;
	box-sizing: border-box;
	border: 0.75px solid #ac0d00;
	border-radius: 6px;
	transition: opacity 0.2s ease, background-color 0.2s ease;
}

.momentimrx-text-link::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 11px;
	width: 10px;
	height: 8px;
	background: #ac0d00;
	-webkit-mask: url('../img/mega-menu-arrow.svg') center / contain no-repeat;
	mask: url('../img/mega-menu-arrow.svg') center / contain no-repeat;
	transform: translateY(-50%);
	transition: opacity 0.2s ease, background-color 0.2s ease;
}

.momentimrx-text-link:hover,
.momentimrx-text-link:focus-visible {
	color: #ac0d00;
}

.momentimrx-text-link:hover::before,
.momentimrx-text-link:focus-visible::before {
	border-color: #ac0d00;
	background-color: #ac0d00;
}

.momentimrx-text-link:hover::after,
.momentimrx-text-link:focus-visible::after {
	background-color: #f7fbff;
}

.momentimrx-home-intro {
	display: grid;
	box-sizing: border-box;
	width: min(100%, var(--momentimrx-content-width));
	margin-inline: auto;
	padding: 66px 0 48px;
	background: #ffffff;
	grid-template-columns: minmax(0, 536px) minmax(0, 584px);
	gap: 60px;
	align-items: start;
	justify-content: center;
}

.momentimrx-home-intro__heading {
	max-width: 536px;
	margin: 0;
	color: #750f06;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 60px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

.momentimrx-home-intro__heading span {
	background: linear-gradient(92deg, #750f06 0%, #d66157 54%, #f0c8c2 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.momentimrx-home-intro__copy {
	max-width: 584px;
	margin: 0px 0 0 !important;
}

.momentimrx-home-intro__copy p:not(.momentimrx-text-link-wrapper) {
	margin: 0;
	color: #666666;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-home-intro__copy .momentimrx-text-link-wrapper {
	margin: 27px 0 0;
}

.momentimrx-home-intro .momentimrx-text-link::after,
.momentimrx-home-solution .momentimrx-text-link::after {
	-webkit-mask-image: url('../img/home-arrow-red.svg');
	mask-image: url('../img/home-arrow-red.svg');
}

.momentimrx-home-intro .momentimrx-text-link:hover::after,
.momentimrx-home-intro .momentimrx-text-link:focus-visible::after,
.momentimrx-home-solution .momentimrx-text-link:hover::after,
.momentimrx-home-solution .momentimrx-text-link:focus-visible::after {
	-webkit-mask-image: url('../img/home-arrow-white.svg');
	mask-image: url('../img/home-arrow-white.svg');
}

.momentimrx-home-solution {
	box-sizing: border-box;
	width: min(100%, var(--momentimrx-content-width));
	margin-inline: auto;
	padding: 48px 0 72px;
	background: #ffffff;
}

.momentimrx-home-solution__grid {
	display: grid !important;
	box-sizing: border-box;
	width: 100%;
	grid-template-columns: minmax(0, 783px) minmax(0, 378px);
	gap: 21px;
	align-items: stretch;
}

.momentimrx-home-solution__image {
	position: relative;
	width: 100%;
	height: 350px;
	margin: 0;
	overflow: hidden;
	border-radius: 6px;
}

.momentimrx-home-solution__image img,
.wp-block-image.momentimrx-home-solution__image img {
	position: absolute;
	top: -40.29%;
	left: -0.73%;
	width: 101.2%;
	height: 151.04%;
	max-width: none;
	object-fit: cover;
}

.momentimrx-home-solution__copy {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	min-height: 348px;
	padding: 12px 0;
}

.momentimrx-home-solution__copy h3 {
	margin: 0 0 16px;
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-home-solution__copy p:not(.momentimrx-text-link-wrapper) {
	margin: 0;
	color: #666666;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	flex-grow: 1;
}

.momentimrx-home-solution__copy .momentimrx-text-link-wrapper {
	margin: 0;
}

.momentimrx-home-value {
	box-sizing: border-box;
	width: min(100%, var(--momentimrx-content-width));
	margin-inline: auto;
	padding: 44px 0 80px;
	background: #ffffff;
}

.momentimrx-home-value__eyebrow {
	margin-top: 0;
	margin-bottom: 4px;
	color: #ac0d00;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-home-value h2 {
	box-sizing: border-box;
	max-width: 829px;
	margin-top: 0;
	margin-bottom: 8px;
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
}

.momentimrx-home-value__body {
	box-sizing: border-box;
	max-width: 725px;
	margin-top: 0;
	margin-bottom: 34px;
	color: #666666;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-home-value__cards {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
}

.wp-block-button.momentimrx-home-value-card {
	display: block;
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.wp-block-button.momentimrx-home-value-card .wp-block-button__link {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	box-sizing: border-box;
	width: 100%;
	min-height: 210px;
	gap: 8px;
	padding: 24px 18px;
	overflow: hidden;
	border-radius: 6px;
	background: #d84c1b;
	color: #f7fbff;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	text-align: left;
	text-decoration: none;
}

.wp-block-button.momentimrx-home-value-card .wp-block-button__link::before {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--momentimrx-home-card-image) var(--momentimrx-home-card-position, center) / var(--momentimrx-home-card-size, cover) no-repeat;
	transform: translate(
		var(--momentimrx-home-card-shift-x, 0),
		var(--momentimrx-home-card-shift-y, 0)
	);
	transition: transform 0.2s ease;
	z-index: 0;
}

.wp-block-button.momentimrx-home-value-card .wp-block-button__link:hover::before,
.wp-block-button.momentimrx-home-value-card .wp-block-button__link:focus-visible::before {
	transform: translate(
			var(--momentimrx-home-card-shift-x, 0),
			var(--momentimrx-home-card-shift-y, 0)
		)
		scale(1.035);
}

.momentimrx-home-value-card--supplylogix .wp-block-button__link {
	--momentimrx-home-card-image: url('../img/home-cta-supplylogix.jpg');
}

.momentimrx-home-value-card--mps .wp-block-button__link {
	--momentimrx-home-card-image: url('../img/home-cta-mps.jpg');
}

.momentimrx-home-value-card--macro .wp-block-button__link {
	--momentimrx-home-card-image: url('../img/home-cta-macro-overlay.png');
	--momentimrx-home-card-size: 200% 200%;
	/* --momentimrx-home-card-shift-x: 64px;
	--momentimrx-home-card-shift-y: 18px; */
	min-height: 250px;
	color: #232323;
}

.momentimrx-home-value-card--macro strong {
	color: #232323 !important;
}

.wp-block-button.momentimrx-home-value-card strong,
.wp-block-button.momentimrx-home-value-card span {
	position: relative;
	z-index: 1;
}

.wp-block-button.momentimrx-home-value-card strong {
	color: inherit;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
}

.wp-block-button.momentimrx-home-value-card span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	box-sizing: border-box;
	min-height: 42px;
	padding: 10px 20px;
	border-radius: 6px;
	background: #f7fbff;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.wp-block-button.momentimrx-home-value-card span::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: currentColor;
	-webkit-mask: url('../img/icon-external-dark.svg') center / 12px 12px no-repeat;
	mask: url('../img/icon-external-dark.svg') center / 12px 12px no-repeat;
}

.momentimrx-intro-split__copy p,
.momentimrx-spotlight__card p,
.momentimrx-company-card p,
.momentimrx-value-item p,
.momentimrx-feature-column p,
.momentimrx-benefit-tile p,
.momentimrx-leadership__copy p,
.momentimrx-expert-form__intro h2 {
	color: var(--momentimrx-neutral-medium);
}

.momentimrx-spotlight__media {
	min-height: 18rem;
	border-radius: 0.25rem;
	background: linear-gradient(135deg, #d7c1b0, #8d6653 50%, #ebe0d6);
}

.momentimrx-spotlight__media--pharmacy {
	background: linear-gradient(135deg, #c2d0db, #7d8f9d 45%, #e6ddd3);
}

.momentimrx-spotlight__card {
	padding-top: 0.25rem;
}

.momentimrx-spotlight__eyebrow {
	margin: 0 0 0.75rem;
	color: var(--momentimrx-neutral-medium);
	font-size: 0.85rem;
}

.momentimrx-brand-tiles__grid,
.momentimrx-feature-columns__grid,
.momentimrx-benefit-tiles__grid,
.momentimrx-company-cards,
.momentimrx-values__grid,
.momentimrx-footer-links {
	display: grid;
	gap: 1rem;
}

.momentimrx-brand-tiles__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.momentimrx-brand-tiles__grid.wp-block-buttons {
	align-items: stretch;
}

.momentimrx-brand-tile {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 5.5rem;
	padding: 1rem;
	color: #ffffff;
	text-decoration: none;
	border-radius: 0.15rem;
	background: #cb5f2a;
}

.momentimrx-brand-tile--blue {
	background: #4376d4;
}

.momentimrx-brand-tile--sky {
	background: #8fcfe2;
	color: var(--momentimrx-brand-navy-deep);
}

.momentimrx-brand-tile strong {
	font-size: 1rem;
}

.momentimrx-brand-tile span {
	margin-top: 0.25rem;
	font-size: 0.78rem;
}

.wp-block-button.momentimrx-brand-tile {
	display: block;
	min-height: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.wp-block-button.momentimrx-brand-tile .wp-block-button__link {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	box-sizing: border-box;
	width: 100%;
	min-height: 5.5rem;
	padding: 1rem;
	border-radius: 0.15rem;
	background: #cb5f2a;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
}

.wp-block-button.momentimrx-brand-tile--blue .wp-block-button__link {
	background: #4376d4;
}

.wp-block-button.momentimrx-brand-tile--sky .wp-block-button__link {
	background: #8fcfe2;
	color: var(--momentimrx-brand-navy-deep);
}

.momentimrx-feature-columns__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.75rem;
}

.momentimrx-feature-columns--looprx {
	padding: 0 0 96px;
	background: #ffffff;
}

.momentimrx-feature-columns--looprx h2 {
	margin: 0;
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
}

.momentimrx-feature-columns--looprx .momentimrx-feature-columns__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 120px;
	margin-top: 40px;
}

.momentimrx-feature-columns--looprx .momentimrx-feature-column {
	padding: 0;
	border-top: 0;
}

.momentimrx-feature-columns--looprx .momentimrx-feature-column::before {
	width: 24px;
	height: 24px;
	margin-bottom: 12px;
	border-radius: 0;
	background: var(--momentimrx-feature-icon) center / var(--momentimrx-feature-icon-size, 19.5px 19.5px) no-repeat;
}

.momentimrx-feature-columns--looprx .momentimrx-feature-column:nth-child(1) {
	--momentimrx-feature-icon: url('../img/icon-repeat-looprx.svg');
}

.momentimrx-feature-columns--looprx .momentimrx-feature-column:nth-child(2) {
	--momentimrx-feature-icon: url('../img/icon-union-looprx.svg');
}

.momentimrx-feature-columns--looprx .momentimrx-feature-column:nth-child(3) {
	--momentimrx-feature-icon: url('../img/icon-eye-looprx.svg');
	--momentimrx-feature-icon-size: 21.5px 15.5px;
}

.momentimrx-feature-columns--looprx .momentimrx-feature-column h3 {
	margin: 0 0 4px;
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-feature-columns--looprx .momentimrx-feature-column p {
	margin: 0;
	color: #666666;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-feature-column,
.momentimrx-benefit-tile,
.momentimrx-company-card,
.momentimrx-value-item {
	padding: 1rem 0;
	border-top: 1px solid rgba(18, 58, 90, 0.12);
}

.momentimrx-feature-column::before {
	content: '';
	display: inline-block;
	width: 0.65rem;
	height: 0.65rem;
	margin-bottom: 0.85rem;
	border-radius: 999px;
	background: var(--momentimrx-neutral-darkest);
}

.momentimrx-feature-column__icon {
	display: inline-block;
	width: 0.65rem;
	height: 0.65rem;
	margin-bottom: 0.85rem;
	border-radius: 999px;
	background: var(--momentimrx-neutral-darkest);
}

.momentimrx-feature-column h3,
.momentimrx-benefit-tile h3,
.momentimrx-company-card h3,
.momentimrx-value-item h3 {
	margin: 0 0 0.5rem;
	font-size: 1rem;
}

.momentimrx-benefit-tiles__grid,
.momentimrx-values__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 1.5rem;
	margin-top: 1.5rem;
}

.momentimrx-benefit-tiles--looprx {
	padding: 0 0 96px;
	background: #ffffff;
}

.momentimrx-benefit-tiles--looprx h2 {
	margin: 0;
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
}

.momentimrx-benefit-tiles--looprx .momentimrx-benefit-tiles__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin-top: 16px;
}

.momentimrx-benefit-tiles--looprx .momentimrx-benefit-tile {
	min-height: 148px;
	padding: 24px;
	border: 1px solid #cccccc;
	border-radius: 6px;
	background: #ffffff;
}

.momentimrx-benefit-tiles--looprx .momentimrx-benefit-tile h3 {
	margin: 0 0 12px;
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-benefit-tiles--looprx .momentimrx-benefit-tile p {
	margin: 0;
	color: #666666;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-velocity-overview {
	padding: 96px 0;
	background: #ffffff;
}

.momentimrx-velocity-overview__grid {
	display: grid !important;
	grid-template-columns: minmax(0, 654px) minmax(0, 476px);
	justify-content: space-between;
	gap: 50px;
	width: min(100%, var(--momentimrx-content-width));
	margin: 0 auto;
	padding-inline: 0;
}

.momentimrx-velocity-overview__title,
.momentimrx-velocity-overview__copy {
	flex-basis: auto !important;
	flex-grow: 0;
	width: auto;
	max-width: none;
}

.momentimrx-velocity-overview__title h2 {
	color: #750f06;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 60px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
	margin: 0;
}

.momentimrx-velocity-overview__copy {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.momentimrx-velocity-overview__text {
	margin: 0;
	color: #666666;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-velocity-highlight {
	box-sizing: border-box;
	width: min(100%, var(--momentimrx-content-width));
	margin-inline: auto;
	padding: 0 0 80px;
	background: #ffffff;
}

.momentimrx-velocity-highlight__header {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 478px);
	gap: 24px;
	align-items: start;
}

.momentimrx-velocity-highlight__header h2 {
	margin: 0;
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
}

.momentimrx-velocity-highlight__body {
	margin: 0;
	color: #666666;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-velocity-highlight__subheader,
.momentimrx-velocity-audience__subheader {
	display: flex !important;
	align-items: center;
	gap: 16px;
	margin-top: 36px;
}

.momentimrx-velocity-highlight__label,
.momentimrx-velocity-audience__label {
	margin: 0;
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	white-space: nowrap;
}

.momentimrx-velocity-highlight__rule,
.momentimrx-velocity-audience__rule {
	flex: 1 1 auto;
	height: 1px;
	background: #d7dee4;
}

.momentimrx-velocity-highlight__grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 8px;
}

.momentimrx-velocity-highlight__card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 184px;
	padding: 20px;
	border: 1px solid #cccccc;
	border-radius: 12px;
	background: #ffffff;
}

.momentimrx-velocity-highlight__icon {
	width: 36px;
	height: 36px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.momentimrx-velocity-highlight__card:nth-child(1) .momentimrx-velocity-highlight__icon {
	background-image: url('../img/icon-velocity-why-scatter.svg');
}

.momentimrx-velocity-highlight__card:nth-child(2) .momentimrx-velocity-highlight__icon {
	background-image: url('../img/icon-velocity-why-trending-down.svg');
	height: 20px;
	width: 32px;
	margin: 8px 0px;
}

.momentimrx-velocity-highlight__card:nth-child(3) .momentimrx-velocity-highlight__icon {
	background-image: url('../img/icon-velocity-why-search-waves.svg');
	height: 38px;
	width: 38px;
}

.momentimrx-velocity-highlight__card:nth-child(4) .momentimrx-velocity-highlight__icon {
	background-image: url('../img/icon-velocity-why-chart-line.svg');
	height: 36px;
	width: 36px;
}

.momentimrx-velocity-highlight__card-text {
	margin: 0;
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-feature-columns--velocity-capabilities {
	box-sizing: border-box;
	width: min(100%, var(--momentimrx-content-width));
	margin-inline: auto;
	padding: 0 0 96px;
	background: #ffffff;
}

.momentimrx-feature-columns--velocity-capabilities h2 {
	margin: 0;
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
}

.momentimrx-feature-columns--velocity-capabilities .momentimrx-feature-columns__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
	margin-top: 40px;
}

.momentimrx-feature-columns--velocity-capabilities .momentimrx-feature-column {
	padding: 0;
	border-top: 0;
}

.momentimrx-feature-columns--velocity-capabilities .momentimrx-feature-column::before {
	width: 24px;
	height: 24px;
	margin-bottom: 12px;
	border-radius: 0;
	background: var(--momentimrx-velocity-cap-icon) center / var(--momentimrx-velocity-cap-icon-width, 24px) var(--momentimrx-velocity-cap-icon-height, 24px) no-repeat;
}

.momentimrx-feature-columns--velocity-capabilities .momentimrx-feature-column:nth-child(1) {
	--momentimrx-velocity-cap-icon: url('../img/icon-velocity-cap-performance.svg');
	--momentimrx-velocity-cap-icon-width: 17.5px;
	--momentimrx-velocity-cap-icon-height: 19.5px;
}

.momentimrx-feature-columns--velocity-capabilities .momentimrx-feature-column:nth-child(2) {
	--momentimrx-velocity-cap-icon: url('../img/icon-velocity-cap-financial.svg');
	--momentimrx-velocity-cap-icon-width: 18.5px;
	--momentimrx-velocity-cap-icon-height: 20.5px;
}

.momentimrx-feature-columns--velocity-capabilities .momentimrx-feature-column:nth-child(3) {
	--momentimrx-velocity-cap-icon: url('../img/icon-velocity-cap-trend.svg');
	--momentimrx-velocity-cap-icon-width: 17.5px;
	--momentimrx-velocity-cap-icon-height: 11.5px;
}

.momentimrx-feature-columns--velocity-capabilities .momentimrx-feature-column:nth-child(4) {
	--momentimrx-velocity-cap-icon: url('../img/icon-velocity-cap-drug.svg');
	--momentimrx-velocity-cap-icon-width: 14px;
	--momentimrx-velocity-cap-icon-height: 20px;
}

.momentimrx-feature-columns--velocity-capabilities .momentimrx-feature-column:nth-child(5) {
	--momentimrx-velocity-cap-icon: url('../img/icon-velocity-cap-referral.svg');
	--momentimrx-velocity-cap-icon-width: 16.5px;
	--momentimrx-velocity-cap-icon-height: 17.6044px;
}

.momentimrx-feature-columns--velocity-capabilities .momentimrx-feature-column:nth-child(6) {
	--momentimrx-velocity-cap-icon: url('../img/icon-velocity-cap-site.svg');
	--momentimrx-velocity-cap-icon-width: 21px;
	--momentimrx-velocity-cap-icon-height: 21.5px;
}

.momentimrx-feature-columns--velocity-capabilities .momentimrx-feature-column:nth-child(7) {
	--momentimrx-velocity-cap-icon: url('../img/icon-velocity-cap-clinic.svg');
	--momentimrx-velocity-cap-icon-width: 20.5px;
	--momentimrx-velocity-cap-icon-height: 20.5px;
}

.momentimrx-feature-columns--velocity-capabilities .momentimrx-feature-column:nth-child(8) {
	--momentimrx-velocity-cap-icon: url('../img/icon-velocity-cap-payer.svg');
	--momentimrx-velocity-cap-icon-width: 19.5px;
	--momentimrx-velocity-cap-icon-height: 15.5px;
}

.momentimrx-feature-columns--velocity-capabilities .momentimrx-feature-column h3 {
	margin: 0 0 8px;
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-feature-columns--velocity-capabilities .momentimrx-feature-column p {
	margin: 0;
	color: #666666;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-velocity-enablement {
	box-sizing: border-box;
	width: min(100%, 1180px);
	margin-inline: auto;
	padding: 0 0 96px;
	background: #ffffff;
}

.momentimrx-velocity-enablement__inner {
	position: relative;
	display: grid !important;
	grid-template-columns: minmax(0, 518px) minmax(0, 483px);
	gap: 40px;
	align-items: start;
	min-height: 326px;
	padding: 64px 40px 64px 88px;
	border-radius: 6px;
	background: #f7f7f7 url('../img/velocity-enablement-accent.png') center / cover no-repeat;
	overflow: hidden;
}

.momentimrx-velocity-enablement__inner::before {
	content: none;
}

.momentimrx-velocity-enablement__title-wrap h2 {
	margin: 0;
	max-width: 518px;
	color: #750f06;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
}

.momentimrx-velocity-enablement__copy {
	display: flex;
	flex-direction: column;
	gap: 18px;
	max-width: 483px;
}

.momentimrx-velocity-enablement__text {
	margin: 0;
	color: #666666;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-velocity-audience {
	box-sizing: border-box;
	width: min(100%, var(--momentimrx-content-width));
	margin-inline: auto;
	padding: 0 0 80px;
	background: #ffffff;
}

.momentimrx-velocity-audience h2 {
	margin: 0;
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
}

.momentimrx-velocity-audience__grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin-top: 16px;
}

.momentimrx-velocity-audience__card {
	display: flex;
	align-items: center;
	min-height: 92px;
	padding: 24px;
	border: 1px solid #cccccc;
	border-radius: 6px;
	background: #ffffff;
}

.momentimrx-velocity-audience__card-text {
	margin: 0;
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-cta-bar--velocity-final {
	padding: 0;
}

.momentimrx-cta-bar--velocity-final .momentimrx-cta-bar__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	gap: 24px;
	min-height: 497px;
	padding: 0 24px;
	overflow: hidden;
	border-radius: 6px;
	background: #bd332c;
	color: #ffffff;
	text-align: center;
}

.momentimrx-cta-bar--velocity-final .momentimrx-cta-bar__inner::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(90deg, rgba(117, 15, 6, 0.2) 0 1px, transparent 1px 48px),
		linear-gradient(90deg, rgba(155, 31, 26, 0.88) 0%, rgba(207, 61, 51, 0.72) 48%, rgba(132, 24, 21, 0.9) 100%),
		radial-gradient(circle at 50% 42%, rgba(255, 121, 100, 0.22), transparent 42%),
		linear-gradient(180deg, rgba(117, 15, 6, 0.18), rgba(117, 15, 6, 0.28));
	pointer-events: none;
}

.momentimrx-cta-bar--velocity-final .momentimrx-cta-bar__copy,
.momentimrx-cta-bar--velocity-final .momentimrx-cta-bar__inner > .wp-block-buttons {
	position: relative;
	z-index: 1;
}

.momentimrx-cta-bar--velocity-final .momentimrx-cta-bar__copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	max-width: 582px;
}

.momentimrx-cta-bar--velocity-final .momentimrx-cta-bar__copy h2 {
	margin: 0;
	color: #ffffff;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 60px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
	text-align: center;
}

.momentimrx-cta-bar--velocity-final .momentimrx-cta-bar__copy p {
	max-width: 560px;
	margin: 0;
	color: #ffffff;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: center;
}

.momentimrx-cta-bar--velocity-final .wp-block-button.momentimrx-cta-bar__button .wp-block-button__link {
	min-height: 42px;
	padding: 10px 20px;
	border-radius: 6px;
	background: #f7fbff;
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-velocity-disclaimer {
	box-sizing: border-box;
	width: min(100%, var(--momentimrx-content-width));
	margin-inline: auto;
	padding: 48px 0;
	background: #ffffff;
}

.momentimrx-velocity-disclaimer__text {
	width: min(100%, 782px);
	margin: 0 auto;
	color: #666666;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: center;
}

.momentimrx-company-cards {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	padding-top: 96px;
	padding-bottom: 96px;
}

.momentimrx-company-card,
.momentimrx-leadership__portrait {
	padding: 24px;
	background: #ffffff;
	box-shadow: none;
}

.momentimrx-company-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
	border-top: 0;
	border: 1px solid #cccccc;
	border-radius: 12px;
}

.momentimrx-company-card::before {
	content: '';
	display: block;
	width: 40px;
	height: 28px;
	margin-bottom: 0;
	background: no-repeat center / 40px 28px;
}

.momentimrx-company-card:first-child::before {
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	margin-bottom: 0;
	background: no-repeat center / 36px 36px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='24' r='13' fill='none' stroke='%23cf2a1b' stroke-width='1.8'/%3E%3Ccircle cx='24' cy='24' r='8' fill='none' stroke='%23cf2a1b' stroke-width='1.8'/%3E%3Ccircle cx='24' cy='24' r='2.6' fill='%23cf2a1b'/%3E%3C/svg%3E");
}

.momentimrx-company-card:last-child::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M7.5 24c4.2-6.5 9.9-9.7 16.5-9.7s12.3 3.2 16.5 9.7c-4.2 6.5-9.9 9.7-16.5 9.7S11.7 30.5 7.5 24z' fill='none' stroke='%23cf2a1b' stroke-width='1.8'/%3E%3Ccircle cx='24' cy='24' r='3.8' fill='none' stroke='%23cf2a1b' stroke-width='1.8'/%3E%3C/svg%3E");
}

.momentimrx-company-cards--company .momentimrx-company-card:first-child::before {
	background-image: url("../img/icon-target-company.svg");
}

.momentimrx-company-cards--company .momentimrx-company-card:last-child::before {
	background-image: url("../img/icon-eye-company.svg");
	height: 28px;
	width: 40px;
}

.momentimrx-company-cards--company .momentimrx-company-card.wp-block-group-is-layout-constrained > * {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.momentimrx-company-card h3 {
	margin: 0;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	color: #232323;
}

.momentimrx-company-card p {
	margin: 0;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	color: #666666;
}

.momentimrx-leadership__portrait {
	min-height: 16rem;
	background: linear-gradient(135deg, #db7762, #f0d6ca 75%);
}

.momentimrx-leadership__copy blockquote {
	margin: 0 0 1rem;
	font-size: 1.1rem;
	line-height: 1.6;
	color: var(--momentimrx-neutral-medium);
}

.momentimrx-leadership__meta {
	font-size: 0.88rem;
	line-height: 1.5;
	color: var(--momentimrx-neutral-darkest);
}

.momentimrx-leadership--company {
	padding: 0 0 96px;
	background: #ffffff;
}

.momentimrx-leadership--company h2 {
	margin: 0 0 29px;
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
}

.momentimrx-leadership--company .momentimrx-leadership__grid {
	display: grid !important;
	grid-template-columns: minmax(0, 464.75px) minmax(0, 1fr);
	gap: 24px;
	align-items: stretch;
	box-sizing: border-box;
	min-height: 485px;
	padding: 28px;
	border-radius: 6px;
	background: #f7fbff;
}

.momentimrx-leadership--company .momentimrx-leadership__portrait {
	position: relative;
	align-self: stretch;
	min-height: 429px;
	padding: 0;
	overflow: hidden;
	border-radius: 6px;
	background: #b94238;
}

.momentimrx-leadership--company .momentimrx-leadership__portrait::after {
	content: '';
	position: absolute;
	top: -6.87%;
	left: -7.3%;
	width: 118.23%;
	height: 128.08%;
	background: url("../img/leadership-sreerama-jayanthi.png") center / contain no-repeat;
}

.momentimrx-leadership--company .momentimrx-leadership__copy {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-self: stretch;
	min-width: 0;
	min-height: 429px;
}

.momentimrx-leadership--company .momentimrx-leadership__copy blockquote {
	margin: 0 0 24px;
	padding: 0;
	border-left: 0;
	width: 100%;
	max-width: 583px;
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-leadership--company .momentimrx-leadership__copy blockquote p {
	margin: 0;
	color: #333333;
}

.momentimrx-leadership--company .momentimrx-leadership__copy blockquote p + p {
	margin-top: 22px;
}

.momentimrx-leadership--company .momentimrx-leadership__copy.wp-block-group-is-layout-constrained > * {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.momentimrx-leadership--company .momentimrx-leadership__meta {
	position: relative;
	box-sizing: border-box;
	margin: 0;
	padding: 12px 32px 0 0;
	width: 100%;
	max-width: none;
	border-top: 0.5px solid rgba(88, 34, 0, 0.3);
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-leadership--company .momentimrx-leadership__linkedin {
	position: absolute;
	top: 12px;
	right: 0;
	width: 24px;
	height: 24px;
	background: url("../img/icon-linkedin-company.svg") center / 19.5px 19.5px no-repeat;
}

.momentimrx-leadership--company .momentimrx-leadership__linkedin:hover {
	opacity: 0.85;
}

.momentimrx-leadership--company .momentimrx-leadership__role {
	display: block;
	margin-top: 4px;
	color: #666666;
	font-weight: 400;
}

.momentimrx-values--company {
	padding: 20px 0 0;
	background: #ffffff;
}

.momentimrx-values--company h2 {
	margin: 0 0 29px;
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
}

.momentimrx-values--company .momentimrx-values__grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 20px;
	margin: 0;
}

.momentimrx-values--company .momentimrx-value-item {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.momentimrx-values--company .momentimrx-value-item h3 {
	margin: 0 0 12px;
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-values--company .momentimrx-value-item p {
	margin: 0;
	color: #666666;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-banner-hero {
	width: min(100%, var(--momentimrx-frame-width));
	margin-inline: auto;
	padding: 10.5rem clamp(1.5rem, 4vw, 3rem) 3rem;
	background: linear-gradient(135deg, #8e150f 0%, #a82118 50%, #7a110e 100%);
	color: #ffffff;
}

.momentimrx-banner-hero__inner {
	width: min(100%, var(--momentimrx-content-width));
	margin: 0 auto;
}

.momentimrx-banner-hero__copy {
	max-width: 34rem;
}

.momentimrx-banner-hero--centered .momentimrx-banner-hero__copy {
	max-width: none;
	text-align: center;
}

.momentimrx-banner-hero h1 {
	margin: 0;
	font-size: clamp(2.6rem, 5vw, 4rem);
	letter-spacing: -0.04em;
	line-height: 1.02;
}

.momentimrx-banner-hero p {
	margin: 1rem 0 0;
	max-width: 32rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.84);
}

.momentimrx-banner-hero--centered p {
	margin-inline: auto;
}

.momentimrx-banner-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
	padding: 0.7rem 1rem;
	background: #ffffff;
	color: var(--momentimrx-brand-ruby);
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
}

.wp-block-button.momentimrx-banner-hero__button {
	padding: 0;
	background: transparent;
}

.wp-block-button.momentimrx-banner-hero__button .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1rem;
	border-radius: 0;
	background: #ffffff;
	color: var(--momentimrx-brand-ruby);
	font-size: 0.85rem;
	text-decoration: none;
}

.momentimrx-banner-hero--company {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none;
	min-height: 732px;
	margin-inline: auto;
	padding: 0;
	overflow: hidden;
	transform: translateX(-50%);
	background: #750f06;
	color: #ffffff;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
}

.momentimrx-banner-hero--company::before,
.momentimrx-banner-hero--company::after {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.momentimrx-banner-hero--company::before {
	background: url('../img/our-company-hero-figma.png') center / cover no-repeat;
	z-index: 0;
}

.momentimrx-banner-hero--company::after {
	background: linear-gradient(245.58deg, rgba(117, 15, 6, 0) 34.99%, #750f06 80.58%);
	z-index: 1;
}

.momentimrx-banner-hero--company .momentimrx-banner-hero__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: min(100%, var(--momentimrx-content-width));
	min-height: 732px;
	padding: 64px 0 0;
	margin: 0 auto;
}

.momentimrx-banner-hero--company .momentimrx-banner-hero__copy {
	max-width: 669px;
	margin: 0 !important;
}

.momentimrx-banner-hero--company h1,
.momentimrx-banner-hero--company p,
.momentimrx-banner-hero--company .wp-block-button__link {
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-weight: 400;
	letter-spacing: 0;
}

.momentimrx-banner-hero--company h1 {
	margin: 0;
	color: #ffffff;
	font-size: 80px;
	line-height: 1;
}

.momentimrx-banner-hero--company p {
	width: 669px;
	max-width: 100%;
	margin: 12px 0 0;
	color: rgba(247, 247, 247, 0.8);
	font-size: 16px;
	line-height: 25.6px;
}

.momentimrx-banner-hero--company .wp-block-buttons {
	margin-top: 24px;
}

/* Legacy modal-trigger selector kept as a comment for easy rollback.
.momentimrx-banner-hero--company .wp-block-button.momentimrx-banner-hero__button.momentimrx-open-expert-modal {
	margin-top: 0;
}
*/

.momentimrx-banner-hero--company .wp-block-button.momentimrx-banner-hero__button .wp-block-button__link {
	min-height: 42px;
	padding: 10px 20px;
	border-radius: 6px;
	background: #f7fbff;
	color: #333333;
	font-size: 16px;
	line-height: 1.4;
}

.momentimrx-banner-hero--company .wp-block-button.momentimrx-banner-hero__button .wp-block-button__link:hover,
.momentimrx-banner-hero--company .wp-block-button.momentimrx-banner-hero__button .wp-block-button__link:focus-visible {
	background: #ffffff;
	color: #750f06;
}

.momentimrx-banner-hero--speak {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-height: 425px;
	margin: 0;
	padding: 0 64px 80px;
	background:
		linear-gradient(188.52deg, rgba(117, 15, 6, 0) 3.57%, #750f06 84.49%),
		url('../img/speak-hero-figma.png') center / cover no-repeat;
	color: #f7f7f7;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	text-align: center;
}

.momentimrx-banner-hero--speak .momentimrx-banner-hero__inner {
	width: 100%;
	margin: 0;
}

.momentimrx-banner-hero--speak .momentimrx-banner-hero__copy {
	max-width: none;
}

.momentimrx-banner-hero--speak h1 {
	margin: 0;
	color: #f7f7f7;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 80px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

.momentimrx-cta-bar {
	padding-top: 1.5rem;
}

.momentimrx-cta-bar__inner {
	padding: 2.2rem 2.5rem;
	border-radius: 0;
	background: linear-gradient(90deg, #c34824, #cf632a);
}

.momentimrx-cta-bar__copy p {
	margin: 0.35rem 0 0;
	color: rgba(255, 255, 255, 0.82);
}

.momentimrx-cta-bar__button {
	border-radius: 0.25rem;
	background: #ffffff;
	color: var(--momentimrx-brand-ruby);
	border: 0;
}

.momentimrx-cta-bar__inner > .wp-block-buttons {
	margin: 0;
}

.wp-block-button.momentimrx-cta-bar__button {
	padding: 0;
	background: transparent;
	border: 0;
}

.wp-block-button.momentimrx-cta-bar__button .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.5rem;
	padding: 0 1.5rem;
	border: 0;
	border-radius: 0.25rem;
	background: #ffffff;
	color: var(--momentimrx-brand-ruby);
	text-decoration: none;
}

.momentimrx-cta-bar--looprx-final,
.momentimrx-cta-bar--homepage-final {
	padding: 0 0 96px;
}

.momentimrx-cta-bar--looprx-final .momentimrx-cta-bar__inner,
.momentimrx-cta-bar--homepage-final .momentimrx-cta-bar__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	gap: 24px;
	min-height: 497px;
	padding: 0;
	overflow: hidden;
	border-radius: 6px;
	background: #bd332c;
	color: #ffffff;
	text-align: center;
}

.momentimrx-cta-video-background {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}

.momentimrx-cta-video-background video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.58;
	filter: grayscale(1) contrast(1.12);
}

.momentimrx-cta-bar--looprx-final .momentimrx-cta-bar__inner::after,
.momentimrx-cta-bar--homepage-final .momentimrx-cta-bar__inner::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(90deg, rgba(117, 15, 6, 0.2) 0 1px, transparent 1px 48px),
		linear-gradient(90deg, rgba(155, 31, 26, 0.88) 0%, rgba(207, 61, 51, 0.72) 48%, rgba(132, 24, 21, 0.9) 100%),
		radial-gradient(circle at 50% 42%, rgba(255, 121, 100, 0.22), transparent 42%),
		linear-gradient(180deg, rgba(117, 15, 6, 0.18), rgba(117, 15, 6, 0.28));
	pointer-events: none;
}

.momentimrx-cta-bar--looprx-final .momentimrx-cta-bar__copy,
.momentimrx-cta-bar--looprx-final .momentimrx-cta-bar__inner > .wp-block-buttons,
.momentimrx-cta-bar--homepage-final .momentimrx-cta-bar__copy,
.momentimrx-cta-bar--homepage-final .momentimrx-cta-bar__inner > .wp-block-buttons {
	position: relative;
	z-index: 1;
}

.momentimrx-cta-bar--looprx-final .momentimrx-cta-bar__copy,
.momentimrx-cta-bar--homepage-final .momentimrx-cta-bar__copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	max-width: 686px;
}

.momentimrx-cta-bar--looprx-final .momentimrx-cta-bar__copy h2,
.momentimrx-cta-bar--homepage-final .momentimrx-cta-bar__copy h2 {
	margin: 0;
	color: #ffffff;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 60px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
	text-align: center;
}

.momentimrx-cta-bar--looprx-final .momentimrx-cta-bar__copy p,
.momentimrx-cta-bar--homepage-final .momentimrx-cta-bar__copy p {
	margin: 0;
	color: #ffffff;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: center;
}

.momentimrx-cta-bar--looprx-final .wp-block-button.momentimrx-cta-bar__button .wp-block-button__link,
.momentimrx-cta-bar--homepage-final .wp-block-button.momentimrx-cta-bar__button .wp-block-button__link {
	min-height: 42px;
	padding: 10px 20px;
	border-radius: 6px;
	background: #f7fbff;
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.momentimrx-cta-bar--company-final {
	padding: 96px 0;
	background: #ffffff;
}

.momentimrx-cta-bar--company-final .momentimrx-cta-bar__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	gap: 24px;
	min-height: 400px;
	padding: 48px 24px;
	overflow: hidden;
	border-radius: 6px;
	background: url("../img/company-cta-bg.png") center / cover no-repeat;
	color: #f7fbff;
	text-align: center;
}

.momentimrx-cta-bar--company-final .momentimrx-cta-bar__inner::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background: rgba(192, 41, 29, 0.8);
	pointer-events: none;
}

.momentimrx-cta-bar--company-final .momentimrx-cta-bar__copy,
.momentimrx-cta-bar--company-final .momentimrx-cta-bar__inner > .wp-block-buttons {
	position: relative;
	z-index: 1;
}

.momentimrx-cta-bar--company-final .momentimrx-cta-bar__copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	max-width: 748px;
}

.momentimrx-cta-bar--company-final .momentimrx-cta-bar__copy h2 {
	margin: 0;
	color: #f7fbff;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 60px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
	text-align: center;
}

.momentimrx-cta-bar--company-final .momentimrx-cta-bar__copy p {
	margin: 0;
	color: #f7fbff;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: center;
}

.momentimrx-cta-bar--company-final .wp-block-button.momentimrx-cta-bar__button .wp-block-button__link {
	min-height: 42px;
	padding: 10px 20px;
	border-radius: 6px;
	background: #f7fbff;
	color: #333333;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

/* Secondary button state model (Figma): default light, hover dark-1, pressed dark-2 */
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline > .wp-element-button,
.wp-block-button.momentimrx-banner-hero__button .wp-block-button__link,
.wp-block-button.momentimrx-cta-bar__button .wp-block-button__link {
	transition:
		background-color 0.18s ease,
		color 0.18s ease,
		border-color 0.18s ease,
		transform 0.1s ease;
}

.wp-block-button.momentimrx-banner-hero__button .wp-block-button__link:hover,
.wp-block-button.momentimrx-banner-hero__button .wp-block-button__link:focus-visible,
.wp-block-button.momentimrx-cta-bar__button .wp-block-button__link:hover,
.wp-block-button.momentimrx-cta-bar__button .wp-block-button__link:focus-visible,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus-visible,
.wp-block-button.is-style-outline > .wp-element-button:hover,
.wp-block-button.is-style-outline > .wp-element-button:focus-visible {
	background: #ac0d00;
	color: #f7fbff;
	border-color: #ac0d00;
}

.wp-block-button.momentimrx-banner-hero__button .wp-block-button__link:active,
.wp-block-button.momentimrx-cta-bar__button .wp-block-button__link:active,
.wp-block-button.is-style-outline .wp-block-button__link:active,
.wp-block-button.is-style-outline > .wp-element-button:active {
	background: #944429;
	color: #f7fbff;
	border-color: #944429;
	transform: translateY(1px);
}

/* Keep company hero secondary buttons aligned with the same hover/pressed model */
.momentimrx-banner-hero--company .wp-block-button.momentimrx-banner-hero__button .wp-block-button__link:hover,
.momentimrx-banner-hero--company .wp-block-button.momentimrx-banner-hero__button .wp-block-button__link:focus-visible {
	background: #ac0d00;
	color: #f7fbff;
	border-color: #ac0d00;
}

.momentimrx-banner-hero--company .wp-block-button.momentimrx-banner-hero__button .wp-block-button__link:active {
	background: #944429;
	color: #f7fbff;
	border-color: #944429;
	transform: translateY(1px);
}

/* ==========================================================================
   Footer and Form Overrides
   ========================================================================== */
.momentimrx-site-footer {
	padding: 0 !important;
	background: #0e0a08;
	color: rgba(247, 247, 247, 0.8);
}

.momentimrx-footer-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
	gap: 75px;
	align-items: start;
	box-sizing: border-box;
	width: min(100%, var(--momentimrx-content-width));
	min-height: 448px;
	margin: 0 auto;
	padding: 78px 0;
	background: #0e0a08;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
}

.momentimrx-footer-shell--subscription {
	position: relative;
	min-height: 264px;
	background: #490000;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr);
}

.momentimrx-footer-shell--subscription::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	background: #490000;
	z-index: 0;
}

.momentimrx-footer-shell--subscription > * {
	position: relative;
	z-index: 1;
}

.page-id-11 .wp-block-group.alignfull.momentimrx-site-footer,
.page-id-11 .momentimrx-site-footer,
.page-id-11 .momentimrx-site-footer .momentimrx-footer-shell,
body.error404 .wp-block-group.alignfull.momentimrx-site-footer,
body.error404 .momentimrx-site-footer,
body.error404 .momentimrx-site-footer .momentimrx-footer-shell {
	background: #490000 !important;
}

.momentimrx-footer-brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: auto;
	min-width: 0;
}

.momentimrx-footer-logo {
	display: block;
	width: 188px;
	height: 76px;
	margin: 0 0 28px;
	overflow: hidden;
	color: #f7fbff;
	text-decoration: none;
}

.momentimrx-footer-logo svg {
	display: block;
	width: 188px;
	height: 76px;
}

.momentimrx-footer-newsletter-title {
	width: 100%;
	margin: 0 0 12px;
	color: #f7fbff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

.momentimrx-footer-newsletter {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	max-width: 520px;
	margin: 0;
}

.momentimrx-footer-newsletter__embed,
.momentimrx-footer-newsletter__embed.mktoForm {
	width: 100% !important;
	max-width: 520px !important;
	margin: 0 !important;
	font-family: "Libre Franklin", var(--momentimrx-font-sans) !important;
}

.momentimrx-footer-newsletter .mktoForm .mktoFormRow {
	display: flex !important;
	gap: 8px !important;
	align-items: stretch !important;
	flex-wrap: nowrap !important;
	width: 100% !important;
	margin: 0 0 8px !important;
}

.momentimrx-footer-newsletter .mktoForm .mktoFormCol {
	float: none !important;
	flex: 1 1 0 !important;
	min-width: 0 !important;
	width: auto !important;
	margin: 0 !important;
}

.momentimrx-footer-newsletter .mktoForm .mktoFieldWrap,
.momentimrx-footer-newsletter .mktoForm .mktoGutter,
.momentimrx-footer-newsletter .mktoForm .mktoOffset {
	margin: 0 !important;
	padding: 0 !important;
}

.momentimrx-footer-newsletter .mktoForm .mktoOffset,
.momentimrx-footer-newsletter .mktoForm .mktoGutter,
.momentimrx-footer-newsletter .mktoForm .mktoClear {
	display: none !important;
}

.momentimrx-footer-newsletter .mktoForm .mktoLabel {
	display: none !important;
}

.momentimrx-footer-newsletter .mktoForm .mktoField,
.momentimrx-footer-newsletter .mktoForm select.mktoField,
.momentimrx-footer-newsletter .mktoForm textarea.mktoField {
	width: 100% !important;
	height: 40px !important;
	padding: 10px 12px !important;
	border: 1px solid rgba(247, 247, 247, 0.8) !important;
	border-radius: 4px !important;
	background: transparent !important;
	color: #f7fbff !important;
	box-sizing: border-box !important;
	font: inherit !important;
}

.momentimrx-footer-newsletter .mktoForm .mktoField:focus,
.momentimrx-footer-newsletter .mktoForm select.mktoField:focus,
.momentimrx-footer-newsletter .mktoForm textarea.mktoField:focus {
	border-color: #f7fbff !important;
	outline: none !important;
	box-shadow: 0 0 0 2px rgba(247, 251, 255, 0.2) !important;
}

.momentimrx-footer-newsletter .mktoForm .mktoField::placeholder {
	color: rgba(247, 247, 247, 0.5) !important;
	opacity: 1 !important;
}

.momentimrx-footer-newsletter .mktoForm .mktoButtonRow {
	display: flex !important;
	justify-content: flex-end !important;
	width: 100% !important;
	margin: 0 !important;
}

.momentimrx-footer-newsletter .mktoForm .mktoButtonWrap {
	display: inline-flex !important;
	margin-left: 0 !important;
	margin: 0 !important;
}

.momentimrx-footer-newsletter .mktoForm .mktoButton {
	min-width: 87px !important;
	height: 40px !important;
	padding: 9px 20px !important;
	border: 0 !important;
	border-radius: 6px !important;
	background: #f7fbff !important;
	background-image: none !important;
	color: #333333 !important;
	text-shadow: none !important;
	appearance: none !important;
	font: inherit !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	cursor: pointer !important;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease !important;
}

.momentimrx-footer-newsletter .mktoForm .mktoButton:hover,
.momentimrx-footer-newsletter .mktoForm .mktoButton:focus-visible {
	background: #ac0d00 !important;
	color: #f7fbff !important;
}

.momentimrx-footer-newsletter .mktoForm .mktoButton:active {
	background: #944429 !important;
	color: #f7fbff !important;
	transform: translateY(1px);
}

.momentimrx-footer-newsletter .mktoForm .mktoError .mktoErrorMsg,
.momentimrx-unsubscribe-form__embed .mktoForm .mktoError .mktoErrorMsg {
	background: #750f06 !important;
	color: #f7fbff !important;
	font-family: "Libre Franklin", var(--momentimrx-font-sans) !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.momentimrx-footer-newsletter .mktoForm .mktoError .mktoErrorArrow,
.momentimrx-unsubscribe-form__embed .mktoForm .mktoError .mktoErrorArrow {
	background-color: #750f06 !important;
	border-color: #750f06 !important;
	border-top-color: #750f06 !important;
}

@media (max-width: 782px) {
	.momentimrx-footer-newsletter .mktoForm .mktoFormRow {
		flex-wrap: wrap !important;
		gap: 18px !important;
		margin: 0 !important;
	}

	.momentimrx-footer-newsletter .mktoForm .mktoFormRow .mktoFormCol {
		flex: 1 1 100% !important;
	}

	.momentimrx-footer-newsletter .mktoForm .mktoButtonRow {
		justify-content: flex-start !important;
	}

	.momentimrx-footer-newsletter .mktoForm .mktoField,
	.momentimrx-footer-newsletter .mktoForm select.mktoField,
	.momentimrx-footer-newsletter .mktoForm textarea.mktoField {
		height: 33px !important;
		padding: 10px !important;
		border-radius: 3px !important;
	}

	.momentimrx-footer-newsletter .mktoForm .mktoButtonWrap {
		display: flex !important;
		width: 100% !important;
	}

	.momentimrx-footer-newsletter .mktoForm .mktoButton {
		width: 100% !important;
		min-width: 0 !important;
		height: 44px !important;
		padding: 10px 20px !important;
	}
}

.momentimrx-expert-form input,
.momentimrx-expert-form select,
.momentimrx-expert-form textarea {
	width: 100%;
	padding: 0.7rem 0.75rem;
	border: 1px solid rgba(18, 58, 90, 0.12);
	border-radius: 0;
	font: inherit;
	background: #ffffff;
	color: var(--momentimrx-neutral-darkest);
	box-sizing: border-box;
}


.momentimrx-footer-brand small {
	display: block;
	width: 100%;
	margin-top: 8px;
	color: rgba(247, 247, 247, 0.8);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}

.momentimrx-footer-brand small a {
	color: inherit;
	text-decoration: none;
}

.momentimrx-footer-confirmation {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 40px;
}

.momentimrx-footer-confirmation__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border: 1.5px solid #03f24a;
	border-radius: 999px;
	color: #03f24a;
	font-size: 14px;
	line-height: 1;
}

.momentimrx-footer-confirmation__text {
	margin: 0;
	color: #f7fbff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}

.momentimrx-footer-links {
	display: grid;
	grid-template-columns: minmax(180px, 0.9fr) minmax(260px, 1.1fr);
	gap: 30px;
	align-items: start;
	width: auto;
	min-width: 0;
}

.momentimrx-footer-shell--subscription .momentimrx-footer-links {
	grid-template-columns: minmax(170px, 0.9fr) minmax(170px, 0.9fr) minmax(260px, 1.4fr);
	gap: 20px;
}

.momentimrx-footer-links__primary,
.momentimrx-footer-legal {
	box-sizing: border-box;
	border-left: 0.5px solid rgba(247, 247, 247, 0.8);
	padding-left: 42px;
}

.momentimrx-footer-links__primary {
	display: flex;
	flex-direction: column;
	gap: 36px;
	width: auto;
	min-height: 142px;
}

.momentimrx-footer-link-group {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.momentimrx-footer-link-accordion {
	width: 100%;
}

.momentimrx-footer-link-accordion__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	list-style: none;
	cursor: default;
}

.momentimrx-footer-link-accordion__summary::-webkit-details-marker {
	display: none;
}

.momentimrx-footer-link-accordion__chevron {
	display: none;
}

.momentimrx-footer-link-accordion__panel {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

@media (min-width: 783px) {
	.momentimrx-footer-link-accordion {
		display: flex;
		flex-direction: column;
		gap: 9px;
	}

	.momentimrx-footer-link-accordion__summary {
		display: block;
		pointer-events: none;
		padding: 0;
		border: 0;
	}

	.momentimrx-footer-link-accordion__summary::marker {
		content: '';
	}

	.momentimrx-footer-link-accordion__panel {
		display: block !important;
	}

	.momentimrx-footer-link-accordion__panel > a {
		display: block;
	}
}

.momentimrx-footer-legal {
	grid-column: 1;
	display: flex;
	flex-direction: column;
	gap: 9px;
	width: auto;
	min-height: 0;
	margin-top: 34px;
}

.momentimrx-footer-shell--subscription .momentimrx-footer-legal {
	grid-column: 2;
	margin-top: 0;
}

.momentimrx-footer-family {
	grid-column: 2;
	grid-row: 1 / span 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	width: auto;
	min-width: 0;
}

.momentimrx-footer-shell--subscription .momentimrx-footer-family {
	grid-column: 3;
	grid-row: 1;
}

.momentimrx-footer-links h3 {
	margin: 0;
	color: #f7fbff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

.momentimrx-footer-family h3 {
	color: rgba(247, 247, 247, 0.5);
	font-weight: 400;
}

.momentimrx-footer-links a,
.momentimrx-footer-legal a {
	color: rgba(247, 247, 247, 0.8);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
}

.momentimrx-footer-legal a {
	color: rgba(247, 247, 247, 0.5);
	font-size: 14px;
}

.momentimrx-footer-links a:hover,
.momentimrx-footer-links a:focus-visible,
.momentimrx-footer-legal a:hover,
.momentimrx-footer-legal a:focus-visible,
.momentimrx-footer-brand small a:hover,
.momentimrx-footer-brand small a:focus-visible {
	color: #f7fbff;
}

.momentimrx-footer-family a {
	color: #f7fbff;
}

.momentimrx-footer-family strong {
	font-weight: 700;
}

.momentimrx-footer-family__supplylogix {
	color: #f07623;
}

.momentimrx-footer-family__mps {
	color: #61abff;
}

.momentimrx-footer-family__macro {
	color: #0db9d1;
}

.momentimrx-footer-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin-top: 1px;
}

.momentimrx-footer-social img {
	display: block;
	width: 19.5px;
	height: 19.5px;
}

.momentimrx-expert-section {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.momentimrx-expert-form-shell {
	grid-template-columns: 1fr 2fr;
	gap: 2.5rem;
}

.page-id-25 .momentimrx-expert-form-shell > .momentimrx-expert-form-embed,
.page-id-25 .momentimrx-expert-form-shell > .momentimrx-expert-form__success {
	width: 100%;
	/* max-width: 640px; */
	justify-self: start;
}

.momentimrx-expert-form__intro h2 {
	margin: 0;
	color: #750f06;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 32px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

.momentimrx-expert-form-embed {
	width: 100%;
}

.momentimrx-expert-form-embed .mktoForm {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	column-gap: 32px !important;
	row-gap: 32px !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	font-family: "Libre Franklin", var(--momentimrx-font-sans) !important;
	color: #333333 !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoAsterix {
	display: none !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoRequiredField .mktoAsterix {
	display: inline !important;
	float: none !important;
	position: static !important;
	color: #333333 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	margin: 0 !important;
	line-height: 1.4 !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoOffset,
.momentimrx-expert-form-embed .mktoForm .mktoGutter {
	display: none !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoFormRow {
	margin: 0 !important;
	grid-column: 1 / -1;
	order: 50;
}

.momentimrx-expert-form-embed .mktoForm .mktoFormCol {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoFieldWrap {
	display: grid !important;
	gap: 6px !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}

.momentimrx-expert-form-embed .mktoForm .mktoLabel {
	display: flex !important;
	float: none !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 0 !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #333333 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	text-align: left !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoLabel .mktoAsterix + span,
.momentimrx-expert-form-embed .mktoForm .mktoLabel .mktoAsterix + p {
	margin-left: 0 !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoFieldWrap > .mktoLogicalField + .mktoInstruction,
.momentimrx-expert-form-embed .mktoForm .mktoFieldWrap > .mktoLogicalField {
	margin-top: 0 !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoFieldWrap:has(> .mktoLogicalField) > .mktoLabel {
	margin-bottom: 6px !important;
}

.momentimrx-expert-form-embed .mktoForm input.mktoField:not([type="radio"]):not([type="checkbox"]),
.momentimrx-expert-form-embed .mktoForm select.mktoField,
.momentimrx-expert-form-embed .mktoForm textarea.mktoField {
	width: 100% !important;
	height: 42px !important;
	min-height: 42px !important;
	padding: 9px 12px !important;
	border: 1px solid #c9c9c9 !important;
	border-radius: 6px !important;
	background: #ffffff !important;
	color: #333333 !important;
	box-sizing: border-box !important;
	font-family: "Libre Franklin", var(--momentimrx-font-sans) !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
}

.momentimrx-expert-form-embed .mktoForm textarea.mktoField {
	min-height: 120px !important;
	resize: vertical !important;
}

.momentimrx-expert-form-embed .mktoForm input.mktoField[type="radio"],
.momentimrx-expert-form-embed .mktoForm input.mktoField[type="checkbox"] {
	width: 16px !important;
	height: 16px !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
	appearance: auto !important;
	vertical-align: middle !important;
	position: static !important;
}

.momentimrx-expert-form-embed .mktoForm select.mktoField {
	padding-right: 38px !important;
	appearance: none !important;
	background-image: linear-gradient(45deg, transparent 50%, #333333 50%), linear-gradient(135deg, #333333 50%, transparent 50%) !important;
	background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px) !important;
	background-size: 6px 6px, 6px 6px !important;
	background-repeat: no-repeat !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoField:focus,
.momentimrx-expert-form-embed .mktoForm select.mktoField:focus,
.momentimrx-expert-form-embed .mktoForm textarea.mktoField:focus {
	border-color: #123a5a !important;
	outline: none !important;
	box-shadow: 0 0 0 2px rgba(18, 58, 90, 0.12) !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoInvalid,
.momentimrx-expert-form-embed .mktoForm .mktoField.mktoInvalid {
	border-color: #ba1f12 !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoError .mktoErrorMsg {
	background: #750f06 !important;
	font-family: "Libre Franklin", var(--momentimrx-font-sans) !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoError .mktoErrorArrow {
	display: block !important;
	background-color: #750f06 !important;
	border-color: #750f06 !important;
	border-top-color: #750f06 !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoButtonRow {
	margin: 16px 0 0 !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoButtonWrap {
	margin-left: 0 !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoButton {
	width: 380px !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: 42px !important;
	padding: 10px 20px !important;
	border: 0 !important;
	border-radius: 4px !important;
	background: #750f06 !important;
	background-image: none !important;
	color: #ffffff !important;
	text-shadow: none !important;
	font-family: "Libre Franklin", var(--momentimrx-font-sans) !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	cursor: pointer !important;
	transition: background-color 0.2s ease !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoButton:hover,
.momentimrx-expert-form-embed .mktoForm .mktoButton:focus-visible {
	background: #ac0d00 !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoFormRow.mkto-row--first-name,
.momentimrx-expert-form-embed .mktoForm .mktoFormRow.mkto-row--email,
.momentimrx-expert-form-embed .mktoForm .mktoFormRow.mkto-row--state {
	grid-column: 1;
}

.momentimrx-expert-form-embed .mktoForm .mktoFormRow.mkto-row--last-name,
.momentimrx-expert-form-embed .mktoForm .mktoFormRow.mkto-row--phone,
.momentimrx-expert-form-embed .mktoForm .mktoFormRow.mkto-row--interest-solution {
	grid-column: 2;
}

.momentimrx-expert-form-embed .mktoForm .mktoFormRow.mkto-row--interest-solution .mktoLogicalField {
	width: 100% !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoFormRow.mkto-row--interest-solution .mktoLogicalField .mktoField {
	width: auto !important;
	min-height: auto !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoLogicalField {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoRadioList,
.momentimrx-expert-form-embed .mktoForm .mktoCheckboxList {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoRadioList > label,
.momentimrx-expert-form-embed .mktoForm .mktoCheckboxList > label {
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #333333 !important;
	font-family: "Libre Franklin", var(--momentimrx-font-sans) !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoRadioList > .mktoField,
.momentimrx-expert-form-embed .mktoForm .mktoCheckboxList > .mktoField {
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 6px 0 0 !important;
	vertical-align: middle !important;
	float: none !important;
	display: inline !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoLogicalField > .mktoField,
.momentimrx-expert-form-embed .mktoForm .mktoLogicalField > label {
	display: inline !important;
	vertical-align: middle !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoLogicalField > .mktoField + label {
	margin-right: 24px !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoLogicalField > .mktoField + label + .mktoField,
.momentimrx-expert-form-embed .mktoForm .mktoLogicalField > label + .mktoField {
	margin-left: 0 !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoRadioList > .mktoField {
	margin-right: 6px !important;
	margin-left: 0 !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoRadioList > label {
	margin-right: 24px !important;
	line-height: 1.4 !important;
}

.momentimrx-expert-form-embed .mktoForm input.mktoField[type="radio"],
.momentimrx-expert-form-embed .mktoForm input.mktoField[type="checkbox"] {
	appearance: auto !important;
	-moz-appearance: auto !important;
	position: static !important;
	transform: none !important;
	inset: auto !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	outline: none !important;
	width: 13px !important;
	height: 13px !important;
	min-height: 0 !important;
	max-width: none !important;
	max-height: none !important;
}

.momentimrx-expert-form-embed .mktoForm input.mktoField[type="radio"] {
	-webkit-appearance: radio !important;
}

.momentimrx-expert-form-embed .mktoForm input.mktoField[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}

.momentimrx-expert-form-embed .mktoForm .mktoButtonRow {
	grid-column: 1 / -1;
	order: 100;
}

.momentimrx-expert-form-embed .mktoForm .mktoCaptchaDisclaimer {
	grid-column: 1 / -1;
	order: 90;
}

.momentimrx-expert-form-embed .mktoForm .mktoFormRow.mkto-row--first-name {
	order: 1;
}

.momentimrx-expert-form-embed .mktoForm .mktoFormRow.mkto-row--last-name {
	order: 2;
}

.momentimrx-expert-form-embed .mktoForm .mktoFormRow.mkto-row--email {
	order: 3;
}

.momentimrx-expert-form-embed .mktoForm .mktoFormRow.mkto-row--phone {
	order: 4;
}

.momentimrx-expert-form-embed .mktoForm .mktoFormRow.mkto-row--state {
	order: 5;
}

.momentimrx-expert-form-embed .mktoForm .mktoFormRow.mkto-row--interest-solution {
	order: 6;
}

@media (max-width: 782px) {
	.momentimrx-expert-form-embed .mktoForm {
		grid-template-columns: 1fr !important;
	}

	.momentimrx-expert-form-embed .mktoForm .mktoFormRow.mkto-row--first-name,
	.momentimrx-expert-form-embed .mktoForm .mktoFormRow.mkto-row--last-name,
	.momentimrx-expert-form-embed .mktoForm .mktoFormRow.mkto-row--email,
	.momentimrx-expert-form-embed .mktoForm .mktoFormRow.mkto-row--phone,
	.momentimrx-expert-form-embed .mktoForm .mktoFormRow.mkto-row--state,
	.momentimrx-expert-form-embed .mktoForm .mktoFormRow.mkto-row--interest-solution {
		grid-column: 1;
	}

	.momentimrx-expert-form__intro{
		margin-bottom: 2rem;
	}

	.momentimrx-expert-form-embed .mktoForm .mktoButtonRow {
		width: 100% !important;
	}

	.momentimrx-expert-form-embed .mktoForm .mktoButtonWrap {
		display: flex !important;
		width: 100% !important;
		margin-left: 0 !important;
	}

	.momentimrx-expert-form-embed .mktoForm .mktoButton {
		width: 100% !important;
		max-width: none !important;
	}
}

.momentimrx-expert-form,
.momentimrx-expert-form__success {
	max-width: 100%;
}

.momentimrx-expert-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

.momentimrx-expert-form label {
	display: grid;
	gap: 0.35rem;
	font-size: 0.74rem;
	color: var(--momentimrx-neutral-medium);
}

.momentimrx-expert-form__full {
	grid-column: 1 / -1;
}

.momentimrx-expert-form__captcha {
	grid-column: 1 / -1;
	font-size: 0.9rem;
	color: var(--momentimrx-neutral-darkest);
}

.momentimrx-expert-form__captcha span {
	margin-left: 0.5rem;
	font-size: 0.74rem;
	color: var(--momentimrx-neutral-medium);
}

.momentimrx-expert-form__submit,
.momentimrx-expert-form__home-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 9rem;
	margin-top: 1.25rem;
	padding: 0.75rem 1rem;
	border: 0;
	background: #8c1a12;
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

.momentimrx-expert-form label.has-error input,
.momentimrx-expert-form label.has-error select,
.momentimrx-expert-form label.has-error textarea {
	border-color: #c63c2f;
}

.momentimrx-field-error {
	font-size: 0.72rem;
	color: #c63c2f;
}

.momentimrx-expert-form__success {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	padding: 0px 32px 96px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
	text-align: left;
}

.momentimrx-expert-form-shell--modal .momentimrx-expert-form__success {
	padding: 81px 32px 96px !important;
}

.momentimrx-expert-form__success-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 75px;
	height: 75px;
	border: 4px solid #39a334;
	border-radius: 999px;
	color: #39a334;
	font-size: 56px;
	font-weight: 400;
	line-height: 1;
}

.momentimrx-expert-form__success h2 {
	margin: 0;
	max-width: 810px;
	color: #232323;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: clamp(2.25rem, 6vw, 60px);
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

.momentimrx-expert-form__success p {
	max-width: 640px;
	width: 100%;
	margin: 0;
	color: #666666;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	overflow-wrap: anywhere;
	word-break: normal;
}

@media (max-width: 782px) {
	.momentimrx-expert-form__success {
		padding: 0 16px 48px;
		gap: 20px;
	}
}

.momentimrx-expert-form__success .momentimrx-expert-form__home-link {
	min-width: 0;
	margin-top: 0;
	padding: 10px 20px;
	border-radius: 6px;
	background: #750f06;
	color: #ffffff;
	font-family: "Libre Franklin", var(--momentimrx-font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.momentimrx-modal {
	position: fixed;
	inset: 0;
	z-index: 60;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	box-sizing: border-box;
}

.momentimrx-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 12, 10, 0.58);
}

.momentimrx-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100% - 2rem, 881px);
	max-height: calc(100vh - 3rem);
	margin: 0;
	overflow: auto;
	padding: 0;
}

.momentimrx-expert-form-shell--modal {
	position: relative;
	display: block;
	padding: 24px;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 28px 60px rgba(16, 12, 10, 0.26);
}

.momentimrx-expert-form__close {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	border: 0;
	background: transparent;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
	color: var(--momentimrx-neutral-medium);
}

body.momentimrx-modal-open {
	overflow: hidden;
}

@media (max-width: 960px) {
	.momentimrx-feature-grid__grid,
	.momentimrx-promo-panel,
	.momentimrx-link-cards__grid,
	.momentimrx-metrics-band__grid,
	.momentimrx-audience-card,
	.momentimrx-header-utility,
	.momentimrx-header-main,
	.momentimrx-mega-menu,
	.momentimrx-intro-split__grid,
	.momentimrx-spotlight,
	.momentimrx-footer-shell,
	.momentimrx-footer-links,
	.momentimrx-leadership__grid,
	.momentimrx-expert-form-shell,
	.momentimrx-brand-tiles__grid,
	.momentimrx-feature-columns__grid,
	.momentimrx-benefit-tiles__grid,
	.momentimrx-company-cards,
	.momentimrx-values__grid {
		grid-template-columns: 1fr;
	}

	.momentimrx-intro-split--company-about {
		padding-top: 48px;
	}

	.momentimrx-intro-split--company-about .momentimrx-intro-split__grid {
		width: 100%;
		padding-inline: 24px;
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.momentimrx-company-cards--company,
	.momentimrx-leadership--company,
	.momentimrx-values--company,
	.momentimrx-cta-bar--company-final {
		width: 100%;
		padding-inline: 24px;
	}

	.momentimrx-leadership--company .momentimrx-leadership__grid,
	.momentimrx-values--company .momentimrx-values__grid {
		grid-template-columns: 1fr;
	}

	.momentimrx-leadership--company .momentimrx-leadership__grid {
		min-height: 0;
	}

	.momentimrx-intro-split--looprx-overview {
		padding: 64px 24px;
	}

	.momentimrx-intro-split--looprx-overview .momentimrx-intro-split__grid,
	.momentimrx-velocity-overview__grid {
		width: 100%;
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.momentimrx-velocity-overview {
		padding: 64px 24px;
	}

	.momentimrx-home-intro,
	.momentimrx-home-solution,
	.momentimrx-home-value {
		padding-inline: 24px;
	}

	.momentimrx-home-intro,
	.momentimrx-home-solution__grid {
		width: 100%;
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.momentimrx-home-intro__heading,
	.momentimrx-home-intro__heading span {
		font-size: clamp(2.4rem, 10vw, 3.5rem);
	}

	.momentimrx-home-intro__copy {
		max-width: none;
		margin-top: 0 !important;
	}

	.momentimrx-home-solution__copy {
		min-height: 0;
		gap: 32px;
	}

	.momentimrx-home-value__cards {
		grid-template-columns: 1fr;
	}

	.momentimrx-feature-columns--looprx,
	.momentimrx-benefit-tiles--looprx,
	.momentimrx-feature-columns--velocity-capabilities,
	.momentimrx-velocity-highlight,
	.momentimrx-velocity-audience,
	.momentimrx-velocity-enablement,
	.momentimrx-velocity-disclaimer,
	.momentimrx-cta-bar--velocity-final,
	.momentimrx-cta-bar--looprx-final,
	.momentimrx-cta-bar--homepage-final {
		width: 100%;
		padding-inline: 24px;
	}

	.momentimrx-feature-columns--looprx .momentimrx-feature-columns__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.momentimrx-benefit-tiles--looprx .momentimrx-benefit-tiles__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.momentimrx-velocity-highlight__header,
	.momentimrx-velocity-enablement__inner {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.momentimrx-velocity-highlight__grid,
	.momentimrx-feature-columns--velocity-capabilities .momentimrx-feature-columns__grid,
	.momentimrx-velocity-audience__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.momentimrx-velocity-enablement__inner {
		padding: 36px 32px 36px 64px;
	}

	.momentimrx-velocity-enablement__title-wrap h2,
	.momentimrx-velocity-highlight__header h2,
	.momentimrx-feature-columns--velocity-capabilities h2,
	.momentimrx-velocity-audience h2 {
		font-size: 36px;
	}

	.momentimrx-velocity-enablement__title-wrap h2{
		max-width: none;
	}


	.momentimrx-velocity-highlight__label,
	.momentimrx-velocity-audience__label {
		font-size: 20px;
	}

	.momentimrx-velocity-audience__card {
		justify-content: flex-start;
	}

	.momentimrx-velocity-audience__card-text,
	.momentimrx-velocity-audience__card.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
		margin-left: 0 !important;
		margin-right: 0 !important;
		text-align: left;
	}

	.momentimrx-header-utility {
		display: none;
	}

	.momentimrx-header-main {
		height: 72px;
		padding-inline: 20px;
	}

	.momentimrx-header-main .momentimrx-brand {
		flex: 0 0 auto;
		width: auto;
		height: 42px;
	}

	.momentimrx-header-main .momentimrx-brand::after {
		display: none;
	}

	.momentimrx-header-main .momentimrx-brand svg {
		position: static;
		width: auto;
		height: 42px;
	}

	.momentimrx-header-main > .momentimrx-header-nav {
		display: none;
	}

	.momentimrx-header-mobile-actions {
		display: flex;
		align-items: center;
		gap: 18px;
		margin-left: auto;
	}

	.momentimrx-mobile-search-panel,
	.momentimrx-mobile-menu {
		display: block;
	}

	.momentimrx-mobile-search-panel[hidden],
	.momentimrx-mobile-menu[hidden] {
		display: none;
	}

	.momentimrx-mobile-search-panel {
		position: fixed;
		top: 14px;
		left: 20px;
		right: 61px;
		z-index: 46;
		padding: 0;
	}

	.momentimrx-mobile-search-form {
		display: flex;
		align-items: center;
		gap: 12px;
		height: 44px;
		padding: 0 10px 0 14px;
		border: 1px solid #ffffff;
		border-radius: 5px;
		background: rgba(117, 15, 6, 0.88);
		backdrop-filter: blur(2px);
	}

	.momentimrx-mobile-search-form__label {
		display: block;
		flex: 1 1 auto;
		position: relative;
		padding-left: 28px;
	}

	.momentimrx-mobile-search-form__label::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 19px;
		height: 19px;
		background: url('../img/mobile-search-icon.svg') center / contain no-repeat;
		transform: translateY(-50%) scaleY(-1);
	}

	.momentimrx-mobile-search-form__input {
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding: 0;
		border: 0;
		background: transparent;
		color: #ffffff;
		font: inherit;
		font-size: 16px;
		line-height: 1.4;
		-webkit-appearance: none;
		appearance: none;
	}

	.momentimrx-mobile-search-form__input::placeholder {
		color: rgba(255, 246, 245, 0.9);
	}

	.momentimrx-mobile-search-form__input:focus {
		outline: none;
	}

	.momentimrx-mobile-search-form__close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 23px;
		height: 23px;
		padding: 0;
		border: 0;
		background: transparent;
		color: #ffffff;
		font-size: 0;
		line-height: 1;
		cursor: pointer;
		position: relative;
	}

	.momentimrx-mobile-search-form__close::before {
		content: '';
		width: 12px;
		height: 12px;
		background: url('../img/mobile-search-close-icon.svg') center / contain no-repeat;
		display: block;
	}

	.momentimrx-mobile-search-form__input::-webkit-search-decoration,
	.momentimrx-mobile-search-form__input::-webkit-search-cancel-button,
	.momentimrx-mobile-search-form__input::-webkit-search-results-button,
	.momentimrx-mobile-search-form__input::-webkit-search-results-decoration {
		-webkit-appearance: none;
		appearance: none;
		display: none;
	}

	body.momentimrx-mobile-search-open .momentimrx-header-mobile-search-toggle {
		opacity: 0;
		pointer-events: none;
	}

	.momentimrx-mobile-menu {
		display: flex;
		flex-direction: column;
		gap: 0;
		position: fixed;
		inset: 0;
		z-index: 45;
		padding: 84px 20px 20px;
		background: #fff;
		overflow-y: auto;
		border-radius: 0;
	}

	.momentimrx-mobile-menu__close {
		position: absolute;
		top: 22px;
		right: 18px;
		width: 27px;
		height: 27px;
		padding: 0;
		border: 0;
		background: transparent;
		color: #666666;
		cursor: pointer;
		z-index: 47;
	}

	.momentimrx-mobile-menu__close::before,
	.momentimrx-mobile-menu__close::after {
		content: '';
		position: absolute;
		top: 12px;
		left: 3px;
		width: 21px;
		height: 2px;
		background: currentColor;
	}

	.momentimrx-mobile-menu__close::before {
		transform: rotate(45deg);
	}

	.momentimrx-mobile-menu__close::after {
		transform: rotate(-45deg);
	}

	.momentimrx-mobile-menu__links {
		display: grid;
		gap: 22px;
		margin-bottom: 24px;
	}

	.momentimrx-mobile-menu__links > a {
		display: flex;
		align-items: center;
		min-height: 28px;
		padding: 0;
		border-bottom: 0.7px solid rgba(172, 13, 0, 0.35);
		color: #666666;
		font-family: "Libre Franklin", var(--momentimrx-font-sans);
		font-size: 16px;
		font-weight: 400;
		line-height: 1.4;
		text-decoration: none;
	}

	.momentimrx-mobile-menu__accordion {
		border-bottom: 0.7px solid rgba(172, 13, 0, 0.35);
	}

	.momentimrx-mobile-menu__accordion-head {
		display: grid;
		grid-template-columns: 80% 20%;
		align-items: center;
		min-height: 28px;
	}

	.momentimrx-mobile-menu__accordion.is-open {
		padding-bottom: 0;
	}

	.momentimrx-mobile-menu__accordion.is-open .momentimrx-mobile-menu__accordion-head {
		margin-bottom: 20px;
	}

	.momentimrx-mobile-menu__accordion-link {
		display: inline-flex;
		align-items: center;
		min-height: 28px;
		width: 100%;
		color: #666666;
		font-family: "Libre Franklin", var(--momentimrx-font-sans);
		font-size: 16px;
		font-weight: 400;
		line-height: 1.4;
		text-decoration: none;
	}

	.momentimrx-mobile-menu__accordion-toggle {
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		min-height: 28px;
		padding: 0;
		border: 0;
		background: transparent;
		cursor: pointer;
	}

	.momentimrx-mobile-menu__accordion-toggle::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 2px;
		width: 8px;
		height: 8px;
		border-right: 1.6px solid #666666;
		border-bottom: 1.6px solid #666666;
		transform: translateY(-66%) rotate(45deg);
		transition: transform 0.18s ease;
	}

	.momentimrx-mobile-menu__accordion-toggle[aria-expanded='true']::after {
		transform: translateY(-34%) rotate(-135deg);
	}

	.momentimrx-mobile-menu__accordion-toggle[aria-expanded='true'] {
		margin-bottom: 0;
	}

	.momentimrx-mobile-menu__submenu {
		display: none;
		gap: 24px;
		padding: 2px 0 10px 14px;
	}

	.momentimrx-mobile-menu__submenu:not([hidden]) {
		display: grid;
	}

	.momentimrx-mobile-submenu-item {
		display: grid;
		gap: 8px;
	}

	.momentimrx-mobile-submenu-item h4 {
		margin: 0;
		color: #333333;
		font-family: "Libre Franklin", var(--momentimrx-font-sans);
		font-size: 16px;
		font-weight: 600;
		line-height: 1.4;
	}

	.momentimrx-mobile-submenu-item p {
		margin: 0;
		color: #444444;
		font-family: "Libre Franklin", var(--momentimrx-font-sans);
		font-size: 14px;
		font-weight: 400;
		line-height: 1.4;
	}

	.momentimrx-mobile-submenu-item a {
		display: inline-flex;
		align-items: center;
		gap: 12px;
		padding-block: 12px;
		border-radius: 6px;
		color: #c65128;
		font-family: "Libre Franklin", var(--momentimrx-font-sans);
		font-size: 16px;
		font-weight: 400;
		line-height: 1.4;
		text-decoration: none;
	}

	.momentimrx-mobile-submenu-item__icon {
		position: relative;
		display: inline-block;
		width: 32px;
		height: 20px;
		flex: 0 0 auto;
		border: 0.75px solid #c65128;
		border-radius: 6px;
		box-sizing: border-box;
	}

	.momentimrx-mobile-submenu-item__icon::before {
		content: '';
		position: absolute;
		top: 6px;
		left: 11px;
		width: 10px;
		height: 8px;
		background: #c65128;
		-webkit-mask: url('../img/mega-menu-arrow.svg') center / contain no-repeat;
		mask: url('../img/mega-menu-arrow.svg') center / contain no-repeat;
	}

	.momentimrx-mobile-menu__family {
		display: grid;
		gap: 10px;
		margin: auto -20px -20px;
		padding: 25px 24px;
		background: #FFF6F5;
		min-height: 167px;
		box-sizing: border-box;
	}

	.momentimrx-mobile-menu__family-link {
		color: #444444;
		font-family: "Libre Franklin", var(--momentimrx-font-sans);
		font-size: 14px;
		font-weight: 400;
		line-height: 1.4;
		text-decoration: none;
	}

	.momentimrx-mobile-menu__pill {
		display: inline-flex;
		align-items: center;
		width: fit-content;
		max-width: 100%;
		padding: 4px 12px;
		border-radius: 4px;
		color: #444444;
		font-family: "Libre Franklin", var(--momentimrx-font-sans);
		font-size: 14px;
		font-weight: 400;
		line-height: 1.4;
		text-decoration: none;
	}

	.momentimrx-mobile-menu__pill--advancing {
		background: #ffd7d1;
		color: #ac0d00;
	}

	.momentimrx-mobile-menu__pill--supply {
		background: #FFBBAF;
		color: #fff;
	}

	.momentimrx-mobile-menu__pill--management {
		background: #e16e59;
		color: #ffffff;
	}

	.momentimrx-mobile-menu__pill--program {
		background: #ac0d00;
		color: #ffffff;
	}

	.momentimrx-mobile-menu__cta {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 44px;
		padding: 10px 20px;
		box-sizing: border-box;
		border-radius: 6px;
		background: linear-gradient(90deg, #ac0d00, #e16e59);
		color: #ffffff;
		font-family: "Libre Franklin", var(--momentimrx-font-sans);
		font-size: 16px;
		font-weight: 400;
		line-height: 1.4;
		text-align: center;
		text-decoration: none;
		margin-bottom: 18px;
	}

	.momentimrx-velocity-highlight__card {
		min-height: auto;
	}

	.momentimrx-velocity-enablement__copy{
		max-width: none;
	}

	body.momentimrx-mobile-menu-open {
		overflow: hidden;
	}

	body.momentimrx-mobile-menu-open .momentimrx-header-mobile-menu-toggle {
		opacity: 0;
		pointer-events: none;
	}

	.momentimrx-mega-menu {
		position: static;
		width: 100%;
		height: auto;
		min-height: 0;
		margin-top: 1rem;
		padding: 0;
		border-radius: 6px;
		box-shadow: none;
		overflow: hidden;
		transform: none;
	}

	.momentimrx-mega-menu__feature {
		display: none;
	}

	.momentimrx-mega-menu__links {
		grid-template-columns: 1fr;
		gap: 1.25rem;
		align-content: start;
		padding: 1.25rem;
		border-radius: 6px;
	}

	.momentimrx-mega-menu__links article {
		min-height: 0;
		max-width: none;
	}

	.momentimrx-promo-panel__visual {
		min-height: 12rem;
	}

	.momentimrx-cta-bar__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.momentimrx-expert-form__grid,
	.momentimrx-footer-newsletter {
		grid-template-columns: 1fr;
	}
}

/* ==========================================================================
   Responsive Breakpoint Overrides
   ========================================================================== */
@media (min-width: 783px) and (max-width: 1200px) {
	.momentimrx-hero--homepage {
		min-height: 1010px;
	}

	.momentimrx-hero--homepage .wp-block-columns {
		min-height: 1010px;
	}

	.momentimrx-hero--homepage .wp-block-column:first-child {
		top: 170px;
		left: clamp(1.5rem, 4vw, 3rem);
		max-width: calc(100% - 3rem);
	}

	.momentimrx-hero--homepage .momentimrx-hero__visual--orbital {
		top: 400px;
		right: 0;
		left: auto;
		transform: scale(0.78);
		transform-origin: top right;
	}
}

@media (min-width: 961px) and (max-width: 1200px) {
	/* Shared mid-range gutters to prevent edge-to-edge layouts between desktop and tablet */
	.momentimrx-intro-split,
	.momentimrx-spotlight,
	.momentimrx-brand-tiles,
	.momentimrx-feature-columns,
	.momentimrx-benefit-tiles,
	.momentimrx-company-cards,
	.momentimrx-leadership,
	.momentimrx-values,
	.momentimrx-expert-section,
	.momentimrx-cta-bar,
	.momentimrx-home-intro,
	.momentimrx-home-solution,
	.momentimrx-home-value,
	.momentimrx-velocity-highlight,
	.momentimrx-feature-columns--velocity-capabilities,
	.momentimrx-velocity-enablement,
	.momentimrx-velocity-audience,
	.momentimrx-velocity-disclaimer,
	.momentimrx-cta-bar--velocity-final,
	.momentimrx-footer-shell,
	.momentimrx-banner-hero__inner,
	.momentimrx-banner-hero--company .momentimrx-banner-hero__inner,
	.momentimrx-intro-split--company-about .momentimrx-intro-split__grid,
	.momentimrx-intro-split--looprx-overview .momentimrx-intro-split__grid,
	.momentimrx-velocity-overview__grid {
		padding-inline: 24px;
	}

	.momentimrx-velocity-enablement {
		width: min(100%, var(--momentimrx-content-width));
	}

	.momentimrx-velocity-enablement__inner {
		grid-template-columns: minmax(0, 1fr) minmax(0, 43%);
		gap: 28px;
		padding: 48px 28px 48px 60px;
	}

	.momentimrx-velocity-enablement__title-wrap h2,
	.momentimrx-velocity-enablement__copy {
		max-width: none;
	}
}

@media (max-width: 1100px) {
	.momentimrx-footer-shell,
	.momentimrx-footer-links {
		grid-template-columns: 1fr;
	}

	.momentimrx-footer-shell {
		width: 100%;
		padding: 78px clamp(2rem, 8.2vw, 4rem);
	}

	.momentimrx-footer-links {
		gap: 2.5rem;
	}

	.momentimrx-footer-brand,
	.momentimrx-footer-links,
	.momentimrx-footer-links__primary,
	.momentimrx-footer-legal,
	.momentimrx-footer-family {
		width: 100%;
	}

	.momentimrx-footer-family {
		grid-column: auto;
		grid-row: auto;
	}

	.momentimrx-footer-shell--subscription .momentimrx-footer-brand,
	.momentimrx-footer-shell--subscription .momentimrx-footer-links {
		width: 100%;
	}

	.momentimrx-footer-shell--subscription .momentimrx-footer-links {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.momentimrx-footer-shell--subscription .momentimrx-footer-legal {
		grid-column: auto;
	}

	.momentimrx-footer-shell--subscription .momentimrx-footer-family {
		grid-column: auto;
		grid-row: auto;
	}
}

/* Mobile layout refinements */
@media (max-width: 782px) {
	.momentimrx-site-header,
	.momentimrx-site-header.is-scrolled .momentimrx-header-main {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	body.momentimrx-mobile-menu-open .momentimrx-site-header,
	body.momentimrx-mobile-menu-open .momentimrx-site-header .momentimrx-header-main {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	.home .momentimrx-site-header,
	.page .momentimrx-site-header {
		background: transparent;
	}

	.momentimrx-feature-grid,
	.momentimrx-story--alt,
	.momentimrx-promo-panel,
	.momentimrx-status-card {
		padding: 1.5rem;
	}

	.momentimrx-status-card--subscription {
		padding: 0;
		gap: 1rem;
	}

	.momentimrx-status-check-icon {
		width: 88px;
		height: 88px;
		font-size: 50px;
	}

	.momentimrx-status-card--subscription .wp-block-buttons {
		gap: 16px;
	}

	.momentimrx-home-value__eyebrow {
		margin-bottom: 14px;
	}

	.momentimrx-home-value h2 {
		margin-bottom: 14px;
		font-size: clamp(2rem, 9vw, 2.625rem);
	}

	.wp-block-button.momentimrx-home-value-card .wp-block-button__link {
		justify-content: space-between;
		padding: 24px;
		min-height: 190px;
	}

	.momentimrx-footer-logo{
		margin-bottom: 20px;
	}

	.momentimrx-home-solution {
		padding-bottom: 48px;
	}

	.momentimrx-home-value {
		padding-bottom: 16px;
	}

	.momentimrx-expert-section{
		padding: 3rem 24px;
		width: auto;
	}

	.momentimrx-hero--homepage::before {
		height: 55%;
	}

	.momentimrx-hero--velocity h1{
		margin-bottom: 0px !important;
	}

	.momentimrx-hero--velocity .momentimrx-eyebrow{
		margin-bottom: 0px !important;
	}

	.momentimrx-footer-shell {
		padding-inline: 2rem;
		gap: 36px;
	}

	.momentimrx-footer-newsletter-title {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.momentimrx-footer-newsletter {
		gap: 18px;
		margin-bottom: 18px;
		max-width: none;
	}

	.momentimrx-footer-newsletter__embed,
	.momentimrx-footer-newsletter__embed.mktoForm {
		max-width: none !important;
	}

	.momentimrx-footer-newsletter__row {
		flex-direction: column;
		gap: 18px;
	}

	.momentimrx-footer-newsletter .mktoForm .mktoField,
	.momentimrx-footer-newsletter .mktoForm select.mktoField,
	.momentimrx-footer-newsletter .mktoForm textarea.mktoField {
		height: 33px !important;
		padding: 10px !important;
		border-radius: 3px !important;
		font-size: 16px;
	}

	.momentimrx-footer-brand small {
		margin-top: 0;
		font-size: 16px;
	}



	.momentimrx-footer-links__primary {
		gap: 20px;
		border-left: 0;
		padding-left: 0;
		min-height: auto;
	}

	.momentimrx-footer-link-group {
		gap: 12px;

	}

	.momentimrx-footer-link-group[open]{
		margin-bottom: 20px;
	}

	.momentimrx-footer-link-accordion__summary {
		padding-bottom: 12px;
		border-bottom: 0.5px solid rgba(247, 247, 247, 0.8);
		cursor: pointer;
	}

	.momentimrx-footer-link-accordion:not([open]) .momentimrx-footer-link-accordion__panel {
		display: none;
	}

	.momentimrx-footer-link-accordion__chevron {
		display: inline-block;
		width: 8px;
		height: 8px;
		border-right: 1.5px solid rgba(247, 247, 247, 0.8);
		border-bottom: 1.5px solid rgba(247, 247, 247, 0.8);
		transform: rotate(45deg);
		transform-origin: center;
		transition: transform 0.2s ease;
	}

	.momentimrx-expert-form-shell{
		gap: 0px;
	}

	.momentimrx-footer-link-accordion[open] .momentimrx-footer-link-accordion__chevron {
		transform: rotate(-135deg);
	}

	.momentimrx-footer-link-accordion__panel {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.momentimrx-footer-link-group h3 {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.4;
	}

	.momentimrx-footer-links__primary .momentimrx-footer-link-group > a {
		font-size: 16px;
		line-height: 1.4;
	}

	.momentimrx-footer-link-accordion__panel > a {
		font-size: 16px;
		line-height: 1.4;
	}

	.momentimrx-footer-legal {
		order: 3;
		gap: 9px;
		margin-top: 0;
		padding-left: 0;
		border-left: 0;
	}

	.momentimrx-footer-family {
		order: 2;
	}

	.momentimrx-footer-legal a {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.4;
		color: rgba(247, 247, 247, 0.5);
	}

	.momentimrx-footer-legal a[href="/unsubscribe/"] {
		order: -1;
	}

	.momentimrx-hero--homepage {
		min-height: 1110px;
	}

	.momentimrx-home-solution__image {
		height: 260px;
	}

	.momentimrx-home-solution__image img,
	.wp-block-image.momentimrx-home-solution__image img {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.momentimrx-home-solution__grid {
		gap: 14px;
	}

	.momentimrx-home-solution__copy {
		padding: 0;
		gap: 14px;
	}

	.momentimrx-home-solution__copy h3 {
		margin: 0;
		font-size: 22px;
	}

	.momentimrx-home-solution__copy p:not(.momentimrx-text-link-wrapper) {
		flex-grow: 0;
	}

	.wp-block-button.momentimrx-home-value-card span {
		align-items: flex-start;
		white-space: normal;
	}

	.momentimrx-intro-split--company-about h2 {
		font-size: clamp(2.4rem, 11.5vw, 3rem);
	}

	.momentimrx-leadership--company h2,
	.momentimrx-values--company h2 {
		font-size: 36px;
	}

	.momentimrx-leadership--company .momentimrx-leadership__grid {
		padding: 20px;
	}

	.momentimrx-leadership--company .momentimrx-leadership__portrait {
		min-height: 320px;
	}

	.momentimrx-leadership--company .momentimrx-leadership__copy blockquote {
		font-size: 20px;
	}

	.momentimrx-leadership--company .momentimrx-leadership__copy {
		justify-content: flex-start;
		min-height: 0;
	}

	.momentimrx-leadership--company .momentimrx-leadership__meta {
		margin-top: 24px;
	}

	.momentimrx-cta-bar--company-final .momentimrx-cta-bar__inner {
		min-height: 360px;
	}

	.momentimrx-cta-bar--company-final .momentimrx-cta-bar__copy h2,
	.momentimrx-intro-split--looprx-overview h2,
	.momentimrx-velocity-overview__title h2,
	.momentimrx-cta-bar--velocity-final .momentimrx-cta-bar__copy h2,
	.momentimrx-cta-bar--looprx-final .momentimrx-cta-bar__copy h2,
	.momentimrx-cta-bar--homepage-final .momentimrx-cta-bar__copy h2 {
		font-size: 2.375rem;
	}

	.momentimrx-feature-columns--looprx h2,
	.momentimrx-feature-columns--velocity-capabilities h2,
	.momentimrx-benefit-tiles--looprx h2 {
		font-size: 42px;
	}

	.momentimrx-index-shell{
		padding: 48px 24px;
	}

	.momentimrx-search-hero{
		min-height: 100px;
	}

	.momentimrx-benefit-tiles--looprx .momentimrx-benefit-tiles__grid {
		grid-template-columns: 1fr;
		margin-top: 32px;
	}

	.momentimrx-cta-bar--looprx-final .momentimrx-cta-bar__inner,
	.momentimrx-cta-bar--velocity-final .momentimrx-cta-bar__inner,
	.momentimrx-cta-bar--homepage-final .momentimrx-cta-bar__inner {
		min-height: 420px;
		padding: 24px;
	}

	.momentimrx-velocity-highlight__header {
		gap: 16px;
	}

	.momentimrx-velocity-highlight__subheader,
	.momentimrx-velocity-audience__subheader {
		margin-top: 24px;
	}

	.momentimrx-velocity-highlight__grid,
	.momentimrx-feature-columns--velocity-capabilities .momentimrx-feature-columns__grid,
	.momentimrx-velocity-audience__grid {
		grid-template-columns: 1fr;
	}

	.momentimrx-velocity-enablement__inner {
		padding: 28px 20px 28px 48px;
	}

	.momentimrx-velocity-enablement__title-wrap h2,
	.momentimrx-velocity-highlight__header h2,
	.momentimrx-velocity-audience h2 {
		font-size: 36px;
	}

	.momentimrx-velocity-highlight__label,
	.momentimrx-velocity-audience__label {
		font-size: 20px;
	}

	.momentimrx-hero--homepage .wp-block-columns {
		min-height: 1110px;
	}

	.momentimrx-hero--homepage .wp-block-column:first-child {
		top: 170px;
		left: 2rem;
		max-width: calc(100% - 4rem);
	}

	.momentimrx-hero--homepage h1 {
		font-size: clamp(3.5rem, 13vw, 5rem);
	}

	.momentimrx-hero--homepage .momentimrx-hero__visual--orbital {
		top: 600px;
		right: auto;
		left: 50%;
		width: 100%;
		max-width: 430px;
		height: 620px;
		transform: translateX(-50%);
		transform-origin: top center;
		overflow: visible;
	}

	.momentimrx-hero--homepage .momentimrx-hero__slider-arrow,
	.momentimrx-hero--homepage .momentimrx-hero__photo-pill--bottom,
	.momentimrx-hero--homepage .momentimrx-hero__circle-photo--woman {
		display: none;
	}

	.momentimrx-hero--homepage .momentimrx-hero__circle--coral {
		top: 0;
		left: 32px;
		width: 142px;
		height: 142px;
	}

	.momentimrx-hero--homepage .momentimrx-hero__photo-pill--top {
		top: 0;
		right: -120px;
		left: auto;
		width: 300px;
		height: 142px;
		border-radius: 74px;
	}

	.momentimrx-hero--homepage .momentimrx-hero__event-card {
		top: 176px;
		left: 24px;
		width: calc(100% - 48px);
		max-width: 382px;
		height: auto;
		min-height: 141px;
		padding: 30px 48px;
		border-radius: 74px;
	}

	.momentimrx-hero--homepage .momentimrx-hero__event-card p {
		width: auto;
		font-size: 38px;
		font-size: clamp(24px, 5vw, 32px);
		line-height: 1.2;
	}

	.momentimrx-hero--homepage .momentimrx-hero__event-card .momentimrx-text-link {
		margin-top: 10px;
	}

	.momentimrx-hero--homepage .momentimrx-hero__arch {
		top: 404px;
		left: -120px;
		width: 300px;
		height: 141px;
		border-radius: 82px;
		background: #ac0d00;
	}

	.momentimrx-hero--homepage .momentimrx-hero__circle-photo--pharmacists {
		top: 404px;
		right: 32px;
		left: auto;
		width: 141px;
		height: 141px;
	}

	.momentimrx-hero--product .momentimrx-hero__visual--photo {
		left: 0px !important;
		width: 100% !important;
		height: 520px !important;
		bottom: -14px;
	}

	.momentimrx-hero--product {
		min-height: 1000px;
	}

	.momentimrx-hero--product::before {
		top: 32px;
		left: 24px;
		width: calc(100vw - 48px);
		height: 680px;
		background-size: 42px 48px;
	}

	.momentimrx-hero--product .wp-block-columns {
		min-height: 1000px;
	}

	.momentimrx-hero--velocity {
		min-height: 1120px;
	}

	.momentimrx-hero--velocity .wp-block-columns {
		min-height: 1120px;
	}

	.momentimrx-hero--product .wp-block-column:first-child {
		top: 140px;
		left: 24px;
		width: calc(100vw - 48px);
		max-width: calc(100vw - 48px);
	}

	.momentimrx-hero--product h1 {
		margin-bottom: 40px;
		font-size: clamp(4rem, 18vw, 5rem);
	}

	.momentimrx-hero--product .momentimrx-eyebrow {
		max-width: 21rem;
		margin-bottom: 16px;
		font-size: 18px;
	}

	.momentimrx-hero--product .wp-block-buttons {
		margin-top: 20px;
	}

	.momentimrx-hero--product .momentimrx-hero__visual--photo {
		top: 336px;
		left: 24px;
		width: calc(100vw - 48px);
		height: 340px;
	}

	.momentimrx-feature-columns--looprx .momentimrx-feature-column h3 {
		margin-bottom: 8px;
	}

	.momentimrx-benefit-tiles--looprx .momentimrx-benefit-tile {
		min-height: auto;
	}

	.momentimrx-hero--product + .momentimrx-page-nav,
	.momentimrx-banner-hero--company + .momentimrx-page-nav {
		overflow-x: auto;
		padding-inline: 24px;
	}

	.momentimrx-hero--product + .momentimrx-page-nav .wp-block-navigation__container,
	.momentimrx-banner-hero--company + .momentimrx-page-nav .wp-block-navigation__container {
		flex-wrap: nowrap;
	}

	.momentimrx-banner-hero {
		padding-top: 7rem;
	}

	.momentimrx-banner-hero--company {
		min-height: 724px;
		padding: 0;
	}

	.momentimrx-banner-hero--company .momentimrx-banner-hero__inner {
		min-height: 724px;
		padding: 7rem 24px 3rem;
	}

	.momentimrx-banner-hero--company .momentimrx-banner-hero__copy {
		max-width: 100%;
	}

	.momentimrx-banner-hero--company h1 {
		font-size: clamp(3.75rem, 16vw, 5rem);
	}

	/* .momentimrx-banner-hero--company p {
		width: min(100%, 669px);
	} */

	.momentimrx-banner-hero--speak {
		min-height: 425px;
		padding: 0 24px 56px;
	}

	.momentimrx-banner-hero--speak h1 {
		font-size: clamp(3rem, 13vw, 5rem);
	}

	.momentimrx-hero__visual {
		min-height: 18rem;
	}

	.momentimrx-hero__card--top,
	.momentimrx-hero__card--bottom {
		right: 1rem;
	}

	.momentimrx-hero__card--bottom {
		left: 1rem;
	}
}

@media (min-width: 620px) and (max-width: 782px) {
	.momentimrx-hero--homepage::before {
		height: 887px;
	}

	.momentimrx-hero--homepage {
		min-height: 1010px;
	}

	.momentimrx-hero--homepage .wp-block-columns {
		min-height: 1010px;
	}

	.momentimrx-hero--homepage .wp-block-column:first-child {
		top: 170px;
		left: clamp(1.5rem, 4vw, 3rem);
		max-width: calc(100% - 3rem);
	}

	.momentimrx-hero--homepage .momentimrx-hero__visual--orbital {
		top: 400px;
		right: 0;
		left: auto;
		width: 1440px;
		max-width: none;
		height: 732px;
		transform: scale(0.78);
		transform-origin: top right;
		overflow: visible;
	}

	.momentimrx-hero--homepage .momentimrx-hero__slider-arrow,
	.momentimrx-hero--homepage .momentimrx-hero__photo-pill--bottom,
	.momentimrx-hero--homepage .momentimrx-hero__circle-photo--woman {
		display: block;
	}

	.momentimrx-hero--homepage .momentimrx-hero__circle--coral {
		top: 146px;
		left: 996px;
		width: 170px;
		height: 170px;
	}

	.momentimrx-hero--homepage .momentimrx-hero__photo-pill--top {
		top: 146px;
		right: auto;
		left: 1190px;
		width: 340px;
		height: 170px;
		border-radius: 100px;
	}

	.momentimrx-hero--homepage .momentimrx-hero__event-card {
		top: 340px;
		left: 924px;
		width: 412px;
		max-width: none;
		height: 170px;
		min-height: 0;
		padding: 35px 52px;
		border-radius: 100px;
	}

	.momentimrx-hero--homepage .momentimrx-hero__event-card p {
		width: 379px;
		font-size: 24px;
		line-height: 1.4;
	}

	.momentimrx-hero--homepage .momentimrx-hero__event-card .momentimrx-text-link {
		margin-top: 13px;
	}

	.momentimrx-hero--homepage .momentimrx-hero__arch {
		top: 534px;
		left: 1166px;
		width: 170px;
		height: 340px;
		border-radius: 100px 100px 0 0;
	}

	.momentimrx-hero--homepage .momentimrx-hero__circle-photo--pharmacists {
		top: 340px;
		right: auto;
		left: 730px;
		width: 170px;
		height: 170px;
	}

	.momentimrx-hero--homepage .momentimrx-hero__circle-photo--woman {
		top: 534px;
		left: 1360px;
		width: 170px;
		height: 170px;
	}

	.momentimrx-hero--homepage .momentimrx-hero__photo-pill--bottom {
		top: 534px;
		left: 802px;
	}

	.momentimrx-hero--homepage .momentimrx-hero__slider-arrow--prev {
		top: 401px;
		left: 1360px;
	}

	.momentimrx-hero--homepage .momentimrx-hero__slider-arrow--next {
		top: 429px;
		left: 1376px;
	}
}

/* Narrow-desktop and product visual breakpoint tuning */
@media (max-width: 1400px) {
	.momentimrx-eyebrow {
		max-width: 500px !important;
	}
}

@media (max-width: 1140px) {
	.momentimrx-hero--product .momentimrx-hero__visual--photo {
		height: 520px;
		width: 520px;
		top: auto;
	}
}

@media (max-width: 1000px) {
	.momentimrx-hero--product .momentimrx-hero__visual--photo {
		height: 420px;
		width: 420px;
	}
}

/* Mobile nav consistency across all templates */
@media (max-width: 960px) {
	.momentimrx-site-header,
	.momentimrx-site-header.is-scrolled .momentimrx-header-main {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	body.momentimrx-mobile-menu-open .momentimrx-site-header,
	body.momentimrx-mobile-menu-open .momentimrx-site-header .momentimrx-header-main {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	.momentimrx-header-main {
		padding-inline: 24px !important;
	}

	.momentimrx-header-main > .momentimrx-header-nav {
		display: none !important;
	}

	.momentimrx-header-mobile-actions {
		display: flex !important;
	}

	.momentimrx-mobile-search-panel,
	.momentimrx-mobile-menu {
		display: block;
	}

	.momentimrx-mobile-search-panel[hidden],
	.momentimrx-mobile-menu[hidden] {
		display: none !important;
	}

	.momentimrx-mobile-menu {
		display: flex !important;
		position: fixed !important;
		inset: 0;
		z-index: 45;
		padding: 84px 20px 20px;
		background: #fff;
		overflow-y: auto;
		border-radius: 0;
	}

	.momentimrx-mobile-menu__links {
		display: grid;
		gap: 22px;
		margin-bottom: 24px;
	}

	.momentimrx-mobile-menu__links > a {
		display: flex;
		align-items: center;
		min-height: 28px;
		padding: 0;
		border-bottom: 0.7px solid rgba(172, 13, 0, 0.35);
	}

	.momentimrx-mobile-menu__accordion {
		border-bottom: 0.7px solid rgba(172, 13, 0, 0.35);
	}

	.momentimrx-banner-hero--company .momentimrx-banner-hero__inner {
		padding-left: 24px;
		padding-right: 24px;
	}
}
