@keyframes scroll{to{transform:translate(-50%)}}.scroller{background-color:#32314a;height:7rem;max-width:100%}@media only screen and (max-width:767px){.scroller{height:10rem;margin-top:2.5rem}}.scroller[data-animated=true]{overflow:hidden}.scroller[data-animated=true] .scroller__inner{animation:scroll 40s linear infinite forwards;animation:scroll var(--animation-duration,40s) var(--animation-direction,forwards) linear infinite;flex-wrap:nowrap;width:-moz-max-content;width:max-content}.scroller[data-direction=left]{--animation-direction:forwards}.scroller[data-direction=right]{--animation-direction:reverse}.scroller[data-speed=slow]{--animation-duration:120s}.scroller[data-speed=normal]{--animation-duration:40s}.scroller[data-speed=fast]{--animation-duration:20s}.scroller__inner{align-items:center;display:flex;flex-wrap:wrap;gap:0;height:100%}.scroller__block{box-sizing:border-box;display:flex;overflow:hidden}.scroller__block-item{padding:0 .5rem}@media only screen and (max-width:767px){.scroller__block-item{margin-top:0}}.scroller__link{display:block}.scroller__link .scroller__image{height:100%;width:auto}.scroller__image{display:block;height:58%;width:auto}@media only screen and (max-width:767px){.scroller__image{height:44%}}