:root{--color-primary:#7c3aed;--color-primary-dark:#6d28d9;--color-primary-light:#a78bfa;--color-accent:#f59e0b;--color-accent-light:#fcd34d;--color-cyan:#06b6d4;--color-cyan-dark:#0891b2;--gradient-primary:linear-gradient(135deg,var(--color-primary) 0%,var(--color-accent) 100%);--color-text:#1c1917;--color-text-secondary:#44403c;--color-muted:#78716c;--bg:#fafaf9;--bg-dark:#0c0a09;--white:#fff;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--shadow-sm:0 1px 2px rgba(28,25,23,.05);--shadow-md:0 4px 12px rgba(28,25,23,.08);--shadow-lg:0 12px 40px rgba(28,25,23,.12);--shadow-glow:0 0 60px rgba(124,58,237,.15);--space-1:8px;--space-2:16px;--space-3:24px;--space-4:32px;--space-6:48px;--space-8:64px;--space-12:96px;--space-16:128px;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--fg:var(--color-text);--muted:var(--color-muted);--brand:var(--color-primary)}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--bg);color:var(--color-text);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 var(--space-3)}.section{padding:var(--space-12) 0}.section-dark{background:var(--bg-dark);color:var(--white)}.section-gradient{background:linear-gradient(135deg,var(--color-primary) 0,#4c1d95 50%,var(--bg-dark) 100%);color:var(--white)}header{padding:var(--space-3) 0;position:-webkit-sticky;position:sticky;top:0;background:hsla(60,9%,98%,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;border-bottom:1px solid rgba(28,25,23,.06)}header .container{position:relative}.logo{font-family:Alegreya Sans,Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-size:var(--text-xl)}.logo svg{height:48px;image-rendering:-webkit-optimize-contrast}nav{display:flex;gap:var(--space-4);align-items:center}.nav-link{color:var(--color-text-secondary);text-decoration:none;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--color-primary)}.hero{min-height:90vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:var(--space-8) var(--space-3);background:linear-gradient(180deg,var(--bg) 0,#f5f3ff 50%,var(--bg) 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 50%,rgba(124,58,237,.08) 0,transparent 50%),radial-gradient(circle at 70% 50%,rgba(6,182,212,.06) 0,transparent 50%);animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) rotate(0deg)}50%{transform:translate(-2%,2%) rotate(1deg)}}.hero-content{position:relative;z-index:1;max-width:900px}.hero-badge{display:inline-flex;align-items:center;gap:var(--space-1);background:rgba(124,58,237,.1);color:var(--color-primary);padding:var(--space-1) var(--space-2);border-radius:100px;font-size:var(--text-sm);font-weight:600;margin-bottom:var(--space-4)}.hero h1{font-size:clamp(2.5rem,6vw,var(--text-6xl));font-weight:800;line-height:1.1;margin:0 0 var(--space-3);background:linear-gradient(135deg,var(--color-text) 0,var(--color-primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta{display:inline-block;background:var(--color-primary);color:var(--white);padding:12px 18px;border-radius:var(--radius-sm)}.grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:16px;gap:16px}.card{border:1px solid rgba(27,36,48,.08);padding:16px}footer{padding:24px;color:var(--color-muted)}header{display:flex;align-items:center;justify-content:space-between}.logo{font-family:Grotesc Space,Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-weight:800;color:var(--color-primary)}.logo img{image-rendering:-webkit-optimize-contrast;height:48px}input[type=email]{padding:10px 12px;border-radius:var(--radius-sm);border:1px solid rgba(27,36,48,.12);background:var(--white);color:var(--color-text)}form{display:flex;gap:8px;justify-content:center;margin-top:24px}.hero-subhead{font-size:var(--text-xl);line-height:1.7;max-width:640px;margin:0 auto var(--space-6);color:var(--color-text-secondary)}.hero-cta-group{display:flex;gap:var(--space-2);flex-wrap:wrap}.cta,.hero-cta-group{justify-content:center}.cta{display:inline-flex;align-items:center;gap:var(--space-1);padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);text-decoration:none;font-weight:600;font-size:var(--text-base);transition:all .2s ease;cursor:pointer;border:none}.cta-primary{background:var(--color-primary);color:var(--white);box-shadow:0 4px 14px rgba(124,58,237,.4)}.cta-primary:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px rgba(124,58,237,.5)}.mobile-cta{display:none}.feature-section{padding:var(--space-12) 0;overflow:hidden}.feature-section:nth-child(2n){background:var(--white)}.feature-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-8);gap:var(--space-8);align-items:center}.feature-grid.reverse .feature-content{order:2}.feature-grid.reverse .feature-visual{order:1}.feature-label{display:inline-block;font-size:var(--text-sm);font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-primary);margin-bottom:var(--space-2)}.feature-title{font-size:var(--text-4xl);font-weight:800;line-height:1.2;margin:0 0 var(--space-3)}.feature-description{font-size:var(--text-lg);color:var(--color-text-secondary);line-height:1.7;margin:0 0 var(--space-4)}.feature-list{list-style:none;padding:0;margin:0}.feature-list li{display:flex;align-items:flex-start;gap:var(--space-2);margin-bottom:var(--space-2);font-size:var(--text-base);color:var(--color-text-secondary)}.feature-list li:before{content:"✓";color:var(--color-primary);font-weight:700;flex-shrink:0}.feature-visual{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.social-proof-bar{background:var(--white);padding:var(--space-6) var(--space-3);border-top:1px solid rgba(28,25,23,.06);border-bottom:1px solid rgba(28,25,23,.06)}.proof-stats{display:flex;justify-content:center;gap:var(--space-8);flex-wrap:wrap}.stat{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-number{font-size:var(--text-4xl);font-weight:800;background:linear-gradient(135deg,var(--color-primary) 0,var(--color-cyan) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:var(--text-sm);color:var(--color-muted);margin-top:var(--space-1)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:var(--space-3);gap:var(--space-3)}.card{background:var(--white);border:1px solid rgba(28,25,23,.06);border-radius:var(--radius-md);padding:var(--space-4);box-shadow:var(--shadow-md);transition:all .3s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.card h3{font-size:var(--text-lg);font-weight:700;margin:0 0 var(--space-1);color:var(--color-text)}.lang-button{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:8px;border:1px solid rgba(0,0,0,.06);background:var(--white);cursor:pointer}.lang-label{color:var(--danger);font-weight:600;font-size:.875rem}.lang-caret{font-size:.8rem;color:var(--color-text-secondary);transition:transform .12s}.lang-menu{position:absolute;left:0;margin-top:8px;background:var(--white);border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:var(--shadow-md);z-index:40;min-width:140px}.lang-item{display:flex;align-items:center;gap:8px;padding:8px 12px;width:100%;border:none;background:transparent;cursor:pointer;text-align:left;color:var(--color-text)}.lang-item:hover{background:rgba(124,58,237,.04);color:var(--color-primary)}@media (max-width:768px){.lang-button,.lang-menu{display:none!important}}.card p{margin:0}.diff-card{background:linear-gradient(135deg,rgba(124,58,237,.03),rgba(6,182,212,.03));border:1px solid rgba(124,58,237,.1);border-radius:var(--radius-lg);padding:var(--space-4);transition:all .3s ease}.diff-card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-glow)}.diff-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary-light) 100%);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:var(--text-2xl);margin-bottom:var(--space-2)}.diff-card h3{font-size:var(--text-xl);font-weight:700;margin:0 0 var(--space-1)}.diff-card p{color:var(--color-text-secondary);margin:0;line-height:1.6}.cta-section{background:linear-gradient(135deg,var(--color-primary) 0,#4c1d95 100%);color:var(--white);padding:var(--space-12) var(--space-3);text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(6,182,212,.2) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(245,158,11,.15) 0,transparent 50%)}.cta-section>*{position:relative;z-index:1}.cta-section h2{font-size:var(--text-4xl);font-weight:800;margin:0 0 var(--space-2)}.cta-section .muted{color:hsla(0,0%,100%,.8);font-size:var(--text-lg)}.waitlist-form{display:flex;gap:var(--space-2);justify-content:center;margin-top:var(--space-4);max-width:480px;margin-left:auto;margin-right:auto;flex-wrap:wrap}.waitlist-form input{flex:1 1;min-width:240px;padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);border:2px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.1);color:var(--white);font-size:var(--text-base);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.waitlist-form input::placeholder{color:hsla(0,0%,100%,.6)}.waitlist-form input:focus{outline:none;border-color:var(--color-accent);background:hsla(0,0%,100%,.15)}.waitlist-form .cta-primary{background:var(--white);color:var(--color-primary);white-space:nowrap}.waitlist-form .cta-primary:hover{background:var(--color-accent);color:var(--bg-dark)}.form-disclaimer{margin-top:var(--space-2)}.form-disclaimer,footer{font-size:var(--text-sm);color:hsla(0,0%,100%,.6)}footer{background:var(--bg-dark);padding:var(--space-6) var(--space-3);text-align:center}footer a{color:var(--color-primary-light);text-decoration:none}footer a:hover{color:var(--color-accent)}.muted{color:var(--color-muted)}.text-center{text-align:center}.mb-4{margin-bottom:var(--space-4)}.mb-6{margin-bottom:var(--space-6)}.mb-8{margin-bottom:var(--space-8)}@media (max-width:900px){.feature-grid{grid-template-columns:1fr;gap:var(--space-6)}.feature-grid.reverse .feature-content,.feature-grid.reverse .feature-visual{order:unset}}@media (max-width:640px){.hero h1{font-size:var(--text-4xl)}.hero-subhead{font-size:var(--text-base)}.feature-title,.stat-number{font-size:var(--text-3xl)}.proof-stats{gap:var(--space-4)}.cta-section h2{font-size:var(--text-3xl)}.waitlist-form{flex-direction:column}.waitlist-form .cta-primary,.waitlist-form input{width:100%}header{flex-wrap:wrap}header,nav{gap:var(--space-2)}}@media (max-width:480px){nav{display:none}.logo{margin:0}.mobile-cta{display:inline-flex;position:absolute;right:12px;top:50%;transform:translateY(-50%)!important;padding:6px 10px;min-height:40px;border-radius:999px;font-size:var(--text-sm);box-shadow:0 6px 18px rgba(124,58,237,.2);background:var(--color-primary);color:var(--white);text-decoration:none;align-items:center;justify-content:center;border:none;line-height:1;-webkit-tap-highlight-color:transparent;transition:box-shadow .16s ease,background-color .16s ease}.mobile-cta:active,.mobile-cta:focus,.mobile-cta:hover{transform:translateY(-50%)!important;outline:none}.cta-section{padding-left:var(--space-3);padding-right:var(--space-3)}.waitlist-form{width:100%;max-width:520px;margin:0 auto;padding:0;box-sizing:border-box;gap:var(--space-2);flex-direction:column}.waitlist-form .cta-primary,.waitlist-form input{width:100%;box-sizing:border-box;padding-left:16px;padding-right:16px}.waitlist-form .cta-primary,.waitlist-form input{padding-top:12px;padding-bottom:12px;border-radius:12px}}.nc-modal-overlay{position:fixed;inset:0;background:rgba(5,10,15,.55);display:flex;align-items:center;justify-content:center;z-index:9999;padding:var(--space-4)}.nc-modal{background:var(--bg-dark);color:var(--white);border-radius:var(--radius-lg);padding:var(--space-6);max-width:680px;width:100%;box-shadow:var(--shadow-lg);text-align:center}.nc-modal-title{font-size:var(--text-2xl);margin:0 0 var(--space-2)}.nc-modal-message{color:hsla(0,0%,100%,.9);margin-bottom:var(--space-4)}.nc-modal-actions{display:flex;gap:var(--space-2);justify-content:center}.nc-modal .cta{min-width:120px}html.theme-darker{--bg:#0f1117;--bg-dark:#060809;--white:#e8eaef;--color-text:#e6e7ea;--color-text-secondary:#b9bcc3;--color-muted:#8b92a0;--card-bg:#1a1f28;--card-hover-bg:#242d3a;--border:hsla(0,0%,100%,.08);--border-hover:hsla(0,0%,100%,.12);--shadow-sm:0 2px 4px rgba(0,0,0,.4);--shadow-md:0 8px 16px rgba(0,0,0,.5);--shadow-lg:0 16px 40px rgba(0,0,0,.6);--shadow-glow:0 0 60px rgba(124,58,237,.25);--color-primary:#a78bfa;--color-primary-dark:#8b5cf6;--color-primary-light:#c4b5fd;--color-accent:#fbbf24;--color-accent-light:#fcd34d;--color-cyan:#22d3ee;--color-cyan-dark:#06b6d4;--success:#34d399;--warning:#f59e0b;--danger:#f87171;--brand:var(--color-primary)}html.theme-darker,html.theme-darker body,html.theme-darker main{background:var(--bg)!important;color:var(--color-text)!important;transition:background .3s ease,color .3s ease}html.theme-darker header{background:rgba(15,17,23,.8)!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)!important}html.theme-darker header:hover{border-bottom-color:var(--border-hover)}html.theme-darker nav .nav-link{color:var(--color-text-secondary)!important;transition:color .2s ease}html.theme-darker .logo,html.theme-darker nav .nav-link:hover{color:var(--color-primary)}html.theme-darker [style*="background: rgb(243, 244, 246)"], html.theme-darker [style*="background: rgb(249, 250, 251)"], html.theme-darker [style*="background: white"], html.theme-darker [style*="background:white"], html.theme-darker [style*="rgb(255, 255, 255)"]{background:var(--card-bg)!important;color:var(--color-text)!important}html.theme-darker [style*="background-color: rgb(249, 250, 251)"], html.theme-darker [style*="background: rgba(250, 250, 249"]{background:var(--bg)!important}html.theme-darker [style*="color: rgb(107, 114, 128)"], html.theme-darker [style*="color: rgb(17, 24, 39)"], html.theme-darker [style*="color: rgb(55, 65, 81)"]{color:var(--color-text)!important}html.theme-darker [style*="border-bottom: 1px solid rgb(229, 231, 235)"], html.theme-darker [style*="border: 1px solid rgb(229, 231, 235)"], html.theme-darker [style*="border: 1px solid rgba(226, 232, 240"]{border-color:var(--border)!important}html.theme-darker .dropdown,html.theme-darker .modal,html.theme-darker .overlay,html.theme-darker .popover,html.theme-darker [role=complementary],html.theme-darker [role=dialog],html.theme-darker [role=listbox],html.theme-darker [role=menu],html.theme-darker [role=tooltip],html.theme-darker [style*="background:white"],html.theme-darker [style*="position: fixed"],html.theme-darker [style*="z-index: 1000"],html.theme-darker [style*="z-index: 999"],html.theme-darker [style*="z-index: 9999"],html.theme-darker article[style*="background: white"],html.theme-darker div[style*="background: white"],html.theme-darker section[style*="background: white"]{background:var(--card-bg)!important;color:var(--color-text)!important}html.theme-darker [style*="position: fixed"][style*="top: 0"],html.theme-darker [style*="position: fixed"][style*=inset],html.theme-darker [style*=backdrop-filter]{background-color:rgba(6,8,9,.85)!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}html.theme-darker [style*=box-shadow]{box-shadow:0 10px 40px rgba(0,0,0,.5)!important}html.theme-darker [role=dialog]{border:1px solid var(--border)!important}html.theme-darker [style*="background: 'linear-gradient(to bottom, transparent, white)"], html.theme-darker [style*=linear-gradient], html.theme-darker div[style*="linear-gradient(to bottom, transparent, white)"], html.theme-darker div[style*="position: absolute"][style*="bottom: 0"]{background:linear-gradient(to bottom,transparent,var(--card-bg))!important}html.theme-darker [style*="border: 1px solid"],html.theme-darker input[style*=border],html.theme-darker select[style*=border],html.theme-darker textarea[style*=border]{border-color:var(--border)!important;background:hsla(0,0%,100%,.04)!important;color:var(--color-text)!important}html.theme-darker .card,html.theme-darker .container-card,html.theme-darker [class*=card]{background:var(--card-bg);border:1px solid var(--border);color:var(--color-text)!important;transition:all .2s ease}html.theme-darker .card:hover,html.theme-darker [class*=card]:hover{background:var(--card-hover-bg);border-color:var(--border-hover);box-shadow:var(--shadow-md)}html.theme-darker [type=email],html.theme-darker [type=text],html.theme-darker input[type=email],html.theme-darker input[type=number],html.theme-darker input[type=password],html.theme-darker input[type=text],html.theme-darker select,html.theme-darker textarea{background:var(--card-bg);color:var(--color-text)!important;border:1px solid var(--border);transition:all .2s ease}html.theme-darker input:focus,html.theme-darker select:focus,html.theme-darker textarea:focus{background:var(--card-hover-bg);border-color:var(--color-primary);box-shadow:0 0 12px rgba(167,139,250,.3);outline:none}html.theme-darker input::placeholder,html.theme-darker textarea::placeholder{color:var(--color-muted)}html.theme-darker label[style*="borderRadius: 8"],html.theme-darker label[style*="borderRadius: 8"]>div:not([style*="width: 24"]){color:var(--color-text)!important}html.theme-darker button[style*="borderRadius: 6"][style*="flex: 1"]{color:var(--color-text)!important;background:var(--card-bg)!important;border-color:var(--border)!important}html.theme-darker button[style*="2px solid #7c3aed"][style*="flex: 1"]{background:rgba(167,139,250,.1)!important;color:var(--color-text)!important;border-color:#a78bfa!important}html.theme-darker button[style*="padding: '10px 12px'"],html.theme-darker button[style*="padding: '8px 12px'"]{color:#9ca3af!important}html.theme-darker button:hover{color:#1f2937!important}html.theme-darker .section{background:transparent;color:var(--color-text)!important}html.theme-darker .section-dark{background:var(--bg-dark);color:var(--white)}html.theme-darker .section-gradient{background:linear-gradient(135deg,rgba(124,58,237,.15) 0,rgba(76,29,149,.15) 50%,var(--bg-dark) 100%);color:var(--color-text)!important;border-top:1px solid var(--border);border-bottom:1px solid var(--border)!important}html.theme-darker .cta-primary{background:linear-gradient(135deg,var(--color-primary) 0,#c4b5fd 100%);color:#1a1f28;font-weight:600;box-shadow:0 6px 24px rgba(167,139,250,.4);transition:all .2s ease}html.theme-darker .cta-primary:hover{background:linear-gradient(135deg,#c4b5fd,#e9d5ff);transform:translateY(-2px);box-shadow:0 8px 32px rgba(167,139,250,.6)}html.theme-darker .cta-secondary{background:transparent;color:var(--color-primary);border:2px solid var(--color-primary);transition:all .2s ease}html.theme-darker .cta-secondary:hover{background:rgba(167,139,250,.1);border-color:#c4b5fd}html.theme-darker .cta-ghost{background:hsla(0,0%,100%,.05);color:var(--color-text)!important;border:1px solid var(--border);transition:all .2s ease}html.theme-darker .cta-ghost:hover{background:hsla(0,0%,100%,.1);border-color:var(--border-hover)}html.theme-darker ::selection{background:var(--color-primary);color:var(--bg)}html.theme-darker a{color:var(--color-primary);transition:color .2s ease}html.theme-darker a:hover{color:#e9d5ff;text-decoration:underline}html.theme-darker .badge,html.theme-darker .hero-badge,html.theme-darker [class*=badge]{background:rgba(167,139,250,.15);color:var(--color-primary);border:1px solid rgba(167,139,250,.3)}html.theme-darker .feature-section{background:transparent;border-bottom:1px solid var(--border)!important}html.theme-darker .feature-section:nth-child(2n){background:transparent}html.theme-darker .feature-label{color:var(--color-primary)}html.theme-darker .feature-title{color:var(--white)}html.theme-darker .feature-description,html.theme-darker .feature-list li{color:var(--color-text-secondary)!important}html.theme-darker .feature-list li:before{color:var(--color-primary)}html.theme-darker .social-proof-bar{background:var(--card-bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)!important}html.theme-darker .stat-number{background:linear-gradient(135deg,var(--color-primary) 0,var(--color-cyan) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}html.theme-darker .muted,html.theme-darker .stat-label{color:var(--color-muted)}html.theme-darker .text-secondary{color:var(--color-text-secondary)!important}html.theme-darker .divider,html.theme-darker hr{border-color:var(--border)}html.theme-darker .modal-backdrop{background:rgba(6,8,9,.8)}html.theme-darker .modal,html.theme-darker .modal-content{background:var(--card-bg);color:var(--color-text)!important;border:1px solid var(--border)}html.theme-darker code,html.theme-darker pre{background:rgba(0,0,0,.3);color:#e9d5ff;border:1px solid var(--border)}html.theme-darker .tooltip,html.theme-darker [role=tooltip]{background:var(--bg-dark);color:var(--color-text)!important;border:1px solid var(--border)}@font-face{font-family:__Inter_5bc750;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_5bc750;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_5bc750;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_5bc750;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_5bc750;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_5bc750;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_5bc750;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_5bc750;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_5bc750;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_5bc750;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_5bc750;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_5bc750;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_5bc750;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_5bc750;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_5bc750;font-style:normal;font-weight:800;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_5bc750;font-style:normal;font-weight:800;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_5bc750;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_5bc750;font-style:normal;font-weight:800;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_5bc750;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_5bc750;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_5bc750;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_Fallback_5bc750;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_5bc750{font-family:__Inter_5bc750,__Inter_Fallback_5bc750;font-style:normal}