/* Minification failed. Returning unminified contents.
(10,25): run-time error CSS1039: Token not allowed after unary operator: '-border-radius-base'
(11,22): run-time error CSS1039: Token not allowed after unary operator: '-box-shadow-home'
(32,25): run-time error CSS1039: Token not allowed after unary operator: '-border-radius-base'
(33,28): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(41,17): run-time error CSS1039: Token not allowed after unary operator: '-primary'
 */
#rules {
    margin-top: 50px;
    margin-bottom: 50px;
}
#rules .text-con{
    float: right;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: var(--border-radius-base);
    box-shadow: var(--box-shadow-home);
    line-height: 35px;
    font-size: 16px;
    font-weight: 200;
    text-align: justify;
}
#rules .text-con .title {
    float: right;
    width: 100%;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    padding: 10px 0;
}

#rules .text-con .tip {
    float: right;
    width: 100%;
    padding: 20px;
    border-radius: var(--border-radius-base);
    border: 1px solid var(--primary);
    font-weight: 700;
    margin-top: 20px;
    line-height: 25px;
    font-size: 14px;
}

#rules .text-con .tip i{
    color: var(--primary);
    vertical-align: middle;
    margin-left: 20px;
    font-size: 20px;
}
#blogs{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#blogs > .title{
    display: none !important;
}

