/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 10 2024 | 15:51:50 */
.animate-text{
  background-image: linear-gradient(-225deg, #37a000 0%, #29B841 29%, #1148d7 67%, #fff800 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textshorov 4s linear infinite;
  -webkit-animation: textshorov 4s linear infinite;
}
@keyframes textshorov {
  100% {
    background-position: 200% center;
  }
}
