.c-faq{
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    background-color: #ffffff;
}

.c-faq .container{
    /*outline: 1px solid magenta;*/
    min-height: 400px;
    max-width: 1068px;
    margin: 0 auto;
    /*padding: 90px 30px 60px;*/
    padding: 0px 30px 0px;
}

.c-faq .c-flex{
    display: flex;
    gap: 0;
    align-items: flex-start;
}
.c-faq .c-flex .c-leading-cell{
    padding-right: 8%;
    max-width: 420px;
    position: relative;
    padding-top: 105px;
    /*bottom: 15px;*/
    /*outline: 1px solid red;*/
}
.c-faq .c-flex .c-leading-cell .c-model-container{
    position: relative;

}
.c-faq .c-flex .c-leading-cell .c-model-container .c-fixed{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.c-faq .c-flex .c-trailing-cell{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*outline: 1px solid blue;*/
    padding: 36px 0 66px;
}

.c-faq .c-flex .c--subtitle{
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    color: #ff7800;
    margin-bottom: 5px;
}
.c-faq .c-flex .c--title{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #222;
    margin-bottom: 36px;
}


.c-faq .c-flex .c-footer{
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
}
.c-faq .c-flex .c-footer .c---title{
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #ff7800;
    margin-bottom: 14px;
}

.c-faq .c-flex .c-footer .c--btn{
    /*background-color: #045fa7;*/
    background-color: #6741b5;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 8px 44px;
    border-radius: 25px;
    /*box-shadow: 0 10px 24px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);*/
    cursor: pointer;
    transition: background-color 250ms ease-in-out;
}
.c-faq .c-flex .c-footer .c--btn:hover{
    background-color: #784ad5;
}
.c-faq .c-flex .c-faq-feed{
    width: 100%;
    min-height: 250px;
    /*outline: 1px solid purple;*/
    margin-bottom: 45px;
}

.c-faq .c-flex .c-faq-feed .q-item .lead--btn {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    min-height: 56px;
    cursor: pointer;
    padding: 10px 2px 10px 0px;
    flex: 1 0 0px;
}
.c-faq .c-flex .c-faq-feed .q-item.visible .lead--btn .text--content{
    color: #b120c9;
}
.c-faq .c-flex .c-faq-feed .q-item .lead--btn .text--content {
    color: var(--mt-extended-font-color-value, #29293e);
    /*color: #a900af;*/
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.32px;
    padding-right: 18px;
    flex: 1 1 0%;
    transition: color 250ms ease-in-out;
}
.c-faq .c-flex .c-faq-feed .q-item .lead--btn .trailing-col {
    height: 24px;
    width: 24px;
    position: relative;
}
.c-faq .c-flex .c-faq-feed .q-item .lead--btn .c--indicator {
    width: 20px;
    height: 20px;
    /*background-color: #ba00c1;*/
    background-color: #b120c9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    transition: transform 350ms ease-in-out;
}
.c-faq .c-flex .c-faq-feed .q-item .lead--btn .c--icon {
    position: relative;
    right: 0px;
    opacity: 1;
    cursor: pointer;
    width: 12px;
    height: auto;
    transition: opacity ease-in-out var(--faq-fold-animation-ms);

}

.c-faq .c-flex .c-faq-feed .q-item .c-post-body {
    height: 0px;
    overflow: hidden;
    transition: height ease-in-out var(--faq-fold-animation-ms);
}

.c-faq .c-flex .c-faq-feed .q-item .c-post-content {
    color: var(--mt-extended-font-color-value, #29293e);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    position: relative;
    bottom: 4px;
    max-height: 400px;
    margin-bottom: 10px;
    padding: 0px 24px 16px 16px;
    overflow: auto;
}
.c-faq .c-flex .c-faq-feed .q-item .c-post-content p {
    margin-top: 0px;
    margin-bottom: 10px;
}
.c-faq .c-flex .c-faq-feed .q-item .c-post-content a{
    color: #673ab7;
    text-decoration: none;
    font-weight: 700;
}

@media (max-width: 892px){
    .c-faq .container{
        padding: 0px 26px 0px;
    }
    .c-faq .c-flex .c-leading-cell{
        padding-right: 4%;
        max-width: 260px;
    }
}
@media (max-width: 730px){
    .c-faq .c-flex .c--title{
        font-size: 30px;
        line-height: 36px;
    }
    .c-faq .c-flex .c--subtitle{
        font-size: 18px;
        line-height: 22px;
    }
    .c-faq .container {
        padding: 0px 18px 0px;
    }
    .c-faq .c-flex .c-leading-cell{
        max-width: 190px;
    }
    .c-faq .c-flex .c-footer .c---title{
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 590px){
    .c-faq .c-flex .c-leading-cell {
        max-width: 130px;
    }
}

@media (max-width: 512px){
    .c-faq .c-flex .c-leading-cell{
        display: none;
    }
    .c-faq .c-flex .c-footer{
        width: 100%;
    }
    .c-faq .c-flex .c--title {
        font-size: 27px;
        line-height: 30px;
    }
}