.scrollanimate, .scrollanimate-manual {
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  transition: transform 500ms ease, opacity 500ms ease;
}
.scrollanimate.scrollanimate-active, .scrollanimate-manual.scrollanimate-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.scrollanimate[scrollanimate-delay="100"], .scrollanimate-manual[scrollanimate-delay="100"] {
  transition-delay: 100ms;
}
.scrollanimate[scrollanimate-delay="200"], .scrollanimate-manual[scrollanimate-delay="200"] {
  transition-delay: 200ms;
}
.scrollanimate[scrollanimate-delay="300"], .scrollanimate-manual[scrollanimate-delay="300"] {
  transition-delay: 300ms;
}
.scrollanimate[scrollanimate-delay="400"], .scrollanimate-manual[scrollanimate-delay="400"] {
  transition-delay: 400ms;
}
.scrollanimate[scrollanimate-delay="500"], .scrollanimate-manual[scrollanimate-delay="500"] {
  transition-delay: 500ms;
}
.scrollanimate[scrollanimate-delay="600"], .scrollanimate-manual[scrollanimate-delay="600"] {
  transition-delay: 600ms;
}
.scrollanimate[scrollanimate-delay="700"], .scrollanimate-manual[scrollanimate-delay="700"] {
  transition-delay: 700ms;
}
.scrollanimate[scrollanimate-delay="800"], .scrollanimate-manual[scrollanimate-delay="800"] {
  transition-delay: 800ms;
}
.scrollanimate[scrollanimate-delay="900"], .scrollanimate-manual[scrollanimate-delay="900"] {
  transition-delay: 900ms;
}
.scrollanimate[scrollanimate-delay="1000"], .scrollanimate-manual[scrollanimate-delay="1000"] {
  transition-delay: 1000ms;
}
.scrollanimate[scrollanimate-delay="1100"], .scrollanimate-manual[scrollanimate-delay="1100"] {
  transition-delay: 1100ms;
}
.scrollanimate[scrollanimate-delay="1200"], .scrollanimate-manual[scrollanimate-delay="1200"] {
  transition-delay: 1200ms;
}
.scrollanimate[scrollanimate-delay="1300"], .scrollanimate-manual[scrollanimate-delay="1300"] {
  transition-delay: 1300ms;
}
.scrollanimate[scrollanimate-delay="1400"], .scrollanimate-manual[scrollanimate-delay="1400"] {
  transition-delay: 1400ms;
}
.scrollanimate[scrollanimate-delay="1500"], .scrollanimate-manual[scrollanimate-delay="1500"] {
  transition-delay: 1500ms;
}
.scrollanimate[scrollanimate-delay="1600"], .scrollanimate-manual[scrollanimate-delay="1600"] {
  transition-delay: 1600ms;
}
.scrollanimate[scrollanimate-delay="1700"], .scrollanimate-manual[scrollanimate-delay="1700"] {
  transition-delay: 1700ms;
}
.scrollanimate[scrollanimate-delay="1800"], .scrollanimate-manual[scrollanimate-delay="1800"] {
  transition-delay: 1800ms;
}
.scrollanimate[scrollanimate-delay="1900"], .scrollanimate-manual[scrollanimate-delay="1900"] {
  transition-delay: 1900ms;
}
.scrollanimate[scrollanimate-delay="2000"], .scrollanimate-manual[scrollanimate-delay="2000"] {
  transition-delay: 2000ms;
}
.scrollanimate[scrollanimate-delay="2100"], .scrollanimate-manual[scrollanimate-delay="2100"] {
  transition-delay: 2100ms;
}
.scrollanimate[scrollanimate-delay="2200"], .scrollanimate-manual[scrollanimate-delay="2200"] {
  transition-delay: 2200ms;
}
.scrollanimate[scrollanimate-delay="2300"], .scrollanimate-manual[scrollanimate-delay="2300"] {
  transition-delay: 2300ms;
}

/*# sourceMappingURL=scrollanimate.css.map */
