/**
 * Bootstrap customised
 *
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 */
.block__form img {
  width: 100%;
}
.block__form div#gform_fields_1 {
  gap: 15px;
}
.block__form p.gform_required_legend {
  display: none;
}
.block__form legend.gfield_label.gform-field-label.gfield_label_before_complex, .block__form label.gfield_label.gform-field-label, .block__form label.gfield_label.gform-field-label, .block__form label.gfield_label.gform-field-label {
  display: none;
}
.block__form input#input_1_1_3, .block__form input#input_1_4_6, .block__form input#input_1_2, .block__form input#input_1_6, .block__form textarea#input_1_3, .block__form label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
  font-family: "Montserrat";
  font-size: 16px;
  color: #535D44;
  padding: 0;
  background-color: transparent;
}
.block__form input#gform_submit_button_1 {
  background-color: #FFCF91;
  color: #535D44;
  border-radius: 0;
  box-shadow: none;
  font-family: "Cormorant Garamond";
  font-size: 18px;
  padding: 12px 24px 12px 24px;
}
.block__form label.gform-field-label.gform-field-label--type-sub {
  display: none;
}
.block__form input#input_1_1_3, .block__form input#input_1_4_6, .block__form input#input_1_6, .block__form input#input_1_2, .block__form textarea#input_1_3 {
  border: 0;
  box-shadow: none;
  border-bottom: solid 1px #535D44;
  border-radius: 0;
  background-color: transparent;
}
.block__form.bg-primary h2 {
  color: white;
}
.block__form.bg-primary input#input_1_1_3, .block__form.bg-primary input#input_1_4_6, .block__form.bg-primary input#input_1_6, .block__form.bg-primary input#input_1_2, .block__form.bg-primary textarea#input_1_3 {
  border-bottom: solid 1px white;
}
.block__form.bg-primary input#input_1_1_3, .block__form.bg-primary input#input_1_4_6, .block__form.bg-primary input#input_1_2, .block__form.bg-primary input#input_1_6, .block__form.bg-primary textarea#input_1_3, .block__form.bg-primary label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
  color: white;
}