
    h2,
    .revolutionise .faq-module .inner .faq-module-h2{margin-bottom:12px;font-size: 48px;font-weight: 600;line-height:1.2;text-align: center;color: rgba(0, 35, 41, 1);}
    
    h2 span{color: var(--v-orange);text-align: center;}
    .page-banner{padding:101px 0px 0px;background:url(https://d21u74ttq7jqzf.cloudfront.net/image/revolutionise-your-bg.webp) center no-repeat; background-size:cover;}
    .darms-div  .page-banner{padding:180px 0px 0;}
    .page-banner .inner{position: relative;}
    .page-banner .text-box{width: 44%;position: relative;z-index: 20;}
    .page-banner h1{font-size: 48px;font-weight: 600;color: rgba(0, 35, 41, 1);margin-bottom: 16px;line-height:1.2;}
    .page-banner h1 span{color: var(--v-orange);}
    .page-banner .account{margin-bottom:24px;line-height: 1.3;font-size: var(--fs-20);font-weight: 500;color: rgba(0, 35, 41, 0.8);}
    .page-banner .small-txt{font-size: var(--fs-12);color: #636363;margin-bottom: 0;line-height: 18px;}
    .page-banner .small-txt a{font-weight: 700;text-decoration: underline;}
    .page-banner .orange-button{margin-bottom: 176px;padding: 16px 36px;line-height: 1.3;}
    .page-banner .img-box{position: absolute;bottom: 0;right: 0;}

    .page-content{padding: 96px 0px;background-color: var(--v-white);}
    .page-content .inner p.stit{margin-bottom:56px;line-height: 1.3;font-size: var(--fs-20);font-weight: 500;color: rgba(0, 35, 41, 0.7);text-align: center;}
    .page-content .inner .content-lists{display: flex;justify-content: space-between;flex-wrap: wrap;margin: 0 auto;gap: 24px;}
    .page-content .inner .content-lists li{width:calc(25% - 18px);padding:32px 32px 40px;border-radius:8px;background-color: var(--v-grey-light2);position: relative;overflow: hidden;}
    .page-content .inner .content-lists li:after{content:'';position: absolute;width: 170%; height: 200%;background: rgba(0,0,0,0.1);transition: all .6s;top: 30%;left: -180%;transform: rotate(-45deg);}
    .page-content .inner .content-lists li .list-bottom{transition: .3s;}
     .page-content .inner .content-lists li img{transition: .3s;}
     .page-content .inner .content-lists li:hover img{transform: translateY(-10px);filter: drop-shadow(-24px 18px 18px rgba(0, 0, 0, 0.3));}
    .page-content .inner .content-lists li:hover:after{left: 100%;top: -130%;}
    .page-content .inner .content-lists li:hover .list-bottom{transform: translateY(-10px);}
    .page-content .inner .content-lists li .list-top{margin-bottom: 24px;text-align: center;}
    .page-content .inner .content-lists li p{margin-bottom: 0px;text-align: center;font-size: var(--fs-14);color: rgba(0, 35, 41, 0.7);line-height: 1.3;font-weight: 500;}
    .page-content .inner .content-lists li p.tit{font-weight: 600;font-size: var(--fs-20);color:rgba(0, 35, 41, 1);line-height: 1.2;max-width: 178px;margin: 0 auto 4px;}
    
    .tnc_div{text-align: center;margin-top: 20px;}
	.tnc_div a{ text-decoration:underline;font-size: var(--fs-14);color: rgba(0, 35, 41, 0.7);}

    .page-con-bottom{padding:96px 0 120px;background:url(https://d21u74ttq7jqzf.cloudfront.net/image/revolutionise-your-list.webp) center no-repeat;background-size: cover;}
    .page-con-bottom .inner .bottom-lists{display: flex;justify-content: space-between;flex-wrap: wrap;margin: 0 auto;margin:56px 0;gap: 24px;}
    .page-con-bottom .inner .bottom-lists li{width: 18%;display: flex;flex-direction: column;justify-content: space-around;background-color: var(--v-white);border-radius: 16px;padding:52px 16px;align-items: center;}
    .page-con-bottom .inner .bottom-lists li p{color: rgba(0, 35, 41, 1);text-align: center;font-weight: 600;font-size:var(--fs-18);line-height: 1.2;margin: 0;max-width: 150px;}
    .page-con-bottom .inner .bottom-lists li .icons-list{background-color: var(--v-orange);width: 67px;height: 67px;border-radius: 50%;display: flex;align-items: center;justify-content: space-around;margin-bottom: 12px;}
    .page-con-bottom .inner .bottom-lists li:nth-of-type(even) .icons-list{background-color: var(--v-green-darker);}
    .page-con-bottom .inner a{display: inherit;margin: 0 auto;}
    .page-con-bottom .open-account-btn{max-width: 190px;}

    .revolutionise .faq-module-inner .faq-list .faq-module-tit h3{font-size: var(--fs-20);line-height: 1.2;}

    .faq{background: #fff;}
    .faq .faq-module{padding: 96px 0;}
    .footer-lp{display: none;}
    @media(max-width:1440px) {
        .page-banner{padding: 90px 0 0px;}
        .darms-div  .page-banner{padding:90px 0px 0;}
    }

    @media(max-width:1240px) {
        .page-banner .img-box{right: 0px;}
        .page-content .inner .content-lists li{padding:20px;}
        .page-con-bottom{padding: 90px 0px;}
        .page-con-bottom .inner .bottom-lists li{padding: 25px 25px;}
    }

    @media(max-width:1200px) {
        .page-banner .text-box{width: 46%;}
        .page-banner .img-box{width: 50%;}
    }
    @media(max-width:1100px){
        .page-con-bottom .inner .bottom-lists{margin: 40px 0;gap: 20px;justify-content: center;}
        .page-con-bottom .inner .bottom-lists li{width: calc(33% - 12px);}
    }

    @media(max-width:980px) {
        .page-banner{padding: 80px 0 0px;}
        .page-banner .inner{display: flex;flex-direction: column;}
        .page-banner .text-box{width: 100%;display: flex;flex-direction: column;align-items: center;text-align: center;}
        .page-banner .img-box{position: static;text-align: center;width: 100%;margin: 0 auto;}
        .page-banner .orange-button{margin-bottom:48px;}
        .page-con-bottom .inner .bottom-lists li{padding: 18px;}
        .page-content .inner .content-lists li{width: calc(50% - 14px);}
        
    }

    @media(max-width:768px) {
        .page-banner{padding: 70px 0 0px;}
        .darms-div  .page-banner{padding:70px 0px 0;}
        .page-banner h1{font-size: 36px;}
        h2, .revolutionise .faq-module .inner .faq-module-h2{font-size: 30px;}
        .page-banner .img-box img{width: 100%;}
        .page-content,.page-con-bottom,.faq .faq-module{padding: 50px 0px;}
        .page-con-bottom .inner .bottom-lists li .icons-list{width: 54px;height: 54px;}
    }

    @media(max-width:510px) {
        .page-banner{background:url(https://d21u74ttq7jqzf.cloudfront.net/image/revolutionise-your-bg-mb.webp) center no-repeat;background-size: cover;}
        .page-con-bottom{background:url(https://d21u74ttq7jqzf.cloudfront.net/image/revolutionise-your-list-mb.webp) center no-repeat;background-size: cover;}
        .page-banner{padding: 32px 0 0px;}
        .darms-div  .page-banner{padding:32px 0px 0;}
        .page-banner h1{font-size: 28px;}
        h2, .revolutionise .faq-module .inner .faq-module-h2{font-size:20px;}
        .page-content,.page-con-bottom,.faq .faq-module{padding:32px 0px}
        .page-content .inner p.stit{font-size: 14px;margin-bottom: 24px;}
        .page-content .inner .content-lists{gap: 9px;}
        .page-content .inner .content-lists li{padding:16px 8px;width: calc(50% - 5px);}
        .page-content .inner .content-lists li img{max-height: 100px;width: auto;}
        .page-content .inner .content-lists li .list-top{margin-bottom: 8px;}
        .page-con-bottom .inner .bottom-lists li{padding:22px 12px;width: 100%;gap: 12px;flex-direction: inherit;justify-content: flex-start;}
        .page-con-bottom .inner .bottom-lists{margin: 24px 0;}
        .page-con-bottom .inner .bottom-lists li p{max-width: 100%;text-align: left;}
        .page-con-bottom .inner .bottom-lists li .icons-list{width:40px;height:40px;margin: 0;}
        .page-con-bottom .inner .bottom-lists li .icons-list img{max-width: 24px;}
    }

    

/* ! vantagemarekts|2025-10-21 17:20:00 ! */
