/* Scroll / reveal animations OFF (PageSpeed)
   Load after stylesheet.css. Keeps content visible without ScrollMagic. */

.pioup,
.panipong {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
}

.js_opac,
.js_tgt {
    opacity: 1 !important;
    transition: none !important;
}

.panil3,
.panir3 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%) !important;
    transition: none !important;
}

.initani::before,
.initani::after {
    content: none !important;
    display: none !important;
}
