@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Oswald:wght@400;500;700&display=swap");:root{--font-body:"Inter",sans-serif;--font-display:"Oswald",sans-serif;--color-primary:#d32f2f;--color-secondary:#0a0a0a;--color-white:#fff;--color-off-white:#f4f4f4;--color-border:#0a0a0a;--container-width:1400px;--section-padding:8rem 2rem}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:var(--font-body);background-color:var(--color-white);color:var(--color-secondary);scroll-behavior:smooth;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);text-transform:uppercase;line-height:.9;letter-spacing:-.02em}a{color:inherit;text-decoration:none}.container{max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:0;font-weight:500;transition:all .3s ease;font-family:var(--font-body);text-transform:uppercase;font-size:.875rem;letter-spacing:.05em;cursor:pointer;border:1px solid var(--color-secondary)}.btn-primary{background-color:var(--color-secondary);color:#fff;border-color:var(--color-secondary)}.btn-primary:hover{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff}.btn-outline{background-color:transparent;color:var(--color-secondary)}.btn-outline:hover{background-color:var(--color-secondary);color:#fff}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.marquee-container{overflow:hidden;white-space:nowrap;display:flex}.marquee-content{display:flex;animation:marquee 20s linear infinite;min-width:200%}.noise{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='1'/%3E%3C/svg%3E")}.Footer_footer__pQtti{background-color:var(--color-primary);color:#fff;padding:6rem 0 2rem}.Footer_top__YBhK_{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-bottom:4rem}.Footer_heading__gVeft{font-family:var(--font-display);font-size:1.5rem;margin-bottom:1.5rem;text-transform:uppercase}.Footer_logoContainer__6lQsG{display:flex;align-items:center;gap:.8rem;margin-bottom:1.5rem}.Footer_logoIconWrapper__6Koq2{width:40px;height:40px;position:relative}.Footer_logoImg__Rhhtz{object-fit:contain;width:100%;height:100%}.Footer_logoTextCol__ZObLv{display:flex;flex-direction:column;justify-content:center;line-height:1}.Footer_logoMainFoot__qmJg6{font-family:var(--font-display);font-size:1.5rem;font-weight:700;text-transform:uppercase;color:#fff}.Footer_logoSubFoot__jHHo1{font-size:.6rem;font-weight:700;color:#000;letter-spacing:.15em;text-transform:uppercase;margin-top:2px}.Footer_links__cFiYr{list-style:none;display:flex;flex-direction:column;gap:.5rem}.Footer_link__TBOP7{font-size:1.1rem;opacity:.8;transition:opacity .3s}.Footer_link__TBOP7:hover{opacity:1;text-decoration:underline}.Footer_bigFooterTitle__5fgCv{font-family:var(--font-display);font-size:12vw;line-height:.8;text-align:center;border-top:1px solid hsla(0,0%,100%,.3);padding-top:2rem;margin-top:2rem;opacity:.9}.Footer_bottom__wxP7Z{display:flex;justify-content:space-between;margin-top:2rem;opacity:.6;font-size:.9rem}@media (max-width:768px){.Footer_top__YBhK_{grid-template-columns:1fr 1fr}}@media (max-width:480px){.Footer_top__YBhK_{grid-template-columns:repeat(3,1fr);gap:1rem;text-align:left}.Footer_top__YBhK_>div:first-child{grid-column:1/-1;margin-bottom:2rem}.Footer_bottom__wxP7Z{flex-direction:column;align-items:center;gap:1rem;text-align:center}}.Navbar_header__xPE0t{position:fixed;top:0;left:0;width:100%;z-index:1000;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-secondary);height:80px;display:flex;align-items:center}.Navbar_container__2Cq63{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}.Navbar_logo__X4o9i{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:var(--color-secondary)}.Navbar_logoIconWrapper___5mBu{width:40px;height:40px;position:relative;display:flex;align-items:center;justify-content:center}.Navbar_logoImg__5losR{object-fit:contain;width:100%;height:100%}.Navbar_logoTextCol__NhoKq{display:flex;flex-direction:column;justify-content:center;line-height:1}.Navbar_logoMain__5FpMo{font-family:var(--font-display);font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:-.02em;color:var(--color-secondary)}.Navbar_logoSub__SUtrj{font-size:.6rem;font-weight:700;color:var(--color-primary);letter-spacing:.15em;text-transform:uppercase;margin-top:2px}.Navbar_nav__yFFPE{display:flex;gap:3rem}.Navbar_link__Ssa7S{font-family:var(--font-body);font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;position:relative}.Navbar_link__Ssa7S:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background-color:var(--color-secondary);transition:width .3s ease}.Navbar_link__Ssa7S:hover:after{width:100%}.Navbar_contactBtn__VL0_C{background:var(--color-secondary);color:#fff;padding:.75rem 1.5rem;font-family:var(--font-display);text-transform:uppercase;font-weight:500;font-size:.9rem;border:1px solid var(--color-secondary);transition:all .3s}.Navbar_contactBtn__VL0_C:hover{background:transparent;color:var(--color-secondary)}.Navbar_actions__4T0RL{display:flex;align-items:center;gap:1rem}.Navbar_menuBtn__zSLsp{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--color-secondary);z-index:1100}.Navbar_mobileMenu__mhKOr{position:fixed;top:80px;left:0;width:100%;height:calc(100vh - 80px);background:#fff;padding:2rem;display:flex;flex-direction:column;z-index:999}.Navbar_mobileNav__pV1TZ{display:flex;flex-direction:column;gap:2rem}.Navbar_mobileLink__lFb0h{font-family:var(--font-display);font-size:2rem;text-transform:uppercase;color:var(--color-secondary);text-decoration:none;border-bottom:1px solid #eee;padding-bottom:1rem}@media (max-width:768px){.Navbar_contactBtn__VL0_C,.Navbar_nav__yFFPE{display:none}.Navbar_menuBtn__zSLsp{display:block}}@font-face{font-family:__Oswald_2c607e;font-style:normal;font-weight:200 700;font-display:swap;src:url(/_next/static/media/1858f5543ad95bc8-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:__Oswald_2c607e;font-style:normal;font-weight:200 700;font-display:swap;src:url(/_next/static/media/3b2a65bc67cf51e8-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Oswald_2c607e;font-style:normal;font-weight:200 700;font-display:swap;src:url(/_next/static/media/7d6c8ae62d4e6c58-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:__Oswald_2c607e;font-style:normal;font-weight:200 700;font-display:swap;src:url(/_next/static/media/70b116b8ecb87519-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:__Oswald_2c607e;font-style:normal;font-weight:200 700;font-display:swap;src:url(/_next/static/media/7f06be3f780a819a-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:__Oswald_Fallback_2c607e;src:local("Arial");ascent-override:145.07%;descent-override:35.14%;line-gap-override:0.00%;size-adjust:82.24%}.__className_2c607e{font-family:__Oswald_2c607e,__Oswald_Fallback_2c607e;font-style:normal}.__variable_2c607e{--font-display:"__Oswald_2c607e","__Oswald_Fallback_2c607e"}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;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_f367f3;font-style:normal;font-weight:100 900;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_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;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_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.__variable_f367f3{--font-body:"__Inter_f367f3","__Inter_Fallback_f367f3"}