body.home .container {
	width: min(1320px, calc(100% - 40px));
}

.btn--light {
	background: #ffffff;
	color: #333333;
	border-radius: 5px;
}

.btn--light:hover,
.btn--light:focus-visible {
	background: #ffffff;
	color: #333333;
	box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}

.site-topbar {
	position: relative;
	overflow: hidden;
	background: #072f60;
	background-image: none;
}

.site-topbar::before {
	content: '';
	position: absolute;
	inset: 0 auto 0 0;
	width: clamp(360px, 33vw, 520px);
	background: #7ac7d4;
	clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 100%, 0 100%);
}

.site-topbar .container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: none;
	padding-right: 20px;
	padding-left: 20px;
}

.site-topbar__inner {
	display: grid;
	grid-template-columns: calc(clamp(360px, 33vw, 520px) - 20px) max-content 1fr;
	align-items: center;
	gap: 0;
	min-height: 42px;
	padding-left: 0;
}

.site-topbar__segment {
	display: flex;
	align-items: center;
	min-width: 0;
}

.site-topbar__segment--phone {
	justify-content: flex-end;
	padding-right: 0;
	padding-left: 0;
}

.site-topbar__segment--email {
	padding-left: 12px;
}

.site-topbar__segment--social {
	justify-self: end;
	padding-right: 0;
}

.topbar-item {
	gap: 6px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.topbar-item__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 16px;
}

.topbar-item__icon img {
	width: auto;
	height: auto;
}

.site-topbar .social-links {
	gap: 17px;
}

.site-topbar .social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	font-size: 18px;
	line-height: 1;
}

.site-topbar .social-links a i,
.social-links--footer a i {
	display: block;
	line-height: 1;
}

.site-header {
	position: relative;
	top: auto;
	border-bottom: 1px solid rgba(129, 129, 129, 0.2);
	box-shadow: none;
	backdrop-filter: none;
}

.site-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 22px;
	min-height: 118px;
}

.site-branding {
	max-width: none;
	padding-right: 0;
}

.site-branding .custom-logo-link,
.site-branding__link {
	display: inline-flex;
	align-items: center;
}

.site-branding .custom-logo,
.site-branding__link img {
	width: auto;
	max-width: 232px;
	max-height: 110px;
	padding: 10px 0;
	object-fit: contain;
}

.site-header__actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	justify-content: end;
	gap: 16px;
	min-width: 0;
}

.site-navigation {
	display: flex;
	justify-content: flex-end;
	min-width: 0;
}

.oc-menu {
	flex-wrap: nowrap;
	justify-content: flex-end;
	gap: 0;
}

.oc-menu > .menu-item > a {
	padding: 0 14px;
	height: 44px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	white-space: nowrap;
	color: #333333;
}

.oc-menu .menu-item-has-children > a::after {
	margin-left: 6px;
	font-size: 9px;
	color: rgba(51, 51, 51, 0.8);
}

.oc-menu .sub-menu {
	top: 100%;
	min-width: 300px;
	padding: 12px 0;
	border-radius: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.oc-menu .sub-menu li a {
	padding: 10px 20px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
}

.header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 116px;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 5px;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0.03em;
	white-space: nowrap;
}

.header-cta--mobile {
	display: none;
}

.home-main {
	background: #ffffff;
}

.home-hero {
	position: relative;
	background: #062d5c;
}

.home-hero__slider,
.home-hero__slide {
	min-height: 500px;
}

.home-hero__slider {
	height: 500px;
	overflow: hidden;
}

.hero-slide {
	transition: opacity 900ms ease;
}

.home-hero__slide,
.home-hero__slide.is-active {
	position: absolute;
	inset: 0;
}

.home-hero__slide .hero-slide__bg {
	transform: none;
}

.home-hero__slide .hero-slide__overlay {
	background: linear-gradient(90deg, rgba(4, 33, 71, 0.72) 0%, rgba(4, 33, 71, 0.66) 36%, rgba(4, 33, 71, 0.44) 68%, rgba(4, 33, 71, 0.2) 100%);
}

.home-hero__content {
	width: 100%;
	color: #efefef;
}

.home-hero__content--left {
	width: min(560px, 100%);
	max-width: 560px;
	padding: 0;
	text-align: left;
}

.home-hero__slide--left .home-hero__kicker,
.home-hero__slide--left .home-hero__title {
	font-weight: 800;
}

