@media (prefers-reduced-motion: no-preference) {
html.usine-anim-ready .site-main .entry-content > * {
opacity: 0;
transform: translateY(34px) scale(0.985);
will-change: opacity, transform;
transition:
opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
transition-delay: 60ms;
} html.usine-anim-ready .site-main .entry-content > .usine-reveal-in {
opacity: 1;
transform: none;
} html.usine-anim-ready .site-main .entry-content > * [class*="__card"],
html.usine-anim-ready .site-main .entry-content > * [class*="__item"],
html.usine-anim-ready .site-main .entry-content > * [class*="__feature"],
html.usine-anim-ready .site-main .entry-content > * [class*="__column"],
html.usine-anim-ready .site-main .entry-content > * [class*="__logo"],
html.usine-anim-ready .site-main .entry-content > * [class*="__tile"],
html.usine-anim-ready .site-main .entry-content > * [class*="__step"] {
opacity: 0;
transform: translateY(22px);
transition:
opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
transition-delay: calc(120ms + (var(--usine-i, 0) * 70ms));
}
html.usine-anim-ready .site-main .entry-content > .usine-reveal-in [class*="__card"],
html.usine-anim-ready .site-main .entry-content > .usine-reveal-in [class*="__item"],
html.usine-anim-ready .site-main .entry-content > .usine-reveal-in [class*="__feature"],
html.usine-anim-ready .site-main .entry-content > .usine-reveal-in [class*="__column"],
html.usine-anim-ready .site-main .entry-content > .usine-reveal-in [class*="__logo"],
html.usine-anim-ready .site-main .entry-content > .usine-reveal-in [class*="__tile"],
html.usine-anim-ready .site-main .entry-content > .usine-reveal-in [class*="__step"] {
opacity: 1;
transform: none;
}
} body.page-id-4883 .site-main .entry-content > *,
body.page-id-4883 .site-main .entry-content > * [class*="__card"],
body.page-id-4883 .site-main .entry-content > * [class*="__item"],
body.page-id-4883 .site-main .entry-content > * [class*="__feature"],
body.page-id-4883 .site-main .entry-content > * [class*="__column"],
body.page-id-4883 .site-main .entry-content > * [class*="__logo"],
body.page-id-4883 .site-main .entry-content > * [class*="__tile"],
body.page-id-4883 .site-main .entry-content > * [class*="__step"] {
opacity: 1 !important;
transform: none !important;
animation: none !important;
transition: none !important;
}