.section-ax-marquee .marquee{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;overflow:hidden}.section-ax-marquee .marquee.reverse{flex-direction:row-reverse}.section-ax-marquee .marquee-text{align-items:center;display:flex;font-family:var(--font-heading-family);font-weight:800;margin-right:20px;white-space:nowrap}.section-ax-marquee .marquee-text.stop-hover:hover{animation-play-state:paused}.section-ax-marquee .marquee-text>span{align-items:center;display:flex}.section-ax-marquee .marquee-text>span:after{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;margin:0;padding:0 20px}.section-ax-marquee .swiper-wrapper{font-family:var(--font-heading-family);font-weight:800}.section-ax-marquee .swiper-slide{align-items:center;display:flex;justify-content:center}.section-ax-marquee .swiper-pagination{margin-top:1rem;position:relative}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes reverse_marquee{0%{transform:translateX(0)}to{transform:translateX(50%)}}