<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.textAnimation {
  font-size: 1rem !important;
  line-height: 36px !important;
  font-weight: 100 !important;
  color: #fff !important;
  width: 100%;
  position: relative;
  hyphens: none!important;
  margin: 1rem 0rem 1rem 0rem;
}

.textAnimation &gt; span {
  opacity: 0.3;
}

.textAnimation &gt; span.cloned {
  overflow: hidden;
  position: absolute;
  left: 0;
  opacity: 1;
}

.textAnimation.animationPrevented &gt; span.cloned.active {
  display: none !important;
}

.textHighlation {
	position: relative;
  display: inline-block;
}

.textHighlation h1,
.textHighlation h2,
.textHighlation h3,
.textHighlation h4 {
  margin: 0 10px;
}

.textHighlation .highBg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 1s cubic-bezier(0.75, 0.00, 0.25, 1);
  clip: rect(0px 0px 51px 0px);
}

.textHighlation.highGrey .highBg {
  background: #525252;
}

.textHighlation.highRed .highBg {
  background: #e10012;
}

.textHighlation .elementor-widget-container {
	display: inline-block;
	position: relative;
}</pre></body></html>