.group_24 {
    margin: 0 auto;
    max-width: 1240px;
    width: 100%;
    padding: 0 .3rem;
}

.text_5 {
    max-width: 14rem;
    width: 100%;
    overflow-wrap: break-word;
    color: rgba(25, 26, 27, 1);
    font-size: 1.066rem;
    font-family: Poppins-Bold;
    font-weight: 700;
    text-align: center;
    margin: 1.5rem auto 1rem;
}

.text_6 {
    overflow-wrap: break-word;
    color: rgba(25, 26, 27, 1);
    font-size: 0.533rem;
    font-family: Inter-Regular;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    line-height: 1.5;
}

.group_3 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 25px;
    margin: 1.5rem auto 0;
    padding: .7rem 1rem;
    width: 100%;
}

.block_4 {
    margin: 0;
    align-items: center;
}

.text-wrapper_3_option {
    background-color: rgba(84, 44, 198, 1);
    border-radius: 50%;
    height: 1.067rem;
    width: 1.067rem;
    align-items: center;
    justify-content: center;
}

.text_7 {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.5rem;
    font-family: Poppins-Bold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
}

.text_8 {
    overflow-wrap: break-word;
    color: rgba(25, 26, 27, 1);
    font-size: 0.533rem;
    font-family: Inter-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 0.534rem;
    margin: 0 0 0 .3rem;
}

.text_9 {
    overflow-wrap: break-word;
    color: rgba(84, 44, 198, 1);
    font-size: 0.533rem;
    font-family: Inter-Bold;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
    line-height: 0.534rem;
}

.box_2 {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    margin: .5rem 0 0;
}

.block_1 {
    background-color: rgba(84, 44, 198, 1);
    border-radius: 12px;
    width: 0%;
    height: 0.4rem;
}

.group_4 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 25px;
    justify-content: center;
    margin: .5rem auto 0;
    padding: .7rem 1rem;
}

.text_10 {
    overflow-wrap: break-word;
    color: rgba(25, 26, 27, 1);
    font-size: 0.8rem;
    font-family: Inter-Bold;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
    margin: 0;
}

.options {
    margin: .5rem 0 0;
}

.group_5 {
    background-color: rgba(244, 244, 244, 1);
    border-radius: 12px;
    width: 100%;
    padding: .5rem;
    margin: .5rem auto 0;
}

.label_1 {
    display: none;
}

.group_5.is-checked {
    border: 2px solid rgba(84, 44, 198, 1);
    background-color: rgba(84, 44, 198, 0.1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
}

.group_5:hover {
    border: 2px solid rgba(84, 44, 198, 1);
    background-color: rgba(84, 44, 198, 0.1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
}

.group_5:hover .label_1 {
    display: block;
}

.is-checked .label_1 {
    display: block;
}

.text_11 {
    overflow-wrap: break-word;
    color: rgba(8, 61, 66, 1);
    font-size: 0.5rem;
    font-family: Inter-Semi Bold;
    font-weight: normal;
    text-align: left;
    line-height: 1.5;
    width: 94%;
}

.label_1 {
    width: 0.8rem;
    height: 0.8rem;
}

.disable-click {
    pointer-events: none;
    background: #aaabab !important;
}

.section_3 {
    width: fit-content;
    margin: 1rem auto 0;
    background-color: rgba(84, 44, 198, 1);
    border-radius: 12px;
    padding: .5rem 1.5rem;
}

.box_7_option {

    margin: 0.534rem 0 0;
}


.image-text_9 {
    gap: 10px;
    align-items: center;
}

.thumbnail_1 {
    width: 0.427rem;
    height: 0.427rem;
}

.text-group_1 {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.533rem;
    font-family: Inter-Semi Bold;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    line-height: 0.534rem;
}

.image_2_option {
    font-size: .8rem;
    width: 100%;
}


.section_2 {
    background-color: rgba(84, 44, 198, 1);
    border-radius: 12px;
    padding: .5rem 1.5rem;
}

.text-group_2 {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.7rem;
    font-family: Inter-Semi Bold;
    font-weight: 1000;
    white-space: nowrap;
    line-height: 0.7rem;
}

.question-completed{
    display:none;
}

.question-in-progress{
    display: block;
}

.question-incomplete{
    display: none;
}


@media screen and (max-width: 768px) {
    .text_5 {
        font-size: .8rem;
        margin: .5rem auto;
    }

    .group_3 {
        margin: 1rem auto 0;
    }

    .group_4 {
        padding: .3rem .6rem .5rem;
    }

    .section_2 {
        padding: .5rem;
    }

    .mid-page {
        width: 130px;
    }

    @media screen and (max-width: 768px) {
        .block_4 {
            flex-direction: row!important;
        }
    }
}