.dy-content{contain:layout style paint}.dy-content,.scroller{position:relative;overflow:hidden}.scroller{width:100%}.is-animating .scroll-line{display:flex;width:-moz-max-content;width:max-content;will-change:transform}.is-animating .scroll-line.scroll-left{animation:scroll-left 60s linear infinite}.is-animating .scroll-line.scroll-right{animation:scroll-right 45s linear infinite}.is-animating .scroll-line:nth-child(2n){animation-delay:-5s}.is-animating .scroll-line:nth-child(3n){animation-delay:-10s}.is-animating .scroll-line:nth-child(5n){animation-delay:-15s}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-25%)}}@keyframes scroll-right{0%{transform:translateX(-25%)}to{transform:translateX(0)}}@media(prefers-reduced-motion:reduce){.is-animating .scroll-line{animation:none}}