/**handles:pafpaf-text-scroll**/
.pafpaf-ts{--pafpaf-ts-height:400px;position:relative;width:100%;height:var(--pafpaf-ts-height);overflow:hidden}.pafpaf-ts__track{--pafpaf-ts-duration:20s;position:absolute;top:0;left:0;width:100%;will-change:transform;animation-name:var(--pafpaf-ts-name, pafpaf-ts-scroll);animation-duration:var(--pafpaf-ts-duration);animation-timing-function:linear;animation-iteration-count:infinite}.pafpaf-ts__track>:first-child{margin-top:0}.pafpaf-ts__track>:last-child{margin-bottom:0}.pafpaf-ts--seamless .pafpaf-ts__copy{width:100%}@keyframes pafpaf-ts-scroll{from{transform:translateY(var(--pafpaf-ts-height,400px))}to{transform:translateY(-100%)}}.pafpaf-ts--down .pafpaf-ts__track{animation-direction:reverse}.pafpaf-ts--pause-hover:hover .pafpaf-ts__track{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.pafpaf-ts{overflow-y:auto}.pafpaf-ts__track{position:static;animation:none;transform:none}.pafpaf-ts__copy--dup{display:none}}.pafpaf-ts-empty{padding:20px;border:1px dashed #c3c4c7;border-radius:4px;color:#50575e;text-align:center}