.elementor-12729 .elementor-element.elementor-element-3fe97bdc{--display:flex;}.elementor-12729 .elementor-element.elementor-element-30de6178 .e-contact-buttons__chat-button-shadow{box-shadow:0px 0px 10px 0px rgba(92.62343750000001, 50.540180027173925, 50.540180027173925, 0.5);}.elementor-12729 .elementor-element.elementor-element-30de6178 .e-contact-buttons{--e-contact-buttons-horizontal-offset:0px;}/* Start custom CSS for contact-buttons-var-5, class: .elementor-element-30de6178 */.elementor-kit-866 a {
    color: white;
}

.elementor-kit-866 a:hover {
    color: white;
}
.e-contact-buttons__chat-button-container {
    animation: floatAnimation 4s ease-in-out infinite;
}

@keyframes floatAnimation {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-7px);
    }
    100% {
        transform: translateY(0px);
    }
}/* End custom CSS */