:root{--red:#ed1c24;--red-darken:#e21219;--white:#fff;--white-darken:#f9fafb;--selection:#388d79;--text-grey:#585858;--borders-grey:#c4c6c5}*{box-sizing:border-box;outline:none;font-family:Arial,Helvetica,sans-serif}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}a,button,summary{cursor:pointer}.red{color:var(--red)}.checker{position:absolute;height:60px;width:1px;pointer-events:none;z-index:-1}.generic-button{padding:5px 30px;box-sizing:border-box;font-weight:400;outline:none;position:relative;text-decoration:none;margin:10px;border-radius:2px;border-style:solid;border-width:1px;font-size:14px;display:flex;justify-content:center;align-items:center}.btnRed{color:#fff;background-color:var(--red);border-color:var(--red)}.btnWhite{color:#000;background-color:var(--white);border-color:#000}.btnGhost{color:var(--white);border-color:var(--white)}.btnGhost,.btnNaked{background-color:transparent}.btnNaked{border-color:transparent}.btnRed:hover{background-color:var(--red-darken);border-color:var(--red-darken)}.btnWhite:hover{background-color:var(--white-darken)}.btnGhost:hover{background-color:var(--red-darken);border-color:var(--red-darken)}.button-underline{position:absolute;width:calc(100% - 50px);height:2px;bottom:0;left:50%;transform:translateX(-50%);background-color:var(--red);border-radius:1px}.flex-center-c{flex-direction:column}.flex-center-c,.flex-center-r{display:flex;align-items:center;justify-content:center}.app{min-height:100vh;padding-top:80px}.app__section{min-height:70vh;padding:20px}.back-link{color:#6c757d;text-decoration:none;align-self:flex-start;margin-bottom:20px}.circle-decoration{pointer-events:none}p{line-height:140%}a{position:relative;text-decoration:none}a>img,button>img{margin-right:10px}.custom__label{margin-bottom:0;pointer-events:none;transition:.3s ease-in-out;transform-origin:center left;width:100%;font-size:18px;font-weight:400}input[type=email],input[type=password],input[type=text]{border:none;border-bottom:1px solid #fff;outline:none;padding:10px;background-color:transparent;color:#fff;width:100%;margin-bottom:15px}::selection{color:#fff;background-color:var(--selection)}.activeRoute,.activeRouteSub{color:#000!important;font-weight:700!important}.activeRouteNotScrolled,.activeRouteSubNotScrolled{font-weight:700!important}.subNavActiveRoute{font-weight:700;color:#000!important}.subNavActiveRouteNotScrolled{font-weight:700}.activeRoute:after{opacity:1!important;transform:translateX(-50%) scale(1)!important}.page-wrapper{min-height:calc(100vh - 100px)}.main-content-container{width:100%}@media(min-width:1250px){.main-content-container{width:800px}}nav{position:fixed;top:0;left:0;width:100%;z-index:10000}nav .main-navigation,nav .sub-navigation{width:100%;height:100%;justify-content:space-between;transition:background-color .3s ease-in-out}@media(min-width:1250px){nav .main-navigation,nav .sub-navigation{padding:10px 40px}}nav .main-navigation{padding:10px;z-index:1001}nav .main-navigation .nav__logo{display:flex;z-index:10}nav .main-navigation .nav__logo img{transform-origin:left center;transform:scale(1.1);height:30px;pointer-events:none;width:60px}@media(min-width:1250px){nav .main-navigation .nav__logo img{transform:scale(1.3)}}nav .main-navigation .nav__user{position:relative;z-index:10}nav .main-navigation .nav__user a{font-weight:400}nav .main-navigation .nav__user .mob-nav{margin:3px;padding:7px 15px}@media(max-width:360px){nav .main-navigation .nav__user .mob-nav{padding:5px 8px}}nav .main-navigation .nav__user .longWordsBtn{padding:7px 10px}nav .main-navigation .nav__links-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);padding:30px;transition:.3s ease-in-out;z-index:100}nav .main-navigation .nav__links-wrapper .nav__links{width:100%;list-style-type:none;padding:0;height:100%;justify-content:space-evenly;z-index:20;text-align:center}nav .main-navigation .nav__links-wrapper .nav__links a{position:relative;overflow:hidden;font-weight:700;font-size:25px}nav .main-navigation .nav__links-wrapper .nav__links a:after{content:"";position:absolute;bottom:-2px;left:50%;width:100%;transform:translate(-50%,10px) scaleX(0);height:2px;background-color:red;opacity:0;transition:all .3s}nav .main-navigation .nav__links-wrapper .nav__links a:hover:after{opacity:1;transform:translate(-50%,5px) scaleX(1)}@media(max-width:320px){nav .main-navigation .nav__links-wrapper .nav__links a{font-size:20px}}@media(min-width:1250px){nav .main-navigation .nav__links-wrapper .nav__links a{font-size:18px;font-weight:400}}@media(min-width:1250px){nav .main-navigation .nav__links-wrapper .nav__links li{margin-right:30px}}nav .main-navigation .nav__links-wrapper .nav__links>li:last-child{font-size:10px}@media(min-width:1250px){nav .main-navigation .nav__links-wrapper .nav__links{margin:0;padding-left:5%;flex-direction:row;height:auto;justify-content:flex-start}}@media(min-width:1250px){nav .main-navigation .nav__links-wrapper{position:relative;top:unset;left:unset;transform:translateY(0)!important;padding:0;background-color:transparent}}nav .main-navigation .nav__menu-mobile-button{position:relative;background-color:transparent;width:28px;height:23px;border-radius:10px;border:none;outline:none;z-index:1000;padding:0;margin-right:20px}nav .main-navigation .nav__menu-mobile-button span{pointer-events:none;display:block;height:3px;width:28px;background-color:#fff;transform-origin:center left;transition:.3s ease-in-out;position:absolute;left:0}nav .main-navigation .nav__menu-mobile-button span:first-of-type{top:0}nav .main-navigation .nav__menu-mobile-button span:nth-of-type(2){top:calc(50% - 1px)}nav .main-navigation .nav__menu-mobile-button span:nth-of-type(3){bottom:0}nav .main-navigation .user-actions-wrapper{width:500px;justify-content:flex-end}nav .main-navigation .generic-button{padding:5px 20px}@media(max-width:365px){nav .main-navigation .generic-button{padding:5px 10px}}@media(min-width:1250px){nav .main-navigation .generic-button{margin:0 10px}}@media(min-width:1250px){nav .main-navigation #lang-button{border:none}}@media(min-width:1250px){nav .main-navigation{padding:15px 40px}}nav .sub-navigation{justify-content:space-between;font-size:14px;height:40px;z-index:1000;padding:10px 50px 10px 40px}nav .sub-navigation .nav__links{width:100%;list-style-type:none;padding:0;height:100%;justify-content:space-evenly;z-index:20}nav .sub-navigation .nav__links a{position:relative;overflow:hidden}nav .sub-navigation .nav__links a:after{content:"";position:absolute;bottom:0;left:50%;width:100%;transform:translate(-50%,10px) scaleX(0);height:2px;background-color:red;opacity:0;transition:all .3s}nav .sub-navigation .nav__links a:hover:after{opacity:1;transform:translate(-50%,5px) scaleX(1)}@media(min-width:1250px){nav .sub-navigation .nav__links li{margin-right:30px}}nav .sub-navigation .nav__links .sub-navigation .nav__links,nav .sub-navigation .nav__links .sub-navigation p{margin:0;padding:0}.custom-select{cursor:pointer}.custom-select .custom-select-arrow{transition:.3s ease-in-out}.custom-select .scr-grey{color:var(--text-grey)}.custom-select .options{position:absolute;width:200px;border-radius:7px;background:#000;z-index:1;transition:all .4s ease-in-out;overflow:hidden}.custom-select .options ul{list-style-type:none;color:#fff;width:100%;background-color:transparent;padding:10px 0;align-items:flex-start;justify-content:flex-start;margin:0}.custom-select .options ul li{display:flex;align-items:center;justify-content:flex-start;margin-bottom:2px;margin-top:2px;width:100%;padding:5px 5px 5px 10px;font-size:16px;color:#fff}@media(min-width:1250px){.custom-select .options ul li{color:var(--text-grey)}}.custom-select .options ul li.seperator{margin-bottom:10px;margin-top:5px;padding:0;height:1px;background-color:var(--borders-grey)!important}.custom-select .options ul li:last-of-type{font-size:16px}.custom-select .options ul li[data-language] img{margin-right:10px}.custom-select .options ul li[data-language]:hover{background:var(--selection);color:#fff}.custom-select .options ul li img{width:20px;pointer-events:none}.custom-select .options ul li.skin_logos{cursor:auto;padding:0;margin:-10px 0 -5px}.custom-select .options ul li.skin_logos img{height:40px;width:auto}@media(min-width:1250px){.custom-select .options ul{color:#000}}@media(min-width:1250px){.custom-select .options{width:210px;background:#fff;transform:translateX(-155px)}}.custom-select button{background-color:transparent;color:#fff;border:1px solid var(--borders-grey);border-radius:7px;width:200px;padding:5px 10px;margin-bottom:3px;justify-content:space-between}.custom-select button>*{pointer-events:none}.custom-select button div>img{width:20px;margin-left:10px}.custom-select button img{margin-right:0;border-radius:50%}@media(min-width:1250px){.custom-select button img{width:18px}}@media(min-width:1250px){.custom-select button{padding:5px;margin:0}}.footer{background-color:#161616;min-height:150px;color:#fff;padding:30px 20px}.footer .footer-row{padding:0}@media(min-width:800px){.footer .footer-row{flex-direction:row}}@media(min-width:800px){.footer .footer-row h2{margin-top:0}}.footer>div{margin-bottom:20px}@media(min-width:800px){.footer>div{height:100px;margin:0 60px;justify-content:flex-start}}.footer .logos img{max-height:56px;margin:0 15px}.footer .social-media-links a{margin:10px 15px}.footer .social-media-links a img{margin:0;width:24px}.footer .copyright-container{text-align:center;font-size:12px;color:#828282}.footer .useful-links a{color:#fff}#to-back-button,#to-top-button{position:fixed;bottom:20px;z-index:9;height:45px;width:45px;border-radius:50%;border:none;opacity:0;transition:all .5s}#to-back-button{background-color:#6c757d;left:20px}#to-top-button{background-color:#ed1c24;right:20px}#to-back-button>*,#to-top-button>*{transform-origin:center;width:25px;margin:0}.home{overflow-x:hidden}#hero{position:relative;min-height:575px;justify-content:flex-start;padding-top:100px;height:80vh;margin-bottom:100px}@media(min-width:700px){#hero{height:78vh}}@media(orientation:landscape)and (max-height:600px){#hero{margin-bottom:0;min-height:unset;height:100vh}}#hero #heroVideo{position:absolute;top:0;left:0;margin:0;padding:0;object-fit:cover;z-index:-1;max-height:100vh;max-width:100%}#hero h1{font-size:45px;font-weight:700;color:#fff;padding:0;max-width:80vw;margin:0;text-align:left;width:100%;z-index:0}@media(min-width:700px){#hero h1{transform:translateY(10vh);max-width:90vw;font-size:50px}}@media(min-width:1250px){#hero h1{max-width:800px;font-size:55px}}@media(min-width:1720px){#hero h1{padding-left:12%;max-width:60vw}}#hero .hero__ctas{margin-top:60px;width:100%;z-index:1}@media(min-width:700px){#hero .hero__ctas{margin-top:15vh}}#hero .hero__ctas a{width:200px;font-size:16px;padding:10px 30px;font-weight:700}#hero .decoContainer{position:absolute;bottom:-120px;width:90%;height:300px;z-index:-1}@media(orientation:landscape)and (max-height:600px){#hero .decoContainer{display:none}}#hero .decoContainer .himgcontainer{position:absolute;bottom:0;left:0;height:100%;width:100%;max-width:600px;max-height:600px}@media(min-width:700px){#hero .decoContainer .himgcontainer{top:-20%;left:30%}}#hero .decoContainer .himgcontainer:nth-of-type(2n){bottom:50px;left:100px;max-height:200px}@media(min-width:700px){#hero .decoContainer .himgcontainer:nth-of-type(2n){top:unset;left:45%;max-height:300px}}#hero .decoContainer .himgcontainer .hero__fg-image,#hero .decoContainer .himgcontainer .hero__fg-image-filler{object-fit:contain;height:100%;width:100%;position:absolute}#hero .decoContainer .himgcontainer .hero__fg-image:nth-of-type(2n){bottom:-50px}#hero .decoContainer .himgcontainer .hero__fg-image-filler{opacity:0}#testimonials{color:#fff;background:#2d3840;position:relative;overflow:hidden;justify-content:space-between;min-height:unset}@media(min-width:1100px){#testimonials{padding:40px 32%}}#testimonials .circle-decoration{position:absolute;display:block;width:450px;height:450px;left:50%;top:-20px;background-color:hsla(0,0%,76.9%,.15);border-radius:50%;z-index:0}#testimonials .testimonial p{font-style:italic;text-align:center;padding:0 15px}#testimonials .testimonial a{color:#fff;text-decoration:none;font-weight:700}#movements{position:fixed;top:0;left:0;width:90px;height:20px;background-color:rgba(30,30,30,.9);border-radius:25px;transform:translateX(-50%);opacity:0;z-index:-10;transition:opacity .1s ease-in-out}#movements:after,#movements:before{content:"<";display:block;position:absolute;left:0;border-radius:50%;height:100%;width:20px;background:#7a7676;display:flex;justify-content:center;align-items:center;font-size:15px;z-index:2;color:#fff}#movements:after{content:">";left:unset;right:0}#movements .movements__left-line,#movements .movements__right-line{position:absolute;height:1px;width:45px;top:50%;background:#fff;box-shadow:0 0 6px #fff,0 0 3px #fff,0 0 9px #fff;overflow:hidden;z-index:1}#movements .movements__left-line:after,#movements .movements__right-line:after{content:"";position:absolute;width:45px;height:2px;background-image:linear-gradient(90deg,transparent,red,transparent);filter:blur(.5px)}#movements .movements__left-line:after{left:50%;animation:flash-left 2s ease-in-out infinite}#movements .movements__right-line{left:50%}#movements .movements__right-line:after{right:50%;animation:flash-right 2s ease-in-out infinite}@keyframes flash-right{0%{transform:translateX(-20%)}50%{transform:translateX(100%)}to{transform:translateX(-20%)}}@keyframes flash-left{0%{transform:translateX(20%)}50%{transform:translateX(-100%)}to{transform:translateX(20%)}}.slider-wrapper .btnNaked{padding:10px 0;font-size:16px}.slider-wrapper .btnNaked .button-underline{width:100%}.slider-wrapper .slider{height:auto;width:calc(100vw - 40px);max-width:800px;overflow:hidden;position:relative;margin:0 auto}.slider-wrapper .slider .slides-container{display:flex;justify-content:flex-start;align-items:flex-start;align-self:flex-start;transition:.5s ease-in-out;padding:10px 0}.slider-wrapper .slider .slides-container>*{width:calc(100vw - 50px);max-width:790px;margin:0 5px}.slider-wrapper .selected-tab-button-wrapper{height:16px;width:16px;border-radius:8px;border:1px solid var(--selection);background-color:#fff;outline:none;margin-right:5px;margin-left:5px;margin-top:10px;position:relative}.slider-wrapper .selected-tab-button-wrapper .selected-tab-button-decoration{position:absolute;width:18px;height:18px;border:1px solid var(--selection);background-color:var(--selection);z-index:1000;margin:0;padding:0;top:-2px;left:-1px;box-sizing:border-box;border-radius:50%;animation-iteration-count:1;animation-direction:normal;animation-duration:.3s;animation-timing-function:linear}.slider-wrapper .tab-buttons-wrapper{justify-content:space-evenly;position:relative}.slider-wrapper .seperator:after{content:"";position:absolute;bottom:0;left:50%;height:1px;width:calc(100% - 20px);transform:translateX(-50%);background-color:#dadada}.slider-wrapper .draggable{-webkit-user-select:none;user-select:none;cursor:grab}.slider-wrapper .draggable:active{cursor:grabbing}@keyframes decoAnimation{0%{transform-origin:center right;transform:translateX(calc(var(--distance)*26px)) scaleX(1) scaleY(1)}50%{transform:translateX(calc(var(--distance)*26px*0.5)) scaleX(2.1) scaleY(.8)}to{transform:translateX(0) scaleX(1) scaleY(1)}}.step{opacity:0;transform:translateX(10%);transition:all .4s ease-in-out;align-items:flex-start;margin-bottom:40px}.step section,.step section>*{width:100%;text-align:left}.step section>h3{margin:0;font-size:20px;font-weight:700}.step section>p{margin:15px 0 0}.step section>p>a{color:#000;font-weight:700}.step .step__image{margin-right:20px;transform:translateY(-10px)}@media(min-width:600px){.step{max-width:500px}}@media(min-width:1100px){.step{transform:translateX(0);transform:translateY(15%);flex-direction:column;max-width:340px;align-items:center;box-shadow:0 0 10px rgba(0,0,0,.25);border-radius:5px;padding:25px}.step section>h3,.step section>p{text-align:center}.step .step__image{margin-right:0}}#steps{z-index:1}#steps #stepsContainer{margin-top:50px;width:100%;overflow:hidden;padding-top:30px}@media(min-width:1100px){#steps #stepsContainer{flex-direction:row;justify-content:space-evenly}}#steps h1{text-align:center;font-size:35px}@media(min-width:1100px){#steps h1{font-size:45px}}#about-us{background:#2d3840;color:#fff;position:relative;overflow:hidden}@media(min-width:1100px){#about-us{flex-direction:row;padding:100px 25% 40px}}#about-us div{width:100%}@media(min-width:1100px){#about-us div{z-index:1}#about-us div:first-of-type{margin-right:10%;align-self:flex-end}}#about-us div .about-us__ul{list-style-type:none;padding:0;z-index:1}#about-us div .about-us__ul li{display:flex;align-items:flex-start;margin-bottom:20px}@media(min-width:1100px){#about-us div .about-us__ul li{max-width:400px}}#about-us div .about-us__ul li p{margin:0}#about-us div .about-us__ul li img{margin-right:10px;transform:translateY(-5px)}#about-us h1,#about-us h3{font-size:38px;text-align:left;width:100%;margin:0}@media(min-width:1100px){#about-us h1{transform:translateY(40px);font-size:144px;position:absolute;line-height:0;top:0;left:10%;margin:0;color:#404951;z-index:0}}@media(min-width:1100px){#about-us h1 span:last-of-type{display:none}}#about-us .circle-decoration{position:absolute;display:block;width:450px;height:450px;left:50%;top:20%;background-color:hsla(0,0%,76.9%,.15);border-radius:50%;z-index:0}@media(min-width:1100px){#about-us .circle-decoration{width:50vw;height:50vw}}#what-we-offer{position:relative;overflow:hidden;background-color:#fff}@media(min-width:1100px){#what-we-offer{padding:140px 25% 40px}}#what-we-offer h1{width:100%;font-size:38px;margin:10px 0;z-index:0}@media(min-width:1100px){#what-we-offer h1{transform:translateY(40px);font-size:144px;position:absolute;line-height:0;top:0;left:10%;margin:0;color:#404951;z-index:0}}@media(min-width:1100px){#what-we-offer h1 span:last-of-type{display:none}}#what-we-offer .generic-button{margin:0}#what-we-offer .circle-decoration{position:absolute;display:block;width:450px;height:450px;left:0;top:0;background-color:hsla(0,0%,76.9%,.2);border-radius:50%;z-index:-1;transform-origin:center center;transform:translate(-20%,20%)}@media(min-width:1100px){#what-we-offer .circle-decoration{width:800px;height:800px;transform:translate(-100%,-40%)}}#contact{position:relative;color:#fff;overflow:hidden}#contact:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background-image:url(/static/media/contact-bg-mobile.b9fde18d.jpg);background-size:cover;background-position:0;background-repeat:no-repeat;background-attachment:fixed;z-index:-1}@media(min-width:1100px){#contact:before{background-image:url(/static/media/contact-bg-desk.ac15509e.jpg)}}@media(min-width:1100px){#contact{padding:100px 25% 40px}}#contact h1{font-size:38px;width:100%;margin:0}@media(min-width:600px){#contact h1{width:100%;text-align:center}}@media(min-width:1100px){#contact h1{transform:translateY(40px);font-size:144px;position:absolute;line-height:0;top:0;left:10%;margin:0;color:hsla(0,0%,100%,.3);z-index:0;text-align:left}}@media(min-width:1100px){#contact h1 span:last-of-type{display:none}}#contact .inputs-container{width:100%;margin:0;padding:0;flex-wrap:wrap;max-width:550px}@media(min-width:1100px){#contact .inputs-container{margin-top:50px}}#contact .inputs-container .input-row:first-of-type{width:45%;margin-right:5%}#contact .inputs-container .input-row:nth-of-type(2){width:45%;margin-left:5%}#contact .inputs-container .input-row:last-child,#contact .inputs-container .input-row:nth-of-type(3),#contact .inputs-container .input-row:nth-of-type(4){width:100%}#contact .inputs-container .input-row:last-child a{margin-top:30px;padding:10px 20px}@media(min-width:600px){#contact .inputs-container .input-row:last-child a{align-self:flex-end;margin-right:20px}}#loader{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#f5f5f5;z-index:100000;padding:0}
/*# sourceMappingURL=main.de8bf890.chunk.css.map */