.trusted-slider-section{position:relative;overflow:hidden;margin-top:88px;margin-bottom:88px}@media (min-width:970px){.trusted-slider-section{margin-top:140px;margin-bottom:140px}}.trusted-slider-section .ic{display:flex!important;justify-content:center;background:#f4f4f4;align-items:center;width:250px;height:114px}.trusted-slider-section .ic img{max-width:150px;max-height:60px;height:auto}.trusted-slider-section .trusted-slider{overflow:hidden;width:100%;position:relative;margin-bottom:4px}.trusted-slider-section .track{display:flex;width:-moz-max-content;width:max-content;align-items:center;gap:4px;animation:scroll-ltr linear infinite;animation-duration:var(--animation-duration,30s);will-change:transform}.trusted-slider-section .trusted-slider.is-reversed .track{animation-direction:reverse}@keyframes scroll-ltr{from{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll-rtl{from{transform:translateX(0)}to{transform:translateX(50%)}}html[dir=rtl] .trusted-slider-section .track{animation-name:scroll-rtl}