.about{min-height:100svh;width:100%;position:relative;margin-top:100px;overflow:visible}.about__inner{position:relative;margin-bottom:32px;margin-top:36px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px;padding:0 5%}.about__inner h2{font-size:clamp(1.563rem,1.343rem + .97vw,2.5rem);text-align:center}.about__inner h3{font-size:clamp(1.5rem,1.193rem + 1.36vw,2.813rem);text-align:center;font-family:Jura,sans-serif;padding:0 15%;font-weight:100}.about__picture{position:relative;height:100vh;width:100%;overflow:hidden;z-index:0}.about__mask{position:absolute;left:50%;transform:translateX(-50%);top:0;height:60vh;width:24rem;transform-origin:center;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.about__picture img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;border-radius:8px}@media (max-width:1300px){.about__picture img{border-radius:0}}.features{background-color:black;color:white}.features__inner{padding:5% 10%}.features__text{padding:60px 0;display:flex;flex-direction:column;justify-content:center;gap:20px;max-width:900px}.features__text h3{font-size:clamp(1.125rem,.95rem + .78vw,1.875rem)}.features__text p{font-family:Jura,sans-serif;font-size:clamp(1rem,.942rem + .26vw,1.25rem)}.feature__card{position:relative;width:100%;height:100%}.feature__content{overflow:hidden;margin-bottom:15px;height:70dvh;width:100%;border-radius:8px;border:1px solid rgba(255,255,255,.2);transition-property:transform;transition-duration:.3s;transition-timing-function:ease-out}.feature__card-video{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;object-position:center}.feature__card-text{position:relative;z-index:10;display:flex;flex-direction:column;width:100%;height:100%;padding:20px}.feature__card-text h2{position:relative;overflow:hidden;border-radius:8px;font-size:clamp(1.125rem,.95rem + .78vw,1.875rem)}.feature__card-text p{margin-top:10px;width:500px;font-size:clamp(1rem,.942rem + .26vw,1.25rem);font-family:Jura,sans-serif;font-weight:900}.feature__cardsWrap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));height:90dvh;grid-gap:20px;gap:20px}.card__item-1,.card__item-2,.card__item-3{border:1px solid rgba(255,255,255,.2);border-radius:8px;transition-property:transform;transition-duration:.3s;transition-timing-function:ease-out;overflow:hidden}.card__item-1{grid-column:1;grid-row:1/span 2}.card__item-2{grid-column:2;grid-row:1}.card__item-3{grid-column:2;grid-row:2}@media (max-width:1200px){.feature__card-text p{width:100%}.features__inner{padding:5%}}@media (max-width:750px){.feature__cardsWrap{grid-template-columns:repeat(2,1fr);grid-template-rows:1fr 1fr;gap:5px}.card__item-1{grid-column:1/span 2;grid-row:1}.card__item-2{grid-column:1;grid-row:2}.card__item-3{grid-column:2;grid-row:2}}.hero{position:relative;overflow-x:hidden;min-height:100%;width:100%}.hero__inner{height:100svh}.hero__inner,.hero__video{width:100%;overflow:hidden}.hero__video{z-index:10;height:100%;object-fit:cover}.hero__clip{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);position:absolute;z-index:50;width:256px;cursor:pointer;overflow:hidden;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:8px}.hero__clip-wrap{opacity:0;transition:all .5s ease-in;transform:scale(.5)}.hero__clip-wrap:hover{opacity:1;transform:scale(1)}.hero__clip-mini{object-fit:cover;object-position:center;width:256px;height:256px;transform:scale(1.5)}.hero__clip-max{visibility:hidden;z-index:20;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:8px}.hero__clip-max,.hero__clip-max-2{object-position:center;position:absolute;object-fit:cover}.hero__clip-max-2{left:0;top:0;width:100%;height:100%}.hero__title,.hero__title-2{position:absolute;bottom:2%;right:2%;z-index:40;font-family:Stalinist One,sans-serif;color:white;font-size:clamp(1.625rem,.398rem + 5.45vw,6.875rem)}.hero__title-2{z-index:0;color:black}.hero__desc{position:absolute;top:0;left:10%;z-index:40;width:100%;color:white;margin-top:7%;padding:0 20px}.hero__desc h2{font-size:clamp(2.5rem,1.769rem + 3.25vw,5.625rem);font-family:Jura,sans-serif}.hero__desc p{font-size:clamp(1.563rem,1.27rem + 1.3vw,2.813rem);font-family:Jura,sans-serif}.hero__desc span{font-size:clamp(2.5rem,2.135rem + 1.62vw,4.063rem)}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;z-index:1;opacity:0;transition:opacity .3s}.hero__video{position:relative}.hero__clip-max,.hero__clip-max-2,.hero__clip-mini,.hero__video{background:#000}@media (max-width:1600px){.hero__desc{top:10%}}@media (max-width:730px){.hero__desc{top:20%;left:3%;margin-top:3%}.hero__clip{width:200px}.hero__clip-mini{width:200px;height:200px}}@media (max-width:440px){.hero__clip{width:150px}.hero__clip-mini{width:150px;height:150px}.hero__desc{top:unset;bottom:15%}}.loader__page{width:100%;height:100dvh;position:absolute;z-index:100;background-color:black;color:aliceblue;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px}.loader{--dur:1s;position:relative;width:12em;height:12em;font-size:14px}.hamster,.hamster div,.loader__inner,.spoke{position:absolute}.loader__inner,.spoke{border-radius:50%;top:0;left:0;width:100%;height:100%}.loader__inner{background:radial-gradient(100% 100% at center,hsla(0,0%,60%,0) 47.8%,hsl(0,0%,60%) 48%);z-index:2}.hamster{animation:hamster var(--dur) ease-in-out infinite;top:50%;left:calc(50% - 3.5em);width:7em;height:3.75em;transform:rotate(4deg) translate(-.8em,1.85em);transform-origin:50% 0;z-index:1}.hamster__head{animation:hamsterHead var(--dur) ease-in-out infinite;background:hsl(30,90%,55%);border-radius:70% 30% 0 100%/40% 25% 25% 60%;box-shadow:inset 0 -.25em 0 hsl(30,90%,80%),inset .75em -1.55em 0 hsl(30,90%,90%);top:0;left:-2em;width:2.75em;height:2.5em;transform-origin:100% 50%}.hamster__ear{animation:hamsterEar var(--dur) ease-in-out infinite;background:hsl(0,90%,85%);border-radius:50%;box-shadow:inset -.25em 0 hsl(30,90%,55%);top:-.25em;right:-.25em;width:.75em;height:.75em;transform-origin:50% 75%}.hamster__eye{animation:hamsterEye var(--dur) linear infinite;background-color:hsl(0,0%,0%);border-radius:50%;top:.375em;left:1.25em;width:.5em;height:.5em}.hamster__nose{background:hsl(0,90%,75%);border-radius:35% 65% 85% 15%/70% 50% 50% 30%;top:.75em;left:0;width:.2em;height:.25em}.hamster__body{animation:hamsterBody var(--dur) ease-in-out infinite;background:hsl(30,90%,90%);border-radius:50% 30% 50% 30%/15% 60% 40% 40%;box-shadow:inset .1em .75em 0 hsl(30,90%,55%),inset .15em -.5em 0 hsl(30,90%,80%);top:.25em;left:2em;width:4.5em;height:3em;transform-origin:17% 50%;transform-style:preserve-3d}.hamster__limb--fl,.hamster__limb--fr{-webkit-clip-path:polygon(0 0,100% 0,70% 80%,60% 100%,0 100%,40% 80%);clip-path:polygon(0 0,100% 0,70% 80%,60% 100%,0 100%,40% 80%);top:2em;left:.5em;width:1em;height:1.5em;transform-origin:50% 0}.hamster__limb--fr{animation:hamsterFRLimb var(--dur) linear infinite;background:linear-gradient(hsl(30,90%,80%) 80%,hsl(0,90%,75%) 0);transform:rotate(15deg) translateZ(-1px)}.hamster__limb--fl{animation:hamsterFLLimb var(--dur) linear infinite;background:linear-gradient(hsl(30,90%,90%) 80%,hsl(0,90%,85%) 0);transform:rotate(15deg)}.hamster__limb--bl,.hamster__limb--br{border-radius:.75em .75em 0 0;-webkit-clip-path:polygon(0 0,100% 0,100% 30%,70% 90%,70% 100%,30% 100%,40% 90%,0 30%);clip-path:polygon(0 0,100% 0,100% 30%,70% 90%,70% 100%,30% 100%,40% 90%,0 30%);top:1em;left:2.8em;width:1.5em;height:2.5em;transform-origin:50% 30%}.hamster__limb--br{animation:hamsterBRLimb var(--dur) linear infinite;background:linear-gradient(hsl(30,90%,80%) 90%,hsl(0,90%,75%) 0);transform:rotate(-25deg) translateZ(-1px)}.hamster__limb--bl{animation:hamsterBLLimb var(--dur) linear infinite;background:linear-gradient(hsl(30,90%,90%) 90%,hsl(0,90%,85%) 0);transform:rotate(-25deg)}.hamster__tail{animation:hamsterTail var(--dur) linear infinite;background:hsl(0,90%,85%);border-radius:.25em 50% 50% .25em;box-shadow:inset 0 -.2em 0 hsl(0,90%,75%);top:1.5em;right:-.5em;width:1em;height:.5em;transform:rotate(30deg) translateZ(-1px);transform-origin:.25em .25em}.spoke{animation:spoke var(--dur) linear infinite;background:radial-gradient(100% 100% at center,hsl(0,0%,60%) 4.8%,hsla(0,0%,60%,0) 5%),linear-gradient(hsla(0,0%,55%,0) 46.9%,hsl(0,0%,65%) 47% 52.9%,hsla(0,0%,65%,0) 53%) 50% 50% /99% 99% no-repeat}.loader__page p{text-align:center;font-size:clamp(.813rem,.74rem + .32vw,1.063rem);padding:2% 10%}@keyframes hamster{0%,to{transform:rotate(4deg) translate(-.8em,1.85em)}50%{transform:rotate(0) translate(-.8em,1.85em)}}@keyframes hamsterHead{0%,25%,50%,75%,to{transform:rotate(0)}12.5%,37.5%,62.5%,87.5%{transform:rotate(8deg)}}@keyframes hamsterEye{0%,90%,to{transform:scaleY(1)}95%{transform:scaleY(0)}}@keyframes hamsterEar{0%,25%,50%,75%,to{transform:rotate(0)}12.5%,37.5%,62.5%,87.5%{transform:rotate(12deg)}}@keyframes hamsterBody{0%,25%,50%,75%,to{transform:rotate(0)}12.5%,37.5%,62.5%,87.5%{transform:rotate(-2deg)}}@keyframes hamsterFRLimb{0%,25%,50%,75%,to{transform:rotate(50deg) translateZ(-1px)}12.5%,37.5%,62.5%,87.5%{transform:rotate(-30deg) translateZ(-1px)}}@keyframes hamsterFLLimb{0%,25%,50%,75%,to{transform:rotate(-30deg)}12.5%,37.5%,62.5%,87.5%{transform:rotate(50deg)}}@keyframes hamsterBRLimb{0%,25%,50%,75%,to{transform:rotate(-60deg) translateZ(-1px)}12.5%,37.5%,62.5%,87.5%{transform:rotate(20deg) translateZ(-1px)}}@keyframes hamsterBLLimb{0%,25%,50%,75%,to{transform:rotate(20deg)}12.5%,37.5%,62.5%,87.5%{transform:rotate(-60deg)}}@keyframes hamsterTail{0%,25%,50%,75%,to{transform:rotate(30deg) translateZ(-1px)}12.5%,37.5%,62.5%,87.5%{transform:rotate(10deg) translateZ(-1px)}}@keyframes spoke{0%{transform:rotate(0)}to{transform:rotate(-1turn)}}.navbar{position:fixed;left:0;right:0;top:20px;height:80px;z-index:100;border-radius:8px;margin:0 10%;color:white;transition:all 1s ease}.navBack{background-color:#0f083b}.navbar__inner{position:absolute;top:50%;width:100%;height:100%;transform:translateY(-50%)}.navigation{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px;height:100%}.nav__logo a{font-size:26px;color:white}.nav__list ul{display:flex;justify-content:center;flex-wrap:wrap;align-items:center;gap:40px}.nav__list a{position:relative;font-size:clamp(.813rem,.769rem + .19vw,1rem);text-transform:uppercase;color:white;cursor:pointer}.nav__list a:after{content:"";position:absolute;bottom:-2px;left:0;height:2px;width:100%;transform-origin:right bottom;transform:scaleX(0);background-color:rgb(255,254,254);transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.65,.05,.36,1)}.nav__list a:hover:after{transform-origin:left bottom;transform:scaleX(1)}@media (max-width:1600px){.navigation{flex-direction:column;gap:10px}.navbar{height:120px}}@media (max-width:1000px){.nav__list ul{gap:15px}.navbar{margin:0 3%}}@media (max-width:730px){.nav__list ul{gap:15px}.navbar{margin:0 3%;height:160px}}@media (max-width:440px){.navbar{height:220px}.nav__list ul{gap:5px;flex-direction:column}}.story{min-height:100dvh;width:100%;background-color:black}.story__inner{display:flex;flex-direction:column;width:100%;height:100%;align-items:center;justify-content:center;padding:5% 10%;position:relative}.story__inner p{color:white;font-family:Jura,sans-serif;font-weight:900;text-align:center;padding:30px}.story__title{height:100%;color:white;padding:30px 0;font-size:clamp(1.125rem,.657rem + 2.08vw,3.125rem);z-index:50;mix-blend-mode:difference;line-height:1.2}.story__img,.story__title{position:relative;width:100%}.story__img{height:100dvh;filter:url(#flt_tag)}.story__img-mask{position:absolute;left:15%;top:-15%;width:80%;height:80%;overflow:hidden;-webkit-clip-path:polygon(4% 0,83% 21%,100% 100%,0 100%);clip-path:polygon(4% 0,83% 21%,100% 100%,0 100%)}.story__img-content{position:absolute;width:100%;height:100dvh;opacity:1;left:0;top:-20%;transform:translateZ(0) rotateX(0) rotateY(0) rotate(0) scale(1)}.story__img-content img{width:100%;height:100%;object-fit:contain}.storySvg{position:absolute;visibility:hidden;width:0;height:0}.story__special{width:800px;position:absolute;right:8%;color:white;bottom:12%;font-size:clamp(.75rem,.662rem + .39vw,1.125rem)}@media (max-width:1400px){.story__img-mask{-webkit-clip-path:polygon(0 20%,92% 26%,100% 90%,-2% 100%);clip-path:polygon(0 20%,92% 26%,100% 90%,-2% 100%);left:0;width:100%;height:100%;top:-42%}.story__img{height:60dvh}}@media (max-width:1024px){.story__special{width:100%;right:0;bottom:10%;padding:0 3%}.story{min-height:80dvh}}@media (max-width:830px){.story__img{height:50vh}.story__img-mask{left:0;width:100%;height:100%}.story__img-content{height:50dvh;left:0;top:0}}@media (max-width:500px){.story__special{bottom:-15%}.story__img-mask{top:-55%;-webkit-clip-path:polygon(15% 10%,100% 26%,83% 100%,-4% 94%);clip-path:polygon(15% 10%,100% 26%,83% 100%,-4% 94%)}.story__img{height:35vh}.story{min-height:90vh}}@media (max-width:400px){.story__special{bottom:-20%}.story{min-height:115vh}}.contact__inner{padding:5% 10%}.contact__wrap{max-width:1400px;height:600px;background-color:black;color:white;margin:0 auto;align-items:center;justify-content:center;text-align:center;padding:5%;position:relative;display:flex;flex-direction:column;gap:10px}.contact__wrap h2{width:600px;font-size:clamp(.875rem,.44rem + 1.94vw,2.375rem);line-height:1.1}.contact__wrap button{border:none;outline:none;padding:2% 10%;border-radius:8px;font-size:clamp(.813rem,.74rem + .32vw,1.063rem);cursor:pointer;transition:all 1s ease}.contact__wrap button:hover{background-color:#dfdff0;transition:all 1s ease}.contact__image-1{top:0;left:15%;width:250px;-webkit-clip-path:polygon(0 0,100% 0,100% 73%,25% 100%);clip-path:polygon(0 0,100% 0,100% 73%,25% 100%)}.contact__image-1,.contact__image-2{position:absolute;object-fit:contain}.contact__image-2{bottom:0;left:4%;width:300px;-webkit-clip-path:polygon(31% 0,100% 25%,85% 100%,29% 100%);clip-path:polygon(31% 0,100% 25%,85% 100%,29% 100%)}.contact__image-3{position:absolute;top:3%;right:2%;width:440px;object-fit:contain;-webkit-clip-path:polygon(29% 0,100% 25%,85% 100%,18% 100%);clip-path:polygon(29% 0,100% 25%,85% 100%,18% 100%)}@media (max-width:1700px){.contact__image-3{top:10%;right:2%;width:320px}}@media (max-width:1470px){.contact__image-3{top:15%;right:1%;width:250px}.contact__image-1{width:180px}.contact__image-2{width:240px}.contact__wrap{height:500px}}@media (max-width:1200px){.contact__image-1,.contact__image-2{display:none}.contact__wrap{height:430px;gap:20px;justify-content:flex-end}.contact__image-3{top:-60%;right:50%;width:230px;transform:translate(50%,50%)}.contact__wrap h2{width:100%}}@media (max-width:940px){.contact__image-3{top:-40%;width:209px}}@media (max-width:600px){.contact__wrap{height:375px;gap:20px;justify-content:flex-end}.contact__image-3{top:-35%;width:170px}}.footer__inner{width:100%;padding:5% 15%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;background-color:black}.footer__inner a{color:white;text-align:center;font-size:10px}.footer__inner ul img{width:40px;object-fit:contain}.footer__inner ul{display:flex;justify-content:center;align-items:center;gap:15px}.dev{width:140px}@media (max-width:950px){.footer__inner ul img{width:30px}}@media (max-width:550px){.dev{width:110px}}