:root{--navy:#1b1c5a;--navy-deep:#12134a;--navy-soft:#2a2b74;--green:#7aa430;--green-dark:#5f8322;--orange:#e17a1e;--orange-dark:#c76812;--bg:#f8f9fa;--text:#243043;--muted:#5d6b80;--line:#e5e9ef;--white:#fff;--radius:18px;--radius-sm:12px;--shadow:0 6px 24px rgba(27,28,90,.08);--shadow-lg:0 18px 48px rgba(27,28,90,.14);--maxw:1180px;--tri:linear-gradient(90deg,var(--navy) 0 34%,var(--green) 34% 67%,var(--orange) 67% 100%)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-poppins),system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.8;font-size:16px;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}h1,h2,h3,h4{font-weight:700;color:var(--navy);line-height:1.28;letter-spacing:-.01em}h1{font-size:clamp(2rem,4.6vw,3.35rem)}h2{font-size:clamp(1.6rem,3vw,2.35rem)}h3{font-size:1.18rem}p{color:var(--muted)}strong{color:var(--text)}.eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--green-dark);margin-bottom:1rem}.eyebrow:before{content:"";width:26px;height:3px;border-radius:2px;background:var(--tri)}.lead{font-size:1.06rem;max-width:46rem}.btn{display:inline-flex;align-items:center;gap:.55rem;font-weight:600;font-size:.95rem;padding:.85rem 1.7rem;border-radius:999px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;cursor:pointer;border:0}.btn svg{flex:none}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 8px 20px rgba(225,122,30,.32)}.btn-primary:hover{background:var(--orange-dark);transform:translateY(-2px)}.btn-outline{background:transparent;color:#fff;border:2px solid hsla(0,0%,100%,.55)}.btn-outline:hover{border-color:#fff;transform:translateY(-2px)}.btn-navy{background:var(--navy);color:#fff;box-shadow:0 8px 20px rgba(27,28,90,.25)}.btn-navy:hover{background:var(--navy-soft);transform:translateY(-2px)}.btn-ghost{background:transparent;color:var(--navy);border:2px solid var(--navy)}.btn-ghost:hover{background:var(--navy);color:#fff}.topbar{background:var(--navy-deep);color:#cfd3ee;font-size:.8rem}.topbar .wrap{display:flex;justify-content:space-between;gap:1rem;padding-top:.45rem;padding-bottom:.45rem;flex-wrap:wrap}.topbar a{display:inline-flex;align-items:center;gap:.4rem;color:#cfd3ee}.topbar a:hover{color:#fff}.topbar-group{display:flex;gap:1.4rem;flex-wrap:wrap}.header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header .wrap{justify-content:space-between;gap:1.5rem;padding-top:.7rem;padding-bottom:.7rem}.brand,.header .wrap{display:flex;align-items:center}.brand{gap:.7rem}.brand img{height:54px;width:auto}.nav{display:flex;align-items:center;gap:1.9rem}.nav a{font-size:.93rem;font-weight:500;color:var(--text);position:relative;padding:.3rem 0}.nav a:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:3px;border-radius:2px;background:var(--tri);transition:width .22s ease}.nav a.active:after,.nav a:hover:after{width:100%}.nav a.active{color:var(--navy);font-weight:600}.nav .btn{padding:.6rem 1.3rem;font-size:.87rem}.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:.4rem}.nav-toggle span{display:block;width:24px;height:2.5px;background:var(--navy);margin:5px 0;border-radius:2px;transition:.25s}.hero{position:relative;color:#fff;overflow:hidden;background:var(--navy-deep)}.hero:before{background:url(/assets/hero-engineers.jpg) 50%/cover no-repeat;opacity:.9}.hero:after,.hero:before{content:"";position:absolute;inset:0}.hero:after{background:linear-gradient(100deg,rgba(18,19,74,.92),rgba(18,19,74,.68) 42%,rgba(18,19,74,.42) 72%,rgba(18,19,74,.3)),linear-gradient(0deg,rgba(11,12,45,.82),rgba(11,12,45,.12) 42%,rgba(11,12,45,0) 66%)}.hero .wrap{position:relative;z-index:2;padding-top:6.5rem;padding-bottom:8.5rem;max-width:var(--maxw)}.hero h1{color:#fff;max-width:15ch;margin-bottom:1.4rem}.hero h1 em{font-style:normal;color:#a8d55a}.hero p{color:#d6d9f2;max-width:38rem;font-size:1.05rem;margin-bottom:2.2rem}.hero-badge{display:inline-flex;align-items:center;gap:.55rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:999px;padding:.4rem 1.1rem;font-size:.8rem;font-weight:500;letter-spacing:.04em;margin-bottom:1.6rem}.hero-badge .dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(122,164,48,.25)}.hero-actions{gap:1rem}.hero-actions,.hero-strip{display:flex;flex-wrap:wrap}.hero-strip{position:relative;z-index:2;margin-top:3.4rem;gap:2.4rem;color:#cfd3ee;font-size:.85rem;font-weight:500}.hero-strip span{display:inline-flex;align-items:center;gap:.5rem}.hero-strip svg{color:#a8d55a}.swoosh{display:block;width:100%;height:auto;margin-top:-1px}.swoosh-flip{transform:scaleY(-1)}.section{padding:5.5rem 0}.section-tight{padding:3.5rem 0}.section-head{max-width:44rem;margin-bottom:3rem}.section-head.center{margin-left:auto;margin-right:auto;text-align:center}.section-head.center .eyebrow{justify-content:center}.section-head.center .eyebrow:before{display:none}.section-head p{margin-top:.9rem}.alt{background:#fff}.grid{display:grid;grid-gap:1.6rem;gap:1.6rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:2.1rem 1.9rem;box-shadow:var(--shadow);position:relative;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}.card:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:var(--tri);opacity:0;transition:opacity .22s ease}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.card:hover:before{opacity:1}.card h3{margin:1.1rem 0 .55rem}.card p{font-size:.93rem}.card .more{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.1rem;font-size:.85rem;font-weight:600;color:var(--orange)}.card .more svg{transition:transform .2s}.card:hover .more svg{transform:translateX(4px)}.icon-chip{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(122,164,48,.14),rgba(225,122,30,.14));color:var(--navy)}.icon-chip svg{width:28px;height:28px}.chip-green{background:rgba(122,164,48,.14);color:var(--green-dark)}.chip-orange{background:rgba(225,122,30,.14);color:var(--orange)}.chip-navy{background:rgba(27,28,90,.08);color:var(--navy)}.split{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.split-media{position:relative}.split-media img{border-radius:var(--radius);box-shadow:var(--shadow-lg)}.split-media:after{content:"";position:absolute;inset:auto -14px -14px auto;width:60%;height:60%;border-radius:var(--radius);border:3px solid var(--green);z-index:-1;transform:translate(0)}.stat-float{position:absolute;left:-20px;bottom:-24px;background:var(--navy);color:#fff;border-radius:var(--radius-sm);padding:1rem 1.4rem;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:.8rem}.stat-float svg{color:#a8d55a}.stat-float b{display:block;font-size:.95rem;line-height:1.3}.stat-float small{color:#c7cbe8;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}.checklist{margin-top:1.6rem;display:grid;grid-gap:.9rem;gap:.9rem}.checklist li{display:flex;gap:.8rem;align-items:flex-start;font-size:.95rem;color:var(--text)}.checklist svg{flex:none;color:var(--green);margin-top:.25rem}.checklist b{color:var(--navy)}.checklist span{display:block;color:var(--muted);font-size:.88rem}.ind-card{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--navy);color:#fff;min-height:190px;padding:1.8rem 1.6rem;display:flex;flex-direction:column;justify-content:flex-end;transition:transform .22s ease}.ind-card:hover{transform:translateY(-5px)}.ind-card:before{content:"";position:absolute;inset:0;background:radial-gradient(120% 120% at 85% -10%,rgba(122,164,48,.5),transparent 55%),linear-gradient(160deg,var(--navy-soft),var(--navy-deep))}.ind-card>*{position:relative}.ind-card svg{width:34px;height:34px;color:#a8d55a;margin-bottom:auto}.ind-card h3{color:#fff;font-size:1.05rem;margin-top:1.6rem}.ind-card p{color:#c7cbe8;font-size:.83rem;margin-top:.2rem}.process{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.6rem;gap:1.6rem;counter-reset:step}.step{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:2rem 1.7rem;position:relative;box-shadow:var(--shadow)}.step:before{counter-increment:step;content:"0" counter(step);font-size:2.4rem;font-weight:700;color:transparent;-webkit-text-stroke:1.5px var(--green);display:block;line-height:1;margin-bottom:1rem}.step h3{font-size:1.03rem}.step p{font-size:.88rem;margin-top:.4rem}.step:after{content:"";position:absolute;top:50%;right:-1.1rem;width:1.2rem;height:2px;background:var(--line)}.step:last-child:after{display:none}.value{display:flex;gap:1rem;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem 1.4rem;box-shadow:var(--shadow)}.value svg{flex:none;color:var(--orange)}.value h3{font-size:1rem}.value p{font-size:.87rem;margin-top:.25rem}.post{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform .22s ease,box-shadow .22s ease}.post:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.post-top{height:8px;background:var(--tri)}.post-body{padding:1.8rem 1.7rem;display:flex;flex-direction:column;flex:1 1}.post-tag{align-self:flex-start;font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;background:rgba(122,164,48,.12);color:var(--green-dark);border-radius:999px;padding:.25rem .8rem;margin-bottom:1rem}.post h3{font-size:1.06rem;line-height:1.45}.post p{font-size:.88rem;margin-top:.6rem;flex:1 1}.post .more{display:inline-flex;gap:.4rem;margin-top:1.2rem;font-size:.85rem;font-weight:600;color:var(--orange)}.cta,.post .more{align-items:center}.cta{position:relative;overflow:hidden;border-radius:calc(var(--radius) + 6px);background:linear-gradient(115deg,var(--navy-deep),var(--navy) 60%,#26276e);color:#fff;padding:4rem 3.5rem;display:flex;justify-content:space-between;gap:2.5rem;flex-wrap:wrap}.cta:before{right:-120px;top:-120px;width:340px;height:340px;background:radial-gradient(circle,rgba(122,164,48,.4),transparent 70%)}.cta:after,.cta:before{content:"";position:absolute;border-radius:50%}.cta:after{right:-40px;bottom:-140px;width:280px;height:280px;background:radial-gradient(circle,rgba(225,122,30,.35),transparent 70%)}.cta>*{position:relative;z-index:1}.cta h2{color:#fff;max-width:24ch}.cta p{color:#d6d9f2;margin-top:.7rem;max-width:36rem}.cta-actions{display:flex;gap:1rem;flex-wrap:wrap}.footer{background:var(--navy-deep);color:#b9bde0;margin-top:5rem;font-size:.88rem}.footer-bar{height:6px;background:var(--tri)}.footer .wrap{padding-top:4rem;padding-bottom:2rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;grid-gap:3rem;gap:3rem}.footer h4{color:#fff;font-size:.95rem;margin-bottom:1.1rem}.footer li{margin-bottom:.55rem}.footer a:hover{color:#fff}.footer .brand img{height:60px;background:#fff;border-radius:12px;padding:.4rem .6rem}.footer .tagline{margin-top:1rem;font-size:.85rem;color:#b9bde0}.footer .tagline b{color:#a8d55a}.footer-contact li{display:flex;gap:.7rem;align-items:flex-start}.footer-contact svg{flex:none;color:#a8d55a;margin-top:.3rem}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.12);margin-top:3rem;padding-top:1.5rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.78rem;color:#8f94c4}.footer-bottom a:hover{color:#fff}.page-hero{position:relative;color:#fff;overflow:hidden;background:var(--navy-deep)}.page-hero:before{background:url(/assets/hero-engineers.jpg) 50%/cover no-repeat;opacity:.85}.page-hero:after,.page-hero:before{content:"";position:absolute;inset:0}.page-hero:after{background:linear-gradient(100deg,rgba(18,19,74,.94),rgba(18,19,74,.74) 45%,rgba(18,19,74,.5) 75%,rgba(18,19,74,.38)),linear-gradient(0deg,rgba(11,12,45,.58),rgba(11,12,45,0) 72%)}.page-hero .wrap{position:relative;z-index:1;padding-top:5rem;padding-bottom:5.5rem}.page-hero h1{color:#fff}.page-hero p{color:#d6d9f2;max-width:42rem;margin-top:1rem;font-size:1.02rem}.crumbs{font-size:.8rem;color:#a9adde;margin-bottom:1.2rem;display:flex;gap:.5rem;align-items:center}.crumbs a:hover{color:#fff}.crumbs span{color:#7f84c0}.prose h2{margin:2.6rem 0 .9rem}.prose h3{margin:1.9rem 0 .6rem}.prose p{margin-bottom:1rem}.prose ul{list-style:none;margin:1rem 0 1.4rem}.prose ul li{position:relative;padding-left:1.7rem;margin-bottom:.55rem;color:var(--text);font-size:.96rem}.prose ul li:before{content:"";position:absolute;left:0;top:.55em;width:9px;height:9px;border-radius:3px;background:var(--green)}.faq{display:grid;grid-gap:1rem;gap:1rem;max-width:52rem}.faq details{background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);padding:1.2rem 1.5rem;box-shadow:var(--shadow)}.faq summary{cursor:pointer;font-weight:600;color:var(--navy);font-size:.98rem;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:1.4rem;color:var(--orange);font-weight:400;line-height:1;transition:transform .2s}.faq details[open] summary:after{transform:rotate(45deg)}.faq details p{margin-top:.8rem;font-size:.92rem}.contact-grid{display:grid;grid-template-columns:1fr 1.15fr;grid-gap:3rem;gap:3rem;align-items:start}.contact-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:2.4rem;box-shadow:var(--shadow)}.contact-list{display:grid;grid-gap:1.4rem;gap:1.4rem;margin-top:1.8rem}.contact-list li{display:flex;gap:1rem;align-items:flex-start}.contact-list .icon-chip{width:46px;height:46px;border-radius:12px}.contact-list .icon-chip svg{width:22px;height:22px}.contact-list b{display:block;color:var(--navy);font-size:.92rem}.contact-list a,.contact-list span{font-size:.9rem;color:var(--muted)}.contact-list a:hover{color:var(--orange)}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.2rem;gap:1.2rem}.form-grid .full{grid-column:1/-1}label{font-size:.82rem;font-weight:600;color:var(--navy);display:block;margin-bottom:.4rem}input,select,textarea{width:100%;font-family:inherit;font-size:.92rem;color:var(--text);border:1.5px solid var(--line);border-radius:var(--radius-sm);padding:.8rem 1rem;background:var(--bg);transition:border-color .18s,box-shadow .18s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px rgba(122,164,48,.18)}textarea{resize:vertical;min-height:130px}.map-embed{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line);margin-top:3rem}.map-embed iframe{display:block;width:100%;height:380px;border:0}.wa-float{position:fixed;right:22px;bottom:22px;z-index:60;width:56px;height:56px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 26px rgba(37,211,102,.4);transition:transform .2s}.wa-float:hover{transform:scale(1.08)}.wa-float svg{width:30px;height:30px;color:#fff}.js .reveal{opacity:0;transform:translateY(26px);transition:opacity .6s ease,transform .6s ease}.js .reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.js .reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}@media (max-width:1020px){.grid-3,.grid-4,.process{grid-template-columns:repeat(2,1fr)}.step:after{display:none}.footer-grid{grid-template-columns:1fr 1fr}.split{gap:3rem}.contact-grid,.split{grid-template-columns:1fr}}@media (max-width:860px){.nav{position:fixed;inset:0 0 auto 0;top:0;flex-direction:column;align-items:flex-start;background:#fff;padding:5.5rem 2rem 2rem;gap:1.3rem;transform:translateY(-105%);transition:transform .28s ease;box-shadow:var(--shadow-lg);z-index:-1}.nav.open{transform:none}.nav-toggle{display:block;z-index:2}.nav-toggle.open span:first-child{transform:translateY(7.5px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.topbar{display:none}}@media (max-width:640px){.grid-2,.grid-3,.grid-4,.process{grid-template-columns:1fr}.section{padding:4rem 0}.cta{padding:2.8rem 1.8rem}.footer-grid,.form-grid{grid-template-columns:1fr}.hero .wrap{padding-top:4.5rem;padding-bottom:6rem}.stat-float{left:8px;bottom:-18px;padding:.8rem 1rem}}@font-face{font-family:__Poppins_6bee3b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_6bee3b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-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:__Poppins_6bee3b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-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:__Poppins_6bee3b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_6bee3b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-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:__Poppins_6bee3b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-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:__Poppins_6bee3b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_6bee3b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-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:__Poppins_6bee3b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-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:__Poppins_6bee3b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_6bee3b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-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:__Poppins_6bee3b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-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:__Poppins_Fallback_6bee3b;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_6bee3b{font-family:__Poppins_6bee3b,__Poppins_Fallback_6bee3b;font-style:normal}.__variable_6bee3b{--font-poppins:"__Poppins_6bee3b","__Poppins_Fallback_6bee3b"}