.qualified-lead-step--big-radio {
  --title-subtitle-gap: 10px;
  --text-container-answers-margin: 40px;
  --text-container-width: 850px;
  --answers-gap: 10px;
  --label-box-min-height: 74px;
  --label-box-width: 410px;
  --label-box-padding: 25px;
  --label-box-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 979.98px) {
  .qualified-lead-step--big-radio {
    --text-container-answers-margin: 20px;
    --label-box-width: 320px;
    --text-container-width: 320px;
  }
}
.qualified-lead-step--big-radio .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: var(--text-container-width);
  gap: var(--title-subtitle-gap);
  margin-bottom: var(--text-container-answers-margin);
}
.qualified-lead-step--big-radio .text-container .title {
  color: #444444;
}
.qualified-lead-step--big-radio .text-container .subtitle {
  color: #222222;
}
.qualified-lead-step--big-radio .answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--answers-gap);
}
.qualified-lead-step--big-radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  display: none;
}
.qualified-lead-step--big-radio input[type=radio]:checked + .label {
  background-color: #C5003E;
  color: #ffffff;
  text-decoration: none;
}
.qualified-lead-step--big-radio .label {
  width: var(--label-box-width);
  background-color: #ffffff;
  padding: var(--label-box-padding);
  min-height: var(--label-box-min-height);
  border-radius: var(--label-box-radius);
  -webkit-box-shadow: 0px 2px 4px rgba(34, 34, 34, 0.1);
  box-shadow: 0px 2px 4px rgba(34, 34, 34, 0.1);
  text-align: left;
  color: #222222;
  font-family: "Value-Bold", sans-serif;
}
.qualified-lead-step--big-radio .label:hover {
  background-color: #F7F8F8;
  text-decoration: underline;
  cursor: pointer;
}

