body {
    overflow-x: hidden;
    margin: 0;
    padding: 164px 0 0;
    background: #f7fcfe;
    font-family: 'Lato', sans-serif;
    scroll-behavior: smooth;
}

body.french .q-wrapper [data-lang=french] {
    display: block !important;
}

body.french .q-wrapper [data-lang=french].q-button,
body.french .q-wrapper [data-lang=french].q-col-text {
    display: flex !important;
}

.q-wrapper *,
.q-wrapper *::before,
.q-wrapper *::after {
    box-sizing: border-box;
}

/* #region Commons */
.q-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.q-wrapper form {
    width: 100%;
    padding: 30px 40px 50px;
}

.q-wrapper p {
    margin: 0;
}

.q-wrapper img {
    max-width: 100%;
}

.q-wrapper .nowrap {
    white-space: nowrap;
}

.q-wrapper .hidden {
    display: none !important;
}

.q-wrapper .q-button,
.q-wrapper button.q-button,
.q-wrapper .ps-widget[ps-sku],
.q-wrapper .ps-widget[ps-sku]:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 20px;
    outline: none;
    border: none;
    border: 2px solid #1c3f94;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 0 30px -10px transparent;
    color: #1c3f94;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.1s, color 0.1s, box-shadow 0.1s;
}

.q-wrapper .q-button.inverted,
.q-wrapper button.q-button.inverted,
.q-wrapper .ps-widget[ps-sku],
.q-wrapper .ps-widget[ps-sku]:hover {
    background: #1c3f94;
    box-shadow: 0 0 30px -10px #1c3f94;
    color: #ffffff;
}

.q-wrapper .q-button:hover,
.q-wrapper button.q-button:hover,
.q-wrapper .ps-widget[ps-sku]:hover {
    background: #1c3f94;
    box-shadow: 0 0 30px -10px #1c3f94;
    color: #ffffff;
}

.q-wrapper .q-button.inverted:hover,
.q-wrapper button.q-button.inverted:hover,
.q-wrapper .ps-widget[ps-sku]:hover {
    background: #ffffff;
    color: #1c3f94;
}

.q-wrapper .q-button:focus,
.q-wrapper button.q-button:focus,
.q-wrapper input[type='radio']:focus + .q-button,
.q-wrapper input[type='checkbox']:focus + .q-button,
.q-wrapper .ps-widget[ps-sku]:focus,
.q-wrapper .q-button:focus-visible,
.q-wrapper button.q-button:focus-visible,
.q-wrapper .ps-widget[ps-sku]:focus-visible,
.q-wrapper input[type='radio']:focus-visible + .q-button,
.q-wrapper input[type='checkbox']:focus-visible + .q-button {
    outline: 1px solid black;
}

.q-wrapper .ps-widget[ps-sku],
.q-wrapper .ps-widget[ps-sku]:hover {
    width: auto;
    padding-right: 50px;
    padding-left: 50px;
    text-transform: uppercase;
}

.q-wrapper .q-question input[type='radio'],
.q-wrapper .q-question input[type='checkbox'] {
    display: none;
}

.q-wrapper input[type='radio']:checked + .q-button,
.q-wrapper input[type='checkbox']:checked + .q-button {
    background: #1c3f94;
    box-shadow: 0 0 30px -10px #1c3f94;
    color: #ffffff;
}

.q-wrapper .q-title {
    max-width: 1450px;
    margin: 0 auto 77px;
    color: #1c3f94;
    font-weight: 700;
    font-size: 63px;
    line-height: 68px;
}

.q-wrapper .q-larger-text {
    color: #4d4d4d;
    font-size: 40px;
    line-height: 50px;
}

.q-wrapper .q-question-title {
    margin: 0 auto 24px;
    color: #1c3f94;
    font-weight: bold;
    font-size: 55px;
    line-height: 64px;
}

.q-wrapper .q-note-text {
    font-size: 19px;
    line-height: 24px;
}

.q-wrapper .q-display-errors .q-navigation-top .q-error .q-navigation-number {
    background: #ffdbdd;
}

.q-wrapper .q-display-errors .q-navigation-top .q-error .q-navigation-name {
    color: #bc0404;
}

/* display questions block based on active step property on form */
.q-wrapper [class*='q-step-'] {
    display: none;
}

