.c-hero-form__inner.form_submited .bottom_form_Text {
  display: none;
}
.c-hero-form__text p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}
.section.c-hero-form img {
  max-width: 100%;
  height: auto;
}
.c-hero-form__inner.form_submited .c-hero-form__form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-hero-form__inner.form_submited .c-hero-form__grid {
  align-items: unset;
}

.c-hero-form__inner.form_submited [data-hsfc-id=Renderer] .hsfc-RichText {
  text-align: center;
}

.c-hero-form__inner.form_submited [data-hsfc-id=Renderer] .hsfc-RichText svg {
  margin-bottom: 24px;
}

.c-hero-form__inner.form_submited [data-hsfc-id=Renderer] .hsfc-RichText p:first-of-type {
  font-size: 24px !important;
  line-height: 28px !important;
  margin-bottom: 8px;
}

.c-hero-form__inner.form_submited [data-hsfc-id=Renderer] .hsfc-RichText p:last-child {
  font-size: 14px;
  color: #00000099;
  line-height: normal !important;
  font-weight: 400;
}
.c-hero-form__inner.form_submited [data-hsfc-id=Renderer] .hsfc-RichText p:last-child a {
  text-decoration: underline !important;
}
.container-form-hero {
  padding: 0;
}

.c-hero-form__inner {
  padding-top: var(--space-8);
  padding-bottom: var(--section-padding-y);
  /* Mobile: 16px padding, no border radius */
  padding-inline: var(--space-4);
  background: var(--c-bg-blue);
  border-radius: 0;
}

.c-hero-form__grid {
  align-items: flex-start;
}

/* Variants control inner spacing */
.c-hero-form--tight .c-hero-form__inner {
  padding-block: var(--space-16);
}

.c-hero-form--loose .c-hero-form__inner {
  padding-block: var(--space-24);
}

.c-hero-form__eyebrow {
  font-size: 18px;
  line-height: var(--body-md-line);
  margin-bottom: var(--space-4);
}

.c-hero-form__eyebrow-normal {
  font-weight: 400;
}

.c-hero-form__eyebrow-bold {
  font-weight: 600;
}

.c-hero-form__heading {
  margin: 0 0 var(--space-3);
}

.c-hero-form__highlight {
  color: var(--c-blue);
}

.c-hero-form__text {
  /* Mobile: tighter gap */
  margin-bottom: var(--space-6);
}

.c-hero-form__text p {
  margin: 0 0 var(--space-4);
}


