/* Site footer
   -------------------------------------------------------------------------- */
.site-footer {
	background: #003239;
	border-top: 5px solid #00AC73;
	padding: 70px 0 0;
	color: #fff;
}

.site-footer__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.site-footer__col {
	flex: 1 1 0;
	min-width: 160px;
}

.site-footer__heading {
	margin: 0 0 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #54CE92;
}

.site-footer__col .widget-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #00AC73;
	padding-bottom: 24px;
	margin-bottom: 24px;
	position: relative;
}

.site-footer__col .widget-title:before {
	content: '';
	width: 30px;
	border-top: 1px solid #00AC73;
	position: absolute;
	bottom: 0;
	left: 0;
}

.site-footer__col .footer-widget ul {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.site-footer__col .footer-widget li {
	margin-bottom: 16px;
}

.site-footer__col .footer-widget a {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
}

.site-footer__brand {
	flex: 0 0 240px;
}

.site-footer__logo {
	height: 36px;
	width: auto;
	margin-bottom: 18px;
}

.site-footer__social {
	display: flex;
	gap: 14px;
	margin-bottom: 28px;
}

.site-footer__social a {
	color: #54CE92;
	text-decoration: none;
}

.site-footer__office {
	margin-bottom: 18px;
	font-size: 13px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.85);
}

.site-footer__office p {
	margin: 0;
}

.site-footer__office-name {
	font-weight: 700;
	color: #fff;
	margin-bottom: 4px;
}

.site-footer__email a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

.site-footer__copy {
	margin: 40px auto 0;
	padding: 7px 32px;
	max-width: 500px;
	background: #003E3F;
	border-radius: 15px 15px 0 0;
	text-align: center;
	font-size: 12px;
	color: #00AC73;
}

/* Socials (shared)
   -------------------------------------------------------------------------- */
.xg-socials {
	display: flex;
	align-items: center;
	gap: 14px;
}

.xg-socials a svg,
.xg-socials a img {
	display: block;
	width: 20px;
	height: 20px;
}

.xg-socials a svg path {
	transition: fill 0.15s ease;
}

/* Footer context */
.site-footer .xg-socials {
	margin-bottom: 40px;
}

.footer-logo-url svg path {
	fill: #fff;
}

.footer-logo-url {
	margin-bottom: 16px;
	display: block;
}

/* Addresses (shared)
   -------------------------------------------------------------------------- */
.xg-addresses__item {
	padding-bottom: 11px;
	margin-bottom: 11px;
	font-size: 12px;
	line-height: 18px;
	position: relative;
}

.xg-addresses__item:not(:last-of-type):before {
	content: '';
	width: 30px;
	border-top: 1px solid #00AC73;
	position: absolute;
	bottom: 0;
	left: 0;
}

.xg-addresses__item p {
	margin: 0;
}

.xg-addresses__title {
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0%;
	margin-bottom: 11px;
}

.site-footer .xg-addresses__email svg {
	display: none;
}

.site-footer .xg-addresses__email span {
	color: #00AC73;
}

/* Footer context */
.site-footer .xg-addresses__item {
	color: rgba(255, 255, 255, 0.85);
}

.site-footer .xg-addresses__title,
.site-footer .xg-addresses__email a {
	color: #fff;
}

.site-footer .xg-addresses__email a {
	text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
	.site-footer .xg-addresses__email a:hover {
		color: #54CE92;
	}

	.site-footer .xg-socials a:hover svg path {
		fill: #fff;
	}

	.site-footer__col a:hover,
	.site-footer__email a:hover {
		color: #54CE92;
	}
}

@media (max-width: 991px) {
	.site-footer__grid {
		gap: 40px 20px;
	}
	.site-footer__col {
		min-width: unset;
		flex: 0 0 calc(50% - 20px);
	}

	.site-footer__brand {
		flex: 1 1 100%;
	}
}