body.elementor-kit-382 a{color:#FFFFFF;}body.elementor-kit-382 a:hover{color:#FF5A60;}/* Start custom CSS */@keyframes float {
    0% {
        box-shadow: 0 25px 25px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);

    }
    50% {
        transform: translatey(-7px);

    }
    100% {
        box-shadow: 0 25px 25px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
}


body.elementor-kit-382 .elementor-button:hover {
animation: float 3s ease-in-out infinite;
}/* End custom CSS */