/* Colorbox */
#cboxWrapper,
.cboxPhoto {
	max-width: none;
}

.cboxIframe,
.cboxPhoto {
	display: block;
	border: 0;
}

#cboxContent,
#cboxLoadingOverlay,
#cboxOverlay {
	background: #000;
}

#cboxCurrent,
#cboxTitle {
	position: absolute;
	top: -22px;
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.9;
}

#cboxBottomLeft,
#cboxMiddleLeft {
	clear: left;
}

#cboxContent {
	position: relative;
	margin-top: 32px;
	overflow: visible;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: #000;
	padding: 1px;
}

#cboxTitle {
	margin: 0;
	left: 0;
	color: #000;
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
	cursor: pointer;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;
	background: url(images/controls.png) no-repeat;
}

.cboxPhoto {
	float: left;
	margin: auto;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active,
#colorbox {
	outline: 0;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadingGraphic {
	background: url(images/loading.gif) center center no-repeat;
}

#cboxCurrent {
	right: 205px;
	text-indent: -9999px;
}

#cboxPrevious {
	background-position: 0 0;
	right: 44px;
}

#cboxPrevious:hover {
	background-position: 0 -25px;
}

#cboxNext {
	background-position: -25px 0;
	right: 22px;
}

#cboxNext:hover {
	background-position: -25px -25px;
}

#cboxClose {
	background-position: -50px 0;
	right: 0;
}

#cboxClose:hover {
	background-position: -50px -25px;
}

.cboxSlideshow_off #cboxPrevious,
.cboxSlideshow_on #cboxPrevious {
	right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
	background-position: -75px -25px;
	right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
	background-position: -100px 0;
	right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -75px -25px;
}

/* Slick */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	width: 100%;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Project */
@font-face {
	font-family: "Affogato";
	src: local("Affogato Regular"), local("Affogato-Regular"), url("../fonts/Affogato-Regular.woff2") format("woff2"), url("../fonts/Affogato-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Affogato";
	src: local("Affogato Bold"), local("Affogato-Bold"), url("../fonts/Affogato-Bold.woff2") format("woff2"), url("../fonts/Affogato-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: var(--font);
}

:root {
	--extra: 20px;
	--text-color: #231F20;
	--gold: #8D7B2E;
	--gold-l: #dad4ca;
	--brown: #342722;
	--bg: #231f20;
	--font: "Affogato", tahoma, sans-serif;
}

@media (min-width: 1241px) {
	:root {
		--extra: calc((100vw - 1200px) / 2);
	}
}

html {
	scroll-behavior: smooth;
	max-width: 100vw;
	overflow-x: hidden;
}

body {
	min-height: 100vh;
	font: 16px var(--font) / 1.5;
	color: var(--brown);
	background: #fff;
}

button,
input,
label select,
textarea {
	font: inherit;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a,
label,
button,
input[type="submit"] {
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.wrap {
	max-width: 1240px;
	padding-inline: 20px;
	margin-inline: auto;
}


.btn {
	display: inline-block;
	padding: 8px 40px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 20px;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1.5;
}


/* Topo */
#topo {
	width: 100%;
	height: 90vh;
	min-height: 540px;
}

#topo video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: -40px;
	left: 0;
}

#topo .wrap {
	height: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
}

#topo .intro {
	align-self: end;
	flex: 0 0 400px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	background: var(--gold-l);
	padding: 40px 20px;
	/* min-height: 460px; */
}

#topo .intro h1 {
	width: 138px;
	height: 147px;
	background: url(../img/logo-place-dauphine.svg) no-repeat center / contain;
	text-indent: -999rem;
}

#topo .intro h2 {
	font-size: 1.25rem;
	text-transform: uppercase;
	text-align: center;
	color: var(--brown);
	margin-top: 24px;
	font-weight: 500;
	letter-spacing: 2px;
}

#topo .intro h3 {
	order: -1;
	margin-bottom: auto;
	background: linear-gradient(90deg, #8D7B2E 0%, #CFBE73 25%, #D8CC98 50%, #CFBE73 75%, #8D7B2E 100%);
	padding: 20px 26px;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 900 !important;
	text-align: center;
	color: var(--text-color);
	position: relative;
	font-weight: normal;
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 400px;
}

#topo .intro h3 span {
	display: block;
}

#topo .intro h3 strong {
	font-weight: bold;
}

#topo .intro h3::before {
	content: '';
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #fff;
	position: absolute;
	top: 10px;
	left: 10px;
}

#topo .intro p {
	font-size: 1.25rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 40px;
	color: var(--gold);
}

#topo .intro p+p {
	color: var(--gold);
	margin-top: 0;
}

#topo .intro a {
	margin-top: 40px;
	background: var(--gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='18' viewBox='0 0 15 18' fill='none'%3E%3Cpath d='M15 8.66028L-8.15666e-07 17.3205L-5.85621e-08 2.31862e-05L15 8.66028Z' fill='%23231F20'/%3E%3C/svg%3E") no-repeat 20px center / auto 45%;
	color: #fff;
	border: 1px solid var(--gold);
	padding: 8px 30px 8px 46px;
}

#topo .intro a:hover {
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='18' viewBox='0 0 15 18' fill='none'%3E%3Cpath d='M15 8.66028L-8.15666e-07 17.3205L-5.85621e-08 2.31862e-05L15 8.66028Z' fill='%23231F20'/%3E%3C/svg%3E") no-repeat 20px center / auto 45%;

	color: var(--gold);
}

#topo .form {
	flex: 0 0 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#topo .form h3 {
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0px auto;
	max-width: 150px;
}

#topo .form form {
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(1px);
	padding: 40px;

}

#topo .form form.sending-form {}

#topo .form .field-wrap {}

#topo .form .field-wrap+.field-wrap {
	margin-top: 20px;
}

#topo .form .field-wrap label {
	display: block;
	font-size: .875rem;
	color: #fff;
}

#topo .form .field-wrap input {
	width: 100%;
	background: transparent;
	border-bottom: 1px solid var(--gold);
	padding: 8px 0;
	color: #fff;
}

#topo .form .field-wrap.field-pp {}

#topo .form .field-wrap.field-pp label {
	position: relative;
	padding-left: 24px;
}

#topo .form .field-wrap.field-pp label input {
	display: none;
}

#topo .form .field-wrap.field-pp label::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid var(--gold);
	position: absolute;
	left: 0;
	top: 2px;
}

#topo .form .field-wrap.field-pp label::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: var(--gold);
	position: absolute;
	left: 4px;
	top: 6px;
	opacity: 0;
	transition: opacity .3s ease-out;
}

#topo .form .field-wrap.field-pp label:has(input:checked)::after {
	opacity: 1;
}

#topo .form .field-wrap.field-pp label a {
	color: #fff;
}

#topo .form .field-wrap.field-pp label a:hover {
	color: var(--gold);
}

#topo .form .field-wrap input.submit-btn {
	border: 1px solid var(--gold);
	background-color: var(--gold);
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 8px 20px;
	opacity: .5;
	pointer-events: none;
}

#topo .form:has(input[name="pp"]:checked) .field-wrap input.submit-btn {
	opacity: 1;
	pointer-events: initial;
}

#topo .form .field-wrap input.submit-btn:hover {
	background-color: transparent;
	color: var(--gold);
}

#topo .form .field-wrap input.submit-btn.sending {
	transition: none;
	pointer-events: none;
	background: var(--gold) url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='2'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center / 20px 20px;
	color: transparent;
}

#topo .form .form-output:not( :empty) {
	padding: 8px 20px;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

#topo .form .form-output.is-error {
	background-color: #f03;
}

#topo .form .form-output.is-success {
	background-color: #2E8B57;
}


@media (min-width: 900px) {
	#topo .intro h3 strong {
		display: inline-block;
		margin-left: 2px;
		border-left: 1px solid var(--brown);
		padding-left: 6px;
	}
}

@media (max-width: 899px) {
	#topo .intro {
		flex: 0 0 270px;
		padding-bottom: 60px;
	}

	#topo .intro h3 {
		max-width: 270px;
	}

	#topo .intro h3 strong {
		display: block;
	}

	#topo .form {
		flex: 0 0 270px;
	}
}

@media (max-width: 599px) {
	#topo {
		height: auto;
		background: none;
	}

	#topo .wrap {
		display: block;
		padding: 0;
	}

	#topo video {
		height: 100vw;
		min-height: 600px;
	}

	#topo .intro {
		padding: 0 20px 60px;
		background: var(--gold-l);
		opacity: 0.8;
	}

	#topo .intro h3 {
		max-width: 400px;
	}

	#topo .form form {
		background: transparent;
		padding: 0;
	}

	#topo .intro h1 {
		margin-top: 110px;
	}

	#topo .form {
		padding: 40px 20px;
		background: var(--brown);
	}

	#topo .form form {
		width: 100%;
	}
}



/* nav */
#nav {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 90;
}

#nav h2 {
	width: 60px;
	height: 60px;
}

#nav h2 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999rem;
	background: url("data:image/svg+xml,%0A%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.2697 1.56386C35.7836 9.65537 34.9262 19.6525 32.7795 30.2635C32.2532 32.8642 31.5435 35.459 30.6683 38.0307C43.0989 35.0014 52.1409 29.192 53.8381 20.8167C55.3579 13.3159 46.3336 5.65885 34.2697 1.56386ZM5.95507 59.9942C10.4909 55.8703 14.7014 50.8196 18.2555 45.1781C12.4187 46.3828 6.28624 47.3907 0 48.2016V40.1738C3.61917 40.4981 8.06034 40.585 12.9096 40.3881C15.8132 40.2722 18.6576 40.0405 21.3957 39.6988C24.4353 33.8604 26.7594 27.5702 28.0604 21.1352C29.6098 13.4897 29.6275 6.06429 28.362 0H28.8055H33.9386H44.1338C50.4732 1.72024 56.5702 4.48885 59.9883 7.38488L59.9942 27.6281C54.0746 33.8778 42.8268 38.9111 28.9179 42.6528C26.3927 48.7171 23.0219 54.5902 19.1426 59.9884L5.95507 59.9942Z' fill='%23DAD4CA'/%3E%3Cpath d='M59.9882 0.00598907H44.1394C50.4789 1.72624 56.576 4.49485 59.9941 7.39089L59.9882 0.00598907Z' fill='%23989058'/%3E%3Cpath d='M34.2698 1.5638C35.7837 9.65531 34.9262 19.6524 32.7795 30.2634C32.2532 32.8641 31.5436 35.4589 30.6683 38.0306C43.0989 35.0014 52.1409 29.1919 53.8381 20.8166C55.3579 13.3159 46.3336 5.65879 34.2698 1.5638Z' fill='%23989058'/%3E%3Cpath d='M0 40.1739C3.61914 40.4982 8.06027 40.5851 12.9094 40.3882C15.813 40.2723 18.6575 40.0406 21.3955 39.6989C24.4351 33.8605 26.7591 27.5703 28.0601 21.1353C29.6095 13.4898 29.6272 6.06431 28.3617 0H28.8052H0V40.1739Z' fill='%23989058'/%3E%3Cpath d='M0 59.9884L5.95502 60C10.4908 55.876 14.7013 50.8254 18.2554 45.1839C12.4186 46.3886 6.28618 47.3965 0 48.2073V59.9884Z' fill='%23989058'/%3E%3Cpath d='M59.9881 59.9883L59.9999 27.6339C54.0804 33.8835 42.8326 38.9168 28.9236 42.6585C26.3985 48.7228 23.0277 54.5959 19.1483 59.9941L59.9881 59.9883Z' fill='%23989058'/%3E%3C/svg%3E%0A") no-repeat center / contain;
}

#nav ul {
	list-style: none;
	margin-top: 20px;
	display: flex;
	gap: 20px;
	flex-direction: column;
}

#nav li {}

#nav li a {
	display: block;
	width: 60px;
	height: 60px;
	text-indent: -999rem;
}

#nav li a:hover {
	background-color: var(--brown) !important;
}

#nav li.cadastro a {}

#nav li.whatsapp a {
	background: var(--gold) url("data:image/svg+xml,%0A%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.4453 4.80859C25.9883 7.35156 27.5625 10.6816 27.5625 14.3145C27.5625 21.7012 21.3867 27.7559 13.9395 27.7559C11.6992 27.7559 9.51953 27.1504 7.52148 26.1211L0.4375 27.9375L2.31445 20.9746C1.16406 18.9766 0.498047 16.6758 0.498047 14.2539C0.498047 6.86719 6.55273 0.8125 13.9395 0.8125C17.5723 0.8125 20.9629 2.26562 23.4453 4.80859ZM13.9395 25.4551C20.1152 25.4551 25.2617 20.4297 25.2617 14.3145C25.2617 11.2871 23.9902 8.50195 21.8711 6.38281C19.752 4.26367 16.9668 3.11328 14 3.11328C7.82422 3.11328 2.79883 8.13867 2.79883 14.2539C2.79883 16.373 3.4043 18.4316 4.49414 20.248L4.79688 20.6719L3.64648 24.7891L7.88477 23.6387L8.24805 23.8809C10.0039 24.9102 11.9414 25.4551 13.9395 25.4551ZM20.1152 17.0996C20.418 17.2812 20.6602 17.3418 20.7207 17.5234C20.8418 17.6445 20.8418 18.3105 20.5391 19.0977C20.2363 19.8848 18.9043 20.6113 18.2988 20.6719C17.209 20.8535 16.3613 20.793 14.2422 19.8242C10.8516 18.3711 8.67188 14.9805 8.49023 14.7988C8.30859 14.5566 7.1582 12.9824 7.1582 11.2871C7.1582 9.65234 8.00586 8.86523 8.30859 8.50195C8.61133 8.13867 8.97461 8.07812 9.2168 8.07812C9.39844 8.07812 9.64062 8.07812 9.82227 8.07812C10.0645 8.07812 10.3066 8.01758 10.6094 8.68359C10.8516 9.34961 11.5781 10.9844 11.6387 11.166C11.6992 11.3477 11.7598 11.5293 11.6387 11.7715C11.0332 13.043 10.3066 12.9824 10.6699 13.5879C12.002 15.8281 13.2734 16.6152 15.2715 17.584C15.5742 17.7656 15.7559 17.7051 15.998 17.5234C16.1797 17.2812 16.8457 16.4941 17.0273 16.1914C17.2695 15.8281 17.5117 15.8887 17.8145 16.0098C18.1172 16.1309 19.752 16.918 20.1152 17.0996Z' fill='%23DAD4CA'/%3E%3C/svg%3E%0A") no-repeat center / auto 50%;
}

