.tmic-hhh-page {
	--tmic-hhh-navy: #17324d;
	--tmic-hhh-teal: #2b7a78;
	--tmic-hhh-teal-dark: #24645f;
	--tmic-hhh-pale-teal: #eaf4f4;
	--tmic-hhh-charcoal: #1f2933;
	--tmic-hhh-muted: #5a6b78;
	--tmic-hhh-gray: #f6f8fa;
	--tmic-hhh-white: #ffffff;
	--tmic-hhh-line: #dce4e8;
	--tmic-hhh-amber: #8a5d00;
	--tmic-hhh-amber-bg: #fbf6ea;
	--tmic-hhh-amber-line: #ead9ae;
	--tmic-hhh-red: #922525;
	--tmic-hhh-red-bg: #fbeaea;
	--tmic-hhh-max-width: 1180px;
	--tmic-hhh-radius: 12px;
	--tmic-hhh-section-space: 64px;
	--tmic-hhh-shadow: 0 10px 32px rgba(23, 50, 77, 0.09);
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	color: var(--tmic-hhh-charcoal);
	background: var(--tmic-hhh-gray);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
}

/*
 * Theme-shell integration.
 * These selectors intentionally sit outside the component root, but the body
 * class is added only to requests that the plugin has positively identified.
 */
body.tmic-hhh-page-request .fusion-page-title-bar {
	display: none !important;
}

body.tmic-hhh-page-request #main {
	padding: 0 !important;
}

body.tmic-hhh-page-request #main > .fusion-row {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

body.tmic-hhh-page-request #primary.tmic-hhh-template-main {
	float: none;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.tmic-hhh-page,
.tmic-hhh-page * {
	box-sizing: border-box;
}

.tmic-hhh-page h1,
.tmic-hhh-page h2,
.tmic-hhh-page h3,
.tmic-hhh-page p,
.tmic-hhh-page ul,
.tmic-hhh-page ol,
.tmic-hhh-page address {
	margin-top: 0;
}

.tmic-hhh-page h1,
.tmic-hhh-page h2,
.tmic-hhh-page h3 {
	color: var(--tmic-hhh-navy);
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
}

.tmic-hhh-page h1 {
	margin-bottom: 18px;
	font-size: clamp(2rem, 3.6vw, 3rem);
	line-height: 1.22;
}

.tmic-hhh-page h2 {
	margin-bottom: 12px;
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	line-height: 1.35;
}

.tmic-hhh-page h3 {
	margin-bottom: 10px;
	font-size: 1.18rem;
	line-height: 1.45;
}

.tmic-hhh-page p {
	margin-bottom: 1em;
}

.tmic-hhh-page ul,
.tmic-hhh-page ol {
	margin-bottom: 1em;
	padding-left: 1.3em;
}

.tmic-hhh-page li + li {
	margin-top: 0.35em;
}

.tmic-hhh-page address {
	font-style: normal;
}

