html{scroll-behavior:smooth}svg path{fill:transparent;stroke:#ffffffb3;stroke-width:.8;stroke-dasharray:220;stroke-dashoffset:220;animation:textAnimation 2s ease-in-out 1 forwards}@keyframes textAnimation{0%{stroke-dashoffset:220}50%{stroke-dashoffset:110}80%{stroke-dashoffset:54}to{stroke-dashoffset:0}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.marquee{display:flex;overflow:hidden;width:100%}.marquee__content{display:flex;align-items:center;gap:2rem;white-space:nowrap;flex-shrink:0;min-width:100%;will-change:transform;animation:scroll 20s linear infinite}@media (min-width: 1024px){.marquee__content{animation-duration:10s}}.marquee:hover .marquee__content{animation-play-state:paused}
