<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-controller .menu-scroll {
    justify-content: start;
    text-wrap: nowrap;
}

.section-controller .menu-wrapper {
    overflow-x: scroll;
}

.section-controller .menu-scroll {
    justify-content: start;
}

.section-highlight {
    padding: 64px 0 80px;
    background: url("../../img/visionary/2025/bg-financial.png") no-repeat center center / cover;
}

.highlight-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.highlight-content .highlight-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    max-width: 900px;
}

.highlight-content .highlight-heading .title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    color: #111111;
}

.highlight-content .highlight-heading .desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

@media screen and (max-width: 992px) {
    .section-highlight {
        padding: 48px 0 48px;
    }

    .highlight-content .highlight-heading .title {
        font-size: 24px;
    }

    .highlight-content .highlight-heading .desc {
        font-size: 14px;
    }

    .highlight-content {
        gap: 48px;
    }
}


/*  section-service_center */

.section-service_center .service_center-header {
    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 16px;
}


.section-service_center .service_center-header .title {
    font-size: 28px;
    color: #111111;

    text-transform: uppercase;
    text-align: center;
}

.section-service_center .service_center-subheader {
    margin-top: 18px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;

}

.section-service_center .service_center-content {
    margin-top: 48px;
    max-width: 1000px;

}


.section-service_center .service_center-content .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    text-align: center;
}




.section-service_center .service_center-content .swiper-slide .text-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 14px;
    line-height: 1.4;
    min-height: 163px;
}

.section-service_center .service_center-content .swiper-slide .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.05;
    color: #111111;
    text-transform: uppercase;
}

.section-service_center .service_center-content .swiper-slide .link {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #641D24;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'kurious-looped', sans-serif;
}

.section-service_center .service_center-content .swiper-slide .link::after {
    content: "";
    display: block;
    background-color: #641D24;
    /* Change color here */
    -webkit-mask: url("../../../privileges/2025/landing/img/icon/icon-arrow-right.svg") no-repeat center / cover;
    mask: url("../../../privileges/2025/landing/img/icon/icon-arrow-right.svg") no-repeat center / cover;
    width: 8px;
    height: 12px;

}

@media screen and (max-width: 992px) {


    .section-service_center .service_center-header .title {
        font-size: 20px;
        line-height: 1.04;
    }



    .section-service_center .service_center-subheader {
        margin-top: 16px;
        font-size: 14px;
    }

    .section-service_center .service_center-content {
        margin-top: 36px;
        padding-bottom: 50px;
    }

    .section-service_center .service_center-content .swiper-slide .title {
        font-size: 16px;
    }

    .section-service_center .service_center-content .swiper-wrapper .swiper-slide {
        gap: 24px;
    }

    .section-service_center .service_center-content .swiper-slide .text-content {
        min-height: 80px;
        font-size: 12px;
    }

    .section-service_center .service_center-content .swiper-slide .link {
        font-size: 16px;
    }

}

/* section-priority_service */
.section-priority_service {
    background: url("../../2025/bg-priority_service.png") no-repeat center center / cover;
}

.section-priority_service .priority_service-content {
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    gap: 90px;
}

.section-priority_service .priority_service-content .priority_service-image {
    width: 100%;
}

.section-priority_service .priority_service-content .priority_service-detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-priority_service .priority_service-content .priority_service-heading .title {
    color: #111111;
    font-size: 28px;
    text-align: center;
    line-height: 1.05;
    text-transform: uppercase;
}

.section-priority_service .priority_service-content .priority_service-detail .desc {
    color: #333333;
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
}

.section-priority_service .priority_service-content .priority_service-detail .priority_service-btn {
    max-width: 227px;
    margin: 0 auto;
    margin-top: 8px;
}

.section-priority_service .priority_service-content .priority_service-detail .priority_service-btn .btn-revamp {

    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    font-weight: 600;
}

@media screen and (max-width: 992px) {
    .section-priority_service .priority_service-content {
        flex-direction: column-reverse;
        gap: 24px;
    }

    .section-priority_service .priority_service-content .priority_service-heading .title {
        font-size: 20px;
    }

    .section-priority_service .priority_service-content .priority_service-detail .desc {
        font-size: 14px;
    }

    .section-priority_service .priority_service-content .priority_service-detail .priority_service-btn {
        margin-top: 0;
    }

    .section-priority_service .priority_service-content .priority_service-detail .priority_service-btn .btn-revamp {
        font-size: 16px;
    }
}

/* section-investment */
.section-investment {
    background: url("../../../privileges/img/visionary/2025/bg-investment.png") no-repeat center center / cover;
    padding: 80px 0;
}

.section-investment .section-investment-header {
    margin-bottom: 64px;
    text-align: center;
}

.section-investment .section-investment-header .title {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
}

