.preloader{z-index:9999;opacity:1;visibility:visible;background:#050505;justify-content:center;align-items:center;width:100%;height:100dvh;transition:opacity .45s,visibility .45s;display:flex;position:fixed;inset:0}.preloader--leaving{opacity:0;visibility:hidden}.preloader__bar{background:#050505;width:1200px;height:15px;position:relative;overflow:visible}.preloader__bar-fill{background:linear-gradient(90deg,#050505 0%,#99c8ff 25%,#0b49a2 100%);width:0;height:15px;transition:width .2s;position:absolute;top:0;left:0}.preloader__indicator{pointer-events:none;width:80px;height:37px;transition:left .2s;position:absolute;bottom:15px;left:0;transform:translate(0)}.preloader__square{background:#3276d0;width:12px;height:12px;position:absolute;top:0;left:0}.preloader__percent{color:#f5f5f5;text-align:left;white-space:nowrap;justify-content:flex-start;align-items:center;width:35px;height:12px;font-family:Inter,Arial,sans-serif;font-size:10px;font-weight:600;line-height:12px;display:flex;position:absolute;top:0;left:16px}.preloader__dash{background-image:repeating-linear-gradient(#f5f5f5 0 4px,#0000 4px 7px);border-radius:999px;width:1.5px;height:25px;position:absolute;bottom:0;left:0}@media (width<=1564px){.preloader__bar{width:calc(100% - 64px);max-width:1200px;height:14px}.preloader__bar-fill{height:14px}.preloader__indicator{height:35px;bottom:14px}.preloader__square{width:11px;height:11px}.preloader__percent{height:11px;font-size:9px;line-height:11px;left:15px}.preloader__dash{background-image:repeating-linear-gradient(#f5f5f5 0 4px,#0000 4px 7px);width:1.5px;height:24px}}@media (width<=1200px){.preloader__bar{width:calc(100% - 56px);height:13px}.preloader__bar-fill{height:13px}.preloader__indicator{height:33px;bottom:13px}.preloader__square{width:10px;height:10px}.preloader__percent{height:10px;font-size:9px;line-height:10px;left:14px}.preloader__dash{background-image:repeating-linear-gradient(#f5f5f5 0 4px,#0000 4px 7px);width:1.5px;height:23px}}@media (width<=980px){.preloader__bar{width:calc(100% - 44px);height:12px}.preloader__bar-fill{height:12px}.preloader__indicator{height:31px;bottom:12px}.preloader__square{width:10px;height:10px}.preloader__percent{height:10px;font-size:8px;line-height:10px;left:14px}.preloader__dash{background-image:repeating-linear-gradient(#f5f5f5 0 3px,#0000 3px 6px);width:1.5px;height:21px}}@media (width<=768px){.preloader__bar{width:72vw;height:11px}.preloader__bar-fill{height:11px}.preloader__indicator{width:64px;height:29px;bottom:11px}.preloader__square{width:9px;height:9px}.preloader__percent{width:32px;height:9px;font-size:8px;line-height:9px;left:13px}.preloader__dash{background-image:repeating-linear-gradient(#f5f5f5 0 3px,#0000 3px 5px);width:.75px;height:20px}}@media (width<=430px){.preloader__bar{width:68vw;height:10px}.preloader__bar-fill{height:10px}.preloader__indicator{width:58px;height:27px;bottom:10px}.preloader__square{width:8px;height:8px}.preloader__percent{width:30px;height:8px;font-size:7px;line-height:8px;left:12px}.preloader__dash{background-image:repeating-linear-gradient(#f5f5f5 0 3px,#0000 3px 5px);width:.75px;height:19px}}@media (width<=390px){.preloader__bar{width:66vw;height:9px}.preloader__bar-fill{height:9px}.preloader__indicator{width:58px;height:25px;bottom:9px}.preloader__square{width:8px;height:8px}.preloader__percent{width:30px;height:8px;font-size:7px;line-height:8px;left:12px}.preloader__dash{background-image:repeating-linear-gradient(#f5f5f5 0 3px,#0000 3px 5px);width:.75px;height:17px}}.header{width:1500px;height:44px;margin:48px auto 0;position:relative}.header__logo{cursor:pointer;background:0 0;border:none;width:107px;height:33px;padding:0;display:block;position:absolute;top:6px;left:0}.header__logo img{object-fit:contain;width:107px;height:33px}.header__nav{align-items:center;width:582px;height:22px;display:flex;position:absolute;top:11px;left:50%;transform:translate(-50%)}.header__nav-button{color:#f5f5f5;cursor:pointer;background:0 0;border:none;height:22px;padding:0;font-family:Inter,Arial,sans-serif;font-size:18px;font-weight:500;line-height:22px;transition:opacity .2s}.header__nav-button:hover{opacity:.75}.header__nav-button:first-child{width:102px}.header__nav-button:nth-child(2){width:57px;margin-left:53px}.header__nav-button:nth-child(3){width:48px;margin-left:51px}.header__nav-button:nth-child(4){width:82px;margin-left:51px}.header__nav-button:nth-child(5){width:86px;margin-left:52px}.header__connect-button{cursor:pointer;background:0 0;border:none;width:150px;height:44px;padding:0;position:absolute;top:0;right:0;overflow:hidden}.header__connect-bg{object-fit:contain;width:150px;height:44px;position:absolute;inset:0}.header__connect-text{z-index:1;color:#f5f5f5;justify-content:center;align-items:center;width:150px;height:44px;font-family:Inter,Arial,sans-serif;font-size:16px;font-weight:500;line-height:19px;display:flex;position:relative}.header__message{color:#f5f5f5;text-align:center;white-space:nowrap;min-width:150px;height:22px;font-family:Inter,Arial,sans-serif;font-size:16px;font-weight:500;line-height:22px;animation:.25s header-message-fade;position:absolute;top:-34px;right:0}.header__connect-button--shake{animation:.45s header-button-shake}@keyframes header-button-shake{0%{transform:translate(0)}20%{transform:translate(-5px)}40%{transform:translate(5px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}to{transform:translate(0)}}@keyframes header-message-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (width<=1564px){.header{width:calc(100% - 64px);margin-top:42px}}@media (width<=1200px){.header{width:calc(100% - 56px);height:40px;margin-top:36px}.header__logo{width:98px;height:30px;top:5px}.header__logo img{width:98px;height:30px}.header__nav{justify-content:center;width:auto;height:20px;top:10px}.header__nav-button{white-space:nowrap;width:auto;height:20px;font-size:16px;line-height:20px}.header__nav-button:first-child,.header__nav-button:nth-child(2),.header__nav-button:nth-child(3),.header__nav-button:nth-child(4),.header__nav-button:nth-child(5){width:auto;margin-left:0}.header__nav-button+.header__nav-button{margin-left:40px}.header__connect-button,.header__connect-bg{width:132px;height:39px}.header__connect-text{width:132px;height:39px;font-size:14px;line-height:17px}.header__message{min-width:132px;font-size:14px;line-height:20px;top:-30px}}@media (width<=980px){.header{width:calc(100% - 44px);height:36px;margin-top:30px}.header__logo{width:90px;height:28px;top:4px}.header__logo img{width:90px;height:28px}.header__nav{height:18px;top:9px}.header__nav-button{height:18px;font-size:14px;line-height:18px}.header__nav-button+.header__nav-button{margin-left:26px}.header__connect-button,.header__connect-bg{width:118px;height:35px}.header__connect-text{width:118px;height:35px;font-size:12px;line-height:15px}.header__message{min-width:118px;font-size:12px;line-height:18px;top:-28px}}@media (width<=768px){.header{width:calc(100% - 32px);height:92px;margin:24px auto 0}.header__logo{width:96px;height:30px;top:2px;left:0}.header__logo img{width:96px;height:30px}.header__connect-button{width:112px;height:30px;top:2px;right:12px}.header__connect-bg{width:112px;height:30px}.header__connect-text{width:112px;height:30px;font-size:10px;line-height:12px}.header__message{min-width:112px;height:18px;font-size:12px;line-height:18px;top:-24px;right:12px}.header__nav{scrollbar-width:none;justify-content:center;align-items:center;width:100%;height:24px;padding-right:0;display:flex;top:58px;left:50%;overflow:visible;transform:translate(-50%)}.header__nav::-webkit-scrollbar{display:none}.header__nav-button{white-space:nowrap;flex:none;height:24px;font-size:12px;line-height:15px}.header__nav-button:first-child,.header__nav-button:nth-child(2),.header__nav-button:nth-child(3),.header__nav-button:nth-child(4),.header__nav-button:nth-child(5){width:auto;margin-left:0}.header__nav-button+.header__nav-button{margin-left:16px}}@media (width<=390px){.header{width:calc(100% - 24px);height:88px;margin-top:20px}.header__logo{width:90px;height:28px;top:2px}.header__logo img{width:90px;height:28px}.header__connect-button{width:104px;height:28px;top:2px;right:12px}.header__connect-bg{width:104px;height:28px}.header__connect-text{width:104px;height:28px;font-size:9px;line-height:11px}.header__message{min-width:104px;font-size:11px;right:12px}.header__nav{justify-content:center;top:54px}.header__nav-button{font-size:11px;line-height:14px}.header__nav-button+.header__nav-button{margin-left:13px}}.hero{width:1500px;height:770px;margin:38px auto 0;position:relative}.hero__content{width:774px;height:100%;position:absolute;top:0;left:0}.hero__title{color:#f5f5f5;text-align:left;width:774px;height:195px;margin:0;font-family:Inter,Arial,sans-serif;font-size:52px;font-weight:500;line-height:60px;position:absolute;top:110px;left:0}.hero__title span{color:#0b49a2}.hero__description{color:#f5f5f5;text-align:left;width:774px;height:104px;margin:0;font-family:Inter,Arial,sans-serif;font-size:20px;font-weight:400;line-height:26px;position:absolute;top:606px;left:0}.hero__description span{color:#0b49a2}.hero__desktop-break{display:block}.hero__image{object-fit:contain;width:708px;height:770px;position:absolute;top:0;right:0}@media (width<=1564px){.hero{width:calc(100% - 64px);height:690px;margin-top:34px}.hero__content{width:52%;height:100%}.hero__title{width:100%;height:auto;font-size:46px;line-height:54px;top:96px}.hero__description{width:100%;height:auto;font-size:18px;line-height:24px;top:540px}.hero__image{width:47%;height:690px}}@media (width<=1200px){.hero{width:calc(100% - 56px);height:610px;margin-top:32px}.hero__content{width:53%}.hero__title{font-size:39px;line-height:47px;top:82px}.hero__description{font-size:16px;line-height:22px;top:470px}.hero__image{width:46%;height:610px}}@media (width<=980px){.hero{width:calc(100% - 44px);height:520px;margin-top:28px}.hero__content{width:53%}.hero__title{letter-spacing:-.02em;font-size:31px;line-height:38px;top:68px}.hero__description{font-size:14px;line-height:20px;top:390px}.hero__desktop-break{display:none}.hero__image{width:46%;height:520px}}@media (width<=768px){.hero{flex-direction:column;width:100%;height:auto;margin:56px auto 0;padding:0 32px;display:flex;position:relative;overflow:visible}.hero__content{width:100%;height:auto;display:contents;position:static}.hero__title{letter-spacing:-.03em;overflow-wrap:normal;order:1;width:100%;max-width:520px;height:auto;margin:0 auto;font-size:36px;line-height:42px;position:static}.hero__image{object-fit:contain;order:2;width:100%;max-width:520px;height:auto;margin:32px auto 0;position:static}.hero__description{overflow-wrap:normal;order:3;width:100%;max-width:520px;height:auto;margin:30px auto 0;font-size:16px;line-height:23px;position:static}.hero__desktop-break{display:none}}@media (width<=430px){.hero{width:100%;margin-top:48px;padding-left:28px;padding-right:28px}.hero__title{max-width:300px;font-size:30px;line-height:36px}.hero__image{max-width:300px;margin-top:28px}.hero__description{max-width:300px;margin-top:28px;font-size:15px;line-height:22px}}@media (width<=390px){.hero{padding-left:24px;padding-right:24px}.hero__title{max-width:285px;font-size:29px;line-height:35px}.hero__image{max-width:285px}.hero__description{max-width:285px;font-size:14px;line-height:21px}}.partners{width:100%;height:166px;margin:100px auto 0;position:relative}.partners__title{color:#f5f5f5;text-align:center;width:738px;height:26px;margin:0 auto;font-family:Inter,Arial,sans-serif;font-size:23px;font-weight:500;line-height:26px}.partners__title span{color:#0b49a2}.partners__background{background-image:url(/assets/partners_bg-CERqM-2_.png);background-position:top;background-repeat:repeat-x;background-size:200px 120px;width:100vw;height:120px;margin-top:20px;position:relative;left:50%;overflow:hidden;transform:translate(-50%)}.partners__background-image{display:none}.partners__logos{align-items:flex-start;width:728px;height:56.53px;display:flex;position:absolute;top:32px;left:50%;transform:translate(-50%)}.partners__logo-link{cursor:pointer;flex:none;display:block}.partners__logo-link--finuni,.partners__logo-link--finuni img{width:179.02px;height:56.53px}.partners__logo-link--wildboar{width:179px;height:38.93px;margin-top:17px;margin-left:100px}.partners__logo-link--wildboar img{width:179px;height:38.93px}.partners__logo-link--mfl{width:170px;height:39px;margin-top:17px;margin-left:100px}.partners__logo-link--mfl img{width:170px;height:39px}.partners__logo-link img{object-fit:contain}@media (width<=768px){.partners{width:100%;height:142px;margin:80px auto 0}.partners__title{width:calc(100% - 48px);height:auto;margin:0 auto;font-size:18px;line-height:23px}.partners__background{background-size:154px 92px;height:92px;margin-top:22px}.partners__logos{justify-content:center;align-items:flex-end;width:calc(100% - 56px);height:35px;display:flex;top:28px;left:50%;transform:translate(-50%)}.partners__logo-link--finuni,.partners__logo-link--finuni img{width:110px;height:34.7px}.partners__logo-link--wildboar{width:102px;height:22.2px;margin-top:0;margin-left:28px}.partners__logo-link--wildboar img{width:102px;height:22.2px}.partners__logo-link--mfl{width:96px;height:22px;margin-top:0;margin-left:28px}.partners__logo-link--mfl img{width:96px;height:22px}}@media (width<=430px){.partners{height:136px;margin-top:76px}.partners__title{width:calc(100% - 48px);font-size:16px;line-height:21px}.partners__background{background-size:143px 86px;height:86px;margin-top:20px}.partners__logos{align-items:flex-end;width:calc(100% - 48px);height:30px;top:28px}.partners__logo-link--finuni,.partners__logo-link--finuni img{width:92px;height:29.05px}.partners__logo-link--wildboar{width:86px;height:18.72px;margin-top:0;margin-left:20px}.partners__logo-link--wildboar img{width:86px;height:18.72px}.partners__logo-link--mfl{width:80px;height:18.35px;margin-top:0;margin-left:20px}.partners__logo-link--mfl img{width:80px;height:18.35px}}@media (width<=390px){.partners__title{width:calc(100% - 48px);font-size:15px;line-height:20px}.partners__logos{align-items:flex-end;width:calc(100% - 40px);height:27px}.partners__logo-link--finuni,.partners__logo-link--finuni img{width:84px;height:26.52px}.partners__logo-link--wildboar{width:80px;height:17.4px;margin-top:0;margin-left:16px}.partners__logo-link--wildboar img{width:80px;height:17.4px}.partners__logo-link--mfl{width:74px;height:16.98px;margin-top:0;margin-left:16px}.partners__logo-link--mfl img{width:74px;height:16.98px}}.about{width:1500px;height:741px;margin:100px auto 0;position:relative}.about__image{object-fit:cover;width:600px;height:741px;position:absolute;top:0;left:0}.about__cards{width:850px;height:741px;position:absolute;top:0;right:0}.about__card{clip-path:inset(0 round 14px);border-radius:14px;position:absolute;overflow:hidden}.about__card-bg{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;border-radius:inherit;width:100%;max-width:none;height:100%;display:block;position:absolute;top:0;left:0}.about__card--education{width:850px;height:328px;top:0;right:0}.about__card--development{width:405px;height:373px;top:368px;left:0}.about__card--sandbox{width:405px;height:373px;top:368px;right:0}.about__card-title{letter-spacing:-.03em;color:#f5f5f5;text-align:left;margin:0;font-family:Inter,Arial,sans-serif;font-size:23px;font-weight:500;line-height:28px;position:absolute}.about__card-text{color:#9b9b9d;text-align:left;margin:0;font-family:Inter,Arial,sans-serif;font-size:18px;font-weight:400;line-height:22px;position:absolute}.about__card-title--education{width:269px;height:28px;top:20px;left:30px}.about__card-subtitle--education{width:770px;height:22px;top:63px;left:30px}.about__card-description--education{width:770px;height:44px;top:100px;left:30px}.about__card-description--mobile{display:none}.about__card-title--small{width:365px;height:28px;top:20px;left:30px}.about__card-subtitle--small{width:365px;height:22px;top:63px;left:30px}.about__card-description--small{width:365px;height:66px;top:100px;left:30px}.about-transition{background-image:url(/assets/about_transition-DFjlaRAA.png);background-position:0 0;background-repeat:repeat-x;background-size:200px 95px;width:100vw;height:95px;margin-top:55px;margin-left:calc(50% - 50vw);position:relative;overflow:hidden}.about-transition__image,.about__card-subtitle--mobile{display:none}@media (width<=1564px){.about{width:calc(100% - 64px);height:660px;margin-top:92px}.about__image{width:40%;height:660px}.about__cards{width:56.7%;height:660px}.about__card{clip-path:inset(0 round 12px);border-radius:12px}.about__card--education{width:100%;height:292px}.about__card--development,.about__card--sandbox{width:47.65%;height:332px;top:328px}.about__card-title{font-size:21px;line-height:26px}.about__card-text{font-size:16px;line-height:21px}.about__card-title--education{width:calc(100% - 56px);height:auto;top:18px;left:28px}.about__card-subtitle--education{width:calc(100% - 56px);height:auto;top:58px;left:28px}.about__card-description--education{width:calc(100% - 56px);height:auto;top:92px;left:28px}.about__card-title--small{width:calc(100% - 56px);height:auto;top:18px;left:28px}.about__card-subtitle--small{width:calc(100% - 56px);height:auto;top:58px;left:28px}.about__card-description--small{width:calc(100% - 56px);height:auto;top:92px;left:28px}.about-transition{background-size:181px 86px;height:86px;margin-top:50px}}@media (width<=1200px){.about{width:calc(100% - 56px);height:560px;margin-top:84px}.about__image{width:39%;height:560px}.about__cards{width:57.5%;height:560px}.about__card{clip-path:inset(0 round 10px);border-radius:10px}.about__card--education{height:248px}.about__card--development,.about__card--sandbox{width:47.2%;height:280px;top:280px}.about__card-title{font-size:18px;line-height:23px}.about__card-text{font-size:14px;line-height:19px}.about__card-title--education,.about__card-title--small{width:calc(100% - 48px);top:16px;left:24px}.about__card-subtitle--education,.about__card-subtitle--small{width:calc(100% - 48px);top:50px;left:24px}.about__card-description--education,.about__card-description--small{width:calc(100% - 48px);top:80px;left:24px}.about-transition{background-size:164px 78px;height:78px;margin-top:46px}}@media (width<=980px){.about{width:calc(100% - 44px);height:470px;margin-top:76px}.about__image{width:38%;height:470px}.about__cards{width:58.5%;height:470px}.about__card{clip-path:inset(0 round 9px);border-radius:9px}.about__card--education{height:208px}.about__card--development,.about__card--sandbox{width:47%;height:234px;top:236px}.about__card-title{font-size:15px;line-height:19px}.about__card-text{font-size:12px;line-height:16px}.about__card-title--education,.about__card-title--small{width:calc(100% - 36px);top:14px;left:18px}.about__card-subtitle--education,.about__card-subtitle--small{width:calc(100% - 36px);top:42px;left:18px}.about__card-description--education,.about__card-description--small{width:calc(100% - 36px);top:68px;left:18px}.about-transition{background-size:147px 70px;height:70px;margin-top:42px}}@media (width<=768px){.about{flex-direction:column;width:100%;height:auto;margin:80px auto 0;padding:0 32px;display:flex}.about__image{object-fit:contain;width:100%;max-width:520px;height:auto;margin:0 auto;position:static}.about__cards{flex-direction:column;gap:16px;width:100%;max-width:520px;height:auto;margin:36px auto 0;display:flex;position:static}.about__card{clip-path:inset(0 round 12px);border-radius:12px;width:100%;height:230px;position:relative;overflow:hidden}.about__card--education,.about__card--development,.about__card--sandbox{width:100%;height:230px;top:auto;left:auto;right:auto}.about__card-bg{object-fit:cover;width:100%;height:100%}.about__card-subtitle--desktop,.about__card-description--desktop{display:none}.about__card-subtitle--mobile,.about__card-description--mobile{display:block}.about__card-title{width:calc(100% - 40px);height:auto;font-size:19px;line-height:23px;top:18px;left:20px}.about__card-text{width:calc(100% - 40px);font-size:14px;line-height:18px}.about__card-title--education,.about__card-title--small{width:calc(100% - 40px);height:auto;top:18px;left:20px}.about__card-subtitle--education,.about__card-subtitle--small{width:calc(100% - 40px);height:auto;top:52px;left:20px}.about__card-description--education,.about__card-description--small{width:calc(100% - 40px);height:auto;top:78px;left:20px}.about-transition{background-size:147px 70px;height:70px;margin-top:50px}}@media (width<=430px){.about{margin-top:76px;padding-left:28px;padding-right:28px}.about__image{max-width:300px}.about__cards{gap:16px;max-width:300px;margin-top:32px}.about__card{clip-path:inset(0 round 10px);border-radius:10px}.about__card--education,.about__card--development,.about__card--sandbox{height:228px}.about__card--education .about__card-bg{content:url(/assets/about_card_sandbox-DSfUQTuX.png)}.about__card-title{width:calc(100% - 32px);font-size:16px;line-height:20px;top:16px;left:16px}.about__card-text{width:calc(100% - 32px);font-size:12px;line-height:16px}.about__card-title--education,.about__card-title--small{width:calc(100% - 32px);top:16px;left:16px}.about__card-subtitle--education,.about__card-subtitle--small{width:calc(100% - 32px);top:48px;left:16px}.about__card-description--education,.about__card-description--small{width:calc(100% - 32px);top:72px;left:16px}.about-transition{background-size:135px 64px;height:64px;margin-top:44px}}@media (width<=390px){.about{padding-left:24px;padding-right:24px}.about__image,.about__cards{max-width:285px}.about__card--education,.about__card--development,.about__card--sandbox{height:222px}.about__card-title{font-size:15px;line-height:19px}.about__card-text{font-size:11px;line-height:15px}.about__card-subtitle--education,.about__card-subtitle--small{top:44px}.about__card-description--education,.about__card-description--small{top:66px}}.dapps{background-color:#f5f5f5;background-image:url(/assets/noise_light-CFpsCNw8.png);background-repeat:repeat;background-size:512px 512px;width:100%;height:809px}.dapps__inner{width:1500px;height:774px;margin:0 auto;padding-top:35px;position:relative}.dapps__title{color:#050505;text-align:left;width:528px;height:120px;margin:0;font-family:Inter,Arial,sans-serif;font-size:52px;font-weight:500;line-height:60px}.dapps__title span{color:#0b49a2}.dapps__description{color:#6a6e77;text-align:left;width:503px;height:48px;margin:5px 0 0;font-family:Inter,Arial,sans-serif;font-size:20px;font-weight:500}.dapps__cards{width:1360px;height:574px;margin:27px auto 0;position:relative}.dapps-card{border-radius:8px;position:absolute;overflow:hidden}.dapps-card__bg{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;border-radius:inherit;width:100%;max-width:none;height:100%;position:absolute;top:0;left:0}.dapps-card--bet{width:275px;height:379px;top:0;left:0}.dapps-card--fabet{width:324px;height:180px;top:394px;left:0}.dapps-card--case{width:321px;height:207px;top:0;left:290px}.dapps-card--dex{width:360px;height:157px;top:222px;left:290px}.dapps-card--wallet{width:311px;height:180px;top:394px;left:339px}.dapps-card--cex{width:369px;height:207px;top:0;left:626px}.dapps-card--explorer{width:330px;height:192px;top:222px;left:665px}.dapps-card--tokengate{width:330px;height:145px;top:429px;left:665px}.dapps-card--chat{width:350px;height:269px;top:0;left:1010px}.dapps-card--nft{width:350px;height:290px;top:284px;left:1010px}.dapps-card__title{letter-spacing:-.03em;text-align:left;width:255px;height:30px;margin:0;font-family:Inter,Arial,sans-serif;font-size:25px;font-weight:500;line-height:30px;position:absolute}.dapps-card__title--bet,.dapps-card__title--cex,.dapps-card__title--wallet,.dapps-card__title--nft{color:#f5f5f5}.dapps-card__title--fabet,.dapps-card__title--case,.dapps-card__title--dex,.dapps-card__title--explorer,.dapps-card__title--tokengate,.dapps-card__title--chat{color:#050505}.dapps-card__title--bet,.dapps-card__title--case,.dapps-card__title--cex,.dapps-card__title--chat,.dapps-card__title--nft{top:19px;left:20px}.dapps-card__title--fabet,.dapps-card__title--wallet{top:10px;left:20px}.dapps-card__title--dex,.dapps-card__title--explorer,.dapps-card__title--tokengate{top:15px;left:20px}.dapps-card__link-text{letter-spacing:-.03em;text-align:left;color:#3276d0;width:255px;height:15px;margin:0;font-family:Inter,Arial,sans-serif;font-size:12px;font-weight:500;line-height:15px;position:absolute}.dapps-card__link-text--bet,.dapps-card__link-text--case,.dapps-card__link-text--cex,.dapps-card__link-text--chat,.dapps-card__link-text--nft{top:59px;left:20px}.dapps-card__link-text--fabet,.dapps-card__link-text--wallet,.dapps-card__link-text--dex{top:50px;left:20px}.dapps-card__link-text--explorer{top:55px;left:20px}.dapps-card__link-text--tokengate{top:50px;left:20px}.dapps-card__text{letter-spacing:-.03em;text-align:left;width:207px;margin:0;font-family:Inter,Arial,sans-serif;font-size:12px;font-weight:500;line-height:15px;position:absolute}.dapps-card__text--bet,.dapps-card__text--wallet,.dapps-card__text--cex,.dapps-card__text--nft{color:#d2d5d7}.dapps-card__text--fabet,.dapps-card__text--case,.dapps-card__text--dex,.dapps-card__text--explorer,.dapps-card__text--chat,.dapps-card__text--tokengate{color:#6a6e77}.dapps-card__text--bet{height:30px;top:84px;left:20px}.dapps-card__text--fabet{height:45px;top:70px;left:20px}.dapps-card__text--case,.dapps-card__text--cex,.dapps-card__text--chat,.dapps-card__text--nft{height:45px;top:84px;left:20px}.dapps-card__text--dex{height:30px;top:70px;left:20px}.dapps-card__text--wallet{height:45px;top:70px;left:20px}.dapps-card__text--explorer{height:45px;top:80px;left:20px}.dapps-card__text--tokengate{height:30px;top:70px;left:20px}.dapps-card__button{cursor:pointer;width:110px;height:28px;text-decoration:none;display:block;position:absolute;overflow:hidden}.dapps-card__button--bet{top:144px;left:20px}.dapps-card__button--fabet{top:130px;left:20px}.dapps-card__button--case,.dapps-card__button--cex,.dapps-card__button--chat,.dapps-card__button--nft{top:144px;left:20px}.dapps-card__button--dex{top:110px;left:20px}.dapps-card__button--wallet{top:130px;left:20px}.dapps-card__button--explorer{top:140px;left:20px}.dapps-card__button--tokengate{top:105px;left:20px}.dapps-card__button-bg{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;max-width:none;height:100%;position:absolute;inset:0}.dapps-card__button-text{z-index:1;letter-spacing:-.03em;text-align:center;justify-content:center;align-items:center;width:100%;height:100%;font-family:Inter,Arial,sans-serif;font-size:10px;font-weight:400;line-height:12px;display:flex;position:relative}.dapps-card__button-text--light{color:#f5f5f5}.dapps-card__button-text--blue{color:#3276d0}@media (width<=1564px){.dapps{height:780px}.dapps__inner{width:calc(100% - 64px);height:745px;padding-top:34px}.dapps__title{width:500px;height:auto;font-size:48px;line-height:56px}.dapps__description{width:500px;height:auto;margin-top:6px;font-size:18px;line-height:23px}.dapps__cards{transform-origin:top;width:1360px;height:539px;margin:28px 0 0;left:50%;transform:translate(-50%)scale(.94)}.dapps-card{border-radius:7px}}@media (width<=1200px){.dapps{height:690px}.dapps__inner{width:calc(100% - 56px);height:660px;padding-top:32px}.dapps__title{width:430px;font-size:40px;line-height:47px}.dapps__description{width:430px;margin-top:7px;font-size:16px;line-height:21px}.dapps__cards{transform-origin:top;width:1360px;height:471px;margin-top:26px;left:50%;transform:translate(-50%)scale(.82)}.dapps-card{border-radius:7px}}@media (width<=980px){.dapps{height:600px}.dapps__inner{width:calc(100% - 44px);height:575px;padding-top:30px}.dapps__title{width:360px;font-size:33px;line-height:39px}.dapps__description{width:360px;margin-top:7px;font-size:14px;line-height:19px}.dapps__cards{transform-origin:top;width:1360px;height:390px;margin-top:24px;left:50%;transform:translate(-50%)scale(.68)}.dapps-card{border-radius:7px}}@media (width<=768px){.dapps{background-size:512px 512px;width:100%;height:auto;margin-top:-.5px;padding:72px 0 80px}.dapps__inner{width:100%;max-width:520px;height:auto;margin:0 auto;padding:0 32px;position:relative}.dapps__title{letter-spacing:-.03em;width:100%;max-width:520px;height:auto;margin:0 auto;font-size:40px;line-height:46px}.dapps__description{width:100%;max-width:520px;height:auto;margin:12px auto 0;font-size:17px;line-height:23px}.dapps__cards{width:100%;max-width:520px;height:auto;transform-origin:initial;flex-direction:column;gap:16px;margin:34px auto 0;display:flex;position:relative;left:auto;transform:none}.dapps-card,.dapps-card--bet,.dapps-card--fabet,.dapps-card--case,.dapps-card--dex,.dapps-card--wallet,.dapps-card--cex,.dapps-card--explorer,.dapps-card--tokengate,.dapps-card--chat,.dapps-card--nft{border-radius:12px;width:100%;height:190px;position:relative;top:auto;left:auto;right:auto;overflow:hidden}.dapps-card__bg{object-fit:cover;width:100%;height:100%}.dapps-card__title,.dapps-card__title--bet,.dapps-card__title--fabet,.dapps-card__title--case,.dapps-card__title--dex,.dapps-card__title--wallet,.dapps-card__title--cex,.dapps-card__title--explorer,.dapps-card__title--tokengate,.dapps-card__title--chat,.dapps-card__title--nft{width:calc(100% - 36px);height:auto;font-size:22px;line-height:26px;top:16px;left:18px}.dapps-card__link-text,.dapps-card__link-text--bet,.dapps-card__link-text--fabet,.dapps-card__link-text--case,.dapps-card__link-text--dex,.dapps-card__link-text--wallet,.dapps-card__link-text--cex,.dapps-card__link-text--explorer,.dapps-card__link-text--tokengate,.dapps-card__link-text--chat,.dapps-card__link-text--nft{width:calc(100% - 36px);height:auto;font-size:12px;line-height:15px;top:50px;left:18px}.dapps-card__text,.dapps-card__text--bet,.dapps-card__text--fabet,.dapps-card__text--case,.dapps-card__text--dex,.dapps-card__text--wallet,.dapps-card__text--cex,.dapps-card__text--explorer,.dapps-card__text--tokengate,.dapps-card__text--chat,.dapps-card__text--nft{width:190px;height:auto;font-size:12px;line-height:15px;top:74px;left:18px}.dapps-card__button,.dapps-card__button--bet,.dapps-card__button--fabet,.dapps-card__button--case,.dapps-card__button--dex,.dapps-card__button--wallet,.dapps-card__button--cex,.dapps-card__button--explorer,.dapps-card__button--tokengate,.dapps-card__button--chat,.dapps-card__button--nft{width:110px;height:28px;top:134px;left:18px}}@media (width<=430px){.dapps{padding:64px 0 72px}.dapps__inner{max-width:none;padding-left:28px;padding-right:28px}.dapps__title{max-width:300px;font-size:34px;line-height:40px}.dapps__description{max-width:300px;margin-top:10px;font-size:15px;line-height:21px}.dapps__cards{gap:15px;max-width:300px;margin-top:30px}.dapps-card,.dapps-card--bet,.dapps-card--fabet,.dapps-card--case,.dapps-card--dex,.dapps-card--wallet,.dapps-card--cex,.dapps-card--explorer,.dapps-card--tokengate,.dapps-card--chat,.dapps-card--nft{border-radius:10px;height:180px}.dapps-card__title,.dapps-card__title--bet,.dapps-card__title--fabet,.dapps-card__title--case,.dapps-card__title--dex,.dapps-card__title--wallet,.dapps-card__title--cex,.dapps-card__title--explorer,.dapps-card__title--tokengate,.dapps-card__title--chat,.dapps-card__title--nft{width:calc(100% - 32px);font-size:20px;line-height:24px;top:15px;left:16px}.dapps-card__link-text,.dapps-card__link-text--bet,.dapps-card__link-text--fabet,.dapps-card__link-text--case,.dapps-card__link-text--dex,.dapps-card__link-text--wallet,.dapps-card__link-text--cex,.dapps-card__link-text--explorer,.dapps-card__link-text--tokengate,.dapps-card__link-text--chat,.dapps-card__link-text--nft{width:calc(100% - 32px);font-size:11px;line-height:14px;top:47px;left:16px}.dapps-card__text,.dapps-card__text--bet,.dapps-card__text--fabet,.dapps-card__text--case,.dapps-card__text--dex,.dapps-card__text--wallet,.dapps-card__text--cex,.dapps-card__text--explorer,.dapps-card__text--tokengate,.dapps-card__text--chat,.dapps-card__text--nft{width:175px;font-size:11px;line-height:14px;top:70px;left:16px}.dapps-card__button,.dapps-card__button--bet,.dapps-card__button--fabet,.dapps-card__button--case,.dapps-card__button--dex,.dapps-card__button--wallet,.dapps-card__button--cex,.dapps-card__button--explorer,.dapps-card__button--tokengate,.dapps-card__button--chat,.dapps-card__button--nft{width:104px;height:26px;top:128px;left:16px}.dapps-card__button-text{font-size:9px;line-height:11px}}@media (width<=390px){.dapps{padding:60px 0 68px}.dapps__inner{padding-left:24px;padding-right:24px}.dapps__title{max-width:285px;font-size:31px;line-height:37px}.dapps__description{max-width:285px;font-size:14px;line-height:20px}.dapps__cards{gap:14px;max-width:285px}.dapps-card,.dapps-card--bet,.dapps-card--fabet,.dapps-card--case,.dapps-card--dex,.dapps-card--wallet,.dapps-card--cex,.dapps-card--explorer,.dapps-card--tokengate,.dapps-card--chat,.dapps-card--nft{height:176px}.dapps-card__title,.dapps-card__title--bet,.dapps-card__title--fabet,.dapps-card__title--case,.dapps-card__title--dex,.dapps-card__title--wallet,.dapps-card__title--cex,.dapps-card__title--explorer,.dapps-card__title--tokengate,.dapps-card__title--chat,.dapps-card__title--nft{font-size:19px;line-height:23px}.dapps-card__text,.dapps-card__text--bet,.dapps-card__text--fabet,.dapps-card__text--case,.dapps-card__text--dex,.dapps-card__text--wallet,.dapps-card__text--cex,.dapps-card__text--explorer,.dapps-card__text--tokengate,.dapps-card__text--chat,.dapps-card__text--nft{width:165px;font-size:10px;line-height:13px}.dapps-card__button,.dapps-card__button--bet,.dapps-card__button--fabet,.dapps-card__button--case,.dapps-card__button--dex,.dapps-card__button--wallet,.dapps-card__button--cex,.dapps-card__button--explorer,.dapps-card__button--tokengate,.dapps-card__button--chat,.dapps-card__button--nft{top:126px}}.architecture{background-color:#f5f5f5;background-image:url(/assets/noise_light-CFpsCNw8.png);background-repeat:repeat;background-size:512px 512px;width:100%;height:896px}.architecture__inner{width:1500px;height:761px;margin:0 auto;padding-top:80px;position:relative}.architecture__title{letter-spacing:-.03em;color:#050505;text-align:left;width:735px;height:120px;margin:0;font-family:Inter,Arial,sans-serif;font-size:52px;font-weight:500;line-height:60px}.architecture__title span{color:#0b49a2}.architecture__description{letter-spacing:-.03em;color:#6a6e77;text-align:left;width:713px;height:96px;margin:10px 0 0;font-family:Inter,Arial,sans-serif;font-size:20px;font-weight:500}.architecture__description span{color:#0b49a2}.architecture-network{border-radius:8px;width:713px;height:485px;margin-top:50px;position:relative;overflow:hidden}.architecture-network__bg{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;border-radius:inherit;width:713px;max-width:none;height:485px;position:absolute;top:0;left:0}.architecture-network__title{letter-spacing:-.03em;color:#050505;text-align:left;width:603px;height:24px;margin:0;font-family:Inter,Arial,sans-serif;font-size:20px;font-weight:500;line-height:24px;position:absolute;top:19px;left:20px}.architecture-qbft{border-radius:8px;width:757px;height:423px;position:absolute;top:80px;right:0;overflow:hidden}.architecture-qbft__bg{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;border-radius:inherit;width:757px;max-width:none;height:423px;position:absolute;top:0;left:0}.architecture-qbft__title{letter-spacing:-.03em;color:#f5f5f5;text-align:left;width:647px;height:24px;margin:0;font-family:Inter,Arial,sans-serif;font-size:20px;font-weight:500;line-height:24px;position:absolute;top:20px;left:20px}.architecture-steps,.architecture-properties,.architecture-validators{border-radius:8px;width:234px;height:308px;position:absolute;overflow:hidden}.architecture-steps{top:533px;right:523px}.architecture-properties{top:533px;right:262px}.architecture-validators{top:533px;right:0}.architecture-steps__bg,.architecture-properties__bg,.architecture-validators__bg{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;border-radius:inherit;width:234px;max-width:none;height:308px;position:absolute;top:0;left:0}.architecture-steps__title,.architecture-properties__title{letter-spacing:-.03em;color:#050505;text-align:left;align-items:center;width:180px;height:18px;margin:0;font-family:Inter,Arial,sans-serif;font-size:15px;font-weight:500;line-height:18px;display:flex;position:absolute;top:15px;left:20px}.architecture-steps__number{letter-spacing:-.03em;color:#0b49a2;text-align:left;align-items:center;width:20px;height:40px;font-family:Inter,Arial,sans-serif;font-size:15px;font-weight:500;line-height:18px;display:flex;position:absolute;left:20px}.architecture-steps__number--one{top:63px}.architecture-steps__number--two{top:123px}.architecture-steps__number--three{top:183px}.architecture-steps__number--four{top:243px}.architecture-steps__text{letter-spacing:-.03em;color:#050505;text-align:left;align-items:center;margin:0;font-family:Inter,Arial,sans-serif;font-size:10px;font-weight:500;line-height:13px;display:flex;position:absolute;left:45px}.architecture-steps__text--one{width:177px;height:40px;top:63px}.architecture-steps__text--two{width:189px;height:40px;top:123px}.architecture-steps__text--three{width:189px;height:40px;top:183px}.architecture-steps__text--four{width:189px;height:40px;top:243px}.architecture-properties__list{letter-spacing:-.03em;color:#050505;text-align:left;width:189px;height:165px;margin:0;padding-left:16px;font-family:Inter,Arial,sans-serif;font-size:10px;font-weight:500;line-height:13px;position:absolute;top:72px;left:20px}.architecture-properties__list li+li{margin-top:10px}.architecture-validators__title{letter-spacing:-.03em;color:#f5f5f5;text-align:left;width:189px;height:36px;margin:0;font-family:Inter,Arial,sans-serif;font-size:15px;font-weight:500;line-height:18px;position:absolute;top:15px;left:20px}.architecture-validators__text{letter-spacing:-.03em;color:#f5f5f5;text-align:left;width:189px;height:55px;margin:0;font-family:Inter,Arial,sans-serif;font-size:10px;font-weight:300;line-height:14px;position:absolute;top:72px;left:20px}@media (width<=1564px){.architecture{height:820px}.architecture__inner{width:calc(100% - 64px);height:705px;padding-top:72px}.architecture__title{width:48%;height:auto;font-size:46px;line-height:54px}.architecture__description{width:48%;height:auto;margin-top:10px;font-size:18px;line-height:24px}.architecture-network{aspect-ratio:713/485;border-radius:7px;width:46.7%;height:auto;margin-top:44px}.architecture-network__bg{width:100%;height:100%}.architecture-network__title{width:calc(100% - 36px);height:auto;font-size:18px;line-height:22px;top:17px;left:18px}.architecture-qbft{aspect-ratio:757/423;border-radius:7px;width:50.8%;height:auto;top:72px}.architecture-qbft__bg{width:100%;height:100%}.architecture-qbft__title{width:calc(100% - 36px);height:auto;font-size:18px;line-height:22px;top:18px;left:18px}.architecture-steps,.architecture-properties,.architecture-validators{aspect-ratio:234/308;border-radius:7px;width:15.7%;height:auto;top:483px}.architecture-steps{right:35.1%}.architecture-properties{right:17.6%}.architecture-validators{right:0}.architecture-steps__bg,.architecture-properties__bg,.architecture-validators__bg{width:100%;height:100%}.architecture-steps__title,.architecture-properties__title,.architecture-validators__title{width:calc(100% - 34px);height:auto;font-size:13px;line-height:16px;top:15px;left:17px}.architecture-steps__number{width:18px;height:34px;font-size:13px;line-height:16px;left:17px}.architecture-steps__number--one{top:64px}.architecture-steps__number--two{top:118px}.architecture-steps__number--three{top:172px}.architecture-steps__number--four{top:226px}.architecture-steps__text{font-size:9px;line-height:12px;left:39px}.architecture-steps__text--one{width:calc(100% - 48px);height:34px;top:64px}.architecture-steps__text--two{width:calc(100% - 48px);height:34px;top:118px}.architecture-steps__text--three{width:calc(100% - 48px);height:34px;top:172px}.architecture-steps__text--four{width:calc(100% - 48px);height:34px;top:226px}.architecture-properties__list{width:calc(100% - 34px);height:auto;padding-left:14px;font-size:9px;line-height:12px;top:68px;left:17px}.architecture-properties__list li+li{margin-top:8px}.architecture-validators__text{width:calc(100% - 34px);height:auto;font-size:9px;line-height:13px;top:68px;left:17px}}@media (width<=1200px){.architecture{height:705px}.architecture__inner{width:calc(100% - 56px);height:610px;padding-top:62px}.architecture__title{width:48%;font-size:38px;line-height:45px}.architecture__description{width:48%;margin-top:8px;font-size:15px;line-height:21px}.architecture-network{border-radius:7px;width:46.7%;margin-top:36px}.architecture-network__title{width:calc(100% - 30px);font-size:15px;line-height:19px;top:14px;left:15px}.architecture-qbft{width:50.8%;top:62px}.architecture-qbft__title{width:calc(100% - 30px);font-size:15px;line-height:19px;top:15px;left:15px}.architecture-steps,.architecture-properties,.architecture-validators{border-radius:7px;width:15.7%;top:418px}.architecture-steps{right:35.1%}.architecture-properties{right:17.6%}.architecture-validators{right:0}.architecture-steps__title,.architecture-properties__title,.architecture-validators__title{width:calc(100% - 26px);font-size:11px;line-height:14px;top:12px;left:13px}.architecture-steps__number{width:16px;height:28px;font-size:11px;line-height:14px;left:13px}.architecture-steps__number--one{top:52px}.architecture-steps__number--two{top:96px}.architecture-steps__number--three{top:140px}.architecture-steps__number--four{top:184px}.architecture-steps__text{font-size:8px;line-height:10px;left:32px}.architecture-steps__text--one{width:calc(100% - 38px);height:28px;top:52px}.architecture-steps__text--two{width:calc(100% - 38px);height:28px;top:96px}.architecture-steps__text--three{width:calc(100% - 38px);height:28px;top:140px}.architecture-steps__text--four{width:calc(100% - 38px);height:28px;top:184px}.architecture-properties__list{width:calc(100% - 26px);padding-left:12px;font-size:8px;line-height:10px;top:56px;left:13px}.architecture-properties__list li+li{margin-top:7px}.architecture-validators__text{width:calc(100% - 26px);font-size:8px;line-height:11px;top:56px;left:13px}}@media (width<=980px){.architecture{height:610px}.architecture__inner{width:calc(100% - 44px);height:530px;padding-top:54px}.architecture__title{width:48%;font-size:31px;line-height:37px}.architecture__description{width:48%;margin-top:7px;font-size:13px;line-height:18px}.architecture-network{border-radius:6px;width:46.7%;margin-top:30px}.architecture-network__title{width:calc(100% - 24px);font-size:12px;line-height:15px;top:11px;left:12px}.architecture-qbft{border-radius:6px;width:50.8%;top:54px}.architecture-qbft__title{width:calc(100% - 24px);font-size:12px;line-height:15px;top:12px;left:12px}.architecture-steps,.architecture-properties,.architecture-validators{border-radius:6px;width:15.7%;top:362px}.architecture-steps{right:35.1%}.architecture-properties{right:17.6%}.architecture-validators{right:0}.architecture-steps__title,.architecture-properties__title,.architecture-validators__title{width:calc(100% - 20px);font-size:9px;line-height:12px;top:10px;left:10px}.architecture-steps__number{width:13px;height:24px;font-size:9px;line-height:12px;left:10px}.architecture-steps__number--one{top:42px}.architecture-steps__number--two{top:79px}.architecture-steps__number--three{top:116px}.architecture-steps__number--four{top:153px}.architecture-steps__text{font-size:7px;line-height:9px;left:26px}.architecture-steps__text--one{width:calc(100% - 30px);height:24px;top:42px}.architecture-steps__text--two{width:calc(100% - 30px);height:24px;top:79px}.architecture-steps__text--three{width:calc(100% - 30px);height:24px;top:116px}.architecture-steps__text--four{width:calc(100% - 30px);height:24px;top:153px}.architecture-properties__list{width:calc(100% - 20px);padding-left:10px;font-size:7px;line-height:9px;top:47px;left:10px}.architecture-properties__list li+li{margin-top:5px}.architecture-validators__text{width:calc(100% - 20px);font-size:7px;line-height:10px;top:47px;left:10px}}@media (width<=768px){.architecture{background-size:512px 512px;width:100%;height:auto;margin-top:-.5px;padding:72px 0 80px}.architecture__inner{flex-direction:column;width:100%;max-width:520px;height:auto;margin:0 auto;padding:0 32px;display:flex;position:relative}.architecture__title{letter-spacing:-.03em;width:100%;max-width:520px;height:auto;margin:0 auto;font-size:40px;line-height:46px}.architecture__description{width:100%;max-width:520px;height:auto;margin:14px auto 0;font-size:17px;line-height:23px}.architecture-network,.architecture-qbft,.architecture-properties,.architecture-validators{border-radius:12px;width:100%;max-width:520px;margin-left:auto;margin-right:auto;position:relative;top:auto;left:auto;right:auto;overflow:hidden}.architecture-steps{display:none}.architecture-network{aspect-ratio:713/485;background-color:#0000;height:auto;margin-top:36px;padding:0}.architecture-network__bg{object-fit:cover;width:100%;max-width:none;height:100%;position:absolute;inset:0}.architecture-network__title{z-index:2;width:calc(100% - 28px);height:auto;font-size:15px;line-height:18px;position:absolute;top:7px;left:14px}.architecture-qbft{aspect-ratio:757/423;background-color:#050505;height:auto;margin-top:18px;padding:0}.architecture-qbft__bg{object-fit:cover;object-position:center;width:100%;max-width:none;height:100%;position:absolute;inset:0}.architecture-qbft__title{z-index:2;width:calc(100% - 28px);height:auto;font-size:15px;line-height:18px;position:absolute;top:7px;left:14px}.architecture-properties,.architecture-validators{aspect-ratio:234/308;width:100%;max-width:520px;height:auto;margin-top:18px}.architecture-properties__bg,.architecture-validators__bg{object-fit:cover;width:100%;max-width:none;height:100%;position:absolute;top:0;left:0}.architecture-properties__title{width:calc(100% - 36px);height:auto;font-size:18px;line-height:22px;position:absolute;top:16px;left:18px}.architecture-properties__list{width:calc(100% - 36px);height:auto;margin:0;padding-left:16px;font-size:13px;line-height:17px;position:absolute;top:56px;left:18px}.architecture-properties__list li+li{margin-top:8px}.architecture-validators__title{width:calc(100% - 36px);height:auto;font-size:18px;line-height:22px;position:absolute;top:16px;left:18px}.architecture-validators__text{width:calc(100% - 36px);height:auto;font-size:13px;line-height:18px;position:absolute;top:70px;left:18px}.architecture-validators__text br{display:none}}@media (width<=430px){.architecture{padding:64px 0 72px}.architecture__inner{max-width:none;padding-left:28px;padding-right:28px}.architecture__title{max-width:300px;font-size:34px;line-height:40px}.architecture__description{max-width:300px;margin-top:12px;font-size:15px;line-height:21px}.architecture-network,.architecture-qbft,.architecture-properties,.architecture-validators{border-radius:10px;max-width:300px}.architecture-network{margin-top:32px}.architecture-qbft{margin-top:16px}.architecture-network__title,.architecture-qbft__title{width:calc(100% - 24px);font-size:12px;line-height:15px;top:5px;left:12px}.architecture-properties,.architecture-validators{margin-top:16px}.architecture-properties__title,.architecture-validators__title{width:calc(100% - 32px);font-size:15px;line-height:19px;top:15px;left:16px}.architecture-properties__list{width:calc(100% - 32px);padding-left:14px;font-size:11px;line-height:15px;top:52px;left:16px}.architecture-properties__list li+li{margin-top:6px}.architecture-validators__text{width:calc(100% - 32px);font-size:11px;line-height:16px;top:62px;left:16px}}@media (width<=390px){.architecture{padding:60px 0 68px}.architecture__inner{padding-left:24px;padding-right:24px}.architecture__title{max-width:285px;font-size:31px;line-height:37px}.architecture__description{max-width:285px;font-size:14px;line-height:20px}.architecture-network,.architecture-qbft,.architecture-properties,.architecture-validators{max-width:285px}.architecture-network__title{width:calc(100% - 20px);font-size:11px;line-height:14px;top:4px;left:10px}.architecture-qbft__title{width:calc(100% - 20px);font-size:11px;line-height:14px;top:5px;left:10px}.architecture-properties__title,.architecture-validators__title{font-size:14px;line-height:18px}.architecture-properties__list,.architecture-validators__text{font-size:10px;line-height:14px}}.roadmap{background:#050505;width:100%;height:924px}.roadmap__transition{background-image:url(/assets/roadmap_transition-CKhKeg0-.png);background-position:top;background-repeat:repeat-x;background-size:200px 80px;width:100%;height:80px}.roadmap__inner{width:1500px;height:844px;margin:0 auto;position:relative}.roadmap__left-text{width:383px;height:116px;position:absolute;top:30px;left:0}.roadmap__title{color:#0b49a2;text-align:left;width:270px;height:63px;margin:0;font-family:Inter,Arial,sans-serif;font-size:52px;font-weight:500;line-height:63px}.roadmap__description{color:#f5f5f5;text-align:left;width:383px;height:48px;margin:5px 0 0;font-family:Inter,Arial,sans-serif;font-size:20px;font-weight:500;line-height:24px}.roadmap__description span{color:#0b49a2}.roadmap__right-text{width:560px;height:140px;position:absolute;top:30px;right:0}.roadmap__mission-title{color:#0b49a2;text-align:right;width:230px;height:63px;margin:0 0 0 auto;font-family:Inter,Arial,sans-serif;font-size:52px;font-weight:500;line-height:63px}.roadmap__mission-description{color:#f5f5f5;text-align:right;width:560px;height:72px;margin:5px 0 0 auto;font-family:Inter,Arial,sans-serif;font-size:20px;font-weight:500;line-height:24px}.roadmap__scheme{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:1226px;max-width:none;height:646px;position:absolute;top:113px;left:50%;transform:translate(-50%)}.roadmap__label{color:#9b9b9d;text-align:center;margin:0;font-family:Inter,Arial,sans-serif;font-size:20px;font-weight:500;line-height:24px;position:absolute}.roadmap__year{color:#f5f5f5;text-align:center;margin:0;font-family:Inter,Arial,sans-serif;font-size:20px;font-weight:500;line-height:24px;position:absolute}.roadmap__label--launch{width:169px;height:48px;top:766px;left:96px}.roadmap__year--2026{width:51px;height:24px;top:824px;left:154px}.roadmap__label--dapps{width:97px;height:48px;top:766px;left:416px}.roadmap__year--2027{width:50px;height:24px;top:824px;left:440px}.roadmap__label--education{width:180px;height:48px;top:766px;left:660px}.roadmap__year--2028{width:51px;height:24px;top:824px;left:724px}.roadmap__label--business{width:130px;height:48px;top:766px;left:970px}.roadmap__year--2029{width:51px;height:24px;top:824px;left:1009px}.roadmap__label--partnerships{width:170px;height:48px;top:766px;left:1235px}.roadmap__year--2030{width:51px;height:24px;top:824px;left:1294px}.roadmap__scheme-mobile{display:none}@media (width<=1564px){.roadmap{height:850px}.roadmap__transition{background-size:185px 74px;height:74px}.roadmap__inner{width:calc(100% - 64px);height:776px}.roadmap__left-text{width:350px;height:auto;top:26px;left:0}.roadmap__title{width:245px;height:auto;font-size:46px;line-height:54px}.roadmap__description{width:350px;height:auto;margin-top:5px;font-size:18px;line-height:23px}.roadmap__right-text{width:500px;height:auto;top:26px;right:0}.roadmap__mission-title{width:205px;height:auto;font-size:46px;line-height:54px}.roadmap__mission-description{width:500px;height:auto;margin-top:5px;font-size:18px;line-height:23px}.roadmap__scheme{width:1080px;height:569px;top:112px}.roadmap__label{font-size:16px;line-height:20px}.roadmap__year{font-size:18px;line-height:22px}.roadmap__label--launch{width:150px;height:auto;top:690px;left:calc(50% - 502px);transform:translate(-50%)}.roadmap__year--2026{width:46px;height:auto;top:748px;left:calc(50% - 502px);transform:translate(-50%)}.roadmap__label--dapps{width:110px;height:auto;top:690px;left:calc(50% - 251px);transform:translate(-50%)}.roadmap__year--2027{width:46px;height:auto;top:748px;left:calc(50% - 251px);transform:translate(-50%)}.roadmap__label--education{width:165px;height:auto;top:690px;left:50%;transform:translate(-50%)}.roadmap__year--2028{width:46px;height:auto;top:748px;left:50%;transform:translate(-50%)}.roadmap__label--business{width:130px;height:auto;top:690px;left:calc(50% + 251px);transform:translate(-50%)}.roadmap__year--2029{width:46px;height:auto;top:748px;left:calc(50% + 251px);transform:translate(-50%)}.roadmap__label--partnerships{width:160px;height:auto;top:690px;left:calc(50% + 502px);transform:translate(-50%)}.roadmap__year--2030{width:46px;height:auto;top:748px;left:calc(50% + 502px);transform:translate(-50%)}}@media (width<=1200px){.roadmap{height:730px}.roadmap__transition{background-size:165px 66px;height:66px}.roadmap__inner{width:calc(100% - 56px);height:664px}.roadmap__left-text{width:310px;top:24px}.roadmap__title{width:210px;font-size:38px;line-height:45px}.roadmap__description{width:310px;margin-top:5px;font-size:15px;line-height:20px}.roadmap__right-text{width:420px;top:24px}.roadmap__mission-title{width:175px;font-size:38px;line-height:45px}.roadmap__mission-description{width:420px;margin-top:5px;font-size:15px;line-height:20px}.roadmap__scheme{width:920px;height:485px;top:102px}.roadmap__label{font-size:14px;line-height:18px}.roadmap__year{font-size:15px;line-height:19px}.roadmap__label--launch{width:125px;top:587px;left:calc(50% - 428px);transform:translate(-50%)}.roadmap__year--2026{width:40px;top:638px;left:calc(50% - 428px);transform:translate(-50%)}.roadmap__label--dapps{width:90px;top:587px;left:calc(50% - 214px);transform:translate(-50%)}.roadmap__year--2027{width:40px;top:638px;left:calc(50% - 214px);transform:translate(-50%)}.roadmap__label--education{width:145px;top:587px;left:50%;transform:translate(-50%)}.roadmap__year--2028{width:40px;top:638px;left:50%;transform:translate(-50%)}.roadmap__label--business{width:110px;top:587px;left:calc(50% + 214px);transform:translate(-50%)}.roadmap__year--2029{width:40px;top:638px;left:calc(50% + 214px);transform:translate(-50%)}.roadmap__label--partnerships{width:135px;top:587px;left:calc(50% + 428px);transform:translate(-50%)}.roadmap__year--2030{width:40px;top:638px;left:calc(50% + 428px);transform:translate(-50%)}}@media (width<=980px){.roadmap{height:620px}.roadmap__transition{background-size:145px 58px;height:58px}.roadmap__inner{width:calc(100% - 44px);height:562px}.roadmap__left-text{width:255px;top:22px}.roadmap__title{width:170px;font-size:31px;line-height:37px}.roadmap__description{width:255px;margin-top:5px;font-size:13px;line-height:17px}.roadmap__right-text{width:340px;top:22px}.roadmap__mission-title{width:145px;font-size:31px;line-height:37px}.roadmap__mission-description{width:340px;margin-top:5px;font-size:13px;line-height:17px}.roadmap__scheme{width:760px;height:401px;top:94px}.roadmap__label{font-size:12px;line-height:15px}.roadmap__year{font-size:13px;line-height:16px}.roadmap__label--launch{width:105px;top:496px;left:calc(50% - 354px);transform:translate(-50%)}.roadmap__year--2026{width:35px;top:540px;left:calc(50% - 354px);transform:translate(-50%)}.roadmap__label--dapps{width:78px;top:496px;left:calc(50% - 177px);transform:translate(-50%)}.roadmap__year--2027{width:35px;top:540px;left:calc(50% - 177px);transform:translate(-50%)}.roadmap__label--education{width:120px;top:496px;left:50%;transform:translate(-50%)}.roadmap__year--2028{width:35px;top:540px;left:50%;transform:translate(-50%)}.roadmap__label--business{width:92px;top:496px;left:calc(50% + 177px);transform:translate(-50%)}.roadmap__year--2029{width:35px;top:540px;left:calc(50% + 177px);transform:translate(-50%)}.roadmap__label--partnerships{width:115px;top:496px;left:calc(50% + 354px);transform:translate(-50%)}.roadmap__year--2030{width:35px;top:540px;left:calc(50% + 354px);transform:translate(-50%)}}@media (width<=768px){.roadmap{background:#050505;width:100%;height:auto;margin-top:-10px}.roadmap__transition{background-size:160px 64px;height:64px}.roadmap__inner{flex-direction:column;width:100%;max-width:520px;height:auto;margin:0 auto;padding:38px 32px 80px;display:flex;position:relative}.roadmap__left-text,.roadmap__right-text{width:100%;height:auto;position:static}.roadmap__left-text{order:1}.roadmap__right-text{order:3;margin-top:34px}.roadmap__title,.roadmap__mission-title{text-align:left;width:100%;height:auto;margin:0 auto;font-size:40px;line-height:46px}.roadmap__description,.roadmap__mission-description{text-align:left;width:100%;height:auto;margin:8px auto 0;font-size:17px;line-height:23px}.roadmap__mission-description br,.roadmap__scheme--desktop,.roadmap__label,.roadmap__year{display:none}.roadmap__scheme-mobile{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;order:2;width:100%;max-width:520px;height:auto;margin:40px auto 0;display:block}}@media (width<=430px){.roadmap__transition{background-size:145px 58px;height:58px}.roadmap__inner{max-width:none;padding:34px 28px 72px}.roadmap__title,.roadmap__mission-title{max-width:300px;font-size:34px;line-height:40px}.roadmap__description,.roadmap__mission-description{max-width:300px;font-size:15px;line-height:21px}.roadmap__scheme-mobile{max-width:300px;margin-top:34px}.roadmap__right-text{margin-top:32px}}@media (width<=390px){.roadmap__inner{padding-bottom:68px;padding-left:24px;padding-right:24px}.roadmap__title,.roadmap__mission-title{max-width:285px;font-size:31px;line-height:37px}.roadmap__description,.roadmap__mission-description{max-width:285px;font-size:14px;line-height:20px}.roadmap__scheme-mobile{max-width:285px;margin-top:32px}.roadmap__right-text{margin-top:30px}}.contacts{background:#050505;width:1500px;height:629px;margin:0 auto;position:relative}.contact-card{border-radius:8px;width:665px;height:250px;position:absolute;overflow:hidden}.contact-card--mikhail{top:99px;left:70px}.contact-card--georgiy{top:379px;left:70px}.contact-card--nikita{top:99px;left:765px}.contact-card--alexander{top:379px;left:765px}.contact-card__bg{object-fit:contain;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none;border-radius:inherit;width:100%;max-width:none;height:100%;display:block;position:absolute;inset:0}.contact-card__name{color:#f5f5f5;text-align:left;width:350px;height:24px;margin:0;font-family:Inter,Arial,sans-serif;font-size:20px;font-weight:500;line-height:24px;position:absolute;top:45px;left:250px}.contact-card__role,.contact-card__email,.contact-card__telegram{color:#9b9b9d;text-align:left;width:350px;height:18px;margin:0;font-family:Inter,Arial,sans-serif;font-size:15px;font-weight:500;line-height:18px;position:absolute}.contact-card__role{top:74px;left:250px}.contact-card__email{top:131px;left:282px}.contact-card__telegram{top:161px;left:282px}.contact-card__bg--mobile{display:none}@media (width<=1564px){.contacts{background:#050505;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center;align-items:start;gap:20px 36px;width:calc(100% - 64px);height:auto;margin:0 auto;padding-top:82px;display:grid}.contact-card,.contact-card--mikhail,.contact-card--georgiy,.contact-card--nikita,.contact-card--alexander{aspect-ratio:665/250;border-radius:8px;width:100%;height:auto;position:relative;top:auto;left:auto;right:auto}.contact-card__bg{object-fit:contain;object-position:center;width:100%;height:100%}.contact-card__name{width:52%;height:auto;font-size:18px;line-height:22px;top:18%;left:37.6%}.contact-card__role,.contact-card__email,.contact-card__telegram{width:52%;height:auto;font-size:13px;line-height:16px}.contact-card__role{top:29.5%;left:37.6%}.contact-card__email{top:53%;left:42.4%}.contact-card__telegram{top:65.5%;left:42.4%}}@media (width<=1200px){.contacts{gap:18px 28px;width:calc(100% - 56px);padding-top:72px}.contact-card,.contact-card--mikhail,.contact-card--georgiy,.contact-card--nikita,.contact-card--alexander{border-radius:7px}.contact-card__name{width:53%;font-size:16px;line-height:20px;top:18%;left:37.6%}.contact-card__role,.contact-card__email,.contact-card__telegram{width:53%;font-size:12px;line-height:15px}.contact-card__role{top:30%;left:37.6%}.contact-card__email{top:53%;left:42.4%}.contact-card__telegram{top:65.5%;left:42.4%}}@media (width<=980px){.contacts{gap:16px 22px;width:calc(100% - 44px);padding-top:62px}.contact-card,.contact-card--mikhail,.contact-card--georgiy,.contact-card--nikita,.contact-card--alexander{border-radius:6px}.contact-card__name{width:54%;font-size:13px;line-height:17px;top:18%;left:37.6%}.contact-card__role,.contact-card__email,.contact-card__telegram{width:54%;font-size:10px;line-height:13px}.contact-card__role{top:30%;left:37.6%}.contact-card__email{top:53%;left:42.4%}.contact-card__telegram{top:65.5%;left:42.4%}}@media (width<=768px){.contacts{background:#050505;flex-direction:column;align-items:center;gap:18px;width:100%;height:auto;margin:0 auto;padding:4px 32px 80px;display:flex}.contact-card,.contact-card--mikhail,.contact-card--georgiy,.contact-card--nikita,.contact-card--alexander{aspect-ratio:665/250;border-radius:0;width:100%;max-width:520px;height:auto;position:relative;top:auto;left:auto;right:auto;overflow:hidden}.contact-card__bg{object-fit:contain;object-position:center;border-radius:0;width:100%;max-width:none;height:100%;position:absolute;inset:0}.contact-card__bg--desktop{display:none}.contact-card__bg--mobile{display:block}.contact-card__name,.contact-card__role,.contact-card__email,.contact-card__telegram{display:none}}@media (width<=430px){.contacts{gap:16px;padding:0 28px 72px}.contact-card,.contact-card--mikhail,.contact-card--georgiy,.contact-card--nikita,.contact-card--alexander{border-radius:0;max-width:300px}.contact-card__bg{border-radius:0}}@media (width<=390px){.contacts{gap:14px;padding:0 24px 68px}.contact-card,.contact-card--mikhail,.contact-card--georgiy,.contact-card--nikita,.contact-card--alexander{border-radius:0;max-width:285px}.contact-card__bg{border-radius:0}}.footer{background:#050505;width:1500px;height:287px;margin:0 auto;position:relative;overflow:hidden}.footer__gradient{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:1500px;max-width:none;height:227px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.footer__logo{object-fit:contain;width:161.49px;height:88.55px;position:absolute;top:60px;left:50%;transform:translate(-50%)}@media (width<=1564px){.footer{width:calc(100% - 64px);height:260px}.footer__gradient{width:1320px;height:auto;bottom:0}.footer__logo{width:142px;height:auto;top:52px}}@media (width<=1200px){.footer{width:calc(100% - 56px);height:230px}.footer__gradient{width:1120px}.footer__logo{width:124px;top:44px}}@media (width<=980px){.footer{width:calc(100% - 44px);height:200px}.footer__gradient{width:940px}.footer__logo{width:110px;top:38px}}@media (width<=768px){.footer{background:#050505;width:100%;height:210px;margin:-28px auto 0;overflow:hidden}.footer__gradient{object-fit:contain;width:520px;height:auto;bottom:0;left:50%;transform:translate(-50%)}.footer__logo{object-fit:contain;width:118px;height:auto;top:34px;left:50%;transform:translate(-50%)}}@media (width<=430px){.footer{height:170px;margin-top:-36px}.footer__gradient{width:430px}.footer__logo{width:96px;top:26px}}@media (width<=390px){.footer{height:160px;margin-top:-40px}.footer__gradient{width:390px}.footer__logo{width:90px;top:24px}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#f5f5f5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#050505;min-width:320px;margin:0;font-family:Inter,Arial,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}.page{background:#050505;width:100%;min-height:100vh;overflow:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#0b49a2;border:2px solid #050505;border-radius:999px}html,body{overflow-x:hidden}html.preloader-lock,body.preloader-lock{overflow:hidden}body.preloader-lock{touch-action:none;overscroll-behavior:none}
