<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero-slideshow {
	
}
.hero-slideshow .background-container {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-repeat: no-repeat;
	 background-size: cover;
}
.hero-slideshow .swiper-slide {
	 min-height: 780px;
	 height: auto;
	 overflow: hidden;
}
.hero-slideshow .background-container.overlay:after {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-color: #454545;
	 opacity: 0.45;
}
.hero-slideshow .background-container video {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
.hero-slideshow .image-container {
	 position: absolute;
	 height: 100%;
}
.hero-slideshow .image-container img {
	 width: 55vw;
}
.hero-slideshow .content-container {
	 position: relative;
	 z-index: 2;
}
.hero-slideshow .content-wrapper {
	 text-align: center;
	 max-width: 717px;
	 margin: 0 auto;
	 padding-left: 55px;
	 padding-right: 55px;
}
.hero-slideshow .content-container.has-image .content-wrapper {
	 text-align: left;
	 margin: 0;
	 position: relative;
	 z-index: 1;
	 padding-left: 0;
}
.hero-slideshow .subheading {
	 color: #F1BC7C;
	 font-weight: 400;
}
.hero-slideshow .heading {color: #fff;margin-bottom: 0.7em;}
.hero-slideshow .heading p {margin-bottom: 0;}
.hero-slideshow .heading u {
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.hero-slideshow .heading u:after {
	content: "";
	/* background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='492.269' height='10.21' viewBox='0 0 492.269 10.21'%3e%3cpath id='Caminho_211' data-name='Caminho 211' d='M201.5,534.084s100.357-6.774,486.042-2.691' transform='translate(-198.305 -527.069)' fill='none' stroke='%237faded' stroke-linecap='round' stroke-width='6'/%3e%3c/svg%3e "); */
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 6px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
	background-color: #7FADED;
	border-radius: 100px;
}
.hero-slideshow .svg-wrapper {
	/* position: absolute; */
	/* left: 0; */
	/* top: calc(100% + 15px); */
	/* width: 100%; */
}
.hero-slideshow .svg-wrapper svg {width: 100%;position: absolute;left: 0;margin-top: 10px;}
.hero-slideshow .descp {
	 color: #fff;
	 font-weight: 400;
	 margin-bottom: 40px;
}
.hero-slideshow .descp p {
	 margin-bottom: 0;
}

.hero-slideshow .button-link {}
.hero-slideshow .button-link a {}
.hero-slideshow .nav-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero-slideshow .nav-container .custom-container {
	height: 100%;
}
.hero-slideshow .nav-container .custom-container .inner {
	position: relative;
	height: 100%;
}
.hero-slideshow .swiper-button-prev,
.hero-slideshow .swiper-button-next {
	background-image: none !important;
	color: #F1BC7C;
	font-size: 20px;
}
.hero-slideshow .swiper-button-prev:hover,
.hero-slideshow .swiper-button-next:hover {
	color: #F4C996;
}
.hero-slideshow .swiper-button-prev:after,
.hero-slideshow .swiper-button-next:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 32px;
}
.hero-slideshow .swiper-button-prev {left: 0;}
.hero-slideshow .swiper-button-prev:after {
	content: "\f053";
}
.hero-slideshow .swiper-button-next {right: 0;}
.hero-slideshow .swiper-button-next:after {
	content: "\f054";
}






@media (max-width: 1199px) {
	.hero-slideshow .swiper-slide {
		 min-height: 600px;
	}
	.hero-slideshow .swiper-button-prev {left: -10px;}
	.hero-slideshow .swiper-button-next {right: -10px;}
	.hero-slideshow .image-container img {
		width: 47vw;
	}
	
}
@media (max-width: 991px) {
	.hero-slideshow .swiper-slide {
		 min-height: 550px;
	}
	.hero-slideshow .content-container.has-image .content-wrapper {
		 padding-left: 55px;
		 text-align: center;
		 margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.hero-slideshow .swiper-slide {
		 min-height: 450px;
	}
}
@media (max-width: 575px) {
	.hero-slideshow .swiper-slide {
		 min-height: 390px;
	}
	.hero-slideshow .heading u:after {
		display: none;
	}
	.hero-slideshow .heading u {
		text-decoration: underline;
		text-decoration-thickness: 6px;
		text-decoration-color: #7FADED;
	}
}

/* ---------- */
@media (min-width: 768px) {
	.hero-slideshow .heading {
		font-size: 54px;
	}
}
@media (min-width: 992px) {
	.hero-slideshow .heading {
		font-size: 56px;
	}
}
@media (min-width: 1200px) {
	.hero-slideshow .heading {
		font-size: 60px;
	}
}</pre></body></html>