.jsc-fadeUp,
.jsc-fadeUp-delay {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}

.jsc-fadeUp.is-active,
.jsc-fadeUp-delay.is-active {
  opacity: 1;
  transform: translateY(0);
}

.jsc-fadeUp.is-active {
  transition-delay: 0.2s;
}

.jsc-fadeUp-delay.is-active {
  transition-delay: 0.4s;
}/*# sourceMappingURL=trigger.css.map */