@media (prefers-reduced-motion:no-preference){@supports (animation-timeline:scroll()){.marca-md-fundo{animation:marca-md-deriva linear both;animation-timeline:scroll(root block);animation-range:0 70vh;will-change:transform}}}@keyframes marca-md-deriva{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(0,12vh,0) scale(1.08)}}