@font-face{font-family:KarlaRegular;src:url(/assets/fonts/Karla-Regular.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:LatoBlack;src:url(/assets/fonts/Lato-Black.woff) format("woff");font-weight:800;font-style:normal}@font-face{font-family:LatoItalic;src:url(/assets/fonts/Lato-Italic.woff) format("woff");font-style:italic}@font-face{font-family:LatoRegular;src:url(/assets/fonts/Lato-Regular.woff) format("woff");font-weight:400;font-style:normal}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}h1,h2,h3,p{margin:0}*,*:after,*:before{box-sizing:border-box;scroll-behavior:smooth}.text--supertitle{color:#c99b6b;font-family:LatoRegular,sans-serif;font-size:.8em;display:flex;align-items:center;gap:.5em}.text--title{font-family:LatoBlack,sans-serif;font-size:2.5em;color:#23293e}.text--subtitle{font-family:LatoItalic,sans-serif;font-size:1.25em}.text--description{font-family:KarlaRegular,sans-serif;font-size:1em;color:#6f7076}.text--card--title{font-family:LatoBlack,sans-serif;font-size:1.2em;color:#23293e}.text--card--description{font-family:KarlaRegular,sans-serif;font-size:1em;color:#6f7076}a{text-decoration:none}.container{margin:0 auto}.btn{display:inline-flex;padding:.5em 1.5em;justify-content:center;align-items:center;gap:.5em;border:0;border-radius:0 1.5em;color:#0f111a;background-color:#ebebeb;min-width:200px;max-width:fit-content;cursor:pointer}@media screen and (max-width: 767px){.btn{max-width:100%}}.btn:hover{border-radius:1.5em 0;transition:border-radius .3s ease-in-out}.btn--primary{background-color:#c99b6b}.btn--primary:hover{background-color:#bb8246}.btn--secondary{background-color:#23293e;color:#ebebeb}.btn--secondary:hover{background-color:#11131d}.home__hero{position:relative;width:100%;height:100vh;background-size:cover;background-position:center;transition:background-image .33s ease-in;animation:slider-hero 20s infinite}@media screen and (max-width: 767px){.home__hero{padding-left:1em;padding-right:1em}}.home__hero:before{content:"";position:absolute;width:0;height:0;overflow:hidden;z-index:-1;background-image:url(/assets/images/imagesHero/heroImage-2.webp),url(/assets/images/imagesHero/heroImage-3.webp),url(/assets/images/imagesHero/heroImage-4.webp),url(/assets/images/imagesHero/heroImage-5.webp),url(/assets/images/imagesHero/heroImage-6.webp)}.home__hero__content{max-width:1200px;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;margin:0 auto;gap:1.5em;color:#ebebeb}.home__hero__content span{text-align:left}.home__hero__content h1{font-size:4em;font-family:LatoBlack,sans-serif;text-align:center}.home__hero__content p{font-size:1.5em;text-align:center;width:45ch}.home__hero__content button{width:max-content}@media screen and (max-width: 767px){.home__hero__content h1{font-size:3em}.home__hero__content p{font-size:1.2em;width:100%}}@keyframes slider-hero{0%{background-color:#23293e;background-image:url(/assets/images/imagesHero/heroImage-2.webp)}20%{background-color:#23293e;background-image:url(/assets/images/imagesHero/heroImage-3.webp)}40%{background-color:#23293e;background-image:url(/assets/images/imagesHero/heroImage-4.webp)}60%{background-color:#23293e;background-image:url(/assets/images/imagesHero/heroImage-5.webp)}80%{background-color:#23293e;background-image:url(/assets/images/imagesHero/heroImage-6.webp)}to{background-color:#23293e;background-image:url(/assets/images/imagesHero/heroImage-2.webp)}}.home__about__us{margin:8em auto 0;max-width:1200px}@media screen and (max-width: 767px){.home__about__us{margin-left:1em;margin-right:1em}}.home__about__us__content{display:flex;gap:3em;height:35em;margin-bottom:8em}.home__about__us__content__information{display:flex;flex-direction:column;gap:1.5em;flex:0 1}.home__about__us__content__information .text--title{width:20ch}.home__about__us__content__information .text--subtitle{width:40ch}@media screen and (max-width: 767px){.home__about__us__content__information .text--title,.home__about__us__content__information .text--subtitle{width:100%}}.home__about__us__content__image{width:100%;display:flex;justify-content:center;align-items:center;position:relative}.home__about__us__content__image--first{position:absolute;left:10%;bottom:0%;z-index:2;width:50%;border-radius:0 0 0 4em}.home__about__us__content__image--pattern{position:absolute;bottom:5%;z-index:1;width:50%}.home__about__us__content__image--second{position:absolute;z-index:1;right:5%;height:80%;box-shadow:0 4px 90px #23293e66;filter:grayscale(100%);border-radius:0 4em 0 0}@media screen and (max-width: 767px){.home__about__us__content{flex-direction:column;gap:2em;height:auto;margin-bottom:4em}.home__about__us__content__information .text--title,.home__about__us__content__information .text--subtitle{width:100%}.home__about__us__content__image{display:none}}.home__about__us__values{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5em;margin-top:10em;margin-bottom:8em}@media screen and (max-width: 767px){.home__about__us__values{margin-top:2em}}.home__about__us__values__box{display:flex;flex-direction:column;justify-content:space-between;gap:1em;padding:1.5em;border-radius:.5em;transform:scale(1);box-shadow:0 0;background-color:#fcfafa;transition:transform .3s ease-in-out;height:100%}.home__about__us__values__box h3{color:#23293e}.home__about__us__values__box p{color:#6f7076}.home__about__us__values__box ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.2em}.home__about__us__values__box ul li{display:flex;gap:.5em;align-items:center;color:#6f7076;font-family:LatoBlack,sans-serif;font-size:.9em}.home__about__us__values__box:nth-child(1) h3:before{content:"01";display:block;margin-bottom:.5em;color:#c99b6b;font-size:.8em}.home__about__us__values__box:nth-child(2) h3:before{content:"02";display:block;margin-bottom:.5em;color:#c99b6b;font-size:.8em}.home__about__us__values__box:nth-child(3) h3:before{content:"03";display:block;margin-bottom:.5em;color:#c99b6b;font-size:.8em}.home__about__us__values__box:hover{box-shadow:0 4px 90px #23293e1f;transform:scale(1.04);transition:transform .3s ease-in-out}.home__services{margin:0 auto;max-width:1200px;display:flex;flex-direction:column;gap:1.5em}@media screen and (max-width: 767px){.home__services{margin-left:1em;margin-right:1em}}.home__services__information{display:flex;flex-direction:column;gap:1.5em;flex:0 1}.home__services__information p{width:40ch}@media screen and (max-width: 767px){.home__services__information p{width:100%}}.home__services__content{display:flex;flex-direction:row;gap:1.5em}.home__services__content--left{display:flex;flex-direction:column;flex:30% 0}.home__services__content--right{display:flex;flex-direction:column;gap:1.5em;padding:1.5em;flex:1;background-color:#fcfafa;border-radius:1.5em}@media screen and (max-width: 767px){.home__services__content{flex-direction:column;gap:2em;height:auto}}.home__services__service__title__left{font-size:1em;font-family:LatoRegular,sans-serif;background-color:"#FDFDFD";padding:1.5em;background-color:#fcfafa;cursor:pointer}.home__services__service__title__left:first-child{border-radius:1.5em 1.5em 0 0}.home__services__service__title__left:last-child{border-radius:0 0 1.5em 1.5em}.home__services__service__title__left:hover{transition:background-color .2s ease;background-color:#c99b6b;color:#ebebeb}.home__services__service__title__left:hover:first-child{border-radius:1.5em 1.5em 0 0}.home__services__service__title__left:hover:last-child{border-radius:0 0 1.5em 1.5em}.home__services__service__description{font-size:1em;font-family:KarlaRegular,sans-serif;white-space:pre-line;color:#6f7076}.home__services__service--active{font-family:LatoRegular,sans-serif;background-color:#c99b6b;color:#ebebeb;padding:1.5em}.home__services__service--active:first-child{border-radius:1.5em 1.5em 0 0}.home__services__service--active:last-child{border-radius:0 0 1.5em 1.5em}.home__services__service__title__right{font-size:1em;font-family:LatoRegular,sans-serif;padding-top:1.5em;padding-bottom:1.5em}.home__services__audit{margin-top:4em;margin-bottom:4em;padding-top:4em;padding-bottom:4em;height:20em;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#c99b6b;color:#ebebeb;gap:1.5em}.home__services__audit h2{font-size:2em;font-family:LatoBlack,sans-serif}.home__services__audit p{text-align:center;width:75ch}@media screen and (max-width: 767px){.home__services__audit h2{font-size:1.5em}.home__services__audit p{font-size:1em;width:100%}}.home__projects{margin:0 auto;max-width:1200px;display:flex;flex-direction:column;gap:1.5em}@media screen and (max-width: 767px){.home__projects{margin-left:1em;margin-right:1em}}.home__projects__information{display:flex;flex-direction:column;gap:1.5em;flex:0 1}.home__projects__information p{font-size:1em;width:40ch}@media screen and (max-width: 767px){.home__projects__information p{width:100%}}.home__projects__list{display:flex;flex-direction:row;gap:1.5em}@media screen and (max-width: 767px){.home__projects__list{flex-direction:column;gap:2em}}.home__projects__list__project{flex-direction:column;justify-content:space-between;gap:1em;padding:1.5em;border-radius:.5em;transform:scale(1);box-shadow:0 0;background-color:#fcfafa;transition:transform .3s ease-in-out;height:100%;display:flex;gap:1.5em;justify-content:flex-end;height:300px;background-color:#23293e}.home__projects__list__project h3{font-size:1.2em;color:#ebebeb}.home__projects__list__project p{visibility:hidden;opacity:0;display:hidden;transition:visibility 0s,opacity .3s ease;overflow:hidden;color:#6f7076}@media screen and (max-width: 767px){.home__projects__list__project{flex-direction:column;gap:1.5em;height:auto}.home__projects__list__project p{visibility:visible;opacity:1}}.home__projects__list__project:hover{background-color:#fcfafa;color:#ebebeb;box-shadow:0 4px 90px #23293e1f;transform:scale(1.04)}.home__projects__list__project:hover p{opacity:1;visibility:visible;display:block}.home__projects__list__project:hover h3{color:#23293e}.home__projects__list__project:last-child{background-color:#c99b6b}.home__projects__list__project:last-child:hover{background-color:#fcfafa;color:#ebebeb}.home__projects__list__project:last-child:hover h3{color:#c99b6b}@media screen and (max-width: 767px){.home__projects__list__project:first-child{background-color:#fcfafa}.home__projects__list__project:first-child h3{color:#c99b6b}.home__projects__list__project:last-child{background-color:#fcfafa}.home__projects__list__project:last-child h3{color:#c99b6b}}.home__banner{margin:8em auto 16em;max-width:1200px}@media screen and (max-width: 767px){.home__banner{margin:4em 1em 0}}.home__banner__content{display:flex;gap:3em;margin-bottom:8em;justify-content:center;align-items:center}@media screen and (max-width: 767px){.home__banner__content{flex-direction:column;gap:2em;height:auto}}.home__banner__content__information{position:relative}.home__banner__content__information--card{position:absolute;z-index:1;right:0;box-shadow:0 4px 90px #23293e1f;padding:2em;border-radius:0 1.5em;background-color:#fcfafa}.home__banner__content__information--card span{color:#c99b6b}.home__banner__content__information--card h2{font-size:3em;width:15ch;font-family:LatoBlack,sans-serif;color:#23293e}.home__banner__content__information--card p{font-size:1em;width:40ch}@media screen and (max-width: 767px){.home__banner__content__information--card{position:relative;background-color:transparent;box-shadow:none}.home__banner__content__information--card h2,.home__banner__content__information--card p{width:100%}}.home__banner__content__image{width:100%;display:flex;position:relative}.home__banner__content__image--first{z-index:1;width:80%;border-radius:0 4em 0 0}@media screen and (max-width: 767px){.home__banner__content__image--first{display:none}}.home__banner__content__image--pattern{position:absolute;z-index:1;width:30%;right:-7.5%;bottom:2%}@media screen and (max-width: 767px){.home__banner__content__image--pattern{display:none}}@media screen and (max-width: 767px){.home__banner__content__image{display:none}}.home__banner h2{font-size:2.5em;font-family:LatoBlack,sans-serif}.home__banner__text{display:flex;flex-direction:column;align-items:center;gap:.9em}.home__banner__text p{width:75ch;text-align:center;margin:0}.home__contact{margin:0 auto;max-width:1200px;background-image:url(/assets/images/contact.webp);min-height:460px;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:contain;padding-top:4em;padding-bottom:4em;color:#ebebeb;display:flex;gap:1.5em;flex-direction:column;justify-content:center;align-items:center;border-radius:0 4em}.home__contact h2{font-size:2em}.home__contact p{font-size:1em;width:45ch;text-align:center}.home__contact a{text-decoration:none}@media screen and (max-width: 767px){.home__contact{background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:0;padding:1em}.home__contact h2{font-size:1.5em}.home__contact p{font-size:1em;width:100%}}.template__header{display:flex;flex-direction:column;gap:1.5em;align-items:center;justify-content:center;max-height:350px;min-height:350px;background-color:#23293e;color:#ebebeb;text-align:center;padding:1.5em}.template__header h1{font-size:2.5em;font-family:LatoBlack,sans-serif}.template__container{margin:2em auto 0;max-width:1200px}@media screen and (max-width: 767px){.template__container{margin-left:1em;margin-right:1em}}.banner__cookies{position:fixed;bottom:1.5em;right:1.5em;width:fit-content;background-color:#fcfafa;border-radius:0 1.5em;z-index:2;opacity:0;transition:opacity .3s ease}.banner__cookies img{width:100%;height:10vh;object-fit:cover;border-radius:0 1.5em}.banner__cookies__information{display:flex;flex-direction:column;gap:1.5em;padding:1.5em}.banner__cookies__information p{font-size:.8em;font-family:KarlaRegular,sans-serif;color:#6f7076;width:60ch;white-space:pre-line}.banner__cookies__options{display:flex;gap:1.5em;justify-content:space-between}.banner__cookies__options button{font-size:.8em}@media screen and (max-width: 767px){.banner__cookies__options{display:flex;gap:.5em;flex-direction:column}.banner__cookies__options button{max-width:100%}}@media screen and (max-width: 767px){.banner__cookies{bottom:0;right:0;left:0;width:100%}.banner__cookies__information p{width:100%}}.banner__cookies.active{opacity:1}.container__notfound{display:flex;flex-direction:column;gap:1.5em;align-items:center;justify-content:center;color:#0f111a;text-align:center;padding:1.5em}.footer{margin:4em auto 0;max-width:1200px;display:grid;grid-template-areas:"content contact" "privacy privacy";grid-template-columns:1fr 1fr;color:#6f7076;padding:1.5em;font-size:.8em;gap:1.5em;justify-items:center}@media screen and (max-width: 767px){.footer{display:flex;flex-direction:column}}.footer__content{grid-area:content;display:flex;flex-direction:column;gap:.5em;align-items:start}.footer__content h3{margin:0;font-family:KarlaRegular,sans-serif;color:#6f7076}.footer__content p{margin:0}.footer__contact{grid-area:contact}.footer__contact h4{margin:0;font-family:KarlaRegular,sans-serif;color:#23293e}.footer__contact a{color:#6f7076;text-decoration:none;font-size:.8em}.footer__contact a:hover{color:#0f111a;text-decoration:underline}.footer__privacy{grid-area:privacy;display:flex;justify-content:center;flex-direction:column;align-items:center}.footer__privacy__links{display:flex;justify-content:center;align-items:center;gap:.5em}.footer__privacy__links a{color:#6f7076;text-decoration:none;font-size:.7em}.footer__privacy__links a:hover{color:#0f111a;text-decoration:underline}.footer__privacy p{font-size:.7em}.header--scroll{background-color:#fcfafa}.header--scroll .header__nav--item{color:#0f111a}.header--scroll .header__nav__mobile--item{color:#ebebeb}.header--scroll .header__logo{height:1.2em}@media screen and (max-width: 767px){.header--scroll .header__logo{display:none}}.header--scroll .header__logo__mobil{height:1.4em}@media (min-width: 768px) and (max-width: 1024px){.header--scroll .header__logo__mobil{display:none}}@media (min-width: 1025px){.header--scroll .header__logo__mobil{display:none}}.header__logo__mobil{height:1.4em}@media (min-width: 768px) and (max-width: 1024px){.header__logo__mobil{display:none}}@media (min-width: 1025px){.header__logo__mobil{display:none}}.header{display:flex;justify-content:space-between;align-items:center;padding:1em 2em;position:fixed;margin:0 auto;right:0;left:0;z-index:3}@media screen and (max-width: 767px){.header{display:flex;background-color:#23293e;flex-direction:column;align-items:flex-start}.header ul{padding:0}}.header__logo{height:1.8em}@media screen and (max-width: 767px){.header__logo{display:none}}.header__nav{display:flex;align-items:center;gap:1em}.header__nav ul{display:flex;gap:1em;list-style:none}.header__nav--item{color:#0f111a;color:#ebebeb;text-decoration:none}.header__nav--item:hover{color:#c99b6b}@media screen and (max-width: 767px){.header__nav--item{display:flex;justify-content:space-between}}.header__nav--between{display:flex;align-items:center;justify-content:space-between;width:100%}@media screen and (max-width: 767px){.header__nav{display:none}}.header__nav__mobile{display:flex;flex-direction:row;align-items:flex-start;gap:1em}.header__nav__mobile ul{display:flex;flex-direction:column;gap:1em}.header__nav__mobile ul li{list-style:none}.header__nav__mobile ul li a{color:#0f111a;color:#ebebeb;text-decoration:none}.header__nav__mobile ul li a:hover{color:#c99b6b}.header__menu{display:flex;flex-direction:column;justify-content:end;justify-self:end;visibility:hidden}@media screen and (max-width: 767px){.header__menu{visibility:visible}}.space-bt{display:flex;justify-content:space-between}@media screen and (max-width: 767px){.space-bt{width:100%}}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;background-color:#c99b6b;border:0;padding:.4em .9em;border-radius:.4em;max-width:fit-content;color:#ebebeb}body{font-family:KarlaRegular,sans-serif;color:#0f111a;font-size:18px}