#nav li.chat a {
	background: var(--gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 3c5.514 0 10 3.592 10 8.007 0 4.917-5.145 7.961-9.91 7.961-1.937 0-3.383-.397-4.394-.644-1 .613-1.595 1.037-4.272 1.82.535-1.373.723-2.748.602-4.265-.838-1-2.025-2.4-2.025-4.872-.001-4.415 4.485-8.007 9.999-8.007zm0-2c-6.338 0-12 4.226-12 10.007 0 2.05.738 4.063 2.047 5.625.055 1.83-1.023 4.456-1.993 6.368 2.602-.47 6.301-1.508 7.978-2.536 1.418.345 2.775.503 4.059.503 7.084 0 11.91-4.837 11.91-9.961-.001-5.811-5.702-10.006-12.001-10.006zm-3.5 10c0 .829-.671 1.5-1.5 1.5-.828 0-1.5-.671-1.5-1.5s.672-1.5 1.5-1.5c.829 0 1.5.671 1.5 1.5zm3.5-1.5c-.828 0-1.5.671-1.5 1.5s.672 1.5 1.5 1.5c.829 0 1.5-.671 1.5-1.5s-.671-1.5-1.5-1.5zm5 0c-.828 0-1.5.671-1.5 1.5s.672 1.5 1.5 1.5c.829 0 1.5-.671 1.5-1.5s-.671-1.5-1.5-1.5z' fill='white'/%3E%3C/svg%3E") no-repeat center / auto 50%;
}


@media (min-width: 600px) {
	#nav li.cadastro {
		display: none;
	}
}

@media (max-width: 899px) {
	#nav h2 {
		width: 40px;
		height: 40px;
	}

	#nav li a {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 599px) {
	#nav {
		position: fixed;
		top: auto;
		bottom: 0;
		right: 0;
		width: 100%;
	}

	#nav h2 {
		display: none;
	}

	#nav ul {
		gap: 0;
		flex-wrap: wrap;
		flex-direction: row;
	}

	#nav .cadastro {
		width: 100% !important;
	}

	#nav li {
		flex: auto;
		width: 50%;
	}

	#nav li a {
		width: 100%;
		height: 60px;
	}

	#nav li.cadastro a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--gold-l);
		text-transform: uppercase;
		font-size: 1rem;
		text-decoration: none;
		color: var(--brown);
		letter-spacing: 1px;
		border: 1px solid #fff;
		text-indent: 0;
		text-align: center;
	}

	#nav li.whatsapp a {
		border-right: 1px solid #fff;
	}
}


/* Exclusividade */
#exclusividade {
	display: flex;
	align-items: center;
	position: relative;
	background: url("../img/hero.webp") no-repeat center / cover;
	border-top: 8px solid var(--gold);
	border-bottom: 8px solid var(--gold);
}

#exclusividade .wrap {
	position: relative;
	padding: 160px 20px 200px;
	z-index: 3;
}

#exclusividade h2 {
	font-size: 2.25rem;
	font-weight: normal;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
	max-width: 840px;
}

#exclusividade h2 strong {
	font-weight: bold;
}

#exclusividade p {
	color: #fff;
	text-align: center;
	margin: 0 auto;
	max-width: 950px;
	padding: 40px 0;
}

#exclusividade #ex-lazer small {
	font-weight: 400;
}

#exclusividade p::after {
	content: "";
	display: block;
	height: 3px;
	background-color: var(--gold);
	width: 40px;
	margin: 20px auto 0px;
}

#exclusividade .btn {
	background: var(--gold-l);
	text-align: center;
	margin: 0 auto;
	color: var(--brown);
	border: 1px solid var(--gold-l);
	width: 100%;
	max-width: 360px;
	display: block;
	padding: 8px 30px;
}

#exclusividade .btn:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

#exclusividade ul {
	width: 100%;
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 60px 40px;
	list-style: none;
	position: absolute;
	bottom: auto;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
	filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .5));
	padding-top: 134px;
}

#exclusividade li {
	flex: 0 0 240px;
	text-align: center;
	background: #fff;
	padding: 40px;
	display: flex;
	flex-direction: column;
	place-items: center;
	min-height: 108px;
	position: relative;
	font-size: 1.5rem;
	font-weight: bold;
}

#exclusividade li span {
	display: block;
}

#exclusividade li::before {
	content: '';
	display: block;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	border: 1px solid var(--brown);
	position: absolute;
	top: 20px;
	left: 20px;
}

#exclusividade li::after {
	content: '';
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	top: -32px;
	left: calc(50% - 32px);
}

#exclusividade #ex-suites::after {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Crect x='4.5' y='4.5' width='55' height='55' rx='27.5' fill='white'/%3E%3Crect x='4.5' y='4.5' width='55' height='55' rx='27.5' stroke='white' stroke-width='9'/%3E%3Crect x='9' y='9' width='46' height='46' rx='23' stroke='%238D7B2E'/%3E%3Cpath d='M51.0001 49.2731H15.5111V48.5829H50.3098V19.2732H17.6018V18.5796H51.0001V49.2731Z' fill='%238D7B2E'/%3E%3Cpath d='M17.6018 49.2732H14.635C13.1814 49.2732 12 48.0918 12 46.6382C12 45.1847 13.1814 44.0033 14.635 44.0033H17.2566V14.6936H14.635C13.5631 14.6936 12.6936 15.5664 12.6936 16.635H12.0033C12.0033 15.1814 13.1847 14 14.6383 14H17.9502V44.6936H14.6383C13.5664 44.6936 12.6969 45.5663 12.6969 46.6349C12.6969 47.7035 13.5697 48.5763 14.6383 48.5763H17.6051V49.2666L17.6018 49.2732Z' fill='%238D7B2E'/%3E%3Cpath d='M12.6935 16.6382H12.0032V46.6382H12.6935V16.6382Z' fill='%238D7B2E'/%3E%3Cpath d='M30.541 35.2056H22.6229V23.8926H34.1549V24.5828H23.3164V34.5154H30.541V35.2056Z' fill='%238D7B2E'/%3E%3Cpath d='M45.083 31.4191H33.8098V26.866H34.5034V30.7289H44.3894V24.5828H34.1549V23.8926H45.083V31.4191Z' fill='%238D7B2E'/%3E%3Cpath d='M34.5034 42.042H22.6229V34.8606H23.3164V41.3517H33.8098V34.8606H34.5034V42.042Z' fill='%238D7B2E'/%3E%3Cpath d='M39.7897 24.2378H39.0995V28.5453H39.7897V24.2378Z' fill='%238D7B2E'/%3E%3Cpath d='M28.301 31.4192H25.7092V30.7289H27.6107V24.2378H28.301V31.4192Z' fill='%238D7B2E'/%3E%3Cpath d='M45.0829 42.0421H39.8727V36.8319H45.0829V42.0421ZM40.5629 41.3518H44.3926V37.5222H40.5629V41.3518Z' fill='%238D7B2E'/%3E%3C/svg%3E") no-repeat center / contain;
}

#exclusividade #ex-lazer::after {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Crect x='4.5' y='4.5' width='55' height='55' rx='27.5' fill='white'/%3E%3Crect x='4.5' y='4.5' width='55' height='55' rx='27.5' stroke='white' stroke-width='9'/%3E%3Crect x='9' y='9' width='46' height='46' rx='23' stroke='%238D7B2E'/%3E%3Cpath d='M17.5723 32.2707H16.9865V21.0248C16.9865 19.3575 18.344 18 20.0113 18C21.6786 18 23.0362 19.3575 23.0362 21.0248V21.7543H22.4503V21.0248C22.4503 19.6786 21.3548 18.5858 20.0113 18.5858C18.6679 18.5858 17.5723 19.6786 17.5723 21.0248V32.2707Z' fill='%238D7B2E'/%3E%3Cpath d='M27.6523 32.2707H27.0665V21.0248C27.0665 19.3575 28.424 18 30.0941 18C31.7642 18 33.1189 19.3575 33.1189 21.0248V21.7543H32.5331V21.0248C32.5331 19.6786 31.4375 18.5858 30.0941 18.5858C28.7507 18.5858 27.6551 19.6786 27.6551 21.0248V32.2707H27.6523Z' fill='%238D7B2E'/%3E%3Cpath d='M27.3593 23.2469H17.3808V23.8328H27.3593V23.2469Z' fill='%238D7B2E'/%3E%3Cpath d='M47.4178 35.3941C46.0575 35.3941 45.3505 34.7661 44.7253 34.214C44.1254 33.6817 43.5593 33.1804 42.4243 33.1804C41.2893 33.1804 40.7232 33.6817 40.1233 34.214C39.5009 34.7689 38.7911 35.3941 37.4336 35.3941C36.0761 35.3941 35.3692 34.7661 34.7468 34.214C34.1497 33.6817 33.5836 33.1804 32.4486 33.1804C31.3136 33.1804 30.7475 33.6817 30.1504 34.214C29.528 34.7689 28.8211 35.3941 27.4607 35.3941C26.1004 35.3941 25.3963 34.7661 24.7739 34.214C24.1768 33.6817 23.6107 33.1804 22.4757 33.1804C21.3407 33.1804 20.7746 33.6817 20.1775 34.214C19.5551 34.7689 18.8482 35.3941 17.4907 35.3941C16.1331 35.3941 15.4262 34.7661 14.8038 34.214C14.2067 33.6817 13.6406 33.1804 12.5056 33.1804V32.5946C13.8631 32.5946 14.57 33.2227 15.1925 33.7747C15.7895 34.307 16.3556 34.8083 17.4907 34.8083C18.6257 34.8083 19.1918 34.307 19.7888 33.7747C20.4113 33.2198 21.1182 32.5946 22.4757 32.5946C23.8332 32.5946 24.5401 33.2227 25.1625 33.7747C25.7596 34.307 26.3257 34.8083 27.4607 34.8083C28.5957 34.8083 29.1618 34.307 29.7589 33.7747C30.3813 33.2198 31.0883 32.5946 32.4486 32.5946C33.8089 32.5946 34.513 33.2227 35.1354 33.7747C35.7325 34.307 36.2986 34.8083 37.4336 34.8083C38.5686 34.8083 39.1347 34.307 39.7346 33.7747C40.357 33.2198 41.0668 32.5946 42.4243 32.5946C43.7818 32.5946 44.4915 33.2227 45.1168 33.7747C45.7167 34.307 46.2828 34.8083 47.4178 34.8083C48.5528 34.8083 49.1217 34.307 49.7188 33.7747C50.344 33.2198 51.0509 32.5946 52.4113 32.5946V33.1804C51.2734 33.1804 50.7073 33.6817 50.1103 34.214C49.485 34.7689 48.7781 35.3941 47.4178 35.3941Z' fill='%238D7B2E'/%3E%3Cpath d='M47.4178 40.827C46.0575 40.827 45.3505 40.1989 44.7253 39.6469C44.1254 39.1146 43.5593 38.6133 42.4243 38.6133C41.2893 38.6133 40.7232 39.1146 40.1233 39.6469C39.5009 40.2017 38.7911 40.827 37.4336 40.827C36.0761 40.827 35.3692 40.1989 34.7468 39.6469C34.1497 39.1146 33.5836 38.6133 32.4486 38.6133C31.3136 38.6133 30.7475 39.1146 30.1504 39.6469C29.528 40.2017 28.8211 40.827 27.4607 40.827C26.1004 40.827 25.3963 40.1989 24.7739 39.6469C24.1768 39.1146 23.6107 38.6133 22.4757 38.6133C21.3407 38.6133 20.7746 39.1146 20.1775 39.6469C19.5551 40.2017 18.8482 40.827 17.4907 40.827C16.1331 40.827 15.4262 40.1989 14.8038 39.6469C14.2067 39.1146 13.6406 38.6133 12.5056 38.6133V38.0275C13.8631 38.0275 14.57 38.6555 15.1925 39.2075C15.7895 39.7398 16.3556 40.2412 17.4907 40.2412C18.6257 40.2412 19.1918 39.7398 19.7888 39.2075C20.4113 38.6527 21.1182 38.0275 22.4757 38.0275C23.8332 38.0275 24.5401 38.6555 25.1625 39.2075C25.7596 39.7398 26.3257 40.2412 27.4607 40.2412C28.5957 40.2412 29.1618 39.7398 29.7589 39.2075C30.3813 38.6527 31.0883 38.0275 32.4486 38.0275C33.8089 38.0275 34.513 38.6555 35.1354 39.2075C35.7325 39.7398 36.2986 40.2412 37.4336 40.2412C38.5686 40.2412 39.1347 39.7398 39.7346 39.2075C40.357 38.6527 41.0668 38.0275 42.4243 38.0275C43.7818 38.0275 44.4915 38.6555 45.1168 39.2075C45.7167 39.7398 46.2828 40.2412 47.4178 40.2412C48.5528 40.2412 49.1217 39.7398 49.7188 39.2075C50.344 38.6527 51.0509 38.0275 52.4113 38.0275V38.6133C51.2734 38.6133 50.7073 39.1146 50.1103 39.6469C49.485 40.2017 48.7781 40.827 47.4178 40.827Z' fill='%238D7B2E'/%3E%3Cpath d='M47.4178 46.2626C46.0575 46.2626 45.3505 45.6346 44.7253 45.0826C44.1254 44.5503 43.5593 44.0489 42.4243 44.0489C41.2893 44.0489 40.7232 44.5503 40.1233 45.0826C39.5009 45.6374 38.7911 46.2626 37.4336 46.2626C36.0761 46.2626 35.3692 45.6346 34.7468 45.0826C34.1497 44.5503 33.5836 44.0489 32.4486 44.0489C31.3136 44.0489 30.7475 44.5503 30.1504 45.0826C29.528 45.6374 28.8211 46.2626 27.4607 46.2626C26.1004 46.2626 25.3963 45.6346 24.7739 45.0826C24.1768 44.5503 23.6107 44.0489 22.4757 44.0489C21.3407 44.0489 20.7746 44.5503 20.1775 45.0826C19.5551 45.6374 18.8482 46.2626 17.4907 46.2626C16.1331 46.2626 15.4262 45.6346 14.8038 45.0826C14.2067 44.5503 13.6406 44.0489 12.5056 44.0489V43.4631C13.8631 43.4631 14.57 44.0912 15.1925 44.6432C15.7895 45.1755 16.3556 45.6768 17.4907 45.6768C18.6257 45.6768 19.1918 45.1755 19.7888 44.6432C20.4113 44.0884 21.1182 43.4631 22.4757 43.4631C23.8332 43.4631 24.5401 44.0912 25.1625 44.6432C25.7596 45.1755 26.3257 45.6768 27.4607 45.6768C28.5957 45.6768 29.1618 45.1755 29.7589 44.6432C30.3813 44.0884 31.0883 43.4631 32.4486 43.4631C33.8089 43.4631 34.513 44.0912 35.1354 44.6432C35.7325 45.1755 36.2986 45.6768 37.4336 45.6768C38.5686 45.6768 39.1347 45.1755 39.7346 44.6432C40.357 44.0884 41.0668 43.4631 42.4243 43.4631C43.7818 43.4631 44.4915 44.0912 45.1168 44.6432C45.7167 45.1755 46.2828 45.6768 47.4178 45.6768C48.5528 45.6768 49.1217 45.1755 49.7188 44.6432C50.344 44.0884 51.0509 43.4631 52.4113 43.4631V44.0489C51.2734 44.0489 50.7073 44.5503 50.1103 45.0826C49.485 45.6374 48.7781 46.2626 47.4178 46.2626Z' fill='%238D7B2E'/%3E%3Cpath d='M52.4085 26.1788H12.5V26.7646H52.4085V26.1788Z' fill='%238D7B2E'/%3E%3Cpath d='M52.4085 28.8573H12.5V29.4431H52.4085V28.8573Z' fill='%238D7B2E'/%3E%3C/svg%3E") no-repeat center / contain;

}

