.privacy-page section {
    padding: 96px 0
}

@media (max-width:767px) {
    .privacy-page section {
        padding: 64px 0
    }
}

.privacy-page .banner-section {
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    min-height: 650px;
    padding-bottom: 64px;
    padding-top: 136px;
    position: relative
}

@media (min-width:768px) {
    .privacy-page .banner-section {
        padding-top: 144px
    }
}

.privacy-page .banner-section:before {
    background-image: url(../images/bg-overlay.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.privacy-page .banner-section h1.banner-title {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    margin: 24px 0
}

@media (max-width:767px) {
    .privacy-page .banner-section h1.banner-title {
        font-size: 40px;
        line-height: 44px;
        margin: 32px 0 16px
    }
}

.privacy-page .banner-section h1.banner-title b,
.privacy-page .banner-section h1.banner-title strong {
    color: #83be45;
    font-weight: 600
}

.privacy-page .banner-section .banner-desc {
    color: #e5e5e5;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.privacy-page .banner-section .banner-desc a {
    color: #83be45;
    text-decoration: underline
}

.privacy-page .banner-section ul.breadcrumb li:nth-child(2) a {
    color: #85888e
}

.privacy-page .information-section .information-table {
    display: flex;
    gap: 40px
}

@media (min-width:1024px) {
    .privacy-page .information-section .information-table {
        gap: 64px
    }
}

@media (max-width:767px) {
    .privacy-page .information-section .information-table {
        flex-direction: column
    }
}

.privacy-page .information-section .information-table .tabs {
    max-width: 320px;
    width: 100%
}

.privacy-page .information-section .information-table .tabs .item {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: none;
    color: #a3a3a3;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 20px
}

.privacy-page .information-section .information-table .tabs .item:not(:first-child) {
    margin-top: 8px
}

.privacy-page .information-section .information-table .tabs .item.active {
    background-color: #f2f8ea;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
    color: #83be45
}

.privacy-page .information-section .information-table .tabs-nav {
    overflow: hidden;
    padding: 0
}

.privacy-page .information-section .information-table .tabs-nav button {
    align-items: center;
    background-color: #83be45;
    border: unset;
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    gap: 24px;
    justify-content: space-between;
    line-height: 24px;
    padding: 12px 16px;
    text-align: left;
    transition: border-radius .3s ease;
    width: 100%
}

.privacy-page .information-section .information-table .tabs-nav button:focus {
    outline: unset
}

.privacy-page .information-section .information-table .tabs-nav button img {
    transition: transform .3s ease
}

.privacy-page .information-section .information-table .tabs-nav button[aria-expanded=true] {
    border-radius: 6px 6px 0 0
}

.privacy-page .information-section .information-table .tabs-nav button[aria-expanded=true] img {
    transform: rotate(180deg)
}

.privacy-page .information-section .information-table .content-wrapper {
    width: 100%
}

.privacy-page .information-section .information-table .content-wrapper .item ul {
    list-style: none;
    margin: 0
}

.privacy-page .information-section .information-table .content-wrapper .item ul li {
    color: #141414;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.privacy-page .information-section .information-table .content-wrapper .item>ul>li {
    border-bottom: 1.5px solid #e5e5e5;
    margin-bottom: 24px;
    padding-bottom: 24px;
    padding-left: 40px;
    position: relative
}

.privacy-page .information-section .information-table .content-wrapper .item>ul>li:before {
    background-image: url(../images/check-circle.svg);
    background-position: bottom;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 24px
}

.privacy-page .information-section .information-table .content-wrapper .item>ul>li>ul {
    list-style: none;
    margin: 8px 0 0
}

.privacy-page .information-section .information-table .content-wrapper .item>ul>li>ul li {
    color: #525252
}

.privacy-page .information-section .information-table .content-wrapper .item>ul>li>ul li:not(:first-child) {
    margin-top: 16px
}

.privacy-page .information-section .information-table .navbar-nav .nav-item {
    background-color: #f5f5f5;
    color: #737373;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 16px;
    width: 100%
}

.privacy-page .information-section .information-table .navbar-nav .nav-item.active {
    background-color: #83be45;
    color: #fff
}

.privacy-page .information-section .information-table .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid #737373
}

/*# sourceMappingURL=privacy-page.css.map*/