.panel-footer {
	--surface-foreground: var(--primary-color-700);
	--surface-background: var(--primary-color-900);
	--text: var(--gray-100);

	color: var(--dark-gray);
	background-color: var(--off-white);
}

.panel-footer a:hover {
	text-decoration: none;
}

.panel-footer .attributions {
	background-image: url(/includes/public/assets/shared/shell/pattern-teal.png);
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
	margin: 0 auto;
	padding: 0 var(--space-8);
	max-width: 1446px;
	text-align: center;
}

.panel-footer .footer-content-container {
	display: grid;
	gap: var(--space-6);
	padding-top: var(--space-10);
	padding-bottom: 57px;
}

@media (min-width: 64em) {
	.panel-footer .footer-content-container {
		text-align: left;
		padding-bottom: var(--space-10);
	}
}

.panel-footer .contentRender_name_plugins_core_textbox {
	margin: 0;
	padding: 0;
	max-width: none;
}

.panel-footer .client-details {
	display: grid;
	gap: var(--space-6);
	place-items: center;
}

@media (min-width: 64em) {
	.panel-footer .client-details {
		place-items: flex-start;
		grid-template-columns: repeat(3, 1fr);
	}
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
	display: block;
	width: 140px;
	margin: 0 auto;
}

.panel-footer .logo-footer img {
	display: block;
	width: 100%;
	height: auto;
}

.panel-footer .client-details p {
	font-size: var(--text-lg);
	line-height: var(--leading-snug);
	margin-bottom: 0;
	font-family: var(--font-body);
	letter-spacing: 0.02em;
	font-weight: 600;
}

.panel-footer .client-details p a {
	color: inherit;
}

.panel-footer .client-details p a:hover {
	text-decoration: none;
}

.panel-footer .social-media {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: var(--space-6);
	margin-top: var(--space-2);
}

.panel-footer .attribution-content-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 36px;
	padding-bottom: 38px;
}

@media (min-width: 64em) {
	.panel-footer .attribution-content-container {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}

.panel-footer .attribution-content-container p {
	font-size: var(--text-base-1);
	line-height: var(--leading-tight);
	color: #fff;
	letter-spacing: 0.036em;
	max-width: 310px;
	margin-bottom: var(--space-5);
}
.panel-footer .attribution-content-container p.trademark {
	font-size: .8125rem;
	line-height: calc(16 / 13);
}

.panel-footer .made-by-sv {
	display: block;
	width: 190px;
}

.panel-footer .made-by-sv img {
	display: block;
	width: 100%;
	height: auto;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
}

/* Footer CTAs */
.panel-footer .cta-cont {
	display: flex;
	flex-direction: column;
	row-gap: 29px;
	margin-bottom: 5px;
}

.panel-footer .footer-cta > a {
	display: flex;
	gap: var(--space-3);
	text-align: left;
	align-items: center;
	justify-content: center;
}

.panel-footer .footer-cta > a img {
	max-width: 57px;
}

.panel-footer .cta-cont > div:last-child .footer-cta > a img {
	max-width: 50px;
}
.panel-footer .footer-cta > a h3 {
	font-family: var(--font-alt);
	font-weight: bold;
	font-size: var(--text-2xl-1);
	line-height: var(--leading-none);
}

.panel-footer .footer-cta > a h4 {
	font-size: 2.5625rem;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	line-height: var(--leading-none);
}

/* Footer Logo */

.panel-footer .logo-cont {
	margin-bottom: var(--space-px);
}

.panel-footer .logo-cont p {
	max-width: 250px;
	margin-top: var(--space-5);
}

/* Socials */
.panel-footer .social-links {
	gap: 14.5px;
}

.panel-footer .social-links .social-network a {
	font-size: 2.5625rem;
	color: var(--green);
}

.panel-footer .social-links .social-network a:hover {
	color: var(--dark-green);
}

/* Partners */
.panel-footer .partners {
	margin-bottom: var(--space-8);
}

.panel-footer .partners img {
	max-width: 173px;
	margin: 0 auto;
}

/* Sitemap */
.panel-footer .navigation-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 21.5px;
	justify-content: center;
	max-width: 320px;
}

.panel-footer .navigation-footer > li {
	position: relative;
}

.panel-footer .navigation-footer > li:not(:last-child):after {
	content: '';
	position: absolute;
	right: -12px;
	top: calc(50% + 0px);
	transform: translateY(-50%);
	height: 22px;
	width: 2px;
	background: var(--dark-gray);
}

.panel-footer .navigation-footer a {
	font-family: 'bebas-neue';
	font-size: 1.375rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

@media (min-width: 64em) {
	.panel-footer .logo-cont {
		order: -1;
		margin-left: var(--space-1);
	}

	.panel-footer .cta-cont {
		flex-direction: row;
		grid-column: span 2;
		gap: 95px;
		justify-self: center;
		margin-left: 86px;
		margin-top: 37px;
	}

	.panel-footer .contentRender_name_plugins_core_textbox {
		grid-column: 1 / 2;
		grid-row: span 2;
	}
	.panel-footer .social-cont {
		display: flex;
		grid-column: 2 / span 2;
		gap: 70px;
		justify-self: center;
		margin-left: var(--space-48);
		margin-top: -3px;
	}
	
	.root-panel.microsite .panel-footer .social-cont {
		justify-self: end;
	}
	
	.panel-footer .partners {
		margin-bottom: 0;
	}

	.panel-footer .footer-nav {
		grid-column: 2 / span 2;
		justify-self: flex-end;
		margin-top: var(--space-2);
	}
	.panel-footer .navigation-footer {
		max-width: unset;
		column-gap: 30.6px;
	}

	.contentRender_name_plugins_common_logo_footer,
	.panel-footer .logo-footer a {
		width: 272px;
	}

	.panel-footer .logo-cont p {
		max-width: unset;
		letter-spacing: 0.03em;
		margin-left: var(--space-1);
		white-space: nowrap;
	}

	.panel-footer .social-links {
		gap: 9px;
	}

	.panel-footer .attribution-content-container p {
		max-width: unset;
		margin-bottom: var(--space-2);
		text-align: left;
	}
	.panel-footer .attribution-content-container p.trademark {
		max-width: 440px;
	}

	.panel-footer .attribution-content-container {
		padding-bottom: var(--space-6);
		padding-top: var(--space-10);
	}
}

@media (min-width: 1250px) {
	.panel-footer .footer-cta > a img {
		max-width: 68px;
	}

	.panel-footer .footer-cta > a h3 {
		font-size: 2.1875rem;
		margin-bottom: var(--space-1);
	}

	.panel-footer .footer-cta > a h4 {
		font-size: 3.125rem;
	}

	.panel-footer .cta-cont > div:last-child .footer-cta > a img {
		margin-right: var(--space-1);
		max-width: 62px;
	}

	.panel-footer .navigation-footer > li:not(:last-child):after {
		right: -15px;
	}
}
@media (min-width: 64em) and (max-width: 1250px) {
	.panel-footer .social-cont {
		margin-left: 0;
		gap: 20px;
		justify-self: end;
	}

	.panel-footer .navigation-footer {
		justify-content: flex-end;
		max-width: 580px;
		min-width: 580px;
		gap: 7px 21.5px;
	}

	.panel-footer .cta-cont {
		gap: 55px;
		margin-left: 0;
		justify-self: flex-end;
	}
	.panel-footer .navigation-footer > li:nth-child(6):after {
		display: none;
	}
}

@media (max-width: 64em) {
	.panel-footer .navigation-footer > li:nth-child(3):after,
	.panel-footer .navigation-footer > li:nth-child(6):after {
		display: none;
	}
}