#exclusividade #ex-vista::after {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Crect x='4.5' y='4.5' width='55' height='55' rx='27.5' fill='white'/%3E%3Crect x='4.5' y='4.5' width='55' height='55' rx='27.5' stroke='white' stroke-width='9'/%3E%3Cg clip-path='url(%23clip0_2190_104)'%3E%3Cpath d='M43.1144 35.4221L33.1387 25.4464C32.9387 25.2465 32.6177 25.2493 32.4205 25.4464L32.1191 25.7478C31.5812 26.2829 30.7081 26.2857 30.1702 25.7478L27.9565 23.5341L18.5272 32.9662L18.1132 32.5494L27.9593 22.7032L30.587 25.331C30.8968 25.6408 31.3981 25.6408 31.7051 25.331L32.0065 25.0296C32.4346 24.6043 33.1274 24.6043 33.5555 25.0296L43.5312 35.0053L43.1172 35.4221H43.1144Z' fill='%238D7B2E'/%3E%3Cpath d='M48.0629 32.0396L42.5259 26.4998L38.4083 30.6202L37.9915 30.2034L42.5259 25.6718L48.4769 31.6228L48.0629 32.0396Z' fill='%238D7B2E'/%3E%3Cpath d='M37.5155 23.6242C35.6904 23.6242 34.2034 22.1371 34.2034 20.3121C34.2034 18.4871 35.6876 17 37.5155 17C39.3433 17 40.8276 18.4842 40.8276 20.3121C40.8276 22.1399 39.3433 23.6242 37.5155 23.6242ZM37.5155 17.5886C36.0143 17.5886 34.792 18.8109 34.792 20.3121C34.792 21.8132 36.0143 23.0384 37.5155 23.0384C39.0166 23.0384 40.2389 21.8161 40.2389 20.3121C40.2389 18.8081 39.0166 17.5886 37.5155 17.5886Z' fill='%238D7B2E'/%3E%3Cpath d='M20.9211 30.2287L19.1327 28.4403C18.5018 27.8066 17.4006 27.8094 16.7697 28.4403L15.553 29.657L15.139 29.2429L16.3557 28.0263C17.2091 27.1729 18.6962 27.1729 19.5467 28.0263L21.3351 29.8147L20.9211 30.2315V30.2287Z' fill='%238D7B2E'/%3E%3Cpath d='M52.3325 30.8765L49.2823 27.8291L46.6124 30.4991L46.1984 30.0823L49.2823 26.9983L52.7465 30.4625L52.3325 30.8765Z' fill='%238D7B2E'/%3E%3Cpath d='M26.9376 27.5682L22.379 32.1188L22.7949 32.5354L27.3534 27.9848L26.9376 27.5682Z' fill='%238D7B2E'/%3E%3Cpath d='M41.5411 29.3248L39.6648 31.2045L40.0794 31.6183L41.9557 29.7387L41.5411 29.3248Z' fill='%238D7B2E'/%3E%3Cpath d='M17.9273 33.0394C16.8683 30.3835 14.3336 28.6655 11.4721 28.6655C9.04154 28.6655 6.75462 29.9639 5.50414 32.0537L5 31.7523C6.35469 29.4851 8.83594 28.0769 11.4721 28.0769C14.5758 28.0769 17.3246 29.9385 18.4737 32.8225L17.9301 33.0394H17.9273Z' fill='%238D7B2E'/%3E%3Cpath d='M25.909 38.9258L25.3739 38.6836C25.6443 38.0865 25.7823 37.45 25.7823 36.7909C25.7823 34.259 23.7235 32.2002 21.1915 32.2002C18.6596 32.2002 16.6008 34.259 16.6008 36.7909V37.0838H11.1003V36.498H16.0234C16.1755 33.7802 18.4371 31.6144 21.1943 31.6144C23.9516 31.6144 26.3709 33.9379 26.3709 36.7909C26.3709 37.5345 26.216 38.2555 25.9118 38.9286L25.909 38.9258Z' fill='%238D7B2E'/%3E%3Cpath d='M24.191 44.9105L23.6559 44.6683C23.8418 44.2599 23.9347 43.8206 23.9347 43.3671C23.9347 41.6294 22.5209 40.2128 20.7803 40.2128C19.0398 40.2128 17.626 41.6266 17.626 43.3671H17.0402C17.0402 41.3055 18.7187 39.627 20.7803 39.627C22.842 39.627 24.5205 41.3055 24.5205 43.3671C24.5205 43.9051 24.4079 44.4233 24.1882 44.9105H24.191Z' fill='%238D7B2E'/%3E%3Cpath d='M40.3882 41.207H35.9129L36.1016 40.793C36.2227 40.5283 36.2847 40.241 36.2847 39.9453C36.2847 38.8131 35.3637 37.8893 34.2287 37.8893C33.0937 37.8893 32.1727 38.8102 32.1727 39.9453H31.5869C31.5869 38.4892 32.7726 37.3035 34.2287 37.3035C35.6848 37.3035 36.8705 38.4892 36.8705 39.9453C36.8705 40.1762 36.8423 40.4015 36.7832 40.6212H40.3882V41.207Z' fill='%238D7B2E'/%3E%3Cpath d='M34.4652 47.5918L33.9104 47.4003C34.147 46.7187 34.2653 46.0033 34.2653 45.2739C34.2653 41.6829 31.3446 38.7595 27.7509 38.7595C25.9287 38.7595 24.2417 39.4918 22.9968 40.8211L22.5687 40.4212C23.9065 38.9933 25.7963 38.1737 27.7509 38.1737C31.6657 38.1737 34.8511 41.3591 34.8511 45.2739C34.8511 46.0681 34.7215 46.8482 34.4652 47.589V47.5918Z' fill='%238D7B2E'/%3E%3Cpath d='M43.9283 47.2031H31.5107V47.7889H43.9283V47.2031Z' fill='%238D7B2E'/%3E%3Cpath d='M52.4621 38.9257C52.234 38.4216 52.1157 37.8808 52.1157 37.3232C52.1157 35.1827 53.8591 33.4393 55.9995 33.4393C58.14 33.4393 59.8834 35.1827 59.8834 37.3232H59.2976C59.2976 35.5038 57.8189 34.0251 55.9995 34.0251C54.1802 34.0251 52.7015 35.5038 52.7015 37.3232C52.7015 37.7991 52.8001 38.2554 52.9944 38.6835L52.4593 38.9257H52.4621Z' fill='%238D7B2E'/%3E%3Cpath d='M49.3809 43.7389H43.9283V43.1531H48.4994C48.3867 42.7954 48.3304 42.4208 48.3304 42.0378C48.3304 39.9959 49.9921 38.3342 52.034 38.3342C54.0759 38.3342 55.7375 39.9959 55.7375 42.0378H55.1517C55.1517 40.3198 53.7548 38.92 52.034 38.92C50.3131 38.92 48.9162 40.317 48.9162 42.0378C48.9162 42.4856 49.0091 42.9193 49.1922 43.3249L49.3809 43.7389Z' fill='%238D7B2E'/%3E%3Cpath d='M55.2418 33.9886L54.7067 33.7464C54.8222 33.4901 54.8813 33.2141 54.8813 32.9324C54.8813 31.8453 53.997 30.9609 52.9098 30.9609C51.8227 30.9609 50.9384 31.8453 50.9384 32.9324H50.3525C50.3525 31.5214 51.5016 30.3723 52.9127 30.3723C54.3237 30.3723 55.4728 31.5214 55.4728 32.9324C55.4728 33.2986 55.3967 33.6562 55.2446 33.9886H55.2418Z' fill='%238D7B2E'/%3E%3Cpath d='M42.7764 38.2329C42.6272 37.6668 42.5737 37.0781 42.6159 36.4895C42.8328 33.5773 45.3788 31.3805 48.291 31.6002C49.747 31.7101 51.1074 32.4226 52.0227 33.5604L51.5664 33.9294C50.7384 32.9042 49.5612 32.2846 48.2487 32.186C45.6633 31.9833 43.3961 33.9435 43.2017 36.5346C43.1623 37.0612 43.2102 37.5823 43.3425 38.0864L42.7736 38.2357L42.7764 38.2329Z' fill='%238D7B2E'/%3E%3Cpath d='M46.8884 38.1737H38.5575V38.7595H46.8884V38.1737Z' fill='%238D7B2E'/%3E%3Cpath d='M44.2467 40.5874H41.7485V41.1732H44.2467V40.5874Z' fill='%238D7B2E'/%3E%3Cpath d='M47.6544 47.2031H45.1562V47.7889H47.6544V47.2031Z' fill='%238D7B2E'/%3E%3Cpath d='M27.8045 47.2031H26.0752V47.7889H27.8045V47.2031Z' fill='%238D7B2E'/%3E%3Cpath d='M15.5391 43.1532H13.8098V43.739H15.5391V43.1532Z' fill='%238D7B2E'/%3E%3C/g%3E%3Crect x='9' y='9' width='46' height='46' rx='23' stroke='%238D7B2E'/%3E%3Cdefs%3E%3CclipPath id='clip0_2190_104'%3E%3Crect x='9' y='9' width='46' height='46' rx='23' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center / contain;
}

#exclusividade #ex-localizacao::after {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Crect x='4.5' y='4.5' width='55' height='55' rx='27.5' fill='white'/%3E%3Crect x='4.5' y='4.5' width='55' height='55' rx='27.5' stroke='white' stroke-width='9'/%3E%3Crect x='9' y='9' width='46' height='46' rx='23' stroke='%238D7B2E'/%3E%3Cpath d='M48.9437 18H13V45.1506H52V18H48.9404H48.9437ZM21.4662 18.6832H41.7589V31.5459H20.126V18.6832H21.4629H21.4662ZM13.6832 18.6832H16.5336V31.5459H13.6832V18.6832ZM13.6832 38.4855H21.7146V44.4707H13.6832V38.4855ZM25.3005 44.4707V38.4855H41.7621V44.4707H25.3005ZM45.6422 44.4707V43.9117H44.9623V44.4707H42.4453V37.8024H24.6238V44.1634H22.4011V37.8024H13.6864V32.2225H17.2167V18.6799H19.4526V32.2225H42.4453V18.6799H44.9623V20.3012H45.6422V18.6799H48.2638V44.4707H45.6422ZM51.3234 44.4707H48.9469V18.6799H51.3234V44.4707Z' fill='%238D7B2E'/%3E%3Cpath d='M31.2153 34.5393H29.3978V35.2192H31.2153V34.5393Z' fill='%238D7B2E'/%3E%3Cpath d='M23.952 34.5393H22.1346V35.2192H23.952V34.5393Z' fill='%238D7B2E'/%3E%3Cpath d='M27.5837 34.5393H25.7662V35.2192H27.5837V34.5393Z' fill='%238D7B2E'/%3E%3Cpath d='M16.6888 34.5393H14.8713V35.2192H16.6888V34.5393Z' fill='%238D7B2E'/%3E%3Cpath d='M20.3204 34.5393H18.503V35.2192H20.3204V34.5393Z' fill='%238D7B2E'/%3E%3Cpath d='M34.8471 34.5393H33.0296V35.2192H34.8471V34.5393Z' fill='%238D7B2E'/%3E%3Cpath d='M42.1135 34.5393H40.296V35.2192H42.1135V34.5393Z' fill='%238D7B2E'/%3E%3Cpath d='M38.4786 34.5393H36.6612V35.2192H38.4786V34.5393Z' fill='%238D7B2E'/%3E%3Cpath d='M45.245 25.5238H44.5651V27.3413H45.245V25.5238Z' fill='%238D7B2E'/%3E%3Cpath d='M45.245 21.8922H44.5651V23.7097H45.245V21.8922Z' fill='%238D7B2E'/%3E%3Cpath d='M45.245 29.1555H44.5651V30.973H45.245V29.1555Z' fill='%238D7B2E'/%3E%3Cpath d='M45.245 40.0504H44.5651V41.8679H45.245V40.0504Z' fill='%238D7B2E'/%3E%3Cpath d='M45.245 36.4187H44.5651V38.2362H45.245V36.4187Z' fill='%238D7B2E'/%3E%3Cpath d='M45.245 32.787H44.5651V34.6044H45.245V32.787Z' fill='%238D7B2E'/%3E%3C/svg%3E") no-repeat center / contain;
}

