:root {
	--vcs-ink: #ffffff;
	--vcs-ink-soft: rgba(255, 255, 255, 0.86);
	--vcs-button-ink: #73919a;
	--vcs-white: #ffffff;
	--vcs-focus: #ffffff;
}

html:has(.vcs-hero) {
	min-height: 100%;
	background: #9bcbd5;
}

body.vcs-landing-body {
	min-height: 100%;
	margin: 0;
	background: #9bcbd5;
	color: var(--vcs-ink);
	font-family: "Helvetica Neue", Helvetica, Arial, ui-sans-serif, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.vcs-landing-body *,
.vcs-landing-body *::before,
.vcs-landing-body *::after {
	box-sizing: border-box;
}

.vcs-landing-body a {
	color: inherit;
}

.vcs-hero {
	position: relative;
	isolation: isolate;
	display: grid;
	min-height: 100vh;
	min-height: 100svh;
	overflow: hidden;
	background-color: #aed2d9;
	background-image: var(--vcs-background-image);
	background-position: center center;
	background-size: cover;
}

.vcs-hero__video {
	position: absolute;
	inset: 0;
	z-index: -2;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	pointer-events: none;
}

.vcs-hero__veil {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: var(--gfg-overlay-color, #455b63);
	opacity: var(--gfg-overlay-opacity, 0.42);
}

.vcs-shell {
	display: grid;
	grid-template-rows: auto 1fr;
	width: min(100%, 92rem);
	min-height: 100%;
	margin: 0 auto;
	padding: max(1.5rem, env(safe-area-inset-top)) max(1.5rem, env(safe-area-inset-right)) max(1.5rem, env(safe-area-inset-bottom)) max(1.5rem, env(safe-area-inset-left));
}

.vcs-brand {
	display: inline-flex;
	align-items: center;
	justify-self: center;
	gap: 0.7rem;
	min-height: 3rem;
	color: var(--vcs-ink);
}

.vcs-brand__logo {
	display: block;
	width: auto;
	max-width: min(15rem, 64vw);
	height: auto;
	max-height: 6.5rem;
	object-fit: contain;
	transform: translateY(clamp(1.5rem, 3vh, 2rem));
	filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.72)) drop-shadow(0 7px 18px rgba(0, 0, 0, 0.28));
}

.vcs-brand__spark {
	font-size: 1.35rem;
	line-height: 1;
}

.vcs-brand__name {
	font-size: 0.77rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	line-height: 1;
	text-transform: uppercase;
}

.vcs-content {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: min(100%, 36rem);
	margin: clamp(0.5rem, 2vh, 1.5rem) auto clamp(1.5rem, 7vh, 5rem);
	text-align: center;
}

.vcs-eyebrow {
	margin: 0 0 clamp(1.2rem, 2.8vh, 2rem);
	color: var(--vcs-ink-soft);
	font-size: clamp(0.68rem, 1.25vw, 0.8rem);
	font-weight: 700;
	letter-spacing: 0.24em;
	line-height: 1.4;
	text-transform: uppercase;
}

.vcs-title {
	margin: 0;
	color: var(--vcs-ink);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.01em;
	line-height: 1;
	text-shadow: 0 1px 12px rgba(32, 54, 61, 0.18);
	text-wrap: balance;
}

.vcs-title span {
	display: block;
}

.vcs-title__top {
	font-size: clamp(4.4rem, 7.5vw, 6rem);
	font-weight: 200;
	letter-spacing: 0.015em;
	line-height: 0.88;
}

.vcs-title__bottom {
	margin-top: 0.12em;
	font-size: clamp(4.05rem, 6.7vw, 5.35rem);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 0.88;
}

.vcs-subheading {
	max-width: 28.5rem;
	margin: clamp(2.1rem, 4vh, 2.6rem) auto 0;
	color: var(--vcs-ink);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: clamp(0.94rem, 1.45vw, 1.05rem);
	font-weight: 300;
	line-height: 1.35;
	text-shadow: 0 1px 8px rgba(32, 54, 61, 0.2);
	text-wrap: balance;
}

.vcs-form {
	position: relative;
	width: min(100%, 28.5rem);
	margin-top: 0.7rem;
}

.vcs-title + .vcs-form {
	margin-top: 2.2rem;
}

.vcs-form__controls {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 6.8rem;
	min-height: 2.9rem;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

.vcs-form input[type="email"] {
	width: 100%;
	min-width: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--vcs-white);
	font: inherit;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.3;
	padding: 0.7rem 1rem;
}

.vcs-form input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.76);
	opacity: 1;
}

.vcs-form__controls:focus-within {
	outline: 1px solid rgba(255, 255, 255, 0.95);
	outline-offset: 2px;
}

.vcs-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 6.8rem;
	padding: 0.8rem 1rem;
	border: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 0;
	background: var(--vcs-white);
	color: var(--vcs-button-ink);
	cursor: pointer;
	font: inherit;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1;
	text-transform: uppercase;
	transition: opacity 180ms ease;
}

