.btn-large {
  background-color: #fff;
  color: var(--gray);
  border-radius: 40px;
  border: 1px solid #fff;
}

.btn-lg {
  max-width: 575px;
  border-radius: 40px;
  border: 1px solid #fff;
}

.btn-medium {
  border-radius: 40px;
  max-width: 355px;
}

.btn-extra-large {
  border-radius: 40px;
  max-width: 665px;
}

.btn-large:hover, .btn-medium:hover {
  background-color: var(--gray);
  color: #fff;
  border: 1px solid var(--gray);
}

.btn-red {
  background-color: var(--red);
  color: #fff !important;
  border-radius: 40px;
  border: 1px solid var(--red);
}

/* Contact Buttons */
  .contact-buttons {
    position: fixed;
    bottom: 0%;
    right: 0;
    z-index: 99999;
  }

  .contact-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    margin-right: 32px;
    width: 64px;
    height: 64px;
    border-radius: 32px;
  }

  .contact-buttons-svg {
    height: 32px;
    width: 32px;
  }

  .btn-whatsapp {
    background: #25d366;
    color: #fff;
  }

  .btn-whatsapp:hover {
    background:rgb(30, 177, 84);
    color: #fff;
  }