.elementor-131 .elementor-element.elementor-element-7e9c54ae{--display:flex;}.elementor-131 .elementor-element.elementor-element-7e5a58fd .e-contact-buttons{--e-contact-button-chat-button-animation-delay:400ms;--e-contact-buttons-horizontal-offset:0px;--e-contact-buttons-vertical-offset:100px;}@media(max-width:1024px){.elementor-131 .elementor-element.elementor-element-7e5a58fd .e-contact-buttons{--e-contact-buttons-horizontal-offset:0px;--e-contact-buttons-vertical-offset:100px;}}/* Start custom CSS for contact-buttons-var-5, class: .elementor-element-7e5a58fd */.elementor-131 .elementor-element.elementor-element-7e5a58fd .e-contact-buttons__chat-button {
  animation: floatUpDown 3s ease-in-out infinite;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 50%;
}

.elementor-131 .elementor-element.elementor-element-7e5a58fd .e-contact-buttons__chat-button svg {
  width: 35px;
  height: 35px;
  display: block;
  margin: 0;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}/* End custom CSS */