h3.heading2 {
    margin: 0;
    font-size: 1.5rem;
    color: white;
}
h1.heading1 {
padding-top: 2rem;
    margin: 0;
    font-size: 4rem;
    color: #FFAF19;
}
.globalClass .globalElement, .globalClass .js-form-item, .globalClass .globalTextElement {
color: white !important;
    background: #3c1400 !important;
    border-radius: 0px !important;
    border-color: #FFAF19 !important;
}
.globalClass label{
    padding: 0 !important;
    color: #fff !important;
}
a.white{
    color: #fff !important;
}
.webform-element-description {
    color: white !important;
}

button[type=reset] {
    display: none;
} 
h3.marketing_consent {
    font-family: var(--v-secondary-font);
    color: white;
    font-weight: normal;
}
 
@media (min-width: 1024px) {
  .webform-submission-form  {
    width: 100% !important;
    max-width: 75rem !important;
    margin: 0 auto !important;
  }
 
  .globalClass.first, .globalClass.last {
    max-width: 32.2rem;
    left: 6.5rem;
  }
  .globalClass.first, .globalClass.last {
    width: 100%;
    float: left;
    position: relative;
  }
  .first .globalElement, .last .globalElement {
    max-width: 94% !important;
    width: 97% !important;
    float: left;
  }
  .globalClass.favorite .form-item__dropdown {
    max-width: 65rem;
    width: 63.5rem;
    border-radius: 5px;
  }
  .globalClass .globalElement, .globalClass .js-form-item, .globalClass .globalTextElement {
    max-width: 65rem;
    width: 63.5rem !important;
  }
  .globalClass.first, .globalClass.last {
      max-width: 32.8rem;
  }
  .globalClass.first, .globalClass.last {
      width: 50rem;
  }
}
 