.simple-marquee{overflow:hidden;padding:20px 0;width:100%}.simple-marquee .cta{text-align:right}.simple-marquee .swiper-marquee img{height:auto;width:120px}.simple-marquee .swiper-marquee .marqueeSwiper{padding:8px 0}.simple-marquee .swiper-marquee .marquee-row{margin-bottom:20px;overflow:hidden;white-space:nowrap}.simple-marquee .swiper-marquee .marquee-track{animation:scroll-left 20s linear infinite;display:inline-flex;gap:60px}.simple-marquee .swiper-marquee.marquee-track img{display:block;height:auto;width:120px}.simple-marquee .swiper-marquee .ltr .marquee-track{animation:scroll-left 20s linear infinite}.simple-marquee .swiper-marquee .rtl .marquee-track{animation:scroll-right 20s linear infinite}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media (max-width:767px){.simple-marquee .cta{text-align:center}}