/* Investment page-builder sections. */
:root {
	--invest-navy: #032f61;
	--invest-deep: #021d3d;
	--invest-blue: #005bbb;
	--invest-yellow: #ffd500;
	--invest-yellow-soft: #fff7cc;
	--invest-ink: #101713;
	--invest-muted: #68736c;
}

.invest-page {
	background: #fff;
	color: var(--invest-ink);
}

.invest-hero {
	position: relative;
	min-height: 45rem;
	padding: 6.75rem 0 6.25rem;
	overflow: hidden;
	background:
		linear-gradient(105deg, rgba(2, 29, 61, .98) 0%, rgba(3, 47, 97, .93) 48%, rgba(3, 47, 97, .44) 100%),
		var(--invest-hero-image, url("../images/GHmWC3lEWMDw.jpg")) center/cover no-repeat;
}

.invest-hero::after {
	content: "";
	position: absolute;
	right: -13rem;
	bottom: -24rem;
	width: 46rem;
	height: 46rem;
	border: 7.5rem solid rgba(255, 255, 255, .07);
	border-radius: 50%;
	pointer-events: none;
}

.invest-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(21rem, .58fr);
	align-items: center;
	gap: 5rem;
}

.invest-hero__brand,
.invest-section-kicker {
	display: inline-flex;
	align-items: center;
	gap: .75rem;
	color: #fff;
	font-size: .8125rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.invest-hero__brand {
	margin-bottom: 1.75rem;
}

.invest-hero__brand i {
	display: grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background: var(--invest-yellow);
	color: var(--invest-deep);
	font-size: 1.125rem;
}

.invest-hero h1 {
	max-width: 54rem;
	margin: 0;
	color: #fff;
	font-family: "Montserrat Alternates", sans-serif;
	font-size: clamp(3.2rem, 5.7vw, 5.6rem);
	font-weight: 600;
	line-height: .98;
	letter-spacing: -.055em;
	text-wrap: balance;
}

.invest-hero h1 em {
	color: var(--invest-yellow);
	font-style: normal;
}

.invest-hero__lead {
	max-width: 43rem;
	margin: 2rem 0 0;
	color: rgba(255, 255, 255, .84);
	font-size: 1.125rem;
	line-height: 1.75;
}

.invest-hero__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem 1.75rem;
	margin-top: 2.5rem;
}

.invest-hero__text-link {
	display: inline-flex;
	align-items: center;
	gap: .625rem;
	color: #fff;
	font-size: .9375rem;
	font-weight: 700;
}

.invest-hero__text-link:hover,
.invest-hero__text-link:focus {
	color: var(--invest-yellow);
}

.invest-hero__panel {
	padding: 2rem;
	border: 1px solid rgba(255, 255, 255, .19);
	border-radius: 1.5rem;
	background: rgba(2, 29, 61, .68);
	box-shadow: 0 2rem 5rem rgba(0, 20, 44, .28);
	backdrop-filter: blur(.875rem);
}

