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