@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,sans-serif;background:#020617}#intro-splash{position:fixed;inset:0;z-index:99999;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#020617;transition:opacity .55s ease,visibility .55s ease}#intro-splash.intro-splash--out{opacity:0;visibility:hidden;pointer-events:none}#intro-splash video{width:100vw;height:100vh;min-width:100%;min-height:100%;object-fit:cover;object-position:center center}