#exclusividade #ex-comodidades::after {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Crect x='4.5' y='4.5' width='55' height='55' rx='27.5' fill='white'/%3E%3Crect x='4.5' y='4.5' width='55' height='55' rx='27.5' stroke='white' stroke-width='9'/%3E%3Crect x='9' y='9' width='46' height='46' rx='23' stroke='%238D7B2E'/%3E%3Cpath d='M38.6642 33.447H22.0615V21.5083H22.6502V32.8612H38.0756V21.5083H38.6642V33.447Z' fill='%238D7B2E'/%3E%3Cpath d='M41.4779 24.9444L30.3615 13.828L19.248 24.9444L18.8312 24.5304L30.3615 13L41.8947 24.5304L41.4779 24.9444Z' fill='%238D7B2E'/%3E%3Cpath d='M33.5327 33.4471H27.193V27.2369C27.193 25.488 28.6153 24.0657 30.3643 24.0657C32.1133 24.0657 33.5355 25.488 33.5355 27.2369V33.4471H33.5327ZM27.7788 32.8613H32.9469V27.2398C32.9469 25.8147 31.7865 24.6571 30.3643 24.6571C28.942 24.6571 27.7816 25.8175 27.7816 27.2398V32.8613H27.7788Z' fill='%238D7B2E'/%3E%3Cpath d='M20.4477 50.4103L12.4407 42.4033L16.9779 37.866C17.9017 36.9423 19.1296 36.4325 20.4364 36.4325H35.2958C37.0223 36.4325 38.4276 37.8379 38.4276 39.5643C38.4276 41.2908 37.0223 42.6962 35.2958 42.6962H26.0242V42.1104H35.2958C36.6984 42.1104 37.839 40.9697 37.839 39.5672C37.839 38.1646 36.6984 37.0211 35.2958 37.0211H20.4364C19.2874 37.0211 18.2059 37.4689 17.3919 38.2829L13.2715 42.4033L20.4477 49.5795L22.2784 47.7488L22.6924 48.1656L20.4477 50.4103Z' fill='%238D7B2E'/%3E%3Cpath d='M33.6116 48.45H23.7344C22.7121 48.45 21.7517 48.0529 21.0279 47.3291L18.9409 45.2422L19.3549 44.8253L21.4419 46.9123C22.053 47.5263 22.867 47.8614 23.7344 47.8614H33.6116C36.4505 47.8614 39.1205 46.7546 41.1286 44.7493L50.572 35.3059C51.4986 34.3793 51.4986 32.8725 50.572 31.9459C49.6454 31.0193 48.1358 31.0193 47.2092 31.9459L38.0474 41.1077L37.6334 40.6908L46.7952 31.5291C47.3556 30.9686 48.0992 30.6616 48.8906 30.6616C49.682 30.6616 50.4255 30.9714 50.986 31.5291C52.1407 32.6838 52.1407 34.5652 50.986 35.7199L41.5426 45.1633C39.4246 47.2812 36.6082 48.4472 33.6116 48.4472V48.45Z' fill='%238D7B2E'/%3E%3Cpath d='M18.7325 13.6927H18.1467V15.1939H18.7325V13.6927Z' fill='%238D7B2E'/%3E%3Cpath d='M18.7325 17.1401H18.1467V18.6413H18.7325V17.1401Z' fill='%238D7B2E'/%3E%3Cpath d='M20.9124 15.8755H19.4113V16.4613H20.9124V15.8755Z' fill='%238D7B2E'/%3E%3Cpath d='M17.4679 15.8755H15.9668V16.4613H17.4679V15.8755Z' fill='%238D7B2E'/%3E%3Cpath d='M48.1697 21.5083H47.5839V23.0094H48.1697V21.5083Z' fill='%238D7B2E'/%3E%3Cpath d='M48.1697 24.9556H47.5839V26.4567H48.1697V24.9556Z' fill='%238D7B2E'/%3E%3Cpath d='M50.3495 23.6882H48.8484V24.274H50.3495V23.6882Z' fill='%238D7B2E'/%3E%3Cpath d='M46.9023 23.6882H45.4011V24.274H46.9023V23.6882Z' fill='%238D7B2E'/%3E%3Cpath d='M13.7081 24.3501H13.1223V25.5133H13.7081V24.3501Z' fill='%238D7B2E'/%3E%3Cpath d='M13.7081 27.0172H13.1223V28.1804H13.7081V27.0172Z' fill='%238D7B2E'/%3E%3Cpath d='M15.3331 25.9723H14.1699V26.5581H15.3331V25.9723Z' fill='%238D7B2E'/%3E%3Cpath d='M12.6632 25.9723H11.5V26.5581H12.6632V25.9723Z' fill='%238D7B2E'/%3E%3C/svg%3E") no-repeat center / contain;
}

#exclusividade #ex-seguranca::after {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Crect x='4.5' y='4.5' width='55' height='55' rx='27.5' fill='white'/%3E%3Crect x='4.5' y='4.5' width='55' height='55' rx='27.5' stroke='white' stroke-width='9'/%3E%3Crect x='9' y='9' width='46' height='46' rx='23' stroke='%238D7B2E'/%3E%3Cpath d='M43.4475 43.4706H21.2189C21.0414 43.4706 20.8984 43.3277 20.8984 43.1502V35.4843C20.8984 28.5135 26.3903 23.8646 31.4828 23.5491C37.2655 23.1892 43.768 27.8134 43.768 35.4843V43.1502C43.768 43.3277 43.625 43.4706 43.4475 43.4706ZM21.5393 42.8297H43.1222V35.4843C43.1222 28.4987 37.4183 24.1703 32.1286 24.1703C31.9265 24.1703 31.7194 24.1752 31.5173 24.19C26.7157 24.4858 21.5344 28.8881 21.5344 35.4843V42.8297H21.5393Z' fill='%238D7B2E'/%3E%3Cpath d='M46.0062 49.7907H18.6554C17.4131 49.7907 16.4025 48.7801 16.4025 47.5378V45.0827C16.4025 43.8404 17.4131 42.8248 18.6554 42.8248H46.0062C47.2485 42.8248 48.264 43.8354 48.264 45.0827V47.5378C48.264 48.7801 47.2534 49.7907 46.0062 49.7907ZM18.6554 43.4706C17.768 43.4706 17.0483 44.1953 17.0483 45.0876V47.5427C17.0483 48.4301 17.768 49.1547 18.6554 49.1547H46.0062C46.8985 49.1547 47.6182 48.435 47.6182 47.5427V45.0876C47.6182 44.1953 46.8935 43.4706 46.0062 43.4706H18.6554Z' fill='%238D7B2E'/%3E%3Cpath d='M31.6209 19.1566C31.4434 19.1566 31.3004 19.0137 31.3004 18.8362V14.3204C31.3004 14.143 31.4434 14 31.6209 14C31.7983 14 31.9413 14.143 31.9413 14.3204V18.8362C31.9413 19.0137 31.7983 19.1566 31.6209 19.1566Z' fill='%238D7B2E'/%3E%3Cpath d='M39.0501 20.7637C38.9959 20.7637 38.9417 20.7489 38.8924 20.7193C38.7396 20.6306 38.6853 20.4334 38.7741 20.2806L41.027 16.3761C41.1157 16.2233 41.3129 16.1691 41.4658 16.2578C41.6186 16.3466 41.6728 16.5438 41.5841 16.6966L39.3311 20.601C39.272 20.7045 39.1635 20.7637 39.0551 20.7637H39.0501Z' fill='%238D7B2E'/%3E%3Cpath d='M44.68 25.8711C44.5666 25.8711 44.4631 25.812 44.4039 25.7084C44.3152 25.5556 44.3694 25.3584 44.5223 25.2697L48.4316 23.0167C48.5845 22.928 48.7816 22.9822 48.8704 23.1351C48.9591 23.2879 48.9049 23.4851 48.7521 23.5738L44.8427 25.8268C44.7934 25.8563 44.7392 25.8711 44.6849 25.8711H44.68Z' fill='%238D7B2E'/%3E%3Cpath d='M51.5128 33.108H46.9971C46.8196 33.108 46.6766 32.9651 46.6766 32.7876C46.6766 32.6101 46.8196 32.4672 46.9971 32.4672H51.5128C51.6903 32.4672 51.8333 32.6101 51.8333 32.7876C51.8333 32.9651 51.6903 33.108 51.5128 33.108Z' fill='%238D7B2E'/%3E%3Cpath d='M17.6694 34.5327H13.1537C12.9762 34.5327 12.8333 34.3898 12.8333 34.2123C12.8333 34.0348 12.9762 33.8918 13.1537 33.8918H17.6694C17.8469 33.8918 17.9899 34.0348 17.9899 34.2123C17.9899 34.3898 17.8469 34.5327 17.6694 34.5327Z' fill='%238D7B2E'/%3E%3Cpath d='M19.2815 27.1035C19.2273 27.1035 19.1731 27.0888 19.1238 27.0592L15.2144 24.8062C15.0616 24.7175 15.0073 24.5203 15.0961 24.3675C15.1848 24.2147 15.382 24.1604 15.5348 24.2492L19.4442 26.5021C19.597 26.5908 19.6513 26.788 19.5625 26.9409C19.5034 27.0444 19.3949 27.1035 19.2865 27.1035H19.2815Z' fill='%238D7B2E'/%3E%3Cpath d='M24.3839 21.4737C24.2705 21.4737 24.167 21.4146 24.1078 21.311L21.8549 17.4017C21.7661 17.2488 21.8204 17.0516 21.9732 16.9629C22.126 16.8742 22.3232 16.9284 22.4119 17.0812L24.6649 20.9906C24.7536 21.1434 24.6994 21.3406 24.5466 21.4293C24.4973 21.4589 24.443 21.4737 24.3888 21.4737H24.3839Z' fill='%238D7B2E'/%3E%3Cpath d='M40.1988 36.0709C40.0214 36.0709 39.8784 35.928 39.8784 35.7505C39.8784 33.4877 38.996 31.4122 37.3839 29.9037C35.8064 28.4198 33.726 27.6409 31.6751 27.7691C31.5075 27.7839 31.3448 27.6458 31.335 27.4683C31.3251 27.2909 31.4582 27.138 31.6357 27.1282C33.8541 26.9852 36.1169 27.8282 37.8227 29.4353C39.558 31.0671 40.5193 33.3102 40.5193 35.7505C40.5193 35.928 40.3763 36.0709 40.1988 36.0709Z' fill='%238D7B2E'/%3E%3C/svg%3E") no-repeat center / contain;
}

#exclusividade .bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

#exclusividade .bg::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/hero.webp") no-repeat center / cover;
	transition: transform 1s ease-out;
	z-index: 1;
}

#exclusividade:hover .bg::before {
	transform: scale(1.1);
}

#exclusividade .bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0 0 0 / .5);
	z-index: 2;
}

@media (max-width: 1199px) {
	#exclusividade .bg::before {
		background-image: url("../img/hero-dt.webp")
	}
}

@media (max-width: 899px) {
	#exclusividade .bg::before {
		background-image: url("../img/hero-tb.webp")
	}
}

@media (max-width: 899px) {
	#exclusividade li {
		flex: 0 0 320px;
		font-size: 1.25rem;
	}
}

@media (max-width: 720px) {
	#exclusividade li {
		flex: 0 0 280px;
	}
}

@media (max-width: 639px) {
	#exclusividade .wrap {
		padding: 80px 20px;
	}

	#exclusividade ul {
		flex-direction: column;
		padding: 0 20px;
		position: relative;
		gap: 40px;
		inset: auto;
		transform: translateX(0);
		max-width: 360px;
		margin-top: 80px;
	}

	#exclusividade li {
		flex: 0 0 100%;
	}

	#exclusividade li+li {
		margin-top: 40px;
	}
}

@media (max-width: 599px) {
	#exclusividade h2 {
		font-size: 1.5rem;
	}

	#exclusividade .bg::before {
		background-image: url("../img/hero-mb.webp");
	}
}


#galerias {
	padding-top: 360px;
	background: var(--gold-l);
}

#galerias>div {
	background: #fff;
	padding: 40px 0;
	border-top: 8px solid var(--gold);
	position: relative;
}

#galerias>div::after {
	content: "";
	position: absolute;
	background: url(../img/layer.webp) no-repeat 100% 0 / cover;
	top: 0;
	right: 0;
	height: 100%;
	width: 520px;
	z-index: 0;
}

#gallery-nav {
	padding: 20px 0 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	position: relative;
	z-index: 1;
}

#gallery-nav a {
	background: var(--brown);
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	border: 1px solid var(--brown);
}

#gallery-nav a:hover {
	background: var(--gold);
	color: #fff;
}

#gallery-nav .active {
	background: #fff;
	color: var(--brown);
}

#gallery-nav .active:hover {
	background: var(--gold);
	color: #fff;
}

#gallery-full {
	position: relative;
	padding: 0 40px;
	z-index: 2;
}

#gallery-full .slick-slide a {
	text-decoration: none;
}

#gallery-full .slick-slide a p {
	color: var(--bg);
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 20px;
}

#gallery-full .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 50px;
	height: 50px;
	background-color: var(--gold);
	border: 1px solid var(--gold);
	border-radius: 50%;
	font-size: 1px;
	color: transparent;
	text-indent: -9999rem;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 40%;
	transition: all .3s ease-in-out;
}

#gallery-full .slick-arrow:hover {
	background-color: var(--gold-l);
}

#gallery-full .slick-prev {
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='15' viewBox='0 0 21 15' fill='none'%3E%3Cpath d='M0.292892 6.65691C-0.0976315 7.04743 -0.0976315 7.6806 0.292892 8.07112L6.65685 14.4351C7.04738 14.8256 7.68054 14.8256 8.07107 14.4351C8.46159 14.0446 8.46159 13.4114 8.07107 13.0209L2.41421 7.36401L8.07107 1.70716C8.46159 1.31664 8.46159 0.68347 8.07107 0.292946C7.68054 -0.0975785 7.04738 -0.0975785 6.65685 0.292946L0.292892 6.65691ZM21 7.36401V6.36401L1 6.36401V7.36401V8.36401L21 8.36401V7.36401Z' fill='white'/%3E%3C/svg%3E");
}

