:root{--primary-green:#0a6e31;--secondary-green:#0d8c3c;--light-green:#e7f5ed;--dark-green:#054a21;--accent-green:#15c55d;--background:#ffffff;--foreground:#333333;--muted:#f5f5f5;--muted-foreground:#737373;--border:#e5e7eb}*,:after,:before,body{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:70px}body{color:var(--foreground);background-color:var(--background);font-family:var(--font-inter),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;margin:0;padding:0;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.025em;line-height:1.2}a{color:var(--primary-green);text-decoration:none;transition:color .3s ease}a:hover{text-decoration:underline}button{cursor:pointer;border:none;outline:none}button,input,select,textarea{font-family:inherit}img{max-width:100%;height:auto;object-fit:cover;object-position:center}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.loading{opacity:.7;pointer-events:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--primary-green);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--dark-green)}@media print{*{background:transparent!important;color:black!important;box-shadow:none!important;text-shadow:none!important}}.chat-bot_chatContainer__lwTDE{position:fixed;bottom:20px;right:20px;z-index:1000;font-family:var(--font-inter),system-ui,sans-serif}.chat-bot_chatButton__GHZIj{width:60px;height:60px;border-radius:50%;background-color:var(--primary-green);color:white;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;box-shadow:0 4px 12px rgba(10,110,49,.3);transition:all .3s ease}.chat-bot_chatButton__GHZIj:hover{transform:translateY(-3px);background-color:var(--dark-green);box-shadow:0 6px 16px rgba(10,110,49,.4)}.chat-bot_chatWindow__21u_Q{position:absolute;bottom:0;right:0;width:350px;height:500px;background-color:white;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.15);display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.chat-bot_minimized__WXC_y{height:60px}.chat-bot_chatHeader__7gDug{background-color:var(--primary-green);color:white;padding:15px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.chat-bot_chatTitle__xJYBy{display:flex;align-items:center;font-weight:600;font-size:.95rem}.chat-bot_botIcon__766eE{margin-right:8px}.chat-bot_chatControls__8I5ND{display:flex;gap:8px}.chat-bot_controlButton__tW3_L{background:none;border:none;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:4px;transition:background-color .2s ease}.chat-bot_controlButton__tW3_L:hover{background-color:rgba(255,255,255,.2)}.chat-bot_chatMessages__qfhUX{flex:1;padding:15px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.chat-bot_message__n5Uap{padding:10px 15px;border-radius:18px;max-width:80%;word-break:break-word;line-height:1.5;font-size:.9rem}.chat-bot_userMessage__GIPMv{background-color:#e7f5ed;color:#333;align-self:flex-end;border-bottom-right-radius:4px}.chat-bot_assistantMessage__9Rgyr{background-color:#f0f0f0;color:#333;align-self:flex-start;border-bottom-left-radius:4px}.chat-bot_chatInputContainer__EoLZN{padding:15px;display:flex;gap:10px;border-top:1px solid #eee}.chat-bot_chatInput__6E7_5{flex:1;padding:12px 15px;border:1px solid #ddd;border-radius:20px;outline:none;font-size:.9rem;transition:border-color .3s ease}.chat-bot_chatInput__6E7_5:focus{border-color:var(--primary-green);box-shadow:0 0 0 2px rgba(10,110,49,.1)}.chat-bot_sendButton__C0LBH{background-color:var(--primary-green);color:white;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.chat-bot_sendButton__C0LBH:hover:not(:disabled){background-color:var(--dark-green);transform:translateY(-2px)}.chat-bot_sendButton__C0LBH:disabled{background-color:#ccc;cursor:not-allowed}.chat-bot_loadingIndicator__nVGpT{display:flex;gap:4px;align-self:flex-start;padding:10px 15px;background-color:#f0f0f0;border-radius:18px;border-bottom-left-radius:4px}.chat-bot_loadingDot__vxLn5{width:8px;height:8px;background-color:#888;border-radius:50%;animation:chat-bot_bounce__mO3Z8 1.4s ease-in-out infinite both}.chat-bot_loadingDot__vxLn5:first-child{animation-delay:-.32s}.chat-bot_loadingDot__vxLn5:nth-child(2){animation-delay:-.16s}@keyframes chat-bot_bounce__mO3Z8{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (max-width:480px){.chat-bot_chatWindow__21u_Q{width:300px;height:450px;bottom:10px;right:10px}.chat-bot_chatButton__GHZIj{width:50px;height:50px;bottom:10px;right:10px}.chat-bot_message__n5Uap{max-width:85%}}@media (max-width:350px){.chat-bot_chatWindow__21u_Q{width:calc(100vw - 20px);right:10px}}.footer_footer__mqdak{background-color:var(--primary-green);color:white;padding:4rem 0 1.5rem;position:relative;overflow:hidden}.footer_footer__mqdak:before{content:"";position:absolute;top:0;left:0;width:100%;height:10px;background:linear-gradient(90deg,var(--accent-green),var(--light-green),var(--accent-green))}.footer_container__RjHDT{max-width:1200px;margin:0 auto;padding:0 1rem;position:relative;z-index:1}.footer_grid__yp2LW{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}.footer_column__6i6rX h3{font-size:1.75rem;margin-bottom:1.5rem;position:relative;padding-bottom:.75rem}.footer_column__6i6rX h3:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background-color:var(--accent-green);border-radius:1.5px}.footer_column__6i6rX h4{font-size:1.25rem;margin-bottom:1.25rem;position:relative;padding-bottom:.75rem}.footer_column__6i6rX h4:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background-color:var(--accent-green);border-radius:1px}.footer_column__6i6rX p{margin-bottom:1rem;line-height:1.7;color:rgba(255,255,255,.9)}.footer_column__6i6rX ul{list-style:none;padding:0;margin:0}.footer_column__6i6rX ul li{margin-bottom:.75rem}.footer_column__6i6rX ul li a{color:rgba(255,255,255,.9);text-decoration:none;transition:color .3s ease;display:inline-block;position:relative}.footer_column__6i6rX ul li a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:white;transition:width .3s ease}.footer_column__6i6rX ul li a:hover{color:white;text-decoration:none}.footer_column__6i6rX ul li a:hover:after{width:100%}.footer_social__j9Fiy{display:flex;gap:1.25rem;margin-top:1.5rem}.footer_social__j9Fiy a{color:white;transition:transform .3s ease,color .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:rgba(255,255,255,.1);border-radius:50%}.footer_social__j9Fiy a:hover{color:var(--accent-green);transform:translateY(-3px)}.footer_bottom__Nixac{border-top:1px solid rgba(255,255,255,.2);padding-top:1.5rem;text-align:center}.footer_disclaimer__FKMwm{font-size:.875rem;margin-bottom:1rem;color:rgba(255,255,255,.8);max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.footer_copyright__z9dsS{font-size:.875rem;color:rgba(255,255,255,.7)}@media (min-width:768px){.footer_grid__yp2LW{grid-template-columns:repeat(3,1fr)}}.header_header__zJOD0{background-color:rgba(255,255,255,.95);box-shadow:0 2px 10px rgba(0,0,0,.05);position:sticky;top:0;z-index:100;height:60px;display:flex;align-items:center;transition:all .3s ease}.header_header__zJOD0:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--primary-green),var(--accent-green),var(--primary-green));opacity:0;transition:opacity .3s ease}.header_scrolled__O8PIY{height:50px;background-color:rgba(255,255,255,.98);box-shadow:0 4px 20px rgba(0,0,0,.1)}.header_scrolled__O8PIY:before{opacity:1}.header_container__ZGWKO{display:flex;justify-content:space-between;align-items:center;padding:0 1rem;max-width:1200px;margin:0 auto;width:100%;height:100%;position:relative}.header_container__ZGWKO:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:1px;background:linear-gradient(90deg,transparent,var(--light-green),transparent);transition:width .3s ease}.header_scrolled__O8PIY .header_container__ZGWKO:after{width:80%}.header_logoIcon__fv_Ma{color:var(--primary-green);animation:header_pulse__vdPXq 2s infinite;width:16px;height:16px}.header_log__WgpVn{height:85px;width:auto;object-fit:cover;transition:height .3s ease}.header_scrolled__O8PIY .header_log__WgpVn{height:80px}@keyframes header_pulse__vdPXq{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:1}}.header_logo__vVwaF a{display:flex;align-items:center;text-decoration:none}.header_logo__vVwaF img{height:100%;width:auto;max-height:80px;object-fit:cover}.header_mobileMenuButton__M5SHI{display:block;background:none;border:none;cursor:pointer;z-index:20;color:var(--primary-green);padding:6px;margin:0;height:36px;width:36px;border-radius:50%;transition:all .3s ease;background-color:rgba(231,245,237,.5)}.header_mobileMenuButton__M5SHI:hover{background-color:var(--light-green);transform:rotate(5deg)}.header_nav__7sJ38{position:fixed;top:0;right:-100%;width:70%;height:100vh;background-color:white;transition:right .3s ease;box-shadow:-5px 0 15px rgba(0,0,0,.1);padding-top:70px;z-index:10}.header_navOpen__pEppq{right:0}.header_navList__9NgQ0{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.header_navList__9NgQ0 li{margin:0;padding:0}.header_navLink__5SUnF{display:block;padding:.6rem 1.5rem;color:var(--primary-green);font-weight:500;text-decoration:none;transition:all .3s ease;font-size:.85rem;cursor:pointer;position:relative;overflow:hidden}.header_navLink__5SUnF:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:var(--primary-green);transform:translateX(-100%);transition:transform .3s ease}.header_navLink__5SUnF:hover{background-color:var(--light-green);color:var(--dark-green);text-decoration:none}.header_navLink__5SUnF:hover:before{transform:translateX(0)}@media (min-width:480px){.header_header__zJOD0{height:65px}.header_scrolled__O8PIY{height:55px}.header_container__ZGWKO{padding:0 1.25rem}.header_logo__vVwaF{height:22px}.header_logo__vVwaF img{max-height:22px}}@media (min-width:768px){.header_header__zJOD0{height:70px}.header_scrolled__O8PIY{height:60px}.header_container__ZGWKO{padding:0 1.5rem}.header_logo__vVwaF{height:24px}.header_logo__vVwaF img{max-height:24px}.header_mobileMenuButton__M5SHI{display:none}.header_nav__7sJ38{position:static;width:auto;height:auto;background-color:transparent;box-shadow:none;padding-top:0}.header_navList__9NgQ0{flex-direction:row;align-items:center}.header_navLink__5SUnF{padding:.4rem .6rem;margin:0 .2rem;font-size:.85rem}}@media (min-width:1024px){.header_navLink__5SUnF{padding:.5rem .75rem;margin:0 .25rem;font-size:.9rem}}@media (min-width:1280px){.header_container__ZGWKO{padding:0 2rem}.header_navLink__5SUnF{padding:.5rem .85rem;margin:0 .3rem}}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-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:300;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-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:300;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-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:300;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:300;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:300;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:400;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-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/26a46d62cd723877-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/97e0cb1ae144a2a9-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/581909926a08bbc8-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/55c55f0601d81cf3-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/26a46d62cd723877-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/97e0cb1ae144a2a9-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/581909926a08bbc8-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/55c55f0601d81cf3-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/26a46d62cd723877-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/97e0cb1ae144a2a9-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/581909926a08bbc8-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;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-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:700;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-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:700;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-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:700;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:700;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:700;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:800;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-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:800;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-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:800;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-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:800;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:800;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:800;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:900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-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:900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-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:900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-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:900;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:900;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:900;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_a1b627{font-family:Inter,Inter Fallback;font-style:normal}.__variable_a1b627{--font-inter:"Inter","Inter Fallback"}