@charset "UTF-8";@-webkit-keyframes fadeIn{0%{-webkit-transform:translateY(20%);transform:translateY(20%);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes fade{0%{opacity:0}to{opacity:1}}@-webkit-keyframes translatedSpin{0%{-webkit-transform:var(--transform-centered) rotate(0);transform:var(--transform-centered) rotate(0)}to{-webkit-transform:var(--transform-centered) rotate(360deg);transform:var(--transform-centered) rotate(360deg)}}.header{position:fixed;top:0;inset-inline-start:0;z-index:1000;padding:2.5rem 0;width:100%;background:var(--white);-webkit-box-shadow:5px 10px 40px hsla(0,0%,76%,.2);box-shadow:5px 10px 40px hsla(0,0%,76%,.2);-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}@media screen and (max-width:1025px){.header{padding:.7rem 0}.header .button{width:8rem;height:3.2rem}}@media screen and (max-width:541px){.header{padding:1.5rem 0}}.header>.container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__logo{display:block;width:15.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media screen and (max-width:1025px){.header__logo{position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:8.8rem}}@media screen and (max-width:541px){.header__logo{width:7.2rem}}.header__logo svg{width:100%;height:auto}.header__logo svg path{-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out;fill:var(--yellow)}.header_hidden{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.header_white,.header_white .header__nav ul li.menu-item .sub-menu__list{background:rgba(0,0,0,.3);-webkit-box-shadow:none;box-shadow:none}@media screen and (max-width:1025px){.header_white{background:var(--white)}}.header_white .header__logo path{fill:var(--white)}@media screen and (max-width:1025px){.header_white .header__logo path{fill:var(--black)}}.header_white .button{background:var(--white);color:var(--black)}@media screen and (max-width:1025px){.header_white .button{background:var(--black);color:var(--white)}}.header_white .header__nav ul li.menu-item:after,.header_white .header__nav ul li.menu-item:before{background-color:var(--white)}.header_white .header__nav ul li.menu-item a{color:var(--white)}.header_white .menu-item svg path{stroke:var(--white)}.header_transparent{background:hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.header_transparent .header__logo path{fill:var(--black)}.header_transparent .button{background:var(--black)}@media screen and (max-width:1025px){.header__nav{display:none}}.header__nav ul{display:-webkit-box;display:-ms-flexbox;display:flex}.header__nav ul li.menu-item{position:relative;-webkit-margin-end:4vw;margin-inline-end:4vw}.header__nav ul li.menu-item:last-of-type{-webkit-margin-end:0;margin-inline-end:0}.header__nav ul li.menu-item:after,.header__nav ul li.menu-item:before{content:"";position:absolute;bottom:-2px;inset-inline-end:0;width:0;height:2px;background-color:var(--green)}.header__nav ul li.menu-item:after{-webkit-transition:width 0.8s cubic-bezier(0.22,0.61,0.36,1);-o-transition:width 0.8s cubic-bezier(0.22,0.61,0.36,1);transition:width 0.8s cubic-bezier(0.22,0.61,0.36,1)}.header__nav ul li.menu-item a{position:relative;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__nav ul li.menu-item a svg{-webkit-margin-before:.3rem;margin-block-start:.3rem;-webkit-margin-start:.5rem;margin-inline-start:.5rem}.header__nav ul li.menu-item .sub-menu,.header__nav ul li.menu-item a svg{-webkit-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out}.header__nav ul li.menu-item .sub-menu{position:absolute;top:100%;inset-inline-start:0;-webkit-transform:translateY(-10%);-ms-transform:translateY(-10%);transform:translateY(-10%);padding-top:4rem;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:none}.header__nav ul li.menu-item .sub-menu__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:3rem;-webkit-padding-end:6.5rem;padding-inline-end:6.5rem;padding-bottom:3rem;-webkit-padding-start:3rem;padding-inline-start:3rem;background-color:var(--white);-webkit-box-shadow:0 10px 20px 0 #CACACA40;box-shadow:0 10px 20px 0 #CACACA40}.header__nav ul li.menu-item .sub-menu__list li:not(:last-of-type){margin-bottom:1rem}.header__nav ul li.menu-item:hover:before{width:100%;-webkit-transition:width 0.5s cubic-bezier(0.22,0.61,0.36,1);-o-transition:width 0.5s cubic-bezier(0.22,0.61,0.36,1);transition:width 0.5s cubic-bezier(0.22,0.61,0.36,1)}.header__nav ul li.menu-item:hover:after{width:100%;background-color:transparent;-webkit-transition:0s;-o-transition:0s;transition:0s}.header__nav ul li.menu-item:hover a svg{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.header__nav ul li.menu-item:hover .sub-menu{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;-webkit-appearance:unset;-moz-appearance:unset;appearance:unset;pointer-events:auto}.container{margin:0 auto;width:100%;max-width:142rem}@media screen and (max-width:1025px){.container{padding:0 6.2rem}}@media screen and (max-width:541px){.container{padding:0 2.3rem}}.burger{display:none}@media screen and (max-width:1025px){.burger{display:block}}.burger span{display:block;width:3.8rem;height:2px;margin-bottom:.9rem;background-color:var(--black-text);border-radius:2rem;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width:541px){.burger span{width:2rem;margin-bottom:.8rem}}.burger span:nth-of-type(2){width:2.5rem}@media screen and (max-width:541px){.burger span:nth-of-type(2){width:1.3rem}}.burger span:last-of-type{margin-bottom:0}.burger_active span:first-of-type{-webkit-transform:rotate(45deg) translateY(1.5rem);-ms-transform:rotate(45deg) translateY(1.5rem);transform:rotate(45deg) translateY(1.5rem)}@media screen and (max-width:541px){.burger_active span:first-of-type{-webkit-transform:rotate(45deg) translateY(1.4rem);-ms-transform:rotate(45deg) translateY(1.4rem);transform:rotate(45deg) translateY(1.4rem)}}.burger_active span:nth-of-type(2){-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);opacity:0}.burger_active span:last-of-type{-webkit-transform:rotate(-45deg) translateY(-1.5rem);-ms-transform:rotate(-45deg) translateY(-1.5rem);transform:rotate(-45deg) translateY(-1.5rem)}@media screen and (max-width:541px){.burger_active span:last-of-type{-webkit-transform:rotate(-45deg) translateY(-1.4rem);-ms-transform:rotate(-45deg) translateY(-1.4rem);transform:rotate(-45deg) translateY(-1.4rem)}}.button{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:22rem;height:6rem;border-radius:1rem;background-color:var(--yellow);color:var(--white);font-family:Gilroy,sans-serif;font-weight:700;text-align:center;cursor:pointer;overflow:hidden}.button:disabled{background-color:var(--light-yellow)}.button__loading-screen{position:absolute;top:0;inset-inline-start:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-color:var(--yellow);border-radius:inherit;-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}.button__loading-screen svg{width:2.2rem;height:auto}@media screen and (max-width:1025px){.button__loading-screen svg{width:1.5rem}}@media screen and (max-width:1025px){.button{width:30rem;height:4rem;font-size:1.4rem;border-radius:.5rem}}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{-webkit-transition-duration:50ms;-o-transition-duration:50ms;transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{-webkit-transition-delay:50ms;-o-transition-delay:50ms;transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{-webkit-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{-webkit-transition-duration:.15s;-o-transition-duration:.15s;transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{-webkit-transition-delay:.15s;-o-transition-delay:.15s;transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{-webkit-transition-duration:.25s;-o-transition-duration:.25s;transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{-webkit-transition-delay:.25s;-o-transition-delay:.25s;transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{-webkit-transition-delay:.35s;-o-transition-delay:.35s;transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{-webkit-transition-duration:.45s;-o-transition-duration:.45s;transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{-webkit-transition-delay:.45s;-o-transition-delay:.45s;transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{-webkit-transition-duration:.55s;-o-transition-duration:.55s;transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{-webkit-transition-delay:.55s;-o-transition-delay:.55s;transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{-webkit-transition-duration:.6s;-o-transition-duration:.6s;transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{-webkit-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{-webkit-transition-duration:.65s;-o-transition-duration:.65s;transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{-webkit-transition-delay:.65s;-o-transition-delay:.65s;transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{-webkit-transition-duration:.7s;-o-transition-duration:.7s;transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{-webkit-transition-delay:.7s;-o-transition-delay:.7s;transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{-webkit-transition-duration:.75s;-o-transition-duration:.75s;transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{-webkit-transition-delay:.75s;-o-transition-delay:.75s;transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{-webkit-transition-duration:.8s;-o-transition-duration:.8s;transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{-webkit-transition-delay:.8s;-o-transition-delay:.8s;transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{-webkit-transition-duration:.85s;-o-transition-duration:.85s;transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{-webkit-transition-delay:.85s;-o-transition-delay:.85s;transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{-webkit-transition-duration:.9s;-o-transition-duration:.9s;transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{-webkit-transition-delay:.9s;-o-transition-delay:.9s;transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{-webkit-transition-duration:.95s;-o-transition-duration:.95s;transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{-webkit-transition-delay:.95s;-o-transition-delay:.95s;transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{-webkit-transition-duration:1s;-o-transition-duration:1s;transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{-webkit-transition-delay:1s;-o-transition-delay:1s;transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{-webkit-transition-duration:1.05s;-o-transition-duration:1.05s;transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{-webkit-transition-delay:1.05s;-o-transition-delay:1.05s;transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{-webkit-transition-duration:1.1s;-o-transition-duration:1.1s;transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{-webkit-transition-delay:1.1s;-o-transition-delay:1.1s;transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{-webkit-transition-duration:1.15s;-o-transition-duration:1.15s;transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{-webkit-transition-delay:1.15s;-o-transition-delay:1.15s;transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{-webkit-transition-duration:1.2s;-o-transition-duration:1.2s;transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{-webkit-transition-delay:1.2s;-o-transition-delay:1.2s;transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{-webkit-transition-duration:1.25s;-o-transition-duration:1.25s;transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{-webkit-transition-delay:1.25s;-o-transition-delay:1.25s;transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{-webkit-transition-duration:1.3s;-o-transition-duration:1.3s;transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{-webkit-transition-delay:1.3s;-o-transition-delay:1.3s;transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{-webkit-transition-duration:1.35s;-o-transition-duration:1.35s;transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{-webkit-transition-delay:1.35s;-o-transition-delay:1.35s;transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{-webkit-transition-duration:1.4s;-o-transition-duration:1.4s;transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{-webkit-transition-delay:1.4s;-o-transition-delay:1.4s;transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{-webkit-transition-duration:1.45s;-o-transition-duration:1.45s;transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{-webkit-transition-delay:1.45s;-o-transition-delay:1.45s;transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{-webkit-transition-duration:1.5s;-o-transition-duration:1.5s;transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{-webkit-transition-delay:1.5s;-o-transition-delay:1.5s;transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{-webkit-transition-duration:1.55s;-o-transition-duration:1.55s;transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{-webkit-transition-delay:1.55s;-o-transition-delay:1.55s;transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{-webkit-transition-duration:1.6s;-o-transition-duration:1.6s;transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{-webkit-transition-delay:1.6s;-o-transition-delay:1.6s;transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{-webkit-transition-duration:1.65s;-o-transition-duration:1.65s;transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{-webkit-transition-delay:1.65s;-o-transition-delay:1.65s;transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{-webkit-transition-duration:1.7s;-o-transition-duration:1.7s;transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{-webkit-transition-delay:1.7s;-o-transition-delay:1.7s;transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{-webkit-transition-duration:1.75s;-o-transition-duration:1.75s;transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{-webkit-transition-delay:1.75s;-o-transition-delay:1.75s;transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{-webkit-transition-duration:1.8s;-o-transition-duration:1.8s;transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{-webkit-transition-delay:1.8s;-o-transition-delay:1.8s;transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{-webkit-transition-duration:1.85s;-o-transition-duration:1.85s;transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{-webkit-transition-delay:1.85s;-o-transition-delay:1.85s;transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{-webkit-transition-duration:1.9s;-o-transition-duration:1.9s;transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{-webkit-transition-delay:1.9s;-o-transition-delay:1.9s;transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{-webkit-transition-duration:1.95s;-o-transition-duration:1.95s;transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{-webkit-transition-delay:1.95s;-o-transition-delay:1.95s;transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{-webkit-transition-duration:2s;-o-transition-duration:2s;transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{-webkit-transition-delay:2s;-o-transition-delay:2s;transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{-webkit-transition-duration:2.05s;-o-transition-duration:2.05s;transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{-webkit-transition-delay:2.05s;-o-transition-delay:2.05s;transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{-webkit-transition-duration:2.1s;-o-transition-duration:2.1s;transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{-webkit-transition-delay:2.1s;-o-transition-delay:2.1s;transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{-webkit-transition-duration:2.15s;-o-transition-duration:2.15s;transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{-webkit-transition-delay:2.15s;-o-transition-delay:2.15s;transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{-webkit-transition-duration:2.2s;-o-transition-duration:2.2s;transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{-webkit-transition-delay:2.2s;-o-transition-delay:2.2s;transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{-webkit-transition-duration:2.25s;-o-transition-duration:2.25s;transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{-webkit-transition-delay:2.25s;-o-transition-delay:2.25s;transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{-webkit-transition-duration:2.3s;-o-transition-duration:2.3s;transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{-webkit-transition-delay:2.3s;-o-transition-delay:2.3s;transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{-webkit-transition-duration:2.35s;-o-transition-duration:2.35s;transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{-webkit-transition-delay:2.35s;-o-transition-delay:2.35s;transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{-webkit-transition-duration:2.4s;-o-transition-duration:2.4s;transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{-webkit-transition-delay:2.4s;-o-transition-delay:2.4s;transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{-webkit-transition-duration:2.45s;-o-transition-duration:2.45s;transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{-webkit-transition-delay:2.45s;-o-transition-delay:2.45s;transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{-webkit-transition-duration:2.5s;-o-transition-duration:2.5s;transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{-webkit-transition-delay:2.5s;-o-transition-delay:2.5s;transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{-webkit-transition-duration:2.55s;-o-transition-duration:2.55s;transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{-webkit-transition-delay:2.55s;-o-transition-delay:2.55s;transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{-webkit-transition-duration:2.6s;-o-transition-duration:2.6s;transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{-webkit-transition-delay:2.6s;-o-transition-delay:2.6s;transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{-webkit-transition-duration:2.65s;-o-transition-duration:2.65s;transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{-webkit-transition-delay:2.65s;-o-transition-delay:2.65s;transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{-webkit-transition-duration:2.7s;-o-transition-duration:2.7s;transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{-webkit-transition-delay:2.7s;-o-transition-delay:2.7s;transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{-webkit-transition-duration:2.75s;-o-transition-duration:2.75s;transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{-webkit-transition-delay:2.75s;-o-transition-delay:2.75s;transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{-webkit-transition-duration:2.8s;-o-transition-duration:2.8s;transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{-webkit-transition-delay:2.8s;-o-transition-delay:2.8s;transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{-webkit-transition-duration:2.85s;-o-transition-duration:2.85s;transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{-webkit-transition-delay:2.85s;-o-transition-delay:2.85s;transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{-webkit-transition-duration:2.9s;-o-transition-duration:2.9s;transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{-webkit-transition-delay:2.9s;-o-transition-delay:2.9s;transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{-webkit-transition-duration:2.95s;-o-transition-duration:2.95s;transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{-webkit-transition-delay:2.95s;-o-transition-delay:2.95s;transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{-webkit-transition-duration:3s;-o-transition-duration:3s;transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{-webkit-transition-delay:3s;-o-transition-delay:3s;transition-delay:3s}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{-webkit-transition-timing-function:cubic-bezier(0.25,0.25,0.75,0.75);-o-transition-timing-function:cubic-bezier(0.25,0.25,0.75,0.75);transition-timing-function:cubic-bezier(0.25,0.25,0.75,0.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{-webkit-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{-webkit-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{-webkit-transition-timing-function:cubic-bezier(0.6,-0.28,0.735,0.045);-o-transition-timing-function:cubic-bezier(0.6,-0.28,0.735,0.045);transition-timing-function:cubic-bezier(0.6,-0.28,0.735,0.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.32,1.275);-o-transition-timing-function:cubic-bezier(0.175,0.885,0.32,1.275);transition-timing-function:cubic-bezier(0.175,0.885,0.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{-webkit-transition-timing-function:cubic-bezier(0.68,-0.55,0.265,1.55);-o-transition-timing-function:cubic-bezier(0.68,-0.55,0.265,1.55);transition-timing-function:cubic-bezier(0.68,-0.55,0.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{-webkit-transition-timing-function:cubic-bezier(0.47,0,0.745,0.715);-o-transition-timing-function:cubic-bezier(0.47,0,0.745,0.715);transition-timing-function:cubic-bezier(0.47,0,0.745,0.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{-webkit-transition-timing-function:cubic-bezier(0.39,0.575,0.565,1);-o-transition-timing-function:cubic-bezier(0.39,0.575,0.565,1);transition-timing-function:cubic-bezier(0.39,0.575,0.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{-webkit-transition-timing-function:cubic-bezier(0.445,0.05,0.55,0.95);-o-transition-timing-function:cubic-bezier(0.445,0.05,0.55,0.95);transition-timing-function:cubic-bezier(0.445,0.05,0.55,0.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{-webkit-transition-timing-function:cubic-bezier(0.55,0.085,0.68,0.53);-o-transition-timing-function:cubic-bezier(0.55,0.085,0.68,0.53);transition-timing-function:cubic-bezier(0.55,0.085,0.68,0.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{-webkit-transition-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-o-transition-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transition-timing-function:cubic-bezier(0.25,0.46,0.45,0.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{-webkit-transition-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);-o-transition-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transition-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{-webkit-transition-timing-function:cubic-bezier(0.55,0.085,0.68,0.53);-o-transition-timing-function:cubic-bezier(0.55,0.085,0.68,0.53);transition-timing-function:cubic-bezier(0.55,0.085,0.68,0.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{-webkit-transition-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-o-transition-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transition-timing-function:cubic-bezier(0.25,0.46,0.45,0.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{-webkit-transition-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);-o-transition-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transition-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{-webkit-transition-timing-function:cubic-bezier(0.55,0.085,0.68,0.53);-o-transition-timing-function:cubic-bezier(0.55,0.085,0.68,0.53);transition-timing-function:cubic-bezier(0.55,0.085,0.68,0.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{-webkit-transition-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-o-transition-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transition-timing-function:cubic-bezier(0.25,0.46,0.45,0.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{-webkit-transition-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);-o-transition-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transition-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@media screen{html:not(.no-js) [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,-webkit-transform;-webkit-transition-property:opacity,-webkit-transform;-o-transition-property:opacity,transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}html:not(.no-js) [data-aos=fade-up]{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}html:not(.no-js) [data-aos=fade-up-right]{-webkit-transform:translate3d(-100px,100px,0);transform:translate3d(-100px,100px,0)}html:not(.no-js) [data-aos=fade-up-left]{-webkit-transform:translate3d(100px,100px,0);transform:translate3d(100px,100px,0)}html:not(.no-js) [data-aos=fade-down-right]{-webkit-transform:translate3d(-100px,-100px,0);transform:translate3d(-100px,-100px,0)}html:not(.no-js) [data-aos=fade-down-left]{-webkit-transform:translate3d(100px,-100px,0);transform:translate3d(100px,-100px,0)}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,-webkit-transform;-webkit-transition-property:opacity,-webkit-transform;-o-transition-property:opacity,transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}html:not(.no-js) [data-aos=zoom-in]{-webkit-transform:scale(0.6);-ms-transform:scale(0.6);transform:scale(0.6)}html:not(.no-js) [data-aos=zoom-in-up]{-webkit-transform:translate3d(0,100px,0) scale(0.6);transform:translate3d(0,100px,0) scale(0.6)}html:not(.no-js) [data-aos=zoom-in-down]{-webkit-transform:translate3d(0,-100px,0) scale(0.6);transform:translate3d(0,-100px,0) scale(0.6)}html:not(.no-js) [data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px,0,0) scale(0.6);transform:translate3d(-100px,0,0) scale(0.6)}html:not(.no-js) [data-aos=zoom-in-left]{-webkit-transform:translate3d(100px,0,0) scale(0.6);transform:translate3d(100px,0,0) scale(0.6)}html:not(.no-js) [data-aos=zoom-out]{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}html:not(.no-js) [data-aos=zoom-out-up]{-webkit-transform:translate3d(0,100px,0) scale(1.2);transform:translate3d(0,100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-down]{-webkit-transform:translate3d(0,-100px,0) scale(1.2);transform:translate3d(0,-100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px,0,0) scale(1.2);transform:translate3d(-100px,0,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-left]{-webkit-transform:translate3d(100px,0,0) scale(1.2);transform:translate3d(100px,0,0) scale(1.2)}html:not(.no-js) [data-aos^=slide][data-aos^=slide]{transition-property:-webkit-transform;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;visibility:hidden}html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate{visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}html:not(.no-js) [data-aos=slide-up]{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html:not(.no-js) [data-aos=slide-down]{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}html:not(.no-js) [data-aos=slide-right]{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}html:not(.no-js) [data-aos=slide-left]{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}html:not(.no-js) [data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:-webkit-transform;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}html:not(.no-js) [data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}html:not(.no-js) [data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}html:not(.no-js) [data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}html:not(.no-js) [data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}html:not(.no-js) [data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}html:not(.no-js) [data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{-webkit-box-sizing:content-box;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;-webkit-text-decoration:underline dotted;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:-0.25em}sup{top:-0.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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{-webkit-box-sizing:border-box;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]{-webkit-box-sizing:border-box;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;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}[hidden],template{display:none}.carousel{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.carousel *,.carousel :after,.carousel :before{-webkit-box-sizing:inherit;box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:-webkit-grab;cursor:grab}.carousel.is-dragging{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:-webkit-box;display:-ms-flexbox;display:flex}.carousel__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;-webkit-transition:opacity .15s ease-in-out;-o-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);-webkit-box-shadow:var(--carousel-button-shadow,none);box-shadow:var(--carousel-button-shadow,none);-webkit-transition:opacity .15s ease;-o-transition:opacity .15s ease;transition:opacity .15s ease}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;-webkit-filter:var(--carousel-button-svg-filter,none);filter:var(--carousel-button-svg-filter,none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;-ms-touch-action:none;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px);-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.4))}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{-webkit-box-sizing:inherit;box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94));box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}@media (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,.92))}.fancybox__carousel{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{height:100%}.fancybox__slide,.fancybox__track{display:-webkit-box;display:-ms-flexbox;display:flex}.fancybox__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px;position:relative;-ms-scroll-chaining:none;overscroll-behavior:contain;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;outline:0;overflow:auto;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide:after,.fancybox__slide:before{content:"";-webkit-box-flex:0;-ms-flex:0 0 0px;flex:0 0 0;margin:auto}@media (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0px) 0 env(safe-area-inset-left,0px);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;-webkit-box-shadow:none;box-shadow:none}.fancybox__caption{-ms-flex-item-align:center;align-self:center;max-width:100%;margin:0;padding:1rem 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;-ms-flex-negative:0;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@-webkit-keyframes fancybox-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fancybox-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{-webkit-animation:.15s ease backwards fancybox-fadeIn;animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{-webkit-animation:.15s ease both fancybox-fadeOut;animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{-webkit-animation:.15s ease both fancybox-fadeIn;animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{-webkit-animation:.1s ease both fancybox-fadeOut;animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{-webkit-animation:.2s ease both fancybox-zoomInUp;animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{-webkit-animation:.15s ease both fancybox-zoomOutDown;animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{-webkit-animation:.15s ease both fancybox-throwOutUp;animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{-webkit-animation:.15s ease both fancybox-throwOutDown;animation:.15s ease both fancybox-throwOutDown}@-webkit-keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{0%{-webkit-transform:scale(0.97) translate3d(0,16px,0);transform:scale(0.97) translate3d(0,16px,0);opacity:0}to{-webkit-transform:scale(1) translate3d(0,0,0);transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomInUp{0%{-webkit-transform:scale(0.97) translate3d(0,16px,0);transform:scale(0.97) translate3d(0,16px,0);opacity:0}to{-webkit-transform:scale(1) translate3d(0,0,0);transform:scale(1) translate3d(0,0,0);opacity:1}}@-webkit-keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0,16px,0);transform:scale(0.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0,16px,0);transform:scale(0.97) translate3d(0,16px,0);opacity:0}}@-webkit-keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0);opacity:0}}@-webkit-keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc hsla(0,0%,100%,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,.2);box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__image{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:none;-o-transition:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;-ms-touch-action:none;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;-ms-touch-action:none;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{max-width:100%;-ms-flex-negative:1;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:5px solid var(--fancybox-accent-color,rgba(34,213,233,.96));opacity:0;-webkit-transition:opacity .15s ease;-o-transition:opacity .15s ease;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:50%;background-color:hsla(0,0%,100%,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:-webkit-gradient(linear,left bottom,left top,from(transparent),color-stop(8.1%,rgba(0,0,0,.006)),color-stop(15.5%,rgba(0,0,0,.021)),color-stop(22.5%,rgba(0,0,0,.046)),color-stop(29%,rgba(0,0,0,.077)),color-stop(35.3%,rgba(0,0,0,.114)),color-stop(41.2%,rgba(0,0,0,.155)),color-stop(47.1%,rgba(0,0,0,.198)),color-stop(52.9%,rgba(0,0,0,.242)),color-stop(58.8%,rgba(0,0,0,.285)),color-stop(64.7%,rgba(0,0,0,.326)),color-stop(71%,rgba(0,0,0,.363)),color-stop(77.5%,rgba(0,0,0,.394)),color-stop(84.5%,rgba(0,0,0,.419)),color-stop(91.9%,rgba(0,0,0,.434)),to(rgba(0,0,0,.44)));background:-o-linear-gradient(bottom,transparent 0%,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44) 100%);background:linear-gradient(0deg,transparent 0%,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44));padding:0;-ms-touch-action:none;touch-action:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4))}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:-webkit-box;display:-ms-flexbox;display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media (max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,.96));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;z-index:30;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:-moz-full-screen::backdrop{opacity:0}.fancybox__container:-ms-fullscreen::backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2),.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}@font-face{font-family:Gilroy;src:url("fonts/Gilroy-Medium.eot") format("eot"),url("fonts/Gilroy-Medium.woff") format("woff"),url("fonts/Gilroy-Medium.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Dela Gothic One;src:url("fonts/DelaGothicOne-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto Mono;src:url("fonts/RobotoMono-Regular.woff") format("woff");font-weight:400;font-style:normal}@font-face{font-family:Gilroy;src:url("fonts/Gilroy-Bold.eot") format("eot"),url("fonts/Gilroy-Bold.woff") format("woff"),url("fonts/Gilroy-Bold.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Gilroy;src:url("fonts/Gilroy-ExtraBold.eot") format("eot"),url("fonts/Gilroy-ExtraBold.woff") format("woff"),url("fonts/Gilroy-ExtraBold.ttf") format("truetype");font-weight:800;font-style:normal}html{--content-size:.520833vw;width:100%;height:100%;font-size:var(--content-size);-webkit-box-sizing:border-box;box-sizing:border-box;scroll-behavior:smooth}@media screen and (max-width:1025px){html{--content-size:1.302085vw}}@media screen and (max-width:541px){html{--content-size:2.66667vw}}html *,html :after,html :before{-webkit-box-sizing:inherit;box-sizing:inherit}:root{--blue:#0c8cff;--grey:#F0F0F080;--green:#009261;--white:#fff;--yellow:#ffa800;--disabled:#e1e1e1;--light-grey:#f8f8f8;--dark-grey:#b9b9b9;--black-text:#333;--light-yellow:#fff6e5;--black:#121212;--transform-centered:translate(-50%,-50%);--transform-centered-right1:translate(calc(-50% - 2rem),0);--transform-centered-right2:translate(calc(-50% - 3rem),-50%);--transform-inline-left:translate(-100%,-50%);--transform-orbit:translateX(calc(-50% - 3rem));--transform-person:translate(calc(-50% - 2rem),calc(50% + 11.5rem));--transform-get-in-touch:translateX(-6.2rem);--transform-article:translateX(-7rem)}@media screen and (max-width:1025px){:root{--transform-article:translateX(-6.2rem)}}@media screen and (max-width:541px){:root{--transform-get-in-touch:translateX(-2.3rem);--transform-article:translateX(-2.3rem)}}:root[dir=rtl]{--transform-centered:translate(50%,-50%);--transform-centered-right1:translate(calc(50% - 2rem),0);--transform-centered-right2:translate(calc(50% - 3rem),-50%);--transform-inline-left:translate(100%,-50%);--transform-orbit:translateX(calc(50% - 3rem));--transform-person:translate(calc(50% - 2rem),calc(50% + 11.5rem));--transform-get-in-touch:translateX(6.2rem);--transform-article:translateX(7rem)}@media screen and (max-width:1025px){:root[dir=rtl]{--transform-article:translateX(6.2rem)}}@media screen and (max-width:541px){:root[dir=rtl]{--transform-get-in-touch:translateX(2.3rem);--transform-article:translateX(2.3rem)}}:root[dir=rtl] .rtl-reverse{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}:root[dir=rtl] .numbered-steps{background-position:100%}:root[dir=rtl] .bread-crumbs li:not(:last-child):after{-webkit-transform:translate(-150%,-50%) rotate(180deg);-ms-transform:translate(-150%,-50%) rotate(180deg);transform:translate(-150%,-50%) rotate(180deg)}:root[dir=rtl] .footer>.footer__decoration{-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}@media screen and (max-width:1025px){:root[dir=rtl] .footer>.footer__decoration{-webkit-transform:translate(50%,-100%);-ms-transform:translate(50%,-100%);transform:translate(50%,-100%)}}:root[dir=rtl] .article-contact{-webkit-transform:translateX(44rem);-ms-transform:translateX(44rem);transform:translateX(44rem)}@media screen and (max-width:1025px){:root[dir=rtl] .article-contact{-webkit-transform:var(--transform-article);-ms-transform:var(--transform-article);transform:var(--transform-article)}}:root[dir=rtl] .article-contact__overflow-dec{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}:root[dir=rtl] .article{border-radius:0 70px 10px 10px}@media screen and (max-width:1025px){:root[dir=rtl] .article{border-bottom-left-radius:0;border-bottom-right-radius:70px}}@media screen and (max-width:541px){:root[dir=rtl] .article{border-radius:0 50px 50px 0}}:root[dir=rtl] .case__content{text-align:left}:root[dir=rtl] .vacancy{border-radius:0 150px 20px 0}@media screen and (max-width:1025px){:root[dir=rtl] .vacancy{border-radius:0 80px 0 0}}@media screen and (max-width:541px){:root[dir=rtl] .vacancy{border-radius:0 50px 0 0}}:root[dir=rtl] .search-field__button{border-radius:1rem 0 0 1rem}@media screen and (max-width:1025px){:root[dir=rtl] .search-field__button{border-radius:.5rem 0 0 .5rem}}body{margin:0;padding:0;width:100%;color:var(--black-text);font-family:Gilroy;font-size:2rem;line-height:1.5;background-color:var(--white)}@media screen and (max-width:1025px){body{font-size:1.4rem}}input,textarea{background-color:transparent;border:none;outline:none}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity:1;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{opacity:0}input[type=checkbox],input[type=radio]{position:relative;width:20px;height:20px;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=checkbox]:checked:before,input[type=radio]:checked:before{background-color:var(--yellow)}input[type=checkbox]:after,input[type=checkbox]:before,input[type=radio]:after,input[type=radio]:before{content:"";position:absolute;top:50%;inset-inline-start:50%}input[type=checkbox]:before,input[type=radio]:before{-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);z-index:2;width:20px;height:20px;background-color:#f3f3f3;border-radius:2px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}input[type=checkbox]:after,input[type=radio]:after{-webkit-transform:translate(calc(-50%),calc(-50% - 1px)) rotate(-45deg);-ms-transform:translate(calc(-50%),calc(-50% - 1px)) rotate(-45deg);transform:translate(calc(-50%),calc(-50% - 1px)) rotate(-45deg);z-index:3;width:8px;height:6px;background-color:transparent;border-bottom:1.5px solid var(--white);border-left:1.5px solid var(--white)}select{border:0;outline:0}ol,ul{margin:0;padding:0;list-style:none}a{text-decoration:none;color:inherit}button{padding:0;border:0;outline:0;background-color:transparent}img{max-width:100%;height:auto;border:0}.app,img{display:block}.app{position:relative;width:100%;min-height:100%;overflow-x:hidden;-webkit-transition:background-color .4s ease-in-out;-o-transition:background-color .4s ease-in-out;transition:background-color .4s ease-in-out}.app:after{content:"";position:fixed;top:0;inset-inline-start:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.31);opacity:0;z-index:-5;-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}.app_overlay:after{opacity:1;z-index:5}.app_no-overflow{overflow:unset}.app_padding{padding-top:11rem}@media screen and (max-width:1025px){.app_padding{padding-top:4.6rem}}@media screen and (max-width:541px){.app_padding{padding-top:6.2rem}}.app_hidden{overflow:hidden!important}.app_grey{background-color:var(--light-grey)}.app img{max-width:100%;height:auto}::-webkit-scrollbar{width:10px;background-color:var(--light-grey)}::-webkit-scrollbar-thumb{background-color:var(--yellow)}.mob{display:none!important}@media screen and (max-width:1025px){.mob{display:block!important}}.desk{display:block!important}@media screen and (max-width:1025px){.desk{display:none!important}}h1,h2,h3,h4,h5{margin:0;font-weight:unset}.big-heading,.medium-heading{font-weight:800;line-height:1.32}.big-heading{margin-bottom:5rem;font-size:6rem}@media screen and (max-width:1025px){.big-heading{margin-bottom:2rem;font-size:3rem}}@media screen and (max-width:541px){.big-heading{margin-bottom:3rem;font-size:3rem}}.medium-heading{margin-bottom:4rem;font-size:5rem}@media screen and (max-width:1025px){.medium-heading{margin-bottom:3rem;font-size:3rem}}@media screen and (max-width:541px){.medium-heading{margin-bottom:3rem;font-size:2.5rem}}.small-heading{font-weight:800;font-size:3.5rem;line-height:1.16}@media screen and (max-width:1025px){.small-heading{font-size:2.5rem}}.big-text{font-size:2.4rem;font-weight:500;text-transform:uppercase}@media (max-width:450px){.big-text{font-size:1.8rem;margin-bottom:1.6rem}}.medium-text{font-size:2rem}@media screen and (max-width:1025px){.medium-text{font-size:1.4rem}}.middle-text{font-size:1.8rem}@media screen and (max-width:1025px){.middle-text{font-size:1.2rem}}.small-text{font-size:1.6rem}@media screen and (max-width:1025px){.small-text{font-size:1.2rem}}p{margin:0}strong{color:var(--yellow)}.test{padding-bottom:1000px}.page-not-found{height:100vh}@media screen and (max-width:1025px){.page-not-found{min-height:100vh;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}@media screen and (max-width:541px){.page-not-found .container{position:relative;z-index:5}}.page-not-found__inner{position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1025px){.page-not-found__inner{padding-bottom:5rem}}.page-not-found__decoration{position:absolute;z-index:-1}.page-not-found__decoration:first-of-type{top:-37.5rem;inset-inline-start:-9.2rem;z-index:1;width:56.8rem;height:56.8rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.page-not-found__decoration:first-of-type{display:none}}@media screen and (max-width:541px){.page-not-found__decoration:first-of-type{display:none}}.page-not-found__decoration:nth-of-type(2){top:-20rem;inset-inline-start:-69.3rem;-webkit-transform:rotate(-44.68deg);-ms-transform:rotate(-44.68deg);transform:rotate(-44.68deg);width:92rem;height:92rem;border-radius:50%;background:-o-linear-gradient(180.78deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%);background:linear-gradient(269.22deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%)}.page-not-found__decoration:nth-of-type(2):before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:calc(100% - 9rem);height:calc(100% - 9rem);background-color:var(--white);border-radius:50%}@media screen and (max-width:1025px){.page-not-found__decoration:nth-of-type(2){inset-inline-start:-15.8rem;top:13.1rem;width:45.1rem;height:45.1rem;border-radius:50%;background:-o-linear-gradient(180.78deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%);background:linear-gradient(269.22deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%)}}@media screen and (max-width:541px){.page-not-found__decoration:nth-of-type(2){inset-inline-start:-29rem;top:14.4rem;width:37.639rem;height:37.639rem;border-radius:50%;background:-o-linear-gradient(180.78deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%);background:linear-gradient(269.22deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%)}.page-not-found__decoration:nth-of-type(2):before{width:calc(100% - 4rem);height:calc(100% - 4rem)}}.page-not-found__decoration:nth-of-type(3){top:44.3rem;inset-inline-start:119.1rem;-webkit-transform:rotate(-44.68deg);-ms-transform:rotate(-44.68deg);transform:rotate(-44.68deg);width:116.5rem;height:116.5rem;border-radius:50%;background:-o-linear-gradient(180.78deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%);background:linear-gradient(269.22deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%)}.page-not-found__decoration:nth-of-type(3):before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:calc(100% - 9rem);height:calc(100% - 9rem);background-color:var(--white);border-radius:50%}.page-not-found__decoration:nth-of-type(4){top:26.3rem;inset-inline-start:18.3rem;width:16.7rem;height:16.7rem;border-radius:50%;background:var(--green)}@media screen and (max-width:1025px){.page-not-found__decoration:nth-of-type(4){top:46.5rem;inset-inline-start:10.3rem;width:8.5rem;height:8.5rem;border-radius:50%;background:var(--green)}}@media screen and (max-width:541px){.page-not-found__decoration:nth-of-type(4){top:45.8rem;inset-inline-start:-1.4rem;width:5.4rem;height:5.4rem;border-radius:50%;background:var(--green)}}.page-not-found__decoration:nth-of-type(5){top:7rem;inset-inline-end:-32.1rem;width:64.2rem;height:64.2rem;border-radius:50%;background:var(--green)}@media screen and (max-width:1025px){.page-not-found__decoration:nth-of-type(5){top:11.2rem;inset-inline-start:56.1rem;width:4.1rem;height:4.1rem;border-radius:50%;background:var(--green)}}@media screen and (max-width:541px){.page-not-found__decoration:nth-of-type(5){top:9rem;inset-inline-start:25.6rem;width:2.2rem;height:2.2rem;border-radius:50%;background:var(--green)}}.page-not-found__decoration:nth-of-type(6){top:77.4rem;inset-inline-end:20.8rem;width:6.3rem;height:6.3rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:541px){.page-not-found__decoration:nth-of-type(6){display:none}}.page-not-found__decoration:nth-of-type(7){top:58.3rem;inset-inline-end:39.8rem;width:73.9rem;height:73.9rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.page-not-found__decoration:nth-of-type(7){top:45.5rem;inset-inline-start:36.2rem}}@media screen and (max-width:541px){.page-not-found__decoration:nth-of-type(7){top:42.1rem;inset-inline-end:-24.3rem;width:42.3rem;height:42.3rem;border-radius:50%;background:var(--yellow)}}.page-not-found__status{padding:9.5rem 0 0;font-size:40rem}@media screen and (max-width:1025px){.page-not-found__status{font-size:20rem}}@media screen and (max-width:541px){.page-not-found__status{padding-top:10.1rem;font-size:18.5rem;line-height:130%}}.page-not-found__about{font-size:3rem}@media screen and (max-width:1025px){.page-not-found__about{padding-bottom:40.3rem;z-index:5;font-size:1.6rem}}@media screen and (max-width:541px){.page-not-found__about{padding-bottom:24rem;z-index:5;font-size:1.4rem}}.page-not-found button{z-index:10;margin:7.3rem 0 0;width:34rem;height:6rem;border-radius:1rem;background-color:var(--yellow);color:var(--white);font-family:Gilroy,sans-serif;font-weight:700;text-align:center;cursor:pointer}@media screen and (max-width:1025px){.page-not-found button{width:30rem;height:4rem}}@media screen and (max-width:541px){.page-not-found button{width:33rem;height:4rem}}.page-not-found__facepalm{position:absolute;bottom:0;inset-inline-start:73rem;height:74.2rem;width:87.8rem}@media screen and (max-width:1025px){.page-not-found__facepalm{max-width:unset;width:94.8rem;inset-inline-start:0}}@media screen and (max-width:541px){.page-not-found__facepalm{inset-inline-start:-3.5rem;width:51.9rem}}.off-canvas{position:fixed;top:0;inset-inline-start:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);z-index:999;display:none;-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}@media screen and (max-width:1025px){.off-canvas{display:-webkit-box;display:-ms-flexbox;display:flex;padding:8.5rem 0 15rem;width:100%;background-color:var(--white);border-bottom-left-radius:10rem}}@media screen and (max-width:541px){.off-canvas{padding:10rem 0 15rem;border-bottom-left-radius:8rem}}.off-canvas_active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.off-canvas ul li.menu-item{margin-bottom:2rem;padding-bottom:2rem;font-weight:700;border-bottom:0.5px solid #d1d1d1}@media screen and (max-width:541px){.off-canvas ul li.menu-item{margin-bottom:1.5rem;padding-bottom:1.5rem}}.off-canvas ul li.menu-item:last-of-type{margin-bottom:0}.off-canvas ul li.menu-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.off-canvas ul li.menu-item .sub-menu{width:100%;max-height:0;overflow:hidden;opacity:0;-webkit-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out}.off-canvas ul li.menu-item .sub-menu li:not(:last-of-type){margin-bottom:2rem}@media screen and (max-width:541px){.off-canvas ul li.menu-item .sub-menu li:not(:last-of-type){margin-bottom:1.5rem}}.off-canvas ul li.menu-item .sub-menu li a{font-weight:500}.off-canvas ul li.menu-item_active .sub-menu{padding-top:2rem;max-height:50rem;overflow:unset;opacity:1}@media screen and (max-width:541px){.off-canvas ul li.menu-item_active .sub-menu{padding-top:1.5rem}}.off-canvas ul li.menu-item_active svg{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.off-canvas ul li.menu-item svg{-webkit-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out}.char-design-page{background:#fafafa;-ms-touch-action:initial;touch-action:auto;scrollbar-width:none}@media screen and (max-width:481px){.char-design-page{overflow:hidden}}.char-design-page .faq_game-design>.container{z-index:14}@media screen and (max-width:481px){.char-design-page .faq_game-design{padding-top:6.2rem}}.char-design-page .faq_game-design:after{background:#f5f5f5!important;top:-15rem!important;height:25rem!important}@media screen and (max-width:1025px){.char-design-page .faq_game-design:after{z-index:13!important;height:6rem!important;top:-1.2rem!important}}.char-design-page .sub-title{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:2.5rem;line-height:3.8rem;color:var(--black)}@media screen and (max-width:1025px){.char-design-page .sub-title{font-size:1.6rem;line-height:2.4rem}}.char-design-page .large-text{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:4.5rem;line-height:150%;color:var(--white);position:relative;z-index:2}@media screen and (max-width:1025px){.char-design-page .large-text{font-size:2rem;line-height:3rem}}.char-design-page .paint-text__wrap{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;display:inline-block}.char-design-page .paint-text__wrap img{position:absolute;-o-object-fit:cover;object-fit:cover;z-index:1;max-width:none;width:0%;-webkit-transition:width 0.5s ease-in-out;-o-transition:width 0.5s ease-in-out;transition:width 0.5s ease-in-out}.char-design-page .paint-text__wrap h3{opacity:1;z-index:3}.char-design-page .paint-animation img{width:140%;top:50%;left:-36%;-webkit-transform:translate(11%,-50%);-ms-transform:translate(11%,-50%);transform:translate(11%,-50%)}.char-design-page::-webkit-scrollbar{display:none}.char-design-page .gradient-text{background:-o-linear-gradient(0.61deg,#91ebca -0.07%,#91ebca -0.06%,#deeb91 18.12%,#ebdd91 47.72%,#91ebca 76.83%);background:linear-gradient(89.39deg,#91ebca -0.07%,#91ebca -0.06%,#deeb91 18.12%,#ebdd91 47.72%,#91ebca 76.83%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.char-design-page .asymmetric-bg{position:relative}.char-design-page .asymmetric-bg>.container{position:relative;z-index:3}.char-design-page .asymmetric-bg_bottom:after{bottom:-10rem}.char-design-page .asymmetric-bg_bottom:after,.char-design-page .asymmetric-bg_top:after{position:absolute;content:"";width:100%;height:20rem;z-index:2;-webkit-transform:skewY(-5.48deg);-ms-transform:skewY(-5.48deg);transform:skewY(-5.48deg);background:var(--black)}.char-design-page .asymmetric-bg_top:after{top:-10rem}.char-design-page .unity-benefits__top{margin-top:19.2rem;padding-top:5rem}@media screen and (max-width:1025px){.char-design-page .unity-benefits__item{width:44%}}@media screen and (max-width:481px){.char-design-page .unity-benefits__item{width:100%;min-height:auto;padding:3rem}}@media screen and (max-width:1025px){.char-design-page .unity-benefits__item-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width:1025px){.char-design-page .unity-benefits__icon{min-width:5rem;min-height:5rem}}.char-design-page .unity-benefits .paint-text__wrap img{max-height:135px;-o-object-fit:fill;object-fit:fill;top:32%}@media screen and (max-width:1025px){.char-design-page .unity-benefits .paint-text__wrap img{max-height:53px;height:53px!important;-o-object-fit:fill;object-fit:fill;top:30%;max-width:107%;left:-23%}}@media screen and (max-width:481px){.char-design-page .unity-benefits .paint-text__wrap img{max-height:47px;height:47px!important;top:23%}}.char-design-page .unity-benefits h2 span{color:var(--black)}.char-design{background:#fafafa;padding-bottom:23.8rem;padding-top:20rem}@media screen and (max-width:1025px){.char-design{padding-top:3.6rem}}.char-design:after{background:#e5e5e5;top:-11rem!important}@media screen and (max-width:1025px){.char-design:after{height:13rem!important;top:-8rem!important}}@media screen and (max-width:481px){.char-design:after{top:-11rem!important}}.char-design h2{color:var(--black);margin-top:10rem}@media screen and (max-width:1025px){.char-design h2{font-size:3rem;line-height:3.9rem;margin-bottom:1.6rem}}.char-design .simple-text{color:var(--black)}.char-design__title p{color:var(--white)}.char-design__title .large-text__under{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:4.5rem;line-height:4.5rem;color:var(--black)}@media screen and (max-width:1025px){.char-design__title .large-text__under{font-size:2rem;line-height:2rem}}.char-design__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:2rem;position:relative}@media screen and (max-width:1025px){.char-design__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.char-design__image{position:relative;z-index:1;width:31rem}.char-design__image:before{content:"";position:absolute;bottom:0;z-index:2;width:100%;height:40%;background:-webkit-gradient(linear,left bottom,left top,from(#fafafa),color-stop(100.04%,hsla(0,0%,100%,0)));background:-o-linear-gradient(bottom,#fafafa 0%,hsla(0,0%,100%,0) 100.04%);background:linear-gradient(0deg,#fafafa,hsla(0,0%,100%,0) 100.04%)}.char-design__image img{position:absolute;-o-object-fit:contain;object-fit:contain;width:100%;height:100%}@media screen and (max-width:1025px){.char-design__image{width:18rem;height:18rem}}.char-design__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8rem;margin-top:22.2rem}@media screen and (max-width:1025px){.char-design__wrap{margin-top:8.5rem;gap:5.5rem}}.char-design__list{gap:8rem}.char-design__content,.char-design__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.char-design__content{gap:3rem}.char-design__link{font-family:Roboto Mono;font-style:normal;font-weight:400;font-size:1.6rem;line-height:2.4rem;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-transform:uppercase;color:#121212;cursor:pointer}.char-design__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.char-design__text strong{color:var(--black)}.char-design__image-about{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}@media screen and (max-width:1025px){.char-design__image-about{display:none}}.char-design__image-about svg{width:65rem;position:absolute;top:-26rem;opacity:0.8}.char-design__text-about{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;-webkit-box-flex:1;-ms-flex:1;flex:1}.char-tech-stack{background:var(--black);position:relative;padding-bottom:13.8rem}.char-tech-stack h2{margin-bottom:11.2rem;padding-top:5rem}@media screen and (max-width:481px){.char-tech-stack h2{padding-top:0px}}.char-tech-stack:before{position:absolute;content:"";width:100%;height:10rem;background-image:-webkit-gradient(linear,left top,right top,color-stop(33%,#fff),color-stop(0%,hsla(0,0%,100%,0)));background-image:-o-linear-gradient(left,#fff 33%,hsla(0,0%,100%,0) 0%);background-image:linear-gradient(90deg,#fff 33%,hsla(0,0%,100%,0) 0);background-position:bottom;background-size:23px 1px;background-repeat:repeat-x;top:41.4%}@media screen and (max-width:1025px){.char-tech-stack:before{top:33.9%}}@media screen and (max-width:481px){.char-tech-stack:before{top:28.5%}}.char-tech-stack .stack__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:7.3rem}.char-tech-stack .stack__wrap::-webkit-scrollbar{display:none}@media screen and (max-width:1025px){.char-tech-stack .stack__wrap{width:94vw;padding:2rem 0 4rem;overflow-x:scroll;overflow-y:visible;scrollbar-width:none;gap:3rem}}.char-tech-stack .stack__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}@media screen and (max-width:1025px){.char-tech-stack .stack__item{min-width:24rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left}}.char-tech-stack .stack__item p{margin-top:4.5rem}.char-tech-stack .stack__item strong{color:var(--white)}.char-tech-stack .stack__icons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:2rem;margin-bottom:4.5rem}.char-tech-stack .stack__icon,.char-tech-stack .stack__icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.char-tech-stack .stack__icon{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--white);border-radius:20px;width:10rem;height:10rem}@media screen and (max-width:1025px){.char-tech-stack .stack__icon{width:6rem;height:6rem}}.char-tech-stack .stack__icon img{padding:1rem 1.4rem}.char-tech-stack .stack__dot{background:var(--white);border-radius:50%;width:2.4rem;height:2.4rem}.char-design-why-us{background:var(--black);margin-bottom:10rem;position:relative;z-index:3}.char-design-why-us .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-top:23.7rem;padding-bottom:10rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:7rem}@media screen and (max-width:1025px){.char-design-why-us .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3.3rem;padding-top:10rem}}.char-design-why-us .big-title{width:50%}@media screen and (max-width:1025px){.char-design-why-us .big-title{width:100%}}.char-design-why-us__text{-ms-flex-direction:column;flex-direction:column}.char-design-why-us__text,.game-design-why-us__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;gap:2rem}.game-design-why-us__text{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column}.game-design-why-us__text strong{color:var(--white)}.faq{position:relative;padding:27rem 0 31.7rem;background-color:var(--light-grey);overflow:hidden}@media screen and (max-width:1025px){.faq{padding:10rem 0 29rem}}@media screen and (max-width:541px){.faq{padding:17.4rem 0 26rem}}.faq .container{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1025px){.faq .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.faq_game-design{background:#f5f5f5;padding-top:13.7rem;overflow:initial}.faq_game-design strong{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:9rem;line-height:11.7rem;letter-spacing:-0.02em;text-transform:capitalize;color:var(--black)}@media screen and (max-width:1025px){.faq_game-design strong{font-size:2.5rem;line-height:3.2rem}}@media screen and (max-width:481px){.faq_game-design .accordion__header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.faq_game-design .accordion__header h3{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:2.2rem;line-height:3.3rem;color:var(--black)}@media screen and (max-width:481px){.faq_game-design .accordion__header h3{font-size:1.6rem;line-height:2.4rem}}.faq_game-design .accordion__plus{background:none}.faq_game-design .accordion__plus:after,.faq_game-design .accordion__plus:before{background:var(--black)}.faq_game-design .accordion__content p{font-family:Roboto Mono;font-style:normal;font-weight:400;font-size:2rem;line-height:3rem;color:#888}@media screen and (max-width:481px){.faq_game-design .accordion__content p{font-size:1.4rem;line-height:2.1rem}}.faq_game-design .faq__description p strong{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:9rem;line-height:11.7rem;color:var(--black)}@media screen and (max-width:1025px){.faq_game-design .faq__description p strong{font-size:2.5rem;line-height:3.2rem}}.faq__description{width:calc(45% - 10.4rem)}@media screen and (max-width:1025px){.faq__description{width:60%}}@media screen and (max-width:481px){.faq__description{width:100%}}.faq__description .button{margin-top:8rem}@media screen and (max-width:1025px){.faq__description .button{display:none}}.faq__content{padding-top:5rem;width:55%}@media screen and (max-width:1025px){.faq__content{width:100%}}@media screen and (max-width:481px){.faq__content{padding-top:7.5rem}}.faq__decoration{position:absolute;-webkit-transition:.1s linear;-o-transition:.1s linear;transition:.1s linear}.faq__decoration:first-of-type{top:-15rem;inset-inline-start:-32.6rem;width:71.5rem;height:71.5rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,71%,.2)),color-stop(78.65%,hsla(0,0%,71%,0)),to(hsla(0,0%,71%,0)));background:-o-linear-gradient(top,hsla(0,0%,71%,.2) 0%,hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,71%,.2),hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0))}.faq__decoration:first-of-type:before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:calc(100% - 9rem);height:calc(100% - 9rem);background-color:var(--light-grey);border-radius:50%}@media screen and (max-width:1025px){.faq__decoration:first-of-type{top:-12rem;inset-inline-start:-12rem;width:37.2rem;height:37.2rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,71%,.2)),color-stop(78.65%,hsla(0,0%,71%,0)),to(hsla(0,0%,71%,0)));background:-o-linear-gradient(top,hsla(0,0%,71%,.2) 0%,hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,71%,.2),hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0))}.faq__decoration:first-of-type:before{width:calc(100% - 4rem);height:calc(100% - 4rem)}}@media screen and (max-width:541px){.faq__decoration:first-of-type{top:-7.5rem;inset-inline-start:-18rem;width:30.2rem;height:30.2rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,71%,.2)),color-stop(78.65%,hsla(0,0%,71%,0)),to(hsla(0,0%,71%,0)));background:-o-linear-gradient(top,hsla(0,0%,71%,.2) 0%,hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,71%,.2),hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0))}.faq__decoration:first-of-type:before{width:calc(100% - 4rem);height:calc(100% - 4rem)}}.faq__decoration:nth-of-type(2){top:16.8rem;inset-inline-start:37rem;width:7.5rem;height:7.5rem;border-radius:50%;background:var(--green)}@media screen and (max-width:1025px){.faq__decoration:nth-of-type(2){top:8.7rem;inset-inline-start:28.8rem;width:2.8rem;height:2.8rem;border-radius:50%;background:var(--green)}}@media screen and (max-width:541px){.faq__decoration:nth-of-type(2){top:4.6rem;inset-inline-start:11.3rem;width:2.8rem;height:2.8rem;border-radius:50%;background:var(--green)}}.faq__decoration:nth-of-type(3){top:-27.2rem;inset-inline-end:-12.4rem;width:47.5rem;height:47.5rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.faq__decoration:nth-of-type(3){top:-4.2rem;inset-inline-end:-5rem;width:21.6rem;height:21.6rem;border-radius:50%;background:var(--yellow)}}@media screen and (max-width:541px){.faq__decoration:nth-of-type(3){top:-12.6rem;inset-inline-end:-8rem}}.faq__decoration:nth-of-type(4){top:30.6rem;inset-inline-end:5.1rem;width:6.2rem;height:6.2rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.faq__decoration:nth-of-type(4){display:none}}.faq__decoration:nth-of-type(5){bottom:-39rem;inset-inline-end:-29.2rem;width:71.5rem;height:71.5rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,71%,.1)),color-stop(78.65%,hsla(0,0%,71%,0)),to(hsla(0,0%,71%,0)));background:-o-linear-gradient(top,hsla(0,0%,71%,.1) 0%,hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,71%,.1),hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0))}.faq__decoration:nth-of-type(5):before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:calc(100% - 9rem);height:calc(100% - 9rem);background-color:var(--light-grey);border-radius:50%}@media screen and (max-width:1025px){.faq__decoration:nth-of-type(5){display:none}}.unity-portfolio{padding-top:15rem;padding-bottom:10rem;background:var(--black)}@media screen and (max-width:1025px){.unity-portfolio{padding-top:8rem;padding-bottom:3rem}.unity-portfolio:before{padding-bottom:0px}}.unity-portfolio .unity__touch{margin-left:10rem}@media screen and (max-width:1025px){.unity-portfolio .unity__touch{display:none}}.unity-portfolio__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10rem}@media screen and (max-width:1025px){.unity-portfolio__top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.unity-portfolio__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:55%}@media screen and (max-width:1025px){.unity-portfolio__title{width:100%;margin-bottom:4rem}}.unity-portfolio__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem;width:48%}@media screen and (max-width:1025px){.unity-portfolio__text{width:100%}}.unity-portfolio__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;margin-left:8%}@media screen and (max-width:481px){.unity-portfolio__wrap{margin-left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem;position:relative;z-index:11}}@media screen and (max-width:1025px){.unity-portfolio__wrap{margin-left:0px}}.unity-portfolio__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;width:32.2%}.unity-portfolio__item .unity-portfolio__text{width:100%}@media screen and (max-width:1025px){.unity-portfolio__item{width:100%}.unity-portfolio__item .unity-portfolio__text{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;font-size:1.4rem;line-height:2.1rem}}.unity-portfolio__item img{position:relative;z-index:1;-webkit-filter:blur(5px);filter:blur(5px)}@media screen and (max-width:1025px){.unity-portfolio__item img{-webkit-filter:blur(3px);filter:blur(3px)}}.unity-portfolio__text{position:relative;font-family:Roboto Mono;font-style:normal;font-weight:400;font-size:2rem;line-height:3rem;color:#888;z-index:3}.unity__touch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;cursor:pointer}.unity__touch svg{width:5.1rem;height:5.1rem}.unity__touch p{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:2.2rem;line-height:3.5rem;text-transform:uppercase;color:var(--white)}.running-line{background:var(--black);position:relative;padding:9rem 0;overflow:hidden}@media screen and (max-width:1025px){.running-line{display:none}}.running-line_no-bg{background:transparent}.running-line_grey{background:#fafafa}.running-line .line{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:10rem;-webkit-box-align:center;-ms-flex-align:center;background:-o-linear-gradient(0.75deg,#91ebca 0.15%,#91ebca 0.16%,#deeb91 21.41%,#91ebca 63.93%,#ebdd91 99.71%);background:linear-gradient(89.25deg,#91ebca 0.15%,#91ebca 0.16%,#deeb91 21.41%,#91ebca 63.93%,#ebdd91 99.71%);-webkit-box-shadow:5px 10px 30px rgba(97,97,97,.25);box-shadow:5px 10px 30px rgba(97,97,97,.25);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around;align-items:center;white-space:nowrap;overflow:hidden;position:relative}.running-line .line_first{-webkit-transform:rotate(3.73deg);-ms-transform:rotate(3.73deg);transform:rotate(3.73deg);z-index:12}.running-line .line_first p{-webkit-animation:animMarquee 5s linear infinite;animation:animMarquee 5s linear infinite}.running-line .line_second{-webkit-transform:rotate(-5.48deg);-ms-transform:rotate(-5.48deg);transform:rotate(-5.48deg);z-index:11}.running-line .line_second p{-webkit-animation:animMarqueeReverse 5s linear infinite;animation:animMarqueeReverse 5s linear infinite}.running-line .line p{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:2.5rem;line-height:3.8rem;text-transform:uppercase;color:#121212;margin:0 5px}@-webkit-keyframes animMarquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@-webkit-keyframes animMarqueeReverse{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.char-process{background:var(--black);overflow:unset!important;z-index:2}.char-process,.char-process>.container{position:relative}.char-process .paint-text__wrap img{max-height:116px;left:-30%;-o-object-fit:fill;object-fit:fill;top:79%;max-width:105%}@media screen and (max-width:1025px){.char-process .paint-text__wrap img{max-height:49px;height:52px!important}}@media screen and (max-width:481px){.char-process .paint-text__wrap img{max-height:50px;height:50px!important;left:-30%;-o-object-fit:fill;object-fit:fill;top:92%;max-width:129%}}.char-process .big-title{color:var(--white)}.char-process .big-title span{color:var(--black)}.char-process .big-title_ander-text{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:9rem;line-height:9rem;letter-spacing:-0.02em;text-transform:capitalize;color:var(--white)}@media screen and (max-width:1025px){.char-process .big-title_ander-text{font-size:3rem;line-height:3rem}}.char-process .process__title-text{top:0;z-index:3;background:var(--black)}@media screen and (max-width:1025px){.char-process .process__title-text{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-top:5rem}}@media screen and (max-width:481px){.char-process .process__title-text{margin-top:8rem}}.char-process .process__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:relative;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media screen and (max-width:1025px){.char-process .process__wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-top:8rem}}@media screen and (max-width:481px){.char-process .process__wrap{display:none}}.char-process .process__wrap_mobile{display:none}.char-process .process__wrap_mobile:before{content:"";position:absolute;top:2%;width:100%;height:77%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(65%,#fff),color-stop(0,hsla(0,0%,100%,0)));background-image:-o-linear-gradient(#fff 65%,hsla(0,0%,100%,0) 0);background-image:linear-gradient(#fff 65%,hsla(0,0%,100%,0) 0);background-position:0.7rem;background-size:1px 12px;background-repeat:repeat-y}@media screen and (max-width:481px){.char-process .process__wrap_mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6rem;margin-top:6rem;position:relative}}.char-process .process__nav{position:relative;margin-top:31rem;z-index:2;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:8%}@media screen and (max-width:1025px){.char-process .process__nav{margin-left:0%;margin-top:10rem}}.char-process .process__nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:8.5rem;gap:27rem;position:relative}@media screen and (max-width:1025px){.char-process .process__nav ul{gap:18rem}}.char-process .process__nav ul:before{content:"";position:absolute;top:1%;width:100%;height:95%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(65%,#fff),color-stop(0,hsla(0,0%,100%,0)));background-image:-o-linear-gradient(#fff 65%,hsla(0,0%,100%,0) 0);background-image:linear-gradient(#fff 65%,hsla(0,0%,100%,0) 0);background-position:0.7rem;background-size:1px 12px;background-repeat:repeat-y;left:0.4rem}@media screen and (max-width:1025px){.char-process .process__nav ul:before{top:2%;width:100%;height:91%;left:0px}}.char-process .process__nav li{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1.9rem;opacity:0.5;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;position:relative;z-index:3}@media screen and (max-width:1025px){.char-process .process__nav li{margin-bottom:2.5rem}}.char-process .process__nav li.active{opacity:1}@media screen and (max-width:1025px){.char-process .process__content{margin-bottom:18rem}}.char-process .process__track{position:absolute;height:85%;width:100%;top:0;z-index:4}@media screen and (max-width:481px){.char-process .process__track{position:static}}@media screen and (max-width:1025px){.char-process .process__track{height:100%;width:80%;background:none}}.char-process .process__fake-scroll{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:-webkit-sticky;position:sticky;padding-top:10rem;top:0px;width:100%;background:var(--black)}@media screen and (max-width:481px){.char-process .process__fake-scroll{position:static;top:0}.char-process .process__fake-scroll .process__content{display:none}}@media screen and (max-width:1025px){.char-process .process__fake-scroll{background:none;padding-top:0px}.char-process .process__fake-scroll .process__content{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:0px;padding-top:10rem}}.char-process .process__scene{background:var(--black);position:absolute;top:20rem;right:-13rem;border-radius:50%;width:55rem;height:55rem;overflow:hidden;z-index:4;-webkit-box-shadow:0px 0px 44px 19px hsla(0,0%,100%,.33);box-shadow:0px 0px 44px 19px hsla(0,0%,100%,.33)}@media screen and (max-width:1025px){.char-process .process__scene{width:20.2rem;height:20.2rem;margin-left:auto;margin-right:auto;left:0;right:0;top:3rem;position:-webkit-sticky;position:sticky}}.char-process .process__scene img{position:absolute;-webkit-transition:0.2s;-o-transition:0.2s;transition:0.2s;display:none;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}@media screen and (max-width:481px){.char-process .process__scene img{display:block}}.char-process .process__scene img.active{display:block}.char-process .process__scene.fixed{position:fixed}.char-process .process__step{background:var(--white);border-radius:50%;width:2.4rem;height:2.4rem;margin-top:1rem}@media screen and (max-width:1025px){.char-process .process__step{width:1.5rem;height:1.5rem;margin-top:0.8rem}}.char-process .process__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}@media screen and (max-width:481px){.char-process .process__text{margin-left:2.3rem}}.char-process .process__title{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:2.2rem;line-height:3.3rem;color:var(--white)}@media screen and (max-width:1025px){.char-process .process__title{font-size:1.6rem;line-height:2.4rem}}.char-process .process__label{font-family:Roboto Mono;font-style:normal;font-weight:400;font-size:2rem;line-height:3rem;color:var(--white)}@media screen and (max-width:1025px){.char-process .process__label{font-size:1.4rem;line-height:2.1rem}}.char-process .process__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:1rem}@media screen and (max-width:481px){.char-process .process__image{margin-top:2rem;position:relative}}@media screen and (max-width:481px){.char-process .process__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}}.char-our-client{padding-top:51.7rem;padding-bottom:21.3rem;background:var(--black)}.char-our-client h2{-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (max-width:1025px){.char-our-client{padding-top:15rem;padding-bottom:0px}}.char-our-client .client__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:1025px){.char-our-client .client__title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem}}.char-our-client .client__title div{-webkit-box-flex:1;-ms-flex:1;flex:1}.char-our-client .client__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.char-our-client .client__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:2rem;margin-top:13rem}@media screen and (max-width:1025px){.char-our-client .client__wrap{margin-top:5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.char-our-client .client__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:var(--white);border-radius:30px;padding:6rem 3.8rem;gap:1rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:43rem;width:33.3%}@media screen and (max-width:1025px){.char-our-client .client__item{padding:3rem 2rem;width:100%;height:auto}}.char-our-client .client__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1025px){.char-our-client .client__header{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.char-our-client .client__name{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:2.2rem;line-height:3.3rem;color:#121212}@media screen and (max-width:1025px){.char-our-client .client__name{font-size:1.6rem;line-height:2.4rem}}.char-our-client .client .up-work img{margin-bottom:0.8rem}.char-our-client .client__review-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.char-our-client .client__review-text p{font-family:Roboto Mono;font-style:normal;font-weight:400;font-size:2rem;line-height:3rem;color:#888}@media screen and (max-width:1025px){.char-our-client .client__review-text p{font-size:1.4rem;line-height:2.1rem;color:var(--black)}}.char-our-client .client__link{font-family:Roboto Mono;font-style:normal;font-weight:400;font-size:1.6rem;line-height:2.4rem;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-transform:uppercase;color:#121212;margin-top:4rem}@media screen and (max-width:1025px){.char-our-client .client__link{margin-top:2rem;font-size:1.4rem;line-height:2.1rem}}.char-our-client .client__order{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:2rem;margin-top:5rem;cursor:pointer}.char-our-client .client__order svg{width:5.1rem;height:5.1rem}.char-our-client .client__order p{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:2.2rem;line-height:3.3rem;text-transform:uppercase}@media screen and (max-width:1025px){.char-our-client .client__order p{font-size:1.6rem;line-height:2.4rem}}.char-portfolio{background:var(--black);padding-top:8rem}.char-portfolio .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.char-portfolio .portfolio__link{font-family:Roboto Mono;font-style:normal;font-weight:400;font-size:1.6rem;line-height:2.4rem;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-transform:uppercase;color:var(--white);cursor:pointer}.char-portfolio .portfolio__link-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:3rem}.char-portfolio .portfolio__link-wrap,.char-portfolio .portfolio__see-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:0.2s;-o-transition:0.2s;transition:0.2s}.char-portfolio .portfolio__see-more{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--white);border-radius:50%;position:absolute;top:45%;left:41%;right:0;width:10rem;height:10rem;z-index:3;cursor:pointer;opacity:0}@media screen and (max-width:1025px){.char-portfolio .portfolio__see-more{display:none}}.char-portfolio .portfolio__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:13rem}@media screen and (max-width:1025px){.char-portfolio .portfolio__title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:5rem}.char-portfolio .portfolio__title .big-title{margin-bottom:3rem}}.char-portfolio .portfolio__title h2{-webkit-box-flex:1;-ms-flex:1;flex:1}.char-portfolio .portfolio__text{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}.char-portfolio .portfolio__text,.char-portfolio .portfolio__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;gap:2rem}.char-portfolio .portfolio__wrap{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:8%}@media screen and (max-width:481px){.char-portfolio .portfolio__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;margin-left:0}}.char-portfolio .portfolio__wrap_hidden{-webkit-transition:0.2s;-o-transition:0.2s;transition:0.2s;height:0px;overflow:hidden}.char-portfolio .portfolio__image{position:relative}.char-portfolio .portfolio__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;width:65%;position:relative;cursor:pointer}@media screen and (max-width:1025px){.char-portfolio .portfolio__item{width:64%}}@media screen and (max-width:481px){.char-portfolio .portfolio__item{width:100%}}.char-portfolio .portfolio__item:before{position:absolute;content:" ";width:100%;height:100%;background:var(--black);-webkit-filter:grayscale(20%);filter:grayscale(20%);opacity:0;-webkit-transition:0.2s;-o-transition:0.2s;transition:0.2s;z-index:2}.char-portfolio .portfolio__item img{position:relative;z-index:1}.char-portfolio .portfolio__item_blank{width:32%}@media screen and (max-width:1025px){.char-portfolio .portfolio__item_blank{width:30%}}@media screen and (max-width:481px){.char-portfolio .portfolio__item_blank{width:100%}}.char-portfolio .portfolio__item:hover .portfolio__see-more{opacity:1}.char-portfolio .portfolio__item:hover:before{opacity:0.2}.char-portfolio .portfolio__item img{-o-object-fit:cover;object-fit:cover;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.char-lets-talk{background:-o-linear-gradient(0.61deg,#91ebca -0.07%,#91ebca -0.06%,#deeb91 18.12%,#ebdd91 47.72%,#91ebca 76.83%);background:linear-gradient(89.39deg,#91ebca -0.07%,#91ebca -0.06%,#deeb91 18.12%,#ebdd91 47.72%,#91ebca 76.83%);padding-bottom:10rem;margin-bottom:10rem;padding-top:10rem;position:relative;z-index:2}@media screen and (max-width:1025px){.char-lets-talk{padding-bottom:0px;margin-bottom:0px}}.char-lets-talk .paint-text__wrap img{-o-object-fit:fill;object-fit:fill;max-width:138%;max-height:137px;top:88%}@media screen and (max-width:1025px){.char-lets-talk .paint-text__wrap img{max-height:55px}}@media screen and (max-width:481px){.char-lets-talk .paint-text__wrap img{max-height:51px;height:51px!important}}.char-lets-talk .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:12}@media screen and (max-width:1025px){.char-lets-talk .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.char-lets-talk:after{content:none}.char-lets-talk:after,.char-lets-talk:before{background:-o-linear-gradient(0.61deg,#91ebca -0.07%,#91ebca -0.06%,#deeb91 18.12%,#ebdd91 47.72%,#91ebca 76.83%);background:linear-gradient(89.39deg,#91ebca -0.07%,#91ebca -0.06%,#deeb91 18.12%,#ebdd91 47.72%,#91ebca 76.83%)}.char-lets-talk:before{position:absolute;content:"";height:100%;bottom:0;width:100%;-webkit-transform:skewY(-5.48deg);-ms-transform:skewY(-5.48deg);transform:skewY(-5.48deg);z-index:10}.char-lets-talk .talk__text{-webkit-box-flex:2.8;-ms-flex:2.8;flex:2.8}.char-lets-talk .talk__text .simple-text{color:var(--black);margin-bottom:2rem}.char-lets-talk .talk__order{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;margin-top:7rem;cursor:pointer}.char-lets-talk .talk__order svg{width:5.1rem;height:5.1rem}.char-lets-talk .talk__order p{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:2.2rem;line-height:3.3rem;text-transform:uppercase;color:var(--black)}@media screen and (max-width:481px){.char-lets-talk .talk__order p{font-size:1.6rem;line-height:2.4rem}}.char-lets-talk .talk__image{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}@media screen and (max-width:1025px){.char-lets-talk .talk__image{padding-bottom:5rem}}.char-lets-talk .talk__image img{position:absolute;top:-33rem;z-index:11;width:62.2rem;max-width:none;left:-41px}@media screen and (max-width:1025px){.char-lets-talk .talk__image img{top:-11rem;z-index:11;width:14.2rem;left:6rem}}.char-lets-talk .talk__title{margin-bottom:7rem}.accordion{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #d2d2d2}@media screen and (max-width:1025px){.accordion{margin-bottom:3rem}}.accordion__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}@media screen and (max-width:1025px){.accordion__header{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.accordion__header h3{font-weight:700}.accordion__plus{position:relative;-webkit-margin-end:1.8rem;margin-inline-end:1.8rem;width:1.6rem;height:1.6rem;-webkit-box-flex:0;-ms-flex:none;flex:none}@media screen and (max-width:1025px){.accordion__plus{width:3rem;height:3rem;background-color:var(--yellow);border-radius:50%}}.accordion__plus:after,.accordion__plus:before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);height:2px;width:1.6rem;background-color:var(--yellow);border-radius:10px;-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}@media screen and (max-width:1025px){.accordion__plus:after,.accordion__plus:before{height:1px;width:1.2rem;background-color:var(--white)}}.accordion__plus:after{-webkit-transform:var(--transform-centered) rotate(90deg);-ms-transform:var(--transform-centered) rotate(90deg);transform:var(--transform-centered) rotate(90deg)}.accordion__content{padding:0 0 0 3.4rem;max-height:0;opacity:0;overflow:hidden;-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}@media screen and (max-width:1025px){.accordion__content{padding:0}}.accordion_active .accordion__plus:after{-webkit-transform:var(--transform-centered) rotate(0);-ms-transform:var(--transform-centered) rotate(0);transform:var(--transform-centered) rotate(0)}.accordion_active .accordion__content{padding:2rem 0 0 3.4rem;max-height:50rem;opacity:1}@media screen and (max-width:1025px){.accordion_active .accordion__content{padding:2rem 0 0}}.footer{position:relative;z-index:2;background-color:var(--green)}.footer_black{background:var(--black)}.footer_black .footer__decoration,.footer_black .footer__decoration:before{background-color:var(--black)!important}.footer>.footer__decoration{position:absolute;top:0;inset-inline-start:8.5rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:13.7rem;height:13.7rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.footer>.footer__decoration{top:-14rem;inset-inline-start:0;-webkit-transform:translate(-50%,-100%);-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%);width:10rem;height:10rem;border-radius:50%;background:var(--green)}}@media screen and (max-width:541px){.footer>.footer__decoration{top:-17rem;z-index:5}}.footer__inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}@media screen and (max-width:541px){.footer__inner{padding-top:5rem}}.footer__inner>.footer__decoration{position:absolute}.footer__inner>.footer__decoration:first-of-type{top:40rem;inset-inline-end:10rem;z-index:2;width:6.2rem;height:6.2rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.footer__inner>.footer__decoration:first-of-type{top:55rem;inset-inline-end:3rem;width:3.8rem;height:3.8rem;border-radius:50%;background:var(--yellow)}}@media screen and (max-width:541px){.footer__inner>.footer__decoration:first-of-type{top:78rem;inset-inline-end:-1rem}}.footer__inner>.footer__decoration:nth-of-type(2){bottom:-3rem;inset-inline-start:-41.5rem;width:71.5rem;height:71.5rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),color-stop(78.65%,hsla(0,0%,100%,0)),to(hsla(0,0%,100%,0)));background:-o-linear-gradient(top,hsla(0,0%,100%,.1) 0%,hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0))}.footer__inner>.footer__decoration:nth-of-type(2):before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:calc(100% - 9rem);height:calc(100% - 9rem);background-color:var(--green);border-radius:50%}@media screen and (max-width:1025px){.footer__inner>.footer__decoration:nth-of-type(2){bottom:3rem;inset-inline-start:-17rem;width:30.5rem;height:30.5rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),color-stop(78.65%,hsla(0,0%,100%,0)),to(hsla(0,0%,100%,0)));background:-o-linear-gradient(top,hsla(0,0%,100%,.1) 0%,hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0))}.footer__inner>.footer__decoration:nth-of-type(2):before{width:calc(100% - 5rem);height:calc(100% - 5rem)}}@media screen and (max-width:541px){.footer__inner>.footer__decoration:nth-of-type(2){bottom:10rem;inset-inline-start:-18rem}}.footer__inner>.footer__decoration:nth-of-type(3){bottom:0;inset-inline-end:-61rem;-webkit-transform:rotate(-127.42deg);-ms-transform:rotate(-127.42deg);transform:rotate(-127.42deg);z-index:0;width:102.5rem;height:102.5rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),color-stop(78.65%,hsla(0,0%,100%,0)),to(hsla(0,0%,100%,0)));background:-o-linear-gradient(top,hsla(0,0%,100%,.1) 0%,hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0))}.footer__inner>.footer__decoration:nth-of-type(3):before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:calc(100% - 13rem);height:calc(100% - 13rem);background-color:var(--green);border-radius:50%}@media screen and (max-width:1025px){.footer__inner>.footer__decoration:nth-of-type(3){bottom:-10rem;inset-inline-end:-15rem;width:35.5rem;height:35.5rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),color-stop(78.65%,hsla(0,0%,100%,0)),to(hsla(0,0%,100%,0)));background:-o-linear-gradient(top,hsla(0,0%,100%,.1) 0%,hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0))}.footer__inner>.footer__decoration:nth-of-type(3):before{width:calc(100% - 5rem);height:calc(100% - 5rem)}}@media screen and (max-width:541px){.footer__inner>.footer__decoration:nth-of-type(3){bottom:-7rem;inset-inline-end:-20rem}}.footer__logo{margin-bottom:3rem}@media screen and (max-width:1025px){.footer__logo{margin-bottom:4rem;width:12.7rem}}@media screen and (max-width:541px){.footer__logo{margin-bottom:3rem}}.footer__logo a{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__bottom,.footer__top{position:relative;z-index:1}.footer__bottom .container,.footer__top .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:1025px){.footer__bottom .container,.footer__top .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.footer__bottom p,.footer__top p{color:var(--white)}.footer__top{padding-top:73rem;padding-bottom:8rem;border-bottom:1px solid hsla(0,0%,100%,.5)}@media screen and (max-width:541px){.footer__top{padding-bottom:5rem}}@media screen and (max-width:1025px){.footer__top{padding-bottom:5rem}}.footer__top .container{gap:22.2rem}@media screen and (max-width:541px){.footer__top .container{gap:0}}@media screen and (max-width:1025px){.footer__top .container{gap:0}}@media screen and (max-width:1025px){.footer__top{padding-top:61.1rem}}.footer__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:3rem;gap:1.6rem}.footer__social a{cursor:pointer}@media screen and (max-width:1025px){.footer__social{margin-top:4.5rem}}@media screen and (max-width:541px){.footer__social{margin-top:3rem}}.footer__col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.footer__col h2{color:var(--white);margin-bottom:3rem;font-weight:700}@media screen and (max-width:541px){.footer__col h2{margin-bottom:2rem}}@media screen and (max-width:1025px){.footer__col{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}}.footer__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;-ms-flex-pack:distribute;justify-content:space-around}@media screen and (max-width:1025px){.footer__menu{margin-top:7rem;width:100%;gap:20px}.footer__menu:after{content:" ";position:absolute;left:0;right:0;width:120vw;margin-left:-20vw;height:1px;background-color:hsla(0,0%,100%,.5)}.footer__menu .footer__col{padding-top:4.5rem;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-flex:1;-ms-flex:1;flex:1}}@media screen and (max-width:541px){.footer__menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;gap:0;margin-top:5rem}.footer__menu:after{top:0}}.footer__bottom{margin:4rem 0 8rem}@media screen and (max-width:1025px){.footer__bottom{margin:2rem 0 5rem}.footer__bottom .container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.footer__policy{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:1025px){.footer__policy{margin-bottom:2.8rem}}.footer__policy a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.footer__policy a:last-of-type p{-webkit-margin-end:0;margin-inline-end:0}.footer__policy p:first-of-type{-webkit-margin-end:4.7rem;margin-inline-end:4.7rem}.footer__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer__links li{margin-bottom:1rem;font-size:2rem}@media screen and (max-width:1025px){.footer__links li{-webkit-margin-end:5rem;margin-inline-end:5rem}.footer__links li p{font-size:1.4rem}}@media screen and (max-width:541px){.footer__links li{-webkit-margin-end:0;margin-inline-end:0}}.footer__links li:last-of-type{-webkit-margin-end:0;margin-inline-end:0}.footer__links li p{font-weight:500;white-space:normal}.footer__links li :last-of-type{margin-bottom:0px}.footer_contact-us .get-in-touch{top:-60rem;padding-top:4rem}.footer_contact-us .footer__top{padding-top:32rem}.footer_contact-us .footer__inner{overflow:hidden}.footer_contact-us>.footer__decoration{z-index:5}@media screen and (max-width:1025px){.footer_contact-us>.footer__decoration{opacity:0}}#iframe-0.2842074366736631{display:none}.get-in-touch{position:absolute;top:-15.5rem;inset-inline-start:0;z-index:3;width:100%}@media screen and (max-width:1025px){.get-in-touch{top:-19.5rem}}@media screen and (max-width:541px){.get-in-touch{top:-22.5rem}}.get-in-touch__decoration{position:absolute;bottom:-3rem;inset-inline-start:4.6rem;width:5.7rem;height:5.7rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:541px){.get-in-touch__decoration{bottom:-4rem;inset-inline-start:-2.3rem}}.get-in-touch__wrapper{position:relative;padding:8.5rem 7rem 12.5rem;height:81.8rem;background-color:var(--white);border-radius:2rem;-webkit-box-shadow:0.5rem 1rem 4rem hsla(0,0%,76%,.2);box-shadow:0.5rem 1rem 4rem hsla(0,0%,76%,.2)}@media screen and (max-width:1025px){.get-in-touch__wrapper{-webkit-transform:var(--transform-get-in-touch);-ms-transform:var(--transform-get-in-touch);transform:var(--transform-get-in-touch);z-index:20;padding:4.4rem 9.7rem;width:100vw;height:auto;border-radius:0;overflow-x:clip}}@media screen and (max-width:541px){.get-in-touch__wrapper{-webkit-transform:var(--transform-get-in-touch);-ms-transform:var(--transform-get-in-touch);transform:var(--transform-get-in-touch);overflow-x:hidden;padding:11rem 2.3rem 2rem}}.get-in-touch__wrapper .smartphone{position:absolute;top:-8.3rem;inset-inline-start:0rem;-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}@media screen and (max-width:1025px){.get-in-touch__wrapper .smartphone{top:2.2rem;inset-inline-start:-4.6rem}}@media screen and (max-width:541px){.get-in-touch__wrapper .smartphone{top:0;inset-inline-end:-7.4rem;inset-inline-start:auto}}.get-in-touch__content{-webkit-margin-start:auto;margin-inline-start:auto;width:calc(100% - 47.5rem);-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}@media screen and (max-width:1025px){.get-in-touch__content{width:calc(50% + 5rem)}}@media screen and (max-width:541px){.get-in-touch__content{z-index:10;width:100%}}.get-in-touch__content>.big-heading{margin-bottom:1rem}@media screen and (max-width:1025px){.get-in-touch__content>.big-heading{margin-bottom:2rem}}.get-in-touch__content .nav{margin-top:4rem;margin-bottom:6rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:1025px){.get-in-touch__content .nav{margin-top:3rem;margin-bottom:2rem}}@media screen and (max-width:541px){.get-in-touch__content .nav{margin-top:5rem}}.get-in-touch__content .nav__item{-webkit-padding-start:3rem;padding-inline-start:3rem;-webkit-padding-end:3rem;padding-inline-end:3rem}.get-in-touch__content .tabs__item a{display:block}.get-in-touch__text{color:#989898}@media screen and (max-width:541px){.get-in-touch__text{max-width:20rem}}.get-in-touch__thanks{position:absolute;top:0;inset-inline-start:0;z-index:-1;padding:0;width:100%;height:100%;background-color:var(--white);border-radius:2rem;-webkit-box-shadow:0.5rem 1rem 4rem hsla(0,0%,76%,.2);box-shadow:0.5rem 1rem 4rem hsla(0,0%,76%,.2);opacity:0;-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}@media screen and (max-width:1025px){.get-in-touch__thanks{width:100vw;height:60rem;border-radius:0}}@media screen and (max-width:541px){.get-in-touch__thanks{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-bottom:15rem;height:100%;border-radius:0}}.get-in-touch_done .get-in-touch__wrapper .smartphone{opacity:0}.get-in-touch_done .get-in-touch__content{opacity:0;pointer-events:none}.get-in-touch_done .get-in-touch__thanks{opacity:1;z-index:2}.get-in-touch_loading .button__loading-screen{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.get-in-touch_black strong{color:var(--dark-grey)}.get-in-touch_black .nav__slide,.get-in-touch_black button{background-color:var(--black)}.get-in-touch_black .contact-form__claimer span,.get-in-touch_black .custom-select__prompt,.get-in-touch_black .tabs__item a{color:var(--black)}.get-in-touch_black .custom-select:after,.get-in-touch_black .custom-select:before{background-color:var(--black)}.smartphone img{width:58rem}@media screen and (max-width:1025px){.smartphone img{width:37.5rem}}@media screen and (max-width:541px){.smartphone img{width:24rem}}.filter-header{position:fixed;top:0;inset-inline-start:0;z-index:3000;width:100%;padding:1.5rem 0;background-color:var(--white);-webkit-box-shadow:0 4px 10px hsla(0,0%,79%,.25);box-shadow:0 4px 10px hsla(0,0%,79%,.25)}.filter-header .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filter-header__logo{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.filter-header__logo svg{width:7.2rem;height:auto}.filter-header__logo svg path{fill:var(--yellow)}.topsity-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:34rem;height:6rem;background-color:var(--white);border-radius:1rem;font-weight:700;color:#333;text-align:center;line-height:2.8}@media screen and (max-width:1025px){.topsity-button{width:30rem;height:4.5rem;border-radius:5px}}@media screen and (max-width:541px){.topsity-button{width:100%}}.nav{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:10rem;width:89vw;background-color:var(--grey);border-radius:3rem;overflow-x:scroll;scrollbar-width:none;pointer-events:all;scroll-behavior:smooth}@media screen and (max-width:1025px){.nav{margin-bottom:7rem;width:92vw}}@media screen and (max-width:541px){.nav{width:98vw}}.nav::-webkit-scrollbar{display:none}.nav__item{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.5rem 6rem;border-radius:3rem;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media screen and (max-width:1025px){.nav__item{padding:1rem 3rem}}.nav__item_active{color:var(--white)}.nav__item_active .nav__prompt{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1}.nav__item>.medium-text,.nav__item>.nav__prompt,.nav__item>p{font-weight:700;white-space:nowrap;-webkit-transition:.6s ease-in-out;-o-transition:.6s ease-in-out;transition:.6s ease-in-out;-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.nav__prompt{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);opacity:0}.nav__slide{position:absolute;top:0;inset-inline-start:0;height:6rem;background-color:var(--yellow);border-radius:3rem;-webkit-transition:.6s ease-in-out;-o-transition:.6s ease-in-out;transition:.6s ease-in-out;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media screen and (max-width:1025px){.nav__slide{height:4.1rem}}.tabs__item{display:none}.tabs__item_active{display:block;-webkit-animation:fadeIn 1s;animation:fadeIn 1s}.contact-form{display:grid;grid:"a c" "b c" "d c" "e f" "g h";grid-gap:1.5rem 2rem}@media screen and (max-width:1025px){.contact-form{grid:"a" "b" "d" "e" "c" "c" "c" "f" "h" "g";grid-gap:1.5rem 0}}.contact-form__claimer{margin-top:-1rem;grid-area:h;color:#838b8f}.contact-form__claimer span{display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--yellow)}.contact-form .form-field:first-of-type{grid-area:a}.contact-form .form-field:nth-of-type(2){grid-area:b}.contact-form .form-field:nth-of-type(3){grid-area:d}.contact-form .form-field:nth-of-type(4){grid-area:c}.contact-form .custom-select{grid-area:e}.contact-form .button{grid-area:f;width:100%}.form-field{position:relative;padding:1.5rem 3rem;border:1px solid;background-color:var(--light-grey);border-radius:1rem;border-color:var(--light-grey);-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}@media screen and (max-width:1025px){.form-field{padding:.9rem 3rem;border-radius:.5rem}}.form-field textarea{height:100%;resize:none}.form-field_incorrect{border-color:var(--yellow)}.form-field_incorrect .form-field__input::-webkit-input-placeholder{color:var(--yellow)}.form-field_incorrect .form-field__prompt{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);opacity:1}.form-field__input{width:100%;color:var(--black-text);font-size:2rem}@media screen and (max-width:1025px){.form-field__input{font-size:1.2rem}}@media screen and (max-width:541px){.form-field__input{font-size:1.2rem}}.form-field__input::-webkit-input-placeholder{color:#a8a8a8;font-size:2rem}@media screen and (max-width:1025px){.form-field__input::-webkit-input-placeholder{font-size:1.2rem}}@media screen and (max-width:541px){.form-field__input::-webkit-input-placeholder{font-size:1.2rem}}.form-field__prompt{position:absolute;top:0;inset-inline-end:0;font-size:1.4rem;color:var(--yellow);opacity:0;-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}@media screen and (max-width:1025px){.form-field__prompt{font-size:1.2rem}}.custom-select{position:relative;display:inline-block;width:100%}.custom-select select{display:block;padding:1.5rem 3rem;width:100%;height:6rem;border:2px solid;background-color:var(--light-grey);border-radius:1rem;border-color:var(--light-grey);font-size:2rem;color:#a8a8a8;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}@media screen and (max-width:1025px){.custom-select select{padding:1rem 3rem;height:4rem;font-size:1.2rem}}.custom-select:after,.custom-select:before{content:"";position:absolute;top:50%;inset-inline-end:2rem;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);height:2px;width:1.6rem;background-color:var(--yellow);border-radius:10px;-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}.custom-select:after{-webkit-transform:var(--transform-centered) rotate(90deg);-ms-transform:var(--transform-centered) rotate(90deg);transform:var(--transform-centered) rotate(90deg)}.custom-select.active:after{-webkit-transform:var(--transform-centered) rotate(0);-ms-transform:var(--transform-centered) rotate(0);transform:var(--transform-centered) rotate(0)}.custom-select_incorrect select{border-color:var(--yellow)}.custom-select_incorrect .custom-select__prompt{-webkit-transform:translateY(calc(100% + .5rem));-ms-transform:translateY(calc(100% + .5rem));transform:translateY(calc(100% + .5rem));opacity:1}.custom-select .selector-options{position:absolute;top:calc(100% - 1.5rem);inset-inline-start:0;z-index:1;padding-top:1.5rem;margin:0;width:100%;background:var(--light-grey);border-radius:1rem;list-style:none;-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.custom-select .selector-options li{padding:1rem 3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--black-text);cursor:pointer;-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}.custom-select .selector-options li:hover{background-color:var(--white)}.custom-select .selector-options li:last-of-type{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.custom-select__prompt{position:absolute;bottom:0;inset-inline-start:0;font-size:1.2rem;font-weight:700;color:var(--yellow);opacity:0;-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}.offices{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5rem}@media screen and (max-width:1025px){.offices{grid-template-columns:repeat(2,1fr);grid-gap:4rem 2.5rem}}@media screen and (max-width:541px){.offices{margin-bottom:2rem}}.office__heading{font-weight:700;margin-bottom:4rem}@media screen and (max-width:1025px){.office__heading{font-size:1.2rem;margin-bottom:3rem}}.office__list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.office__list li:not(:last-of-type){margin-bottom:2rem}.office__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:3.5rem;height:3.5rem;-webkit-margin-end:2rem;margin-inline-end:2rem;background-color:var(--light-yellow);border-radius:50%}@media screen and (max-width:1025px){.office__icon{width:2.7rem;height:2.7rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.office__icon svg{width:1.7rem;height:auto}}.thanks{padding:10.5rem 7rem 12.5rem 13.7rem}@media screen and (max-width:1025px){.thanks{padding:13rem 0 0 7.4rem}}@media screen and (max-width:541px){.thanks{padding:0;text-align:center}}.thanks__logo{width:15.9rem;height:3.8rem}@media screen and (max-width:1025px){.thanks__logo{width:7.7rem;height:1.9rem}}@media screen and (max-width:541px){.thanks__logo{width:6.8rem;height:1.6rem;margin-bottom:6rem}}.thanks .reverse-smartphone{position:absolute;top:-8.3rem;inset-inline-end:7.2rem}@media screen and (max-width:1025px){.thanks .reverse-smartphone{inset-inline-end:-3.7rem;top:2.2rem;width:37.8rem}}@media screen and (max-width:541px){.thanks .reverse-smartphone{inset-inline-end:2rem;top:6.8rem;width:24.1rem}}.thanks__text{padding-top:18.6rem}@media screen and (max-width:1025px){.thanks__text{padding-top:14.9rem}}@media screen and (max-width:541px){.thanks__text{padding:0}.thanks__text h3{margin-bottom:1rem}}.thanks h2{font-weight:700}.thanks p{color:var(--yellow)}.thanks__decoration{position:absolute;top:13rem;inset-inline-end:4.3rem;z-index:0;width:56.5rem;height:56.5rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.thanks__decoration{top:10.6rem;inset-inline-end:-7.8rem;width:39.4rem;height:39.4rem;border-radius:50%;background:var(--yellow)}}@media screen and (max-width:541px){.thanks__decoration{top:10.6rem;inset-inline-end:-4.6rem;width:26.2rem;height:26.2rem;border-radius:50%;background:var(--yellow)}}.reverse-smartphone img{width:58rem}.clutch_widget{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:#fff;border-radius:10px;padding:2.1rem;max-width:30rem}@media screen and (max-width:541px){.clutch_widget{max-width:19rem}}@media screen and (max-width:1025px){.clutch_widget{max-width:22rem}}.modal{position:fixed;top:0;inset-inline-start:0;z-index:9999;display:none;width:100vw;height:100vh;padding:8.5rem 7.5rem 0;background:rgba(0,0,0,.4);overflow-y:auto;overflow-x:hidden;-webkit-animation:fade 1s;animation:fade 1s}@media screen and (max-width:1025px){.modal{padding:6.2rem 0}}@media screen and (max-width:541px){.modal{padding:0}}.modal_active{display:-webkit-box;display:-ms-flexbox;display:flex}.modal__wrapper{position:relative;width:177rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:10.6rem 17.5rem;background-color:var(--green);border-radius:3rem;overflow:hidden}@media screen and (max-width:1025px){.modal__wrapper{margin:auto 0;padding:7rem 6.2rem;width:100%}}@media screen and (max-width:541px){.modal__wrapper{margin:0;padding:0;height:100vh;background-color:var(--white);border-radius:unset;overflow-y:auto}.modal__wrapper::-webkit-scrollbar{display:none}}.modal__wrapper_white{width:105.6rem;padding:7rem 8rem;background-color:var(--white);border-radius:1rem}@media screen and (max-width:1025px){.modal__wrapper_white{width:46rem;padding:5rem}}@media screen and (max-width:541px){.modal__wrapper_white{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%;padding:6rem 3rem}}@media screen and (max-width:1025px){.modal__wrapper_white .modal__close{inset-inline-end:3rem}}.modal__wrapper_white .modal__close svg path{fill:var(--black-text)}.modal__close{position:absolute;top:6rem;inset-inline-end:6rem;z-index:5;cursor:pointer}.modal__close svg path{fill:var(--white)}@media screen and (max-width:1025px){.modal__close{top:3rem;inset-inline-end:6.2rem}.modal__close svg{width:1.5rem}.modal__close svg path{fill:var(--white)}}@media screen and (max-width:541px){.modal__close{inset-inline-end:2.2rem}}.modal__decoration{position:absolute}.modal__decoration:first-of-type{top:10rem;inset-inline-start:-48rem;width:71.5rem;height:71.5rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),color-stop(78.65%,hsla(0,0%,100%,0)),to(hsla(0,0%,100%,0)));background:-o-linear-gradient(top,hsla(0,0%,100%,.1) 0%,hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0))}.modal__decoration:first-of-type:before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:calc(100% - 9rem);height:calc(100% - 9rem);background-color:var(--green);border-radius:50%}@media screen and (max-width:1025px){.modal__decoration:first-of-type{top:-.6rem;inset-inline-start:-15rem;width:36.2rem;height:36.2rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),color-stop(78.65%,hsla(0,0%,100%,0)),to(hsla(0,0%,100%,0)));background:-o-linear-gradient(top,hsla(0,0%,100%,.1) 0%,hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0))}.modal__decoration:first-of-type:before{width:calc(100% - 4rem);height:calc(100% - 4rem)}}@media screen and (max-width:541px){.modal__decoration:first-of-type{display:none}}.modal__decoration:nth-of-type(2){bottom:-16.8rem;inset-inline-end:-52rem;-webkit-transform:rotate(-58.25deg);-ms-transform:rotate(-58.25deg);transform:rotate(-58.25deg);width:102.5rem;height:102.5rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),color-stop(78.65%,hsla(0,0%,100%,0)),to(hsla(0,0%,100%,0)));background:-o-linear-gradient(top,hsla(0,0%,100%,.1) 0%,hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0))}.modal__decoration:nth-of-type(2):before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:calc(100% - 12rem);height:calc(100% - 12rem);background-color:var(--green);border-radius:50%}@media screen and (max-width:1025px){.modal__decoration:nth-of-type(2){bottom:-3.3rem;inset-inline-end:-35.2rem;width:52.8rem;height:52.8rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),color-stop(78.65%,hsla(0,0%,100%,0)),to(hsla(0,0%,100%,0)));background:-o-linear-gradient(top,hsla(0,0%,100%,.1) 0%,hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0))}.modal__decoration:nth-of-type(2):before{width:calc(100% - 6rem);height:calc(100% - 6rem)}}@media screen and (max-width:541px){.modal__decoration:nth-of-type(2){display:none}}.modal_black strong{color:var(--black)}.modal_black button{background-color:var(--black)}.modal_black .modal__close{background:transparent}.modal_black .file-input svg path{fill:var(--black)}.modal_black .file-input label p{color:var(--black)}.modal_black .modal__decoration:before,.modal_black .modal__wrapper{background-color:var(--black)}.modal_black .respond__circle{background:var(--white)}.modal_black .respond__circle path{fill:var(--black)}.respond{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:541px){.respond{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.respond__content{position:relative;z-index:2;width:48%;padding:8rem 10rem 12rem 12rem;background-color:var(--white);border-radius:3rem}@media screen and (max-width:1025px){.respond__content{width:55%;padding:5rem 4rem 6.8rem}}@media screen and (max-width:541px){.respond__content{width:100%;padding:5rem 2.3rem 8rem;border-radius:unset}}.respond__content:before{content:"";position:absolute;top:0;inset-inline-start:0;z-index:3;display:none;width:100%;height:100%;border-radius:3rem;-webkit-box-shadow:0 0 20px hsla(0,0%,76%,.25);box-shadow:0 0 20px hsla(0,0%,76%,.25);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width:541px){.respond__content:before{border-radius:unset}}.respond__content_loading:before{display:block;opacity:1}.respond__content_done .respond__thanks{display:-webkit-box;display:-ms-flexbox;display:flex}.respond__content .button{width:100%}.respond__thanks{position:absolute;top:0;inset-inline-start:0;z-index:5;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;padding:12rem;background-color:var(--white);border-radius:3rem;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width:1025px){.respond__thanks{padding:4rem}}@media screen and (max-width:541px){.respond__thanks{padding:2.3rem;text-align:center;border-radius:unset}}.respond__image{position:absolute;top:0;inset-inline-end:0;width:65%;height:100%}@media screen and (max-width:541px){.respond__image{position:relative;width:100%;height:auto}.respond__image:before{content:"";position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));background:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,.2));background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2))}}.respond__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:30px}@media screen and (max-width:541px){.respond__image img{max-height:21rem;width:100%;border-radius:unset}}.respond__circle{position:absolute;top:50%;inset-inline-end:20rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:32rem;height:32rem;background-color:var(--yellow);border-radius:50%}@media screen and (max-width:1025px){.respond__circle{inset-inline-end:9rem;width:15rem;height:15rem}.respond__circle svg{width:8.2rem}}@media screen and (max-width:541px){.respond__circle{inset-inline-end:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);background-color:transparent}.respond__circle svg{width:13.5rem}}.file-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;margin-bottom:3rem}.file-input__close{display:none;cursor:pointer}.file-input__close_active{display:block}.file-input label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer}.file-input label svg{-webkit-margin-end:1rem;margin-inline-end:1rem}.file-input label p{color:var(--yellow)}.file-input input{position:absolute;z-index:-5;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}.char-modal__inner{background:var(--black);position:relative;width:177rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:10.6rem 17.5rem;overflow:hidden}.about-us{padding-bottom:30rem;background-color:var(--light-grey)}@media screen and (max-width:1025px){.about-us{padding-bottom:25rem}}.about-us__decoration{position:absolute}.about-us__decoration:first-of-type{top:30rem;inset-inline-start:-11.7rem;width:23rem;height:23rem;border-radius:50%;background:var(--green)}@media screen and (max-width:1025px){.about-us__decoration:first-of-type{display:none}}.about-us__decoration:nth-of-type(2){bottom:57.8rem;inset-inline-start:6.4rem;width:5.6rem;height:5.6rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.about-us__decoration:nth-of-type(2){display:none}}.about-us__decoration:nth-of-type(3){bottom:33.9rem;inset-inline-start:-9.2rem;width:21.2rem;height:21.2rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.about-us__decoration:nth-of-type(3){display:none}}.about-us .asymmetrical__main{position:relative;margin-bottom:15rem}.about-us .asymmetrical__aside_big{width:167rem}@media screen and (max-width:1025px){.about-us .asymmetrical__aside_big{width:100%}}.about-us .bread-crumbs{margin-bottom:2.7rem}@media screen and (max-width:1025px){.about-us .bread-crumbs{margin-bottom:2rem}}.about-us .article{background-color:var(--white);padding:8rem 7rem;-webkit-box-shadow:10px 0px 40px hsla(0,0%,76%,.25);box-shadow:10px 0px 40px hsla(0,0%,76%,.25);border-top-left-radius:70px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}@media screen and (max-width:1025px){.about-us .article{padding:4.2rem 6.2rem;border-bottom-left-radius:70px}}@media screen and (max-width:541px){.about-us .article{border-top-left-radius:50px;border-bottom-left-radius:50px;overflow:hidden;padding:3.5rem 2.3rem}}.about-us .article__container{max-width:123rem;-webkit-margin-end:auto;margin-inline-end:auto}.about-us .article__image{-webkit-transform:var(--transform-article);-ms-transform:var(--transform-article);transform:var(--transform-article);width:calc(100% + 14rem);max-width:unset!important}@media screen and (max-width:1025px){.about-us .article__image{width:calc(100% + 12.4rem)}}@media screen and (max-width:541px){.about-us .article__image{width:calc(100% + 4.6rem)}}.asymmetrical{display:block}.asymmetrical__top{position:relative;padding:7.5rem 0 24rem;color:var(--white)}@media screen and (max-width:1025px){.asymmetrical__top{padding:3.8rem 0 22.8rem}}.asymmetrical__top .container{position:relative}.asymmetrical__top>img{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.asymmetrical__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:70vh}.asymmetrical__aside{position:relative;z-index:2;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.asymmetrical__aside_small{margin-top:-10rem;width:143rem}.asymmetrical__aside_big{margin-top:-20rem;width:155rem}@media screen and (max-width:1025px){.asymmetrical__aside_big,.asymmetrical__aside_small{width:100%}}.asymmetrical__sticky{position:-webkit-sticky;position:sticky;inset-inline-start:0;z-index:5;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.bread-crumbs,.bread-crumbs li{display:-webkit-box;display:-ms-flexbox;display:flex}.bread-crumbs li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.7rem 0.9rem;border:1px solid transparent;border-radius:5px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.bread-crumbs li:not(:last-child){position:relative;-webkit-margin-end:5rem;margin-inline-end:5rem}@media screen and (max-width:1025px){.bread-crumbs li:not(:last-child){-webkit-margin-end:3rem;margin-inline-end:3rem}}.bread-crumbs li:not(:last-child):hover{border:1px solid var(--yellow);color:var(--yellow);background-color:#fff6e5;border-radius:5px;cursor:pointer}.bread-crumbs li:not(:last-child):after{position:absolute;top:50%;inset-inline-end:0;-webkit-transform:translate(150%,-50%);-ms-transform:translate(150%,-50%);transform:translate(150%,-50%);color:inherit;cursor:auto;content:"⟶";pointer-events:none}.bread-crumbs li.active{color:var(--yellow)}.article{background-color:var(--white);padding:8rem 7rem;-webkit-box-shadow:10px 0px 40px hsla(0,0%,76%,.25);box-shadow:10px 0px 40px hsla(0,0%,76%,.25);border-top-left-radius:70px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}@media screen and (max-width:1025px){.article{padding:4.2rem 6.2rem;border-bottom-left-radius:70px}}@media screen and (max-width:541px){.article{border-top-left-radius:50px;border-bottom-left-radius:50px;overflow:hidden;padding:3.5rem 2.3rem}}.article__top{margin-bottom:8rem}@media screen and (max-width:1025px){.article__top{margin-bottom:4.7rem}}.article__bottom{width:calc(100% + 7rem);padding:3rem 0 2rem;border-top:1px solid #d4d4d4}@media screen and (max-width:1025px){.article__bottom{width:calc(100% + 6.2rem)}}@media screen and (max-width:541px){.article__bottom{width:calc(100% + 2.3rem)}}.article__container{max-width:123rem;-webkit-margin-end:auto;margin-inline-end:auto}.article__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.article__info:first-of-type{margin-bottom:1.5rem}@media screen and (max-width:1025px){.article__info:first-of-type{margin-bottom:1rem}}.article__info>p:last-of-type{color:var(--dark-grey)}.article__author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.article__author img{-webkit-margin-end:1.2rem;margin-inline-end:1.2rem;width:2.7rem;height:2.7rem;-o-object-fit:cover;object-fit:cover;border-radius:50%}.article__content>.article__container{margin:10rem 0}@media screen and (max-width:1025px){.article__content>.article__container{margin:6rem 0 8rem}}.article__content>.article__container:first-of-type{margin-top:0}.article__image{-webkit-transform:var(--transform-article);-ms-transform:var(--transform-article);transform:var(--transform-article);width:calc(100% + 14rem);max-width:unset!important}@media screen and (max-width:1025px){.article__image{width:calc(100% + 12.4rem)}}@media screen and (max-width:541px){.article__image{width:calc(100% + 4.6rem)}}.article__advisory{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:7rem}@media screen and (max-width:1025px){.article__advisory{margin-top:5rem}}.article__links{font-weight:700}.article__links ul{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:2rem}.article__links ul li{position:relative}.article__links ul li:not(:last-of-type){-webkit-padding-end:1rem;padding-inline-end:1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.article__links ul li:not(:last-of-type):after{content:"";position:absolute;top:50%;inset-inline-end:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:80%;width:.2rem;background-color:var(--black-text)}.article__links ul li p{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.article__links ul li:hover p{color:var(--yellow)}.article-quote{-webkit-transform:var(--transform-article);-ms-transform:var(--transform-article);transform:var(--transform-article);width:calc(100% + 14rem);padding:4rem 7rem 10rem;background-color:var(--light-yellow)}@media screen and (max-width:1025px){.article-quote{width:calc(100% + 12.4rem);padding:4rem 6.2rem 6rem}}@media screen and (max-width:541px){.article-quote{width:calc(100% + 4.6rem);padding:4.2rem 2.3rem}}.article-quote__container{max-width:123rem;-webkit-margin-end:auto;margin-inline-end:auto;-webkit-padding-start:10rem;padding-inline-start:10rem}@media screen and (max-width:1025px){.article-quote__container{-webkit-padding-start:0;padding-inline-start:0}}.article-quote__author{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:6rem}@media screen and (max-width:1025px){.article-quote__author{margin-bottom:4rem}}.article-quote__avatar{width:7.5rem;height:7.5rem;-webkit-margin-end:4rem;margin-inline-end:4rem;-o-object-fit:cover;object-fit:cover;border-radius:50%}@media screen and (max-width:1025px){.article-quote__avatar{width:6rem;height:6rem;-webkit-margin-end:2rem;margin-inline-end:2rem}}.article-quote__name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:7.5rem}@media screen and (max-width:1025px){.article-quote__name{height:6rem}}.article-quote__content{font-style:italic}.family{--columnsCount:5;display:grid;grid-template-columns:repeat(var(--columnsCount),1fr)}@media screen and (max-width:541px){.family{overflow:scroll}.family::-webkit-scrollbar{display:none}}.family__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;aspect-ratio:1/1}@media screen and (max-width:541px){.family__item{min-width:40vw}}.family__item img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.family__item_logo{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--white)!important}.family__item_logo img{width:75%;aspect-ratio:unset;-o-object-fit:unset;object-fit:unset}.numbers{position:relative}.numbers>.numbers__decoration{top:-8rem;inset-inline-start:-8rem;z-index:2;width:16.4rem;height:16.4rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.numbers>.numbers__decoration{display:none}}.numbers__top{position:relative;padding:11rem 0 14rem;background-color:var(--green);overflow:hidden}@media screen and (max-width:1025px){.numbers__top{padding:5.8rem 0 6.8rem;border-top-left-radius:8rem}}@media screen and (max-width:541px){.numbers__top{padding:5.8rem 0 8.6rem}}.numbers__top .container{position:relative;z-index:1}.numbers__top .numbers__decoration:first-of-type{top:-2.8rem;inset-inline-start:-19.7rem;width:55rem;height:55rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),color-stop(78.65%,hsla(0,0%,100%,0)),to(hsla(0,0%,100%,0)));background:-o-linear-gradient(top,hsla(0,0%,100%,.1) 0%,hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0))}.numbers__top .numbers__decoration:first-of-type:before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:calc(100% - 8.4rem);height:calc(100% - 8.4rem);background-color:var(--green);border-radius:50%}@media screen and (max-width:1025px){.numbers__top .numbers__decoration:first-of-type{top:-10.2rem;inset-inline-start:-15.7rem;width:46.7rem;height:46.7rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),color-stop(78.65%,hsla(0,0%,100%,0)),to(hsla(0,0%,100%,0)));background:-o-linear-gradient(top,hsla(0,0%,100%,.1) 0%,hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0));top:-4.2rem;inset-inline-start:-13.7rem;-webkit-transform:rotate(154.56deg);-ms-transform:rotate(154.56deg);transform:rotate(154.56deg);width:27.7rem;height:27.7rem;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,71%,.1)),color-stop(78.65%,hsla(0,0%,71%,0)),to(hsla(0,0%,71%,0)));background:-o-linear-gradient(top,hsla(0,0%,71%,.1) 0%,hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,71%,.1),hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0))}}@media screen and (max-width:1025px){.numbers__top .numbers__decoration:first-of-type:before{width:calc(100% - 5.4rem);height:calc(100% - 5.4rem)}}.numbers__top .numbers__decoration:nth-of-type(2){top:5.3rem;inset-inline-start:102.6rem;width:4.6rem;height:4.6rem;border-radius:50%;background:var(--white)}@media screen and (max-width:1025px){.numbers__top .numbers__decoration:nth-of-type(2){top:7rem;inset-inline-start:40.8rem;width:1.7rem;height:1.7rem;border-radius:50%;background:var(--yellow)}}.numbers__top .numbers__decoration:nth-of-type(3){top:-21.5rem;inset-inline-end:6.6rem;-webkit-transform:rotate(-60.2deg);-ms-transform:rotate(-60.2deg);transform:rotate(-60.2deg);width:65.7rem;height:65.7rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),color-stop(78.65%,hsla(0,0%,100%,0)),to(hsla(0,0%,100%,0)));background:-o-linear-gradient(top,hsla(0,0%,100%,.1) 0%,hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0))}.numbers__top .numbers__decoration:nth-of-type(3):before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:calc(100% - 8.4rem);height:calc(100% - 8.4rem);background-color:var(--green);border-radius:50%}@media screen and (max-width:1025px){.numbers__top .numbers__decoration:nth-of-type(3){display:none}}.numbers__bottom{position:relative;height:75rem;overflow:hidden}@media screen and (max-width:1025px){.numbers__bottom{height:37rem}}@media screen and (max-width:541px){.numbers__bottom{height:34.1rem}}.numbers__bottom:after{content:"";position:absolute;bottom:0;inset-inline-start:0;width:100%;height:40rem;background-color:var(--light-grey)}@media screen and (max-width:1025px){.numbers__bottom:after{display:none}}.numbers__bottom .numbers__decoration{z-index:1}.numbers__bottom .numbers__decoration:first-of-type{top:-15rem;inset-inline-start:57.7rem;width:24.6rem;height:24.6rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.numbers__bottom .numbers__decoration:first-of-type{top:-3rem;inset-inline-start:auto;inset-inline-end:13.3rem;width:4.8rem;height:4.8rem;border-radius:50%;background:var(--yellow)}}@media screen and (max-width:541px){.numbers__bottom .numbers__decoration:first-of-type{top:2.5rem;inset-inline-end:4.5rem}}.numbers__bottom .numbers__decoration:nth-of-type(2){bottom:2.8rem;inset-inline-end:43rem;width:6.4rem;height:6.4rem;border-radius:50%;background:var(--green)}@media screen and (max-width:1025px){.numbers__bottom .numbers__decoration:nth-of-type(2){top:8rem;inset-inline-start:31.4rem;inset-inline-end:auto;bottom:auto;width:3.7rem;height:3.7rem;border-radius:50%;background:var(--green)}}@media screen and (max-width:541px){.numbers__bottom .numbers__decoration:nth-of-type(2){inset-inline-start:18rem}}.numbers__bottom .numbers__decoration:nth-of-type(3){bottom:-14rem;inset-inline-start:-17.7rem;display:none;width:31.7rem;height:31.7rem;border-radius:50%;background:var(--green)}@media screen and (max-width:1025px){.numbers__bottom .numbers__decoration:nth-of-type(3){display:none}}.numbers__notebook{position:absolute;top:23rem;inset-inline-end:-43.3rem;z-index:2}@media screen and (max-width:1025px){.numbers__notebook{top:auto;inset-inline-end:auto;inset-inline-start:0;bottom:4rem}}@media screen and (max-width:541px){.numbers__notebook{bottom:5.2rem}}.numbers__text{width:60%;color:var(--white)}@media screen and (max-width:1025px){.numbers__text{width:50%}}@media screen and (max-width:541px){.numbers__text{width:60%}}.numbers__text p{width:60%}@media screen and (max-width:1025px){.numbers__text p{width:100%}}.numbers__decoration{position:absolute}.notebook{position:relative}.notebook img{width:153rem}@media screen and (max-width:1025px){.notebook img{width:84rem}}@media screen and (max-width:541px){.notebook img{width:56rem}}.notebook__decoration{position:absolute}.notebook__decoration:first-of-type{top:-26rem;inset-inline-start:58.5rem}.notebook__decoration:first-of-type .notebook__alert{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg);width:40rem}@media screen and (max-width:1025px){.notebook__decoration:first-of-type{top:-26rem;inset-inline-start:60%}.notebook__decoration:first-of-type .notebook__alert{width:21.9rem}}@media screen and (max-width:541px){.notebook__decoration:first-of-type{top:-33rem;inset-inline-start:55%}}.notebook__decoration:nth-of-type(2){top:10rem;inset-inline-start:-12rem}.notebook__decoration:nth-of-type(2) .notebook__alert{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg);width:40rem}@media screen and (max-width:1025px){.notebook__decoration:nth-of-type(2){top:-8.2rem;inset-inline-start:10.7rem}.notebook__decoration:nth-of-type(2) .notebook__alert{width:24.9rem}}@media screen and (max-width:541px){.notebook__decoration:nth-of-type(2){top:-20.2rem;inset-inline-start:-2.3rem}.notebook__decoration:nth-of-type(2) .notebook__alert{width:21rem}}.notebook__decoration:nth-of-type(3){top:43rem;inset-inline-start:-59rem}.notebook__decoration:nth-of-type(3) .notebook__alert{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg);width:50rem}.notebook__decoration:nth-of-type(3) .notebook__block span{font-size:7rem}@media screen and (max-width:1025px){.notebook__decoration:nth-of-type(3){display:none}}.notebook__alert{padding:3rem;border:1px solid var(--white);border-radius:2rem;background:-o-linear-gradient(345.34deg,hsla(0,0%,82%,.5) 7.45%,hsla(0,0%,87%,0) 104.21%);background:linear-gradient(104.66deg,hsla(0,0%,82%,.5) 7.45%,hsla(0,0%,87%,0) 104.21%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@media screen and (max-width:1025px){.notebook__alert{padding:1.8rem;border-radius:1rem}}.notebook__block{padding:3.5rem 4.5rem;border-radius:2rem;background-color:var(--white);-webkit-box-shadow:0px 0px 70px hsla(0,0%,72%,.25);box-shadow:0px 0px 70px hsla(0,0%,72%,.25)}.notebook__block p:first-of-type{margin-bottom:4rem;font-size:5rem;font-weight:800}@media screen and (max-width:1025px){.notebook__block{padding:1.4rem;border-radius:1rem}}.blog-article{padding-bottom:38rem;background-color:var(--light-grey)}@media screen and (max-width:1025px){.blog-article{padding-bottom:30rem}}.blog-article__more{font-weight:700}.blog-article__more .article-topics{margin:6rem 0 9rem}@media screen and (max-width:1025px){.blog-article__more .article-topics{margin:2.5rem 0 5rem}}.blog-article__links{margin-top:5rem}@media screen and (max-width:1025px){.blog-article__links{margin-top:4rem}}.blog-article__links li:not(:last-of-type){margin-bottom:3rem}.blog-article__links li .medium-text{-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}.blog-article__links li:hover .medium-text{color:var(--yellow)}.blog-article__decoration{position:absolute}.blog-article__decoration:first-of-type{top:30rem;inset-inline-start:-11.7rem;width:23rem;height:23rem;border-radius:50%;background:var(--green)}@media screen and (max-width:1025px){.blog-article__decoration:first-of-type{display:none}}.blog-article__decoration:nth-of-type(2){bottom:57.8rem;inset-inline-start:6.4rem;width:5.6rem;height:5.6rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.blog-article__decoration:nth-of-type(2){display:none}}.blog-article__decoration:nth-of-type(3){bottom:33.9rem;inset-inline-start:-9.2rem;width:21.2rem;height:21.2rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.blog-article__decoration:nth-of-type(3){display:none}}.blog-article .asymmetrical__main{position:relative;margin-bottom:15rem}@media screen and (max-width:1025px){.blog-article .asymmetrical__main{margin-bottom:8rem}}.blog-article .asymmetrical__sticky{top:12rem;-webkit-margin-before:3.7rem;margin-block-start:3.7rem;-webkit-margin-end:2rem;margin-inline-end:2rem}@media screen and (max-width:1025px){.blog-article .asymmetrical__sticky{position:fixed;top:auto;inset-inline-start:auto;bottom:5rem;inset-inline-end:6.2rem;z-index:5}}@media screen and (max-width:541px){.blog-article .asymmetrical__sticky{bottom:3rem;inset-inline-end:0}}.blog-article .socials li:first-of-type{margin-bottom:3rem}@media screen and (max-width:1025px){.blog-article .socials li:first-of-type{margin-bottom:0;-webkit-margin-end:2rem;margin-inline-end:2rem}}@media screen and (max-width:1025px){.blog-article .socials{display:-webkit-box;display:-ms-flexbox;display:flex}}.blog-article .bread-crumbs{margin-bottom:2.7rem}@media screen and (max-width:1025px){.blog-article .bread-crumbs{margin-bottom:2rem}}.blog-article .modal__wrapper{margin:18rem auto 0}@media screen and (max-width:541px){.blog-article .modal__wrapper{margin:13rem 2.3rem 0}}.socials li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:6rem;height:6rem;border-radius:50%;-webkit-box-shadow:0px 0px 20px hsla(0,0%,76%,.25);box-shadow:0px 0px 20px hsla(0,0%,76%,.25);cursor:pointer}@media screen and (max-width:1025px){.socials li{width:5rem;height:5rem}}@media screen and (max-width:1025px){.socials li svg{width:2.1rem;height:2.1rem}}.socials li:first-of-type{background-color:var(--yellow)}.socials li:last-of-type{background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.article-notification{position:relative;-webkit-transform:var(--transform-article);-ms-transform:var(--transform-article);transform:var(--transform-article);z-index:2;width:calc(100% + 14rem);padding:0 17.6rem 0 11.3rem;background-color:var(--light-yellow)}@media screen and (max-width:1025px){.article-notification{width:calc(100% + 12.4rem);padding:0 6.2rem}}@media screen and (max-width:541px){.article-notification{width:calc(100% + 4.6rem);padding:0 2.3rem}}.article-notification__content{position:relative;-webkit-transform:translateY(8.7rem);-ms-transform:translateY(8.7rem);transform:translateY(8.7rem);width:126rem;padding:9rem 10rem 9rem 16rem;background-color:var(--white);border-radius:2rem;-webkit-box-shadow:5px 10px 40px hsla(0,0%,82%,.2);box-shadow:5px 10px 40px hsla(0,0%,82%,.2)}@media screen and (max-width:1025px){.article-notification__content{-webkit-transform:translateY(2rem);-ms-transform:translateY(2rem);transform:translateY(2rem);width:62rem;padding:5rem 4.5rem 9rem 10rem;border-radius:1rem}}@media screen and (max-width:541px){.article-notification__content{width:33rem;padding:8.8rem 2.1rem 8rem}}.article-notification__exclamation{position:absolute;top:7rem;inset-inline-start:6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:5rem;height:5rem;font-size:3.5rem;font-weight:700;color:var(--white);background-color:var(--yellow);border-radius:50%}@media screen and (max-width:1025px){.article-notification__exclamation{top:5rem;inset-inline-start:3rem}}@media screen and (max-width:541px){.article-notification__exclamation{top:3rem;inset-inline-start:2rem;width:3.8rem;height:3.8rem;font-size:2.6rem}}.article-contact{position:relative;-webkit-transform:translateX(-44rem);-ms-transform:translateX(-44rem);transform:translateX(-44rem);width:100vw;padding:13rem 0}@media screen and (max-width:1025px){.article-contact{-webkit-transform:var(--transform-article);-ms-transform:var(--transform-article);transform:var(--transform-article);padding:9rem 6.2rem}}@media screen and (max-width:541px){.article-contact{padding:5rem 2.3rem 10rem;background-color:var(--light-grey)}}.article-contact:before{content:"";position:absolute;bottom:0;inset-inline-start:0;width:100%;height:100%;background-color:var(--green)}@media screen and (max-width:1025px){.article-contact:before{border-top-left-radius:80px}}@media screen and (max-width:541px){.article-contact:before{height:40rem}}.article-contact__person{position:absolute;bottom:0;inset-inline-end:29.4rem;width:52rem}@media screen and (max-width:1025px){.article-contact__person{width:37.5rem;inset-inline-end:0}}@media screen and (max-width:541px){.article-contact__person{inset-inline-end:-7rem}}.article-contact__container{position:relative;z-index:2;max-width:155rem;-webkit-margin-start:auto;margin-inline-start:auto}.article-contact__content{color:var(--white);max-width:51.6rem}@media screen and (max-width:1025px){.article-contact__content{max-width:30rem}}@media screen and (max-width:541px){.article-contact__content{max-width:18rem;color:var(--black-text)}}.article-contact__content .button{margin-top:7rem}@media screen and (max-width:541px){.article-contact__content .button{width:calc(100vw - 4.6rem);margin-top:31.5rem}}.article-contact__decorations{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;overflow:hidden}@media screen and (max-width:541px){.article-contact__overflow-dec{position:absolute;top:-3.8rem;inset-inline-end:0;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);width:14.3rem;height:14.3rem;border-radius:50%;background:var(--yellow)}}.article-contact__decoration{position:absolute}.article-contact__decoration:first-of-type{top:6.3rem;inset-inline-start:-16.3rem;width:62rem;height:62rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),color-stop(78.65%,hsla(0,0%,100%,0)),to(hsla(0,0%,100%,0)));background:-o-linear-gradient(top,hsla(0,0%,100%,.1) 0%,hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0))}.article-contact__decoration:first-of-type:before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:calc(100% - 9rem);height:calc(100% - 9rem);background-color:var(--green);border-radius:50%}@media screen and (max-width:1025px){.article-contact__decoration:first-of-type{top:5rem;inset-inline-start:-15rem;-webkit-transform:rotate(154.56deg);-ms-transform:rotate(154.56deg);transform:rotate(154.56deg);width:34.3rem;height:34.3rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,71%,.1)),color-stop(78.65%,hsla(0,0%,71%,0)),to(hsla(0,0%,71%,0)));background:-o-linear-gradient(top,hsla(0,0%,71%,.1) 0%,hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,71%,.1),hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0))}.article-contact__decoration:first-of-type:before{width:calc(100% - 5rem);height:calc(100% - 5rem)}}@media screen and (max-width:541px){.article-contact__decoration:first-of-type{display:none;width:37.6rem;height:37.6rem;border-radius:50%;background:-o-linear-gradient(180.78deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%);background:linear-gradient(269.22deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%)}}.article-contact__decoration:nth-of-type(2){top:-8rem;inset-inline-end:17.7rem;width:75.4rem;height:75.4rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),color-stop(78.65%,hsla(0,0%,100%,0)),to(hsla(0,0%,100%,0)));background:-o-linear-gradient(top,hsla(0,0%,100%,.1) 0%,hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0))}.article-contact__decoration:nth-of-type(2):before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:calc(100% - 9rem);height:calc(100% - 9rem);background-color:var(--green);border-radius:50%}@media screen and (max-width:1025px){.article-contact__decoration:nth-of-type(2){display:none}}.article-contact__decoration:nth-of-type(3){top:2.4rem;inset-inline-start:77.6rem;width:4.4rem;height:4.4rem;border-radius:50%;background:var(--white)}@media screen and (max-width:1025px){.article-contact__decoration:nth-of-type(3){top:8.8rem;inset-inline-start:2.4rem;width:1.7rem;height:1.7rem;border-radius:50%;background:var(--white)}}@media screen and (max-width:541px){.article-contact__decoration:nth-of-type(3){top:auto;inset-inline-start:5.4rem;bottom:19.3rem}}.article-contact__decoration:nth-of-type(4){top:15.2rem;inset-inline-end:42.6rem;width:10.4rem;height:10.4rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.article-contact__decoration:nth-of-type(4){top:2rem;inset-inline-start:26rem;inset-inline-end:0;width:5rem;height:5rem;border-radius:50%;background:var(--yellow)}}@media screen and (max-width:541px){.article-contact__decoration:nth-of-type(4){top:auto;inset-inline-start:0;bottom:27.6rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}.article-contact__decoration:nth-of-type(5){top:28.2rem;inset-inline-end:4.1rem;width:9.2rem;height:9.2rem;border-radius:50%;background:var(--white)}@media screen and (max-width:1025px){.article-contact__decoration:nth-of-type(5){top:0;inset-inline-end:16.7rem;width:13.7rem;height:13.7rem;border-radius:50%;background:var(--white)}}@media screen and (max-width:541px){.article-contact__decoration:nth-of-type(5){top:auto;inset-inline-start:auto;inset-inline-end:13.4rem;bottom:22.2rem}}.article-contact__decoration:nth-of-type(6){bottom:9.7rem;inset-inline-start:98rem;width:5rem;height:5rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.article-contact__decoration:nth-of-type(6){bottom:2.4rem;inset-inline-start:33.8rem;width:3.3rem;height:3.3rem;border-radius:50%;background:var(--white)}}@media screen and (max-width:541px){.article-contact__decoration:nth-of-type(6){inset-inline-start:auto;bottom:auto;top:4.4rem;inset-inline-end:11.1rem}}.share>p{margin-bottom:4rem}.share__prompt{opacity:0;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.share__prompt_active{opacity:1}.share__temp_hidden{width:0;height:0}.share .share-list{margin-bottom:3rem}.share-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.share-list__item{-webkit-margin-end:2rem;margin-inline-end:2rem;cursor:pointer}@media screen and (max-width:541px){.share-list__item{-webkit-margin-end:1.7rem;margin-inline-end:1.7rem}.share-list__item:nth-of-type(4n){-webkit-margin-end:0;margin-inline-end:0}}.share-list__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1025px){.share-list__content svg{width:5rem;height:5rem}}.blog{padding-top:6.7rem;padding-bottom:47rem}@media screen and (max-width:1025px){.blog{padding-top:4.1rem;padding-bottom:25rem}}@media screen and (max-width:541px){.blog{padding-top:2rem}}.blog .medium-heading{padding-top:4rem;text-transform:uppercase}@media screen and (max-width:1025px){.blog .medium-heading{padding-top:2rem}}.blog__decoration{position:absolute;-webkit-transition:.1s linear;-o-transition:.1s linear;transition:.1s linear}.blog__decoration:first-of-type{top:3.9rem;inset-inline-start:4.3rem;width:12.5rem;height:12.5rem;border-radius:50%;background:var(--green)}@media screen and (max-width:1025px){.blog__decoration:first-of-type{inset-inline-start:-12.5rem}}@media screen and (max-width:541px){.blog__decoration:first-of-type{top:4rem;inset-inline-start:-1.9rem;width:4.8rem;height:4.8rem;border-radius:50%;background:var(--green)}}.blog__decoration:nth-of-type(2){top:12.5rem;inset-inline-start:55.5rem;width:3.5rem;height:3.5rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.blog__decoration:nth-of-type(2){inset-inline-start:-12.5rem}}@media screen and (max-width:541px){.blog__decoration:nth-of-type(2){top:6.8rem;inset-inline-start:16.7rem;width:1.1rem;height:1.1rem;border-radius:50%;background:var(--yellow)}}.blog__decoration:nth-of-type(3){top:78rem;inset-inline-end:-10.9rem;width:29.2rem;height:29.2rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.blog__decoration:nth-of-type(3){inset-inline-end:-30rem}}.blog__more{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:2rem 0 0 auto}@media screen and (max-width:1025px){.blog__more{margin:5rem auto;width:100%;padding:1.25rem 0;text-align:center;border:1px solid var(--yellow);border-radius:5px}}.posts-grid{position:relative;--columnsCount:3;display:grid;margin:0;grid-template-columns:repeat(var(--columnsCount),1fr);grid-gap:5rem 2rem}@media screen and (max-width:1025px){.posts-grid{--columnsCount:2}}@media screen and (max-width:481px){.posts-grid{--columnsCount:1}}@media screen and (max-width:1025px){.posts-grid{margin:0;grid-gap:5rem 2rem}}@media screen and (max-width:481px){.posts-grid{margin:0;grid-gap:5rem 2rem}}.posts-grid__more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;color:var(--yellow)}.posts-grid_loading:before{content:"";position:absolute;top:0;inset-inline-start:0;z-index:5;height:100%;width:100%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.post{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border:1px solid #b9b9b9;border-radius:1rem}.post__image{width:100%;aspect-ratio:46/20;-o-object-fit:cover;object-fit:cover;border-radius:1rem 1rem 0 0}.post__inner{margin:4rem 3.2rem 3.8rem 4rem}.post__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.post__top-time{color:#b9b9b9}.post__header{margin:2rem 0 1rem;text-transform:uppercase}.post__text{font-size:1.6rem}.post__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:3rem 0 0}.post__bottom a{color:var(--yellow)}.post__author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.post__author img{-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}.calculator-wrapper{padding:6.7rem 0 47rem}@media screen and (max-width:1025px){.calculator-wrapper{padding:4rem 0 30rem}}@media screen and (max-width:541px){.calculator-wrapper{padding:2.2rem 0 25rem}}.calculator-wrapper .bread-crumbs{margin-bottom:5rem}@media screen and (max-width:1025px){.calculator-wrapper .bread-crumbs{margin-bottom:3rem}}@media screen and (max-width:541px){.calculator-wrapper .bread-crumbs{margin-bottom:2rem}}.vacancies{position:relative;padding-bottom:35rem}@media screen and (max-width:1025px){.vacancies{padding-bottom:30rem}}.vacancies:after{content:"";position:absolute;bottom:0;inset-inline-start:0;z-index:0;width:100%;height:50rem;background-color:var(--light-grey)}.vacancies__filter-btn{position:fixed;bottom:5rem;inset-inline-end:6.2rem;z-index:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:5rem;height:5rem;background-color:var(--white);border-radius:50%;-webkit-box-shadow:0 0 20px hsla(0,0%,76%,.25);box-shadow:0 0 20px hsla(0,0%,76%,.25);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}@media screen and (max-width:541px){.vacancies__filter-btn{inset-inline-end:2.3rem;bottom:2.5rem}}.vacancies__filter-btn_hidden{bottom:-5rem}.vacancies__result-text{position:absolute;top:0;inset-inline-start:-23rem;display:none;font-weight:700;color:var(--white);-webkit-animation:1s fadeIn;animation:1s fadeIn}@media screen and (max-width:1025px){.vacancies__result-text{top:-3rem;inset-inline-start:6.2rem}}@media screen and (max-width:541px){.vacancies__result-text{inset-inline-start:2.3rem}}.vacancies__result-text_active{display:block}.vacancies__result>.medium-text{margin:20rem auto 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.vacancies .bread-crumbs{margin-bottom:3.5rem}@media screen and (max-width:1025px){.vacancies .bread-crumbs{margin-bottom:1.5rem}}.vacancies .asymmetrical{position:relative;z-index:2}@media screen and (max-width:1025px){.vacancies .asymmetrical{overflow:hidden}}.vacancies .asymmetrical__aside{position:relative}.vacancies .asymmetrical__sticky{top:12rem;-webkit-margin-before:8rem;margin-block-start:8rem;-webkit-margin-end:3rem;margin-inline-end:3rem;-webkit-padding-end:2rem;padding-inline-end:2rem;max-height:70vh;overflow-y:scroll}.vacancies .asymmetrical__sticky::-webkit-scrollbar{width:2px}@media screen and (max-width:1025px){.vacancies .asymmetrical__sticky{position:fixed;top:0;inset-inline-start:0;z-index:2000;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);margin:0;padding:15rem 6.2rem 10rem;width:100%;height:100vh;max-height:100vh;overflow-y:hidden;background-color:var(--white);-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}}@media screen and (max-width:541px){.vacancies .asymmetrical__sticky{padding:8.5rem 2.3rem 6rem}}@media screen and (max-width:1025px){.vacancies .asymmetrical__sticky_opened{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.search-field{position:relative;width:100%}.search-field__icon{position:absolute;top:50%;inset-inline-start:2.5rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:1025px){.search-field__icon{inset-inline-start:1rem;width:10px}}.search-field__close{position:absolute;top:50%;inset-inline-end:25rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:none;width:18px;height:18px;cursor:pointer}@media screen and (max-width:1025px){.search-field__close{inset-inline-end:7.5rem;width:10px;height:10px}}.search-field__close_active{display:block}.search-field__close>img{width:100%;height:100%}.search-field__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-padding-start:6.3rem;padding-inline-start:6.3rem;height:6rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:1.6rem;background-color:var(--white);border-radius:1rem}@media screen and (max-width:1025px){.search-field__input{-webkit-padding-start:3rem;padding-inline-start:3rem;height:3.5rem;font-size:1.2rem;border-radius:.5rem}}@media screen and (max-width:541px){.search-field__input{font-size:1.2rem}}.search-field__input input{width:100%}.search-field__input input::-webkit-input-placeholder{color:#a8a8a8}.search-field__button{position:absolute;top:0;inset-inline-end:0;width:22rem;height:6rem;font-weight:700;color:var(--white);text-align:center;background-color:var(--yellow);border-bottom-right-radius:1rem;border-top-right-radius:1rem;cursor:pointer}@media screen and (max-width:1025px){.search-field__button{width:6rem;height:3.5rem;font-size:1rem;border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}}.filter-form{position:relative}.filter-form:before{content:"";position:absolute;top:0;inset-inline-start:0;z-index:5;display:none;width:100%;height:100%;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.filter-form_disabled:before{display:block}@media screen and (max-width:1025px){.filter-form{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8rem 6rem;overflow-y:auto}.filter-form::-webkit-scrollbar{display:none}.filter-form .button{position:fixed;inset-inline-end:6.2rem;bottom:5rem;z-index:30}}@media screen and (max-width:541px){.filter-form{grid-template-columns:repeat(1,1fr);grid-gap:4rem;padding-bottom:10rem;max-height:calc(100% + 5rem)}.filter-form .button{inset-inline-end:2.3rem;width:calc(100% - 4.6rem)}}.filter{width:21rem;padding-left:1rem}@media screen and (max-width:1025px){.filter{width:auto}}.filter:not(:last-of-type){margin-bottom:4rem}@media screen and (max-width:1025px){.filter:not(:last-of-type){margin-bottom:0}}.filter__heading{margin-bottom:2rem;font-weight:700}.filter ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.filter ul li:not(:last-of-type){margin-bottom:2rem}.filter ul li label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.filter ul li label input{-webkit-margin-end:1rem;margin-inline-end:1rem;cursor:pointer}.filter ul li span{color:#b9b9b9}.vacancy{padding:7.5rem 12rem;background-color:var(--white);border-top-left-radius:150px;border-bottom-left-radius:20px;-webkit-box-shadow:0 0 30px hsla(0,0%,76%,.25);box-shadow:0 0 30px hsla(0,0%,76%,.25)}@media screen and (max-width:1025px){.vacancy{padding:4rem 6.2rem 5rem;border-radius:80px 0 0 0;-webkit-box-shadow:7.5px 0 30px hsla(0,0%,76%,.25);box-shadow:7.5px 0 30px hsla(0,0%,76%,.25)}}@media screen and (max-width:541px){.vacancy{padding:4rem 2.3rem 6rem;border-radius:50px 0 0 0;-webkit-box-shadow:0 0 30px hsla(0,0%,76%,.25);box-shadow:0 0 30px hsla(0,0%,76%,.25)}}.vacancy_open .vacancy__visible .vacancy__button_trigger{opacity:0;pointer-events:none}.vacancy_open .vacancy__hidden{padding-top:3rem;max-height:200rem;opacity:1}@media screen and (max-width:1025px){.vacancy_open .vacancy__hidden{padding-top:0}}.vacancy:not(:last-of-type){margin-bottom:2rem}.vacancy__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:106rem;-webkit-margin-end:auto;margin-inline-end:auto}@media screen and (max-width:1025px){.vacancy__container{display:block}}.vacancy__hidden{max-height:0;opacity:0;-webkit-transition:1s;-o-transition:1s;transition:1s;overflow:hidden}.vacancy__top{margin-bottom:2.5rem}.vacancy__top .vacancy__container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.vacancy__top .vacancy__container>p{color:#b9b9b9}.vacancy__filters{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem}@media (min-width:1025px){.vacancy__filters{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width:1025px){.vacancy__filters{margin-top:1rem;width:92vw;overflow-x:scroll}.vacancy__filters::-webkit-scrollbar{display:none}}@media screen and (max-width:541px){.vacancy__filters{width:95vw}}.vacancy__filters li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:none;flex:none;height:4rem;padding:0 3.2rem;border:1px solid #dfdfdf;background-color:#f0f0f0;border-radius:5px}@media screen and (max-width:1025px){.vacancy__filters li{height:3rem;padding:0 2rem}}.vacancy__filters li p{color:#a8a8a8}.vacancy__info{width:50%}@media screen and (max-width:1025px){.vacancy__info{width:100%}}.vacancy__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:end;align-self:flex-end}@media screen and (max-width:1025px){.vacancy__buttons{margin-top:3rem}}.vacancy__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:22rem;height:4.5rem;border:1px solid;text-align:center;border-radius:5px;cursor:pointer;-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}@media screen and (max-width:1025px){.vacancy__button{height:4rem}}.vacancy__button:not(:last-of-type){-webkit-margin-end:2rem;margin-inline-end:2rem}.vacancy__button_trigger{color:var(--yellow);background-color:var(--white);border-color:var(--yellow)}@media screen and (max-width:541px){.vacancy__button_trigger{width:100%}}.vacancy__button_respond{color:var(--white);background-color:var(--yellow);border-color:var(--yellow)}.vacancy__block:not(:last-of-type){margin-bottom:3rem}.vacancy__block ul{-webkit-margin-start:3rem;margin-inline-start:3rem;list-style-type:disc}.vacancy__heading{margin-bottom:2rem;font-weight:700}.vacancy__price{display:-webkit-box;display:-ms-flexbox;display:flex}.vacancy__price>.small-text:first-of-type{margin-right:5px}@media (min-width:1025px){.vacancy .vacancy__filters{max-width:80rem}}.cases{padding-top:6.7rem;padding-bottom:47rem}@media screen and (max-width:1025px){.cases{padding-top:4.1rem;padding-bottom:35rem}.cases .nav{margin-bottom:4rem}}@media screen and (max-width:541px){.cases{padding-top:2rem;padding-bottom:30rem}}.cases .container>h3{text-transform:uppercase}.cases .bread-crumbs{margin-bottom:2rem}.cases-grid{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cases-grid_loading:before{content:"";position:absolute;top:0;inset-inline-start:0;z-index:5;width:100%;height:100%;-webkit-box-shadow:0 0 20px hsla(0,0%,76%,.25);box-shadow:0 0 20px hsla(0,0%,76%,.25);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cases-grid .case{font-size:1.6rem;color:var(--white)}.cases-grid .case:not(:nth-of-type(3n)){width:calc(50% - 1rem)}@media (min-width:542px){.cases-grid .case:not(:nth-of-type(3n)) .case__small{display:block}.cases-grid .case:not(:nth-of-type(3n)) .case__big{display:none}}.cases-grid .case:nth-of-type(3n){margin:5rem 0;width:100%}@media screen and (max-width:1025px){.cases-grid .case:nth-of-type(3n){margin:2rem 0}.cases-grid .case:nth-of-type(3n) .case__button{width:50%}}@media screen and (max-width:541px){.cases-grid .case:nth-of-type(3n) .case__button{width:100%}}@media (min-width:542px){.cases-grid .case:nth-of-type(3n) .case__small{display:none}.cases-grid .case:nth-of-type(3n) .case__big{display:block}}@media screen and (max-width:1025px){.cases-grid .case{font-size:1rem}}@media screen and (max-width:541px){.cases-grid .case:nth-of-type(n){width:100%}.cases-grid .case:nth-of-type(3n){margin:0}.cases-grid .case:not(:last-child){margin-bottom:3.5rem}}.case{position:relative;padding:7rem 4rem 9rem;height:65.4rem;color:var(--white);-webkit-box-shadow:0 0 30px hsla(0,0%,76%,.25);box-shadow:0 0 30px hsla(0,0%,76%,.25);border-radius:20px;overflow:hidden}@media screen and (max-width:1025px){.case{padding:4.7rem 1.7rem;height:47.5rem}}.case__background{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}.case__background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:541px){.case__big{display:none}}.case__logo{position:absolute;top:7rem;inset-inline-start:4rem;z-index:3}@media screen and (max-width:1025px){.case__logo{top:4.7rem;inset-inline-start:1.7rem;width:12rem}}@media screen and (max-width:541px){.case__logo{width:8rem}}.case__content{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:100%;width:60%;-webkit-margin-start:auto;margin-inline-start:auto;text-align:right}@media screen and (max-width:1025px){.case__content{width:100%}}@media screen and (max-width:1025px){.case__content h3{width:calc(100% - 11rem)}}@media screen and (max-width:541px){.case__content h3{width:calc(100% - 9rem)}}.case__info p{-webkit-margin-start:auto;margin-inline-start:auto;width:50%}.case__button{margin-top:7rem;width:34rem;color:var(--black-text);background-color:var(--white)}@media screen and (max-width:1025px){.case__button{width:100%}}.case-detail{padding-bottom:30rem}.case-detail__top{position:relative;padding:7rem 0 5rem;height:60rem}@media screen and (max-width:1025px){.case-detail__top{padding:4rem 0 10rem}}@media screen and (max-width:541px){.case-detail__top{padding:2.7rem 0 8rem}}.case-detail__top img{position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.case-detail__top .container{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}.case-detail__top .container .bread-crumbs,.case-detail__top .container .medium-heading{color:var(--white)}.case-detail__characteristics{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:9rem 0}@media screen and (max-width:1025px){.case-detail__characteristics{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:5rem 0}}@media screen and (max-width:1025px){.case-detail__characteristics li{-ms-flex-preferred-size:50%;flex-basis:50%}.case-detail__characteristics li:first-of-type,.case-detail__characteristics li:nth-of-type(2){margin-bottom:4rem}}.case-detail__characteristics li p:first-of-type{font-weight:700;margin-bottom:1rem}.case-detail__team{margin-bottom:5rem;list-style-type:disc}@media screen and (max-width:1025px){.case-detail__team{margin-bottom:4rem}}.case-detail__team li{-webkit-margin-start:2rem;margin-inline-start:2rem}.case-detail__team>p{font-weight:700;margin-bottom:1rem}@media screen and (max-width:1025px){.case-detail__team>p{margin-bottom:2rem}}.case-detail__columns{-webkit-column-count:2;column-count:2;-webkit-column-gap:2rem;column-gap:2rem}@media screen and (max-width:541px){.case-detail__columns{-webkit-column-count:1;column-count:1;-webkit-column-gap:0;column-gap:0}}.case-detail__columns .case-detail__block{padding:5rem 7rem}@media screen and (max-width:1025px){.case-detail__columns .case-detail__block{padding:3rem 4rem}}.case-detail__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem}@media screen and (max-width:541px){.case-detail__grid{grid-template-columns:repeat(2,1fr);grid-gap:1rem}}.case-detail__grid .case-detail__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5rem 0;margin-bottom:0}@media screen and (max-width:1025px){.case-detail__grid .case-detail__block{padding:3rem 0}}.case-detail__grid .case-detail__block .small-heading{margin-bottom:0}.case-detail__block{-webkit-column-break-inside:avoid;break-inside:avoid-column;margin-bottom:2rem;background-color:var(--light-grey);border-radius:10px}@media screen and (max-width:541px){.case-detail__block{margin-bottom:1rem}}.case-detail__block a{color:var(--yellow)}.case-detail__icon,.case-detail__skill{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.case-detail__icon{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-margin-end:8px;margin-inline-end:8px;width:6rem;height:6rem;background-color:var(--white);border-radius:50%}.case-detail__icon img{width:calc(100% - 2rem)}.case-detail__design{position:relative;margin-top:10rem;width:100%}@media screen and (max-width:1025px){.case-detail__design{margin-top:5rem;height:53.8rem}.case-detail__design>img{height:100%;-o-object-fit:cover;object-fit:cover}}.case-detail__design .medium-heading{position:absolute;top:15rem;inset-inline-end:25rem;color:var(--white)}@media screen and (max-width:1025px){.case-detail__design .medium-heading{top:7.2rem;inset-inline-end:6.2rem}}@media screen and (max-width:541px){.case-detail__design .medium-heading{inset-inline-end:unset;inset-inline-start:2.3rem}}@media screen and (max-width:541px){.case-detail__design_asymmetry{height:41rem}}@media screen and (max-width:541px){.case-detail__design_asymmetry h3{top:unset;bottom:7rem}}.case-detail__image img,.case-detail__image picture{width:100%}@media screen and (max-width:1025px){.case-detail__video{height:64rem}}@media screen and (max-width:541px){.case-detail__video{height:48rem}}.case-detail__video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.case-detail__image,.case-detail__video{margin-bottom:2rem}@media screen and (max-width:1025px){.case-detail__image,.case-detail__video{margin-bottom:1rem}}.case-detail__thanks{position:relative;margin-bottom:20rem}.case-detail__thanks>img{width:100%}@media screen and (max-width:1025px){.case-detail__thanks{height:60rem;margin-bottom:5rem}.case-detail__thanks img{height:100%;-o-object-fit:cover;object-fit:cover}}.case-detail__thanks .medium-heading{position:absolute;inset-inline-start:25rem;bottom:5rem;color:var(--white)}@media screen and (max-width:1025px){.case-detail__thanks .medium-heading{inset-inline-start:6.2rem;bottom:8rem}}.presentation-block{padding:15rem 0}@media screen and (max-width:1025px){.presentation-block{padding:8rem 0}}@media screen and (max-width:541px){.presentation-block{padding:7rem 0}}.presentation-block .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1025px){.presentation-block .container{display:block}}.presentation-block .container:not(:last-of-type){margin-bottom:15rem}@media screen and (max-width:1025px){.presentation-block .container:not(:last-of-type){margin-bottom:8rem}}.presentation-block_grey .case-detail__block{background-color:var(--white)}.presentation-block_grey .case-detail__icon{background-color:var(--light-grey)}.presentation-block__content{width:95rem}@media screen and (max-width:1025px){.presentation-block__content{width:100%}}.presentation-block__name{position:-webkit-sticky;position:sticky;top:12rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media screen and (max-width:1025px){.presentation-block__name{position:static;top:unset;margin-bottom:5rem}.presentation-block__name svg{width:4rem;height:auto}}@media screen and (max-width:1025px){.presentation-block__name{margin-bottom:4rem}}.presentation-block__name h3{margin-bottom:0}.typography__regular,.typography__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.typography__top{margin-bottom:7rem}@media screen and (max-width:1025px){.typography__top{margin-bottom:3.5rem}}.typography__regular{margin-bottom:10rem}@media screen and (max-width:1025px){.typography__regular{margin-bottom:5rem}}.typography__circle,.typography__circles{display:-webkit-box;display:-ms-flexbox;display:flex}.typography__circle{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:25rem;height:25rem;border:1px solid;border-radius:50%}@media screen and (max-width:1025px){.typography__circle{width:14rem;height:14rem}}.typography__circle:not(:first-of-type){-webkit-margin-start:-4rem;margin-inline-start:-4rem}.contact-us{position:relative;padding-top:17.7rem;height:95rem;overflow:hidden}@media screen and (max-width:1025px){.contact-us{padding-top:6.5rem;height:73rem}.contact-us__decoration{opacity:0}}.contact-us__decoration{position:absolute;z-index:-1}.contact-us__decoration:first-of-type{top:-37.5rem;inset-inline-start:-9.2rem;z-index:1;width:56.8rem;height:56.8rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.contact-us__decoration:first-of-type{display:none}}@media screen and (max-width:541px){.contact-us__decoration:first-of-type{display:none}}.contact-us__decoration:nth-of-type(2){top:-20rem;inset-inline-start:-69.3rem;-webkit-transform:rotate(-44.68deg);-ms-transform:rotate(-44.68deg);transform:rotate(-44.68deg);width:92rem;height:92rem;border-radius:50%;background:-o-linear-gradient(180.78deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%);background:linear-gradient(269.22deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%)}.contact-us__decoration:nth-of-type(2):before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:calc(100% - 9rem);height:calc(100% - 9rem);background-color:var(--white);border-radius:50%}@media screen and (max-width:1025px){.contact-us__decoration:nth-of-type(2){inset-inline-start:-15.8rem;top:13.1rem;width:45.1rem;height:45.1rem;border-radius:50%;background:-o-linear-gradient(180.78deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%);background:linear-gradient(269.22deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%)}}@media screen and (max-width:541px){.contact-us__decoration:nth-of-type(2){inset-inline-start:-29rem;top:14.4rem;width:37.639rem;height:37.639rem;border-radius:50%;background:-o-linear-gradient(180.78deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%);background:linear-gradient(269.22deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%)}.contact-us__decoration:nth-of-type(2):before{width:calc(100% - 4rem);height:calc(100% - 4rem)}}.contact-us__decoration:nth-of-type(3){top:44.3rem;inset-inline-start:119.1rem;-webkit-transform:rotate(-44.68deg);-ms-transform:rotate(-44.68deg);transform:rotate(-44.68deg);width:116.5rem;height:116.5rem;border-radius:50%;background:-o-linear-gradient(180.78deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%);background:linear-gradient(269.22deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%)}.contact-us__decoration:nth-of-type(3):before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:calc(100% - 9rem);height:calc(100% - 9rem);background-color:var(--white);border-radius:50%}.contact-us__decoration:nth-of-type(4){top:26.3rem;inset-inline-start:18.3rem;width:16.7rem;height:16.7rem;border-radius:50%;background:var(--green)}@media screen and (max-width:1025px){.contact-us__decoration:nth-of-type(4){top:46.5rem;inset-inline-start:10.3rem;width:8.5rem;height:8.5rem;border-radius:50%;background:var(--green)}}@media screen and (max-width:541px){.contact-us__decoration:nth-of-type(4){top:45.8rem;inset-inline-start:-1.4rem;width:5.4rem;height:5.4rem;border-radius:50%;background:var(--green)}}.contact-us__decoration:nth-of-type(5){top:7rem;inset-inline-end:-32.1rem;width:64.2rem;height:64.2rem;border-radius:50%;background:var(--green)}@media screen and (max-width:1025px){.contact-us__decoration:nth-of-type(5){top:11.2rem;inset-inline-start:56.1rem;width:4.1rem;height:4.1rem;border-radius:50%;background:var(--green)}}@media screen and (max-width:541px){.contact-us__decoration:nth-of-type(5){top:9rem;inset-inline-start:25.6rem;width:2.2rem;height:2.2rem;border-radius:50%;background:var(--green)}}.contact-us__decoration:nth-of-type(6){top:77.4rem;inset-inline-end:20.8rem;width:6.3rem;height:6.3rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:541px){.contact-us__decoration:nth-of-type(6){display:none}}.contact-us__decoration:nth-of-type(7){top:58.3rem;inset-inline-end:39.8rem;width:73.9rem;height:73.9rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.contact-us__decoration:nth-of-type(7){top:45.5rem;inset-inline-start:36.2rem}}@media screen and (max-width:541px){.contact-us__decoration:nth-of-type(7){top:42.1rem;inset-inline-end:-24.3rem;width:42.3rem;height:42.3rem;border-radius:50%;background:var(--yellow)}}.game-design__hero{position:relative;overflow:hidden;background:var(--black)}.game-design__hero:last-of-type{position:relative}.game-design__hero .hero__bottom{background:var(--black);padding-bottom:10rem;position:relative;z-index:2}.game-design__hero .hero__bottom-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;width:50%}@media screen and (max-width:1025px){.game-design__hero .hero__bottom-text{width:100%}}.game-design__hero .hero__background{position:relative;top:0;inset-inline-start:0;width:100%;-webkit-transition:0.1s;-o-transition:0.1s;transition:0.1s;z-index:1;height:calc(83vh - 11rem)}@media screen and (max-width:1025px){.game-design__hero .hero__background{height:calc(100vh - 4.6rem)}}@media screen and (max-width:481px){.game-design__hero .hero__background{height:calc(100vh - 30rem)}}.game-design__hero .hero__background picture{position:absolute;width:100%;height:100%}.game-design__hero .hero__background picture img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.game-design__hero .hero__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:10rem;padding-bottom:15rem}@media screen and (max-width:1025px){.game-design__hero .hero__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:13.2rem;padding-bottom:1rem;gap:2rem}}.game-design__hero .hero__wrap p.hero-title-text{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:4.5rem;line-height:6.8rem;color:var(--white);width:45%}@media screen and (max-width:1025px){.game-design__hero .hero__wrap p.hero-title-text{font-size:2rem;line-height:3rem;width:100%}}.game-design__hero .hero__content{position:relative;z-index:2;width:100%;background:-webkit-gradient(linear,left bottom,left top,color-stop(19.22%,#121212),color-stop(56.53%,transparent));background:-o-linear-gradient(bottom,#121212 19.22%,transparent 56.53%);background:linear-gradient(360deg,#121212 19.22%,transparent 56.53%)}@media screen and (max-width:1025px){.game-design__hero .hero__content{margin-top:0rem}}.game-design__hero .hero__text-about{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:5rem}@media screen and (max-width:1025px){.game-design__hero .hero__text-about{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.game-design__hero .hero__text-about .simple-text{font-weight:400;-webkit-box-flex:0.5;-ms-flex:0.5;flex:0.5}.game-design__hero .hero__text-about h3{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:8rem;line-height:8.8rem;letter-spacing:-0.02em;color:var(--white)}@media screen and (max-width:1025px){.game-design__hero .hero__text-about h3{font-size:3rem;line-height:3.9rem}}.game-design__hero .hero__top{padding-bottom:5rem}.game-design__hero .hero__top h1{font-size:8rem}@media screen and (max-width:1025px){.game-design__hero .hero__top h1{font-size:2.7rem}}@media screen and (max-width:1025px){.game-design__hero .hero__top{margin-bottom:0}}.game-design__hero .hero__top .paint-text__wrap{-webkit-transform:rotate(-2.14deg);-ms-transform:rotate(-2.14deg);transform:rotate(-2.14deg)}.game-design__hero .hero__top .paint-text__wrap img{height:120px!important;-o-object-fit:fill;object-fit:fill;top:60%}@media screen and (max-width:1025px){.game-design__hero .hero__top .paint-text__wrap img{max-height:70px;height:70px!important}}@media screen and (max-width:481px){.game-design__hero .hero__top .paint-text__wrap img{max-height:90px;height:90px!important}}.game-design__hero-animate{position:relative;overflow:unset}.round{position:absolute;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--white);border-radius:50%;width:20rem;height:20rem;z-index:100;-webkit-transition:position 0.8s ease-out;-o-transition:position 0.8s ease-out;transition:position 0.8s ease-out}@media screen and (max-width:1025px){.round{width:10rem;height:10rem}}.round video{width:100%;height:100%!important;-o-object-fit:cover;object-fit:cover;border-radius:inherit;display:none}.round video:first-of-type{display:block}.round.down video:first-of-type{display:none}.round.down video:nth-of-type(2){display:block}.round.up video:first-of-type{display:none}.round.up video.right{display:block}.hero{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100vh;overflow:hidden}@media screen and (max-width:1025px){.hero{padding-top:14.5rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:70rem}}@media screen and (max-width:541px){.hero{padding-top:30%;height:100vh}}.hero__decoration{position:absolute;-webkit-transition:0.1s linear!important;-o-transition:0.1s linear!important;transition:0.1s linear!important}.hero__decoration:first-of-type{top:-35rem;inset-inline-start:-19.3rem;z-index:1;width:56.8rem;height:56.8rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.hero__decoration:first-of-type{display:none}}.hero__decoration:nth-of-type(2){top:-20rem;inset-inline-start:-63.2rem;-webkit-transform:rotate(-44.68deg);-ms-transform:rotate(-44.68deg);transform:rotate(-44.68deg);width:92rem;height:92rem;border-radius:50%;background:-o-linear-gradient(180.78deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%);background:linear-gradient(269.22deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%)}.hero__decoration:nth-of-type(2):before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:calc(100% - 9rem);height:calc(100% - 9rem);background-color:var(--white);border-radius:50%}@media screen and (max-width:1025px){.hero__decoration:nth-of-type(2){top:auto;inset-inline-start:-6.4rem;bottom:1.5rem;width:45.1rem;height:45.1rem;border-radius:50%;background:-o-linear-gradient(180.78deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%);background:linear-gradient(269.22deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%)}.hero__decoration:nth-of-type(2):before{width:calc(100% - 5rem);height:calc(100% - 5rem)}}@media screen and (max-width:541px){.hero__decoration:nth-of-type(2){inset-inline-start:-16.4rem;bottom:3rem;width:37.6rem;height:37.6rem;border-radius:50%;background:-o-linear-gradient(180.78deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%);background:linear-gradient(269.22deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%)}}.hero__decoration:last-of-type{top:7rem;inset-inline-end:-32.1rem;width:64.2rem;height:64.2rem;border-radius:50%;background:var(--green)}@media screen and (max-width:1025px){.hero__decoration:last-of-type{display:none}}.hero__content{position:relative;width:40%}@media screen and (max-width:1025px){.hero__content{width:52%}}@media screen and (max-width:541px){.hero__content{width:100%}}.hero__content p{font-weight:700}.hero__content .medium-heading{margin-bottom:7rem}@media screen and (max-width:1025px){.hero__content .medium-heading{margin-bottom:3rem}}.hero__content ul{margin-top:3rem}@media screen and (max-width:1025px){.hero__content ul{margin-top:2rem}}.hero__content ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:2.5rem}@media screen and (max-width:1025px){.hero__content ul li{margin-bottom:1rem}}.hero__content ul li:last-of-type{margin-bottom:0}.hero__content ul li:before{content:"";display:block;width:2rem;height:2rem;background-color:var(--green);border-radius:.4rem}@media screen and (max-width:1025px){.hero__content ul li:before{width:1rem;height:1rem;border-radius:.3rem}}.hero__content ul li p{-webkit-margin-start:1.2rem;margin-inline-start:1.2rem}.hero__content-decoration{position:absolute;top:17rem;inset-inline-end:7rem;z-index:-1;-webkit-transition:0.1s linear!important;-o-transition:0.1s linear!important;transition:0.1s linear!important;width:16.7rem;height:16.7rem;border-radius:50%;background:var(--green)}@media screen and (max-width:1025px){.hero__content-decoration{top:auto;inset-inline-end:auto;bottom:-16rem;inset-inline-start:4rem;z-index:5;width:8.5rem;height:8.5rem;border-radius:50%;background:var(--green)}}@media screen and (max-width:541px){.hero__content-decoration{inset-inline-start:-4rem;bottom:-18rem;width:5.5rem;height:5.5rem;border-radius:50%;background:var(--green)}}.hero__image{position:absolute;bottom:0;inset-inline-start:calc(50% - 9rem)}@media screen and (max-width:541px){.hero__image{inset-inline-start:auto;inset-inline-end:-4.5rem}}.hero__text{max-width:31rem}@media screen and (max-width:1025px){.hero__text{width:18.7rem}}.person{position:relative}.person__main-image{position:relative;z-index:2;width:60rem;height:78.8rem}.person__reference-image{position:absolute;top:0;inset-inline-start:0;z-index:2}.person__main-image,.person__reference-image{opacity:0;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.person__main-image.active,.person__reference-image.active{opacity:1}@media screen and (max-width:1025px){.person__main-image,.person__reference-image{width:39.2rem}}@media screen and (max-width:541px){.person__main-image,.person__reference-image{width:30rem}}.person__decoration{position:absolute;-webkit-transition:0.1s linear!important;-o-transition:0.1s linear!important;transition:0.1s linear!important}.person__decoration:first-of-type{bottom:0;inset-inline-start:50%;-webkit-transform:var(--transform-centered-right1);-ms-transform:var(--transform-centered-right1);transform:var(--transform-centered-right1);z-index:1;width:60rem;height:60rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.person__decoration:first-of-type{width:38.9rem;height:38.9rem;border-radius:50%;background:var(--yellow)}}@media screen and (max-width:541px){.person__decoration:first-of-type{width:30.5rem;height:30.5rem;border-radius:50%;background:var(--yellow)}}.person__decoration:nth-of-type(2){bottom:0;inset-inline-start:50%;-webkit-transform:var(--transform-person);-ms-transform:var(--transform-person);transform:var(--transform-person);width:116.5rem;height:116.5rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,71%,.1)),to(hsla(0,0%,71%,0)));background:-o-linear-gradient(top,hsla(0,0%,71%,.1) 0%,hsla(0,0%,71%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,71%,.1),hsla(0,0%,71%,0))}.person__decoration:nth-of-type(2):before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:calc(100% - 16rem);height:calc(100% - 16rem);background-color:var(--white);border-radius:50%}@media screen and (max-width:1025px){.person__decoration:nth-of-type(2){display:none}}.person__buttons{position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered-right2);-ms-transform:var(--transform-centered-right2);transform:var(--transform-centered-right2);z-index:5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:103rem}@media screen and (max-width:1025px){.person__buttons{top:auto;inset-inline-start:auto;bottom:10rem;inset-inline-end:6.2rem;-webkit-transform:none;-ms-transform:none;transform:none;width:auto}.person__buttons .build-button{-webkit-margin-end:2rem;margin-inline-end:2rem}}@media screen and (max-width:1025px) and (max-width:541px){.person__buttons .build-button{-webkit-margin-end:1rem;margin-inline-end:1rem}}@media screen and (max-width:1025px){.person__buttons .build-button:last-of-type{-webkit-margin-end:0;margin-inline-end:0}}@media screen and (max-width:541px){.person__buttons{inset-inline-end:5.7rem}}.person__orbit{position:absolute;bottom:11.5rem;inset-inline-start:50%;-webkit-transform:var(--transform-orbit);-ms-transform:var(--transform-orbit);transform:var(--transform-orbit);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:120rem}@media screen and (max-width:1025px){.person__orbit{display:none}}.person__orbit-item{-webkit-transition:0.1s linear!important;-o-transition:0.1s linear!important;transition:0.1s linear!important}.person__orbit-item:first-of-type{width:9rem;height:9rem;border-radius:50%;background:var(--yellow)}.person__orbit-item:last-of-type{width:6.3rem;height:6.3rem;border-radius:50%;background:var(--green)}.build-button{padding:4rem 3rem;border:1px solid var(--white);border-radius:1rem;background:-o-linear-gradient(311.86deg,hsla(0,0%,100%,.5) 6.85%,hsla(0,0%,64%,0) 100.61%);background:linear-gradient(138.14deg,hsla(0,0%,100%,.5) 6.85%,hsla(0,0%,64%,0) 100.61%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer}@media screen and (max-width:1025px){.build-button{padding:2.5rem}}@media screen and (max-width:541px){.build-button{padding:2.5rem 1rem}}.build-button:first-of-type:hover .build-button__decoration{background-color:var(--green)}.build-button:nth-of-type(2):hover .build-button__decoration{background-color:var(--yellow)}.build-button__inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-padding-start:3.8rem;padding-inline-start:3.8rem;width:28rem;height:6rem;background-color:var(--white);border-radius:1rem;-webkit-box-shadow:0 0.4rem 2rem hsla(0,0%,61%,.25);box-shadow:0 0.4rem 2rem hsla(0,0%,61%,.25);font-family:inherit;font-weight:700}@media screen and (max-width:1025px){.build-button__inner{width:17rem;height:4rem;-webkit-padding-start:2rem;padding-inline-start:2rem;border-radius:.5rem}}@media screen and (max-width:541px){.build-button__inner{width:15rem}}.build-button__decoration{position:absolute;top:50%;inset-inline-end:1rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:4rem;height:4rem;background-color:var(--disabled);border-radius:.4rem;-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}@media screen and (max-width:1025px){.build-button__decoration{width:3rem;height:3rem}}@media screen and (max-width:541px){.build-button__decoration{display:none}}.build-button__decoration svg{width:65%}.options{padding:13rem 0 23.3rem;background-color:var(--white);-webkit-box-shadow:0 0 50px hsla(0,0%,72%,.25);box-shadow:0 0 50px hsla(0,0%,72%,.25)}@media screen and (max-width:1025px){.options{padding:5rem 0 9rem}}.options__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:12rem}@media screen and (max-width:1025px){.options__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:5rem}}.options__header .medium-heading{margin-bottom:0}@media screen and (max-width:1025px){.options__header .medium-heading{margin-bottom:4rem}}.options__header .nav{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:0;background-color:transparent}@media screen and (max-width:1025px){.options__header .nav .nav__item{padding:1rem 2rem}}.options-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:3rem 2rem}@media screen and (max-width:1025px){.options-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:541px){.options-grid{grid-template-columns:repeat(1,1fr);grid-gap:3rem}}.options-item{-webkit-padding-end:4rem;padding-inline-end:4rem}@media screen and (max-width:541px){.options-item{-webkit-padding-end:0;padding-inline-end:0}}.options-item__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:6rem;height:6rem;background-color:var(--light-yellow);border-radius:50%}@media screen and (max-width:1025px){.options-item__icon{width:4rem;height:4rem}}.options-item__icon>img{width:2.4rem}@media screen and (max-width:1025px){.options-item__icon>img{width:2rem}}.options-item__heading{margin:3rem 0;font-weight:700}@media screen and (max-width:1025px){.options-item__heading{margin:1rem 0}}.options-item__text{color:#989898}.services-cards{margin:13rem 0 9rem}.services-cards .container>.medium-heading{margin-bottom:8rem}@media screen and (max-width:1025px){.services-cards .container>.medium-heading{margin-bottom:5rem}}@media screen and (max-width:1025px){.services-cards{margin:9rem 0 4rem}}@media screen and (max-width:541px){.services-cards{margin:8rem 0 3rem}}.services-cards__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2.3rem}@media screen and (max-width:1025px){.services-cards__grid{grid-template-columns:repeat(1,1fr);grid-gap:1rem}}.services-card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:60rem;padding:5rem 3rem;overflow:hidden;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width:1025px){.services-card{height:15rem;padding:2rem}}.services-card_none:before{display:none}@media screen and (max-width:1025px){.services-card_none{display:none}}.services-card:before{content:"";position:absolute;top:0;inset-inline-start:0;z-index:2;width:100%;height:100%;background:rgba(0,0,0,.2);border-radius:20px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width:1025px){.services-card:before{border-radius:10px}}.services-card:hover:before{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.services-card:hover .services-card__hidden{margin-bottom:-3rem;opacity:1}@media screen and (max-width:1025px){.services-card:hover{height:30rem}}.services-card__heading{font-weight:700}.services-card__image{position:absolute;top:0;inset-inline-start:0;z-index:1;width:100%;height:100%!important;-o-object-fit:cover;object-fit:cover;border-radius:20px}@media screen and (max-width:1025px){.services-card__image{border-radius:10px}}.services-card__inner{position:relative;z-index:3;padding-bottom:3rem;margin-top:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;color:var(--white)}.services-card__hidden{margin-top:3rem;margin-bottom:-100%;opacity:0;-webkit-transition:.5s ease-out;-o-transition:.5s ease-out;transition:.5s ease-out}@media screen and (max-width:1025px){.services-card__hidden{margin-top:3rem;width:50%}}@media screen and (max-width:541px){.services-card__hidden{width:100%}}.services-card__hidden>a{display:block;margin-top:3rem;font-weight:700;color:var(--yellow)}@media screen and (max-width:1025px){.services-card__hidden>a{margin-top:3rem}}.talents{position:relative;z-index:1;padding-top:11.5rem}@media screen and (max-width:1025px){.talents{padding-top:5rem}}.progress-slider__description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media screen and (max-width:541px){.progress-slider__description>.medium-text:first-child{width:26rem}}.progress-slider__description a{color:var(--yellow);font-weight:700;white-space:nowrap}.progress-slider__line{position:relative;margin:8rem 0;width:89vw;height:.3rem;background-color:#d4d4d4;border-radius:1rem}@media screen and (max-width:1025px){.progress-slider__line{margin:5rem 0;width:92vw}}@media screen and (max-width:541px){.progress-slider__line{margin:5rem 0 3rem}}.progress-slider__line div{position:absolute;top:50%;inset-inline-start:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:.5rem;width:10rem;background-color:var(--yellow);border-radius:1rem}.progress-slider__carousel{display:-webkit-box;display:-ms-flexbox;display:flex;width:89vw;padding:2rem 0 4rem;overflow-x:scroll;overflow-y:visible;scrollbar-width:none}@media screen and (max-width:1025px){.progress-slider__carousel{width:92vw}}@media screen and (max-width:541px){.progress-slider__carousel{width:94vw}}.progress-slider__carousel::-webkit-scrollbar{display:none}.progress-slider__carousel-item{-webkit-margin-end:2rem;margin-inline-end:2rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}.progress-slider__carousel-item:hover{-webkit-box-shadow:0.5rem 1rem 4rem hsla(0,0%,76%,.2);box-shadow:0.5rem 1rem 4rem hsla(0,0%,76%,.2)}@media screen and (max-width:1025px){.progress-slider__carousel-item{-webkit-box-shadow:0 0.4rem 3rem hsla(0,0%,71%,.25);box-shadow:0 0.4rem 3rem hsla(0,0%,71%,.25)}}@media screen and (max-width:541px){.progress-slider__carousel-item{-webkit-margin-end:3rem;margin-inline-end:3rem}}.candidate{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:6.8rem 4.2rem;width:58rem;background-color:var(--white);border-radius:2rem;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width:1025px){.candidate{width:24rem;padding:2.7rem 2rem}}.candidate span{font-weight:700;color:#000}.candidate__content{width:100%}.candidate__country,.candidate__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.candidate__main{margin-bottom:1rem}@media screen and (max-width:1025px){.candidate__main{position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.candidate__country p{-webkit-margin-end:1.3rem;margin-inline-end:1.3rem}@media screen and (max-width:1025px){.candidate__country{-webkit-margin-end:1rem;margin-inline-end:1rem}}.candidate__position{margin-bottom:1rem}@media screen and (max-width:1025px){.candidate__position{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid hsla(0,0%,84%,.5)}}.candidate__rate{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-bottom:3rem;margin-bottom:2.2rem;border-bottom:1px solid hsla(0,0%,84%,.5)}@media screen and (max-width:1025px){.candidate__rate{padding-bottom:0;margin-bottom:1rem;border-bottom:0}}.candidate__rate p{font-weight:700;color:var(--blue)}@media (min-width:1025px){.candidate__rate>.candidate__button{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}.candidate__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:18.5rem;height:4rem;border:1px solid var(--yellow);border-radius:.5rem;font-weight:700;color:var(--yellow);text-align:center;line-height:2.2}@media screen and (max-width:1025px){.candidate__button{margin-top:1.5rem;width:100%;height:3rem}}.candidate__technologies span{display:block;margin-bottom:1rem}@media screen and (max-width:1025px){.candidate__technologies .candidate__button{display:-webkit-box;display:-ms-flexbox;display:flex}}.candidate__country p,.candidate__position p,.candidate__technologies p{color:#838b8f}.how-it-works{position:relative;padding:11.3rem 0 14rem}@media screen and (max-width:1025px){.how-it-works{padding:4rem 0 10rem}}.how-it-works .container{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.how-it-works__content{padding-top:5rem;width:50%}@media screen and (max-width:1025px){.how-it-works__content{padding-top:3rem;width:40%}}@media screen and (max-width:541px){.how-it-works__content{width:100%;margin-bottom:5rem}}.how-it-works__content .numbered-steps{margin-bottom:8rem}@media screen and (max-width:1025px){.how-it-works__content .numbered-steps{margin-bottom:10rem}}@media screen and (max-width:541px){.how-it-works__content .numbered-steps{margin-bottom:6rem}}.how-it-works__content .button{width:50%}@media screen and (max-width:1025px){.how-it-works__content .button{width:100%}}@media screen and (max-width:541px){.how-it-works__content .button{display:none}}.how-it-works__video{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:40%}@media screen and (max-width:541px){.how-it-works__video{width:100%}}.how-it-works__mobile-button{display:none}@media screen and (max-width:541px){.how-it-works__mobile-button{display:block;margin-top:8rem;width:100%}.how-it-works__mobile-button .button{width:100%}}.how-it-works__decoration{position:absolute;z-index:0}.how-it-works__decoration:first-child{top:0;inset-inline-start:-32.7rem;width:71.5rem;height:71.5rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,71%,.1)),color-stop(78.65%,hsla(0,0%,71%,0)),to(hsla(0,0%,71%,0)));background:-o-linear-gradient(top,hsla(0,0%,71%,.1) 0%,hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,71%,.1),hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0))}.how-it-works__decoration:first-child:before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:62rem;height:62rem;border-radius:50%;background:var(--white)}@media screen and (max-width:1025px){.how-it-works__decoration:first-child{top:-5rem;inset-inline-start:-12rem;width:34rem;height:34rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,71%,.1)),color-stop(78.65%,hsla(0,0%,71%,0)),to(hsla(0,0%,71%,0)));background:-o-linear-gradient(top,hsla(0,0%,71%,.1) 0%,hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,71%,.1),hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0))}.how-it-works__decoration:first-child:before{width:30rem;height:30rem;border-radius:50%;background:var(--white)}}.how-it-works__decoration:nth-child(2){bottom:0;inset-inline-start:0;width:100%}.numbered-steps{-webkit-margin-start:2.5rem;margin-inline-start:2.5rem;-webkit-padding-start:2.5rem;padding-inline-start:2.5rem;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(65%,#000),color-stop(0%,hsla(0,0%,100%,0)));background-image:-o-linear-gradient(#000 65%,hsla(0,0%,100%,0) 0%);background-image:linear-gradient(#000 65%,hsla(0,0%,100%,0) 0);background-position:0;background-size:1px 12px;background-repeat:repeat-y}@media screen and (max-width:1025px){.numbered-steps{-webkit-margin-start:1.5rem;margin-inline-start:1.5rem;-webkit-padding-start:1.5rem;padding-inline-start:1.5rem}}.numbered-steps li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:5rem;height:5rem}@media screen and (max-width:1025px){.numbered-steps li{margin-bottom:2rem;height:3rem}}.numbered-steps li:last-of-type{margin-bottom:0}.numbered-steps li:last-of-type div h3{margin-bottom:1rem}@media screen and (max-width:1025px){.numbered-steps li:last-of-type div{margin-top:4rem}}.numbered-steps li:before{position:absolute;top:50%;inset-inline-start:0;-webkit-transform:var(--transform-inline-left);-ms-transform:var(--transform-inline-left);transform:var(--transform-inline-left);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:700;color:var(--white);width:5rem;height:5rem;border-radius:50%;background:var(--green)}@media screen and (max-width:1025px){.numbered-steps li:before{width:3rem;height:3rem;border-radius:50%;background:var(--green)}}.numbered-steps li:first-of-type:before{content:"1"}.numbered-steps li:nth-of-type(2):before{content:"2"}.numbered-steps li:nth-of-type(3):before{content:"3"}.numbered-steps li:nth-of-type(4):before{content:"4"}.numbered-steps li h3,.numbered-steps li p{margin:auto 0;-webkit-padding-start:2rem;padding-inline-start:2rem;font-weight:700}@media screen and (max-width:1025px){.numbered-steps li h3,.numbered-steps li p{-webkit-padding-start:1rem;padding-inline-start:1rem}}.numbered-steps li div:first-of-type{-webkit-padding-end:2rem;padding-inline-end:2rem;-webkit-border-end:1px solid var(--black-text);border-inline-end:1px solid var(--black-text)}@media screen and (max-width:1025px){.numbered-steps li div:first-of-type{-webkit-padding-end:1rem;padding-inline-end:1rem}.numbered-steps li div:first-of-type p{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.numbered-steps li div p:last-of-type{font-weight:500}.orbit{position:relative;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.orbit__decoration{position:absolute;-webkit-transition:.1s linear;-o-transition:.1s linear;transition:.1s linear}.orbit__decoration:first-of-type{top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:60rem;height:60rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.orbit__decoration:first-of-type{width:27.9rem;height:27.9rem;border-radius:50%;background:var(--yellow)}}.orbit__decoration:first-of-type:after,.orbit__decoration:first-of-type:before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);display:block;border:1px solid hsla(0,0%,47%,.1)}.orbit__decoration:first-of-type:before{width:71rem;height:71rem;border-radius:50%;background:transparrent}@media screen and (max-width:1025px){.orbit__decoration:first-of-type:before{width:32.9rem;height:32.9rem;border-radius:50%;background:transparrent}}.orbit__decoration:first-of-type:after{width:90rem;height:90rem;border-radius:50%;background:transparrent}@media screen and (max-width:1025px){.orbit__decoration:first-of-type:after{width:41.7rem;height:41.7rem;border-radius:50%;background:transparrent}}.orbit__decoration:nth-of-type(2){top:6.5rem;inset-inline-end:-14rem;width:7rem;height:7rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.orbit__decoration:nth-of-type(2){top:10.5rem;inset-inline-end:-7rem;width:3.2rem;height:3.2rem;border-radius:50%;background:var(--yellow)}}.orbit__decoration:nth-of-type(3){bottom:1rem;inset-inline-start:-18rem;width:11rem;height:11rem;border-radius:50%;background:var(--green)}@media screen and (max-width:1025px){.orbit__decoration:nth-of-type(3){bottom:4rem;inset-inline-start:-10rem;width:5rem;height:5rem;border-radius:50%;background:var(--green)}}.orbit__decoration:nth-of-type(4){bottom:13.5rem;inset-inline-start:-21rem;width:3rem;height:3rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.orbit__decoration:nth-of-type(4){bottom:7.5rem;inset-inline-start:-14rem;width:1.4rem;height:1.4rem;border-radius:50%;background:var(--yellow)}}.video-smartphone{position:relative;z-index:1}@media screen and (max-width:1025px){.video-smartphone{width:20rem}}.video-smartphone__play{position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:7.2rem;height:7.2rem;background-color:var(--white);border-radius:50%;cursor:pointer;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width:1025px){.video-smartphone__play{width:4rem;height:4rem}.video-smartphone__play svg{width:1.5rem}}.video-smartphone__play:hover svg path{fill:var(--yellow)}.video-smartphone__play_hidden{opacity:0}.video-smartphone__play svg path{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.video-smartphone__border{position:relative;z-index:2;width:43rem}.video-smartphone__image,.video-smartphone__video{position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:calc(100% - 4.6rem);height:calc(100% - 5.2rem);border-radius:5rem;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:1025px){.video-smartphone__image,.video-smartphone__video{width:calc(100% - 2.6rem);height:calc(100% - 2.2rem);border-radius:2rem}}.reviews{padding:10rem 0 14rem}.reviews .progress-slider>.medium-text{font-weight:700;color:var(--yellow)}@media screen and (max-width:1025px){.reviews{padding:5rem 0 8rem}}@media screen and (max-width:481px){.reviews{background-color:var(--light-grey)}}.review{width:43rem;padding:6rem 4.5rem;background-color:var(--white);border-radius:1rem;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width:1025px){.review{width:30rem;padding:3rem}}.review:hover{-webkit-box-shadow:5px 10px 40px hsla(0,0%,76%,.2);box-shadow:5px 10px 40px hsla(0,0%,76%,.2)}.review_no-more .review__more{display:none}.review__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:3.5rem}@media screen and (max-width:1025px){.review__top{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-bottom:3rem}}.review__top p{-ms-flex-preferred-size:60%;flex-basis:60%}@media screen and (max-width:1025px){.review__client{margin-bottom:2rem}}.review__client img{margin-bottom:.8rem}.review__grade{display:-webkit-box;display:-ms-flexbox;display:flex}.review__grade li{-webkit-margin-end:.25rem;margin-inline-end:.25rem}.review__grade li:last-of-type{-webkit-margin-end:0;margin-inline-end:0}.review__comment{width:80%;margin-bottom:4rem}@media screen and (max-width:1025px){.review__comment{width:100%;margin-bottom:4rem}}.review__more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}@media screen and (max-width:1025px){.review__more{-webkit-margin-start:auto;margin-inline-start:auto}}.review__more svg{-webkit-margin-start:1rem;margin-inline-start:1rem}.review .candidate,.review__more svg{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.review .candidate{padding:0;width:100%;max-height:0;border-radius:0;overflow:hidden;opacity:0}@media screen and (max-width:1025px){.review .candidate{position:relative}}.review .candidate:hover{-webkit-box-shadow:none;box-shadow:none}@media screen and (min-width:1025px){.review .candidate__avatar{width:6rem;height:6rem}}@media screen and (max-width:1025px){.review .candidate__avatar{position:absolute;top:2rem;inset-inline-end:0}}.review .candidate__content{width:calc(100% - 7.5rem)}@media screen and (max-width:1025px){.review .candidate__content{width:100%}}.review .candidate__description{margin-bottom:4rem;color:#838b8f}.review_active .candidate{margin-top:3rem;padding:3rem 0 0;max-height:50rem;border-top:1px solid #d4d4d4;opacity:1}@media screen and (max-width:1025px){.review_active .candidate{margin-top:2rem;padding:2rem 0 0}}.review_active .review__more svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.projects{position:relative;padding:10rem 0 13rem;width:100%;overflow:hidden}@media screen and (max-width:1025px){.projects{padding:5rem 0}}.projects .container{position:relative;z-index:2}.projects .progress-slider>.medium-text{font-weight:700;color:var(--yellow)}.projects-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:6rem 2rem;width:35rem;height:65.4rem;background-color:#d4d4d4;border-radius:1rem}@media screen and (max-width:1025px){.projects-item{width:24rem;height:48rem;padding:3rem 1.5rem;border-radius:20px}}.projects-item__inner{position:relative;z-index:2;color:var(--white)}.projects-item__heading{margin-bottom:2rem;font-size:3rem;font-weight:800}@media screen and (max-width:1025px){.projects-item__heading{margin-bottom:1rem;font-size:2rem}}.projects-item>img{position:absolute;top:0;inset-inline-start:0;z-index:1;width:100%;height:100%!important;-o-object-fit:cover;object-fit:cover;border-radius:1rem}.design-char__industries{padding-top:22.4rem;position:relative;background:#fafafa;z-index:2}@media screen and (max-width:1025px){.design-char__industries{padding-top:8.1rem}}.design-char__industries strong{color:var(--black)}.design-char__industries svg.back-image{position:absolute;opacity:0.8;top:-15%;right:8%;width:123rem;z-index:2}.design-char__industries>.container{position:relative;z-index:3}.design-char__industries .paint-text__wrap img{max-width:120%}@media screen and (max-width:1025px){.design-char__industries .paint-text__wrap img{max-width:169%;width:171%;left:-46%}}@media screen and (max-width:481px){.design-char__industries .paint-text__wrap img{max-width:150%}}.design-char__industries .industries__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:1025px){.design-char__industries .industries__title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.design-char__industries .industries__title div{-webkit-box-flex:1;-ms-flex:1;flex:1}.design-char__industries .industries__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5rem}.design-char__industries .industries__text storng{color:var(--black)}@media screen and (max-width:1025px){.design-char__industries .industries__text{margin-top:2.5rem}}.design-char__industries .industries__text p:first-of-type{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:2.5rem;line-height:3.8rem;text-align:justify;color:var(--black)}@media screen and (max-width:1025px){.design-char__industries .industries__text p:first-of-type{font-size:1.6rem;line-height:2.4rem}}.design-char__industries .industries__text .simple-text{color:var(--black)}.design-char__industries .industries__images{position:relative;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;margin-top:11rem;scrollbar-width:none;margin-left:8%}.design-char__industries .industries__images::-webkit-scrollbar{display:none}@media screen and (max-width:481px){.design-char__industries .industries__images{width:98vw;overflow-x:scroll;overflow-y:visible}}@media screen and (max-width:1025px){.design-char__industries .industries__images{margin-top:4rem;width:82vw;margin-left:0px}}.design-char__industries .industries__image{border-radius:20px;overflow:hidden}@media screen and (max-width:1025px){.design-char__industries .industries__image{border-radius:10px;min-width:9rem;min-height:9rem}}.design-char__industries .industries__sub-header{margin-top:17.7rem}@media screen and (max-width:1025px){.design-char__industries .industries__sub-header{margin-top:8rem}}.design-char__industries .industries__sub-header p{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:9rem;line-height:11.7rem;letter-spacing:-0.02em;text-transform:capitalize;color:var(--black)}@media screen and (max-width:1025px){.design-char__industries .industries__sub-header p{font-size:3rem;line-height:3.9rem}}.design-char__industries .industries__slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:89vw;-webkit-transition:0.2s;-o-transition:0.2s;transition:0.2s;padding-bottom:25.6rem;padding-top:10rem}@media screen and (max-width:1025px){.design-char__industries .industries__slider{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem;padding:0px;margin:0px}}.design-char__industries .industries__slider.industries-start-animation{gap:2rem}.design-char__industries .industries__slider-wrap{position:relative;width:104vw;left:55%;-webkit-transform:translateX(-56%);-ms-transform:translateX(-56%);transform:translateX(-56%);overflow-x:scroll;overflow-y:visible;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;scrollbar-width:none}@media screen and (max-width:1025px){.design-char__industries .industries__slider-wrap{left:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);width:100%;padding-top:3.2rem;margin-bottom:5rem}}.design-char__industries .industries__slider-wrap::-webkit-scrollbar{display:none}.design-char__industries .industries__slide{width:48rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3rem;-webkit-transition:0.2s;-o-transition:0.2s;transition:0.2s;background:-o-linear-gradient(348.14deg,#91ebca 3.83%,#91ebca 3.84%,#deeb91 35.97%,#ebdd91 45.02%,#91ebca 63.74%);background:linear-gradient(101.86deg,#91ebca 3.83%,#91ebca 3.84%,#deeb91 35.97%,#ebdd91 45.02%,#91ebca 63.74%);padding:3.8rem 5.8rem 3.8rem 4rem}.design-char__industries .industries__slide_first{border-radius:20px 0px 0px 20px}@media screen and (max-width:1025px){.design-char__industries .industries__slide{width:100%;border-radius:20px;padding:2.3rem 4.5rem}}.design-char__industries .industries__slide.industries-start-animation{border-radius:20px}.design-char__industries .industries__slide:nth-of-type(2n){background:-o-linear-gradient(146deg,#91ebca 3.83%,#91ebca 3.84%,#deeb91 35.97%,#ebdd91 45.02%,#91ebca 63.74%);background:linear-gradient(304deg,#91ebca 3.83%,#91ebca 3.84%,#deeb91 35.97%,#ebdd91 45.02%,#91ebca 63.74%)}.design-char__industries .industries__slide .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:5rem;height:5rem;background:var(--white);border-radius:10px}.design-char__industries .industries__slide .icon svg{width:2.4rem}.design-char__industries .industries__slide-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}.industries{padding:5rem 0 35rem}@media screen and (max-width:1025px){.industries{padding:5rem 0 30rem}}.industries .medium-heading{margin-top:4rem;margin-bottom:8rem}@media screen and (max-width:1025px){.industries .medium-heading{margin-top:2rem;margin-bottom:5rem}}.services-grid{--columnsCount:4;display:grid;margin:0;grid-template-columns:repeat(var(--columnsCount),1fr);grid-gap:11.8rem 7rem}@media screen and (max-width:1025px){.services-grid{--columnsCount:3}}@media screen and (max-width:481px){.services-grid{--columnsCount:2}}@media screen and (max-width:1025px){.services-grid{margin:0;grid-gap:5.3rem 2.2rem}}@media screen and (max-width:481px){.services-grid{margin:0;grid-gap:5.3rem 3rem}}.services-grid__item a{display:block;margin-top:2rem;color:var(--yellow)}.manager-page{background:#f8f8f8}@media screen and (max-width:481px){.manager-page{overflow:hidden}}.manager-page .services-models{background:#f8f8f8;-webkit-box-shadow:none;box-shadow:none}@media screen and (max-width:541px){.manager-page_slider .manager-expertise__stack-holder{margin-top:0}}.manager-page .reviews{overflow:hidden}@media screen and (max-width:1025px){.manager-page .services-card{height:31.1rem}}.manager-welcome{position:relative;height:calc(100vh - 11rem);overflow:hidden}@media screen and (max-width:1025px){.manager-welcome{height:calc(100vh - 27rem)}}@media screen and (max-width:481px){.manager-welcome{height:calc(100vh - 15rem)}}.manager-welcome .container{position:relative;z-index:2}@media screen and (max-width:541px){.manager-welcome .container .button{width:100%}}.manager-welcome .bread-crumbs{margin-top:8rem}@media screen and (max-width:1025px){.manager-welcome .bread-crumbs{margin-top:2rem}}.manager-welcome__inner{margin-top:16.5rem;max-width:102rem}@media screen and (max-width:1025px){.manager-welcome__inner{margin-top:3rem;max-width:55rem}}.manager-welcome__inner .button{margin-top:7rem}@media screen and (max-width:541px){.manager-welcome__inner .button{margin-top:28rem}}.manager-welcome__circle{position:absolute;bottom:-25rem;inset-inline-end:-25rem;width:84.7rem}@media screen and (max-width:1025px){.manager-welcome__circle{width:60rem}}@media screen and (max-width:541px){.manager-welcome__circle{bottom:1rem;inset-inline-end:-6rem;width:36rem}}.manager-welcome__decoration{position:absolute;-webkit-transition:.1s linear!important;-o-transition:.1s linear!important;transition:.1s linear!important}@media screen and (max-width:1025px){.manager-welcome__decoration{display:none}}.manager-welcome__decoration:first-of-type{top:-46rem;inset-inline-start:-19.3rem;z-index:1;width:56.8rem;height:56.8rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.manager-welcome__decoration:first-of-type{display:none}}.manager-welcome__decoration:nth-of-type(2){top:5rem;inset-inline-end:46.5rem;width:6.3rem;height:6.3rem;border-radius:50%;background:var(--green)}.manager-for-hire{padding-top:16rem;background:var(--white);-webkit-filter:drop-shadow(0px 4px 50px hsla(0,0%,72%,.25));filter:drop-shadow(0px 4px 50px rgba(184,184,184,0.25))}@media screen and (max-width:481px){.manager-for-hire{padding-top:6rem;padding-bottom:2rem}}.manager-for-hire_pd-btm{padding:16rem 0 12rem}@media screen and (max-width:481px){.manager-for-hire_pd-btm{padding:6rem 0}}.manager-for-hire>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:481px){.manager-for-hire>.container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.manager-for-hire__text{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem}@media screen and (max-width:481px){.manager-for-hire__text{width:100%}}.manager-for-hire__image{width:45%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.manager-for-hire__image h2{margin-bottom:9.8rem}@media screen and (max-width:481px){.manager-for-hire__image h2{margin-bottom:3rem}}@media screen and (max-width:481px){.manager-for-hire__image{width:100%}}.manager-for-hire__wrap{position:relative}@media screen and (max-width:481px){.manager-for-hire__wrap{display:none}}.manager-for-hire__wrap img{position:relative;z-index:2;width:46.4rem}.manager-for-hire__decoration{position:absolute}.manager-for-hire__decoration:first-of-type{bottom:6rem;inset-inline-start:-19.3rem;width:38.8rem;height:38.8rem;border-radius:50%;background:var(--yellow);z-index:1;left:1rem}@media screen and (max-width:1025px){.manager-for-hire__decoration:first-of-type{width:21.1rem;height:21.1rem;bottom:0}}.manager-for-hire__decoration:nth-of-type(2){z-index:1;inset-inline-start:-19.3rem;top:10rem;left:-10rem;width:9.7rem;height:9.7rem;border-radius:50%;background:var(--green)}.services-models{position:relative;z-index:2;padding:13rem 0 8rem;-webkit-box-shadow:0 0 5rem hsla(0,0%,72%,.25);box-shadow:0 0 5rem hsla(0,0%,72%,.25)}@media screen and (max-width:1025px){.services-models{padding:8rem 0 6rem}}.services-models__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media screen and (max-width:1025px){.services-models__grid{grid-template-columns:repeat(1,1fr);gap:1rem}}@media (min-width:1025px){.services-models__grid .services-card{aspect-ratio:46/40;height:unset}}.manager-expertise{padding-bottom:21rem;position:relative;padding-top:20.6rem}@media screen and (max-width:481px){.manager-expertise{padding-top:8.8rem;padding-bottom:8.8rem}}.manager-expertise_modified{margin-top:-20rem}@media screen and (max-width:1025px){.manager-expertise_modified{padding-bottom:3rem}}@media screen and (max-width:541px){.manager-expertise_modified{margin-top:-5rem}}.manager-expertise_modified .manager-expertise__decoration:nth-of-type(4){display:none}.manager-expertise>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;z-index:2}@media screen and (max-width:481px){.manager-expertise>.container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.manager-expertise__title{width:40%}@media screen and (max-width:481px){.manager-expertise__title{width:100%}}.manager-expertise__content{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem}@media screen and (max-width:481px){.manager-expertise__content{width:100%}}.manager-expertise__addition{margin-top:20rem;width:100%}@media screen and (max-width:1025px){.manager-expertise__addition{margin-top:8rem}}.manager-expertise__stack-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:6rem}.manager-expertise__stack-holder .progress-slider{display:none}@media screen and (max-width:541px){.manager-expertise__stack-holder{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.manager-expertise__stack-holder .progress-slider{display:block}}.manager-expertise__cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem}@media screen and (max-width:1025px){.manager-expertise__cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:541px){.manager-expertise__cards{display:none}}.manager-expertise__card{padding:6rem 3rem;min-height:43rem;background-color:var(--white);border-radius:10px}@media screen and (max-width:1025px){.manager-expertise__card{padding:4rem 2rem;min-height:30rem}}@media screen and (max-width:541px){.manager-expertise__card{padding:3rem 2rem;min-height:27rem;width:calc(100vw - 4.6rem)}}.manager-expertise__card-icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:3rem}@media screen and (max-width:541px){.manager-expertise__card-icons{margin-bottom:2rem}}.manager-expertise__card-icons>*{margin-right:1rem}@media screen and (max-width:541px){.manager-expertise__card-icons>*{margin-right:.5rem}}.manager-expertise__card-icons>.plus{height:18px}.manager-expertise__card-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem;width:7rem;height:7rem;border:1px solid #c1c1c1;border-radius:50%}@media screen and (max-width:541px){.manager-expertise__card-icon{width:5rem;height:5rem}}.manager-expertise__card-content>.medium-text:first-of-type{margin-bottom:2rem;font-weight:700}.manager-expertise__stack-icons{display:grid;width:100%}.manager-expertise__stack-icons_big{grid-template-columns:repeat(4,1fr);grid-gap:3rem;margin-bottom:4.5rem}@media screen and (max-width:541px){.manager-expertise__stack-icons_big{grid-template-columns:repeat(3,1fr);grid-gap:2rem 0.5rem;margin-bottom:0;margin-top:3.6rem}}.manager-expertise__stack-icons_small{grid-template-columns:repeat(9,1fr);grid-gap:6rem}@media screen and (max-width:1025px){.manager-expertise__stack-icons_small{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width:541px){.manager-expertise__stack-icons_small{grid-template-columns:repeat(4,1fr);grid-gap:1rem}}.manager-expertise__stack-icon{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.manager-expertise__stack-icon,.manager-expertise__stack-icon .bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.manager-expertise__stack-icon .bg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1.2rem;width:100%;background-color:var(--white);border-radius:10px}@media screen and (max-width:541px){.manager-expertise__stack-icon .bg{margin-bottom:.7rem}}.manager-expertise__stack-icon_big .bg{height:100%;padding:2rem 1.5rem}@media screen and (max-width:541px){.manager-expertise__stack-icon_big .bg{padding:1.5rem 1rem}}.manager-expertise__stack-icon_small .bg{padding:.5rem 0}.manager-expertise__stack-icon_small .bg>img,.manager-expertise__stack-icon_small .bg>svg{width:10rem;height:10rem;max-width:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:1025px){.manager-expertise__stack-icon_small .bg>img,.manager-expertise__stack-icon_small .bg>svg{width:6rem;height:6rem}}.manager-expertise__items{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:481px){.manager-expertise__items{gap:4rem}}.manager-expertise__item img{width:10rem}@media screen and (max-width:1025px){.manager-expertise__item img{width:7rem}}.manager-expertise__decorations{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;overflow:hidden}.manager-expertise__decoration{z-index:1}.manager-expertise__decoration:first-of-type{position:absolute;top:5rem;left:-20rem;width:71.5rem;height:71.5rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,71%,.1)),color-stop(78.65%,hsla(0,0%,71%,0)),to(hsla(0,0%,71%,0)));background:-o-linear-gradient(top,hsla(0,0%,71%,.1) 0%,hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,71%,.1),hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0))}@media screen and (max-width:481px){.manager-expertise__decoration:first-of-type{width:25rem;height:25rem;left:-11rem;top:1rem}}.manager-expertise__decoration:first-of-type:before{content:"";position:absolute;top:50%;inset-inline-start:50%;width:60rem;height:60rem;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);background:#f8f8f8;border-radius:50%}@media screen and (max-width:481px){.manager-expertise__decoration:first-of-type:before{width:20rem;height:20rem}}.manager-expertise__decoration:nth-of-type(2){position:absolute;content:"";width:7.5rem;height:7.5rem;border-radius:50%;background:var(--green);top:32rem;left:10rem}@media screen and (max-width:481px){.manager-expertise__decoration:nth-of-type(2){top:4rem;left:34rem}}.manager-expertise__decoration:nth-of-type(3){position:absolute;content:"";width:7.5rem;height:7.5rem;border-radius:50%;background:var(--yellow);bottom:26rem;right:5rem}@media screen and (max-width:481px){.manager-expertise__decoration:nth-of-type(3){display:none}}.manager-expertise__decoration:nth-of-type(4){position:absolute;bottom:-43rem;right:-20rem;width:71.5rem;height:71.5rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,71%,.1)),color-stop(78.65%,hsla(0,0%,71%,0)),to(hsla(0,0%,71%,0)));background:-o-linear-gradient(top,hsla(0,0%,71%,.1) 0%,hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,71%,.1),hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0))}@media screen and (max-width:481px){.manager-expertise__decoration:nth-of-type(4){display:none}}.manager-expertise__decoration:nth-of-type(4):before{content:"";position:absolute;top:50%;inset-inline-start:50%;width:60rem;height:60rem;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);background:#f8f8f8;border-radius:50%}.manager-sticky{background:var(--white);padding-bottom:12.1rem;padding-top:17rem}@media screen and (max-width:481px){.manager-sticky{background:#f8f8f8;padding-bottom:8rem;padding-top:0}}.manager-sticky_pd-top{padding-top:17rem}@media screen and (max-width:481px){.manager-sticky_pd-top{padding-top:8rem}}.manager-sticky_pd-top .manager-for-hire__wrap{left:10rem}@media screen and (max-width:1025px){.manager-sticky_pd-top .manager-for-hire__wrap{top:-10rem;left:0rem;-webkit-transform:scale(0.6);-ms-transform:scale(0.6);transform:scale(0.6)}}.manager-sticky>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media screen and (max-width:481px){.manager-sticky>.container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.manager-sticky__left,.manager-sticky__right{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:481px){.manager-sticky__left,.manager-sticky__right{width:100%}}.manager-sticky__right{gap:10rem}@media screen and (max-width:481px){.manager-sticky__right{gap:5rem}}.manager-sticky__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem}.manager-sticky__item p{color:grey;font-size:1.8rem}@media screen and (max-width:1025px){.manager-sticky__item p{font-size:1.4rem}}.manager-sticky__item .medium-text{font-weight:700;color:var(--black)}.manager-sticky__item .button{width:34rem}@media screen and (max-width:481px){.manager-sticky__item .button{width:100%}}.manager-sticky .manager-st{position:-webkit-sticky;position:sticky;top:10rem}@media screen and (max-width:481px){.manager-sticky .manager-st{margin-bottom:6rem}}.manager-benefit{overflow:hidden;padding-bottom:20rem}@media screen and (max-width:481px){.manager-benefit{padding-bottom:8rem}}.manager-benefit__top{padding-top:15rem}@media screen and (max-width:481px){.manager-benefit__top{padding-top:8rem}}.manager-benefit__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem;margin-top:7rem}.manager-benefit__grid_ninth .manager-benefit__item:last-of-type{max-width:46rem}@media screen and (max-width:1025px){.manager-benefit__grid_ninth .manager-benefit__item:last-of-type{width:100%;max-width:100%;padding:3rem 3rem 2rem}}.manager-benefit__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:var(--grey);border-radius:20px;padding:3rem 4rem 4rem;gap:2rem;max-width:46rem;width:30%}@media screen and (max-width:1025px){.manager-benefit__item{width:100%;max-width:100%;padding:3rem 3rem 2rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.manager-benefit__item:last-of-type{max-width:none;width:100%}.manager-benefit__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--yellow);width:5rem;height:5rem;border-radius:50%}@media screen and (max-width:1025px){.manager-benefit__icon{min-width:5rem}}.manager-benefit__icon>svg{width:2.4rem;height:2.4rem}.manager-benefit__text{font-weight:700}.manager-why-hire{margin-bottom:21rem}@media screen and (max-width:481px){.manager-why-hire{margin-bottom:11.4rem}}.manager-why-hire_modified .medium-heading{width:100%;margin-bottom:6rem}@media screen and (max-width:1025px){.manager-why-hire_modified .medium-heading{margin-bottom:3rem}}.manager-why-hire_modified>.container{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.manager-why-hire_modified .manager-why-hire__content{padding-top:0}.manager-why-hire_modified .manager-why-hire__image{height:27rem!important}@media screen and (max-width:541px){.manager-why-hire_modified .manager-why-hire__image{height:15rem!important}}.manager-why-hire>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:1025px){.manager-why-hire>.container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.manager-why-hire__title{width:40%}@media screen and (max-width:1025px){.manager-why-hire__title{width:100%}}.manager-why-hire__title h2{margin-bottom:6rem;width:80%}@media screen and (max-width:481px){.manager-why-hire__title h2{width:100%;margin-bottom:3rem}}.manager-why-hire__content{padding-top:2rem;width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem}@media screen and (max-width:1025px){.manager-why-hire__content{width:100%}}.manager-why-hire__content>.button{width:100%}.manager-why-hire__image{border-radius:10px;position:relative;width:55rem;height:55rem}@media screen and (max-width:1025px){.manager-why-hire__image{width:100%;height:30rem;margin-bottom:3rem}}@media screen and (max-width:481px){.manager-why-hire__image{width:33rem;height:15rem}}.manager-why-hire__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px}@media screen and (max-width:481px){.how-its-work-accordion{padding-bottom:0rem}.how-its-work-accordion .how-it-works__video{display:none}}.how-its-work-accordion .how-it-works__decoration:before{background:#f8f8f8}.how-its-work-accordion .numbered-accordion{-webkit-margin-start:2.5rem;margin-inline-start:2.5rem;-webkit-padding-start:2.5rem;padding-inline-start:2.5rem;counter-reset:item;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(65%,#000),color-stop(0%,hsla(0,0%,100%,0)));background-image:-o-linear-gradient(#000 65%,hsla(0,0%,100%,0) 0%);background-image:linear-gradient(#000 65%,hsla(0,0%,100%,0) 0);background-position:0;background-size:1px 12px;background-repeat:repeat-y}@media screen and (max-width:1025px){.how-its-work-accordion .numbered-accordion{-webkit-margin-start:1.5rem;margin-inline-start:1.5rem;-webkit-padding-start:1.5rem;padding-inline-start:1.5rem}}.how-its-work-accordion .numbered-accordion li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;margin-bottom:7.5rem}.how-its-work-accordion .numbered-accordion__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-padding-start:2rem;padding-inline-start:2rem}.how-its-work-accordion .numbered-accordion__header h3{font-weight:700}.how-its-work-accordion .numbered-accordion__header:before{content:counter(item);counter-increment:item;position:absolute;top:50%;inset-inline-start:0;-webkit-transform:var(--transform-inline-left);-ms-transform:var(--transform-inline-left);transform:var(--transform-inline-left);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:700;color:var(--white);width:5rem;height:5rem;border-radius:50%;background:var(--green)}@media screen and (max-width:1025px){.how-its-work-accordion .numbered-accordion__header:before{width:3rem;height:3rem;border-radius:50%;background:var(--green)}}.how-its-work-accordion .numbered-accordion__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:3rem;height:3rem;border-radius:50%;background:#d9d9d9;margin-left:1rem}.how-its-work-accordion .numbered-accordion__btn svg{width:1.6rem;-webkit-transition:0.2s;-o-transition:0.2s;transition:0.2s}.how-its-work-accordion .numbered-accordion__content{padding:0 0 0 2.4rem;max-height:0;opacity:0;overflow:hidden;-webkit-transition:0.4s ease-in-out;-o-transition:0.4s ease-in-out;transition:0.4s ease-in-out}.how-its-work-accordion .accordion_active .numbered-accordion__content{padding:2rem 0 0 2.4rem;max-height:50rem;opacity:1}.how-its-work-accordion .accordion_active .numbered-accordion__btn svg{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.manager-contact{position:relative;padding:13rem 0}@media screen and (max-width:481px){.manager-contact{overflow:hidden}}@media screen and (max-width:1025px){.manager-contact{padding:9rem 6.2rem}}@media screen and (max-width:541px){.manager-contact{padding:5rem 2.3rem 10rem;padding-left:0px;padding-right:0px}}.manager-contact:before{content:"";position:absolute;bottom:0;inset-inline-start:0;width:100%;height:100%;background-color:var(--green)}@media screen and (max-width:1025px){.manager-contact:before{border-top-left-radius:80px}}@media screen and (max-width:541px){.manager-contact:before{height:40rem}}.manager-contact__content{color:var(--white);max-width:82.6rem;position:relative}@media screen and (max-width:1025px){.manager-contact__content{max-width:30rem;z-index:3}}@media screen and (max-width:541px){.manager-contact__content{max-width:100%;position:relative;z-index:3;color:var(--black-text)}}.manager-contact__person{position:absolute;bottom:0;inset-inline-end:29.4rem;width:58rem}@media screen and (max-width:1025px){.manager-contact__person{width:37.5rem;inset-inline-end:0;z-index:2}}@media screen and (max-width:541px){.manager-contact__person{inset-inline-end:-7rem;z-index:2}}.manager-contact .button{margin-top:6rem;width:46.4rem}@media screen and (max-width:541px){.manager-contact .button{width:calc(100vw - 6.6rem);margin-top:36.5rem}}.manager-contact__decorations{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;overflow:hidden}@media screen and (max-width:481px){.manager-contact__decorations{z-index:1}}.manager-contact__decoration{position:absolute}.manager-contact__decoration:first-of-type{top:6.3rem;inset-inline-start:-16.3rem;width:62rem;height:62rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),color-stop(78.65%,hsla(0,0%,100%,0)),to(hsla(0,0%,100%,0)));background:-o-linear-gradient(top,hsla(0,0%,100%,.1) 0%,hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0))}.manager-contact__decoration:first-of-type:before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:calc(100% - 9rem);height:calc(100% - 9rem);background-color:var(--green);border-radius:50%}@media screen and (max-width:1025px){.manager-contact__decoration:first-of-type{top:5rem;inset-inline-start:-15rem;-webkit-transform:rotate(154.56deg);-ms-transform:rotate(154.56deg);transform:rotate(154.56deg);width:34.3rem;height:34.3rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,71%,.1)),color-stop(78.65%,hsla(0,0%,71%,0)),to(hsla(0,0%,71%,0)));background:-o-linear-gradient(top,hsla(0,0%,71%,.1) 0%,hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,71%,.1),hsla(0,0%,71%,0) 78.65%,hsla(0,0%,71%,0))}.manager-contact__decoration:first-of-type:before{width:calc(100% - 5rem);height:calc(100% - 5rem)}}@media screen and (max-width:541px){.manager-contact__decoration:first-of-type{display:none;width:37.6rem;height:37.6rem;border-radius:50%;background:-o-linear-gradient(180.78deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%);background:linear-gradient(269.22deg,hsla(0,0%,71%,.1) -6.44%,hsla(0,0%,71%,0) 68.43%)}}.manager-contact__decoration:nth-of-type(2){top:-8rem;inset-inline-end:17.7rem;width:75.4rem;height:75.4rem;border-radius:50%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),color-stop(78.65%,hsla(0,0%,100%,0)),to(hsla(0,0%,100%,0)));background:-o-linear-gradient(top,hsla(0,0%,100%,.1) 0%,hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0) 100%);background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,0) 78.65%,hsla(0,0%,100%,0))}.manager-contact__decoration:nth-of-type(2):before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);width:calc(100% - 9rem);height:calc(100% - 9rem);background-color:var(--green);border-radius:50%}@media screen and (max-width:1025px){.manager-contact__decoration:nth-of-type(2){display:none}}.manager-contact__decoration:nth-of-type(3){top:2.4rem;inset-inline-start:77.6rem;width:4.4rem;height:4.4rem;border-radius:50%;background:var(--white)}@media screen and (max-width:1025px){.manager-contact__decoration:nth-of-type(3){top:8.8rem;inset-inline-start:2.4rem;width:1.7rem;height:1.7rem;border-radius:50%;background:var(--white)}}@media screen and (max-width:541px){.manager-contact__decoration:nth-of-type(3){top:auto;inset-inline-start:5.4rem;bottom:19.3rem}}.manager-contact__decoration:nth-of-type(4){top:15.2rem;inset-inline-end:42.6rem;width:10.4rem;height:10.4rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.manager-contact__decoration:nth-of-type(4){top:2rem;inset-inline-start:26rem;inset-inline-end:0;width:5rem;height:5rem;border-radius:50%;background:var(--yellow)}}@media screen and (max-width:541px){.manager-contact__decoration:nth-of-type(4){top:auto;inset-inline-start:0;bottom:27.6rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}.manager-contact__decoration:nth-of-type(5){top:28.2rem;inset-inline-end:4.1rem;width:9.2rem;height:9.2rem;border-radius:50%;background:var(--white)}@media screen and (max-width:1025px){.manager-contact__decoration:nth-of-type(5){top:0;inset-inline-end:16.7rem;width:13.7rem;height:13.7rem;border-radius:50%;background:var(--white)}}@media screen and (max-width:541px){.manager-contact__decoration:nth-of-type(5){top:auto;inset-inline-start:auto;inset-inline-end:13.4rem;bottom:22.2rem}}.manager-contact__decoration:nth-of-type(6){bottom:9.7rem;inset-inline-start:98rem;width:5rem;height:5rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.manager-contact__decoration:nth-of-type(6){bottom:2.4rem;inset-inline-start:33.8rem;width:3.3rem;height:3.3rem;border-radius:50%;background:var(--white)}}@media screen and (max-width:541px){.manager-contact__decoration:nth-of-type(6){inset-inline-start:auto;bottom:auto;top:4.4rem;inset-inline-end:11.1rem}}.respond-form__position{margin-bottom:4rem;font-weight:700}.respond-form .form-field{margin-bottom:2rem}.respond-form .form-field:nth-of-type(4){height:22rem}@media screen and (max-width:1025px){.respond-form .form-field:nth-of-type(4){height:9rem}}.respond-form .form-field__input{font-size:1.6rem}@media screen and (max-width:1025px){.respond-form .form-field__input{font-size:1.2rem}}.respond-form .form-field__input::-webkit-input-placeholder{font-size:1.6rem}@media screen and (max-width:1025px){.respond-form .form-field__input::-webkit-input-placeholder{font-size:1.2rem}}.services-welcome{position:relative;height:calc(100vh - 11rem);overflow:hidden}@media screen and (max-width:1025px){.services-welcome{height:calc(100vh - 4.6rem)}}@media screen and (max-width:541px){.services-welcome{height:calc(100vh - 6rem)}}.services-welcome .container{position:relative;z-index:2}@media screen and (max-width:541px){.services-welcome .container .button{width:100%}}.services-welcome .bread-crumbs{margin-top:8rem}@media screen and (max-width:1025px){.services-welcome .bread-crumbs{margin-top:2rem}}.services-welcome__inner{margin-top:9.5rem;max-width:102rem}@media screen and (max-width:1025px){.services-welcome__inner{margin-top:3rem;max-width:55rem}}.services-welcome__inner .button{margin-top:7rem}@media screen and (max-width:541px){.services-welcome__inner .button{margin-top:16rem}}.services-welcome__circle{position:absolute;bottom:-19rem;inset-inline-end:-22rem;width:84.7rem}@media screen and (max-width:1025px){.services-welcome__circle{width:60rem}}@media screen and (max-width:541px){.services-welcome__circle{bottom:-10rem;inset-inline-end:-6rem;width:36rem}}.services-welcome__decoration{position:absolute;-webkit-transition:.1s linear!important;-o-transition:.1s linear!important;transition:.1s linear!important}@media screen and (max-width:1025px){.services-welcome__decoration{display:none}}.services-welcome__decoration:first-of-type{top:-46rem;inset-inline-start:-19.3rem;z-index:1;width:56.8rem;height:56.8rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.services-welcome__decoration:first-of-type{display:none}}.services-welcome__decoration:nth-of-type(2){top:5rem;inset-inline-end:46.5rem;width:6.3rem;height:6.3rem;border-radius:50%;background:var(--green)}.services-holder{position:relative;margin-top:20rem}@media screen and (max-width:1025px){.services-holder{margin-top:6rem}}.services-holder__track{position:absolute;top:14.5rem;inset-inline-start:24.5rem;height:100%;pointer-events:none}@media screen and (max-width:1025px){.services-holder__track{top:6rem;inset-inline-start:6.2rem;width:calc(100vw - 6.2rem)}.services-holder__track::-webkit-scrollbar{display:none}}@media screen and (max-width:541px){.services-holder__track{inset-inline-start:2.3rem;width:calc(100vw - 2.3rem)}}.services-holder__track .switcher{position:-webkit-sticky;position:sticky;top:12rem;inset-inline-start:0;z-index:20}@media screen and (max-width:1025px){.services-holder__track .switcher{top:6rem}}@media screen and (max-width:541px){.services-holder__track .switcher{top:8rem}}.services-holder__track .switcher .nav{width:100%;margin-bottom:0;background-color:var(--light-grey)}@media screen and (max-width:1025px){.services-holder__track .switcher .nav{border-top-right-radius:0;border-bottom-right-radius:0}}.services-holder__list{margin-top:10rem}@media screen and (max-width:1025px){.services-holder__list{margin-top:4rem}}.service{--space:4rem;position:relative;padding-top:20rem;margin-top:-4rem;background-color:var(--light-grey);overflow:hidden}@media screen and (max-width:1025px){.service{--space:7rem;padding-top:14rem;margin-top:-7rem}}.service:before{content:"";position:absolute;top:var(--space);inset-inline-start:0;z-index:1;height:90rem;width:100%;background-color:var(--white)}@media screen and (max-width:1025px){.service:before{height:50rem}}.service:first-of-type:after{content:"";position:absolute;top:0;inset-inline-start:0;z-index:1;width:100%;height:var(--space)}.service:first-of-type:after,.service_empty{background-color:var(--white)}.service_empty:before{content:unset}.service_empty:after{content:"";position:absolute;bottom:0;inset-inline-start:0;z-index:1;width:100%;height:var(--space);background-color:var(--white)}.service_reviews-only:before{height:74rem}@media screen and (max-width:1025px){.service_reviews-only:before{height:88rem}}.service>.container{position:relative;z-index:2}.service>.container>.mob.button{margin-bottom:7rem}@media screen and (max-width:1025px){.service>.container>.mob.button{width:calc(50% - 2rem)}}@media screen and (max-width:541px){.service>.container>.mob.button{width:100%}}.service__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;margin-bottom:14rem}@media screen and (max-width:1025px){.service__grid{grid-template-columns:repeat(2,1fr);margin-bottom:4rem}}@media screen and (max-width:541px){.service__grid{grid-template-columns:repeat(1,1fr);grid-gap:1rem}}.service .reviews{padding-top:0;background-color:transparent!important}@media screen and (max-width:1025px){.service .reviews{padding-bottom:6rem}}@media screen and (max-width:1025px){.service .reviews .progress-slider__line{margin:2rem 0}}.service-welcome{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:13rem}@media screen and (max-width:1025px){.service-welcome{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:0}}.service-welcome>img{width:50%;aspect-ratio:70/50;-o-object-fit:cover;object-fit:cover;border-radius:10px}@media screen and (max-width:1025px){.service-welcome>img{width:100%;aspect-ratio:62/24;margin-bottom:3rem}}@media screen and (max-width:541px){.service-welcome>img{aspect-ratio:33/24}}.service-welcome__inner{width:calc(50% - 8rem)}@media screen and (max-width:1025px){.service-welcome__inner{width:100%}}.service-welcome__inner>.medium-heading{color:var(--yellow)}@media screen and (max-width:1025px){.service-welcome__inner>.medium-heading{margin-bottom:2rem}}.service-welcome__inner>.medium-text{margin-bottom:6rem}@media screen and (max-width:1025px){.service-welcome__inner>.medium-text{margin-bottom:4rem}}.service-welcome__inner>.button{width:34rem}.service-item{padding:4rem 2rem 2.5rem;background-color:var(--white);-webkit-box-shadow:10px 30px 60px hsla(0,0%,77%,.25);box-shadow:10px 30px 60px hsla(0,0%,77%,.25);border-radius:20px}@media screen and (max-width:1025px){.service-item{padding:4rem 2rem;-webkit-box-shadow:5px 20px 30px hsla(0,0%,77%,.25);box-shadow:5px 20px 30px hsla(0,0%,77%,.25)}}.service-item__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:6rem;height:6rem;background-color:var(--light-yellow);border-radius:50%}@media screen and (max-width:1025px){.service-item__icon{width:4rem;height:4rem}}.service-item__icon>img{width:2.4rem}@media screen and (max-width:1025px){.service-item__icon>img{width:2rem}}.service-item__heading{margin:3rem 0;font-weight:700}@media screen and (max-width:1025px){.service-item__heading{margin:1rem 0}}.service-item__text{color:#989898}.services-tech{padding:25rem 0 40rem}@media screen and (max-width:1025px){.services-tech{padding:6rem 0 35rem}}.services-tech .presentation-block{padding:0}.service-detail{padding-bottom:35rem;background-color:var(--light-grey)}@media screen and (max-width:1025px){.service-detail{padding-bottom:30rem}}.service-detail__decoration{position:absolute}.service-detail__decoration:first-of-type{top:30rem;inset-inline-start:-11.7rem;width:23rem;height:23rem;border-radius:50%;background:var(--green)}@media screen and (max-width:1025px){.service-detail__decoration:first-of-type{display:none}}.service-detail__decoration:nth-of-type(2){bottom:57.8rem;inset-inline-start:6.4rem;width:5.6rem;height:5.6rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.service-detail__decoration:nth-of-type(2){display:none}}.service-detail__decoration:nth-of-type(3){bottom:33.9rem;inset-inline-start:-9.2rem;width:21.2rem;height:21.2rem;border-radius:50%;background:var(--yellow)}@media screen and (max-width:1025px){.service-detail__decoration:nth-of-type(3){display:none}}.service-detail .asymmetrical__main{position:relative}.service-detail .asymmetrical__aside_big{width:167rem}@media screen and (max-width:1025px){.service-detail .asymmetrical__aside_big{width:100%}}.service-detail .bread-crumbs{margin-bottom:2.7rem}@media screen and (max-width:1025px){.service-detail .bread-crumbs{margin-bottom:2rem}}.service-detail .article{background-color:var(--white);padding:8rem 7rem;-webkit-box-shadow:10px 0px 40px hsla(0,0%,76%,.25);box-shadow:10px 0px 40px hsla(0,0%,76%,.25);border-top-left-radius:70px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}@media screen and (max-width:1025px){.service-detail .article{padding:4.2rem 6.2rem;border-bottom-left-radius:70px}}@media screen and (max-width:541px){.service-detail .article{border-top-left-radius:50px;border-bottom-left-radius:50px;overflow:hidden;padding:3.5rem 2.3rem}}.service-detail .article__container{max-width:123rem;-webkit-margin-end:auto;margin-inline-end:auto}.service-detail .article__image{-webkit-transform:var(--transform-article);-ms-transform:var(--transform-article);transform:var(--transform-article);width:calc(100% + 14rem);max-width:unset!important}@media screen and (max-width:1025px){.service-detail .article__image{width:calc(100% + 12.4rem)}}@media screen and (max-width:541px){.service-detail .article__image{width:calc(100% + 4.6rem)}}.arincen{padding-bottom:40rem;color:#161616}@media screen and (max-width:1025px){.arincen{padding-bottom:30rem}}.arincen-heading{font-family:Hepta Slab,serif;font-size:3rem;font-weight:700;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width:1025px){.arincen-heading{font-size:2.5rem}}@media screen and (max-width:541px){.arincen-heading{font-size:2rem}}.arincen .medium-heading{font-family:Hepta Slab,serif}.arincen.app_grey{background:#202020}.arincen.app_grey .arincen-title>svg>path{fill:var(--white)}.arincen.app_grey .arincen-title>.arincen-heading{color:var(--white)}@media screen and (max-width:1025px){.arincen>section .adapt-flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.arincen>section .adapt-fw{width:100%}.arincen>section .adapt-mg-bt{margin-bottom:4.5rem}}@media screen and (max-width:1025px) and (max-width:541px){.arincen>section .adapt-mg-bt{margin-bottom:3rem}}.arincen-top{position:relative;height:calc(100vh - 11rem);color:var(--white)}@media screen and (max-width:1025px){.arincen-top{height:calc(100vh - 4.6rem)}}@media screen and (max-width:541px){.arincen-top{height:calc(100vh - 6rem)}}.arincen-top__background{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}.arincen-top__background>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.arincen-top__logo{padding:3.4rem 2.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:var(--white);border-radius:10px}@media screen and (max-width:1025px){.arincen-top__logo{padding:2.3rem 1.7rem}}@media screen and (max-width:541px){.arincen-top__logo{padding:2.3rem}}.arincen-top__logo>img{width:17rem}@media screen and (max-width:1025px){.arincen-top__logo>img{width:10.6rem}}.arincen-top__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:auto;margin-bottom:14rem}@media screen and (max-width:1025px){.arincen-top__inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:6.4rem 0 10rem;height:100%}}@media screen and (max-width:541px){.arincen-top__inner{margin:3rem 0 7rem}}.arincen-top__inner>.medium-heading{margin-bottom:0;line-height:1}.arincen-top .container{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.arincen-top .container .bread-crumbs{padding-top:5.6rem}@media screen and (max-width:1025px){.arincen-top .container .bread-crumbs{padding-top:4rem}}@media screen and (max-width:541px){.arincen-top .container .bread-crumbs{padding-top:2.7rem}}.arincen-about{position:relative;padding:15rem 0 20rem;color:var(--white);background-color:#161616}@media screen and (max-width:1025px){.arincen-about{padding:6.2rem 0 52rem}}@media screen and (max-width:541px){.arincen-about{padding:5.2rem 0 30rem}}.arincen-about .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.arincen-about__info{width:50%}.arincen-about__texts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:2rem;margin-bottom:8rem}@media screen and (max-width:1025px){.arincen-about__texts{margin-bottom:4.4rem}}@media screen and (max-width:541px){.arincen-about__texts{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:4rem}}.arincen-about__text{width:50%}@media screen and (max-width:541px){.arincen-about__text{width:24.3rem}.arincen-about__text:nth-of-type(2){-ms-flex-item-align:end;align-self:flex-end}}.arincen-about__image{position:absolute;bottom:20rem;inset-inline-start:0;width:95rem}@media screen and (max-width:1025px){.arincen-about__image{bottom:7rem;inset-inline-start:-8.5rem;width:63.4rem}}@media screen and (max-width:541px){.arincen-about__image{bottom:4rem;inset-inline-start:-7rem;width:40rem}}.armonia-collections{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.armonia-collections,.armonia-collections__image{display:-webkit-box;display:-ms-flexbox;display:flex}.armonia-collections__image{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.armonia-collections__image:first-of-type{width:94rem}@media screen and (max-width:541px){.armonia-collections__image:first-of-type{margin-bottom:3.5rem}}.armonia-collections__image:nth-of-type(2){width:38.3rem}@media screen and (max-width:1025px){.armonia-collections__image:nth-of-type(2){display:none}}@media screen and (max-width:541px){.armonia-collections__image:nth-of-type(2){display:-webkit-box;display:-ms-flexbox;display:flex}}.armonia-collections__image>img{width:100%}.armonia-collections__image>.armonia-text{margin-bottom:8.5rem}@media screen and (max-width:1025px){.armonia-collections__image>.armonia-text{margin-bottom:4rem}}.metarobotica-challenge5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:541px){.metarobotica-challenge5 .adapt-mg-bt{margin-bottom:5rem}}.metarobotica-challenge5__item{width:50%}.metarobotica-challenge5__item:first-of-type .metarobotica-challenge5__box{background-color:#000}.metarobotica-challenge5__item:first-of-type .metarobotica-challenge5__text{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:3.5rem;margin-inline-end:3.5rem}.metarobotica-challenge5__item:nth-of-type(2) .metarobotica-challenge5__box{background-color:#6a1470}.metarobotica-challenge5__text{margin-bottom:7.5rem}@media screen and (min-width:1025px){.metarobotica-challenge5__text{height:15rem;width:67.9rem}}@media screen and (max-width:1025px){.metarobotica-challenge5__text{margin-bottom:4rem;padding:0 6.2rem}}@media screen and (max-width:541px){.metarobotica-challenge5__text{padding:0 2.3rem}}.metarobotica-challenge5__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:105rem}@media screen and (max-width:1025px){.metarobotica-challenge5__box{height:67rem}}@media screen and (max-width:541px){.metarobotica-challenge5__box{height:34.9rem}}.metarobotica-challenge5__box>img{width:39rem}@media screen and (max-width:1025px){.metarobotica-challenge5__box>img{width:25rem}}@media screen and (max-width:541px){.metarobotica-challenge5__box>img{width:13.2rem}}.armonia-block{padding:4rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-color:var(--white)}@media screen and (max-width:1025px){.armonia-block{padding:2.4rem}}.armonia-block__header{position:relative;margin-bottom:1.6rem}.armonia-block__header:after{content:"";position:absolute;top:50%;inset-inline-start:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:2;width:100%;height:1px;background-color:#dedede}.armonia-block__header-text{position:relative;z-index:3;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-padding-end:2rem;padding-inline-end:2rem;background-color:var(--white)}.armonia-block__header-text .medium-text{font-family:Playfair Display,sans-serif}.jobitt-characteristics{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;width:71rem}@media screen and (max-width:1025px){.jobitt-characteristics{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:541px){.jobitt-characteristics{grid-template-columns:repeat(1,1fr)}}.arincen-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10rem}@media screen and (max-width:1025px){.arincen-title{margin-bottom:5rem}}.arincen-title>svg{width:2rem;-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}@media screen and (max-width:1025px){.arincen-title>svg{width:1.5rem;-webkit-margin-end:1rem;margin-inline-end:1rem}}.arincen-title>svg>path{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.arincen-button{position:relative;padding-left:8rem;color:var(--white);cursor:pointer}@media screen and (max-width:1025px){.arincen-button{padding-left:4rem}}.arincen-button:hover .arincen-button__icon{padding-left:4rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:24rem}@media screen and (max-width:1025px){.arincen-button:hover .arincen-button__icon{padding-left:2rem;width:16rem}}.arincen-button:hover .medium-text{color:#161616}.arincen-button__icon{position:absolute;top:50%;inset-inline-start:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;padding:2rem;width:6rem;height:6rem;border-radius:4rem;background-color:var(--white);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.arincen-button__icon>svg{height:1.8rem;width:1.8rem}@media screen and (max-width:1025px){.arincen-button__icon>svg{height:1rem;width:1rem}}@media screen and (max-width:1025px){.arincen-button__icon{padding:1rem;width:3rem;height:3rem}}.arincen-button .medium-text{position:relative;z-index:2;font-weight:700;-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}.arincen-expertises{padding-bottom:15rem;background-color:#161616}@media screen and (max-width:1025px){.arincen-expertises{padding-bottom:6rem}}.arincen-expertises__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem}@media screen and (max-width:1025px){.arincen-expertises__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:541px){.arincen-expertises__grid{grid-template-columns:repeat(1,1fr);grid-gap:1rem}}.arincen-expertise{padding:3rem 4rem 4rem;background-color:#efefef;border-radius:10px}@media screen and (max-width:1025px){.arincen-expertise{padding:3rem 2rem}}.arincen-expertise__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;margin-bottom:2rem}@media screen and (max-width:1025px){.arincen-expertise__header{gap:1rem;margin-bottom:1rem}}.arincen-expertise__header>.medium-text{font-family:Hepta Slab,serif;font-weight:600;color:#c1c1c1;text-transform:uppercase}@media screen and (max-width:1025px){.arincen-expertise__header>.medium-text{font-size:1.2rem}}.arincen-expertise__header>svg{width:3rem}@media screen and (max-width:1025px){.arincen-expertise__header>svg{width:1.8rem}}.arincen-team{padding-bottom:25.8rem;color:var(--white);background-color:#161616}@media screen and (max-width:1025px){.arincen-team{padding-bottom:8.4rem}}@media screen and (max-width:541px){.arincen-team{padding-bottom:10rem}}.arincen-team>.container{display:-webkit-box;display:-ms-flexbox;display:flex}.arincen-team__heading,.arincen-team__info{width:50%}@media screen and (max-width:1025px){.arincen-team__heading{margin-bottom:3rem}}.arincen-team__heading>.medium-text{font-family:Hepta Slab,serif;font-weight:600;font-size:2.5rem;text-transform:uppercase}@media screen and (max-width:1025px){.arincen-team__heading>.medium-text{font-size:1.4rem}}.arincen-team__list{-webkit-margin-start:30px;margin-inline-start:30px;list-style-type:disc}.arincen-task{padding:15rem 0}@media screen and (max-width:1025px){.arincen-task{padding:10rem 0}}.arincen-task .arincen-title{margin-bottom:1.5rem}.arincen-task .arincen-title>svg path{fill:#161616}.arincen-task__grid{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:1025px){.arincen-task__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem}}@media screen and (max-width:541px){.arincen-task__grid{grid-template-columns:repeat(1,1fr);grid-gap:1rem}}.arincen-task__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3rem;padding:4rem;max-width:70rem;background-color:#efefef;border-radius:10px}@media screen and (max-width:1025px){.arincen-task__item{padding:3rem 2rem;gap:1rem;max-width:unset}}@media screen and (max-width:541px){.arincen-task__item{padding:3rem 4rem}}.arincen-task__item>svg{width:3rem}.arincen-task__item>.medium-text{width:calc(100% - 5rem)}.arincen-task__text{margin-bottom:2.5rem}.arincen-slides{position:relative}.arincen-slides__trace{position:relative;width:100%;height:570vh;padding-top:25vh;margin-bottom:-100vh}@media screen and (max-width:1025px){.arincen-slides__trace{height:370vh;padding-top:15vh;margin-bottom:-70vh}}.arincen-slides__inner{position:-webkit-sticky;position:sticky;top:50%;inset-inline-start:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.arincen-slides__inner>img{margin-bottom:3.4rem}.arincen-slides__inner>.medium-heading{font-weight:700;font-size:10rem;text-transform:uppercase;text-align:center;white-space:nowrap}@media screen and (max-width:1025px){.arincen-slides__inner>.medium-heading{font-size:6rem;white-space:unset}}@media screen and (max-width:541px){.arincen-slides__inner>.medium-heading{font-size:5rem}}.arincen-slides__image{position:absolute;z-index:2;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);width:100%}.arincen-slides__image img{margin:0 auto;min-width:40%;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.arincen-slides__image_laptop{top:100vh}.arincen-slides__image_laptop>img{width:100%}@media screen and (max-width:1025px){.arincen-slides__image_laptop{top:70vh}}.arincen-slides__image_mobile{top:300vh}@media screen and (max-width:1025px){.arincen-slides__image_mobile{top:190vh}}.arincen-slides__image_mobile>.arincen-slides__image-container{width:94rem;margin:0 auto}@media screen and (max-width:1025px){.arincen-slides__image_mobile>.arincen-slides__image-container{width:40rem}}@media screen and (max-width:541px){.arincen-slides__image_mobile>.arincen-slides__image-container{width:33rem}}.arincen-slides__image_mobile>.arincen-slides__image-container>img{width:100%}.arincen-screens{position:relative;z-index:2;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.arincen-screens picture,.arincen-screens picture img{width:100%}.arincen-tech .arincen-title{margin-bottom:0}.arincen-tech .arincen-title>svg>path{fill:#161616}.arincen-tech__bold{font-weight:700;text-align:center}.arincen-thanks{position:relative;padding:14rem 0 34rem;color:var(--white)}@media screen and (max-width:1025px){.arincen-thanks{padding:8rem 0 34rem}}@media screen and (max-width:541px){.arincen-thanks{padding:6rem 0 38rem}}.arincen-thanks>.container{position:relative;z-index:2}.arincen-thanks__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:1025px){.arincen-thanks__inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:5rem}}@media screen and (max-width:541px){.arincen-thanks__inner{gap:4rem}}.arincen-thanks__logo{padding:3.4rem 2.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:var(--white);border-radius:10px}@media screen and (max-width:1025px){.arincen-thanks__logo{padding:2.3rem 1.7rem}}@media screen and (max-width:541px){.arincen-thanks__logo{padding:2.3rem}}.arincen-thanks__logo>img{width:17rem}@media screen and (max-width:1025px){.arincen-thanks__logo>img{width:10.6rem}}.arincen-thanks__background{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}.arincen-thanks__background>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.armonia{padding-bottom:40rem}@media screen and (max-width:1025px){.armonia{padding-bottom:30rem}}.armonia-text{font-family:Playfair Display,sans-serif}.armonia-grey,.armonia-grey .armonia-header__text{background-color:var(--light-grey)}.armonia-list{-webkit-margin-start:30px;margin-inline-start:30px;list-style-type:disc}.armonia-list li:not(:last-of-type){margin-bottom:1.6rem}.armonia-picture,.armonia-picture>img{width:100%}.armonia>section{position:relative;z-index:2;margin-bottom:15rem}.armonia>section:last-of-type{margin-bottom:0}@media screen and (max-width:1025px){.armonia>section{margin-bottom:8rem}.armonia>section .adapt-flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.armonia>section .adapt-fw{width:100%}}@media screen and (max-width:541px){.armonia>section{margin-bottom:6.5rem}}.armonia>section .medium-heading,.armonia>section .small-heading{font-family:Playfair Display,sans-serif;font-weight:400}.armonia-welcome{position:relative;height:calc(100vh - 11rem);color:var(--white)}@media screen and (max-width:1025px){.armonia-welcome{height:calc(100vh - 4.6rem)}}@media screen and (max-width:541px){.armonia-welcome{height:calc(100vh - 6rem)}}.armonia-welcome__background{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}.armonia-welcome__background>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.armonia-welcome__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin:auto 0 8rem}@media screen and (max-width:1025px){.armonia-welcome__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:auto 0 12rem}}@media screen and (max-width:541px){.armonia-welcome__inner{margin:auto 0 5.8rem}}.armonia-welcome__logo{width:18rem}.armonia-welcome__block>.medium-heading{margin-bottom:0}.armonia-welcome__block>.small-heading{margin-bottom:4rem}@media screen and (max-width:1025px){.armonia-welcome__block>.small-heading{margin-bottom:1rem}}@media screen and (max-width:1025px){.armonia-welcome__block{margin-bottom:8rem}}.armonia-welcome .container{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.armonia-welcome .container .bread-crumbs{padding-top:5.6rem}@media screen and (max-width:1025px){.armonia-welcome .container .bread-crumbs{padding-top:4rem}}@media screen and (max-width:541px){.armonia-welcome .container .bread-crumbs{padding-top:2.7rem}}.armonia-about .container{position:relative}.armonia-about__text{width:70rem;margin-bottom:35rem}@media screen and (max-width:1025px){.armonia-about__text{margin-bottom:3.5rem}}.armonia-about__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.armonia-about__images,.armonia-about__inner{display:-webkit-box;display:-ms-flexbox;display:flex}.armonia-about__images{width:70rem;gap:2rem}@media (min-width:1025px){.armonia-about__images{position:absolute;top:0;inset-inline-end:0;z-index:5}.armonia-about__images .armonia-about__image:last-of-type{-webkit-transform:translateY(17rem);-ms-transform:translateY(17rem);transform:translateY(17rem)}}@media screen and (max-width:1025px){.armonia-about__images{gap:5.3rem;margin-bottom:15rem}.armonia-about__images .armonia-about__image:last-of-type{-webkit-transform:translateY(15rem);-ms-transform:translateY(15rem);transform:translateY(15rem)}}@media screen and (max-width:541px){.armonia-about__images{gap:3rem;margin-bottom:8rem}.armonia-about__images .armonia-about__image:last-of-type{-webkit-transform:translateY(6rem);-ms-transform:translateY(6rem);transform:translateY(6rem)}}.armonia-about__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:calc(50% - 1rem)}.armonia-about__list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;width:calc(34rem * 3 + 4rem);margin-top:10rem}@media screen and (max-width:1025px){.armonia-about__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5rem;margin-top:20rem}}.armonia-about__list>li>.armonia-text{margin-bottom:2rem}@media screen and (max-width:1025px){.armonia-about__list>li>.armonia-text{margin-bottom:1.5rem}}@media (min-width:1025px){.armonia-about__list>li:nth-of-type(2){padding-top:calc(5rem * 2)}.armonia-about__list>li:nth-of-type(3){padding-top:calc(5rem * 3)}}.armonia-about__logo{width:18.5rem;margin-bottom:2rem}@media screen and (max-width:541px){.armonia-about__logo{width:100%;margin-bottom:1.5rem}}.armonia-header{position:relative;margin-bottom:8rem}@media screen and (max-width:1025px){.armonia-header{margin-bottom:4.5rem}}@media screen and (max-width:541px){.armonia-header{margin-bottom:3rem}}.armonia-header_right .armonia-header__text{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-padding-end:0;padding-inline-end:0;-webkit-padding-start:2rem;padding-inline-start:2rem}.armonia-header_transparent:after{display:none}.armonia-header_transparent .armonia-header__text{background-color:transparent}@media (min-width:750px){.armonia-header_white{color:var(--white)}}.armonia-header:after{content:"";position:absolute;top:50%;inset-inline-start:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:2;width:100%;height:1px;background-color:#dedede}.armonia-header__text{position:relative;z-index:3;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-padding-end:2rem;padding-inline-end:2rem;background-color:var(--white)}.armonia-header__text .medium-text{font-family:Playfair Display,sans-serif}.armonia-info__background{width:100%}.armonia-info__background>img{margin-bottom:4.5rem;width:100%}@media screen and (max-width:1025px){.armonia-info__background>img{margin-bottom:18rem}}@media screen and (max-width:541px){.armonia-info__background>img{margin-bottom:20.7rem}}.armonia-info>.container{position:relative}.armonia-info>.container>.armonia-team{position:absolute;top:0;inset-inline-start:0;-webkit-transform:translateY(-16.7rem);-ms-transform:translateY(-16.7rem);transform:translateY(-16.7rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:1025px){.armonia-info>.container>.armonia-team{inset-inline-start:6.2rem;-webkit-transform:translateY(calc(-100% - 4rem));-ms-transform:translateY(calc(-100% - 4rem));transform:translateY(calc(-100% - 4rem))}}@media screen and (max-width:541px){.armonia-info>.container>.armonia-team{inset-inline-start:2.3rem;width:calc(100% - 4.6rem)}}.armonia-info>.container>.armonia-team>.armonia-block{margin-bottom:2.8rem;border:1px solid #dedede}.armonia-info>.container>.armonia-team>.armonia-block>.armonia-text{margin-bottom:2rem}@media screen and (max-width:1025px){.armonia-info>.container>.armonia-team>.armonia-block>.armonia-text{margin-bottom:1rem}}.armonia-info>.container>.armonia-team>a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto}.armonia-characteristics{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:80rem;margin-left:auto}@media screen and (max-width:1025px){.armonia-characteristics{width:100%}}@media screen and (max-width:541px){.armonia-characteristics{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4rem}}.armonia-characteristics__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:1025px){.armonia-characteristics__item{width:calc(50% - 4rem)}}.armonia-characteristics__item>.armonia-text{margin-bottom:2.2rem}@media screen and (max-width:1025px){.armonia-characteristics__item>.armonia-text{margin-bottom:.5rem}}.armonia-task{padding:15rem 0 10rem}@media screen and (max-width:1025px){.armonia-task{padding:5rem 0 7rem}}.armonia-task__inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem}@media (min-width:1025px){.armonia-task__inner .armonia-block{width:calc(50% - 1rem)}.armonia-task__inner .armonia-block:nth-of-type(2){margin-top:5rem}}@media screen and (max-width:1025px){.armonia-task__inner{gap:5rem}}.armonia-solution{padding:4rem 0 1.5rem}@media screen and (max-width:1025px){.armonia-solution{padding:7rem 0}}.armonia-solution__inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem}@media (min-width:1025px){.armonia-solution__inner .armonia-block{width:calc(33% - (4rem / 3))}.armonia-solution__inner .armonia-block:first-of-type,.armonia-solution__inner .armonia-block:nth-of-type(3){margin-top:5rem}}@media screen and (max-width:1025px){.armonia-solution__inner{gap:5rem}}@media screen and (max-width:541px){.armonia-solution__inner{gap:3rem}}.armonia-solution__inner .armonia-block img{width:30px;height:30px}.armonia-design{position:relative}@media (min-width:1025px){.armonia-design:before{content:"";position:absolute;bottom:0;inset-inline-start:0;width:100%;height:175rem;background-color:var(--light-grey)}}.armonia-design>.container{position:relative;z-index:2}.armonia-bag{position:relative;z-index:1!important}.armonia-bag:before{content:"";position:absolute;bottom:0;inset-inline-start:0;-webkit-transform:translateY(calc(100% - 62rem));-ms-transform:translateY(calc(100% - 62rem));transform:translateY(calc(100% - 62rem));z-index:1;width:100%;height:420rem;background-color:#242424}@media screen and (max-width:1025px){.armonia-bag:before{-webkit-transform:translateY(calc(100% + 46rem));-ms-transform:translateY(calc(100% + 46rem));transform:translateY(calc(100% + 46rem));height:600rem}}@media screen and (max-width:541px){.armonia-bag:before{-webkit-transform:translateY(calc(100% + 156rem));-ms-transform:translateY(calc(100% + 156rem));transform:translateY(calc(100% + 156rem));height:192rem}}.armonia-bag__images{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.armonia-bag__image:first-of-type{width:101rem}@media screen and (max-width:1025px){.armonia-bag__image:first-of-type{margin-bottom:5rem}}.armonia-bag__image:nth-of-type(2){width:38.3rem}.armonia-bag__image>img,.armonia-bag__image>picture>img{width:100%}.armonia-url{color:var(--white);text-align:center;opacity:0;pointer-events:none}@media screen and (max-width:541px){.armonia-url{color:var(--black-text)}}.armonia-url .armonia-text{margin-bottom:4rem}@media screen and (max-width:1025px){.armonia-url .armonia-text{margin-bottom:3.2rem}}.armonia-url a{font-size:4.5rem;color:var(--yellow)}@media screen and (max-width:1025px){.armonia-url a{font-size:1.6rem}}.armonia-event>.container{position:relative;z-index:2}.armonia-event__images{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10rem}@media screen and (max-width:1025px){.armonia-event__images{margin-bottom:8rem}}@media screen and (max-width:541px){.armonia-event__images{margin-bottom:4rem}}.armonia-event__image:first-of-type{width:38.3rem}@media screen and (max-width:1025px){.armonia-event__image:first-of-type{margin-bottom:8rem}}@media screen and (max-width:541px){.armonia-event__image:first-of-type{margin-bottom:4rem}}.armonia-event__image:nth-of-type(2){width:98.6rem}.armonia-event__image>img{width:100%}.armonia-kit{position:relative;padding:8rem 0}@media (min-width:1025px){.armonia-kit:before{content:"";position:absolute;bottom:0;inset-inline-start:0;z-index:2;width:130rem;height:34rem;background-color:var(--white)}}@media screen and (max-width:1025px){.armonia-kit{padding:4.5rem 0}}.armonia-kit>.container{position:relative;z-index:3}.armonia-kit__background{position:absolute;top:0;inset-inline-start:0;z-index:1;width:100%;height:100%}.armonia-kit__background>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:1025px){.armonia-kit__background>img{height:auto}}.armonia-kit__colors{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;width:120rem;margin-left:auto;margin-bottom:15rem}@media screen and (max-width:1025px){.armonia-kit__colors{grid-template-columns:repeat(1,1fr);grid-gap:2.4rem;width:33rem;margin:20rem auto 8rem}}.armonia-kit__colors>.armonia-color:nth-of-type(odd){margin-top:15rem}@media screen and (max-width:1025px){.armonia-kit__colors>.armonia-color:nth-of-type(odd){margin-top:0;margin-left:11rem}}.armonia-color{padding:3.2rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-color:var(--white)}@media screen and (max-width:1025px){.armonia-color{padding:2.4rem;width:22rem}}.armonia-color__box{margin-bottom:1.5rem;width:100%;height:22rem;background-color:var(--background)}@media screen and (max-width:1025px){.armonia-color__box{height:15rem}}.armonia-color__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.armonia-color__inner>.medium-text{font-weight:700}.armonia-color__inner>.middle-text{color:#999}.armonia-typography{display:-webkit-box;display:-ms-flexbox;display:flex;gap:37rem}@media screen and (max-width:1025px){.armonia-typography{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4.5rem}}.armonia-typography__block>.medium-text:first-of-type{margin-bottom:2.7rem}.armonia-typography__block_roboto>.medium-heading,.armonia-typography__block_roboto>.medium-text{font-family:Roboto!important;font-weight:300!important}.armonia-development__heading{margin-bottom:8rem}@media screen and (max-width:1025px){.armonia-development__heading{margin-bottom:4rem}}.armonia-development__block:not(:last-of-type){margin-bottom:15rem}@media screen and (max-width:1025px){.armonia-development__block:not(:last-of-type){margin-bottom:8rem}}@media screen and (max-width:541px){.armonia-development__block:not(:last-of-type){margin-bottom:6rem}}.armonia-development__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem}@media (min-width:1025px){.armonia-development__grid>.armonia-development__item{width:calc((100% - (2rem * 5)) / 6)}}@media screen and (max-width:1025px){.armonia-development__grid>.armonia-development__item{width:calc((100% - 2rem) / 2);aspect-ratio:30/23}}.armonia-development__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5rem 2.4rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;text-align:center;border:1px solid #dedede}.armonia-development__item>.medium-text{font-weight:700}.armonia-thanks{position:relative}.armonia-thanks__background,.armonia-thanks__background>img{width:100%}.armonia-thanks__decor{position:absolute;bottom:0;inset-inline-start:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:3.7rem 6rem;width:131rem;background-color:var(--white)}@media screen and (max-width:1025px){.armonia-thanks__decor{padding:6rem 10rem;width:60rem}}@media screen and (max-width:541px){.armonia-thanks__decor{padding:7rem 4.85rem;width:35rem}}.armonia-thanks__decor>.armonia-text{font-size:8rem;white-space:nowrap}@media screen and (max-width:1025px){.armonia-thanks__decor>.armonia-text{font-size:3rem}}@font-face{font-family:Futura;src:url("fonts/FuturaPT-Bold.woff2") format("woff2"),url("fonts/FuturaPT-Bold.woff") format("woff"),url("fonts/FuturaPT-Bold.ttf") format("truetype");font-weight:700;font-style:normal}.artonomy{padding-bottom:30rem}@media screen and (max-width:1025px){.artonomy{padding-bottom:20rem}}@media screen and (max-width:541px){.artonomy{padding-bottom:25rem}}.artonomy-heading{margin-bottom:3.8rem;font-family:Playfair Display,serif;font-weight:700}@media screen and (max-width:1025px){.artonomy-heading{margin-bottom:3rem}}@media screen and (max-width:541px){.artonomy-heading{margin-bottom:2rem}}.artonomy-heading_big-mg{margin-bottom:5rem}@media screen and (max-width:1025px){.artonomy-heading_big-mg{margin-bottom:3rem}}@media screen and (max-width:541px){.artonomy-heading_big-mg{margin-bottom:2rem}}.artonomy-futura{font-family:Futura;font-weight:700}.artonomy-rounded{border:6px solid #000;border-radius:20px}@media screen and (max-width:1025px){.artonomy-rounded{border:6px solid #000}}.artonomy .medium-heading{font-family:Playfair Display,serif}.artonomy>section{margin-bottom:15rem}@media screen and (max-width:1025px){.artonomy>section{margin-bottom:8rem}.artonomy>section .adapt-flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.artonomy>section .adapt-fw{width:100%}.artonomy>section .adapt-mg-bt{margin-bottom:4.5rem}}@media screen and (max-width:1025px) and (max-width:541px){.artonomy>section .adapt-mg-bt{margin-bottom:3rem}}@media screen and (max-width:541px){.artonomy>section{margin-bottom:6rem}}.artonomy-top{position:relative;height:calc(100vh - 11rem);color:var(--white)}@media screen and (max-width:1025px){.artonomy-top{height:calc(100vh - 4.6rem)}}@media screen and (max-width:541px){.artonomy-top{height:calc(100vh - 6rem)}}.artonomy-top__background{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}.artonomy-top__background>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.artonomy-top .container{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.artonomy-top .container .bread-crumbs{padding-top:3rem}.artonomy-top .container .medium-heading{margin-top:auto;margin-bottom:14rem}@media screen and (max-width:1025px){.artonomy-top .container .medium-heading{margin-bottom:7.6rem}}@media screen and (max-width:541px){.artonomy-top .container .medium-heading{margin-bottom:13rem}}.artonomy-task{padding-bottom:10rem}@media screen and (max-width:541px){.artonomy-task{padding-bottom:5rem}}.artonomy-task .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width:1025px){.artonomy-task .container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.artonomy-task__info{width:calc(50% - 10rem)}@media screen and (max-width:1025px){.artonomy-task__info{width:46rem}}@media screen and (max-width:541px){.artonomy-task__info{width:100%}}.artonomy-task__image{position:relative;width:calc(50% - 5rem)}.artonomy-task__image>img{position:relative;z-index:2;width:100%}.artonomy-task__image>.artonomy-circle{position:absolute;z-index:1}.artonomy-task__image>.artonomy-circle:first-of-type{top:-2.1rem;inset-inline-end:16.8rem}@media screen and (max-width:1025px){.artonomy-task__image>.artonomy-circle:first-of-type{top:-1rem;inset-inline-end:10rem}}@media screen and (max-width:541px){.artonomy-task__image>.artonomy-circle:first-of-type{top:-.3rem;inset-inline-end:3.5rem}}.artonomy-task__image>.artonomy-circle:nth-of-type(2){bottom:-.7rem;inset-inline-end:17rem}@media screen and (max-width:1025px){.artonomy-task__image>.artonomy-circle:nth-of-type(2){display:none}}.artonomy-task__image-decoration{position:absolute;inset-inline-start:-5.1rem;bottom:-11rem;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1025px){.artonomy-task__image-decoration{inset-inline-start:30.6rem}}@media screen and (max-width:541px){.artonomy-task__image-decoration{inset-inline-start:17.3rem;bottom:-4.8rem}}.artonomy-task__image-decoration .artonomy-square{margin-bottom:2.8rem}@media screen and (max-width:541px){.artonomy-task__image-decoration .artonomy-square{margin-bottom:1rem}}.artonomy-circle{display:block;width:var(--size);height:var(--size);background-color:transparent;border:1px solid;border-radius:50%;border-color:var(--border-color)}@media screen and (max-width:1025px){.artonomy-circle{width:var(--tablet-size);height:var(--tablet-size)}}@media screen and (max-width:541px){.artonomy-circle{width:var(--mob-size);height:var(--mob-size)}}.artonomy-square_small>img{width:8.5rem;height:8.5rem}@media screen and (max-width:541px){.artonomy-square_small>img{width:3rem;height:3rem}}.artonomy-square_big>img{width:16rem;height:16rem}@media screen and (max-width:1025px){.artonomy-square_big>img{width:6.4rem;height:6.4rem}}@media screen and (max-width:541px){.artonomy-square_big>img{width:5rem;height:5rem}}.artonomy-solution{position:relative;z-index:2}.artonomy-solution__description{width:83rem;margin-bottom:4rem}.artonomy-solution__lists{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.artonomy-solution__list:first-child{width:69rem}.artonomy-solution__list:nth-child(2){width:58rem}.artonomy-solution__list>.medium-text{margin-bottom:2.5rem;font-weight:700}.artonomy-solution__list ul{-webkit-margin-start:30px;margin-inline-start:30px;list-style-type:disc}@media screen and (max-width:1025px){.artonomy-solution__list ul{width:38rem}}@media screen and (max-width:541px){.artonomy-solution__list ul{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.artonomy-home{position:relative}.artonomy-home:after{content:"";position:absolute;top:37rem;inset-inline-start:0;width:100%;height:113rem;background-color:#faad4d}@media screen and (max-width:1025px){.artonomy-home:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:44rem}}@media screen and (max-width:541px){.artonomy-home:after{height:25rem}}.artonomy-home>.artonomy-circle{position:absolute;top:-42rem;inset-inline-start:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (max-width:1025px){.artonomy-home>.artonomy-circle{top:-13.8rem}}@media screen and (max-width:541px){.artonomy-home>.artonomy-circle{top:-12.7rem}}.artonomy-home .container{position:relative;z-index:2}.artonomy-home__image{width:100%}.artonomy-home__image:first-of-type{margin-bottom:5rem}@media screen and (max-width:1025px){.artonomy-home__image:first-of-type{margin-bottom:2.5rem}}.artonomy-team__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.artonomy-team__list{-webkit-margin-start:30px;margin-inline-start:30px;list-style-type:disc;font-family:Playfair Display,serif}@media screen and (max-width:1025px){.artonomy-team__list{margin-bottom:5rem}}@media screen and (max-width:541px){.artonomy-team__list{margin-bottom:2.5rem}}.artonomy-team__expertises{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:541px){.artonomy-team__expertises{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2.5rem 4.5rem}}.artonomy-team__expertise{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:20rem;height:20rem;text-align:center;background-color:#fffbf6;border:1px solid #faad4d;border-radius:50%}@media screen and (max-width:1025px){.artonomy-team__expertise{width:17rem;height:17rem}}@media screen and (max-width:541px){.artonomy-team__expertise{width:13rem;height:13rem}}.artonomy-team__expertise:not(:last-of-type){margin-right:-.5rem}@media screen and (max-width:1025px){.artonomy-team__expertise:not(:last-of-type){margin-right:-1.5rem}}@media screen and (max-width:541px){.artonomy-team__expertise:not(:last-of-type){margin-right:0}}.artonomy-team__expertise>.medium-text:first-of-type{margin-bottom:2.5rem}.artonomy-team__expertise>.medium-text:nth-of-type(2){font-family:Playfair Display,serif}.artonomy-main,.artonomy-main .container{position:relative}.artonomy-main .container:after{content:"";position:absolute;bottom:24.3rem;inset-inline-start:18.5rem;width:51.5rem;height:25.7rem;background-color:#f5f7f8}@media screen and (max-width:1025px){.artonomy-main .container:after{display:none}}.artonomy-main .container>.artonomy-circle{position:absolute;top:11.7rem;inset-inline-end:-12.8rem}@media screen and (max-width:1025px){.artonomy-main .container>.artonomy-circle{top:17.5rem;inset-inline-end:1.2rem}}@media screen and (max-width:541px){.artonomy-main .container>.artonomy-circle{top:21.8rem;inset-inline-end:.8rem}}.artonomy-main .container>.artonomy-square{position:absolute}.artonomy-main .container>.artonomy-square_big{top:1.5rem;inset-inline-end:-10rem}@media screen and (max-width:1025px){.artonomy-main .container>.artonomy-square_big{top:1.3rem;inset-inline-end:1.7rem}}@media screen and (max-width:541px){.artonomy-main .container>.artonomy-square_big{top:0;inset-inline-end:.5rem}}.artonomy-main .container>.artonomy-square_small{bottom:33rem;inset-inline-start:-3.7rem}@media screen and (max-width:1025px){.artonomy-main .container>.artonomy-square_small{display:none}}.artonomy-main__grid{position:relative;z-index:2;display:grid;grid:"a a" "b c";grid-gap:10rem 2rem}@media screen and (max-width:1025px){.artonomy-main__grid{grid-gap:3.4rem 1.8rem}}@media screen and (max-width:541px){.artonomy-main__grid{grid:"a" "b" "c";grid-gap:2.5rem}}.artonomy-main__item>img{width:100%}.artonomy-main__item:first-child{grid-area:a}.artonomy-main__item:nth-child(2){grid-area:b}.artonomy-main__item:nth-child(3){grid-area:c}.artonomy-about .container{position:relative}.artonomy-about .container .artonomy-heading{margin-bottom:5rem}@media screen and (max-width:1025px){.artonomy-about .container .artonomy-heading{margin-bottom:3rem}}.artonomy-about .container>.artonomy-circle{position:absolute}.artonomy-about .container>.artonomy-circle:first-child{top:22.4rem;inset-inline-start:0}@media screen and (max-width:1025px){.artonomy-about .container>.artonomy-circle:first-child{top:26.2rem}}@media screen and (max-width:541px){.artonomy-about .container>.artonomy-circle:first-child{top:39.2rem}}.artonomy-about .container>.artonomy-circle:nth-child(2){top:70rem;inset-inline-end:-11.5rem}@media screen and (max-width:1025px){.artonomy-about .container>.artonomy-circle:nth-child(2){top:48.6rem;inset-inline-end:3.4rem}}@media screen and (max-width:541px){.artonomy-about .container>.artonomy-circle:nth-child(2){top:50.6rem;inset-inline-end:.2rem}}.artonomy-about .container>.artonomy-circle:nth-child(3){bottom:87.6rem;inset-inline-end:0}@media screen and (max-width:1025px){.artonomy-about .container>.artonomy-circle:nth-child(3){display:none}}.artonomy-about .container>.artonomy-circle:nth-child(4){bottom:24.6rem;inset-inline-end:-5.4rem}@media screen and (max-width:1025px){.artonomy-about .container>.artonomy-circle:nth-child(4){display:none}}.artonomy-about .container>.artonomy-square{position:absolute}.artonomy-about .container>.artonomy-square:first-of-type{top:5.5rem;inset-inline-start:18.9rem;z-index:5}@media screen and (max-width:1025px){.artonomy-about .container>.artonomy-square:first-of-type{display:none}}.artonomy-about .container>.artonomy-square:nth-of-type(2){top:128.4rem;inset-inline-end:-7.1rem}@media screen and (max-width:1025px){.artonomy-about .container>.artonomy-square:nth-of-type(2){display:none}}.artonomy-about .container>.artonomy-square:nth-of-type(3){bottom:79.5rem;inset-inline-start:15rem}@media screen and (max-width:1025px){.artonomy-about .container>.artonomy-square:nth-of-type(3){bottom:52.1rem;inset-inline-start:2.6rem}}@media screen and (max-width:541px){.artonomy-about .container>.artonomy-square:nth-of-type(3){display:none}}.artonomy-about__main-image{position:relative;z-index:2;width:94rem;margin:0 auto}@media screen and (max-width:1025px){.artonomy-about__main-image{width:54rem}}@media screen and (max-width:541px){.artonomy-about__main-image{width:31.3rem}}.artonomy-about__small-image{position:absolute;top:158.4rem;inset-inline-start:19.4rem;z-index:5;width:47.6rem;border-radius:20px;-webkit-filter:drop-shadow(-14px 4px 21px rgba(0,0,0,.05));filter:drop-shadow(-14px 4px 21px rgba(0,0,0,0.05))}@media screen and (max-width:1025px){.artonomy-about__small-image{top:91.5rem;inset-inline-start:8.8rem;width:28rem}}@media screen and (max-width:541px){.artonomy-about__small-image{display:none}}.artonomy-screen{position:relative}.artonomy-screen>.artonomy-circle{position:absolute}.artonomy-screen>.artonomy-circle:first-child{top:183.8rem;inset-inline-start:13rem}@media screen and (max-width:1025px){.artonomy-screen>.artonomy-circle:first-child{top:200rem;inset-inline-start:1.7rem}}@media screen and (max-width:541px){.artonomy-screen>.artonomy-circle:first-child{display:none}}.artonomy-screen>.artonomy-circle:nth-child(2){bottom:184.8rem;inset-inline-end:30.4rem}@media screen and (max-width:1025px){.artonomy-screen>.artonomy-circle:nth-child(2){display:none}}.artonomy-screen>.artonomy-circle:nth-child(3){bottom:-3.2rem;inset-inline-start:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (max-width:1025px){.artonomy-screen>.artonomy-circle:nth-child(3){bottom:-11.5rem}}@media screen and (max-width:541px){.artonomy-screen>.artonomy-circle:nth-child(3){bottom:-2.5rem}}.artonomy-screen>.artonomy-square{position:absolute}@media screen and (max-width:1025px){.artonomy-screen>.artonomy-square{display:none}}.artonomy-screen>.artonomy-square_small{top:165rem;inset-inline-end:37.1rem;z-index:3}.artonomy-screen>.artonomy-square_big{bottom:101.4rem;inset-inline-start:30rem}.artonomy-screen .container{position:relative;z-index:2;padding-top:27.2rem}@media screen and (max-width:1025px){.artonomy-screen .container{padding-top:30rem}}@media screen and (max-width:541px){.artonomy-screen .container{padding-top:13rem}}.artonomy-screen__main-image{width:106rem;margin:0 auto}.artonomy-screen__small-image{position:absolute;top:188rem;inset-inline-end:39rem;z-index:3;width:53rem;border-radius:20px;-webkit-filter:drop-shadow(14px 4px 21px rgba(0,0,0,.05));filter:drop-shadow(14px 4px 21px rgba(0,0,0,0.05))}@media screen and (max-width:1025px){.artonomy-screen__small-image{top:125rem;inset-inline-end:4.4rem;width:32.4rem}}@media screen and (max-width:541px){.artonomy-screen__small-image{display:none}}.artonomy-screen__background{position:absolute;top:0;inset-inline-start:0;width:100%;height:85rem!important;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:1025px){.artonomy-screen__background{height:64.6rem!important}}@media screen and (max-width:541px){.artonomy-screen__background{height:28.8rem!important}}.artonomy-development__expertises{padding:6.3rem 0 8rem;background-color:#faad4d}@media screen and (max-width:1025px){.artonomy-development__expertises{padding:5rem 0}}@media screen and (max-width:541px){.artonomy-development__expertises{padding:2.5rem 0 3rem}}.artonomy-development__expertises .container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10rem}@media screen and (max-width:541px){.artonomy-development__expertises .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4.7rem}}.artonomy-development__expertise>.artonomy-heading{color:var(--white)}.artonomy-development__grid{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2.4rem}@media screen and (max-width:541px){.artonomy-development__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2.2rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.artonomy-development__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:7.8rem;height:7.8rem;color:#000;background-color:var(--white);border-radius:50%}.artonomy-development__item>.small-text{font-size:1.2rem;font-weight:700;font-family:Playfair Display,serif}.artonomy-thanks{position:relative}@media screen and (max-width:1025px){.artonomy-thanks>img{height:30rem!important;-o-object-fit:cover;object-fit:cover}}@media screen and (max-width:541px){.artonomy-thanks>img{height:40rem!important}}.artonomy-thanks>.medium-text{position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:var(--white);font-size:9.6rem;font-weight:900;font-family:Playfair Display,serif;white-space:nowrap;text-align:center}@media screen and (max-width:1025px){.artonomy-thanks>.medium-text{font-size:4.8rem}}@media screen and (max-width:541px){.artonomy-thanks>.medium-text{font-size:3.5rem;white-space:unset}}.asal{padding-bottom:30rem}@media screen and (max-width:1025px){.asal{padding-bottom:20rem}}@media screen and (max-width:541px){.asal{padding-bottom:25rem}}.asal>section{margin-bottom:15rem}@media screen and (max-width:1025px){.asal>section{margin-bottom:8rem}}@media screen and (max-width:541px){.asal>section{margin-bottom:6.5rem}}.asal__heading{margin-bottom:3rem}@media screen and (max-width:541px){.asal__heading{margin-bottom:1.5rem}}.asal .medium-heading,.asal .medium-text{font-family:Barlow,sans-serif}.asal .medium-text{font-weight:800}.asal-top{position:relative;height:calc(100vh - 11rem)}@media screen and (max-width:1025px){.asal-top{height:calc(100vh - 4.6rem)}}@media screen and (max-width:541px){.asal-top{height:calc(100vh - 6rem)}}.asal-top__background{position:absolute;top:0;inset-inline-start:0;height:100%!important;width:100%;-o-object-fit:cover;object-fit:cover}.asal-top__inner{margin-top:auto;margin-bottom:auto;-webkit-margin-start:auto;margin-inline-start:auto;width:43rem;text-align:center}@media screen and (max-width:1025px){.asal-top__inner{margin-bottom:0;width:28.8rem}}@media screen and (max-width:541px){.asal-top__inner{width:17.8rem}}.asal-top__text .medium-heading{color:#000}@media screen and (max-width:541px){.asal-top__text .medium-heading{margin-bottom:1rem}}.asal-top__text .medium-heading:first-child{font-weight:700}.asal-top .container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.asal-top .container .bread-crumbs{margin-top:3rem;color:var(--white)}.asal-info .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.asal-info__content,.asal-info__image{width:calc(50% - 6.5rem)}@media screen and (max-width:1025px){.asal-info__content,.asal-info__image{width:100%}}@media screen and (max-width:1025px){.asal-info__content{margin-bottom:8.5rem}}@media screen and (max-width:541px){.asal-info__content{margin-bottom:4.2rem}}.asal-list{padding-left:7rem;border-left:4px solid #5db348}@media screen and (max-width:1025px){.asal-list{padding-left:3.5rem}}.asal-list:not(:last-of-type){margin-bottom:6.5rem}@media screen and (max-width:1025px){.asal-list:not(:last-of-type){margin-bottom:3rem}}.asal-list ul li{position:relative}.asal-list ul li:not(:last-of-type){margin-bottom:1rem}.asal-list ul li:before{content:"";position:absolute;top:9px;inset-inline-start:calc(-7rem - 9px);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:15px;height:15px;background-color:#5db348}@media screen and (max-width:1025px){.asal-list ul li:before{inset-inline-start:calc(-3.5rem - 9px)}}.asal-list ul li .medium-text{font-weight:400}.asal-team{margin-bottom:2rem}.asal-team__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.asal-team__list>li{padding:2.5rem 3rem;-webkit-margin-end:2rem;margin-inline-end:2rem;margin-bottom:2rem;background-color:#67c68f;border-radius:15px}@media screen and (max-width:541px){.asal-team__list>li{margin-bottom:1.5rem}}.asal-team__list>li .medium-text{color:var(--white)}.asal-characteristics{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem}@media screen and (max-width:1025px){.asal-characteristics{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:541px){.asal-characteristics{grid-template-columns:repeat(1,1fr);grid-gap:1.5rem}}.asal-characteristics>li{padding:4rem 3rem;background-color:#b1d364;border-radius:15px}.asal-characteristics>li .medium-text{color:var(--white)}.asal-characteristics>li .medium-text:last-of-type{margin-top:1rem;font-weight:400;font-size:3rem}@media screen and (max-width:1025px){.asal-characteristics>li .medium-text:last-of-type{font-size:2rem}}.asal-smartphones{position:relative;padding-bottom:15rem}@media screen and (max-width:1025px){.asal-smartphones{padding-bottom:13rem}}@media screen and (max-width:541px){.asal-smartphones{padding-bottom:5.5rem}}.asal-smartphones__image{position:relative;z-index:2;margin:0 auto;width:84.7rem}@media screen and (max-width:1025px){.asal-smartphones__image{width:48rem}}@media screen and (max-width:541px){.asal-smartphones__image{width:calc(100% - 6rem)}}.asal-smartphones__background{position:absolute;bottom:0;inset-inline-start:0}@media screen and (max-width:1025px){.asal-smartphones__background{width:100%;height:37rem!important;-o-object-fit:cover;object-fit:cover}}@media screen and (max-width:541px){.asal-smartphones__background{height:19.6rem!important}}.asal-deliverables .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1025px){.asal-deliverables .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.asal-deliverables__name{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-margin-end:4rem;margin-inline-end:4rem}@media screen and (max-width:1025px){.asal-deliverables__name{margin-bottom:4rem}}@media screen and (max-width:541px){.asal-deliverables__name{margin-bottom:2.5rem}}.asal-deliverables__name .asal-deliverables__header{border-color:#c7f8dc}.asal-deliverables__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:541px){.asal-deliverables__content{width:80%}}.asal-deliverables__content .asal-deliverables__header{border-color:#27ae60}.asal-deliverables__content .asal-grid{margin-top:2rem}.asal-deliverables__content .asal-grid__item{padding:1rem 0}.asal-deliverables__header{border-bottom:4px solid}@media screen and (max-width:1025px){.asal-deliverables__header .asal__heading{margin-bottom:1.5rem}}.asal-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2.5rem}@media screen and (max-width:1025px){.asal-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:541px){.asal-grid{grid-template-columns:repeat(1,1fr);grid-gap:1.5rem}}.asal-grid__item{background-color:#67c68f;border-radius:15px;text-align:center}.asal-grid__item>.medium-text{color:var(--white);font-weight:700}.asal-skills{position:relative}.asal-skills__background{position:absolute;bottom:0;inset-inline-start:0}.asal-skills__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1025px){.asal-skills__inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.asal-skills__image{width:82rem}@media screen and (max-width:1025px){.asal-skills__image{width:100%}}.asal-skills__image>img{width:100%}.asal-skills__list{width:42rem}@media screen and (max-width:1025px){.asal-skills__list{margin-bottom:8rem}}@media screen and (max-width:541px){.asal-skills__list{width:100%;margin-bottom:6rem}}.asal-skills__list>li{padding:3rem;width:100%;text-align:center;color:var(--white);background-color:#b1d364;border-radius:15px}@media screen and (max-width:541px){.asal-skills__list>li{padding:2.4rem}}.asal-skills__list>li:not(:last-of-type){margin-bottom:2rem}@media screen and (max-width:541px){.asal-skills__list>li:not(:last-of-type){margin-bottom:1.5rem}}.asal-skills__list>li .medium-text{font-weight:700}.asal-skills__heading{margin-bottom:6.5rem}@media screen and (max-width:541px){.asal-skills__heading{margin-bottom:1.5rem}}.asal-skills .container{position:relative;z-index:2}.asal-url .container{text-align:center}.asal-url .container>a{font-size:3.6rem;font-weight:700;color:#27ae60;text-decoration:underline}@media screen and (max-width:1025px){.asal-url .container>a{font-size:2rem}}@media screen and (max-width:541px){.asal-url .container>a{font-size:1.4rem}}.asal-languages .asal-grid__item{padding:3rem}@media screen and (max-width:541px){.asal-languages .asal-grid__item{padding:3.5rem}}.asal-expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5rem 14rem}@media screen and (max-width:1025px){.asal-expertise-grid{grid-template-columns:repeat(1,1fr);grid-gap:3.5rem;width:70%}}@media screen and (max-width:541px){.asal-expertise-grid{width:100%}}.asal-expertise-grid__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3rem;height:19rem;background-color:#67c68f;border-radius:15px}@media screen and (max-width:541px){.asal-expertise-grid__box{height:13.7rem}}.asal-expertise-grid__box .medium-text{color:var(--white);font-weight:700}.asal-colors__inner{padding:0 14rem}@media screen and (max-width:1025px){.asal-colors__inner{padding:0}}.asal-colors__rounds{display:-webkit-box;display:-ms-flexbox;display:flex;width:88rem;-webkit-margin-start:auto;margin-inline-start:auto}@media screen and (max-width:1025px){.asal-colors__rounds{width:100%}}.asal-colors__round{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:25rem;height:25rem;background-color:var(--background);border-radius:50%}@media screen and (max-width:1025px){.asal-colors__round{width:17.5rem;height:17.5rem}}@media screen and (max-width:541px){.asal-colors__round{width:9.4rem;height:9.4rem}}.asal-colors__round:nth-of-type(odd){z-index:2}.asal-colors__round:not(:last-of-type){margin-right:-4rem}@media screen and (max-width:541px){.asal-colors__round:not(:last-of-type){margin-right:-1.6rem}}.asal-colors__round .medium-text{font-weight:500}.asal-thanks{padding-top:15rem}@media screen and (max-width:1025px){.asal-thanks{padding-top:8rem}}@media screen and (max-width:541px){.asal-thanks{padding-top:5rem}}.asal-thanks .container{position:relative}.asal-thanks__smartphone{position:absolute;bottom:0;inset-inline-start:4.8rem;width:37rem}@media screen and (max-width:1025px){.asal-thanks__smartphone{width:18.7rem;inset-inline-start:7rem}}@media screen and (max-width:541px){.asal-thanks__smartphone{width:14rem;inset-inline-start:2rem}}.asal-thanks__inner{padding:17.4rem 15.5rem;text-align:end;background-color:#b1d364}@media screen and (max-width:1025px){.asal-thanks__inner{padding:10.6rem 2.8rem}}@media screen and (max-width:541px){.asal-thanks__inner{padding:7rem .2rem}}.asal-thanks__inner>p{font-weight:700;font-size:8rem;color:var(--white)}@media screen and (max-width:1025px){.asal-thanks__inner>p{font-size:3.6rem}}@media screen and (max-width:541px){.asal-thanks__inner>p{font-size:2rem}}.jobitt{--jobitt-accent-blue:#23303d;--jobitt-accent-orange:#f28f3e;padding-bottom:40rem;color:var(--jobitt-accent-blue)}@media screen and (max-width:1025px){.jobitt{padding-bottom:30rem}}.jobitt-big-text,.jobitt-jost{font-family:Jost,sans-serif}.jobitt-big-text{font-size:2.5rem;font-weight:600;line-height:1.5}@media screen and (max-width:1025px){.jobitt-big-text{font-size:1.4rem}}.jobitt-big-heading{margin-bottom:10rem;font-family:Jost;font-size:5rem;font-weight:500;line-height:1.3;text-transform:uppercase}@media screen and (max-width:1025px){.jobitt-big-heading{margin-bottom:7.5rem;font-size:4.2rem}}@media screen and (max-width:541px){.jobitt-big-heading{margin-bottom:6rem;font-size:2.5rem}}.jobitt-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem}@media screen and (max-width:541px){.jobitt-grid{gap:1rem}}.jobitt-grid_white .jobitt-box{width:calc(50% - 1rem);background-color:var(--white)}.jobitt-grid_white .jobitt-box strong{font-weight:600;color:var(--jobitt-accent-orange)}.jobitt-grid_grey .jobitt-box{background-color:#fafafa}.jobitt-grid_grey .jobitt-box strong{font-weight:600;color:#338af3}.jobitt-box{padding:7rem;max-width:82rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;font-weight:600;text-transform:uppercase;border-radius:20px}@media screen and (max-width:1025px){.jobitt-box{padding:3.7rem 3rem;width:calc(50% - 1rem)}}@media screen and (max-width:541px){.jobitt-box{width:100%!important}}.jobitt-list>.jobitt-big-text{margin-bottom:3.6rem;text-transform:uppercase}@media screen and (max-width:1025px){.jobitt-list>.jobitt-big-text{margin-bottom:3rem}}.jobitt-list>ul{-webkit-margin-start:30px;margin-inline-start:30px;list-style-type:disc}.jobitt-big-section{padding:20rem 0}@media screen and (max-width:1025px){.jobitt-big-section{padding:8rem 0}}.jobitt-no-overflow{overflow:unset!important}.jobitt-picture,.jobitt-picture>img{width:100%}.jobitt-heading{margin-bottom:6rem;font-size:4rem}@media screen and (max-width:1025px){.jobitt-heading{margin-bottom:4rem;font-size:2.5rem}}.jobitt-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:33.2rem;height:6rem;font-family:Jost,sans-serif;font-size:1.8rem;font-weight:600;color:var(--white);text-transform:uppercase;background-color:var(--jobitt-accent-blue);border-radius:10px;cursor:pointer}@media screen and (max-width:1025px){.jobitt-button{height:4.5rem;font-size:1.4rem}}.jobitt-infinite-dash{position:absolute;top:-15rem;inset-inline-end:0;width:82rem}@media screen and (max-width:1025px){.jobitt-infinite-dash{width:40rem}}@media screen and (max-width:541px){.jobitt-infinite-dash{top:-25rem;inset-inline-end:-5rem;-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg);width:35rem}}.jobitt-infinite-dash>path{-webkit-animation:dash 10s linear infinite;animation:dash 10s linear infinite}.jobitt-line{position:absolute;width:36rem}@media screen and (max-width:1025px){.jobitt-line{width:16rem}}.jobitt-line.active>path{-webkit-animation:line 2s linear forwards;animation:line 2s linear forwards;-webkit-animation-delay:300ms;animation-delay:300ms}.jobitt-line>path{stroke-dasharray:1000;stroke-dashoffset:1000}.jobitt-snake{position:absolute;width:13rem}@media screen and (max-width:541px){.jobitt-snake{width:7.5rem}}.jobitt-snake.active>path{-webkit-animation:line 2s linear forwards;animation:line 2s linear forwards;-webkit-animation-delay:300ms;animation-delay:300ms}.jobitt-snake>path{stroke-dasharray:1000;stroke-dashoffset:1000}.jobitt>section{overflow-x:hidden}@media screen and (max-width:1025px){.jobitt>section .adapt-flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.jobitt>section .adapt-fw{width:100%}}@-webkit-keyframes dash{to{stroke-dashoffset:1000}}@keyframes dash{to{stroke-dashoffset:1000}}@-webkit-keyframes line{to{stroke-dashoffset:0}}@keyframes line{to{stroke-dashoffset:0}}.jobitt-top{position:relative;height:calc(100vh - 11rem);color:var(--white)}@media screen and (max-width:1025px){.jobitt-top{height:calc(100vh - 4.6rem)}}@media screen and (max-width:541px){.jobitt-top{height:calc(100vh - 6rem)}}.jobitt-top__background{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}.jobitt-top__background>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.jobitt-top__logo{padding:3.4rem 2.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:var(--white);border-radius:10px}@media screen and (max-width:1025px){.jobitt-top__logo{padding:2.3rem 1.7rem}}@media screen and (max-width:541px){.jobitt-top__logo{padding:2.3rem}}.jobitt-top__logo>img{width:17rem}@media screen and (max-width:1025px){.jobitt-top__logo>img{width:10.6rem}}.jobitt-top__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:auto;margin-bottom:14rem}@media screen and (max-width:1025px){.jobitt-top__inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:6.4rem 0 10rem;height:100%}}@media screen and (max-width:541px){.jobitt-top__inner{margin:3rem 0 7rem}}.jobitt-top__inner>.medium-heading{margin-bottom:0;line-height:1}.jobitt-top .container{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.jobitt-top .container .bread-crumbs{padding-top:5.6rem}@media screen and (max-width:1025px){.jobitt-top .container .bread-crumbs{padding-top:4rem}}@media screen and (max-width:541px){.jobitt-top .container .bread-crumbs{padding-top:2.7rem}}.jobitt-about{position:relative;padding:28rem 0 18rem}@media screen and (max-width:1025px){.jobitt-about{padding:28rem 0 14rem}}@media screen and (max-width:541px){.jobitt-about{padding:20rem 0 10rem}}.jobitt-about__decor{position:absolute}.jobitt-about__decor:first-of-type{top:10rem;inset-inline-end:50rem;width:21rem}@media screen and (max-width:1025px){.jobitt-about__decor:first-of-type{top:16rem;inset-inline-end:49rem;width:11.5rem}}@media screen and (max-width:541px){.jobitt-about__decor:first-of-type{top:9rem;inset-inline-end:23.6rem}}.jobitt-about__decor:nth-of-type(2){top:14rem;inset-inline-start:25rem;width:13.6rem}@media screen and (max-width:1025px){.jobitt-about__decor:nth-of-type(2){top:18rem;inset-inline-start:52rem;width:8.2rem}}@media screen and (max-width:541px){.jobitt-about__decor:nth-of-type(2){top:12rem;inset-inline-start:27.2rem}}.jobitt-about__decor:nth-of-type(3){bottom:24rem;inset-inline-start:37rem}@media screen and (max-width:1025px){.jobitt-about__decor:nth-of-type(3){display:none}}.jobitt-about__heading{margin-bottom:6rem;font-size:7.5rem;font-weight:800;line-height:1.3;text-transform:uppercase;text-align:center}@media screen and (max-width:1025px){.jobitt-about__heading{margin-bottom:7rem;font-size:4rem}}.jobitt-about__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:94rem;margin:0 auto}.jobitt-about__content .jobitt-list{margin-bottom:7rem}.jobitt-about>.jobitt-line{top:48.4rem;inset-inline-end:25rem}@media screen and (max-width:1025px){.jobitt-about>.jobitt-line{top:48rem;inset-inline-end:14.5rem}}@media screen and (max-width:541px){.jobitt-about>.jobitt-line{top:56rem;inset-inline-end:2.1rem}}.jobitt-info{background-color:#fafafa}.jobitt-info>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10rem}@media screen and (max-width:1025px){.jobitt-info>.container{gap:6rem}}.jobitt-info__project{display:-webkit-box;display:-ms-flexbox;display:flex;gap:14rem}@media screen and (max-width:1025px){.jobitt-info__project{gap:6rem}}.jobitt-info__technology .jobitt-big-text{text-transform:uppercase}.jobitt-info__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem;margin-top:5rem}@media screen and (max-width:1025px){.jobitt-info__grid{margin-top:3rem}}.jobitt-info__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3rem;padding:5rem;background:var(--white);-webkit-box-shadow:10px 20px 60px hsla(0,0%,71%,.25);box-shadow:10px 20px 60px hsla(0,0%,71%,.25);border-radius:20px}@media screen and (max-width:1025px){.jobitt-info__block{gap:1rem;padding:2.5rem 2rem;border-radius:10px}}.jobitt-info__block>img{height:10rem!important;width:auto}@media screen and (max-width:1025px){.jobitt-info__block>img{height:4.5rem!important}}.jobitt-info__block:first-of-type,.jobitt-info__block:nth-of-type(2){width:calc(25% - 1.5rem)}@media screen and (max-width:541px){.jobitt-info__block:first-of-type,.jobitt-info__block:nth-of-type(2){width:calc(50% - 1.2rem)}}.jobitt-info__block:last-of-type{width:calc(50% - 1rem)}@media screen and (max-width:541px){.jobitt-info__block:last-of-type{width:100%}}.jobitt-task{position:relative;background-color:#fafafa}.jobitt-task>.jobitt-line{top:35rem;inset-inline-start:35rem}@media screen and (max-width:1025px){.jobitt-task>.jobitt-line{top:24rem;inset-inline-start:18rem}}@media screen and (max-width:541px){.jobitt-task>.jobitt-line{top:18rem}}.jobitt-solution{position:relative}@media screen and (max-width:1025px){.jobitt-solution .jobitt-infinite-dash{display:none}}.jobitt-screens{position:relative}@media screen and (max-width:1025px){.jobitt-screens{padding-bottom:30rem}}@media screen and (max-width:541px){.jobitt-screens{padding-bottom:10rem}.jobitt-screens>.container{padding:0}}.jobitt-screens__phone{--distance-x:2rem;--distance-y:100rem;--distance-top:30rem;--distance-bottom:7rem;position:absolute;width:37.5rem;-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out;-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}@media screen and (max-width:1025px){.jobitt-screens__phone{width:20rem;--distance-x:0;--distance-y:40rem;--distance-top:25rem;--distance-bottom:15rem}}@media screen and (max-width:541px){.jobitt-screens__phone{display:none}}.jobitt-screens__phone:nth-of-type(odd){inset-inline-end:var(--distance-x)}.jobitt-screens__phone:nth-of-type(odd).active{-webkit-transform:rotate(2deg);-ms-transform:rotate(2deg);transform:rotate(2deg)}.jobitt-screens__phone:nth-of-type(2n){inset-inline-start:var(--distance-x)}.jobitt-screens__phone:nth-of-type(2n).active{-webkit-transform:rotate(-2deg);-ms-transform:rotate(-2deg);transform:rotate(-2deg)}.jobitt-screens__phone:first-of-type{top:var(--distance-top)}.jobitt-screens__phone:nth-of-type(2){top:calc(var(--distance-top) + (var(--distance-y) * 1))}.jobitt-screens__phone:nth-of-type(3){top:calc(var(--distance-top) + (var(--distance-y) * 2))}.jobitt-screens__phone:nth-of-type(4){top:calc(var(--distance-top) + (var(--distance-y) * 3))}.jobitt-screens__phone:last-of-type{bottom:var(--distance-bottom)}.jobitt-screens__picture{width:100%}.jobitt-screens__picture>img{width:100%;border-radius:40px;-webkit-box-shadow:50px 70px 60px hsla(0,0%,71%,.25);box-shadow:50px 70px 60px hsla(0,0%,71%,.25)}@media screen and (max-width:541px){.jobitt-screens__picture>img{border-radius:0;-webkit-box-shadow:none;box-shadow:none}}.jobitt-typography>.container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8.5rem}@media screen and (max-width:1025px){.jobitt-typography>.container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:8rem}}.jobitt-typography__grid{display:grid;grid:"a b c d" "e f g h";width:94rem;grid-gap:2rem}@media screen and (max-width:541px){.jobitt-typography__grid{grid:"a c" "b e" "f g" "h d"}}.jobitt-typography__color{--size:22rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:var(--size);height:var(--size);padding:3rem;border-radius:20px;background-color:var(--background)}@media screen and (max-width:1025px){.jobitt-typography__color{--size:14rem;padding:2rem}}@media screen and (max-width:541px){.jobitt-typography__color{--size:15.4rem}}.jobitt-typography__color:first-of-type,.jobitt-typography__color:nth-of-type(2),.jobitt-typography__color:nth-of-type(3){color:var(--white)}.jobitt-typography__color:nth-of-type(4),.jobitt-typography__color:nth-of-type(5),.jobitt-typography__color:nth-of-type(6),.jobitt-typography__color:nth-of-type(7){color:var(--jobitt-accent-blue)}.jobitt-typography__color:first-of-type{grid-area:a}.jobitt-typography__color:nth-of-type(2){grid-area:b}.jobitt-typography__color:nth-of-type(3){grid-area:c}.jobitt-typography__color:nth-of-type(4){grid-area:e}.jobitt-typography__color:nth-of-type(5){grid-area:f}.jobitt-typography__color:nth-of-type(6){grid-area:g}.jobitt-typography__color:nth-of-type(7){grid-area:h}.jobitt-typography__color>.jobitt-jost{font-size:2.5rem;text-transform:uppercase}@media screen and (max-width:1025px){.jobitt-typography__color>.jobitt-jost{font-size:1.8rem}}.jobitt-typography__fonts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:11rem}@media screen and (max-width:1025px){.jobitt-typography__fonts{gap:4rem}}.jobitt-typography__font{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.jobitt-typography__font>span:first-of-type{font-family:Jost,sans-serif;font-weight:500;color:#c1c1c1;text-transform:uppercase}.jobitt-typography__font:first-of-type>span:first-of-type{font-size:3rem}@media screen and (max-width:1025px){.jobitt-typography__font:first-of-type>span:first-of-type{font-size:1.6rem}}.jobitt-typography__font:first-of-type>span:last-of-type{font-family:Jost,sans-serif;font-size:5rem;font-weight:600;color:var(--jobitt-accent-blue);white-space:nowrap}@media screen and (max-width:1025px){.jobitt-typography__font:first-of-type>span:last-of-type{font-size:2.5rem}}.jobitt-typography__font:last-of-type>span:first-of-type{font-size:2rem}@media screen and (max-width:1025px){.jobitt-typography__font:last-of-type>span:first-of-type{font-size:1.2rem}}.jobitt-typography__font:last-of-type>span:last-of-type{font-family:Open Sans;font-size:3rem;font-weight:400;color:var(--jobitt-accent-blue);white-space:nowrap}@media screen and (max-width:1025px){.jobitt-typography__font:last-of-type>span:last-of-type{font-size:1.6rem}}.jobitt-thanks{overflow:unset!important}.jobitt-thanks__block{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:88rem;margin:0 auto}@media screen and (max-width:1025px){.jobitt-thanks__block{width:47rem}}@media screen and (max-width:541px){.jobitt-thanks__block{width:100%}}.jobitt-thanks__block>span{position:relative;z-index:2;font-family:Jost,sans-serif;font-size:8rem;font-weight:700;color:#474747;text-align:center}@media screen and (max-width:1025px){.jobitt-thanks__block>span{font-size:4.5rem}}@media screen and (max-width:541px){.jobitt-thanks__block>span{font-size:3.5rem}}.jobitt-thanks__block>span:first-of-type{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}.jobitt-thanks__block>.jobitt-snake{top:-8rem;inset-inline-end:3rem;z-index:1;-webkit-transform:scale(1.8);-ms-transform:scale(1.8);transform:scale(1.8)}@media screen and (max-width:1025px){.jobitt-thanks__block>.jobitt-snake{top:-4rem;inset-inline-end:0;-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}}.jobitt-thanks__block>.jobitt-snake>path{stroke:#fafafa}.jobitt-thanks__radial{--size:15rem;position:absolute;z-index:5;width:var(--size);height:var(--size);border-radius:50%}@media screen and (max-width:1025px){.jobitt-thanks__radial{--size:7rem}}.jobitt-thanks__radial:first-of-type{top:4rem;inset-inline-start:0}@media screen and (max-width:1025px){.jobitt-thanks__radial:first-of-type{top:2rem}}@media screen and (max-width:541px){.jobitt-thanks__radial:first-of-type{top:0}}.jobitt-thanks__radial:nth-of-type(2){top:0;inset-inline-end:2rem}.jobitt-thanks__decor{position:absolute;top:-9rem;inset-inline-start:8rem;width:13.6rem}@media screen and (max-width:1025px){.jobitt-thanks__decor{top:-4rem;inset-inline-start:5rem;width:8.2rem}}.jobitt-characteristic{padding:3rem 4rem;background-color:var(--white);border-radius:20px;-webkit-box-shadow:10px 20px 60px hsla(0,0%,71%,.25);box-shadow:10px 20px 60px hsla(0,0%,71%,.25)}@media screen and (max-width:1025px){.jobitt-characteristic{padding:2rem 3rem}}.jobitt-characteristic>.big-text{text-transform:unset;margin-bottom:0}.jobitt-characteristic__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;margin-bottom:2rem}@media screen and (max-width:1025px){.jobitt-characteristic__header{gap:1rem;margin-bottom:1rem}}.jobitt-characteristic__header>.medium-text{font-weight:700;color:#c1c1c1;text-transform:uppercase}.jobitt-characteristic__header>svg{width:3rem;height:3rem}@media screen and (max-width:1025px){.jobitt-characteristic__header>svg{width:2.2rem;height:2.2rem}}.jobitt-photography{position:relative;padding:6.2rem 0;background-color:var(--jobitt-accent-orange);overflow:hidden}@media screen and (max-width:1025px){.jobitt-photography{padding:5.2rem 0 34rem}}@media screen and (max-width:541px){.jobitt-photography{padding-bottom:27rem}}.jobitt-photography>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1025px){.jobitt-photography>.container{gap:6rem}}.jobitt-photography>.jobitt-infinite-dash{top:unset;bottom:-12rem;inset-inline-end:8rem;-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg);z-index:1}@media screen and (max-width:1025px){.jobitt-photography>.jobitt-infinite-dash{inset-inline-end:5rem;-webkit-transform:rotate(-22deg) scaleY(0.8);-ms-transform:rotate(-22deg) scaleY(0.8);transform:rotate(-22deg) scaleY(0.8);width:100vw}}@media screen and (max-width:541px){.jobitt-photography>.jobitt-infinite-dash{inset-inline-end:2rem;-webkit-transform:rotate(-18deg) scaleY(1);-ms-transform:rotate(-18deg) scaleY(1);transform:rotate(-18deg) scaleY(1)}}.jobitt-photography>.jobitt-infinite-dash>path{stroke:var(--white)}.jobitt-photography__picture{position:relative;z-index:2;width:94rem}.jobitt-photography__picture img,.jobitt-photography__picture picture{width:100%}.jobitt-photography__picture .jobitt-snake{top:5.8rem;inset-inline-start:8rem}@media screen and (max-width:1025px){.jobitt-photography__picture .jobitt-snake{top:5rem;inset-inline-start:3.1rem}}@media screen and (max-width:541px){.jobitt-photography__picture .jobitt-snake{top:23rem;inset-inline-start:1rem}}.jobitt-photography__text{padding-top:6rem;width:34rem;color:var(--white)}@media screen and (max-width:1025px){.jobitt-photography__text{padding-top:0;width:38rem}}@media screen and (max-width:541px){.jobitt-photography__text{width:100%}}.jobitt-cabinet{overflow:unset!important}.jobitt-cabinet__feed{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12rem}@media screen and (max-width:1025px){.jobitt-cabinet__feed{gap:7rem}}@media screen and (max-width:541px){.jobitt-cabinet__feed{gap:10rem}}.jobitt-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.jobitt-card:nth-of-type(odd){-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.jobitt-card:nth-of-type(odd) .jobitt-card__header .jobitt-card__arrow{top:-2rem;inset-inline-start:-2rem;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}@media screen and (max-width:541px){.jobitt-card:nth-of-type(odd) .jobitt-card__header .jobitt-card__arrow{top:3rem;inset-inline-start:0;-webkit-transform:translateX(-100%) rotate(-20deg);-ms-transform:translateX(-100%) rotate(-20deg);transform:translateX(-100%) rotate(-20deg)}}.jobitt-card:nth-of-type(odd) .jobitt-card__picture.active>img{-webkit-transform:rotate(2deg);-ms-transform:rotate(2deg);transform:rotate(2deg)}.jobitt-card:nth-of-type(2n){-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.jobitt-card:nth-of-type(2n) .jobitt-card__header .jobitt-card__arrow{top:1rem;inset-inline-end:-2rem;-webkit-transform:translateX(100%) scaleX(-1);-ms-transform:translateX(100%) scaleX(-1);transform:translateX(100%) scaleX(-1)}@media screen and (max-width:541px){.jobitt-card:nth-of-type(2n) .jobitt-card__header .jobitt-card__arrow{top:3rem;inset-inline-end:2rem;-webkit-transform:translateX(100%) scaleX(-1) rotate(-25deg);-ms-transform:translateX(100%) scaleX(-1) rotate(-25deg);transform:translateX(100%) scaleX(-1) rotate(-25deg)}}.jobitt-card:nth-of-type(2n) .jobitt-card__picture.active>img{-webkit-transform:rotate(-2deg);-ms-transform:rotate(-2deg);transform:rotate(-2deg)}.jobitt-card__header{position:relative;z-index:3;max-width:78rem;margin-bottom:4.2rem}@media screen and (max-width:1025px){.jobitt-card__header{max-width:39rem;margin-bottom:3rem}}@media screen and (max-width:541px){.jobitt-card__header{max-width:20.3rem}}.jobitt-card__header>.jobitt-big-text{font-family:Gilroy,sans-serif;font-weight:500}.jobitt-card__arrow{position:absolute;width:20rem}@media screen and (max-width:1025px){.jobitt-card__arrow{width:12rem}}.jobitt-card__picture{width:100%}.jobitt-card__picture>img{width:100%;border-radius:40px;-webkit-filter:drop-shadow(20px 30px 60px hsla(0,0%,71%,.25));filter:drop-shadow(20px 30px 60px rgba(180,180,180,0.25));-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out;-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}@media screen and (max-width:1025px){.jobitt-card__picture>img{border-radius:20px}}@media screen and (max-width:541px){.jobitt-card__picture>img{-webkit-filter:drop-shadow(10px 20px 60px hsla(0,0%,71%,.25));filter:drop-shadow(10px 20px 60px rgba(180,180,180,0.25))}}.jobitt-present{position:relative;padding-top:18rem;margin-top:40rem;overflow:unset!important}@media screen and (max-width:1025px){.jobitt-present{padding-top:10rem;margin-top:33rem}}@media screen and (max-width:541px){.jobitt-present{padding-top:11rem;margin-top:16.6rem}}.jobitt-present:before{content:"";position:absolute;top:0;left:0;height:91.5rem;width:100%;background-color:#fafafa}@media screen and (max-width:1025px){.jobitt-present:before{height:43rem}}.jobitt-present>*{position:relative;z-index:2}.jobitt-present__decor{position:absolute;z-index:5}.jobitt-present__decor:first-of-type{top:65rem;inset-inline-start:14rem;width:21rem}@media screen and (max-width:1025px){.jobitt-present__decor:first-of-type{top:8.6rem;inset-inline-start:23rem;width:11.5rem}}@media screen and (max-width:541px){.jobitt-present__decor:first-of-type{inset-inline-start:19.4rem}}.jobitt-present__decor:nth-of-type(2){top:23.5rem;inset-inline-start:36rem;width:13.6rem}@media screen and (max-width:1025px){.jobitt-present__decor:nth-of-type(2){top:10rem;inset-inline-start:42rem;width:8.2rem}}@media screen and (max-width:541px){.jobitt-present__decor:nth-of-type(2){top:16.2rem;inset-inline-start:18.7rem}}.jobitt-present__grid{position:absolute;top:0;inset-inline-start:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;width:90rem}@media screen and (max-width:1025px){.jobitt-present__grid{grid-gap:1.6rem;width:36rem}}@media screen and (max-width:541px){.jobitt-present__grid{width:calc(100vw - 4.4rem)}}.jobitt-present__image>img{border-radius:20px}@media screen and (max-width:1025px){.jobitt-present__image>img{border-radius:10px}}.jobitt-present__heading{margin-bottom:4rem;font-family:Jost,sans-serif;font-size:16.5rem;font-weight:800;line-height:1.3;text-transform:uppercase}@media screen and (max-width:1025px){.jobitt-present__heading{margin-bottom:6.5rem;font-size:5.5rem}}@media screen and (max-width:541px){.jobitt-present__heading{margin-bottom:3rem;font-size:4.5rem}}.jobitt-present__notebook{width:100%;overflow:hidden}.jobitt-present__notebook>img{width:100%}@media screen and (max-width:1025px){.jobitt-present__notebook>img{position:relative;inset-inline-start:-6.5rem;width:111rem;max-width:unset!important}}@media screen and (max-width:541px){.jobitt-present__notebook>img{inset-inline-start:-14rem;width:70rem}}.jobitt-present__circle{position:absolute;top:-8rem;inset-inline-end:-8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--white);text-align:center;width:16rem;height:16rem;border-radius:50%;background:#338af3}@media screen and (max-width:1025px){.jobitt-present__circle{top:-5rem;inset-inline-end:-5rem;width:10rem;height:10rem;border-radius:50%;background:#338af3}}@media screen and (max-width:541px){.jobitt-present__circle{top:-4rem;inset-inline-end:-2rem;width:8rem;height:8rem}}.jobitt-present__circle>.middle-text{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}.metarobotica{padding-bottom:30rem;background-color:#31173a;color:var(--white)}@media screen and (max-width:1025px){.metarobotica{padding-bottom:20rem}}@media screen and (max-width:541px){.metarobotica{padding-bottom:25rem}}.metarobotica-heading{margin-bottom:4rem}@media screen and (max-width:541px){.metarobotica-heading{margin-bottom:3rem}}.metarobotica-list{-webkit-margin-start:30px;margin-inline-start:30px;list-style-type:disc}.metarobotica-list li:not(:last-of-type){margin-bottom:2.5rem}@media screen and (max-width:541px){.metarobotica-list li:not(:last-of-type){margin-bottom:1.8rem}}.metarobotica-rounded{border:1px solid var(--white);border-radius:10px}.metarobotica>section{margin-bottom:15rem}@media screen and (max-width:1025px){.metarobotica>section{margin-bottom:8rem}}@media screen and (max-width:541px){.metarobotica>section{margin-bottom:6rem}}.metarobotica>section .medium-heading,.metarobotica>section .medium-text{font-family:Montserrat,sans-serif}.metarobotica>section .metarobotica-heading{font-weight:700}.metarobotica>section .medium-heading{font-weight:800}.metarobotica>section .metarobotica-grid{display:grid}@media screen and (max-width:1025px){.metarobotica>section .metarobotica-grid{grid-template-columns:repeat(2,1fr);grid-gap:2rem;width:100%}}@media screen and (max-width:541px){.metarobotica>section .metarobotica-grid{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:1025px){.metarobotica .adapt-flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.metarobotica .adapt-fw{width:100%}.metarobotica .adapt-mg-bt{margin-bottom:6.5rem}}@media screen and (max-width:1025px) and (max-width:541px){.metarobotica .adapt-mg-bt{margin-bottom:3.5rem}}.metarobotica-top{position:relative;height:calc(100vh - 11rem);background-color:#000}@media screen and (max-width:1025px){.metarobotica-top{height:calc(100vh - 4.6rem)}}@media screen and (max-width:541px){.metarobotica-top{height:calc(100vh - 6rem)}}.metarobotica-top__girl{position:absolute;top:0;inset-inline-start:0;height:100%!important;width:36rem;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:541px){.metarobotica-top__girl{width:20rem}}.metarobotica-top__notebook{position:absolute;top:50%;inset-inline-end:-46rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:120.7rem}@media screen and (max-width:541px){.metarobotica-top__notebook{inset-inline-end:-11.8rem;width:40.6rem}}.metarobotica-top__info{margin:auto 0}@media screen and (max-width:541px){.metarobotica-top__info{margin:auto 0 8rem}}.metarobotica-top__info>img{width:82rem}@media screen and (max-width:1025px){.metarobotica-top__info>img{margin-bottom:11rem;width:33.7rem}}@media screen and (max-width:541px){.metarobotica-top__info>img{display:none}}.metarobotica-top .container{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.metarobotica-top .container .bread-crumbs{margin-top:3rem}.metarobotica-info__text{margin-bottom:6rem;width:50%}@media screen and (max-width:541px){.metarobotica-info__text{margin-bottom:3rem}}.metarobotica-info__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.metarobotica-info__grid{width:107rem;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem}.metarobotica-info__grid .medium-text{font-weight:400}.metarobotica-info__item{padding:4rem 3rem;border-radius:10px;background-color:#000}@media screen and (max-width:541px){.metarobotica-info__item{min-height:20rem}}.metarobotica-team .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.metarobotica-team__personal{width:58rem}@media screen and (max-width:541px){.metarobotica-team__personal{width:100%}}.metarobotica-team__persons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2.5rem}@media screen and (max-width:541px){.metarobotica-team__persons{gap:2rem}}.metarobotica-team__person{padding:2.5rem 3rem;background-color:#6a1470;border-radius:10px}@media screen and (max-width:541px){.metarobotica-team__person{width:100%}}.metarobotica-team__person .medium-text{font-weight:800}.metarobotica-team__characteristics{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:70rem;grid-template-columns:repeat(2,1fr);grid-gap:2.5rem}@media screen and (max-width:541px){.metarobotica-team__characteristics{grid-template-columns:repeat(2,1fr)!important}}.metarobotica-team__characteristic{padding:4rem 3rem;background-color:#000;border-radius:10px}.metarobotica-team__characteristic .medium-text:first-of-type{margin-bottom:1rem;font-size:1.8rem;font-weight:800}@media screen and (max-width:1025px){.metarobotica-team__characteristic .medium-text:first-of-type{font-size:1.4rem}}.metarobotica-team__characteristic .medium-text:last-of-type{font-size:3rem;font-weight:400}@media screen and (max-width:1025px){.metarobotica-team__characteristic .medium-text:last-of-type{font-size:1.4rem}}.metarobotica-story{position:relative}.metarobotica-story .container{position:relative;z-index:2}.metarobotica-story:before{content:"";position:absolute;top:15rem;inset-inline-start:0;height:100rem;width:100%;background-color:#6a1470}@media screen and (max-width:1025px){.metarobotica-story:before{top:10rem;height:87.8rem}}@media screen and (max-width:541px){.metarobotica-story:before{top:7.7rem;height:67rem}}.metarobotica-story__welcome{margin-bottom:5rem;-webkit-margin-start:auto;margin-inline-start:auto;width:93rem}@media screen and (max-width:1025px){.metarobotica-story__welcome{margin-bottom:10rem}}@media screen and (max-width:541px){.metarobotica-story__welcome{margin-bottom:5rem}}.metarobotica-story__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:1025px){.metarobotica-story__content .adapt-mg-bt{margin-bottom:5rem}}.metarobotica-story__text{width:78rem}@media screen and (min-width:1025px){.metarobotica-story__text:last-child{margin:3rem 0 6rem;-ms-flex-item-align:end;align-self:end}}@media screen and (max-width:1025px){.metarobotica-story__text:last-child{margin-bottom:7.5rem}}.metarobotica-story__roadmap>img{-webkit-transform:translateX(-19rem);-ms-transform:translateX(-19rem);transform:translateX(-19rem);width:calc(100% + 38rem);max-width:unset}@media screen and (max-width:1025px){.metarobotica-story__roadmap>img{-webkit-transform:translateX(-9rem);-ms-transform:translateX(-9rem);transform:translateX(-9rem);width:calc(100% + 18rem)}}@media screen and (max-width:541px){.metarobotica-story__roadmap>img{-webkit-transform:translateX(-2.5rem);-ms-transform:translateX(-2.5rem);transform:translateX(-2.5rem);width:calc(100% + 5rem)}}@media screen and (max-width:1025px){.metarobotica-challenge3{margin-bottom:0!important}}.metarobotica-challenge3 .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.metarobotica-challenge3__info{width:48%}.metarobotica-challenge3__description{margin-bottom:10rem}@media screen and (max-width:541px){.metarobotica-challenge3__description{margin-bottom:5rem}}.metarobotica-challenge3__image{width:48%}.metarobotica-challenge3__image img{max-width:unset;width:120%}@media screen and (max-width:1025px){.metarobotica-challenge3__image img{width:100%}}@media screen and (max-width:541px){.metarobotica-challenge3__image img{-webkit-transform:translateX(-14%);-ms-transform:translateX(-14%);transform:translateX(-14%);width:140%}}.metarobotica-challenge4 .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.metarobotica-challenge4__info>img,.metarobotica-challenge4__info picture>img,.metarobotica-challenge4__solution>img,.metarobotica-challenge4__solution picture>img{margin-top:6.5rem;width:100%}@media screen and (max-width:1025px){.metarobotica-challenge4__info>img,.metarobotica-challenge4__info picture>img,.metarobotica-challenge4__solution>img,.metarobotica-challenge4__solution picture>img{border:none}}.metarobotica-challenge4__info,.metarobotica-challenge4__solution{width:calc(50% - 1.5rem)}.metarobotica-challenge6 .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.metarobotica-challenge6__info{width:calc(100% - 88rem)}.metarobotica-challenge6__image{width:79.4rem}.metarobotica-challenge6__text{margin-bottom:7.5rem}@media screen and (max-width:541px){.metarobotica-challenge6__text{margin-bottom:5rem}}@media screen and (max-width:1025px){.metarobotica-challenge7 .adapt-flex{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.metarobotica-challenge7 .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.metarobotica-challenge7__info{width:calc(100% - 88rem)}.metarobotica-challenge7__image{width:79.4rem}.metarobotica-challenge7__text{margin-bottom:7.5rem}@media screen and (max-width:541px){.metarobotica-challenge7__text{margin-bottom:5rem}}.metarobotica-colors .container>.metarobotica-heading{margin-bottom:8rem}@media screen and (max-width:1025px){.metarobotica-colors .container>.metarobotica-heading{margin-bottom:4rem}}.metarobotica-colors__inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:3.8rem}@media screen and (max-width:1025px){.metarobotica-colors__inner{gap:7.5rem}}@media screen and (max-width:541px){.metarobotica-colors__inner{gap:4rem}}.metarobotica-colors__color>.medium-text:first-of-type{margin-bottom:3rem}@media screen and (max-width:541px){.metarobotica-colors__color>.medium-text:first-of-type{margin-bottom:1.8rem}}.metarobotica-colors__color>.medium-text:nth-of-type(2){margin-bottom:4rem;color:#b7b7b7}@media screen and (max-width:541px){.metarobotica-colors__color>.medium-text:nth-of-type(2){margin-bottom:1.8rem}}.metarobotica-colors__color:first-of-type{width:44.7rem}.metarobotica-colors__color:nth-of-type(2){width:68.8rem}.metarobotica-colors__color:nth-of-type(3){width:20.5rem}@media screen and (max-width:541px){.metarobotica-colors__color:first-of-type,.metarobotica-colors__color:nth-of-type(2),.metarobotica-colors__color:nth-of-type(3){width:100%}}.metarobotica-colors__palettes{display:-webkit-box;display:-ms-flexbox;display:flex;gap:3.8rem}@media screen and (max-width:1025px){.metarobotica-colors__palettes{gap:2rem}}@media screen and (max-width:541px){.metarobotica-colors__palettes{-ms-flex-wrap:wrap;flex-wrap:wrap}}.metarobotica-colors__palette{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:21.5rem;width:100%;padding:4rem 1.6rem;border:1px solid var(--white);border-radius:10px}@media screen and (max-width:541px){.metarobotica-colors__palette{height:21.5rem;padding:4rem 1.2rem}}.metarobotica-colors__palette:before{content:"";position:absolute;top:-1px;inset-inline-start:-1px;height:11.6rem;width:calc(100% + 2px);background-color:var(--palette-color);border-radius:9px}@media screen and (max-width:541px){.metarobotica-colors__palette:before{height:11.8rem}}.metarobotica-url{text-align:center;text-transform:uppercase;font-weight:800}.metarobotica-url a{color:#cc2fd7}.metarobotica-development .metarobotica-heading{margin-bottom:8rem}@media screen and (max-width:541px){.metarobotica-development .metarobotica-heading{margin-bottom:4rem}}.metarobotica-development__grid{grid-template-columns:repeat(4,1fr);grid-gap:3rem}.metarobotica-development__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:19rem;text-align:center;background-color:#6a1470;border-radius:10px}.metarobotica-skills__grid{grid-template-columns:repeat(4,1fr);grid-gap:4.2rem}.metarobotica-skills__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4.2rem 3rem;border:1px solid var(--white);border-radius:10px}@media screen and (max-width:1025px){.metarobotica-skills__item{padding:3.7rem 2.5rem}}.metarobotica-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.metarobotica-icon>.medium-text{-webkit-margin-start:1.7rem;margin-inline-start:1.7rem}.metarobotica-icon>img{width:5rem}@media screen and (max-width:1025px){.metarobotica-icon>img{width:3.5rem}}.metarobotica-languages__grid{grid-template-columns:repeat(5,1fr);grid-gap:3.5rem}.metarobotica-languages__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3.8rem;background-color:#000;border-radius:10px}@media screen and (max-width:1025px){.metarobotica-languages__item{padding:5rem}}.metarobotica-expertises__grid{grid-template-columns:repeat(3,1fr);grid-gap:10rem 13rem}.metarobotica-expertises__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:25.8rem;background-color:#6a1470;border-radius:10px}.metarobotica-fonts .container>.medium-text{margin-bottom:7.5rem}@media screen and (max-width:541px){.metarobotica-fonts .container>.medium-text{margin-bottom:3rem}}.metarobotica-thanks{padding-top:13rem}@media screen and (max-width:1025px){.metarobotica-thanks{padding-top:5.7rem}}@media screen and (max-width:541px){.metarobotica-thanks{padding-top:3rem}}.metarobotica-thanks__inner{position:relative;padding:20.5rem 14.2rem;background-color:#6a1470;border-radius:20px}@media screen and (max-width:1025px){.metarobotica-thanks__inner{padding:9rem 6rem}}@media screen and (max-width:541px){.metarobotica-thanks__inner{padding:4.8rem 3.3rem}}.metarobotica-thanks__inner>img{position:absolute;bottom:0;inset-inline-start:0;width:61.1rem}@media screen and (max-width:1025px){.metarobotica-thanks__inner>img{width:27rem}}@media screen and (max-width:541px){.metarobotica-thanks__inner>img{width:14.2rem}}.metarobotica-thanks__text{-webkit-margin-start:auto;margin-inline-start:auto;width:65rem;text-align:center}@media screen and (max-width:1025px){.metarobotica-thanks__text{width:28.2rem}}@media screen and (max-width:541px){.metarobotica-thanks__text{width:15rem}}.metarobotica-thanks__text>.medium-text{font-size:9rem;line-height:11rem;font-weight:800}@media screen and (max-width:1025px){.metarobotica-thanks__text>.medium-text{font-size:3.2rem;line-height:3.9rem}}@media screen and (max-width:541px){.metarobotica-thanks__text>.medium-text{font-size:2rem;line-height:2.4rem}}.pepper-top{position:relative;height:calc(100vh - 11rem);color:var(--white);background-color:#0057e2}@media screen and (max-width:1025px){.pepper-top{height:calc(100vh - 4.6rem)}}@media screen and (max-width:541px){.pepper-top{height:calc(100vh - 6rem)}}.pepper-top__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:15rem}@media screen and (max-width:1025px){.pepper-top__inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}}@media screen and (max-width:541px){.pepper-top__inner{margin-top:12rem}}.pepper-top__inner>img{width:80rem}@media screen and (max-width:1025px){.pepper-top__inner>img{width:52rem}}.pepper-top__inner .medium-heading{font-weight:400}@media screen and (max-width:1025px){.pepper-top__text{margin-top:7rem}}.pepper-top__decoration{position:absolute;background-color:#faa134}.pepper-top__decoration:first-of-type{top:9rem;inset-inline-start:22rem;-webkit-transform:rotate(27deg);-ms-transform:rotate(27deg);transform:rotate(27deg);width:5.4rem;height:5.4rem}@media screen and (max-width:1025px){.pepper-top__decoration:first-of-type{top:8rem;inset-inline-start:4.5rem}}.pepper-top__decoration:nth-of-type(2){top:12rem;inset-inline-start:52rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:5rem;height:4px}@media screen and (max-width:1025px){.pepper-top__decoration:nth-of-type(2){top:10rem;inset-inline-start:36rem}}@media screen and (max-width:541px){.pepper-top__decoration:nth-of-type(2){inset-inline-start:25rem}}.pepper-top__decoration:nth-of-type(3){top:18rem;inset-inline-start:165rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:22.3rem;height:6px}@media screen and (max-width:1025px){.pepper-top__decoration:nth-of-type(3){top:17rem;inset-inline-start:63rem;width:13rem;height:4px}}@media screen and (max-width:541px){.pepper-top__decoration:nth-of-type(3){display:none}}.pepper-top__decoration:nth-of-type(4){top:28rem;inset-inline-start:175rem;-webkit-transform:rotate(-27deg);-ms-transform:rotate(-27deg);transform:rotate(-27deg);width:3.8rem;height:3.8rem}@media screen and (max-width:1025px){.pepper-top__decoration:nth-of-type(4){top:28rem;inset-inline-start:66.5rem}}@media screen and (max-width:541px){.pepper-top__decoration:nth-of-type(4){display:none}}.pepper-top .container{padding-top:3.7rem}.pepper-block{margin-top:16.3rem}@media screen and (max-width:1025px){.pepper-block{margin-top:8rem}}@media screen and (max-width:541px){.pepper-block{margin-top:6rem}}.pepper-block__text{margin-bottom:8rem;width:50%}@media screen and (max-width:1025px){.pepper-block__text{margin-bottom:4.5rem;width:80%}}@media screen and (max-width:541px){.pepper-block__text{margin-bottom:2rem;width:100%}}.pepper-block__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1025px){.pepper-block__content{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.pepper-block .button{width:34rem;margin-top:8rem;-webkit-margin-end:auto;margin-inline-end:auto}@media screen and (max-width:541px){.pepper-block .button{margin-top:4rem;width:100%}}.pepper-header{position:relative;margin-bottom:8rem}@media screen and (max-width:1025px){.pepper-header{margin-bottom:4.5rem}}@media screen and (max-width:541px){.pepper-header{margin-bottom:3rem}}.pepper-header_right .pepper-header__text{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-padding-end:0;padding-inline-end:0;-webkit-padding-start:2rem;padding-inline-start:2rem}.pepper-header:after{content:"";position:absolute;top:50%;inset-inline-start:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:2;width:100%;height:1px;background-color:#dedede}.pepper-header__text{position:relative;z-index:3;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-padding-end:2rem;padding-inline-end:2rem;background-color:var(--white)}.pepper-header__text .medium-text{font-weight:700}.pepper-list{-webkit-padding-start:20px;padding-inline-start:20px}.pepper-list_grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem 2rem}@media screen and (max-width:1025px){.pepper-list_grid{grid-template-columns:repeat(2,1fr);grid-gap:5.6rem 2.4rem}}@media screen and (max-width:541px){.pepper-list_grid{display:block}}.pepper-list li{-webkit-margin-start:10px;margin-inline-start:10px;list-style-type:disc}.pepper-characteristics{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;width:calc((22rem * 4) + (2rem * 4))}@media screen and (max-width:1025px){.pepper-characteristics{margin-top:4rem;grid-template-columns:repeat(2,1fr);width:100%}}.pepper-characteristics__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3rem 2.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-color:#fff7ed}@media screen and (max-width:1025px){.pepper-characteristics__item{padding:5.2rem}}@media screen and (max-width:541px){.pepper-characteristics__item{padding:1.5rem}}.pepper-characteristics__text>p:first-of-type{margin-bottom:3.2rem;white-space:nowrap}.pepper-characteristics__text>p:last-of-type{font-weight:700}.pepper-big-images{position:relative;padding:4.5rem 0 25rem;margin-top:15rem;background-color:#ffad4c;overflow:hidden}@media screen and (max-width:1025px){.pepper-big-images{padding:4.5rem 0;margin-top:8rem}}.pepper-big-images:after,.pepper-big-images:before{content:"";position:absolute;width:0;height:0;border-style:solid}.pepper-big-images:before{top:-22.3rem;inset-inline-end:0;border-width:100rem 70rem 100rem 0;border-color:transparent var(--white) transparent transparent}@media screen and (max-width:1025px){.pepper-big-images:before{top:-3rem;border-width:42rem 48rem 42rem 0}}@media screen and (max-width:541px){.pepper-big-images:before{top:0;border-width:22rem 22rem 22rem 0}}.pepper-big-images:after{bottom:0;inset-inline-start:0;border-width:120rem 0 120rem 86.5rem;border-color:transparent transparent transparent var(--white)}@media screen and (max-width:1025px){.pepper-big-images:after{border-width:42rem 0 42rem 35rem}}@media screen and (max-width:541px){.pepper-big-images:after{bottom:unset;top:53rem;border-width:29rem 0 29rem 22rem}}.pepper-big-images__block{position:relative}.pepper-big-images__block:not(:last-of-type){margin-bottom:10.5rem}@media screen and (max-width:541px){.pepper-big-images__block:not(:last-of-type){margin-bottom:8.5rem}}.pepper-big-images__block_grid{-webkit-column-count:2;column-count:2;-webkit-column-gap:2rem;column-gap:2rem}@media screen and (max-width:541px){.pepper-big-images__block_grid{-webkit-column-count:unset;column-count:unset}}.pepper-big-images__block_grid>img{padding-bottom:3.4rem}@media screen and (max-width:541px){.pepper-big-images__block_grid>img{padding-bottom:2.4rem}}.pepper-big-images__block_grid>img:nth-of-type(3){padding-top:26.5rem}@media screen and (max-width:541px){.pepper-big-images__block_grid>img:nth-of-type(3){padding-top:0}}.pepper-big-images__block .pepper-big-images__translated{position:absolute;top:36rem;inset-inline-end:-19rem;width:53rem}@media screen and (max-width:1025px){.pepper-big-images__block .pepper-big-images__translated{top:11.5rem;inset-inline-end:-4.2rem;width:24rem}}@media screen and (max-width:541px){.pepper-big-images__block .pepper-big-images__translated{top:9.4rem;inset-inline-end:.7rem;width:12.8rem}}.pepper-big-images .container{position:relative;z-index:2}.pepper-big-images .pepper-header:after{background-color:var(--white)}.pepper-big-images .pepper-header__text{background-color:#ffad4c}.pepper-big-images .pepper-header__text .medium-text{color:var(--white)}.pepper-dev{margin-bottom:15rem}@media screen and (max-width:1025px){.pepper-dev{margin-bottom:8rem}}.pepper-dev .pepper-block>.medium-text{margin-bottom:7.5rem}@media screen and (max-width:1025px){.pepper-dev .pepper-block>.medium-text{margin-bottom:4.5rem}}.pepper-dev .pepper-block .medium-text{font-weight:700}.pepper-dev__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:3rem}@media screen and (max-width:1025px){.pepper-dev__grid{grid-gap:1.5rem}}@media screen and (max-width:541px){.pepper-dev__grid{grid-template-columns:repeat(2,1fr);grid-gap:2.4rem}}.pepper-dev__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:18.7rem;text-align:center;background-color:#fff7ed}@media screen and (max-width:1025px){.pepper-dev__item{height:8rem}}.pepper-skills{padding:4rem 0 10rem;background-color:#fff7ed}@media screen and (max-width:1025px){.pepper-skills{padding:3.7rem 0}}.pepper-skills .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1025px){.pepper-skills .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.pepper-skills .container>.medium-text{font-weight:700}@media screen and (max-width:1025px){.pepper-skills .container>.medium-text{margin-bottom:4.5rem}}.pepper-skills__grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:4rem 2rem;width:calc((20.8rem * 5) + (2rem * 4))}@media screen and (max-width:1025px){.pepper-skills__grid{grid-template-columns:repeat(4,1fr);grid-gap:2rem;width:100%}}@media screen and (max-width:541px){.pepper-skills__grid{grid-template-columns:repeat(2,1fr)}}.pepper-skills .pepper-skill{border:1px solid #faa134}.pepper-skill{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:3.5rem;padding-bottom:3.5rem;-webkit-padding-start:4.5rem;padding-inline-start:4.5rem;background-color:#fff7ed}@media screen and (max-width:1025px){.pepper-skill{padding:2.5rem}}.pepper-skill__icon{-webkit-margin-end:1.5rem;margin-inline-end:1.5rem;width:5rem}@media screen and (max-width:1025px){.pepper-skill__icon{width:3rem}}.pepper-languages .pepper-header:after{content:unset}.pepper-languages__grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:4rem 2rem;width:100%}@media screen and (max-width:1025px){.pepper-languages__grid{grid-template-columns:repeat(4,1fr);grid-gap:2rem}}@media screen and (max-width:541px){.pepper-languages__grid{grid-template-columns:repeat(2,1fr)}}.pepper-others__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14rem;width:100%}@media screen and (max-width:1025px){.pepper-others__grid{grid-template-columns:repeat(2,1fr);grid-gap:2rem}}@media screen and (max-width:541px){.pepper-others__grid{grid-template-columns:repeat(1,1fr);grid-gap:6rem}}.pepper-other>.medium-text{font-weight:700}.pepper-other__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:25.8rem;margin-top:8rem;background-color:#fff7ed}.pepper-other__inner>img{-webkit-margin-end:1.5rem;margin-inline-end:1.5rem;width:5rem}@media screen and (max-width:1025px){.pepper-other__inner>img{width:3rem}}@media screen and (max-width:1025px){.pepper-other__inner{height:16.8rem;margin-top:4.5rem}}@media screen and (max-width:541px){.pepper-other__inner{margin-top:3rem}}.pepper-small-images{position:relative;margin-top:calc(15rem + 37.7rem);padding-bottom:13rem;background-color:#ffad4c}@media screen and (max-width:1025px){.pepper-small-images{margin-top:calc(8rem + 16.4rem)}}@media screen and (max-width:541px){.pepper-small-images{margin-top:calc(6rem + 6.6rem);padding-bottom:5rem}}.pepper-small-images:before{content:"";position:absolute;top:0;inset-inline-start:0;width:0;height:0;border-style:solid;border-width:100rem 0 100rem 82rem;border-color:transparent transparent transparent var(--white)}@media screen and (max-width:1025px){.pepper-small-images:before{top:11.3rem;border-width:42rem 0 42rem 35rem}}@media screen and (max-width:541px){.pepper-small-images:before{top:13rem;border-width:21rem 0 21rem 22rem}}.pepper-small-images__block{-webkit-transform:translateY(-37.7rem);-ms-transform:translateY(-37.7rem);transform:translateY(-37.7rem)}@media screen and (max-width:1025px){.pepper-small-images__block{-webkit-transform:translateY(-16.4rem);-ms-transform:translateY(-16.4rem);transform:translateY(-16.4rem)}}@media screen and (max-width:541px){.pepper-small-images__block{-webkit-transform:translateY(-6.6rem);-ms-transform:translateY(-6.6rem);transform:translateY(-6.6rem)}}.pepper-small-images__block>img{margin-bottom:-18rem}@media screen and (max-width:1025px){.pepper-small-images__block>img{margin-bottom:-7.8rem}}@media screen and (max-width:541px){.pepper-small-images__block>img{margin-bottom:-3rem}}.pepper-small-images .container{position:relative;z-index:2}.pepper-typography__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width:542px){.pepper-typography__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width:541px){.pepper-typography__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:541px){.pepper-typography__fonts{-ms-flex-item-align:center;align-self:center;margin-bottom:3rem}}.pepper-typography__fonts>span{display:block;font-size:4.5rem;font-family:Open Sans,sans-serif}@media screen and (max-width:1025px){.pepper-typography__fonts>span{font-size:2rem}}.pepper-typography__fonts>span:not(:last-of-type){margin-bottom:5rem}@media screen and (max-width:1025px){.pepper-typography__fonts>span:not(:last-of-type){margin-bottom:3.5rem}}.pepper-typography__colors{width:30%}@media screen and (max-width:1025px){.pepper-typography__colors{width:32%}}@media screen and (max-width:541px){.pepper-typography__colors{width:68%}.pepper-typography__colors:not(:last-of-type){margin-bottom:3rem}}@media screen and (max-width:541px){.pepper-typography__colors:last-of-type{-ms-flex-item-align:end;align-self:flex-end}}.pepper-typography__colors:last-of-type .pepper-typography__color{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.pepper-typography__colors:last-of-type .pepper-typography__color .pepper-typography__arrow{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.pepper-typography__color{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.pepper-typography__color:not(:last-of-type){margin-bottom:12rem}@media screen and (max-width:1025px){.pepper-typography__color:not(:last-of-type){margin-bottom:4.2rem}}.pepper-typography__round{width:12rem;height:12rem;background-color:var(--color);border-radius:50%}@media screen and (max-width:1025px){.pepper-typography__round{width:6rem;height:6rem}}.pepper-typography__arrow{position:relative;width:15rem;height:2px;background-color:#b5b5b6}@media screen and (max-width:1025px){.pepper-typography__arrow{width:7.5rem}}.pepper-typography__arrow:after,.pepper-typography__arrow:before{content:"";position:absolute;display:block;width:10px;height:2px;background-color:#b5b5b6;border-radius:2px}.pepper-typography__arrow:before{top:-3px;inset-inline-end:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.pepper-typography__arrow:after{bottom:-3px;inset-inline-end:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.pepper-footer{margin-bottom:38rem}.pepper-footer__thanks{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:36.4rem;color:var(--white)}@media screen and (max-width:1025px){.pepper-footer__thanks{height:25rem}}@media screen and (max-width:541px){.pepper-footer__thanks{height:15rem}}.pepper-footer__thanks img,.pepper-footer__thanks picture{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:541px){.pepper-footer__thanks img,.pepper-footer__thanks picture{-o-object-fit:fill;object-fit:fill}}.pepper-footer__thanks>.medium-heading{position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-weight:400}@media screen and (max-width:541px){.pepper-footer__thanks>.medium-heading{-webkit-margin-start:3rem;margin-inline-start:3rem}}.pollardi{padding-bottom:40rem}@media screen and (max-width:1025px){.pollardi{padding-bottom:30rem}}.pollardi-big-section{padding:15rem 0}@media screen and (max-width:1025px){.pollardi-big-section{padding:8rem 0}}@media screen and (max-width:541px){.pollardi-big-section{padding:6rem 0}}.pollardi-picture,.pollardi-picture>img{width:100%}.pollardi-big-heading{font-size:10rem;font-family:Oranienbaum,sans-serif;font-weight:400;line-height:1.3}@media screen and (max-width:1025px){.pollardi-big-heading{font-size:4rem}}.pollardi-medium-heading{position:relative;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;font-size:8rem;font-family:Oranienbaum,sans-serif;font-weight:400;line-height:1.3}@media screen and (max-width:1025px){.pollardi-medium-heading{font-size:3.5rem}}@media screen and (max-width:541px){.pollardi-medium-heading{font-size:3rem}}.pollardi-medium-heading:after{content:"";position:absolute;bottom:-1.5rem;inset-inline-start:0;width:17rem;height:2px;background-color:#333;border-radius:2px}@media screen and (max-width:1025px){.pollardi-medium-heading:after{bottom:-1rem;width:6rem;height:1px}}.pollardi-list{-webkit-margin-start:30px;margin-inline-start:30px;list-style-type:disc}.pollardi-list li:not(:last-of-type){margin-bottom:1.6rem}.pollardi-list li>.medium-text{font-weight:500}.pollardi .medium-text{font-family:Raleway;font-weight:300}@media screen and (max-width:1025px){.pollardi>section .adapt-flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pollardi>section .adapt-fw{width:100%}}.pollardi-top{position:relative;height:calc(100vh - 11rem);color:var(--white)}@media screen and (max-width:1025px){.pollardi-top{height:calc(100vh - 4.6rem)}}@media screen and (max-width:541px){.pollardi-top{height:calc(100vh - 6rem)}}.pollardi-top__background{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}.pollardi-top__background>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:541px){.pollardi-top__background>img{max-width:unset;width:calc(100% + 1px)}}.pollardi-top__logo{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.pollardi-top__logo>img{width:10rem}@media screen and (max-width:541px){.pollardi-top__logo>img{width:7rem}}.pollardi-top__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:auto;margin-bottom:5.2rem}@media screen and (max-width:1025px){.pollardi-top__inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:3rem;margin:6.4rem 0 10rem;height:100%}}@media screen and (max-width:541px){.pollardi-top__inner{margin:3rem 0 7rem}}.pollardi-top__inner>.medium-heading{margin-bottom:0;line-height:1}.pollardi-top .container{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.pollardi-top .container .bread-crumbs{padding-top:5.6rem}@media screen and (max-width:1025px){.pollardi-top .container .bread-crumbs{padding-top:4rem}}@media screen and (max-width:541px){.pollardi-top .container .bread-crumbs{padding-top:2.7rem}}.pollardi-about>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1025px){.pollardi-about>.container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4rem}}.pollardi-about__text{width:50%}.pollardi-typography>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:11rem}.pollardi-typography__fonts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30rem}@media screen and (max-width:1025px){.pollardi-typography__fonts{gap:13rem}}@media screen and (max-width:541px){.pollardi-typography__fonts{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:6rem}}.pollardi-typography__font{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}.pollardi-typography__font>span:nth-of-type(2){font-size:8rem;line-height:1.3}@media screen and (max-width:1025px){.pollardi-typography__font>span:nth-of-type(2){font-size:3.5rem}}@media screen and (max-width:541px){.pollardi-typography__font>span:nth-of-type(2){font-size:3rem}}.pollardi-typography__font:first-of-type>span{font-family:Oranienbaum,sans-serif;font-weight:400}.pollardi-typography__font:first-of-type>span:first-of-type{font-size:3rem}@media screen and (max-width:1025px){.pollardi-typography__font:first-of-type>span:first-of-type{font-size:2rem}}@media screen and (max-width:1025px){.pollardi-typography__font:first-of-type>span:nth-of-type(2){font-size:3.6rem}}.pollardi-typography__font:first-of-type>span:last-of-type{font-size:4.8rem}@media screen and (max-width:1025px){.pollardi-typography__font:first-of-type>span:last-of-type{font-size:3.6rem}}.pollardi-typography__font:last-of-type>span{font-family:Raleway,sans-serif;font-weight:300}.pollardi-typography__font:last-of-type>span:first-of-type{font-size:2rem}@media screen and (max-width:1025px){.pollardi-typography__font:last-of-type>span:first-of-type{font-size:1.4rem}}@media screen and (max-width:1025px){.pollardi-typography__font:last-of-type>span:nth-of-type(2){font-size:2.5rem}}.pollardi-typography__font:last-of-type>span:last-of-type{font-size:2rem}@media screen and (max-width:1025px){.pollardi-typography__font:last-of-type>span:last-of-type{font-size:1.6rem}}.pollardi-typography__color,.pollardi-typography__colors{display:-webkit-box;display:-ms-flexbox;display:flex}.pollardi-typography__color{--size:20rem;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:3rem;width:var(--size);height:var(--size);background-color:var(--background)}@media screen and (max-width:1025px){.pollardi-typography__color{--size:14rem;padding-bottom:1.5rem}}@media screen and (max-width:541px){.pollardi-typography__color{--size:11rem;padding-bottom:1rem}}.pollardi-video video{width:100%}@media screen and (max-width:1025px){.pollardi-video video{height:68rem;-o-object-fit:cover;object-fit:cover}}@media screen and (max-width:541px){.pollardi-video video{height:48rem}}.pollardi-catalogue{position:relative;padding-bottom:0}.pollardi-catalogue .pollardi-medium-heading{position:absolute;top:32.3rem;inset-inline-end:25rem}@media screen and (max-width:1025px){.pollardi-catalogue .pollardi-medium-heading{top:8rem;inset-inline-end:6.2rem}}@media screen and (max-width:541px){.pollardi-catalogue .pollardi-medium-heading{position:relative;inset:unset;inset-inline-end:unset;margin-bottom:7rem}}@media (min-width:542px){.pollardi-catalogue .pollardi-medium-heading:after{inset-inline-start:unset;inset-inline-end:0}}.pollardi-catalogue__images{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;width:100%;overflow:hidden}@media screen and (max-width:1025px){.pollardi-catalogue__images{gap:1rem}}.pollardi-catalogue__images>img:first-of-type{width:120rem}@media screen and (max-width:1025px){.pollardi-catalogue__images>img:first-of-type{width:40rem}}@media screen and (max-width:541px){.pollardi-catalogue__images>img:first-of-type{display:none}}.pollardi-catalogue__images>img:nth-of-type(2){width:100%}.pollardi-catalogue__abs{position:absolute;top:58rem;inset-inline-end:-33.5rem;z-index:2;width:102.4rem}@media screen and (max-width:1025px){.pollardi-catalogue__abs{top:10rem;inset-inline-end:0;width:35.5rem}}@media screen and (max-width:541px){.pollardi-catalogue__abs{display:none}}.pollardi-catalogue__phone>img{position:absolute;top:250rem;inset-inline-start:17.3rem;z-index:2;width:50rem}@media screen and (max-width:1025px){.pollardi-catalogue__phone>img{top:84rem;inset-inline-start:5.5rem;width:20rem}}@media screen and (max-width:541px){.pollardi-catalogue__phone>img{position:relative;inset:unset;inset-inline-start:unset;z-index:2;width:100%;margin-top:-25rem}}.pollardi-statistics{padding:18rem 0 25rem;background-color:#f3f3f3}@media screen and (max-width:1025px){.pollardi-statistics{padding:10rem 0 16rem}}.pollardi-statistics__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:27rem}@media screen and (max-width:1025px){.pollardi-statistics__grid{grid-gap:5rem}}@media screen and (max-width:541px){.pollardi-statistics__grid{width:94vw;overflow:scroll}}.pollardi-statistics__grid::-webkit-scrollbar{display:none}@media screen and (max-width:541px){.pollardi-statistics__item{width:68vw}}.pollardi-statistics__item .pollardi-medium-heading{margin-bottom:3rem}.pollardi-statistics__item .pollardi-medium-heading:after{content:unset}.pollardi-expertise{padding-bottom:10rem}.pollardi-expertise__track{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;overflow:hidden}@media screen and (max-width:1025px){.pollardi-expertise__track{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10rem}}@media (min-width:1025px){.pollardi-expertise__track_active .pollardi-expertise__slide_left{margin-left:-100vw;opacity:0}.pollardi-expertise__track_active .pollardi-expertise__slide_right{opacity:1}}.pollardi-expertise__slide{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;gap:14rem;width:100vw;-webkit-box-flex:0;-ms-flex:none;flex:none;-webkit-transition:1.5s cubic-bezier(0.23,0.77,0.71,1.02);-o-transition:1.5s cubic-bezier(0.23,0.77,0.71,1.02);transition:1.5s cubic-bezier(0.23,0.77,0.71,1.02)}@media screen and (max-width:1025px){.pollardi-expertise__slide{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6rem;-webkit-transition:none;-o-transition:none;transition:none}}.pollardi-expertise__slide_left .pollardi-expertise__image .pollardi-expertise__pointer{inset-inline-end:3.4rem}.pollardi-expertise__slide_left .pollardi-expertise__image>img{border-top-right-radius:35rem}@media screen and (max-width:1025px){.pollardi-expertise__slide_left .pollardi-expertise__image>img{border-top-right-radius:20rem}}@media screen and (max-width:541px){.pollardi-expertise__slide_left .pollardi-expertise__image>img{border-top-right-radius:15rem}}.pollardi-expertise__slide_right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;opacity:0}@media screen and (max-width:1025px){.pollardi-expertise__slide_right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;opacity:1}}.pollardi-expertise__slide_right .pollardi-expertise__image .pollardi-expertise__pointer{inset-inline-start:3.4rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.pollardi-expertise__slide_right .pollardi-expertise__image .pollardi-expertise__pointer>svg{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.pollardi-expertise__slide_right .pollardi-expertise__image>img{border-top-left-radius:35rem}@media screen and (max-width:1025px){.pollardi-expertise__slide_right .pollardi-expertise__image>img{border-top-left-radius:20rem}}@media screen and (max-width:541px){.pollardi-expertise__slide_right .pollardi-expertise__image>img{border-top-left-radius:15rem}}.pollardi-expertise__content{padding-top:6rem;width:40%}@media screen and (max-width:1025px){.pollardi-expertise__content{padding:0 6.2rem;width:100%}}@media screen and (max-width:541px){.pollardi-expertise__content{padding:0 2.3rem}}.pollardi-expertise__content .pollardi-medium-heading{margin-bottom:10rem}@media screen and (max-width:1025px){.pollardi-expertise__content .pollardi-medium-heading{position:absolute;top:50rem;inset-inline-start:6.2rem;color:var(--white)}.pollardi-expertise__content .pollardi-medium-heading:after{content:unset}}@media screen and (max-width:541px){.pollardi-expertise__content .pollardi-medium-heading{top:40rem;inset-inline-start:unset;inset-inline-end:2.3rem}}.pollardi-expertise__image{position:relative;width:calc(50% - 14rem);cursor:pointer}@media screen and (max-width:1025px){.pollardi-expertise__image{width:100%}}.pollardi-expertise__image:hover .pollardi-expertise__pointer>svg{width:28rem}.pollardi-expertise__image>img{width:100%}@media screen and (max-width:1025px){.pollardi-expertise__image>img{height:63rem!important;-o-object-fit:cover;object-fit:cover}}@media screen and (max-width:541px){.pollardi-expertise__image>img{height:48rem!important}}.pollardi-expertise__pointer{position:absolute;top:41.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:4rem}@media screen and (max-width:1025px){.pollardi-expertise__pointer{display:none}}.pollardi-expertise__pointer span{font-family:Oranienbaum;font-weight:400;font-size:6rem;line-height:1.4rem;color:var(--white)}.pollardi-expertise__pointer svg{width:26rem;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.pollardi-banner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:28.7rem;background-color:#eaeaea}@media screen and (max-width:1025px){.pollardi-banner{height:40rem}}.pollardi-banner>svg{width:20rem}@media screen and (max-width:1025px){.pollardi-banner>svg{width:10rem}}.pollardi-banner>svg>path{fill:#000}.pollardi-main{position:relative}.pollardi-main>.pollardi-medium-heading{position:absolute;top:13.4rem;inset-inline-end:32rem;color:var(--white)}@media screen and (max-width:1025px){.pollardi-main>.pollardi-medium-heading{top:7.2rem;inset-inline-end:6.2rem}}@media screen and (max-width:541px){.pollardi-main>.pollardi-medium-heading{top:10rem;inset-inline-start:2.3rem;inset-inline-end:unset}}.pollardi-main>.pollardi-medium-heading:after{background-color:var(--white)}@media (min-width:542px){.pollardi-main>.pollardi-medium-heading:after{inset-inline-start:unset;inset-inline-end:0}}.pollardi-main__welcome{width:100%}@media screen and (max-width:1025px){.pollardi-main__welcome{height:56rem!important;-o-object-fit:cover;object-fit:cover}}.pollardi-main__screens{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:-37rem}@media screen and (max-width:1025px){.pollardi-main__screens{margin-top:-20rem}}@media screen and (max-width:541px){.pollardi-main__screens{margin-top:-15rem}}.pollardi-main__screens>img:first-of-type{width:137rem;-webkit-filter:drop-shadow(0px 30px 60px rgba(78,78,78,.25));filter:drop-shadow(0px 30px 60px rgba(78,78,78,0.25))}@media screen and (max-width:1025px){.pollardi-main__screens>img:first-of-type{width:53rem}}@media screen and (max-width:541px){.pollardi-main__screens>img:first-of-type{display:none}}.pollardi-main__screens>img:last-of-type{width:46rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media screen and (max-width:1025px){.pollardi-main__screens>img:last-of-type{width:17rem}}@media screen and (max-width:541px){.pollardi-main__screens>img:last-of-type{width:100%}}.pollardi-others{position:relative;padding:17rem 0 38rem}@media screen and (max-width:1025px){.pollardi-others{padding:14rem 0 45rem}}@media screen and (max-width:541px){.pollardi-others{padding:8rem 0 12rem;overflow-x:clip}}.pollardi-others>.pollardi-others__screen{position:absolute;top:130rem;inset-inline-end:0;z-index:3}@media screen and (max-width:1025px){.pollardi-others>.pollardi-others__screen{top:60rem}}.pollardi-others__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:25rem}@media screen and (max-width:1025px){.pollardi-others__container{padding-right:6.2rem}}@media screen and (max-width:541px){.pollardi-others__container{padding:0 2.3rem}}.pollardi-others__container .pollardi-others__screen{margin-top:30rem}@media screen and (max-width:1025px){.pollardi-others__container .pollardi-others__screen{margin-top:0}}@media (min-width:542px){.pollardi-others__container .pollardi-medium-heading:after{inset-inline-start:unset;inset-inline-end:0}}.pollardi-others__screen{width:110rem}@media screen and (max-width:1025px){.pollardi-others__screen{width:50rem}}@media screen and (max-width:541px){.pollardi-others__screen{display:none}}.pollardi-others__phone{position:absolute;top:63rem;inset-inline-end:23rem;width:35rem}@media screen and (max-width:1025px){.pollardi-others__phone{top:25rem;inset-inline-end:6.2rem;width:17rem}}@media screen and (max-width:541px){.pollardi-others__phone{position:relative;inset:unset;inset-inline-end:-10rem;margin-top:8rem;width:35rem}}.pollardi-thanks{position:relative;z-index:1}.pollardi-thanks .pollardi-big-heading{position:absolute;bottom:16rem;inset-inline-start:25rem;color:var(--white)}@media screen and (max-width:1025px){.pollardi-thanks .pollardi-big-heading{bottom:6rem;inset-inline-start:6.2rem}}@media screen and (max-width:541px){.pollardi-thanks .pollardi-big-heading{inset-inline-start:2.3rem}}.pollardi-thanks__background{width:100%}@media screen and (max-width:1025px){.pollardi-thanks__background{height:50rem!important;-o-object-fit:cover;object-fit:cover}}@media screen and (max-width:541px){.pollardi-thanks__background{height:42rem!important;-o-object-fit:cover;object-fit:cover}}.topsity{padding-bottom:40rem}@media screen and (max-width:1025px){.topsity{padding-bottom:30rem}}.topsity .medium-text{font-size:2.5rem}@media screen and (max-width:1025px){.topsity .medium-text{font-size:1.4rem}}.topsity-big-section{padding:20rem 0}@media screen and (max-width:1025px){.topsity-big-section{padding:10rem 0}}.topsity-small-section{padding:18rem 0}@media screen and (max-width:1025px){.topsity-small-section{padding:8rem 0}}.topsity-line{position:relative}.topsity-line:before{content:"";position:absolute;top:0;width:59rem;height:1px;background-color:#1b2830}@media screen and (max-width:1025px){.topsity-line:before{width:20rem}}@media screen and (max-width:541px){.topsity-line:before{width:11rem}}.topsity-line_left:before{inset-inline-start:0}.topsity-line_right:before{inset-inline-end:0}.topsity-heading{margin-bottom:5rem}@media screen and (max-width:1025px){.topsity-heading{margin-bottom:4rem}}.topsity-list{-webkit-margin-start:30px;margin-inline-start:30px;list-style-type:disc}.topsity-big-text{font-weight:800;font-size:8rem;line-height:130%;text-transform:uppercase}@media screen and (max-width:1025px){.topsity-big-text{font-size:4rem}}@media screen and (max-width:541px){.topsity-big-text{font-size:3rem}}.topsity-big-text_mg{margin-bottom:10rem}@media screen and (max-width:1025px){.topsity-big-text_mg{margin-bottom:5rem}}.topsity-big-text_green{color:var(--white)}.topsity-big-text_green>strong{color:#d7ff65}.topsity-big-text_blue{color:#1b2830}.topsity-big-text_blue>strong{color:#d0d4d7}@media screen and (max-width:1025px){.topsity>section .adapt-flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.topsity>section .adapt-fw{width:100%}}.topsity.app_grey{background:#202020}.topsity-top,.topsity.app_grey .presentation-block__name .medium-text{color:var(--white)}.topsity-top{position:relative;height:calc(100vh - 11rem)}@media screen and (max-width:1025px){.topsity-top{height:calc(100vh - 4.6rem)}}@media screen and (max-width:541px){.topsity-top{height:calc(100vh - 6rem)}}.topsity-top__background{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}.topsity-top__background>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.topsity-top__logo{padding:3.4rem 2.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:var(--white);border-radius:10px}@media screen and (max-width:1025px){.topsity-top__logo{padding:2.3rem 1.7rem}}@media screen and (max-width:541px){.topsity-top__logo{padding:2.3rem}}.topsity-top__logo>img{width:17rem}@media screen and (max-width:1025px){.topsity-top__logo>img{width:10.6rem}}.topsity-top__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:auto;margin-bottom:14rem}@media screen and (max-width:1025px){.topsity-top__inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:6.4rem 0 10rem;height:100%}}@media screen and (max-width:541px){.topsity-top__inner{margin:3rem 0 7rem}}.topsity-top__inner>.medium-heading{margin-bottom:0;line-height:1}.topsity-top .container{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.topsity-top .container .bread-crumbs{padding-top:5.6rem}@media screen and (max-width:1025px){.topsity-top .container .bread-crumbs{padding-top:4rem}}@media screen and (max-width:541px){.topsity-top .container .bread-crumbs{padding-top:2.7rem}}.topsity-about{position:relative;padding:15rem 0 23rem;color:var(--white)}@media screen and (max-width:1025px){.topsity-about{padding:10rem 0}}.topsity-about .container{position:relative;z-index:2}.topsity-about .topsity-team{margin-bottom:12rem}@media screen and (max-width:1025px){.topsity-about .topsity-team{margin-bottom:8rem}}.topsity-about .topsity-characteristics__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem}@media screen and (max-width:1025px){.topsity-about .topsity-characteristics__grid{grid-template-columns:repeat(2,1fr);grid-gap:1rem 2rem;margin-bottom:8rem}}@media screen and (max-width:541px){.topsity-about .topsity-characteristics__grid{grid-template-columns:repeat(1,1fr);grid-gap:1rem}}.topsity-about__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10rem}@media screen and (max-width:1025px){.topsity-about__info{margin-bottom:7rem}}@media screen and (max-width:541px){.topsity-about__info{margin-bottom:5rem}}.topsity-about__info .topsity-big-text{max-width:94rem}.topsity-about__background{position:absolute;top:0;left:0;width:100%;height:100%}.topsity-about__background>img{width:100%;height:100%!important;-o-object-fit:cover;object-fit:cover}.topsity-characteristics__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.topsity-characteristics__item>.middle-text:last-of-type{color:#c4c8c7}.topsity-characteristics__item>.middle-text:first-of-type{color:var(--white)!important;font-weight:700}.topsity-rounded-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2.5rem;padding:.5rem;height:8rem;background-color:hsla(0,0%,100%,.3);border-radius:4rem}@media screen and (max-width:1025px){.topsity-rounded-block{gap:2rem;height:6rem}}.topsity-rounded-block__circle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:7rem;height:7rem;-webkit-box-flex:0;-ms-flex:none;flex:none;background-color:var(--white);border-radius:50%}@media screen and (max-width:1025px){.topsity-rounded-block__circle{width:5rem;height:5rem}}.topsity-rounded-block__circle>.medium-text{color:#233133}.topsity-rounded-block__circle>img{width:3rem}@media screen and (max-width:1025px){.topsity-rounded-block__circle>img{width:2rem}}.topsity-format{position:relative;color:var(--white)}.topsity-format .container{position:relative;z-index:2}.topsity-format__background{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}.topsity-format__background>img{width:100%;height:100%!important;-o-object-fit:cover;object-fit:cover}.topsity-format__slides{margin:30rem auto 0;max-width:calc(100% - 20rem)}@media screen and (max-width:1025px){.topsity-format__slides{margin:10rem auto 0;max-width:100%}}.topsity-format__slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.topsity-format__slide>.medium-text{max-width:58rem}.topsity-format__slide .topsity-characteristics{width:46rem}@media screen and (max-width:1025px){.topsity-format__slide .topsity-characteristics{width:100%}}.topsity-format__slide .topsity-characteristics__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem}@media screen and (max-width:1025px){.topsity-format__slide .topsity-characteristics__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;margin-top:4rem}}@media screen and (max-width:541px){.topsity-format__slide .topsity-characteristics__grid{grid-template-columns:repeat(1,1fr);grid-gap:1rem}}.topsity-numbered-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10rem}@media screen and (max-width:1025px){.topsity-numbered-heading{margin-bottom:4rem}.topsity-numbered-heading .medium-text{font-weight:500}}.topsity-aspects__more{margin-top:10rem}.topsity-aspects__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;color:#3498db}@media screen and (max-width:541px){.topsity-aspects__item{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}}.topsity-aspects__item:not(:last-of-type){margin-bottom:2rem}.topsity-aspects__item>.middle-text{max-width:calc(100% - 60rem)}@media screen and (max-width:1025px){.topsity-aspects__item>.middle-text{max-width:calc(100% - 24rem)}}@media screen and (max-width:541px){.topsity-aspects__item>.middle-text{max-width:100%}}.topsity-aspects__point{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:58rem;height:8rem;background-color:var(--light-grey);border-radius:40px}@media screen and (max-width:1025px){.topsity-aspects__point{width:22rem;height:4rem}}@media screen and (max-width:541px){.topsity-aspects__point{width:100%}}.topsity-stages{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;margin-top:5rem}@media screen and (max-width:1025px){.topsity-stages{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:541px){.topsity-stages{grid-template-columns:repeat(1,1fr);grid-gap:1rem}}.topsity-stages__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:4.5rem 3rem;aspect-ratio:1/1;background-color:var(--light-grey);border-radius:20px}@media screen and (max-width:1025px){.topsity-stages__item{aspect-ratio:3.3/2.5;border-radius:1rem}}.topsity-stages__item>.medium-text:first-of-type{font-size:3rem;font-weight:700}@media screen and (max-width:1025px){.topsity-stages__item>.medium-text:first-of-type{font-size:1.6rem}}.topsity-track{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto}.topsity-track::-webkit-scrollbar{display:none}.topsity-track__item{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}.topsity-points{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem}.topsity-points__item{padding:2rem 2.5rem;background-color:var(--light-grey);border-radius:40px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width:1025px){.topsity-points__item{padding:1rem}}@media screen and (max-width:541px){.topsity-points__item{width:100%;border-radius:20px}}.topsity-points__item:hover{color:var(--white);background-color:#3498db}.topsity-map{position:relative;padding:15rem 0}@media screen and (max-width:1025px){.topsity-map{padding:5rem 0 15rem}}@media screen and (max-width:541px){.topsity-map{padding:5rem 0 10rem}}.topsity-map__point{position:absolute}.topsity-map__point:first-child{top:1.5rem;inset-inline-start:0;width:23rem}@media screen and (max-width:1025px){.topsity-map__point:first-child{top:-1.8rem;inset-inline-start:7rem;width:15rem}.topsity-map__point:first-child:before{inset-inline-start:unset;inset-inline-end:-1rem;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}}@media screen and (max-width:541px){.topsity-map__point:first-child{inset-inline-start:0;width:13rem}}.topsity-map__point:nth-child(2){bottom:1.7rem;inset-inline-start:56rem}@media screen and (max-width:1025px){.topsity-map__point:nth-child(2){bottom:80rem;inset-inline-start:41.7rem}.topsity-map__point:nth-child(2):before{inset-inline-start:unset;inset-inline-end:-1rem;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}}@media screen and (max-width:541px){.topsity-map__point:nth-child(2){bottom:93.2rem;inset-inline-start:-0.5rem}}.topsity-map__point:nth-child(3){top:1.5rem;inset-inline-start:88.5rem}@media screen and (max-width:1025px){.topsity-map__point:nth-child(3){top:45rem;inset-inline-start:8.8rem}}@media screen and (max-width:541px){.topsity-map__point:nth-child(3){top:114.5rem;inset-inline-start:24rem}}.topsity-map__point:nth-child(4){bottom:1.7rem;inset-inline-start:114.5rem}@media screen and (max-width:1025px){.topsity-map__point:nth-child(4){bottom:29.5rem;inset-inline-start:48.5rem}.topsity-map__point:nth-child(4):before{inset-inline-start:unset;inset-inline-end:-1rem;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}}@media screen and (max-width:541px){.topsity-map__point:nth-child(4){bottom:11rem;inset-inline-start:0rem}}.topsity-map__point:before{content:"";position:absolute;top:1rem;width:2rem;height:2rem;background-color:var(--white);border-radius:50%}@media screen and (max-width:1025px){.topsity-map__point:before{top:.5rem;width:1rem;height:1rem}}.topsity-map__point_left:before{inset-inline-start:-2rem;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}@media screen and (max-width:1025px){.topsity-map__point_left:before{inset-inline-start:-1rem}}.topsity-map__point_right:before{inset-inline-end:8rem}.topsity-map__point>.medium-text{max-width:24rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:541px){.topsity-map__point>.medium-text{max-width:14rem}}.topsity-map__line{position:absolute;top:50%;inset-inline-start:14.5rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:1;width:97.2rem}.topsity-map__line>img{width:100%}@media screen and (max-width:1025px){.topsity-map__line{top:-1rem;inset-inline-start:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:50rem}}@media screen and (max-width:541px){.topsity-map__line{width:20rem}}.topsity-map__grid{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;gap:9rem}@media screen and (max-width:1025px){.topsity-map__grid{gap:14rem;-ms-flex-wrap:wrap;flex-wrap:wrap;width:50rem;margin:0 auto}}@media screen and (max-width:541px){.topsity-map__grid{gap:8rem;width:100%}}.topsity-map__card{border:5px solid var(--white);border-radius:20px;overflow:hidden;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width:1025px){.topsity-map__card{width:calc(50% - 7rem)}.topsity-map__card:nth-of-type(2n){-webkit-transform:translateY(60%);-ms-transform:translateY(60%);transform:translateY(60%)}}@media screen and (max-width:541px){.topsity-map__card{width:18rem}.topsity-map__card:nth-of-type(2n){-webkit-transform:none;-ms-transform:none;transform:none;-webkit-margin-start:auto;margin-inline-start:auto}}.topsity-map__card_rotate{-webkit-transform:translateY(-5%) rotate(7deg)!important;-ms-transform:translateY(-5%) rotate(7deg)!important;transform:translateY(-5%) rotate(7deg)!important}@media screen and (max-width:1025px){.topsity-map__card_rotate{-webkit-transform:translateY(60%) rotate(7deg)!important;-ms-transform:translateY(60%) rotate(7deg)!important;transform:translateY(60%) rotate(7deg)!important}}@media screen and (max-width:541px){.topsity-map__card_rotate{-webkit-transform:translateY(-5%) rotate(7deg)!important;-ms-transform:translateY(-5%) rotate(7deg)!important;transform:translateY(-5%) rotate(7deg)!important}}.topsity-map__card>img{width:100%;height:100%!important;-o-object-fit:cover;object-fit:cover}.topsity-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem}@media screen and (max-width:1025px){.topsity-cards{grid-template-columns:repeat(1,1fr)}}.topsity-cards__item{border-radius:20px}@media screen and (max-width:1025px){.topsity-cards__item{aspect-ratio:62/27}}@media screen and (max-width:541px){.topsity-cards__item{aspect-ratio:35/50}}.topsity-cards__item>img,.topsity-cards__item>video{width:100%;height:100%!important;-o-object-fit:cover;object-fit:cover;border-radius:inherit}.topsity-decor{position:relative;padding:10rem 0}@media screen and (max-width:1025px){.topsity-decor{padding:4rem 2rem}}@media screen and (max-width:541px){.topsity-decor{padding:6rem 3rem 8rem}}.topsity-decor>.container{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.topsity-decor__logo{margin-bottom:33.5rem;width:22rem}@media screen and (max-width:1025px){.topsity-decor__logo{margin-bottom:16.7rem;width:11.5rem}}@media screen and (max-width:541px){.topsity-decor__logo{margin-bottom:27.7rem}}.topsity-decor__logo>svg{width:100%}.topsity-decor__text{-webkit-margin-start:auto;margin-inline-start:auto;color:var(--white)}@media screen and (max-width:541px){.topsity-decor__text{-webkit-margin-start:unset;margin-inline-start:unset}}.topsity-decor__background{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:calc(100% - 4rem);height:100%}@media screen and (max-width:1025px){.topsity-decor__background{width:calc(100% - 10.4rem)}}@media screen and (max-width:541px){.topsity-decor__background{width:calc(100% - 4.6rem)}}.topsity-decor__background>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:541px){.topsity-decor__background>img{border-radius:20px}}.topsity-design{position:relative}.topsity-design .container{position:absolute;bottom:133.3rem;inset-inline-start:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);color:var(--white)}@media screen and (max-width:1025px){.topsity-design .container{bottom:118rem}}@media screen and (max-width:541px){.topsity-design .container{bottom:106.8rem}}.topsity-design__background,.topsity-design__background>img,.topsity-design__bottom,.topsity-design__bottom>img{width:100%}.topsity-design__bottom{position:absolute;bottom:0;inset-inline-start:0}.topsity-typography{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:541px){.topsity-typography{-ms-flex-wrap:wrap;flex-wrap:wrap}}.topsity-typography__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;width:calc((34rem * 2) + 2rem)}@media screen and (max-width:1025px){.topsity-typography__grid{width:calc((14rem * 2) + 2rem)}}@media screen and (max-width:541px){.topsity-typography__grid{width:100%;margin-bottom:5rem}}.topsity-typography__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:3rem 4rem;aspect-ratio:34/27;background-color:var(--background);border-radius:20px}@media screen and (max-width:1025px){.topsity-typography__item{padding:2rem;aspect-ratio:1/1;border-radius:10px}}.topsity-typography__item>.medium-text{font-weight:700}.topsity-typography__item_light{color:var(--white)}.topsity-typography__item_dark{color:#1b2830}.topsity-typography__font{width:58rem}@media screen and (max-width:1025px){.topsity-typography__font{width:28rem}}@media screen and (max-width:541px){.topsity-typography__font{margin:0 auto}}.topsity-tech .presentation-block__name .medium-text{font-size:3rem;font-weight:700;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width:1025px){.topsity-tech .presentation-block__name .medium-text{font-size:2.5rem}}@media screen and (max-width:541px){.topsity-tech .presentation-block__name .medium-text{font-size:2rem}}.topsity-tech .case-detail__skill .medium-text{font-size:2rem;font-weight:700}@media screen and (max-width:1025px){.topsity-tech .case-detail__skill .medium-text{font-size:1.2rem}}.topsity-thanks{position:relative}.topsity-thanks__background,.topsity-thanks__background>img{width:100%}.topsity-thanks__inner{position:absolute;top:10rem;inset-inline-start:25rem}@media screen and (max-width:1025px){.topsity-thanks__inner{top:4rem;inset-inline-start:6.2rem}}@media screen and (max-width:541px){.topsity-thanks__inner{top:10rem;inset-inline-start:2.2rem}}.topsity-thanks__inner>svg{width:20rem}@media screen and (max-width:1025px){.topsity-thanks__inner>svg{width:11.5rem}}.topsity-thanks__inner>.topsity-big-text{margin-top:14rem}@media screen and (max-width:1025px){.topsity-thanks__inner>.topsity-big-text{margin-top:6rem}}.viridis{padding-bottom:40rem}@media screen and (max-width:1025px){.viridis{padding-bottom:30rem}}.viridis-big-section{padding:10rem 0}@media screen and (max-width:1025px){.viridis-big-section{padding:5rem 0}}@media screen and (max-width:541px){.viridis-big-section{padding:7rem 0}}.viridis-no-overflow{overflow:unset!important}.viridis-picture,.viridis-picture>img{width:100%}.viridis-heading{margin-bottom:6rem;font-size:4rem}@media screen and (max-width:1025px){.viridis-heading{margin-bottom:4rem;font-size:2.5rem}}.viridis>section{overflow-x:hidden}@media screen and (max-width:1025px){.viridis>section .adapt-flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.viridis>section .adapt-fw{width:100%}}.viridis-top{position:relative;height:calc(100vh - 11rem);margin-bottom:10rem;color:var(--white)}@media screen and (max-width:1025px){.viridis-top{height:calc(100vh - 4.6rem)}}@media screen and (max-width:541px){.viridis-top{height:calc(100vh - 6rem)}}@media screen and (max-width:1025px){.viridis-top{margin-bottom:0}}@media screen and (max-width:541px){.viridis-top{margin-bottom:4rem}}.viridis-top__background{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}.viridis-top__background>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.viridis-top__logo{padding:3.4rem 2.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:var(--white);border-radius:10px}@media screen and (max-width:1025px){.viridis-top__logo{padding:2.3rem 1.7rem}}@media screen and (max-width:541px){.viridis-top__logo{padding:2.3rem}}.viridis-top__logo>img{width:17rem}@media screen and (max-width:1025px){.viridis-top__logo>img{width:10.6rem}}.viridis-top__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:auto;margin-bottom:14rem}@media screen and (max-width:1025px){.viridis-top__inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:6.4rem 0 10rem;height:100%}}@media screen and (max-width:541px){.viridis-top__inner{margin:3rem 0 7rem}}.viridis-top__inner>.medium-heading{margin-bottom:0;line-height:1}.viridis-top .container{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.viridis-top .container .bread-crumbs{padding-top:5.6rem}@media screen and (max-width:1025px){.viridis-top .container .bread-crumbs{padding-top:4rem}}@media screen and (max-width:541px){.viridis-top .container .bread-crumbs{padding-top:2.7rem}}.viridis-about{position:relative}.viridis-about>.container{padding-bottom:24rem}@media screen and (max-width:1025px){.viridis-about>.container{padding-bottom:45rem}}@media screen and (max-width:541px){.viridis-about>.container{padding-bottom:40.5rem}}.viridis-about__content{position:relative;z-index:2;width:70rem}.viridis-about__image{position:absolute;top:-5rem;inset-inline-end:-79rem;width:250rem}@media screen and (max-width:1025px){.viridis-about__image{top:auto;bottom:5rem;inset-inline-end:-5.7rem;width:93rem}}@media screen and (max-width:541px){.viridis-about__image{bottom:7rem;inset-inline-end:-39rem}}.viridis-about__image>img{width:100%;aspect-ratio:25/10}.viridis-about__statistics{display:-webkit-box;display:-ms-flexbox;display:flex;gap:14rem;margin-top:7rem}@media screen and (max-width:1025px){.viridis-about__statistics{margin-top:5rem;gap:12rem}}@media screen and (max-width:541px){.viridis-about__statistics{gap:6rem}}.viridis-about__statistic>.medium-heading{margin-bottom:.7rem;font-weight:500}.viridis-about__statistic:first-of-type>.medium-heading{color:#00933c}.viridis-about__statistic:last-of-type>.medium-heading{color:#3498db}.viridis-apps__header{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20rem;margin-bottom:14rem}@media screen and (max-width:1025px){.viridis-apps__header{gap:7rem;margin-bottom:8rem}}@media screen and (max-width:541px){.viridis-apps__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5rem;margin-bottom:5rem}}.viridis-apps__header>.medium-text{width:82rem}@media screen and (max-width:1025px){.viridis-apps__header>.medium-text{width:calc(100% - 16rem)}}@media screen and (max-width:541px){.viridis-apps__header>.medium-text{width:100%}}.viridis-apps__logo{width:16rem}@media screen and (max-width:1025px){.viridis-apps__logo{width:9rem}}.viridis-apps__logo>img{width:100%}@media (min-width:1025px){.viridis-design{overflow:unset!important}}.viridis-design__gallery{position:relative;z-index:1}.viridis-design__screens{width:100%}.viridis-design__screens>img{position:relative;z-index:5;width:100%}.viridis-design__background{position:absolute;top:18.5rem;inset-inline-start:0;z-index:1;width:100%}@media screen and (max-width:1025px){.viridis-design__background{top:0;width:100rem;max-width:unset!important}}@media screen and (max-width:541px){.viridis-design__background{top:27rem;width:83rem}}.viridis-design__bottom{margin-top:-25rem;width:100%}@media screen and (max-width:1025px){.viridis-design__bottom{margin-top:-10rem}}@media screen and (max-width:541px){.viridis-design__bottom{margin-top:-23rem;height:68.5rem!important;-o-object-fit:cover;object-fit:cover;-o-object-position:70% 0;object-position:70% 0}}.viridis-typography__present{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:21rem;margin-bottom:10rem}@media screen and (max-width:1025px){.viridis-typography__present{gap:16rem;margin-bottom:7.6rem}}@media screen and (max-width:541px){.viridis-typography__present{gap:4.3rem;margin-bottom:6rem}}.viridis-typography__present>img:first-of-type{width:27rem}@media screen and (max-width:1025px){.viridis-typography__present>img:first-of-type{width:16rem}}@media screen and (max-width:541px){.viridis-typography__present>img:first-of-type{width:13.5rem}}.viridis-typography__present>img:last-of-type{width:20rem}@media screen and (max-width:1025px){.viridis-typography__present>img:last-of-type{width:15rem}}@media screen and (max-width:541px){.viridis-typography__present>img:last-of-type{width:12.5rem}}.viridis-typography__grid{display:grid;grid:"a a b c d e e" "a a f g h j j";border-radius:20px;overflow:hidden}@media screen and (max-width:1025px){.viridis-typography__grid{border-radius:10px}}@media screen and (max-width:541px){.viridis-typography__grid{grid:"a a" "b f" "c g" "d h" "e j"}}.viridis-typography__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:2rem;background-color:var(--background)}@media screen and (max-width:541px){.viridis-typography__block{padding:1rem 2rem;min-height:10rem}}.viridis-typography__block>.medium-text{color:var(--white)}.viridis-typography__block>.medium-text:last-of-type{margin-top:auto}.viridis-typography__block:first-of-type{grid-area:a;padding-left:4rem;min-height:34rem}@media screen and (max-width:1025px){.viridis-typography__block:first-of-type{min-height:14rem}}@media screen and (max-width:541px){.viridis-typography__block:first-of-type{padding-left:2rem;min-height:10rem}}.viridis-typography__block:nth-of-type(2){grid-area:b}.viridis-typography__block:nth-of-type(3){grid-area:c}.viridis-typography__block:nth-of-type(4){grid-area:d}.viridis-typography__block:nth-of-type(5){grid-area:e}.viridis-typography__block:nth-of-type(6){grid-area:f}.viridis-typography__block:nth-of-type(7){grid-area:g}.viridis-typography__block:nth-of-type(8){grid-area:h}.viridis-typography__block:nth-of-type(9){grid-area:j}.viridis-typography__block:nth-of-type(9)>.medium-text{color:#bdbdbd}.viridis-video{display:-webkit-box;display:-ms-flexbox;display:flex}.viridis-video>video{margin:0 auto;width:calc(100% - 4rem);border-radius:40px}@media screen and (max-width:541px){.viridis-video>video{width:100%;border-radius:0;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}}.viridis-catalogue{position:relative}.viridis-catalogue__background{position:absolute;top:112rem;inset-inline-end:0;z-index:1;width:125rem}@media screen and (max-width:1025px){.viridis-catalogue__background{top:46rem;width:50rem}}@media screen and (max-width:541px){.viridis-catalogue__background{display:none}}.viridis-catalogue__screen>img{position:relative;z-index:2;width:136rem}@media screen and (max-width:1025px){.viridis-catalogue__screen>img{width:67rem}}.viridis-catalogue__phone{position:absolute;z-index:3;width:37.5rem}@media screen and (max-width:1025px){.viridis-catalogue__phone{width:18rem}}@media screen and (max-width:541px){.viridis-catalogue__phone{display:none}}.viridis-catalogue__phone:first-of-type{top:36rem;inset-inline-end:2rem}@media screen and (max-width:1025px){.viridis-catalogue__phone:first-of-type{top:24rem;inset-inline-end:0}}.viridis-catalogue__phone:nth-of-type(2){top:185rem;inset-inline-end:41rem}@media screen and (max-width:1025px){.viridis-catalogue__phone:nth-of-type(2){top:75rem;inset-inline-end:6.2rem}}.viridis-catalogue__phone:nth-of-type(3){bottom:0;inset-inline-end:2rem}@media screen and (max-width:1025px){.viridis-catalogue__phone:nth-of-type(3){bottom:19.2rem;inset-inline-end:0}}.viridis-cabinet{position:relative}.viridis-cabinet>.container{position:relative;z-index:5}.viridis-cabinet>.container>img{width:100%;margin-top:150rem}@media screen and (max-width:1025px){.viridis-cabinet>.container>img{margin-top:65rem}}@media screen and (max-width:541px){.viridis-cabinet>.container>img{display:none}}.viridis-cabinet__background{position:absolute;top:-11.6rem;inset-inline-start:-13rem;width:226rem;max-width:unset!important}@media screen and (max-width:1025px){.viridis-cabinet__background{top:0;width:115%}}@media screen and (max-width:541px){.viridis-cabinet__background{display:none}}.viridis-cabinet__screen{position:absolute}@media screen and (max-width:541px){.viridis-cabinet__screen{display:none}}.viridis-cabinet__screen:first-of-type{top:21.6rem;inset-inline-start:0;z-index:2;width:117rem}@media screen and (max-width:1025px){.viridis-cabinet__screen:first-of-type{top:13rem;width:58rem}}.viridis-cabinet__screen:nth-of-type(2){top:64rem;inset-inline-end:0;z-index:3;width:115rem}@media screen and (max-width:1025px){.viridis-cabinet__screen:nth-of-type(2){top:30rem;inset-inline-end:-5rem;width:53rem}}.viridis-cabinet__phones{position:absolute;bottom:86rem;inset-inline-start:-8rem;z-index:4;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem}@media screen and (max-width:1025px){.viridis-cabinet__phones{bottom:38rem;inset-inline-start:2rem;gap:.5rem}}@media screen and (max-width:541px){.viridis-cabinet__phones{position:static;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:0}}.viridis-cabinet__phone{width:37.5rem}@media screen and (max-width:1025px){.viridis-cabinet__phone{width:15rem}}@media screen and (max-width:541px){.viridis-cabinet__phone{width:100%}}@media screen and (max-width:541px){.viridis-cabinet__phone:nth-of-type(2){margin-top:-22rem;margin-bottom:-22rem}}.viridis-team{margin-bottom:15rem}@media screen and (max-width:1025px){.viridis-team{margin-bottom:7rem}}.viridis-team>.big-text{font-weight:700}.viridis-team__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:17rem;width:90%;margin-top:6rem}@media screen and (max-width:1025px){.viridis-team__grid{grid-template-columns:repeat(2,1fr);grid-gap:2rem;width:100%;margin-top:3rem}}@media screen and (max-width:541px){.viridis-team__grid{grid-template-columns:repeat(1,1fr)}}.viridis-team__list>.big-text{font-weight:700}.viridis-team__list .big-text{text-transform:none}.viridis-team__list>ul{-webkit-margin-start:30px;margin-inline-start:30px;list-style-type:disc}.viridis-characteristics{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem}@media screen and (max-width:1025px){.viridis-characteristics{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:541px){.viridis-characteristics{grid-template-columns:repeat(1,1fr)}}.viridis-characteristic{padding:3rem 4rem;background-color:var(--white);border-radius:5px;-webkit-box-shadow:5px 10px 30px hsla(0,0%,82%,.25);box-shadow:5px 10px 30px hsla(0,0%,82%,.25)}@media screen and (max-width:1025px){.viridis-characteristic{padding:2rem 3rem}}.viridis-characteristic>.big-text{text-transform:unset;margin-bottom:0}.viridis-characteristic__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;margin-bottom:2rem}@media screen and (max-width:1025px){.viridis-characteristic__header{gap:1rem;margin-bottom:1rem}}.viridis-characteristic__header>.medium-text{font-weight:700;color:#c1c1c1;text-transform:uppercase}.viridis-characteristic__header>svg{width:3rem;height:3rem}@media screen and (max-width:1025px){.viridis-characteristic__header>svg{width:2.2rem;height:2.2rem}}.viridis-task{position:relative;margin:20rem 0 15rem;padding-bottom:5rem}@media screen and (max-width:1025px){.viridis-task{margin:3rem 0 5rem;padding-bottom:2rem}}.viridis-task__list{position:relative;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;margin-left:auto;width:82rem}@media screen and (max-width:1025px){.viridis-task__list{width:35rem}}@media screen and (max-width:541px){.viridis-task__list{width:100%}}.viridis-task__list_solution{margin-top:50vh}.viridis-task__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:4rem 6.5rem;text-align:center;background-color:var(--white);-webkit-box-shadow:5px 10px 30px hsla(0,0%,82%,.25);box-shadow:5px 10px 30px hsla(0,0%,82%,.25);border-radius:5px}@media screen and (max-width:1025px){.viridis-task__block{padding:3rem 2.5rem;border-radius:10px}}@media screen and (max-width:541px){.viridis-task__header{margin-bottom:5rem}}.viridis-task__header .viridis-heading{margin-bottom:4rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width:1025px){.viridis-task__header .viridis-heading{margin-bottom:2rem}}@media (min-width:542px){.viridis-task__header .viridis-heading_disabled{font-size:3rem;color:#e1e1e1}}@media screen and (min-width:542px) and (max-width:1025px){.viridis-task__header .viridis-heading_disabled{font-size:2rem}}@media (min-width:542px){.viridis-task__track{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}}@media screen and (max-width:541px){.viridis-task__track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.viridis-task__sticky{position:-webkit-sticky;position:sticky;top:11rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:calc(100vh - 11rem);padding-top:2rem}@media screen and (max-width:1025px){.viridis-task__sticky{top:4.6rem;height:calc(100vh - 4.6rem)}}@media screen and (max-width:541px){.viridis-task__sticky{position:relative;top:unset;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-top:unset}.viridis-task__sticky:first-of-type{margin-top:10rem}}.viridis-task__sticky>.container{position:relative;z-index:2}.viridis-task__background{width:calc(100% - 4rem);margin:0 auto;border-radius:20px}@media screen and (max-width:1025px){.viridis-task__background{height:65vh!important;width:100%}}@media screen and (max-width:541px){.viridis-task__background{position:absolute;top:5rem;inset-inline-start:0;height:26rem!important}}@media screen and (max-width:541px){.viridis-task__desktop{display:none}}.viridis-task__mobile{display:none}@media screen and (max-width:541px){.viridis-task__mobile{display:-webkit-box;display:-ms-flexbox;display:flex}}.viridis-tech .viridis-heading{margin-bottom:0}.viridis-tech .presentation-block_grey{background:#f1e9df}.viridis-tech__bold .medium-text{font-weight:700;text-align:center}.viridis-accordion__header .viridis-task__block{position:relative}.viridis-accordion__content,.viridis-accordion__header .viridis-task__block{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.viridis-accordion__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;margin-top:0;max-height:0;opacity:0;overflow:hidden}.viridis-accordion__content .viridis-task__block{padding:2rem}.viridis-accordion__plus{position:absolute;top:50%;inset-inline-end:-1rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-margin-end:1.8rem;margin-inline-end:1.8rem;width:1.6rem;height:1.6rem;-webkit-box-flex:0;-ms-flex:none;flex:none}@media screen and (max-width:1025px){.viridis-accordion__plus{width:3rem;height:3rem;border-radius:50%}}.viridis-accordion__plus:after,.viridis-accordion__plus:before{content:"";position:absolute;top:50%;inset-inline-start:50%;-webkit-transform:var(--transform-centered);-ms-transform:var(--transform-centered);transform:var(--transform-centered);height:2px;width:1.6rem;border-radius:10px;-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}@media screen and (max-width:1025px){.viridis-accordion__plus:after,.viridis-accordion__plus:before{height:1px;width:1.2rem;background-color:#3498db}}.viridis-accordion__plus:after{-webkit-transform:var(--transform-centered) rotate(90deg);-ms-transform:var(--transform-centered) rotate(90deg);transform:var(--transform-centered) rotate(90deg)}.viridis-accordion_active .viridis-accordion__header .viridis-task__block{color:var(--white);background-color:#3498db}.viridis-accordion_active .viridis-accordion__plus:after,.viridis-accordion_active .viridis-accordion__plus:before{background-color:var(--white)}.viridis-accordion_active .viridis-accordion__plus:after{-webkit-transform:var(--transform-centered) rotate(0);-ms-transform:var(--transform-centered) rotate(0);transform:var(--transform-centered) rotate(0)}.viridis-accordion_active .viridis-accordion__content{margin-top:2rem;max-height:120rem;opacity:1}.viridis-links{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.8rem}@media screen and (max-width:1025px){.viridis-links{grid-gap:1rem}}@media screen and (max-width:541px){.viridis-links{grid-template-columns:repeat(1,1fr);grid-gap:2rem}}.viridis-link{position:relative}.viridis-link:hover .viridis-link__overlay{opacity:1;pointer-events:all}.viridis-link__segment{position:absolute;top:3rem;inset-inline-start:3rem;width:17rem}@media screen and (max-width:1025px){.viridis-link__segment{top:2rem;inset-inline-start:2rem;width:10rem}}@media screen and (max-width:541px){.viridis-link__segment{top:3rem;inset-inline-start:3rem;width:11.5rem}}.viridis-link__segment>img{width:100%}.viridis-link__background,.viridis-link__overlay{width:100%;border-radius:20px}.viridis-link__overlay{position:absolute;top:0;inset-inline-start:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;background:rgba(0,0,0,.7);opacity:0;pointer-events:none;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.viridis-link__overlay>.big-text{margin-bottom:0;color:var(--white);text-transform:unset}.viridis-link__overlay>svg{margin-left:1rem}.viridis-responsive{position:relative;padding:17.5rem 0 35rem}@media screen and (max-width:1025px){.viridis-responsive{padding:17.5rem 0}}@media screen and (max-width:541px){.viridis-responsive{padding:5rem 0 24rem}}.viridis-responsive>.container{position:relative;z-index:2}.viridis-responsive__welcome{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:18rem}@media screen and (max-width:1025px){.viridis-responsive__welcome{margin-bottom:8rem}}.viridis-responsive__intro{position:absolute;top:28rem;inset-inline-start:0;padding:4.7rem 6.5rem;width:82rem;background-color:var(--white);-webkit-box-shadow:40px 40px 70px hsla(0,0%,66%,.25);box-shadow:40px 40px 70px hsla(0,0%,66%,.25);border-radius:10px}@media screen and (max-width:1025px){.viridis-responsive__intro{top:0;width:30rem;padding:2.5rem 2rem}}@media screen and (max-width:541px){.viridis-responsive__intro{width:100%}}.viridis-responsive__decoration{width:83rem}@media screen and (max-width:1025px){.viridis-responsive__decoration{width:44rem}}@media screen and (max-width:541px){.viridis-responsive__decoration{width:100%}}.viridis-responsive__decoration>img{width:100%;max-width:unset!important}@media screen and (max-width:541px){.viridis-responsive__decoration>img{width:70rem;-webkit-margin-start:-2.3rem;margin-inline-start:-2.3rem}}.viridis-responsive__grid{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4rem}@media screen and (max-width:1025px){.viridis-responsive__grid{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5rem 15rem}}@media screen and (max-width:541px){.viridis-responsive__grid{position:relative;gap:5rem}}.viridis-responsive__item{position:relative;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.viridis-responsive__item>.medium-text{text-align:center}.viridis-responsive__item:not(:last-of-type)>.medium-text{margin-bottom:1.5rem}.viridis-responsive__item:last-of-type{padding-top:8.2rem}.viridis-responsive__item:first-of-type{width:calc(65% - 4rem)}@media screen and (max-width:1025px){.viridis-responsive__item:first-of-type{width:100%}}.viridis-responsive__item:first-of-type .viridis-responsive__float{top:-2.5rem;inset-inline-start:13rem;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}@media screen and (max-width:1025px){.viridis-responsive__item:first-of-type .viridis-responsive__float{inset-inline-start:0}}.viridis-responsive__item:first-of-type .viridis-responsive__float>img{top:-2rem;inset-inline-end:-5rem}.viridis-responsive__item:first-of-type .viridis-responsive__screen{aspect-ratio:16/10}.viridis-responsive__item:nth-of-type(2){width:calc(20% - 2rem)}@media screen and (max-width:1025px){.viridis-responsive__item:nth-of-type(2){width:50%}}@media screen and (max-width:541px){.viridis-responsive__item:nth-of-type(2){width:25rem}}.viridis-responsive__item:nth-of-type(2) .viridis-responsive__float{top:-2.5rem;inset-inline-start:10rem;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}@media screen and (max-width:1025px){.viridis-responsive__item:nth-of-type(2) .viridis-responsive__float{top:2rem;inset-inline-start:unset;inset-inline-end:-4rem;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}}.viridis-responsive__item:nth-of-type(2) .viridis-responsive__float>img{top:-2rem;inset-inline-start:-6rem;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}@media screen and (max-width:1025px){.viridis-responsive__item:nth-of-type(2) .viridis-responsive__float>img{inset-inline-end:-2rem;inset-inline-start:unset;-webkit-transform:scaleX(-1) rotate(-45deg);-ms-transform:scaleX(-1) rotate(-45deg);transform:scaleX(-1) rotate(-45deg);width:4rem}}@media screen and (max-width:541px){.viridis-responsive__item:nth-of-type(2) .viridis-responsive__float>img{inset-inline-end:2rem;-webkit-transform:scaleX(-1) rotate(-20deg);-ms-transform:scaleX(-1) rotate(-20deg);transform:scaleX(-1) rotate(-20deg)}}.viridis-responsive__item:nth-of-type(2) .viridis-responsive__screen{aspect-ratio:29/42}.viridis-responsive__item:nth-of-type(3){width:calc(15% - 2rem)}@media screen and (max-width:1025px){.viridis-responsive__item:nth-of-type(3){width:calc(50% - 15rem)}}@media screen and (max-width:541px){.viridis-responsive__item:nth-of-type(3){position:absolute;bottom:0;inset-inline-end:0;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);width:15rem}}.viridis-responsive__item:nth-of-type(3) .viridis-responsive__float{bottom:-2.5rem;inset-inline-start:5rem;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}@media screen and (max-width:1025px){.viridis-responsive__item:nth-of-type(3) .viridis-responsive__float{inset-inline-start:unset;inset-inline-end:0}}@media screen and (max-width:541px){.viridis-responsive__item:nth-of-type(3) .viridis-responsive__float{bottom:15rem;inset-inline-start:-10rem}}.viridis-responsive__item:nth-of-type(3) .viridis-responsive__float>img{bottom:-2rem;inset-inline-start:-4.5rem;-webkit-transform:scaleX(-1) scaleY(-1) rotate(20deg);-ms-transform:scaleX(-1) scaleY(-1) rotate(20deg);transform:scaleX(-1) scaleY(-1) rotate(20deg)}@media screen and (max-width:1025px){.viridis-responsive__item:nth-of-type(3) .viridis-responsive__float>img{bottom:-1rem;-webkit-transform:scaleX(-1) scaleY(-1) rotate(10deg);-ms-transform:scaleX(-1) scaleY(-1) rotate(10deg);transform:scaleX(-1) scaleY(-1) rotate(10deg)}}@media screen and (max-width:541px){.viridis-responsive__item:nth-of-type(3) .viridis-responsive__float>img{bottom:-3.5rem;inset-inline-start:1rem;-webkit-transform:scaleX(1) scaleY(-1) rotate(-60deg);-ms-transform:scaleX(1) scaleY(-1) rotate(-60deg);transform:scaleX(1) scaleY(-1) rotate(-60deg);width:4rem}}.viridis-responsive__item:nth-of-type(3) .viridis-responsive__screen{aspect-ratio:17/31}.viridis-responsive__float,.viridis-responsive__float>img{position:absolute}.viridis-responsive__screen{width:100%;-o-object-fit:cover;object-fit:cover;-webkit-filter:drop-shadow(0px 0px 50px hsla(0,0%,57%,.25));filter:drop-shadow(0px 0px 50px rgba(146,146,146,0.25))}.viridis-responsive__line{max-width:100%}.viridis-responsive__background{position:absolute;bottom:0;inset-inline-start:0;width:100%}@media screen and (max-width:541px){.viridis-responsive__background{inset-inline-start:-21rem;height:130rem;width:60rem;max-width:unset!important}}.viridis-thanks{position:relative;overflow:unset!important}.viridis-thanks,.viridis-thanks>.container{display:-webkit-box;display:-ms-flexbox;display:flex}.viridis-thanks>.container{position:absolute;top:0;inset-inline-start:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:2;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:7rem;height:100%}@media screen and (max-width:1025px){.viridis-thanks>.container{padding-top:4.5rem;padding-bottom:5rem}}@media screen and (max-width:541px){.viridis-thanks>.container{padding-top:3rem;padding-bottom:0}}.viridis-thanks__background{margin:0 auto;width:calc(100% - 4rem);border-radius:40px}@media screen and (max-width:1025px){.viridis-thanks__background{width:100%;height:62rem!important;-o-object-fit:cover;object-fit:cover;border-radius:0}}@media screen and (max-width:541px){.viridis-thanks__background{height:45rem!important}}.viridis-thanks__logo{padding:3.4rem 2.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:var(--white);border-radius:10px}@media screen and (max-width:1025px){.viridis-thanks__logo{padding:2.3rem 1.7rem}}@media screen and (max-width:541px){.viridis-thanks__logo{padding:2.3rem}}.viridis-thanks__logo>img{width:17rem}@media screen and (max-width:1025px){.viridis-thanks__logo>img{width:10.6rem}}.viridis-thanks__block{-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:82rem;height:22rem;background-color:var(--white);border-radius:10px;-webkit-box-shadow:40px 40px 70px hsla(0,0%,66%,.25);box-shadow:40px 40px 70px hsla(0,0%,66%,.25)}@media screen and (max-width:1025px){.viridis-thanks__block{-webkit-transform:none;-ms-transform:none;transform:none;width:38rem}}@media screen and (max-width:541px){.viridis-thanks__block{-webkit-transform:translateY(3rem);-ms-transform:translateY(3rem);transform:translateY(3rem);width:100%}}.viridis-thanks__block>.viridis-heading{margin-bottom:0}.unity .unity-portfolio{position:relative}.unity .unity-portfolio:after{bottom:-10rem;background:var(--black)}.unity .faq_game-design:after,.unity .unity-portfolio:after{position:absolute;content:"";width:100%;height:20rem;z-index:2;-webkit-transform:skewY(-5.48deg);-ms-transform:skewY(-5.48deg);transform:skewY(-5.48deg)}.unity .faq_game-design:after{top:-10rem;background:#f5f5f5!important}.unity .char-lets-talk{background:var(--white);padding-bottom:10rem;margin-bottom:10rem;padding-top:10rem;position:relative}.unity .char-lets-talk>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:12}.unity .char-lets-talk .talk__image{webkit-box-flex:1;-ms-flex:1;-webkit-box-flex:1;flex:1;position:relative}.unity .char-lets-talk .talk__image img{position:absolute;top:-7rem;z-index:11;width:35.2rem;max-width:none;left:-243px}.unity .char-lets-talk .talk__text{width:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.unity .char-lets-talk svg path:last-of-type{fill:var(--white)}.unity .char-lets-talk:after{background:var(--white);content:none}.unity .char-lets-talk:before{background:var(--white);position:absolute;content:"";width:100%;bottom:0;left:0;height:100%;-webkit-transform:skewY(-3deg);-ms-transform:skewY(-3deg);transform:skewY(-3deg);z-index:10}.unity .paint-text__wrap{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;display:inline-block}.unity .paint-text__wrap img{position:absolute;width:140%;top:50%;left:-36%;-webkit-transform:translate(11%,-50%);-ms-transform:translate(11%,-50%);transform:translate(11%,-50%);max-width:150%;-webkit-transition:width 0.5s ease-in-out;-o-transition:width 0.5s ease-in-out;transition:width 0.5s ease-in-out}.unity .paint-text__wrap h3{opacity:1;z-index:3}.unity .paint-animation img{width:140%;top:50%;left:-36%;-webkit-transform:translate(11%,-50%);-ms-transform:translate(11%,-50%);transform:translate(11%,-50%)}.faq_game-design:after{background:#f5f5f5;z-index:13;height:12rem;top:-1.2rem}.big-title{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:9rem;line-height:11.7rem;letter-spacing:-0.02em;text-transform:capitalize;color:var(--white);position:relative;z-index:3}@media screen and (max-width:1025px){.big-title{font-size:2.8rem;line-height:3.6rem}}.simple-text{font-family:Roboto Mono;font-style:normal;font-weight:400;font-size:2rem;line-height:3rem;color:var(--white)}@media screen and (max-width:1025px){.simple-text{font-size:1.4rem;line-height:2.1rem}}@-webkit-keyframes setWidth{0%{width:0}20%{width:60%}to{width:150%}}@keyframes setWidth{0%{width:0}20%{width:60%}to{width:150%}}.unity-hero{overflow-x:hidden}@media screen and (max-width:481px){.unity-hero .paint-animation img{top:36%;left:-28%;width:133%;max-height:40px}}.unity-hero .hero__background{position:absolute;width:100%;height:100vh;-o-object-fit:cover;object-fit:cover;top:0;z-index:-1}.unity-hero .hero__background img{width:100%}@media screen and (max-width:1025px){.unity-hero .hero__background img{width:100%}}.unity-hero__top{margin-top:46.5rem;background:-webkit-gradient(linear,left bottom,left top,from(#121212),color-stop(75.3%,transparent),color-stop(75.3%,hsla(0,0%,7%,0)));background:-o-linear-gradient(bottom,#121212 0%,transparent 75.3%,hsla(0,0%,7%,0) 75.3%);background:linear-gradient(360deg,#121212,transparent 75.3%,hsla(0,0%,7%,0) 0)}@media screen and (max-width:1025px){.unity-hero__top{margin-top:39rem}}.unity-hero__top>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.unity-hero__top .simple-text{margin-top:3rem;-ms-flex-item-align:end;align-self:flex-end;white-space:pre;width:74.1%}@media screen and (max-width:1025px){.unity-hero__top .simple-text{white-space:normal;width:100%}}.unity-hero__top h1{color:var(--black)}@media screen and (max-width:481px){.unity-hero__top h1{word-break:break-all;text-align:end;font-size:2.7rem}.unity-hero__top h1 span{color:var(--white)}}.unity-hero__top .paint-text__wrap{-webkit-transform:rotate(-2.14deg);-ms-transform:rotate(-2.14deg);transform:rotate(-2.14deg)}.unity-hero__bottom{padding-top:26.3rem;padding-bottom:26.3rem;background:var(--black)}@media screen and (max-width:1025px){.unity-hero__bottom{padding-top:8rem}}.unity-hero__bottom>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media screen and (max-width:1025px){.unity-hero__bottom>.container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.unity-hero__title{width:50%}@media screen and (max-width:1025px){.unity-hero__title{width:100%;margin-bottom:3rem}}.unity-hero__text{width:60%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem}@media screen and (max-width:1025px){.unity-hero__text{width:100%}}.unity-hero__animation{background:var(--white)}.unity-hero__animation>.container{-webkit-transform:translateY(-12rem);-ms-transform:translateY(-12rem);transform:translateY(-12rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.unity-hero__animation img{max-width:53.1rem;-webkit-transition:0.2s;-o-transition:0.2s;transition:0.2s}@media screen and (max-width:1025px){.unity-hero__animation img{max-width:29.1rem}}@media screen and (max-width:481px){.unity-hero__animation img{width:100vw;position:relative;z-index:3;max-width:100%}}.unity-hero__animation img:first-of-type{-webkit-transform:translateX(-23vw);-ms-transform:translateX(-23vw);transform:translateX(-23vw)}.unity-hero__animation img:last-of-type{-webkit-transform:translateX(23vw);-ms-transform:translateX(23vw);transform:translateX(23vw)}.unity-sticky{background:var(--white);padding-top:23.1rem;padding-bottom:25.1rem;position:relative;z-index:3}@media screen and (max-width:1025px){.unity-sticky{padding-top:0;padding-bottom:9.5rem}}.unity-sticky__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:relative}@media screen and (max-width:1025px){.unity-sticky__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.unity-sticky__wrap svg{position:absolute;left:-6.3rem;top:-38rem;width:91rem;opacity:0.8;z-index:1}@media screen and (max-width:1025px){.unity-sticky__wrap svg{display:none}}.unity-sticky__title{width:57%;position:relative}@media screen and (max-width:1025px){.unity-sticky__title{width:100%;margin-bottom:6rem}}.unity-sticky__title h2{color:var(--black);position:-webkit-sticky;position:sticky;top:10rem}@media screen and (max-width:1025px){.unity-sticky__title h2{position:relative;top:0}}.unity-sticky__content{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10rem;width:48%}@media screen and (max-width:1025px){.unity-sticky__content{width:100%;gap:5rem}}.unity-sticky__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem}@media screen and (max-width:1025px){.unity-sticky__item{gap:1rem}}.unity-sticky__item h3{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:2.5rem;line-height:3.8rem;color:var(--black)}@media screen and (max-width:1025px){.unity-sticky__item h3{font-size:1.6rem;line-height:2.4rem}}.unity-sticky__item p{color:var(--black)}.unity-sticky__item .unity__link{font-family:Roboto Mono;font-style:normal;font-weight:400;font-size:1.6rem;line-height:2.4rem;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-transform:uppercase;color:var(--black);cursor:pointer}@media screen and (max-width:1025px){.unity-sticky__item .unity__link{font-size:1.4rem;line-height:2.1rem}}.unity-build{background:var(--black);position:relative;overflow:hidden}@media screen and (max-width:1025px){.unity-build{padding-bottom:5rem}.unity-build picture{display:none}}@media screen and (max-width:481px){.unity-build{padding-bottom:46rem;overflow:unset}.unity-build picture{display:block}}.unity-build>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media screen and (max-width:1025px){.unity-build>.container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.unity-build img{position:absolute;top:-278px;right:0px;height:156rem;width:calc(100vw - 36%)}@media screen and (max-width:1025px){.unity-build img{width:auto;height:128rem;bottom:-174px}}@media screen and (max-width:481px){.unity-build img{top:auto;bottom:-55rem;width:100%;height:153rem}}.unity-build__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10rem;width:66%;padding-top:13.6rem;padding-bottom:15.4rem}@media screen and (max-width:1025px){.unity-build__text{width:100%;padding-top:6rem;padding-bottom:0px;gap:5rem}}.unity-build__text ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem;margin-left:10rem}@media screen and (max-width:1025px){.unity-build__text ul{margin-left:2.3rem;gap:2rem}}.unity-build__text ul li{list-style-type:disc;font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:2.2rem;line-height:3.3rem;text-transform:uppercase;color:#888}@media screen and (max-width:1025px){.unity-build__text ul li{font-size:1.6rem;line-height:2.4rem}}.unity-model{background:var(--white);padding-top:20rem}.unity-model .simple-text{color:#888}@media screen and (max-width:481px){.unity-model .paint-text__wrap img{min-height:115px;-o-object-fit:fill;object-fit:fill;top:62%;left:-43%}.unity-model .paint-animation img{width:165%}}.unity-model h2 br{display:none}@media screen and (max-width:481px){.unity-model h2 br{display:block}}.unity-model__under-text{margin-top:5rem;margin-bottom:5rem}.unity-model__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8rem;margin:0 8%}@media screen and (max-width:1025px){.unity-model__wrap{margin:0;gap:4rem}}.unity-model__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4rem}@media screen and (max-width:1025px){.unity-model__item{gap:2rem}}.unity-model__item h4{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:4.5rem;line-height:6.8rem;color:var(--black)}@media screen and (max-width:1025px){.unity-model__item h4{font-size:2rem;line-height:3rem}}.unity-model__item p{color:#888}.unity-expertise{padding-top:17rem;padding-bottom:30.3rem;background:var(--white)}@media screen and (max-width:1025px){.unity-expertise{padding-top:8rem;padding-bottom:8rem}}.unity-expertise>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1025px){.unity-expertise>.container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.unity-expertise .simple-text,.unity-expertise h2{color:var(--black)}.unity-expertise .simple-text strong{color:var(--black);font-weight:700}.unity-expertise__title{width:46%}@media screen and (max-width:1025px){.unity-expertise__title{width:100%;margin-bottom:4rem}}.unity-expertise__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6rem;width:50%}@media screen and (max-width:1025px){.unity-expertise__content{width:100%;gap:2rem}}.unity-expertise__text{margin-top:6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem}@media screen and (max-width:1025px){.unity-expertise__text{margin-top:0px}}.unity-expertise .unity-icons__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1rem}@media screen and (max-width:481px){.unity-expertise .unity-icons__wrap{display:grid;grid-template-columns:repeat(4,1fr);-ms-flex-wrap:wrap;flex-wrap:wrap}}.unity-benefits{background:var(--black);position:relative}@media screen and (max-width:481px){.unity-benefits .paint-animation img{-o-object-fit:fill;object-fit:fill;width:131%;top:50%;left:-29%;min-height:40px}}.unity-benefits svg.unity-benefits__back{position:absolute;top:-63rem;right:0;width:63rem;opacity:0.8;z-index:1}@media screen and (max-width:1025px){.unity-benefits svg.unity-benefits__back{display:none}}.unity-benefits h2{color:var(--white)}.unity-benefits h2 span{color:var(--black)}@media screen and (max-width:1025px){.unity-benefits h2{font-size:2.4rem;line-height:2.4rem}}.unity-benefits .big-title__ander-text{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:9rem;line-height:9rem;letter-spacing:-0.02em;text-transform:capitalize;color:var(--white)}@media screen and (max-width:1025px){.unity-benefits .big-title__ander-text{font-size:2.5rem;line-height:2.5rem}}.unity-benefits__top{padding-top:19.2rem;position:relative;z-index:2}@media screen and (max-width:1025px){.unity-benefits__top{padding-top:8rem}}.unity-benefits__grid{position:relative;z-index:2;width:100%;padding-top:10rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem;margin-left:8%;padding-bottom:20rem}@media screen and (max-width:481px){.unity-benefits__grid{margin-left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;padding-top:4rem;padding-bottom:10rem}}.unity-benefits__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:2rem;background:hsla(0,0%,100%,.1);-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;min-height:21.6rem;padding:3rem 3rem 0rem;width:29%}@media screen and (max-width:1025px){.unity-benefits__item{width:44%}}@media screen and (max-width:481px){.unity-benefits__item{width:100%;min-height:17rem;padding:3rem}}.unity-benefits__item-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.unity-benefits__item_first{background:none;padding:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:3rem}.unity-benefits__item_first .simple-text{color:#888}.unity-benefits__icon{background:var(--white);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5rem;height:5rem}.unity-benefits__pride,.unity-benefits__text{color:var(--white)}@media screen and (max-width:1025px){.unity-benefits__text{font-size:1.6rem;line-height:2.4rem}.unity-benefits__text br{display:none}}.unity-benefits__top .paint-text__wrap img{max-height:137px;top:34%}.unity-why-hire{background:var(--black);position:relative;overflow-x:hidden}.unity-why-hire h2{color:var(--white)}.unity-why-hire__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:10rem;padding-bottom:10rem}@media screen and (max-width:1025px){.unity-why-hire__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:4rem;padding-bottom:0rem}}.unity-why-hire__image{width:100%;height:87.9rem;position:relative;-webkit-transform:translateX(-24.6rem);-ms-transform:translateX(-24.6rem);transform:translateX(-24.6rem)}@media screen and (max-width:1025px){.unity-why-hire__image{-webkit-transform:translateX(-10vw);-ms-transform:translateX(-10vw);transform:translateX(-10vw);width:100vw;height:53.6rem;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:6.5rem;position:absolute;opacity:0.5}}.unity-why-hire__image img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;top:0;left:0;z-index:3}@media screen and (max-width:1025px){.unity-why-hire__image img{-o-object-fit:initial;object-fit:fill;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.unity-why-hire__text{width:calc(84% - 6.5rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem;z-index:4}@media screen and (max-width:1025px){.unity-why-hire__text{width:100%}}@media screen and (max-width:1025px){.unity-why-hire .unity__touch{display:none}}.unity-hiring-process{background:var(--black);position:relative;overflow-x:hidden}@media screen and (max-width:1025px){.unity-hiring-process{padding-top:6rem}}.unity-hiring-process:before{position:absolute;content:"";width:100%;height:10rem;background-image:-webkit-gradient(linear,left top,right top,color-stop(33%,#fff),color-stop(0%,hsla(0,0%,100%,0)));background-image:-o-linear-gradient(left,#fff 33%,hsla(0,0%,100%,0) 0%);background-image:linear-gradient(90deg,#fff 33%,hsla(0,0%,100%,0) 0);background-position:bottom;background-size:23px 1px;background-repeat:repeat-x;top:19.9%}.unity-hiring-process h2{color:var(--black)}.unity-hiring-process__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:2rem;margin-top:4rem}.unity-hiring-process__wrap::-webkit-scrollbar{display:none}@media screen and (max-width:1025px){.unity-hiring-process__wrap{width:94vw;padding:2rem 0 4rem;overflow-x:scroll;overflow-y:visible;scrollbar-width:none;gap:3rem;margin-top:2rem}}.unity-hiring-process__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem;-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (max-width:1025px){.unity-hiring-process__item{gap:2rem;min-width:24rem}}.unity-hiring-process__item .simple-text{color:#888}.unity-hiring-process__step{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:2.2rem;line-height:3.3rem;color:#888}@media screen and (max-width:1025px){.unity-hiring-process__step{font-size:1.6rem;line-height:2.4rem}}.unity-hiring-process__dot{background:var(--white);border-radius:50%;width:2.4rem;height:2.4rem}@media screen and (max-width:1025px){.unity-hiring-process__dot{width:2rem;height:2rem}}.unity-hiring-process__title{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:2.2rem;line-height:3.3rem;color:#fff}@media screen and (max-width:1025px){.unity-hiring-process__title{font-size:1.6rem;line-height:2.4rem}}.unity-client{padding-top:15rem;background:var(--black)}@media screen and (max-width:1025px){.unity-client{padding-top:0px}}.unity-client h2{margin-bottom:10rem}@media screen and (max-width:1025px){.unity-client h2{margin-bottom:4rem}}.unity-client__reviews{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:2rem;margin-left:6%}@media screen and (max-width:1025px){.unity-client__reviews{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0}}.unity-client__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:var(--white);padding:6rem 3.8rem 4rem;height:43rem;width:30%}@media screen and (max-width:1025px){.unity-client__item{width:100%;padding:3rem 2rem;height:auto;min-height:23rem;gap:2rem}}.unity-client__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}@media screen and (max-width:1025px){.unity-client__header{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.unity-client__header svg{width:inherit}.unity-client__header .up-work{width:4rem}}.unity-client__header p{font-family:Dela Gothic One;font-style:normal;font-weight:400;font-size:2.2rem;line-height:3.3rem;color:#121212}@media screen and (max-width:1025px){.unity-client__header p{font-size:1.6rem;line-height:2.4rem}}.unity-client__review-text p{font-family:Roboto Mono;font-style:normal;font-weight:400;font-size:2rem;line-height:3rem;color:#888}@media screen and (max-width:1025px){.unity-client__review-text p{font-size:1.4rem;line-height:2.1rem}}.unity-client__link{font-family:Roboto Mono;font-style:normal;font-weight:400;font-size:1.6rem;line-height:2.4rem;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-transform:uppercase;color:var(--black)}@media screen and (max-width:1025px){.unity-client__link{font-size:1.4rem;line-height:2.1rem}}.vacancy-detail{position:relative}.vacancy-detail__inner{padding:9rem 0 15rem}@media screen and (max-width:1025px){.vacancy-detail__inner{padding:6rem 0 8rem}}.vacancy-detail__inner>.container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem}@media screen and (max-width:541px){.vacancy-detail__inner>.container{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6rem}}.vacancy-detail__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5rem}@media screen and (max-width:1025px){.vacancy-detail__content{gap:3rem;width:50%}}@media screen and (max-width:541px){.vacancy-detail__content{width:100%}}.vacancy-detail__info{position:-webkit-sticky;position:sticky;top:12rem;width:46rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-box-flex:0;-ms-flex:none;flex:none}@media screen and (max-width:1025px){.vacancy-detail__info{top:8rem;width:50%}}@media screen and (max-width:541px){.vacancy-detail__info{position:static;width:100%}}.vacancy-detail__block ul{-webkit-margin-start:30px;margin-inline-start:30px;list-style-type:disc}.vacancy-detail__heading{margin-bottom:3rem;font-weight:700}@media screen and (max-width:1025px){.vacancy-detail__heading{margin-bottom:2rem}}.vacancy-detail__date{margin-bottom:1rem;color:#b9b9b9}@media screen and (max-width:1025px){.vacancy-detail__date{margin-bottom:0}}.vacancy-detail__characteristics{padding:4rem;margin-bottom:2rem;background-color:var(--light-grey);border-radius:1rem}@media screen and (max-width:1025px){.vacancy-detail__characteristics{padding:3rem}}.vacancy-detail__characteristics>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.vacancy-detail__actions,.vacancy-detail__characteristics>ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem}.vacancy-detail__actions>.button{width:100%}@media screen and (max-width:1025px){.vacancy-detail__actions>.socials li{width:4rem;height:4rem}}@media screen and (max-width:1025px){.vacancy-detail__skills .vacancy__filters{-ms-flex-wrap:wrap;flex-wrap:wrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;overflow:unset}}.vacancy-detail__more{position:relative;padding-bottom:35rem}@media screen and (max-width:1025px){.vacancy-detail__more{padding-bottom:30rem;max-width:100%;overflow:hidden}}.vacancy-detail__more:after{content:"";position:absolute;bottom:0;inset-inline-start:0;z-index:0;width:100%;height:82%;background-color:var(--light-grey)}@media screen and (max-width:1025px){.vacancy-detail__more:after{height:85%}}.vacancy-detail__more .asymmetrical__aside_big{margin-top:0;-webkit-margin-start:auto;margin-inline-start:auto;width:166rem}@media screen and (max-width:1025px){.vacancy-detail__more .asymmetrical__aside_big{width:calc(100vw - 6.2rem)}}@media screen and (max-width:541px){.vacancy-detail__more .asymmetrical__aside_big{width:100vw}}.vacancy-detail__more .asymmetrical__aside_big .vacancy__container{max-width:129rem}@media screen and (max-width:1025px){.vacancy-detail__more .asymmetrical__aside_big .vacancy__container{max-width:50rem}}.vacancy-detail .bread-crumbs{margin-bottom:3.5rem}@media screen and (max-width:1025px){.vacancy-detail .bread-crumbs{margin-bottom:1.5rem}}.vacancy-detail .modal__wrapper_white{margin:18rem auto 0}@media screen and (max-width:541px){.vacancy-detail .modal__wrapper_white{margin:13rem 2.3rem 0}}@keyframes fadeIn{0%{-webkit-transform:translateY(20%);transform:translateY(20%);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes translatedSpin{0%{-webkit-transform:var(--transform-centered) rotate(0);transform:var(--transform-centered) rotate(0)}to{-webkit-transform:var(--transform-centered) rotate(360deg);transform:var(--transform-centered) rotate(360deg)}}.vacancy-characteristic{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem}@media screen and (max-width:1025px){.vacancy-characteristic{gap:1rem}}.vacancy-characteristic__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5rem;height:5rem;background-color:#f3f3f3;border-radius:5px}@media screen and (max-width:1025px){.vacancy-characteristic__icon{width:4rem;height:4rem}}.vacancy-characteristic__icon>img{width:2.4rem}@media screen and (max-width:1025px){.vacancy-characteristic__icon>img{width:2rem}}.vacancy-characteristic__info>.medium-text{font-weight:700}.vacancy-characteristic__info>.small-text{color:#a8a8a8}
/*# sourceMappingURL=app.min.css.map */