.scroller{max-width:screen;overflow:hidden;-webkit-mask:linear-gradient(90deg,transparent,white 10%,white 80%,transparent);mask:linear-gradient(90deg,transparent,white 20%,white 80%,transparent)}.mask{-webkit-mask:linear-gradient(90deg,rgba(255,255,255,.2),rgba(255,255,255,.5) 25%,rgba(255,255,255,.8) 50%,rgba(255,255,255,.5) 75%,rgba(180,180,180,.2));mask:linear-gradient(90deg,rgba(255,255,255,.2),rgba(255,255,255,.5) 25%,rgba(255,255,255,.8) 50%,rgba(255,255,255,.5) 75%,rgba(180,180,180,.2))}.scroller__inner{width:max-content;animation:scroll 20s linear infinite;flex-wrap:nowrap}@keyframes scroll{to{transform:translate(calc(-50% - 4px))}}.dot_animation{animation:scale .5s linear infinite alternate}@keyframes scale{to{transform:scale(2)}}