/* GSAP ScrollPro v2 Plugin Styles */

[data-gsap-animate] {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