.vcs-form button:hover {
	opacity: 0.9;
}

.vcs-form button:focus-visible {
	outline: 3px solid var(--vcs-focus);
	outline-offset: 3px;
}

.vcs-form button:disabled {
	cursor: wait;
	opacity: 0.72;
}

.vcs-form__status {
	margin: 0.6rem 0 0;
	font-size: 0.74rem;
	line-height: 1.45;
}

.vcs-form__status {
	min-height: 0;
	color: var(--vcs-ink);
	font-weight: 400;
}

.vcs-form__status:empty {
	display: none;
}

.vcs-form__status.is-success,
.vcs-form__status.is-error {
	display: inline-block;
	padding: 0.55rem 0.85rem;
	border-radius: 0;
	background: rgba(52, 75, 82, 0.5);
}

.vcs-form__status.is-error {
	color: #ffd7dc;
}

.vcs-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.vcs-social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 0.28rem;
	color: var(--vcs-white);
}

.vcs-social__prompt {
	margin: 0.72rem 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 1.35;
}

.vcs-consent {
	margin: 0.5rem 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.68rem;
	font-weight: 300;
	line-height: 1.35;
}

.vcs-consent a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
}

.vcs-consent a:hover,
.vcs-consent a:focus-visible {
	color: #ffffff;
}

.vcs-consent + .vcs-social__prompt {
	margin-top: 0.48rem;
}

.vcs-copyright {
	margin: 0.62rem 0 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.64rem;
	font-weight: 300;
	line-height: 1.35;
}

.vcs-social__link {
	display: grid;
	place-items: center;
	width: 1.45rem;
	height: 1.45rem;
	color: var(--vcs-white);
	opacity: 0.9;
	text-decoration: none;
	transition: opacity 160ms ease;
}

.vcs-social__link svg {
	width: 1.02rem;
	height: 1.02rem;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.vcs-social__link svg .is-filled {
	fill: currentColor;
	stroke: none;
}

.vcs-social__link:hover,
.vcs-social__link:focus-visible {
	opacity: 1;
}

.vcs-social__link:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.88);
	outline-offset: 2px;
}

.vcs-social__link.is-placeholder {
	cursor: default;
}

@media (max-width: 640px) {
	.vcs-shell {
		padding-right: max(1rem, env(safe-area-inset-right));
		padding-left: max(1rem, env(safe-area-inset-left));
	}

	.vcs-content {
		margin-top: 1rem;
		margin-bottom: clamp(1.5rem, 5vh, 3rem);
	}

	.vcs-title__top {
		font-size: clamp(3.4rem, 17vw, 4.4rem);
	}

	.vcs-title__bottom {
		margin-top: 0.1em;
		font-size: clamp(3.25rem, 16vw, 4.1rem);
	}

	.vcs-subheading {
		max-width: 21rem;
		margin-top: 2rem;
		font-size: 0.92rem;
	}

	.vcs-form__controls {
		grid-template-columns: minmax(0, 1fr) 5.8rem;
		gap: 0;
		padding: 0;
		border-radius: 0;
	}

	.vcs-form input[type="email"] {
		min-height: 2.8rem;
		padding: 0.65rem 0.85rem;
		font-size: 0.92rem;
		text-align: left;
	}

	.vcs-form button {
		width: auto;
		min-width: 5.8rem;
		min-height: 2.8rem;
		padding: 0.7rem 0.6rem;
	}

	.vcs-social {
		gap: 0.65rem;
	}

	.vcs-consent {
		font-size: 0.64rem;
	}
}

@media (max-height: 760px) and (min-width: 641px) {
	.vcs-shell {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.vcs-brand__logo {
		max-height: 3.5rem;
	}

	.vcs-content {
		margin-bottom: 0;
	}

	.vcs-title + .vcs-form {
		margin-top: 1.8rem;
	}

	.vcs-eyebrow {
		margin-bottom: 1rem;
	}

	.vcs-title__top,
	.vcs-title__bottom {
		font-size: clamp(3.5rem, 10vh, 5rem);
	}

	.vcs-title__bottom {
		margin-top: 0.1em;
	}

	.vcs-subheading {
		margin-top: 1.6rem;
		margin-bottom: 0;
	}

	.vcs-form {
		margin-top: 0.55rem;
	}

	.vcs-social__prompt {
		margin-top: 0.55rem;
	}

	.vcs-consent {
		margin-top: 0.4rem;
	}

	.vcs-consent + .vcs-social__prompt {
		margin-top: 0.35rem;
	}

	.vcs-copyright {
		margin-top: 0.4rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vcs-hero__video {
		display: none;
	}

	.vcs-form button,
	.vcs-social__link,
	.vcs-consent a {
		transition: none;
	}
}
