.contact-shell,
.people-shell,
.about-shell {
	max-width: 1640px;
	padding-left: 0;
	padding-right: 0;
}

.contact-hero {
	overflow: hidden;
	position: relative;
}

.contact-hero__background,
.contact-hero__overlay,
.contact-hero__pattern {
	inset: 0;
	position: absolute;
}

.contact-hero__background {
	background: #0f56a4;
}

.contact-hero__background-image {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.contact-hero__overlay {
	background: rgba(0, 0, 0, 0.72);
}

.contact-hero__pattern {
	background-image: url("../../images/common/pattern.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.04;
}

.contact-hero__row {
	align-items: center;
	min-height: 432px;
	padding: 96px 0 88px;
	position: relative;
	z-index: 1;
}

.contact-hero--no-form .contact-hero__row {
	min-height: 432px;
}

.contact-hero__copy {
	max-width: 676px;
	padding-top: 18px;
}

.contact-hero__eyebrow {
	align-items: center;
	color: #fafafa;
	display: inline-flex;
	gap: 8px;
	margin-bottom: 20px;
}

.contact-hero__home-link {
	color: inherit;
	display: inline-flex;
	text-decoration: none;
}

.contact-hero__home-link:hover {
	color: inherit;
	opacity: 0.85;
}

.contact-hero__home-icon {
	display: inline-flex;
	height: 20px;
	width: 20px;
}

.contact-hero__arrow-icon {
	display: inline-flex;
	height: 16px;
	width: 16px;
}

.contact-hero__home-icon svg,
.contact-hero__arrow-icon svg {
	display: block;
	height: 100%;
	width: 100%;
}

.contact-hero__title {
	color: #fafafa;
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 64px;
	font-weight: 400;
	letter-spacing: -1.92px;
	line-height: 1.1;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.contact-hero__description,
.contact-hero__description p {
	color: #fafafa;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	max-width: 620px;
}

.contact-hero__description p {
	margin: 0;
}

.contact-hero__form-card {
	backdrop-filter: blur(50px);
	background: #fff;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	max-width: 100%;
	min-height: 431px;
	padding: 20px;
	width: 100%;
}

.people-terms {
	background: #fafafa;
	padding: 120px 0 150px;
}

.people-terms__group + .people-terms__group {
	padding-top: 120px;
}

.people-terms__heading {
	margin-bottom: 40px;
}

.people-terms__label {
	color: #7b7b7b;
	font-family: "Host Grotesk", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 8px;
}

.people-terms__title {
	color: #1e1e1e;
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 64px;
	font-weight: 400;
	letter-spacing: -1.92px;
	line-height: 1.05;
}

.people-card {
	background: #fff;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 0 4px rgba(16, 24, 40, 0.1), 0 2px 2px rgba(16, 24, 40, 0.1);
	display: flex;
	flex-direction: column;
	gap: 16px;
	height: 100%;
	padding: 16px 16px 20px;
	text-align: left;
	transition: transform 220ms ease, box-shadow 220ms ease;
	width: 100%;
}

.people-card:hover,
.people-card:focus-visible {
	box-shadow: 0 10px 28px rgba(16, 24, 40, 0.12), 0 3px 10px rgba(16, 24, 40, 0.12);
	outline: none;
	transform: translateY(-6px);
}

.people-card__media {
	background: #012955;
	border-radius: 6px;
	height: 270px;
	overflow: hidden;
	position: relative;
}

.people-card__media-pattern,
.people-drawer__media-pattern {
	background-image: url("../../images/common/pattern.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	inset: 0;
	opacity: 0.08;
	position: absolute;
}

.people-card__image,
.people-drawer__image {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	object-fit: contain;
	object-position: center bottom;
	position: absolute;
	width: 100%;
}

.people-card__body {
	align-items: center;
	display: flex;
	gap: 10px;
}

.people-card__text {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	padding: 0 8px;
}

.people-card__name {
	color: #1e1e1e;
	font-family: "Host Grotesk", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.people-card__role {
	color: #7b7b7b;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

.people-card__arrow {
	align-items: center;
	background: #0f56a4;
	border-radius: 999px;
	color: #fafafa;
	display: inline-flex;
	flex: 0 0 36px;
	height: 36px;
	justify-content: center;
	transition: transform 220ms ease, background-color 220ms ease;
	width: 36px;
}

.people-card:hover .people-card__arrow,
.people-card:focus-visible .people-card__arrow {
	background: #0c4787;
	transform: translate(2px, -2px);
}

.people-card__arrow svg {
	display: block;
	height: 18px;
	width: 18px;
}

.people-drawer {
	--bs-offcanvas-width: 478px;
	background: #fff;
	border-left: 0;
}

.people-drawer__panel {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 24px;
}

.people-drawer__close {
	align-items: center;
	align-self: flex-end;
	background: transparent;
	border: 0;
	color: #1e1e1e;
	display: inline-flex;
	font-size: 36px;
	height: 36px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 36px;
}

.people-drawer__media {
	background: #0f56a4;
	border-radius: 7px;
	box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1);
	height: 304px;
	overflow: hidden;
	position: relative;
}

.people-drawer__identity {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.people-drawer__name {
	color: #242424;
	font-family: "Host Grotesk", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.people-drawer__role {
	color: #242424;
	font-family: "Host Grotesk", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.people-drawer__divider {
	border-top: 1px solid #d7d7d7;
}

.people-drawer__description,
.people-drawer__description p {
	color: #777;
	font-family: "Host Grotesk", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.people-drawer__description p {
	margin: 0;
}

.people-drawer__section {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.people-drawer__section-title {
	color: #000;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

.people-drawer__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.people-drawer__chip {
	background: #d1e8ff;
	border-radius: 4px;
	color: #000;
	display: inline-flex;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	padding: 8px;
}

.people-drawer__issue {
	color: #777;
	font-family: "Host Grotesk", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.about-explore {
	background: #fff;
	padding: 120px 0 152px;
}

.about-explore__header {
	align-items: flex-start;
	display: flex;
	gap: 48px;
	justify-content: space-between;
	margin-bottom: 50px;
}

.about-explore__title {
	color: #0d0d0d;
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: -1.44px;
	line-height: 1.1;
}

.about-explore__description,
.about-explore__description p {
	color: #7b7b7b;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	max-width: 766px;
}

.about-explore__description p {
	margin: 0;
}

.about-explore__card {
	align-items: center;
	border-radius: 12px;
	display: flex;
	justify-content: space-between;
	min-height: 160px;
	overflow: hidden;
	padding: 32px;
	position: relative;
	text-decoration: none;
}

.about-explore__card > * {
	position: relative;
	z-index: 1;
}

.about-explore__card::before {
	background-image: url("../../images/common/pattern.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	inset: 0;
	opacity: 0.08;
	position: absolute;
}

.about-explore__card--green {
	background: #32a861;
}

.about-explore__card--orange {
	background: #e87407;
}

.about-explore__card-text {
	color: #fafafa;
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: -0.96px;
	line-height: 1.1;
	max-width: 300px;
}

.about-explore__card-arrow {
	align-items: center;
	background: rgba(250, 250, 250, 0.2);
	border-radius: 999px;
	display: inline-flex;
	flex: 0 0 52px;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.about-explore__card-arrow::before {
	border-right: 2px solid #fafafa;
	border-top: 2px solid #fafafa;
	content: "";
	display: block;
	height: 12px;
	margin-left: -4px;
	transform: rotate(45deg);
	width: 12px;
}

@media (max-width: 1399.98px) {
	.contact-shell,
	.people-shell,
	.about-shell {
		padding-left: 20px;
		padding-right: 20px;
	}

	.people-terms__title {
		font-size: 56px;
	}
}

@media (max-width: 1199.98px) {
	.contact-hero__row {
		gap: 32px 0;
		padding: 88px 0 80px;
	}

	.contact-hero__title {
		font-size: 56px;
	}

	.people-terms {
		padding: 96px 0 120px;
	}

	.people-terms__group + .people-terms__group {
		padding-top: 96px;
	}

	.people-terms__title {
		font-size: 52px;
	}

	.about-explore__header {
		flex-direction: column;
		gap: 24px;
	}
}

@media (max-width: 991.98px) {
	.contact-hero__row {
		min-height: 0;
		padding: 80px 0 72px;
	}

	.contact-hero__copy {
		max-width: 100%;
		padding-top: 0;
	}

	.contact-hero__title {
		font-size: 48px;
	}

	.contact-hero__description,
	.contact-hero__description p {
		max-width: 100%;
	}

	.people-terms {
		padding: 80px 0 96px;
	}

	.people-terms__group + .people-terms__group {
		padding-top: 80px;
	}

	.people-terms__title {
		font-size: 44px;
	}

	.people-drawer {
		--bs-offcanvas-width: min(478px, 100vw);
	}

	.about-explore {
		padding: 88px 0 112px;
	}
}

@media (max-width: 767.98px) {
	.contact-shell,
	.people-shell,
	.about-shell {
		padding-left: 16px;
		padding-right: 16px;
	}

	.contact-hero__row {
		padding: 72px 0 64px;
	}

	.contact-hero__title {
		font-size: 40px;
		letter-spacing: -1.2px;
	}

	.contact-hero__description,
	.contact-hero__description p {
		font-size: 16px;
	}

	.people-terms__heading {
		margin-bottom: 28px;
	}

	.people-terms__title {
		font-size: 36px;
		letter-spacing: -1px;
	}

	.people-card__media {
		height: 240px;
	}

	.people-card__name {
		font-size: 18px;
	}

	.people-card__role {
		font-size: 16px;
	}

	.people-drawer__panel {
		padding: 20px 16px 24px;
	}

	.people-drawer__media {
		height: 248px;
	}

	.people-drawer__chip {
		font-size: 16px;
	}

	.about-explore {
		padding: 72px 0 88px;
	}

	.about-explore__title {
		font-size: 40px;
	}

	.about-explore__description,
	.about-explore__description p {
		font-size: 16px;
	}

	.about-explore__card {
		min-height: 132px;
		padding: 24px;
	}

	.about-explore__card-text {
		font-size: 26px;
		max-width: 220px;
	}

	.about-explore__card-arrow {
		flex-basis: 44px;
		height: 44px;
		width: 44px;
	}
}
