:root {
	--aplus-footer-navy: #0b113e;
	--aplus-footer-navy-2: #11195b;
	--aplus-footer-gold: #d59a28;
	--aplus-footer-gold-soft: #edca7c;
	--aplus-footer-white: #ffffff;
	--aplus-footer-muted: rgba(255, 255, 255, 0.68);
	--aplus-footer-line: rgba(255, 255, 255, 0.12);
}

body.aplus-hide-blocksy-footer .ct-footer,
body.aplus-hide-blocksy-footer footer.ct-footer,
body.aplus-hide-blocksy-footer #footer.ct-footer,
body.aplus-hide-blocksy-footer .site-footer:not(.aplus-site-footer) {
	display: none !important;
}

.aplus-site-footer,
.aplus-site-footer * {
	box-sizing: border-box;
}

.aplus-site-footer {
	position: relative;
	z-index: 5;
	width: 100%;
	margin: 0;
	padding: 26px 22px 22px;
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 0%, rgba(54, 74, 159, 0.34), transparent 27%),
		radial-gradient(circle at 88% 12%, rgba(213, 154, 40, 0.12), transparent 24%),
		linear-gradient(145deg, var(--aplus-footer-navy-2) 0%, var(--aplus-footer-navy) 68%, #080d31 100%);
	color: var(--aplus-footer-white);
	font-family: Montserrat, Arial, sans-serif;
}

.aplus-site-footer::before,
.aplus-site-footer::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(237, 202, 124, 0.16);
	border-radius: 50%;
	pointer-events: none;
}

.aplus-site-footer::before {
	top: -250px;
	right: -160px;
	width: 520px;
	height: 520px;
}

.aplus-site-footer::after {
	left: -210px;
	bottom: -250px;
	width: 470px;
	height: 470px;
}

.aplus-footer__shell {
	position: relative;
	z-index: 1;
	width: min(1180px, 100%);
	margin: 0 auto;
}

.aplus-footer__main {
	display: grid;
	grid-template-columns: minmax(250px, 1.35fr) minmax(150px, 0.7fr) minmax(230px, 0.95fr) minmax(210px, 0.85fr);
	gap: 54px;
	padding: 62px 38px 54px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 30px 30px 0 0;
	background: rgba(255, 255, 255, 0.025);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.aplus-footer__company-logo {
	display: inline-block;
	width: 168px;
	max-width: 72%;
	margin-bottom: 24px;
}

.aplus-footer__company-logo img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 82px;
	object-fit: contain;
	object-position: left center;
}

.aplus-footer__description {
	max-width: 390px;
	margin: 0;
	color: var(--aplus-footer-muted);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.85;
}

.aplus-footer__eyebrow {
	position: relative;
	margin: 0 0 24px;
	padding-left: 30px;
	color: var(--aplus-footer-gold-soft);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.aplus-footer__eyebrow::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 1px;
	background: linear-gradient(90deg, var(--aplus-footer-gold), var(--aplus-footer-gold-soft));
}

.aplus-footer__nav ul,
.aplus-footer__contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.aplus-footer__nav li + li {
	margin-top: 9px;
}

.aplus-footer__nav a,
.aplus-footer__contact a,
.aplus-footer__bottom a {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	transition: color 180ms ease, transform 180ms ease;
}

.aplus-footer__nav a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.55;
}

.aplus-footer__nav a::after {
	content: "→";
	color: var(--aplus-footer-gold-soft);
	font-size: 11px;
	opacity: 0;
	transform: translateX(-5px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.aplus-footer__nav a:hover {
	color: var(--aplus-footer-gold-soft);
}

.aplus-footer__nav a:hover::after {
	opacity: 1;
	transform: translateX(0);
}

.aplus-footer__contact li {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-height: 49px;
	color: rgba(255, 255, 255, 0.83);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.55;
}

.aplus-footer__contact li + li {
	margin-top: 8px;
}

.aplus-footer__icon {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(237, 202, 124, 0.28);
	border-radius: 50%;
	color: var(--aplus-footer-gold-soft);
}

.aplus-footer__icon svg {
	width: 15px;
	height: 15px;
	fill: currentColor;
}

.aplus-footer__contact a:hover,
.aplus-footer__bottom a:hover {
	color: var(--aplus-footer-gold-soft);
}

.aplus-footer__company-info-primary {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.7;
}

.aplus-footer__company-info-copy {
	margin: 0;
	color: var(--aplus-footer-muted);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.75;
}

.aplus-footer__company-info-copy a {
	color: var(--aplus-footer-gold-soft);
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: color 180ms ease;
}

.aplus-footer__company-info-copy a:hover {
	color: var(--aplus-footer-white);
}

.aplus-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 21px 38px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-top: 0;
	border-radius: 0 0 30px 30px;
	background: rgba(2, 6, 29, 0.22);
	color: rgba(255, 255, 255, 0.52);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.035em;
	line-height: 1.5;
}

.aplus-footer__bottom p {
	margin: 0;
}

.aplus-footer__bottom-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 10px 20px;
}

.aplus-footer__bottom-meta a {
	position: relative;
}

.aplus-footer__bottom-meta a::before {
	content: "";
	position: absolute;
	left: -11px;
	top: 50%;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: var(--aplus-footer-gold-soft);
}

@media (max-width: 1040px) {
	.aplus-footer__main {
		grid-template-columns: minmax(250px, 1.2fr) repeat(2, minmax(170px, 0.8fr));
	}

	.aplus-footer__company-info {
		grid-column: 2 / 4;
	}
}

@media (max-width: 760px) {
	.aplus-site-footer {
		padding: 18px 14px 14px;
	}

	.aplus-footer__main {
		grid-template-columns: 1fr 1fr;
		gap: 42px 30px;
		padding: 44px 28px 40px;
		border-radius: 24px 24px 0 0;
	}

	.aplus-footer__brand,
	.aplus-footer__company-info {
		grid-column: 1 / -1;
	}

	.aplus-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		padding: 20px 28px;
		border-radius: 0 0 24px 24px;
	}

	.aplus-footer__bottom-meta {
		justify-content: flex-start;
	}
}

@media (max-width: 520px) {
	.aplus-footer__main {
		grid-template-columns: 1fr;
		gap: 38px;
		padding: 40px 22px 36px;
	}

	.aplus-footer__brand,
	.aplus-footer__company-info {
		grid-column: auto;
	}

	.aplus-footer__company-logo {
		width: 150px;
	}

	.aplus-footer__nav a {
		font-size: 14px;
	}

	.aplus-footer__bottom {
		padding: 18px 22px;
	}

	.aplus-footer__bottom-meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.aplus-footer__bottom-meta a::before {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aplus-site-footer *,
	.aplus-site-footer *::before,
	.aplus-site-footer *::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
