/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/hero-v2-block/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
#marketo-form .mktoForm {
  width: 100% !important;
  font-family: Roboto, sans-serif !important;
}

#marketo-form .mktoLabel {
  float: none;
  display: block;
  color: #fff;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 700 !important;
  width: 100% !important;
}

#marketo-form .mktoFormRow {
  display: flex;
  gap: 16px;
}

#marketo-form .mktoFormCol {
  display: none;
  flex: 1;
  padding-right: 0 !important;
}

#marketo-form fieldset.mktoFormCol {
  min-height: auto !important;
  margin-bottom: 0 !important;
}

#marketo-form .mktoFieldWrap {
  float: none;
}

#marketo-form .mktoGutter, #marketo-form .mktoOffset, #marketo-form .mktoClear, #marketo-form .mktoAsterix, #marketo-form .mktoPlaceholder, #marketo-form fieldset legend {
  display: none;
}

#marketo-form .mktoField {
  height: 40px;
  width: 100% !important;
  font-size: 16px;
  padding: 4px 8px;
  border-radius: 5px;
}

#marketo-form .mktoButtonRow {
  display: flex;
  justify-content: center;
}

#marketo-form .mktoButtonWrap {
  margin: 0 !important;
}

#marketo-form .mktoButton {
  background-color: rgb(103, 232, 249);
  color: rgb(23, 37, 84);
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 24px;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 18px;
  background-image: none;
  border: 1px solid rgb(103, 232, 249);
}

#marketo-form.yellow .mktoButton {
  background-color: #efc148;
  color: rgb(23, 37, 84);
  border: 1px solid #efc148;
}

#marketo-form.white .mktoButton {
  background-color: white;
  color: rgb(23, 37, 84);
  border: 1px solid white;
}

#marketo-form.dark-blue .mktoButton {
  background-color: rgb(23, 37, 84);
  color: white;
  border: 1px solid rgb(23, 37, 84);
}

.wp-block-td-blocks-plugin-hero-v2-block p a {
  text-decoration: underline;
}

/*# sourceMappingURL=style-index.css.map*/