.Hero{height:100vh;gap:2rem;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center}@media screen and (max-width:1500px){.Hero{padding:0 3rem}}@media screen and (max-width:768px){.Hero{padding:0 2rem}}@media screen and (max-width:425px){.Hero{height:100vh}}.Hero__scroll{opacity:1;position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);font-size:.9rem;font-weight:500;mix-blend-mode:difference;z-index:10;color:#fff}.Hero__content,.Hero__scroll{display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:none}.Hero__content{position:relative;gap:1rem;max-width:850px;margin:auto;z-index:2}.Hero__content--atom{color:#000;width:600px}@media screen and (max-width:768px){.Hero__content--atom{max-width:400px}}@media screen and (max-width:425px){.Hero__content--atom{max-width:250px}}.Hero__content--smilie{cursor:pointer;pointer-events:auto;position:absolute;top:-3.5rem;right:-4rem;rotate:25deg;z-index:3;aspect-ratio:1/1;width:100px}@media screen and (max-width:768px){.Hero__content--smilie{width:80px;top:-2.5rem;right:-2.5rem}}@media screen and (max-width:425px){.Hero__content--smilie{width:60px;top:-2rem;right:-1.5rem}}.Hero__content--smilie svg{color:#000}.Hero__backgroundContainer{position:absolute;top:0;left:0;width:100vw;height:100vh;overflow:hidden;aspect-ratio:1/1;min-width:1400px;z-index:1}.Hero__background{position:absolute;z-index:1;top:-75%;left:-75%}.Hero__background--gallery{position:relative;width:250vw;height:250vh}.Hero__block{position:absolute;background-position:50%;background-size:cover;background-repeat:no-repeat;border-radius:.5rem;aspect-ratio:1/1;min-width:12.5rem}.Hero__block:first-child{width:20vw;left:5%;top:12%}.Hero__block:nth-child(2){width:15vw;left:20%;top:25%}.Hero__block:nth-child(3){width:17.5vw;left:40%;top:17.5%}.Hero__block:nth-child(4){width:15vw;left:65%;top:13.5%}.Hero__block:nth-child(5){width:20vw;left:85%;top:22.5%}.Hero__block:nth-child(6){width:15vw;left:7.5%;top:40%}.Hero__block:nth-child(7){width:17.5vw;left:25%;top:50%}.Hero__block:nth-child(8){width:15vw;left:55%;top:35%}.Hero__block:nth-child(9){width:20vw;left:65%;top:55.5%}.Hero__block:nth-child(10){width:17.5vw;left:80%;top:40%}.Hero__block:nth-child(11){width:20vw;left:6%;top:75%}.Hero__block:nth-child(12){width:15vw;left:27.5%;top:85%}.Hero__block:nth-child(13){width:17.5vw;left:38.5%;top:67.5%}.Hero__block:nth-child(14){width:20vw;left:57.5%;top:80%}.Hero__block:nth-child(15){width:20vw;left:82.5%;top:75.5%}.HeaderVideo{width:85vw;height:calc(100vh - 2rem);margin:0 auto;aspect-ratio:16/9;top:0;border-radius:20px;overflow:hidden;position:relative;z-index:10;background-color:red}@media screen and (max-width:768px){.HeaderVideo{height:100vh}}.HeaderVideo:after{content:" ";position:absolute;height:100%;width:100%;top:0;left:0;z-index:1;background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.5019607843))}.HeaderVideo video{height:100%;width:100%;object-fit:cover}.HeaderVideo article{pointer-events:none;position:absolute;bottom:8rem;left:50%;transform:translateX(-50%);z-index:10;font-family:var(--font-epilogue);font-weight:900;color:#fff;font-size:8rem;max-width:1600px;text-align:center;letter-spacing:-.04em;width:100%;line-height:95%}@media screen and (max-width:2000px){.HeaderVideo article{font-size:6.5rem;max-width:1400px;bottom:5rem}}@media screen and (max-width:768px){.HeaderVideo article{font-size:5rem;bottom:3rem}}@media screen and (max-width:425px){.HeaderVideo article{font-size:3rem}}.HeaderVideo article span:first-child{font-family:var(--font-lora)}.HeaderVideo article span:nth-child(2){position:relative;fill:#ec6129}.StickyCards{position:relative;width:100%;height:100%;background-color:#000;padding-top:7rem}.StickyCards__title{font-size:10rem;color:#fff;padding-bottom:5rem;font-family:var(--font-epilogue);font-weight:900;text-align:center;line-height:100%}@media screen and (max-width:768px){.StickyCards__title{font-size:8rem}}@media screen and (max-width:425px){.StickyCards__title{font-size:6rem}}.StickyCard{position:relative;width:100%;height:100vh;background-color:#fff;color:#000;padding:1.5rem;border-radius:2rem 2rem 0 0;will-change:transform;margin:auto}.StickyCard:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:var(--after-opacity,0);transition:opacity .1s ease;pointer-events:none;z-index:2}.StickyCard--content{max-width:1400px;display:flex;gap:3rem;margin:0 auto}@media screen and (max-width:1000px){.StickyCard--content{flex-direction:column;gap:0}}.StickyCard__index{flex:2;font-size:12rem;line-height:95%;font-family:var(--font-epilogue);font-weight:500;margin-top:2rem}@media screen and (max-width:1000px){.StickyCard__index{flex:1}}@media screen and (max-width:768px){.StickyCard__index{font-size:8rem;line-height:70%}}.StickyCard__content{flex:4;padding-top:1.5rem}.StickyCard__content--wrapper{width:75%;display:flex;flex-direction:column;gap:1.5rem}@media screen and (max-width:1000px){.StickyCard__content--wrapper{width:100%}}.StickyCard__header{width:100%;font-family:var(--font-epilogue);font-weight:600;font-size:2rem;line-height:100%}.StickyCard__img{aspect-ratio:5/3;position:relative;border-radius:1rem;overflow:hidden}.StickyCard__img img{object-fit:cover}@media screen and (max-width:768px){.StickyCard__img{width:70%}}@media screen and (max-width:425px){.StickyCard__img{width:100%}}.StickyCard__copy{display:flex;gap:1.5rem}@media screen and (max-width:1000px){.StickyCard__copy{flex-direction:column;gap:.5rem}}.StickyCard__copy--title{flex:2}.StickyCard__copy--title p{text-transform:uppercase;font-weight:600}.StickyCard__copy--description{flex:4}.ShortAbout{text-align:center;letter-spacing:-.04em;width:100%;max-width:1200px;display:flex;justify-content:center;align-items:center;flex-direction:column;margin:0 auto;height:90vh}@media screen and (max-width:768px){.ShortAbout{padding:0 5rem}}@media screen and (max-width:425px){.ShortAbout{padding:0 2rem}}.ShortAbout p{font-family:var(--font-epilogue);font-size:7rem;line-height:100%;font-weight:900}@media screen and (max-width:768px){.ShortAbout p{font-size:5rem}}@media screen and (max-width:425px){.ShortAbout p{font-size:3rem}}.ShortAbout span{font-family:var(--font-lora);font-size:7rem;line-height:90%;display:flex;align-items:center;justify-content:center;width:100%;gap:1rem;text-wrap:nowrap}@media screen and (max-width:768px){.ShortAbout span{font-size:5rem}}@media screen and (max-width:425px){.ShortAbout span{font-size:3rem}}.ShortAbout svg{height:7rem;width:auto;object-fit:contain}@media screen and (max-width:768px){.ShortAbout svg{height:5rem}}@media screen and (max-width:425px){.ShortAbout svg{height:3rem}}.Reviews{max-width:1400px;margin:0 auto;display:flex;gap:3rem;flex-direction:row}@media screen and (max-width:768px){.Reviews{flex-direction:column;padding:2rem 5rem}}@media screen and (max-width:425px){.Reviews{padding:2rem}}.Reviews h1{font-family:var(--font-epilogue);font-weight:900;text-transform:lowercase;font-size:4rem;line-height:100%;text-wrap:wrap}@media screen and (max-width:425px){.Reviews h1{font-size:3rem}}.Reviews svg{height:7rem;width:auto;object-fit:contain;display:inline-flex}@media screen and (max-width:768px){.Reviews svg{height:5rem}}@media screen and (max-width:425px){.Reviews svg{height:3rem}}.Reviews__vertical{display:flex}@media screen and (max-width:768px){.Reviews__vertical{display:none}}.Reviews__horizontal{display:none}@media screen and (max-width:768px){.Reviews__horizontal{display:flex}}.Reviews__title{position:sticky}@media screen and (max-width:768px){.Reviews__title{top:auto;position:block}}.FAQs{padding:10rem 0;max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:4rem}@media screen and (max-width:768px){.FAQs{padding:2rem 5rem}}@media screen and (max-width:425px){.FAQs{padding:2rem}}.FAQs h1{font-family:var(--font-epilogue);font-weight:900;text-transform:lowercase;font-size:4rem;line-height:100%;text-wrap:wrap;text-align:center}@media screen and (max-width:425px){.FAQs h1{font-size:3rem}}.Services{flex-direction:column;gap:2rem;max-width:1400px;margin:0 auto}.Service,.Services{display:flex;width:100%}.Service{padding:2rem 0}@media screen and (max-width:768px){.Service{flex-direction:column;padding:2rem 5rem;gap:2rem}}@media screen and (max-width:425px){.Service{padding:2rem}}.Service__first{flex:1;height:auto}.Service__first--head{display:flex}.Service__first--head span{flex:1}.Service__first--head span:first-child{font-size:12rem;line-height:95%;font-family:var(--font-epilogue);font-weight:500}@media screen and (max-width:768px){.Service__first--head span:first-child{font-size:8rem}}.Service__first--head span:nth-child(2){font-size:.9rem;font-weight:400}@media screen and (max-width:425px){.Service__first--head span:nth-child(2){display:none}}.Service__first--content{position:relative;width:100%;aspect-ratio:1/1}.Service__first--content-image{width:auto}.Service__first--content-image img{object-fit:contain}.Service__first--content,.Service__second--content{overflow:hidden}.Service__second{flex:1;height:auto}.Service__second,.Service__second--head{display:flex;flex-direction:column}.Service__second h1{font-size:4rem;font-family:var(--font-epilogue);font-weight:900}@media screen and (max-width:768px){.Service__second h1{font-size:3rem}}@media screen and (max-width:425px){.Service__second h1{font-size:2rem}}.Service__second p{font-size:1rem}.Service__second--button{background-color:#ec6129;color:#fff;width:fit-content;text-wrap:nowrap;height:fit-content;display:flex;align-items:center;justify-content:center;gap:.2rem;position:relative;transition:all .2s;margin-top:2rem;margin-bottom:1rem;padding:1rem 2rem;border-radius:1rem;font-size:1rem;line-height:100%;cursor:pointer;font-family:var(--font-epilogue);font-weight:900;text-transform:lowercase}.Service__second--button svg{transition:all .2s ease-in-out}.Service__second--button:hover{padding:1rem 2rem 1rem 2.6rem}.Service__second--button:hover svg{rotate:45deg}.Service__second--button:hover:before{content:"";height:9px;aspect-ratio:1/1;background-color:#fff;border-radius:50%;position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);z-index:10}