h1,h2,h3,h4,h5,h6,p{margin:0}p:last-child{margin-bottom:0}ul,ol{margin:0;padding:0;list-style:none}a{color:currentColor;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%;height:auto}section{scroll-margin-top:40px}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.title-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.subtitle-wrapper{width:100%;padding-block:80px 16px;padding-inline:16px;display:flex;align-items:center;justify-content:center;background:var(--bg1);position:relative}.subtitle{font-weight:400;font-size:16px;line-height:1.5;text-transform:uppercase;color:var(--accent1);opacity:.6}.subtitle-wrapper:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:100%;height:1px;background:linear-gradient(to right,#0000,#9600004d 35%,#ff3a3a,#9600004d 65%,#0000);opacity:.8}.title{font-weight:700;font-size:32px;line-height:1.5;text-transform:uppercase;text-align:center;color:var(--txt1);margin-bottom:56px}.text{font-weight:300;font-size:16px;line-height:1.5;text-align:center;color:var(--txt1)}@media screen and (min-width: 1200px){section{scroll-margin-top:58px}.subtitle-wrapper{padding-block:80px 16px;padding-inline:120px}}*,*:before,*:after{box-sizing:border-box}:root{--font-family: "Oswald", sans-serif;--second-family: "Agdasima", sans-serif;--third-family: "Asap Condensed", sans-serif;--bg1: #000205;--bg2: #0e0e15;--bg3: #1d1d25;--txt1: #f2f5f8;--accent1: #0ee1e5;--accent2: #e6b944;--accent3: #e50e41;--playmarket-google-yelllow: #fabc13;--playmarket-google-red: #eb4335;--playmarket-google-blue: #547dbf;--playmarket-google-green: #30a851;--microsoft-btn-microsoft-green: #7fba00;--microsoft-btn-microsoft-red: #f25022;--microsoft-btn-microsoft-blue: #00a4ef;--microsoft-btn-microsoft-yellow: #ffb900}body{display:flex;flex-direction:column;min-width:100%;min-height:auto;margin:0;background:var(--bg1);font-family:var(--font-family);overflow-x:hidden}main{flex-grow:1}main:has(.back-link){text-align:center}html{scroll-behavior:smooth}.container{width:100%;margin:0 auto;padding-inline:16px}@media only screen and (min-width: 1200px){.container{max-width:none;padding-inline:clamp(16px,8vw,120px)}}.header{width:100%;position:relative;z-index:1000}.header-container{width:100%;position:fixed;top:0;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:space-between;padding-block:8px;padding-inline:16px;height:40px;background:var(--bg1)}.header-container.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:.9}.logo-img{width:100%;border-radius:4px;max-width:24px;height:24px}.header-nav{display:none}.header-nav-list{display:flex;align-items:center;gap:16px;list-style:none;margin:0;padding:0}.header-mobile-menu{display:flex;position:fixed;top:0;right:0;width:100%;max-width:375px;height:720px;background:var(--bg1);border-bottom:1px solid rgba(118,165,203,.6);z-index:100;flex-wrap:wrap;flex-direction:column;opacity:0;visibility:hidden;pointer-events:none;transform:translate(100%);will-change:transform,opacity;transition:all .3s ease}.header-mobile-menu.active{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.noscroll{overflow:hidden}.header-mobile-header{display:flex;align-items:center;justify-content:flex-end;padding-block:8px;padding-inline:16px;height:40px;background:var(--bg1)}.header-burger,.header-mobile-close{background:none;border:none;cursor:pointer}.header-mobile-close-icon,.header-burger-icon{width:100%;stroke-width:1px;stroke:var(--txt1);transition:all .3s ease}.header-burger-icon:hover,.header-mobile-close-icon:hover{stroke:var(--accent3);transform:translateY(2px) scale(.97)}.header-mobile-menu .header-mobile-nav{display:flex;flex-wrap:wrap;align-content:center}.header-mobile-nav{flex:1;display:flex;flex-direction:column;justify-content:space-between;margin-block:32px;gap:16px}.header-nav-link{font-weight:300;font-size:16px;line-height:1.5;color:var(--txt1);opacity:.5;display:inline-flex;align-self:center;position:relative;padding-block:8px;text-decoration:none;transition:all .3s ease}.header-nav-link:hover{opacity:1;transform:translateY(2px) scale(.97)}.header-logo-link{transition:all .3s ease}.header-logo-link:hover{filter:drop-shadow(0px 0px 4px rgb(214,157,91,.8));transform:translateY(2px) scale(.97)}@media screen and (min-width: 1200px){.header-container{padding-block:8px;padding-inline:120px;height:58px;align-items:center;justify-content:center}.logo-img{max-width:32px;height:32px}.header-nav{display:flex;width:100%;justify-content:center;margin-left:100px}.header-burger,.header-mobile-menu{display:none}.header-nav-list{width:100%;max-width:1033px;justify-content:space-between;gap:24px}.header-nav-link{font-size:12px}}.hero-container{padding-block:40px 46px;padding-inline:16px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-image:url(/assets/hero-img-mob-Bdl3EAga.webp);background-position:center;background-repeat:no-repeat;background-size:cover;height:840px}.hero.title-wrapper{gap:32px}.title-img{width:100%;max-width:343px;height:97px}.hero-title{font-weight:700;font-size:48px;line-height:1.3;text-transform:uppercase;text-align:center;color:var(--txt1)}.hero-content{padding-inline:10px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero.text{font-weight:300;font-size:24px;line-height:1.5;text-align:center;color:var(--txt1)}.logo{transition:all .3s ease}.logo:hover{filter:drop-shadow(0px 0px 4px rgb(214,157,91,.2));transform:translateY(2px) scale(.97)}.hero-br{display:none}@media only screen and (min-width: 1200px){.hero-container{width:100%;padding-block:106px 0px;justify-content:flex-start;background-image:url(/assets/hero-img-Cnuul4ZO.webp);height:886px}.hero-title{font-size:72px}.hero-content{padding-inline:0;margin-top:32px}.hero-br{display:block}}.about-container{padding-block:80px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media only screen and (min-width: 1200px){.about.title-wrapper{max-width:993px}.about.title{max-width:607px}}.visual-container{padding-block:80px;display:flex;flex-direction:column;align-items:center}.visual-content{width:100%}.visual-steps{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;gap:32px}.visual-step{width:100%;border-radius:8px;padding-block:24px;padding-inline:16px;max-width:333px;height:349px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:#0e0e1599;transition:all .5s ease}.visual-overlay{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-block:12px;padding-inline:0px;max-width:301px;height:134px}.visual-overlay h3{font-weight:300;font-size:20px;line-height:1.5;text-transform:uppercase;text-align:center;color:var(--txt1)}.visual-step-span{width:100%;max-width:261px;height:2px;margin-block:16px}.visual.text{opacity:.6}.visual-step-img{width:100%;border-radius:8px;max-width:301px;height:151px;object-fit:cover}.visual-step:hover,.visual-step-img:hover{filter:drop-shadow(0px 0px 4px rgb(14,225,229,.6));transition:all .5s ease}@media screen and (min-width: 1200px){.visual-container{width:100%}.visual-step{max-width:1200px;height:522px}.visual-overlay{max-width:1168px;height:110px}.visual-step-img{max-width:1168px;height:348px}}.gallery-container{padding-block:80px}.gallery-content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.gallery-steps{display:flex;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;gap:16px;padding:20px 0}.gallery-step{width:100%;border-radius:8px;max-width:270px;height:560px;scroll-snap-align:center;flex:0 0 85%;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .5s ease}.gallery-step:hover{box-shadow:inset 0 2px 8px #00000040}.gallery-steps .gallery-step img{width:100%;height:100%;object-fit:cover}.nav-btn{display:none}@media screen and (min-width: 1200px){.gallery-container{width:100%;position:relative;padding-inline:0}.gallery-steps{gap:32px}.gallery-content:after{position:absolute;content:"";top:18px;right:0;width:100%;max-width:191px;height:560px;opacity:.8;backdrop-filter:blur(14px);background:#01010266;-webkit-backdrop-filter:blur(14px);z-index:9}.gallery-content:before{position:absolute;content:"";top:18px;left:0;width:100%;max-width:191px;height:560px;opacity:.8;backdrop-filter:blur(14px);background:#01010266;-webkit-backdrop-filter:blur(14px);z-index:9}.gallery-step:first-child{margin-left:200px}.gallery-step:last-child{margin-right:200px}.gallery-step{flex:0 0 100%}.nav-btn{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:80px;height:80px;border-radius:4px;background:var(--bg3);box-shadow:0 4px 4px #00000040;border:none;cursor:pointer;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.gallery-icon{fill:none;stroke-width:2px;stroke:var(--txt1)}.nav-btn:hover{box-shadow:0 4px 4px #00000040,inset 0 0 24px #0ee1e599;transform:translateY(-50%) scale(.97)}.btn-prev{left:70px;rotate:90deg}.btn-next{right:70px;rotate:270deg}}.faq-container{padding-block:80px}.faq-grid,.accordion-container{display:flex;flex-direction:column;align-items:center;gap:32px;width:100%}.ac{width:100%;display:flex;justify-content:center;gap:12px;transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.ac-header-wrapper{width:100%;display:flex;flex-direction:column}.ac-trigger{width:100%;display:flex;padding:0;cursor:pointer;align-items:center;justify-content:center;border:none;background:none;border-bottom:1px solid var(--bg3)}.ac-content-box{flex-grow:1;display:flex;flex-direction:column}.ac-icon-box{width:100%;max-width:24px;height:24px;background:var(--accent3);border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform .4s cubic-bezier(.25,.46,.45,.94),filter .3s ease,box-shadow .3s ease}.faq-icon{fill:none;stroke:var(--txt1);transform:rotate(0);transition:all .3s ease}.ac-panel{overflow:hidden;transition:all .3s ease}.ac-trigger-question{font-weight:300;font-size:24px;line-height:1.5;color:var(--txt1);padding-block:8px;text-align:start;transition:.3s ease}.ac-text{margin-top:16px;text-align:start}.is-active .faq-icon{transform:rotate(180deg)}.is-active .ac-icon-box,.ac-icon-box:hover{transform:translateY(.01px) scale(.99);background:var(--accent1)}.is-active .ac-icon-box .faq-icon,.ac-icon-box:hover .faq-icon{stroke:var(--bg1)}@media (min-width: 1200px){.ac{max-width:790px}.ac-text,.ac-trigger-question{justify-content:flex-start;max-width:790px}}.contact-section{display:flex;flex-direction:column;align-items:center;justify-content:center}.contact-container{padding-block:80px;display:flex;flex-direction:column;align-items:center}.contact-info{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.contact-mailto{display:flex;align-items:center;gap:16px;font-weight:300;font-size:16px;line-height:1.5;color:var(--txt1);transition:all .3s ease}.contact-em{width:100%;max-width:31px;height:31px}.contact-mailto:hover{color:var(--accent2);transform:translateY(2px) scale(.97)}.contact-img{width:100%;min-height:295px;object-fit:cover}@media screen and (min-width: 1200px){.contact-section{padding-block:80px}.contact-img{height:100%}}.legal{width:100%;position:relative;z-index:1000;padding-top:0;background:var(--bg1)}.legal-header{width:100%;position:fixed;top:0;left:50%;transform:translate(-50%);padding-inline:10px;padding-block:32px 0;height:56px}.legal-header.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:.9}.policy-close-btn{display:flex;align-items:center;font-weight:300;font-size:12px;line-height:1.5;color:var(--txt1);transition:all .3s ease}.legal-close-icon{fill:none;stroke-width:1px;stroke:var(--txt1);transform:rotate(90deg)}.policy-close-btn:hover{transform:translateY(2px) scale(.99)}.legal-container{padding-block:104px 48px;padding-inline:26px;display:flex;flex-direction:column}.privacy-section{font-weight:300;font-size:14px;line-height:1.5;color:var(--txt1);opacity:.9}.legal-title{margin-bottom:56px;font-weight:700;font-size:32px;line-height:1.5;text-transform:uppercase;text-align:center;color:var(--txt1)}.privacy-section h3,.privacy-section h2{font-weight:300;font-size:20px;line-height:1.5;text-transform:uppercase;color:var(--txt1);margin-block:16px}.privacy-section h4{font-weight:300;font-size:14px;line-height:1.5;text-transform:uppercase;color:var(--txt1)}.legal-link{text-decoration:underline;text-decoration-skip-ink:none;transition:all .3s ease}.privacy-section a{overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;transition:all .3s ease}.legal-link:hover,.privacy-section a:hover{color:var(--accent3)}@media screen and (min-width: 1200px){.legal-header{padding-block:56px 16px;padding-inline:120px;height:96px}.legal-container{padding-block:128px 48px;padding-inline:223px}.legal-title{font-size:48px}}.footer-container{padding-block:8px 80px;border-top:1px solid var(--bg3);background:var(--bg1)}.footer-nav{width:100%}.footer-nav-list{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;margin-bottom:32px}.footer-separator-li{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.footer-logo{width:100%;max-width:343px;height:146px;transition:all .3s ease}.footer-separator-li:nth-child(2),.footer-separator-li:nth-child(3){width:100%;max-width:130px}.footer-separator-link{font-weight:300;font-size:16px;line-height:1.5;text-decoration:underline;text-decoration-skip-ink:none;color:var(--txt1);transition:all .3s ease}.footer-copy{font-weight:300;font-size:16px;line-height:1.5;text-align:center;color:var(--txt1)}.footer-separator-link:hover{color:var(--accent1);transform:translateY(2px) scale(.97)}@media only screen and (min-width: 1200px){.footer-container{width:100%;display:flex;flex-direction:row-reverse;align-items:center}.footer-nav{max-width:60%}.footer-separator-li{justify-content:flex-start}.footer-separator-li:nth-child(3),.footer-separator-li:nth-child(2){justify-content:flex-end}.footer-nav-list{margin-bottom:0;flex-wrap:nowrap}.footer-copy{display:flex;width:100%;max-width:40%;text-align:start}.footer-line{display:flex}}