.invest-hero__panel-label {
	display: block;
	margin-bottom: 1.25rem;
	color: var(--invest-yellow);
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.invest-hero__benefits {
	display: grid;
	gap: 1rem;
}

.invest-hero__benefit {
	display: grid;
	grid-template-columns: 2.875rem 1fr;
	align-items: center;
	gap: .875rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.invest-hero__benefit:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.invest-hero__benefit i {
	display: grid;
	place-items: center;
	width: 2.875rem;
	height: 2.875rem;
	border-radius: .875rem;
	background: var(--invest-yellow);
	color: var(--invest-deep);
	font-size: 1.125rem;
}

.invest-hero__benefit strong {
	display: block;
	color: #fff;
	font-size: .9375rem;
	line-height: 1.4;
}

.invest-overview {
	padding: 6.5rem 0 5rem;
}

.invest-overview__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.invest-overview__card {
	position: relative;
	min-height: 100%;
	padding: 2rem;
	border: 1px solid #e5ebe7;
	border-radius: 1.25rem;
	background: #fff;
	box-shadow: 0 1.25rem 3.5rem rgba(3, 47, 97, .07);
}

.invest-overview__card > i {
	display: grid;
	place-items: center;
	width: 3.5rem;
	height: 3.5rem;
	margin-bottom: 1.5rem;
	border-radius: 1rem;
	background: var(--invest-yellow);
	color: var(--invest-deep);
	font-size: 1.35rem;
}

.invest-overview__card h2 {
	margin: 0 0 1rem;
	font-family: "Montserrat Alternates", sans-serif;
	font-size: 1.55rem;
	font-weight: 700;
	line-height: 1.15;
}

.invest-overview__card p,
.invest-overview__card li {
	color: var(--invest-muted);
	font-size: .9375rem;
	line-height: 1.7;
}

.invest-overview__card p {
	margin: 0;
}

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

.invest-overview__card ul {
	display: grid;
	gap: .75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.invest-overview__card li {
	position: relative;
	padding-left: 1.75rem;
}

.invest-overview__card li:empty {
	display: none;
}

.invest-overview__card li::before {
	content: "\f058";
	position: absolute;
	top: .05rem;
	left: 0;
	color: var(--invest-blue);
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
}

.invest-metrics {
	padding: 0 0 6.5rem;
}

.invest-metrics__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.invest-metric {
	position: relative;
	padding: 2.25rem 1.5rem 1.75rem;
	border-radius: 1.125rem;
	background: #f4f7f5;
	text-align: center;
}

.invest-metric i {
	display: grid;
	place-items: center;
	width: 3.5rem;
	height: 3.5rem;
	margin: -4rem auto 1.25rem;
	border: .375rem solid #fff;
	border-radius: 50%;
	background: var(--invest-navy);
	color: #fff;
	font-size: 1.125rem;
}

.invest-metric strong {
	display: block;
	color: var(--invest-blue);
	font-family: "Montserrat Alternates", sans-serif;
	font-size: clamp(2rem, 3vw, 2rem);
	font-weight: 700;
	line-height: 1;
}

.invest-metric b {
	display: block;
	margin-top: .75rem;
	color: var(--invest-deep);
	font-size: .8125rem;
	text-transform: uppercase;
}

.invest-metric span {
	display: block;
	margin-top: .625rem;
	color: var(--invest-muted);
	font-size: .8125rem;
	line-height: 1.5;
}

.invest-assets {
	padding: 6.5rem 0;
	background: #f2f7fc;
}

.invest-heading {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(20rem, .6fr);
	align-items: end;
	gap: 3rem;
	margin-bottom: 2.75rem;
}

.invest-section-kicker {
	margin-bottom: 1rem;
	color: var(--invest-blue);
}

.invest-calculator .invest-section-kicker,
.invest-cta .invest-section-kicker {
	color: var(--invest-yellow);
}

.invest-heading h2,
.invest-process h2,
.invest-audience h2,
.invest-calculator h2,
.invest-cta h2 {
	margin: 0;
	font-family: "Montserrat Alternates", sans-serif;
	font-size: clamp(2.35rem, 4vw, 4rem);
	font-weight: 600;
	line-height: 1.04;
	letter-spacing: -.045em;
	text-wrap: balance;
}

.invest-heading p {
	margin: 0;
	color: var(--invest-muted);
	font-size: 1rem;
	line-height: 1.75;
}

.invest-assets__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: .875rem;
}

.invest-asset {
	min-height: 13.5rem;
	padding: 1.4rem;
	border-radius: 1.125rem;
	background: #fff;
	box-shadow: 0 1rem 2.75rem rgba(3, 47, 97, .07);
}

.invest-asset i {
	display: grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 2.5rem;
	border-radius: .875rem;
	background: var(--invest-yellow);
	color: var(--invest-deep);
	font-size: 1.125rem;
}

.invest-asset h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
}

.invest-asset span {
	display: block;
	margin-top: .625rem;
	color: var(--invest-muted);
	font-size: .75rem;
	line-height: 1.5;
}

.invest-calculator {
	position: relative;
	padding: 7rem 0;
	overflow: hidden;
	background: var(--invest-deep);
	color: #fff;
}

.invest-calculator::after {
	content: "";
	position: absolute;
	top: -14rem;
	right: -10rem;
	width: 35rem;
	height: 35rem;
	border: 6rem solid rgba(255, 255, 255, .07);
	border-radius: 50%;
}

.invest-calculator__head,
.invest-calculator__layout {
	position: relative;
	z-index: 1;
}

.invest-calculator__head {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(18rem, .55fr);
	align-items: end;
	gap: 3rem;
	margin-bottom: 2.75rem;
}

.invest-calculator__head p {
	margin: 0;
	color: rgba(255, 255, 255, .68);
	line-height: 1.75;
}

.invest-calculator__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(20rem, .65fr);
	gap: 1rem;
}

