@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Oswald:wght@400;500;700&display=swap";
:root{--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-display:"Oswald", system-ui, var(--font-sans);--color-white:#fff;--color-offwhite:#f6f6f4;--color-offwhite-2:#f2f2f2;--color-black:#111;--color-offblack:#1a1a1a;--color-grey-1:#35363a;--color-grey-2:#5e5b52;--color-grey-3:#959697;--color-red:#ff243a;--ease-power3-out:cubic-bezier(.165, .84, .44, 1);--ease-power2-in-out:cubic-bezier(.65, 0, .35, 1);--ease-back-out:cubic-bezier(.175, .885, .32, 1.275);--duration-theme:.3s;--ease-theme:linear}:root[data-theme=dark]{--bg:var(--color-black);--fg:var(--color-white);--surface:var(--color-offblack);--muted:var(--color-grey-3);--border:#ffffff14}:root[data-theme=light]{--bg:var(--color-offwhite);--fg:var(--color-black);--surface:var(--color-offwhite-2);--muted:var(--color-grey-2);--border:#00000014}:root{--bg:var(--color-black);--fg:var(--color-white);--surface:var(--color-offblack);--muted:var(--color-grey-3);--border:#ffffff14}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scrollbar-width:none}html::-webkit-scrollbar{display:none}body{background-color:var(--bg);color:var(--fg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:default;transition:background-color var(--duration-theme) var(--ease-theme), color var(--duration-theme) var(--ease-theme);overflow-x:hidden}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}.h1-display{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.02em;font-size:clamp(3.5rem,8vw,10rem);font-weight:700;line-height:.9}.h2-display{font-family:var(--font-display);text-transform:uppercase;font-size:clamp(2rem,5vw,6rem);font-weight:500;line-height:1}.pill-badge{border:1px solid var(--border);letter-spacing:.05em;text-transform:uppercase;border-radius:999px;padding:.25rem .75rem;font-size:.75rem;display:inline-block}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.Header-module__hBw1pG__header{z-index:9998;pointer-events:none;justify-content:space-between;align-items:center;padding:2rem 3vw;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__logo{pointer-events:auto;align-items:center;text-decoration:none;transition:opacity .3s;display:flex}.Header-module__hBw1pG__logo:hover{opacity:.7}.Header-module__hBw1pG__logoImg{object-fit:contain;width:clamp(84px,10vw,140px);height:auto;display:block}.Header-module__hBw1pG__headerRight{pointer-events:auto;align-items:center;gap:1.5rem;display:flex}.Header-module__hBw1pG__clock{font-family:var(--font-sans);letter-spacing:.15em;color:var(--fg);flex-direction:column;align-items:flex-end;font-size:.7rem;line-height:1.3;display:flex}.Header-module__hBw1pG__clockCity{opacity:.5;letter-spacing:.2em;font-size:.6rem;font-weight:700}.Header-module__hBw1pG__clockTime{font-variant-numeric:tabular-nums;font-weight:400}.Header-module__hBw1pG__pillContainer{z-index:9999;pointer-events:none;align-items:center;gap:12px;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.Header-module__hBw1pG__menuPill{background-color:var(--color-grey-1);pointer-events:auto;justify-content:center;align-items:center;min-width:100px;height:52px;display:flex;overflow:hidden;box-shadow:0 8px 32px #0006}.Header-module__hBw1pG__menuBtn{color:var(--color-white);font-family:var(--font-sans);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;border:none;justify-content:center;align-items:center;width:100%;height:100%;padding:0 1.8rem;font-size:.75rem;display:flex}.Header-module__hBw1pG__navLinks{align-items:center;gap:0;height:100%;padding:0 .5rem;display:flex}.Header-module__hBw1pG__navItemWrap{align-items:center;height:100%;display:flex;overflow:hidden}.Header-module__hBw1pG__navItem{color:var(--color-white);font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;opacity:.7;white-space:nowrap;padding:0 1rem;font-size:.78rem;text-decoration:none;transition:color .3s,opacity .3s;display:block;position:relative}.Header-module__hBw1pG__navItem:hover,.Header-module__hBw1pG__active{opacity:1;color:var(--color-white)}.Header-module__hBw1pG__activeSquare{background-color:var(--color-red);vertical-align:middle;border-radius:1px;width:6px;height:6px;margin-right:.4rem;display:inline-block}.Header-module__hBw1pG__closeBtn{cursor:pointer;font-family:var(--font-sans);letter-spacing:.12em;text-transform:uppercase;color:var(--color-red);white-space:nowrap;background:0 0;border:none;height:100%;padding:0 1rem;font-size:.75rem;transition:color .3s}.Header-module__hBw1pG__closeBtn:hover{color:var(--color-white)}.Header-module__hBw1pG__themeToggle{background-color:var(--color-black);cursor:pointer;pointer-events:auto;border:none;border-radius:8px;justify-content:center;align-items:center;gap:3px;width:52px;height:52px;transition:background-color .3s;display:flex;box-shadow:0 8px 32px #0006}[data-theme=light] .Header-module__hBw1pG__themeToggle{background-color:var(--color-offwhite-2)}.Header-module__hBw1pG__themeCircle{background-color:var(--color-grey-3);border-radius:50%;width:12px;height:12px;transition:transform .5s cubic-bezier(.175,.885,.32,1.275),background-color .4s;display:block}.Header-module__hBw1pG__themeCircle[data-active=true]{background-color:var(--color-offwhite);transform:scale(1.2)}.Header-module__hBw1pG__themeCircle:first-child{z-index:2;position:relative;left:2px}.Header-module__hBw1pG__themeCircle:last-child{z-index:1;position:relative;left:-2px}.Header-module__hBw1pG__themeToggle:hover .Header-module__hBw1pG__themeCircle:first-child{transform:translate(5px)}.Header-module__hBw1pG__themeToggle:hover .Header-module__hBw1pG__themeCircle:last-child{transform:translate(-5px)}[data-theme=light] .Header-module__hBw1pG__menuPill{background-color:var(--color-offwhite-2);box-shadow:0 8px 32px #00000014}[data-theme=light] .Header-module__hBw1pG__navItem{color:var(--color-black)}[data-theme=light] .Header-module__hBw1pG__closeBtn{color:var(--color-red)}[data-theme=light] .Header-module__hBw1pG__closeBtn:hover,[data-theme=light] .Header-module__hBw1pG__logo,[data-theme=light] .Header-module__hBw1pG__clock,[data-theme=light] .Header-module__hBw1pG__menuBtn{color:var(--color-black)}[data-theme=light] .Header-module__hBw1pG__header{mix-blend-mode:normal}@media (max-width:768px){.Header-module__hBw1pG__header{padding:1.25rem 4vw}.Header-module__hBw1pG__pillContainer{justify-content:center;bottom:1rem;left:.75rem;right:.75rem;transform:none}.Header-module__hBw1pG__menuPill{width:auto;min-width:0;max-width:calc(100vw - 1.5rem - 64px)}.Header-module__hBw1pG__menuBtn{padding:0 1.2rem}.Header-module__hBw1pG__navLinks{scrollbar-width:none;max-width:calc(100vw - 1.5rem - 64px);overflow-x:auto}.Header-module__hBw1pG__navLinks::-webkit-scrollbar{display:none}.Header-module__hBw1pG__navItem{padding:0 .7rem;font-size:.72rem}.Header-module__hBw1pG__closeBtn{padding:0 .75rem}.Header-module__hBw1pG__mobileNav{flex-direction:column!important;align-items:stretch!important}}@media (max-width:480px){.Header-module__hBw1pG__clock{display:none}.Header-module__hBw1pG__headerRight{gap:0}.Header-module__hBw1pG__themeToggle{width:48px;height:48px}.Header-module__hBw1pG__menuPill{max-width:calc(100vw - 1.5rem - 58px);height:48px}.Header-module__hBw1pG__navLinks{flex-direction:column;align-items:stretch;gap:.25rem;max-width:calc(100vw - 1.5rem - 58px);height:auto;padding:.35rem;display:flex}.Header-module__hBw1pG__menuPill{align-items:stretch;padding:.25rem}.Header-module__hBw1pG__navItemWrap{height:auto;display:block}.Header-module__hBw1pG__navItem{box-sizing:border-box;width:100%;padding:.6rem .9rem;font-size:.82rem;display:block}.Header-module__hBw1pG__closeBtn{text-align:left;width:100%;height:auto;padding:.6rem .9rem;display:block}.Header-module__hBw1pG__mobileNav{flex-direction:column!important;align-items:stretch!important}.Header-module__hBw1pG__menuBtn,.Header-module__hBw1pG__closeBtn{letter-spacing:.1em;font-size:.68rem}}
.Footer-module__S6Hkya__footer{z-index:10;padding-bottom:3rem;position:relative}.Footer-module__S6Hkya__wrapper{background-color:var(--color-offblack);color:var(--color-white);border-radius:10px;margin:0 1rem;padding:5rem 5vw 4rem;position:relative;overflow:hidden}.Footer-module__S6Hkya__topRow{grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:6rem;display:grid}@media (max-width:768px){.Footer-module__S6Hkya__topRow{grid-template-columns:1fr;gap:3rem}}.Footer-module__S6Hkya__leftCol{flex-direction:column;gap:2.5rem;display:flex}.Footer-module__S6Hkya__tagline{font-family:var(--font-sans);color:var(--color-white);max-width:30rem;font-size:clamp(1.5rem,3vw,2.8rem);font-weight:500;line-height:1.2}.Footer-module__S6Hkya__newsletter{max-width:28rem;position:relative}.Footer-module__S6Hkya__newsletterForm{position:relative}.Footer-module__S6Hkya__newsletterInput{background-color:var(--color-grey-1);width:100%;height:48px;color:var(--color-white);font-family:var(--font-sans);border:none;border-radius:4px;outline:none;padding:0 3rem 0 1.4rem;font-size:.9rem;transition:background-color .3s}.Footer-module__S6Hkya__newsletterInput::placeholder{color:var(--color-grey-3)}.Footer-module__S6Hkya__newsletterInput:focus{background-color:#44454a}.Footer-module__S6Hkya__newsletterBtn{color:var(--color-white);cursor:pointer;opacity:0;background:0 0;border:none;font-size:1.2rem;transition:transform .4s cubic-bezier(.165,.84,.44,1),opacity .3s;position:absolute;top:50%;right:.75rem;transform:translateY(-200%)}.Footer-module__S6Hkya__newsletterBtnVisible{opacity:1;transform:translateY(-50%)}.Footer-module__S6Hkya__successMsg{color:var(--color-grey-3);margin-top:.75rem;font-size:.8rem}.Footer-module__S6Hkya__socials{text-transform:uppercase;letter-spacing:.1em;flex-wrap:wrap;gap:0;font-size:.72rem;display:flex}.Footer-module__S6Hkya__socialLink{color:var(--color-grey-3);padding-right:1.5rem;text-decoration:none;transition:color .3s;display:inline-block;position:relative;overflow:hidden}.Footer-module__S6Hkya__socialLink span{transition:none;display:block}.Footer-module__S6Hkya__socialLink:after{content:attr(data-title);color:var(--color-grey-3);transition:none;position:absolute;top:0;left:0;transform:translateY(100%)}.Footer-module__S6Hkya__socialLink:hover span{transform:none}.Footer-module__S6Hkya__socialLink:hover:after{transform:translateY(100%)}.Footer-module__S6Hkya__socialLink:focus-visible span{transform:translateY(-100%)}.Footer-module__S6Hkya__socialLink:focus-visible:after{transform:translateY(0)}.Footer-module__S6Hkya__rightCol{flex-direction:column;justify-content:space-between;display:flex}.Footer-module__S6Hkya__nav{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__S6Hkya__navItem{color:var(--color-grey-3);font-family:var(--font-sans);letter-spacing:.05em;align-items:center;gap:.75rem;font-size:.9rem;text-decoration:none;transition:color .3s;display:flex;position:relative}.Footer-module__S6Hkya__navSquare{background-color:var(--color-red);opacity:1;border-radius:1px;width:6px;height:6px;transition:none;display:inline-block;transform:scale(1)}.Footer-module__S6Hkya__navItem:hover .Footer-module__S6Hkya__navSquare{opacity:1;transform:scale(1)}.Footer-module__S6Hkya__navItem:hover span:last-child{transform:none}.Footer-module__S6Hkya__navItem span:last-child{transition:none}.Footer-module__S6Hkya__credits{color:var(--color-grey-3);text-transform:uppercase;letter-spacing:.1em;opacity:.6;align-items:center;gap:.5rem;margin-top:3rem;font-size:.65rem;display:flex}.Footer-module__S6Hkya__creditsTitle{white-space:nowrap}.Footer-module__S6Hkya__creditsItems{align-items:center;gap:.4rem;display:flex}.Footer-module__S6Hkya__creditsSep{background-color:var(--color-grey-3);opacity:.4;border-radius:50%;width:4px;height:4px;display:inline-block}.Footer-module__S6Hkya__bigLogo{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.04em;color:#0000;-webkit-text-stroke:1.5px #ffffff1f;-webkit-user-select:none;user-select:none;pointer-events:auto;margin-top:3rem;font-size:clamp(5rem,15vw,18rem);font-weight:700;line-height:.85}.Footer-module__S6Hkya__bigLogoLine{white-space:nowrap;display:block}.Footer-module__S6Hkya__bigLogoChar{color:#0000;-webkit-text-stroke:1.5px #c8c8c8a6;background:linear-gradient(90deg, var(--color-white), var(--color-white));pointer-events:none;background-repeat:no-repeat;background-size:0% 100%;-webkit-background-clip:text;background-clip:text;transition:none;animation:6s ease-in-out infinite Footer-module__S6Hkya__footerCharFloat;display:inline-block;position:relative}.Footer-module__S6Hkya__bigLogo:hover .Footer-module__S6Hkya__bigLogoChar{background-size:0% 100%;transform:none}.Footer-module__S6Hkya__bigLogo:focus-visible .Footer-module__S6Hkya__bigLogoChar{background-size:100% 100%;transform:translateY(-4px)}.Footer-module__S6Hkya__bigLogoChar:nth-child(2n){animation-delay:.15s}.Footer-module__S6Hkya__bigLogoChar:nth-child(3n){animation-delay:.3s}@keyframes Footer-module__S6Hkya__footerCharFloat{0%{transform:translateY(0)}50%{transform:translateY(-3px)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.Footer-module__S6Hkya__socialLink span,.Footer-module__S6Hkya__socialLink:after{transition:none}.Footer-module__S6Hkya__bigLogoChar{transition:none;animation:none}.Footer-module__S6Hkya__bigLogo:hover .Footer-module__S6Hkya__bigLogoChar,.Footer-module__S6Hkya__bigLogo:focus-visible .Footer-module__S6Hkya__bigLogoChar{background-size:0% 100%;transform:none}}@media (max-width:640px){.Footer-module__S6Hkya__wrapper{margin:0 .75rem;padding:3.5rem 1rem 2.75rem}.Footer-module__S6Hkya__socials{gap:.25rem 0;font-size:.68rem}.Footer-module__S6Hkya__socialLink{padding-right:1rem}.Footer-module__S6Hkya__credits{flex-wrap:wrap;gap:.35rem;font-size:.62rem}.Footer-module__S6Hkya__creditsTitle{width:100%}.Footer-module__S6Hkya__bigLogo{margin-top:2rem;font-size:clamp(3rem,20vw,6.5rem);line-height:.9}}@media (max-width:480px){.Footer-module__S6Hkya__newsletter{max-width:100%}.Footer-module__S6Hkya__newsletterInput{padding-left:1rem;padding-right:2.65rem;font-size:.84rem}.Footer-module__S6Hkya__nav{gap:1rem}.Footer-module__S6Hkya__navItem{font-size:.82rem}}@media (hover:none){.Footer-module__S6Hkya__socialLink span{transform:none!important}.Footer-module__S6Hkya__socialLink:after{display:none}.Footer-module__S6Hkya__navSquare{opacity:1;transform:scale(1)}.Footer-module__S6Hkya__navItem span:last-child{transform:none!important}.Footer-module__S6Hkya__bigLogo .Footer-module__S6Hkya__bigLogoChar{background-size:100% 100%;transform:none}}[data-theme=light] .Footer-module__S6Hkya__wrapper{background-color:var(--color-offwhite-2);color:var(--color-black)}[data-theme=light] .Footer-module__S6Hkya__tagline{color:var(--color-black)}[data-theme=light] .Footer-module__S6Hkya__newsletterInput{background-color:var(--color-offwhite);color:var(--color-black)}[data-theme=light] .Footer-module__S6Hkya__newsletterInput::placeholder{color:var(--color-grey-2)}[data-theme=light] .Footer-module__S6Hkya__newsletterInput:focus{background-color:#fff}[data-theme=light] .Footer-module__S6Hkya__newsletterBtn{color:var(--color-black)}[data-theme=light] .Footer-module__S6Hkya__bigLogo{-webkit-text-stroke:1.5px #00000014}[data-theme=light] .Footer-module__S6Hkya__successMsg,[data-theme=light] .Footer-module__S6Hkya__socialLink,[data-theme=light] .Footer-module__S6Hkya__socialLink:after,[data-theme=light] .Footer-module__S6Hkya__navItem{color:var(--color-grey-2)}[data-theme=light] .Footer-module__S6Hkya__navItem:hover{color:var(--color-black)}[data-theme=light] .Footer-module__S6Hkya__credits{color:var(--color-grey-2)}[data-theme=light] .Footer-module__S6Hkya__creditsSep{background-color:var(--color-grey-2)}
