main .base-maxwidth {
    max-width: 1200px;
}

/* banner */

.banner .banner-content {
    border-radius: 20px;
    background: url(https://images.chatartpro.com/chatartweben/assets/language/banner_bg.svg) no-repeat center/cover;
}

.banner h1 {
    padding: 100px 0;
    font-size: 40px;
    text-align: center;
}

@media(max-width: 768px) {
    .banner .banner-content {
        border-radius: 0;
    }

    .banner h1 {
        padding: 57px 0;
        font-size: 24px;
    }

    .banner .base-maxwidth {
        padding: 0;
    }
}

/* banner */

/* agreement */
.agreement {
    padding-bottom: 100px;
}

.agreement .base-maxwidth {
    display: flex;
}

.agreement .title {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
}

.agreement .subtitle {
    margin-top: 12px;
}

.agreement p + .subtitle {
    margin-top: 16px;
}

.agreement p,
.agreement ul {
    margin-top: 16px;
}

.agreement ul li:not(:first-child) {
    margin-top: 4px;
}

.agreement .dots-ul {
    list-style: disc;
    margin-left: 20px;
}

.agreement .dots-ul li::marker {
    font-size: 14px;
}

.agreement .mt40 {
    margin-top: 40px;
}

.agreement.refund-policy {
    padding-top: 40px;
}
.agreement.refund-policy p:first-child {
    margin-top: 0;
}

.agreement-nav {
    position: sticky;
    top: 40px;
    height: 100%;
    margin-left: 48px;
}

@media(max-width: 1024px) {
    .agreement {
        padding-bottom: 60px;
    }
    .agreement.refund-policy {
        padding-bottom: 60px;
    }
}

@media(max-width: 768px) {
    .agreement-nav {
        display: none;
    }
}



/* agreement */

/* product box */ 

.product-box {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 18px;
    width: 260px;
    border-radius: 12px;
    border: 2px solid var(--color-gray);
    padding: 26px 10px 24px;
    background-color: var(--color-white-lighter);
}

.product-box .logo-name img {
    width: 64px;
    height: 64px;
    border-radius: 7.5px;
}

.product-box .logo-name h3 {
    font-size: 18px;
    margin: 8px 0 24px;
}
.product-box .button-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-box .button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    height: 48px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 48px;
    font-weight: 700;
    background-color: var(--color-primary);
    color: var(--color-white-lighter);
    border-radius: 8px;
    cursor: pointer;
}

.product-box .buy {
    background-color: #FE9549;
    margin-bottom: 18px;
}

.product-box .button svg {
    margin-left: 8px;
}

/* product box */ 

/* support */ 
.support-box {
    padding: 118px 0 124px;
    background: url("https://images.chatartpro.com/chatartweben/assets/faqs/contact-bg.jpg") no-repeat center/cover, linear-gradient(96.3deg, #F9F9FF 0.34%, #FFF7FE 102.36%);
}

.support-box h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
}

.support-box .contact-us {
    display: inline-block;
    margin: 24px 0 12px;
    padding: 14px 24px;
    background-color: var(--color-primary);
    border-radius: 8px;
    font-size: 24px;
    font-weight: 700;
    color: var(--color-white-lighter);
}

.support-box .contact-us:hover {
    background-color: var(--color-primary-dark);
}

@media (max-width: 1024px) {
    .support-box h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .support-box .contact-us {
        margin: 20px 0 8px;
        padding: 8px 12px;
        font-size: 14px;
    }

    .support-box p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .support-box {
        padding: 50px 0;
        background: url("https://images.chatartpro.com/chatartweben/assets/faqs/contact-bg-m.jpg") no-repeat center/cover, linear-gradient(96.3deg, #F9F9FF 0.34%, #FFF7FE 102.36%);
    }

    .support-box .base-maxwidth {
        text-align: center;
    }
}
/* support */ 

/* Revision start */
.top-banner {
    padding: 0 14px;
}

.top-banner .base-maxwidth {
    background: url(https://images.chatartpro.com/chatartweben/assets/company/banner-bg.jpg) no-repeat center/cover, linear-gradient(96.3deg, #0C0031 0.34%, #230039 102.36%);
    padding: 110px 0;
    max-width: 1350px;
    border-radius: 24px;
}

.top-banner h1 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(to bottom, #fff 60%, #E3B8FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-stroke: 1px #BE5EFD;
    -webkit-text-stroke: 1px #BE5EFD;
    text-shadow: 0px 4px 16px #BE5EFD;
    color: #BE5EFD;
}

.content-box {
    max-width: 1020px;
    margin: 0 auto;
    padding: 60px 0 120px;
    color: var(--color-block-darker);
}

.content-box h2 {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.content-box h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -56px;
    width: 44px;
    height: 32px;
    background: url(https://images.chatartpro.com/chatartweben/assets/company/title-icon.svg) no-repeat center/100%;
}

.content-box p {
    margin-bottom: 12px;
}

.content-box p + h2{
    margin-top: 60px;
}

.content-box a {
    font-weight: 500;
    color: var(--color-primary);
    word-break: break-all;
}

@media (max-width: 1280px) {
    .top-banner .base-maxwidth {
        padding: 80px 0;
    }

    .content-box {
        padding: 40px 0 60px 60px;
    }
}

@media (max-width: 992px) {
    .top-banner .base-maxwidth {
        padding: 60px 0;
        border-radius: 12px;
    }

    .top-banner h1 {
        font-size: 20px;
    }

    .content-box {
        padding-left: 46px;
    }

    .content-box h2 {
        margin-bottom: 10px;
    }

    .content-box h2::before {
        top: 4px;
        left: -45px;
        width: 33px;
        height: 26px;
    }

    .content-box p {
        margin-bottom: 8px;
    }
    
    .content-box p + h2{
        margin-top: 40px;
    }
}

@media (max-width: 552px) {
    .top-banner .base-maxwidth {
        padding: 40px 0;
    }
}

/* Revision end */