.invest-calculator__controls,
.invest-calculator__summary {
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 1.5rem;
}

.invest-calculator__controls {
	padding: 2rem;
	background: rgba(255, 255, 255, .055);
}

.invest-calculator__presets {
	display: flex;
	flex-wrap: wrap;
	gap: .625rem;
	margin-bottom: 2rem;
}

.invest-calculator__preset {
	min-width: 7.5rem;
	padding: .7rem 1.125rem;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 999px;
	background: transparent;
	color: #fff;
	font: inherit;
	font-size: .875rem;
	font-weight: 700;
	cursor: pointer;
}

.invest-calculator__preset.is-active {
	border-color: var(--invest-yellow);
	background: var(--invest-yellow);
	color: var(--invest-deep);
}

.invest-calculator__field + .invest-calculator__field {
	margin-top: 1.75rem;
}

.invest-calculator__field-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: .875rem;
}

.invest-calculator__field-head label {
	color: rgba(255, 255, 255, .72);
	font-size: .8125rem;
	font-weight: 700;
}

.invest-calculator__field-head output {
	color: #fff;
	font-family: "Montserrat Alternates", sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
}

.invest-calculator input[type="range"] {
	width: 100%;
	height: .375rem;
	border-radius: 999px;
	appearance: none;
	background: linear-gradient(90deg, var(--invest-yellow) 0 var(--range-progress, 0%), rgba(255, 255, 255, .14) var(--range-progress, 0%) 100%);
	cursor: pointer;
}

.invest-calculator input[type="range"]::-webkit-slider-thumb {
	width: 1.25rem;
	height: 1.25rem;
	border: .25rem solid #fff;
	border-radius: 50%;
	appearance: none;
	background: var(--invest-yellow);
	box-shadow: 0 0 0 .25rem rgba(255, 213, 0, .25);
}

.invest-calculator input[type="range"]::-moz-range-thumb {
	width: .875rem;
	height: .875rem;
	border: .25rem solid #fff;
	border-radius: 50%;
	background: var(--invest-yellow);
	box-shadow: 0 0 0 .25rem rgba(255, 213, 0, .25);
}

.invest-calculator__results {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: 2.25rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(255, 255, 255, .12);
}

.invest-calculator__result {
	padding: 0 1.25rem;
	border-right: 1px solid rgba(255, 255, 255, .12);
}

.invest-calculator__result:first-child {
	padding-left: 0;
}

.invest-calculator__result:last-child {
	padding-right: 0;
	border-right: 0;
}

.invest-calculator__result span {
	display: block;
	min-height: 2.5rem;
	color: rgba(255, 255, 255, .62);
	font-size: .75rem;
	font-weight: 600;
	line-height: 1.45;
}

.invest-calculator__result strong {
	display: block;
	margin-top: .75rem;
	font-family: "Montserrat Alternates", sans-serif;
	font-size: clamp(1.5rem, 2.5vw, 2.25rem);
	font-weight: 600;
	line-height: 1;
}

.invest-calculator__summary {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2rem;
	background: #fff;
	color: var(--invest-ink);
}

.invest-calculator__summary-icon {
	display: grid;
	place-items: center;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	background: var(--invest-yellow);
	color: var(--invest-deep);
	font-size: 1.25rem;
}

.invest-calculator__summary p {
	margin: 2.5rem 0;
	color: var(--invest-ink);
	font-family: "Montserrat Alternates", sans-serif;
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 1.45;
}

.invest-calculator__summary mark {
	background: var(--invest-yellow-soft);
	color: var(--invest-blue);
	padding: 0 .15rem;
}

.invest-calculator__summary small {
	display: block;
	color: var(--invest-muted);
	font-size: .6875rem;
	line-height: 1.55;
}

.invest-process {
	padding: 6.5rem 0;
}

.invest-process__grid {
	display: grid;
	grid-template-columns: minmax(19rem, .55fr) minmax(0, 1fr);
	gap: 5rem;
}

.invest-process__intro {
	align-self: start;
	position: sticky;
	top: 8rem;
}

