:root{--primary-color:#f9f9f9;--red-glitch:#ff4f71;--blue-glitch:#00feff}@media only screen and (max-width:1600px){#large-view p{display:none!important}}@media only screen and (min-width:1600px){.mobile p{display:none}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-marquee{display:flex;animation:marquee 10s linear infinite;width:100%}.animate-marquee:hover{animation-play-state:paused}.animate-marquee{will-change:transform}@media (prefers-reduced-motion:reduce){.animate-marquee{animation:none!important}}.marquee:after,.marquee:before{position:absolute;top:0;width:10rem;height:100%;content:"";z-index:1}.marquee:before{left:0;background:linear-gradient(90deg,#151516 0,transparent)}.marquee:after{right:0;background:linear-gradient(270deg,#151516 0,transparent)}