@keyframes wd-MarqueeScrolling{0%{transform:translat3d(0,0,0)}to{transform:translate3d(calc(-100% - var(--wd-marquee-gap)),0,0)}}.wd-marquee{overflow:hidden;max-width:100vw;--wd-marquee-speed:5s;--wd-marquee-direction:normal;--wd-marquee-gap:20px}.wd-marquee,.wd-marquee-content{gap:var(--wd-marquee-gap);display:flex}.wd-marquee-content{animation:var(--wd-marquee-speed) linear infinite var(--wd-marquee-direction) running wd-MarqueeScrolling;flex-shrink:0;justify-content:space-around;min-width:100%;align-items:center;white-space:nowrap}.wd-marquee-content span{position:relative;gap:10px;align-items:center;display:flex}@media (min-width:1025px){.wd-marquee.wd-with-pause:hover .wd-marquee-content{animation-play-state:paused}}