@media screen and (max-width:767px) {
    .p-header-nav-floating-btn__top-btns {
        display: none !important;
    }

    #section-1 {
        padding-bottom: 120px !important;
    }

    #section-557 {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 9999 !important;
        width: 100% !important;
        text-align: center !important;
        animation: footer-bounce 1.8s ease-in-out infinite !important;
        opacity: 1 !important;
        filter: none !important;
    }

    #section-557 img {
        max-height: 100px !important;
        width: auto !important;
        opacity: 1 !important;
        filter: none !important;
    }

    #section-557 a:hover,
    #section-557 a:hover img,
    #section-557 img:hover {
        opacity: 1 !important;
        filter: none !important;
    }
}

@media screen and (min-width:768px) {
    #section-557 {
        display: none !important;
    }
}

@keyframes footer-bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
    100% {
        transform: translateY(0);
    }
}
