@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap);*{padding:0;margin:0;box-sizing:border-box;position:relative}:root{--white:#FFF;--white2:#F5F5F5;--white3:#F9F9F9;--black:#000;--gray:#A6A6A6;--gray2:#535353;--gray3:#525252;--pantone:#012E3F;--cream:#EAE2DA;--nude:#F0CA99;--zinc:#C4D0CF;--main-gradient:linear-gradient(180deg, rgba(255, 255, 255, 1) 27%, rgba(196, 208, 207, 1) 63%, rgba(234, 226, 218, 1) 90%);--main-gradient2:linear-gradient(180deg, rgba(196, 208, 207, 1) 0%,rgba(234, 226, 218, 1) 100%);--header-gradient:linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%,rgba(0, 0, 0, 0) 88.46%);--header-gradient2:linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%,rgba(0, 0, 0, 00) 90.0%);--radius-small:0.938rem;--radius-medium:1.625rem;--radius-big:2.438rem;--sidepad:6.125rem;--sidepad-small:2.8rem;--sidepad-big:12.75rem;--light:300;--regular:400;--medium:500;--semi-bold:600}@media (orientation:portrait){:root{--sidepad:5rem;--sidepad-big:6.75rem}}.pantone{--classColor:var(--pantone)}.white{--classColor:var(--white)}html{font-size:1.11vw;scroll-behavior:smooth}@media (orientation:portrait){html{font-size:2.5vw}}body{font-family:"Montserrat",sans-serif;background:var(--white);width:100vw;height:100vh;overflow-y:auto;overflow-x:hidden;scroll-snap-type:y proximity;scroll-behavior:smooth}h1,h2{text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}h1{font-size:4rem;font-weight:var(--light)}h1 small{font-size:2.25rem}h2{font-size:2.813rem;font-weight:var(--regular);line-height:110%}h2.big{font-size:3rem}h2.light{font-weight:var(--light)}h2 small{font-size:2.5rem}h3{font-size:2rem;font-weight:var(--light);line-height:110%}h3 small{font-size:1.5rem}h3.regular{font-weight:var(--regular)}p{font-size:1rem;font-weight:var(--regular);color:var(--gray3);line-height:1.5rem}p.big{font-size:1.25rem}p.light{font-weight:var(--light)}p small{font-size:.93rem}span{font-size:.75rem;line-height:135.9%;font-weight:var(--regular);color:var(--pantone)}span b{font-weight:var(--semi-bold)}span .big{font-size:.875rem}a,a:hover,a:focus,a:active{text-decoration:none}input,textarea,select{font-family:"Montserrat",sans-serif;font-size:.875rem;background:var(--white3);border:1px solid var(--gray);border-radius:var(--radius-small);color:var(--pantone);padding-left:.75rem}input:focus,textarea:focus,select:focus{outline:1px solid var(--pantone)}input::placeholder,textarea::placeholder,select::placeholder{font-family:"Montserrat",sans-serif;color:var(--gray)}select{border:none}select:focus{outline:none}textarea{resize:none;padding-top:.5rem}button{font-family:"Montserrat",sans-serif}main,section,header,footer,nav,div,form{display:flex}section,header,footer,main{width:100%;padding:0 var(--sidepad)}.btn{display:flex;justify-content:center;align-items:center;padding:1rem 1.8rem;background:var(--pantone);border:none;border-radius:var(--radius-big);gap:.5rem;cursor:pointer;white-space:nowrap;color:var(--white);line-height:110%;font-size:1rem;font-weight:var(--semi-bold)}.btn img{width:1.5rem;height:1.5rem;transition:0.5s ease-in-out}.btn:hover img{transform:translateX(40%)}@media (orientation:portrait){.disable-on-mobile{display:none}}.enable-on-mobile{display:none}@media (orientation:portrait){.enable-on-mobile{display:flex}}header{justify-content:space-between;align-items:center;position:fixed;top:0;z-index:666;padding-top:3rem;padding-bottom:3rem;background:var(--header-gradient);width:100vw}header.darker{background:var(--header-gradient2);backdrop-filter:blur(1px)}header input{display:none}header .menu-slider{display:flex;flex-direction:column;justify-content:center;position:fixed;top:0;right:0;width:100%;height:100vh;background:var(--pantone);z-index:2;overflow:hidden;transform:translateX(100%);transition:transform 1s ease}header .menu-slider>div:first-of-type{justify-content:flex-start;gap:1.75rem;overflow-x:auto;overflow-y:hidden;padding-top:6rem;margin-bottom:7.75rem;-ms-overflow-style:none;scrollbar-width:none}header .menu-slider>div:first-of-type::-webkit-scrollbar{display:none}@media (orientation:landscape){header .menu-slider>div:first-of-type .splide__list{cursor:url(/wp-content/themes/a6/assets/icons/cursor_arraste.png) 50 50,pointer}}header .menu-slider>div:first-of-type .splide__track{display:initial}header .menu-slider>div:first-of-type .splide__slide{width:auto!important}header .menu-slider>div:first-of-type a{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;width:28.872rem;cursor:inherit}header .menu-slider>div:first-of-type a>div{width:100%;height:17.496rem}header .menu-slider>div:first-of-type a>div img{width:100%;height:100%;object-fit:cover}header .menu-slider>div:first-of-type a h3{line-height:100%;color:#fff}header .menu-slider>div:last-of-type{justify-content:center;align-items:center;width:100%;padding:0 var(--sidepad);gap:9.31rem}header .menu-slider>div:last-of-type>div:first-of-type{gap:9.31rem}header .menu-slider>div:last-of-type a{color:var(--white);font-size:1rem;font-weight:var(--light);line-height:100%}header .menu-slider>div:last-of-type>div:last-of-type{align-items:center;gap:1.5rem}header .menu-slider>div:last-of-type>div:last-of-type img{width:1.25rem;height:1.25rem}@media (orientation:portrait){header .menu-slider>div:last-of-type{flex-direction:column;gap:5rem}header .menu-slider>div:last-of-type>div:first-of-type{gap:5rem}header .menu-slider>div:last-of-type>div:last-of-type{gap:5rem}}header .menu-slider.negative{background:var(--cream)}header .menu-slider.negative>div:first-of-type a h3{color:var(--pantone)}header .menu-slider.negative>div:last-of-type a{color:var(--pantone)}header #toggle:checked+.menu-slider{transform:translateX(0)}header #toggle:checked~.menu-holder .hamb{justify-content:center;align-items:center}header #toggle:checked~.menu-holder .hamb span{position:absolute;height:.15rem}header #toggle:checked~.menu-holder .hamb span:first-of-type{rotate:45deg}header #toggle:checked~.menu-holder .hamb span:last-of-type{rotate:-45deg}header #toggle:checked~.menu-holder .hamb span:nth-child(2){display:none}header>div:first-of-type{z-index:10}header>div:first-of-type a img{width:3.75rem;height:2.125rem}header>nav{align-items:center;gap:3.5rem}header>nav span,header>nav a{line-height:1.18rem;font-size:.875rem}header>nav a{color:var(--white)}header>nav a.selected{text-decoration:underline}header>nav span{color:var(--classColor)}header>div:last-of-type{z-index:10;align-items:center;gap:.625rem}header>div:last-of-type span{color:var(--white)}header>div:last-of-type .hamb{display:flex;flex-direction:column;justify-content:space-between;width:1.5rem;height:.965rem;cursor:pointer}header>div:last-of-type .hamb span{height:.2rem;width:100%;background:var(--white);border-radius:var(--radius-small)}header>div:last-of-type.colorful span{color:var(--pantone)}header>div:last-of-type.colorful .hamb span{background:var(--pantone)}@media (orientation:portrait){header>div:last-of-type>span{display:none}header>div:last-of-type .hamb{width:2rem;height:1.3rem}}footer{flex-direction:column;background:var(--cream);color:var(--pantone);padding-bottom:4rem}footer.fullscreen{height:100vh;justify-content:center}@media (orientation:portrait){footer.fullscreen>div:last-of-type{position:absolute;bottom:0;left:0;padding:4rem 4rem}}footer>div{width:100%;justify-content:space-between;align-items:center;gap:2rem}footer>div p{font-size:1rem;color:var(--pantone)}footer>div:first-of-type{padding:17.5rem 0rem}footer>div:first-of-type a{font-size:3rem;line-height:203%;color:var(--pantone)}footer>div:last-of-type>div:last-of-type{flex-direction:column;justify-content:space-between;margin-left:auto;align-self:stretch;align-items:flex-end;gap:.5rem}footer>div:last-of-type>div:last-of-type>div:first-of-type{align-items:center;gap:1.5rem}footer>div:last-of-type>div:last-of-type>div:first-of-type a img{width:1.25rem;height:1.25rem}footer>div:last-of-type>div:last-of-type img{width:6rem;margin-top:auto}footer>div:last-of-type>div:last-of-type>div:last-of-type p{color:var(--pantone)}footer>div:last-of-type>div:last-of-type a{color:var(--pantone)}footer span:last-of-type{margin-top:5rem}footer span:last-of-type a{color:var(--pantone)}@media (orientation:portrait){footer>div{flex-direction:column}footer>div:nth-child(2){align-items:flex-start}footer>div:first-of-type{flex-direction:column;padding:7rem 0rem}footer>div:last-of-type>div:last-of-type{margin-left:0;align-items:center}}.banner-slider{height:100vh;padding:0}@media (orientation:portrait){.banner-slider{height:100dvh}}.banner-slider .splide__toggle{display:none}.banner-slider .splide__track{height:100%!important;width:100%!important}.banner-slider .splide__list{width:100%}.banner-slider .splide__slide{width:100%;height:100%}.banner-slider .splide__slide>img{width:100%;height:100%;object-fit:cover}.banner-slider .splide__pagination li{display:none}.banner-slider .scroll{position:absolute;top:27%;right:6rem;flex-direction:column}.banner-slider .scroll input{display:none}.banner-slider .scroll input:checked+label>p{color:var(--white)}.banner-slider .scroll input:nth-of-type(2):checked+label~span{transform:translateY(100%)}.banner-slider .scroll input:nth-of-type(3):checked+label~span{transform:translateY(200%)}.banner-slider .scroll>label{display:flex;height:6.8125rem;width:3.935rem;align-items:center;justify-content:space-between;cursor:pointer}.banner-slider .scroll>label i{height:100%;width:1px;background:var(--white)}.banner-slider .scroll>label p{font-size:1.25rem;line-height:100%;color:#fff0}.banner-slider .scroll>span{position:absolute;right:-2px;height:6.8125rem;width:5px;background:var(--white);transition:0.5s}@media (orientation:portrait){.banner-slider .scroll{top:67%;right:3rem}}@media (min-width:500px) and (max-width:840px){.banner-slider .scroll{top:45%}}.banner-slider .contents{padding:0 var(--sidepad);position:absolute;top:0;left:0;flex-direction:column;justify-content:center;align-items:flex-start;color:var(--white);background:#fff0;width:100%;height:100%}.banner-slider .contents h1:first-of-type{max-width:38.125rem}.banner-slider .contents h1:last-of-type{margin-bottom:1.875rem}.banner-slider .contents h2{font-size:1.5rem;font-weight:300}.banner-slider .contents>div{align-items:center;gap:1.375rem}.banner-slider .contents>div>div:first-of-type{align-items:center;gap:.5rem;font-size:1rem;line-height:110%;cursor:pointer}.banner-slider .contents>div>div:first-of-type:hover>div{transform:scale(1)}.banner-slider .contents>div>div:first-of-type>img{width:1.5rem;height:1.5rem}.banner-slider .contents>div>div:first-of-type>div{background:var(--pantone);align-items:center;gap:1rem;padding:1rem 1rem;border-radius:var(--radius-small);transform:scale(0);transition:transform 0.5s ease-in-out}.banner-slider .contents>div>div:first-of-type>div>a{padding:.5rem .5rem;background:var(--white);border-radius:var(--radius-small)}.banner-slider .contents>div>div:first-of-type>div>a img{width:1.7rem;height:1.7rem}.overlay{width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(90deg,rgb(0 0 0 / .4) 46.94%,#fff0 95.14%)}.banner-section{height:100vh;padding:0}.banner-section>img{width:100%;height:100%;object-fit:cover}.banner-section>div:last-of-type{padding:0 var(--sidepad);position:absolute;top:0;left:0;flex-direction:column;justify-content:center;align-items:flex-start;color:var(--white);background:#fff0;width:100%;height:100%}.banner-section>div:last-of-type h1:first-of-type{margin-bottom:3rem;max-width:38.125rem}.banner-section>div:last-of-type h1:last-of-type{margin-bottom:1.875rem}.banner-section>div:last-of-type>div{align-items:center;gap:1.375rem}.banner-section>div:last-of-type>div>div{align-items:center;gap:.5rem;font-size:1rem;line-height:110%;cursor:pointer}.banner-section>div:last-of-type>div>div:hover>div{transform:scale(1)}.banner-section>div:last-of-type>div>div>img{width:1.5rem;height:1.5rem}.banner-section>div:last-of-type>div>div>div{background:var(--pantone);align-items:center;gap:1rem;padding:1rem 1rem;border-radius:var(--radius-small);transform:scale(0);transition:transform 0.5s ease-in-out}.banner-section>div:last-of-type>div>div>div>a{padding:.5rem .5rem;background:var(--white);border-radius:var(--radius-small)}.banner-section>div:last-of-type>div>div>div>a img{width:1.7rem;height:1.7rem}main#main-home{flex-direction:column;padding-top:7.8rem;padding-bottom:4.12rem;background:var(--main-gradient)}main#main-home section{display:grid;grid-template-columns:1fr 1fr;background:#fff0;padding:0 0}main#main-home section>div{flex-direction:column}main#main-home section#home-page-sec-1>div:first-of-type{align-items:flex-start;max-width:31.375rem}main#main-home section#home-page-sec-1>div:first-of-type h2{color:var(--pantone);margin-bottom:3rem}main#main-home section#home-page-sec-1>div:first-of-type p{color:var(--gray3);margin-bottom:.56rem}main#main-home section#home-page-sec-1>div:first-of-type p:last-of-type{margin-bottom:3rem}main#main-home section#home-page-sec-1>div:last-of-type{align-items:flex-end;gap:.5rem}main#main-home section#home-page-sec-1>div:last-of-type img{width:28.25rem;height:42.375}main#main-home section#home-page-sec-1>div:last-of-type h3{color:var(--pantone)}main#main-home section#home-page-sec-2{padding-top:5.625rem}main#main-home section#home-page-sec-2 div{gap:.5rem}main#main-home section#home-page-sec-2 div img{width:38.2rem;height:28.1rem;object-fit:cover}main#main-home section#home-page-sec-3{padding-top:9.563rem}@media (orientation:portrait){main#main-home section{grid-template-columns:1fr;gap:2rem}main#main-home section#home-page-sec-1>div:last-of-type{align-items:flex-start}main#main-home section#home-page-sec-1>div:last-of-type img{width:100%}main#main-home section#home-page-sec-2>div img{width:100%}}section#sobre-nos-hero{width:100%;height:100vh;background-image:url(/wp-content/themes/a6/assets/images/banner-hero-sobre.webp);background-repeat:no-repeat;background-position:center bottom;background-size:cover;justify-content:flex-start;align-items:center;padding:0 var(--sidepad)}section#sobre-nos-hero div{flex-direction:column;align-items:flex-start;max-width:40.5rem;gap:1.75rem}section#sobre-nos-hero div h1{color:var(--white);font-weight:var(--light)}section#sobre-nos-hero div .btn img{rotate:90deg}section#sobre-nos{flex-direction:column;justify-content:center;align-items:center;padding:1.25rem var(--sidepad) 5.75rem var(--sidepad);background:var(--cream);text-align:center}section#sobre-nos h2{margin-bottom:2.5rem;color:var(--pantone)}section#sobre-nos p{max-width:51.4rem}section#sobre-nos p+p{margin-top:1rem}section#time{flex-direction:column;align-items:center;padding:5rem var(--sidepad);gap:2.5rem;color:var(--white);background:var(--pantone)}section#time>div{display:grid;grid-template-columns:1fr 1fr 1fr;row-gap:3.125rem;column-gap:1.5rem}section#time>div>div{width:100%;flex-direction:column;align-items:flex-start}section#time>div>div p{color:var(--white)}section#time>div>div p:first-of-type{font-weight:var(--medium)}section#time>div>div img{width:100%;height:18.75rem;margin-bottom:.5rem}@media (orientation:portrait){section#time>div{grid-template-columns:1fr 1fr}section#time>div>div img{height:auto}}main#main-contato{flex-direction:column;padding:11.25rem var(--sidepad-big) 5.625rem var(--sidepad-big);background:var(--main-gradient2)}main#main-contato h1{color:var(--pantone);margin-bottom:1.5rem}main#main-contato>div{width:100%;gap:8.375rem}main#main-contato>div>div,main#main-contato>div form{width:100%;flex-direction:column;align-items:flex-start}main#main-contato>div>div:first-of-type form{gap:1.75rem}main#main-contato>div>div:first-of-type form div,main#main-contato>div>div:first-of-type form input,main#main-contato>div>div:first-of-type form select,main#main-contato>div>div:first-of-type form textarea,main#main-contato>div>div:first-of-type form p:not(p:last-of-type){width:100%}main#main-contato>div>div:first-of-type form>div:not(.form-row){flex-direction:column}main#main-contato>div>div:first-of-type form label{font-size:.875rem;color:var(--pantone);margin-bottom:.3rem}main#main-contato>div>div:first-of-type form input{height:2.2rem}main#main-contato>div>div:first-of-type form>P:last-of-type{margin-top:2.75rem}main#main-contato>div>div:first-of-type form>P:last-of-type input{padding-left:0}main#main-contato>div>div:first-of-type form br{display:none}main#main-contato>div>div:first-of-type form .select-wrapper{height:2.35rem;width:100%;background:var(--white3);border:1px solid var(--gray);border-radius:var(--radius-small)}main#main-contato>div>div:first-of-type form .select-wrapper::after{content:"";position:absolute;border-right:2px solid var(--pantone);border-bottom:2px solid var(--pantone);rotate:45deg;right:1rem;top:30%;width:.5rem;height:.5rem;pointer-events:none}main#main-contato>div>div:first-of-type form .select-wrapper select{width:100%;height:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none}main#main-contato>div>div:first-of-type form .select-wrapper p{width:100%}main#main-contato>div>div:first-of-type form textarea{height:7.125rem}main#main-contato>div>div:first-of-type form .form-row{align-items:center;gap:1.5rem}main#main-contato>div>div:first-of-type form .form-row label{margin-top:0}main#main-contato>div>div:first-of-type form .form-row>div{flex-direction:column;align-items:flex-start}main#main-contato>div>div:last-of-type{padding-top:1rem;gap:1.7rem}main#main-contato>div>div:last-of-type>a{display:flex;justify-content:flex-start;align-items:start;gap:1.375rem;color:var(--pantone)}main#main-contato>div>div:last-of-type>a img{width:1.5rem;height:1.5rem}main#main-contato>div>div:last-of-type>a p{max-width:18rem;color:var(--pantone)}main#main-contato>div>div:last-of-type>a:nth-child(2n+1){margin-top:2rem}main#main-contato>div>div:last-of-type>a:nth-child(1){margin-top:0}@media (orientation:portrait){main#main-contato{padding:11.25rem var(--sidepad) 5.625rem var(--sidepad)}main#main-contato>div{flex-direction:column;gap:6rem}}.sub-banner{flex-direction:column;align-items:center;text-align:center;gap:5.625rem;padding:5.625rem var(--sidepad-small) 3.375rem var(--sidepad-small)}.sub-banner h2{color:var(--pantone);max-width:56.438rem}.sub-banner img{width:100%}.disclaimer p{font-size:.5rem}.empreendimento-desc-1{padding-top:3.875rem;padding-bottom:3.875rem;justify-content:space-between;align-items:flex-start}.empreendimento-desc-1.stretch{align-items:stretch}.empreendimento-desc-1.stretch h2{font-size:2.5rem}.empreendimento-desc-1.stretch>div:first-of-type h2{margin-top:5rem}.empreendimento-desc-1.stretch>div:last-of-type>div{margin-top:auto;align-self:stretch}.empreendimento-desc-1>div:first-of-type{width:31.625rem;flex-direction:column}.empreendimento-desc-1>div:first-of-type h2{color:var(--pantone);margin-bottom:1.5rem}.empreendimento-desc-1>div:first-of-type img{width:100%;height:100%;object-fit:cover}.empreendimento-desc-1>div:last-of-type{flex-direction:column;max-width:31.625rem;align-items:flex-start}.empreendimento-desc-1>div:last-of-type h2{color:var(--pantone);margin-bottom:1.5rem}.empreendimento-desc-1>div:last-of-type p+p{margin-top:.5rem}.empreendimento-desc-1>div:last-of-type>div{margin-top:3rem}.empreendimento-desc-1>div:last-of-type>div img{width:100%}.empreendimento-desc-1>div:last-of-type a{margin-top:3rem}@media (orientation:portrait){.empreendimento-desc-1>div:last-of-type a{margin-bottom:3rem}}@media (orientation:portrait){.empreendimento-desc-1{flex-direction:column-reverse}.empreendimento-desc-1>div{height:auto}.empreendimento-desc-1>div:first-of-type{width:100%}.empreendimento-desc-1>div:last-of-type img{display:none}}.empreendimentos-infos-more{padding-top:3.875rem;padding-bottom:3.875rem;justify-content:space-between;align-items:center;flex-direction:column;gap:.5rem}.empreendimentos-infos-more>p{margin-top:1rem;max-width:40.625rem;text-align:center}.empreendimentos-infos-more>div:first-of-type{display:grid;grid-template-columns:repeat(2,1fr);gap:10.75rem;margin-top:4rem}@media (orientation:portrait){.empreendimentos-infos-more>div:first-of-type{grid-template-columns:100%}}.empreendimentos-infos-more>div:first-of-type div{flex-direction:column;gap:.75rem;flex:1}.empreendimentos-infos-more>div:first-of-type div h3{margin-top:1.5rem}.empreendimentos-infos-more>div:first-of-type div img{max-width:82%}@media (orientation:portrait){.empreendimentos-infos-more>div:first-of-type div img{max-width:100%}}.empreendimentos-infos-more>div+div{flex-direction:column;width:100%;margin-top:10.75rem;gap:8rem}.empreendimentos-infos-more>div+div>div{flex-direction:row;justify-content:space-between}.empreendimentos-infos-more>div+div>div>div{width:31.625rem}.empreendimentos-infos-more>div+div>div>div img{width:100%}@media (orientation:portrait){.empreendimentos-infos-more>div+div>div>div{width:100%}}.empreendimentos-infos-more>div+div>div div:last-of-type{flex-direction:column}.empreendimentos-infos-more>div+div>div div:last-of-type h2{margin-bottom:.75rem}@media (orientation:portrait){.empreendimentos-infos-more>div+div>div div:last-of-type h2{margin-top:2rem}}@media (orientation:portrait){.empreendimentos-infos-more>div+div>div{flex-direction:column}}.empreendimentos-infos-more>div+div>div:last-of-type div:first-of-type{order:2}@media (orientation:portrait){.empreendimentos-infos-more>div+div>div:last-of-type div:first-of-type{order:0}}.empreendimentos-infos-more>div+div>div:last-of-type div:last-of-type{order:0;justify-content:flex-end}@media (orientation:portrait){.empreendimentos-infos-more>div+div>div:last-of-type div:last-of-type{order:2}}@media (orientation:portrait){.empreendimentos-infos-more>div+div{margin-top:4.75rem}}.empreendimento-desc-2{padding-top:10.75rem;justify-content:space-between;align-items:flex-start}.empreendimento-desc-2>div:first-of-type{width:31.625rem}.empreendimento-desc-2>div:first-of-type img{width:100%;height:100%;object-fit:cover}.empreendimento-desc-2>div:last-of-type{flex-direction:column;align-items:flex-start;max-width:31.625rem}.empreendimento-desc-2>div:last-of-type h3{color:var(--pantone);margin-bottom:1.5rem}.empreendimento-desc-2>div:last-of-type p+p{margin-top:4rem}.empreendimento-desc-2>div:last-of-type P:last-of-type{margin-bottom:1.9rem}.empreendimento-desc-2>div:last-of-type a{margin-bottom:13.75rem}.empreendimento-desc-2>div:last-of-type img{width:100%}@media (orientation:portrait){.empreendimento-desc-2{flex-direction:column-reverse;padding-top:5.625rem}.empreendimento-desc-2>div:first-of-type{width:100%}.empreendimento-desc-2>div:last-of-type img{display:none}.empreendimento-desc-2>div:last-of-type a{margin-bottom:5rem}}.percentage-built{height:100vh;padding:0}.percentage-built:has(>div)::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#fff0 0%,rgb(1 46 63 / .51) 49.03%,var(--pantone) 78.54%)}.percentage-built img{width:100%;height:100%;object-fit:cover}.percentage-built>div{position:absolute;top:0;left:0;width:100%;height:100%;padding-left:51%;flex-direction:column;justify-content:center;align-items:flex-start;z-index:2}.percentage-built>div span{color:var(--white);font-weight:var(--light);line-height:100%}.percentage-built>div span:first-of-type{font-size:8rem}.percentage-built>div span:last-of-type{font-size:2.25rem}@media (orientation:portrait){.percentage-built{height:60rem}}.empreendimentos-infos{padding-top:7.22rem;padding-bottom:11.32rem;justify-content:space-between;align-items:flex-start}.empreendimentos-infos>div{flex-direction:column;align-items:flex-start;max-width:31.375rem}.empreendimentos-infos>div h2{color:var(--pantone);margin-bottom:1.1rem}.empreendimentos-infos>div ul{list-style-position:inside;padding-left:1.3rem}.empreendimentos-infos>div li,.empreendimentos-infos>div p{color:var(--gray3)}.empreendimentos-infos>div li{font-size:1rem;line-height:1.5rem;list-style-type:none}.empreendimentos-infos>div li+li{margin-top:.3rem}.empreendimentos-infos>div li::before{content:"";width:2px;height:2px;border-radius:50%;background:var(--gray3);position:absolute;left:-.688rem;top:40%}.empreendimentos-infos>div a.btn{margin-top:3rem}.empreendimentos-infos>div:first-of-type p+p{margin-top:.3rem}.empreendimentos-infos>div:first-of-type p:last-of-type{margin-bottom:2rem}.empreendimentos-infos>div:last-of-type ul{margin-bottom:.7rem}@media (orientation:portrait){.empreendimentos-infos{flex-direction:column;gap:7rem}}.ambiente-a6{display:grid;grid-template-columns:1fr 1fr;background:var(--main-gradient2);padding:7.5rem var(--sidepad)}.ambiente-a6>div:first-of-type{flex-direction:column;justify-content:center;align-items:flex-start;height:100%;gap:1.5rem}.ambiente-a6>div:first-of-type h2{color:var(--pantone);font-weight:var(--light)}.ambiente-a6>div:last-of-type{justify-content:flex-end;align-items:flex-end}.ambiente-a6>div:last-of-type img{width:38rem;height:39.44rem}@media (orientation:portrait){.ambiente-a6{grid-template-columns:1fr;gap:5.625rem}.ambiente-a6>div:last-of-type img{width:100%}}.empreendimento-slider{padding:11.5rem 0rem 8.16rem var(--sidepad);background:var(--white);overflow:hidden}.empreendimento-slider .splide,.empreendimento-slider .splide-02{display:flex;flex-direction:column}.empreendimento-slider .splide__arrows{justify-content:flex-start;align-items:center;width:100%;gap:1rem}.empreendimento-slider .splide__arrows button{background:#fff0}.empreendimento-slider .splide__arrows .splide__arrow{position:relative;width:auto;height:auto;opacity:1}.empreendimento-slider .splide__arrows .splide__arrow:disabled{opacity:.3}.empreendimento-slider .splide__arrows .splide__arrow svg{width:1.5rem;height:1.5rem}.empreendimento-slider .splide__arrows .splide__arrow svg path{fill:var(--pantone)}.empreendimento-slider .splide__arrows .splide__arrow--next{right:0rem}.empreendimento-slider .splide__arrows .splide__arrow--prev{left:0rem}.empreendimento-slider .slider-content,.empreendimento-slider .slider-content-02{flex-direction:column;align-items:flex-start;width:100%;height:100%}.empreendimento-slider .slider-content h2,.empreendimento-slider .slider-content-02 h2{margin-bottom:1.5rem;max-width:43rem;color:var(--pantone);font-weight:var(--light)}.empreendimento-slider .slider-content>p,.empreendimento-slider .slider-content-02>p{margin-bottom:8rem;max-width:44rem}.empreendimento-slider .slider-content>div,.empreendimento-slider .slider-content-02>div{width:100%;gap:8rem;height:100%;align-items:center;margin-bottom:4.3rem}.empreendimento-slider .slider-content>div>div,.empreendimento-slider .slider-content-02>div>div{flex-direction:column;gap:1.69rem}.empreendimento-slider .slider-content>div>div:first-of-type,.empreendimento-slider .slider-content-02>div>div:first-of-type{width:38.25rem}.empreendimento-slider .slider-content>div>div:first-of-type img,.empreendimento-slider .slider-content-02>div>div:first-of-type img{width:100%}.empreendimento-slider .slider-content>div>div:last-of-type,.empreendimento-slider .slider-content-02>div>div:last-of-type{width:38.1875rem}.empreendimento-slider .slider-content>div>div:last-of-type img,.empreendimento-slider .slider-content-02>div>div:last-of-type img{width:100%}.empreendimento-slider .slider-content-02 h2{margin-bottom:6.94rem}.empreendimento-slider .my-slider-progress{background:rgb(1 46 63 / .2);height:.125rem;width:71.25rem}.empreendimento-slider .my-slider-progress-bar{position:absolute;top:-.0625rem;background:var(--pantone);height:.2373rem;transition:width 400ms ease;width:0}.empreendimento-slider.colorful{background:var(--pantone)}.empreendimento-slider.colorful .slider-content h2,.empreendimento-slider.colorful .slider-content p{color:var(--white)}.empreendimento-slider.colorful .splide__arrows .splide__arrow svg path{fill:var(--white)}.empreendimento-slider.colorful .my-slider-progress{background:rgb(255 255 255 / .15)}.empreendimento-slider.colorful .my-slider-progress-bar{background:var(--white)}@media (orientation:portrait){.empreendimento-slider{padding:8.16rem var(--sidepad)}.empreendimento-slider .splide{width:100%}.empreendimento-slider .splide .splide__list{width:100%}.empreendimento-slider .slider-content h2,.empreendimento-slider .slider-content-02 h2{max-width:none}.empreendimento-slider .slider-content>p,.empreendimento-slider .slider-content-02>p{margin-bottom:4.3rem;max-width:none}.empreendimento-slider .slider-content>div,.empreendimento-slider .slider-content-02>div{flex-direction:column;gap:4rem}.empreendimento-slider .slider-content>div>div:first-of-type,.empreendimento-slider .slider-content-02>div>div:first-of-type{width:100%}.empreendimento-slider .slider-content>div>div:first-of-type img,.empreendimento-slider .slider-content-02>div>div:first-of-type img{width:100%}.empreendimento-slider .slider-content>div>div:last-of-type,.empreendimento-slider .slider-content-02>div>div:last-of-type{width:100%}.empreendimento-slider .slider-content>div>div:last-of-type img,.empreendimento-slider .slider-content-02>div>div:last-of-type img{width:100%}.empreendimento-slider .my-slider-progress{background:rgb(1 46 63 / .2);height:.125rem;width:25.25rem}}.empreendimento-main{flex-direction:column;padding:8rem var(--sidepad);gap:15.54rem;background:var(--main-gradient)}.empreendimento-main section{background:#fff0;padding:0}.empreendimento-main .related-projects{flex-direction:column;align-items:flex-start;gap:1rem}.empreendimento-main .related-projects .link-with-arrow{display:flex;gap:.5rem;align-items:center;font-size:1rem;font-weight:var(--medium);line-height:1.5rem}.empreendimento-main .related-projects .link-with-arrow img,.empreendimento-main .related-projects .link-with-arrow svg{width:1rem;height:1rem;transition:0.5s ease-in-out}.empreendimento-main .related-projects .link-with-arrow:hover img,.empreendimento-main .related-projects .link-with-arrow:hover svg{transform:translateX(40%)}.empreendimento-main .related-projects>div{width:100%;align-items:center;justify-content:space-between}.empreendimento-main .related-projects>div:first-of-type{color:var(--pantone)}.empreendimento-main .related-projects>div:first-of-type .link-with-arrow{color:var(--pantone)}.empreendimento-main .related-projects>div:first-of-type .link-with-arrow svg path{fill:var(--pantone);stroke:var(--pantone)}.empreendimento-main .related-projects>div:last-of-type{display:grid;grid-template-columns:1fr 1fr;gap:1.56rem}.empreendimento-main .related-projects>div:last-of-type .related-projects-card{flex-direction:column;justify-content:flex-start;align-items:flex-start;background:var(--white);width:100%}.empreendimento-main .related-projects>div:last-of-type .related-projects-card span{position:absolute;top:1.2rem;left:1.2rem;padding:.25rem 1.375rem;background:var(--cream);font-size:.875rem;line-height:1.70625rem;color:var(--pantone);border-radius:var(--radius-medium)}.empreendimento-main .related-projects>div:last-of-type .related-projects-card>div{flex-direction:column;padding:1.73rem 1.5rem;background:var(--white)}.empreendimento-main .related-projects>div:last-of-type .related-projects-card>img{width:100%;height:19.52813rem;object-fit:cover}.empreendimento-main .related-projects>div:last-of-type .related-projects-card h3,.empreendimento-main .related-projects>div:last-of-type .related-projects-card p,.empreendimento-main .related-projects>div:last-of-type .related-projects-card small{font-weight:var(--regular)}.empreendimento-main .related-projects>div:last-of-type .related-projects-card a{font-weight:var(--medium)}.empreendimento-main .related-projects>div:last-of-type .related-projects-card h3{color:var(--pantone);margin-bottom:1.38rem}.empreendimento-main .related-projects>div:last-of-type .related-projects-card p{color:var(--gray3);margin-bottom:1.88rem}.empreendimento-main .related-projects>div:last-of-type .related-projects-card .link-with-arrow{color:var(--gray3)}.empreendimento-main .related-projects>div:last-of-type .related-projects-card .link-with-arrow svg path{fill:var(--gray3);stroke:var(--gray3)}@media (orientation:portrait){.empreendimento-main .related-projects{gap:2rem}.empreendimento-main .related-projects>div{flex-direction:column;align-items:flex-start}.empreendimento-main .related-projects>div:first-of-type{gap:2rem}.empreendimento-main .related-projects>div:last-of-type{grid-template-columns:1fr}}.video-container{position:relative;width:100%;overflow:hidden;padding-top:56.25%;background:#000}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}img:is([sizes="auto" i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}.safe-svg-cover{text-align:center}.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{fill:currentColor;height:100%;max-height:100%;max-width:100%;width:100%}:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp:6px 6px 0px rgba(0, 0, 0, 1)}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body .is-layout-grid{display:grid}.is-layout-grid>:is(*,div){margin:0}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}.has-black-color{color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-color{color:var(--wp--preset--color--white)!important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple)!important}.has-black-background-color{background-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-background-color{background-color:var(--wp--preset--color--white)!important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple)!important}.has-black-border-color{border-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-border-color{border-color:var(--wp--preset--color--white)!important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple)!important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)!important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)!important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)!important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)!important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)!important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum)!important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple)!important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux)!important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk)!important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean)!important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass)!important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight)!important}.has-small-font-size{font-size:var(--wp--preset--font-size--small)!important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium)!important}.has-large-font-size{font-size:var(--wp--preset--font-size--large)!important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large)!important}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:root :where(.wp-block-pullquote){font-size:1.5em;line-height:1.6}div.sib-sms-field{display:inline-block;position:relative;width:100%}.sib-sms-field .sib-country-block{position:absolute;right:auto;left:0;top:0;bottom:0;padding:1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sib-country-block .sib-toggle.sib-country-flg{z-index:1;position:relative;width:46px;height:100%;padding:0 0 0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#dbdbdb;cursor:pointer}.sib-country-block .sib-toggle .sib-cflags{position:absolute;top:0;bottom:0;margin:auto;height:15px;width:20px;background-repeat:no-repeat;background-color:#dbdbdb;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-image:url(/wp-content/plugins/mailin/img/flags/fr.png)}.sib-country-block .sib-toggle .sib-icon-arrow{position:absolute;top:50%;margin-top:-2px;right:6px;width:0;height:0;border-left:3px solid #fff0;border-right:3px solid #fff0;border-top:4px solid}.sib-sms-field ul.sib-country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:rgb(0 0 0 / .2) 1px 1px 4px;background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:150px;overflow-y:scroll;overflow-x:hidden;top:50px;width:250px}.sib-sms-field ul.sib-country-list li.sib-country-prefix{font-size:14px;padding:1px 10px;cursor:pointer}.sib-sms-field ul.sib-country-list li.sib-country-prefix:hover{background-color:#dbdbdb}.sib-sms-field ul.sib-country-list li .sib-flag-box{width:20px}.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-flag{height:18px;width:20px;background-image:url(/wp-content/plugins/mailin/img/flags/ad.png);vertical-align:middle;display:inline-block;background-repeat:no-repeat}.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-dial-code{margin-left:20px}.sib-sms-field .sib-sms{padding-right:6px;padding-left:52px;margin-left:0;position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;margin-right:0}.sib-multi-lists.sib_error{color:#A94442}