.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:700;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 20px;padding:0 90px}@media screen and (max-width:749.98px){.section-ax-marquee .marquee-text>span:after{padding:0 20px}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes reverse_marquee{0%{transform:translateX(0)}to{transform:translateX(50%)}}