/**
 * Footer — Frame 69
 */

.elementor-column > .elementor-element-populated:has(.elementor-widget-agency-footer) {
	padding: 0 !important;
}

.e-con:has(.elementor-widget-agency-footer) {
	--padding-top: 0px;
	--padding-right: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
}

.aew-footer {
	--aew-footer-wrapper-bg: var(--aew-color-blue-dark, #252f37);
	--aew-footer-box-bg: var(--aew-color-yellow, #ebc543);
	position: relative;
	isolation: isolate;
	width: 100%;
	box-sizing: border-box;
}

.aew-footer::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	transform: translateX(-50%);
	background-color: var(--aew-footer-wrapper-bg);
	z-index: -1;
	pointer-events: none;
}

.aew-footer__inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	/* padding owned by wrapper_padding control */
	box-sizing: border-box;
}

.aew-footer__box {
	/* padding owned by box_padding control */
	background-color: var(--aew-footer-box-bg);
	border-radius: 40px;
	box-sizing: border-box;
}

.aew-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	width: 100%;
}

.aew-footer__brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.aew-footer__logo {
	display: block;
	width: auto;
	max-width: 163px;
	height: auto;
	line-height: 0;
}

.aew-footer__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.aew-footer__tagline {
	margin: 0;
	font-family: var(--aew-font-body, Poppins, sans-serif);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--aew-footer-text-color, #252f37);
}

.aew-footer__column {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.aew-footer__block {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.aew-footer__heading {
	margin: 0;
	font-family: var(--aew-font-heading, 'DM Serif Display', serif);
	font-weight: 400;
	line-height: 1.15;
	color: var(--aew-footer-text-color, #252f37);
}

/* baseline-exception: footer heading 32 — doubled selector beats the kit h3 rule without !important */
.aew-footer .aew-footer__heading {
	font-size: 32px;
}

.aew-footer__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.aew-footer__item {
	margin: 0;
	font-family: var(--aew-font-body, Poppins, sans-serif);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--aew-footer-text-color, #252f37);
}

.aew-footer__link {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.aew-footer__link:hover,
.aew-footer__link:focus-visible {
	opacity: 0.75;
	text-decoration: underline;
}

.aew-footer__text {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.aew-footer__social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin-top: 8px;
}

.aew-footer__social-link {
	display: block;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	line-height: 0;
	transition: opacity 0.2s ease;
}

.aew-footer__social-link:hover,
.aew-footer__social-link:focus-visible {
	opacity: 0.85;
}

.aew-footer__social-link img,
.aew-footer__social-link svg {
	display: block;
	width: 40px;
	height: 40px;
}

@media (min-width: 1024px) {
	.aew-footer__grid {
		grid-template-columns: minmax(200px, 1.15fr) minmax(180px, 1fr) minmax(180px, 1fr);
		gap: 48px 64px;
		align-items: stretch;
	}

	.aew-footer__brand {
		min-height: 100%;
	}

	.aew-footer__tagline {
		margin-top: auto;
	}
}
