@import "https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700;800&display=swap";
:root{--font:"Instrument Sans", sans-serif}@font-face{font-family:Bebas Neue;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/bebasneue/v16/JTUSjIg69CK48gW7PXoo9Wdhyzbi.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Bebas Neue;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/bebasneue/v16/JTUSjIg69CK48gW7PXoo9Wlhyw.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.hero-section{background-color:#eef5fc;flex-direction:column;min-height:85vh;display:flex;position:relative;overflow:hidden}.hero-bg-circle-top{pointer-events:none;background:#1d6ea812;border-radius:50%;width:600px;height:600px;position:absolute;top:-120px;right:-120px}.hero-bg-circle-bottom{pointer-events:none;background:#f282000f;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-80px;left:-80px}.hero-main{flex:1;align-items:center;gap:48px;width:100%;max-width:1400px;margin:0 auto;padding:80px 40px 40px;display:flex}.hero-left{flex:0 0 52%;max-width:52%}.hero-tagline{background:#fff;border:1px solid #1d6ea826;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:8px 18px;display:inline-flex;box-shadow:0 2px 12px #1d6ea814}.hero-tagline-dot{border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;display:inline-block}.hero-tagline-text{color:#1d6ea8;letter-spacing:.3px;font-size:13px;font-weight:600;font-family:var(--font)}.hero-title{font-family:var(--font);letter-spacing:-1px;margin-bottom:24px;font-size:85px;font-weight:700;line-height:1}.hero-title-word{letter-spacing:3px;margin-right:12px;font-family:Bebas Neue,sans-serif}.hero-description{color:#5a6a7a;max-width:650px;font-size:16px;line-height:1.75;font-family:var(--font);margin-bottom:36px}.hero-buttons{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.hero-btn-primary{color:#fff;cursor:pointer;height:52px;font-size:15px;font-weight:700;font-family:var(--font);background-color:#f28200;border:none;border-radius:8px;align-items:center;gap:8px;padding:0 28px;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 20px #f282004d}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #f2820066}.hero-btn-secondary{color:#1d6ea8;cursor:pointer;height:52px;font-size:15px;font-weight:600;font-family:var(--font);background-color:#0000;border:1.5px solid #1d6ea84d;border-radius:8px;padding:0 24px;transition:border-color .2s,background .2s}.hero-btn-secondary:hover{background:#1d6ea80a;border-color:#1d6ea8}.hero-right{flex:0 0 44%;justify-content:center;align-items:flex-end;max-width:44%;display:flex;position:relative}.hero-image-circle{z-index:0;background:#1d6ea814;border-radius:50%;width:420px;height:420px;position:absolute}.hero-image{object-fit:contain;object-position:center bottom;z-index:1;width:100%;max-width:480px;height:auto;max-height:500px;position:relative;bottom:20px;right:25px}.status-bar{background:#2a6099;border-top:1px solid #1d6ea81a;padding:24px 40px}.status-grid{grid-template-columns:repeat(4,1fr);gap:16px;max-width:1400px;margin:0 auto;display:grid}.statu-item{text-align:center;padding:12px 0;opacity:1!important}.statu-value{font-size:2rem;font-weight:600;font-family:var(--font);letter-spacing:-.5px;min-height:30px;display:block;color:#fff!important}.statu-label{color:#fff;font-size:13px;font-family:var(--font);margin-top:2px}.slide-controls{z-index:10;align-items:center;gap:12px;display:flex;position:absolute;bottom:100px;left:40px}.slide-dot{cursor:pointer;border:none;border-radius:100px;height:10px;padding:0;transition:all .3s;position:relative;overflow:hidden}.slide-dot.active{background:#1d6ea8;width:48px}.slide-dot.inactive{background:#1d6ea8;width:10px}.slide-progress{background:#fff6;border-radius:100px;height:100%;transition:width 50ms linear;position:absolute;top:0;left:0}.slide-arrows{z-index:10;gap:10px;display:flex;position:absolute;bottom:90px;right:40px}.arrow-btn{cursor:pointer;color:#1d6ea8;background:#fff;border:1px solid #1d6ea833;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,transform .2s;display:flex;box-shadow:0 2px 10px #0000000f}.arrow-btn:hover{color:#fff;background:#1d6ea8;transform:scale(1.1)}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}@media (max-width:991px){.hero-main{text-align:center;flex-direction:column!important;align-items:center!important;padding:80px 24px 120px!important}.hero-left,.hero-right{flex-direction:column!important;flex:0 0 100%!important;align-items:center!important;width:100%!important;max-width:100%!important;display:flex!important}.hero-right{order:-1;justify-content:center!important;align-items:center!important;display:flex!important}.hero-image{max-width:320px!important;margin:0 auto!important;display:block!important;bottom:0!important;right:0!important}.hero-image-circle{width:300px!important;height:300px!important}.hero-buttons{justify-content:center!important}.hero-tagline{margin-left:auto!important;margin-right:auto!important}.status-grid{grid-template-columns:repeat(2,1fr)!important}.slide-controls{transform:translate(-50%);left:50%!important}.slide-arrows{display:none!important}}@media (max-width:576px){.hero-main{padding:70px 20px 110px!important}.hero-image{max-width:260px!important}.hero-image-circle{width:240px!important;height:240px!important}.status-grid{grid-template-columns:repeat(2,1fr)!important}}.about-section{font-family:var(--font);background:#fff;overflow:hidden}.about-image-wrap{padding-bottom:20px;position:relative}.section-eyebrow{color:#1f65a3;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;font-size:13px;font-weight:600}.about-heading{color:#1a1a1a;margin-bottom:16px;font-size:clamp(24px,3vw,36px);font-weight:800;line-height:1.2}.text-orange{color:#eb7e01}.about-desc{color:#555;max-width:600px;font-size:18px;line-height:1.85}.aboutBtn{color:#fff;white-space:nowrap;font-size:14px;font-weight:600;font-family:var(--font);cursor:pointer;background-color:#1f65a3;border:none;border-radius:6px;align-items:center;gap:6px;padding:10px 20px;text-decoration:none;transition:background .2s;display:inline-flex}.aboutBtn:hover{color:#fff;background-color:#2a5298}.call-us-box{align-items:center;gap:10px;display:flex}.call-icon-wrap{color:#fff;background:#1f65a3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;display:flex}.call-label{color:#464646;font-size:11px;font-weight:500}.call-number{color:#1a3a6b;font-size:14px;font-weight:700}.app-section{min-height:520px;font-family:var(--font);background:#0a1f5c;align-items:center;padding:80px 0;display:flex;position:relative;overflow:hidden}.app-bg-overlay{opacity:.9;z-index:0;background:linear-gradient(135deg,#0a1f5c 0%,#0d2a7a 40%,#0f2e8a 70%,#0a1f5c 100%);position:absolute;inset:0}.app-wave{z-index:1;pointer-events:none;position:absolute}.app-wave--1{background:#ffffff0a;border-radius:50%;width:700px;height:350px;bottom:-60px;left:-100px;transform:rotate(-20deg)}.app-wave--2{background:#ffffff09;border-radius:50%;width:600px;height:300px;bottom:-80px;right:-80px;transform:rotate(15deg)}.app-dots{z-index:1;pointer-events:none;background-image:radial-gradient(circle,#ffffff2e 1.5px,#0000 1.5px);background-size:18px 18px;border-radius:50%;width:160px;height:160px;position:absolute}.app-dots--tr{top:20px;right:60px}.app-dots--bl{opacity:.5;bottom:30px;left:40px}.app-circle{pointer-events:none;z-index:1;border:1.5px solid #ffffff1f;border-radius:50%;position:absolute}.app-circle--1{width:80px;height:80px;top:30px;right:80px}.app-circle--2{background:#e8a020;border:none;width:18px;height:18px;bottom:80px;left:200px}.app-circle--3{width:40px;height:40px;bottom:60px;left:300px}.app-container{z-index:2;align-items:center;gap:60px;width:100%;max-width:1280px;margin:0 auto;padding:0 60px;display:flex;position:relative}.app-content{flex:1;min-width:0}.app-eyebrow{color:#ffffffb3;letter-spacing:1.5px;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:20px;font-size:13px;font-weight:600;display:flex}.app-eyebrow__line{background:#e8a020;border-radius:2px;flex-shrink:0;width:30px;height:2px;display:inline-block}.app-headline{letter-spacing:1px;flex-direction:column;gap:4px;margin:0 0 24px;font-size:clamp(36px,4.5vw,60px);font-weight:800;line-height:1.2;display:flex}.app-headline__line{flex-wrap:wrap;display:flex}.app-headline__white{color:#fff}.app-headline__gold{color:#f28200}.slide-word{line-height:1.2;display:inline-block;overflow:hidden}.slide-word>span{opacity:0;will-change:transform, opacity;transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .5s;display:inline-block;transform:translate(-110%)}.app-section.is-visible .slide-word--delay-1>span{opacity:1;transition-delay:50ms;transform:translate(0)}.app-section.is-visible .slide-word--delay-2>span{opacity:1;transition-delay:.22s;transform:translate(0)}.app-section.is-visible .slide-word--delay-3>span{opacity:1;transition-delay:.38s;transform:translate(0)}.app-section.is-visible .slide-word--delay-4>span{opacity:1;transition-delay:.55s;transform:translate(0)}.app-section.is-visible .slide-word--delay-5>span{opacity:1;transition-delay:.72s;transform:translate(0)}.app-section.is-visible .slide-word--delay-6>span{opacity:1;transition-delay:.88s;transform:translate(0)}.app-bank-label{margin-bottom:20px}.app-bank-label__name{color:#fff;letter-spacing:1.5px;margin:0 0 2px;font-size:14px;font-weight:700}.app-bank-label__sub{color:#e8a020;letter-spacing:2px;text-transform:uppercase;margin:0;font-size:13px;font-weight:700}.app-desc{color:#ffffffb3;max-width:480px;margin-bottom:32px;font-size:14.5px;line-height:1.8}.app-download__label{color:#ffffffbf;margin-bottom:12px;font-size:14px}.app-download__label strong{color:#e8a020}.app-play-btn{transition:transform .3s,filter .3s;display:inline-block}.app-play-btn:hover{filter:drop-shadow(0 8px 20px #0000004d);transform:translateY(-3px)scale(1.04)}.app-store-img{object-fit:contain;width:auto;height:44px;display:block}.app-play-fallback{color:#fff;background:#000;border:1px solid #ffffff4d;border-radius:8px;align-items:center;gap:10px;min-width:140px;padding:8px 16px;display:inline-flex}.app-play-fallback div{flex-direction:column;line-height:1.2;display:flex}.app-play-fallback span{opacity:.8;text-transform:uppercase;letter-spacing:.5px;font-size:9px}.app-play-fallback strong{font-size:15px;font-weight:700}.app-phone-side{flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.app-phone-glow{filter:blur(30px);z-index:0;background:radial-gradient(#2a609980 0%,#0000 70%);border-radius:50%;width:300px;height:400px;position:absolute}.app-phone-wrap{z-index:1;width:425px;height:520px;position:relative}.app-phone-frame{background:#0d1b3e;border:6px solid #ffffff26;border-radius:42px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff0f,0 30px 60px #00000080,inset 0 0 30px #ffffff0a}.app-phone-img{object-fit:cover;object-position:top center;border-radius:36px}.app-phone-screen-fallback{flex-direction:column;display:flex;position:absolute;inset:0;overflow:hidden}.app-screen-header{background:linear-gradient(90deg,#1a3a6b,#2a6099);flex-direction:column;align-items:center;gap:2px;padding:18px 14px 14px;display:flex}.app-screen-logo{color:#fff;letter-spacing:1px;font-size:18px;font-weight:800}.app-screen-tagline{color:#ffffffbf;text-align:center;font-size:9px}.app-screen-body{background:#f8fafd;flex-direction:column;flex:1;gap:10px;padding:18px 14px;display:flex}.app-screen-welcome{color:#1a3a6b;text-align:center;margin:0 0 4px;font-size:12px;font-weight:700}.app-screen-field{color:#7a8fa6;background:#fff;border:1px solid #dde6f0;border-radius:6px;padding:8px 10px;font-size:10px}.app-screen-select{color:#2d3748;background:#fff;border:1px solid #dde6f0;border-radius:6px;padding:8px 10px;font-size:10px}.app-screen-btn{color:#fff;text-align:center;background:linear-gradient(90deg,#2a6099,#1a3a6b);border-radius:6px;margin-top:auto;padding:9px 10px;font-size:11px;font-weight:700}@media (max-width:480px){.app-store-img{height:36px}.app-play-fallback{min-width:120px;padding:6px 12px}.app-play-fallback strong{font-size:13px}}.anim{opacity:0;transition:opacity .7s,transform .7s}.anim--fade-up{transform:translateY(30px)}.anim--fade-left{transform:translate(50px)}.anim--delay-1{transition-delay:.15s}.anim--delay-2{transition-delay:.25s}.anim--delay-3{transition-delay:.35s}.anim--delay-4{transition-delay:.5s}.anim.is-visible{opacity:1;transform:translate(0)}@media (max-width:991px){.app-container{text-align:center;flex-direction:column-reverse;gap:40px;padding:0 32px}.app-eyebrow,.app-headline__line{justify-content:center}.app-desc{margin-left:auto;margin-right:auto}.app-bank-label__name,.app-bank-label__sub{text-align:center}.app-download{flex-direction:column;align-items:center;display:flex}.app-download__label{text-align:center}.app-phone-wrap{width:362px;height:440px}}@media (max-width:576px){.app-section{padding:60px 0}.app-container{padding:0 20px}.app-headline{font-size:32px}.app-phone-wrap{width:308px;height:380px}.app-circle--3{display:none}}@media (max-width:1100px){.hero-row{padding:0 32px}.hero-left{flex:0 0 54%;max-width:54%}.hero-right{flex:0 0 44%;max-width:44%}}@media (max-width:768px){.hero-section{padding:40px 0 0}.hero-row{flex-direction:column;gap:24px;min-height:auto;padding:0 20px}.hero-left{flex:unset;text-align:center;width:100%;max-width:100%;padding-bottom:0}.hero-desc{text-align:center;max-width:100%}.hero-right{flex:unset;justify-content:center;width:100%;max-width:100%}.hero-men-img{max-width:300px;margin:0 auto}}@media (max-width:480px){.hero-row{padding:0 16px}.hero-heading{font-size:28px}.hero-btn{padding:12px 24px;font-size:14px}.hero-circle-deco{display:none}}.complaint-section{font-family:var(--font);background:#f0f5ff;border-top:3px solid #1a3a6b;border-bottom:1px solid #dde6f0;padding:36px 60px;position:relative;overflow:hidden}.complaint-section:before{content:"";background:linear-gradient(#1a3a6b,#e8a020);width:6px;position:absolute;top:0;bottom:0;left:0}.complaint-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#e8a02014,#0000 70%);border-radius:50%;width:260px;height:260px;position:absolute;top:50%;right:-60px;transform:translateY(-50%)}.complaint-inner{z-index:2;max-width:1280px;margin:0 auto;position:relative}.complaint-heading{color:#1a3a6b;white-space:nowrap;margin:0;font-size:clamp(22px,2.5vw,32px);font-weight:800}.complaint-heading span{color:#e8a020}.btn-click-now{color:#fff;white-space:nowrap;background:#1a3a6b;border-radius:50px;align-items:center;gap:0;padding:6px 22px 6px 6px;font-size:15px;font-weight:700;text-decoration:none;transition:background .25s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 16px #1a3a6b33}.btn-click-now:hover{color:#fff;background:#0d2550;transform:translateY(-2px);box-shadow:0 8px 24px #1a3a6b47}.click-icon{color:#fff;background:#ffffff26;border:1.5px solid #ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;margin-right:12px;font-size:18px;display:flex}.complaint-email{color:#1a3a6b;white-space:nowrap;background:#fff;border:2px solid #dde6f0;border-radius:50px;align-items:center;gap:0;padding:6px 22px 6px 6px;font-size:15px;font-weight:700;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:inline-flex;box-shadow:0 2px 10px #1a3a6b12}.complaint-email:hover{color:#1a3a6b;border-color:#1a3a6b;transform:translateY(-2px);box-shadow:0 6px 20px #1a3a6b21}.email-icon{color:#fff;background:#f28200;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;margin-right:12px;font-size:18px;display:flex}@media (max-width:991px){.complaint-section{padding:36px 32px}}@media (max-width:767px){.complaint-section{padding:32px 20px 32px 26px}.complaint-heading{white-space:normal;text-align:center;margin-bottom:24px}.col-md-7{flex-direction:column!important;align-items:center!important;gap:12px!important;width:100%!important;display:flex!important}.btn-click-now,.complaint-email{justify-content:flex-start;width:100%}}.main-footer{color:#cdd8ec;font-family:var(--font);background:#1a3a7c;padding:56px 0 0;font-size:16px;position:relative;overflow:hidden}.footer-deco-left{clip-path:polygon(40% 0%,100% 0%,60% 100%,0% 100%);pointer-events:none;background:#ffffff0d;width:160px;height:300px;animation:4s ease-in-out infinite floatUpDown;position:absolute;top:50%;left:-60px;transform:translateY(-50%)}.footer-deco-right{clip-path:polygon(0% 0%,60% 0%,100% 100%,40% 100%);pointer-events:none;background:#ffffff0d;width:160px;height:300px;animation:4s ease-in-out infinite reverse floatUpDown;position:absolute;top:50%;right:-60px;transform:translateY(-50%)}@keyframes floatUpDown{0%{transform:translateY(-50%)}50%{transform:translateY(calc(24px - 50%))}to{transform:translateY(-50%)}}.footer-inner-row{box-sizing:border-box;justify-content:space-between;align-items:flex-start;gap:40px;width:100%;max-width:1400px;margin:0 auto;padding:0 60px;display:flex}.footer-col{flex:1 1 0;min-width:0}.footer-col-info{flex:1.4}.footer-col-resources{flex:.9}.footer-col-banking{flex:1.2}.footer-col-dicgc{flex:1.1}.footer-logo-box{background:#fff;border-radius:8px;align-items:center;gap:10px;margin-bottom:18px;padding:12px 16px;display:inline-flex}.footer-logo-img{object-fit:contain;width:46px;height:46px;display:block}.footer-logo-fallback{color:#f5a623;background:#1a3a6b;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:20px;font-weight:800;display:flex}.footer-logo-text-wrap{flex-direction:column;line-height:1.2;display:flex}.footer-bank-name{color:#1a3a6b;letter-spacing:.5px;font-size:15px;font-weight:800}.footer-bank-sub{color:#eb7e01;letter-spacing:.5px;font-size:10px;font-weight:700}.footer-address{color:#c5d4e8;margin-bottom:16px;font-size:16px;font-style:normal;line-height:1.75}.footer-contact-item{margin-bottom:10px}.footer-contact-label{color:#fff;margin-bottom:3px;font-size:16px;font-weight:600;display:block}.footer-contact-row{align-items:center;gap:7px;display:flex}.footer-contact-icon{color:#c5d4e8;font-size:16px}.footer-contact-row a{color:#c5d4e8;font-size:16px;text-decoration:none;transition:color .2s}.footer-contact-row a:hover{color:#f5a623}.about-contact-row a{color:#fff;font-size:16px;text-decoration:none;transition:color .2s}.about-contact-row a:hover{color:#c5d4e8}.footer-col-title{color:#fff;border-bottom:2px solid #ffffff1f;margin-bottom:18px;padding-bottom:8px;font-size:18px;font-weight:600;line-height:1.3}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{align-items:center;gap:7px;margin-bottom:9px;display:flex}.footer-links li:before{content:"";background:#c5d4e8;border-radius:50%;flex-shrink:0;width:6px;height:6px}.footer-links li a{color:#c5d4e8;font-size:16px;text-decoration:none;transition:color .2s,padding-left .2s}.footer-links li a:hover{color:#f5a623;padding-left:3px}.cst-links{color:#fff;text-decoration:none}.cst-links:hover{color:#f28200}.footer-details-list{margin:0;padding:0;list-style:none}.footer-detail-item{color:#fff;margin-bottom:8px;font-size:14px;line-height:1.5}.footer-details-list li{gap:12px;padding:6px 0;font-size:16px;display:flex}.footer-detail-row{grid-template-columns:140px 1fr;gap:6px;margin-bottom:8px;display:grid}.detail-label{color:#d8d8d8;margin-right:4px;font-weight:500}.detail-value{color:#fff}.footer-dicgc-text{color:#c5d4e8;margin-bottom:16px;font-size:16px;line-height:1.65}.footer-dicgc-text strong{color:#fff}.dicgc-badges{flex-wrap:wrap;gap:14px;display:flex}.dicgc-img{object-fit:contain;border-radius:6px;width:64px;height:64px}.dicgc-badge-fallback{background:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:64px;height:64px}.dicgc-badge-fallback span{font-size:22px}.dicgc-badge-fallback small{color:#1a3a6b;letter-spacing:1px;font-size:8px;font-weight:800}.qr-wrap{flex-direction:column;align-items:center;gap:6px;display:flex}.qr-img{object-fit:contain;background:#fff;border:2px solid #fff;border-radius:6px;width:70px;height:70px}.qr-placeholder{background:#fff;border-radius:6px;justify-content:center;align-items:center;width:70px;height:70px}.qr-placeholder span{color:#1a3a6b;font-size:10px;font-weight:600}.qr-label{color:#8fa0b8;font-size:10px}.footer-copyright{background:#1f65a3;border-top:1px solid #ffffff14;margin-top:48px;padding:14px 0}.copyright-text{color:#fff;text-align:center;margin:0;font-size:14px}.copyright-link{color:#fff;font-weight:700;text-decoration:none}.copyright-link:hover{text-decoration:underline}@media (max-width:1024px){.footer-inner-row{gap:28px;padding:0 40px}}@media (max-width:768px){.footer-inner-row{flex-wrap:wrap;gap:24px;padding:0 24px}.footer-col-info,.footer-col-resources,.footer-col-banking,.footer-col-dicgc{flex:0 0 calc(50% - 12px);min-width:calc(50% - 12px)}.footer-deco-left,.footer-deco-right{display:none}}@media (max-width:480px){.footer-inner-row{padding:0 16px}.footer-col-info,.footer-col-resources,.footer-col-banking,.footer-col-dicgc{flex:0 0 100%;min-width:100%}}.stats-section{font-family:var(--font);background:#214b80;padding:80px 0 90px;position:relative;overflow:hidden}.stats-dot{pointer-events:none;border-radius:50%;position:absolute}.stats-dot--1{background:#e8a020;width:8px;height:8px;top:52px;left:26%}.stats-dot--2{background:#e8a020;width:6px;height:6px;bottom:60px;right:8%}.stats-circle{pointer-events:none;border:1.5px solid #acc0d633;border-radius:50%;position:absolute}.stats-circle--1{width:48px;height:48px;top:40px;right:6%}.stats-circle--2{width:28px;height:28px;bottom:50px;left:6%}.stats-circle--3{border-color:#628ebd26;width:14px;height:14px;top:36px;left:40%}.stats-container{text-align:center;max-width:1200px;margin:0 auto;padding:0 40px}.stats-eyebrow{letter-spacing:3px;color:#ebebeb;text-transform:uppercase;opacity:0;align-items:center;gap:10px;margin-bottom:12px;font-size:12px;font-weight:700;transition:opacity .6s,transform .6s;display:inline-flex;transform:translateY(16px)}.stats-eyebrow--visible{opacity:1;transform:translateY(0)}.stats-eyebrow__dot{background:#2a6099;border-radius:50%;width:6px;height:6px;display:inline-block}.stats-heading{color:#fff;letter-spacing:1.5px;text-transform:uppercase;opacity:0;margin:0 0 4px;font-size:clamp(22px,2.8vw,36px);font-weight:800;transition:opacity .6s .1s,transform .6s .1s;transform:translateY(20px)}.stats-heading--visible{opacity:1;transform:translateY(0)}.stats-heading__year{color:#f28200}.stats-unit{color:#fff;opacity:0;margin:0 0 40px;font-size:13px;font-weight:500;transition:opacity .6s .2s}.stats-unit--visible{opacity:1}.stats-card{opacity:0;background:#fff;border-radius:8px;align-items:stretch;width:100%;padding:44px 20px;transition:opacity .7s .3s,transform .7s .3s;display:flex;transform:translateY(30px);box-shadow:0 8px 40px #1a3a6b14}.stats-card--visible{opacity:1;transform:translateY(0)}.stat-item{flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:0;padding:8px 12px;display:flex;position:relative}.stat-item--divider:after{content:"";background:#dde6f0;width:1px;height:44px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.stat-item--divider:before{content:"";z-index:1;background:#fff;border:1.5px solid #b8cce0;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;right:-4px;transform:translateY(-50%)}.stat-value{color:#0d1f3c;letter-spacing:-.5px;white-space:nowrap;font-variant-numeric:tabular-nums;margin-bottom:10px;font-size:clamp(22px,2.6vw,40px);font-weight:900;line-height:1}.stat-label{color:#7a8fa6;letter-spacing:2px;text-transform:uppercase;white-space:nowrap;font-size:clamp(9px,.85vw,12px);font-weight:700}@media (max-width:900px){.stats-container{padding:0 24px}.stats-card{flex-wrap:wrap;padding:30px 10px}.stat-item{flex:0 0 50%;padding:24px 16px}.stat-item--divider:nth-child(2):after,.stat-item--divider:nth-child(2):before{display:none}.stat-item:first-child,.stat-item:nth-child(2){border-bottom:1px solid #dde6f0}.stat-value{font-size:clamp(24px,4vw,32px)}.stat-label{font-size:11px}}@media (max-width:480px){.stats-section{padding:56px 0 64px}.stats-container{padding:0 16px}.stats-card{border-radius:8px;grid-template-columns:repeat(2,1fr);padding:8px 0;display:grid}.stat-item:first-child,.stat-item:nth-child(2){border-bottom:1px solid #dde6f0}.stat-item:first-child,.stat-item:nth-child(3){border-right:1px solid #dde6f0}.stat-item--divider:after,.stat-item--divider:before{display:none}.stat-item{flex:unset;border-bottom:none;width:100%;padding:22px 12px}.stat-value{white-space:normal;font-size:22px}.stat-label{letter-spacing:1.5px;font-size:10px}.stats-heading{letter-spacing:.5px;font-size:18px}}.loan-section{font-family:var(--font);background:#eef3fb;padding:74px 0;position:relative;overflow:hidden}.loan-bg-shape1{pointer-events:none;z-index:0;background:#b4d2f559;border-radius:60px;width:340px;height:340px;position:absolute;top:-60px;right:-80px;transform:rotate(30deg)}.loan-bg-shape2{pointer-events:none;z-index:0;background:#b4d2f540;border-radius:50px;width:260px;height:260px;position:absolute;bottom:-80px;left:-60px;transform:rotate(-20deg)}.loan-watermark{color:#1a3a6b0f;letter-spacing:10px;pointer-events:none;white-space:nowrap;z-index:0;-webkit-user-select:none;user-select:none;font-size:88px;font-weight:900;position:absolute;top:0;left:50%;transform:translate(-50%)}.loan-header{z-index:1;padding:0 16px;position:relative}.loan-eyebrow{color:#1f65a3;letter-spacing:2px;text-transform:uppercase;margin-bottom:6px;font-size:16px;font-weight:700}.loan-eyebrow span{color:#f5a623}.loan-heading{color:#1f65a3;letter-spacing:2px;margin-bottom:40px;font-size:clamp(28px,4vw,46px);font-weight:700;line-height:1.1}.loan-content-wrap{z-index:1;position:relative}.loan-tabs-row{justify-content:center;align-items:stretch;gap:14px;width:100%;height:340px;display:flex;overflow:hidden}.loan-slot{border-left:2px solid #1f65a3;border-right:2px solid #1f65a3;flex:0 0 110px;height:100%;transition:flex .45s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.loan-slot-active{flex:0 0 520px}.loan-tab{cursor:pointer;z-index:2;background:#1f65a312;flex-direction:column;justify-content:flex-start;align-items:center;padding:18px 10px;transition:opacity .2s,transform .2s,background .2s;display:flex;position:absolute;inset:0}.loan-tab:hover{background:#1f65a324;transform:translateY(-4px)}.loan-tab-hidden{opacity:0;pointer-events:none;transform:scale(.9)}.loan-tab-arrow{color:#fff;background:#eb7e01;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;font-size:15px;display:flex}.loan-tab-label{writing-mode:vertical-rl;color:#1f65a3;letter-spacing:1.5px;white-space:nowrap;font-size:18px;font-weight:600;transform:rotate(180deg)}.loan-image-panel{opacity:0;pointer-events:none;z-index:3;background:0 0;transition:opacity .35s .1s;position:absolute;inset:0;overflow:hidden}.loan-image-panel-visible{opacity:1;pointer-events:auto}.loan-panel-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.loan-panel-link{width:100%;height:100%;line-height:0;display:block}.loan-panel-fallback{color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;padding:20px;display:flex}.loan-panel-fallback .fb-icon{font-size:48px}.loan-panel-fallback .fb-title{letter-spacing:1px;font-size:14px;font-weight:700}.loan-panel-fallback .fb-hint{opacity:.6;font-size:11px}.loan-scroll-hint{text-align:center;color:#1f65a3;opacity:.6;margin-top:10px;font-size:11px}@media (max-width:1200px) and (min-width:1025px){.loan-tabs-row{height:300px}.loan-slot-active{flex:0 0 460px}}@media (max-width:1024px) and (min-width:768px){.loan-tabs-row{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start;gap:10px;height:280px;padding:0 20px;overflow:auto hidden}.loan-tabs-row::-webkit-scrollbar{display:none}.loan-slot{scroll-snap-align:start;flex:0 0 80px}.loan-slot-active{flex:0 0 52vw!important;max-width:380px!important}.loan-tab-label{font-size:13px}.loan-tab-arrow{width:34px;height:34px;font-size:13px}}@media (max-width:767px){.loan-section{padding:40px 0 50px}.loan-tabs-row{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start;gap:8px;height:240px;padding:0 12px;overflow:auto hidden}.loan-tabs-row::-webkit-scrollbar{display:none}.loan-slot{scroll-snap-align:start;flex:0 0 48px}.loan-slot-active{flex:0 0 65vw!important;max-width:280px!important}.loan-tab-arrow{width:28px;height:28px;margin-bottom:8px;font-size:11px}.loan-tab-label{letter-spacing:.8px;font-size:9px}}@media (max-width:480px){.loan-tabs-row{gap:6px;height:210px;padding:0 10px}.loan-slot{flex:0 0 44px}.loan-slot-active{flex:0 0 62vw!important;max-width:240px!important}.loan-tab-arrow{width:24px;height:24px;margin-bottom:6px;font-size:10px}.loan-tab-label{letter-spacing:.6px;font-size:8px}}.history-page{min-height:80vh;font-family:var(--font);background:#fff}.history-hero{text-align:center;background:linear-gradient(120deg,#0d2550 0%,#1a3a6b 45%,#2a6099 100%);padding:80px 24px 70px;position:relative;overflow:hidden}.history-hero:before{content:"";background:radial-gradient(60% 80% at 80%,#2a609959 0%,#0000 70%),radial-gradient(40% 60% at 20% 30%,#ffffff0a 0%,#0000 60%);position:absolute;inset:0}.history-hero-grid{background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.history-watermark{font-family:var(--font);color:#ffffff0d;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:90px;font-weight:700;position:absolute;top:50%;transform:translateY(-50%)rotate(-8deg)}.history-breadcrumb{z-index:2;color:#fff9;letter-spacing:.4px;margin-bottom:16px;font-size:13px;position:relative}.history-breadcrumb span{color:#ffffff4d;margin:0 8px}.history-hero-title{z-index:2;font-family:var(--font);color:#fff;letter-spacing:1px;margin:0 0 20px;font-size:clamp(36px,5vw,58px);font-weight:700;position:relative}.history-hero-accent{z-index:2;justify-content:center;align-items:center;gap:12px;margin-bottom:16px;display:flex;position:relative}.history-hero-accent-line{background:#e8a02099;border-radius:2px;width:48px;height:2px}.history-hero-accent-dot{background:#e8a020;border-radius:50%;width:10px;height:10px;box-shadow:0 0 12px #e8a02099}.history-hero-subtitle{z-index:2;color:#ffffff80;letter-spacing:3px;text-transform:uppercase;margin:0;font-size:13px;font-weight:600;position:relative}.history-body{max-width:1000px;margin:0 auto;padding:52px 32px 80px}.history-page-title{font-family:var(--font);color:#1a3a6b;margin:0 0 32px;padding-bottom:0;font-size:30px;font-weight:700}.history-section{margin-bottom:36px}.history-section-heading{color:#2a6099;font-size:16px;font-weight:700;font-family:var(--font);margin:0 0 10px}.history-para{color:#222;text-align:justify;margin:0 0 10px;font-size:15.5px;line-height:1.9}.history-para:last-child{margin-bottom:0}.history-para strong{color:#111}.history-bullet-list{margin:8px 0 0;padding:0;list-style:none}.history-bullet-list li{color:#222;align-items:flex-start;gap:10px;margin-bottom:6px;font-size:15.5px;line-height:1.85;display:flex}.history-bullet-list li:last-child{margin-bottom:0}.history-bullet-icon{color:#c87020;flex-shrink:0;margin-top:5px;font-size:13px}.history-divider{border:none;border-top:1px solid #e8eef5;margin:0 0 36px}@media (max-width:768px){.history-body{padding:36px 20px 60px}.history-page-title{font-size:24px}.history-para,.history-bullet-list li{font-size:15px}}@media (max-width:480px){.history-body{padding:28px 16px 48px}.history-hero{padding:56px 16px 48px}}.top-header{color:#fff;font-family:var(--font);background-color:#1a3a6b;border-bottom:1px solid #ffffff14;width:100%}.top-header__inner{max-width:1400px;margin:0 auto;padding:8px 24px}.top-header__left{gap:14px}.top-header__right{gap:12px}.top-header__item{color:#ffffffe0;white-space:nowrap;align-items:center;gap:6px;font-size:13px;display:flex}.top-header__icon{color:#e8a020;flex-shrink:0;font-size:11px}.top-header__link{color:#ffffffe0;font-size:13px;text-decoration:none;transition:color .2s}.top-header__link:hover{color:#e8a020;text-decoration:none}.top-header__divider{color:#fff3;font-size:12px}.top-header__rbi-btn{color:#fff;letter-spacing:.3px;white-space:nowrap;background-color:#e8a020;border-radius:4px;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:700;text-decoration:none;transition:background-color .2s;display:inline-flex}.top-header__rbi-btn:hover{color:#fff;background-color:#c8860a;text-decoration:none}.top-header__socials{gap:10px}.top-header__social-icon{color:#ffffffb3;align-items:center;font-size:12px;text-decoration:none;transition:color .2s;display:flex}.top-header__social-icon:hover{color:#e8a020;text-decoration:none}@media (max-width:991px){.top-header__inner{padding:10px 16px}.top-header__left,.top-header__right{justify-content:center;gap:10px}}@media (max-width:480px){.top-header__item{font-size:12px}.top-header__rbi-btn{padding:3px 10px;font-size:11px}}@keyframes rbiBlink{0%{opacity:1}50%{opacity:.2}to{opacity:1}}.rbi-blink{animation:2s infinite rbiBlink}.wn-section{font-family:var(--font);background:#f5f6fa;padding:64px 0;overflow:hidden}.wn-inner{max-width:1200px;margin:0 auto;padding:0 24px}.wn-header{margin-bottom:32px}.wn-header__left{flex-direction:column;gap:6px;display:flex}.wn-header__label{color:#2a6099;text-transform:uppercase;letter-spacing:1.5px;align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.wn-header__label-dot{background:#e8a020;border-radius:50%;width:8px;height:8px}.wn-header__title{color:#1a3a6b;margin:0;font-size:28px;font-weight:700}.wn-grid{grid-template-columns:1fr 1.4fr;align-items:stretch;gap:24px;height:400px;display:grid}.wn-news-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;height:400px;display:flex;overflow:hidden;box-shadow:0 2px 16px #0000000f}.wn-news-card__header{background:linear-gradient(135deg,#1a3a6b,#2a6099);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.wn-news-card__title{color:#fff;align-items:center;gap:8px;margin:0;font-size:13.5px;font-weight:700;display:flex}.wn-news-card__title-icon{background:#ffffff26;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;display:flex}.wn-news-badge{color:#fff;letter-spacing:.8px;background:#e8a020;border-radius:20px;align-items:center;gap:5px;padding:3px 10px;font-size:10px;font-weight:800;display:inline-flex}.wn-news-badge__dot{background:#fff;border-radius:50%;width:5px;height:5px;animation:1.2s infinite wn-pulse}@keyframes wn-pulse{0%,to{opacity:1}50%{opacity:.25}}.wn-news-list{flex:1;overflow:hidden}.wn-news-track{flex-direction:column;transition:transform .45s cubic-bezier(.4,0,.2,1);display:flex}.wn-news-item{border-bottom:1px solid #f0f4f9;flex-shrink:0;align-items:center;gap:12px;padding:0 18px;text-decoration:none;transition:background .15s;display:flex}.wn-news-item:last-child{border-bottom:none}.wn-news-item:hover{background:#f4f8ff;text-decoration:none}.wn-news-item__num{color:#c8d8ea;font-variant-numeric:tabular-nums;flex-shrink:0;min-width:22px;font-size:11px;font-weight:800}.wn-news-item__title{color:#374151;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:13px;font-weight:500;line-height:1.5;transition:color .15s;display:-webkit-box;overflow:hidden}.wn-news-item:hover .wn-news-item__title{color:#1a3a6b}.wn-news-item:hover .wn-news-item__num{color:#e8a020}.wn-news-item__arrow{color:#c8d8ea;flex-shrink:0;font-size:16px;transition:color .15s,transform .15s}.wn-news-item:hover .wn-news-item__arrow{color:#2a6099;transform:translate(3px)}.wn-news-footer{background:#fafbfd;border-top:1px solid #edf2f7;flex-shrink:0;justify-content:space-between;align-items:center;padding:11px 18px;display:flex}.wn-news-controls{gap:8px;display:flex}.wn-news-ctrl-btn{cursor:pointer;color:#4a5568;background:#fff;border:1.5px solid #dde6f0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;transition:all .15s;display:flex}.wn-news-ctrl-btn:hover:not(:disabled){color:#fff;background:#1a3a6b;border-color:#1a3a6b}.wn-news-view-all{color:#2a6099;align-items:center;gap:5px;font-size:12px;font-weight:600;text-decoration:none;transition:gap .15s,color .15s;display:inline-flex}.wn-news-view-all:hover{color:#1a3a6b;gap:8px;text-decoration:none}.wn-slider-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;height:400px;display:flex;overflow:hidden;box-shadow:0 2px 16px #00000014}.wn-slider-track-wrapper{flex:1;min-height:0;position:relative;overflow:hidden}.wn-slider-track{width:100%;height:100%;transition:transform .55s cubic-bezier(.4,0,.2,1);display:flex}.wn-slide{background:#fff;flex-shrink:0;justify-content:center;align-items:center;width:100%;min-width:100%;height:100%;display:flex;overflow:hidden}.wn-slide__img{object-fit:fill;width:100%;height:100%;display:block}.wn-slider-arrow{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:4;background:#ffffff2e;border:1.5px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:20px;line-height:1;transition:background .18s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.wn-slider-arrow:hover{background:#ffffff52}.wn-slider-arrow--left{left:12px}.wn-slider-arrow--right{right:12px}.wn-slider-footer{background:#fafbfd;border-top:1px solid #edf2f7;flex-shrink:0;justify-content:space-between;align-items:center;height:44px;padding:10px 18px;display:flex}.wn-slider-dots{align-items:center;gap:6px;display:flex}.wn-slider-dot{cursor:pointer;background:#c8d8ea;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:all .25s}.wn-slider-dot.active{background:#1a3a6b;border-radius:4px;width:22px}.wn-slider-counter{color:#7a8fa6;font-size:12px;font-weight:600}.wn-slider-counter span{color:#1a3a6b;font-weight:700}@media (max-width:900px){.wn-grid{grid-template-columns:1fr;height:auto}.wn-slider-card,.wn-news-card{height:auto}.wn-slider-track-wrapper{flex:unset;height:240px;min-height:240px}.wn-slide__img{object-fit:contain}}@media (max-width:600px){.wn-section{padding:40px 0}.wn-inner{padding:0 16px}.wn-header__title{font-size:22px}.wn-slider-track-wrapper{height:180px;min-height:180px}}.footer-visitor-count{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-top:8px;display:flex}.footer-visitor-item{color:#ffffffbf;align-items:center;gap:6px;font-size:13px;display:flex}.footer-visitor-label{color:#fff9}.footer-visitor-value{color:#fff;font-size:14px;font-weight:600}.footer-visitor-divider{background:#fff3;width:1px;height:16px}.news-ticker{z-index:10;background:#fff;border-top:1px solid #e5e7eb;align-items:center;height:65px;display:flex;position:relative;overflow:hidden}.news-ticker__label{color:#fff;white-space:nowrap;letter-spacing:.3px;background:#1d6ea8;border-right:4px solid #fff;flex-shrink:0;align-items:center;gap:8px;height:100%;padding:0 55px;font-size:18px;font-weight:700;display:flex}.news-ticker__dot{background:#f28200;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.2s ease-in-out infinite ticker-pulse}@keyframes ticker-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.news-ticker__track-wrap{flex:1;align-items:center;height:100%;display:flex;overflow:hidden}.news-ticker__track{white-space:nowrap;align-items:center;animation:30s linear infinite ticker-scroll;display:flex}.news-ticker__track:hover{animation-play-state:paused}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.news-ticker__item{color:#374151;align-items:center;gap:16px;padding:0 8px;font-size:16px;font-weight:500;display:inline-flex}.news-ticker__sep{color:#1d6ea8;opacity:.6;font-size:8px}.news-ticker__link{color:#1a1a2e;align-items:center;gap:2px;text-decoration:none;transition:color .2s;display:inline-flex}.news-ticker__link:hover{color:#1d6ea8;text-decoration:none}.contact-hide{gap:1.5rem!important}.space-gap{gap:40px!important}@media (max-width:768px){.news-ticker__label{padding:0 9px;font-size:14px;font-weight:600}.news-ticker{height:45px}.news-ticker__item{font-size:14px}.animat-logo{width:110px!important;height:110px!important}.heading-font-about{font-size:22px!important;font-weight:500!important}.heading-font-about-margin{margin-bottom:15px!important}.heading-font-about-margin2{margin-top:15px!important;margin-bottom:25px!important}.hero-title{font-size:63px!important}.hero-image{max-height:400px!important}.section-about{padding-top:1rem!important;padding-bottom:1rem!important}.read-more-btn{min-width:146px!important;height:48px!important;padding:0 18px!important;font-size:14px!important}.contact-hide{gap:.5rem!important}.about-contact-bg{width:64px!important;height:64px!important}.about-contact-bg2{width:48px!important;height:48px!important}.about-contact-icon{width:15px!important;height:15px!important}.space-gap{gap:22px!important}.footer-copyright{background:#1f65a3;border-top:1px solid #ffffff14;margin-top:25px;padding:14px 1px}}@media (max-width:1024px) and (min-width:768px){.space-gap{justify-content:center!important;gap:24px!important}.read-more-btn{min-width:180px!important;height:52px!important;font-size:17px!important}}@media (max-width:992px){.about-img-col{justify-content:center!important;display:flex!important}}
