/** Shopify CDN: Minification failed

Line 16:5 Cannot use type selector "span" directly after nesting selector "&"

**/
/* 🚧 WIP 🚧: BEM naming convention and file organization cleanup need to be completed for these styles */
.cpap__sleep-apnea-quiz {
  position: relative;
  min-height: 100vh;

  .cpap__sleep-apnea-quiz__chat-now-link {
    color: var(--cpap-primary-soft-black);
    text-decoration: underline;
    cursor: pointer;

    &span {
      cursor: unset;
    }

    &:hover {
      color: #858585;
      text-decoration: underline;
    }
  }

  .quiz-header {
    border-radius: 36px;
    background: var(--cpap-primary-white);
    box-shadow: 0px -4px 66px 0px rgba(0, 0, 0, 0.08);
    height: 60px;
    position: relative;
    overflow: hidden;
  }
  .quiz-header {
    position: relative;
    overflow: hidden;
  }

  .quiz-header .site-logo {
    transition: width 0.5s ease-in-out;
    background-color: #371726;
    width: 20%;
    min-width: 127px;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    border-radius: 0 30px 30px 0;
  }

  .quiz-header .header-caret-icon {
    position: absolute;
    padding-right: 24px;
    padding-right: 24px;
    right: 0;
    top: 10px;
  }

  #quiz-header-logo {
    position: absolute;
    left: 52px;
    bottom: 18.5px;
  }

  #quiz-progress {
    position: absolute;
    color: white;
    right: 20px;
  }

  @media screen and (max-width: 1300px) {
    #quiz-header-logo {
      bottom: 10px;
      left: 20px;
    }
  }

  .quiz-header .header-caret-icon .header__icon--cart {
    margin: 0;
  }

  .start-quiz {
    max-width: 649px;
    margin: 0 auto;
    padding: 110px 0 130px 0;
  }
  .start-quiz h3 {
    color: var(--cpap-primary-soft-black);
    margin: 0 0 24px 0;
  }
  .start-quiz p {
    color: var(--cpap-text-text-gray);
    font-size: var(--bs-body-font-size-18);
    font-style: normal;
    line-height: var(--bs-body-line-height-24);
    margin: 0 0 24px 0;
  }
  .start-quiz .btn-quiz {
    border-radius: 28px;
    border: 1px solid var(--cpap-primary-orange);
    background: var(--cpap-primary-white);
    display: inline-block;
    text-decoration: none;
    padding: 10px 24px 9px 24px;
    max-width: 200px;
    min-width: 200px;
    min-height: 40px;
    color: var(--cpap-primary-soft-black);
    font-weight: var(--bs-body-font-weight-700);
    transition: all 0.2s linear;
  }
  .start-quiz .btn-quiz:hover {
    border-color: var(--cpap-primary-orange);
    background: var(--cpap-overlay-utility-orange);
  }
  .start-quiz-footer {
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 1;
  }

  .start-quiz-footer p {
    color: var(--cpap-text-text-gray);
    font-weight: 400;
    margin: 0;
  }
  .start-quiz-footer p a {
    color: var(--cpap-text-text-gray);
  }

  .tabbing-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media screen and (max-width: 920px) {
    .tabbing-content {
      min-height: 0;
    }

    .tabbing-content[data-type='question'] {
      width: 100%;
      display: block;
    }
  }

  .start-quiz-footer p a:hover {
    color: var(--cpap-primary-soft-black);
  }
  .quiz-steps {
    display: none;
    height: calc(100vh - 250px);
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .tabbing-wrapper {
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  @media screen and (max-width: 920px) {
    .quiz-steps {
      height: 100%;
    }
    .tabbing-wrapper {
      padding: 44px 0;
    }
  }

  .tabbing-nav {
    margin-top: 30px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
  .tabbing-nav .error-msg {
    width: 100%;
    text-align: center;
  }

  .result-form > h3 {
    text-align: center;
    color: var(--cpap-primary-soft-black);
    margin: 0 0 16px;
  }
  .result-form > h3 span {
    color: var(--cpap-primary-orange);
  }
  .result-form-card {
    min-width: 648px;
    border-radius: 8px;
    border: 1px solid var(--cpap-stroke-gray);
    background: var(--cpap-primary-beige);
    padding: 24px 20px;
  }

  @media screen and (max-width: 767px) {
    .result-form-card {
      min-width: 0px;
    }
  }

  .result-form-card .title {
    margin: 0 0 8px 0;
  }
  .result-form-card .title p {
    color: var(--cpap-primary-soft-black);
    font-size: var(--bs-body-font-size-18);
    margin: 0 0 8px 0;
  }

  .result-form-card .title span {
    color: var(--cpap-text-text-gray);
    font-size: var(--bs-body-font-size);
  }
  .result-form-body .form-row {
    display: flex;
    gap: 32px;
  }
  .result-form-body .form-row .form-col {
    width: 50%;
  }
  .result-form-body .form-field {
    margin: 0 0 8px 0;
  }
  .result-form-body .form-field label {
    display: block;
    color: var(--cpap-primary-soft-black);
    font-size: var(--bs-body-font-size);
    margin: 0 0 4px 0;
  }
  .result-form-body .form-field .form-input,
  .result-form-body .form-field .form-select {
    font-size: var(--bs-body-font-size);
    border-radius: 8px;
    border: 1px solid var(--cpap-stroke-gray);
    background: var(--cpap-primary-white);
    height: 55px;
    padding: 15px 16px;
    width: 100%;
    box-shadow: none;
    outline: none;
    transition: all 0.2s linear;
    font-weight: var(--bs-body-font-weight);
    color: var(--cpap-primary-soft-black);
  }
  .result-form-body .form-field .form-input:focus,
  .result-form-body .form-field .form-select:focus {
    border-color: var(--cpap-primary-orange);
  }
  .result-form-body .form-field .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 21px center;
    background-size: 16px 12px;
    padding-right: 50px;
  }
  .radio-group p {
    color: var(--cpap-primary-soft-black);
    font-size: var(--bs-body-font-size-18);
    line-height: var(--bs-body-line-height-24);
  }
  .radio-group > .btn-radio {
    border-radius: 8px;
    border: 1px solid var(--cpap-stroke-gray);
    background: var(--cpap-primary-white);
    padding: 11px 20px 11px 75px;
    font-size: var(--bs-body-font-size-16) !important;
    line-height: var(--bs-body-line-height-24);
    margin-bottom: 12px !important;
  }

  .btn-radio {
    position: relative;
    padding-left: 30px;
  }
  .btn-radio input[type='radio'] {
    display: none;
    position: relative;
  }
  .btn-radio span.radio-select {
    position: absolute;
    border: 1px solid var(--cpap-stroke-gray);
    width: 24px;
    height: 24px;
    left: 20px;
    top: 50%;
    border-radius: 100%;
    transform: translateY(-50%);
  }
  .btn-radio input:checked ~ .radio-select:after {
    display: block;
  }
  .btn-radio input:checked ~ .radio-select {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px var(--cpap-primary-orange);
  }
  .radio-select:after {
    content: '';
    position: absolute;
    display: none;
    left: 5px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: var(--cpap-primary-orange);
  }

  .radio-group p {
    margin-bottom: 12px;
  }

  .radio-group > .btn-radio:last-child {
    margin-bottom: 0 !important;
  }
  .result-form-body .form-field .check-box {
    position: relative;
    padding-left: 21px;
    color: var(--cpap-text-text-gray);
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height-17);
    margin: 0 !important;
  }
  .result-form-body .form-field .check-box input[type='checkbox'] {
    display: none;
    position: relative;
  }
  .result-form-body .form-field .check-box span.checkbox-check {
    position: absolute;
    border: 1px solid var(--cpap-text-text-gray);
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    border-radius: 4px;
  }
  .result-form-body .form-field .check-box input:checked ~ .checkbox-check:after {
    display: block;
  }
  .result-form-body .form-field .check-box input:checked ~ .checkbox-check {
    border-color: var(--cpap-primary-orange);
  }
  .result-form-body .form-field .check-box .checkbox-check:after {
    content: '';
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid var(--cpap-primary-orange);
    border-width: 0 1px 1px 0;
    transform: rotate(40deg);
  }
  .btn-wrapper {
    padding-top: 12px;
  }
  .btn-wrapper .btn-submit {
    min-width: 200px;
    height: 40px;
    padding: 9px 24px;
    border-radius: 28px;
    border: 1px solid var(--cpap-stroke-gray);
    background: var(--cpap-stroke-gray);
    color: var(--cpap-primary-soft-black);
    text-align: center;
    font-weight: var(--bs-body-font-weight-700);
    line-height: var(--bs-body-line-height-17);
    transition: all 0.2s linear;
  }
  .btn-wrapper .btn-submit:hover {
    border-color: var(--cpap-primary-orange);
    background: var(--cpap-primary-white);
  }
  .result-form-body .form-field .check-box input:checked ~ .checkbox-check ~ div {
    color: var(--cpap-primary-soft-black);
  }
  .btn-wrapper {
    padding-top: 12px;
  }
  .btn-wrapper .btn-submit {
    min-width: 200px;
    height: 40px;
    padding: 9px 24px;
    border-radius: 28px;
    border: 1px solid var(--cpap-stroke-gray);
    background: var(--cpap-stroke-gray);
    color: var(--cpap-primary-soft-black);
    text-align: center;
    font-weight: var(--bs-body-font-weight-700);
    line-height: var(--bs-body-line-height-17);
    transition: all 0.2s linear;
  }
  .btn-wrapper .btn-submit:hover {
    border-color: var(--cpap-primary-orange);
    background: var(--cpap-primary-white);
  }

  .result-form .we-ask,
  .coose-option .we-ask {
    margin-top: 16px;
    text-align: center;
  }
  .result-form .we-ask a,
  .coose-option .we-ask a {
    text-decoration: none;
    color: var(--cpap-text-text-gray);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight-400);
    transition: all 0.2s linear;
  }
  .result-form .we-ask a svg,
  .coose-option .we-ask a svg {
    vertical-align: sub;
  }
  .result-form .we-ask a:hover,
  .coose-option .we-ask a:hover {
    color: var(--cpap-primary-soft-black);
  }
  .coose-option h3 {
    text-align: center;
    color: var(--cpap-primary-soft-black);
    margin: 0 0 16px;
  }
  .coose-option h3 span {
    color: var(--cpap-primary-orange);
  }
  .coose-option .choose-block-main {
    display: flex;
    gap: 24px;
    justify-content: center;
  }

  .coose-option .choose-block-main .choose-block img {
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 24px;
  }
  .coose-option .choose-block-main .choose-block span {
    display: block;
    color: var(--cpap-primary-soft-black);
    text-align: center;
    font-size: var(--bs-body-font-size-16);
    font-style: normal;
    line-height: var(--bs-body-line-height-17);
  }
  .coose-option .choose-block-main .choose-block:hover,
  .coose-option .choose-block-main .choose-block.active {
    border-color: var(--cpap-primary-orange);
  }

  .coose-option .choose-block-main .choose-block {
    width: 195px;
    height: 149px;
    border-radius: 8px;
    border: 1px solid var(--cpap-stroke-gray);
    background: var(--cpap-primary-beige);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.2s linear;
    cursor: pointer;
  }

  @media screen and (max-width: 920px) {
    .coose-option .choose-block-main {
      align-items: center;
      max-height: 50vh;
      overflow-y: scroll;
    }

    .coose-option .choose-block-main .choose-block {
      width: 100%;
    }
  }

  .your-result h3 {
    text-align: center;
    color: var(--cpap-primary-soft-black);
    margin: 0 0 16px;
  }

  .your-result h3 span {
    color: var(--cpap-primary-orange);
  }

  .your-result .your-result-card {
    border-radius: 8px;
    border: 1px solid var(--cpap-stroke-gray);
    background: var(--cpap-primary-beige);
    max-width: 648px;
    min-width: 648px;
    padding: 24px;
  }

  .your-result .your-result-card .card-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
  }

  .your-result .your-result-card .card-title div:nth-child(1) {
    color: var(--cpap-primary-soft-black);
    font-size: var(--bs-body-font-size-18);
    line-height: var(--bs-body-line-height-24);
  }

  .your-result .your-result-card .card-title div:nth-child(1) svg {
    vertical-align: initial;
    width: 16px;
    height: 16px;
    margin-left: 4px;
  }

  .your-result .your-result-card .card-title .btn-risk {
    display: inline-block;
    border-radius: 99px;
    background: var(--cpap-text-error-red);
    padding: 8px 24px;
    color: var(--cpap-primary-white);
    text-align: center;
    font-size: var(--bs-body-font-size-18);
    line-height: var(--bs-body-line-height-24);
  }
  .result-progress {
    padding-bottom: 24px;
  }
  .result-progress .result-count {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    padding-bottom: 16px;
  }
  .result-progress .result-count:after {
    content: '';
    height: 10px;
    border-radius: 16px;
    background: var(--cpap-accent-plum);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .result-progress .result-count span {
    border-radius: 8px;
    display: inline-block;
    padding: 8px 12px;
    text-align: center;
    font-size: var(--bs-body-font-size-18);
    line-height: var(--bs-body-line-height-24);
    min-width: 36px;
    position: relative;
  }
  .result-progress .result-count span:after {
    content: '';
    width: 4px;
    height: 16px;
    background: var(--cpap-primary-orange);
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
  }
  .result-progress .result-count span.active {
    background: var(--cpap-primary-orange);
    color: var(--cpap-primary-white);
  }
  .result-progress .result-count span.active:after {
    opacity: 1;
  }
  .result-block-main {
    display: flex;
    gap: 20px;
  }
  .result-block-main .product-blocks {
    min-width: 308px;
  }
  .result-block-main .result-block:nth-child(1) {
    max-width: 272px;
  }
  .result-block-main .result-block:nth-child(1) p {
    color: var(--cpap-text-text-gray);
    font-size: var(--bs-body-font-size-16);
    line-height: var(--bs-body-line-height-24);
    margin: 0 0 8px 0;
  }
  .result-block-main .result-block:nth-child(1) p strong {
    color: var(--cpap-primary-soft-black);
    font-weight: var(--bs-body-font-weight);
    font-size: var(--bs-body-font-size-18);
  }
  .result-block-main .result-block:nth-child(1) .btn-learn {
    border-radius: 28px;
    border: 1px solid var(--cpap-stroke-gray);
    background: var(--cpap-primary-white);
    text-decoration: none;
    display: inline-flex;
    padding: 9px 15px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    color: var(--cpap-primary-soft-black);
    text-align: center;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight-700);
    line-height: 17px;
    transition: all 0.2s linear;
  }
  .result-block-main .result-block:nth-child(1) .btn-learn:hover {
    border-color: var(--cpap-primary-orange);
  }

  @media screen and (max-width: 670px) {
    .your-result .your-result-card {
      min-width: 0;
    }

    .result-block-main {
      flex-direction: column;
    }

    .result-block-main .result-block:nth-child(1) {
      max-width: 100%;
    }
  }

  @media screen and (max-width: 460px) {
    .result-progress .result-count span {
      padding: 4px 8px;
      min-width: 28px;
    }

    .your-result .your-result-card .card-title {
      flex-direction: column;
      gap: 8px;
    }
  }

  .prod-block {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: var(--cpap-primary-white);
    box-shadow: 0px -4px 66px 0px var(--fill-overlays-box-multicolumn-shadow2);
    padding: 24px;
  }
  .prod-block .img-sec {
    position: relative;
    padding-top: 174px;
  }
  .prod-block .img-sec img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .prod-block button {
    min-width: 0;
    max-width: 100%;
  }

  .cpap__sleep-apnea-quiz__have-questions-cta {
    display: flex;
    flex-wrap: wrap;
    border-radius: 16px;
    background: var(--cpap-accent-plum);
    padding: 16px;
    margin-top: 24px;
  }
  .cpap__sleep-apnea-quiz__have-questions-cta .img-sec {
    width: 105px;
    height: 105px;
    position: relative;
  }
  .cpap__sleep-apnea-quiz__have-questions-cta .content-sec {
    width: calc(100% - 105px);
    padding-left: 17px;
  }
  .cpap__sleep-apnea-quiz__have-questions-cta .img-sec img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
  }
  .cpap__sleep-apnea-quiz__have-questions-cta .img-sec:after {
    content: '';
    width: 132.313px;
    height: 120.7px;
    background-image: url('/cdn/shop/files/Blur.png?v=1710349976');
    position: absolute;
    left: -10px;
    right: 0;
    top: -5px;
    bottom: 0;
  }
  .cpap__sleep-apnea-quiz__have-questions-cta .content-sec p {
    color: var(--cpap-primary-white);
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height-17);
    margin: 0 0 8px 0;
  }
  .cpap__sleep-apnea-quiz__have-questions-cta .content-sec p.title-p {
    font-size: var(--bs-body-font-size-18);
    line-height: var(--bs-body-line-height-24);
    margin: 0 0 4px 0;
  }
  .cpap__sleep-apnea-quiz__have-questions-cta .content-sec p:last-child {
    margin: 0;
  }
  .cpap__sleep-apnea-quiz__have-questions-cta .content-sec p a,
  .cpap__sleep-apnea-quiz__have-questions-cta .content-sec p span {
    cursor: pointer;
    font-weight: var(--bs-body-font-weight-700);
    text-decoration: none;
    border-bottom: 1px solid var(--cpap-primary-orange);
    color: var(--cpap-primary-white);
  }
}