.tmic-hhh-page a {
	color: var(--tmic-hhh-teal-dark);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.tmic-hhh-page a:hover {
	color: var(--tmic-hhh-navy);
}

.tmic-hhh-page :focus-visible {
	outline: 3px solid var(--tmic-hhh-teal);
	outline-offset: 3px;
}

.tmic-hhh-page [id] {
	scroll-margin-top: 24px;
}

.tmic-hhh-wrap {
	width: min(100% - 40px, var(--tmic-hhh-max-width));
	margin-right: auto;
	margin-left: auto;
}

.tmic-hhh-skip-link {
	position: fixed;
	top: 8px;
	left: 12px;
	z-index: 100000;
	padding: 10px 14px;
	border: 2px solid var(--tmic-hhh-teal);
	border-radius: 8px;
	background: var(--tmic-hhh-white);
	color: var(--tmic-hhh-navy);
	font-weight: 700;
	transform: translateY(-160%);
}

.tmic-hhh-skip-link:focus {
	transform: translateY(0);
}

.tmic-hhh-review-note {
	padding: 12px 20px;
	border-bottom: 1px solid var(--tmic-hhh-amber-line);
	background: var(--tmic-hhh-amber-bg);
	color: #5f4100;
	text-align: center;
}

.tmic-hhh-review-note strong {
	margin-right: 0.5em;
}

.tmic-hhh-page-nav {
	position: relative;
	z-index: 20;
	border-bottom: 1px solid var(--tmic-hhh-line);
	background: rgba(255, 255, 255, 0.97);
}

.tmic-hhh-page-nav__inner {
	display: flex;
	align-items: center;
	gap: 22px;
	min-height: 64px;
}

.tmic-hhh-page-nav__brand {
	display: inline-flex;
	flex: 0 0 auto;
	border-radius: 8px;
	line-height: 0;
	text-decoration: none;
}

.tmic-hhh-page-nav__brand img {
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 8px;
}

.tmic-hhh-page-nav__links {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 20px;
}

.tmic-hhh-page-nav__links a {
	color: #3a4a56;
	font-size: 0.88rem;
	font-weight: 600;
	text-decoration: none;
}

.tmic-hhh-page-nav__links a:hover {
	color: var(--tmic-hhh-teal-dark);
	text-decoration: underline;
}

.tmic-hhh-page-nav__toggle {
	display: none;
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid var(--tmic-hhh-line);
	border-radius: 8px;
	background: var(--tmic-hhh-white);
	color: var(--tmic-hhh-navy);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.tmic-hhh-page-nav__cta {
	margin-left: auto;
}

.tmic-hhh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
	border: 2px solid var(--tmic-hhh-teal);
	border-radius: 10px;
	background: var(--tmic-hhh-teal);
	color: var(--tmic-hhh-white) !important;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	text-decoration: none !important;
}

.tmic-hhh-button:hover {
	border-color: var(--tmic-hhh-teal-dark);
	background: var(--tmic-hhh-teal-dark);
	color: var(--tmic-hhh-white) !important;
}

.tmic-hhh-button--small {
	min-height: 40px;
	padding: 9px 15px;
	font-size: 0.84rem;
}

.tmic-hhh-button--secondary {
	background: transparent;
	color: var(--tmic-hhh-teal-dark) !important;
}

.tmic-hhh-button--secondary:hover {
	color: var(--tmic-hhh-white) !important;
}

.tmic-hhh-fact-strip {
	background: var(--tmic-hhh-navy);
	color: var(--tmic-hhh-pale-teal);
}

.tmic-hhh-fact-strip__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 24px;
	align-items: center;
	justify-content: center;
	padding-top: 11px;
	padding-bottom: 11px;
	font-size: 0.85rem;
}

.tmic-hhh-fact-strip__inner b {
	color: #98dfdb;
}

.tmic-hhh-hero {
	border-bottom: 1px solid #d6e2e2;
	background: linear-gradient(180deg, var(--tmic-hhh-pale-teal), var(--tmic-hhh-gray));
}

.tmic-hhh-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
	gap: clamp(28px, 4vw, 48px);
	align-items: center;
	padding-top: clamp(48px, 7vw, 88px);
	padding-bottom: clamp(48px, 7vw, 88px);
}

.tmic-hhh-hero__content > p:not(.tmic-hhh-pill):not(.tmic-hhh-lead):not(.tmic-hhh-microcopy) {
	max-width: 68ch;
}

.tmic-hhh-lead {
	max-width: 68ch;
	color: #334650;
	font-size: 1.08rem;
}

.tmic-hhh-pill,
.tmic-hhh-eyebrow {
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.tmic-hhh-pill {
	display: inline-block;
	margin-bottom: 14px;
	padding: 5px 12px;
	border-radius: 999px;
	background: var(--tmic-hhh-navy);
	color: var(--tmic-hhh-pale-teal);
}

.tmic-hhh-eyebrow {
	margin-bottom: 8px;
	color: var(--tmic-hhh-teal-dark);
	text-transform: uppercase;
}

.tmic-hhh-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.tmic-hhh-microcopy {
	margin-top: 12px;
	color: var(--tmic-hhh-muted);
	font-size: 0.82rem;
}

.tmic-hhh-hero__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.tmic-hhh-hero__media {
	position: relative;
	grid-column: 1 / -1;
	aspect-ratio: 4 / 3;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--tmic-hhh-line);
	border-radius: var(--tmic-hhh-radius);
	background: var(--tmic-hhh-navy);
	box-shadow: var(--tmic-hhh-shadow);
}

