:root{--ink:#1e3d28;--mid:#4a6a44;--muted:#6b7a70;--lime:#a8d82a;--lime-soft:#eef7d9;--cream:#ede3d0;--coral:#e8613a;--coral-bg:#fdf3ee;--coral-ink:#8a3a1c;--page:#f5f8f3;--white:#ffffff;--line:#dfe7db;--anthracite:#303030}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--page);color:var(--ink);font-family:var(--font-inter),system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}.display,h1,h2,h3{font-family:var(--font-jakarta),var(--font-inter),system-ui,sans-serif;font-weight:800;letter-spacing:-.02em;margin:0}a{color:inherit;text-decoration:none}.page{max-width:1080px}.narrow,.page{margin:0 auto;padding:0 24px}.narrow{max-width:640px}.topbar{background:var(--white);border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:10}.topbar-inner{display:flex;align-items:center;gap:16px;height:64px}.wordmark{font-family:var(--font-jakarta),system-ui,sans-serif;font-weight:800;font-size:21px;display:inline-flex;align-items:center;gap:10px}.spacer{flex:1 1}.h1{font-size:44px;line-height:1.1}.h2{font-size:28px;line-height:1.2}.h3{font-size:19px;font-weight:700}.lead{font-size:18px;color:var(--mid)}.muted{color:var(--muted)}.small{font-size:14px}.tiny{font-size:12.5px}@media (max-width:720px){.h1{font-size:32px}.h2{font-size:24px}.lead{font-size:16.5px}}.card{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:24px}.card.flat{border:0}.card.soft{background:var(--lime-soft);border:0}.card.sand{background:var(--cream);border:0}.row{display:flex;align-items:center;gap:12px}.stack{grid-gap:16px}.grid-3,.stack{display:grid;gap:16px}.grid-3{grid-template-columns:repeat(3,1fr);grid-gap:16px}@media (max-width:800px){.grid-3{grid-template-columns:1fr}}.pill{display:inline-block;border-radius:999px;padding:4px 12px;font-size:11.5px;font-weight:700;letter-spacing:.05em}.pill.free{background:var(--lime);color:var(--ink)}.pill.status{background:var(--lime-soft);color:var(--mid)}.pill.urgent{background:var(--coral);color:var(--white)}.pill.counter{background:var(--cream);color:var(--ink)}.btn,button{display:inline-block;border:0;border-radius:999px;padding:14px 28px;font-size:15.5px;font-weight:700;background:var(--ink);color:var(--white);cursor:pointer;font-family:inherit;text-align:center;transition:background .12s ease,border-color .12s ease,transform .06s ease}.btn.ghost,button.ghost{background:var(--white);color:var(--ink);border:1px solid var(--line)}.btn.lime,button.lime{background:var(--lime);color:var(--ink)}.btn.small,button.small{padding:10px 20px;font-size:14px}.btn:hover,button:hover:not(:disabled){background:#2a5236;color:var(--white)}.btn.ghost:hover,button.ghost:hover:not(:disabled){background:var(--page);color:var(--ink);border-color:var(--mid)}.btn.lime:hover,button.lime:hover:not(:disabled){background:#b8e63a;color:var(--ink)}button:active:not(:disabled){transform:translateY(1px)}button:disabled{opacity:.45;cursor:not-allowed}.field{margin-bottom:16px}.field label{display:block;font-size:13px;color:var(--muted);margin-bottom:6px}.field input,.field textarea{width:100%;padding:13px 15px;border-radius:12px;border:1px solid var(--line);font-family:inherit;font-size:16px;background:var(--white);color:var(--ink)}.field input:focus,.field textarea:focus{outline:2px solid var(--lime);outline-offset:1px}.field .hint{font-size:13px;color:var(--muted);margin-top:6px}.note{background:var(--coral-bg);border:1px solid var(--coral);border-radius:12px;padding:16px;color:var(--coral-ink);font-size:14px}.step-number{width:32px;height:32px;border-radius:999px;flex:none;background:var(--ink);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px}.footer{border-top:1px solid var(--line);margin-top:40px;padding:32px 0 40px}.chat{display:flex;flex-direction:column;gap:12px}.bubble{max-width:82%;padding:12px 16px;border-radius:18px;white-space:pre-wrap;line-height:1.5;font-size:15.5px}.bubble.assistant{background:var(--page);color:var(--ink);align-self:flex-start;border-top-left-radius:5px}.bubble.customer{background:var(--ink);color:var(--white);align-self:flex-end;border-top-right-radius:5px}.bubble.typing{color:var(--muted);font-style:italic}.bubble-time{display:block;text-align:right;margin-top:4px;font-size:11px;line-height:1;opacity:.55;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.steps{display:flex;flex-direction:column;gap:6px;align-self:flex-start;max-width:92%}.step{display:flex;align-items:center;gap:8px;padding:7px 12px;border-radius:10px;background:var(--white);border:1px solid var(--line);font-size:12.5px;line-height:1.3}.step-mark{display:inline-flex;color:var(--mid);flex:none}.step.failed .step-mark{color:var(--coral)}.step-label{font-weight:600;color:var(--mid)}.step-detail,.step-time{color:var(--muted)}.step-time{margin-left:auto;flex:none;padding:2px 7px;border-radius:999px;background:var(--page);font-size:11px;font-weight:600}@media (max-width:600px){.steps{max-width:100%}.step-detail{display:none}}.chat-form{align-self:flex-start;width:100%;max-width:92%;padding:16px;border-radius:18px;border-top-left-radius:5px;background:var(--white);border:1px solid var(--lime);box-shadow:0 0 0 3px var(--lime-soft)}.chat-form h3{margin:0 0 4px;font-size:16px}.chat-form .field{margin-top:12px}.chat-form .field:first-of-type{margin-top:8px}@media (max-width:600px){.chat-form{max-width:100%}}.composer{display:flex;gap:8px;margin-top:16px}.composer input{flex:1 1;min-width:0;padding:14px 18px;border-radius:999px;border:1px solid var(--line);font-size:16px;font-family:inherit;background:var(--white);color:var(--ink)}.composer>*{flex-shrink:0}.composer button:not(.attach){white-space:nowrap}.composer input:focus{outline:2px solid var(--lime);outline-offset:1px}.attachments{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.thumb{width:84px;height:84px;object-fit:cover;border-radius:12px;border:1px solid var(--line);background:var(--white)}.voice{height:40px;max-width:100%}.composer .attach{flex:none;width:48px;padding:0;height:48px;border-radius:999px;font-size:22px;font-weight:500;line-height:1}.summary-card{align-self:stretch;background:var(--white);border:1px solid var(--line);border-radius:16px;padding:16px 18px;margin:4px 0}.summary-title{font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-weight:600;margin-bottom:10px}.summary-row{display:grid;grid-template-columns:96px 1fr;grid-gap:14px;gap:14px;padding:8px 0;border-top:1px solid #eef2ec;align-items:baseline}.summary-row:first-of-type{border-top:0;padding-top:0}.summary-label{color:var(--muted);font-size:13px}.summary-value{font-weight:600;line-height:1.45}@media (max-width:520px){.summary-row{grid-template-columns:1fr;gap:2px}}.ticks{list-style:none;margin:14px 0 18px;padding:0;display:grid;grid-gap:9px;gap:9px}.ticks li{position:relative;padding-left:20px;font-size:14.5px;line-height:1.45}.ticks li:before{content:"";position:absolute;left:2px;top:8px;width:7px;height:7px;border-radius:50%;background:var(--lime)}.chooser-head{max-width:760px;margin:0 auto 30px;text-align:center}.chooser-head .lead{margin-left:auto;margin-right:auto}.chooser{display:grid;grid-gap:18px;gap:18px;grid-template-columns:1fr 1fr;max-width:940px;margin:0 auto;align-items:start}.door{padding:26px 26px 28px}.door-wa{background:var(--ink);border-color:var(--ink)}.door-wa,.door-wa .h3{color:var(--white)}.door-wa .muted,.door-wa .small{color:#c2d3bd}.door-wa .ticks li{color:#dce7d8}.door-wa .btn,.door-wa .ticks li:before{background:var(--lime)}.door-wa .btn{color:var(--ink)}.door-wa .btn:disabled{background:#3c6046;color:#a9bda4}.pill.lime{background:var(--lime);color:var(--ink)}@media (max-width:860px){.chooser{grid-template-columns:1fr;max-width:560px}.chooser-head{text-align:left}.chooser-head .lead{margin-left:0}}.conversation{display:grid;grid-template-columns:minmax(0,1fr);justify-items:center}.conversation-head{width:min(100%,720px);margin-bottom:22px}.conversation-card{width:min(100%,720px);padding:22px 24px 24px;box-shadow:0 1px 2px rgba(30,61,40,.04),0 8px 24px rgba(30,61,40,.05)}.conversation .chat{height:min(56vh,520px);overflow-y:auto;padding-right:4px;scroll-behavior:smooth}.hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);grid-gap:40px;gap:40px;align-items:start}.hero-aside{align-self:center}@media (max-width:900px){.hero{grid-template-columns:1fr;gap:28px}}.attach-menu{position:relative}.attach-pop{position:absolute;z-index:40;bottom:calc(100% + 10px);left:0;width:290px;background:var(--white);border:1px solid var(--line);border-radius:14px;box-shadow:0 16px 40px rgba(30,61,40,.18);padding:6px}.attach-pop button{display:flex;gap:12px;align-items:flex-start;width:100%;text-align:left;background:transparent;color:var(--ink);border:0;border-radius:10px;padding:11px 12px}.attach-pop button:hover{background:var(--page)}.attach-pop svg{flex:none;margin-top:2px;color:var(--mid)}.attach-pop strong{display:block;font-size:14.5px}.attach-pop em{display:block;font-style:normal;font-size:12.5px;color:var(--muted);margin-top:2px}.recorder{display:flex;align-items:center;gap:12px;margin-top:16px;background:var(--coral-bg);border:1px solid var(--coral);border-radius:999px;padding:8px 10px 8px 16px}.recorder.error{background:var(--page);border-color:var(--line);font-size:13.5px;color:var(--mid)}.rec-dot{width:10px;height:10px;border-radius:50%;background:var(--coral);animation:rec 1.2s infinite}.rec-time{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700}.rec-hint,.rec-time{color:var(--coral-ink)}.rec-hint{font-size:13px}@keyframes rec{0%,to{opacity:1}50%{opacity:.25}}.bubble.typing{padding:14px 16px}.dots{display:inline-flex;gap:5px;align-items:center}.dots i{width:7px;height:7px;border-radius:50%;background:var(--muted);animation:blink 1.3s infinite}.dots i:nth-child(2){animation-delay:.18s}.dots i:nth-child(3){animation-delay:.36s}@keyframes blink{0%,60%,to{opacity:.25}30%{opacity:1}}.spinner{display:inline-block;width:15px;height:15px;border-radius:50%;border:2px solid var(--line);border-top-color:var(--mid);animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.select{position:relative}.select-button{width:100%;display:flex;align-items:center;gap:10px;text-align:left;background:var(--white);color:var(--ink);border:1px solid var(--line);border-radius:10px;padding:11px 13px;font-size:14.5px;font-weight:500}.select-button:hover:not(:disabled){border-color:var(--mid);background:var(--white);color:var(--ink)}.select-button.open{border-color:var(--mid);box-shadow:0 0 0 3px var(--lime-soft)}.select-button>span:first-child{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-button .chev{flex:none;transition:transform .15s ease;color:var(--muted)}.select-button .chev.up{transform:rotate(180deg)}.select-list{position:absolute;z-index:40;top:calc(100% + 6px);left:0;right:0;background:var(--white);border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 32px rgba(30,61,40,.16);padding:6px;max-height:320px;overflow-y:auto}.select-option{display:block;width:100%;text-align:left;background:transparent;color:var(--ink);border:0;border-radius:8px;padding:9px 11px;font-size:14.5px;font-weight:500}.select-option.active{background:var(--page)}.select-option.chosen{background:var(--lime-soft);color:var(--mid);font-weight:600}.select-option-label{display:block}.select-option-hint{display:block;font-size:12.5px;color:var(--muted);font-weight:400;margin-top:2px}.select-list .select-option:hover{background:var(--page);color:var(--ink)}.select-list .select-option.chosen:hover{background:var(--lime-soft);color:var(--mid)}.state{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:28px 0}.state .spinner{margin-bottom:2px}.state.failed{background:var(--coral-bg);border:1px solid var(--coral);border-radius:12px;padding:20px 22px;color:var(--coral-ink)}.state.failed .muted{color:var(--coral-ink);opacity:.85}.page-state .spinner{display:inline-block;border-radius:50%;border:3px solid var(--line);border-top-color:var(--mid);animation:state-spin .7s linear infinite;margin:0}@keyframes state-spin{to{transform:rotate(1turn)}}.wave{display:inline-flex;align-items:center;gap:2px;height:18px}.wave i{width:2.5px;height:6px;border-radius:2px;background:var(--coral,#d9534f);animation:wave 1s ease-in-out infinite}@keyframes wave{0%,to{height:5px}50%{height:16px}}@media (prefers-reduced-motion:reduce){.wave i{animation:none;height:10px}}.attach.mic{margin-right:2px}.recorder button{white-space:nowrap}.recorder{flex-wrap:wrap;row-gap:8px}.composer .send-arrow{display:none}@media (max-width:520px){.composer{gap:6px}.composer .attach{width:42px;height:42px}.composer input{padding:12px 14px}.composer .send{width:42px;height:42px;padding:0;border-radius:999px;font-size:19px;line-height:1}.composer .send-word{display:none}.composer .send-arrow{display:inline}.topbar-inner{gap:10px;height:58px}.topbar-inner .wordmark{font-size:18px}.topbar-inner .btn.small,.topbar-inner .small{white-space:nowrap;font-size:13px}.topbar-inner .btn.small{padding:7px 12px}}.page-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;min-height:min(60vh,460px);padding:24px}.page-state .spinner{width:34px;height:34px}.page-state .muted,.page-state p{max-width:46ch}@media (prefers-reduced-motion:reduce){.page-state .spinner{animation-duration:2.4s}}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Plus Jakarta Sans Fallback;src:local("Arial");ascent-override:98.88%;descent-override:21.15%;line-gap-override:0.00%;size-adjust:104.98%}.__className_154f82{font-family:Plus Jakarta Sans,Plus Jakarta Sans Fallback;font-style:normal}.__variable_154f82{--font-jakarta:"Plus Jakarta Sans","Plus Jakarta Sans Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,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(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,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(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,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(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,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(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,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(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,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.00%;size-adjust:107.12%}.__className_37ef13{font-family:Inter,Inter Fallback;font-style:normal}.__variable_37ef13{--font-inter:"Inter","Inter Fallback"}