@charset "UTF-8";html{scroll-behavior:smooth}body{background:#000}a{-webkit-text-decoration:none;text-decoration:none}.title{color:#f5f1f2;color:var(--primary_grey, #F5F1F2);font-family:Urbanist;font-size:max(32px,min(2vw,48px));font-style:normal;font-weight:300;line-height:110%;text-transform:uppercase}.suptitle{color:#ababab;color:var(--natural_grey, #ABABAB);font-family:Manrope;font-size:max(16px,min(2vw,18px));font-style:normal;font-weight:600;line-height:130%}.bold{color:#ff6121;color:var(--primary_orange, #FF6121);font-family:Urbanist;font-size:max(32px,min(2vw,48px));font-style:normal;font-weight:700;line-height:110%;text-transform:uppercase}.orange-button{display:flex;align-items:center;gap:13px;padding:12px 16px;border:1px solid #FF6121;color:#f5f1f2;color:var(--primary_grey, #F5F1F2);font-family:Albert Sans;font-size:14px;font-style:normal;font-weight:700;line-height:20px;text-transform:capitalize;background:#ff6121;background:var(--primary_orange, #FF6121);transition:all .3s ease-in-out;cursor:pointer}@media screen and (max-width: 480px){.orange-button{width:100%;justify-content:center}}.orange-button svg path{transition:all .2s linear}.orange-button:hover,.orange-button:hover svg path{background:transparent;color:#ff6121;fill:#ff6121}*,*:after,*:before{box-sizing:border-box}html,body,div,span,object,iframe,h1,h2,h3,h5,h6,p,a,address,code,img,q,s,tt,var,b,u,i,dl,dt,ol,ul,li,form,tr,details,footer,header,section,time{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}details,footer,header,section{display:block}body{line-height:1}ol,ul{list-style:none}q{quotes:none}q:before,q:after{content:"";content:none}.container{width:100%;max-width:1440px;margin:0 auto;padding-left:max(16px,min(5vw,24px));padding-right:max(16px,min(5vw,24px));box-sizing:border-box}@media screen and (max-width: 480px){.container{max-width:480px;padding:0 16px}}.header{position:fixed;top:0;left:0;z-index:999;width:100%;padding:20px 0;background:#000;border-bottom:1px solid rgba(171,171,171,.1450980392)}@media screen and (max-width: 480px){.header{padding:16px 0}}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);opacity:0;visibility:hidden;transition:opacity .3s ease;z-index:998}.menu-overlay.active{opacity:1;visibility:visible}.header-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap}.header-block{display:flex;gap:24px}@media screen and (max-width: 480px){.header-block{justify-content:space-between;width:100%}}.header-menu{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:max(8px,min(2vw,26px))}.header-link{position:relative;color:#ababab;color:var(--natural_grey, #ABABAB);font-family:Albert Sans;font-size:14px;font-style:normal;font-weight:400;line-height:150%;text-transform:capitalize;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease-in-out}.header-link:hover{color:#ff6121}.header-button{overflow:hidden;position:relative;padding:12px 22px;color:#f5f1f2;color:var(--neutral-white, #F5F1F2);font-family:Albert Sans;font-size:14px;font-style:normal;font-weight:500;line-height:20px;text-transform:capitalize;background:transparent;cursor:pointer;z-index:1;border:1px solid rgba(255,255,255,.25);transition:ease-in-out .3s all;display:flex;align-items:center;justify-content:center;gap:12px}@media screen and (max-width: 480px){.header-button{display:none}}.header-button svg path{transition:linear .2s all}.header-button:hover,.header-button:hover svg path{color:#ff6121;fill:#ff6121;border:1px solid #FF6121}body.menu-open{overflow:hidden}.burger,.burger-close{display:none}@media screen and (max-width: 480px){.header-inner{position:relative;justify-content:space-between}.burger{display:flex;justify-content:center;align-items:center;background:none;width:40px;height:40px;padding:8px;cursor:pointer}.burger-close{display:flex;position:absolute;top:26px;right:24px;background:none;width:38px;height:38px;justify-content:center;align-items:center;cursor:pointer;z-index:1002}.header-menu{display:none;flex-direction:column;align-items:center;justify-content:initial;position:fixed;top:80px;left:0;width:100%;background:#0c0c0e;z-index:1000;padding:70px 16px 0;transition:all .3s ease}.open{display:flex!important}.header-link{padding:18px 0;-webkit-text-decoration:none;text-decoration:none;color:#ababab;width:100%;text-align:center}.header-link:not(:last-child){border-bottom:1px solid rgba(255,255,255,.1)}.header-buttons{display:none}}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.6);display:none;justify-content:center;align-items:center;z-index:1000}.popup{background:#1f1e22;background:var(--natural_dark_grey, #1F1E22);padding:80px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:60%;position:relative;animation:fadeIn .3s ease}@media screen and (max-width: 480px){.popup{padding:16px;width:100%;height:80vh}}.popup-inner{display:flex;flex-direction:column;align-items:stretch;gap:60px;width:100%}.popup h3{color:#f5f1f2;color:var(--primary_grey, #F5F1F2);font-family:Urbanist;font-size:48px;font-style:normal;font-weight:300;line-height:110%;text-transform:uppercase;margin-bottom:24px}@media screen and (max-width: 480px){.popup h3{font-size:40px}}.popup p{color:#ababab;color:var(--natural_grey, #ABABAB);font-family:Manrope;font-size:28px;font-style:normal;font-weight:500;line-height:140%}@media screen and (max-width: 480px){.popup p{font-size:16px}}.popup-form{display:flex;flex-direction:column;align-items:stretch;gap:32px;width:100%}@media screen and (max-width: 480px){.popup-form{width:100%}}.popup-form input{border:0px;border-bottom:1px solid rgba(255,255,255,.27);padding:8px 0;background:none;color:rgba(255,255,255,.4);font-family:Urbanist;font-size:16px;font-style:normal;font-weight:400;line-height:20px;outline:none;width:100%;resize:none}.popup-form textarea{border:0px;border-bottom:1px solid #656565;padding:0;background:none;color:rgba(255,255,255,.4);font-family:Urbanist;font-size:16px;font-style:normal;font-weight:400;line-height:20px;outline:none;width:100%;resize:none}.popup-bold{color:#ff6121;color:var(--primary_orange, #FF6121);font-weight:700}.popup-wrapper{display:flex;justify-content:center}.close-popup{position:absolute;top:16px;right:20px;font-size:32px;cursor:pointer;color:#5c5a5b}.popup-overlay.active{display:flex}@keyframes fadeIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.hero{margin-top:160px;position:relative}@media screen and (max-width: 480px){.hero{margin-top:110px}}.hero .container{position:relative}.hero-content{background:rgba(12,12,14,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-title{color:#f5f1f2;color:var(--primary_grey, #F5F1F2);font-family:Urbanist;font-size:max(31px,min(5vw,98px));font-style:normal;font-weight:300;line-height:100%;text-transform:uppercase;display:flex;flex-direction:column;width:100%;align-items:flex-end}@media screen and (max-width: 480px){.hero-title{align-items:flex-start}}.orange{color:#ff6121;color:var(--primary_orange, #FF6121);font-family:Urbanist;font-size:max(31px,min(5vw,98px));font-style:normal;font-weight:700;line-height:100%;text-transform:uppercase;text-align:left;width:100%}.opacity{opacity:.8}.hero-block{display:flex;justify-content:flex-end}.hero-inner{width:49%;display:flex;flex-direction:column;align-items:flex-start;margin-top:31px;gap:60px;background:rgba(12,12,14,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media screen and (max-width: 480px){.hero-inner{width:100%}}.hero-img{position:absolute;top:50px;left:-170px;z-index:-1;animation:rotate 30s linear infinite;transform-origin:center center}@media screen and (max-width: 480px){.hero-img{width:360px;left:auto;left:initial;top:300px}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.service{margin-top:180px;padding-top:20px;background:rgba(12,12,14,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media screen and (max-width: 480px){.service{margin-top:120px}}.service-block{display:flex;justify-content:flex-end}.service-content{width:49%;display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 480px){.service-content{width:100%}}.service-list{display:flex;justify-content:space-between;align-items:stretch;gap:25px;margin-top:60px}@media screen and (max-width: 480px){.service-list{flex-direction:column;gap:16px}}.service-item{background:#1f1e22;background:var(--natural_dark_grey, #1F1E22);padding:24px;transition:all .3s linear}.service-item:hover{background:#ff6121}.service-item:hover .service-item-text{color:#fff}.service-item-title{color:#f5f1f2;color:var(--primary_grey, #F5F1F2);font-family:Urbanist;font-size:16px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.32px;text-transform:uppercase;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.27)}.service-item-title b{font-weight:700}.service-item-text{color:#ababab;color:var(--natural_grey, #ABABAB);font-family:Urbanist;font-size:16px;font-style:normal;font-weight:400;line-height:20px;max-width:211px;width:100%;padding-top:20px;transition:.3s all linear}.why{margin-top:180px;padding-top:20px}@media screen and (max-width: 480px){.why{margin-top:110px}}.why-block{display:flex;justify-content:space-between;align-items:flex-start}.why-content{display:flex;flex-direction:column;gap:24px;width:49%}@media screen and (max-width: 480px){.why-content{width:100%}}.why-subtitle{color:#ababab;color:var(--natural_grey, #ABABAB);font-family:Urbanist;font-size:12px;font-style:normal;font-weight:300;line-height:20px;letter-spacing:-.24px;text-transform:uppercase}@media screen and (max-width: 480px){.why-subtitle{display:none}}.why-list{display:flex;justify-content:space-between;align-items:stretch;margin-top:60px}@media screen and (max-width: 480px){.why-list{flex-direction:column;gap:24px}}.why-item{width:49%;background:#1f1e22;background:var(--natural_dark_grey, #1F1E22);padding:24px;display:flex;justify-content:space-between;align-items:flex-start;transition:all .3s linear}@media screen and (max-width: 480px){.why-item{width:100%;justify-content:initial}}.why-item:hover{background:#161618}.why-item-inner{width:70%}@media screen and (max-width: 480px){.why-item-inner{width:100%}}@media screen and (max-width: 480px){.why-item-arrow{display:none}}.why-item-title{color:#f5f1f2;color:var(--primary_grey, #F5F1F2);font-family:Albert Sans;font-size:max(20px,min(2vw,28px));font-style:normal;font-weight:600;line-height:130%;text-transform:uppercase;margin-bottom:24px;margin-left:48px}@media screen and (max-width: 480px){.why-item-title{margin-left:0;margin-left:initial}}.why-item-check{display:flex;align-items:center;gap:24px}.why-item-text{max-width:381px;width:100%;color:#f5f1f2;color:var(--primary_grey, #F5F1F2);font-family:Urbanist;font-size:16px;font-style:normal;font-weight:400;line-height:20px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.15);border-bottom:1px solid var(--ffffff, rgba(255, 255, 255, .15))}.work{margin-top:180px;padding-top:20px}@media screen and (max-width: 480px){.work{margin-top:110px}}.work-block{display:flex;justify-content:space-between;align-items:flex-start}.work-subtitle{color:#ababab;color:var(--natural_grey, #ABABAB);font-family:Urbanist;font-size:12px;font-style:normal;font-weight:300;line-height:20px;letter-spacing:-.24px;text-transform:uppercase}@media screen and (max-width: 480px){.work-subtitle{display:none}}.work-content{display:flex;flex-direction:column;gap:24px;width:49%}@media screen and (max-width: 480px){.work-content{width:100%}}.result{margin-top:180px;padding-top:20px;position:relative}@media screen and (max-width: 480px){.result{margin-top:110px}}.result-img{position:absolute;top:-80px;width:100%;height:auto;z-index:-1;-webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgb(0,0,0) 20%,rgb(0,0,0) 75%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(0deg,rgba(0,0,0,0),#000 20%,#000 75%,rgba(0,0,0,0))}@media screen and (max-width: 480px){.result-img{display:none}}.result-img-mobile{display:none}@media screen and (max-width: 480px){.result-img-mobile{display:block;position:absolute;top:-80px;width:100%;height:auto;z-index:-1;-webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgb(0,0,0) 20%,rgb(0,0,0) 75%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(0deg,rgba(0,0,0,0),#000 20%,#000 75%,rgba(0,0,0,0))}}.result-block{display:flex;justify-content:flex-start}.result-content{width:49%;display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 480px){.result-content{width:100%}}.result-card{margin-top:60px;width:49%;background:#1f1e22;background:var(--natural_dark_grey, #1F1E22);padding:24px;transition:all .3s linear}@media screen and (max-width: 480px){.result-card{width:100%}}.result-card:hover{background:#161618}.result-card-title{color:#ff6121;color:var(--primary_orange, #FF6121);font-family:Albert Sans;font-size:max(20px,min(2vw,28px));font-style:normal;font-weight:600;line-height:130%;text-transform:uppercase}.card-inner{max-width:600px;width:100%}.card-item-text{color:#f5f1f2;color:var(--primary_grey, #F5F1F2);font-family:Urbanist;font-size:16px;font-style:normal;font-weight:400;line-height:20px;padding-top:11px;display:flex;gap:10px}.card-item-text:not(:last-child){padding-bottom:11px;border-bottom:1px solid rgba(255,255,255,.15)}.step{margin-top:180px;padding-top:20px}@media screen and (max-width: 480px){.step{margin-top:110px}}.step-block{background-image:url(/assets/step-img-DOJpQZDA.png);-webkit-backround-image:url(/assets/step-img-DOJpQZDA.png);width:100%;height:610px}.step-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}@media screen and (max-width: 480px){.step-inner{padding:0 24px}}.step-title{color:#0c0c0e;color:var(--natural_black, #0C0C0E);font-family:Urbanist;font-size:max(32px,min(2vw,48px));font-style:normal;font-weight:400;line-height:110%;text-transform:uppercase}.step-title b{font-weight:800}.step-text{color:#0c0c0e;color:var(--natural_black, #0C0C0E);text-align:center;max-width:660px;width:100%;font-family:Urbanist;font-size:28px;font-style:normal;font-weight:600;line-height:130%;margin:24px 0 60px}.contact{margin-top:200px}@media screen and (max-width: 480px){.contact{margin-top:110px}}.contact-block{position:relative;display:flex;justify-content:flex-end}.contact-img{position:absolute;top:50px;left:-130px;z-index:-1;animation:rotate 30s linear infinite;transform-origin:center center}@media screen and (max-width: 480px){.contact-img{left:auto;left:initial;width:360px;top:600px}}.contact-text{color:#ababab;color:var(--natural_grey, #ABABAB);font-family:Manrope;font-size:max(18px,min(2vw,28px));font-style:normal;font-weight:500;line-height:140%;margin-bottom:60px}.contact-inner{width:49%;display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 480px){.contact-inner{width:100%}}.form-group{margin-bottom:50px}input,textarea{width:100%;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.27);padding:10px 0;color:rgba(255,255,255,.4);font-family:Urbanist;font-size:16px;font-style:normal;font-weight:400;line-height:20px;outline:none}.contact-button,.popup-btn{display:flex;align-items:center;gap:13px;padding:12px 16px;border:1px solid #F5F1F2;color:#0c0c0e;color:var(--primary_grey, #0C0C0E);font-family:Albert Sans;font-size:14px;font-style:normal;font-weight:700;line-height:20px;text-transform:capitalize;background:#f5f1f2;background:var(--primary_orange, #F5F1F2);transition:all .3s ease-in-out;cursor:pointer}@media screen and (max-width: 480px){.contact-button,.popup-btn{width:100%;justify-content:center}}.contact-button svg path,.popup-btn svg path{transition:all .3s linear}.contact-button:hover,.contact-button:hover svg path,.popup-btn:hover,.popup-btn:hover svg path{background:transparent;color:#f5f1f2;fill:#f5f1f2}.footer{margin-top:220px;background:#1f1e22;background:var(--natural_dark_grey, #1F1E22);padding:24px 0}.footer-inner{display:flex;justify-content:space-between;align-items:stretch}@media screen and (max-width: 480px){.footer-inner{flex-direction:column}}.footer-right{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;width:49%}@media screen and (max-width: 480px){.footer-right{width:100%;align-items:center}}.line{padding-left:17px;border-left:2px solid rgba(255,255,255,.27)}@media screen and (max-width: 480px){.line{padding-left:0;padding-left:initial;border-left:0;border-left:initial}}.footer-year{color:rgba(255,255,255,.27);color:var(--ffffff, rgba(255, 255, 255, .27));font-family:Urbanist;font-size:12px;font-style:normal;font-weight:400;line-height:20px}@media screen and (max-width: 480px){.footer-year{display:none}}.footer-email{color:#ff6121;color:var(--primary_orange, #FF6121);font-family:Albert Sans;font-size:28px;font-style:normal;font-weight:600;line-height:130%;text-transform:uppercase;padding:32px 0}.footer-policy{color:rgba(255,255,255,.27);color:var(--ffffff, rgba(255, 255, 255, .27));font-family:Urbanist;font-size:12px;font-style:normal;font-weight:400;line-height:20px}@media screen and (max-width: 480px){.footer-menu{display:flex;flex-direction:column;align-items:center;width:100%;gap:16px;padding:32px 0;margin-top:32px;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}}.policy{margin-top:100px}.policy-title{color:#f5f1f2;font-family:Urbanist;font-size:max(31px,min(3vw,48px));font-style:normal;font-weight:300;line-height:110%;text-transform:uppercase}.policy-orange{color:#ff6121;color:var(--primary_orange, #FF6121);font-family:Urbanist;font-size:max(31px,min(3vw,48px));font-style:normal;font-weight:700;line-height:110%;text-transform:uppercase}.policy-item-title{color:#f5f1f2;color:var(--primary_grey, #F5F1F2);font-family:Urbanist;font-size:max(22px,min(3vw,28px));font-style:normal;font-weight:600;line-height:130%;padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid #262626}.policy-item-title span{color:#ff6121}.policy-item-text{color:#ababab;color:var(--natural_grey, #ABABAB);font-family:Urbanist;font-size:16px;font-style:normal;font-weight:400;line-height:140%;margin-bottom:48px}
