.gh-section-hero-base-widget {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  min-height: 640px;
}
.gh-section-hero-base-widget.inner_page_hero_with_form .gh-section-hero-content {
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding: 0px 72px;
  align-items: center;
  gap: var(--lineHeight_Body, 20px);
  align-self: stretch;
}
.gh-section-hero-base-widget.inner_page_hero_with_form .gh-column {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.text-content {
  max-width: 862px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.form {
  display: flex;
  width: auto;
  padding: 16px 0px;
}
.gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.half {
  width: 50%;
}
.gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.one-third {
  width: 33.3334%;
}
.gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.fourth {
  width: 25%;
}
.gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.text-content h1 {
  margin: 0;
  color: var(--Neutrals-White, #FFF);
  /* Desktop/Heading/XL */
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 64px; /* 114.286% */
}
.gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.text-content p {
  margin: 0;
  color: var(--Neutrals-White, #FFF);
  /* Global/Paragraph/LG/Regular */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  max-width: 516px;
}
.gh-section-hero-base-widget.inner_page_hero_with_form .gh-section-hero-form {
  display: flex;
  width: 414px;
  padding: 40px;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
.gh-section-hero-base-widget.inner_page_hero_with_form .gh-section-hero-form > * {
  width: 100%;
}
.gh-section-hero-base-widget.inner_page_hero_with_form .gh-section-hero-form.two-columns-layout {
  width: 516px;
}
.gh-section-hero-base-widget.inner_page_hero_with_form .gh-section-hero-form.two-columns-layout .form-body {
  flex-direction: row;
  flex-wrap: wrap;
}
.gh-section-hero-base-widget.inner_page_hero_with_form .gh-section-hero-form.two-columns-layout .form-body .form-field {
  width: 48.8%;
}
.gh-section-hero-base-widget.inner_page_hero_with_form .gh-section-hero-form.two-columns-layout .form-body .form-field.full-width {
  width: 100%;
  margin-right: auto;
  max-width: 100%;
}
.gh-section-hero-base-widget.inner_page_hero_with_form .gh-section-hero-form h2 {
  margin: 0;
  color: var(--Neutrals-Dark-Gray, #262632);
  align-self: stretch;
  /* Desktop/Heading/S */
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px; /* 133.333% */
}
.gh-section-hero-base-widget.inner_page_hero_with_form .gh-section-hero-form p {
  margin: 0;
  color: var(--Supporting-Colors-Charcoal, var(--Charcoal-Charcoal-80, #242E30));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.gh-section-hero-form .form-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.gh-section-hero-form .form-content > * {
  width: 100%;
}
.gh-section-hero-form .form-error {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  color: var(--Color-Alert, #D93B43);
  /* Global/Paragraph/SM/Regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.gh-section-hero-form .form-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.gh-section-hero-form .form-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.gh-section-hero-form .form-field label {
  color: var(--Color-Primary, #262632);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px; /* 133.333% */
}
.gh-section-hero-form .form-field > input {
  display: flex;
  padding: var(--size_-1, 12px) var(--size_4, 24px);
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid var(--Line-Line-Medium, #D4D4DB);
  background: var(--Background-Background-Base, #FFF);
}
.gh-section-hero-form .form-field select {
  display: flex;
  padding: var(--size_-1, 12px) 24px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid var(--Line-Line-Medium, #D4D4DB);
  background-color: var(--Neutrals-White, #FFF);
  background-image: url("./assets/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-position: calc(100% - 12px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.gh-section-hero-form .form-field select option {
  color: var(--Neutrals-Dark-Gray, #262632);
  /* Lead */
  font-size: var(--size_1, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-1-copy, 22px); /* 137.5% */
}
.gh-section-hero-form .form-field select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 2px;
  width: 12px;
  height: 12px;
}
.gh-section-hero-form .form-field select:disabled {
  pointer-events: none;
  border-radius: 10px;
  border: 1px solid var(--Shades-Black-5, rgba(38, 38, 50, 0.05));
  background: var(--Shades-Black-5, rgba(38, 38, 50, 0.05));
}
.gh-section-hero-form .form-field .field-error {
  display: none;
  justify-content: flex-start;
  color: var(--Color-Alert, #D93B43);
  /* Global/Paragraph/SM/Regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.gh-section-hero-form .form-field > .terms-field-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.gh-section-hero-form .form-field .terms-field {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 24px;
  height: 24px;
}
.gh-section-hero-form .form-field .terms-field > input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.gh-section-hero-form .form-field .terms-field label {
  display: flex;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid var(--Shades-Black-10, rgba(38, 38, 50, 0.1));
  background: var(--Neutrals-White, #FFF);
  transition: 0.24s background-color ease-in-out, 0.24s border ease-in-out;
  cursor: pointer;
}
.gh-section-hero-form .form-field .terms-field label:after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: flex;
  content: "";
  background-image: url("assets/selection-checkmark-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: 0.24s opacity ease-in-out;
}
.gh-section-hero-form .form-field .terms-field input:checked + label {
  border: 1px solid var(--Shades-Black-10, #F36805);
  background-color: #F36805;
}
.gh-section-hero-form .form-field .terms-field input:checked + label:after {
  opacity: 1;
}
.gh-section-hero-form .form-field .terms-text, .gh-section-hero-form .form-field .terms-text p, .gh-section-hero-form .form-field .terms-text p span {
  color: #999999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.gh-section-hero-form .form-field .terms-text a, .gh-section-hero-form .form-field .terms-text a:visited {
  color: #FF8000;
  text-decoration: none;
}
.gh-section-hero-form .form-field .terms-text a:hover {
  text-decoration: underline;
}
.gh-section-hero-form .form-footer {
  display: flex;
  align-self: stretch;
  align-items: center;
  width: 100%;
}
.gh-section-hero-form .gh-submit-btn, .gh-section-hero-form .gh-button {
  display: flex;
  padding: var(--size_-1, 12px) 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 100px;
  background-color: var(--Orange-Orange-40, #F36805);
  border: none;
  outline: none;
  box-shadow: none;
  color: var(--On-Color-All, #FFF);
  font-variant-numeric: lining-nums tabular-nums;
  /* h6 */
  font-size: var(--size_0, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--lineHeight_H6, 17px); /* 121.429% */
  cursor: pointer;
  transition: 0.24s background-color ease-in-out;
}
.gh-section-hero-form .gh-submit-btn:hover, .gh-section-hero-form .gh-button:hover {
  background-color: #E96404;
}
.gh-section-hero-form .gh-submit-btn:active, .gh-section-hero-form .gh-button:active {
  background-color: #D65D03;
}
.gh-section-hero-form .gh-submit-btn:focus, .gh-section-hero-form .gh-button:focus {
  border: 2px solid var(--Grubhub-Digital-Blue, #125FCA);
}
.gh-section-hero-form .gh-submit-btn.full-width, .gh-section-hero-form .gh-button.full-width {
  width: 100%;
}
.gh-section-hero-form .form-step-info {
  min-width: 100px;
  text-align: center;
  color: var(--Color-Primary, #262632);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.gh-section-hero-form .form-recaptcha-disclaimer, .gh-section-hero-form .form-recaptcha-disclaimer p, .gh-section-hero-form .form-recaptcha-disclaimer p.disclaimer {
  color: #999999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 133.333% */
}
.gh-section-hero-form .form-recaptcha-disclaimer a, .gh-section-hero-form .form-recaptcha-disclaimer a:hover, .gh-section-hero-form .form-recaptcha-disclaimer a:visited {
  color: #555555;
}
.gh-section-hero-form.show-form-errors .form-error {
  display: flex;
}
.gh-section-hero-form.show-form-errors .field-error {
  display: flex;
}

@media (max-width: 460px) {
  .gh-section-hero-base-widget.inner_page_hero_with_form {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    padding-top: 60px;
    background-position: 22% top !important;
  }
  .gh-section-hero-base-widget.inner_page_hero_with_form .gh-section-hero-content {
    flex-direction: column;
    gap: 50px;
    align-self: stretch;
    padding: 0;
  }
  .gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.text-content {
    display: flex;
    padding: 0px 20px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }
  .gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.text-content h1 {
    color: var(--Neutrals-White, #FFF);
    text-align: center;
    /* Mobile/Heading/XL */
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 44px; /* 122.222% */
  }
  .gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.text-content p {
    color: var(--Neutrals-White, #FFF);
    text-align: center;
    /* Global/Paragraph/LG/Regular */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
  }
  .gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.form {
    width: 100%;
    padding-bottom: 20px;
    align-items: center;
  }
  .gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.form form {
    width: 90%;
    display: flex;
    padding: 32px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 24px 24px 24px 24px;
    background: var(--Neutrals-White, #FFF);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.form h2 {
    color: var(--Supporting-Colors-Charcoal, var(--Charcoal-Charcoal-80, #262632));
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 120% */
  }
  .gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.form p {
    color: var(--Supporting-Colors-Charcoal, var(--Charcoal-Charcoal-80, #262632));
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
  }
  .gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.form .form-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
  }
  .gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.form .form-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
  }
  .gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.form .form-content .form-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    width: 100%;
  }
  .gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.form .form-content .form-field label {
    color: var(--Color-Primary, #262632);
    /* h7 */
    font-size: var(--size_-1, 12px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--lineHeight_H7, 15px); /* 125% */
  }
  .gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.form .form-content .form-field > input {
    display: flex;
    padding: var(--size_-1, 12px) 24px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
  }
  .gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.form .form-content .form-field > input::placeholder {
    color: var(--Neutral-Neutral-30, #B6B6C2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  .gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.form .form-content .form-field .terms-field-wrapper {
    gap: 10px;
  }
  .gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.form .form-content .form-field .terms-text, .gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.form .form-content .form-field .terms-text p, .gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.form .form-content .form-field .terms-text p span {
    text-align: left;
  }
  .gh-section-hero-base-widget.inner_page_hero_with_form .gh-column.form .form-footer {
    flex-direction: column;
    gap: 10px;
  }
}

/*# sourceMappingURL=gh-section-hero.css.map */
