.footer{background:var(--color-black);color:var(--color-white);display:flex;align-items:center}@media screen and (max-width:900px){.footer{height:auto}}.footer__container{max-width:var(--grid-maxWidth);margin:0 auto;width:96%;padding:calc(var(--grid-gutter) * 2) 0;justify-content:space-between;display:flex;position:relative;gap:calc(var(--grid-gutter) * 4)}@media screen and (max-width:900px){.footer__container{flex-direction:column;padding:calc(var(--grid-gutter) * 2);gap:calc(var(--grid-gutter) * 2)}}.footer__mr{height:2.5rem;border-right:1px solid #ccc;padding-right:2rem}@media screen and (max-width:900px){.footer__mr{height:3rem}}.footer__private{height:6.2rem}@media screen and (max-width:900px){.footer__private{height:8rem;padding-left:7px}}.footer__left{display:flex;flex-direction:column;gap:calc(var(--grid-gutter) * 1)}@media screen and (max-width:900px){.footer__left p{position:absolute;bottom:calc(var(--grid-gutter) * 2);left:0;right:0;width:100%;text-align:center}}.footer__leftImg{flex:1;gap:var(--grid-gutter);align-items:flex-start;display:flex}@media screen and (max-width:900px){.footer__leftImg{justify-content:center}}.footer__right{flex:1;text-align:right;font-size:1.4rem}@media screen and (max-width:900px){.footer__right{text-align:center;padding-bottom:calc(var(--grid-gutter) * 3)}}.footer__right b{font-weight:500}.cursor{position:fixed;pointer-events:none;width:45rem;height:45rem;border-radius:50%;filter:blur(45rem);background:radial-gradient(circle,rgba(255,69,0,.2),rgba(255,215,0,.1));transition:transform .3s ease,width .3s ease,height .3s ease;z-index:6;mix-blend-mode:color-burn;mix-blend-mode:screen;transform:translate(-50%,-50%)}.cursor.hovered{width:80px;height:80px;filter:blur(15px)}.header{background:#010101;height:100vh;min-height:93rem;color:var(--color-white);position:relative;overflow:hidden}@media screen and (max-width:900px){.header{min-height:auto;height:100%}}.header__container{max-width:var(--grid-maxWidth);margin:0 auto;width:96%;padding:0 calc(var(--grid-gutter) / 2);flex-direction:column;justify-content:space-between}.header__bg{position:absolute;width:100%;height:100%;z-index:1;margin:0 auto;left:0;right:0}.header__bg img{position:absolute;bottom:0;right:0;min-width:100%;min-height:100%;object-fit:cover;will-change:transform;transition:none;transform-origin:center}@media screen and (max-width:900px){.header__bg img{right:0}}.header__inner{position:relative;z-index:3}@media screen and (max-width:900px){.header__inner._open .header__menuRight{transform:translateX(0);transition:all .3s ease-in-out}}.header__menu{width:100%;display:flex;justify-content:space-between;border-bottom:1px solid var(--color-white);padding:var(--grid-gutter) calc(var(--grid-gutter) * 2);transform:translateY(-10rem)}@media screen and (max-width:900px){.header__menu{position:relative;z-index:3;padding:calc(var(--grid-gutter) * 2)}}.header__menuBurger{display:none;position:absolute;right:calc(var(--grid-gutter) * 2);top:calc(var(--grid-gutter) * 2);cursor:pointer}@media screen and (max-width:900px){.header__menuBurger{display:block}}.header__menuClose{display:none}@media screen and (max-width:900px){.header__menuClose{display:block;position:absolute;right:calc(var(--grid-gutter) * 2);top:calc(var(--grid-gutter) * 2);cursor:pointer}}.header__menuItem{display:flex;align-items:end;line-height:1.2rem}@media screen and (max-width:900px){.header__menuItem{align-items:center;line-height:20px;font-size:14px}}.header__menuItem img{height:1.6rem}@media screen and (max-width:900px){.header__menuItem img{height:20px}}.header__menuBorder{width:1px;background:var(--color-white);height:2.4rem}@media screen and (max-width:900px){.header__menuBorder{background:var(--color-white);height:1px;width:100%}}.header__menuLeft{display:flex;align-items:center}.header__menuLeft img{height:2.2rem}@media screen and (max-width:900px){.header__menuLeft img{height:3rem}}.header__menuRight{display:flex;align-items:center;gap:calc(var(--grid-gutter) / 1.5);font-family:Grtsk Medium Giga;font-size:1.4rem;height:3.4rem}@media screen and (max-width:900px){.header__menuRight{position:absolute;background:#c29370;display:flex;flex-direction:column;height:auto;padding:calc(var(--grid-gutter) * 2) calc(var(--grid-gutter) * 1.5);right:var(--grid-gutter);top:var(--grid-gutter);box-shadow:-13px 12px 24px 0 #000;z-index:3;align-items:baseline;gap:var(--grid-gutter);padding-top:calc(var(--grid-gutter) * 4);transform:translateX(110%);transition:all .3s ease-in-out}}.header__text h1,.header__text h2{font-weight:400}.header__text h1{font-size:var(--font-h1);line-height:calc(var(--font-h1) + 1rem);mix-blend-mode:darken}.header__text h1,.header__text h2{font-family:Grtsk Medium Giga,Arial}.header__text h2{font-size:var(--font-h2);line-height:calc(var(--font-h2) + 1rem)}.header__textInner{display:flex;gap:calc(var(--grid-gutter) * 1.5);margin-top:calc(var(--grid-gutter) * 3)}@media screen and (max-width:900px){.header__textInner{flex-direction:column}}.header__textItem{flex:1;font-size:var(--font-body);line-height:calc(var(--font-body) + .5rem);opacity:0}.header__hero{margin-top:calc(var(--grid-gutter) * 3)}.header__hero h1,.header__hero h2{opacity:0;visibility:hidden}.header__hero h2{margin-top:calc(var(--grid-gutter) * 1)}.header__description{margin-top:calc(var(--grid-gutter) * 2);width:80rem;opacity:0}@media screen and (max-width:900px){.header__description{width:100vw}}.header__button{margin:calc(var(--grid-gutter) * 2) 0 calc(var(--grid-gutter) * 6);display:flex;gap:calc(var(--grid-gutter) * 1);width:fit-content;opacity:0}@media screen and (max-width:900px){.header__button{flex-direction:column;width:100%;gap:calc(var(--grid-gutter) * 2);margin:calc(var(--grid-gutter) * 2) 0 calc(var(--grid-gutter) * 3)}}.header__buttonItem{padding:calc(var(--grid-gutter) / 1.5) calc(var(--grid-gutter) * 1.2);background:#FFFFFF26;position:relative;transition:all .3s ease-in-out;border-radius:var(--border-radius)}@media screen and (max-width:768px){.header__buttonItem{width:100%;padding:calc(var(--grid-gutter) * 2)}}.header__buttonItem:hover{background:#c29370;transition:all .3s ease-in-out}.header__buttonItem:hover img{filter:invert(1);filter:brightness(0)}.header__buttonItem a{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;border-radius:var(--border)}.header__buttonItem img{height:3rem}@media screen and (max-width:900px){.header__buttonItem img{margin:0 auto;height:4rem}}.slider{margin-top:calc(var(--grid-gutter) * 3);display:flex;gap:var(--grid-gutter)}@media screen and (max-width:900px){.slider{margin-top:calc(var(--grid-gutter) * 2)}}.sliderItem{position:relative;overflow:hidden}.sliderItem a{height:100%;z-index:1}.sliderItem a,.sliderText{position:absolute;left:0;width:100%}.sliderText{bottom:0;padding:var(--grid-gutter);background:hsla(0,0%,100%,.58);text-align:center;font-family:Grtsk Medium Giga;transition:all .3s ease-in-out;user-select:none;-webkit-user-drag:none;font-size:1.8rem;text-transform:uppercase}@media screen and (max-width:900px){.sliderText{font-size:1.5rem}}.slider .swiper-slide{width:20%;border-radius:var(--border-radius)}.slider .hoverzone{position:absolute;top:0;height:calc(100% - 8rem);width:30%;z-index:2;pointer-events:auto}@media screen and (max-width:900px){.slider .hoverzone{display:none!important}}.slider .hoverzone-left,.slider .hoverzone-right{transition:all .3s ease-in-out}.slider .hoverzone-left{left:0;cursor:url(/img/arrow-left.svg) 58 58,auto}.slider .hoverzone-right{right:0;cursor:url(/img/arrow-right.svg) 58 58,auto;transition:all .3s ease-in-out}.slider img{pointer-events:none;user-select:none;-webkit-user-drag:none}.project{display:flex;flex-direction:column;margin-top:calc(var(--grid-gutter) * 4);font-size:var(--font-big);line-height:calc(var(--font-big) + .5rem)}@media screen and (max-width:900px){.project{margin-top:calc(var(--grid-gutter) * 2)}}.project__item{display:flex;gap:calc(var(--grid-gutter) * 1.5);max-width:var(--grid-maxWidth);margin:0 auto;margin-bottom:calc(var(--grid-gutter) * 2);border-bottom:1px solid #c29370;padding-bottom:calc(var(--grid-gutter) * 1);width:96%;flex-direction:column;justify-content:space-between}@media screen and (max-width:900px){.project__item{padding:0;width:100vw;position:relative;border-bottom:0}}.project__item:last-child{border-bottom:0}.project__itemGallery{flex:1;display:flex;gap:calc(var(--grid-gutter) * 6)}@media screen and (max-width:900px){.project__itemGallery{flex-direction:column;width:100vw;gap:calc(var(--grid-gutter) * 1)}}.project__itemGalleryTop{height:fit-content;margin-bottom:calc(var(--grid-gutter) * 2);display:flex;justify-content:space-between}@media screen and (max-width:900px){.project__itemGalleryTop{position:absolute;top:calc(var(--grid-gutter) * 2);left:calc(var(--grid-gutter) * 2);right:calc(var(--grid-gutter) * 2);width:calc(100% - (var(--grid-gutter) * 4));z-index:3}}.project__itemGalleryTop h3{font-weight:400;font-family:Grtsk Medium Giga;font-size:1.9rem}@media screen and (max-width:900px){.project__itemGalleryTop h3{color:var(--color-white)}}.project__itemGalleryTop img{max-height:2.1rem}.project__itemGalleryText{flex:1}@media screen and (max-width:900px){.project__itemGalleryText{padding-bottom:var(--grid-gutter);border-bottom:1px solid #ccc}}.project__itemGalleryText p{margin-bottom:var(--grid-gutter)}.project__itemGalleryLeft{flex:0.45;height:65rem;user-select:none;-webkit-user-drag:none;cursor:grab;border-radius:var(--border-radius)}@media screen and (max-width:900px){.project__itemGalleryLeft{height:auto;max-width:100vw;border-top-left-radius:0;border-top-right-radius:0}}.project__itemGalleryLeft:hover .swiper-button-next,.project__itemGalleryLeft:hover .swiper-button-prev{opacity:1}.project__itemGalleryLeft img{height:100%;object-fit:cover;object-position:bottom}@media screen and (max-width:900px){.project__itemGalleryLeft img{max-width:100vw;height:auto}}.project__itemGalleryThumbs{display:flex;gap:var(--grid-gutter)}@media screen and (max-width:900px){.project__itemGalleryThumbs{display:none}}.project__itemGalleryThumbsItem{flex:1;height:30rem;transition:all .3s ease-in-out}.project__itemGalleryThumbsItem:hover{opacity:.8;transition:all .3s ease-in-out}.project__itemGalleryThumbsItem img{height:100%;object-fit:cover;object-position:bottom;border-radius:var(--border-radius)}@media screen and (max-width:900px){.project__itemGalleryThumbsItem img{max-width:100vw;height:auto}}.project__itemGalleryRight{flex:0.55;display:flex;flex-direction:column;justify-content:space-between;height:65rem}@media screen and (max-width:900px){.project__itemGalleryRight{height:auto;padding:calc(var(--grid-gutter) * 1) calc(var(--grid-gutter) * 2)}}.project__itemText{flex:1;display:flex;gap:var(--grid-gutter)}@media screen and (max-width:900px){.project__itemText{flex-direction:column;padding:calc(var(--grid-gutter) * 0) calc(var(--grid-gutter) * 2) calc(var(--grid-gutter) * 6)}}.project__itemTextLogo{display:flex;flex-direction:column;gap:calc(var(--grid-gutter) * 2);margin-bottom:var(--grid-gutter);align-items:baseline}@media screen and (max-width:900px){.project__itemTextLogo{width:100%}}.project__itemTextLogo a{display:flex;align-items:end;background:#e4cfbf;padding:calc(var(--grid-gutter) / 3) calc(var(--grid-gutter) / 2);height:fit-content;font-family:Grtsk Medium Giga;font-size:1.6rem;transition:all .3s ease-in-out;background-position:120% 50%;border-radius:var(--border-radius)}@media screen and (max-width:900px){.project__itemTextLogo a{display:flex;justify-content:center;position:absolute;bottom:0;width:calc(100% - (var(--grid-gutter) * 4));font-size:13px;padding:calc(var(--grid-gutter) * 2) calc(var(--grid-gutter) / 1)}}.project__itemTextLogo a:hover{opacity:.7;transition:all .3s ease-in-out;padding-right:calc(var(--grid-gutter) * 1.5);background-image:url(/img/arrow-right-project.svg);background-size:1.4rem;background-repeat:no-repeat;background-position:95% 50%}.project__itemTextDescription p{margin-bottom:var(--grid-gutter)}@media screen and (max-width:900px){.project__itemTextDescription p{width:100%}}.project__itemTextLeft,.project__itemTextRight{flex:1}.project .swiper-button-next,.project .swiper-button-prev{background-size:contain;background-repeat:no-repeat;background-position:50%;width:44px;height:44px;opacity:0;transition:all .3s ease-in-out}@media screen and (max-width:900px){.project .swiper-button-next,.project .swiper-button-prev{opacity:1;width:34px;height:34px}}.project .swiper-button-prev{background-image:url(/img/arrow-left-project.svg)}.project .swiper-button-next{background-image:url(/img/arrow-right-project.svg)}.project .swiper-button-disabled,.project .swiper-button-next:after,.project .swiper-button-prev:after{display:none}.scroll-up{position:fixed;right:calc(var(--grid-gutter) * 2);bottom:calc(var(--grid-gutter) * 2);z-index:4;display:flex;align-items:center;justify-content:center;border-radius:50%;background:hsla(0,0%,100%,.7);width:4rem;height:4rem;cursor:pointer;opacity:0;transform:translateY(0);transition:all .3s ease}@media screen and (max-width:900px){.scroll-up{width:6rem;height:6rem}}.scroll-up svg{width:2rem}@media screen and (max-width:900px){.scroll-up svg{width:3rem}}.scroll-up.visible{opacity:1}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;font:inherit;line-height:1}body{background:#fff;color:#000;overflow-x:hidden;width:100vw}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit;background:none;border:none;outline:none}a{color:inherit;text-decoration:none}ol,ul{list-style:none}:root{--color-white:#fff;--color-black:#101010;--color-gray:#c1c1c1;--color-primary:#101010;--color-seconday:#e4cfbf;--bg-main:#fff;--font-h1:9rem;--font-h2:2.1rem;--font-body:1.4rem;--font-big:1.6rem;--grid-gutter:2.5rem;--grid-maxWidth:1640px;--border-radius:16px}@media screen and (max-width:900px){:root{--grid-gutter:10px;--font-h1:24px}}@media screen and (max-width:2620px){html{font-size:0.68359vw}}@media screen and (max-width:1440px){html{font-size:0.68359vw}}@media screen and (max-width:1024px){html{font-size:0.68359vw}}@media screen and (max-width:480px){html{font-size:1.66667vw}}body{font-family:Suisse Intl,Arial;font-weight:400;background:var(--bg-main);font-size:var(--font-body);line-height:calc(var(--font-body) + .5rem)}@media (min-width:1800px){html{font-size:12px}}#preloader{position:fixed;width:100%;height:100%;z-index:5;background-color:var(--color-primary);color:var(--color-white);font-family:Grtsk Medium Giga}#preloader .txt{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#preloader .txt-perc{font-size:.8rem;opacity:1;margin:0 0 6px;max-width:400px;text-align:center;color:var(--color-text);font-family:Grtsk Medium Giga}@media screen and (max-width:600px){#preloader .txt-perc{font-size:12px}}#preloader .progress{width:200px;height:1px;background-color:hsla(0,0%,100%,.5);margin:0 auto 15px}#preloader .progress span{display:block;width:0;height:100%;background-color:#fff}#preloader.is-hidden{visibility:hidden;opacity:0}