.sectors-o2-footer {
	--sectors-o2-yellow: #f5d200;
	--sectors-o2-charcoal: #171a1c;
	--sectors-o2-ink: #1a1a1a;
	--sectors-o2-gutter: 68px;
	--sectors-o2-max: 1304px;
	margin: 0;
	padding: 0;
	background: var(--sectors-o2-charcoal);
	color: #d6d6d6;
	font-family: "Hanken Grotesk", system-ui, sans-serif;
	font-synthesis: none;
	-webkit-font-smoothing: antialiased;
}

.sectors-o2-footer *,
.sectors-o2-footer *::before,
.sectors-o2-footer *::after {
	box-sizing: border-box;
}

.sectors-o2-footer h2,
.sectors-o2-footer p,
.sectors-o2-footer ul,
.sectors-o2-footer address {
	margin: 0;
}

.sectors-o2-footer ul {
	padding: 0;
	list-style: none;
}

.sectors-o2-footer a {
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

.sectors-o2-footer a:focus-visible {
	outline: 3px solid var(--sectors-o2-yellow);
	outline-offset: 4px;
}

.sectors-o2-footer__inner {
	display: grid;
	grid-template-columns: 1.35fr repeat(4, 0.9fr);
	gap: 46px;
	width: min(100% - (var(--sectors-o2-gutter) * 2), var(--sectors-o2-max));
	margin-inline: auto;
	padding: 47px 0 41px;
}

.sectors-o2-footer__brand {
	padding-right: 34px;
	border-right: 1px solid #3d4143;
}

.sectors-o2-footer__logo {
	display: inline-block;
}

.site-chrome .sectors-o2-footer__logo img.foot-brand__logo {
	display: block;
	width: 178px;
	height: 69px;
	object-fit: contain;
	object-position: left center;
}

.site-chrome .sectors-o2-footer__column li {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
}

.sectors-o2-footer__brand address {
	margin-top: 18px;
	color: #d6d6d6;
	font-size: 12px;
	font-style: normal;
	line-height: 1.45;
}

.sectors-o2-footer__brand address p {
	margin: 0;
}

.sectors-o2-footer__map {
	display: inline-block;
	margin-top: 14px;
	color: var(--sectors-o2-yellow) !important;
	font-family: Archivo, sans-serif;
	font-size: 12px;
	font-stretch: 88%;
	font-weight: 800;
	font-variation-settings: "wdth" 88, "wght" 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.sectors-o2-footer__map:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.sectors-o2-footer__socials {
	display: flex;
	gap: 16px;
	margin-top: 18px;
}

.sectors-o2-footer__socials a {
	color: #fff;
	font-size: 18px;
}

.sectors-o2-footer__socials a:hover {
	color: var(--sectors-o2-yellow);
}

.sectors-o2-footer__column h2 {
	color: #fff;
	font-family: Archivo, sans-serif;
	font-size: 12px;
	font-stretch: 88%;
	font-weight: 800;
	font-variation-settings: "wdth" 88, "wght" 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.sectors-o2-footer__column ul {
	display: flex;
	flex-direction: column;
	gap: 11px;
	margin-top: 26px;
}

.sectors-o2-footer__column a {
	display: inline-block;
	font-size: 13px;
	line-height: 1.35;
}

.sectors-o2-footer__column a:hover {
	color: var(--sectors-o2-yellow);
}

.sectors-o2-footer__proof {
	border-top: 1px solid #3d4143;
}

.sectors-o2-footer__proof-inner {
	width: min(100% - (var(--sectors-o2-gutter) * 2), var(--sectors-o2-max));
	margin-inline: auto;
	padding: 10px 0;
}

.sectors-o2-footer__marks {
	display: grid;
	grid-template-columns: repeat(5, minmax(112px, 144px));
	align-items: center;
	justify-content: center;
}

.sectors-o2-footer__mark {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 46px;
	padding: 0 24px;
	border-left: 1px solid #3d4143;
}

.sectors-o2-footer__mark:first-child {
	border-left: 0;
}

.sectors-o2-footer__mark img {
	display: block;
	width: auto;
	height: auto;
	max-width: 96px;
	max-height: 42px;
	object-fit: contain;
	object-position: center;
}

.sectors-o2-footer__mark--nsi img {
	max-width: 116px;
}

.sectors-o2-footer__legal {
	display: flex;
	justify-content: space-between;
	gap: 32px;
	width: min(100% - (var(--sectors-o2-gutter) * 2), var(--sectors-o2-max));
	margin-inline: auto;
	padding: 21px 0 23px;
	border-top: 1px solid #3d4143;
	color: #b9b9b9;
	font-size: 11px;
	line-height: 1.4;
}

.sectors-o2-footer__legal nav {
	display: flex;
	gap: 28px;
}

.sectors-o2-footer__legal a:hover {
	color: var(--sectors-o2-yellow);
}

@media (max-width: 1240px) {
	.sectors-o2-footer {
		--sectors-o2-gutter: 42px;
	}

	.sectors-o2-footer__inner {
		grid-template-columns: 1.3fr repeat(4, 0.9fr);
		gap: 28px;
	}

	.sectors-o2-footer__mark {
		padding-inline: 14px;
	}
}

@media (max-width: 1024px) {
	.sectors-o2-footer {
		--sectors-o2-gutter: 30px;
	}

	.sectors-o2-footer__inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sectors-o2-footer__brand {
		grid-row: span 2;
	}

	.sectors-o2-footer__proof-inner {
		padding-block: 12px;
	}
}

@media (max-width: 680px) {
	.sectors-o2-footer {
		--sectors-o2-gutter: 22px;
	}

	.sectors-o2-footer__inner {
		grid-template-columns: 1fr 1fr;
		gap: 42px 28px;
		padding-top: 50px;
	}

	.sectors-o2-footer__brand {
		grid-column: 1 / -1;
		grid-row: auto;
		padding-right: 0;
		padding-bottom: 38px;
		border-right: 0;
		border-bottom: 1px solid #3d4143;
	}

	.sectors-o2-footer__marks {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		gap: 12px 8px;
	}

	.sectors-o2-footer__mark {
		grid-column: span 2;
		min-height: 46px;
		padding: 0 8px;
		border-left: 0;
	}

	.sectors-o2-footer__mark:nth-child(4) {
		grid-column: 2 / span 2;
	}

	.sectors-o2-footer__mark:nth-child(5) {
		grid-column: 4 / span 2;
	}

	.sectors-o2-footer__mark img {
		max-width: 76px;
		max-height: 44px;
	}

	.sectors-o2-footer__mark--nsi img {
		max-width: 96px;
	}

	.sectors-o2-footer__proof-inner {
		padding-block: 14px;
	}

	.sectors-o2-footer__legal {
		flex-direction: column;
	}

	.sectors-o2-footer__legal nav {
		flex-direction: column;
		gap: 10px;
	}
}