.q-wrapper form[data-active-step='0'] .q-step-0,
.q-wrapper form[data-active-step='1'] .q-step-1,
.q-wrapper form[data-active-step='2'] .q-step-2,
.q-wrapper form[data-active-step='3'] .q-step-3,
.q-wrapper form[data-active-step='4'] .q-step-4,
.q-wrapper form[data-active-step='5'] .q-step-5,
.q-wrapper form[data-active-step='6'] .q-step-6,
.q-wrapper form[data-active-step='7'] .q-step-7 {
    display: block;
}

/* hide navigation on steps 0 (first intro screen) and 7 (recommendations screen) */
.q-wrapper .q-navigation-top,
.q-wrapper .q-navigation-bottom {
    display: flex;
}

.q-wrapper form[data-active-step='0'] .q-navigation-top,
.q-wrapper form[data-active-step='7'] .q-navigation-top,
.q-wrapper form[data-active-step='0'] .q-navigation-bottom,
.q-wrapper form[data-active-step='7'] .q-navigation-bottom {
    display: none !important;
}

/* display "View results" button instead of "Next" button on last step */
.q-wrapper #q_navigation_view_results,
.q-wrapper form[data-active-step='6'] #q_navigation_next {
    display: none !important;
}

.q-wrapper form[data-active-step='6'] #q_navigation_view_results {
    display: flex !important;
}

.q-wrapper .q-display-errors #q_navigation_view_results {
    opacity: 0.7;
    cursor: not-allowed;
}

/* #endregion */

/* #region Top Navigation */
.q-wrapper .q-navigation-top {
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto 87px;
}

.q-wrapper .q-navigation-top .q-navigation-step {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: #1c3f94;
    cursor: pointer;
}

.q-wrapper .q-navigation-top .q-navigation-step .q-navigation-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 65px;
    background: #a6dcf1;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    transition: 0.1s;
}

.q-wrapper .q-navigation-top .q-navigation-step.active .q-navigation-number,
.q-wrapper .q-navigation-top .q-navigation-step:hover .q-navigation-number {
    background: #1c3f94;
    color: #ffffff;
}

.q-wrapper .q-navigation-top .q-navigation-step .q-navigation-name {
    font-size: 25px;
    line-height: 1;
}

/* #endregion */

/* #region Bottom Navigation */
.q-wrapper .q-navigation-bottom {
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 53px;
    border-top: 1px solid #1c3f94;
}

.q-wrapper .q-navigation-bottom .q-button {
    gap: 7px;
    max-width: 223px;
    padding: 9px 10px 13px;
    border: 2px solid #1c3f94;
    border-radius: 50px;
    background: #1c3f94;
    box-shadow: 0 0 20px -10px #1c3f94;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 32px;
}

body.french .q-wrapper .q-navigation-bottom .q-button {
    max-width: 332px;
}

.q-wrapper .q-navigation-bottom .q-button span.arrow-symbol {
    transform: translateX(8px);
}

.q-wrapper .q-navigation-bottom .q-button#q_navigation_view_results {
    max-width: 392px;
}

body.french .q-wrapper .q-navigation-bottom .q-button#q_navigation_view_results {
    max-width: 472px;
}

.q-wrapper .q-navigation-bottom .q-button#q_navigation_back {
    border: 2px solid #d6d6d6;
    background: #d6d6d6;
    color: #4d4d4d;
}

.q-wrapper .q-navigation-bottom .q-button#q_navigation_back span.arrow-symbol {
    transform: translateX(-13px);
}

.q-wrapper .q-navigation-bottom .q-button:hover {
    background: #ffffff;
    box-shadow: 0 0 20px -10px #1c3f94;
    color: #1c3f94;
}

.q-wrapper .q-navigation-bottom .q-button#q_navigation_back:hover {
    background: #ffffff;
}

/* #endregion */

/* #region Note (Why do we ask?) */
.q-wrapper .q-note-wrapper {
    margin-bottom: 49px;
}

.q-wrapper .q-note-wrapper .q-note-title {
    width: fit-content;
    margin: 0 auto;
    padding: 0 20px;
    color: #1c3f94;
    text-decoration: underline 2px;
    font-size: 30px;
    line-height: 34px;
    cursor: pointer;

    text-underline-offset: 1px;
}