.home-hero__content--center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.home-hero__kicker {
	margin: 0;
	color: #efefef;
	font-size: 48px;
	line-height: 52px;
	font-weight: 400;
	letter-spacing: 0;
}

.home-hero__kicker strong {
	font-size: 64px;
	font-weight: 1000;
}

.home-hero__title {
	margin: 0;
	color: #efefef;
	font-weight: 400;
	letter-spacing: 0;
}

.home-hero__content--left .home-hero__title {
	max-width: 560px;
	font-size: 28px;
	line-height: 1.08;
}

.home-hero__slide--left .home-hero__kicker strong,
.home-hero__content--left .home-hero__title strong {
	font-size: inherit;
	font-weight: inherit;
}

.home-hero__content--center .home-hero__title {
	width: min(880px, 100%);
	margin-right: auto;
	margin-left: auto;
	font-size: 60px;
	line-height: 1.08;
	font-weight: 700;
}

.home-hero__content--center .home-hero__title strong {
	font-size: inherit;
	font-weight: 700;
}

.home-hero__title-line {
	display: block;
}

.home-hero__text {
	max-width: 520px;
	margin: 12px 0 0;
	color: #efefef;
	font-size: 14px;
	line-height: 22px;
}

.home-hero__content--center .home-hero__text {
	width: min(760px, 100%);
	margin-right: auto;
	margin-left: auto;
}

.home-hero__button {
	margin-top: 18px;
	align-self: flex-start;
}

.home-hero__content--center .home-hero__button {
	align-self: center;
}

.hero-control {
	width: 50px;
	height: 50px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
	color: #ffffff;
	backdrop-filter: blur(6px);
}

.hero-control:hover,
.hero-control:focus-visible {
	background: rgba(255, 255, 255, 0.22);
	color: rgba(255, 255, 255, 0.8);
	transform: translateY(-50%);
}

.hero-control--prev {
	left: 18px;
	justify-content: center;
}

.hero-control--next {
	right: 18px;
	justify-content: center;
}

.hero-control i {
	font-size: 24px;
}

.hero-dots {
	display: none;
}

.home-service-cards {
	position: relative;
	z-index: 5;
	padding-bottom: 24px;
}

.home-service-cards__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: -56px;
}

.service-summary-card {
	padding: 50px 20px 36px;
	background: #ffffff;
	border-radius: 0;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
	text-align: center;
}

.service-summary-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0 0 20px;
	border-radius: 0;
	background: #7dc3cd;
	color: #002e62;
	box-shadow: none;
	font-size: 23px;
}

.service-summary-card h2 {
	margin: 0 0 10px;
	color: #002e62;
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.service-summary-card p {
	margin: 0 0 18px;
	color: #8d9297;
	font-size: 14px;
	line-height: 27px;
}

.service-summary-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #7dc3cd;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
}

.service-summary-card__link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	color: inherit;
}

.service-summary-card:hover .service-summary-card__icon,
.service-summary-card:focus-within .service-summary-card__icon {
	background: #002e62;
	color: #7dc3cd;
}

.service-summary-card:hover .service-summary-card__link,
.service-summary-card:focus-within .service-summary-card__link {
	color: #002e62;
}

.section--about {
	padding-top: 50px;
}

.about-grid {
	gap: 40px;
	align-items: center;
}

.about-images {
	min-height: 520px;
}

.about-images__primary,
.about-images__secondary {
	border-radius: 0;
	box-shadow: none;
}

.about-images__secondary {
	display: none !important;
}

.about-images__primary {
	width: 100%;
	max-width: 540px;
}

.service-highlight__copy .section-eyebrow {
	display: none !important;
}

.section--about .section-eyebrow {
	margin-bottom: 10px;
	color: #8d9297;
	font-size: 14px;
	line-height: 24px;
}

.section--about .section-eyebrow::before {
	background: #002e62;
}

.section--about .section-title {
	margin-bottom: 10px;
	color: #002e62;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 0;
}

.section--about .lead,
.section--about p {
	color: #777777;
	font-size: 16px;
	line-height: 26px;
}

.section--about .btn--outline {
	padding: 14px 28px;
	border-radius: 0;
	border-color: #002e62;
	background: #002e62;
	color: #ffffff;
}

.section--about .btn--outline:hover,
.section--about .btn--outline:focus-visible {
	border-color: #002e62;
	background: #002e62;
	color: #ffffff;
	box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}