.tmic-hhh-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tmic-hhh-hero__media figcaption,
.tmic-hhh-profile-card__media figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px 14px;
	background: linear-gradient(180deg, rgba(15, 34, 51, 0), rgba(15, 34, 51, 0.92));
	color: var(--tmic-hhh-white);
	font-size: 0.78rem;
	font-weight: 700;
}

.tmic-hhh-fact-card--featured {
	grid-column: 1 / -1;
}

.tmic-hhh-fact-card,
.tmic-hhh-card,
.tmic-hhh-plan,
.tmic-hhh-flow-step {
	border: 1px solid var(--tmic-hhh-line);
	border-radius: var(--tmic-hhh-radius);
	background: var(--tmic-hhh-white);
}

.tmic-hhh-fact-card {
	padding: 20px;
	box-shadow: var(--tmic-hhh-shadow);
}

.tmic-hhh-fact-card p:last-child,
.tmic-hhh-card p:last-child,
.tmic-hhh-plan p:last-child,
.tmic-hhh-flow-step p:last-child {
	margin-bottom: 0;
}

.tmic-hhh-fact-card__label,
.tmic-hhh-card__kicker {
	margin-bottom: 4px;
	color: var(--tmic-hhh-muted);
	font-size: 0.8rem;
	font-weight: 700;
}

.tmic-hhh-fact-card__value {
	margin-bottom: 5px;
	color: var(--tmic-hhh-teal-dark);
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	font-weight: 900;
	line-height: 1.2;
	font-variant-numeric: tabular-nums;
}

.tmic-hhh-fact-card__value small {
	font-size: 0.85rem;
	font-weight: 600;
}

.tmic-hhh-fact-card__value--text {
	color: var(--tmic-hhh-navy);
	font-size: 1.12rem;
}

.tmic-hhh-section {
	padding-top: var(--tmic-hhh-section-space);
	padding-bottom: var(--tmic-hhh-section-space);
}

.tmic-hhh-section--white {
	background: var(--tmic-hhh-white);
}

.tmic-hhh-section--muted {
	background: #eef2f4;
}

.tmic-hhh-grid {
	display: grid;
	gap: 18px;
	margin-top: 28px;
}

.tmic-hhh-grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tmic-hhh-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tmic-hhh-card,
.tmic-hhh-plan {
	padding: 24px;
}

.tmic-hhh-card--navy {
	border-top: 4px solid var(--tmic-hhh-navy);
}

.tmic-hhh-card--teal {
	border-top: 4px solid var(--tmic-hhh-teal);
}

.tmic-hhh-card--amber {
	border-top: 4px solid var(--tmic-hhh-amber);
}

.tmic-hhh-card--dark {
	border-color: var(--tmic-hhh-navy);
	background: var(--tmic-hhh-navy);
	color: var(--tmic-hhh-pale-teal);
}

.tmic-hhh-card--dark h3 {
	color: var(--tmic-hhh-white);
}

.tmic-hhh-note {
	padding: 10px 12px;
	border-radius: 8px;
	background: var(--tmic-hhh-gray);
	color: var(--tmic-hhh-muted);
	font-size: 0.82rem;
}

.tmic-hhh-card--dark .tmic-hhh-note {
	background: rgba(255, 255, 255, 0.1);
	color: var(--tmic-hhh-pale-teal);
}

.tmic-hhh-profile-card {
	padding: 0;
	overflow: hidden;
}

.tmic-hhh-profile-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	margin: 0;
	overflow: hidden;
	background: #dfe9e9;
}

.tmic-hhh-profile-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tmic-hhh-profile-card__media--portrait img {
	object-position: center 24%;
}

.tmic-hhh-profile-card__body {
	padding: 24px;
}

.tmic-hhh-table-wrap {
	overflow-x: auto;
	margin-top: 24px;
	border: 1px solid var(--tmic-hhh-line);
	border-radius: var(--tmic-hhh-radius);
	background: var(--tmic-hhh-white);
}

.tmic-hhh-page table {
	width: 100%;
	min-width: 560px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: transparent;
}

.tmic-hhh-page caption {
	padding: 12px 16px;
	color: var(--tmic-hhh-navy);
	font-weight: 700;
	text-align: left;
}

.tmic-hhh-page th,
.tmic-hhh-page td {
	padding: 13px 16px;
	border: 0;
	border-top: 1px solid #edf1f3;
	background: transparent;
	color: var(--tmic-hhh-charcoal);
	text-align: left;
}

