footer > section {
	background: var(--secondary-dark) !important;
}

@media screen and (min-width: 1026px) and (max-width: 1450px) {
	footer > section > div.grid--12 {
		grid-template-columns: var(--grid-4) !important;
	}
	footer > section > div.grid--12 > * {
		grid-column-start: unset !important;
		grid-column-end: unset !important;
	}
	.footer-bottom.footer-bottom.footer-bottom.footer-bottom.footer-bottom {
		grid-column: -1/1 !important;
	}
}
.footer-contact div.gb-text {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 1.4rem;
}
.footer-contact div.gb-text a {
	font-weight: 500;
	color: white;
}
.footer-contact div.gb-text p {
	line-height: 1;
}

.footer-logo-wrapper {
	display: flex;
	align-items: flex-end;
	padding-bottom: 5px;
}

@media screen and (min-width: 1026px) {
	footer li {
		max-width: 200px;
	}
}
footer li {
	list-style-type: none;
}
footer li a {
	font-size: var(--text-m) !important;
}
@media screen and (max-width: 1025px) {
	footer ul.primary-navigation > li > a {
		font-size: var(--text-l) !important;
	}
}

footer li.has-children {
	display: flex;
	column-gap: 22px;
	align-items: center;
	width: fit-content;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 190px;
}
@media screen and (max-width: 1025px) {
	footer li.has-children {
		width: auto;
	}
}

footer li .child-pages a {
	color: white !important;
}

footer ul.primary-navigation a:is(:hover, :focus-visible) {
	text-decoration-color: white !important;
}
footer ul.primary-navigation > li.has-children > button path {
	fill: white !important;
}

footer .primary-navigation {
	display: flex;
	gap: 1.4rem;
	flex-direction: column;
}
footer h3.highlight,
header h3.highlight {
	color: var(--primary-light);
	margin-bottom: var(--space-xs);
}
@media screen and (max-width: 1025px) {
	footer h3.highlight {
		margin-bottom: var(--space-m);
	}
}

footer ul.child-pages {
	background: transparent !important;
	margin: 0 !important;
	position: static !important;
	display: none;
}

footer li.expanded > ul.child-pages {
	display: block !important;
}
footer ul.child-pages li {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

footer ul.child-pages li a {
	font-size: 1.4rem !important;
	white-space: anywhere;
	white-space: break-spaces;
	line-height: 1.4;
}

footer ul.child-pages li:first-child {
	margin-top: 12px;
}

nav[data-children-toggle="click"] button.expand-icon {
	background: var(--primary-dark);
	border-radius: 50vmax;
	padding: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s ease-out;
}
button.expand-icon path {
	transition: 0.2s ease-out;
}
@media screen and (min-width: 1026px) {
	nav[data-children-toggle="click"] button.expand-icon:is(:hover, :focus-visible) {
		background: white;
	}
	nav[data-children-toggle="click"] button.expand-icon:is(:hover, :focus-visible) path {
		stroke: var(--base) !important;
	}
}
nav[data-children-toggle="click"] button.expand-icon[aria-expanded="true"] {
	background: white;
}
footer button.expand-icon {
	outline-color: white !important;
}
nav[data-children-toggle="click"] button.expand-icon[aria-expanded="true"] path {
	stroke: var(--base) !important;
}
nav[data-children-toggle="click"] button.expand-icon[aria-expanded="true"] path + path {
	opacity: 0;
}

@media screen and (max-width: 1025px) {
	footer section > div > * {
		grid-column-start: unset !important;
		grid-column-end: unset !important;
	}
}

footer .text--500 > a {
	font-weight: 500;
}

.footer-extra-links {
	gap: 5rem;
	display: flex;
	flex-wrap:wrap;
}

.footer-legal {
	position: relative;
}
.footer-legal .linkedin-link {
	position: absolute;
	right: 0;
	top: -70px;
	outline-color: transparent !important;
}
@media screen and (max-width: 1025px) {
	.footer-legal .linkedin-link {
		top: 0;
	}
}
header .linkedin-link {
	padding-bottom: 40px;
	display: inline-block;
}

.footer-legal .linkedin-link path {
	transition: 0.2s ease-out;
}
.footer-legal .linkedin-link:is(:hover, :focus-visible) path {
	fill: white !important;
}
@media screen and (max-width: 1025px) {
	.footer-legal {
		gap: 2.8rem !important;
		position: relative;
		margin-top: 5rem;
	}
}

.footer-extra-links a,
.footer-extra-links button {
	outline-color: transparent !important;
	text-decoration-color: transparent !important;
}

.footer-extra-links.footer-extra-links.footer-extra-links.footer-extra-links a:is(:hover, :focus-visible),
.footer-extra-links.footer-extra-links.footer-extra-links button:is(:hover, :focus-visible) {
	outline-color: transparent !important;
	text-decoration-color: white !important;
}

@media screen and (max-width: 1025px) {
	footer nav {
		width: 100%;
	}
}