#gallery-full .slick-next {
	right: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='15' viewBox='0 0 21 15' fill='none'%3E%3Cpath d='M20.7071 6.65691C21.0976 7.04743 21.0976 7.6806 20.7071 8.07112L14.3431 14.4351C13.9526 14.8256 13.3195 14.8256 12.9289 14.4351C12.5384 14.0446 12.5384 13.4114 12.9289 13.0209L18.5858 7.36401L12.9289 1.70716C12.5384 1.31664 12.5384 0.68347 12.9289 0.292946C13.3195 -0.0975785 13.9526 -0.0975785 14.3431 0.292946L20.7071 6.65691ZM0 7.36401L0 6.36401L20 6.36401V7.36401V8.36401L0 8.36401L0 7.36401Z' fill='white'/%3E%3C/svg%3E");
}

@media (max-width: 899px) {
	#galerias {
		padding-top: 440px;
	}

	#gallery-full {
		padding: 0 28px;
	}

	#gallery-nav {
		justify-content: center;
	}

	#gallery-full .slick-arrow {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 639px) {
	#galerias {
		padding-top: 0;
	}

	#galerias>div {
		border: none;
	}


}

@media (max-width: 599px) {
	#galerias .wrap {
		padding: 0;
	}

	#gallery-nav {
		padding-left: 20px;
		padding-right: 20px;
	}

	#gallery-full {
		padding: 0 0 60px 0;
	}

	#gallery-full .slick-slide a p {
		padding: 20px 20px 0;
	}

	#gallery-full .slick-arrow {
		width: 30px;
		height: 30px;
		top: auto;
		bottom: 0;
	}

	#gallery-full .slick-prev {
		left: calc(50% - 40px);
	}

	#gallery-full .slick-next {
		right: calc(50% - 40px);
	}
}

#tour {
	background: url("../img/bgtour.webp") no-repeat center / cover;
	padding: 40px 0;
	min-height: 520px;
	position: relative;
	display: flex;
	align-items: center;
}

#tour::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0 0 0 / .5);
	z-index: 2;
}

#tour .wrap {
	position: relative;
	z-index: 3;
	width: 100%;
}



#tour .wrap ul {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
	position: relative;
	padding-top: 80px;
}

#tour .wrap ul::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none' class='spin'%3E%3Cstyle%3E .spin %7B animation: rotate 4s linear infinite; transform-origin: center; %7D @keyframes rotate %7B from %7B transform: rotate(0deg); %7D to %7B transform: rotate(360deg); %7D %7D %3C/style%3E%3Cg clip-path='url(%23clip0_315_481)'%3E%3Cpath d='M20.9685 5.53992C20.2273 1.81134 19.2554 0 18 0C16.7445 0 15.7727 1.81134 15.0315 5.53992C14.3697 8.87521 14.0067 13.2996 14.0067 18C14.0067 18.2912 14.2412 18.5256 14.5323 18.5256C14.8235 18.5256 15.058 18.2912 15.058 18C15.058 13.3639 15.4172 9.01134 16.0638 5.74412C16.9865 1.10042 17.9924 1.04748 18.0038 1.04748C18.0151 1.04748 19.021 1.10042 19.9437 5.74412C20.5941 9.01134 20.9496 13.3639 20.9496 18C20.9496 22.6361 20.5903 26.9887 19.9437 30.2559C19.021 34.8996 18.0151 34.9525 18.0038 34.9525C17.7807 34.9525 17.2512 34.4836 16.684 32.7328C16.2 31.2315 15.7954 29.129 15.5117 26.6332L17.1983 26.429L14.7063 24.3567L12.7815 26.9697L14.4718 26.7655C14.8954 30.4601 15.8823 36.0076 18.0038 36.0076C19.2592 36.0076 20.2311 34.1962 20.9723 30.4676C21.634 27.1324 21.997 22.708 21.997 18.0076C21.997 13.3071 21.634 8.88277 20.9723 5.54748L20.9685 5.53992Z' fill='%23989058'/%3E%3Cpath d='M19.7622 14.0217C19.7622 14.0217 19.7546 14.0217 19.7508 14.0217C19.4672 14.0217 19.2328 14.2486 19.2252 14.536C19.2176 14.8272 19.4483 15.0654 19.7395 15.0692C23.9975 15.1524 27.9303 15.5457 30.8118 16.1734C34.0866 16.8881 34.9525 17.6785 34.9525 17.9961C34.9525 18.0075 34.8996 19.0133 30.2559 19.936C26.9887 20.5864 22.6361 20.9419 18 20.9419C13.3639 20.9419 9.01134 20.5827 5.74411 19.936C1.10042 19.0133 1.04748 18.0075 1.04748 17.9961C1.04748 17.4327 3.33151 16.0864 10.3046 15.4058L10.3651 17.0961L12.6416 14.7894L10.2025 12.6528L10.263 14.3621C7.45714 14.6343 5.06344 15.0503 3.30504 15.5722C1.07773 16.2339 -0.00378418 17.028 -0.00378418 17.9999C-0.00378418 19.2554 1.80756 20.2272 5.53613 20.9684C8.87143 21.6301 13.2958 21.9932 17.9962 21.9932C22.6966 21.9932 27.121 21.6301 30.4563 20.9684C34.1849 20.2272 35.9962 19.2554 35.9962 17.9999C35.9962 15.1146 25.7861 14.1427 19.7546 14.0217H19.7622Z' fill='white'/%3E%3Cpath d='M18 34.2303C9.04919 34.2303 1.76978 26.9509 1.76978 18C1.76978 9.04919 9.05297 1.76978 18 1.76978C26.9471 1.76978 34.2303 9.04919 34.2303 18C34.2303 26.9509 26.9509 34.2303 18 34.2303ZM18 2.71515C9.57103 2.71515 2.71515 9.57482 2.71515 18C2.71515 26.4252 9.57103 33.2849 18 33.2849C26.429 33.2849 33.2849 26.429 33.2849 18C33.2849 9.57103 26.429 2.71515 18 2.71515Z' fill='%23989058'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_315_481'%3E%3Crect width='36' height='36' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center / contain;
}

#tour .wrap ul li {
	width: 100%;
	max-width: 320px;
}

#tour .wrap ul li a {
	display: block;
	padding: 12px 20px;
	background: var(--gold);
	color: #fff;
	border-radius: 20px;
	text-align: center;
	width: 100%;
}

#tour .wrap ul li a:hover {
	background: var(--gold-l);
	color: var(--brown);
}

/* #atributos */
#atributos {
	background: #F5F5F5;
	padding: 60px 0;
	border-top: 8px solid var(--gold);
}

#atributos h2 {
	display: none;
}

#atributos input[type="radio"] {
	display: none;
}

#atributos .tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
}

#atributos .tabs label {
	display: block;
	padding: 9.5px 20px;
	background: var(--brown);
	color: #fff;
	font-size: .875rem;
	text-transform: uppercase;
	border-radius: 20px;
}

#atributos .tabs label:hover,
#tab-lazer:checked~.tabs label[for="tab-lazer"],
#tab-welness:checked~.tabs label[for="tab-welness"],
#tab-facilities:checked~.tabs label[for="tab-facilities"],
#tab-seguranca:checked~.tabs label[for="tab-seguranca"],
#tab-sustentabilidade:checked~.tabs label[for="tab-sustentabilidade"] {
	background: var(--gold-l);
	color: var(--brown);
}

#atributos .tabs-content {
	margin-top: 40px;
}

#atributos .tabs-content .tab-content {
	display: none;
}

#tab-lazer:checked~.tabs-content #tab-lazer-content,
#tab-welness:checked~.tabs-content #tab-welness-content,
#tab-facilities:checked~.tabs-content #tab-facilities-content,
#tab-seguranca:checked~.tabs-content #tab-seguranca-content,
#tab-sustentabilidade:checked~.tabs-content #tab-sustentabilidade-content {
	display: block;
}

#atributos .tab-content h3 {
	font-family: var(--text-forn);
	font-size: 2rem;
	text-transform: uppercase;
	line-height: 1.2;
	color: var(--gold);
}

#atributos .tab-content h4 {
	font-size: 1.75rem;
	color: var(--gold);
	margin-top: 0;
}

#atributos .tab-content h5 {
	font-size: 1.125rem;
	color: var(--brown);
	margin-top: 20px;
}

#atributos .tab-content p {
	margin-top: 20px;
}

#atributos .tab-content ul {
	margin-top: 20px;
	list-style-position: inside;
}

#atributos .tab-content li+li {
	margin-top: 8px;
}

#atributos .tab-content figure {
	margin-top: 40px;
}

#atributos .tab-content img {
	border-radius: 8px;
	width: 100%;
	height: auto;
}

#atributos .tab-content figcaption {
	margin-top: 12px;
}

@media (min-width: 600px) {
	#atributos .tabs-content .tab-content ul {
		column-count: 2;
		column-gap: 40px;
	}
}

@media (max-width: 899px) {
	#atributos h2 {
		font-size: 1.75rem;
	}

	#atributos .tabs {
		gap: 12px;
	}

	#atributos .tabs-content .tab-content h3 {
		font-size: 1.75rem;
	}

	#atributos .tabs-content .tab-content h4 {
		font-size: 1.25rem;
	}
}

@media (max-width: 599px) {
	#atributos h2 {
		font-size: 1.5rem;
	}

	#atributos .tabs-content .tab-content h3 {
		font-size: 1.5rem;
	}

	#atributos .tabs-content .tab-content h4 {
		font-size: 1.125rem;
	}
}





/* Reserva Jardins  */

#reserva-jardins {
	background: var(--brown);
	position: relative;
	min-height: 80vh;
	display: flex;
	align-items: center;

}

#reserva-jardins::before {
	content: "";
	position: absolute;
	background: url(../img/vetor.webp) no-repeat center;
	height: 100%;
	width: 100%;
	max-width: 780px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

#reserva-jardins .intro {
	width: 50%;
	position: relative;
	z-index: 1;
}

#reserva-jardins .wrap {
	width: 100%;
}

#reserva-jardins .intro {
	color: var(--gold-l);
	max-width: 420px;
	padding-right: 20px;
}


#reserva-jardins .intro a {
	background: var(--gold-l);
	margin-top: 40px;
	color: var(--brown);
	border: 1px solid var(--gold-l);
}

#reserva-jardins .intro a:hover {
	background: transparent;
	color: var(--gold-l);
}