.section-investment .investment-wrapper {
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.section-investment .investment-wrapper .section-investment-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
}

.section-investment .investment-wrapper .section-investment-flex .investment-content {
    max-width: 455px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    width: 100%;

}

.section-investment .investment-wrapper .section-investment-flex .investment-img {
    max-width: 455px;
}


.section-investment .investment-wrapper .investment-content .investment-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}


.section-investment .investment-wrapper .investment-content .investment-header .title {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.05;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
}

.section-investment .investment-wrapper .investment-content .investment-header .title:has(.kwealth-logo) {
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-investment .investment-wrapper .investment-content .investment-header .title .kwealth-logo {
    display: inline-flex;
    height: 0.8lh;
}

.section-investment .investment-wrapper .investment-content .investment-header .header-img {
    max-width: 203px;
}

.section-investment .investment-wrapper .investment-content .investment-text {
    gap: 16px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.section-investment .investment-wrapper .investment-content .investment-btn {
    margin-top: 8px;
    width: 100%;
    max-width: 275px;
}

.section-investment .investment-wrapper .investment-content .investment-btn .btn-revamp {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;

}

@media screen and (max-width: 992px) {

    .section-investment {
        padding: 48px 0;
    }

    .section-investment .investment-wrapper .section-investment-flex {
        flex-direction: column-reverse;
        gap: 24px;
    }


    .section-investment .investment-wrapper .investment-content .investment-header .title {
        font-size: 20px;
    }

    .section-investment .investment-wrapper .investment-content .investment-text {
        font-size: 14px;
        line-height: 1.4;
    }

    .section-investment .investment-wrapper {
        gap: 48px;
    }

    .section-investment .investment-wrapper .section-seminar.section-investment-flex {
        flex-direction: column;
    }

    .section-investment .investment-wrapper .investment-content .investment-btn {
        margin-top: 0;
        max-width: 200px;
        overflow: hidden;
    }

    .section-investment .investment-wrapper .investment-content .investment-btn .btn-revamp {
        font-size: 13px;
        padding: 10px 16px;
        width: fit-content;
        min-width: unset;
        margin: 0 auto;
        margin-top: 8px;
    }

    .section-investment .section-investment-header {
        margin-bottom: 48px;
    }

    .section-investment .section-investment-header .title {
        font-size: 24px;
    }

    .section-investment .investment-wrapper .section-investment-flex .investment-content {
        gap: 16px;
    }
}

/* section-special_credit */
.section-special_credit {
    background: url("../../img/visionary/2025/bg-special_credit.png") no-repeat center center / cover;

}

.section-special_credit .special_credit-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.section-special_credit .special_credit-content .title {
    color: #FFFFFF;
    font-size: 28px;
    line-height: 1.02;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;

}

.section-special_credit .special_credit-content .special_credit-detail {
    max-width: 700px;

}

.section-special_credit .special_credit-content .special_credit-detail .desc {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.4;
    text-align: center;
    font-weight: 500;
}

@media screen and (max-width: 992px) {
    .section-special_credit .special_credit-content .title {
        font-size: 20px;
    }

    .section-special_credit .special_credit-content .special_credit-detail .desc {
        font-size: 14px;
    }
}


/* section-explore_more */

.section-explore_more .explore_more-content {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.section-explore_more .explore_more-content .explore_more-heading .title {
    font-size: 48px;
    line-height: 1.02;

    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}

.section-explore_more .explore_more-swiper {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

.section-explore_more .explore_more-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-explore_more .explore_more-item .explore_more-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-explore_more .explore_more-item .explore_more-text .title {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
    color: #111111;
    text-transform: uppercase;
}

.section-explore_more .explore_more-item .explore_more-text .desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    font-family: 'kurious-looped', sans-serif;
    color: #333333;
}

.section-explore_more .explore_more-item .link {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #641D24;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'kurious-looped', sans-serif;
}

.section-explore_more .explore_more-item .link::after {
    content: "";
    display: block;
    background-color: #641D24;
    /* Change color here */
    -webkit-mask: url("../../../privileges/2025/landing/img/icon/icon-arrow-right.svg") no-repeat center / cover;
    mask: url("../../../privileges/2025/landing/img/icon/icon-arrow-right.svg") no-repeat center / cover;
    width: 4px;
    height: 8px;

}

@media screen and (max-width: 992px) {
    .section-explore_more .explore_more-content .explore_more-heading .title {
        font-size: 34px;
    }

    .section-explore_more .explore_more-content {
        gap: 36px;
    }

    .section-explore_more .explore_more-item .explore_more-text .title {
        font-size: 22px;
        text-align: center;
    }

    .section-explore_more .explore_more-item .explore_more-text .desc {
        font-size: 16px;
        text-align: center;

    }

    .section-explore_more .explore_more-item .link {
        font-size: 16px;
        justify-content: center;

    }

    .section-explore_more .explore_more-swiper {
        padding-bottom: 50px;
    }

    .section-explore_more .swiper-button-next,
    .section-explore_more .swiper-button-prev {
        top: 38%;
        transform: translateY(-38%);
    }
}

@media screen and (min-width: 768px) {

    .section-explore_more .explore_more-swiper .swiper-pagination,
    .section-explore_more .explore_more-swiper .swiper-button-next,
    .section-explore_more .explore_more-swiper .swiper-button-prev {
        display: none;
    }

    .section-explore_more.grid-temp .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .section-explore_more.grid-temp .swiper-wrapper .swiper-slide:first-child {
        grid-row: span 2;
    }
}

/* section-safe_deposit */

.section-safe_deposit {
    background: url("../../img/visionary/2025/bg-safe.png") no-repeat center center / cover;
}

.section-safe_deposit .safe_deposit-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
}

.section-safe_deposit .safe_deposit-content .safe_deposit-heading {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-safe_deposit .safe_deposit-content .safe_deposit-heading .title {
    font-size: 28px;
    line-height: 1.02;
    color: #111111;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}

.section-safe_deposit .safe_deposit-content .safe_deposit-heading .desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    font-family: 'kurious-looped', sans-serif;
    text-align: center;
    color: #333333;
}

.section-safe_deposit .safe_deposit-content .safe_deposit-btn {
    max-width: 275px;
    width: 100%;
    margin: 0 auto;
}

.section-safe_deposit .safe_deposit-content .safe_deposit-btn .btn-revamp {
    font-size: 18px;
    line-height: 1.4;
}

@media screen and (max-width: 992px) {
    .section-safe_deposit .safe_deposit-content .safe_deposit-heading .title {
        font-size: 20px;
        letter-spacing: 0;
    }

    .section-safe_deposit .safe_deposit-content {
        gap: 24px;
    }

    .section-safe_deposit .safe_deposit-content .safe_deposit-btn {
        max-width: 200px;
    }

    .section-safe_deposit .safe_deposit-content .safe_deposit-btn .btn-revamp {
        font-size: 13px;
    }

    .section-safe_deposit .safe_deposit-content .safe_deposit-heading .desc {
        font-size: 14px;
    }
}

/* section-consolidated */

.section-consolidated {
    background: url("../../img/visionary/2025/bg-consolidated.png") no-repeat center center / cover;
}

.section-consolidated .consolidated-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.section-consolidated .consolidated-content .consolidated-heading {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-consolidated .consolidated-content .consolidated-heading .title {
    font-size: 28px;
    line-height: 1.02;
    color: #111111;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}

.section-consolidated .consolidated-content .consolidated-heading .desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    font-family: 'kurious-looped', sans-serif;
    text-align: center;
    color: #333333;
}

.section-consolidated .consolidated-content .consolidated-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}

.section-consolidated .consolidated-content .consolidated-grid-wrapper .consolidated-grid-item {
    background: url("../../img/visionary/2025/bg-consolidated-grid_item.png") no-repeat center center / cover;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.section-consolidated .consolidated-content .consolidated-grid-item p {
    font-size: 20px;
    line-height: 1.4;
    color: #FFFFFF;
    font-weight: 500;
}

.section-consolidated .consolidated-content .link {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #641D24;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'kurious-looped', sans-serif;
}

.section-consolidated .consolidated-content .link::after {
    content: "";
    display: block;
    background-color: #641D24;
    /* Change color here */
    -webkit-mask: url("../../../privileges/2025/landing/img/icon/icon-arrow-right.svg") no-repeat center / cover;
    mask: url("../../../privileges/2025/landing/img/icon/icon-arrow-right.svg") no-repeat center / cover;
    width: 4px;
    height: 8px;

}

.section-consolidated .consolidated-content .consolidated-btn {
    width: 100%;
    max-width: 275px;
    margin: 0 auto;
}

.section-consolidated .consolidated-content .consolidated-btn .btn-revamp {
    font-size: 18px;
}

@media screen and (max-width: 992px) {
    .section-consolidated .consolidated-content .consolidated-heading .title {
        font-size: 20px;
    }

    .section-consolidated .consolidated-content .consolidated-heading .desc {
        font-size: 14px;
    }

    .section-consolidated .consolidated-content .consolidated-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .section-consolidated .consolidated-content {
        gap: 24px;
    }

    .section-consolidated .consolidated-content .consolidated-grid-wrapper .consolidated-grid-item {
        height: 140px;
    }

    .section-consolidated .consolidated-content .consolidated-grid-item p {
        font-size: 16px;
    }

    .section-consolidated .consolidated-content .link {
        font-size: 16px;
    }

    .section-consolidated .consolidated-content .consolidated-btn {
        max-width: 200px;
    }

    .section-consolidated .consolidated-content .consolidated-btn .btn-revamp {
        font-size: 13px;
    }
}


/* section-wealth_service */
.section-wealth_service {
    background: url("../../2025/bg-red.png") no-repeat center center / cover;
}

.section-wealth_service .wealth_service-content {
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    gap: 90px;
}

.section-wealth_service .wealth_service-content .wealth_service-image {
    width: 100%;
}

.section-wealth_service .wealth_service-content .wealth_service-detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-wealth_service .wealth_service-content .wealth_service-heading .title {
    color: #FFFFFF;
    font-size: 28px;
    text-align: center;
    line-height: 1.05;
    text-transform: uppercase;
}

.section-wealth_service .wealth_service-content .wealth_service-detail .desc {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
}

.section-wealth_service .wealth_service-content .wealth_service-detail .wealth_service-btn {
    max-width: 227px;
    margin: 0 auto;
    margin-top: 8px;
}

.section-wealth_service .wealth_service-content .wealth_service-detail .wealth_service-btn .btn-revamp {

    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    font-weight: 600;
}

@media screen and (max-width: 992px) {
    .section-wealth_service .wealth_service-content {
        flex-direction: column-reverse;
        gap: 24px;
    }

    .section-wealth_service .wealth_service-content .wealth_service-heading .title {
        font-size: 20px;
    }

    .section-wealth_service .wealth_service-content .wealth_service-detail .desc {
        font-size: 14px;
    }

    .section-wealth_service .wealth_service-content .wealth_service-detail .wealth_service-btn {
        margin-top: 0;
    }

    .section-wealth_service .wealth_service-content .wealth_service-detail .wealth_service-btn .btn-revamp {
        font-size: 13px;
    }
}

/* section-financial */


.section-financial .financial-content {
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    gap: 90px;
}

.section-financial .financial-content .financial-image {
    width: 100%;
}

.section-financial .financial-content .financial-detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-financial .financial-content .financial-heading .title {
    color: #111111;
    font-size: 28px;
    text-align: center;
    line-height: 1.05;
    text-transform: uppercase;
}

.section-financial .financial-content .financial-detail .desc {
    color: #333333;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
}

.section-financial .financial-content .financial-detail .financial-btn {
    max-width: 275px;
    width: 100%;
    margin: 0 auto;
    margin-top: 8px;
}

.section-financial .financial-content .financial-detail .financial-btn .btn-revamp {

    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    font-weight: 600;
}

@media screen and (max-width: 992px) {
    .section-financial .financial-content {
        flex-direction: column;
        gap: 24px;
    }

    .section-financial .financial-content .financial-heading .title {
        font-size: 20px;
    }

    .section-financial .financial-content .financial-detail {
        gap: 16px;
    }

    .section-financial .financial-content .financial-detail .desc {
        font-size: 14px;
    }

    .section-financial .financial-content .financial-detail .financial-btn {
        margin-top: 0;
        max-width: 200px;
    }

    .section-financial .financial-content .financial-detail .financial-btn .btn-revamp {
        font-size: 13px;
        padding: 10px 16px;
        width: fit-content;
        min-width: unset;
        margin: 0 auto;
        margin-top: 8px;
    }
}


/* section-contact_center */
.section-contact_center {
    background: url("../../img/visionary/2025/bg-contact_center.png") no-repeat center center / cover;

}

.section-contact_center .contact_center-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.section-contact_center .contact_center-content .title {
    color: #111111;
    font-size: 28px;
    line-height: 1.02;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}

.section-contact_center .contact_center-content .contact_center-detail {
    max-width: 700px;

}

.section-contact_center .contact_center-content .contact_center-detail .desc {
    font-size: 18px;
    color: #333333;
    line-height: 1.4;
    text-align: center;
    font-weight: 500;
}

.section-contact_center .contact_center-content .contact_center-btn {
    width: 100%;
    max-width: 275px;
    margin: 0 auto;
}

.section-contact_center .contact_center-content .contact_center-btn .btn-revamp {
    font-size: 18px;
}

@media screen and (max-width: 992px) {
    .section-contact_center .contact_center-content .title {
        font-size: 20px;
    }

    .section-contact_center .contact_center-content .contact_center-detail .desc {
        font-size: 14px;
    }

    .section-contact_center .contact_center-content .contact_center-btn {
        max-width: 200px;
    }

    .section-contact_center .contact_center-content .contact_center-btn .btn-revamp {
        font-size: 16px;
    }
}

.main .sc-rl .sc-inner {
    padding: 48px 0;
}

@media screen and (max-width: 767px) {
    .main .sc-rl .sc-inner {
        padding: 24px 0;
    }
}</pre></body></html>