@keyframes parallax-sky{to{transform:translateY(48vh)}}@keyframes parallax-trees{to{transform:translateY(26vh)}}@media (prefers-reduced-motion:no-preference){@supports (animation-timeline:scroll()){.hero-layer-sky,.hero-layer-trees{will-change:transform;animation-timing-function:linear;animation-fill-mode:both;animation-timeline:scroll(root);animation-range:0 100vh}.hero-layer-sky{animation-name:parallax-sky}.hero-layer-trees{animation-name:parallax-trees}}}@keyframes rise-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:no-preference){@supports (animation-timeline:view()){.rise-in{animation:linear both rise-in;animation-timeline:view();animation-range:entry calc(var(--i,0) * 6%) entry calc(50% + var(--i,0) * 6%)}}}