.q-wrapper .q-note-wrapper .q-note-description {
    display: none;
    max-width: 864px;
    margin: 25px auto 0;
    padding: 30px;
    padding: 8px 23px 29px;
    border: 1px solid #4d4d4d;
    border-radius: 8px;
    font-size: 30px;
    line-height: 32px;
}

.q-wrapper .q-note-wrapper .q-note-description .q-smaller-text {
    font-size: 20px;
}

.q-wrapper .q-note-wrapper .q-note-description .q-note-close {
    width: fit-content;
    margin-left: auto;
    padding-left: 20px;
    text-align: right;
    font-size: 21px;
    cursor: pointer;
}

.q-wrapper .q-note-wrapper .q-note-text {
    max-width: 724px;
    margin: 0 auto;
    padding-top: 5px;
    font-size: 24px;
    line-height: 28px;
}

.q-wrapper .q-note-wrapper .q-note-subtext {
    display: block;
    font-size: 20px;
    margin-top: 10px;
}

.q-wrapper .q-note-wrapper.active .q-note-description {
    display: block;
}

/* #endregion */

/* #region Step 0 - Intro */
.q-wrapper .q-step-0 .q-row {
    display: flex;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto 100px;
}

.q-wrapper .q-step-0 .q-text-col {
    flex: 0 0 calc(50% - 40px);
}

.q-wrapper .q-step-0 .q-image-col {
    flex: 0 0 50%;
}

.q-wrapper .q-step-0 .q-text-col .q-larger-text {
    max-width: 480px;
    padding: 20px 0 52px;
    text-align: left;
}

body.french .q-wrapper .q-step-0 .q-text-col .q-larger-text {
    font-size: 32px;
    line-height: 42px;
}

.q-wrapper .q-step-0 #q_start_quiz {
    max-width: 480px;
    padding: 28px 58px;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 50px;
}

body.french .q-wrapper .q-step-0 #q_start_quiz {
    max-width: 430px;
    padding: 15px 48px;
    font-size: 34px;
}

/* #endregion */

/* #region Questions - common */
.q-wrapper .q-controls-column {
    display: flex;
    gap: 32px;
    align-items: center;
    flex-direction: column;
    max-width: 306px;
    margin: 0 auto 101px;
}

body.french .q-wrapper .q-controls-column {
    max-width: 366px;
}

/* #endregion */

/* #region Step 1 - About you */
/* Question 2 - specidic answers layout */
.q-wrapper .q-step-1 .q-question:last-child .q-controls-row {
    display: flex;
    gap: 50px;
    align-items: stretch;
    justify-content: center;
    margin: 0 auto 80px;
}

.q-wrapper .q-step-1 .q-question:last-child .q-controls-row .q-button {
    max-width: 326px;
}

/* #endregion */

/* #region Step 2 - Symptoms */
.q-wrapper .q-step-2 .q-note-wrapper .q-note-description {
    max-width: 1150px;
}

.q-wrapper .q-step-2 .q-note-wrapper .q-note-text {
    max-width: 1044px;
}

.q-wrapper .q-step-2 .q-question:first-child .q-controls-column {
    max-width: 720px;
}

.q-wrapper .q-step-2 .q-question:last-child .q-question-title {
    max-width: 1230px;
}

body.french .q-wrapper .q-step-2 .q-question:last-child .q-question-title {
    max-width: 1370px;
}

.q-wrapper .q-step-2 .q-question:last-child .q-controls-column {
    max-width: 456px;
}

body.french .q-wrapper .q-step-2 .q-question:last-child .q-controls-column {
    max-width: 546px;
}

/* #endregion */

/* #region Step 3 - Lifestyle */
.q-wrapper .q-step-3 .q-question-title {
    max-width: 1400px;
}

.q-wrapper .q-step-3 .q-controls-column,
body.french .q-wrapper .q-step-3 .q-controls-column {
    max-width: 614px;
}

.q-wrapper .q-step-3 .q-note-wrapper .q-note-description {
    max-width: 1220px;
}

.q-wrapper .q-step-3 .q-note-wrapper .q-note-text {
    max-width: 1144px;
}

/* #endregion */

/* #region Step 4 - Preservatives */
.q-wrapper .q-step-4 .q-controls-column {
    max-width: 346px;
}

