#footer > .container {
	width: 100%;
	max-width: 1170px;
	padding-top: 70px;
	padding-bottom: 48px;
}

#footer .footer-holder {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1.25fr 1fr 1fr 1.1fr;
	gap: 34px;
	align-items: start;
	margin: 0 0 42px;
}

#footer .footer-holder::before,
#footer .footer-holder::after {
	display: none;
	content: none;
}

#footer .footer-nav,
#footer .footer-nav.active,
#footer .footer-nav.last {
	float: none;
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 0;
}

#footer .footer-nav img {
	display: block;
	width: 170px;
	max-width: 100%;
	height: auto;
}

#footer .footer-nav h3 {
	margin-top: 0;
	margin-bottom: 18px;
}

#footer .footer-nav ul li {
	line-height: 1.55;
}

#footer .footer-nav .slide {
	position: static !important;
	width: auto !important;
}

#footer .social-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
}

#footer .social-wrap li {
	display: block;
}

#footer .social-wrap a {
	display: inline-block;
	min-width: 0;
	min-height: 0;
}

#footer .social-wrap a:hover {
	color: #FBD97A;
}

#footer .social-wrap a:hover [class^='icon-'],
#footer .social-wrap a:hover [class*=' icon-'] {
	color: #B08D3D;
}

@media only screen and (min-width: 768px) and (max-width: 1229px) {
	#footer .footer-holder {
		grid-template-columns: 1.1fr 1fr 1.1fr;
		grid-template-rows: auto auto;
		gap: 24px 48px;
	}

	#footer .footer-nav:nth-child(1) {
		grid-column: 1;
		grid-row: 1 / 3;
	}

	#footer .footer-nav:nth-child(2) {
		grid-column: 2;
		grid-row: 1 / 3;
	}

	#footer .footer-nav:nth-child(3) {
		grid-column: 3;
		grid-row: 1;
	}

	#footer .footer-nav:nth-child(4) {
		grid-column: 3;
		grid-row: 2;
	}
}

@media only screen and (max-width: 767px) {
	#footer .footer-nav a.is-current-page,
	#footer .footer-nav a[aria-current='page'] {
		color: #fff;
		font-weight: 600;
	}

	#footer > .container {
		padding: 48px 15px 36px;
	}

	#footer .footer-holder {
		display: block;
		margin-bottom: 44px;
	}

	#footer .footer-holder > .footer-nav:first-child {
		display: none;
	}

	#footer .footer-nav,
	#footer .footer-nav.last {
		width: 100%;
		margin-bottom: 0;
	}

	#footer .footer-nav:nth-child(n + 3) {
		margin-top: 22px;
	}

	#footer .footer-nav h3 {
		margin-bottom: 14px;
		cursor: pointer;
	}

	#footer .footer-nav.active > ul {
		display: block !important;
	}

	#footer .footer-nav:not(.active) > ul {
		display: none !important;
	}

	#footer .social-wrap {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		gap: clamp(2px, 1vw, 8px);
		padding-right: clamp(48px, 10vw, 55px);
		padding-left: clamp(48px, 10vw, 55px);
	}

	#footer .social-wrap li {
		min-width: 0;
	}

	#footer .social-wrap [class^='icon-'],
	#footer .social-wrap [class*=' icon-'] {
		font-size: clamp(28px, 9vw, 40px);
	}
}
