/*----- FOOTER TOP CONTAINER - Open -----*/
#page .footer-top-container {
	padding: 0;
}
/*----- FOOTER TOP CONTAINER - Close -----*/

/*----- FOOTER BOTTOM BLOCKS - Open -----*/
#page .footer-bottom-blocks {
	background-color: #e9ede9;
	background-image: -webkit-image-set(
		url('/themes/custom/aero10/images/bg-texture-01.avif') type('image/avif'),
		url('/themes/custom/aero10/images/bg-texture-01.webp') type('image/webp'),
		url('/themes/custom/aero10/images/bg-texture-01.jpg') type('image/jpeg')
	);
	background-image: image-set(
		url('/themes/custom/aero10/images/bg-texture-01.avif') type('image/avif'),
		url('/themes/custom/aero10/images/bg-texture-01.webp') type('image/webp'),
		url('/themes/custom/aero10/images/bg-texture-01.jpg') type('image/jpeg')
	);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #dadedc;
	border-top: 0.5rem solid #86c87b;
	padding: 2rem 0;
}
/*----- FOOTER BOTTOM BLOCKS - Close -----*/

/*----- SOCIAL MEDIA FOOTER BLOCK - Open -----*/
#page .footer-bottom-container {
	flex-direction: column-reverse;
	font-size: 0.875rem;
	padding: 2rem 0;
}
#page .social-media-footer-block .field--name-body {
	display: flex;
	gap: 1rem;
}
/*----- SOCIAL MEDIA FOOTER BLOCK - Close -----*/

/*----- GET YOUR BUSINESS LISTED - Open -----*/
#get-your-business-listed {
	background-color: #e9ede9;
	background-image: -webkit-image-set(
		url('/themes/custom/aero10/images/bg-image-01.avif') type('image/avif'),
		url('/themes/custom/aero10/images/bg-image-01.webp') type('image/webp'),
		url('/themes/custom/aero10/images/bg-image-01.jpg') type('image/jpeg')
	);
	background-image: image-set(
		url('/themes/custom/aero10/images/bg-image-01.avif') type('image/avif'),
		url('/themes/custom/aero10/images/bg-image-01.webp') type('image/webp'),
		url('/themes/custom/aero10/images/bg-image-01.jpg') type('image/jpeg')
	);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5rem 0 5rem 0;
}

#get-your-business-listed .block-content h2 {
	color: #ffffff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 1rem;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 992px) {
	#get-your-business-listed .block-content h2 {
		font-size: 3rem;
	}
}
#get-your-business-listed .block-content p {
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 2rem;
}
#get-your-business-listed .block-content p:last-child {
	margin-bottom: 0;
}
#get-your-business-listed .block-content a {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(8px);
	border-radius: var(--border-radius-buttons);
	border: 1px solid #ffffff;
	color: #277145;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 600;
	justify-content: center;
	padding: 1.5rem 2.5rem;
	text-decoration: none;
}
#get-your-business-listed .block-content a::before {
	color: #86c87b;
	content: '\e64e';
	display: block;
	font-family: 'Font Awesome 6 Pro';
	font-size: 2rem;
	font-weight: 700;
	margin-right: 0.75rem;
}
#get-your-business-listed .block-content a:hover {
	background-color: rgba(39, 113, 69, 0.8);
	color: #ffffff;
	border-color: #86c87b;
}
@media screen and (min-width: 767px) {
	#get-your-business-listed .field--name-body {
		margin: 0 auto;
		max-width: 70%;
	}
}
/*----- GET YOUR BUSINESS LISTED - Close -----*/

/*----- OTA FOOTER BLOCK - Open -----*/
#page .ota-footer-block .field--name-body {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
#page .ota-footer-block .field--name-body .btn {
	align-items: center;
	background: #86c87b;
	border-radius: 4rem;
	color: #050f09;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	gap: 0.5rem;
	justify-content: center;
	margin: 0.5rem 1rem 0 0;
	padding: 0.5rem 1.5rem;
	text-transform: uppercase;
}
#page .ota-footer-block .field--name-body .btn:hover {
	background: #f4a268;
	color: #050f09;
}
@media screen and (min-width: 768px) {
	#page .ota-footer-block .field--name-body {
		align-items: flex-end;
	}
	#footer .footer-bottom-container {
		flex-direction: row;
	}
}
/*----- OTA FOOTER BLOCK - Close -----*/

/*----- FALL BACK IMAGE - Open -----*/
@supports not (background-image: image-set(url('x') type('image/avif'))) {
	#page .footer-bottom-blocks {
		background-image: url('/themes/custom/aero10/images/bg-texture-01.jpg');
	}
	#get-your-business-listed {
		background-image: url('/themes/custom/aero10/images/bg-image-01.jpg');
	}
}
/*----- FALL BACK IMAGE - Close -----*/

/*----- DISCLAIMER - Open -----*/
#disclaimer-block {
	background: linear-gradient(180deg, #f9faf9 0%, #fff 50%);
	border-top: 1px solid #dadedc;
	padding: 3rem 0 2rem 0;
	margin: 2rem 0 0 0;
}
.homepage #disclaimer-block {
	display: none;
}
#disclaimer-block h2.block-title {
	background: #277145;
	color: #fff;
	display: flex;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.12rem;
	line-height: 140%;
	max-width: 1238px;
	margin: 0 auto -1rem auto;
	padding: 0.5rem;
	position: relative;
	text-transform: uppercase;
	width: 100%;
	z-index: 2;
}
#disclaimer-block .block-content {
	background: #fff;
	border: 1px solid #dadedc;
	font-size: 0.875rem;
	line-height: 140%;
	padding: 2rem 1rem !important;
}
@media screen and (min-width: 768px) {
	#disclaimer-block .block-content {
		border-radius: 0.5rem;
		padding: 2rem !important;
	}
	#disclaimer-block h2.block-title {
		border-radius: 0.5rem;
	}
}
/*----- DISCLAIMER - Close -----*/