.q-wrapper .q-step-4 .q-note-wrapper .q-note-description {
    max-width: 1220px;
}

.q-wrapper .q-step-4 .q-note-wrapper .q-note-text {
    max-width: 1104px;
}

/* #endregion */

/* #region Step 5 - Contacts */
.q-wrapper .q-step-5 .q-controls-column {
    max-width: 346px;
}

.q-wrapper .q-step-5 .q-note-wrapper .q-note-description {
    max-width: 1220px;
}

.q-wrapper .q-step-5 .q-note-wrapper .q-note-text {
    max-width: 1074px;
}

/* #endregion */

/* #region Step 6 - Surgery */
.q-wrapper .q-step-6 .q-question-title {
    max-width: 1370px;
}

.q-wrapper .q-step-6 .q-controls-column {
    max-width: 346px;
}

.q-wrapper .q-step-6 .q-note-wrapper .q-note-description {
    max-width: 1220px;
}

.q-wrapper .q-step-6 .q-note-wrapper .q-note-text {
    max-width: 1144px;
}

/* #endregion */

/* #region Recommendations - Suggested for you... */
.q-wrapper .q-step-7 .q-title {
    margin-bottom: 55px;
    font-size: 85px;
}

.q-wrapper .q-recommendations {
    padding-top: 66px;
}

.q-wrapper .q-recommendation {
    display: flex;
    gap: 3.8%;
    max-width: 940px;
    margin: 0 auto 84px;
    padding-bottom: 73px;
    border-bottom: 1px solid #1c3f94;
}

body.french .q-wrapper .q-recommendation {
    max-width: 1320px;
}

.q-wrapper .q-recommendation#fusion {
    padding-bottom: 0 !important;
    border-bottom: none;
}

