.c-section{
    width: 100%;
    height: auto;
    background-color: #F8F8FA;
    padding: 40px 0;
}
.c-section__container{
    width: 70%;
    margin: 0 auto;
    background-color: #ffffff;
    /*padding: 16px 0;*/
}
.l-section__topbar{
    width: 100%;
    border-bottom: 1px solid var(--grey-light);
    padding: 16px 0;
}
.c-topbar{
    width: 73%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}
.c-topbar__link{
    font-size: 12px;
    line-height: 18px;
    color: var(--grey);
    padding: 10px 25px;
    cursor: pointer;
    margin: 0 10px;
}
.c-topbar__link:hover{
    color: var(--purple);
}
.c-topbar__link--active{
    background-color: rgba(105,31,116,0.1);
    border-radius: 19px;
    text-align: center;
    font-weight: 600;
    color: var(--purple) !important;
}
.c-section__content{
    padding: 40px 0;
    width: 70%;
    margin: 0 auto;
}
.c-section__content--top{
    padding: 40px 0 0;
    width: 70%;
    margin: 0 auto;
}
.c-section__title {
    font-weight: 500;
    font-size: 38px;
    line-height: 58px;
    color: var(--nero);
    margin-bottom: 30px;
}
.c-section__text{
    font-size: 16px;
    line-height: 30px;
    color: var(--grey);
}
.c-section__text--margin{
    margin-bottom: 30px;
}
.c-text--points{
    margin-left: 20px;
}
.c-section__text b{
    color: var(--purple);
    font-weight: 600;
}
.c-section__subtitle{
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: var(--nero);
}
.c-subtitle--gray{
    color: var(--grey);
}
.c-section__link{
    font-size: 16px;
    line-height: 30px;
    text-decoration: underline;
    color: var(--purple);
}

.hide{
    display: none;
}