.marquee-container{display:flex;overflow:hidden;width:100%}.marquee-content{animation:marquee 30s linear infinite;display:flex;white-space:nowrap}@media (max-width:768px){.marquee-content{animation-duration:15s}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-200%)}}.pill-links a{align-items:baseline;color:inherit;display:inline-flex;gap:.25rem;text-decoration:none}.pill-links .icon-wrapper{align-items:center;display:inline-flex;height:1em;justify-content:center;width:1em}.pill-links .nuxt-icon{font-size:.8em;height:1em;width:1em}