.q-wrapper .q-recommendation .q-col-image {
    display: flex;
    overflow: hidden;
    align-items: center;
    flex: 0 0 40.2%;
    justify-content: center;
    background: linear-gradient(to bottom, #c9e9ff 0%, #82cbff 100%);
    aspect-ratio: 1 / 1;
}

.q-wrapper .q-recommendation .q-col-image img {
    max-height: 80%;
    object-fit: contain;
}

.q-wrapper .q-recommendation .q-col-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.q-wrapper .q-recommendation .q-col-text h4 {
    margin: -4px 0 0;
    color: #1c3f94;
    text-align: left;
    font-weight: 600;
    font-size: 50px;
    line-height: 52px;
}

.q-wrapper .q-recommendation .q-col-text ul {
    margin: 0;
    padding: 23px 0 20px 32px;
    list-style: none;
}

.q-wrapper .q-recommendation .q-col-text li {
    position: relative;
    margin-bottom: 5px;
    color: #4d4d4d;
    text-align: left;
    font-size: 37px;
    line-height: 45px;
}

.q-wrapper .q-recommendation .q-col-text li::before {
    content: '';
    position: absolute;
    top: 17px;
    left: -29px;
    width: 11px;
    height: 11px;
    border-radius: 10px;
    background: currentColor;
}

.q-wrapper .q-recommendation .q-col-text .q-recommendation-button {
    margin-top: auto;
}

.q-wrapper .q-step-7 .q-note-text {
    margin-top: -30px;
}

/* #endregion */

@media all and (max-width: 991px) {
    /* #region Commons */
    .q-wrapper .q-button,
    .q-wrapper button.q-button {
        font-size: 30px;
    }

    .q-wrapper .q-title {
        margin: 0 0 60px;
        font-size: 54px;
        line-height: 64px;
    }

    .q-wrapper .q-larger-text {
        font-size: 34px;
        line-height: 44px;
    }

    .q-wrapper .q-question-title {
        margin: 0 auto 20px;
        font-size: 48px;
        line-height: 56px;
    }

    .q-wrapper .q-note-text {
        font-size: 16px;
        line-height: 20px;
    }

    /* #endregion */

    /* #region Top Navigation */
    .q-wrapper .q-navigation-top {
        margin: 0 auto 80px;
    }

    .q-wrapper .q-navigation-top .q-navigation-step .q-navigation-number {
        width: 55px;
        height: 55px;
        font-size: 26px;
    }

    .q-wrapper .q-navigation-top .q-navigation-step .q-navigation-name {
        font-size: 22px;
    }

    /* #endregion */

    /* #region Bottom Navigation */
    .q-wrapper .q-navigation-bottom {
        padding-top: 40px;
    }

    .q-wrapper .q-navigation-bottom .q-button {
        max-width: 200px;
        padding: 10px;
        font-size: 28px;
    }

    .q-wrapper .q-navigation-bottom .q-button span.arrow-symbol {
        transform: translateX(6px);
    }

    .q-wrapper .q-navigation-bottom .q-button#q_navigation_back span.arrow-symbol {
        transform: translateX(-10px);
    }

    .q-wrapper .q-navigation-bottom .q-button#q_navigation_view_results {
        max-width: 320px;
    }

    /* #endregion */

    /* #region Note (Why do we ask?) */
    .q-wrapper .q-note-wrapper {
        margin-bottom: 40px;
    }

    .q-wrapper .q-note-wrapper .q-note-title {
        padding: 0 18px;
        font-size: 28px;
        line-height: 32px;
    }

    .q-wrapper .q-note-wrapper .q-note-description {
        margin: 20px auto 0;
        padding: 24px;
        padding: 8px 20px 24px;
        border-radius: 6px;
        font-size: 28px;
        line-height: 30px;
    }

    .q-wrapper .q-note-wrapper .q-note-description .q-smaller-text {
        font-size: 18px;
    }

    .q-wrapper .q-note-wrapper .q-note-description .q-note-close {
        font-size: 20px;
    }

    .q-wrapper .q-note-wrapper .q-note-text {
        font-size: 22px;
        line-height: 26px;
    }

    .q-wrapper .q-note-wrapper .q-note-subtext {
        font-size: 18px;
    }

    /* #endregion */

    /* #region Step 0 - Intro */
    .q-wrapper .q-step-0 .q-row {
        flex-direction: column-reverse;
        margin: 0 auto 80px;
    }

    .q-wrapper .q-step-0 .q-text-col,
    .q-wrapper .q-step-0 .q-image-col {
        flex: 0 0 100%;
    }

    .q-wrapper .q-step-0 .q-image-col img {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .q-wrapper .q-step-0 .q-text-col .q-larger-text {
        max-width: 100%;
        padding: 20px 0 40px;
        text-align: center;
    }

    body.french .q-wrapper .q-step-0 .q-text-col .q-larger-text {
        font-size: 28px;
        line-height: 38px;
    }

    .q-wrapper .q-step-0 #q_start_quiz {
        max-width: 350px;
        margin: 0 auto;
        padding: 20px 50px;
        border-radius: 12px;
        font-size: 42px;
    }

    body.french .q-wrapper .q-step-0 #q_start_quiz {
        max-width: 300px;
        padding: 15px 40px;
        font-size: 30px;
    }

    /* #endregion */

    /* #region Questions - common */
    .q-wrapper .q-controls-column {
        gap: 30px;
        margin: 0 auto 80px;
    }

    /* #endregion */

    /* #region Step 1 - About you */
    /* Question 2 - specidic answers layout */
    .q-wrapper .q-step-1 .q-question:last-child .q-controls-row {
        gap: 40px;
        flex-wrap: wrap;
        margin: 0 auto 60px;
    }

    /* #endregion */

    /* #region Recommendations - Suggested for you... */
    .q-wrapper .q-step-7 .q-title {
        margin-bottom: 45px;
        font-size: 70px;
    }

    .q-wrapper .q-recommendations {
        padding-top: 60px;
    }

    .q-wrapper .q-recommendation {
        margin: 0 auto 70px;
        padding-bottom: 60px;
    }

    .q-wrapper .q-recommendation .q-col-text h4 {
        font-size: 44px;
        line-height: 48px;
    }

    .q-wrapper .q-recommendation .q-col-text ul {
        padding: 20px 0 20px 30px;
    }

    .q-wrapper .q-recommendation .q-col-text li {
        font-size: 34px;
        line-height: 40px;
    }

    .q-wrapper .q-recommendation .q-col-text li::before {
        top: 15px;
        left: -24px;
        width: 10px;
        height: 10px;
    }

    /* temporary button */
    .q-wrapper .q-recommendation .q-col-text .q-button {
        padding: 14px 70px;
        font-size: 36px;
    }

    .q-wrapper .q-step-7 .q-note-text {
        margin-top: -24px;
    }

    /* #endregion */
}

