/* SB-Footer 0.2.9 — Core-controlled footer colours */
.sb-footer,
.sb-footer * {
	box-sizing: border-box;
}

.sb-footer {
	--sb-footer-accent: var(--sb-primary-color, #102085);
	--sb-footer-bg: var(--sb-footer-bg-color, var(--sb-footer-accent));
	--sb-footer-text: var(--sb-footer-text-color, #fff);
	--sb-footer-text-80: color-mix(in srgb, var(--sb-footer-text) 80%, transparent);
	--sb-footer-text-78: color-mix(in srgb, var(--sb-footer-text) 78%, transparent);
	--sb-footer-text-58: color-mix(in srgb, var(--sb-footer-text) 58%, transparent);
	--sb-footer-text-48: color-mix(in srgb, var(--sb-footer-text) 48%, transparent);
	--sb-footer-line-18: color-mix(in srgb, var(--sb-footer-text) 18%, transparent);
	--sb-footer-line-16: color-mix(in srgb, var(--sb-footer-text) 16%, transparent);
	--sb-footer-surface-06: color-mix(in srgb, var(--sb-footer-text) 6%, transparent);
	--sb-footer-surface-12: color-mix(in srgb, var(--sb-footer-text) 12%, transparent);
	--sb-footer-line-45: color-mix(in srgb, var(--sb-footer-text) 45%, transparent);
	width: 100%;
	background: var(--sb-footer-bg);
	color: var(--sb-footer-text);
	font-family: inherit;
}

.sb-footer__inner {
	width: min(100% - 56px, 1320px);
	margin: 0 auto;
}

.sb-footer__main {
	display: grid;
	grid-template-columns: minmax(300px, 1.5fr) minmax(150px, .72fr) minmax(210px, 1fr) minmax(190px, .85fr);
	gap: 48px;
	padding: 54px 0 46px;
	align-items: start;
}

.sb-footer__about {
	max-width: 390px;
}

.sb-footer__column,
.sb-footer__socials {
	padding-top: 30px;
}

.sb-footer__brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none !important;
	line-height: 1;
}

.sb-footer__logo-image {
	display: block;
	width: auto;
	height: auto;
	max-width: 64px;
	max-height: 64px;
	object-fit: contain;
}

.sb-footer__brand-name {
	margin-left: 12px;
	color: var(--sb-footer-text);
	font-size: 21px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -.02em;
}

.sb-footer__brand--text {
	font-size: 23px;
	font-weight: 800;
	letter-spacing: -.02em;
	color: var(--sb-footer-text) !important;
}

.sb-footer__description {
	max-width: 380px;
	margin: 20px 0 0 !important;
	color: var(--sb-footer-text-78);
	font-size: 14px;
	line-height: 1.65;
}

.sb-footer__description p {
	margin: 0 0 10px !important;
	padding: 0 !important;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.sb-footer__description p:last-child {
	margin-bottom: 0 !important;
}

.sb-footer__domain {
	margin-top: 18px;
	color: var(--sb-footer-text-48);
	font-size: 12px;
	font-weight: 650;
	letter-spacing: .055em;
	text-transform: uppercase;
}


.sb-footer__certificate-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
	min-height: 36px;
	padding: 8px 13px;
	border: 1px solid var(--sb-footer-line-45);
	border-radius: 4px;
	background: transparent;
	color: var(--sb-footer-text) !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none !important;
	transition: background .16s ease, border-color .16s ease;
}

.sb-footer__certificate-link:hover,
.sb-footer__certificate-link:focus-visible {
	background: var(--sb-footer-surface-12);
	border-color: var(--sb-footer-text-80);
	color: var(--sb-footer-text) !important;
}

.sb-footer__heading {
	margin: 2px 0 18px !important;
	padding: 0 !important;
	color: var(--sb-footer-text);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: .015em;
}

.sb-footer__menu,
.sb-footer__menu ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.sb-footer__menu {
	display: grid;
	gap: 10px;
}

.sb-footer__menu li {
	margin: 0 !important;
	padding: 0 !important;
}

.sb-footer__menu li::before,
.sb-footer__menu li::marker {
	content: none !important;
	display: none !important;
}

.sb-footer__menu a {
	display: inline-block;
	padding: 0;
	color: var(--sb-footer-text-80) !important;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: 560;
	line-height: 1.45;
	transition: color .16s ease, opacity .16s ease, transform .16s ease;
}

.sb-footer__menu a:hover,
.sb-footer__menu a:focus-visible,
.sb-footer__menu li.current-menu-item > a,
.sb-footer__menu li.current-menu-ancestor > a {
	color: var(--sb-footer-text) !important;
	transform: translateX(2px);
}

.sb-footer__socials {
	min-width: 0;
}

.sb-footer__social-list {
	display: grid;
	gap: 9px;
	list-style: none !important;
	margin: 0 !important;
	padding: 24px 0 0 !important;
}

.sb-footer__social-item {
	margin: 0 !important;
	padding: 0 !important;
}

.sb-footer__social-item::before,
.sb-footer__social-item::marker {
	content: none !important;
	display: none !important;
}

.sb-footer__social-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 34px;
	color: var(--sb-footer-text-80) !important;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	transition: color .16s ease, transform .16s ease;
}

