@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-scroll{animation:40s linear infinite scroll}.animate-scroll-paused,.animate-scroll:hover,.banner-button-container:hover .animate-scroll{animation-play-state:paused}.banner-container{position:relative;overflow:hidden}.banner-container:before,.banner-container:after{content:"";z-index:10;pointer-events:none;width:80px;height:100%;position:absolute;top:0}.banner-container:before{background:linear-gradient(90deg,#09090b 0%,#0000 100%);left:0}.banner-container:after{background:linear-gradient(270deg,#09090b 0%,#0000 100%);right:0}
