.esf-footer {
	--esf-bg: #fff;
	--esf-bg-alt: #f6f8fc;
	--esf-heading: #0b1b36;
	--esf-text: #17233b;
	--esf-muted: #53647c;
	--esf-accent: #f0b400;
	--esf-blue: #0b53bd;
	--esf-border: #d8e0ec;
	--esf-hover: #0b53bd;
	--esf-trust-bg: #fff;
	--esf-trust-icon: #0b53bd;
	--esf-watermark-image: none;
	--esf-watermark-opacity: .05;
	--esf-max: 1440px;
	--esf-space: 48px;
	--esf-gap: 36px;
	--esf-font: 16px;
	--esf-font-mobile: 15px;
	background: var(--esf-bg);
	color: var(--esf-text);
	font-family: var(--ts-pr-font-family, inherit);
	font-size: var(--esf-font);
	line-height: 1.55;
	position: relative;
	width: 100%;
	isolation: isolate;
}

.esf-footer,
.esf-footer * {
	box-sizing: border-box;
}

.esf-footer .esf-container {
	margin-inline: auto;
	max-width: var(--esf-max);
	padding-inline: clamp(20px, 3vw, 44px);
	width: 100%;
}

.esf-footer .esf-visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.esf-footer a {
	color: inherit;
	text-decoration: none;
	text-underline-offset: 3px;
}

.esf-footer a:hover {
	color: var(--esf-hover);
	text-decoration: none !important;
	box-shadow: none;
}

.esf-footer a:focus-visible,
.esf-footer button:focus-visible {
	border-radius: 3px;
	outline: 3px solid var(--esf-accent);
	outline-offset: 3px;
}

.esf-footer .esf-icon {
	display: block;
	flex: 0 0 auto;
	height: 22px;
	width: 22px;
}

.esf-footer .esf-trust {
	background: var(--esf-trust-bg);
	border-block: 1px solid var(--esf-border);
}

.esf-footer .esf-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	min-height: 88px;
}

.esf-footer .esf-trust-item {
	align-items: center;
	display: flex;
	gap: 14px;
	min-width: 0;
	padding: 18px clamp(12px, 2vw, 26px);
}

.esf-footer .esf-trust-item + .esf-trust-item {
	border-left: 1px solid var(--esf-border);
}

.esf-footer .esf-trust-icon {
	color: var(--esf-trust-icon);
}

.esf-footer .esf-trust-icon .esf-icon {
	height: 32px;
	width: 32px;
}

.esf-footer .esf-trust-copy {
	display: grid;
	gap: 1px;
	min-width: 0;
}

.esf-footer .esf-trust-copy strong {
	color: var(--esf-heading);
	font-family: var(--ts-heading-font-family, inherit);
	font-size: .9em;
	font-weight: 700;
	letter-spacing: .035em;
	line-height: 1.25;
	text-transform: uppercase;
}

.esf-footer .esf-trust-copy span {
	color: var(--esf-muted);
	font-size: .88em;
	line-height: 1.35;
}

.esf-footer .esf-main {
	background: var(--esf-bg);
	padding-block: var(--esf-space);
}

.esf-footer .esf-main-grid {
	display: grid;
	gap: var(--esf-gap);
	grid-template-columns: 1.25fr 1.25fr repeat(2, minmax(160px, .85fr));
}

.esf-footer .esf-logo {
	display: block;
	height: auto;
	max-width: 238px;
	object-fit: contain;
	width: min(100%, 238px);
}

.esf-footer .esf-statement {
	color: var(--esf-muted);
	font-size: .94em;
	margin-top: 20px;
	max-width: 34ch;
}

.esf-footer .esf-contact-list {
	display: grid;
	gap: 10px;
	margin-top: 20px;
}

.esf-footer .esf-contact-list a {
	align-items: center;
	display: flex;
	gap: 10px;
	min-width: 0;
}

.esf-footer .esf-contact-list span {
	overflow-wrap: anywhere;
}

.esf-footer .esf-contact-list .esf-icon {
	color: var(--esf-accent);
	height: 18px;
	width: 18px;
}

.esf-footer .esf-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 22px;
}

.esf-footer .esf-contact-actions a {
	align-items: center;
	border: 1px solid var(--esf-border);
	border-radius: 4px;
	display: inline-flex;
	font-size: .84em;
	font-family: var(--ts-btn-font-family, inherit);
	font-weight: 700;
	justify-content: center;
	min-height: 40px;
	padding: 8px 13px;
}

.esf-footer .esf-contact-actions a:hover {
	background: var(--esf-accent);
	border-color: var(--esf-accent);
	color: var(--esf-heading);
	text-decoration: none !important;
}

.esf-footer .esf-google-link {
	color: var(--esf-heading);
	display: inline-block;
	font-size: .88em;
	margin-top: 18px;
	text-decoration: none;
}

.esf-footer .esf-heading {
	color: var(--esf-heading);
	font-family: var(--ts-heading-font-family, inherit);
	font-size: .92em;
	font-weight: 700;
	letter-spacing: .055em;
	line-height: 1.35;
	margin: 0 0 17px;
	text-transform: uppercase;
}

.esf-footer .esf-locations address {
	font-style: normal;
}

.esf-footer .esf-location {
	border-left: 2px solid var(--esf-accent);
	display: grid;
	gap: 5px;
	padding-left: 16px;
}

.esf-footer .esf-location + .esf-location {
	margin-top: 22px;
}

.esf-footer .esf-location strong {
	color: var(--esf-heading);
	font-size: .96em;
}

.esf-footer .esf-location span {
	color: var(--esf-muted);
	font-size: .9em;
	max-width: 42ch;
}

.esf-footer .esf-location a {
	color: var(--esf-heading);
	font-size: .85em;
	font-weight: 700;
	margin-top: 5px;
	text-decoration: none;
}

.esf-footer .esf-nav-list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.esf-footer .esf-nav-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.esf-footer .esf-nav-list a {
	color: var(--esf-muted);
	display: inline-block;
	font-size: .92em;
	overflow-wrap: anywhere;
}

.esf-footer .esf-nav-list a:hover {
	color: var(--esf-hover);
	text-decoration: none;
}

.esf-footer .esf-accordion-toggle {
	display: none;
}

.esf-footer .esf-meta {
	background: var(--esf-bg-alt);
	border-block: 1px solid var(--esf-border);
}

.esf-footer .esf-meta-inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	min-height: 72px;
	padding-block: 14px;
}

