.page-interstitial{z-index:60;background:var(--theme-background,#000);will-change:transform;position:fixed;inset:0;overflow:hidden}.page-interstitial-video{--controls:none;--media-object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.page-interstitial-text{z-index:61;letter-spacing:-.02em;color:var(--theme-copy,#fff);text-shadow:0 4px 40px #0003;pointer-events:none;white-space:nowrap;padding:60px 60px 0;font-weight:500;line-height:.84;position:fixed;inset:0}.page-interstitial-line{display:block}.page-interstitial-line-inner{opacity:0;animation:1ms step-start forwards page-interstitial-snap;display:block}@keyframes page-interstitial-snap{to{opacity:1}}.page-interstitial.is-retracting{animation:1.1s cubic-bezier(.76,0,.24,1) forwards page-interstitial-retract}@keyframes page-interstitial-retract{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.page-interstitial-text.is-retracting{animation:1.1s cubic-bezier(.76,0,.24,1) forwards page-interstitial-text-mask}@keyframes page-interstitial-text-mask{0%{clip-path:inset(0 0 0%)}to{clip-path:inset(0 0 100%)}}@media (prefers-reduced-motion:reduce){.page-interstitial-line-inner{opacity:1;animation:none}.page-interstitial.is-retracting,.page-interstitial-text.is-retracting{opacity:0;animation:none}}
