@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap";*{margin:0;padding:0;border:0}*,*:before,*:after{box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}nav,footer,header,aside{display:block}html,body{width:100%;height:100%;font-size:.875rem;line-height:1;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}input,button,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer}button::-moz-focus-inner{padding:0;border:0}a{cursor:pointer;text-decoration:none}a:visited{text-decoration:none}ul li{list-style:none;margin-bottom:0}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}.header{position:fixed;top:0;left:0;right:0;z-index:90;height:6.25rem;display:flex;align-items:center}.header:before{content:"";position:absolute;inset:0;-webkit-backdrop-filter:blur(49px);backdrop-filter:blur(49px);z-index:-1}@media(max-width:991.98px){.header{height:4.375rem}}.header__inner{display:flex;justify-content:space-between;column-gap:30px;align-items:center}@media(max-width:991.98px){.header__inner{padding:0 1.5rem}}.header__logo.open-menu{opacity:.5}.header__logo img{width:14.1875rem;height:2.8125rem}@media(max-width:991.98px){.header__logo img{width:6.625rem;height:1.5rem}}.header__nav{display:flex;align-items:center;column-gap:104px}@media(max-width:1199.98px){.header__nav{column-gap:30px}}@media(max-width:991.98px){.header__nav{flex-direction:column;align-items:flex-start;position:fixed;width:89%;height:100vh;max-height:100vh;right:-100%;top:0%;opacity:0;z-index:89;background:#000;padding:1.4375rem 1.875rem 3.125rem 1.1875rem;overflow-y:auto;opacity:1;transition:right .6s ease,opacity .6s ease}.header__nav:before{content:"";position:fixed;top:0;right:0;width:100%;height:3.125rem;background-color:transparent;z-index:5}.header__nav.open-menu{right:0%;opacity:1}}@media(max-width:549.98px){.header__nav{width:81%}}.header__nav-list{display:flex;column-gap:31px;row-gap:5px;flex-wrap:wrap}.header__nav-list-logo{display:none;background-color:#000}@media(max-width:991.98px){.header__nav-list-logo{display:block;position:sticky;top:0;z-index:90}.header__nav-list-logo img{width:5.3125rem;height:1.5rem}}@media(max-width:991.98px){.header__nav-list{flex-direction:column;align-items:flex-start;row-gap:34px;margin-bottom:4.125rem}}.header__nav-link{font-weight:700;font-size:1.125rem;line-height:1.0625rem;color:#f6f6f6;text-transform:capitalize;transition:.3s color ease}@media(hover:hover)and (pointer:fine){.header__nav-link:hover{color:#1e21ef}}@media(max-width:991.98px){.header__actions{width:100%;align-self:center;margin:0 auto}.header__actions .header__btn{text-align:center;margin:0 auto}}.header__burger{display:none}@media(max-width:991.98px){.header__burger{display:block;position:relative;width:2.75rem;height:1.5rem;z-index:100;background-color:transparent;border:none;top:0}.header__burger:before,.header__burger:after{content:"";background:linear-gradient(90.93deg,#a4bbd1 .41%,#eff3f6 30.59%,#a4bbd1 74.06%,#eff3f6 106.79%);position:absolute;width:100%;height:.3125rem;left:0;transition:all .3s ease 0s}.header__burger:before{top:0}.header__burger:after{bottom:0}.header__burger span{background:linear-gradient(90.93deg,#a4bbd1 .41%,#eff3f6 30.59%,#a4bbd1 74.06%,#eff3f6 106.79%);position:absolute;width:100%;height:.3125rem;left:0;top:50%;transform:translateY(-50%);transition:all .3s ease 0s}.header__burger.open-menu{width:1.625rem;height:1.625rem}.header__burger.open-menu:before{transform:rotate(45deg);top:50%;margin-top:-1.5px;height:.1875rem}.header__burger.open-menu:after{transform:rotate(-45deg);bottom:50%;margin-bottom:-1.5px;height:.1875rem}.header__burger.open-menu span{transform:translateY(-50%) scale(0)}}.hero{padding-top:2rem}@media(max-width:991.98px){.hero{padding-top:2.5625rem}}.hero__inner{display:flex;align-items:flex-start;column-gap:50px;justify-content:space-between;margin-bottom:3.9375rem}@media(max-width:991.98px){.hero__inner{padding:0 1.5rem}}@media(max-width:767.98px){.hero__inner{flex-direction:column-reverse;align-items:center;row-gap:40px;margin-bottom:.875rem}}.hero__announce{margin-bottom:6.8125rem}@media(max-width:991.98px){.hero__announce{margin-bottom:1.9375rem}}.hero__announce p{font-size:.9375rem;line-height:1.875rem;color:#fff;font-weight:700}@media(max-width:767.98px){.hero__announce p{font-size:.71875rem;line-height:1.4375rem}}.hero__title{margin-bottom:2.75rem}@media(max-width:767.98px){.hero__title{width:96%;margin-bottom:1.9375rem}}.hero__title img{max-width:100%}.hero__text-block{display:flex;flex-direction:column;row-gap:17px;max-width:20rem}@media(max-width:767.98px){.hero__text-block{row-gap:15px}}.hero__text-block p{font-weight:600;color:#fff;font-size:.9375rem;line-height:1.6875rem}@media(max-width:767.98px){.hero__text-block p{font-size:.85313rem;line-height:1.5rem}}@media(max-width:767.98px){.hero__image-block{width:71%;margin:0 auto}}.hero__image-block img{width:100%}.marquee{position:relative;overflow:hidden;background:linear-gradient(90deg,#120060,#290693)}.marquee__track{display:flex;gap:.625rem;width:max-content;animation:marquee-roll 32s linear infinite;will-change:transform}@media(hover:hover)and (pointer:fine){.marquee__track:hover{animation-play-state:paused}}@media(max-width:767.98px){.marquee__track{gap:.875rem;animation-duration:26s}}.marquee__item{display:flex;align-items:center;gap:.625rem;padding:.625rem 1.25rem;border-radius:50px;white-space:nowrap;flex-shrink:0;transition:transform .2s cubic-bezier(.16,1,.3,1);cursor:default}@media(max-width:767.98px){.marquee__item{padding:.625rem 0}}.marquee__item-ico{width:.33125rem;height:.36875rem;background-color:#fff;border-radius:50%}.marquee__item-text{font-size:1.325rem;line-height:2.0625rem;font-weight:900;color:#fff}@keyframes marquee-roll{0%{transform:translate(0)}to{transform:translate(-50%)}}.audience__inner{display:flex;column-gap:27px}@media(max-width:991.98px){.audience__inner{flex-direction:column;row-gap:20px}}.audience__card{border-radius:21px;padding:1.5rem 2.0625rem 2.9375rem;background-image:url(../images/decor/card-bg.webp);background-repeat:no-repeat;background-size:cover}.audience__title{font-weight:700;font-size:1.5625rem;line-height:3.125rem;background:linear-gradient(90.93deg,#a4bbd1 .41%,#eff3f6 30.59%,#a4bbd1 74.06%,#eff3f6 106.79%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.875rem}@media(max-width:991.98px){.audience__title{line-height:2.25rem}}.audience__list{display:flex;flex-direction:column;row-gap:24px}@media(max-width:991.98px){.audience__list{row-gap:20px}}.audience__list li{font-weight:600;font-size:1.0625rem;line-height:1.8125rem;color:#e5e8dc;display:flex;align-items:center;column-gap:18px}@media(max-width:991.98px){.audience__list li{font-size:1.125rem;line-height:1.3125rem;column-gap:13px}}.audience__list li:before{content:"";width:.625rem;height:.625rem;background:linear-gradient(90.93deg,#a4bbd1 .41%,#eff3f6 30.59%,#a4bbd1 74.06%,#eff3f6 106.79%);border-radius:3000px;flex-shrink:0}.audience__col{display:flex;flex-direction:column;row-gap:38px}@media(max-width:991.98px){.audience__col{row-gap:20px}}.audience__col .audience__card:last-child{padding-bottom:1.5rem}.audience__program{display:flex;justify-content:space-between;align-items:flex-end;column-gap:9px}.audience__program .audience__title{margin-bottom:0}@media(max-width:549.98px){.audience__program .audience__title{font-size:1.4375rem}}.audience__program img{transition:.3s top ease;width:2rem;height:2rem;position:relative;top:10px}@media(max-width:549.98px){.audience__program img{width:1.5625rem;height:1.5625rem}}@media(hover:hover)and (pointer:fine){.audience__program:hover img{position:relative;top:14px}}.marathon{overflow:hidden}.marathon__inner{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:0 1.25rem}@media(max-width:799.98px){.marathon__inner{flex-direction:column;align-items:flex-start;min-height:0}}.marathon__content{position:relative;z-index:5;width:54%;padding-top:10.3125rem}@media(max-width:991.98px){.marathon__content{padding-top:6.25rem}}@media(max-width:799.98px){.marathon__content{width:100%;padding-top:0}}.marathon__decor{position:absolute;top:60px;left:40px}@media(max-width:799.98px){.marathon__decor{top:-30px;left:0}}.marathon__decor img{width:8.5625rem;height:9.3125rem}.marathon__title{margin-bottom:5.25rem}@media(max-width:1920px){.marathon__title{margin-bottom:calc(2.4375rem + 45 * (100vw - 20rem) / 1600)}}@media(max-width:320px){.marathon__title{margin-bottom:2.4375rem}}.marathon__list{display:flex;flex-direction:column;row-gap:35px}.marathon__item{font-weight:700;font-size:1.125rem;line-height:2rem;color:#e5e8dc;display:flex;align-items:center;column-gap:12px}.marathon__item:before{content:"";background:linear-gradient(90.93deg,#1e21ef .41%,#12b3fd 30.59%,#1e21ef 74.06%,#12b3fd 106.79%);width:.9375rem;height:.9375rem;border-radius:50%;flex-shrink:0}@media(max-width:767.98px){.marathon__item:before{width:1.09375rem;height:1.09375rem}}.marathon__visual{position:relative;flex-shrink:0;width:52%;min-height:59.375rem;margin-left:-8%;overflow:visible}@media(max-width:991.98px){.marathon__visual{min-height:40.625rem}}@media(max-width:799.98px){.marathon__visual{width:100%;min-height:0;margin-left:0;margin-top:1.875rem}}.marathon__visual:after{content:"";position:absolute;top:0;bottom:0;left:50%;width:132%;transform:translate(-50%);z-index:4;pointer-events:none;background:linear-gradient(90deg,#000,#000000db 8%,#0000 25% 75%,#000000db 92%,#000),linear-gradient(180deg,#000,#00000094 12%,#0000 30%),linear-gradient(180deg,#0000 58%,#00000094 82%,#000),radial-gradient(ellipse at center,transparent 44%,rgba(0,0,0,.78) 74%,#000000 100%)}@media(max-width:799.98px){.marathon__visual:after{top:-20%;bottom:-8%;width:150%}}.marathon__overlay{position:absolute;top:0;left:50%;width:132%;height:100%;transform:translate(-50%);object-fit:cover;object-position:center;z-index:1;pointer-events:none}@media(max-width:991.98px){.marathon__overlay{object-position:center top}}@media(max-width:799.98px){.marathon__overlay{top:-20%;width:150%;height:128%}}.marathon__image{display:block;width:85%;height:48.125rem;margin:1rem auto 0;position:relative;top:70px;z-index:2;object-fit:cover;object-position:center}@media(max-width:991.98px){.marathon__image{top:0;height:37.5rem}}@media(max-width:799.98px){.marathon__image{width:min(92vw,32.5rem);margin-top:0;height:auto}}.bonuses{overflow:hidden}.bonuses__title-wrap{display:flex;align-items:center;justify-content:space-between;gap:.625rem 1.5rem;flex-wrap:wrap;margin-bottom:4.5rem}@media(max-width:767.98px){.bonuses__title-wrap{margin-bottom:1.625rem}}.bonuses__title-block{display:flex;align-items:center;position:relative;column-gap:80px}@media(max-width:1920px){.bonuses__title-block{column-gap:calc(15px + 65 * (100vw - 320px) / 1600)}}@media(max-width:320px){.bonuses__title-block{column-gap:15px}}.bonuses__decor{position:absolute;top:-95px;left:8%;z-index:-1}@media(max-width:991.98px){.bonuses__decor{left:0%;top:-100px}}.bonuses__decor img{width:8.5625rem;height:14.5625rem}@media(max-width:767.98px){.bonuses__decor img{width:6.25rem;height:12.5rem}}.bonuses__title{display:flex;align-items:center;justify-content:flex-start;font-size:4.25rem}@media(max-width:1920px){.bonuses__title{font-size:calc(1.4375rem + 45 * (100vw - 20rem) / 1600)}}@media(max-width:320px){.bonuses__title{font-size:1.4375rem}}.bonuses__title{line-height:1.23;font-weight:700;background:linear-gradient(90.93deg,#1e21ef .41%,#12b3fd 30.59%,#1e21ef 74.06%,#12b3fd 106.79%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bonuses__text{display:flex;color:#e5e8dc;text-align:right;transition:.3s color ease}@media(max-width:767.98px){.bonuses__text{max-width:fit-content}}.bonuses__ico{width:3.3125rem;height:3.3125rem}@media(max-width:767.98px){.bonuses__ico--desc{display:none}}.bonuses__ico--mob{display:none}@media(max-width:767.98px){.bonuses__ico--mob{display:block;width:2.3125rem;height:2.3125rem}}@media(max-width:389.98px){.bonuses__ico--mob{display:none}}.bonuses span{text-align:right;font-size:1.1875rem;font-weight:600;line-height:1.625rem;max-width:13.75rem}@media(max-width:767.98px){.bonuses span{font-size:1rem;line-height:1.3125rem;text-align:left;max-width:fit-content}}.bonuses__cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));column-gap:59px}@media(max-width:1920px){.bonuses__cards{column-gap:calc(15px + .0275*(100vw - 320px))}}@media(max-width:320px){.bonuses__cards{column-gap:15px}}.bonuses__cards{row-gap:25px}@media(max-width:549.98px){.bonuses__cards{grid-template-columns:1fr}}.bonus-card{display:flex;flex-direction:column;height:100%;border-radius:21px;padding:1.25rem .6875rem 6.0625rem 1.125rem;background-image:url(../images/decor/card-bg.webp);background-repeat:no-repeat;background-size:cover}@media(max-width:767.98px){.bonus-card{padding:.8125rem .6875rem 2.8125rem 1.6875rem}}.bonus-card__icon{width:5.4375rem;height:5.4375rem;margin-bottom:2.4375rem}@media(max-width:1920px){.bonus-card__icon{margin-bottom:calc(.625rem + 29 * (100vw - 20rem) / 1600)}}@media(max-width:320px){.bonus-card__icon{margin-bottom:.625rem}}.bonus-card__title{font-size:1.5rem;line-height:2.3125rem;font-weight:600;background:linear-gradient(90.93deg,#a4bbd1 .41%,#eff3f6 30.59%,#a4bbd1 74.06%,#eff3f6 106.79%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1.25rem}@media(max-width:1920px){.bonus-card__title{margin-bottom:calc(.625rem + .00625*(100vw - 20rem))}}@media(max-width:320px){.bonus-card__title{margin-bottom:.625rem}}.bonus-card__text{font-size:1rem;line-height:1.5625rem;color:#e5e8dc}.register__inner{background-image:url(../images/decor/card-bg.webp);background-repeat:no-repeat;background-size:cover;border-radius:20px;padding:4.0625rem 1.625rem 4.6875rem;display:flex;align-items:flex-start;justify-content:space-around;gap:1.25rem;position:relative}@media(max-width:899.98px){.register__inner{display:flex;flex-direction:column;row-gap:36px;align-items:stretch;padding:1.75rem 1.25rem 1.25rem}}.register__info{position:relative;z-index:5}@media(max-width:899.98px){.register__title-block--desktop{display:none}}.register__title{font-weight:700;font-size:4.25rem}@media(max-width:1920px){.register__title{font-size:calc(1.375rem + .02875*(100vw - 20rem))}}@media(max-width:320px){.register__title{font-size:1.375rem}}.register__title{line-height:1.23;background:linear-gradient(90.93deg,#a4bbd1 .41%,#eff3f6 30.59%,#a4bbd1 74.06%,#eff3f6 106.79%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.register__title span{display:block;padding-left:6.5625rem}.register__title span:first-child{padding-left:3.1875rem}.register__icon{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:7.4375rem;height:7.4375rem;border-radius:1878.95px;border:1px solid rgba(45,31,191,.3)}@media(max-width:389.98px){.register__icon{width:5.3125rem;height:5.3125rem}}@media(max-width:349.98px){.register__icon{display:none}}.register__icon img{width:4.375rem;height:5.1875rem}@media(max-width:389.98px){.register__icon img{width:2.5rem;height:3.3125rem}}@media(max-width:349.98px){.register__icon img{display:none}}.register__title-block--mobile{display:none}@media(max-width:899.98px){.register__title-block--mobile{display:flex;column-gap:28px}}@media(max-width:549.98px){.register__title-block--mobile{column-gap:10px}}.register__form-block{max-width:28.125rem}@media(max-width:899.98px){.register__form-block{max-width:100%}}.register__form-header{display:flex;align-items:center;column-gap:10px;margin-bottom:3.125rem}@media(max-width:899.98px){.register__form-header{margin-bottom:2.6875rem}}.register__form-title{font-weight:400;font-size:1.5rem}@media(max-width:1920px){.register__form-title{font-size:calc(1rem + .005*(100vw - 20rem))}}@media(max-width:320px){.register__form-title{font-size:1rem}}.register__form-title{line-height:1.54;color:#e5e8dc}.register__form-icon{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:11.875rem;height:11.875rem;border-radius:50%;border:1px solid rgba(45,31,191,.3)}@media(max-width:899.98px){.register__form-icon{display:none}}.register__form-icon img{width:7.0625rem;height:8.3125rem}.register__form{display:flex;flex-direction:column;row-gap:15px}.register__input{background-color:transparent;border:1px solid #e5e8dc;border-radius:20px;padding:1.28125rem 1.3125rem;color:#fff;transition:.3s border ease}.register__input:focus{border-color:#1e21ef}.register__submit{background:linear-gradient(90deg,#120060,#290693);border-radius:20px;padding:1.25rem 3.1875rem;font-weight:600;font-size:1.0625rem;line-height:1.3125rem;color:#e5e8dc;transition:.3s all ease}@media(hover:hover)and (pointer:fine){.register__submit:hover{background:linear-gradient(90deg,#120060,#290693 70%)}}.register__decor{position:absolute;top:160px;left:22px;z-index:1}@media(max-width:899.98px){.register__decor{display:none}}.faq__title{margin-bottom:2.8125rem}@media(max-width:1920px){.faq__title{margin-bottom:calc(.9375rem + .01875*(100vw - 20rem))}}@media(max-width:320px){.faq__title{margin-bottom:.9375rem}}.faq__list{display:flex;flex-direction:column;row-gap:45px}@media(max-width:1920px){.faq__list{row-gap:calc(23px + .01375*(100vw - 320px))}}@media(max-width:320px){.faq__list{row-gap:23px}}.faq__item{border-bottom:1px solid white;overflow:hidden;padding-bottom:1.125rem}.faq__item:first-child{border-top:1px solid white;padding-top:2.8125rem}@media(max-width:1920px){.faq__item:first-child{padding-top:calc(.8125rem + .02*(100vw - 20rem))}}@media(max-width:320px){.faq__item:first-child{padding-top:.8125rem}}.faq__item--active .faq__icon{color:#1e21ef}.faq__item--active .faq__icon:after{opacity:0;transform:translate(-50%) rotate(90deg)}.faq__item--active .faq__answer{grid-template-rows:1fr;opacity:1}@media(hover:hover)and (pointer:fine){.faq__item:hover .faq__question{background:linear-gradient(90.93deg,#1e21ef .41%,#12b3fd 30.59%,#1e21ef 74.06%,#12b3fd 106.79%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}}.faq__question{display:flex;align-items:center;justify-content:space-between;width:100%;column-gap:30px}@media(max-width:1920px){.faq__question{column-gap:calc(15px + 15 * (100vw - 320px) / 1600)}}@media(max-width:320px){.faq__question{column-gap:15px}}.faq__question{font-weight:700;font-size:1.375rem}@media(max-width:1920px){.faq__question{font-size:calc(1.0625rem + 5 * (100vw - 20rem) / 1600)}}@media(max-width:320px){.faq__question{font-size:1.0625rem}}.faq__question{line-height:1.36;background:linear-gradient(90.93deg,#a4bbd1 .41%,#eff3f6 30.59%,#a4bbd1 74.06%,#eff3f6 106.79%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.3125rem;transition:.9s all ease;text-align:left}.faq__icon{position:relative;display:inline-block;flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;margin-right:.9375rem}.faq__icon:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background:linear-gradient(90.93deg,#a4bbd1 .41%,#eff3f6 30.59%,#a4bbd1 74.06%,#eff3f6 106.79%);transform:translateY(-50%);transition:opacity .3s ease}.faq__icon:after{content:"";position:absolute;top:0;left:50%;width:1px;height:100%;background:linear-gradient(90.93deg,#a4bbd1 .41%,#eff3f6 30.59%,#a4bbd1 74.06%,#eff3f6 106.79%);transform:translate(-50%);transition:opacity .3s ease,transform .3s ease}.faq__answer{display:grid;grid-template-rows:0fr;opacity:0;overflow:hidden;transition:grid-template-rows .4s cubic-bezier(.16,1,.3,1),padding .4s cubic-bezier(.16,1,.3,1),opacity .4s cubic-bezier(.16,1,.3,1)}.faq__answer p{overflow:hidden;font-size:1.375rem}@media(max-width:1920px){.faq__answer p{font-size:calc(1.0625rem + 5 * (100vw - 20rem) / 1600)}}@media(max-width:320px){.faq__answer p{font-size:1.0625rem}}.faq__answer p{color:#fff;font-weight:400;line-height:1.36}.footer{padding-bottom:3.75rem}@media(max-width:1920px){.footer{padding-bottom:calc(3.25rem + .005*(100vw - 20rem))}}@media(max-width:320px){.footer{padding-bottom:3.25rem}}.footer__inner{background-image:url(../images/decor/card-bg.webp);background-repeat:no-repeat;background-size:cover;border-radius:20px;column-gap:15px;display:flex;align-items:center;justify-content:space-between;padding:2.9375rem 5.4375rem 2.375rem}@media(max-width:767.98px){.footer__inner{padding:1.4375rem 1.875rem}}@media(max-width:549.98px){.footer__inner{flex-direction:column;row-gap:60px}}.footer__logo-link img{width:9.9375rem;height:2.25rem}@media(max-width:549.98px){.footer__logo-link img{width:13.8125rem;height:3.125rem}}.footer__actions{position:relative}@media(max-width:549.98px){.footer__actions:after{content:"";position:absolute;top:-35px;left:0;width:100%;height:.125rem;background:linear-gradient(90.93deg,#a4bbd1 .41%,#eff3f6 30.59%,#a4bbd1 74.06%,#eff3f6 106.79%)}}html{font-size:1rem;scrollbar-gutter:stable;scroll-behavior:smooth;scroll-padding-top:50px}section[id]{scroll-margin-top:50px}body{display:flex;flex-direction:column;font-size:1rem;font-family:Inter,sans-serif;background-color:#000;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(max-width:991.98px){body.toggle{overflow:hidden}body.toggle:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:88;pointer-events:none;transition:opacity .3s ease}}.wrapper{display:flex;flex-direction:column;min-height:100vh}.main{display:flex;flex-direction:column;flex-grow:1;padding-top:6.25rem}@media(max-width:991.98px){.main{padding-top:4.375rem}}.container{width:100%;max-width:72.5rem;margin:0 auto;padding:0 1.5rem}@media(max-width:767.98px){.container{padding:0 1.09375rem}}.section--mb{margin-bottom:3.75rem}@media(max-width:767.98px){.section--mb{margin-bottom:3.375rem}}.btn{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:12.125rem;height:3.0625rem;background:linear-gradient(90.93deg,#a4bbd1 .41%,#eff3f6 30.59%,#a4bbd1 74.06%,#eff3f6 106.79%);border:2px solid #ffffff;text-transform:uppercase;font-size:.75rem;font-weight:600;text-align:center;color:transparent;letter-spacing:.08em;border-radius:999px;-webkit-background-clip:text;background-clip:text;white-space:nowrap;-webkit-text-fill-color:transparent;transition:.3s all ease}@media(hover:hover)and (pointer:fine){.btn:hover{background:linear-gradient(90.93deg,#1e21ef .41%,#12b3fd 30.59%,#1e21ef 74.06%,#12b3fd 106.79%);-webkit-background-clip:text}}.title{font-size:4.25rem}@media(max-width:1920px){.title{font-size:calc(1.875rem + .02375*(100vw - 20rem))}}@media(max-width:320px){.title{font-size:1.875rem}}.title{line-height:1.23;font-weight:700;background:linear-gradient(90.93deg,#1e21ef .41%,#12b3fd 30.59%,#1e21ef 74.06%,#12b3fd 106.79%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