.esf-footer .esf-copyright {
	align-items: center;
	color: var(--esf-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: .84em;
	gap: 7px 16px;
}

.esf-footer .esf-copyright a {
	color: var(--esf-heading);
	text-decoration: none;
}

.esf-footer .esf-social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.esf-footer .esf-social a {
	align-items: center;
	background: transparent;
	border: 1px solid var(--esf-border);
	border-radius: 50%;
	color: var(--esf-heading);
	display: inline-flex;
	height: 40px;
	justify-content: center;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
	width: 40px;
}

.esf-footer .esf-social a:hover {
	background: transparent;
	border-color: currentColor;
	text-decoration: none !important;
	transform: translateY(-2px);
}

.esf-footer .esf-social--facebook:hover { color: #0866ff; }
.esf-footer .esf-social--tiktok:hover { color: #000; }
.esf-footer .esf-social--instagram:hover { color: #e4405f; }
.esf-footer .esf-social--x:hover { color: #000; }
.esf-footer .esf-social--youtube:hover { color: #f00; }
.esf-footer .esf-social--linkedin:hover { color: #0a66c2; }
.esf-footer .esf-social--whatsapp:hover { color: #25d366; }

.esf-footer .esf-social .esf-icon {
	height: 18px;
	width: 18px;
}

.esf-footer .esf-discovery {
	background: var(--esf-bg);
	isolation: isolate;
	overflow: hidden;
	padding-block: clamp(32px, 4vw, 52px);
	position: relative;
}

.esf-footer .esf-discovery::after {
	background: var(--esf-watermark-image) center bottom / contain no-repeat;
	bottom: -52px;
	content: "";
	filter: grayscale(1) brightness(.28);
	left: 50%;
	opacity: var(--esf-watermark-opacity);
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	width: min(92vw, 1344px);
	aspect-ratio: 1344 / 251;
	z-index: 0;
}

.esf-footer .esf-discovery-grid {
	display: grid;
	gap: var(--esf-gap);
	grid-template-columns: repeat(6, minmax(0, 1fr));
	position: relative;
	z-index: 1;
}

@media (max-width: 1100px) {
	.esf-footer .esf-main-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.esf-footer .esf-discovery-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.esf-footer .esf-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.esf-footer .esf-trust-item:nth-child(3) {
		border-left: 0;
	}

	.esf-footer .esf-trust-item:nth-child(n + 3) {
		border-top: 1px solid var(--esf-border);
	}
}

@media (max-width: 767px) {
	.esf-footer {
		font-size: var(--esf-font-mobile);
	}

	.esf-footer .esf-container {
		padding-inline: 18px;
	}

	.esf-footer .esf-trust-grid {
		min-height: 0;
	}

	.esf-footer .esf-trust-item {
		align-items: flex-start;
		gap: 10px;
		min-height: 86px;
		padding: 16px 10px;
	}

	.esf-footer .esf-trust-icon .esf-icon {
		height: 25px;
		width: 25px;
	}

	.esf-footer .esf-trust-copy strong {
		font-size: .77em;
	}

	.esf-footer .esf-trust-copy span {
		font-size: .78em;
	}

	.esf-footer .esf-main {
		padding-block: 34px;
	}

	.esf-footer .esf-main-grid,
	.esf-footer .esf-discovery-grid {
		gap: 28px;
		grid-template-columns: minmax(0, 1fr);
	}

	.esf-footer .esf-main-grid > *,
	.esf-footer .esf-discovery-grid > *,
	.esf-footer .esf-contact {
		min-width: 0;
	}

	.esf-footer .esf-logo {
		max-width: 210px;
	}

	.esf-footer .esf-statement {
		margin-top: 16px;
	}

	.esf-footer .esf-contact-actions {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: 100%;
	}

	.esf-footer .esf-contact-actions a {
		font-size: .78em;
		min-height: 44px;
		min-width: 0;
		padding-inline: 5px;
		white-space: nowrap;
	}

	.esf-footer .esf-desktop-heading {
		display: none;
	}

	.esf-footer .esf-accordion-toggle {
		align-items: center;
		appearance: none;
		background: transparent;
		border: 0;
		border-bottom: 1px solid var(--esf-border);
		color: var(--esf-heading);
		cursor: pointer;
		display: flex;
		font: inherit;
		font-family: var(--ts-heading-font-family, inherit);
		font-weight: 700;
		justify-content: space-between;
		letter-spacing: .045em;
		min-height: 48px;
		padding: 0;
		text-align: left;
		text-transform: uppercase;
		width: 100%;
	}

	.esf-footer .esf-accordion-toggle .esf-icon {
		transition: transform .2s ease;
	}

	.esf-footer .esf-nav-group.is-open .esf-accordion-toggle .esf-icon {
		transform: rotate(180deg);
	}

	.esf-footer.esf-js .esf-accordion-panel {
		display: grid;
		grid-template-rows: 0fr;
		transition: grid-template-rows .2s ease;
	}

	.esf-footer.esf-js .esf-accordion-panel .esf-nav-list {
		overflow: hidden;
	}

	.esf-footer.esf-js .esf-nav-group.is-open .esf-accordion-panel {
		grid-template-rows: 1fr;
	}

	.esf-footer .esf-nav-list {
		gap: 0;
	}

	.esf-footer .esf-nav-list a {
		align-items: center;
		display: flex;
		min-height: 44px;
		padding-block: 8px;
	}

	.esf-footer .esf-meta-inner {
		align-items: flex-start;
		flex-direction: column;
		padding-block: 22px;
	}

	.esf-footer .esf-social {
		order: -1;
	}

	.esf-footer .esf-copyright {
		display: grid;
	}

	.esf-footer .esf-discovery {
		padding-block: 30px;
	}

	.esf-footer .esf-discovery::after {
		bottom: -28px;
		width: 760px;
	}
}

.esf-footer.esf-is-mobile {
	font-size: var(--esf-font-mobile);
}

.esf-footer.esf-is-mobile .esf-main-grid,
.esf-footer.esf-is-mobile .esf-discovery-grid {
	gap: 28px;
	grid-template-columns: minmax(0, 1fr);
}

.esf-footer.esf-is-mobile .esf-main-grid > *,
.esf-footer.esf-is-mobile .esf-discovery-grid > *,
.esf-footer.esf-is-mobile .esf-contact {
	min-width: 0;
}

.esf-footer.esf-is-mobile .esf-contact-actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
}

.esf-footer.esf-is-mobile .esf-contact-actions a {
	font-size: .78em;
	min-height: 44px;
	min-width: 0;
	padding-inline: 5px;
	white-space: nowrap;
}

.esf-footer.esf-is-mobile .esf-desktop-heading {
	display: none;
}

.esf-footer.esf-is-mobile .esf-accordion-toggle {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--esf-border);
	color: var(--esf-heading);
	cursor: pointer;
	display: flex;
	font: inherit;
	font-family: var(--ts-heading-font-family, inherit);
	font-weight: 700;
	justify-content: space-between;
	min-height: 48px;
	padding: 0;
	text-align: left;
	width: 100%;
}

.esf-footer.esf-is-mobile.esf-js .esf-accordion-panel {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows .2s ease;
}

.esf-footer.esf-is-mobile.esf-js .esf-accordion-panel .esf-nav-list {
	overflow: hidden;
}

.esf-footer.esf-is-mobile.esf-js .esf-nav-group.is-open .esf-accordion-panel {
	grid-template-rows: 1fr;
}

@media (prefers-reduced-motion: reduce) {
	.esf-footer .esf-accordion-panel,
	.esf-footer .esf-accordion-toggle .esf-icon {
		transition: none !important;
	}
}
