<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.icw .kpoint-bg {
    background: linear-gradient(325.28deg, #00F86C -110.51%, #0A6A60 77.76%);
    border-radius: 8px;
    padding: 12px;
    position: relative;
    margin-bottom: 16px;
    margin-top: 40px;
}

.title-custom-box {
    height: 70px;
}

.up-line {
    border: black solid 0.5;
    width: 200px;
}

@media screen and (min-width:1025px) {
    .k-privilage {
        min-width: 400px !important; 
    }

    .font-20 {
        font-size: 20px !important;
    }
}



.font-33 {
    font-size: 33px !important;
}

.icw .kpoint-bg.first {
    margin-top: 0;
}

.icw .ic-kpoint {
    position: absolute;
    height: 100%;
    top: 0;
}

.icw .ic-kpoint.box1,
.icw .ic-kpoint.box2 {
    left: -30px;
}

.icw .pos-relative {
    position: relative;
    padding: 2px;
}

.icw .pos-relative .item-list-slide .thumb-des {
    gap: 0;
    justify-content: flex-start;
    padding: 16px;
}

.icw .mb-48-40 {
    margin-bottom: 40px !important;
}

.icw .kpoint-logo {
    max-width: 95px;
    width: 100%;
    position: relative;
    left: -4px;
    top: -3px;
}

.icw .pos-relative .box-thumb {
    max-width: 250px;
    /* margin-right: 16px !important; */
}

.icw .pos-relative .box-thumb .h4 {
    font-size: 16px !important;
}

.icw #content-campaign .pos-relative .box-thumb {
    box-shadow: 0px 1px 4px rgb(0, 0, 0, 0.15);
}

.icw #content-campaign .pos-relative .custom-shadow {
    padding: 0 6px 48px 6px;
}

.icw .flex-kpoint .kpoint-bg {
    margin-top: 0;
}

.icw .flex-kpoint {
    margin-top: 40px;
}

.icw #content-campaign .flex-kpoint .pos-relative .box-thumb {
    min-width: 250px;
    margin-right: 0 !important;
    margin-bottom: 2px;
}

.icw #content-campaign .flex-kpoint .pos-relative .swiper-wrapper {
    justify-content: center;
}

.thumb-desc {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 2.5rem;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    height: 219px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding-top: 10px;
    padding-bottom: 48px;
}

.image-border {
    clip-path: inset(0px 0px 8px 0px);
    bottom: -9px !important;
    border-radius: 20px !important;
}

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

    /* .mobile-swiper {
        display: flex !important;
        flex-direction: column !important;
    } */

    .swiper-wrapper {
        display: block !important;
        transform: none !important;
    }
    
    .swiper-button-next,
    .swiper-button-prev,
    .swiper-pagination {
        display: none !important;
    }
    
    .swiper-slide {
        width: auto !important;
        margin-right: 0 !important;
    }
    
     .mobile-swiper {
        display: flex !important;
        flex-direction: column !important;
    }

    .thumb-desc {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 2.5rem;
        box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
        height: 219px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        padding-top: 10px;
    }

    .up-line {
        border: black solid 0.5;
        width: 200px;
    }
    
}

.icw .line-gray {
    display: none;
    border-left: 1px solid #E7E7E7;
}

.icw .flex-kpoint {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.icw #detail-campaign {
    padding-bottom: 32px;
}

.icw #howto {
    background: #FAFAFA;
    max-width: unset;
    overflow: hidden;
}

.icw #howto.container .sc-inner {
    max-width: 1172px;
    overflow: hidden;
    margin: auto;
}

.icw #howto .sc-inner {
    padding: 48px 0 !important;
}