@media all and (max-width: 910px) {
    body.french .q-wrapper .q-navigation-bottom {
        gap: 20px;
    }
}

@media all and (max-width: 768px) {
    /* #region Commons */
    .q-wrapper form {
        width: 100%;
        padding: 20px 20px 30px;
    }

    .q-wrapper .q-button,
    .q-wrapper button.q-button {
        padding: 12px 16px;
        border-radius: 6px;
        box-shadow: 0 0 20px 0 transparent;
        font-size: 26px;
    }

    .q-wrapper .q-button:hover,
    .q-wrapper button.q-button:hover {
        box-shadow: 0 0 20px 0 #1c3f94;
    }

    .q-wrapper .q-button.inverted,
    .q-wrapper button.q-button.inverted {
        box-shadow: 0 0 20px 0 #1c3f94;
    }

    .q-wrapper input[type='radio']:checked + .q-button,
    .q-wrapper input[type='checkbox']:checked + .q-button {
        box-shadow: 0 0 20px 0 #1c3f94;
    }

    .q-wrapper .q-title {
        margin: 0 0 40px;
        font-size: 42px;
        line-height: 50px;
    }

    .q-wrapper .q-larger-text {
        font-size: 28px;
        line-height: 34px;
    }

    .q-wrapper .q-question-title {
        font-size: 40px;
        line-height: 48px;
    }

    .q-wrapper .q-note-text {
        font-size: 14px;
        line-height: 16px;
    }

    .q-wrapper .ps-widget[ps-sku],
    .q-wrapper .ps-widget[ps-sku]:hover {
        padding-right: 30px;
        padding-left: 30px;
    }

    /* #endregion */

    /* #region Top Navigation */
    .q-wrapper .q-navigation-top {
        margin: 0 auto 60px;
    }

    .q-wrapper .q-navigation-top .q-navigation-step {
        gap: 10px;
    }

    .q-wrapper .q-navigation-top .q-navigation-step .q-navigation-number {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }

    .q-wrapper .q-navigation-top .q-navigation-step .q-navigation-name {
        font-size: 18px;
    }

    /* #endregion */

    /* #region Bottom Navigation */
    .q-wrapper .q-navigation-bottom {
        padding-top: 30px;
    }

    .q-wrapper .q-navigation-bottom .q-button {
        gap: 5px;
        max-width: 160px;
        padding: 8px 10px;
        box-shadow: 0 0 10px -5px #1c3f94;
        font-size: 24px;
    }

    .q-wrapper .q-navigation-bottom .q-button span.arrow-symbol {
        transform: translateX(4px);
    }

    .q-wrapper .q-navigation-bottom .q-button#q_navigation_back span.arrow-symbol {
        transform: translateX(-8px);
    }

    .q-wrapper .q-navigation-bottom .q-button#q_navigation_view_results {
        max-width: 280px;
    }

    .q-wrapper .q-navigation-bottom .q-button:hover {
        box-shadow: 0 0 10px -5px #1c3f94;
    }

    /* #endregion */

    /* #region Note (Why do we ask?) */
    .q-wrapper .q-note-wrapper {
        margin-bottom: 30px;
    }

    .q-wrapper .q-note-wrapper .q-note-title {
        font-size: 24px;
        line-height: 28px;
    }

    .q-wrapper .q-note-wrapper .q-note-description {
        padding: 20px;
        padding: 8px 20px 20px;
        border-radius: 4px;
        font-size: 24px;
        line-height: 28px;
    }

    .q-wrapper .q-note-wrapper .q-note-description .q-smaller-text {
        font-size: 16px;
    }

    .q-wrapper .q-note-wrapper .q-note-description .q-note-close {
        font-size: 18px;
    }

    .q-wrapper .q-note-wrapper .q-note-text {
        font-size: 20px;
        line-height: 24px;
    }

    .q-wrapper .q-note-wrapper .q-note-subtext {
        font-size: 16px;
        line-height: 18px;
    }

    /* #endregion */

    /* #region Step 0 - Intro */
    .q-wrapper .q-step-0 .q-row {
        margin: 0 auto 60px;
    }

    .q-wrapper .q-step-0 .q-text-col .q-larger-text {
        padding: 20px 0 30px;
    }

    .q-wrapper .q-step-0 #q_start_quiz {
        max-width: 300px;
        padding: 16px 30px;
        border-radius: 10px;
        font-size: 34px;
    }

    body.french .q-wrapper .q-step-0 #q_start_quiz {
        max-width: 280px;
        padding: 12px 30px;
        font-size: 28px;
    }

    body.french .q-wrapper .q-step-0 .q-text-col .q-larger-text {
        font-size: 26px;
        line-height: 34px;
    }

    /* #endregion */

    /* #region Questions - common */
    .q-wrapper .q-controls-column {
        gap: 20px;
        margin: 0 auto 60px;
    }

    /* #endregion */

    /* #region Step 1 - About you */
    /* Question 2 - specidic answers layout */
    .q-wrapper .q-step-1 .q-question:last-child .q-controls-row {
        gap: 30px;
        max-width: 250px;
        margin: 0 auto 40px;
    }

    .q-wrapper .q-step-1 .q-question .q-controls-column {
        max-width: 250px;
    }

    /* #endregion */

    /* #region Step 2 - Symptoms */
    .q-wrapper .q-step-2 .q-question:first-child .q-controls-column {
        max-width: 520px;
    }

    .q-wrapper .q-step-2 .q-question:last-child .q-controls-column {
        max-width: 326px;
    }

    /* #endregion */

    /* #region Step 3 - Lifestyle */
    .q-wrapper .q-step-3 .q-controls-column {
        max-width: 404px;
    }

    /* #endregion */

    /* #region Step 4 - Preservatives */
    .q-wrapper .q-step-4 .q-controls-column {
        max-width: 266px;
    }

    /* #endregion */

    /* #region Step 5 - Contacts */
    .q-wrapper .q-step-5 .q-controls-column {
        max-width: 266px;
    }

    /* #endregion */

    /* #region Step 6 - Surgery */
    .q-wrapper .q-step-6 .q-controls-column {
        max-width: 266px;
    }

    /* #endregion */

    /* #region Recommendations - Suggested for you... */
    .q-wrapper .q-step-7 .q-title {
        margin-bottom: 30px;
        font-size: 50px;
    }

    .q-wrapper .q-recommendations {
        padding-top: 40px;
    }

    .q-wrapper .q-recommendation {
        gap: 20px;
        flex-direction: column;
        margin: 0 auto 30px;
        padding-bottom: 30px;
    }

    .q-wrapper .q-recommendation .q-col-image {
        max-width: 400px;
        margin: 0 auto;
    }

    .q-wrapper .q-recommendation .q-col-text h4 {
        text-align: center;
        font-size: 32px;
        line-height: 36px;
    }

    .q-wrapper .q-recommendation .q-col-text ul {
        padding: 20px 0 20px 20px;
    }

    .q-wrapper .q-recommendation .q-col-text li {
        font-size: 22px;
        line-height: 28px;
    }

    .q-wrapper .q-recommendation .q-col-text li::before {
        top: 12px;
        left: -18px;
        width: 8px;
        height: 8px;
    }

    .q-wrapper .q-recommendation .q-col-text .q-recommendation-button {
        display: flex;
        justify-content: center;
    }

    /* temporary button */
    .q-wrapper .q-recommendation .q-col-text .q-button {
        padding: 12px 50px;
        font-size: 32px;
    }

    .q-wrapper .q-step-7 .q-note-text {
        margin-top: -20px;
    }

    /* #endregion */
    body.french .q-wrapper .q-navigation-top {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
}


@media all and (max-width: 580px) {
    .q-wrapper .q-navigation-top {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .q-wrapper .q-navigation-top .q-navigation-step {
        width: 100%;
        max-width: 120px;
    }
}

@media all and (max-width: 500px) {
    /* #region Bottom Navigation */
    .q-wrapper .q-navigation-bottom {
        gap: 20px;
        align-items: center;
    }

    .q-wrapper form[data-active-step='6'] .q-navigation-bottom {
        flex-direction: column-reverse;
    }

    body.french .q-wrapper .q-navigation-bottom {
        flex-direction: column-reverse;
    }

    /* #endregion */
}