.tmic-hhh-page thead th {
	border-top: 0;
	background: var(--tmic-hhh-gray);
	color: var(--tmic-hhh-muted);
	font-size: 0.84rem;
}

.tmic-hhh-page tbody th {
	color: var(--tmic-hhh-navy);
	font-weight: 700;
}

.tmic-hhh-page td:last-child {
	color: var(--tmic-hhh-teal-dark);
	font-weight: 800;
	font-variant-numeric: tabular-nums;
}

.tmic-hhh-callout {
	margin-top: 18px;
	padding: 14px 16px;
	border: 1px solid var(--tmic-hhh-amber-line);
	border-radius: 10px;
	background: var(--tmic-hhh-amber-bg);
	color: #634500;
	font-size: 0.88rem;
}

.tmic-hhh-plan {
	display: flex;
	flex-direction: column;
}

.tmic-hhh-plan--featured {
	border: 2px solid var(--tmic-hhh-teal);
}

.tmic-hhh-plan__price {
	margin-bottom: 14px;
	color: var(--tmic-hhh-teal-dark);
	font-size: 1.9rem;
	font-weight: 900;
	line-height: 1.3;
}

.tmic-hhh-plan__price--text {
	color: var(--tmic-hhh-navy);
	font-size: 1.15rem;
}

.tmic-hhh-risk {
	border-top: 1px solid var(--tmic-hhh-amber-line);
	border-bottom: 1px solid var(--tmic-hhh-amber-line);
	background: var(--tmic-hhh-amber-bg);
}

.tmic-hhh-risk__approved-copy {
	margin-top: 22px;
	padding: 24px;
	border: 1px solid var(--tmic-hhh-amber-line);
	border-radius: var(--tmic-hhh-radius);
	background: var(--tmic-hhh-white);
}

.tmic-hhh-source-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 24px;
	margin-top: 22px;
	margin-bottom: 0;
	padding-left: 1.2em;
	font-size: 0.86rem;
}

.tmic-hhh-flow-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 28px;
}

.tmic-hhh-flow-step {
	position: relative;
	padding: 22px;
}

.tmic-hhh-flow-step > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-bottom: 12px;
	border-radius: 50%;
	background: var(--tmic-hhh-teal);
	color: var(--tmic-hhh-white);
	font-weight: 800;
}

.tmic-hhh-faq-list {
	margin-top: 24px;
	border: 1px solid var(--tmic-hhh-line);
	border-radius: var(--tmic-hhh-radius);
	background: var(--tmic-hhh-white);
	overflow: hidden;
}

.tmic-hhh-faq-list details + details {
	border-top: 1px solid var(--tmic-hhh-line);
}

.tmic-hhh-faq-list summary {
	position: relative;
	padding: 17px 50px 17px 18px;
	color: var(--tmic-hhh-navy);
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.tmic-hhh-faq-list summary::-webkit-details-marker {
	display: none;
}

.tmic-hhh-faq-list summary::after {
	position: absolute;
	top: 50%;
	right: 20px;
	color: var(--tmic-hhh-teal-dark);
	font-size: 1.25rem;
	content: "+";
	transform: translateY(-50%);
}

.tmic-hhh-faq-list details[open] summary::after {
	content: "−";
}

.tmic-hhh-faq-list details > div {
	padding: 0 18px 17px;
	color: #3a4a56;
}

.tmic-hhh-faq-list details > div p:last-child {
	margin-bottom: 0;
}

.tmic-hhh-intake {
	padding-top: 68px;
	padding-bottom: 68px;
	background: var(--tmic-hhh-navy);
	color: var(--tmic-hhh-pale-teal);
}

.tmic-hhh-intake__inner {
	max-width: 840px;
	text-align: center;
}

.tmic-hhh-intake h2 {
	color: var(--tmic-hhh-white);
}

.tmic-hhh-intake .tmic-hhh-pill {
	background: rgba(234, 244, 244, 0.14);
}

.tmic-hhh-intake-unavailable {
	margin-top: 24px;
	padding: 22px;
	border: 1px solid var(--tmic-hhh-amber-line);
	border-radius: var(--tmic-hhh-radius);
	background: var(--tmic-hhh-amber-bg);
	color: #5f4100;
	text-align: left;
}

.tmic-hhh-intake__provider {
	margin-top: 24px;
	color: var(--tmic-hhh-charcoal);
	text-align: left;
}

.tmic-hhh-page-end {
	padding-top: 28px;
	padding-bottom: 28px;
	background: #0f2233;
	color: #b9c7cf;
	font-size: 0.8rem;
}

.tmic-hhh-page-end p:last-child {
	margin-bottom: 0;
}

.tmic-hhh-page-end a {
	color: #c8e5e3;
}

.tmic-hhh-mobile-cta {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9990;
	padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
	border-top: 1px solid var(--tmic-hhh-line);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.1);
}

