.scroll-container{width:max-content!important;display:flex;justify-content:center;align-items:center;overflow-x:auto;white-space:nowrap;animation:scroll 20s linear infinite}.scroll-wrapper{overflow:hidden;width:100%}@media screen and (max-width:768px){.scroll-wrapper{overflow:hidden}.scroll-container>div{max-width:380px!important;margin-right:6px!important;border-radius:16px}}.scroll-container::-webkit-scrollbar{display:none!important}.scroll-container:hover{animation-play-state:paused}.scroll-container>div{display:inline-block;margin-right:12px;background-color:#fdfdfd!important;border-radius:16px}@media screen and (max-width:768px){.scroll-container-fluid .scroll-container-row{padding-inline:0!important}}.scroll-wrapper{position:relative;&:before{left:0;background:linear-gradient(90deg,#ffffff,#ffffff2a,#ffffff00)}&:after,&:before{content:"";position:absolute;top:0;width:74px;height:100%;z-index:10}&:after{right:0;background:linear-gradient(90deg,#ffffff00,#ffffff2a,#ffffff)}}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.scroll-wrapper:nth-child(2){.scroll-container{animation:scroll2 20s linear infinite}}@keyframes scroll2{0%{transform:translateX(-50%)}to{transform:translateX(0)}}