#reserva-jardins .intro h2 {
	display: block;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='175' height='93' viewBox='0 0 175 93' fill='none'%3E%3Cg clip-path='url(%23clip0_315_495)'%3E%3Cpath d='M48.1355 3.8548C48.1355 1.83715 46.9427 1.01978 45.3887 1.01978L43.4299 1.08237V6.73033H45.5128C46.8478 6.73033 48.1391 5.81355 48.1391 3.8548M47.0229 7.40411L49.1459 11.5241H47.975L45.9943 7.66921C45.8921 7.68762 45.7717 7.68762 45.6696 7.68762H43.4263V11.5204H42.3976V0.121403C43.4883 0.058811 44.3564 0.0404017 45.4471 0.0183105C47.0229 0.0183105 49.1459 0.854092 49.1459 3.89162C49.1459 5.74728 48.1975 6.91075 47.0229 7.40043' fill='white'/%3E%3Cpath d='M56.7223 0.103027V11.5241H63.1459V10.5632H57.7108V6.58678H61.7707V5.62949H57.7108V1.06031H63.1459V0.103027H56.7223Z' fill='white'/%3E%3Cpath d='M69.8942 8.72968L70.8426 8.46459C70.963 9.54705 71.8531 10.5853 73.3267 10.5853C74.9026 10.5853 75.7124 9.66855 75.7124 8.50509C75.7124 5.62956 70.0547 6.46534 70.0547 2.87553C70.0547 1.24447 71.5284 0 73.3888 0C75.2491 0 76.5586 1.20397 76.7629 2.73194L75.8327 2.99703C75.6503 1.71206 74.5597 0.997783 73.4289 0.997783C71.9552 0.997783 71.1272 2.01766 71.1454 2.89394C71.1855 5.64797 76.7629 4.81219 76.7629 8.54191C76.7629 10.1325 75.6722 11.6199 73.3486 11.6199C71.2475 11.6199 70.0146 10.092 69.8942 8.72232' fill='white'/%3E%3Cpath d='M84.3575 0.103027V11.5241H90.7848V10.5632H85.3497V6.58678H89.4096V5.62949H85.3497V1.06031H90.7848V0.103027H84.3575Z' fill='white'/%3E%3Cpath d='M103.833 3.8548C103.833 1.83715 102.64 1.01978 101.086 1.01978L99.1272 1.08237V6.73033H101.21C102.541 6.73033 103.836 5.81355 103.836 3.8548M102.724 7.40411L104.847 11.5241H103.676L101.695 7.66921C101.593 7.68762 101.473 7.68762 101.371 7.68762H99.1272V11.5204H98.0948V0.121403C99.1855 0.058811 100.054 0.0404017 101.144 0.0183105C102.72 0.0183105 104.843 0.854092 104.843 3.89162C104.843 5.74728 103.895 6.91075 102.72 7.40043' fill='white'/%3E%3Cpath d='M110.906 0.121528L114.703 11.5242H115.713L119.511 0.121528L118.482 0.0626185L115.21 9.87108L111.934 0.0405273L110.906 0.121528Z' fill='white'/%3E%3Cpath d='M128.382 1.12302L130.545 8.07805H126.241L128.382 1.12302ZM127.733 0.162056L124.158 11.5206H125.168L125.938 9.01324H130.826L131.596 11.5206H132.606L129.05 0.0810547L127.736 0.162056H127.733Z' fill='white'/%3E%3Cpath d='M104.931 90.9197H70.0657V93.0036H104.931V90.9197Z' fill='white'/%3E%3Cpath d='M142.681 24.186C144.206 24.186 145.446 25.4121 145.446 26.9253V64.1783C145.446 64.3771 145.169 64.4287 145.096 64.2446L129.378 23.7368H122.013V24.1897C123.538 24.1897 124.778 25.4157 124.778 26.929V66.4721C124.778 67.9854 123.541 69.2114 122.013 69.2114V69.6643H128.794V69.2446C127.269 69.2446 126.029 68.0185 126.029 66.5053V29.0276C126.029 28.8288 126.31 28.7773 126.379 28.9651L142.025 69.668H149.462V69.2151C147.937 69.2151 146.697 67.989 146.697 66.4758V26.929C146.697 25.4157 147.934 24.1897 149.462 24.1897V23.7368H142.681V24.1897V24.186Z' fill='white'/%3E%3Cpath d='M105.778 23.8982H106.015C107.583 23.8982 108.856 25.1574 108.856 26.7111V66.107C108.856 67.6607 107.583 68.9199 106.015 68.9199H105.778V69.3728H116.083V68.9199C114.514 68.9199 113.241 67.6607 113.241 66.107V26.7111C113.241 25.1574 114.514 23.8982 116.083 23.8982V23.4453H105.778V23.8982Z' fill='white'/%3E%3Cpath d='M99.6634 41.7337V62.5804C99.6634 65.6658 97.1391 68.4198 94.0276 68.4198H89.4534C89.1214 68.4198 88.8515 68.1511 88.8515 67.8234V25.5704C88.8515 25.239 89.1214 24.9739 89.4534 24.9739H93.1412C96.7306 24.9739 99.6634 27.8826 99.6634 31.4356V41.7301V41.7337ZM93.4002 23.7332H81.3882V24.186C83.0881 24.186 84.4633 25.552 84.4633 27.2346V66.0303C84.4633 67.7129 83.0844 69.0789 81.3882 69.0789V69.6606H94.0276C100.254 69.6606 103.424 64.6607 103.424 58.4899V35.5261C103.424 29.0387 99.9479 23.7332 93.4002 23.7332Z' fill='white'/%3E%3Cpath d='M12.8947 23.7332V24.186H13.1318C14.7004 24.186 15.9734 25.4452 15.9734 26.999V30.2095V63.1842C15.9734 66.1113 13.7811 68.6813 10.8411 68.9316C7.49974 69.2188 4.69828 66.6194 4.69828 63.3683V56.1151C4.69828 55.5996 5.11777 55.1836 5.6394 55.1836V54.7307H0V55.1836C0.517978 55.1836 0.941115 55.5996 0.941115 56.1151V58.4899C0.941115 64.8264 4.36634 69.9294 10.8374 69.6496C16.2032 69.4213 20.358 64.8816 20.358 59.5613V26.999C20.358 25.4452 21.6311 24.186 23.1996 24.186V23.7332H12.8947Z' fill='white'/%3E%3Cpath d='M30.1595 45.8538L35.1459 26.0896L40.1324 45.8538H30.1595ZM49.6201 67.3705L39.038 24.1014L38.9797 23.8657H32.2168V24.3186C33.2783 24.3186 34.0552 25.309 33.7926 26.3252L23.5242 66.2549C23.2032 67.5289 22.0506 69.2041 20.7264 69.2041V69.657H26.3512V69.2041C25.2934 69.2041 24.5128 67.4294 24.7718 66.4133L29.8458 47.0946H40.4461L45.221 67.3411C45.4581 68.2873 44.7358 69.2078 43.7509 69.2078V69.6606H52.8301V69.2078H51.9984C50.8749 69.2078 49.8973 68.4493 49.6238 67.3705' fill='white'/%3E%3Cpath d='M170.838 48.9576L162.248 42.0358C159.96 40.1911 158.085 36.2921 158.085 33.3687V30.2023C158.085 27.2347 160.351 24.639 163.349 24.4475C166.632 24.2377 169.361 26.8076 169.361 30.0108V33.8841C169.361 34.3996 168.941 34.8156 168.419 34.8156V35.2685H174.055V34.8156C173.537 34.8156 173.114 34.3996 173.114 33.8841V33.122C173.114 29.1088 171.174 25.46 167.296 24.2745C159.545 21.9107 153.694 27.5734 153.694 34.8782V35.1433C153.694 38.4496 155.813 42.8642 158.403 44.9518L166.446 51.4319C168.792 53.7514 169.93 56.0894 170.448 58.0592C171.316 61.3508 170.36 64.9369 167.865 67.2749C166.814 68.2616 165.592 68.8397 164.093 68.9354C160.81 69.1453 158.082 66.5753 158.082 63.3721V59.4657C158.082 58.9502 158.501 58.5342 159.023 58.5342V58.0813H153.387V58.5342C153.902 58.5342 154.325 58.9318 154.354 59.4399C154.675 65.2904 158.042 69.8632 164.133 69.646C170.243 69.4324 174.996 64.2815 174.996 58.2359C174.996 54.8781 173.468 51.071 170.834 48.9503' fill='white'/%3E%3Cpath d='M61.074 30.5152C61.074 27.6212 63.0839 25.0108 65.9583 24.488C69.5404 23.84 72.6629 26.5461 72.6629 29.9776V42.2087C72.6629 45.1137 70.4231 47.4996 67.5633 47.7683H61.074V30.5152ZM61.074 66.0672V50.9826C61.074 49.6019 62.2012 48.4826 63.5946 48.4753C65.5607 48.4679 67.9682 48.4605 67.9828 48.4605C67.9938 48.4605 68.0047 48.4679 68.0193 48.4679C68.3841 48.4421 68.9093 48.3722 69.5623 48.2065C69.555 48.2065 69.5477 48.2028 69.5404 48.1991C74.4065 47.0136 77.0438 42.3707 77.0438 37.0615V33.7515C77.0438 28.7626 72.9583 24.1235 67.939 23.7221C65.5644 23.5344 63.3393 24.0866 61.4497 25.1544C61.2491 25.2685 60.9974 25.1802 60.9172 24.9666L60.4429 23.6816H53.9427V24.1676C55.6425 24.1676 57.0177 25.5336 57.0177 27.2162V66.0635C57.0177 67.7461 55.6389 69.1121 53.9427 69.1121V69.6091H64.1454V69.1121C62.4456 69.1121 61.0704 67.7461 61.0704 66.0635' fill='white'/%3E%3Cpath d='M71.4048 66.9905C71.6455 67.9367 70.9196 68.8572 69.9347 68.8572V69.31H79.0139V68.8572H78.1823C77.0588 68.8572 76.0812 68.0987 75.8076 67.0199L70.9816 47.2815L66.8889 47.7417L71.4048 66.9905Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_315_495'%3E%3Crect width='175' height='93' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center / contain;
	width: 175px;
	height: 93px;
	text-indent: -999rem;
	font-size: 1px;
	color: transparent;
	margin-bottom: 40px;
}

#reserva-jardins video {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

@media (max-width: 720px) {


	#reserva-jardins {
		display: block;
		padding: 80px 0 0;
	}

	#reserva-jardins .intro h2 {
		margin: 0 auto 40px;
	}

	#reserva-jardins video {
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: -4px;
		height: 420px;
	}

	#reserva-jardins .intro {
		width: 100%;
		text-align: center;
		padding-bottom: 80px;
		margin: 0 auto;
		padding-right: 0;
	}
}

/* Localização*/

#localizacao {
	padding: 80px 0px;
	background: var(--gold-l);
	position: relative;
	background-position: 100% 50%;
	background-size: 36%;
	min-height: 650px;
}

#localizacao #cboxPrevious,
#localizacao #cboxNext {
	display: none !important;
}

#localizacao::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 36%;
	height: 100%;
	background: var(--gold-l) url("../img/mapa-bg.webp") no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
}

#localizacao .wrap {
	position: relative;
	z-index: 3;
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	justify-content: space-between;
}

#localizacao .intro {
	flex: 0 0 calc(50% - 20px);
}

#localizacao h2 {
	font-size: 2.25rem;
	text-transform: uppercase;
	color: var(--verde);
	font-weight: 400;
	max-width: 370px;
	padding-bottom: 40px;
}

#localizacao h2 strong {
	display: block;
	color: var(--gold);
}


#localizacao p {
	font-size: 16px;
	max-width: 370px;
	color: var(--verde);
	padding-bottom: 20px;
}

#localizacao .btn {
	display: inline-block;
	padding: 8px 40px;
	background-color: var(--brown);
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 20px;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1.5;
	border: 1px solid var(--brown);
}

#localizacao .btn:hover {
	background-color: var(--gold);
	color: #fff;
}

#localizacao .image {
	flex: 0 0 calc(50% - 20px);
}

#localizacao .image img {
	border: 20px solid #fff;
	box-shadow: 0 4px 6px rgba(0 0 0/ .5);
}

#localizacao video {
	position: absolute;
	top: 0;
	right: 0;
	width: 25%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

@media (max-width: 720px) {
	#localizacao h2 {
		font-size: 2rem;
	}
}

@media (max-width: 599px) {
	#localizacao {
		padding: 80px 0px 320px;
	}

	#localizacao::before {
		top: auto;
		right: 0;
		width: 100%;
		height: 45%;
		bottom: 0;
	}




	#localizacao .intro,
	#localizacao .image {
		flex: 0 0 100%;
	}

	#localizacao h2 {
		font-size: 1.5rem;
		text-align: center;
		margin: 0 auto;
	}

	#localizacao p {
		text-align: center;
		margin: 0 auto;
	}

	#localizacao .btn {
		margin: 0 auto;
		display: block;
		text-align: center;
		max-width: 380px;
	}
}

#profissionais {
	background: var(--gold);
	padding: 80px 0;
	text-align: center;
	color: #fff;
}

#profissionais h2 {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 40px;
}

#profissionais h2 span {
	display: block;
	font-size: 2.5rem;
}

#profissionais .items {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin: 0 auto;
}

#profissionais .item {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	min-width: 260px;
}


#profissionais .item img {
	order: -1;
	width: 150px;
	height: 150px;
	aspect-ratio: 1/1;
	border-radius: 150px;
	border: 2px solid #DAD4CA;

}

#profissionais .item p {
	padding-top: 20px;
}

#profissionais .item h3 {
	order: 3;
	font-size: 14px;
	max-width: 166px;
}

@media (max-width: 780px) {
	#profissionais .items {
		justify-content: center;
	}

	#profissionais .item:nth-child(1)::after,
	#profissionais .item:nth-child(2)::after,
	#profissionais .item:nth-child(3)::after {
		display: none;
	}
}

@media (max-width: 599px) {
	#profissionais h2 span {
		font-size: 1.8rem;
	}
}




/* Cadastro */
#cadastro {
	background: var(--bg);
	color: #fff;
	padding: 80px 0px;
	border-bottom: 8px solid var(--gold);
}

#cadastro h2 {
	font-size: 2rem;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

#cadastro form {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
	width: calc(100% + 20px);
}

#cadastro form .field-wrap {
	flex: 0 0 calc(33.33% - 20px);
	margin-right: 20px;
}

#cadastro form .field-wrap label {
	display: block;
}

#cadastro form .field-wrap input {
	width: 100%;
	padding: 8px 0;
	background: transparent;
	border-bottom: 1px solid var(--gold);
	color: #fff;
}

#cadastro form .field-wrap.field-pp {}

#cadastro form .field-wrap.field-pp label {
	position: relative;
	padding-left: 24px;
}

#cadastro form .field-wrap.field-pp label input {
	display: none;
}

#cadastro form .field-wrap.field-pp label::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid var(--gold);
	position: absolute;
	left: 0;
	top: 2px;
}

#cadastro form .field-wrap.field-pp label::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: var(--gold);
	position: absolute;
	left: 4px;
	top: 6px;
	opacity: 0;
	transition: opacity .3s ease-out;
}

#cadastro form .field-wrap.field-pp label:has(input:checked)::after {
	opacity: 1;
}

#cadastro form .field-wrap.field-pp label a {
	color: #fff;
}

#cadastro form .field-wrap.field-pp label a:hover {
	color: var(--gold);
}

#cadastro form .field-wrap input.submit-btn {
	border: 1px solid var(--gold);
	background-color: var(--gold);
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 8px 20px;
	opacity: .5;
	pointer-events: none;
}

#cadastro form:has(input[name="pp"]:checked) .field-wrap input.submit-btn {
	opacity: 1;
	pointer-events: initial;
}

#cadastro form .field-wrap input.submit-btn:hover {
	background-color: transparent;
	color: var(--gold);
}

#cadastro form .field-wrap input.submit-btn.sending {
	transition: none;
	pointer-events: none;
	background: var(--gold) url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='2'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center / 20px 20px;
	color: transparent;
}

#cadastro form .form-output:not( :empty) {
	padding: 8px 20px;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	flex: 0 0 calc(100% - 20px);
}

#cadastro form .form-output.is-error {
	background-color: #f03;
}

#cadastro form .form-output.is-success {
	background-color: #2E8B57;
}

@media (min-width: 900px) {
	#cadastro form .field-wrap.field-pp {
		flex: 0 0 calc(66.67% - 20px);
	}
}

@media (max-width: 899px) {
	#cadastro {
		padding: 60px 0;
	}

	#cadastro form .field-wrap {
		flex: 0 0 calc(50% - 20px);
	}

	#cadastro form .field-wrap.field-nome {
		flex: 0 0 calc(100% - 20px);
	}
}

@media (max-width: 599px) {
	#cadastro {
		padding: 40px 0;
	}

	#cadastro h2 {
		font-size: 1.52rem;
	}

	#cadastro form .field-wrap {
		flex: 0 0 calc(100% - 20px);
	}
}



/* Footer */
#foot {
	padding: 60px 0px;
}

#foot .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 40px;
}

#foot .row .col {
	width: calc(50% - 20px);
}

#foot .row .col:nth-child(1) {
	order: 2;
}

#foot .row .col ul {
	list-style: none;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 40px;
}

#foot .row .col ul li {
	display: block;
}


