.cfff {
    color: #fff;
}

.c0C0B {
    color: #0C0B0B;
}

.fs13 {
    font-size: 13px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs21 {
    font-size: 21px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs36 {
    font-size: 36px;
}

.fs30 {
    font-size: 30px;
}

.tac {
    text-align: center;
}

@media screen and (max-width: 992px) {
    .fs36 {
        font-size: 18px;
    }

    .fs30 {
        font-size: 17px;
    }

    .fs26 {
        font-size: 17px;
    }

    .fs24 {
        font-size: 18px;
    }

    .fs22 {
        font-size: 16px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs18 {
        font-size: 15px;
    }

    .fs17 {
        font-size: 14px;
    }

    body.home-page {
        font-size: 15px;
    }
}

a {
    color: #fff;
}

.alin_r:hover .aline_r {
    /* background-size: 100% 1px; */
    color: #2074c8;
}

.aline_r:hover {
    background-size: 100% 1px;
}

.aline_r {
    position: relative;
    background-image: linear-gradient(#2074c8, #2074c8);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
    display: inline-block;
}