:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-07a840e */.ball-icon{
    width:70px;
    animation:fifaBall 7s infinite;
}

@keyframes fifaBall{

    0%{
        transform:rotate(0deg) scale(1);
    }

    20%{
        transform:rotate(180deg) scale(1.05);
    }

    40%{
        transform:rotate(1080deg) scale(1.12);
    }

    55%{
        transform:rotate(1800deg) scale(1);
    }

    100%{
        transform:rotate(1800deg) scale(1);
    }
}/* End custom CSS */