/* Global Cards standalone site footer. */
.gc-footer-action .gc-menu-item-login,
.gc-footer-action .gc-menu-item-support {
	display: none;
}

.gc-site-footer {
	background: var(--gc-color-midnight-route);
	border-top: 2px solid var(--gc-color-electric-cobalt);
	color: #fff;
	font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

.gc-site-footer__inner {
	width: min(100% - 48px, 1280px);
	margin-inline: auto;
	padding-block: 64px 28px;
}

.gc-site-footer__main {
	display: grid;
	grid-template-columns: minmax(270px, 0.85fr) minmax(0, 2.15fr);
	gap: clamp(52px, 6vw, 92px);
}

.gc-site-footer__brand-column {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.gc-footer-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #fff;
	text-decoration: none;
}

.gc-site-footer a.gc-footer-brand:visited,
.gc-site-footer a.gc-footer-brand:hover,
.gc-site-footer a.gc-footer-brand:focus,
.gc-site-footer a.gc-footer-brand:active {
	color: #fff;
}

.gc-footer-brand__logo {
	display: block;
	width: auto;
	max-width: 220px;
	height: 48px;
	filter: none;
	opacity: 1;
}

.gc-footer-brand:hover .gc-footer-brand__logo,
.gc-footer-brand:focus .gc-footer-brand__logo {
	filter: none;
	opacity: 1;
}

.gc-site-footer__statement {
	max-width: 340px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 16px;
	line-height: 1.65;
}

.gc-footer-action {
	margin-top: 28px;
}

.gc-footer-action__menu,
.gc-footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gc-footer-action__menu a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 18px;
	background: var(--gc-color-electric-cobalt);
	border: 1px solid var(--gc-color-electric-cobalt);
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 140ms ease, border-color 140ms ease;
}

.gc-footer-action__menu a:hover,
.gc-footer-action__menu a:focus-visible {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.72);
	color: #fff;
}

.gc-site-footer__navigation {
	display: grid;
	grid-template-columns:
		minmax(105px, 0.65fr)
		minmax(145px, 0.9fr)
		minmax(125px, 0.75fr)
		minmax(220px, 1.35fr);
	gap: clamp(22px, 2.4vw, 40px);
}

.gc-footer-nav h2 {
	margin: 0 0 20px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.3;
	text-transform: uppercase;
}

.gc-footer-menu {
	display: grid;
	gap: 13px;
}

.gc-footer-menu li {
	margin: 0;
}

.gc-footer-menu a {
	display: inline-flex;
	padding-block: 2px;
	color: rgba(255, 255, 255, 0.78);
	background-image: linear-gradient(
		var(--gc-color-electric-cobalt),
		var(--gc-color-electric-cobalt)
	);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 0 2px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	transition: color 140ms ease, background-size 140ms ease;
}

.gc-footer-menu a:hover,
.gc-footer-menu a:focus-visible {
	color: #fff;
	background-size: 100% 2px;
}

.gc-footer-support {
	padding-left: 28px;
	border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.gc-footer-support__status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 17px;
	color: var(--gc-color-signal-aqua);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.gc-footer-support__status i {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 0 5px rgba(154, 183, 193, 0.1);
}

.gc-footer-support h2 {
	margin: 0 0 11px;
	color: #fff;
	font-size: 22px;
	font-weight: 720;
	letter-spacing: -0.025em;
}

.gc-footer-support p {
	max-width: 360px;
	margin: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 13px;
	line-height: 1.65;
}

.gc-footer-support__action {
	margin-top: 19px;
}

.gc-footer-support__action > a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 42px;
	padding: 8px 15px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	transition: border-color 140ms ease, background 140ms ease, transform 140ms ease;
}

.gc-footer-support__action > a > span {
	width: 17px;
	height: 17px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 14v-2a8 8 0 0116 0v2'/%3E%3Cpath d='M4 13H3a2 2 0 00-2 2v3a2 2 0 002 2h3v-7H4zm16 0h1a2 2 0 012 2v3a2 2 0 01-2 2h-3v-7h2zM18 20c-1 2-3 2-5 2'/%3E%3C/svg%3E") center/contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 14v-2a8 8 0 0116 0v2'/%3E%3Cpath d='M4 13H3a2 2 0 00-2 2v3a2 2 0 002 2h3v-7H4zm16 0h1a2 2 0 012 2v3a2 2 0 01-2 2h-3v-7h2zM18 20c-1 2-3 2-5 2'/%3E%3C/svg%3E") center/contain no-repeat;
}

.gc-footer-support__action > a:hover,
.gc-footer-support__action > a:focus-visible {
	border-color: var(--gc-color-signal-aqua);
	background: rgba(154, 183, 193, 0.08);
	color: #fff;
	transform: translateY(-2px);
}

.gc-footer-brand:focus-visible,
.gc-footer-action__menu a:focus-visible,
.gc-footer-menu a:focus-visible {
	outline: 2px solid #52ada5;
	outline-offset: 4px;
}

.gc-site-footer__bottom {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 32px;
	margin-top: 58px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.gc-site-footer__copyright,
.gc-site-footer__disclaimer {
	margin: 0;
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	line-height: 1.6;
}

.gc-site-footer__disclaimer {
	max-width: 560px;
	text-align: right;
}

@media (max-width: 1050px) {
	.gc-site-footer__inner {
		width: min(100% - 32px, 1280px);
		padding-block: 48px 24px;
	}

	.gc-site-footer__main {
		grid-template-columns: 1fr;
		gap: 48px;
	}
}

@media (max-width: 620px) {
	.gc-site-footer__navigation {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 38px;
	}

	.gc-footer-nav:last-child {
		grid-column: 1 / -1;
	}

	.gc-footer-support {
		grid-column: 1 / -1;
		padding: 28px 0 0;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
		border-left: 0;
	}

	.gc-site-footer__bottom {
		flex-direction: column;
		gap: 12px;
		margin-top: 44px;
	}

	.gc-site-footer__disclaimer {
		text-align: left;
	}
}

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