.background-enter{opacity:0}.background-enter-loaded{animation:background-enter 1.6s var(--ease-out-cubic) both}.background-enter-skip{animation:.3s ease-out both background-enter-skip}@keyframes background-enter{0%{opacity:0;transform:translateY(50vh)}to{opacity:var(--background-opacity,1);transform:translate(0,0)}}@keyframes background-enter-skip{0%{opacity:0}to{opacity:var(--background-opacity,1)}}@supports (animation-timeline:scroll(root block)) and (animation-range:0px 100000px){.background-parallax-scroll-driven{animation:linear both background-parallax;animation-timeline:scroll(root);animation-range:0 100000px}@keyframes background-parallax{0%{transform:translate(0,0)}to{transform:translate3d(0, var(--background-parallax-travel,0px), 0)}}}.background-ambient{will-change:transform;animation:40s ease-in-out infinite background-ambient}@keyframes background-ambient{0%,to{transform:translate(0,0)scale(1)}25%{transform:translate(2.4%,-1.6%)scale(1.09)}50%{transform:translate(-1.2%,2%)scale(1.12)}75%{transform:translate(-2.8%,-.8%)scale(1.06)}}@media (prefers-reduced-motion:reduce){.background-enter-loaded,.background-enter-skip{opacity:var(--background-opacity,1);animation:none;transform:none}.background-parallax-scroll-driven{animation:none}.background-ambient{will-change:auto;animation:none}}