.qualified-lead-step--geo {
  --title-subtitle-gap: 10px;
  --text-container-answers-margin: 40px;
  --text-container-width: 850px;
  --answers-gap: 10px;
  --image-width: 248px;
  --image-height: 248px;
  --image-answers-gap: 40px;
  --input-label-margin: 20px;
  --icon-radar-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 979.98px) {
  .qualified-lead-step--geo {
    --text-container-answers-margin: 40px;
    --text-container-width: 320px;
    --image-answers-gap: 40px;
  }
}
.qualified-lead-step--geo.contains-errors .input-wrapper {
  border-color: #C5003E;
}
.qualified-lead-step--geo.contains-errors .errors-display-container {
  visibility: visible;
}
.qualified-lead-step--geo .image-answers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--image-answers-gap);
  width: var(--text-container-width);
}
@media (max-width: 979.98px) {
  .qualified-lead-step--geo .image-answers-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.qualified-lead-step--geo .image-answers-wrapper .image-wrapper {
  height: var(--image-height);
  width: var(--image-width);
}
.qualified-lead-step--geo .image-answers-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.qualified-lead-step--geo .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: var(--text-container-width);
  gap: var(--title-subtitle-gap);
  margin-bottom: var(--text-container-answers-margin);
}
.qualified-lead-step--geo .text-container .title {
  color: #444444;
}
.qualified-lead-step--geo .text-container .subtitle {
  color: #222222;
}
.qualified-lead-step--geo .field-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 439px) {
  .qualified-lead-step--geo .field-wrapper {
    width: 100%;
  }
}
.qualified-lead-step--geo .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 2px solid #E6E7E9;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 3px 12px 0 0;
  max-height: 50px;
}
.qualified-lead-step--geo .input-wrapper.pac-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: transparent;
}
.qualified-lead-step--geo .input-wrapper .sl-locate-link {
  font-family: "Value-Bold", sans-serif;
  text-decoration: underline !important;
  margin-right: 9px;
  min-width: 84px;
  text-align: right;
  margin-bottom: 4px;
}
@media (max-width: 707.98px) {
  .qualified-lead-step--geo .input-wrapper .sl-locate-link {
    display: none;
  }
}
@media (min-width: 708px) {
  .qualified-lead-step--geo .input-wrapper .am-icon-radar {
    display: none;
  }
}
@media (max-width: 707.98px) {
  .qualified-lead-step--geo .input-wrapper .sl-search-button {
    display: none;
  }
}
.qualified-lead-step--geo .input-wrapper .sl-search-button:hover {
  background-color: #A20033;
  text-decoration: underline;
}
.qualified-lead-step--geo .input-wrapper .sl-search-button:active {
  background-color: #E6E7E9;
}
.qualified-lead-step--geo .input-label {
  margin-bottom: var(--input-label-margin);
  color: #444444;
  font-size: 16px;
  line-height: 26px;
}
.qualified-lead-step--geo input {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 20px;
  color: #444444;
  background-color: transparent;
  padding: 17px 0 17px 20px;
  font-family: "Value-Bold", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.qualified-lead-step--geo input::-webkit-input-placeholder {
  color: #444444;
}
.qualified-lead-step--geo input::-moz-placeholder {
  color: #444444;
}
.qualified-lead-step--geo input:-ms-input-placeholder {
  color: #444444;
}
.qualified-lead-step--geo input::-ms-input-placeholder {
  color: #444444;
}
.qualified-lead-step--geo input::placeholder {
  color: #444444;
}
.qualified-lead-step--geo .input-autolocate {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: var(--icon-radar-size);
  height: var(--icon-radar-size);
  padding: 17px;
  cursor: pointer;
}
.qualified-lead-step--geo .input-autolocate:after {
  width: var(--icon-radar-size);
  height: var(--icon-radar-size);
}
.qualified-lead-step--geo .errors-display-container {
  visibility: hidden;
  min-height: 22px;
  color: #C5003E;
  font-size: 12px;
  line-height: 1.83;
  margin-left: 20px;
}

.qualified-lead-step--radio {
  --title-subtitle-gap: 10px;
  --text-container-answers-margin: 40px;
  --text-container-width: 850px;
  --answers-gap: 10px;
  --checkbox-label-gap: 10px;
  --image-width: 248px;
  --image-height: 248px;
  --image-answers-gap: 65px;
  --input-radio-btn-square-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 979.98px) {
  .qualified-lead-step--radio {
    --text-container-answers-margin: 20px;
    --text-container-width: 320px;
    --image-answers-gap: 20px;
  }
}
.qualified-lead-step--radio .image-answers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: var(--image-answers-gap);
}
@media (max-width: 979.98px) {
  .qualified-lead-step--radio .image-answers-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.qualified-lead-step--radio .image-answers-wrapper .image-wrapper {
  height: var(--image-height);
  width: var(--image-width);
}
.qualified-lead-step--radio .image-answers-wrapper .image-wrapper img {
  -o-object-fit: contain;
  object-fit: contain;
  height: var(--image-height);
  width: var(--image-width);
}
.qualified-lead-step--radio .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: var(--text-container-width);
  gap: var(--title-subtitle-gap);
  margin-bottom: var(--text-container-answers-margin);
}
.qualified-lead-step--radio .text-container .title {
  color: #444444;
}
.qualified-lead-step--radio .text-container .subtitle {
  color: #222222;
}
.qualified-lead-step--radio .answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--answers-gap);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qualified-lead-step--radio .radio-custom_indicator {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ffffff;
}
.qualified-lead-step--radio .radio-custom .radio-custom_indicator:after {
  left: 2px;
  top: 2px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #C5003E;
}
.qualified-lead-step--radio .radio-custom input ~ .radio-custom_indicator {
  border: 2px solid #222222;
}
.qualified-lead-step--radio .radio-custom:hover input ~ .radio-custom_indicator,
.qualified-lead-step--radio .radio-custom input:focus ~ .radio-custom_indicator {
  background: #ffffff;
  border: 2px solid #C5003E;
}
.qualified-lead-step--radio .radio-custom input:checked ~ .radio-custom_indicator {
  border: 2px solid #C5003E;
}
.qualified-lead-step--radio .radio-custom input:checked ~ .radio-custom_indicator::after {
  background: #C5003E;
  border: 2px solid #C5003E;
}
.qualified-lead-step--radio .radio-custom:hover input:not([disabled]):checked ~ .radio-custom_indicator,
.qualified-lead-step--radio .radio-custom input:checked:focus ~ .radio-custom_indicator {
  border: 2px solid #C5003E;
}
.qualified-lead-step--radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--checkbox-label-gap);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.qualified-lead-step--radio label .label {
  color: #222222;
  font-family: "Noto Sans", sans-serif;
}
.qualified-lead-step--radio .radio-custom:hover .label {
  text-decoration: underline;
}

