@keyframes reveal-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:no-preference){@supports(animation-timeline:view()) and (overflow:clip){.body-wrap{overflow:clip}.has-animations .is-revealing{animation:reveal-up cubic-bezier(.5,-.01,0,1.005)both;animation-timeline:view();animation-range:entry 0% cover 35%}}}