Preview:
.marquee {
    display: inline-flex;
    animation: scroll 500s ease infinite;
    flex-direction: row;
    flex: 0 1 auto;

    white-space: nowrap;
    gap: 40px;
	font-family: var(--e-global-typography-ec9ea48-font-family), Sans-serif;
    font-size: var(--e-global-typography-ec9ea48-font-size);
    font-weight: var(--e-global-typography-ec9ea48-font-weight);
	line-height: calc(var(--e-global-typography-ec9ea48-line-height) + 20px);
	letter-spacing: var(--e-global-typography-ec9ea48-letter-spacing);
	color: var(--e-global-color-primary);
}

.maskbg{
		mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
	    overflow: hidden;
}

.marquee:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    0% { transform: translateX(0%); }
	25% { transform: translateX(-25%); }
	50% { transform: translateX(-50%); }
	75% { transform: translateX(-75%); }
    100% { transform: translateX(-100%); }
}

.faqsa {
	
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter