/* Scroll reveal */

.scroll-reveal, .load-scroll-reveal { opacity: 0; }
.reveal { opacity: 1 !important; }

/* Animations reveal */

.reveal.r-top, .reveal-r-top { transform: none !important; }
.reveal.r-bottom, .reveal-r-bottom { transform: none !important; }
.reveal.r-left, .reveal-r-left { transform: none !important; }
.reveal.r-right, .reveal-r-right { transform: none !important; }
.reveal.r-clip-down, .reveal-r-clip-down { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
.reveal.r-clip-up, .reveal-r-clip-up { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
.reveal.r-clip-left, .reveal-r-clip-left { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
.reveal.r-clip-right, .reveal-r-clip-right { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
.reveal.r-zoom-up, .reveal-r-zoom-up { transform: scale(1); }
.reveal.r-zoom-out, .reveal-r-zoom-out { transform: scale(1); }
.reveal.r-unfold-top, .reveal-r-unfold-top { transform: none; }
