.header-first{animation:scroll-left 30s linear infinite;display:flex}.header-second{animation:scroll-right 30s linear infinite;display:flex}@keyframes scroll-left{0%{transform:translate(100%)}to{transform:translate(calc(-100% - 1rem))}}@keyframes scroll-right{0%{transform:translate(100%)}to{transform:translate(calc(-100% - 1rem))}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}.animate-scroll{animation-iteration-count:infinite;animation-name:scroll;animation-timing-function:linear;will-change:transform}@keyframes marquee-ffefb780{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marque[data-v-ffefb780]{animation-duration:55s;animation-iteration-count:infinite;animation-name:marquee-ffefb780;animation-timing-function:linear;will-change:transform}
