.hero{position:relative;width:100%;min-height:952px;background:#000;overflow:hidden}.hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:invert(1) brightness(.6);opacity:.35;pointer-events:none;transform:scale(1.04);animation:heroBgReveal 1.8s cubic-bezier(.22,1,.36,1) forwards}.hero__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;height:800px;text-align:center}.hero__titleBlock{margin-bottom:24px}.hero__lineMask{overflow:hidden}.hero__lineMask+.hero__lineMask{margin-top:6px}.hero__title{font-family:Effra;font-style:normal;font-weight:900;font-size:72px;line-height:1.12;color:#fff;max-width:700px;margin:0}.hero__titleLine{opacity:0;transform:translateY(110%);animation:heroLineReveal 1s cubic-bezier(.22,1,.36,1) forwards;will-change:transform,opacity}.hero__lineMask--1 .hero__titleLine{animation-delay:.2s}.hero__lineMask--2 .hero__titleLine{animation-delay:.38s}.hero__textMask{overflow:hidden;margin-bottom:32px}.hero__text{font-family:Effra;font-style:normal;font-weight:400;font-size:18px;line-height:1.5;color:#8b8b8b;max-width:600px;margin:0;opacity:0;transform:translateY(100%);animation:heroTextReveal .9s cubic-bezier(.22,1,.36,1) .58s forwards;will-change:transform,opacity}.hero__ctaMask{overflow:visible}.hero__cta{position:relative;display:inline-flex;align-items:center;justify-content:center;opacity:0;transform:translateY(80%);animation:heroCtaReveal .9s cubic-bezier(.22,1,.36,1) .78s forwards;will-change:transform,opacity}.hero__button{display:inline-flex;align-items:center;gap:8px;font-family:Effra;font-style:normal;font-weight:700;font-size:18px;line-height:1.4;background:#a8ff35;color:#000;border:none;border-radius:40px;padding:16px 32px;cursor:pointer;transition:transform .25s ease,filter .25s ease,box-shadow .25s ease}.hero__button:hover{transform:scale(.97);filter:brightness(.9)}.hero__hint{position:absolute;left:calc(100% + 20px);top:-10px;display:flex;flex-direction:column;align-items:center;pointer-events:none}.hero__hintText{font-family:GoodDog;font-weight:400;font-size:16px;line-height:16px;color:#fff;text-align:center;transform:rotate(6deg);width:130px}.hero__hintArrow{width:36px;height:36px;transform:translate(-40px) rotate(-180deg) scaleX(-1) scaleY(-1)}@keyframes heroBgReveal{0%{opacity:0;transform:scale(1.04)}to{opacity:.35;transform:scale(1)}}@keyframes heroLineReveal{0%{opacity:0;transform:translateY(110%)}to{opacity:1;transform:translateY(0)}}@keyframes heroTextReveal{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes heroCtaReveal{0%{opacity:0;transform:translateY(80%)}to{opacity:1;transform:translateY(0)}}@keyframes heroHintFloat{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}@media(max-width:992px){.hero{min-height:980px}.hero__titleBlock{margin-bottom:20px}.hero__title{font-size:54px;line-height:1.08;max-width:560px}.hero__textMask{margin-bottom:26px}.hero__text{font-size:16px;line-height:1.55;max-width:500px}}@media(max-width:600px){.hero{min-height:930px}.hero__content{height:660px}.hero__titleBlock{margin-bottom:16px}.hero__lineMask+.hero__lineMask{margin-top:2px}.hero__title{font-size:40px;line-height:1.08}.hero__textMask{margin-bottom:22px}.hero__text{max-width:380px;font-size:18px;line-height:1.55}}@media(max-width:480px){.hero{min-height:950px}.hero__titleBlock{margin-bottom:16px}.hero__lineMask+.hero__lineMask{margin-top:2px}.hero__title{font-size:36px;line-height:1.4}.hero__textMask{margin-bottom:22px}.hero__text{max-width:330px;font-size:16px;line-height:1.55}.hero__button{border-radius:40px;padding:14px 30px}.hero__hint{display:none}}@media(max-width:385px){.hero{min-height:880px}.hero__content{height:580px}.hero__title{max-width:300px;font-size:32px;line-height:1.1}.hero__text{max-width:280px;font-size:16px;line-height:1.5;color:#ffffff8c}.hero__button{border-radius:40px;padding:14px 30px}.hero__buttonIcon{width:16px;height:16px}}.header{position:absolute;top:0;left:0;width:100%;z-index:10}.header__inner{display:flex;align-items:center;justify-content:space-between;height:99px}.header__brand{display:inline-flex;align-items:center;gap:12px;height:41px;text-decoration:none}.header__brandIcon{width:40px;height:40px}.header__brandText{font-family:Effra;font-style:normal;font-weight:700;font-size:24px;line-height:1;color:#fff}.header__nav{display:flex;gap:40px}.header__nav a{font-family:Effra;font-style:normal;font-weight:400;font-size:18px;line-height:1;text-align:center;color:#fff;transition:color .2s ease,opacity .2s ease,transform .2s ease;text-decoration:none}.header__nav a:hover{color:#dbdbdb}.header__actions{display:flex;align-items:center;gap:40px}.header__login{font-family:Effra;font-style:normal;font-weight:400;font-size:18px;line-height:1;color:#fff;background:transparent;border:none;cursor:pointer;padding:0;transition:color .2s ease,transform .2s ease}.header__login:hover{color:#dbdbdb}.header__register{font-family:Effra;font-style:normal;font-weight:400;font-size:18px;line-height:1;text-align:center;color:#000;background:#fff;border:none;padding:12px 32px;border-radius:40px;cursor:pointer;transition:background .25s ease,transform .25s ease,box-shadow .25s ease}.header__register:hover{background:#dbdbdb;transform:translateY(-1px)}.header__reveal{opacity:0;transform:translateY(115%);animation:headerRevealUp .82s cubic-bezier(.22,1,.36,1) forwards;will-change:opacity,transform}.header__reveal--1{animation-delay:.08s}.header__reveal--2{animation-delay:.16s}.header__reveal--3{animation-delay:.24s}.header__reveal--4{animation-delay:.32s}.header__reveal--5{animation-delay:.4s}.header__reveal--6{animation-delay:.48s}.header__reveal--7{animation-delay:.58s}.header__reveal--8{animation-delay:.68s}.header__burger{display:none;position:relative;width:36px;height:36px;border:none;background:transparent;padding:0;cursor:pointer;z-index:31;opacity:0;transform:translateY(115%);will-change:opacity,transform}.header__burger span{position:absolute;left:6px;width:24px;height:2px;background:#fff;border-radius:999px;transition:top .28s ease,transform .28s ease}.header__mobileTop{position:absolute;top:0;left:0;right:0;height:84px;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.header__mobileLogo{width:38px;height:38px}.header__burger span:nth-child(1){top:13px}.header__burger span:nth-child(2){top:21px}.header__burger--active span:nth-child(1){top:17px;transform:rotate(45deg)}.header__burger--active span:nth-child(2){top:17px;transform:rotate(-45deg)}.header__mobileMenu{display:none}@keyframes headerRevealUp{0%{opacity:0;transform:translateY(115%)}to{opacity:1;transform:translateY(0)}}@media(max-width:1280px){.header__inner{height:92px}.header__nav{gap:30px}.header__actions{gap:28px}.header__nav a,.header__login,.header__register{font-size:17px}.header__register{padding:11px 26px}}@media(max-width:1160px){.header__brandText{font-size:22px}.header__brandIcon{width:36px;height:36px}.header__nav{gap:22px}.header__actions{gap:20px}.header__nav a,.header__login,.header__register{font-size:15px}.header__register{padding:10px 22px}}@media(max-width:992px){.header{z-index:40}.header__inner{height:84px}.header__nav,.header__actions,.header__brandText{display:none}.header__brandIcon{width:44px;height:44px}.header__burger{display:block;animation:headerRevealUp .82s cubic-bezier(.22,1,.36,1) .16s forwards}.header__mobileMenu{display:block;position:fixed;top:0;left:0;right:0;height:min(760px,88vh);background:#000;z-index:25;opacity:1;visibility:hidden;pointer-events:none;transform:translateY(-100%);transition:transform .7s cubic-bezier(.22,1,.36,1),visibility .38s ease;overflow:hidden}.header__mobileMenu--open{visibility:visible;pointer-events:auto;transform:translateY(0)}.header__mobileInner{height:100%;padding:130px 32px 48px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:34px}.header__mobileInner a,.header__mobileLogin{color:#fff;text-decoration:none;font-family:Effra;font-size:22px;font-weight:400;line-height:1;background:transparent;border:none;cursor:pointer}.header__mobileRegister{margin-top:8px;min-width:190px;height:56px;border:none;border-radius:999px;background:#fff;color:#000;font-family:Effra;font-size:22px;font-weight:400;line-height:1;cursor:pointer;transition:transform .25s ease,background .25s ease}.header__mobileRegister:hover{transform:scale(.98);background:#ebebeb}}@media(max-width:600px){.header__inner{height:78px}.header__brandIcon{width:38px;height:38px}.header__burger{width:32px;height:32px}.header__burger span{left:5px;width:22px}.header__burger span:nth-child(1){top:11px}.header__burger span:nth-child(2){top:19px}.header__burger--active span:nth-child(1){top:15px}.header__burger--active span:nth-child(2){top:15px}.header__mobileMenu{height:min(700px,84vh)}.header__mobileInner{padding:110px 24px 36px;gap:30px}.header__mobileInner a,.header__mobileLogin{font-size:18px}.header__mobileRegister{min-width:150px;height:46px;font-size:18px}}.tabs{position:absolute;left:50%;bottom:60px;transform:translate(-50%);width:min(1100px,calc(100% - 40px));height:220px;z-index:5}.tab{position:absolute;width:341.23px;height:82px;background:#181818;display:flex;align-items:center;gap:15.87px;padding:0 18px;box-sizing:border-box;-webkit-user-select:none;user-select:none;box-shadow:0 12px 16px #000000e6;opacity:1;transform:translate(var(--tx, 0)) rotate(var(--rot));transform-origin:center;transition:opacity .32s ease,transform .42s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.tab:before{content:"";position:absolute;inset:0;transform:translate(8px,8px);opacity:.8;filter:blur(5px);z-index:-1}.tab__icon{width:31.74px;height:31.74px;flex:0 0 auto}.tab__text{display:flex;align-items:center;gap:10px;flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;padding-right:84.65px}.tab__title,.tab__sub{font-family:Effra;font-weight:400;font-size:23.8065px;line-height:28px}.tab__title{color:#fff}.tab__sub{color:#fff9}.tab__fade{position:absolute;right:0;top:0;width:84.65px;height:82px;background:linear-gradient(270deg,#181818 60%,#18181800);pointer-events:none}.tab__close{position:absolute;right:18px;top:50%;transform:translateY(-50%);width:28px;height:28px;border:none;background:transparent;cursor:pointer;display:grid;place-items:center;opacity:.9}.tab__close:hover{opacity:1}.tab__close img{width:15.87px;height:15.87px}.tab:nth-child(1){left:0;top:0;--tx: 0;--rot: -4deg;z-index:4}.tab:nth-child(2){left:202px;top:69px;--tx: 0;--rot: 2deg;z-index:3}.tab:nth-child(3){left:453px;top:15px;--tx: 0;--rot: -2deg;z-index:2}.tab:nth-child(4){left:721px;top:80px;--tx: 0;--rot: 4deg;z-index:1}.tabs--init .tab:nth-child(1){opacity:0;animation:tabReveal1 .85s cubic-bezier(.22,1,.36,1) 1s forwards}.tabs--init .tab:nth-child(2){opacity:0;animation:tabReveal2 .85s cubic-bezier(.22,1,.36,1) 1.15s forwards}.tabs--init .tab:nth-child(3){opacity:0;animation:tabReveal3 .85s cubic-bezier(.22,1,.36,1) 1.3s forwards}.tabs--init .tab:nth-child(4){opacity:0;animation:tabReveal4 .85s cubic-bezier(.22,1,.36,1) 1.45s forwards}.tab--enter{opacity:0;transform:translate(var(--tx, 0)) rotate(var(--rot)) translateY(10px) scale(.96)}.tab--hidden{opacity:0;transform:translate(var(--tx, 0)) rotate(var(--rot)) translateY(10px) scale(.96);pointer-events:none}@keyframes tabReveal1{0%{opacity:0;transform:translate(var(--tx, 0)) rotate(-8deg) translateY(30px) scale(.94)}to{opacity:1;transform:translate(var(--tx, 0)) rotate(-4deg) translateY(0) scale(1)}}@keyframes tabReveal2{0%{opacity:0;transform:translate(var(--tx, 0)) rotate(6deg) translateY(34px) scale(.94)}to{opacity:1;transform:translate(var(--tx, 0)) rotate(2deg) translateY(0) scale(1)}}@keyframes tabReveal3{0%{opacity:0;transform:translate(var(--tx, 0)) rotate(-6deg) translateY(34px) scale(.94)}to{opacity:1;transform:translate(var(--tx, 0)) rotate(-2deg) translateY(0) scale(1)}}@keyframes tabReveal4{0%{opacity:0;transform:translate(var(--tx, 0)) rotate(8deg) translateY(38px) scale(.94)}to{opacity:1;transform:translate(var(--tx, 0)) rotate(4deg) translateY(0) scale(1)}}@media(max-width:1280px){.tabs{width:min(980px,calc(100% - 40px));height:220px;bottom:52px}.tab:nth-child(1){left:50%;top:0;--tx: -145%;--rot: -4deg}.tab:nth-child(2){left:50%;top:68px;--tx: -82%;--rot: 2deg}.tab:nth-child(3){left:50%;top:12px;--tx: -18%;--rot: -2deg}.tab:nth-child(4){left:50%;top:78px;--tx: 48%;--rot: 4deg}}@media(max-width:1160px){.tabs{width:min(860px,calc(100% - 32px));height:220px;bottom:46px}.tab:nth-child(1){left:50%;top:0;--tx: -128%;--rot: -4deg}.tab:nth-child(2){left:50%;top:64px;--tx: -74%;--rot: 2deg}.tab:nth-child(3){left:50%;top:10px;--tx: -22%;--rot: -2deg}.tab:nth-child(4){left:50%;top:72px;--tx: 30%;--rot: 4deg}}@media(max-width:992px){.tabs{width:100%;max-width:380px;height:360px;bottom:28px}.tab{width:300px;height:72px;padding:0 16px;gap:12px}.tab__icon{width:26px;height:26px}.tab__text{gap:8px;padding-right:60px}.tab__title,.tab__sub{font-size:17px;line-height:22px}.tab__fade{width:60px;height:72px}.tab__close{right:14px;width:24px;height:24px}.tab__close img{width:12px;height:12px}.tab:nth-child(1){left:50%;top:0;--tx: -52%;--rot: -4deg}.tab:nth-child(2){left:50%;top:72px;--tx: -48%;--rot: 2deg}.tab:nth-child(3){left:50%;top:144px;--tx: -51%;--rot: -2deg}.tab:nth-child(4){left:50%;top:216px;--tx: -47%;--rot: 3deg}}@media(max-width:360px){.tabs{width:100%;max-width:340px;height:344px;bottom:24px}.tab{width:270px;height:65px;padding:0 14px;gap:10px}.tab__icon{width:23px;height:23px}.tab__text{gap:7px;padding-right:54px}.tab__title,.tab__sub{font-size:15px;line-height:20px}.tab__fade{width:54px;height:65px}.tab__close{right:12px;width:22px;height:22px}.tab__close img{width:11px;height:11px}.tab:nth-child(1){left:50%;top:0;--tx: -52%;--rot: -4deg}.tab:nth-child(2){left:50%;top:64px;--tx: -48%;--rot: 2deg}.tab:nth-child(3){left:50%;top:128px;--tx: -51%;--rot: -2deg}.tab:nth-child(4){left:50%;top:192px;--tx: -47%;--rot: 3deg}}.openTab{width:100%;min-height:766px;background:#a8ff35;display:flex;align-items:center;overflow:hidden}.openTab__container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.openTab__titleMask{overflow:hidden;margin-bottom:60px}.openTab__title{font-family:Effra;font-style:normal;font-weight:800;font-size:72px;line-height:86px;text-align:center;color:#000;max-width:854px;margin:0;opacity:0;transform:translateY(110%);will-change:transform,opacity}.openTab__cardWrap{position:relative;width:854px;display:flex;justify-content:center;margin-bottom:48px}.openTab__card{width:502px;height:202px;background:#f5f5f5;border-radius:16px;display:grid;place-items:center;box-shadow:0 18px 40px #0000001f}.openTab__cardReveal{opacity:0;transform:translateY(48px) scale(.94);will-change:transform,opacity}.openTab__photo{width:360px;max-width:calc(100% - 80px);height:auto;display:block;opacity:0;transform:translateY(18px) scale(.98)}.openTab__hint{position:absolute;width:120px;display:flex;flex-direction:column;align-items:center}.openTab__hintText{font-family:GoodDog;font-style:normal;font-weight:400;font-size:14px;line-height:14px;text-align:center;color:#000;transform:rotate(6deg);width:95px}.openTab__arrow{width:35.39px;height:35.45px}.openTab__hint--left{left:40px;top:60px}.openTab__arrow--left{transform:translate(20px) rotate(180deg) scaleX(1) scaleY(1)}.openTab__hint--right{right:40px;top:60px}.openTab__arrow--right{transform:translate(-25px) rotate(0) scaleX(1) scaleY(1)}.openTab__hintReveal{opacity:0;will-change:transform,opacity}.openTab__hintReveal--left{transform:translate(-24px) translateY(18px) rotate(-4deg)}.openTab__hintReveal--right{transform:translate(24px) translateY(18px) rotate(4deg)}.openTab__textMask{overflow:hidden;margin-top:14px}.openTab__text{font-family:Effra;font-style:normal;font-weight:400;font-size:18px;line-height:150%;text-align:center;color:#000;max-width:666px;margin:0;opacity:0;transform:translateY(100%);will-change:transform,opacity}.openTab--visible .openTab__title{animation:openTabTitleReveal .95s cubic-bezier(.22,1,.36,1) .08s forwards}.openTab--visible .openTab__cardReveal{animation:openTabCardReveal 1s cubic-bezier(.22,1,.36,1) .28s forwards,openTabCardFloat 4.2s ease-in-out 1.4s infinite}.openTab--visible .openTab__photo{animation:openTabPhotoReveal .9s cubic-bezier(.22,1,.36,1) .5s forwards}.openTab--visible .openTab__hintReveal--left{animation:openTabHintLeftReveal .85s cubic-bezier(.22,1,.36,1) .72s forwards,openTabHintFloatLeft 3.2s ease-in-out 1.7s infinite}.openTab--visible .openTab__hintReveal--right{animation:openTabHintRightReveal .85s cubic-bezier(.22,1,.36,1) .88s forwards,openTabHintFloatRight 3.4s ease-in-out 1.9s infinite}.openTab--visible .openTab__text{animation:openTabTextReveal .9s cubic-bezier(.22,1,.36,1) .98s forwards}@keyframes openTabTitleReveal{0%{opacity:0;transform:translateY(110%)}to{opacity:1;transform:translateY(0)}}@keyframes openTabCardReveal{0%{opacity:0;transform:translateY(48px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes openTabPhotoReveal{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes openTabHintLeftReveal{0%{opacity:0;transform:translate(-24px) translateY(18px) rotate(-4deg)}to{opacity:1;transform:translate(0) translateY(0) rotate(0)}}@keyframes openTabHintRightReveal{0%{opacity:0;transform:translate(24px) translateY(18px) rotate(4deg)}to{opacity:1;transform:translate(0) translateY(0) rotate(0)}}@keyframes openTabTextReveal{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes openTabCardFloat{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1)}to{transform:translateY(0) scale(1)}}@keyframes openTabHintFloatLeft{0%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-5px) rotate(2deg)}to{transform:translateY(0) rotate(-2deg)}}@keyframes openTabHintFloatRight{0%{transform:translateY(0) rotate(2deg)}50%{transform:translateY(-5px) rotate(-2deg)}to{transform:translateY(0) rotate(2deg)}}@media(max-width:992px){.openTab{min-height:700px}.openTab__titleMask{margin-bottom:52px}.openTab__title{font-size:60px;line-height:72px;max-width:720px}.openTab__cardWrap{width:720px;margin-bottom:42px}.openTab__card{width:460px;height:190px}.openTab__photo{width:330px}.openTab__hint--left{left:20px;top:62px}.openTab__hint--right{right:20px;top:62px}.openTab__text{max-width:620px;font-size:17px}}@media(max-width:860px){.openTab{min-height:680px}.openTab__title{font-size:52px;line-height:62px;max-width:620px}.openTab__titleMask{margin-bottom:48px}.openTab__cardWrap{width:100%;max-width:620px;margin-bottom:40px}.openTab__card{width:400px;height:172px}.openTab__photo{width:290px}.openTab__hint{width:100px}.openTab__hintText{font-size:13px;line-height:13px;width:84px}.openTab__arrow{width:30px;height:30px}.openTab__hint--left{left:8px;top:58px}.openTab__hint--right{right:8px;top:58px}.openTab__text{max-width:560px;font-size:16px}}@media(max-width:720px){.openTab{min-height:660px;padding:64px 0}.openTab__title{font-size:46px;line-height:54px;max-width:500px}.openTab__titleMask{margin-bottom:42px}.openTab__cardWrap{max-width:500px;margin-bottom:75px}.openTab__card{width:360px;height:156px;border-radius:14px}.openTab__photo{width:260px}.openTab__hint{width:120px}.openTab__hintText{font-size:15px;line-height:15px;width:120px}.openTab__arrow{width:44px;height:44px}.openTab__hint--left{left:20px;top:125px;z-index:2}.openTab__hint--right{right:28px;top:-30px}.openTab__arrow--left{transform:translate(30px) rotate(-40deg) scaleX(-1) scaleY(-1)}.openTab__arrow--right{transform:translate(-0px) rotate(-65deg) scaleX(1) scaleY(1)}.openTab__text{max-width:460px;font-size:15px;line-height:150%}}@media(max-width:600px){.openTab{min-height:650px;padding:70px 0}.openTab__titleMask{margin-bottom:40px}.openTab__title{font-size:44px;line-height:52px;max-width:440px}.openTab__cardWrap{width:100%;max-width:440px;margin-bottom:72px}.openTab__card{width:340px;height:150px;border-radius:14px}.openTab__photo{width:250px;max-width:calc(100% - 54px)}.openTab__hint{display:flex;width:112px}.openTab__hintText{font-size:14px;line-height:14px;width:112px}.openTab__arrow{width:40px;height:40px}.openTab__hint--left{left:22px;top:122px;z-index:2}.openTab__hint--right{right:24px;top:-32px}.openTab__arrow--left{transform:translate(28px) rotate(-40deg) scaleX(-1) scaleY(-1)}.openTab__arrow--right{transform:translate(0) rotate(-65deg) scaleX(1) scaleY(1)}.openTab__text{max-width:390px;font-size:15px;line-height:150%}}@media(max-width:480px){.openTab{min-height:650px;padding:64px 0}.openTab__titleMask{margin-bottom:58px}.openTab__title{font-size:38px;line-height:46px;max-width:360px}.openTab__cardWrap{max-width:360px;margin-bottom:72px}.openTab__card{width:386px;max-width:calc(100vw - 48px);height:135px;border-radius:14px}.openTab__photo{width:330px;max-width:calc(100% - 48px)}.openTab__hint{display:flex;width:104px}.openTab__hintText{font-size:13px;line-height:13px;width:104px}.openTab__arrow{width:36px;height:36px}.openTab__hint--right{right:12px;top:-48px}.openTab__hint--left{left:10px;top:112px;z-index:2}.openTab__arrow--right{transform:translate(0) rotate(-65deg) scaleX(1) scaleY(1)}.openTab__arrow--left{transform:translate(28px) rotate(-40deg) scaleX(-1) scaleY(-1)}.openTab__textMask{margin-top:0}.openTab__text{max-width:310px;font-size:14px;line-height:150%}}@media(max-width:385px){.openTab{min-height:650px;padding:56px 0}.openTab__titleMask{margin-bottom:56px}.openTab__title{font-size:36px;line-height:43px;max-width:340px}.openTab__cardWrap{max-width:340px;margin-bottom:72px}.openTab__card{width:340px;max-width:calc(100vw - 48px);height:134px;border-radius:14px}.openTab__photo{width:290px;max-width:calc(100% - 44px)}.openTab__hint{display:flex;width:98px}.openTab__hintText{font-size:12px;line-height:12px;width:98px}.openTab__arrow{width:34px;height:34px}.openTab__hint--right{right:-2px;top:-48px}.openTab__hint--left{left:-2px;top:112px;z-index:2}.openTab__arrow--right{transform:translate(0) rotate(-65deg) scaleX(1) scaleY(1)}.openTab__arrow--left{transform:translate(26px) rotate(-40deg) scaleX(-1) scaleY(-1)}.openTab__text{max-width:286px;font-size:14px;line-height:150%}}.about{width:100%;min-height:584px;background:#fff;display:flex;align-items:center;overflow:hidden}.about__container{width:100%}.about__title{display:flex;flex-direction:column;margin:0;max-width:1160px;font-family:Effra;font-style:normal;font-weight:700;font-size:64px;line-height:76px;color:#000}.about__line{display:block;opacity:0;transform:translateY(90%);will-change:transform,opacity}.about__line--muted{color:#8b8b8b}.about--visible .about__line--1{animation:aboutLineReveal 1.05s cubic-bezier(.16,1,.3,1) .06s forwards}.about--visible .about__line--2{animation:aboutLineReveal 1.05s cubic-bezier(.16,1,.3,1) .18s forwards}.about--visible .about__line--3{animation:aboutLineReveal 1.05s cubic-bezier(.16,1,.3,1) .3s forwards}.about--visible .about__line--4{animation:aboutLineReveal 1.05s cubic-bezier(.16,1,.3,1) .42s forwards}.about--visible .about__line--5{animation:aboutLineReveal 1.05s cubic-bezier(.16,1,.3,1) .54s forwards}@keyframes aboutLineReveal{0%{opacity:0;transform:translateY(90%)}to{opacity:1;transform:translateY(0)}}@media(max-width:992px){.about{min-height:500px}.about__title{max-width:860px;font-size:54px;line-height:66px}}@media(max-width:720px){.about{min-height:420px;padding:48px 0}.about__title{max-width:560px;font-size:42px;line-height:52px}}@media(max-width:600px){.about{min-height:380px;padding:42px 0}.about__title{max-width:460px;font-size:36px;line-height:44px}}@media(max-width:480px){.about{min-height:340px;padding:36px 0}.about__title{max-width:340px;font-size:30px;line-height:38px}}@media(max-width:385px){.about{min-height:300px;padding:32px 0}.about__title{max-width:290px;font-size:26px;line-height:33px}}.startups{width:100%;background:#fff;padding:140px 0 128px;overflow:hidden}.startups__container{display:flex;flex-direction:column;align-items:center}.startups__title{font-family:Effra;font-weight:700;font-size:64px;line-height:76px;text-align:center;color:#000;margin-bottom:80px;max-width:1160px;opacity:0;transform:translateY(80%)}.startups--visible .startups__title{animation:startupsTitleReveal 1s cubic-bezier(.16,1,.3,1) forwards}.startups__grid{width:100%;max-width:1160px;display:grid;grid-template-columns:repeat(4,295.98px);gap:32px;justify-content:center}.startups__card{width:295.98px;height:133.53px;background:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(50px) scale(.94);will-change:transform,opacity}.startups--visible .startups__card{animation:startupsCardReveal .95s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(var(--i) * .07s)}.startups__logo{max-width:200px;max-height:60px;width:auto;height:auto;object-fit:contain}@keyframes startupsTitleReveal{0%{opacity:0;transform:translateY(80%)}to{opacity:1;transform:translateY(0)}}@keyframes startupsCardReveal{0%{opacity:0;transform:translateY(50px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:1380px){.startups{padding:126px 0 120px}.startups__title{font-size:58px;line-height:70px;max-width:980px;margin-bottom:72px}.startups__grid{max-width:1040px;grid-template-columns:repeat(4,240px);gap:24px}.startups__card{width:240px;height:112px}.startups__logo{max-width:170px;max-height:52px}}@media(max-width:1100px){.startups{padding:116px 0 112px}.startups__title{font-size:52px;line-height:64px;max-width:860px;margin-bottom:64px}.startups__grid{max-width:860px;grid-template-columns:repeat(4,190px);gap:18px}.startups__card{width:190px;height:92px}.startups__logo{max-width:132px;max-height:40px}}@media(max-width:992px){.startups{padding:108px 0 104px}.startups__title{max-width:760px;font-size:48px;line-height:58px;margin-bottom:58px}.startups__grid{max-width:720px;grid-template-columns:repeat(4,160px);gap:16px}.startups__card{width:160px;height:82px;border-radius:8px}.startups__logo{max-width:112px;max-height:34px}}@media(max-width:720px){.startups{padding:92px 0 96px}.startups__title{max-width:540px;font-size:44px;line-height:52px;margin-bottom:52px}.startups__grid{max-width:470px;grid-template-columns:repeat(2,210px);gap:20px}.startups__card{width:210px;height:96px}.startups__logo{max-width:145px;max-height:44px}}@media(max-width:600px){.startups{padding:84px 0 88px}.startups__title{max-width:420px;font-size:40px;line-height:48px;margin-bottom:44px}.startups__grid{max-width:390px;grid-template-columns:repeat(2,170px);gap:18px}.startups__card{width:170px;height:78px}.startups__logo{max-width:112px;max-height:34px}}@media(max-width:480px){.startups{padding:76px 0 82px}.startups__title{width:335px;max-width:100%;font-size:36px;line-height:43px;font-weight:900;margin-bottom:38px}.startups__grid{max-width:340px;grid-template-columns:repeat(2,162px);gap:16px}.startups__card{width:162px;height:74px}.startups__logo{max-width:105px;max-height:32px}}@media(max-width:385px){.startups{padding:70px 0 76px}.startups__title{max-width:310px;font-size:32px;line-height:39px;margin-bottom:34px}.startups__grid{max-width:318px;grid-template-columns:repeat(2,151px);gap:14px}.startups__card{width:151px;height:70px}.startups__logo{max-width:98px;max-height:30px}}.platforms{width:100%;min-height:2209px;background:#fafafa;padding:140px 0;overflow:hidden}.platforms__container{display:flex;flex-direction:column;align-items:center}.platforms__title{font-family:Effra;font-style:normal;font-weight:700;font-size:64px;line-height:76px;text-align:center;color:#000;margin-bottom:80px;max-width:1160px;opacity:0;transform:translateY(80%);will-change:transform,opacity}.platforms--visible .platforms__title{animation:platformsTitleReveal 1s cubic-bezier(.16,1,.3,1) forwards}.platforms__socials{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:80px;flex-wrap:wrap}.platforms__socialButton{width:124px;height:124px;border:none;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;opacity:0;transform:translateY(50px) scale(.96);will-change:transform,opacity}.platforms--visible .platforms__socialButton{animation:platformsSocialReveal .95s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(var(--i) * .07s)}.platforms__socialButton:hover{transform:translateY(-4px);box-shadow:0 16px 32px #00000014}.platforms__socialButton--active{background:#a8ff35}.platforms__socialIcon{width:54px;height:54px;object-fit:contain}.platforms__tweets{width:100%;display:flex;flex-direction:column;align-items:center;gap:43px;margin-bottom:80px}.platforms__tweet{display:block;width:100%;object-fit:contain;opacity:0;transform:translateY(50px) scale(.96);will-change:transform,opacity}.platforms__tweet--small,.platforms__tweet--large{max-width:800px}.platforms--visible .platforms__tweet--1{animation:platformsTweetReveal .95s cubic-bezier(.16,1,.3,1) .7s forwards}.platforms--visible .platforms__tweet--2{animation:platformsTweetReveal .95s cubic-bezier(.16,1,.3,1) .84s forwards}.platforms--visible .platforms__tweet--3{animation:platformsTweetReveal .95s cubic-bezier(.16,1,.3,1) .98s forwards}.platforms__button{min-width:198px;height:57px;border:none;border-radius:40px;background:#000;color:#fff;font-family:Effra;font-style:normal;font-weight:400;font-size:18px;line-height:140%;cursor:pointer;padding:16px 32px;opacity:0;transform:translateY(50px) scale(.96);will-change:transform,opacity;transition:transform .25s ease}.platforms--visible .platforms__button:not(.platforms__button--ready){animation:platformsButtonReveal .95s cubic-bezier(.16,1,.3,1) 1.12s forwards}.platforms__button--ready{opacity:1;transform:translateY(0) scale(1)}.platforms__button--ready:hover{transform:scale(.97)}@keyframes platformsTitleReveal{0%{opacity:0;transform:translateY(80%)}to{opacity:1;transform:translateY(0)}}@keyframes platformsSocialReveal{0%{opacity:0;transform:translateY(50px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes platformsTweetReveal{0%{opacity:0;transform:translateY(50px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes platformsButtonReveal{0%{opacity:0;transform:translateY(50px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:1300px){.platforms{min-height:auto;padding:120px 0}.platforms__title{font-size:58px;line-height:70px;margin-bottom:72px}.platforms__socials{gap:14px;margin-bottom:72px}.platforms__socialButton{width:110px;height:110px;border-radius:14px}.platforms__socialIcon{width:48px;height:48px}.platforms__tweets{gap:36px;margin-bottom:72px}.platforms__tweet--small,.platforms__tweet--large{max-width:760px}}@media(max-width:1100px){.platforms{padding:108px 0}.platforms__title{max-width:760px;font-size:48px;line-height:58px;margin-bottom:60px}.platforms__socials{gap:12px;margin-bottom:56px}.platforms__socialButton{width:92px;height:92px;border-radius:12px}.platforms__socialIcon{width:40px;height:40px}.platforms__tweets{gap:28px;margin-bottom:60px}.platforms__tweet--small,.platforms__tweet--large{max-width:680px}.platforms__button{min-width:180px;height:54px;font-size:16px}}@media(max-width:900px){.platforms{padding:100px 0}.platforms__title{max-width:640px;font-size:46px;line-height:54px;margin-bottom:52px}.platforms__socials{gap:10px;margin-bottom:50px}.platforms__socialButton{width:74px;height:74px;border-radius:10px}.platforms__socialIcon{width:32px;height:32px}.platforms__tweets{gap:24px;margin-bottom:54px}.platforms__tweet--small,.platforms__tweet--large{max-width:620px}.platforms__button{min-width:172px;height:52px;font-size:15px}}@media(max-width:720px){.platforms{padding:92px 0}.platforms__title{max-width:520px;font-size:44px;line-height:52px;margin-bottom:46px}.platforms__socials{width:100vw;overflow-x:auto;overflow-y:hidden;justify-content:flex-start;flex-wrap:nowrap;gap:12px;padding:0 20px 10px;margin-bottom:48px;scrollbar-width:none}.platforms__socials::-webkit-scrollbar{display:none}.platforms__socialButton{flex:0 0 auto;width:82px;height:82px;border-radius:12px}.platforms__socialIcon{width:36px;height:36px}.platforms__tweets{gap:24px;margin-bottom:52px}.platforms__tweet--small,.platforms__tweet--large{width:calc(100vw - 40px);max-width:620px}.platforms__button{min-width:172px;height:52px;font-size:15px}}@media(max-width:480px){.platforms{padding:76px 0 84px}.platforms__title{width:339px;max-width:100%;font-size:36px;line-height:43px;font-weight:900;margin-bottom:42px}.platforms__socials{gap:10px;padding:0 18px 8px;margin-bottom:38px}.platforms__socialButton{width:64px;height:64px;border-radius:8px}.platforms__socialIcon{width:31px;height:31px}.platforms__tweets{gap:16px;margin-bottom:36px}.platforms__tweet--small,.platforms__tweet--large{width:calc(100vw - 36px);max-width:386px;border-radius:12px}.platforms__button{min-width:152px;height:44px;padding:12px 24px;font-size:14px;font-weight:700;border-radius:40px}}@media(max-width:385px){.platforms{padding:70px 0 76px}.platforms__title{max-width:310px;font-size:32px;line-height:39px;margin-bottom:38px}.platforms__socialButton{width:58px;height:58px}.platforms__socialIcon{width:28px;height:28px}.platforms__tweet--small,.platforms__tweet--large{width:calc(100vw - 28px)}}.pricing{width:100%;min-height:1128px;background:#000;padding:140px 0 120px;overflow:hidden}.pricing__container{display:flex;flex-direction:column;align-items:center}.pricing__title{width:100%;max-width:1160px;font-family:Effra;font-style:normal;font-weight:700;font-size:64px;line-height:76px;text-align:center;color:#fff;margin-bottom:40px;opacity:0;transform:translateY(80%);will-change:transform,opacity}.pricing--visible .pricing__title{animation:pricingTitleReveal 1.2s cubic-bezier(.22,1,.36,1) forwards}.pricing__switchWrap{position:relative;display:flex;align-items:center;gap:24px;margin-bottom:40px;opacity:0;transform:translateY(60px) scale(.98);will-change:transform,opacity}.pricing--visible .pricing__switchWrap{animation:pricingSwitchReveal 1.1s cubic-bezier(.22,1,.36,1) .18s forwards}.pricing__switchLabel{font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:24px;line-height:29px;color:#f5f5f5;opacity:.5;transition:color .3s ease,opacity .3s ease}.pricing__switchLabel--active{color:#fff;opacity:1}.pricing__switch{position:relative;width:104px;height:52px;border:none;border-radius:99px;background:#fff;cursor:pointer;padding:0;transition:background .3s ease}.pricing__switchThumb{position:absolute;top:8px;left:8px;width:36px;height:36px;border-radius:99px;background:#a8ff35;transition:transform .35s cubic-bezier(.22,1,.36,1)}.pricing__switch--yearly .pricing__switchThumb{transform:translate(52px)}.pricing__hint{position:absolute;left:calc(100% + 18px);top:-10px;display:flex;flex-direction:column;align-items:center}.pricing__hintText{font-family:GoodDog;font-style:normal;font-weight:400;font-size:14px;line-height:14px;text-align:center;color:#fff;transform:rotate(6deg);width:72px}.pricing__hintArrow{width:35.39px;height:35.45px;transform:translate(-25px) rotate(0) scaleX(1) scaleY(1)}.pricing__cards{width:100%;max-width:1300px;display:grid;grid-template-columns:repeat(3,360px);gap:80px;justify-content:center}.pricing__card{width:400px;height:696px;background:#fafafa;border-radius:16px;padding:32px 48px 29px;display:flex;flex-direction:column;text-align:left;box-sizing:border-box;opacity:0;transform:translateY(50px) scale(.96);will-change:transform,opacity}.pricing--visible .pricing__card{animation:pricingCardReveal 1.1s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(var(--i) * .1s + .35s)}.pricing__card--featured{background:#a8ff35}.pricing__cardTop{margin-bottom:28px}.pricing__cardTitle{font-family:Effra;font-style:normal;font-weight:600;font-size:36px;line-height:100%;color:#000;margin-bottom:8px}.pricing__cardSubtitle{font-family:Effra;font-style:normal;font-weight:200;font-size:18px;line-height:100%;color:#000}.pricing__divider{width:100%;height:1px;background:#0003;margin-bottom:32px}.pricing__priceRow{display:flex;align-items:flex-end;gap:8px;margin-bottom:32px}.pricing__price{font-family:Effra;font-style:normal;font-weight:600;font-size:64px;line-height:100%;color:#000}.pricing__priceSuffix{font-family:Effra;font-style:normal;font-weight:400;font-size:18px;line-height:100%;color:#000;margin-bottom:8px}.pricing__features{display:flex;flex-direction:column;gap:24px;margin-bottom:auto}.pricing__feature{display:flex;align-items:center;gap:8px;font-family:Effra;font-style:normal;font-weight:400;font-size:18px;line-height:100%;color:#000}.pricing__featureIcon{width:24px;height:24px;flex:0 0 auto}.pricing__button{width:100%;height:58px;border:none;border-radius:29px;background:#a8ff35;color:#000;font-family:Effra;font-style:normal;font-weight:700;font-size:18px;line-height:140%;text-align:center;cursor:pointer;margin-top:40px;transition:transform .25s ease,filter .25s ease}.pricing__button:hover{transform:scale(.97);filter:brightness(.97)}.pricing__button--dark{background:#000;color:#fff}@keyframes pricingTitleReveal{0%{opacity:0;transform:translateY(60%) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pricingSwitchReveal{0%{opacity:0;transform:translateY(50px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pricingCardReveal{0%{opacity:0;transform:translateY(60px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:1380px){.pricing{min-height:auto;padding:120px 0 110px}.pricing__title{font-size:58px;line-height:70px}.pricing__cards{max-width:1120px;grid-template-columns:repeat(3,340px);gap:32px}.pricing__card{width:340px;height:660px;padding:30px 34px 28px}}@media(max-width:1120px){.pricing{padding:108px 0 100px}.pricing__title{font-size:48px;line-height:58px}.pricing__cards{max-width:920px;grid-template-columns:repeat(3,290px);gap:22px}.pricing__card{width:290px;height:620px;padding:28px 24px 26px}.pricing__cardTitle{font-size:32px}.pricing__cardSubtitle{font-size:16px}.pricing__price{font-size:56px}.pricing__feature{font-size:18px}}@media(max-width:950px){.pricing__cards{max-width:720px;grid-template-columns:1fr;gap:28px;justify-items:center}.pricing__card{width:460px;max-width:100%;height:auto;min-height:700px}}@media(max-width:600px){.pricing{padding:76px 0 84px}.pricing__title{max-width:339px;font-size:36px;line-height:43px;font-weight:900;margin-bottom:28px}.pricing__switchWrap{gap:16px;margin-bottom:80px}.pricing__switchLabel{font-family:Inter,sans-serif;font-weight:500;font-size:18px;line-height:22px;color:#fff}.pricing__switch{width:104px;height:44px}.pricing__switchThumb{top:8px;left:8px;width:28px;height:28px}.pricing__switch--yearly .pricing__switchThumb{transform:translate(60px)}.pricing__hint{left:calc(50% + 30px);top:40px;flex-direction:column-reverse;align-items:center}.pricing__hintText{font-size:12px;line-height:12px;width:72px;text-align:center}.pricing__hintArrow{width:28px;height:28px;transform:translate(-0px) rotate(220deg) scaleX(-1)}.pricing__cards{gap:20px}.pricing__card{width:339px;min-height:602px;border-radius:15px;padding:30px 30px 24px}.pricing__cardTop{margin-bottom:24px}.pricing__cardTitle{font-size:32px;line-height:100%;margin-bottom:14px}.pricing__cardSubtitle{font-size:18px;line-height:100%}.pricing__divider{margin-bottom:32px}.pricing__priceRow{margin-bottom:24px}.pricing__price{font-size:60px;font-weight:400}.pricing__priceSuffix{font-size:18px;margin-bottom:8px}.pricing__features{gap:20px}.pricing__feature{gap:8px;font-size:16px;line-height:130%}.pricing__featureIcon{width:18px;height:18px}.pricing__button{height:54px;margin-top:36px;font-size:14px;border-radius:28px}}@media(max-width:385px){.pricing{padding:72px 0 78px}.pricing__title{max-width:320px;font-size:34px;line-height:41px}.pricing__card{width:339px;max-width:calc(100vw - 36px);padding:28px 28px 24px}.pricing__feature{font-size:16px}}.join{width:100%;min-height:539px;background:#a8ff35;display:flex;align-items:center;overflow:hidden}.join__container{display:flex;flex-direction:column;align-items:center;justify-content:center}.join__title{font-family:Effra;font-weight:900;font-size:72px;line-height:112%;text-align:center;color:#000;max-width:740px;margin-bottom:48px}.join__line{display:block;opacity:0;transform:translateY(60%);will-change:transform,opacity}.join--visible .join__line--1{animation:joinLineReveal 1.05s cubic-bezier(.22,1,.36,1) .1s forwards}.join--visible .join__line--2{animation:joinLineReveal 1.05s cubic-bezier(.22,1,.36,1) .35s forwards}.join__titleAccent{color:#87d322}.join__button{min-width:180px;height:57px;background:#000;border-radius:40px;border:none;font-family:Effra;font-weight:700;font-size:18px;line-height:140%;color:#fff;cursor:pointer;opacity:0;transform:translateY(60%) scale(.97);will-change:transform,opacity;transition:transform .25s ease,filter .25s ease}.join--visible .join__button:not(.join__button--ready){animation:joinButtonReveal 1.05s cubic-bezier(.22,1,.36,1) .65s forwards}.join__button--ready{opacity:1;transform:translateY(0) scale(1)}.join__button--ready:hover{transform:scale(.97)}@keyframes joinLineReveal{0%{opacity:0;transform:translateY(60%)}to{opacity:1;transform:translateY(0)}}@keyframes joinButtonReveal{0%{opacity:0;transform:translateY(60%) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:992px){.join{min-height:460px}.join__title{max-width:640px;font-size:60px;line-height:112%;margin-bottom:42px}}@media(max-width:720px){.join{min-height:390px}.join__title{max-width:520px;font-size:48px;line-height:112%;margin-bottom:36px}.join__button{min-width:150px;height:52px;font-size:16px}}@media(max-width:600px){.join{min-height:360px}.join__title{max-width:420px;font-size:42px;line-height:112%;margin-bottom:32px}.join__button{min-width:128px;height:48px;font-size:15px}}@media(max-width:480px){.join{min-height:316px}.join__title{max-width:340px;font-size:36px;line-height:112%;margin-bottom:36px}.join__button{min-width:106px;height:44px;padding:12px 24px;font-size:14px;border-radius:40px}}@media(max-width:385px){.join{min-height:300px}.join__title{max-width:320px;font-size:34px;line-height:112%;margin-bottom:32px}}.footer{width:100%;height:100px;background:#fff;display:flex;align-items:center;overflow:hidden}.footer__container{width:100%;padding:0 200px;display:flex;align-items:center;justify-content:space-between}.footer__logo{display:flex;align-items:center;gap:12px;text-decoration:none}.footer__logo img{width:40px;height:40px;flex:0 0 auto}.footer__brand{font-family:Effra;font-weight:700;font-size:24px;color:#000}.footer__nav{display:flex;align-items:center;gap:40px}.footer__nav a{display:inline-block;font-family:Effra;font-weight:400;font-size:18px;color:#000;text-decoration:none;transition:opacity .2s ease}.footer__nav a:hover{opacity:.8}.footer__reveal{opacity:0;transform:translateY(115%);will-change:opacity,transform}.footer--visible .footer__reveal--1{animation:footerRevealUp .82s cubic-bezier(.22,1,.36,1) .08s forwards}.footer--visible .footer__reveal--2{animation:footerRevealUp .82s cubic-bezier(.22,1,.36,1) .16s forwards}.footer--visible .footer__reveal--3{animation:footerRevealUp .82s cubic-bezier(.22,1,.36,1) .24s forwards}.footer--visible .footer__reveal--4{animation:footerRevealUp .82s cubic-bezier(.22,1,.36,1) .32s forwards}.footer--visible .footer__reveal--5{animation:footerRevealUp .82s cubic-bezier(.22,1,.36,1) .4s forwards}@keyframes footerRevealUp{0%{opacity:0;transform:translateY(115%)}to{opacity:1;transform:translateY(0)}}@media(max-width:1300px){.footer__container{padding:0 80px}}@media(max-width:992px){.footer{height:auto;padding:72px 0}.footer__container{padding:0 24px;flex-direction:column;justify-content:center;gap:72px}.footer__logo{gap:12px}.footer__logo img{width:40px;height:40px}.footer__brand{font-size:24px;line-height:100%}.footer__nav{flex-direction:column;gap:40px}.footer__nav a{font-size:18px;line-height:100%;text-align:center}}@media(max-width:480px){.footer{padding:88px 0}.footer__container{gap:80px}.footer__nav{gap:40px}}@media(max-width:385px){.footer{padding:80px 0}.footer__container{gap:72px}}@font-face{font-family:Effra;src:url(/assets/Effra-Light-UDORMC1y.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Effra;src:url(/assets/Effra-D1z6dC8z.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Effra;src:url(/assets/Effra-Medium-PDwtRToM.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Effra;src:url(/assets/Effra-Bold-lFICyehx.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Effra;src:url(/assets/Effra-Heavy-Dj8zom2D.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Effra;src:url(/assets/Effra-Italic-BPsg4vCT.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Effra;src:url(/assets/Effra-MediumItalic-CgjPVvqO.woff2) format("woff2");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Effra;src:url(/assets/Effra-BoldItalic-C_-IFSUl.woff2) format("woff2");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Effra;src:url(/assets/EffraHeavy-Italic-Do9nWXGi.woff2) format("woff2");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:GoodDog;src:url(/assets/gooddognew-0g4RyRGm.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Effra,system-ui,-apple-system,Arial,sans-serif;background:#fff;color:#000;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,a{-webkit-tap-highlight-color:transparent;outline:none}button:focus,a:focus{outline:none}button:active,a:active{outline:none}img,picture,video,canvas,svg{display:block;max-width:100%}img,svg{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}button,input,textarea,select{font:inherit;border:none;outline:none}a{text-decoration:none;color:inherit}ul,ol{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}html{scroll-behavior:smooth}
