@charset "UTF-8";

.animated,
.wow,
.wow *,
.animated *,
.tg-heading-subheading,
.tg-heading-subheading *,
[class*="animation-style"],
[class*="animation-style"] *,
.split-line,
.split-line * {
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  -webkit-transform: none !important;
}
