.ChatWidget_root__uTsb8{--navy:#0c1b33;--navy-light:#1e3a5f;--rose:#be185d;--rose-light:#fce7f3;--white:#ffffff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-400:#94a3b8;--gray-600:#475569;--gray-800:#1e293b;--radius-msg:18px;--p-body:var(--font-body),"Jost",system-ui,sans-serif;position:fixed;right:22px;bottom:22px;z-index:9999;font-family:var(--p-body)}.ChatWidget_launcherWrap__JKJmL{position:relative;display:flex;align-items:center;justify-content:center}.ChatWidget_welcomeBubble__y0KWp{position:absolute;right:0;bottom:78px;width:min(280px,calc(100vw - 40px));padding:14px 36px 14px 14px;border-radius:16px;background:#fff;color:var(--gray-800);box-shadow:0 12px 32px rgba(12,27,51,.18);border:.5px solid var(--gray-200);animation:ChatWidget_welcomeIn__MfuSi .35s ease}.ChatWidget_welcomeBubble__y0KWp:after{content:"";position:absolute;right:22px;bottom:-8px;width:14px;height:14px;background:#fff;border-right:.5px solid var(--gray-200);border-bottom:.5px solid var(--gray-200);transform:rotate(45deg)}.ChatWidget_welcomeTitle__Tagck{margin:0 0 4px;font-size:14px;font-weight:600;color:var(--navy)}.ChatWidget_welcomeText__VydA2{margin:0;font-size:12.5px;line-height:1.45;color:var(--gray-600)}.ChatWidget_welcomeDismiss__9y606{position:absolute;top:8px;right:8px;width:24px;height:24px;border:none;border-radius:50%;background:var(--gray-50);color:var(--gray-400);font-size:16px;line-height:1;cursor:pointer}.ChatWidget_welcomeDismiss__9y606:hover{background:var(--gray-200);color:var(--navy)}.ChatWidget_pulseRing__8ghOy{position:absolute;inset:0;border-radius:50%;border:2px solid var(--rose);opacity:0;animation:ChatWidget_pulseRing__8ghOy 2.2s ease-out infinite;pointer-events:none}.ChatWidget_pulseRingDelay__sKqDG{animation-delay:1.1s}.ChatWidget_launcher__VyFOl{position:relative;width:62px;height:62px;border-radius:50%;border:none;background:linear-gradient(135deg,var(--navy) 0,var(--navy-light) 100%);color:#fff;cursor:pointer;display:grid;place-items:center;box-shadow:0 10px 28px rgba(12,27,51,.32);transition:transform .15s ease,box-shadow .15s ease}.ChatWidget_launcher__VyFOl:hover{transform:translateY(-2px) scale(1.04)}.ChatWidget_launcherAttention__8xmsu{animation:ChatWidget_launcherBounce__D1Cuw 2s ease-in-out infinite}.ChatWidget_launcherBadge__ezlDL{position:absolute;top:4px;right:4px;width:12px;height:12px;border-radius:50%;background:var(--rose);border:2px solid #fff;animation:ChatWidget_badgePulse__YNb82 1.5s ease-in-out infinite}.ChatWidget_launcher__VyFOl svg{width:28px;height:28px}@keyframes ChatWidget_welcomeIn__MfuSi{0%{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes ChatWidget_pulseRing__8ghOy{0%{transform:scale(1);opacity:.55}to{transform:scale(1.85);opacity:0}}@keyframes ChatWidget_launcherBounce__D1Cuw{0%,to{transform:translateY(0)}20%{transform:translateY(-4px)}40%{transform:translateY(0)}60%{transform:translateY(-2px)}80%{transform:translateY(0)}}@keyframes ChatWidget_badgePulse__YNb82{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.ChatWidget_panel__QDUUT{position:absolute;right:0;bottom:78px;width:400px;height:620px;max-width:calc(100vw - 32px);max-height:calc(100vh - 120px);background:var(--white);border:.5px solid var(--gray-200);border-radius:16px;box-shadow:0 24px 60px rgba(12,27,51,.22);display:flex;flex-direction:column;overflow:hidden;animation:ChatWidget_rise__zm_w7 .2s cubic-bezier(.2,.8,.2,1)}@keyframes ChatWidget_rise__zm_w7{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ChatWidget_header__zilVI{background:linear-gradient(135deg,var(--navy) 0,var(--navy-light) 100%);padding:16px 20px;display:flex;align-items:center;gap:12px;flex-shrink:0}.ChatWidget_avatarRing__ghDmc{width:46px;height:46px;border-radius:50%;background:var(--rose);display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;font-size:18px}.ChatWidget_avatarRing__ghDmc:after{content:"";position:absolute;inset:-2px;border-radius:50%;border:2px solid rgba(190,24,93,.4)}.ChatWidget_headerInfo__qJjqN{flex:1;min-width:0}.ChatWidget_headerInfo__qJjqN h2{color:#fff;font-size:15px;font-weight:500;margin:0 0 2px}.ChatWidget_headerInfo__qJjqN p{color:rgba(255,255,255,.6);font-size:12px;margin:0}.ChatWidget_statusDot__mIRok{width:8px;height:8px;border-radius:50%;background:#4ade80;display:inline-block;margin-right:5px;animation:ChatWidget_pulse__ph4cb 2s infinite}@keyframes ChatWidget_pulse__ph4cb{0%,to{opacity:1}50%{opacity:.5}}.ChatWidget_headerActions__b3bhi{display:flex;gap:8px}.ChatWidget_headerBtn__DbwQV{width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,.1);border:.5px solid rgba(255,255,255,.2);cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;transition:background .15s}.ChatWidget_headerBtn__DbwQV:hover{background:rgba(255,255,255,.18)}.ChatWidget_headerBtn__DbwQV svg{width:16px;height:16px}.ChatWidget_quickChips__V6gcf{background:var(--gray-50);border-bottom:.5px solid var(--gray-200);padding:10px 16px;display:flex;gap:8px;overflow-x:auto;flex-shrink:0;scrollbar-width:none}.ChatWidget_quickChips__V6gcf::-webkit-scrollbar{display:none}.ChatWidget_chip__4CJKS{white-space:nowrap;padding:5px 12px;border-radius:20px;border:.5px solid var(--gray-200);background:var(--white);font-size:12px;cursor:pointer;color:var(--gray-600);transition:all .15s;display:flex;align-items:center;gap:5px;font-family:inherit}.ChatWidget_chip__4CJKS:hover{border-color:var(--rose);color:var(--rose);background:var(--rose-light)}.ChatWidget_chip__4CJKS svg{width:14px;height:14px;flex-shrink:0}.ChatWidget_messages__j7ARP{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}.ChatWidget_messages__j7ARP::-webkit-scrollbar{width:4px}.ChatWidget_messages__j7ARP::-webkit-scrollbar-thumb{background:var(--gray-200);border-radius:4px}.ChatWidget_msgRow__XSLuk{display:flex;gap:8px;align-items:flex-end}.ChatWidget_msgRowUser__dz6Hq{flex-direction:row-reverse}.ChatWidget_msgAvatar__uZEde{width:30px;height:30px;border-radius:50%;background:var(--rose);display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}.ChatWidget_msgCol__jNwZW{display:flex;flex-direction:column;max-width:78%}.ChatWidget_msgBubble___Mhus{padding:10px 14px;border-radius:var(--radius-msg);font-size:14px;line-height:1.6;color:var(--gray-800);white-space:pre-wrap;word-break:break-word}.ChatWidget_msgBubbleBot__eKnJb{background:var(--gray-50);border:.5px solid var(--gray-200);border-bottom-left-radius:4px}.ChatWidget_msgBubbleUser__rXNca{background:var(--navy);color:#fff;border-bottom-right-radius:4px}.ChatWidget_msgContentUser__voZgX p,.ChatWidget_msgContent__XwC3E p{margin:0}.ChatWidget_msgContent__XwC3E p+p{margin-top:.5em}.ChatWidget_msgContent__XwC3E .priya-message-strong{font-weight:600;color:var(--navy)}.ChatWidget_msgContentUser__voZgX .priya-message-strong{font-weight:600;color:#fff}.ChatWidget_msgContent__XwC3E .priya-message-link{color:var(--rose);font-weight:600;text-decoration:underline;text-underline-offset:2px}.ChatWidget_msgContent__XwC3E .priya-message-link:hover{color:#9d174d}.ChatWidget_msgContentUser__voZgX .priya-message-link{color:#fff;font-weight:600;text-decoration:underline;text-underline-offset:2px}.ChatWidget_msgContentUser__voZgX .priya-message-link:hover{color:var(--rose-light)}.ChatWidget_emergencyLink__Vdm1f,.ChatWidget_footerLink__OPm3S{color:inherit;font-weight:600;text-decoration:underline;text-underline-offset:2px}.ChatWidget_emergencyLink__Vdm1f:hover,.ChatWidget_footerLink__OPm3S:hover{opacity:.85}.ChatWidget_footerLink__OPm3S{color:var(--rose)}.ChatWidget_footerCredit__wUoSD{color:inherit;font-weight:inherit;text-decoration:none}.ChatWidget_footerCredit__wUoSD:hover{text-decoration:underline}.ChatWidget_msgTime__bJ9xW{font-size:10px;color:var(--gray-400);margin-top:3px;text-align:right}.ChatWidget_msgRowUser__dz6Hq .ChatWidget_msgTime__bJ9xW{text-align:left}.ChatWidget_typing__yE0zg{display:flex;gap:4px;align-items:center;padding:4px 0}.ChatWidget_typing__yE0zg span{width:7px;height:7px;border-radius:50%;background:var(--gray-400);animation:ChatWidget_bounce__YNNOS 1.2s infinite}.ChatWidget_typing__yE0zg span:nth-child(2){animation-delay:.2s}.ChatWidget_typing__yE0zg span:nth-child(3){animation-delay:.4s}@keyframes ChatWidget_bounce__YNNOS{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.ChatWidget_cardRow__9qibA{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.ChatWidget_infoCard__kK3AY{background:var(--white);border:.5px solid var(--gray-200);border-radius:10px;padding:10px 12px;font-size:12px;flex:1;min-width:90px}.ChatWidget_infoCard__kK3AY strong{display:block;font-size:11px;color:var(--gray-600);margin-bottom:3px;font-weight:400}.ChatWidget_infoCard__kK3AY span{color:var(--gray-800);font-weight:500}.ChatWidget_branchGrid__Fj8Cr{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:8px}.ChatWidget_branchItem__Ggy6k{background:var(--white);border:.5px solid var(--gray-200);border-radius:10px;padding:8px 10px;font-size:12px;cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:6px;font-family:inherit;color:var(--gray-800)}.ChatWidget_branchItem__Ggy6k:hover{border-color:var(--rose);background:var(--rose-light)}.ChatWidget_branchItem__Ggy6k svg{width:14px;height:14px;color:var(--rose);flex-shrink:0}.ChatWidget_emergencyBanner__1dJK0{background:#fff0f3;border:.5px solid #fca5a5;border-radius:10px;padding:10px 14px;margin-top:8px;display:flex;align-items:center;gap:8px;font-size:13px;color:#991b1b}.ChatWidget_emergencyBanner__1dJK0 svg{width:18px;height:18px;flex-shrink:0}.ChatWidget_actionBtns__JBG6F{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.ChatWidget_actionBtn__Tr_mb{padding:6px 12px;border:.5px solid var(--rose);border-radius:20px;background:transparent;color:var(--rose);font-size:12px;cursor:pointer;transition:all .15s;font-family:inherit;text-decoration:none;display:inline-flex;align-items:center}.ChatWidget_actionBtn__Tr_mb:hover{background:var(--rose);color:#fff}.ChatWidget_inputArea__P_cLK{padding:12px 16px;border-top:.5px solid var(--gray-200);background:var(--white);flex-shrink:0}.ChatWidget_inputRow__OTd8m{display:flex;gap:8px;align-items:flex-end}.ChatWidget_textarea__zaGZ2{flex:1;resize:none;border:.5px solid var(--gray-200);border-radius:14px;padding:10px 14px;font-size:14px;background:var(--gray-50);color:var(--gray-800);font-family:inherit;line-height:1.5;outline:none;max-height:120px;overflow-y:auto;transition:border-color .15s}.ChatWidget_textarea__zaGZ2:focus{border-color:var(--rose)}.ChatWidget_sendBtn__bM3KI{width:40px;height:40px;border-radius:50%;background:var(--rose);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s;color:#fff}.ChatWidget_sendBtn__bM3KI:hover:not(:disabled){background:#9d174d;transform:scale(1.05)}.ChatWidget_sendBtn__bM3KI:active:not(:disabled){transform:scale(.95)}.ChatWidget_sendBtn__bM3KI:disabled{background:var(--gray-200);cursor:not-allowed;transform:none}.ChatWidget_sendBtn__bM3KI svg{width:16px;height:16px}.ChatWidget_footerText__gudR6{text-align:center;font-size:10px;color:var(--gray-400);margin:8px 0 0}.ChatWidget_srOnly__XmDkL{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-reduced-motion:reduce){.ChatWidget_launcherAttention__8xmsu,.ChatWidget_launcherBadge__ezlDL,.ChatWidget_panel__QDUUT,.ChatWidget_pulseRing__8ghOy,.ChatWidget_statusDot__mIRok,.ChatWidget_typing__yE0zg span,.ChatWidget_welcomeBubble__y0KWp{animation:none!important}}@media (max-width:768px){.ChatWidget_panel__QDUUT{width:min(400px,calc(100vw - 24px));height:min(620px,calc(100dvh - 100px));max-height:calc(100dvh - 100px)}.ChatWidget_welcomeBubble__y0KWp{width:min(260px,calc(100vw - 32px))}}@media (max-width:640px){.ChatWidget_root__uTsb8{right:0;bottom:0;left:0;pointer-events:none}.ChatWidget_rootOpen___OHoL{pointer-events:auto}.ChatWidget_launcherWrap__JKJmL{pointer-events:auto;position:fixed;right:max(12px,env(safe-area-inset-right,0px));bottom:max(12px,env(safe-area-inset-bottom,0px))}.ChatWidget_rootOpen___OHoL .ChatWidget_launcherWrap__JKJmL{display:none}.ChatWidget_launcher__VyFOl{width:56px;height:56px}.ChatWidget_launcher__VyFOl svg{width:26px;height:26px}.ChatWidget_welcomeBubble__y0KWp{right:0;bottom:70px;width:min(260px,calc(100vw - 24px));padding:12px 32px 12px 12px}.ChatWidget_welcomeBubble__y0KWp:after{right:18px}.ChatWidget_panel__QDUUT{position:fixed;inset:0;right:0;bottom:0;left:0;top:0;width:100%;height:100%;height:100dvh;max-width:none;max-height:none;border-radius:0;border:none;box-shadow:none;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0)}.ChatWidget_header__zilVI{padding:12px 14px;gap:10px}.ChatWidget_avatarRing__ghDmc{width:40px;height:40px;font-size:16px}.ChatWidget_headerInfo__qJjqN h2{font-size:13px;line-height:1.3}.ChatWidget_headerInfo__qJjqN p{font-size:11px}.ChatWidget_headerBtn__DbwQV{width:32px;height:32px}.ChatWidget_headerActions__b3bhi{gap:4px;flex-shrink:0}.ChatWidget_quickChips__V6gcf{padding:8px 12px;gap:6px;-webkit-overflow-scrolling:touch}.ChatWidget_chip__4CJKS{padding:6px 10px;font-size:11px}.ChatWidget_messages__j7ARP{padding:12px;gap:10px}.ChatWidget_msgCol__jNwZW{max-width:88%}.ChatWidget_msgBubble___Mhus{font-size:13px;padding:9px 12px}.ChatWidget_msgAvatar__uZEde{width:26px;height:26px;font-size:12px}.ChatWidget_cardRow__9qibA{flex-direction:column}.ChatWidget_infoCard__kK3AY{min-width:0;width:100%}.ChatWidget_branchGrid__Fj8Cr{grid-template-columns:1fr}.ChatWidget_actionBtns__JBG6F{flex-direction:column}.ChatWidget_actionBtn__Tr_mb{justify-content:center;width:100%}.ChatWidget_inputArea__P_cLK{padding:10px 12px max(10px,env(safe-area-inset-bottom,0px))}.ChatWidget_textarea__zaGZ2{font-size:16px;padding:10px 12px}.ChatWidget_sendBtn__bM3KI{width:44px;height:44px}.ChatWidget_footerText__gudR6{font-size:9px;line-height:1.5;padding:0 4px}}@media (max-width:380px){.ChatWidget_headerInfo__qJjqN h2{font-size:12px}.ChatWidget_headerInfo__qJjqN p{display:none}.ChatWidget_chip__4CJKS,.ChatWidget_chip__4CJKS span{font-size:10px}}@font-face{font-family:vershen;src:url(/_next/static/media/0407e59b670a6d0e-s.p.woff2) format("woff2");font-display:swap;font-weight:700}@font-face{font-family:vershen Fallback;src:local("Arial");ascent-override:92.38%;descent-override:22.87%;line-gap-override:0.00%;size-adjust:100.57%}.__className_8d1d3f{font-family:vershen,vershen Fallback;font-weight:700}.__variable_8d1d3f{--font-display:"vershen","vershen Fallback"}@font-face{font-family:Jost;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-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:Jost;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-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:Jost;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-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:Jost;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-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:Jost;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-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:Jost;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-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:Jost;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-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:Jost;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-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:Jost;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-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:Jost;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-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:Jost Fallback;src:local("Arial");ascent-override:111.45%;descent-override:39.06%;line-gap-override:0.00%;size-adjust:96.01%}.__className_3a3c2d{font-family:Jost,Jost Fallback;font-style:normal}.__variable_3a3c2d{--font-body:"Jost","Jost Fallback"}