:root{--ink:#0a0f08;--ink-soft:#2a2f28;--muted:#6b7268;--cream:#fbfbf7;--paper:#f4f4ef;--line:#e5e5dd;--green-900:#0d2a0a;--green-700:#044f14;--green-500:#6dc204;--green-400:#88d422;--green-100:#e8f8c8;--green-50:#f4ffe7;--lime:#eafd0b;--tomato:#e16333;--berry:#a60433;--display:var(--font-display,"Unbounded"), system-ui, sans-serif;--body:var(--font-body,"Inter"), system-ui, sans-serif;--r-sm:10px;--r-md:18px;--r-lg:28px;--r-xl:36px;--r-2xl:44px;--container:1340px;--pad:24px}*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}body{font-family:var(--body);background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:16px;line-height:1.5;overflow-x:hidden}img{max-width:100%;display:block}button{cursor:pointer;color:inherit;background:0 0;border:0;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--container);padding-left:var(--pad);padding-right:var(--pad);margin:0 auto}.display{font-family:var(--display);letter-spacing:-.02em;font-weight:700;line-height:1.02}.eyebrow{font-family:var(--display);letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:500}.kicker{background:var(--green-50);color:var(--green-700);font-family:var(--display);border:1px solid var(--green-100);border-radius:999px;align-items:center;gap:8px;padding:7px 14px 7px 10px;font-size:13px;font-weight:500;display:inline-flex}.kicker .dot{background:var(--green-500);border-radius:999px;width:8px;height:8px;animation:1.8s ease-in-out infinite pulse;box-shadow:0 0 0 4px #6dc2042e}@keyframes pulse{0%,to{box-shadow:0 0 0 4px #6dc2042e}50%{box-shadow:0 0 0 8px #6dc2040d}}h1,h2,h3,h4{font-family:var(--display);letter-spacing:-.02em;margin:0;font-weight:700}h1{font-size:clamp(40px,5.4vw,76px);line-height:1.02}h2{font-size:clamp(30px,3.6vw,52px);line-height:1.05}h3{font-size:clamp(20px,1.6vw,24px);line-height:1.15}p{margin:0}.muted{color:var(--muted)}.lead{color:var(--ink-soft);max-width:56ch;font-size:clamp(16px,1.15vw,19px);line-height:1.5}.btn{height:60px;font-family:var(--display);letter-spacing:-.01em;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:0 26px;font-size:15px;font-weight:600;transition:transform .14s,background .14s,color .14s,box-shadow .14s;display:inline-flex}.btn--lg{height:64px;padding:0 30px;font-size:16px}.btn--sm{height:44px;padding:0 18px;font-size:13px}.btn--primary{background:var(--green-700);color:#fff}.btn--primary:hover{background:var(--green-900);transform:translateY(-1px)}.btn--lime{background:var(--lime);color:var(--ink)}.btn--lime:hover{background:#f6ff3a;transform:translateY(-1px)}.btn--bright{background:var(--green-500);color:var(--ink)}.btn--bright:hover{background:var(--green-400);transform:translateY(-1px)}.btn--ghost{color:var(--ink);border:1.5px solid var(--ink);background:0 0}.btn--ghost:hover{background:var(--ink);color:var(--cream)}.btn--ghost-light{color:#fff;background:0 0;border:1.5px solid #ffffff80}.btn--ghost-light:hover{color:var(--green-700);background:#fff;border-color:#fff}.btn--white{color:var(--ink);background:#fff}.btn--white:hover{background:var(--lime)}.btn .arrow{transition:transform .2s}.btn:hover .arrow{transform:translate(3px)}.icon{flex-shrink:0;width:18px;height:18px}.icon-lg{width:24px;height:24px}.card{border-radius:var(--r-lg);border:1px solid var(--line);background:#fff;padding:28px}.announce{background:var(--ink);color:var(--cream);font-size:13px;font-family:var(--display);align-items:center;height:38px;font-weight:500;display:flex;position:relative;overflow:hidden}.announce__track{white-space:nowrap;gap:48px;padding-left:48px;animation:38s linear infinite marquee;display:flex}.announce__item{opacity:.9;align-items:center;gap:12px;display:inline-flex}.announce__item svg{color:var(--lime)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.nav{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fbfbf7db;border-bottom:1px solid #0000;transition:border-color .2s,transform .3s;position:sticky;top:0}.nav--scrolled{border-bottom-color:var(--line)}.nav--hidden{transform:translateY(-100%)}.nav__inner{justify-content:space-between;align-items:center;gap:16px;height:78px;display:flex}.nav__logo{font-family:var(--display);letter-spacing:-.04em;align-items:center;gap:10px;font-size:22px;font-weight:800;display:flex}.nav__logo svg{color:var(--green-700)}.logo-mark{flex-shrink:0}.logo-mark .logo-tile{fill:var(--green-700)}.logo-mark .logo-fig-head,.logo-mark .logo-f rect{fill:var(--lime)}.logo-word{font-family:var(--display);letter-spacing:-.05em;color:var(--ink);white-space:nowrap;font-size:25px;font-weight:800;line-height:1}.logo-dot{color:var(--green-500)}.nav__logo--footer .logo-mark .logo-tile{fill:var(--lime)}.nav__logo--footer .logo-mark .logo-fig-head,.nav__logo--footer .logo-mark .logo-f rect{fill:var(--green-900)}.nav__logo--footer .logo-word{color:#fff}.nav__logo--footer .logo-dot{color:var(--lime)}.nav__links{align-items:center;gap:2px;display:flex}.nav__link{font-family:var(--display);cursor:pointer;color:inherit;white-space:nowrap;background:0 0;border:0;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:14px;font-weight:500;transition:background .15s;display:inline-flex}.nav__link:hover{background:var(--paper)}.nav__link .caret{transition:transform .2s}.nav__cta{align-items:center;gap:10px;display:flex}.nav__phone{font-family:var(--display);white-space:nowrap;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.nav__phone svg{color:var(--green-700)}.nav__burger{background:var(--paper);width:40px;height:40px;color:var(--ink);border-radius:999px;display:none}.lang-switch{background:var(--paper);border-radius:999px;gap:2px;padding:3px;display:inline-flex}.lang-switch__opt{font-family:var(--display);letter-spacing:.02em;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:600;line-height:1;transition:all .15s}.lang-switch__opt:hover{color:var(--ink)}.lang-switch__opt.active{color:var(--ink);background:#fff;box-shadow:0 1px 4px #0000001a}.nav__programs{position:relative}.nav__programs.open .caret{transform:rotate(180deg)}.nav__programs.open .nav__link--btn{background:var(--paper)}.nav__dropdown{border:1px solid var(--line);z-index:60;background:#fff;border-radius:22px;width:640px;padding:22px;animation:.18s both navFade;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 22px 50px #0000001f}@keyframes navFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.nav__dropdown-head{font-family:var(--display);align-items:baseline;gap:10px;margin-bottom:14px;display:flex}.nav__dropdown-head>div{letter-spacing:-.01em;font-size:13px;font-weight:700}.nav__dropdown-head small{color:var(--muted);font-size:12px;font-weight:400}.nav__dropdown-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.nav__lcard{border:1px solid var(--line);background:var(--cream);border-radius:14px;flex-direction:column;gap:4px;padding:14px;text-decoration:none;transition:all .15s;display:flex}.nav__lcard:hover{border-color:var(--green-700);background:var(--green-50);transform:translateY(-1px)}.nav__lcard.female{border-left:3px solid #e16333}.nav__lcard.male{border-left:3px solid var(--green-700)}.nav__lcard.b2b{border-left:3px solid var(--ink)}.nav__lcard-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.nav__lcard-name{font-family:var(--display);letter-spacing:-.01em;font-size:15px;font-weight:700}.nav__lcard-badge{background:var(--lime);color:var(--ink);font-family:var(--display);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:700}.nav__lcard-badge.new{background:var(--green-500);color:var(--ink)}.nav__lcard-badge.hot{background:var(--lime)}.nav__lcard-badge.b2b{background:var(--ink);color:#fff}.nav__lcard-desc{color:var(--muted);font-size:12px;line-height:1.4}.nav__lcard-kcal{font-family:var(--display);color:var(--green-700);margin-top:2px;font-size:11px;font-weight:500}.nav__dropdown-foot{border-top:1px solid var(--line);font-family:var(--display);color:var(--green-700);align-items:center;gap:6px;margin-top:14px;padding-top:14px;font-size:13px;font-weight:600;transition:gap .15s;display:flex}.nav__dropdown-foot:hover{gap:10px}.nav__mobile{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000073;animation:.2s both fadeIn;position:fixed;inset:0}.nav__mobile-panel{background:var(--cream);flex-direction:column;gap:8px;width:min(360px,90vw);height:100vh;padding:20px;animation:.25s both slideInRight;display:flex;position:absolute;top:0;right:0;overflow-y:auto}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.nav__mobile-head{font-family:var(--display);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:8px;padding:4px 8px 16px;font-size:18px;font-weight:700;display:flex}.nav__mobile-head button{border:1px solid var(--line);background:#fff;border-radius:999px;place-items:center;width:40px;height:40px;display:grid}.nav__mobile-sub{font-family:var(--display);color:var(--muted);letter-spacing:.08em;text-transform:uppercase;padding:12px 8px 6px;font-size:11px;font-weight:600}.nav__mobile-card{border:1px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;gap:4px;padding:14px;display:flex}.nav__mobile-card.female{border-left:3px solid #e16333}.nav__mobile-card.male{border-left:3px solid var(--green-700)}.nav__mobile-card.b2b{border-left:3px solid var(--ink)}.nav__mobile-link{font-family:var(--display);border-radius:12px;align-items:center;gap:10px;padding:14px 16px;font-size:15px;font-weight:500;transition:background .15s;display:flex}.nav__mobile-link:hover{background:#fff}.nav__mobile-link svg{color:var(--green-700)}.hero{padding:22px 0 90px;position:relative}.hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:stretch;gap:22px;display:grid}.hero__copy{border-radius:var(--r-2xl);border:1px solid var(--line);background:#fff;flex-direction:column;gap:28px;padding:48px 52px;display:flex;position:relative}.hero__meta{align-items:center;gap:10px;display:flex}.hero__title{letter-spacing:-.035em}.hero__title em{color:var(--green-700);font-style:normal;position:relative}.hero__highlight{background:var(--lime);color:var(--ink);font-weight:700;font-family:var(--display);letter-spacing:-.01em;-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:8px;padding:2px 10px 4px;font-size:.95em;display:inline-block;transform:rotate(-.5deg);box-shadow:0 4px 14px #eafd0b59}.hero__title em:after{content:"";background:var(--lime);z-index:-1;border-radius:3px;height:14px;position:absolute;bottom:6px;left:0;right:0;transform:skew(-4deg)}.hero__cta{flex-wrap:wrap;gap:10px;display:flex}.hero__stats{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:18px;margin-top:6px;padding-top:24px;display:grid}.hero__stat .n{font-family:var(--display);letter-spacing:-.03em;font-size:32px;font-weight:700;line-height:1}.hero__stat .l{color:var(--muted);margin-top:6px;font-size:13px}.hero__visual{background:linear-gradient(160deg, var(--green-500) 0%, var(--green-700) 100%);border-radius:var(--r-2xl);color:#fff;flex-direction:column;padding:28px;display:flex;position:relative;overflow:hidden}.hero__visual:before{content:"";pointer-events:none;background:radial-gradient(circle,#eafd0b38 0%,#0000 65%);width:520px;height:520px;position:absolute;inset:-40% -10% auto auto}.hero__bowl{flex:1;justify-content:center;align-items:center;height:360px;min-height:360px;display:flex;position:relative;overflow:hidden}.hero__bowl img{object-fit:cover;filter:drop-shadow(0 30px 50px #00000059);border-radius:24px;width:320px;max-width:100%;height:320px}@keyframes floaty{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-6px)rotate(-.5deg)}}.hero__chips{flex-direction:column;gap:12px;display:flex;position:absolute}.chip-card{color:var(--ink);font-family:var(--display);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;background:#fffffff2;border-radius:14px;align-items:center;gap:12px;padding:12px 16px;font-size:13px;font-weight:500;display:flex;box-shadow:0 8px 24px #0000001f}.chip-card .ico{background:var(--green-50);width:38px;height:38px;color:var(--green-700);border-radius:10px;place-items:center;display:grid}.chip-card .ico.lime{background:var(--lime);color:var(--ink)}.chip-card .label{color:var(--muted);font-size:11px;font-weight:400;display:block}.chip-card .value{font-size:15px;font-weight:600}.hero__visual-foot{z-index:2;justify-content:space-between;align-items:flex-end;gap:18px;display:flex;position:relative}.hero__visual-foot .price{font-family:var(--display);letter-spacing:-.04em;font-size:56px;font-weight:800;line-height:1}.hero__visual-foot .price small{opacity:.8;letter-spacing:0;margin-top:6px;font-size:16px;font-weight:500;display:block}.hero__visual-foot .price-prev{opacity:.6;margin-left:8px;font-size:18px;font-weight:500;text-decoration:line-through}.hero__visual-tag{background:var(--lime);color:var(--ink);font-family:var(--display);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700}.trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--cream);padding:22px 0}.trust__inner{grid-template-columns:repeat(5,1fr);align-items:center;gap:32px;display:grid}.trust__item{font-family:var(--display);align-items:center;gap:14px;font-size:14px;font-weight:500;display:flex}.trust__item .ico{background:var(--paper);width:44px;height:44px;color:var(--green-700);border-radius:12px;place-items:center;display:grid}.trust__item small{color:var(--muted);margin-top:2px;font-size:11px;font-weight:400;display:block}.shorts-rail{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}.short-card{aspect-ratio:9/16;border-radius:var(--r-lg);cursor:pointer;color:#fff;text-align:left;background:var(--ink);padding:0;transition:transform .25s,box-shadow .25s;display:block;position:relative;overflow:hidden}.short-card:hover{transform:translateY(-6px)scale(1.01);box-shadow:0 20px 40px #0000002e}.short-card__img{object-fit:cover;width:100%;height:100%;transition:transform .6s;position:absolute;inset:0}.short-card:hover .short-card__img{transform:scale(1.04)}.short-card__shade{pointer-events:none;background:linear-gradient(#0000008c 0%,#0000 28% 50%,#000000d9 100%);position:absolute;inset:0}.short-card__top{z-index:2;align-items:center;gap:8px;display:flex;position:absolute;top:12px;left:12px;right:12px}.short-card__avatar{border:2px solid #fff;border-radius:999px;flex-shrink:0;width:32px;height:32px;overflow:hidden}.short-card__avatar img{object-fit:cover;width:100%;height:100%}.short-card__name{font-family:var(--display);text-shadow:0 1px 4px #0006;font-size:12px;font-weight:600;line-height:1.1}.short-card__handle{opacity:.8;font-size:10px}.short-card__duration{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-family:var(--display);background:#00000080;border-radius:999px;margin-left:auto;padding:3px 8px;font-size:10px;font-weight:600}.short-card__play{width:56px;height:56px;color:var(--ink);z-index:2;background:#fffffff0;border-radius:999px;place-items:center;transition:transform .2s,background .2s;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.short-card__play svg{margin-left:3px}.short-card:hover .short-card__play{background:var(--lime);transform:translate(-50%,-50%)scale(1.08)}.short-card__bottom{z-index:2;flex-direction:column;gap:6px;display:flex;position:absolute;bottom:12px;left:12px;right:12px}.short-card__chip{background:var(--lime);color:var(--ink);font-family:var(--display);border-radius:999px;align-self:flex-start;padding:4px 10px;font-size:10px;font-weight:700}.short-card__title{font-family:var(--display);text-shadow:0 1px 6px #00000080;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.short-card__meta{opacity:.9;align-items:center;gap:12px;font-size:11px;display:flex}.short-card__meta span{align-items:center;gap:4px;display:inline-flex}.short-card__meta svg{width:13px;height:13px}.player-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#000000d9;justify-content:center;align-items:center;gap:18px;padding:24px;animation:.2s both fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.player{aspect-ratio:9/16;color:#fff;cursor:pointer;background:#000;border-radius:24px;width:min(420px,100%);max-height:92vh;animation:.35s cubic-bezier(.2,.7,.2,1) both playerIn;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000080}@keyframes playerIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.player__bg{object-fit:cover;width:100%;height:100%;animation:14s ease-in-out infinite alternate kenburns;position:absolute;inset:0}@keyframes kenburns{0%{transform:scale(1.05)translate(0)}to{transform:scale(1.18)translate(-2%,2%)}}.player__shade{background:linear-gradient(#00000080 0%,#0000 24% 50%,#000000d9 100%);position:absolute;inset:0}.player__progress{z-index:4;background:#ffffff40;border-radius:2px;height:3px;position:absolute;top:8px;left:12px;right:12px;overflow:hidden}.player__progress-bar{background:#fff;height:100%;transition:width 50ms linear}.player__close{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;z-index:5;background:#00000073;border-radius:999px;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:18px;right:14px}.player__close:hover{background:#000000b3}.player__paused{z-index:4;background:#0003;place-items:center;animation:.15s both fadeIn;display:grid;position:absolute;inset:0}.player__paused svg{filter:drop-shadow(0 4px 12px #00000080);opacity:.85}.player__actions{z-index:4;flex-direction:column;gap:18px;display:flex;position:absolute;bottom:130px;right:12px}.pa{color:#fff;font-family:var(--display);flex-direction:column;align-items:center;gap:4px;font-size:11px;font-weight:600;transition:transform .15s;display:flex}.pa:hover{transform:scale(1.08)}.pa--liked{color:#ff5a87}.pa--liked svg{fill:#ff5a87;stroke:#ff5a87;animation:.35s pop}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.35)}to{transform:scale(1)}}.pa__avatar{border:2px solid #fff;border-radius:999px;width:38px;height:38px;overflow:hidden}.pa__avatar img{object-fit:cover;width:100%;height:100%}.player__body{z-index:4;flex-direction:column;gap:8px;display:flex;position:absolute;bottom:18px;left:16px;right:70px}.player__chip{background:var(--lime);color:var(--ink);font-family:var(--display);border-radius:999px;align-self:flex-start;padding:5px 12px;font-size:11px;font-weight:700}.player__name{font-family:var(--display);text-shadow:0 1px 4px #0006;font-size:15px;font-weight:700}.player__name span{opacity:.7;margin-left:6px;font-size:13px;font-weight:500}.player__caption{opacity:.92;text-shadow:0 1px 4px #0006;font-size:13px;line-height:1.4}.player__sound{opacity:.8;align-items:center;gap:8px;margin-top:4px;font-size:11px;display:inline-flex}.player__wave{align-items:flex-end;gap:2px;height:12px;margin-left:4px;display:inline-flex}.player__wave span{background:#fff;border-radius:2px;width:2px;animation:1.2s ease-in-out infinite wave}.player__wave span:first-child{height:5px;animation-delay:0s}.player__wave span:nth-child(2){height:9px;animation-delay:.12s}.player__wave span:nth-child(3){height:6px;animation-delay:.24s}.player__wave span:nth-child(4){height:11px;animation-delay:.36s}.player__wave span:nth-child(5){height:7px;animation-delay:.48s}@keyframes wave{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1.4)}}.player-nav{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff1f;border-radius:999px;flex-shrink:0;place-items:center;width:48px;height:48px;transition:background .15s;display:grid}.player-nav:hover{background:#ffffff38}@media (max-width:1100px){.shorts-rail{grid-template-columns:repeat(3,1fr)}}@media (max-width:700px){.shorts-rail{scroll-snap-type:x mandatory;grid-template-columns:100%;grid-auto-columns:60%;grid-auto-flow:column;padding-bottom:8px;overflow-x:auto}.short-card{scroll-snap-align:start}.player-nav{display:none}.player{aspect-ratio:auto;width:100%;height:90vh}}.section{padding:110px 0}.section--tight{padding:70px 0}.section--alt{background:var(--paper)}.section--dark{background:var(--green-900);color:#fff}.section__head{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);align-items:end;gap:60px;margin-bottom:56px;display:grid}.section__head h2 em{color:var(--green-500);font-style:normal}.section__head--center{text-align:center;grid-template-columns:1fr;justify-items:center}.section__head--center .lead{margin:0 auto}.steps{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.step{border-radius:var(--r-lg);border:1px solid var(--line);background:#fff;flex-direction:column;gap:20px;min-height:360px;padding:28px;transition:transform .2s,box-shadow .2s;display:flex;position:relative}.step:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0000000f}.step__num{font-family:var(--display);background:var(--green-50);width:44px;height:44px;color:var(--green-700);border:1.5px solid var(--green-100);border-radius:999px;place-items:center;font-size:14px;font-weight:800;display:grid}.step__img{background:var(--paper);border-radius:var(--r-md);flex:1;place-items:center;min-height:140px;display:grid;position:relative;overflow:hidden}.step__img img{object-fit:cover;width:100%;height:100%}.step__title{font-family:var(--display);letter-spacing:-.01em;font-size:18px;font-weight:600}.step__desc{color:var(--muted);font-size:14px;line-height:1.5}.sex-step{border:1px solid var(--line);border-radius:var(--r-2xl);text-align:center;background:#fff;padding:60px 48px;position:relative;overflow:hidden}.sex-step:before{content:"";pointer-events:none;background:radial-gradient(circle,#6dc2041f 0%,#0000 60%);width:480px;height:480px;position:absolute;inset:-40% -40% auto auto}.sex-step__num{background:var(--green-50);color:var(--green-700);font-family:var(--display);letter-spacing:.1em;z-index:2;border-radius:999px;margin-bottom:18px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-block;position:relative}.sex-step__title{font-family:var(--display);letter-spacing:-.02em;z-index:2;margin-bottom:36px;font-size:clamp(28px,3vw,40px);font-weight:700;position:relative}.sex-cards{z-index:2;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;max-width:760px;margin:0 auto;display:grid;position:relative}.sex-card{background:var(--cream);border:2px solid var(--line);border-radius:var(--r-xl);cursor:pointer;text-align:center;font-family:var(--display);flex-direction:column;align-items:center;gap:6px;padding:32px 24px 28px;transition:all .2s;display:flex;position:relative}.sex-card:hover{border-color:var(--green-700);transform:translateY(-4px);box-shadow:0 18px 40px #044f141f}.sex-card--female:hover{border-color:var(--tomato);box-shadow:0 18px 40px #e163332e}.sex-card__avatar{border:3px solid var(--paper);background:#fff;border-radius:999px;place-items:center;width:90px;height:90px;margin-bottom:8px;transition:transform .25s;display:grid;overflow:hidden}.sex-card:hover .sex-card__avatar{transform:scale(1.05)}.sex-card__avatar svg{width:100%;height:100%}.sex-card__name{letter-spacing:-.02em;font-size:22px;font-weight:700}.sex-card__meta{color:var(--muted);font-size:13px;font-weight:500}.sex-card__arrow{font-family:var(--display);color:var(--muted);font-size:20px;font-weight:600;transition:transform .2s,color .2s;position:absolute;top:18px;right:22px}.sex-card:hover .sex-card__arrow{color:var(--green-700);transform:translate(4px)}.sex-card--female:hover .sex-card__arrow{color:var(--tomato)}.sex-step__hint{color:var(--muted);z-index:2;text-align:center;justify-content:center;align-items:center;gap:8px;max-width:520px;margin-top:28px;margin-left:auto;margin-right:auto;font-size:13px;display:inline-flex;position:relative}.sex-step__hint svg{color:var(--green-700);flex-shrink:0}.sex-pill{background:var(--green-50);border:1px solid var(--green-100);font-family:var(--display);color:var(--green-700);border-radius:999px;align-items:center;gap:10px;padding:6px 6px 6px 16px;font-size:13px;font-weight:500;display:inline-flex}.sex-pill b{font-weight:700}.sex-pill button{color:var(--ink);font-family:var(--display);border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .15s;display:inline-flex}.sex-pill button:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.programs-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.p-card{border:1.5px solid var(--line);border-radius:var(--r-xl);cursor:pointer;text-align:left;font-family:var(--body);background:#fff;flex-direction:column;padding:0;transition:all .25s;display:flex;position:relative;overflow:hidden}.p-card:hover{border-color:var(--ink);transform:translateY(-6px);box-shadow:0 22px 48px #0000001a}.p-card--popular{border-color:var(--green-700)}.p-card--popular:hover{border-color:var(--green-900);box-shadow:0 22px 48px #044f1438}.p-card--active{border-color:var(--green-700);box-shadow:0 22px 48px #044f142e}.p-card__pop{z-index:2;background:var(--lime);color:var(--ink);font-family:var(--display);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:5px 11px;font-size:10px;font-weight:700;position:absolute;top:14px;left:14px}.p-card__img-wrap{aspect-ratio:1;background:var(--paper);position:relative;overflow:hidden}.p-card.lime .p-card__img-wrap{background:var(--lime)}.p-card.dark .p-card__img-wrap{background:var(--green-900)}.p-card__img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.p-card:hover .p-card__img-wrap img{transform:scale(1.06)}.p-card__body{flex-direction:column;flex:1;gap:8px;padding:22px 22px 24px;display:flex}.p-card__name{font-family:var(--display);letter-spacing:-.04em;font-size:28px;font-weight:800;line-height:1}.p-card__goal{font-family:var(--display);color:var(--green-700);letter-spacing:.04em;text-transform:uppercase;margin-bottom:4px;font-size:12px;font-weight:500}.p-card__kcal{font-family:var(--display);color:var(--muted);margin-top:2px;font-size:13px;font-weight:500}.p-card__macros{flex-wrap:wrap;gap:6px;margin:10px 0 6px;display:flex}.p-card__macros span{background:var(--paper);font-family:var(--display);color:var(--ink-soft);border-radius:8px;padding:5px 10px;font-size:11px;font-weight:600}.p-card__foot{border-top:1px dashed var(--line);justify-content:space-between;align-items:baseline;gap:10px;margin-top:12px;padding-top:16px;display:flex}.p-card__price{flex-direction:column;gap:2px;display:flex}.p-card__price .num{font-family:var(--display);letter-spacing:-.03em;font-size:32px;font-weight:800;line-height:1}.p-card__price .num small{color:var(--muted);letter-spacing:0;margin-left:2px;font-size:11px;font-weight:500}.p-card__price .prev{color:var(--muted);font-size:12px;text-decoration:line-through}.p-card__save{background:var(--green-50);color:var(--green-700);font-family:var(--display);border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.p-card__cta{background:var(--ink);color:#fff;height:48px;font-family:var(--display);border-radius:999px;justify-content:center;align-items:center;gap:6px;margin-top:14px;font-size:13px;font-weight:600;transition:background .15s;display:flex}.p-card:hover .p-card__cta,.p-card--popular .p-card__cta{background:var(--green-700)}.p-card--popular:hover .p-card__cta{background:var(--green-900)}.p-card__cta-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (max-width:1100px){.programs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.sex-step{padding:36px 22px}.sex-cards{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.sex-card{padding:22px 14px 18px}.sex-card__avatar{width:64px;height:64px}.sex-card__name{font-size:17px}.sex-card__meta{font-size:11px}.sex-card__arrow{font-size:14px;top:12px;right:14px}.sex-step__title{margin-bottom:24px;font-size:22px}.sex-step__hint{margin-top:20px;font-size:12px}.programs-grid{grid-template-columns:minmax(0,1fr);gap:14px}.p-card__body{padding:18px 18px 20px}.p-card__name{font-size:26px}.p-card__price .num{font-size:28px}}.programs__tabs{border:1px solid var(--line);background:#fff;border-radius:999px;flex-wrap:wrap;gap:8px;width:max-content;margin:0 auto 40px;padding:8px;display:flex}.programs__tab{font-family:var(--display);border-radius:999px;padding:12px 22px;font-size:14px;font-weight:500;transition:all .15s}.programs__tab.active{background:var(--green-700);color:#fff}.programs__tab:hover:not(.active){background:var(--paper)}.program-card{border-radius:var(--r-xl);border:1px solid var(--line);background:#fff;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);display:grid;overflow:hidden}.program-card__visual{background:var(--green-50);flex-direction:column;justify-content:space-between;min-height:460px;padding:40px;display:flex;position:relative}.program-card__visual.dark{background:var(--green-900);color:#fff}.program-card__visual.lime{background:var(--lime)}.program-card__visual img{filter:drop-shadow(0 20px 40px #00000026);width:360px;position:absolute;bottom:-40px;right:-40px}.program-card__tag{color:var(--ink);font-family:var(--display);background:#ffffffb3;border-radius:999px;align-self:flex-start;padding:8px 14px;font-size:12px;font-weight:600;display:inline-flex}.program-card.popular .program-card__tag{background:var(--lime);color:var(--ink)}.program-card__name{font-family:var(--display);letter-spacing:-.04em;z-index:2;font-size:48px;font-weight:800;line-height:.95;position:relative}.program-card__macro{z-index:2;gap:18px;display:flex;position:relative}.program-card__macro .m{font-family:var(--display);background:#fff9;border-radius:12px;padding:8px 14px;font-size:13px;font-weight:600}.program-card__visual.dark .program-card__macro .m{background:#ffffff1a}.program-card__body{flex-direction:column;gap:22px;padding:40px;display:flex;position:relative}.program-card__desc{color:var(--muted);font-size:15px;line-height:1.5}.program-card__features{grid-template-columns:1fr 1fr;gap:12px 22px;margin:4px 0 8px;display:grid}.program-card__features li{color:var(--ink-soft);padding-left:28px;font-size:14px;line-height:1.4;list-style:none;position:relative}.program-card__features li:before{content:"";background:var(--green-50);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23044f14'%3E%3Cpath d='M16.7 5.3a1 1 0 010 1.4l-7 7a1 1 0 01-1.4 0l-4-4a1 1 0 011.4-1.4L9 11.6l6.3-6.3a1 1 0 011.4 0z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px;border-radius:999px;width:18px;height:18px;position:absolute;top:2px;left:0}.program-card__price{border-top:1px dashed var(--line);align-items:baseline;gap:12px;margin-top:auto;padding-top:22px;display:flex}.program-card__price .num{font-family:var(--display);letter-spacing:-.04em;font-size:44px;font-weight:800;line-height:1}.program-card__price .num small{color:var(--muted);letter-spacing:0;font-size:15px;font-weight:500}.program-card__price .prev{color:var(--muted);font-size:16px;text-decoration:line-through}.program-card__price .save{background:var(--green-50);color:var(--green-700);font-family:var(--display);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.program-card__actions{gap:10px;display:flex}.calc{border-radius:var(--r-2xl);border:1px solid var(--line);background:#fff;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:center;gap:56px;padding:56px;display:grid;position:relative;overflow:hidden}.calc__form{flex-direction:column;gap:20px;display:flex}.calc__row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.field{flex-direction:column;gap:8px;display:flex}.field label{font-family:var(--display);color:var(--muted);font-size:13px;font-weight:500}.field select,.field input{border:1.5px solid var(--line);height:56px;font-family:var(--display);appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a0f08' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right 18px center/16px no-repeat;border-radius:14px;padding:0 18px;font-size:14px;font-weight:500;transition:border-color .15s}.field input{background-image:none}.field select:focus,.field input:focus{border-color:var(--green-700);outline:none}.calc__radio{background:var(--paper);border-radius:14px;grid-template-columns:1fr 1fr;gap:8px;padding:6px;display:grid}.calc__radio button{height:44px;font-family:var(--display);border-radius:10px;font-size:13px;font-weight:500}.calc__radio button.active{background:#fff;box-shadow:0 2px 8px #0000000f}.calc__result{background:linear-gradient(160deg, var(--green-500), var(--green-700));color:#fff;border-radius:var(--r-xl);flex-direction:column;gap:20px;min-height:360px;padding:40px;display:flex;position:relative;overflow:hidden}.calc__result:after{content:"";background:radial-gradient(circle,#eafd0b33 0%,#0000 60%);width:360px;height:360px;position:absolute;inset:auto -20% -40% auto}.calc__big{font-family:var(--display);letter-spacing:-.05em;z-index:2;font-size:clamp(70px,8vw,110px);font-weight:900;line-height:.9;position:relative}.calc__big small{letter-spacing:0;opacity:.9;margin-top:6px;font-size:18px;font-weight:500;display:block}.calc__macros{z-index:2;flex-wrap:wrap;gap:10px;display:flex;position:relative}.calc__macro{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border-radius:14px;flex:1;min-width:100px;padding:12px 16px}.calc__macro .v{font-family:var(--display);font-size:22px;font-weight:700}.calc__macro .k{opacity:.8;font-size:12px}.menu-days{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:36px;display:flex}.menu-day{font-family:var(--display);border:1.5px solid var(--line);background:#fff;border-radius:999px;padding:10px 18px;font-size:13px;font-weight:500;transition:all .15s}.menu-day.active{background:var(--ink);color:var(--cream);border-color:var(--ink)}.menu-day:hover:not(.active){border-color:var(--ink)}.menu-day small{color:var(--muted);margin-top:2px;font-size:11px;font-weight:400;display:block}.menu-day.active small{color:#ffffffb3}.dishes{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.dish{border-radius:var(--r-md);border:1px solid var(--line);background:#fff;flex-direction:column;transition:transform .2s;display:flex;overflow:hidden}.dish:hover{transform:translateY(-4px)}.dish__img{background:var(--paper);aspect-ratio:1;place-items:center;display:grid;position:relative}.dish__img img{object-fit:contain;width:86%;height:86%}.dish__meal{font-family:var(--display);background:#ffffffeb;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:600;position:absolute;top:12px;left:12px}.dish__body{flex-direction:column;flex:1;gap:6px;padding:16px 18px 20px;display:flex}.dish__name{font-family:var(--display);letter-spacing:-.01em;font-size:15px;font-weight:600;line-height:1.2}.dish__macro{color:var(--muted);gap:10px;margin-top:auto;padding-top:10px;font-size:12px;display:flex}.dish__macro span{align-items:center;gap:4px;display:inline-flex}.dish__macro b{color:var(--ink);font-weight:600}.bento{grid-template-columns:repeat(6,1fr);grid-auto-rows:220px;gap:16px;display:grid}.bento__cell{border-radius:var(--r-lg);border:1px solid var(--line);background:#fff;flex-direction:column;gap:14px;padding:26px 28px 28px;display:flex;position:relative;overflow:hidden}.bento__cell>.bento__icon{flex-shrink:0}.bento__cell>div:last-child{flex-direction:column;gap:8px;margin-top:auto;display:flex}.bento__cell h3{letter-spacing:-.02em;font-size:21px;line-height:1.15}.bento__cell p{color:var(--muted);max-width:32ch;font-size:14px;line-height:1.45}.bento__cell.dark{background:var(--green-900);color:#fff;border-color:var(--green-900)}.bento__cell.dark p{color:#ffffffb3}.bento__cell.lime{background:var(--lime);color:var(--ink);border-color:var(--lime)}.bento__cell.lime p{color:var(--ink-soft)}.bento__cell.bright{background:var(--green-500);color:var(--ink);border-color:var(--green-500)}.bento__cell.image{padding:0}.bento__cell.image img{object-fit:cover;width:100%;height:100%}.bento__cell .number{font-family:var(--display);letter-spacing:-.05em;font-size:80px;font-weight:900;line-height:.9}.bento__icon{background:var(--green-50);width:52px;height:52px;color:var(--green-700);border-radius:14px;place-items:center;display:grid}.dark .bento__icon{color:var(--lime);background:#ffffff1a}.lime .bento__icon,.bright .bento__icon{color:var(--ink);background:#00000014}.bento__cell.col-2{grid-column:span 2}.bento__cell.col-3{grid-column:span 3}.bento__cell.col-4{grid-column:span 4}.bento__cell.row-2{grid-row:span 2}.guarantee{background:var(--ink);color:var(--cream);border-radius:var(--r-2xl);grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);align-items:center;gap:48px;padding:60px;display:grid;position:relative;overflow:hidden}.guarantee:before{content:"";background:radial-gradient(circle, var(--green-700) 0%, transparent 60%);pointer-events:none;width:600px;height:600px;position:absolute;bottom:-40%;right:-10%}.guarantee__seal{background:var(--lime);color:var(--ink);font-family:var(--display);border-radius:999px;align-self:flex-start;align-items:center;gap:10px;width:max-content;padding:12px 20px;font-size:14px;font-weight:700;display:inline-flex}.guarantee h2{color:#fff}.guarantee p{color:#ffffffb3;max-width:50ch;font-size:16px}.guarantee__list{z-index:2;flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex;position:relative}.guarantee__list li{font-family:var(--display);background:#ffffff0f;border-radius:14px;align-items:center;gap:16px;padding:16px 18px;font-size:15px;font-weight:500;list-style:none;display:flex}.guarantee__list li::marker{content:""}.guarantee__list li .ico{background:var(--lime);width:36px;height:36px;color:var(--ink);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.reviews__head{flex-wrap:wrap;align-items:center;gap:14px;font-size:clamp(28px,4.2vw,48px);line-height:1.05;display:flex}.reviews__rating{font-family:var(--display);letter-spacing:-.04em;align-items:center;gap:4px;font-weight:800;display:inline-flex}.reviews__star{flex-shrink:0;width:.95em;height:.95em}.reviews__on{font-family:var(--display);color:var(--muted);letter-spacing:0;font-size:.55em;font-weight:500}.reviews__google{flex-shrink:0;width:auto;height:.7em}.reviews__count{font-family:var(--display);color:var(--muted);align-items:center;gap:8px;margin-top:12px;font-size:14px;font-weight:500;display:inline-flex}.reviews__count:before{content:"";background:var(--green-500);border-radius:999px;width:6px;height:6px;display:inline-block}.reviews{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.review{border-radius:var(--r-lg);border:1px solid var(--line);background:#fff;flex-direction:column;gap:18px;min-height:320px;padding:28px;display:flex}.review__stars{color:#f5b041;gap:2px;display:flex}.review__quote{flex:1;font-size:16px;line-height:1.5}.review__author{border-top:1px solid var(--line);align-items:center;gap:12px;padding-top:18px;display:flex}.review__avatar{width:44px;height:44px;font-family:var(--display);color:var(--green-700);background:var(--green-50);border-radius:999px;place-items:center;font-size:16px;font-weight:700;display:grid}.review__author .name{font-family:var(--display);font-size:14px;font-weight:600}.review__author .meta{color:var(--muted);font-size:12px}.review.featured{background:var(--green-900);color:#fff;border-color:var(--green-900);grid-column:span 1}.review.featured .review__author{border-top-color:#ffffff1f}.review.featured .review__avatar{background:var(--lime);color:var(--ink)}.review.featured .review__author .meta{color:#fff9}.faq{flex-direction:column;gap:10px;display:flex}.faq__item{border-radius:var(--r-md);border:1px solid var(--line);background:#fff;overflow:hidden}.faq__q{text-align:left;width:100%;font-family:var(--display);justify-content:space-between;align-items:center;gap:24px;padding:24px 28px;font-size:17px;font-weight:500;display:flex}.faq__q .plus{background:var(--paper);border-radius:999px;flex-shrink:0;place-items:center;width:36px;height:36px;transition:transform .25s,background .15s;display:grid}.faq__item.open .faq__q .plus{background:var(--green-50);color:var(--green-700);transform:rotate(45deg)}.faq__a{max-height:0;color:var(--muted);padding:0 28px;font-size:15px;line-height:1.6;transition:max-height .35s;overflow:hidden}.faq__item.open .faq__a{max-height:400px;padding:0 28px 24px}.order{background:var(--green-900);color:#fff;border-radius:var(--r-2xl);grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:56px;padding:60px;display:grid;position:relative;overflow:hidden}.order:before{content:"";background:radial-gradient(circle,#6dc20459 0%,#0000 60%);width:600px;height:600px;position:absolute;top:-20%;right:-20%}.order__left{z-index:2;position:relative}.order h2{color:#fff;max-width:14ch}.order .lead{color:#ffffffb3;margin-top:18px}.order__pts{flex-direction:column;gap:12px;margin:28px 0 0;padding:0;list-style:none;display:flex}.order__pts li{align-items:flex-start;gap:12px;font-size:15px;line-height:1.4;list-style:none;display:flex}.order__pts li::marker{content:""}.order__pts svg{color:var(--lime);flex-shrink:0;margin-top:2px}.order__form{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--r-lg);z-index:2;background:#ffffff0f;padding:32px;position:relative}.order__form .field label{color:#ffffffb3}.order__form .field input,.order__form .field select{color:#fff;background-color:#ffffff14;border-color:#ffffff24}.order__form .field input::placeholder{color:#fff6}.order__form .field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")}.order__form .field input:focus,.order__form .field select:focus{border-color:var(--lime)}.order__form-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;display:grid}.order__form-full{grid-column:span 2}.order__form input,.order__form select,.order__form button{min-width:0;max-width:100%}.order__success{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:40px 20px;display:flex}.order__success .check{background:var(--lime);width:80px;height:80px;color:var(--ink);border-radius:999px;place-items:center;display:grid}.seo{padding:90px 0}.seo__head{text-align:center;flex-direction:column;align-items:center;gap:16px;margin-bottom:48px;display:flex}.seo__title em{color:var(--green-500);font-style:normal}.seo__content{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;max-height:280px;transition:max-height .6s cubic-bezier(.2,.7,.2,1);display:grid;position:relative;overflow:hidden}.seo__content:after{content:"";background:linear-gradient(to bottom, transparent, var(--paper) 80%);pointer-events:none;height:140px;transition:opacity .3s;position:absolute;inset:auto 0 0}.seo__content--open{max-height:4000px}.seo__content--open:after{opacity:0}.seo__col{flex-direction:column;gap:18px;display:flex}.seo__lead{color:var(--ink-soft);font-size:16px;line-height:1.55}.seo__lead b{color:var(--ink);font-weight:700}.seo h3{font-family:var(--display);letter-spacing:-.01em;color:var(--ink);margin-top:14px;font-size:18px;font-weight:700}.seo p{color:var(--muted);font-size:14.5px;line-height:1.6}.seo p b{color:var(--ink-soft);font-weight:600}.seo a{color:var(--green-700);border-bottom:1px solid #044f1440;font-weight:600;text-decoration:none;transition:border-color .15s}.seo a:hover{border-bottom-color:var(--green-700)}.seo__toggle{border:1.5px solid var(--line);font-family:var(--display);color:var(--ink);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:8px;margin:36px auto 0;padding:14px 22px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.seo__toggle:hover{border-color:var(--ink);transform:translateY(-1px)}.seo__tags{border-top:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:8px;margin-top:48px;padding-top:32px;display:flex}.seo__tags-label{font-family:var(--display);color:var(--muted);margin-right:8px;font-size:13px;font-weight:600}.seo__tags a{border:1px solid var(--line);font-size:12px;font-family:var(--body);color:var(--ink-soft);border-bottom:1px solid var(--line);background:#fff;border-radius:999px;padding:6px 14px;font-weight:500;transition:all .15s}.seo__tags a:hover{background:var(--green-700);color:#fff;border-color:var(--green-700)}@media (max-width:1100px){.seo__content{grid-template-columns:minmax(0,1fr);gap:18px;max-height:320px}.seo__content--open{max-height:8000px}}@media (max-width:700px){.seo{padding:56px 0}.seo__head{margin-bottom:28px}.seo__title{font-size:24px}.seo__lead{font-size:14px}.seo h3{font-size:16px}.seo p{font-size:13.5px}.seo__content{max-height:280px}.seo__content--open{max-height:12000px}.seo__tags{margin-top:32px;padding-top:24px}.seo__tags-label{width:100%;margin-bottom:4px}.seo__tags a{padding:5px 12px;font-size:11px}}.footer{background:var(--ink);color:var(--cream);padding:80px 0 32px}.footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:60px;display:grid}.footer__brand p{color:#ffffff80;max-width:30ch;margin-top:14px;font-size:14px}.footer__col h4{font-family:var(--display);margin-bottom:18px;font-size:14px;font-weight:600}.footer__col a{color:#fff9;padding:6px 0;font-size:14px;transition:color .15s;display:block}.footer__col a:hover{color:var(--lime)}.footer__bottom{color:#fff6;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:28px;font-size:12px;display:flex}.footer__socials{gap:8px;display:flex}.footer__dev{opacity:.75;border-top:1px solid #ffffff14;align-items:center;gap:12px;margin-top:24px;padding-top:22px;transition:opacity .15s;display:flex}.footer__dev:hover{opacity:1}.footer__dev span{color:#ffffff80;font-size:12px;font-family:var(--display);font-weight:500}.footer__dev img{width:auto;height:20px;display:block}.footer__socials a{background:#ffffff0f;border-radius:999px;place-items:center;width:40px;height:40px;padding:0;display:grid}.footer__socials a:hover{background:var(--lime);color:var(--ink)}.sticky-cta{z-index:40;background:var(--green-700);color:#fff;white-space:nowrap;border-radius:999px;justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:6px 6px 6px 20px;display:none;position:fixed;bottom:16px;left:16px;right:16px;box-shadow:0 14px 30px #044f144d}.sticky-cta .label{font-family:var(--display);align-items:baseline;gap:4px;min-width:0;font-size:14px;font-weight:500;display:inline-flex;overflow:hidden}.sticky-cta .label b{font-size:16px;font-weight:700}.sticky-cta__sub{opacity:.8;font-size:12px;font-weight:500}.sticky-cta .btn{flex-shrink:0;height:44px}.variety-badge{background:var(--lime);color:var(--ink);font-family:var(--display);white-space:nowrap;z-index:3;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:12px;font-weight:500;line-height:1;display:inline-flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)rotate(-2deg);box-shadow:0 8px 22px #0000002e}.variety-badge b{font-weight:700}.day-summary{z-index:3;color:var(--ink);font-family:var(--display);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:right;background:#fffffff2;border-radius:14px;flex-direction:column;padding:10px 16px;line-height:1.1;display:inline-flex;position:absolute;top:28px;right:28px;box-shadow:0 8px 24px #0000001f}.day-summary .ds-meta{color:var(--muted);font-size:11px;font-weight:400}.day-summary strong{letter-spacing:-.01em;margin-top:2px;font-size:14px;font-weight:700}.hero__bowl img{animation:.45s cubic-bezier(.2,.7,.2,1) both bowlSwap}@keyframes bowlSwap{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.meal-rail{z-index:3;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin-top:8px;margin-bottom:18px;display:grid;position:relative}.meal-rail__btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-align:left;color:#fff;background:#ffffff14;border:1.5px solid #ffffff1f;border-radius:14px;flex-direction:column;align-items:flex-start;gap:6px;min-width:0;min-height:56px;padding:8px;transition:all .22s;display:flex;position:relative}.meal-rail__btn:hover{background:#ffffff24;border-color:#ffffff38}.meal-rail__btn.active{color:var(--ink);background:#fff;border-color:#fff;transform:translateY(-2px);box-shadow:0 10px 22px #0000002e}.meal-rail__btn.active:before{content:"";background:#fff;border-radius:2px;width:10px;height:10px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.meal-rail__thumb{background:var(--paper);border-radius:9px;flex-shrink:0;place-items:center;width:100%;height:38px;display:grid;overflow:hidden}.meal-rail__thumb img{object-fit:cover;width:100%;height:100%;animation:none}.meal-rail__txt{flex-direction:column;min-width:0;line-height:1.1;display:flex}.meal-rail__txt .m-label{font-family:var(--display);letter-spacing:0;font-size:11px;font-weight:600}.meal-rail__txt .m-kcal{opacity:.7;margin-top:2px;font-size:10px;font-weight:500}.meal-rail__btn.active .m-kcal{color:var(--green-700);opacity:1}.live-pill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-family:var(--display);z-index:3;background:#0006;border-radius:999px;align-items:center;gap:10px;padding:8px 14px 8px 10px;font-size:12px;font-weight:500;display:inline-flex;position:absolute;top:28px;left:28px}.live-pill .dot{background:#ff5a5f;border-radius:999px;width:8px;height:8px;animation:1.5s ease-in-out infinite pulse-red}@keyframes pulse-red{0%,to{box-shadow:0 0 #ff5a5f99}50%{box-shadow:0 0 0 6px #ff5a5f00}}.compare{border-radius:var(--r-2xl);border:1px solid var(--line);background:#fff;padding:8px;overflow:hidden}.compare__row{grid-template-columns:1.4fr 1fr 1fr;align-items:center;display:grid}.compare__row+.compare__row{border-top:1px solid var(--line)}.compare__cell{padding:22px 28px;font-size:15px}.compare__head .compare__cell{font-family:var(--display);color:var(--muted);font-size:14px;font-weight:600}.compare__cell--win{background:var(--green-50);border-radius:var(--r-md);font-family:var(--display);color:var(--green-700);margin:4px;font-weight:600}.compare__head .compare__cell--win{color:#fff;background:var(--green-700)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(20px)}.reveal.in{opacity:1;transform:translateY(0)}@media (max-width:1100px){.nav__links{display:none}.nav__cta{gap:10px}.nav__burger{place-items:center;display:grid}.hero__grid{grid-template-columns:minmax(0,1fr)}.hero__visual{min-height:540px}.trust__inner{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.trust__item:nth-child(4),.trust__item:nth-child(5){display:none}.steps{grid-template-columns:repeat(2,minmax(0,1fr))}.step{min-height:320px}.program-card{grid-template-columns:minmax(0,1fr)}.program-card__visual{min-height:360px;padding:32px}.program-card__visual img{width:260px;bottom:-20px;right:-20px}.program-card__body{padding:32px}.calc{grid-template-columns:minmax(0,1fr);gap:28px;padding:36px}.calc__result{min-height:280px}.dishes{grid-template-columns:repeat(3,minmax(0,1fr))}.bento{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:220px}.bento__cell.col-2,.bento__cell.col-3,.bento__cell.col-4{grid-column:span 2}.bento__cell.row-2{grid-row:span 1}.guarantee,.order{grid-template-columns:minmax(0,1fr);gap:32px;padding:40px}.reviews{grid-template-columns:minmax(0,1fr)}.review{min-height:auto}.footer__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px}.section__head{grid-template-columns:minmax(0,1fr);gap:18px}}@media (max-width:700px){:root{--pad:16px}.section{padding:64px 0}.section--tight{padding:48px 0}.section__head{margin-bottom:32px}h1{letter-spacing:-.03em;text-wrap:balance;font-size:clamp(22px,6.2vw,30px);line-height:1.05}h2{font-size:clamp(24px,6.4vw,32px)}.lead{font-size:13px;line-height:1.45}.announce{height:32px;font-size:11px}.nav__inner{gap:12px;height:60px}.nav__logo{font-size:18px}.nav__logo svg{width:28px;height:28px}.nav__phone{display:none}.nav__cta .btn{height:38px;padding:0 14px;font-size:12px}.nav__cta .lang-switch{display:none}.nav__burger{place-items:center;display:grid}.nav__dropdown{display:none}.hero{padding:6px 0 40px}.hero__grid{gap:10px}.hero__copy{border-radius:22px;gap:12px;padding:16px 16px 18px}.hero__title{letter-spacing:-.03em}.hero__title em:after{height:7px;bottom:2px}.hero__highlight{padding:1px 6px 2px;font-size:.88em}.kicker{letter-spacing:.05em;padding:4px 10px 4px 8px;font-size:10px}.hero__meta .kicker .dot{width:6px;height:6px}.hero__cta{flex-direction:column;align-items:stretch;gap:6px}.hero__cta .btn{width:100%;height:46px;padding:0 14px;font-size:13px}.hero__stats{grid-template-columns:1fr 1fr;gap:12px;margin-top:0;padding-top:14px}.hero__stat:nth-child(3){display:none}.hero__stat .n{font-size:20px}.hero__stat .l{margin-top:4px;font-size:10px;line-height:1.3}.hero__visual{border-radius:28px;min-height:0;padding:16px 16px 18px}.hero__visual:before{width:320px;height:320px}.hero__bowl{height:220px;min-height:220px}.hero__bowl img{border-radius:18px;width:200px;height:200px}.variety-badge{padding:6px 10px;font-size:10px;bottom:6px}.hero__chips{display:none}.live-pill{padding:6px 10px 6px 8px;font-size:10px;top:16px;left:16px}.day-summary{border-radius:10px;padding:6px 10px;top:14px;right:14px}.day-summary .ds-meta{font-size:9px}.day-summary strong{font-size:11px}.meal-rail{gap:4px;margin:6px 0 14px}.meal-rail__btn{border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-height:44px;padding:6px 4px}.meal-rail__thumb{display:none}.meal-rail__txt{text-align:center;align-items:center}.meal-rail__txt .m-label{font-size:9px;line-height:1}.meal-rail__txt .m-kcal{opacity:.65;margin-top:1px;font-size:9px}.meal-rail__btn.active:before{display:none}.hero__visual-foot{flex-direction:column;align-items:flex-start;gap:12px}.hero__visual-foot .price{font-size:38px}.hero__visual-foot .price small{margin-top:4px;font-size:13px}.hero__visual-tag{padding:7px 12px;font-size:11px}.trust{padding:16px 0}.trust__inner{scroll-snap-type:x mandatory;grid-template-columns:none;grid-auto-columns:minmax(220px,1fr);grid-auto-flow:column;gap:14px;padding-bottom:4px;overflow-x:auto}.trust__item{scroll-snap-align:start}.trust__item:nth-child(4),.trust__item:nth-child(5){display:flex}.trust__item .ico{width:38px;height:38px}.steps{grid-template-columns:1fr;gap:12px}.step{flex-direction:row;align-items:flex-start;gap:16px;min-height:auto;padding:22px}.step__num{flex-shrink:0;width:36px;height:36px;font-size:12px}.step__img{display:none}.step__title{margin-bottom:4px;font-size:17px}.step__desc{font-size:13px}.programs__tabs{border:none;border-top:1px solid var(--line);border-bottom:1px solid var(--line);scrollbar-width:none;background:#fff;border-radius:0;flex-wrap:nowrap;justify-content:flex-start;width:calc(100% + 32px);margin:0 -16px 28px;padding:6px 16px;overflow-x:auto}.programs__tabs::-webkit-scrollbar{display:none}.programs__tab{white-space:nowrap;padding:10px 16px;font-size:13px}.program-card{border-radius:28px}.program-card__visual{min-height:280px;padding:24px;overflow:hidden}.program-card__visual img{width:200px;bottom:-10px;right:-10px}.program-card__name{font-size:38px}.program-card__macro .m{padding:6px 10px;font-size:11px}.program-card__body{gap:18px;padding:24px}.program-card__features{grid-template-columns:1fr;gap:10px}.program-card__price .num{font-size:36px}.program-card__price .prev{font-size:14px}.program-card__price .save{font-size:11px}.program-card__actions{flex-direction:column;gap:8px}.program-card__actions .btn{width:100%;height:52px}.calc{border-radius:28px;gap:22px;padding:22px}.calc__row{grid-template-columns:1fr;gap:12px}.calc__result{gap:16px;min-height:auto;padding:22px}.calc__big{font-size:clamp(48px,14vw,64px)}.calc__big small{font-size:13px}.calc__macro{flex:1;min-width:0;padding:10px 12px}.calc__macro .v{font-size:17px}.calc__macro .k{font-size:10px}.calc__result .btn{white-space:nowrap;text-align:center;gap:8px;width:100%;height:56px;padding:0 18px;font-size:13px;line-height:1}.calc__cta-text{text-overflow:ellipsis;align-items:center;gap:4px;display:inline-flex;overflow:hidden}.calc__cta-text b{font-weight:700}.calc__cta-arrow{flex-shrink:0;width:16px;height:16px}.menu-days{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;margin:0 -16px 24px;padding:0 16px;overflow-x:auto}.menu-days::-webkit-scrollbar{display:none}.menu-day{flex-shrink:0;padding:8px 14px;font-size:12px}.menu-day small{font-size:10px}.dishes{grid-template-columns:1fr 1fr;gap:10px}.dish__body{padding:12px 14px 16px}.dish__name{font-size:13px}.dish__macro{flex-wrap:wrap;gap:6px;font-size:11px}.dish__meal{padding:3px 8px;font-size:9px}.bento{grid-template-columns:1fr;grid-auto-rows:auto;gap:12px}.bento__cell,.bento__cell.col-2,.bento__cell.col-3,.bento__cell.col-4{grid-column:span 1;min-height:180px;padding:22px}.bento__cell.row-2{grid-row:span 1}.bento__cell.image{min-height:220px}.bento__cell h3{font-size:19px}.bento__cell p{font-size:13px}.bento__cell .number{font-size:60px}.bento__icon{width:44px;height:44px}.compare{border-radius:22px;padding:0}.compare__row{grid-template-columns:1fr 1fr;gap:0;padding:14px;display:grid;position:relative}.compare__row+.compare__row{border-top:1px solid var(--line)}.compare__head{display:none}.compare__cell{padding:8px 12px;font-size:13px;line-height:1.35}.compare__cell:first-child{font-family:var(--display);color:var(--ink);grid-column:span 2;padding:0 0 6px;font-size:14px;font-weight:600}.compare__cell:not(:first-child):before{content:attr(data-label);font-family:var(--display);color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:10px;font-weight:500;display:block}.compare__cell--win{border-radius:12px;margin:0}.guarantee{border-radius:28px;gap:22px;padding:28px 22px}.guarantee h2{font-size:26px}.guarantee__list li{padding:12px 14px;font-size:13px}.guarantee__list li .ico{width:30px;height:30px}.reviews{gap:12px}.review{min-height:auto;padding:22px}.review__quote{font-size:14px}.reviews__head{flex-wrap:nowrap;align-items:center;gap:6px;font-size:20px}.reviews__rating{gap:3px}.reviews__star{width:.85em;height:.85em}.reviews__on{white-space:nowrap;font-size:.6em}.reviews__google{height:.7em}.reviews__count{margin-top:10px;font-size:12px}.shorts-rail{scroll-snap-type:x mandatory;scrollbar-width:none;gap:12px;margin:0 -16px;padding-bottom:8px;padding-left:16px;padding-right:16px;display:flex;overflow-x:auto}.shorts-rail::-webkit-scrollbar{display:none}.short-card{scroll-snap-align:start;aspect-ratio:9/16;flex:0 0 64%}.player-overlay{padding:0}.player-nav{display:none}.player{aspect-ratio:auto;border-radius:0;width:100%;height:100vh;max-height:100vh}.faq__q{gap:14px;padding:18px 20px;font-size:14px}.faq__q .plus{width:30px;height:30px}.faq__a{padding:0 20px;font-size:13px}.faq__item.open .faq__a{padding:0 20px 18px}.order{border-radius:28px;grid-template-columns:minmax(0,1fr);gap:22px;padding:26px 22px}.order h2{max-width:100%;font-size:26px}.order .lead{max-width:100%}.order__pts li{font-size:13px}.order__form{max-width:100%;padding:20px}.order__form-grid{grid-template-columns:minmax(0,1fr)}.order__form-full{grid-column:span 1}.field input,.field select{width:100%;min-width:0;max-width:100%;height:50px;font-size:13px}.field label{font-size:12px}.order__submit{white-space:normal;text-align:center;gap:8px;padding:8px 18px;font-size:13px;line-height:1.15;height:56px!important}.order__submit-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.order__submit .arrow{flex-shrink:0;width:16px;height:16px}.footer{padding:56px 0 100px}.footer__grid{grid-template-columns:1fr;gap:28px;margin-bottom:36px}.footer__bottom{text-align:center;flex-direction:column;gap:14px}.footer__bottom>div:last-child{justify-content:center}.sticky-cta{padding:6px 6px 6px 18px;display:flex;bottom:12px;left:12px;right:12px}.sticky-cta .label{font-size:13px}.sticky-cta .btn{height:42px;padding:0 14px;font-size:12px}}@media (max-width:380px){.hero__copy{padding:22px 18px}.hero__cta .btn{padding:0 14px;font-size:13px}.meal-rail__txt .m-label,.meal-rail__txt .m-kcal{font-size:8px}.hero__stats .n{font-size:22px}.day-summary{padding:5px 8px}.day-summary strong{font-size:10px}.short-card{flex:0 0 72%}}
.fmodal{z-index:120;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0f0899;place-items:center;padding:20px;animation:.2s both fmFade;display:grid;position:fixed;inset:0}@keyframes fmFade{0%{opacity:0}to{opacity:1}}.fmodal__box{background:var(--cream);border-radius:var(--r-2xl);grid-template-columns:.85fr 1fr;width:min(840px,100%);max-height:92vh;animation:.32s cubic-bezier(.2,.7,.2,1) both fmIn;display:grid;position:relative;overflow:hidden;box-shadow:0 40px 90px #0006}@keyframes fmIn{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.fmodal__close{z-index:5;width:38px;height:38px;color:var(--ink);cursor:pointer;background:#ffffffe6;border:0;border-radius:999px;place-items:center;transition:background .15s;display:grid;position:absolute;top:16px;right:16px}.fmodal__close:hover{background:#fff}.fmodal__media{background:linear-gradient(160deg, var(--green-500), var(--green-900));color:#fff;flex-direction:column;justify-content:flex-end;padding:28px;display:flex;position:relative;overflow:hidden}.fmodal__media-grad{background:radial-gradient(circle,#eafd0b38,#0000 65%);width:360px;height:360px;position:absolute;inset:-30% -20% auto auto}.fmodal__badge{background:var(--lime);color:var(--ink);font-family:var(--display);border-radius:999px;padding:7px 14px;font-size:12px;font-weight:700;position:absolute;top:22px;left:22px}.fmodal__media-title{font-family:var(--display);letter-spacing:-.03em;z-index:2;font-size:32px;font-weight:800;line-height:1;position:relative}.fmodal__media-title span{color:var(--lime)}.fmodal__media-title small{opacity:.85;letter-spacing:0;margin-top:8px;font-size:14px;font-weight:500;display:block}.fmodal__body{padding:36px;overflow-y:auto}.fmodal__title{font-family:var(--display);letter-spacing:-.02em;margin-bottom:8px;font-size:26px;font-weight:700}.fmodal__sub{color:var(--muted);margin-bottom:22px;font-size:14px;line-height:1.5}.fmodal__field{flex-direction:column;gap:7px;margin-bottom:12px;display:flex}.fmodal__field label{font-family:var(--display);color:var(--muted);font-size:13px;font-weight:500}.fmodal__field input,.fmodal__field select{border:1.5px solid var(--line);height:50px;font-size:14px;font-family:var(--body);background:#fff;border-radius:12px;width:100%;padding:0 15px;transition:border-color .15s}.fmodal__field input:focus,.fmodal__field select:focus{border-color:var(--green-700);outline:none}.fmodal__row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.fmodal__fine{color:var(--muted);text-align:center;margin-top:12px;font-size:11px;line-height:1.4}.fmodal__success{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:20px 0;display:flex}.fmodal__check{background:var(--green-50);width:72px;height:72px;color:var(--green-700);border-radius:999px;place-items:center;display:grid}.fmodal__success h3{font-family:var(--display);font-size:22px;font-weight:700}.fmodal__success p{color:var(--muted);max-width:36ch;font-size:14px;line-height:1.5}.fmodal__box--exit{text-align:center;grid-template-columns:1fr;width:min(520px,100%)}.exit__inner{padding:44px 40px;position:relative}.fmodal__box--exit{background:var(--green-900);color:#fff}.fmodal__box--exit .fmodal__close{color:#fff;background:#ffffff24}.fmodal__box--exit .fmodal__close:hover{background:#ffffff42}.exit__badge{color:var(--lime);font-family:var(--display);background:#eafd0b29;border-radius:999px;margin-bottom:18px;padding:7px 16px;font-size:13px;font-weight:700;display:inline-block}.exit__title{font-family:var(--display);letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(28px,4vw,38px);font-weight:800;line-height:1.05}.exit__title span{color:var(--lime)}.exit__sub{color:#ffffffbf;max-width:38ch;margin:0 auto 24px;font-size:15px;line-height:1.5}.exit__sub b{color:var(--lime)}.exit__form{gap:10px;max-width:420px;margin:0 auto;display:flex}.exit__form input{color:#fff;background:#ffffff14;border:1.5px solid #fff3;border-radius:999px;flex:1;min-width:0;height:54px;padding:0 20px;font-size:14px}.exit__form input::placeholder{color:#ffffff73}.exit__form input:focus{border-color:var(--lime);outline:none}.exit__form .btn{flex-shrink:0}.exit__decline{color:#fff6;cursor:pointer;background:0 0;border:0;margin:18px auto 0;font-size:13px;text-decoration:underline;display:block}.exit__decline:hover{color:#ffffffb3}.fmodal__box--exit .fmodal__success,.fmodal__box--exit .fmodal__success h3{color:#fff}.fmodal__box--exit .fmodal__success p{color:#ffffffbf}.fmodal__box--exit .fmodal__success p b{color:var(--lime)}.fmodal__box--exit .fmodal__check{background:var(--lime);color:var(--ink)}@media (max-width:700px){.fmodal__box{grid-template-columns:1fr}.fmodal__media{display:none}.fmodal__body{padding:28px 22px}.exit__inner{padding:36px 24px}.exit__form{flex-direction:column}.exit__form .btn{width:100%}}
@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d0d9446e69c4847e-s.10blc4._e8owh.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(../media/4e1c87b7aa9e2f2f-s.p.12gpghvmuotht.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(../media/3fd967fc5374d70a-s.17n1p.kggnicm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(../media/dd14639a62c56cb2-s.06a7f.f9wwf6c.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b59689b1142d37ce-s.p.0f8~qglggluhl.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Unbounded;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d0d9446e69c4847e-s.10blc4._e8owh.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Unbounded;font-style:normal;font-weight:500;font-display:swap;src:url(../media/4e1c87b7aa9e2f2f-s.p.12gpghvmuotht.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:500;font-display:swap;src:url(../media/3fd967fc5374d70a-s.17n1p.kggnicm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Unbounded;font-style:normal;font-weight:500;font-display:swap;src:url(../media/dd14639a62c56cb2-s.06a7f.f9wwf6c.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Unbounded;font-style:normal;font-weight:500;font-display:swap;src:url(../media/b59689b1142d37ce-s.p.0f8~qglggluhl.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Unbounded;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d0d9446e69c4847e-s.10blc4._e8owh.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Unbounded;font-style:normal;font-weight:600;font-display:swap;src:url(../media/4e1c87b7aa9e2f2f-s.p.12gpghvmuotht.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:600;font-display:swap;src:url(../media/3fd967fc5374d70a-s.17n1p.kggnicm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Unbounded;font-style:normal;font-weight:600;font-display:swap;src:url(../media/dd14639a62c56cb2-s.06a7f.f9wwf6c.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Unbounded;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b59689b1142d37ce-s.p.0f8~qglggluhl.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d0d9446e69c4847e-s.10blc4._e8owh.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url(../media/4e1c87b7aa9e2f2f-s.p.12gpghvmuotht.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url(../media/3fd967fc5374d70a-s.17n1p.kggnicm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url(../media/dd14639a62c56cb2-s.06a7f.f9wwf6c.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b59689b1142d37ce-s.p.0f8~qglggluhl.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(../media/d0d9446e69c4847e-s.10blc4._e8owh.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(../media/4e1c87b7aa9e2f2f-s.p.12gpghvmuotht.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(../media/3fd967fc5374d70a-s.17n1p.kggnicm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(../media/dd14639a62c56cb2-s.06a7f.f9wwf6c.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(../media/b59689b1142d37ce-s.p.0f8~qglggluhl.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Unbounded;font-style:normal;font-weight:900;font-display:swap;src:url(../media/d0d9446e69c4847e-s.10blc4._e8owh.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Unbounded;font-style:normal;font-weight:900;font-display:swap;src:url(../media/4e1c87b7aa9e2f2f-s.p.12gpghvmuotht.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:900;font-display:swap;src:url(../media/3fd967fc5374d70a-s.17n1p.kggnicm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Unbounded;font-style:normal;font-weight:900;font-display:swap;src:url(../media/dd14639a62c56cb2-s.06a7f.f9wwf6c.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Unbounded;font-style:normal;font-weight:900;font-display:swap;src:url(../media/b59689b1142d37ce-s.p.0f8~qglggluhl.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Unbounded Fallback;src:local(Arial);ascent-override:73.93%;descent-override:18.2%;line-gap-override:0.0%;size-adjust:134.59%}.unbounded_21756ddf-module__sTGoJa__className{font-family:Unbounded,Unbounded Fallback;font-style:normal}.unbounded_21756ddf-module__sTGoJa__variable{--font-display:"Unbounded", "Unbounded Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.p.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.p.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.p.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.p.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.p.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_f2d77374-module__fCl4Va__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_f2d77374-module__fCl4Va__variable{--font-body:"Inter", "Inter Fallback"}