#foot .row .col ul li:nth-child(1) {
	color: transparent;
	font-size: 1px;
	text-indent: -999rem;
	margin-top: 20px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='154' height='60' viewBox='0 0 154 60' fill='none'%3E%3Cg clip-path='url(%23clip0_359_250)'%3E%3Cpath d='M53.2505 38.6625L48.6891 38.6452L48.7207 30.4252L55.2963 30.45L70.9314 30.5082L70.9403 28.4876L55.1913 28.4294L48.7283 28.4046L48.76 20.3234L52.125 20.3358L76.0258 20.4263L76.0347 18.1269L49.8247 18.029L46.028 18.0142L46.0153 21.3616L46.009 22.8693L45.9393 40.9346L51.8186 40.9557L76.4081 41.0486L76.417 38.7492L53.2505 38.6625Z' fill='%23231F20'/%3E%3Cpath d='M78.0767 33.3564L80.6746 33.3663C80.6645 35.8738 82.3951 39.2596 95.8868 39.3104C109.271 39.36 111.773 36.8624 111.781 34.3884C111.788 32.9253 110.866 31.8772 108.197 31.4138C105.245 30.9158 99.2658 30.7882 95.1728 30.668C91.3647 30.5838 84.4954 30.315 81.7228 29.5035C79.1275 28.728 77.8527 27.0852 77.8603 25.0299C77.8767 20.8499 83.5484 17.702 95.6868 17.7466C110.032 17.7998 112.936 21.6428 112.92 25.7534L110.357 25.7435C110.37 22.5385 107.604 20.0558 95.6792 20.0112C85.4284 19.9728 80.6138 22.0442 80.6037 24.8317C80.5974 26.2948 81.5203 27.2388 83.6535 27.6997C86.1424 28.2659 92.5497 28.4294 96.9629 28.5855C101.553 28.7416 107.285 28.9373 110.2 29.61C113.188 30.2827 114.534 32.0643 114.525 34.2236C114.511 37.6367 111.613 41.6321 95.8792 41.5739C79.8973 41.5144 78.0666 36.352 78.078 33.3564H78.0767Z' fill='%23231F20'/%3E%3Cpath d='M116.483 30.0165C116.509 23.5718 122.618 17.8482 136.072 17.8978C149.242 17.9473 153.603 22.5609 153.586 26.6715C153.586 26.7756 153.585 27.1249 153.547 27.5424L150.984 27.5325C151.021 27.1497 151.022 26.9056 151.024 26.7669C151.036 23.6325 147.276 20.2046 136.063 20.1624C124.459 20.1191 119.245 24.7327 119.223 30.0611C119.204 34.9373 124.063 39.4146 136.094 39.4592C145.847 39.4951 151.236 35.8231 151.249 32.6193V32.4806L134.092 32.4162L134.1 30.4649L153.997 30.5393L153.956 41.3373L151.464 41.3274C151.541 39.7255 151.62 37.8796 151.664 35.6509H151.629C149.905 39.6847 143.631 41.7511 135.979 41.7226C121.954 41.6706 116.459 35.9371 116.482 30.0152L116.483 30.0165Z' fill='%23231F20'/%3E%3Cpath d='M48.8688 44.7219V45.1964H46.2799V46.7029H48.5941V47.1712H46.2799V48.7359H48.9536V49.2104H45.7557V44.7207H48.8688V44.7219Z' fill='%23231F20'/%3E%3Cpath d='M51.744 44.7222L54.4962 48.3719V44.7222H55.014V49.2119H54.476L51.7237 45.5683V49.2119H51.1996V44.7222H51.744Z' fill='%23231F20'/%3E%3Cpath d='M57.4966 44.7222L59.0766 48.6345L60.6629 44.7222H61.2136L59.3386 49.2119H58.7942L56.9332 44.7222H57.4966Z' fill='%23231F20'/%3E%3Cpath d='M63.6494 44.7222V49.2119H63.1252V44.7222H63.6494Z' fill='%23231F20'/%3E%3Cpath d='M69.2198 49.2116L68.2564 47.7745C68.164 47.7807 68.0665 47.7869 67.9614 47.7869H66.7423V49.2104H66.2181V44.7207H67.9614C69.1084 44.7207 69.7705 45.272 69.7705 46.2284C69.7705 46.9655 69.3971 47.4722 68.7349 47.6779L69.8161 49.2104H69.2198V49.2116ZM67.9614 47.3124C68.7932 47.3124 69.2654 46.947 69.2654 46.2408C69.2654 45.5346 68.7932 45.1952 67.9614 45.1952H66.7423V47.3112H67.9614V47.3124Z' fill='%23231F20'/%3E%3Cpath d='M76.5069 46.9667C76.5069 48.2304 75.4447 49.2314 74.1078 49.2314C72.7709 49.2314 71.7024 48.2304 71.7024 46.9667C71.7024 45.703 72.7646 44.7095 74.1078 44.7095C75.451 44.7095 76.5069 45.703 76.5069 46.9667ZM72.2328 46.9667C72.2328 47.9603 73.0849 48.7631 74.1078 48.7631C75.1307 48.7631 75.9688 47.9615 75.9688 46.9667C75.9688 45.9719 75.1295 45.184 74.1078 45.184C73.0861 45.184 72.2328 45.9731 72.2328 46.9667Z' fill='%23231F20'/%3E%3Cpath d='M79.1857 44.7222L81.938 48.3719V44.7222H82.4558V49.2119H81.9178L79.1655 45.5683V49.2119H78.6414V44.7222H79.1857Z' fill='%23231F20'/%3E%3Cpath d='M85.679 44.7222L87.3564 47.9804L89.0276 44.7222H89.6694V49.2119H89.1846L89.1782 45.4791L87.5071 48.7374H87.1919L85.5271 45.4791V49.2119H85.0295V44.7222H85.679Z' fill='%23231F20'/%3E%3Cpath d='M95.3576 44.7219V45.1964H92.7686V46.7029H95.0829V47.1712H92.7686V48.7359H95.4424V49.2104H92.2445V44.7207H95.3576V44.7219Z' fill='%23231F20'/%3E%3Cpath d='M98.234 44.7222L100.986 48.3719V44.7222H101.504V49.2119H100.966L98.2137 45.5683V49.2119H97.6896V44.7222H98.234Z' fill='%23231F20'/%3E%3Cpath d='M106.976 44.7222V45.1967H105.474V49.2119H104.95V45.1967H103.456V44.7222H106.976Z' fill='%23231F20'/%3E%3Cpath d='M111.379 48.0634H108.882L108.371 49.2119H107.814L109.872 44.7222H110.417L112.469 49.2119H111.898L111.38 48.0634H111.379ZM111.169 47.5889L110.127 45.2797L109.097 47.5889H111.169Z' fill='%23231F20'/%3E%3Cpath d='M114.889 44.7222V48.7374H116.901V49.2119H114.364V44.7222H114.888H114.889Z' fill='%23231F20'/%3E%3Cpath d='M119.208 48.9415C119.208 49.0443 119.168 49.1273 119.109 49.2103L118.801 49.6662H118.513L118.729 49.2041C118.63 49.1533 118.585 49.0505 118.585 48.9415C118.585 48.7556 118.717 48.6206 118.892 48.6206C119.068 48.6206 119.206 48.742 119.206 48.9415H119.208Z' fill='%23231F20'/%3E%3Cpath d='M125.878 45.2027C125.288 45.2027 124.902 45.4331 124.902 45.8184C124.902 46.9854 127.485 46.3759 127.479 48.005C127.479 48.7483 126.804 49.2302 125.82 49.2302C125.152 49.2302 124.496 48.9478 124.063 48.5439L124.298 48.1016C124.725 48.4993 125.307 48.7297 125.825 48.7297C126.487 48.7297 126.9 48.4671 126.9 48.031C126.906 46.8318 124.325 47.4661 124.325 45.8568C124.325 45.1519 124.96 44.7021 125.911 44.7021C126.442 44.7021 126.986 44.8694 127.366 45.1197L127.143 45.5756C126.73 45.3129 126.245 45.2039 125.878 45.2039V45.2027Z' fill='%23231F20'/%3E%3Cpath d='M134.102 46.9667C134.102 48.2304 133.04 49.2314 131.703 49.2314C130.366 49.2314 129.298 48.2304 129.298 46.9667C129.298 45.703 130.36 44.7095 131.703 44.7095C133.046 44.7095 134.102 45.703 134.102 46.9667ZM129.83 46.9667C129.83 47.9603 130.682 48.7631 131.705 48.7631C132.727 48.7631 133.566 47.9615 133.566 46.9667C133.566 45.9719 132.726 45.184 131.705 45.184C130.683 45.184 129.83 45.9731 129.83 46.9667Z' fill='%23231F20'/%3E%3Cpath d='M138.093 45.178C137.057 45.178 136.225 45.9672 136.225 46.9608C136.225 47.9544 137.057 48.7497 138.093 48.7497C138.598 48.7497 139.089 48.5441 139.45 48.2108L139.771 48.5503C139.319 48.9678 138.703 49.2304 138.067 49.2304C136.743 49.2304 135.695 48.2294 135.695 46.9595C135.695 45.6897 136.757 44.7085 138.088 44.7085C138.717 44.7085 139.326 44.9587 139.765 45.3626L139.451 45.7343C139.097 45.3874 138.599 45.1768 138.094 45.1768L138.093 45.178Z' fill='%23231F20'/%3E%3Cpath d='M142.416 44.7222V49.2119H141.892V44.7222H142.416Z' fill='%23231F20'/%3E%3Cpath d='M147.881 48.0634H145.385L144.873 49.2119H144.316L146.375 44.7222H146.919L148.971 49.2119H148.4L147.883 48.0634H147.881ZM147.672 47.5889L146.631 45.2797L145.601 47.5889H147.672Z' fill='%23231F20'/%3E%3Cpath d='M151.393 44.7222V48.7374H153.405V49.2119H150.868V44.7222H151.392H151.393Z' fill='%23231F20'/%3E%3Cpath d='M49.3208 56.7255H46.8242L46.3128 57.874H45.7557L47.8143 53.3843H48.3586L50.4108 57.874H49.8398L49.3221 56.7255H49.3208ZM49.1106 56.2498L48.0687 53.9405L47.0395 56.2498H49.1106Z' fill='%23231F20'/%3E%3Cpath d='M52.8517 53.3828L55.604 57.0325V53.3828H56.1218V57.8725H55.585L52.8327 54.229V57.8725H52.3086V53.3828H52.853H52.8517Z' fill='%23231F20'/%3E%3Cpath d='M62.9113 55.6277C62.9113 56.9037 61.882 57.8725 60.5325 57.8725H58.6968V53.3828H60.5515C61.8884 53.3828 62.9113 54.3516 62.9113 55.6277ZM62.3796 55.6339C62.3796 54.6205 61.5668 53.8573 60.5375 53.8573H59.2196V57.398H60.5565C61.5795 57.398 62.3783 56.6411 62.3783 55.6339H62.3796Z' fill='%23231F20'/%3E%3Cpath d='M71.3897 55.6799H71.8556V57.309C71.4036 57.6621 70.7681 57.8925 70.1515 57.8925C68.821 57.8925 67.7588 56.8915 67.7588 55.6278C67.7588 54.3642 68.8273 53.3706 70.1769 53.3706C70.8124 53.3706 71.4289 53.6085 71.8682 53.9863L71.5669 54.358C71.1934 54.0309 70.6883 53.8389 70.1769 53.8389C69.1286 53.8389 68.2892 54.6343 68.2892 55.6278C68.2892 56.6214 69.1349 57.4242 70.1832 57.4242C70.5959 57.4242 71.0352 57.283 71.3897 57.0464V55.6799Z' fill='%23231F20'/%3E%3Cpath d='M78.6756 55.6278C78.6756 56.8915 77.6134 57.8925 76.2765 57.8925C74.9396 57.8925 73.8711 56.8915 73.8711 55.6278C73.8711 54.3642 74.9333 53.3706 76.2765 53.3706C77.6197 53.3706 78.6756 54.3642 78.6756 55.6278ZM74.4028 55.6278C74.4028 56.6214 75.2548 57.4242 76.2778 57.4242C77.3007 57.4242 78.1388 56.6227 78.1388 55.6278C78.1388 54.633 77.2994 53.8451 76.2778 53.8451C75.2561 53.8451 74.4028 54.6343 74.4028 55.6278Z' fill='%23231F20'/%3E%3Cpath d='M80.6607 53.3828L82.2406 57.2952L83.8269 53.3828H84.3776L82.5027 57.8725H81.9583L80.0973 53.3828H80.6607Z' fill='%23231F20'/%3E%3Cpath d='M89.4024 53.3831V53.8576H86.8134V55.364H89.1277V55.8323H86.8134V57.397H89.4872V57.8715H86.2893V53.3818H89.4024V53.3831Z' fill='%23231F20'/%3E%3Cpath d='M94.7359 57.8728L93.7725 56.4357C93.6801 56.4419 93.5826 56.4481 93.4775 56.4481H92.2584V57.8715H91.7343V53.3818H93.4775C94.6245 53.3818 95.2866 53.9331 95.2866 54.8895C95.2866 55.6267 94.9132 56.1334 94.2511 56.339L95.3322 57.8715H94.7359V57.8728ZM93.4775 55.9748C94.3093 55.9748 94.7815 55.6093 94.7815 54.9032C94.7815 54.197 94.3093 53.8576 93.4775 53.8576H92.2584V55.9736H93.4775V55.9748Z' fill='%23231F20'/%3E%3Cpath d='M98.1948 53.3828L100.947 57.0325V53.3828H101.465V57.8725H100.927L98.1745 54.229V57.8725H97.6504V53.3828H98.1948Z' fill='%23231F20'/%3E%3Cpath d='M106.936 56.7255H104.44L103.928 57.874H103.371L105.43 53.3843H105.974L108.026 57.874H107.455L106.938 56.7255H106.936ZM106.726 56.2498L105.684 53.9405L104.655 56.2498H106.726Z' fill='%23231F20'/%3E%3Cpath d='M110.467 53.3828L113.22 57.0325V53.3828H113.737V57.8725H113.201L110.448 54.229V57.8725H109.924V53.3828H110.469H110.467Z' fill='%23231F20'/%3E%3Cpath d='M118.279 53.8387C117.243 53.8387 116.411 54.6278 116.411 55.6214C116.411 56.615 117.243 57.4104 118.279 57.4104C118.784 57.4104 119.275 57.2047 119.636 56.8714L119.957 57.2109C119.505 57.6284 118.889 57.891 118.253 57.891C116.929 57.891 115.881 56.89 115.881 55.6202C115.881 54.3503 116.943 53.3691 118.273 53.3691C118.903 53.3691 119.512 53.6194 119.951 54.0233L119.637 54.3949C119.282 54.048 118.785 53.8374 118.28 53.8374L118.279 53.8387Z' fill='%23231F20'/%3E%3Cpath d='M125.192 53.3831V53.8576H122.603V55.364H124.917V55.8323H122.603V57.397H125.277V57.8715H122.079V53.3818H125.192V53.3831Z' fill='%23231F20'/%3E%3Cpath d='M49.3689 12.8755H49.7892V14.3461C49.3816 14.6645 48.8068 14.8726 48.2511 14.8726C47.0509 14.8726 46.0925 13.9694 46.0925 12.8297C46.0925 11.6899 47.056 10.793 48.2751 10.793C48.8486 10.793 49.4044 11.0073 49.8006 11.348L49.5285 11.6837C49.1917 11.3889 48.7359 11.2154 48.2751 11.2154C47.3294 11.2154 46.5723 11.9327 46.5723 12.8297C46.5723 13.7266 47.3357 14.4501 48.2814 14.4501C48.6536 14.4501 49.0499 14.3225 49.3702 14.1082V12.8755H49.3689Z' fill='%23231F20'/%3E%3Cpath d='M54.7077 14.8553L53.8379 13.5595C53.7556 13.5657 53.667 13.5706 53.572 13.5706H52.4719V14.8553H51.9984V10.8042H53.572C54.6076 10.8042 55.2039 11.3022 55.2039 12.1645C55.2039 12.8298 54.8672 13.2869 54.2696 13.4727L55.2457 14.8566H54.7077V14.8553ZM53.572 13.142C54.3228 13.142 54.7494 12.8124 54.7494 12.1756C54.7494 11.5389 54.3241 11.2329 53.572 11.2329H52.4719V13.142H53.572Z' fill='%23231F20'/%3E%3Cpath d='M58.9893 14.4502C59.7755 14.4502 60.249 13.9869 60.249 13.189V10.8042H60.7225V13.189C60.7225 14.2483 60.0717 14.8727 58.9893 14.8727C57.9069 14.8727 57.2448 14.247 57.2448 13.189V10.8042H57.7182V13.189C57.7182 13.9881 58.2031 14.4502 58.9893 14.4502Z' fill='%23231F20'/%3E%3Cpath d='M66.1143 12.1645C66.1143 13.0552 65.5231 13.5706 64.5001 13.5706H63.4177V14.8553H62.9442V10.8042H64.4989C65.5218 10.8042 66.113 11.3022 66.113 12.1645H66.1143ZM65.6585 12.1756C65.6585 11.5562 65.2268 11.2329 64.4811 11.2329H63.4164V13.142H64.4811C65.2268 13.142 65.6585 12.8124 65.6585 12.1756Z' fill='%23231F20'/%3E%3Cpath d='M71.9088 12.8297C71.9088 13.9694 70.9504 14.8726 69.7439 14.8726C68.5374 14.8726 67.574 13.9694 67.574 12.8297C67.574 11.6899 68.5323 10.793 69.7439 10.793C70.9555 10.793 71.9088 11.6899 71.9088 12.8297ZM68.0525 12.8297C68.0525 13.7266 68.821 14.4501 69.7439 14.4501C70.6668 14.4501 71.4239 13.7266 71.4239 12.8297C71.4239 11.9327 70.6668 11.2204 69.7439 11.2204C68.821 11.2204 68.0525 11.9327 68.0525 12.8297Z' fill='%23231F20'/%3E%3Cpath d='M79.8428 12.1645C79.8428 13.0552 79.2516 13.5706 78.2286 13.5706H77.1462V14.8553H76.6727V10.8042H78.2274C79.2503 10.8042 79.8415 11.3022 79.8415 12.1645H79.8428ZM79.387 12.1756C79.387 11.5562 78.9553 11.2329 78.2097 11.2329H77.1449V13.142H78.2097C78.9553 13.142 79.387 12.8124 79.387 12.1756Z' fill='%23231F20'/%3E%3Cpath d='M84.0763 13.8196H81.8228L81.362 14.8553H80.8594L82.7166 10.8042H83.2078L85.0587 14.8553H84.5434L84.0763 13.8196ZM83.8864 13.391L82.9457 11.3072L82.0178 13.391H83.8864Z' fill='%23231F20'/%3E%3Cpath d='M88.996 10.8042V11.2329H87.6414V14.8553H87.1679V11.2329H85.8196V10.8042H88.996Z' fill='%23231F20'/%3E%3Cpath d='M93.4536 14.8553L92.5839 13.5595C92.5016 13.5657 92.413 13.5706 92.318 13.5706H91.2179V14.8553H90.7444V10.8042H92.318C93.3536 10.8042 93.9499 11.3022 93.9499 12.1645C93.9499 12.8298 93.6131 13.2869 93.0156 13.4727L93.9917 14.8566H93.4536V14.8553ZM92.318 13.142C93.0688 13.142 93.4954 12.8124 93.4954 12.1756C93.4954 11.5389 93.07 11.2329 92.318 11.2329H91.2179V13.142H92.318Z' fill='%23231F20'/%3E%3Cpath d='M96.5578 10.8042V14.8553H96.0844V10.8042H96.5578Z' fill='%23231F20'/%3E%3Cpath d='M99.4608 10.8042L100.975 13.7441L102.483 10.8042H103.063V14.8553H102.625L102.618 11.4868L101.11 14.4267H100.827L99.3241 11.4868V14.8553H98.8746V10.8042H99.4595H99.4608Z' fill='%23231F20'/%3E%3Cpath d='M107.999 13.8196H105.745L105.284 14.8553H104.782L106.639 10.8042H107.13L108.981 14.8553H108.466L107.999 13.8196ZM107.81 13.391L106.869 11.3072L105.941 13.391H107.81Z' fill='%23231F20'/%3E%3Cpath d='M113.403 14.8553L112.533 13.5595C112.451 13.5657 112.363 13.5706 112.268 13.5706H111.167V14.8553H110.694V10.8042H112.268C113.303 10.8042 113.899 11.3022 113.899 12.1645C113.899 12.8298 113.563 13.2869 112.965 13.4727L113.941 14.8566H113.403V14.8553ZM112.268 13.142C113.018 13.142 113.445 12.8124 113.445 12.1756C113.445 11.5389 113.02 11.2329 112.268 11.2329H111.167V13.142H112.268Z' fill='%23231F20'/%3E%3Cpath d='M17.9987 0L0 10.1687L0 29.4939L17.9987 19.3252L35.9962 29.4939V10.1687L17.9987 0Z' fill='%23231F20'/%3E%3Cpath d='M0 30.5059L0 49.8311L17.9987 59.9998L35.9962 49.8311V30.5059L17.9987 40.6746L0 30.5059Z' fill='%23231F20'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_359_250'%3E%3Crect width='154' height='60' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center /contain;
	width: 154px;
	height: 60px;
}

