.carousel-constant-move{margin-top:48px;width:100%;overflow:hidden;height:40px;position:relative}.carousel-constant-move__list{display:flex;justify-content:space-around}.carousel-constant-move--loop .carousel-constant-move__list{top:0;left:100%;width:100%;overflow:hidden;position:absolute;white-space:nowrap;animation:scroll-horizontal 20s linear infinite}.carousel-constant-move--loop .carousel-constant-move__list:nth-child(2){animation:scroll-horizontal 20s linear infinite;animation-delay:10s}@keyframes scroll-horizontal{0%{left:100%}to{left:-100%}}