.tmic-hhh-mobile-cta .tmic-hhh-button {
	display: flex;
	width: 100%;
}

.tmic-hhh-mobile-cta.is-hidden {
	display: none !important;
}

@media (max-width: 980px) {
	.tmic-hhh-page-nav__inner {
		flex-wrap: wrap;
		gap: 10px 16px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.tmic-hhh-page-nav__toggle {
		display: inline-flex;
		align-items: center;
	}

	.tmic-hhh-page-nav__links {
		display: none;
		order: 3;
		flex-basis: 100%;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		border-top: 1px solid var(--tmic-hhh-line);
	}

	.tmic-hhh-page-nav__links.is-open {
		display: flex;
	}

	.tmic-hhh-page-nav__links a {
		padding: 11px 4px;
		border-bottom: 1px solid #edf1f3;
		font-size: 0.95rem;
	}

	.tmic-hhh-page-nav__cta {
		margin-left: auto;
	}

	.tmic-hhh-hero__inner {
		grid-template-columns: 1fr;
	}

	.tmic-hhh-grid--three,
	.tmic-hhh-flow-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.tmic-hhh-page {
		--tmic-hhh-section-space: 46px;
	}

	.tmic-hhh-wrap {
		width: min(100% - 32px, var(--tmic-hhh-max-width));
	}

	.tmic-hhh-page-nav__cta {
		display: none;
	}

	.tmic-hhh-grid--two,
	.tmic-hhh-grid--three,
	.tmic-hhh-flow-grid {
		grid-template-columns: 1fr;
	}

	.tmic-hhh-hero__facts {
		grid-template-columns: 1fr;
	}

	.tmic-hhh-fact-card--featured {
		grid-column: auto;
	}

	.tmic-hhh-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.tmic-hhh-hero__actions .tmic-hhh-button {
		width: 100%;
	}

	.tmic-hhh-fact-strip__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.tmic-hhh-mobile-cta {
		display: block;
	}
}

@media (max-width: 380px) {
	.tmic-hhh-wrap {
		width: min(100% - 24px, var(--tmic-hhh-max-width));
	}

	.tmic-hhh-card,
	.tmic-hhh-plan,
	.tmic-hhh-fact-card,
	.tmic-hhh-flow-step {
		padding: 18px;
	}

	.tmic-hhh-button {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tmic-hhh-page,
	.tmic-hhh-page *,
	.tmic-hhh-page *::before,
	.tmic-hhh-page *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.tmic-hhh-page-nav,
	.tmic-hhh-mobile-cta,
	.tmic-hhh-review-note,
	.tmic-hhh-skip-link {
		display: none !important;
	}

	.tmic-hhh-page {
		background: #fff;
		color: #000;
	}

	.tmic-hhh-page .tmic-hhh-fact-strip,
	.tmic-hhh-page .tmic-hhh-card--dark,
	.tmic-hhh-page .tmic-hhh-intake,
	.tmic-hhh-page .tmic-hhh-page-end,
	.tmic-hhh-page .tmic-hhh-pill,
	.tmic-hhh-page .tmic-hhh-button {
		background: #fff !important;
		color: #000 !important;
	}

	.tmic-hhh-page .tmic-hhh-fact-strip *,
	.tmic-hhh-page .tmic-hhh-card--dark *,
	.tmic-hhh-page .tmic-hhh-intake *,
	.tmic-hhh-page .tmic-hhh-page-end * {
		color: #000 !important;
	}

	.tmic-hhh-page .tmic-hhh-button {
		border-color: #000;
	}

	.tmic-hhh-section,
	.tmic-hhh-intake {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}
