.elementor-1599 .elementor-element.elementor-element-6de1e53f{--display:flex;}.elementor-1599 .elementor-element.elementor-element-7909b648 .e-contact-buttons{--e-contact-button-chat-button-animation-delay:500ms;--e-contact-buttons-button-icon:var( --e-global-color-primary );--e-contact-buttons-button-bg:#496D8E;--e-contact-buttons-button-icon-hover:var( --e-global-color-primary );--e-contact-buttons-button-bg-hover:#A29C41;--e-contact-buttons-vertical-offset:100px;}@media(max-width:767px){.elementor-1599 .elementor-element.elementor-element-7909b648 .e-contact-buttons{--e-contact-buttons-horizontal-offset:0px;--e-contact-buttons-vertical-offset:80px;}}/* Start custom CSS for contact-buttons-var-5, class: .elementor-element-7909b648 */.e-contact-buttons {
  z-index: 1 !important;
}

@keyframes zoomInBounce {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

.e-contact-buttons__chat-button {
  animation: zoomInBounce 0.5s ease-out 3s both;
}/* End custom CSS */