body {
  font-family: 'Roboto', sans-serif;
}

#mktoForm_1768 {
  font-family: 'Roboto', sans-serif !important;
  width: 100% !important;
}

.mktoFormRow,
.mktoFieldDescriptor,
.mktoFieldWrap,
.mktoField,
.mktoCheckboxList,
.mktoHasWidth,
.mktoButtonRow,
.mktoButtonWrap {
  width: 100% !important;
}

.mktoGutter,
.mktoOffset {
  width: 0 !important;
  height: 0 !important;
}

.mktoFieldWrap {
  display: flex !important;
  flex-direction: column !important;
  gap: 1px !important;
}

.mktoLabel {
  font-family: 'Industry', sans-serif !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #000 !important;
  white-space: nowrap !important;
}

.mktoField {
  background-color: white !important;
  padding: 8px !important;
  border-radius: 4px !important;
  border: 1px solid #aeaeae !important;
  font-size: 20px !important;
}

.mktoAsterix {
  display: none !important;
}

.mktoCheckboxList input {
  width: 24px !important;
  height: 24px !important;
  margin-right: 20px !important;
  margin-left: 10px !important;
  margin-top: 3px !important;
}

.mktoCheckboxList label {
  color: black !important;
  margin-left: 0 !important;
}

.mktoHtmlText {
  color: black !important;
}

.mktoButtonRow {
  margin-top: 20px !important;
}

.mktoButtonWrap {
  margin-left: 0 !important;
}

.mktoButton {
  font-size: 20px !important;
  background-color: #0073b4 !important;
  background-image: none !important;
  font-family: 'Industry', sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  width: 100% !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 10px !important;
}

@media (max-width: 640px) {
  .mktoField {
    font-size: 16px !important;
  }

  .mktoButtonRow {
    margin-top: 10px !important;
  }
}
