/* VELAEA Count Up Motion */
.velaea-counting{
  will-change: contents, filter;
  text-shadow: 0 0 14px rgba(242,199,106,.20);
}
@media (prefers-reduced-motion: reduce){
  .velaea-counting{ text-shadow:none!important; }
}
