.simple-marquee{overflow:hidden;padding:20px 0;width:100%}.simple-marquee .cta{text-align:right}.simple-marquee .swiper-marquee img{height:auto;max-height:85px;min-height:85px;width:120px}.simple-marquee .swiper-marquee .marqueeSwiper{padding:15px 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 (min-width:768px) and (max-width:1024px){.simple-marquee .swiper-marquee img{max-height:max-content;min-height:90px;width:100%}}@media (max-width:767px){.simple-marquee .cta{text-align:center}.simple-marquee .swiper-marquee img{width:120px}}