.service-highlight {
	background: linear-gradient(90deg, rgba(125, 195, 205, 0.92) 0 56%, #ffffff 56% 100%);
}

.service-highlight__grid {
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.service-highlight__copy {
	min-width: 0;
	padding-top: 64px;
	padding-right: 34px;
	padding-bottom: 58px;
	padding-left: 30px;
}

.service-highlight .section-title {
	max-width: none;
	margin-bottom: 28px;
	font-size: 36px;
	line-height: 46px;
}

.feature-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
	max-width: none;
}

.feature-card {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr);
	gap: 20px;
	align-items: start;
	padding: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

.feature-card__icon {
	flex: none;
	width: 56px;
	height: 56px;
	padding: 12px;
	border: 1px solid rgba(0, 46, 98, 0.3);
	border-radius: 0;
	background: transparent;
}

.feature-card__copy {
	min-width: 0;
}

.feature-card__copy h3 {
	margin: 0 0 10px;
	color: #002e62;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
}

.feature-card__copy p {
	margin: 0;
	color: #38536f;
	font-size: 14px;
	line-height: 28px;
}

.service-highlight__visual {
	min-height: 100%;
}

.service-highlight__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.site-footer {
	padding: 84px 0 20px;
	border-top: 0;
}

.footer-grid {
	gap: 60px;
	align-items: start;
}

.footer-brand .custom-logo-link,
.footer-brand__link {
	display: inline-block;
	line-height: 0;
}

.footer-brand .custom-logo,
.footer-brand__link img {
	display: block;
	max-width: 148px;
	max-height: none;
	width: auto !important;
	height: auto !important;
	object-fit: contain;
}

.footer-brand p {
	max-width: 240px;
	margin-top: 16px;
	color: #8d9297;
	font-size: 13px;
	line-height: 24px;
}

.footer-bottom {
	margin-top: 28px;
	padding-top: 18px;
}

.reveal {
	opacity: 0;
	transform: translate3d(0, 34px, 0);
	transition:
		opacity 700ms ease,
		transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: calc(var(--reveal-delay, 0) * 90ms);
	will-change: opacity, transform;
}

.reveal--left {
	transform: translate3d(-42px, 0, 0);
}

.reveal--right {
	transform: translate3d(42px, 0, 0);
}

.reveal.is-revealed {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
	.reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

@media (max-width: 1380px) {
	.oc-menu > .menu-item > a {
		padding-right: 12px;
		padding-left: 12px;
		font-size: 14px;
	}

	.header-cta {
		min-width: 108px;
		font-size: 10px;
	}
}

@media (max-width: 1220px) {
	.site-header__inner {
		gap: 14px;
	}

	.site-branding .custom-logo,
	.site-branding__link img {
		max-width: 206px;
		max-height: 96px;
	}

	.oc-menu > .menu-item > a {
		padding-right: 9px;
		padding-left: 9px;
		font-size: 13px;
	}

	.header-cta {
		min-width: 104px;
		padding-right: 12px;
		padding-left: 12px;
		font-size: 10px;
	}
}

@media (max-width: 1024px) {
	.site-topbar::before {
		display: none;
	}

	.site-topbar .container {
		width: min(calc(100% - 18px), 1580px);
		padding-right: 0;
		padding-left: 0;
	}

	.site-topbar__inner {
		grid-template-columns: 1fr;
		justify-items: start;
		gap: 10px;
		padding: 10px 0 12px;
	}

	.site-topbar__segment--social {
		justify-self: start;
	}

	.site-topbar__segment--phone {
		justify-content: flex-start;
		padding-right: 0;
	}

	.site-header__inner {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 84px;
		gap: 12px;
	}

	.site-header__actions {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		min-width: auto;
		gap: 0;
	}

	.site-branding .custom-logo,
	.site-branding__link img {
		max-width: 138px;
		max-height: 82px;
		padding: 4px 0;
	}

	.menu-toggle {
		width: 46px;
		min-width: 46px;
		padding: 10px 12px;
		gap: 0;
		justify-content: center;
		border-width: 2px;
		border-color: #caa93d;
		border-radius: 12px;
	}

	.header-cta--desktop {
		display: none;
	}

	.header-cta--mobile {
		display: inline-flex;
		width: 100%;
		margin-top: 12px;
		justify-content: center;
	}

	.site-navigation {
		top: calc(100% + 10px);
		right: 14px;
		left: 14px;
		padding: 18px 20px 16px;
		max-height: calc(100vh - 150px);
		overflow-y: auto;
		z-index: 30;
		border-radius: 18px;
	}

	.oc-menu {
		width: 100%;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		gap: 0;
	}

	.oc-menu > .menu-item {
		padding-right: 48px;
	}

	.oc-menu > .menu-item > a {
		height: auto;
		padding: 16px 0;
		font-size: 14px;
	}

	.submenu-toggle {
		top: 10px;
		right: 0;
		width: 40px;
		height: 40px;
	}

	.oc-menu .sub-menu {
		position: static !important;
		min-width: 0;
		margin: 0;
		max-height: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		overflow: hidden !important;
		transform: none !important;
	}

	.menu-item.is-open > .sub-menu {
		max-height: 900px !important;
		padding-bottom: 10px !important;
	}

	.oc-menu .sub-menu li a {
		padding: 8px 0 8px 18px;
		font-size: 13px;
		line-height: 1.5;
	}

	.home-hero__slider,
	.home-hero__slide {
		min-height: 520px;
	}

	.home-hero__slider {
		height: 520px;
	}

	.home-hero__content--left,
	.home-hero__content--center {
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: 100%;
		padding-top: 0;
		padding-bottom: 0;
		text-align: center;
	}

	.home-hero__kicker {
		font-size: 42px;
		line-height: 48px;
	}

	.home-hero__content--left .home-hero__title,
	.home-hero__content--center .home-hero__title {
		width: 100%;
		font-size: 48px;
		line-height: 58px;
	}

	.home-hero__content--left .home-hero__title strong,
	.home-hero__content--center .home-hero__title strong,
	.home-hero__kicker strong {
		font-size: 65px;
	}

	.home-hero__text {
		margin-right: auto;
		margin-left: auto;
	}

	.home-hero__button {
		align-self: center;
	}

	.home-service-cards {
		padding-top: 32px;
		background: #ffffff;
	}

	.home-service-cards__grid {
		grid-template-columns: 1fr;
		margin-top: 0;
	}

	.service-highlight {
		background: linear-gradient(180deg, rgba(125, 195, 205, 0.92) 0 56%, #ffffff 56% 100%);
	}

	.service-highlight__grid {
		grid-template-columns: 1fr;
	}

	.service-highlight__copy {
		padding-top: 54px;
		padding-right: 26px;
		padding-bottom: 30px;
		padding-left: 26px;
	}

	.service-highlight .section-title {
		max-width: 520px;
		font-size: 34px;
		line-height: 1.15;
	}
}

@media (max-width: 767px) {
	body.home .container {
		width: min(100% - 28px, 1260px);
	}

	.topbar-item {
		white-space: normal;
	}

	.site-branding .custom-logo,
	.site-branding__link img {
		max-width: 126px;
		max-height: 72px;
	}

	.menu-toggle {
		width: 44px;
		min-width: 44px;
		padding: 10px 11px;
	}

	.site-header__inner {
		min-height: 80px;
	}

	.menu-toggle span {
		display: none;
	}

	.site-navigation {
		top: calc(100% + 6px);
		right: 12px;
		left: 12px;
	}

	.home-hero__slider,
	.home-hero__slide {
		min-height: 500px;
	}

	.home-hero__slider {
		height: 500px;
	}

	.home-hero__content--left,
	.home-hero__content--center {
		padding-top: 0;
		padding-bottom: 0;
	}

	.home-hero__kicker,
	.home-hero__content--center .home-hero__title,
	.home-hero__content--left .home-hero__title {
		font-size: 28px;
		line-height: 34px;
	}

	.home-hero__content--left .home-hero__title strong,
	.home-hero__kicker strong {
		font-size: 34px;
	}

	.home-hero__content--center .home-hero__title strong {
		font-size: inherit;
	}

	.service-summary-card {
		padding-right: 24px;
		padding-left: 24px;
	}

	.service-highlight__copy {
		padding-top: 44px;
		padding-right: 18px;
		padding-bottom: 22px;
		padding-left: 18px;
	}

	.service-highlight .section-title {
		font-size: 30px;
		line-height: 1.15;
	}

	.feature-card {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 14px;
	}

	.feature-card__icon {
		width: 52px;
		height: 52px;
		padding: 11px;
	}

	.feature-card__copy h3 {
		font-size: 18px;
	}

	.feature-card__copy p {
		font-size: 15px;
		line-height: 1.75;
	}

	.about-images {
		min-height: 0;
	}

	.about-images__primary {
		width: 100%;
		max-width: none;
	}

	.site-footer {
		padding-top: 76px;
	}
}
