.c-section{
    width: 100%;
    height: auto;
    background-color: #F8F8FA;
    padding: 40px 0;
}
.c-section__container{
    width: 70%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 8px;
    /*padding: 16px 0;*/
}
#ot-sdk-cookie-policy * {
    font-size: 16px !important;
    line-height: 30px !important;
    color: var(--grey) !important;
}
.l-section__topbar{
    width: 100%;
    border-bottom: 1px solid var(--grey-light);
    padding: 16px 0;
}
.c-topbar{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    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: #691F74 !important;
}
.c-section__content{
    padding: 40px 0;
    width: 70%;
    margin: 0 auto;
}
.c-section__title {
    font-weight: 500;
    font-size: 38px;
    line-height: 58px;
    color: #30183F;
    margin-bottom: 30px;
}
.c-section__text{
    font-size: 16px;
    line-height: 30px;
    color: var(--grey);
    margin-bottom: 30px;
    text-align: justify;
}
.c-section__text_ar{
    font-size: 16px;
    line-height: 30px;
    color: var(--grey);
    margin-bottom: 30px;
    text-align: right;
}
.c-section__text a{
    font-size: 16px;
    line-height: 30px;
    color: var(--purple);
    margin-bottom: 30px;
    text-decoration: none;
}
.c-section__text a i{
    font-size: 16px;
    line-height: 30px;
    color: var(--purple);
    font-style: italic;
}
.c-section__text b{
    color: var(--grey);
    font-weight: 600;
}
.excp{
    color: var(--grey);
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0;
}
.excp b{
    color: black;
}
.m-0{
    margin: 0;
}
.m-0:last-child{
    margin-bottom: 30px;
}
.c-section__subtitle{
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: var(--nero);
}
.c-section__subtitle u{
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: var(--nero);
}
.c-section__sub-title--caps {
    text-transform: uppercase;
}
.c-section__link{
    font-size: 16px;
    line-height: 30px;
    text-decoration: underline;
    color: var(--purple);
}

.hide{
    display: none;
}
ul.c-section__list {
    margin: 0px 0px 30px 40px;
    list-style-type: disc;
}

li .c-section__text {
    margin-bottom: 5px !important;
}
table,th,tr,td{
    border: 1px solid #d7d7d7;
    padding: 12px 15px;
    font-size: 16px
}
table {
    border-radius: 5px;
}
th{
    background-color: #e1deee;
    text-align: left;
    border-radius: 5px;

}

table.llt-th tbody tr:first-child td{
    background-color: #44195D;
    text-align: left;
    font-weight: bold;
}

table.llt-th tbody tr td{
    background-color: #F6F6F9;
}

table.llt-th tbody tr:first-child td p{
    color: #fff;
}
.c-section__text a:hover {
    TEXT-DECORATION:underline;
}
.c-section__h4 {
    font-size: 16px;
    line-height: 30px;
    color: var(--grey);
    margin-bottom: 10px;

}