.webform-submission-contact-form .js-form-required::after {
  display: none;
}


#block-alpine-webform {
  /* max-width: 500px; */



  input {
    border-radius: 0px;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid white;
    color: white;
  }

  .webform-type-textarea {}

  #edit-your-message {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid white;
    color: white;
    border-radius: 0px;
    ;
  }

  #edit-markup {
    text-transform: uppercase;

  }

  .footer-form-header p {
    text-transform: uppercase;
  }

  .webform-submission-alpine-agent-contact-form button.webform-button--submit {
    background-color: var(--agold);
    border: none;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.75rem;
    padding: 0.85rem 1.5rem;
    margin-top: 1.25rem;
    border-radius: 0px;
    padding: 0.25rem 0.75rem;
    border: 1px solid var(--agold);
    ;

  }

  .webform-submission-alpine-agent-contact-form button.webform-button--submit:hover {
    background-color: transparent;
    border: 1px solid var(--agold);
    color: var(--agold);
    transition: all 0.2s ease;
  }



  @media (max-width: 1500px) {}

  @media (max-width: 1200px) {}

  @media (max-width: 992px) {}

  @media (max-width: 768px) {}

  @media (max-width: 576px) {}
}