#foot .row .col ul li:nth-child(2) strong {
	display: none;
}

#foot .row .col ul li:nth-child(2) span {
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 30px;
}

#foot .row .col ul li:nth-child(2) {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='187' height='45' viewBox='0 0 187 45' fill='none'%3E%3Cg clip-path='url(%23clip0_359_120)'%3E%3Cpath d='M55.3707 33.004V30.0206C55.3707 29.8838 55.3707 29.7471 55.3707 29.5979V14.1338C55.3707 11.6228 54.3673 11.3866 52.6542 11.3866V10.7153H60.8282C64.9275 10.7153 68.2436 11.4488 68.2436 16.5081C68.2436 22.2637 63.2633 22.2637 59.8615 22.2637H58.1729V23.2706V33.004H55.3829H55.3707ZM58.1607 14.7678V20.9584H59.8493C63.1042 20.9584 65.2946 20.3244 65.2946 16.5081C65.2946 13.2015 63.606 12.0206 60.816 12.0206C58.3075 12.0206 58.1607 12.1573 58.1607 14.7678Z' fill='%23231F20'/%3E%3Cpath d='M89.7067 33.004V12.0206H87.7978C84.604 12.0206 84.139 13.388 83.8209 15.2651H83.0377L83.258 10.7153H98.9331L99.1533 15.2651H98.3702C98.1867 13.1518 97.2444 12.0206 94.173 12.0206H92.4844V33.004H89.7067Z' fill='%23231F20'/%3E%3Cpath d='M105.871 21.7045V26.9255V33.0167H103.069V30.1949C103.081 30.0084 103.093 29.822 103.093 29.6106V14.1465C103.093 11.6355 102.09 11.3993 100.377 11.3993V10.728H108.673C112.051 10.728 115.685 11.6603 115.685 15.8496C115.685 20.0388 112.43 21.2695 110.215 21.4684L116.786 33.0167H113.446L107.193 21.7045H105.908H105.871ZM105.871 14.246V20.3993C109.505 20.3993 112.724 20.0264 112.724 15.8496C112.724 13.0029 110.411 12.0333 107.902 12.0333C106.018 12.0333 105.871 12.4311 105.871 14.246Z' fill='%23231F20'/%3E%3Cpath d='M123.516 13.7858C123.516 13.8977 123.516 14.0095 123.516 14.1338V29.5979C123.516 29.7222 123.516 29.8341 123.516 29.946V13.7858ZM120.69 30.3065C120.714 30.0952 120.726 29.859 120.726 29.5979V14.1338C120.726 11.6228 119.723 11.3866 118.01 11.3866V10.7153H123.529V33.004H120.702V30.3065H120.69Z' fill='%23231F20'/%3E%3Cpath d='M132.021 33.004H130.161L130.185 14.1338C130.185 11.6228 129.157 11.3866 127.457 11.3866V10.7153H133.966L140.097 29.7595L146.264 10.7153H150.204V33.004H147.39V12.667L140.807 33.0164H138.518L132.009 12.667V33.0164L132.021 33.004Z' fill='%23231F20'/%3E%3Cpath d='M75.2552 14.5565L71.7555 24.7623H78.7304L75.2552 14.5565ZM67.1056 33.004L74.0315 13.4874C74.4353 11.6849 73.5176 11.486 72.0125 11.4736V10.8521H74.9737H76.7236L84.604 33.0164H81.6305C81.3368 32.2084 80.7372 30.5675 80.6393 30.294L79.1709 26.08H71.315L68.99 33.0164H67.1178L67.1056 33.004Z' fill='%23231F20'/%3E%3Cpath d='M160.924 14.5565L157.424 24.7623H164.399L160.924 14.5565ZM152.774 33.004L159.7 13.4874C160.104 11.6849 159.186 11.486 157.681 11.4736V10.8521H160.642H162.392L170.273 33.0164H167.299C166.993 32.2084 166.406 30.5675 166.308 30.294L164.839 26.08H156.984L154.659 33.0164H152.786L152.774 33.004Z' fill='%23231F20'/%3E%3Cpath d='M176.109 21.7045V26.9255V33.0167H173.307V30.1949C173.319 30.0084 173.332 29.822 173.332 29.6106V14.1465C173.332 11.6355 172.328 11.3993 170.615 11.3993V10.728H178.912C182.289 10.728 185.923 11.6603 185.923 15.8496C185.923 20.0388 182.668 21.2695 180.441 21.4684L187.012 33.0167H183.672L177.419 21.7045H176.134H176.109ZM176.109 14.246V20.3993C179.744 20.3993 182.962 20.0264 182.962 15.8496C182.962 13.0029 180.649 12.0333 178.141 12.0333C176.268 12.0333 176.109 12.4311 176.109 14.246Z' fill='%23231F20'/%3E%3Cpath d='M43.3788 0H31.9131C36.5018 1.29282 40.907 3.36878 43.3788 5.5442V0Z' fill='%23231F20'/%3E%3Cpath d='M24.7791 1.16846C25.8804 7.23476 25.2564 14.743 23.7023 22.6988C23.323 24.6505 22.809 26.5897 22.1727 28.529C31.1666 26.2541 37.701 21.8908 38.9247 15.6132C40.026 9.99442 33.4916 4.25133 24.7669 1.16846' fill='%23231F20'/%3E%3Cpath d='M0 30.1326C2.61864 30.3688 5.82463 30.4434 9.33654 30.2942C11.4412 30.2072 13.497 30.0331 15.4793 29.7845C17.6819 25.4088 19.3583 20.6851 20.3005 15.8619C21.4141 10.1188 21.4263 4.54972 20.5208 0.0124309H20.839L0 0V30.1326Z' fill='%23231F20'/%3E%3Cpath d='M0 45H4.30729C7.5867 41.9171 10.6336 38.1257 13.2033 33.8867C8.98168 34.7942 4.53979 35.5525 0 36.1616V45Z' fill='%23231F20'/%3E%3Cpath d='M43.3788 45.0001V20.7349C39.1082 25.4213 30.9709 29.2003 20.9124 32.0097C19.0891 36.5594 16.654 40.96 13.8396 45.0125H43.3788V45.0001Z' fill='%23231F20'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_359_120'%3E%3Crect width='187' height='45' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center / contain;
	width: 187px;
	height: 68px;
	background-position-y: 24px;
}

#foot .row .col p {
	font-size: 20px;
	padding-bottom: 20px;
}

#foot .row .col a {
	color: var(--bg);
	display: block;
	text-decoration: none;
	transition: all 0.3s ease-out;
}

#foot .row .col a:hover {
	color: var(--green);
	text-decoration: underline;
}


#foot p {
	font-size: .75rem;
	letter-spacing: 0.5px;
}

@media (max-width: 720px) {
	#foot {
		padding-bottom: 100px;
	}

	#foot .row {
		flex-wrap: wrap;
	}

	#foot .row .col {
		width: 100%;
		text-align: center;
	}

	#foot .row .col:nth-child(1) {
		order: initial;
	}

	#foot .row .col ul li:nth-child(2) {
		order: -1;
	}

	#foot .row .col ul li:nth-child(2) span {
		margin-left: -40px;
	}

	#foot .row .col:nth-child(1) ul {
		justify-content: center;
		flex-wrap: wrap;
		padding-bottom: 20px;
	}

	#foot .row .col p {
		max-width: 420px;
		margin: 0 auto;
	}

	#foot p {
		text-align: center;
	}
}