#marketo-form-block .section__form--wrap {
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

#marketo-form-block .section__form--heading-wrap {
  padding: 20px 22px;
  background-color: #0073A8;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#marketo-form-block .form__heading {
  font-family: "Trade Gothic Bold Condensed", Arial, sans-serif;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 8px;
  text-align: left;
  font-size: 39px;
}

@media (min-width: 991px) {
  #marketo-form-block .form__heading {
    font-size: 50px;
  }
}

#marketo-form-block .section__form--heading-wrap p {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  margin: 0;
}

#marketo-form-block .mktoButton {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #0073A8 !important;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  padding: 10px 20px;
  width: 100%;
  min-width: 100px;
  min-height: 50px;
  border: none !important;
}

#marketo-form-block .mktoLabel {
  margin-bottom: 5px;
}

#marketo-form-block #mktoFormRow-1 .mktoFieldDescriptor {
  display: flex;
  flex-direction: row-reverse;
}

#marketo-form-block #mktoFormRow-1 .mktoFieldWrap {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: start;
}

#marketo-form-block #mktoFormRow-1 .mktoFieldWrap .mktoLabel {
  display: flex;
  flex-direction: row-reverse;
  margin-left: 15px;
}

#marketo-form-block #mktoFormRow-1 .mktoFieldWrap .mktoLabel .mktoAsterix {
  margin-left: -7px;
  margin-right: 5px;
}

#marketo-form-block #formOptIn {
  margin-top: -17px;
}

#marketo-form-block #myModal {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

img.w-1920 {
  display: none;
}

img.w-1279 {
  display: none;
}

img.w-991 {
  display: none;
}

img.w-767 {
  display: none;
}

img.w-479 {
  display: block;
}

@media (min-width:479px) {
  img.w-479 {
    display: none;
  }

  img.w-767 {
    display: block;
  }
}

@media (min-width:767px) {
  img.w-479 {
    display: none;
  }

  img.w-767 {
    display: none;
  }

  img.w-991 {
    display: block;
  }
}

@media (min-width:991px) {
  img.w-479 {
    display: none;
  }

  img.w-767 {
    display: none;
  }

  img.w-991 {
    display: none;
  }

  img.w-1279 {
    display: block;
  }
}

@media (min-width: 1279px) {
  img.w-479 {
    display: none;
  }

  img.w-767 {
    display: none;
  }

  img.w-991 {
    display: none;
  }

  img.w-1279 {
    display: none;
  }

  img.w-1920 {
    display: block;
  }
}