.contact-footer {
	position: relative;
	width: 100%;
	aspect-ratio: 1920 / 1221;
	overflow: hidden;
	background: #fff;
	container-type: inline-size;
	font-family: "Mulish", sans-serif;
	color: #0a0a0a;
}

@media (min-width: 768px) {
	.wp-site-blocks p,
	.wp-site-blocks .hero__intro strong {
		font-size: 16px;
	}

	.wp-site-blocks .video-recap__eyebrow,
	.wp-site-blocks .video-recap__copy p {
		font-size: 1.25cqw;
	}
}

.contact-footer__hero {
	position: absolute;
	inset: 0 0 auto;
	height: 28.3374%;
	overflow: hidden;
}

.contact-footer__background,
.contact-footer__gradient {
	position: absolute;
	max-width: none;
}

.contact-footer__background {
	left: -0.3125%;
	top: 0.289%;
	width: 100.2083%;
	height: 98.8439%;
	filter: blur(0.2344cqw);
}

.contact-footer__gradient {
	inset: 0;
	width: 100%;
	height: 100%;
}

.contact-footer h2 {
	position: absolute;
	left: 30.8333%;
	top: 27.4566%;
	width: 42.1875%;
	margin: 0;
	color: #fff;
	font-size: 3.3333cqw;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
}

.contact-footer__copy {
	position: absolute;
	left: 23.4375%;
	top: 39.312%;
	width: 52.8125%;
	margin: 0;
	font-size: 1.0417cqw;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}

.contact-footer__copy strong {
	font-weight: 800;
}

.contact-footer__form {
	position: absolute;
	inset: 53.0713% 14.1667% 25.5528%;
}

.contact-footer__fields {
	position: absolute;
	left: 0;
	top: 0;
	display: grid;
	width: 100%;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2.5cqw;
}

.contact-footer__field {
	display: flex;
	flex-direction: column;
	gap: 0.4167cqw;
}

.contact-footer__field label {
	font-size: 0.625cqw;
	font-weight: 800;
	letter-spacing: 0.0625cqw;
	line-height: 1.3333;
	text-transform: uppercase;
}

.contact-footer__field input {
	box-sizing: border-box;
	width: 100%;
	height: 3.2813cqw;
	border: 1px solid #c0c7d2;
	border-bottom-width: 2px;
	border-radius: 0;
	background: #fff;
	color: #0a0a0a;
	font: 700 0.9375cqw/1 "Mulish", sans-serif;
	padding: 0 0.6771cqw;
}

.contact-footer__field input::placeholder {
	color: #6b7280;
	opacity: 1;
}

.contact-footer__field input:focus-visible {
	outline: 3px solid #d2ff00;
	outline-offset: 2px;
}

.contact-footer__cta {
	position: absolute;
	left: 31.9041%;
	top: 69.3487%;
	display: flex;
	box-sizing: border-box;
	width: 36.1918%;
	height: 30.6513%;
	align-items: center;
	justify-content: center;
	gap: 0.8333cqw;
	border: 0;
	border-radius: 0.625cqw;
	background: #d2ff00;
	color: #0a0a0a;
	cursor: pointer;
	font: 800 1.1458cqw/1.1818 "Mulish", sans-serif;
	letter-spacing: 0.0729cqw;
	text-align: center;
	text-transform: uppercase;
}

.contact-footer__cta i {
	flex: 0 0 0.7813cqw;
	width: 0.7813cqw;
	height: 0.7813cqw;
	border-radius: 50%;
	background: #0a0a0a;
}

.contact-footer__cta:focus-visible {
	outline: 3px solid #0a0a0a;
	outline-offset: 3px;
}

.contact-footer__bar {
	position: absolute;
	inset: 87.797% 0 0;
	background: #e1e3eb;
}

.contact-footer__logo,
.contact-footer__tagline,
.contact-footer__copyright {
	position: absolute;
	margin: 0;
}

.contact-footer__logo {
	left: 7.3958%;
	top: 37.5839%;
	width: 11.4583%;
	height: 29.5302%;
}

.contact-footer__logo img {
	display: block;
	width: 100%;
	height: 100%;
}

.contact-footer__tagline,
.contact-footer__copyright {
	top: 29.5302%;
	display: flex;
	height: 45.6376%;
	align-items: center;
	justify-content: center;
	font-size: 1.0417cqw;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.contact-footer__tagline {
	left: 28.0699%;
	width: 41.7188%;
}

.contact-footer__copyright {
	left: 78.0554%;
	width: 16.1979%;
}

@media (max-width: 767px) {
	.contact-footer {
		display: flex;
		aspect-ratio: auto;
		flex-direction: column;
		overflow: visible;
	}

	.contact-footer__hero,
	.contact-footer__copy,
	.contact-footer__form,
	.contact-footer__bar {
		position: relative;
		inset: auto;
	}

	.contact-footer__hero {
		height: 230px;
		flex: 0 0 230px;
	}

	.contact-footer__background {
		inset: 0;
		width: 100%;
		height: 100%;
		filter: blur(3px);
	}

	.contact-footer h2 {
		left: 20px;
		top: 50%;
		width: calc(100% - 40px);
		font-size: 34px;
		line-height: 1.1;
		transform: translateY(-50%);
	}

	.contact-footer__copy {
		width: auto;
		margin: 40px 20px 0;
		font-size: 16px;
		text-align: left;
	}

	.contact-footer__form {
		margin: 36px 20px 48px;
	}

	.contact-footer__fields,
	.contact-footer__cta {
		position: relative;
		inset: auto;
		width: 100%;
	}

	.contact-footer__fields {
		display: grid;
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.contact-footer__field {
		gap: 8px;
	}

	.contact-footer__field label {
		font-size: 12px;
		letter-spacing: 1.2px;
	}

	.contact-footer__field input {
		height: 58px;
		font-size: 16px;
		padding: 0 14px;
	}

	.contact-footer__cta {
		min-height: 74px;
		margin-top: 32px;
		gap: 14px;
		border-radius: 12px;
		font-size: 16px;
		letter-spacing: 1px;
	}

	.contact-footer__cta i {
		flex-basis: 12px;
		width: 12px;
		height: 12px;
	}

	.contact-footer__bar {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 16px;
		padding: 28px 20px;
	}

	.contact-footer__logo,
	.contact-footer__tagline,
	.contact-footer__copyright {
		position: relative;
		inset: auto;
		width: auto;
		height: auto;
	}

	.contact-footer__logo {
		width: 176px;
		height: 35px;
	}

	.contact-footer__tagline,
	.contact-footer__copyright {
		display: block;
		font-size: 14px;
		line-height: 1.4;
		text-align: center;
	}
}
