.textscroller{--gap:0px;align-items:center;overflow:visible}.textscroller,.textscroller-content{display:flex;flex-direction:column;gap:var(--gap)}.textscroller-content{animation:scrollY 10s linear infinite;flex-shrink:0;justify-content:space-around;list-style:none;margin:0;min-height:100%;padding:0}.textscroller-content li{margin:0;padding:0;transition:color .5s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.half{display:flex;flex-direction:row;gap:1rem}@media (max-width:700px){.half{flex-direction:column;gap:2rem}}.half-left{box-sizing:border-box;flex:1;flex-shrink:0;overflow:visible;width:50%}@media (max-width:700px){.half-left{width:100%}}.half-right{box-sizing:border-box;flex:1;flex-shrink:0;overflow:visible;width:50%}@media (max-width:700px){.half-right{width:100%}}
