@keyframes gentleScale{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.pulse-scale{animation:none}@media (min-width:1024px){.pulse-scale{animation:2.5s ease-in-out infinite gentleScale}.pulse-scale:hover{animation:none}}
@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (hover:hover) and (pointer:fine){.animate-scroll:hover,.banner-button-container:hover .animate-scroll{animation-play-state:paused}}.animate-scroll{will-change:transform;animation:80s linear infinite scroll}.animate-scroll-paused{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,#151518 0%,#0000 100%);left:0}.banner-container:after{background:linear-gradient(270deg,#151518 0%,#0000 100%);right:0}