.invest-process__intro p {
	margin: 1.5rem 0 0;
	color: var(--invest-muted);
	line-height: 1.75;
}

.invest-process__steps {
	display: grid;
	gap: 1rem;
}

.invest-process__step {
	display: grid;
	grid-template-columns: 3.75rem 1fr;
	gap: 1.25rem;
	padding: 1.5rem;
	border: 1px solid #e5ebe7;
	border-radius: 1.125rem;
}

.invest-process__step b {
	display: grid;
	place-items: center;
	width: 3.75rem;
	height: 3.75rem;
	border-radius: 50%;
	background: var(--invest-yellow);
	color: var(--invest-deep);
	font-family: "Montserrat Alternates", sans-serif;
}

.invest-process__step h3 {
	margin: 0 0 .5rem;
	font-size: 1.05rem;
	font-weight: 700;
}

.invest-process__step p {
	margin: 0;
	color: var(--invest-muted);
	font-size: .875rem;
	line-height: 1.65;
}

.invest-audience {
	padding: 6.5rem 0;
	background: #f2f7fc;
}

.invest-audience__head {
	max-width: 52rem;
	margin-bottom: 2.75rem;
}

.invest-audience__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.invest-audience__item {
	padding: 1.75rem;
	border-radius: 1rem;
	background: #fff;
}

.invest-audience__item i {
	display: grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	border-radius: .875rem;
	background: var(--invest-yellow);
	color: var(--invest-deep);
	font-size: 1.25rem;
}

.invest-audience__item h3 {
	margin: 2.5rem 0 0;
	font-size: 1rem;
	font-weight: 700;
}

.invest-cta {
	padding: 6.5rem 0;
}

.invest-cta__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 3rem;
	padding: 3.5rem;
	overflow: hidden;
	border-radius: 1.5rem;
	background: linear-gradient(120deg, var(--invest-deep), var(--invest-blue));
	color: #fff;
}

.invest-cta__inner::after {
	content: "";
	position: absolute;
	right: 20%;
	bottom: -9rem;
	width: 18rem;
	height: 18rem;
	border: 3.5rem solid rgba(255, 255, 255, .08);
	border-radius: 50%;
}

.invest-cta__content,
.invest-cta__actions {
	position: relative;
	z-index: 1;
}

.invest-cta__content p {
	max-width: 43rem;
	margin: 1.25rem 0 0;
	color: rgba(255, 255, 255, .74);
	line-height: 1.7;
}

.invest-cta h2 {
	color: #fff;
}

.invest-cta__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .875rem;
}

.invest-cta__actions > a:last-child {
	color: #fff;
	font-size: .875rem;
	font-weight: 700;
}

.invest-cta__actions > a:last-child:hover {
	color: var(--invest-yellow);
}

body.invest-modal-open {
	overflow: hidden;
}

.invest-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: grid;
	place-items: center;
	padding: 1.25rem;
	visibility: hidden;
	opacity: 0;
	transition: visibility .25s, opacity .25s ease;
}

.invest-modal.is-open {
	visibility: visible;
	opacity: 1;
}

.invest-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(1, 20, 43, .76);
	backdrop-filter: blur(6px);
}

.invest-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 34rem);
	max-height: calc(100vh - 2.5rem);
	padding: 3rem;
	overflow-y: auto;
	border: 1px solid rgba(3, 47, 97, .1);
	border-radius: 1.5rem;
	background: #fff;
	box-shadow: 0 2rem 5rem rgba(1, 20, 43, .28);
	transform: translateY(1.25rem) scale(.98);
	transition: transform .25s ease;
}

.invest-modal.is-open .invest-modal__dialog {
	transform: translateY(0) scale(1);
}

.invest-modal__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f1f5f8;
	color: var(--invest-deep);
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
}

.invest-modal__close:hover,
.invest-modal__close:focus-visible {
	background: var(--invest-yellow);
	color: var(--invest-deep);
}

.invest-modal__kicker {
	display: block;
	margin: 0 3rem .75rem 0;
	color: var(--invest-blue);
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.invest-modal h2 {
	margin: 0;
	color: var(--invest-deep);
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	line-height: 1.12;
}

.invest-modal__dialog > p {
	margin: 1rem 0 1.75rem;
	color: #5d6b78;
	line-height: 1.65;
}

.invest-modal__form {
	display: grid;
	gap: 1rem;
}

.invest-modal__form .form-field {
	margin: 0;
}

.invest-modal__form .form-submit,
.invest-modal__form input[type="submit"] {
	width: 100%;
	margin-top: .25rem;
}

.invest-modal__form .wpcf7-spinner {
	position: absolute;
}

.invest-modal__form .wpcf7-response-output {
	margin: .5rem 0 0;
}

@media (max-width: 64rem) {
	.invest-hero {
		min-height: auto;
		padding: 5.25rem 0;
	}

	.invest-hero__grid,
	.invest-calculator__layout,
	.invest-process__grid {
		grid-template-columns: 1fr;
	}

	.invest-hero__panel {
		max-width: 42rem;
	}

	.invest-overview__grid {
		grid-template-columns: 1fr 1fr;
	}

	.invest-overview__card:first-child {
		grid-column: 1 / -1;
	}

	.invest-metrics__grid,
	.invest-audience__grid {
		grid-template-columns: 1fr 1fr;
		gap: 2.75rem 1rem;
	}

	.invest-assets__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.invest-heading,
	.invest-calculator__head {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.invest-process__grid {
		gap: 2.5rem;
	}

	.invest-process__intro {
		position: static;
	}

	.invest-cta__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 35rem) {
	.invest-hero {
		padding: 4rem 0;
		background:
			linear-gradient(105deg, rgba(2, 29, 61, .98) 0%, rgba(3, 47, 97, .91) 75%, rgba(3, 47, 97, .72) 100%),
			var(--invest-hero-image, url("../images/GHmWC3lEWMDw.jpg")) center/cover no-repeat;
	}

	.invest-hero__grid {
		gap: 3rem;
	}

	.invest-hero h1 {
		font-size: 2.55rem;
	}

	.invest-hero__lead {
		font-size: .9375rem;
	}

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

	.invest-hero__actions .btn-default {
		justify-content: center;
		width: 100%;
	}

	.invest-hero__panel {
		padding: 1.25rem;
	}

	.invest-overview,
	.invest-assets,
	.invest-process,
	.invest-audience,
	.invest-cta {
		padding: 4.25rem 0;
	}

	.invest-overview__grid,
	.invest-metrics__grid,
	.invest-assets__grid,
	.invest-audience__grid {
		grid-template-columns: 1fr;
	}

	.invest-overview__card:first-child {
		grid-column: auto;
	}

	.invest-metrics {
		padding-bottom: 4.25rem;
	}

	.invest-metrics__grid {
		gap: 2.75rem;
	}

	.invest-heading h2,
	.invest-process h2,
	.invest-audience h2,
	.invest-calculator h2,
	.invest-cta h2 {
		font-size: 2.25rem;
	}

	.invest-asset {
		min-height: 0;
	}

	.invest-asset i {
		margin-bottom: 1.5rem;
	}

	.invest-calculator {
		padding: 4.5rem 0;
	}

	.invest-calculator__controls,
	.invest-calculator__summary {
		padding: 1.25rem;
	}

	.invest-calculator__preset {
		flex: 1 1 calc(50% - .625rem);
		min-width: 0;
	}

	.invest-calculator__results {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.invest-calculator__result,
	.invest-calculator__result:first-child,
	.invest-calculator__result:last-child {
		padding: 0 0 1.25rem;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .12);
	}

	.invest-calculator__result:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.invest-calculator__result span {
		min-height: 0;
	}

	.invest-calculator__summary p {
		margin: 1.75rem 0;
		font-size: 1.1rem;
	}

	.invest-process__step {
		grid-template-columns: 3rem 1fr;
		padding: 1.125rem;
	}

	.invest-process__step b {
		width: 3rem;
		height: 3rem;
	}

	.invest-cta__inner {
		padding: 2rem 1.25rem;
	}

	.invest-cta__actions,
	.invest-cta__actions .btn-default {
		width: 100%;
	}

	.invest-cta__actions .btn-default {
		justify-content: center;
	}

	.invest-modal {
		padding: .75rem;
	}

	.invest-modal__dialog {
		max-height: calc(100vh - 1.5rem);
		padding: 2.5rem 1.25rem 1.5rem;
		border-radius: 1.125rem;
	}
}
