:root{--color-bg:#F7F7F8;--color-bg-secondary:#EFEFEF;--color-bg-elevated:#FFFFFF;--color-bg-dark:#0A0A0A;--color-text:#0A0A0A;--color-text-muted:#6B6B6B;--color-text-light:rgba(255,255,255,0.9);--color-text-light-muted:rgba(255,255,255,0.6);--color-primary:#7C3AED;--color-primary-light:#A78BFA;--color-primary-dark:#5B21B6;--color-primary-soft:#9F6DFF;--color-primary-surface:#F0EBFF;--color-accent:#7C3AED;--color-accent-soft:#A78BFA;--color-accent-dark:#5B21B6;--color-ice:#EDE9FE;--color-border:rgba(0,0,0,0.10);--color-border-dark:rgba(255,255,255,0.14);--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-pill:999px;--border-width:1px;--shadow-sm:0 1px 4px rgba(0,0,0,0.07),0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 20px rgba(0,0,0,0.07);--shadow-lg:0 12px 40px rgba(0,0,0,0.09);--shadow-purple:0 8px 32px rgba(124,58,237,0.22);--shadow-soft:var(--shadow-md);--shadow-soft-strong:var(--shadow-purple);--shadow-brutal:var(--shadow-md);--shadow-brutal-primary:var(--shadow-purple);--shadow-brutal-accent:var(--shadow-purple);--font-heading:"Space Grotesk","Sora",sans-serif;--font-body:"Plus Jakarta Sans","Manrope",sans-serif;--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:3rem;--spacing-xl:5rem;--transition-fast:160ms cubic-bezier(0.25,0.1,0.25,1);--transition-normal:300ms cubic-bezier(0.25,0.1,0.25,1);--transition-slow:480ms cubic-bezier(0.25,0.1,0.25,1)}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:16px;line-height:1.7;background:var(--color-bg);color:var(--color-text);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.05;letter-spacing:-.01em}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}::selection{background-color:var(--color-primary);color:#fff}.section{padding:var(--spacing-xl) 0}.section-light{background:var(--color-bg-secondary);border-top:var(--border-width) solid var(--color-border);border-bottom:var(--border-width) solid var(--color-border)}.section-white{background:var(--color-bg-elevated)}.section-dark{background:var(--color-bg-dark);color:var(--color-text-light)}.section-spacing{padding-top:calc(var(--spacing-xl) * 1.2);padding-bottom:calc(var(--spacing-xl) * 1.2)}.text-primary{color:var(--color-primary)}.bg-secondary{background:var(--color-bg-secondary)}.border-y{border-top:var(--border-width) solid var(--color-border);border-bottom:var(--border-width) solid var(--color-border)}.container{width:min(1180px,92vw);margin:0 auto}.page-content{padding-top:76px}.scroll-progress{position:fixed;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,#7c3aed,#d4c6ff);transform-origin:left;z-index:1200}.site-loader{position:fixed;inset:0;display:grid;place-items:center;z-index:2000;background:radial-gradient(circle at 30% 20%,#2d1f45 0,#100b16 46%,#09060d 100%)}.site-loader-inner{text-align:center;color:#fff}.site-loader-kicker{text-transform:uppercase;font-size:.72rem;letter-spacing:.22em;color:#cab4ff;margin-bottom:.75rem}.site-loader-inner h2{font-size:clamp(1.6rem,3.8vw,2.7rem);text-transform:lowercase}.site-loader-bar{width:220px;height:2px;background:rgba(255,255,255,.18);margin:1.1rem auto 0}.site-loader-bar span{display:block;width:0;height:100%;background:#c7b3ff;animation:loadBar .8s ease forwards}@keyframes loadBar{to{width:100%}}.nav{position:fixed;inset:0 0 auto 0;z-index:1100;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(11,8,17,.78);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.nav-container{width:min(1180px,92vw);margin:0 auto;min-height:76px;display:flex;align-items:center;justify-content:space-between}.footer-logo,.nav-logo{font-family:var(--font-heading);font-size:1.35rem;letter-spacing:-.02em}.footer-logo strong,.logo-kc{color:#fff}.logo-labs{color:#ae95ff}.nav-links{list-style:none;display:flex;gap:.35rem}.nav-links a{padding:.5rem .85rem;border-radius:999px;color:rgba(255,255,255,.78);font-size:.9rem;border:1px solid transparent;transition:all .18s ease}.nav-links a.active,.nav-links a:hover{color:#fff;border-color:rgba(174,149,255,.5);background:rgba(174,149,255,.14)}.nav-actions{display:flex;align-items:center}.mobile-menu-btn,.mobile-menu-close{width:42px;height:42px;border-radius:999px;display:none;place-items:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.18);color:#fff}.mobile-menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1090}.mobile-menu{position:fixed;top:0;right:0;width:min(340px,82vw);height:100dvh;z-index:1095;display:flex;flex-direction:column;justify-content:center;gap:.55rem;padding:2rem;background:#100b17;border-left:1px solid rgba(255,255,255,.15);transform:translateX(100%);transition:transform .3s ease}.mobile-menu.open{transform:translateX(0)}.mobile-menu a{color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:.8rem;padding:.65rem .85rem;font-weight:600}.mobile-menu-close{position:absolute;top:1rem;right:1rem}.hero{padding:clamp(4.5rem,9vw,7rem) 0}.hero-reboot{background:radial-gradient(circle at 10% 15%,rgba(124,58,237,.27),transparent 40%),radial-gradient(circle at 90% 80%,rgba(99,68,163,.32),transparent 44%),linear-gradient(160deg,#14101b,#0b0811 66%,#151021)}.hero-grid{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:1.05fr .95fr;align-items:center}.hero-title{font-size:clamp(2.5rem,6vw,5.9rem);line-height:.96;color:#fff;margin:.6rem 0 1.2rem}.hero-description{color:rgba(255,255,255,.72);max-width:58ch;margin-bottom:1.4rem}.hero-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.hero-art{position:relative;min-height:460px}.shape{position:absolute;border-radius:28px;border:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.shape-a{width:70%;height:52%;top:0;right:8%;transform:rotate(-9deg);background:linear-gradient(140deg,rgba(185,156,255,.3),rgba(255,255,255,.04))}.shape-b{width:62%;height:42%;bottom:8%;left:3%;transform:rotate(14deg);background:linear-gradient(140deg,rgba(124,58,237,.42),rgba(255,255,255,.03))}.shape-c{width:36%;height:24%;top:40%;left:32%;transform:rotate(-6deg);background:rgba(255,255,255,.08)}.hero-art-card{position:absolute;left:15%;bottom:9%;width:min(420px,72%);padding:1.1rem;border-radius:1.1rem;background:rgba(7,5,12,.55);border:1px solid rgba(255,255,255,.2);color:#fff}.section{padding:clamp(3.2rem,8vw,5.5rem) 0}.section-panel{background:#f2f2f4;border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08)}.section-dark-grid{background:linear-gradient(180deg,#16111e,#100c16)}.section-dark-grid .section-subtitle,.section-dark-grid .section-title,.section-dark-grid h3,.section-dark-grid p{color:#fff}.section-header{text-align:center;margin-bottom:2rem}.section-label{display:inline-block;font-size:.72rem;letter-spacing:.17em;text-transform:uppercase;border:1px solid rgba(124,58,237,.45);color:#7c3aed;padding:.35rem .65rem;border-radius:999px}.section-title{font-size:clamp(2rem,5.8vw,4.2rem);line-height:.95;margin-top:.8rem}.section-subtitle{color:#4f4f54;max-width:56ch;margin:.9rem auto 0}.section-subtitle-left{margin-left:0}.split-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:1.2rem;gap:1.2rem;align-items:start}.stat-cards{display:grid;grid-gap:.8rem;gap:.8rem}.stat-card{padding:1rem 1.1rem;border-radius:.9rem;background:#fff;border:1px solid rgba(0,0,0,.1)}.stat-card strong{display:block;font-family:var(--font-heading);font-size:1.45rem}.portfolio-grid-new,.project-teaser-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.portfolio-card-new,.project-teaser-card{border-radius:1rem;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.1);transition:transform .22s ease,box-shadow .22s ease}.portfolio-card-new:hover,.project-teaser-card:hover{transform:translateY(-4px);box-shadow:0 14px 40px rgba(0,0,0,.18)}.portfolio-card-image-new,.project-teaser-media{position:relative;aspect-ratio:4/3;background:linear-gradient(140deg,#2f2148,#16111f);display:grid;place-items:center}.portfolio-fallback-icon,.project-teaser-media span{color:#fff}.portfolio-thumbnail-new,.project-teaser-media img{object-fit:cover}.portfolio-card-content-new,.project-teaser-body{padding:1rem}.portfolio-card-content-new h2,.project-teaser-body h3{font-size:1.12rem;margin-bottom:.45rem}.portfolio-description-new,.project-teaser-body p{color:#5b5b61;font-size:.96rem}.portfolio-card-meta-new{display:flex;gap:.6rem;color:#666;font-size:.85rem}.portfolio-category-new{display:inline-block;margin-top:.6rem;margin-bottom:.6rem;color:#7c3aed;font-size:.84rem}.portfolio-tags-new{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.7rem}.portfolio-tag-new{border-radius:999px;border:1px solid rgba(0,0,0,.18);padding:.22rem .6rem;font-size:.75rem}.portfolio-link-row{display:inline-flex;align-items:center;gap:.4rem;margin-top:.6rem;color:#111;font-weight:600}.about-note-block,.about-story-block,.contact-form-panel,.contact-panel,.contact-prompt-box,.cta-box,.legal-prose,.project-prose,.timeline-box{border-radius:1rem;border:1px solid rgba(0,0,0,.11);background:#fff;padding:clamp(1rem,2.5vw,1.6rem)}.contact-prompt-box{background:linear-gradient(140deg,#120f18,#20152f);color:#fff;border-color:rgba(174,149,255,.35)}.contact-prompt-box p{color:rgba(255,255,255,.8);margin:.65rem 0 1rem}.about-editorial-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:1.15fr .85fr}.about-story-block p{margin-top:.8rem;color:#55555c}.about-note-block ul{margin:.9rem 0 1rem;padding-left:1rem;color:#55555c}.values-grid-new{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.9rem;gap:.9rem}.value-card{border:1px solid rgba(0,0,0,.1);border-radius:.9rem;padding:1rem;background:#fff}.value-icon{width:2.1rem;height:2.1rem;display:grid;place-items:center;background:#f1ebff;border-radius:.55rem;color:#7c3aed;margin-bottom:.55rem}.text-link{display:inline-flex;margin-top:.9rem;color:#7c3aed;font-weight:600}.page-header{padding:clamp(3rem,7vw,4.7rem) 0 2.1rem}.page-header-ink{background:radial-gradient(circle at 12% 20%,rgba(124,58,237,.25),transparent 35%),linear-gradient(180deg,#120f18,#0f0c15)}.page-header-ink .page-subtitle,.page-header-ink .page-title,.page-header-ink .project-meta-line,.page-header-ink .section-label,.page-header-ink .text-link{color:#fff}.page-title{font-size:clamp(2.1rem,6vw,4.6rem);line-height:.96;margin-top:.75rem}.page-subtitle{margin-top:.75rem;max-width:64ch;color:#595962}.project-meta-line{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem}.contact-grid-new{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:1fr 1fr}.contact-grid-single{grid-template-columns:minmax(0,860px);justify-content:center}.contact-detail-item{display:grid;grid-template-columns:auto 1fr;grid-gap:.65rem;gap:.65rem;margin-top:.75rem}.contact-icon{width:34px;height:34px;border-radius:.55rem;display:grid;place-items:center;background:#f1ebff;color:#7c3aed}.contact-hours-new{margin-top:1rem;color:#55555f}.contact-legal-hint{margin-top:.9rem;color:#55555f}.contact-legal-hint a{color:#7c3aed}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.7rem;gap:.7rem}.form-group{margin-bottom:.8rem}.form-group label{display:block;margin-bottom:.35rem;font-size:.9rem;color:#4f4f58}.form-group input,.form-group textarea{width:100%;border:1px solid rgba(0,0,0,.16);background:#fff;border-radius:.7rem;padding:.65rem .8rem;font:inherit}.form-group textarea{min-height:130px;resize:vertical}.form-note{font-size:.84rem;color:#666;margin-top:.65rem}.success-message{border-radius:.8rem;border:1px solid rgba(124,58,237,.5);background:#f6f2ff;padding:1.1rem;text-align:center}.faq-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.8rem;gap:.8rem}.faq-item{border-radius:.9rem;background:#fff;border:1px solid rgba(0,0,0,.1);padding:1rem}.project-gallery-new{display:grid;grid-gap:1rem;gap:1rem}.project-gallery-item{border-radius:1rem;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.1)}.project-gallery-item p{padding:.8rem;font-size:.9rem;color:#5b5b62}.project-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.project-list{margin-top:.75rem;list-style:none;display:grid;grid-gap:.45rem;gap:.45rem}.project-list li{display:flex;gap:.45rem;align-items:center}.project-actions-row{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.2rem}.legal-prose h2,.legal-prose h3{margin-top:1rem}.legal-prose p{margin-top:.45rem;color:#52525a}.legal-links a{color:#7c3aed}.footer{background:#0d0a13;border-top:1px solid rgba(255,255,255,.12);margin-top:2rem}.footer-content{display:grid;grid-template-columns:1.2fr auto auto;grid-gap:1rem;gap:1rem;align-items:start;padding:1.2rem 0}.footer-brand p{color:rgba(255,255,255,.65);margin-top:.6rem;max-width:42ch}.footer-links{list-style:none;display:grid;grid-gap:.42rem;gap:.42rem}.footer-links a{color:rgba(255,255,255,.8)}.footer-social{display:flex;gap:.45rem}.social-link{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:.8rem 0 1.2rem;color:rgba(255,255,255,.65);font-size:.9rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:999px;padding:.67rem 1rem;font-size:.92rem;font-weight:600;transition:transform .16s ease,opacity .16s ease;border:1px solid transparent}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background:#7c3aed;border-color:#6d2fe4}.btn-secondary{color:#111;background:#fff;border-color:rgba(0,0,0,.18)}.btn-full{width:100%}@media (max-width:980px){.about-editorial-grid,.contact-grid-new,.footer-content,.hero-grid,.project-columns,.split-grid{grid-template-columns:1fr}.faq-grid,.portfolio-grid-new,.project-teaser-grid,.values-grid-new{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-art{min-height:380px}}@media (max-width:768px){.nav-links{display:none}.mobile-menu-btn,.mobile-menu-close{display:grid}.btn,.hero-buttons{width:100%}.faq-grid,.form-row,.portfolio-grid-new,.project-teaser-grid,.values-grid-new{grid-template-columns:1fr}.hero-art{min-height:310px}.footer-social{flex-wrap:wrap}}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-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:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-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:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36966cca54120369-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:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-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:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-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:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36966cca54120369-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:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-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:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-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:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36966cca54120369-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:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_6b9622{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_6b9622{--font-heading:"Space Grotesk","Space Grotesk Fallback"}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Plus Jakarta Sans Fallback;src:local("Arial");ascent-override:98.88%;descent-override:21.15%;line-gap-override:0.00%;size-adjust:104.98%}.__className_14db65{font-family:Plus Jakarta Sans,Plus Jakarta Sans Fallback;font-style:normal}.__variable_14db65{--font-body:"Plus Jakarta Sans","Plus Jakarta Sans Fallback"}