.qualified-lead-step--textarea {
  --title-subtitle-gap: 10px;
  --text-container-answers-margin: 40px;
  --text-container-width: 632px;
  --answers-gap: 10px;
  --image-width: 248px;
  --image-height: 248px;
  --textarea-submit-margin: 40px;
  --input-label-margin: 20px;
  --icon-radar-size: 20px;
  --input-height: 139px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 979.98px) {
  .qualified-lead-step--textarea {
    --text-container-answers-margin: 40px;
    --text-container-width: 320px;
    --textarea-submit-margin: 20px;
    padding: 0 20px;
  }
}
@media (max-width: 979.98px) {
  .qualified-lead-step--textarea .btn.red-btn--fill.baa-cta-wrapper {
    width: var(--text-container-width);
  }
}
.qualified-lead-step--textarea .btn.red-btn--fill.baa-cta-wrapper:hover {
  text-decoration: underline;
  background-color: #A20033;
}
.qualified-lead-step--textarea .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: var(--text-container-width);
  gap: var(--title-subtitle-gap);
  margin-bottom: var(--text-container-answers-margin);
}
.qualified-lead-step--textarea .text-container .title {
  color: #444444;
}
.qualified-lead-step--textarea .text-container .subtitle {
  color: #222222;
}
.qualified-lead-step--textarea .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: var(--text-container-width);
  margin-bottom: var(--textarea-submit-margin);
}
.qualified-lead-step--textarea .textarea-label {
  font-family: "Value-Bold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  margin-bottom: var(--input-label-margin);
}
.qualified-lead-step--textarea textarea {
  height: var(--input-height);
  border: 2px solid #E6E7E9;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 20px;
  resize: none;
  font-family: "Value-Bold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
}
.qualified-lead-step--textarea textarea::-webkit-input-placeholder {
  color: #444444;
}
.qualified-lead-step--textarea textarea::-moz-placeholder {
  color: #444444;
}
.qualified-lead-step--textarea textarea:-ms-input-placeholder {
  color: #444444;
}
.qualified-lead-step--textarea textarea::-ms-input-placeholder {
  color: #444444;
}
.qualified-lead-step--textarea textarea::placeholder {
  color: #444444;
}
.qualified-lead-step--textarea .textarea-counter {
  text-align: right;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #444444;
  margin-top: 5px;
}
.qualified-lead-step--textarea .btn:disabled {
  background-color: #E6E7E9;
}

