/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 10 2025 | 10:43:36 */
.ticker_container {
  overflow: hidden;
}

.ticker_anim {
  white-space: nowrap;
}

.ticker_anim p {
  display: inline-block;
  white-space: inherit;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform;
}
.ticker_anim.ticker_reverse p {
  animation-direction: reverse;
}