.terms {
    overflow: hidden;
    padding-bottom: 100px;
    padding-top: 100px
}

.terms .container {
    position: relative
}

@media (max-width:767.98px) {
    .terms .container {
        overflow: hidden
    }
}

.terms .sidebar {
    background: #fff;
    width: 290px;
    float: left;
    -webkit-transition: top .5s ease, -webkit-box-shadow .5s ease;
    transition: top .5s ease, -webkit-box-shadow .5s ease;
    transition: top .5s ease, box-shadow .5s ease;
    transition: top .5s ease, box-shadow .5s ease, -webkit-box-shadow .5s ease;
    border: 1px solid #edf0fa;
    border-radius: 4px
}

.terms .sidebar:hover {
    -webkit-box-shadow: 0 2px 20px -4px rgba(13, 34, 64, .15), 0 0 6px -2px rgba(13, 34, 64, .2);
    box-shadow: 0 2px 20px -4px rgba(13, 34, 64, .15), 0 0 6px -2px rgba(13, 34, 64, .2)
}

.terms .sidebar .title {
    padding: 14px 16px;
    font-size: 14px;
    color: #1a1511;
    font-weight: 600;
    display: none
}

.terms .sidebar ul li {
    cursor: pointer;
    position: relative;
    font-size: 18px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: #5a6a80
}

.terms .sidebar ul li span {
    padding: 30px 0;
    border-bottom: 1px solid #edf0fa;
    margin-left: 24px;
    margin-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.terms .sidebar ul li:hover {
    color: #0c71ff
}

.terms .sidebar ul li:last-child span {
    border-bottom: none
}

.terms .sidebar ul li.active {
    color: #1a1511;
    font-weight: 500
}

.terms .sidebar ul li.active::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 32px;
    background: #1a1511;
    margin-top: -16px
}

@media (max-width:767.98px) {
    .terms .sidebar {
        width: 100%;
        float: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        border-radius: 0;
        border: none
    }

    .terms .sidebar.sidebar-fixed {
        -webkit-box-shadow: 0 2px 20px -4px rgba(13, 34, 64, .15), 0 0 6px -2px rgba(13, 34, 64, .2);
        box-shadow: 0 2px 20px -4px rgba(13, 34, 64, .15), 0 0 6px -2px rgba(13, 34, 64, .2)
    }

    .terms .sidebar.sidebar-fixed::after {
        content: none
    }

    .terms .sidebar::after {
        content: '';
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: 0;
        height: 1px;
        background: #edf0fa
    }

    .terms .sidebar .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .terms .sidebar .title i {
        font-weight: 400;
        font-size: 22px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: -webkit-transform .2s ease;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
        color: #adbacc
    }

    .terms .sidebar ul {
        display: none
    }

    .terms .sidebar ul li {
        padding: 0
    }

    .terms .sidebar ul li span {
        padding: 15px 0;
        font-size: 16px;
        margin-left: 15px
    }

    .terms .sidebar ul li.active {
        color: #1a1511
    }

    .terms .sidebar ul li.active::after {
        height: 10px;
        width: 3px;
        margin-top: -5px;
        background: #1a1511
    }
}

@media (min-width:767.98px) {
    .terms .sidebar ul {
        display: block !important
    }
}

.terms .sidecon {
    width: calc(100% - 355px);
    float: right
}

@media (max-width:767.98px) {
    .terms .sidecon {
        width: 100%;
        float: none;
        margin-top: 65px;
        overflow: hidden
    }
}

.terms .sidecon .article {
    display: none
}

.terms .sidecon .article:first-child {
    display: block
}

.terms .sidecon h4 {
    font-size: 18px;
    margin-top: 12px;
    color: #353e6c
}

.terms .sidecon p {
    font-size: 16px;
    margin-top: 12px;
    color: #676d8b
}

.terms .sidecon p.note {
    color: #aeb5d9
}

.terms .sidecon ul {
    margin-top: 12px;
    margin-left: 16px
}

.terms .sidecon ul li {
    margin-top: 12px;
    font-size: 14px;
    color: #676d8b
}

.terms .sidecon ul ul {
    margin-left: 22px
}

.terms .sidecon table {
    margin-top: 12px
}

.terms .sidecon table td,
.terms .sidecon table th {
    border-left: 1px solid #e8ecff;
    border-top: 1px solid #e8ecff;
    padding: 5px 16px;
    color: #676d8b;
    font-size: 14px;
    text-align: left
}

.terms .sidecon table td:last-child,
.terms .sidecon table th:last-child {
    border-right: 1px solid #e8ecff
}

.terms .sidecon table tr:last-child td {
    border-bottom: 1px solid #e8ecff
}

@media (max-width:767.98px) {
    .terms {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.terms-banner {
    overflow: hidden;
    height: 480px;
    position: relative
}

.terms-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    height: 480px;
    width: 2048px;
    background: url(/assets/images/information/terms.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.terms-banner::after {
    content: '';
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #0c71ff), to(#0d54f8));
    background: linear-gradient(90deg, #0c71ff 30%, #0d54f8 100%);
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -3;
    height: 100%
}

.terms-banner .container .pub-h1 {
    margin-top: 220px;
    text-align: center;
    color: #fff
}

@media (max-width:767.98px) {
    .terms-banner {
        height: 240px
    }

    .terms-banner::before {
        background-image: url(/assets/images/information/terms_banner.png);
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 240px
    }

    .terms-banner .container .pub-h1 {
        margin-top: 92px;
        text-align: left
    }
}

@media (max-width:375px) {
    .terms-banner::before {
        background-size: cover
    }
}