.scroller__inner{display:flex;flex-direction:column;gap:34px}.logo-main.scroller .logos_inner{background-color:var(--primary_color)}.scroller[data-animated=true]{overflow:hidden}.scroller[data-animated=true] .scroller__inner{align-items:center;animation:scroll var(--_animation-duration,40s) var(--_animation-direction,forwards) linear infinite;flex-wrap:nowrap;width:max-content}.scroller[data-direction=right]{--_animation-direction:reverse}.scroller[data-direction=left]{--_animation-direction:forwards}.scroller[data-speed=fast]{--_animation-duration:25s}.scroller[data-speed=slow]{--_animation-duration:60s}.service-count-section .heading-count .count-text span{margin-left:10px}@keyframes scroll{to{transform:translate(calc(-50% - 17px))}}