.cpap__sleep-apnea-quiz .page-width {
  padding-top: 40px;
}

.cpap__sleep-apnea-quiz .gradient-mask {
  width: 100%;
  height: 100%;
  max-height: 70px;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff, #fff0);
  position: absolute;
  bottom: 0;
  left: 0;
}

.cpap__sleep-apnea-quiz .gradient-mask .gradient-footer {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #ffaa8f 27.15%, #f0c6ff 70.37%);
}

.cpap__sleep-apnea-quiz .quiz-steps .tabbing-main {
  height: calc(100vh - 300px);
  overflow: auto;
}
.cpap__sleep-apnea-quiz .quiz-steps .tabbing-main::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.cpap__sleep-apnea-quiz .quiz-steps .tabbing-main::-webkit-scrollbar-track {
  background: var(--cpap-overlay-orange);
  border-radius: 10px;
}
.cpap__sleep-apnea-quiz .quiz-steps .tabbing-main::-webkit-scrollbar-thumb {
  background: var(--cpap-primary-orange);
  border-radius: 10px;
}
.cpap__sleep-apnea-quiz .quiz-steps .tooltip-section {
  position: relative;
}
.cpap__sleep-apnea-quiz .quiz-steps .tooltip-section .tooltip-wrap {
  display: none;
  padding: 8px 16px;
  background: var(--cpap-accent-plum);
  border-radius: 16px;
  left: -114px;
  width: 255px;
  top: 29px;
}
.cpap__sleep-apnea-quiz .quiz-steps .tooltip-section .tooltip-wrap p {
  color: var(--cpap-primary-white);
}
.cpap__sleep-apnea-quiz .quiz-steps .tooltip-section:hover .tooltip-wrap {
  display: block;
}
.cpap__sleep-apnea-quiz .quiz-steps .tooltip-section:hover .tooltip-wrap:before {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  content: '';
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--cpap-accent-plum);
}