.sb-footer__social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	border: 1px solid var(--sb-footer-line-18);
	border-radius: 4px;
	background: var(--sb-footer-surface-06);
	color: var(--sb-footer-text);
	transition: background .16s ease, border-color .16s ease;
}

.sb-footer__social-icon svg {
	display: block;
	width: 17px;
	height: 17px;
	fill: currentColor;
}

.sb-footer__social-link:hover,
.sb-footer__social-link:focus-visible {
	color: var(--sb-footer-text) !important;
	transform: translateX(2px);
}

.sb-footer__social-link:hover .sb-footer__social-icon,
.sb-footer__social-link:focus-visible .sb-footer__social-icon {
	background: var(--sb-footer-surface-12);
	border-color: var(--sb-footer-line-45);
}

.sb-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 64px;
	padding: 18px 0 20px;
	border-top: 1px solid var(--sb-footer-line-16);
}

.sb-footer__copyright,
.sb-footer__powered {
	margin: 0 !important;
	padding: 0 !important;
	color: var(--sb-footer-text-58);
	font-size: 12px;
	line-height: 1.4;
}

/* Divi modules around [sb_footer] must not create a second footer-sized frame. */
.et_pb_section:has(.sb-footer),
.et_pb_row:has(.sb-footer),
.et_pb_column:has(.sb-footer),
.et_pb_code:has(.sb-footer),
.et_pb_code_inner:has(.sb-footer) {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.et_pb_row:has(.sb-footer) {
	width: 100% !important;
	max-width: none !important;
}

@media (max-width: 1100px) {
	.sb-footer__main {
		grid-template-columns: minmax(280px, 1.35fr) minmax(150px, .8fr) minmax(210px, 1fr) minmax(170px, .8fr);
		gap: 34px;
	}
}

@media (max-width: 760px) {
	.sb-footer__inner {
		width: min(100% - 36px, 1320px);
	}

	.sb-footer__main {
		grid-template-columns: 1fr 1fr;
		gap: 34px 26px;
		padding: 40px 0 34px;
	}

	.sb-footer__about {
		grid-column: 1 / -1;
		max-width: 100%;
	}

	.sb-footer__column,
	.sb-footer__socials {
		padding-top: 0;
	}

	.sb-footer__description {
		max-width: 520px;
	}

	.sb-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}
}

@media (max-width: 480px) {
	.sb-footer__inner {
		width: min(100% - 28px, 1320px);
	}

	.sb-footer__main {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 34px 0 30px;
	}

	.sb-footer__about {
		grid-column: auto;
	}

	.sb-footer__logo-image {
		max-width: 58px;
		max-height: 58px;
	}

	.sb-footer__heading {
		margin-bottom: 14px !important;
	}
}
