/* Start custom CSS for button, class: .elementor-element-c76dd53 */.elementor-1140 .elementor-element.elementor-element-c76dd53 {
    animation: yellowGlow 1.8s infinite ease-in-out;
    display: inline-block;
}

@keyframes yellowGlow {
    0% {
        box-shadow: 0 0 0px rgba(255, 223, 0, 0.0);
    }
    50% {
        box-shadow: 0 0 22px rgba(255, 223, 0, 0.65);
    }
    100% {
        box-shadow: 0 0 0px rgba(255, 223, 0, 0.0);
    }
}/* End custom CSS */