/* SUNIVA WORLD Performance Core V1 */
@media (max-width: 900px) {
    .suniva-portal-home__backdrop,
    #sunivaFlowerPanel,
    .swu-care__backdrop,
    .swu-reward__backdrop,
    .swu-hikari__backdrop {
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
    }

    .suniva-portal-home__dock,
    .suniva-portal-home__intro,
    .suniva-map-create-portal {
        -webkit-backdrop-filter: blur(3px) !important;
        backdrop-filter: blur(3px) !important;
    }
}

html.is-suniva-page-hidden *,
html.is-suniva-page-hidden *::before,
html.is-suniva-page-hidden *::after {
    animation-play-state: paused !important;
}