.qualified-lead-step--exit {
  --illustration-size: 248px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 850px;
  margin: auto;
}
@media (max-width: 979.98px) {
  .qualified-lead-step--exit {
    margin: 0 20px;
  }
}
.qualified-lead-step--exit .illustration {
  width: var(--illustration-size);
  height: var(--illustration-size);
  margin-bottom: 40px;
}
@media (max-width: 979.98px) {
  .qualified-lead-step--exit .illustration {
    margin-bottom: 20px;
  }
}
.qualified-lead-step--exit .title {
  color: #444444;
}
.qualified-lead-step--exit .subtitle {
  text-align: center;
}
.qualified-lead-step--exit .subtitle {
  margin-top: 40px;
  color: #444444;
}
@media (max-width: 979.98px) {
  .qualified-lead-step--exit .subtitle {
    margin-top: 20px;
  }
}
.qualified-lead-step--exit .buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 20px;
}
@media (max-width: 707.98px) {
  .qualified-lead-step--exit .buttons-container {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.qualified-lead-step--exit .buttons-container .ql-step-exit--cta-primary:hover {
  text-decoration: underline;
  background-color: #A20033;
}
.qualified-lead-step--exit .buttons-container .ql-step-exit--cta-primary:active, .qualified-lead-step--exit .buttons-container .ql-step-exit--cta-primary:disabled {
  text-decoration: none;
  background-color: #E6E7E9;
}
.qualified-lead-step--exit .buttons-container .ql-step-exit--cta-secondary:hover {
  text-decoration: underline;
  background-color: #A20033;
  border-color: #A20033;
  color: #ffffff;
}
.qualified-lead-step--exit .buttons-container .ql-step-exit--cta-secondary:active, .qualified-lead-step--exit .buttons-container .ql-step-exit--cta-secondary:disabled {
  text-decoration: none;
  color: #E6E7E9;
  background-color: #ffffff;
  border-color: #E6E7E9;
}

.qualified-lead-step--emotional-choice {
  --title-subtitle-gap: 10px;
  --text-container-answers-margin: 40px;
  --text-container-width: 850px;
  --answers-gap: 10px;
  --label-box-min-height: 74px;
  --label-box-width: 410px;
  --label-box-padding: 25px;
  --label-box-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .qualified-lead-step--emotional-choice {
    padding: 20px;
  }
}
.qualified-lead-step--emotional-choice .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: var(--text-container-width);
  gap: var(--title-subtitle-gap);
  margin-bottom: var(--text-container-answers-margin);
}
@media (max-width: 767px) {
  .qualified-lead-step--emotional-choice .text-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.qualified-lead-step--emotional-choice .text-container .title {
  color: #444444;
}
.qualified-lead-step--emotional-choice .text-container .subtitle {
  color: #222222;
}
.qualified-lead-step--emotional-choice .answers {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 1420px;
}
@media (max-width: 767px) {
  .qualified-lead-step--emotional-choice .answers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
  }
}
.qualified-lead-step--emotional-choice .answers .emotional-card {
  min-height: 409px;
  -webkit-box-shadow: 0px 4px 20px 0px #2222221A;
  box-shadow: 0px 4px 20px 0px #2222221A;
  width: 33%;
  padding: 20px;
  gap: 20px;
  border-radius: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .qualified-lead-step--emotional-choice .answers .emotional-card {
    width: 100%;
    max-height: none;
  }
}
.qualified-lead-step--emotional-choice .answers .emotional-card .card-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.qualified-lead-step--emotional-choice .answers .emotional-card .card-content-wrapper .emotional-image {
  width: 100%;
  height: 175px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}
.qualified-lead-step--emotional-choice .answers .emotional-card .card-content-wrapper .tag {
  border-radius: 30px;
  background-color: #444444;
  padding: 5px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.qualified-lead-step--emotional-choice .answers .emotional-card .card-content-wrapper .tag .tag-text {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.4px;
}
.qualified-lead-step--emotional-choice .answers .emotional-card .card-content-wrapper .description .description-text {
  font-size: 16px;
  color: #222222;
  text-align: center;
}
.qualified-lead-step--emotional-choice .answers .emotional-card .btn-tertiary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  cursor: pointer;
}
.qualified-lead-step--emotional-choice .answers .emotional-card .btn-tertiary .btn-label {
  font-size: 16px;
  color: #C5003E;
  font-weight: 700;
  line-height: 24px;
}
.qualified-lead-step--emotional-choice .answers .emotional-card .btn-tertiary .am-icon-jade-arrow-right {
  height: 20px;
  width: 24px;
}
.qualified-lead-step--emotional-choice .answers .emotional-card .btn-tertiary .am-icon-jade-arrow-right:after {
  height: 18px;
  width: 10px;
}

.pac-container {
  margin-left: -2px;
  margin-top: -5px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom: 2px solid #E6E7E9;
  border-right: 2px solid #E6E7E9;
  border-left: 2px solid #E6E7E9;
  padding-top: 5px;
  font-family: "Noto Sans", sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pac-container:after {
  margin-top: 5px;
  margin-bottom: 20px;
  height: 22px;
  background-size: 143px 18px;
  background-position: 95%;
}
.pac-container .pac-item {
  border-top: none;
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}
.pac-container .pac-item .pac-icon {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-size: contain;
  background: url("../../../clientlibs/clientlib-base/resources/img/icons/expand.svg") no-repeat center;
}
.pac-container .pac-item .pac-item-query {
  font-size: 16px;
  line-height: 20px;
  color: #888888;
  padding-left: 15px;
}
.pac-container .pac-item .pac-item-query + span {
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (max-width: 707px) {
  .pac-container .pac-item .pac-item-query {
    padding-left: 10px;
  }
}
.pac-container .pac-item .pac-item-query .pac-matched {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #444444;
}
.pac-container .pac-item:hover {
  background: #E6E7E9;
}
.pac-container .pac-item:hover .pac-icon {
  opacity: 1;
}
.pac-container .pac-item:hover .pac-item-query {
  color: #C5003E;
}
.pac-container .pac-item:hover .pac-item-query + span {
  color: #C5003E;
}
.pac-container .pac-item:hover .pac-item-query .pac-matched {
  color: #C5003E;
}

.qualified-lead-step--dropdown-choice {
  --title-subtitle-gap: 10px;
  --text-container-answers-margin: 40px;
  --text-container-width: 850px;
  --answers-gap: 10px;
  --image-width: 248px;
  --image-height: 248px;
  --image-answers-gap: 40px;
  --input-label-margin: 20px;
  --icon-radar-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 979.98px) {
  .qualified-lead-step--dropdown-choice {
    --text-container-answers-margin: 40px;
    --text-container-width: 320px;
    --image-answers-gap: 40px;
  }
}
.qualified-lead-step--dropdown-choice.contains-errors .insurance-search-input-wrapper,
.qualified-lead-step--dropdown-choice.contains-errors .insurance-search-dropdown {
  border-color: #C5003E;
}
.qualified-lead-step--dropdown-choice.contains-errors input {
  color: #C5003E;
}
.qualified-lead-step--dropdown-choice.contains-errors input::-webkit-input-placeholder {
  color: #C5003E;
}
.qualified-lead-step--dropdown-choice.contains-errors input::-moz-placeholder {
  color: #C5003E;
}
.qualified-lead-step--dropdown-choice.contains-errors input:-ms-input-placeholder {
  color: #C5003E;
}
.qualified-lead-step--dropdown-choice.contains-errors input::-ms-input-placeholder {
  color: #C5003E;
}
.qualified-lead-step--dropdown-choice.contains-errors input::placeholder {
  color: #C5003E;
}
.qualified-lead-step--dropdown-choice.contains-errors .errors-display-container {
  visibility: visible;
}
.qualified-lead-step--dropdown-choice .image-answers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--image-answers-gap);
  width: var(--text-container-width);
}
@media (max-width: 979.98px) {
  .qualified-lead-step--dropdown-choice .image-answers-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.qualified-lead-step--dropdown-choice .image-answers-wrapper .image-wrapper {
  height: var(--image-height);
  width: var(--image-width);
}
.qualified-lead-step--dropdown-choice .image-answers-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.qualified-lead-step--dropdown-choice .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: var(--text-container-width);
  gap: var(--title-subtitle-gap);
  margin-bottom: var(--text-container-answers-margin);
}
.qualified-lead-step--dropdown-choice .text-container .title {
  color: #444444;
}
.qualified-lead-step--dropdown-choice .text-container .subtitle {
  color: #222222;
}
.qualified-lead-step--dropdown-choice .field-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 439px) {
  .qualified-lead-step--dropdown-choice .field-wrapper {
    width: 100%;
  }
}
.qualified-lead-step--dropdown-choice .insurance-search-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 2px solid #E6E7E9;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 0 12px 0 0;
  max-height: 50px;
  width: 320px;
}
.qualified-lead-step--dropdown-choice .insurance-search-input-wrapper.open {
  border-radius: 25px 25px 0 0;
  border-bottom: none;
}
@media (min-width: 980px) {
  .qualified-lead-step--dropdown-choice .insurance-search-input-wrapper {
    width: 100%;
    max-width: 562px;
  }
}
.qualified-lead-step--dropdown-choice .insurance-search-input-wrapper .insurance-search-link {
  font-family: "Value-Bold", sans-serif;
  margin-right: 9px;
  min-width: 84px;
  text-align: right;
  margin-bottom: 4px;
}
@media only screen and (max-width: 979px) {
  .qualified-lead-step--dropdown-choice .insurance-search-input-wrapper .insurance-search-link {
    display: none;
  }
}
.qualified-lead-step--dropdown-choice .insurance-search-input-wrapper .insurance-search-button-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 980px) {
  .qualified-lead-step--dropdown-choice .insurance-search-input-wrapper .insurance-search-button-mobile {
    display: none;
  }
}
.qualified-lead-step--dropdown-choice .insurance-search-input-wrapper .am-icon-search-red {
  width: 24px;
  height: 24px;
}
.qualified-lead-step--dropdown-choice .insurance-search-input-wrapper .am-icon-search-red::after {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 979px) {
  .qualified-lead-step--dropdown-choice .insurance-search-input-wrapper .insurance-search-button {
    display: none;
  }
}
.qualified-lead-step--dropdown-choice .insurance-search-input-wrapper .insurance-search-button:hover {
  background-color: #A20033;
  text-decoration: underline;
}
.qualified-lead-step--dropdown-choice .insurance-search-input-wrapper .insurance-search-button:active {
  background-color: #E6E7E9;
}
.qualified-lead-step--dropdown-choice .input-label {
  margin-bottom: var(--input-label-margin);
  color: #444444;
  font-size: 16px;
  line-height: 26px;
}
.qualified-lead-step--dropdown-choice input {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 20px;
  color: #444444;
  background-color: transparent;
  padding: 17px 0 17px 20px;
  font-family: "Value-Bold", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.qualified-lead-step--dropdown-choice input::-webkit-input-placeholder {
  color: #444444;
}
.qualified-lead-step--dropdown-choice input::-moz-placeholder {
  color: #444444;
}
.qualified-lead-step--dropdown-choice input:-ms-input-placeholder {
  color: #444444;
}
.qualified-lead-step--dropdown-choice input::-ms-input-placeholder {
  color: #444444;
}
.qualified-lead-step--dropdown-choice input::placeholder {
  color: #444444;
}
.qualified-lead-step--dropdown-choice .errors-display-container {
  visibility: hidden;
  min-height: 22px;
  color: #C5003E;
  font-size: 12px;
  line-height: 1.83;
  margin-left: 20px;
}
.qualified-lead-step--dropdown-choice .insurance-search-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 226px;
  width: 100%;
  overflow-y: auto;
  position: absolute;
  padding-right: 8px;
  max-width: 320px;
  background-color: #ffffff;
  border: 2px solid #E6E7E9;
  border-top: none;
  border-radius: 0 0 25px 25px;
  z-index: 10;
}
@media (min-width: 980px) {
  .qualified-lead-step--dropdown-choice .insurance-search-dropdown {
    padding-right: 0;
    max-width: 562px;
  }
}
.qualified-lead-step--dropdown-choice .insurance-search-dropdown-item {
  font-family: "Value-Regular", sans-serif;
  position: relative;
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
}
.qualified-lead-step--dropdown-choice .insurance-search-dropdown-item:hover {
  background-color: #F7F8F8;
}