.elementor-7462 .elementor-element.elementor-element-6a790c4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-ec0ef91 */#gform_1 {
  /*max-width: 1064px;*/
  margin: 0 auto;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #111;
}

#gform_1 .gform_fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 18px;
}

#gform_1 .gfield {
  margin: 0;
  padding: 0;
  border: 0;
}

#gform_1 .gfield--width-half,
#gform_1 .col-6 {
  grid-column: span 1;
}

#gform_1 .gfield--width-full,
#gform_1 #field_1_6,
#gform_1 #field_1_13,
#gform_1 #field_1_9 {
  grid-column: 1 / -1;
}

#gform_1 .gfield_label,
#gform_1 .gform-field-label {
  display: block;
  margin: 0 0 10px;
 font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #111;
}

#gform_1 .hidden_label .gfield_label {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  /*clip: auto;*/
      clip-path: none;
  margin-bottom: 10px;
}

/* Convert Gravity Forms required text into a simple asterisk */
#gform_1 .gfield_required_text {
  font-size: 0;
}

#gform_1 .gfield_required_text::after {
  content: "*";
  font-size: 12px;
  margin-left: 3px;
}

#gform_1 input[type="text"],
#gform_1 input[type="tel"],
#gform_1 input[type="email"],
#gform_1 select,
#gform_1 textarea {
  width: 100%;
  height: 40px;
  /*padding: 8px 12px;*/
  border: 1px solid #111;
  border-radius: 4px;
  background-color: #fff;
  color: #111;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  box-shadow: none;
  outline: none;
  box-sizing: border-box;
}

#gform_1 textarea {
  min-height: 58px;
  height: 58px;
  resize: vertical;
}

#gform_1 input::placeholder,
#gform_1 textarea::placeholder {
  color: transparent;
}

#gform_1 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 34px;
  background-image:
    linear-gradient(45deg, transparent 50%, #999 50%),
    linear-gradient(135deg, #999 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 17px,
    calc(100% - 13px) 17px;
  background-size: 5px 5px;
  background-repeat: no-repeat;
}

#gform_1 input:focus,
#gform_1 select:focus,
#gform_1 textarea:focus {
  border-color: #000;
  box-shadow: 0 0 0 1px #000;
}

/* Radio field */
#gform_1 #field_1_5 {
  grid-column: 1 / -1;
}

#gform_1 #field_1_5 .gfield_label {
  margin-bottom: 12px;
}

#gform_1 .gfield_radio {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

#gform_1 .gchoice {
  display: flex;
  align-items: center;
  gap: 10px;
}

#gform_1 input[type="radio"] {
  width: 13px;
  height: 13px;
  margin: 0;
  accent-color: #111;
}

#gform_1 .gchoice label {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}

/* Consent checkbox */
#gform_1 #field_1_13 .gfield_label {
  display: none;
}

#gform_1 .ginput_container_consent {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  line-height: 1.45;
}

#gform_1 .ginput_container_consent input[type="checkbox"] {
  width: 13px;
  height: 13px;
  min-width: 13px;
  margin: 3px 0 0;
  accent-color: #111;
}

#gform_1 .gfield_consent_label {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

#gform_1 .gfield_consent_label a {
  color: #111 !important;
  text-decoration: underline !important;
}

/* CAPTCHA */
#gform_1 #field_1_9 .gfield_label {
  margin-bottom: 10px;
  text-transform: capitalize;
}

/* Submit */
#gform_1 .gform_footer {
  margin-top: 32px;
  padding: 0;
}

#gform_1 .gform_button {
  min-width: 108px;
  height: 40px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #29aee4;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 40px;
  cursor: pointer;
  box-shadow: none;
}

#gform_1 .gform_button:hover,
#gform_1 .gform_button:focus {
  background: #159fd7;
  color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
  #gform_1 .gform_fields {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #gform_1 .gfield--width-half,
  #gform_1 .col-6,
  #gform_1 #field_1_5,
  #gform_1 #field_1_6,
  #gform_1 #field_1_13,
  #gform_1 #field_1_9 {
    grid-column: 1 / -1;
  }

  #gform_1 {
    font-size: 13px;
  }
}
.gform_heading{
    display: none !important;
}/* End custom CSS */