*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--primary:#002FA7;--primary-focus:#0038C8;--primary-on-dark:#5B8AE8;--canvas:#ffffff;--parchment:#f5f5f7;--tile-1:#272729;--tile-2:#2a2a2c;--ink:#1d1d1f;--ink-80:#333333;--ink-48:#7a7a7a;--body-muted:#cccccc;--hairline:#e0e0e0;--font:var(--font-inter),system-ui,-apple-system,sans-serif}html{font-family:var(--font);background:var(--canvas);color:var(--ink);-webkit-font-smoothing:antialiased}.container{max-width:1080px;margin:0 auto;padding:0 20px}.preloader{position:fixed;inset:0;background:var(--canvas);z-index:9999;display:flex;align-items:flex-end;padding:32px 24px;pointer-events:none}.preloader-count{font-size:clamp(72px,22vw,160px);font-weight:600;color:var(--ink);letter-spacing:-.04em;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}nav{position:-webkit-sticky;position:sticky;top:0;z-index:200;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--hairline)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:60px}.nav-logo{font-size:15px;font-weight:600;letter-spacing:-.01em;color:var(--ink);text-decoration:none}.nav-logo span{color:var(--primary);font-weight:400}.lang-toggle{display:flex;align-items:center;gap:3px}.lang-btn{background:none;border:none;cursor:pointer;font-family:var(--font);font-size:12px;font-weight:500;letter-spacing:.02em;padding:2px 0;line-height:1;transition:color .15s}.lang-btn.active{color:var(--primary)}.lang-btn.inactive,.lang-sep{color:#7a7a7a}.lang-sep{font-size:12px;line-height:1}.nav-mobile-controls{display:flex;align-items:center;gap:8px}.nav-hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:8px;margin-right:-8px;z-index:201;position:relative}.nav-bar{display:block;width:22px;height:1.5px;background:var(--ink);border-radius:2px;transition:transform .25s ease,opacity .2s ease;transform-origin:center}.nav-hamburger[aria-expanded=true] .nav-bar:first-child{transform:translateY(6.5px) rotate(45deg)}.nav-hamburger[aria-expanded=true] .nav-bar:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger[aria-expanded=true] .nav-bar:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.nav-links-desktop{display:none}.nav-mobile-overlay{position:fixed;inset:0;background:var(--canvas);z-index:199;justify-content:center;padding:80px 24px 48px;visibility:hidden}.nav-mobile-links,.nav-mobile-overlay{display:flex;flex-direction:column}.nav-mobile-links a{font-size:clamp(32px,10vw,52px);font-weight:600;color:var(--ink);text-decoration:none;letter-spacing:-.025em;line-height:1.15;padding:14px 0;border-bottom:1px solid var(--hairline);display:flex;align-items:center;justify-content:space-between;transition:color .15s}.nav-mobile-links a:hover{color:var(--primary)}.nav-mobile-links a:after{content:"↗";font-size:.45em;color:var(--ink-48);font-weight:400}.nav-mobile-cta{display:flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;font-size:16px;font-weight:500;padding:16px 24px;border-radius:9999px;text-decoration:none;margin-top:24px;transition:background .15s}.nav-mobile-cta:hover{background:var(--primary-focus)}.hero{padding:72px 0 80px}.hero-eyebrow{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:20px}.hero-h1{font-size:clamp(52px,14vw,80px);font-weight:600;line-height:1.04;letter-spacing:-.03em;color:var(--ink);margin-bottom:24px}.hero-word{display:inline-block}.hero-sub{font-size:17px;font-weight:400;line-height:1.6;color:var(--ink-80);margin-bottom:36px;letter-spacing:-.01em}.hero-btns{display:flex;flex-direction:column;gap:12px}.hero-stats{display:grid;grid-template-columns:1fr;border:1px solid var(--hairline);border-radius:16px;overflow:hidden;margin-top:56px}.hero-stat{background:var(--canvas);padding:24px 20px;border-bottom:1px solid var(--hairline)}.hero-stat:last-child{border-bottom:none}.hero-stat-value{font-size:26px;font-weight:600;color:var(--primary);letter-spacing:-.02em;margin-bottom:6px}.hero-stat-label{font-size:13px;color:var(--ink-80);line-height:1.5}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--primary);color:#fff;font-size:15px;font-weight:500;padding:14px 24px;border-radius:9999px;text-decoration:none;transition:background .15s,transform .1s}.btn-primary:after{content:"→"}.btn-primary:hover{background:var(--primary-focus)}.btn-primary:active{transform:scale(.97)}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:var(--ink);border:1px solid var(--ink-48);font-size:15px;font-weight:500;padding:13px 24px;border-radius:9999px;text-decoration:none;transition:border-color .15s}.btn-ghost:after{content:"→"}.btn-ghost:hover{border-color:var(--ink)}.hero-btns .btn-ghost,.hero-btns .btn-primary{width:100%}section{padding:72px 0}section.dark{background:var(--tile-1);color:#fff}section.parchment{background:var(--parchment)}.section-label{font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:14px}.dark .section-label{color:var(--primary-on-dark)}h2{font-size:32px;font-weight:600;line-height:1.1;letter-spacing:-.02em;margin-bottom:16px}.dark h2{color:#fff}.section-intro{font-size:16px;font-weight:400;line-height:1.6;color:var(--ink-80);margin-bottom:40px;letter-spacing:-.01em}.dark .section-intro{color:var(--body-muted)}.services-grid{display:grid;grid-template-columns:1fr;grid-gap:1px;gap:1px;background:var(--hairline);border:1px solid var(--hairline);border-radius:16px;overflow:hidden}.service-card{background:var(--canvas);padding:28px 22px}.service-icon{width:40px;height:40px;border-radius:10px;background:#EEF2FF;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.service-icon svg{width:20px;height:20px;stroke:var(--primary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.service-title{font-size:16px;font-weight:600;color:var(--ink);margin-bottom:8px;letter-spacing:-.01em}.service-body{font-size:14px;color:var(--ink-80);line-height:1.65;margin-bottom:16px}.service-price{font-size:13px;font-weight:600;color:var(--primary)}.work-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:14px;scrollbar-width:none;margin:0 -20px;padding:0 20px 4px}.work-grid::-webkit-scrollbar{display:none}.work-card{flex:0 0 85vw;scroll-snap-align:start;border-radius:16px;overflow:hidden;border:1px solid var(--hairline);background:var(--parchment);transition:transform .2s,box-shadow .2s}.work-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,.08)}.work-thumb{width:100%;aspect-ratio:16/9;background:var(--tile-1);display:flex;align-items:center;justify-content:center}.work-thumb.blue{background:var(--primary)}.work-info{padding:20px 22px}.work-title{font-size:16px;font-weight:600;color:var(--ink);margin-bottom:6px;letter-spacing:-.01em}.work-desc{font-size:13px;color:var(--ink-48);line-height:1.65}.work-tag{display:inline-block;margin-top:12px;font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--primary);background:#EEF2FF;padding:4px 10px;border-radius:9999px;text-decoration:none}.pricing-grid{display:grid;grid-template-columns:1fr;grid-gap:1px;gap:1px;background:#3a3a3c;border:1px solid #3a3a3c;border-radius:16px;overflow:hidden}.pricing-card{background:var(--tile-1);padding:28px 22px}.pricing-card.featured{background:var(--primary)}.pricing-tier{font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--body-muted);margin-bottom:12px}.featured .pricing-tier{color:rgba(255,255,255,.6)}.pricing-price{font-size:28px;font-weight:600;color:#fff;letter-spacing:-.02em;margin-bottom:10px}.pricing-desc{font-size:13px;color:var(--body-muted);line-height:1.6;margin-bottom:20px}.featured .pricing-desc{color:rgba(255,255,255,.75)}.pricing-cta{display:inline-block;font-size:13px;font-weight:500;color:var(--primary-on-dark);text-decoration:none}.featured .pricing-cta{color:#fff}.pricing-cta:after{content:" →"}.sub-card{margin-top:16px;border:1px solid #3a3a3c;border-radius:16px;overflow:hidden}.sub-left{background:var(--tile-2);padding:28px 22px}.sub-right{background:var(--tile-1);padding:28px 22px;border-top:1px solid #3a3a3c}.sub-tag{display:inline-block;font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);background:#EEF2FF;padding:4px 10px;border-radius:9999px;margin-bottom:16px}.sub-heading{font-size:22px;font-weight:600;color:#fff;letter-spacing:-.02em;margin-bottom:10px;line-height:1.2}.sub-desc{font-size:14px;color:var(--body-muted);line-height:1.6}.sub-price-row{display:flex;align-items:baseline;gap:6px;margin-bottom:8px}.sub-price{font-size:32px;font-weight:600;color:#fff;letter-spacing:-.02em}.sub-price-label{font-size:13px;color:var(--body-muted)}.sub-price-note{font-size:12px;color:var(--ink-48);margin-bottom:24px}.sub-includes{display:flex;flex-direction:column;gap:10px}.sub-include-item{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--body-muted);line-height:1.5}.sub-include-item:before{content:"✓";color:var(--primary-on-dark);font-weight:600;flex-shrink:0;margin-top:1px}.about-layout{display:grid;grid-template-columns:1fr;grid-gap:40px;gap:40px;align-items:center}.about-visual{max-width:320px}.about-photo-wrap{border-radius:16px;overflow:hidden;aspect-ratio:4/5;width:100%;box-shadow:0 8px 32px rgba(0,0,0,.1)}.about-photo{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.about-text p{font-size:16px;font-weight:400;line-height:1.7;color:var(--ink-80);letter-spacing:-.01em;margin-bottom:14px}.about-text p:last-child{margin-bottom:0}.contact-layout{display:grid;grid-template-columns:1fr;grid-gap:40px;gap:40px;align-items:start}.contact-text p{font-size:16px;color:var(--body-muted);line-height:1.6;letter-spacing:-.01em;margin-bottom:10px}.contact-text p:last-child{margin-bottom:0}.contact-detail{font-size:15px;color:var(--primary-on-dark);margin-top:24px;text-decoration:none;display:block}.contact-form{gap:14px}.contact-form,.form-field{display:flex;flex-direction:column}.form-field{gap:6px}.form-field label{font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--body-muted)}.form-field input,.form-field select,.form-field textarea{background:#323234;border:1px solid #3a3a3c;border-radius:8px;padding:12px 14px;font-family:var(--font);font-size:15px;color:#fff;outline:none;transition:border-color .15s;-webkit-appearance:none;width:100%}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--primary-on-dark)}.form-field input::placeholder,.form-field textarea::placeholder{color:#555}.form-field select option{background:#323234}.form-field textarea{min-height:100px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px}.btn-submit{background:var(--primary);color:#fff;font-size:15px;font-weight:500;padding:14px 28px;border-radius:9999px;border:none;cursor:pointer;font-family:var(--font);transition:background .15s,transform .1s;width:100%;margin-top:4px}.btn-submit:after{content:" →"}.btn-submit:hover{background:var(--primary-focus)}.btn-submit:active{transform:scale(.97)}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.divider{height:1px;background:var(--hairline)}footer{background:var(--tile-2);padding:40px 0;border-top:1px solid #3a3a3c}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.footer-logo{font-size:14px;font-weight:600;color:#fff}.footer-logo span{color:var(--primary-on-dark);font-weight:400}.footer-links{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.footer-links a{font-size:13px;color:var(--body-muted);text-decoration:none;transition:color .15s}.footer-links a:hover{color:#fff}.footer-copy{font-size:12px;color:#555}@media (min-width:768px){.container{padding:0 48px}.nav-mobile-controls{display:none}.nav-mobile-overlay{display:none!important}.nav-links-desktop{display:flex;gap:24px;align-items:center}.nav-links-desktop a{font-size:14px;color:var(--ink-48);text-decoration:none;transition:color .15s}.nav-links-desktop a:hover{color:var(--ink)}.nav-cta{background:var(--primary);color:#fff!important;padding:8px 18px;border-radius:9999px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s}.nav-cta:hover{background:var(--primary-focus)!important}.hero{padding:120px 0 100px}.hero-h1{margin-bottom:28px}.hero-sub{font-size:20px;max-width:520px;margin-bottom:44px}.hero-btns{flex-direction:row;align-items:center;gap:0}.hero-btns .btn-ghost,.hero-btns .btn-primary{width:auto}.hero-btns .btn-ghost{margin-left:12px}.hero-stats{grid-template-columns:repeat(3,1fr);gap:1px;background:var(--hairline);margin-top:80px}.hero-stat{border-bottom:none;padding:32px 28px}.hero-stat-value{font-size:28px}section{padding:96px 0}h2{font-size:40px}.section-intro{font-size:18px;max-width:560px;margin-bottom:56px}.services-grid{grid-template-columns:repeat(3,1fr)}.service-card{padding:36px 32px}.work-grid{display:grid;grid-template-columns:repeat(2,1fr);overflow:visible;scroll-snap-type:none;grid-gap:20px;gap:20px;margin:0;padding:0}.work-card{flex:none}.pricing-grid{grid-template-columns:repeat(4,1fr)}.pricing-card{padding:32px 24px}.sub-card{display:grid;grid-template-columns:1fr 1fr}.sub-left,.sub-right{padding:36px 40px}.sub-right{border-top:none;border-left:1px solid #3a3a3c}.sub-heading{font-size:28px}.about-layout{grid-template-columns:1fr 1fr;gap:80px}.about-visual{max-width:420px}.about-text p{font-size:17px}.contact-layout{grid-template-columns:1fr 1fr;gap:80px}.contact-text p{font-size:17px}.form-row{grid-template-columns:1fr 1fr;gap:16px}.btn-submit{width:auto;align-self:flex-start}footer{padding:48px 0}.footer-inner{flex-direction:row;justify-content:space-between;text-align:left;gap:0;align-items:center}.footer-links{justify-content:flex-start}}@font-face{font-family:Inter;font-style:normal;font-weight:300;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:300;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:300;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:300;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: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/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_0fc2d1{font-family:Inter,Inter Fallback;font-style:normal}.__variable_0fc2d1{--font-inter:"Inter","Inter Fallback"}