.c-hero-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.c-hero-form__form {
  display: block;
  margin-inline: var(--section-padding-x);
  box-shadow: var(--shadow-default);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.c-hero-form__form h3:empty {
  display: none;
}

.c-hero-form-heading {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.96px;
  line-height: 24px;
}

{# form css #}

.c-hero-form.section .bottom_form_Text {
  margin: 0 auto;
  text-align: center;
  margin-top: 13px;
  font-size: 15px;
  line-height: normal;
  color: #00000099;
  margin-bottom: 30px;
}
.c-hero-form.section .bottom_form_Text P {
  font-size: 11px;
  line-height: normal;
  color: #00000099;
}
.c-hero-form.section  [data-hsfc-id=Renderer] .hsfc-RichText {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -.96px;
  margin: 0 0 1.4rem;
  margin-bottom: 8px;
}

.c-hero-form.section .c-hero-form__form {
  background-color: var(--c-bg);
  border-radius: var(--radius-md);
  padding: var(--space-6);
  font-family: var(--font-sans);
}

.c-hero-form.section  [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
  padding: 0;
}

.c-hero-form.section  [data-hsfc-id=Renderer] .hsfc-RichText:after {
  display: none;
}

.c-hero-form.section  [data-hsfc-id=Renderer] .hsfc-FieldLabel {
  font-size: var(--body-md-size);
  font-weight: 500;
  line-height: var(--body-md-line);
  color: var(--c-text);
  margin-bottom: var(--space-2);
  display: block;
  margin-bottom: 8px !important;
}
.c-hero-form.section  [data-hsfc-id=Renderer] .hsfc-ErrorAlert{
  font-family: var(--font-sans);
}
.c-hero-form.section  [data-hsfc-id=Renderer] *:not(.hsfc-ErrorAlert) {
  color: var(--c-text);
  font-family: var(--font-sans);
}
.c-hero-form.section  [data-hsfc-id=Renderer] .hsfc-TextInput {
  background-color: var(--c-bg);
  border: var(--border-width) solid var(--c-border);
}

.c-hero-form.section  [data-hsfc-id=Renderer] .hsfc-Button {
  width: 100%;
  padding: var(--btn-pad-y) var(--btn-pad-x);
  font-size: var(--btn-font-size);
  line-height: var(--btn-line);
  font-weight: var(--btn-weight);
  color: var(--btn-primary-text);
  background-color: var(--btn-primary-bg);
  border: var(--border-width) solid var(--btn-primary-border);
  border-radius: var(--btn-radius);
  cursor: pointer;
  font-family: var(--font-sans);
  text-transform: none;
  transition: all 0.15s ease;
  margin-top: var(--space-4);
  white-space: pre-wrap;
}
.c-hero-form.section [data-hsfc-id=Renderer] .hsfc-RadioFieldGroup__Options label {
  display: flex;
  align-items: center;
}
.c-hero-form.section [data-hsfc-id=Renderer] .hsfc-Button:hover {
  background-color: rgba(0, 0, 0, 0.25);
  color: black;
}
.c-hero-form.section [data-hsfc-id=Renderer] .hsfc-RichText p {
  margin: 0;
}
.c-hero-form.section [data-hsfc-id=Renderer] .hsfc-DataPrivacyField {
  display: none !important;
}

.c-hero-form.section [data-hsfc-id=Renderer] .hsfc-NavigationRow {
  margin-top: -20px;
}

@media (min-width: 768px) {

  .c-hero-form.section  .left_image{
    display: block;
    margin-top: -20px;
  }
  /* Restore container padding on desktop */
  .container-form-hero {
    padding-inline: var(--section-padding-x);
  }

  /* Desktop: restore border radius and use section padding */
  .c-hero-form__inner {
    padding-block: var(--section-padding-y);
    padding-inline: var(--section-padding-x);
    border-radius: var(--radius-lg);
    padding: var(--space-16) var(--space-8);
  }

  /* Desktop: restore spacing between text and form */
  .c-hero-form__text {
    margin-bottom: var(--space-8);
  }

  .c-hero-form__form {
    margin-inline: unset;
  }

  .c-hero-form--flip .c-hero-form__content {
    order: 2;
  }
  .c-hero-form--flip .c-hero-form__form {
    order: 1;
    justify-content: flex-start;
  }

  .c-hero-form-heading {
    font-size: 24px;
    line-height: 28px;
  }

  .c-hero-form__eyebrow {
    font-size: 24px;
  }
  .c-hero-form.section .c-hero-form__grid {
    display: flex;
    gap: 100px;
  }

  .c-hero-form.section .c-hero-form__content {
    width: calc(65% - 50px);
  }

  .c-hero-form.section .c-hero-form__form {
    width: calc(40% - 50px);
    max-width:447px;
  }
}


section.section.c-hero-form .c-hero-form__text ul {
  margin: 0;
  padding: 0;
  padding-left: 22px;
  line-height: 20px;
  font-size: 14px;
  color: var(--FG-fg-secondary, #000000CC);
}

section.section.c-hero-form .c-hero-form__text ul li:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .c-hero-form.section .bottom_form_Text P {
    margin: 0;
    font-size: 11px;
  }
  .c-hero-form.section .c-hero-form__grid {
    gap: 0;
  }
  .c-hero-form.section .c-hero-form__text p:last-child {
    margin-bottom: 0;
  }
  .c-hero-form.section .c-hero-form__form {
    width: 100%;
    margin: 0 auto;
    padding: 32px 16px;
  }
  .c-hero-form.section .c-hero-form__text {
    margin-bottom: 0;
  }
  .c-hero-form.section .bottom_form_Text {
    margin: 10px 0px 0;
    max-width: 100%;
  }
  section.section.c-hero-form {
    padding:0;
  }
  section.section.c-hero-form .c-hero-form__inner {
    border-radius: 0;
    padding: 32px 20px;
  }
  section.section.c-hero-form .c-hero-form__heading {
    font-size: 24px;
    line-height: 28px;
    margin-bottom:8px;
  }

  .c-hero-form__eyebrow {
    margin-bottom: 8px;
    font-size: 16px;
  }
  section.section.c-hero-form .left_image {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  section.section.c-hero-form .c-hero-form__text p {
    font-size: 14px;
  }

  section.section.c-hero-form .left_image {
    display: none;
  }

  section.section.c-hero-form .c-hero-form__content {
    margin-bottom: 32px;
  }
}