.icw .box-howto {
    background: #FFFFFF;
    background-blend-mode: multiply;
    background: linear-gradient(162.63deg, #00A94F -37.17%, #34434E 119.2%);
    background: linear-gradient(186.29deg, #0A6A60 18.13%, #40525D 75.32%, #273035 113.95%);
    padding: 32px 0px;
    padding-bottom: 0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    gap: 40px;
    margin-top: 24px;
    position: relative;
}

.icw .em-howto {
    position: relative;
    max-width: 328px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.icw #howto .btn {
    min-width: unset;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
}

.icw .text-light strong {
    color: #fff !important;
}

.group-inner {
    padding: 0 !important;
}

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

    .font-28 {
        font-size: 28px;
    }

    .icw #howto .btn {
        min-width: 400px;
        height: 48px;
        line-height: 48px;
        font-size: 20px;
    }

    /* .icw #howto.container .sc-inner {
        padding: 0 16px;
    } */

    .icw .pos-relative .item-list-slide .thumb-des {
        padding: 24px;
    }

    .icw #detail-campaign {
        padding-bottom: 48px;
    }

    .icw #howto .sc-inner {
        padding: 64px 0 !important;
    }

    .icw .line-gray {
        display: block;
    }

    .icw .flex-kpoint {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        gap: 16px;
    }

    .icw .mb-48-40 {
        margin-bottom: 48px !important;
    }

    .icw .ic-kpoint.box1 {
        left: 50px;
    }

    .icw .kpoint-bg {
        background: linear-gradient(325.28deg, #00F86C -110.51%, #0A6A60 77.76%);
        border-radius: 8px;
        padding: 12px;
        position: relative;
        margin-bottom: 24px;
    }

    .icw .kpoint-logo {
        max-width: 122px;
        width: 100%;
    }

    .icw .pos-relative .box-thumb {
        max-width: unset;
    }

    .icw .pos-relative .box-thumb .h4 {
        font-size: 20px !important;
    }

    .icw #content-campaign .flex-kpoint .pos-relative .box-thumb {
        min-width: 300px;
    }

   .icw  #howto .h2 {
        font-size: 28px !important;
    }

    .icw .box-howto {
        padding: 32px 24px;
        padding-left: 320px;
        flex-direction: column;
        margin-top: 50px;
    }

    .icw .em-howto {
        position: absolute;
        max-width: 360px;
        bottom: 0;
    }

    .force-bg {
        background: url(/SiteCollectionDocuments/promotion/creditcard/passion-topup-privilege/img/Desktop-BG.jpg) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .custom-sub-header-card {
        color: #A76857 !important;
        font-size: 26px !important;
    }

    .image-border {
        clip-path: inset(0px 0px 8px 0px);
        bottom: -9px !important;
        border-radius: 20px !important;
    }

}


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

    .k-privilage {
        min-width: 400px !important; 
    }

    .custom-sub-header-card {
        color: #A76857 !important;
        font-size: 26px !important;
    }

    .icw .ic-kpoint.box1 {
        left: 310px;
    }

    .icw .ic-kpoint.box2 {
        left: -5px;
    }

    .icw #howto .h2 {
        font-size: 33px !important;
    }

    .icw .box-howto {
        padding: 32px 24px;
        padding-left: 320px;
        flex-direction: column;
        margin-top: 50px;
    }

    .icw .em-howto {
        position: absolute;
        max-width: 360px;
        bottom: 0;
    }

    .icw .kpoint-bg {
        margin-top: 64px;
    }

    .icw .flex-kpoint {
        margin-top: 64px;
    }

    .icw #content-campaign .flex-kpoint .pos-relative .box-thumb {
        min-width: 364px;
    }

    .icw .flex-kpoint {
        gap: 57px;
    }

    .up-line {
        border: black solid 0.5;
        width: 200px;
    }

    .img-thumb-custom {
        display: block;
        overflow: hidden;
    }

    p {
        color: black;
    }

    .inc-gap {
        gap: 24px
    }

    .custom-sub-header-card {
        color: #A76857 !important;
        font-size: 26px !important;
    }

    .thumb-desc {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 2.5rem;
        box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
        height: 219px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        padding-top: 10px;
    }

    .force-bg {
        background: url(/SiteCollectionDocuments/promotion/creditcard/passion-topup-privilege/img/Mobile-BG.jpg) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }




    .image-border {
        clip-path: inset(0px 0px 8px 0px);
        bottom: -9px !important;
        border-radius: 20px !important;
    }


    .btn-div {
        padding: 0px;
    }

}

.btn-div {
    padding: 0px;
}


@media screen and (max-width:767px) {
        .force-bg {
            background: url(../../../../../SiteCollectionDocuments/promotion/creditcard/passion-topup-privilege/img/Mobile-BG.jpg) !important;
            background-repeat: no-repeat !important;
            background-size: cover !important;
        }

        .btn-div {
            padding: 0px 10px;
        }

        .k-privilage {
            width: 100% !important;
        }

        .custom-sub-header-card {
            color: #A76857 !important;
            font-size: 24px !important;
        }

        .icw #content-campaign .pos-relative .custom-shadow {
            padding: 0 6px !important;
        }

        .icw .em-howto {
            position: relative;
            max-width: 768px !important;
            width: 100% !important;
            left: 0 !important;
            bottom: 0 !important;
        }
    }

/* p{
    color: black;
} */</pre></body></html>