:root{--color-primary:#4a148d;--color-secondary:#ff6d00;--color-accent:#dadce0;--color-purple-light:#f3e5f5;--color-orange-light:#fff3e0;--color-green:#148c39;--color-white:#fff;--color-dark:#333;--font-family-system:-apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "SF Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;--layout-px:1.5rem;--text-xs:clamp(.75rem, .25vw + .7rem, .9rem);--text-sm:clamp(.85rem, .3vw + .78rem, 1rem);--text-base:clamp(.95rem, .4vw + .85rem, 1.15rem);--text-lg:clamp(1.05rem, .5vw + .95rem, 1.35rem);--text-xl:clamp(1.25rem, .8vw + 1.1rem, 1.75rem);--text-2xl:clamp(1.6rem, 1.5vw + 1.3rem, 2.35rem);--text-3xl:clamp(2rem, 2.5vw + 1.5rem, 3.2rem);--text-4xl:clamp(2.5rem, 4.5vw + 1.6rem, 4.8rem);--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:20px;--radius-3xl:24px;--radius-4xl:40px;--radius-5xl:48px;--radius-full:9999px}@media (min-width:768px){:root{--layout-px:clamp(1.5rem, 3vw, 2.5rem)}}@media (min-width:1025px){:root{--layout-px:clamp(2rem, 5vw, 80px)}}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-family-system);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-white);color:var(--color-dark)}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit}.site-container{width:100%;padding:0 var(--layout-px)}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fadeInAnimation{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDownAnimation{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes rotateSpiralAnimation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#site-header{background-color:var(--color-white);color:var(--color-dark);z-index:999;width:100%;transition:transform .3s ease-in-out;position:sticky;top:0}.header-visible{transform:translateY(0)!important}.header-hidden{transform:translateY(-100%)!important}#header-inner-container{width:100%;max-width:none;padding:.85rem var(--layout-px);justify-content:space-between;align-items:center;margin:0 auto;display:flex}@media (max-width:1024px){#btn-header-mobile-toggle{order:1}#header-logo-container{order:2;margin:0 auto}#btn-header-search{order:3}#header-actions-group{display:none!important}}#header-logo-container{align-items:center;display:flex}#header-site-logo{object-fit:contain;width:auto;max-height:60px}#desktop-main-nav{display:none}@media (min-width:1025px){#desktop-main-nav{display:block}}.header-nav-list{align-items:center;gap:2rem;list-style:none;display:flex}.header-nav-item{position:relative}#nav-link-home{color:var(--color-secondary);justify-content:center;align-items:center;padding:.5rem;transition:transform .2s;display:flex}#nav-link-home:hover{transform:scale(1.15)}.nav-dropdown-trigger,.nav-direct-link{font-family:inherit;font-size:var(--text-base);color:var(--color-primary);cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-weight:400;text-decoration:none;transition:color .2s}.nav-home-icon{width:20px;height:20px}.nav-dropdown-trigger{color:var(--color-primary);cursor:pointer;background:0 0;border:none;align-items:center;padding:.75rem .25rem;font-size:1.02rem;font-weight:600;transition:color .2s;display:flex}.nav-dropdown-trigger:hover,.nav-direct-link:hover{color:var(--color-secondary)}.nav-direct-link{color:var(--color-primary);padding:.75rem .25rem;font-size:1.02rem;font-weight:600;transition:color .2s}.mega-dropdown-panel{background-color:var(--color-white);border-radius:var(--radius-lg);opacity:0;visibility:hidden;pointer-events:none;z-index:1010;border:1px solid #00000014;width:520px;padding:1.25rem;transition:all .25s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px)}.header-nav-item:hover .mega-dropdown-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.mega-dropdown-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:1.25rem;display:grid}.mega-menu-links-col{flex-direction:column;gap:.5rem;display:flex}.mega-menu-item{border-radius:var(--radius-md);color:var(--color-dark);align-items:center;gap:.85rem;padding:.65rem .85rem;font-weight:500;transition:color .2s;display:flex}.mega-menu-item:hover{color:var(--color-secondary)}.mega-item-icon-svg{width:18px;height:18px;color:var(--color-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.mega-menu-item:hover .mega-item-icon-svg{color:var(--color-secondary)}.mega-item-icon-svg svg{width:100%;height:100%}.mega-item-text{font-size:var(--text-sm)}.mega-menu-banner-col{border-radius:10px;overflow:hidden}.mega-banner-img{border-radius:var(--radius-md);object-fit:cover;width:100%;height:auto;display:block}#btn-header-open-account{background-color:var(--color-secondary);color:var(--color-white);border-radius:var(--radius-md);letter-spacing:.5px;padding:.75rem 1.6rem;font-size:.88rem;font-weight:700;transition:transform .2s;display:none}@media (min-width:768px){#btn-header-open-account{display:inline-block}}#btn-header-open-account:hover{transform:translateY(-2px)}#btn-header-download-app{background-color:var(--color-primary);color:var(--color-white);border-radius:var(--radius-md);letter-spacing:.5px;padding:.75rem 1.6rem;font-size:.88rem;font-weight:700;transition:transform .2s;display:none}@media (min-width:768px){#btn-header-download-app{display:inline-block}}#btn-header-download-app:hover{transform:translateY(-2px)}#btn-header-search{color:var(--color-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .2s,transform .2s;display:flex}#btn-header-search:hover{color:var(--color-secondary);transform:scale(1.15)}#btn-header-mobile-toggle{color:var(--color-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.header-hamburger-icon{width:24px;height:24px}#header-actions-group{align-items:center;gap:1rem;display:flex}@media (min-width:1025px){#btn-header-mobile-toggle{display:none}}#btn-header-open-account{background-color:var(--color-secondary);color:var(--color-white);border-radius:var(--radius-md);font-weight:600;font-size:var(--text-sm);white-space:nowrap;padding:.6rem 1.25rem;text-decoration:none;transition:transform .2s,opacity .2s}#btn-header-open-account:hover{opacity:.9;transform:translateY(-2px)}#btn-header-download-app{background-color:var(--color-primary);color:var(--color-white);border-radius:var(--radius-md);font-weight:600;font-size:var(--text-sm);white-space:nowrap;padding:.6rem 1.25rem;text-decoration:none;transition:transform .2s,opacity .2s}#btn-header-download-app:hover{opacity:.9;transform:translateY(-2px)}#btn-header-search{cursor:pointer;color:var(--color-primary);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:transform .2s;display:flex}#btn-header-search:hover{transform:scale(1.1)}.header-search-icon{width:20px;height:20px}@media (min-width:1025px){#btn-header-mobile-toggle{display:none}}#hero-section-wrapper{background-color:var(--color-white);width:100%;padding:0 var(--layout-px) 1.5rem}#hero-slider-container{border-radius:var(--radius-5xl);flex-direction:column;justify-content:center;max-width:100%;height:calc(100vh - 96px);min-height:520px;margin:0 auto;display:flex;position:relative;overflow:hidden}@media (min-width:1025px){#hero-slider-container{height:calc(100vh - 112px);min-height:640px}}.hero-slider-track{width:100%;height:100%;position:relative}.hero-slide{align-items:center;width:100%;height:100%;padding:4.5rem 1.5rem 6.5rem;display:none}@media (max-width:1024px){.hero-slide{align-items:flex-start;padding:2.5rem 1.5rem 4rem}}@media (min-width:1025px){.hero-slide{align-items:center;height:100%;padding:0 4rem}}.bg-purple{background-color:var(--color-primary)}.bg-orange{background-color:var(--color-secondary)}.bg-grey{background-color:#efefef}.text-white{color:var(--color-white)!important}.text-purple{color:var(--color-primary)!important}.text-purple-light-font{color:#583d72!important}.hero-slide-active{opacity:1;animation:.5s forwards fadeInAnimation;display:flex}.hero-slide-grid{grid-template-columns:1fr;align-items:center;gap:3rem;width:100%;display:grid}@media (max-width:1024px){.hero-slide-grid{grid-template-rows:1fr auto;gap:1.5rem;height:100%}}@media (min-width:1025px){.hero-slide-grid{grid-template-columns:1.1fr 1fr;gap:3.5rem}}.hero-text-col{max-width:580px}.hero-slide .hero-heading,.hero-slide .hero-subtext,.hero-slide .hero-actions-row,.hero-slide .hero-image-col{opacity:0}.hero-slide-active .hero-heading{animation:.6s cubic-bezier(.25,.46,.45,.94) .2s forwards slideUpFade}.hero-slide-active .hero-subtext{animation:.6s cubic-bezier(.25,.46,.45,.94) .4s forwards slideUpFade}.hero-slide-active .hero-actions-row{animation:.6s cubic-bezier(.25,.46,.45,.94) .6s forwards slideUpFade}.hero-slide-active .hero-image-col{animation:.8s cubic-bezier(.25,.46,.45,.94) .5s forwards slideLeftFade}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideLeftFade{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.hero-heading{letter-spacing:-.5px;margin-bottom:clamp(1rem,2vh,2rem);font-size:clamp(2rem,4.5vw,4.5rem);font-weight:800;line-height:1.15}@media (max-width:1024px){.hero-heading{margin-bottom:clamp(1rem,2vh,1.5rem);font-size:clamp(2.5rem,min(12vw,8vh),5.5rem)}}.hero-orange-text{color:var(--color-secondary)}.hero-subtext{margin-bottom:clamp(1.5rem,3vh,3rem);font-size:clamp(1rem,1.5vw,1.35rem);line-height:1.6}@media (max-width:1024px){.hero-subtext{margin-bottom:clamp(1rem,3vh,2rem);font-size:clamp(1.1rem,min(5vw,4vh),1.6rem);line-height:1.5}.hero-text-col{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:100%;margin:0 auto;padding-top:1rem;display:flex}.hero-actions-row{justify-content:center}}.hero-subtext p{margin-bottom:.5rem}.hero-actions-row{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.btn-hero-outline-orange{color:var(--color-secondary);border:2px solid var(--color-secondary);border-radius:var(--radius-md);background-color:#0000;justify-content:center;align-items:center;padding:clamp(.75rem,1.5vh,1.1rem) clamp(1.5rem,3vw,2.5rem);font-size:clamp(.95rem,1.2vw,1.15rem);font-weight:700;transition:transform .2s,background-color .2s,color .2s;display:inline-flex}.btn-hero-outline-orange:hover{background-color:var(--color-secondary);color:var(--color-white);transform:translateY(-2px)}.btn-hero-outline-white{color:var(--color-white);border:2px solid var(--color-white);border-radius:var(--radius-md);background-color:#0000;align-items:center;gap:.75rem;padding:clamp(.75rem,1.5vh,1.1rem) clamp(1.5rem,3vw,2.5rem);font-size:clamp(.95rem,1.2vw,1.15rem);font-weight:700;transition:transform .2s,background-color .2s,color .2s;display:inline-flex}.btn-hero-outline-white:hover{background-color:var(--color-white);color:var(--color-secondary);transform:translateY(-2px)}.btn-hero-outline-purple{color:var(--color-primary);border:2px solid var(--color-primary);border-radius:var(--radius-md);background-color:#0000;justify-content:center;align-items:center;padding:clamp(.75rem,1.5vh,1.1rem) clamp(1.5rem,3vw,2.5rem);font-size:clamp(.95rem,1.2vw,1.15rem);font-weight:700;transition:transform .2s,background-color .2s,color .2s;display:inline-flex}.btn-hero-outline-purple:hover{background-color:var(--color-primary);color:var(--color-white);transform:translateY(-2px)}.google-play-svg{width:22px;height:22px}.hero-image-col{justify-content:center;align-items:flex-end;height:100%;display:flex;position:relative}@media (min-width:1025px){.hero-image-col{align-items:center}}.hero-feature-img{object-fit:contain;width:100%;max-width:100%;height:auto}@media (max-width:1024px){.hero-feature-img{height:100%;max-height:45vh}}@media (min-width:1025px){.hero-feature-img{max-height:clamp(400px,60vh,700px);transform:scale(1.1)}}#hero-tap-badge{background-color:var(--color-white);color:var(--color-secondary);white-space:nowrap;border:1px solid #ff6d0033;border-radius:30px;padding:.6rem 1.4rem;font-size:1.2rem;font-weight:700;position:absolute;top:40%;right:0;transform:rotate(5deg)}@media (min-width:768px){#hero-tap-badge{right:-20px}}#hero-pagination-dots{z-index:10;justify-content:center;gap:.6rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.hero-dot{border-radius:var(--radius-full);background-color:var(--color-accent);cursor:pointer;border:none;width:12px;height:12px;padding:0;transition:all .3s}.hero-dot-active{border-radius:var(--radius-sm);background-color:var(--color-secondary);width:32px}#section-regulatory-row{background-color:var(--color-white);padding:2.5rem var(--layout-px)}#regulatory-grid{justify-content:space-between;align-items:center;gap:2rem;display:flex}#regulatory-logos-group{flex-shrink:1;align-items:center;gap:2rem;display:flex}@media (max-width:1024px){#regulatory-grid{flex-direction:column;justify-content:center;gap:1.5rem}#regulatory-logos-group{justify-content:center;gap:1.5rem;width:100%}}.regulatory-badge-wrap{justify-content:center;align-items:center;display:flex}.regulatory-logo-img{object-fit:contain;width:auto;max-height:55px}@media (max-width:1024px){.regulatory-logo-img{max-width:42vw;max-height:45px}}#qr-code-banner{background-color:var(--color-primary);color:var(--color-white);border-radius:10px;align-items:center;gap:1rem;max-width:360px;padding:.9rem 1.4rem;display:flex}.qr-code-img{border-radius:var(--radius-sm);background-color:var(--color-white);flex-shrink:0;padding:3px}.qr-code-text{font-size:var(--text-xs);line-height:1.4}#section-why-choose-us{background-color:var(--color-white);padding:5.5rem 0}.section-header-center{text-align:center;margin-bottom:3.5rem}.section-subtitle-orange{color:var(--color-secondary);text-transform:capitalize;margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.section-title-large-purple{color:var(--color-primary);font-size:2.35rem;font-weight:800}.relative-container{position:relative}.title-scroll-track{pointer-events:none;width:100%;height:calc(100% - 100px);position:absolute;top:0;left:0}.sticky-title-container{z-index:1;background:0 0;padding:1.5rem 0;position:sticky;top:80px}#why-choose-grid{flex-direction:column;gap:30vh;max-width:900px;margin:0 auto;padding-top:150px;padding-bottom:10vh;display:flex}.why-choose-card{text-align:center;background-color:var(--color-white);border-radius:var(--radius-3xl);border:none;flex-direction:column;align-items:center;gap:2rem;padding:3.5rem 2.5rem;display:flex;position:sticky;top:180px}@media (min-width:768px){.why-choose-card{text-align:left;flex-direction:row;gap:4rem;padding:4.5rem 3.5rem}}.why-choose-card:first-child{z-index:11;top:180px}.why-choose-card:nth-child(2){z-index:12;top:180px}.why-choose-card:nth-child(3){z-index:13;top:180px}.why-choose-card:nth-child(4){z-index:14;top:180px}.why-choose-card-visual{flex-shrink:0;justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative}@media (min-width:768px){.why-choose-card-visual{width:200px;height:200px}}.visual-blob-bg{z-index:1;width:100%;height:100%;animation:8s ease-in-out infinite alternate blobFloat;position:absolute;top:0;left:0}.why-choose-card:nth-child(2n) .visual-blob-bg{animation-duration:10s;animation-direction:alternate-reverse}.visual-main-icon{z-index:2;width:45%;height:45%;color:var(--color-primary);position:relative}@keyframes blobFloat{0%{transform:scale(.95)rotate(0)}to{transform:scale(1.05)rotate(8deg)}}.why-choose-card-content{flex-grow:1}.why-choose-card-title{color:var(--color-primary);margin-bottom:1.25rem;font-size:clamp(1.8rem,2.5vw,2.35rem);font-weight:800;line-height:1.2}@media (min-width:768px){.why-choose-card-title{font-size:2.25rem}}.why-choose-card-desc{color:#4b5563;font-size:clamp(1.15rem,1.4vw,1.35rem);font-weight:500;line-height:1.8}@media (min-width:768px){.why-choose-card-desc{font-size:1.25rem}}#section-free-bank-account{background-color:var(--color-white);padding:0 var(--layout-px)}#free-account-wrapper{border-radius:var(--radius-4xl);background-color:#f8edff;width:100%;padding:4rem 5rem 0;overflow:hidden}#free-account-layout{grid-template-columns:1fr;align-items:center;gap:3.5rem;display:grid}@media (min-width:1025px){#free-account-layout{grid-template-columns:1fr 1.05fr}}.free-account-title{color:var(--color-dark);letter-spacing:-1px;margin-bottom:1.5rem;font-size:3.5rem;font-weight:500;line-height:1.1}.free-account-title b{color:var(--color-primary);font-weight:700}.free-account-desc{font-size:var(--text-lg);color:#4a4a4a;max-width:90%;margin-bottom:2.5rem;line-height:1.6}.free-account-btn-group{flex-direction:column;align-items:flex-start;gap:1.25rem;display:flex}.btn-solid-orange{background-color:var(--color-secondary);color:var(--color-white);border-radius:var(--radius-sm);text-transform:uppercase;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:transform .2s;display:inline-block}.btn-solid-orange:hover{transform:translateY(-2px)}.btn-solid-purple{background-color:var(--color-primary);color:var(--color-white);border-radius:var(--radius-sm);text-transform:uppercase;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:transform .2s;display:inline-block}.btn-solid-purple:hover{transform:translateY(-2px)}#free-account-visual-col{justify-content:flex-end;align-items:flex-end;height:100%;display:flex;position:relative}.free-account-lady{object-fit:contain;object-position:bottom;z-index:1;transform-origin:100% 100%;width:100%;max-width:700px;height:auto;margin-right:-4rem;transform:scale(1.13)}#floating-growth-card{background-color:var(--color-white);border-radius:var(--radius-xl);z-index:2;border:1px solid #00000014;width:280px;padding:1.5rem;position:absolute;bottom:20px;left:-80px}.floating-animation{animation:4s ease-in-out infinite float}@keyframes float{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(2deg)}to{transform:translateY(0)rotate(0)}}.bank-growth-title{font-size:var(--text-sm);color:var(--color-white);background-color:var(--color-secondary);border-radius:var(--radius-2xl);text-align:center;width:max-content;margin:-2.2rem auto 1rem;padding:.4rem 1.2rem;font-weight:700;display:block}.bank-growth-img{width:100%;height:auto}@media (max-width:1024px){#free-account-layout{grid-template-columns:1fr;gap:2.5rem}#free-account-visual-col{justify-content:flex-end;align-items:flex-end;width:100%;max-width:480px;margin:1rem auto 0;position:relative}.free-account-lady{width:82%;max-width:380px;margin-left:auto;margin-right:0;display:block;transform:none}#floating-growth-card{border-radius:14px;width:140px;padding:.65rem;bottom:20px;left:0}.bank-growth-title{margin:-1.2rem auto .4rem;padding:.25rem .65rem;font-size:.68rem}}@media (max-width:768px){#free-account-wrapper{padding:2.5rem 1.25rem 0}.free-account-title{font-size:var(--text-3xl)}#free-account-visual-col{width:100%;max-width:420px}.free-account-lady{width:85%;max-width:330px;margin-left:auto;margin-right:0;transform:none}#floating-growth-card{border-radius:12px;width:118px;padding:.55rem .5rem;bottom:10px;left:0}.bank-growth-title{margin:-1rem auto .3rem;padding:.2rem .5rem;font-size:.58rem}.free-account-btn-group{width:100%}.btn-solid-orange,.btn-solid-purple{text-align:center;width:100%}}@media (max-width:480px){.free-account-lady{width:88%;max-width:310px}#floating-growth-card{border-radius:10px;width:105px;padding:.45rem .4rem;bottom:8px}.bank-growth-title{margin:-.85rem auto .25rem;padding:.16rem .42rem;font-size:.52rem}}#section-whats-more{background-color:var(--color-white);margin-top:5rem;padding:5.5rem 0}.whats-more-header{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:4rem;display:flex}@media (min-width:768px){.whats-more-header{flex-direction:row;align-items:center}}.whats-more-title{color:var(--color-primary);margin:0;font-size:3.5rem;font-weight:800;line-height:1.1}.whats-more-subtitle{color:var(--color-dark);text-align:left;max-width:400px;margin:0;font-size:1.1rem}@media (min-width:768px){.whats-more-subtitle{text-align:right;max-width:600px}}#whats-more-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){#whats-more-grid{grid-template-columns:repeat(3,1fr)}}.whats-more-card{border-radius:var(--radius-2xl);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:340px;padding:3rem 2rem;transition:transform .3s;display:flex}.whats-more-card:hover{transform:translateY(-8px)}.whats-more-icon-box{width:65px;height:65px;margin:0 auto 1.5rem}.whats-more-icon-box svg{width:100%;height:100%}.whats-more-card-title{margin-bottom:1rem;font-size:1.7rem;font-weight:700;line-height:1.3}.whats-more-card-desc{font-size:1rem;line-height:1.5}#card-multiple-businesses{background-color:var(--color-primary);color:var(--color-white)}#card-multiple-businesses .whats-more-icon-box,#card-multiple-businesses .whats-more-card-title,#card-multiple-businesses .whats-more-card-desc{color:var(--color-white)}#card-business-performance{background-color:var(--color-secondary);color:var(--color-white)}#card-business-performance .whats-more-icon-box,#card-business-performance .whats-more-card-title,#card-business-performance .whats-more-card-desc{color:var(--color-white)}#card-easy-help{color:var(--color-primary);background-color:#e2e8f0}#card-easy-help .whats-more-icon-box,#card-easy-help .whats-more-card-title,#card-easy-help .whats-more-card-desc{color:var(--color-primary)}#section-ndpr-audit{background-color:var(--color-white);padding:4rem 0}#audit-compliance-banner{background-color:var(--color-white);border:2px solid var(--color-primary);border-radius:var(--radius-2xl);grid-template-columns:1fr;align-items:center;gap:2rem;padding:3rem 2.5rem;display:grid}@media (min-width:768px){#audit-compliance-banner{grid-template-columns:1fr 1.2fr;padding:3.5rem}}.audit-heading-red{color:#e3000f;margin-bottom:1rem;font-size:1.75rem;font-weight:800}.audit-sub-green{color:var(--color-green);font-size:1.25rem;line-height:1.4}.audit-sub-green b{color:var(--color-green);font-size:1.45rem}.audit-image-col{justify-content:center;display:flex}.audit-badge-img{border-radius:var(--radius-lg);object-fit:contain;width:100%;max-width:420px;height:auto}#section-banking-tips{background-color:var(--color-white);padding:5.5rem 0}#banking-tips-marquee-container{width:100%;display:flex;overflow:hidden}#banking-tips-marquee-track{white-space:nowrap;align-items:center;gap:2rem;animation:45s linear infinite marqueeScroll;display:flex}#banking-tips-marquee-track:hover{animation-play-state:paused}.marquee-blog-card{white-space:normal;flex-shrink:0;width:clamp(380px,33.3333vw - 2rem,480px)}@media (max-width:1024px){.marquee-blog-card{width:clamp(320px,50vw - 2rem,440px)}}@media (max-width:640px){.marquee-blog-card{width:min(85vw,340px)}}.blog-post-card{background-color:var(--color-white);border:1px solid var(--color-accent);border-radius:var(--radius-xl);flex-direction:column;transition:transform .3s;display:flex;overflow:hidden}.blog-post-card:hover{transform:translateY(-6px)}.blog-post-meta-row{align-items:center;gap:.75rem;padding:1.25rem 1.25rem .5rem;display:flex}.blog-post-date{font-size:var(--text-xs);color:var(--color-dark)}.blog-category-tag{border:1px solid var(--color-secondary);color:var(--color-secondary);border-radius:var(--radius-2xl);text-transform:uppercase;padding:.25rem .6rem;font-size:.75rem;font-weight:700}.blog-post-title{font-size:var(--text-lg);flex-grow:1;padding:0 1.25rem 1.25rem;font-weight:700;line-height:1.4}.blog-post-title a{color:var(--color-primary);transition:color .2s}.blog-post-title a:hover{color:var(--color-secondary)}.blog-thumbnail-wrapper{width:100%;height:220px;position:relative}.blog-thumbnail-img{object-fit:cover;width:100%;height:100%}#section-our-partners{background-color:var(--color-white);padding:4.5rem 0;position:relative;overflow:hidden}.partners-heading{font-size:var(--text-2xl);color:var(--color-primary);margin-bottom:2rem;font-weight:800}#partner-rotating-icon-wrap{opacity:.07;pointer-events:none;animation:25s linear infinite rotateSpiralAnimation;position:absolute;top:-20px;right:20%}#partner-marquee-container{width:100%;display:flex;overflow:hidden}#partner-marquee-track{white-space:nowrap;align-items:center;gap:3.5rem;animation:25s linear infinite marqueeScroll;display:flex}.partner-logo-item{flex-shrink:0;justify-content:center;align-items:center;display:flex}.partner-logo-img{object-fit:contain;width:auto;max-height:50px}#section-app-download{background-color:var(--color-white);padding:5rem 0 3rem}#app-download-grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (min-width:768px){#app-download-grid{grid-template-columns:1.1fr 1fr}}.app-download-heading{font-size:var(--text-4xl);color:var(--color-primary);margin-bottom:2rem;font-style:italic;font-weight:400;line-height:1.1}.app-download-heading b{font-weight:800}#app-download-play-link{transition:transform .3s;display:inline-block}#app-download-play-link:hover{transform:translateY(-4px)}.play-badge-img{border-radius:var(--radius-md);height:auto}#app-download-mockup-col{z-index:1;justify-content:center;display:flex;position:relative;transform:translateY(100px)}.app-mockup-img{width:100%;max-width:440px;height:auto}#site-footer{z-index:997;background-color:var(--color-primary);color:var(--color-white);margin:0 var(--layout-px);font-size:var(--text-sm);border-top-left-radius:50px;border-top-right-radius:50px;padding:0 4rem 2.5rem;line-height:1.6;position:relative}@media (max-width:1024px){#site-footer{border-top-left-radius:20px;border-top-right-radius:20px;margin:0 .5rem;padding:0 1.25rem 2rem}}@media (max-width:480px){#site-footer{border-top-left-radius:16px;border-top-right-radius:16px;margin:0 .25rem;padding:0 .85rem 1.75rem}}#footer-newsletter-banner{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;margin-bottom:4rem;padding:4rem 0;display:grid;overflow:hidden}@media (max-width:768px){#footer-newsletter-banner{grid-template-columns:1fr;padding:3rem 0}}#footer-newsletter-content{flex-direction:column;gap:1.25rem;display:flex}#footer-newsletter-title{color:var(--color-white);margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}#footer-newsletter-subtitle{color:#ffffffbf;max-width:380px;margin:0;font-size:1rem;line-height:1.6}#footer-newsletter-form{flex-wrap:wrap;align-items:center;gap:2.5rem;margin-top:.5rem;display:flex}#footer-newsletter-email{color:var(--color-white);background:0 0;border:none;border-bottom:1.5px solid #ffffff80;outline:none;width:220px;padding:.5rem 0;font-family:inherit;font-size:1rem;transition:border-color .2s}#footer-newsletter-email::placeholder{color:#ffffff80}#footer-newsletter-email:focus{border-bottom-color:var(--color-secondary)}#footer-newsletter-btn{color:var(--color-white);cursor:pointer;letter-spacing:-.5px;background:0 0;border:none;padding:0;font-family:inherit;font-size:1.5rem;font-weight:800;transition:color .2s}#footer-newsletter-btn:hover{color:var(--color-secondary)}#footer-newsletter-visual{justify-content:flex-end;align-items:flex-end;gap:1rem;height:240px;display:flex;position:relative}@media (max-width:768px){#footer-newsletter-visual{display:none}}.fnl-card{background-color:#ffffff1a;border-radius:16px;flex-direction:column;gap:.65rem;width:200px;padding:1.25rem;display:flex}.fnl-card-back{background-color:#ffffff12;align-self:flex-start;height:220px;margin-top:20px;transform:translate(40px)}.fnl-card-front{z-index:2;height:210px;position:relative}.fnl-card-logo{margin-bottom:.5rem}.fnl-row{align-items:center;gap:.5rem;display:flex}.fnl-bar{background-color:var(--color-secondary);border-radius:4px;height:8px;display:block}.fnl-bar-short{flex-shrink:0;width:44px}.fnl-bar-long{flex:1}#footer-inner-container{width:100%}#footer-desktop-grid{grid-template-columns:1.8fr 1.1fr 1.1fr 1.1fr 1.2fr;gap:2.5rem;margin-bottom:3.5rem;display:none}@media (min-width:1025px){#footer-desktop-grid{display:grid}}#footer-branding-col{flex-direction:column;gap:1.5rem;display:flex}.footer-brand-logo{object-fit:contain;width:auto;max-height:52px}.footer-reg-text{color:var(--color-white);font-size:.92rem;line-height:1.65}.footer-reg-text strong{font-weight:700}.footer-nav-col{flex-direction:column;display:flex}.footer-col-title{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem;font-size:1.1rem;font-weight:800}.footer-link-list{flex-direction:column;gap:.85rem;list-style:none;display:flex}.footer-link-list a{color:var(--color-white);font-size:var(--text-sm);transition:color .2s}.footer-link-list a:hover{color:var(--color-secondary)}.footer-social-link{color:var(--color-white);font-size:var(--text-sm);align-items:center;gap:.75rem;transition:color .2s;display:flex}.footer-social-link:hover{color:var(--color-secondary)}.footer-social-svg{flex-shrink:0;width:18px;height:18px}.footer-info-block p{color:var(--color-white);font-size:var(--text-sm);margin-bottom:.65rem}.footer-email-link{color:var(--color-white)}.footer-email-link:hover{color:var(--color-secondary)}#footer-mobile-view{margin-bottom:2.5rem;display:block}@media (min-width:1025px){#footer-mobile-view{display:none}}.footer-mobile-accordion-list{flex-direction:column;display:flex}.footer-accordion-btn{width:100%;color:var(--color-secondary);font-size:var(--text-base);cursor:pointer;text-transform:uppercase;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.1rem 0;font-weight:700;display:flex}.footer-accordion-panel{flex-direction:column;gap:.85rem;padding:0 0 1.25rem .5rem;display:flex}.footer-accordion-panel a,.footer-accordion-panel p{color:var(--color-white);font-size:var(--text-sm)}#footer-bottom-disclaimer{color:var(--color-white);text-align:justify;padding-top:2.5rem;font-size:.82rem;line-height:1.8}#footer-bottom-disclaimer a{color:var(--color-white);text-decoration:underline}#footer-bottom-disclaimer strong{color:var(--color-white)}#mobile-drawer-overlay{z-index:998;background-color:#0000;justify-content:center;height:auto;display:flex;position:absolute;top:100%;left:0;right:0}#mobile-drawer-panel{background-color:var(--color-primary);width:100%;max-width:100%;height:auto;max-height:calc(100vh - 80px);color:var(--color-white);box-shadow:none;flex-direction:column;padding:1.25rem;display:flex;overflow-y:auto}.header-close-icon{width:28px;height:28px}.mobile-tagline-text{color:var(--color-accent);margin-bottom:1.25rem;font-size:.9rem;font-style:italic}.mobile-nav-accordion-list{flex-direction:column;flex-grow:0;gap:.5rem;margin-bottom:1.25rem;display:flex}.mobile-nav-accordion-item{padding-bottom:.35rem}.animate-fade-up{opacity:0;transform:translateY(40px)}.animate-fade-up-active{opacity:1;transform:translateY(0)}.animate-fade-in{opacity:0}.animate-fade-in-active{opacity:1}.animate-slide-right{opacity:0;transform:translate(-40px)}.animate-slide-right-active{opacity:1;transform:translate(0)}.animate-slide-left{opacity:0;transform:translate(40px)}.animate-slide-left-active{opacity:1;transform:translate(0)}@keyframes pulse-slow{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.bg-parallax{background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}.mobile-nav-accordion-btn{width:100%;color:var(--color-white);font-size:var(--text-lg);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.4rem 0;font-weight:600;display:flex}.mobile-nav-accordion-content{flex-direction:column;gap:.65rem;padding:.5rem 0 .5rem 1rem;display:flex}.mobile-nav-accordion-content a{color:var(--color-accent);font-size:1rem}.mobile-direct-link-item{padding:.4rem 0}.mobile-direct-link-item a{color:var(--color-white);font-size:var(--text-lg);font-weight:600}#mobile-drawer-actions-row{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.btn-mobile-open-account{background-color:var(--color-secondary);color:var(--color-white);text-align:center;border-radius:var(--radius-md);padding:.85rem;font-weight:700}.btn-mobile-download-app{border:1px solid var(--color-white);color:var(--color-white);text-align:center;border-radius:var(--radius-md);padding:.85rem;font-weight:600}#search-modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:998;height:calc(100vh - 100%);min-height:100vh;padding:1.25rem var(--layout-px) 3rem;background-color:#00000073;justify-content:center;align-items:flex-start;animation:.2s ease-out searchOverlayFade;display:flex;position:absolute;top:100%;left:0;right:0}#search-modal-box{background-color:var(--color-white);border:1px solid #00000014;border-radius:20px;width:100%;max-width:680px;padding:1.75rem 2rem;animation:.25s cubic-bezier(.16,1,.3,1) searchDropSlide;box-shadow:0 20px 40px #00000026}@keyframes searchOverlayFade{0%{opacity:0}to{opacity:1}}@keyframes searchDropSlide{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}#search-modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.search-modal-title{color:var(--color-primary);font-size:1.35rem;font-weight:700}#btn-close-search{font-size:var(--text-xl);color:var(--color-dark);cursor:pointer;background:0 0;border:none}#search-form-element{gap:.75rem;display:flex}#search-input-field{border-radius:var(--radius-md);border:1px solid var(--color-accent);outline:none;flex-grow:1;padding:.9rem 1.25rem;font-size:1rem}#search-input-field:focus{border-color:var(--color-primary);outline:none}#btn-submit-search{background-color:var(--color-secondary);color:var(--color-white);border-radius:var(--radius-md);cursor:pointer;border:none;padding:1rem 2rem;font-weight:700;transition:opacity .2s}#btn-submit-search:hover{opacity:.9}.search-live-results{background:var(--color-white);border-radius:var(--radius-md);border:1px solid #00000014;max-height:300px;margin-top:1rem;overflow:hidden auto}.search-result-item{color:var(--color-dark);justify-content:space-between;align-items:center;padding:1rem 1.25rem;text-decoration:none;transition:background-color .2s;display:flex}.search-result-item:hover{background-color:#f8f9fa}.search-result-title{color:var(--color-primary);font-weight:600}.search-result-badge{background-color:var(--color-secondary);color:var(--color-white);border-radius:var(--radius-lg);text-transform:uppercase;padding:.25rem .6rem;font-size:.75rem;font-weight:700}.search-no-results{text-align:center;color:#666;padding:1.5rem;font-style:italic}.elementor-blog-page-wrapper{color:#1e293b;background-color:#fff;min-height:100vh}.badge-business-tips{color:#047857!important;background-color:#ecfdf5!important;border:1px solid #a7f3d0!important}.badge-loans{color:#6d28d9!important;background-color:#f5f3ff!important;border:1px solid #ddd6fe!important}.badge-financial-inclusion{color:#b45309!important;background-color:#fffbeb!important;border:1px solid #fde68a!important}.badge-hsbg{color:#be123c!important;background-color:#fff1f2!important;border:1px solid #fecdd3!important}.badge-general,.badge-all{color:#7e22ce!important;background-color:#f3e8ff!important;border:1px solid #e9d5ff!important}#news-hero-banner{color:#fff;text-align:center;background:linear-gradient(135deg,#c23b00 0%,#e65100 50%,#ff6d00 100%);padding:4.5rem 0 3.5rem;position:relative;overflow:hidden}#news-hero-banner:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#ffffff26 0%,#e6510000 70%);width:900px;height:450px;position:absolute;top:-30%;left:50%;transform:translate(-50%)}.news-hero-container-80px{z-index:1;width:100%;max-width:1440px;margin:0 auto;padding-left:clamp(1.5rem,5vw,80px);padding-right:clamp(1.5rem,5vw,80px);position:relative}.news-hero-content{max-width:900px;margin:0 auto}.news-hero-tag{text-transform:uppercase;letter-spacing:.12em;color:#fff;background:#ffffff2e;border:1px solid #ffffff59;border-radius:9999px;margin-bottom:1.25rem;padding:.4rem 1.2rem;font-size:.85rem;font-weight:800;display:inline-block}#news-page-main-heading{letter-spacing:-.02em;color:#fff;margin-bottom:1.25rem;font-size:clamp(2.4rem,5vw,3.6rem);font-weight:800;line-height:1.15}#news-page-main-subheading{color:#fff3e0;max-width:750px;margin:0 auto 2.25rem;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.6}.hero-search-wrapper-fullwidth{width:100%;max-width:820px;margin:0 auto}.hero-search-box-brand{box-shadow:none;background:#fff;border:2px solid #fff6;border-radius:9999px;align-items:center;padding:.4rem .5rem .4rem 1.4rem;transition:all .2s;display:flex;position:relative}.hero-search-box-brand:focus-within{background:#fff;border-color:#fff}.hero-search-icon{color:#64748b;flex-shrink:0;margin-right:.6rem}.hero-search-input-field{color:#0f172a;background:0 0;border:none;outline:none;flex-grow:1;padding:.65rem .5rem;font-size:1rem}.hero-search-input-field::placeholder{color:#94a3b8}.hero-search-clear-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin-right:.4rem;font-size:.85rem;transition:all .2s;display:flex}.hero-search-clear-btn:hover{color:#dc2626;background:#fee2e2}.hero-search-suggestions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:1.15rem;display:flex}.suggestions-label{color:#ffe0b2;text-transform:uppercase;letter-spacing:.05em;font-size:.82rem;font-weight:700}.suggestion-tag{color:#fff;cursor:pointer;box-shadow:none;background:#ffffff2e;border:1px solid #ffffff4d;border-radius:9999px;padding:.28rem .85rem;font-size:.82rem;font-weight:600;transition:all .2s}.suggestion-tag:hover{color:#e65100;background:#fff;border-color:#fff}.news-nav-wrapper{z-index:10;box-shadow:none;background:#fff;position:relative}.news-nav-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:.85rem 0;display:flex}.news-category-pills{-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:center;gap:.6rem;padding-bottom:2px;display:flex;overflow-x:auto}.news-category-pills::-webkit-scrollbar{display:none}.category-pill-btn{color:#475569;cursor:pointer;white-space:nowrap;box-shadow:none;background:#f1f5f9;border:1px solid #0000;border-radius:9999px;align-items:center;gap:.5rem;padding:.55rem 1.15rem;font-size:.9rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.category-pill-btn:hover{color:#0f172a;background:#e2e8f0}.category-pill-btn.active{color:#fff;box-shadow:none;background:#4a148d;border-color:#4a148d}.pill-count{background:#00000012;border-radius:9999px;padding:.15rem .45rem;font-size:.75rem}.category-pill-btn.active .pill-count{color:#fff;background:#ffffff40}.news-search-box{align-items:center;min-width:260px;display:flex;position:relative}.news-search-box .search-icon{color:#94a3b8;pointer-events:none;position:absolute;left:.85rem}.news-search-input-field{color:#0f172a;width:100%;box-shadow:none;background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:9999px;outline:none;padding:.55rem 2.2rem .55rem 2.4rem;font-size:.9rem;transition:all .2s}.news-search-input-field:focus{box-shadow:none;background:#fff;border-color:#4a148d}.search-clear-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.2rem;font-size:.85rem;display:flex;position:absolute;right:.75rem}.search-clear-btn:hover{color:#0f172a}#elementor-blog-hero-section{background-color:#fff;padding:3.5rem 0 2rem}.elementor-hero-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:1024px){.elementor-hero-grid{grid-template-columns:1.6fr 1fr}}.hero-main-spotlight{height:100%}.hero-spotlight-card{box-shadow:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;flex-direction:column;height:100%;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s;display:flex;overflow:hidden}.hero-spotlight-card:hover{box-shadow:none;border-color:#cbd5e1;transform:translateY(-4px)}.hero-spotlight-image-wrap{aspect-ratio:16/9;background-color:#fff;width:100%;height:auto;position:relative;overflow:hidden}.hero-image-link{width:100%;height:100%;display:block}.hero-spotlight-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.hero-spotlight-card:hover .hero-spotlight-img{transform:scale(1.04)}.hero-image-gradient-overlay,.hero-badge-row,.hero-spotlight-tag{display:none}.hero-spotlight-content{flex-direction:column;flex-grow:1;padding:clamp(1.25rem,3vw,2.25rem);display:flex}.hero-meta-row{color:#64748b;flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.75rem;font-size:.85rem;font-weight:600;display:flex}.hero-meta-dot{color:#cbd5e1}.hero-spotlight-title{color:#0f172a;letter-spacing:-.01em;margin-bottom:1rem;font-size:clamp(1.35rem,2.5vw,2rem);font-weight:800;line-height:1.3}.hero-spotlight-title a{color:#0f172a;text-decoration:none;transition:color .2s}.hero-spotlight-title a:hover{color:#4a148d}.hero-spotlight-excerpt{color:#475569;flex-grow:1;margin-bottom:1.75rem;font-size:clamp(.95rem,1.5vw,1.05rem);line-height:1.65}.hero-spotlight-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;padding-top:1.5rem;display:flex}@media (max-width:640px){.hero-spotlight-footer{flex-direction:column;align-items:stretch}.hero-read-btn{justify-content:center;width:100%}}.hero-author-info{align-items:center;gap:.85rem;display:flex}.hero-avatar-wrap{width:44px;height:44px;box-shadow:none;background:#e2e8f0;border:2px solid #fff;border-radius:50%;flex-shrink:0;position:relative;overflow:hidden}.hero-avatar-img{object-fit:cover;width:100%;height:100%}.hero-avatar-fallback{color:#fff;background:#4a148d;justify-content:center;align-items:center;width:100%;height:100%;font-size:1rem;font-weight:700;display:flex}.hero-author-name{color:#0f172a;margin:0;font-size:.95rem;font-weight:700}.hero-author-role{color:#64748b;margin:0;font-size:.8rem}.hero-read-btn{box-shadow:none;background:#4a148d;border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.4rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;color:#fff!important}.hero-read-btn:hover{box-shadow:none;background:#380d6b;transform:translate(3px)}.hero-side-column{flex-direction:column;gap:1.25rem;display:flex}.hero-side-header{display:none}.side-header-icon{font-size:1.2rem}.side-header-title{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:1.2rem;font-weight:800}.hero-side-list{flex-direction:column;gap:1.25rem;height:100%;display:flex}.hero-side-card{box-shadow:none;background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;flex:1;transition:transform .25s,border-color .25s;display:flex;overflow:hidden}.hero-side-card:hover{box-shadow:none;border-color:#cbd5e1;transform:translateY(-3px)}.side-card-img-wrap{aspect-ratio:16/9;background-color:#fff;width:100%;height:auto;position:relative;overflow:hidden}.side-card-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.hero-side-card:hover .side-card-img{transform:scale(1.05)}.side-card-badge{display:none}.side-card-body{flex-direction:column;flex-grow:1;padding:clamp(1rem,2.5vw,1.5rem);display:flex}.side-card-meta{color:#64748b;flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:.5rem;font-size:.78rem;font-weight:600;display:flex}.side-card-title{color:#0f172a;margin-bottom:.85rem;font-size:clamp(.98rem,1.8vw,1.15rem);font-weight:700;line-height:1.4}.side-card-title a{color:#0f172a;text-decoration:none;transition:color .2s}.side-card-title a:hover{color:#4a148d}.side-card-link{color:#4a148d;align-items:center;gap:.35rem;margin-top:auto;font-size:.85rem;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.side-card-link:hover{color:#e65100;gap:.6rem}#news-feed-section{background-color:#fff;padding:3rem 0 5rem}.news-feed-header-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.25rem;padding-bottom:1rem;display:flex}.news-feed-title{color:#0f172a;letter-spacing:-.01em;margin-bottom:.25rem;font-size:clamp(1.4rem,2.5vw,1.85rem);font-weight:800}.news-feed-count{color:#64748b;margin:0;font-size:.9rem}.reset-filter-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:9999px;padding:.4rem .9rem;font-size:.85rem;font-weight:600;transition:all .2s}.reset-filter-btn:hover{color:#dc2626;background:#fee2e2;border-color:#fca5a5}#news-articles-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){#news-articles-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){#news-articles-grid{grid-template-columns:repeat(3,1fr)}}.elementor-news-card{box-shadow:none;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s;display:flex;overflow:hidden}.elementor-news-card:hover{box-shadow:none;border-color:#94a3b8;transform:translateY(-6px)}.news-card-thumbnail-wrap{aspect-ratio:16/9;background-color:#0f172a;width:100%;height:auto;position:relative;overflow:hidden}.news-card-image-link{width:100%;height:100%;display:block}.news-card-image{object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.elementor-news-card:hover .news-card-image{transform:scale(1.06)}.news-card-badge{z-index:2;box-shadow:none;border-radius:9999px;padding:.3rem .8rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.news-card-body{flex-direction:column;flex-grow:1;padding:1.75rem;display:flex}.news-card-meta{color:#64748b;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.8rem;font-weight:600;display:flex}.news-card-dot{color:#cbd5e1}.news-card-category-badge{color:#ff6d00;text-transform:uppercase;letter-spacing:.4px;background-color:#fff3e0;border-radius:9999px;align-items:center;padding:.2rem .65rem;font-size:.72rem;font-weight:800;display:inline-flex}.news-card-title{color:#0f172a;letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.22rem;font-weight:800;line-height:1.35}.news-card-title a{color:#0f172a;text-decoration:none;transition:color .2s}.news-card-title a:hover{color:#4a148d}.news-card-excerpt{color:#475569;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:1.5rem;font-size:.92rem;line-height:1.6;display:-webkit-box;overflow:hidden}.news-card-footer{justify-content:space-between;align-items:center;gap:1rem;padding-top:1.25rem;display:flex}.news-card-author{align-items:center;gap:.65rem;display:flex}.author-avatar-wrap{width:34px;height:34px;box-shadow:none;background:#e2e8f0;border-radius:50%;flex-shrink:0;position:relative;overflow:hidden}.author-avatar-img{object-fit:cover;width:100%;height:100%}.author-avatar-fallback{color:#fff;background:#4a148d;justify-content:center;align-items:center;width:100%;height:100%;font-size:.8rem;font-weight:700;display:flex}.author-details{flex-direction:column;display:flex}.author-name{color:#0f172a;font-size:.82rem;font-weight:700;line-height:1.2}.author-role{color:#64748b;font-size:.72rem;line-height:1.2}.news-card-cta{color:#4a148d;align-items:center;gap:.35rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.news-cta-arrow{transition:transform .2s}.news-card-cta:hover{color:#e65100}.news-card-cta:hover .news-cta-arrow{transform:translate(4px)}.news-no-results{text-align:center;max-width:550px;box-shadow:none;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:20px;margin:2rem auto;padding:4rem 2rem}.no-results-icon{margin-bottom:1rem;font-size:3rem}.no-results-title{color:#0f172a;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.no-results-text{color:#64748b;margin-bottom:1.5rem;font-size:.95rem}.no-results-reset-btn{color:#fff;cursor:pointer;box-shadow:none;background:#4a148d;border:none;border-radius:9999px;padding:.7rem 1.5rem;font-size:.9rem;font-weight:700;transition:background .2s}.no-results-reset-btn:hover{background:#380d6b}.news-load-more-container{justify-content:center;margin-top:3.5rem;display:flex}.news-load-more-btn{color:#4a148d;cursor:pointer;box-shadow:none;background:#fff;border:2px solid #4a148d;border-radius:9999px;align-items:center;gap:.6rem;padding:.85rem 2rem;font-size:.95rem;font-weight:700;transition:all .2s;display:inline-flex}.news-load-more-btn:hover{color:#fff;box-shadow:none;background:#4a148d;transform:translateY(-2px)}#elementor-newsletter-section{background-color:#fff;padding:3rem 0 5rem}.newsletter-banner-box{color:#fff;box-shadow:none;background:linear-gradient(135deg,#1e1b4b 0%,#311042 50%,#0f172a 100%);border:1px solid #ffffff1a;border-radius:28px;padding:clamp(2.5rem,5vw,4rem);position:relative;overflow:hidden}.newsletter-decor-glow{pointer-events:none;background:radial-gradient(circle,#e6510059 0%,#4a148d00 70%);width:500px;height:500px;position:absolute;top:-30%;right:-10%}.newsletter-grid{z-index:1;grid-template-columns:1fr;align-items:center;gap:3rem;display:grid;position:relative}@media (min-width:1024px){.newsletter-grid{grid-template-columns:1.4fr 1fr}}.newsletter-tag-row{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.newsletter-tag{color:#fff;text-transform:uppercase;letter-spacing:.08em;background:#e65100;border-radius:9999px;padding:.35rem .85rem;font-size:.8rem;font-weight:800}.newsletter-subtag{color:#cbd5e1;font-size:.85rem;font-weight:600}.newsletter-title{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:800;line-height:1.25}.newsletter-desc{color:#cbd5e1;max-width:600px;margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.newsletter-form{max-width:560px}.newsletter-input-group{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1.5px solid #fff3;border-radius:9999px;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.4rem .4rem .4rem 1.25rem;transition:all .2s;display:flex}@media (max-width:600px){.newsletter-input-group{border-radius:16px;padding:.75rem}}.newsletter-input-group:focus-within{box-shadow:none;background:#ffffff24;border-color:#ff9800}.newsletter-mail-icon{color:#94a3b8;flex-shrink:0}.newsletter-email-field{color:#fff;background:0 0;border:none;outline:none;flex-grow:1;min-width:180px;padding:.5rem;font-size:.95rem}.newsletter-email-field::placeholder{color:#94a3b8}.newsletter-submit-btn{color:#fff;cursor:pointer;white-space:nowrap;box-shadow:none;background:#e65100;border:none;border-radius:9999px;padding:.75rem 1.75rem;font-size:.95rem;font-weight:700;transition:all .2s}@media (max-width:600px){.newsletter-submit-btn{border-radius:12px;width:100%}}.newsletter-submit-btn:hover{box-shadow:none;background:#f57c00;transform:translateY(-2px)}.newsletter-privacy-note{color:#94a3b8;margin-top:.85rem;font-size:.8rem}.newsletter-success-box{background:#10b98126;border:1px solid #10b9814d;border-radius:16px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.success-icon{color:#fff;background:#10b981;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-weight:800;display:flex}.success-title{color:#fff;margin:0 0 .25rem;font-size:1.1rem;font-weight:700}.success-text{color:#a7f3d0;margin:0;font-size:.9rem}.newsletter-visual-col{justify-content:center;display:flex}.newsletter-image-card{filter:none;max-width:340px;position:relative}.newsletter-illustration{object-fit:contain;width:100%;height:auto}#news-curated-spotlight-section{background-color:#fff;padding:4rem 0 6rem}.spotlight-section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.5rem;display:flex}.spotlight-tag{text-transform:uppercase;color:#4a148d;letter-spacing:.1em;font-size:.8rem;font-weight:700}.spotlight-title{color:#0f172a;margin-top:.25rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800}.spotlight-quick-links{flex-wrap:wrap;gap:.6rem;display:flex}.spotlight-quick-link{color:#475569;cursor:pointer;box-shadow:none;background:#f8fafc;border:1px solid #cbd5e1;border-radius:9999px;padding:.45rem 1rem;font-size:.85rem;font-weight:700;transition:all .2s}.spotlight-quick-link:hover{color:#fff;background:#4a148d;border-color:#4a148d}.spotlight-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.spotlight-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.spotlight-grid{grid-template-columns:repeat(4,1fr)}}.spotlight-pillar-card{box-shadow:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;padding:2rem;transition:transform .25s,border-color .25s;display:flex}.spotlight-pillar-card:hover{box-shadow:none;border-color:#cbd5e1;transform:translateY(-4px)}.pillar-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.pillar-icon{font-size:1.5rem}.pillar-title{color:#0f172a;margin:0;font-size:1.2rem;font-weight:800}.pillar-desc{color:#64748b;flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.pillar-action-btn{color:#4a148d;cursor:pointer;text-align:center;box-shadow:none;background:#fff;border:1.5px solid #cbd5e1;border-radius:9999px;padding:.65rem 1.1rem;font-size:.85rem;font-weight:700;transition:all .2s}.pillar-action-btn:hover{color:#fff;background:#4a148d;border-color:#4a148d}.single-article-layout{background-color:#fff;width:100%;min-height:100vh}.single-article-fullwidth-container{width:100%;max-width:100%;padding-left:clamp(1.5rem,5vw,80px);padding-right:clamp(1.5rem,5vw,80px)}#single-post-header{background:#fff;width:100%;padding:3.5rem 0 2.5rem}.single-post-breadcrumbs{text-align:center;color:#64748b;flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem;margin-bottom:1.75rem;font-size:.9rem;display:flex}.breadcrumb-link{color:#4a148d;font-weight:700;text-decoration:none}.breadcrumb-link:hover{color:#ff6d00;text-decoration:underline}.breadcrumb-sep{color:#cbd5e1;font-weight:400}.breadcrumb-current{color:#0f172a;font-weight:700}.single-post-header-content{text-align:center;max-width:1100px;margin:0 auto}.single-post-badge-row{justify-content:center;align-items:center;gap:.85rem;margin-bottom:1.5rem;display:flex}.single-category-badge{color:#ff6d00;text-transform:uppercase;letter-spacing:.5px;background-color:#fff3e0;border-radius:9999px;padding:.4rem 1.1rem;font-size:.82rem;font-weight:800}.single-read-time{color:#64748b;background:#f1f5f9;border-radius:9999px;padding:.35rem .85rem;font-size:.85rem;font-weight:700}#single-post-title{color:#2d0c5e;letter-spacing:-.025em;text-align:center;max-width:960px;margin:0 auto 2rem;font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:900;line-height:1.18}.single-post-author-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;max-width:700px;margin:0 auto;padding-top:1.75rem;display:flex}.single-author-profile{align-items:center;gap:1rem;display:flex}.single-author-avatar-wrap{background:#ede7f6;border:2px solid #4a148d;border-radius:50%;flex-shrink:0;width:48px;height:48px;position:relative;overflow:hidden}.single-author-avatar{object-fit:cover;width:100%;height:100%}.single-author-name{color:#2d0c5e;margin:0 0 .15rem;font-size:1.05rem;font-weight:800}.single-author-role{color:#64748b;margin:0;font-size:.82rem;font-weight:600}.single-post-date-wrap{flex-direction:column;align-items:flex-start;display:flex}.date-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:800}.date-value{color:#2d0c5e;font-size:.95rem;font-weight:800}#single-post-featured-media{width:100%;margin-top:2rem;margin-bottom:3.5rem}.single-featured-img-wrap{aspect-ratio:16/9;background-color:#fff;border-radius:24px;width:100%;max-width:960px;height:auto;margin:0 auto;position:relative;overflow:hidden}.single-featured-img{object-fit:contain;width:100%;height:100%}#single-post-content-section{width:100%;padding-bottom:5rem}.single-content-centered-wrap,.single-content-grid{width:100%;max-width:960px;margin:0 auto}.single-article-body{background:0 0;border:none;width:100%;max-width:960px;margin:0 auto;padding:0}.article-rich-text{color:#334155;font-size:1.15rem;line-height:1.85}.article-rich-text .article-lead{color:#2d0c5e;border-left:4px solid #4a148d;margin-bottom:2rem;padding-left:1.25rem;font-size:1.3rem;font-weight:700;line-height:1.65}.article-rich-text h2{color:#2d0c5e;letter-spacing:-.015em;margin:2.75rem 0 1.15rem;font-size:1.75rem;font-weight:900;line-height:1.25}.article-rich-text h3{color:#4a148d;margin:2rem 0 .85rem;font-size:1.35rem;font-weight:800}.article-rich-text p{margin-bottom:1.5rem}.article-rich-text ul,.article-rich-text ol{margin:1.5rem 0 1.5rem 1.75rem}.article-rich-text li{margin-bottom:.65rem;line-height:1.75}.article-rich-text table,.financial-table,.infographic-box table{border-collapse:separate;border-spacing:0;background:#fff;border:1.5px solid #e9e4f0;border-radius:16px;width:100%;margin:2.25rem 0;font-size:.95rem;overflow:hidden}.article-rich-text th,.financial-table th,.infographic-box th{color:#fff;text-align:left;letter-spacing:.03em;text-transform:uppercase;background:#4a148c;border:none;padding:1.1rem 1.35rem;font-size:.92rem;font-weight:800}.article-rich-text td,.financial-table td,.infographic-box td{color:#334155;vertical-align:middle;background:#fff;padding:1.1rem 1.35rem}.article-rich-text tr:nth-child(2n) td,.financial-table tr:nth-child(2n) td,.infographic-box tr:nth-child(2n) td{background:#faf5ff}.article-rich-text tr:hover td,.financial-table tr:hover td,.infographic-box tr:hover td{background:#f3e8ff}.article-rich-text tr:last-child td,.financial-table tr:last-child td,.infographic-box tr:last-child td{border-bottom:none}.table-responsive{-webkit-overflow-scrolling:touch;width:100%;margin:1.5rem 0;overflow-x:auto}.article-rich-text blockquote,.expert-quote{border-radius:0 18px 18px 0;margin:2.5rem 0;padding:1.75rem 2.25rem;font-size:1.18rem;font-style:normal;line-height:1.75;color:#2d0c5e!important;background:#fff8f0!important;border-left:5px solid #ff6d00!important;font-weight:700!important}.article-rich-text blockquote p,.expert-quote p,blockquote p{margin-bottom:.6rem;color:#2d0c5e!important;font-weight:700!important}.article-rich-text blockquote cite,.expert-quote cite,blockquote cite{margin-top:.5rem;font-size:.92rem;font-style:normal;display:block;color:#ff6d00!important;font-weight:800!important}.key-takeaways{background:#faf5ff;border:1.5px solid #e9d8fd;border-radius:20px;margin:2.5rem 0;padding:2rem 2.25rem}.key-takeaways h3{color:#4a148c;margin-top:0;margin-bottom:1.25rem;font-size:1.35rem;font-weight:900}.key-takeaways ul{margin:0;padding-left:1.5rem}.key-takeaways li{color:#2d0c5e;margin-bottom:.75rem;font-weight:600;line-height:1.7}.featured-snippet{background:#fff;border:2px solid #4a148c;border-radius:20px;margin-bottom:2.5rem;padding:2rem 2.25rem}.featured-snippet h2{color:#4a148c;margin-top:0;margin-bottom:1rem;font-size:1.45rem;font-weight:900}.featured-snippet p{color:#334155;margin-bottom:.85rem;font-size:1.1rem;line-height:1.8}.tactical-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin:2rem 0 2.5rem;display:grid}.tactical-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem}.tactical-item h3{color:#2d0c5e;margin-top:0;margin-bottom:.5rem;font-size:1.15rem;font-weight:800}.tactical-item p{color:#475569;margin:0;font-size:.95rem;line-height:1.6}.pillar-callout{background:#fff3e0;border-left:4px solid #ff6d00;border-radius:0 16px 16px 0;margin:2rem 0;padding:1.5rem}.pillar-callout h4{color:#e65100;margin:0 0 .4rem;font-weight:800}.pillar-callout p{color:#5d4037;margin:0;font-size:1rem}.article-cta-box{color:#fff;text-align:center;background:linear-gradient(135deg,#2d0c5e 0%,#4a148c 100%);border-radius:24px;margin:3.5rem 0 2rem;padding:clamp(2rem,4vw,3rem)}.article-cta-box h3{color:#fff;margin:0 0 .85rem;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:900}.article-cta-box p{color:#e9d5ff;max-width:650px;margin:0 auto 1.75rem;font-size:1.05rem;line-height:1.7}.article-cta-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;display:flex}.btn-article-cta{color:#fff;background:#ff6d00;border-radius:9999px;padding:.85rem 2rem;font-size:.95rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-block}.btn-article-cta:hover{background:#e65100;transform:translateY(-2px)}.btn-article-secondary{color:#fff;background:0 0;border:1.5px solid #fff;border-radius:9999px;padding:.85rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block}.btn-article-secondary:hover{background:#ffffff26}.single-post-tags-container{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:3rem;padding-top:2rem;display:flex}.tags-label{color:#2d0c5e;font-size:.95rem;font-weight:800}.tags-list{flex-wrap:wrap;gap:.65rem;display:flex}.single-tag-pill{color:#4a148d;cursor:pointer;background:#faf5ff;border:1.5px solid #e9d8fd;border-radius:9999px;align-items:center;padding:.45rem 1.1rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.single-tag-pill:hover{color:#fff;background:#4a148d;border-color:#4a148d;transform:translateY(-2px)}.single-author-bio-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:1.5rem;margin-top:3rem;padding:2rem;display:flex}@media (max-width:600px){.single-author-bio-card{text-align:center;flex-direction:column}}.author-bio-avatar-wrap{background:#e2e8f0;border:2px solid #4a148d;border-radius:50%;flex-shrink:0;width:64px;height:64px;position:relative;overflow:hidden}.author-bio-avatar{object-fit:cover;width:100%;height:100%}.author-bio-avatar-fallback{color:#fff;background:#4a148d;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.4rem;font-weight:800;display:flex}.author-bio-name{color:#0f172a;margin:0 0 .25rem;font-size:1.15rem;font-weight:800}.author-bio-role{color:#4a148d;margin:0 0 .6rem;font-size:.82rem;font-weight:600}.author-bio-description{color:#64748b;margin:0;font-size:.9rem;line-height:1.55}.single-sidebar{z-index:20;align-self:flex-start;height:fit-content;position:sticky;top:90px}.sidebar-sticky-widget{flex-direction:column;gap:1.75rem;display:flex}.sidebar-cta-card{color:#fff;text-align:center;box-shadow:none;background:linear-gradient(135deg,#4a148d 0%,#2a0845 100%);border-radius:20px;padding:2rem}.cta-icon{margin-bottom:.75rem;font-size:2.2rem;display:inline-block}.cta-title{color:#fff;margin-bottom:.5rem;font-size:1.2rem;font-weight:800}.cta-desc{color:#e2e8f0;margin-bottom:1.5rem;font-size:.88rem;line-height:1.5}.sidebar-cta-btn{box-shadow:none;background:#e65100;border-radius:9999px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block;color:#fff!important}.sidebar-cta-btn:hover{background:#f57c00;transform:translateY(-2px)}.sidebar-categories-widget{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:1.75rem}.widget-title{color:#0f172a;margin-bottom:1rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:800}.sidebar-category-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.sidebar-category-list a{color:#334155;border-radius:10px;justify-content:space-between;align-items:center;padding:.55rem .85rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.sidebar-category-list a:hover{color:#4a148d;background:#fff;padding-left:1.1rem}#single-related-articles-section{background-color:#fff;padding:4rem 0 5rem}.related-section-header{text-align:center;margin-bottom:2.5rem}.related-tag{text-transform:uppercase;color:#4a148d;letter-spacing:.1em;font-size:.8rem;font-weight:700}.related-title{color:#0f172a;margin-top:.25rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800}.related-articles-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.related-articles-grid{grid-template-columns:repeat(3,1fr)}}.about-pageWrapper{background-color:var(--color-dark,#1a1a1a);font-family:var(--font-family-system);width:100%;max-width:100%;margin:0;padding:0}.about-heroCard{z-index:1;background-color:var(--color-primary,#4a148d);box-sizing:border-box;justify-content:flex-start;align-items:center;width:100%;max-width:100%;height:100vh;min-height:100vh;margin:0;display:flex;position:sticky;top:0;overflow:hidden}.about-heroMap{object-fit:contain;object-position:right center;z-index:1;pointer-events:none;filter:brightness(.9);width:auto;max-width:58%;height:100%;position:absolute;top:0;bottom:0;right:0}.about-heroContent{z-index:2;width:100%;max-width:1400px;padding:0 var(--layout-px);text-align:left;flex-direction:column;align-items:flex-start;gap:2rem;margin:0 auto;display:flex;position:relative;transform:translateY(-40px)}.about-badgeWrapper{justify-content:flex-start;margin-bottom:0;display:flex}.about-badge{background-color:var(--color-secondary,#ff6d00);color:var(--color-white,#fff);letter-spacing:.5px;box-shadow:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;display:inline-block}.about-heroTitle{color:var(--color-white,#fff);letter-spacing:-.5px;text-align:left;max-width:680px;font-size:clamp(2.2rem,4.2vw,3.8rem);font-weight:800;line-height:1.15}@media (max-width:992px){.about-heroCard{justify-content:center}.about-heroMap{object-fit:contain;object-position:center center;opacity:.3;filter:brightness(.95);width:100%;max-width:100%;height:100%;inset:0}.about-heroContent{text-align:center;align-items:center;gap:1.5rem;max-width:720px;padding:0 1.5rem;transform:none}.about-badgeWrapper{justify-content:center;width:100%}.about-heroTitle{text-align:center;max-width:100%;margin:0 auto;font-size:clamp(2rem,6vw,3.2rem)}}@keyframes cardExpand{0%{border-radius:48px 48px 0 0;transform:scale(.7)}to{border-radius:0;transform:scale(1)}}@keyframes cardRecede{0%{opacity:1}to{opacity:1}}.about-stickyCard2{z-index:2;width:100%;max-width:100%;position:sticky;top:0}.about-statementCard{background-color:var(--color-white);opacity:1;width:100%;max-width:100%;min-height:100vh;padding:4rem var(--layout-px);transform-origin:bottom;will-change:border-radius;box-sizing:border-box;justify-content:center;align-items:center;animation:linear both cardExpand;animation-timeline:view();animation-range:entry;display:flex}.about-statementWrapper{text-align:center;flex-direction:column;align-items:center;max-width:960px;padding:0 1rem;display:flex;position:relative}.about-quoteMark{color:var(--color-secondary,#ff6d00);-webkit-user-select:none;user-select:none;font-family:Georgia,Times New Roman,serif;font-size:clamp(4.5rem,8vw,7.5rem);font-weight:900;line-height:.7;display:block}.about-quoteTop{align-self:flex-start;margin-bottom:.75rem}.about-quoteBottom{align-self:flex-end;margin-top:.75rem}.about-statementText{max-width:900px;color:var(--color-primary,#4a148d);text-align:center;font-size:clamp(1.3rem,2.2vw,2rem);font-style:italic;font-weight:500;line-height:1.7}.about-stickyCard3{z-index:3;width:100%;max-width:100%;position:sticky;top:0}.about-buildCard{transform-origin:bottom;will-change:border-radius;box-sizing:border-box;background-image:url(/images/building.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;max-width:100%;min-height:100vh;animation:linear both cardExpand;animation-timeline:view();animation-range:entry}.about-stickyCard4{z-index:4;width:100%;max-width:100%;position:sticky;top:0}.about-orangeCard{background-color:var(--color-secondary,#ff6d00);opacity:1;width:100%;max-width:100%;min-height:100vh;padding:4rem var(--layout-px);transform-origin:bottom;will-change:border-radius;box-sizing:border-box;justify-content:center;align-items:center;animation:linear both cardExpand;animation-timeline:view();animation-range:entry;display:flex}.about-orangeCardContent{width:100%;max-width:900px;color:var(--color-primary,#4a148d);text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:4rem;height:100%;margin:0 auto;display:flex}.about-orangeCardTitle{color:var(--color-white,#fff);margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.2}.about-orangeCardBody{color:var(--color-white,#fff);margin:auto 0;font-size:clamp(1.3rem,2.2vw,2rem);font-style:italic;font-weight:500;line-height:1.7}.about-stickyCard5{z-index:5;width:100%;max-width:100%;position:sticky;top:0}.about-greyCard{background-color:var(--color-accent,#dadce0);opacity:1;width:100%;max-width:100%;min-height:100vh;padding:4rem var(--layout-px);transform-origin:bottom;will-change:border-radius;box-sizing:border-box;justify-content:center;align-items:center;animation:linear both cardExpand;animation-timeline:view();animation-range:entry;display:flex}.about-greyCardContent{width:100%;max-width:900px;color:var(--color-primary,#4a148d);text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:4rem;height:100%;margin:0 auto;display:flex}.about-greyCardTitle{color:var(--color-primary,#4a148d);margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.2}.about-greyCardBody{color:var(--color-primary,#4a148d);opacity:.95;margin:auto 0;font-size:clamp(1.3rem,2.2vw,2rem);font-style:italic;font-weight:500;line-height:1.7}.about-stickyCard6{z-index:6;width:100%;max-width:100%;position:sticky;top:0}.about-purpleCard{background-color:var(--color-primary,#4a148d);opacity:1;width:100%;max-width:100%;min-height:100vh;padding:4rem var(--layout-px);transform-origin:bottom;will-change:border-radius;box-sizing:border-box;justify-content:center;align-items:center;animation:linear both cardExpand;animation-timeline:view();animation-range:entry;display:flex}.about-purpleCardContent{width:100%;max-width:900px;color:var(--color-white,#fff);text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:4rem;height:100%;margin:0 auto;display:flex}.about-purpleCardTitle{color:var(--color-white,#fff);margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.2}.about-purpleCardBody{color:var(--color-white,#fff);margin:auto 0;font-size:clamp(1.3rem,2.2vw,2rem);font-style:italic;font-weight:500;line-height:1.7}.about-stickyCard7{z-index:7;width:100%;max-width:100%;position:sticky;top:0}.about-visionCard{background-color:var(--color-white,#fff);opacity:1;width:100%;max-width:100%;min-height:100vh;padding:4rem var(--layout-px);transform-origin:bottom;will-change:border-radius;box-sizing:border-box;justify-content:center;align-items:center;animation:linear both cardExpand;animation-timeline:view();animation-range:entry;display:flex}.about-visionGrid{grid-template-columns:repeat(3,1fr);gap:2.5rem;width:100%;max-width:none;display:grid}.about-visionBox{aspect-ratio:1;text-align:center;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.visionBox-purple{background-color:var(--color-primary);color:var(--color-white)}.visionBox-orange{background-color:var(--color-secondary);color:var(--color-white)}.visionBox-grey{color:var(--color-primary);background-color:#e2e4e8}.visionBox-title{margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.visionBox-text{font-size:1.35rem;font-weight:500;line-height:1.6}.about-cardVisual{justify-content:center;align-items:center;display:flex;position:relative}.about-cardVisual img{object-fit:cover;border-radius:24px;width:100%;max-width:480px;height:auto;max-height:420px}@media (max-width:992px){.about-statementCard,.about-buildCard,.about-orangeCard,.about-greyCard,.about-purpleCard,.about-visionCard,.fd-animated-section{border-radius:0!important;width:100%!important;min-height:100dvh!important;animation:none!important;transform:none!important}.about-heroCard{height:auto;min-height:100dvh;padding:6rem 1.5rem 3rem}.about-heroTitle{font-size:clamp(2rem,7vw,3.2rem)}.about-orangeCardContent,.about-greyCardContent,.about-purpleCardContent{gap:2rem;padding:0 1rem}.about-orangeCard,.about-greyCard,.about-purpleCard{padding:4rem 1.5rem}.about-orangeCardBody,.about-greyCardBody,.about-purpleCardBody{font-size:clamp(1.15rem,3.5vw,1.5rem);line-height:1.6}.about-statementText{font-size:clamp(1.2rem,3.5vw,1.65rem);line-height:1.6}.about-visionGrid{grid-template-columns:1fr;gap:1.5rem;width:100%;max-width:600px;margin:0 auto}.about-visionBox{aspect-ratio:auto;border-radius:20px;padding:2.5rem 1.5rem}.visionBox-title{margin-bottom:1rem;font-size:2rem}.visionBox-text{font-size:1.15rem}.fd-hero-section{height:auto!important;min-height:100dvh!important;padding:6rem 1.5rem 3rem!important}.fd-intro-section{padding:4rem 1.5rem!important}.fd-card4-section{height:auto!important;min-height:100dvh!important;padding:4rem 1.5rem!important}.fd-card4-grid{grid-template-columns:1fr!important;gap:2.5rem!important}.fd-form-inner{border-radius:20px!important;padding:2rem 1.25rem!important}}.fd-benefit-card{background-color:var(--color-white);box-sizing:border-box;border-radius:24px;flex-direction:column;flex:0 0 clamp(290px,75vw,750px);justify-content:center;height:auto;min-height:auto;padding:clamp(1.75rem,3.5vw,3.5rem);display:flex}.fd-benefit-title{color:var(--color-secondary);margin-bottom:1rem;font-size:clamp(1.4rem,2.5vw,2.2rem);font-weight:800}.fd-benefit-desc{color:#4b5563;margin:0;font-size:clamp(.95rem,1.4vw,1.2rem);font-weight:500;line-height:1.65}.about-stickyCard8{z-index:8;position:relative}@keyframes leadershipReveal{to{opacity:1;transform:translateY(0)}}.leadership-section{padding:6rem var(--layout-px);background-color:var(--color-white,#fff)}.leadership-container{max-width:1400px;margin:0 auto}.leadership-header{margin-bottom:4rem}.leadership-badge{color:var(--color-primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:1rem;font-weight:700;display:block}.leadership-title{color:var(--color-primary);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.leadership-underline{background-color:var(--color-secondary);width:120px;height:4px}.leadership-tabs-wrapper{gap:2rem;margin-bottom:4rem;display:flex}.leadership-tab{cursor:pointer;text-align:center;border-radius:12px;flex:1;padding:1.5rem;font-size:1.25rem;font-weight:700;transition:all .3s}.leadership-tab.active-tab{background-color:var(--color-primary);color:var(--color-white);border:2px solid var(--color-primary)}.leadership-tab.inactive-tab{color:var(--color-secondary);border:2px solid var(--color-secondary);background-color:#0000}.leadership-grid{grid-template-columns:repeat(6,1fr);gap:2rem;display:grid}@keyframes cardImageReveal{0%{opacity:0;clip-path:inset(0 0 30% round 30px);transform:translateY(40px)scale(.97)}to{opacity:1;clip-path:inset(0 0 0% round 30px);transform:translateY(0)scale(1)}}.leadership-card{background-color:var(--color-primary);opacity:0;border-radius:30px;flex-direction:column;grid-column:span 2;animation:.8s cubic-bezier(.22,1,.36,1) forwards cardImageReveal;animation-timeline:view();animation-range:entry 40% entry 120%;display:flex;overflow:hidden;transform:translateY(40px)scale(.97)}.leadership-card:first-child,.leadership-card:nth-child(2){grid-column:span 3}.leadership-image-wrapper{aspect-ratio:1;background-color:var(--color-primary);width:100%;position:relative}.leadership-image{object-position:top center}.leadership-placeholder{color:#fff3;justify-content:center;align-items:center;width:100%;height:100%;font-size:5rem;font-weight:800;display:flex}.leadership-info{justify-content:space-between;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.leadership-info-text{text-align:left;flex-direction:column;gap:.2rem;min-width:0;display:flex}.leadership-name{color:var(--color-white);white-space:nowrap;text-overflow:ellipsis;font-size:1.1rem;font-weight:700;line-height:1.3;overflow:hidden}.leadership-designation{color:#ffffffa6;font-size:.8rem;font-weight:500;line-height:1.3}.leadership-bio-btn{background-color:var(--color-secondary);cursor:pointer;width:38px;height:38px;color:var(--color-white);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s,background-color .2s;display:flex}.leadership-bio-btn svg{width:18px;height:18px}.leadership-bio-btn:hover{background-color:#e05c00;transform:scale(1.12)}@media (max-width:1100px){.leadership-grid{grid-template-columns:repeat(4,1fr)}.leadership-card,.leadership-card:first-child,.leadership-card:nth-child(2){grid-column:span 2}}@media (max-width:768px){.leadership-tabs-wrapper{flex-direction:column;gap:1rem}.leadership-grid{grid-template-columns:repeat(2,1fr)}.leadership-card,.leadership-card:first-child,.leadership-card:nth-child(2){grid-column:span 1}}@media (max-width:480px){.leadership-grid{grid-template-columns:1fr}.leadership-card,.leadership-card:first-child,.leadership-card:nth-child(2){grid-column:span 1}}.bio-drawer-overlay{z-index:998;opacity:0;pointer-events:none;background:#00000073;transition:opacity .35s;position:fixed;inset:0}.bio-drawer-overlay--open{opacity:1;pointer-events:all}.bio-drawer{background-color:var(--color-white);z-index:998;flex-direction:column;width:min(380px,100vw);height:100dvh;transition:transform .4s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.bio-drawer--open{transform:translate(0)}.bio-drawer-close{z-index:10;background-color:var(--color-secondary);cursor:pointer;width:36px;height:36px;color:var(--color-white);border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,transform .2s;display:flex;position:absolute;top:1rem;right:1rem}.bio-drawer-close:hover{background-color:#e05c00;transform:scale(1.05)}.bio-drawer-close svg{width:18px;height:18px}.bio-drawer-hero{background-color:#0000000a;flex-shrink:0;width:100%;height:380px;position:relative}.bio-drawer-content{flex-direction:column;padding:2rem 1.75rem;display:flex}.bio-drawer-identity{flex-direction:column;gap:.4rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.bio-drawer-name{color:var(--color-primary);margin:0;font-size:1.6rem;font-weight:800;line-height:1.2}.bio-drawer-designation{color:var(--color-secondary);margin:0;font-size:.95rem;font-weight:700}.bio-drawer-body{flex-direction:column;gap:1.1rem;display:flex}.bio-drawer-para{color:var(--color-dark);margin:0;font-size:.95rem;line-height:1.7}@media (max-width:1024px){.resp-px{padding-left:2rem!important;padding-right:2rem!important}}@media (max-width:600px){.resp-px{padding-left:1.25rem!important;padding-right:1.25rem!important}}@media (max-width:1024px){.loans-hero-left,.loans-hero-right{flex:100%!important;max-width:100%!important}.features-carousel-img{flex:100%!important;min-height:360px!important}}@media (max-width:600px){.features-carousel-img{height:300px!important;min-height:280px!important}}@media (max-width:900px){.fd-card4-grid{grid-template-columns:1fr!important;gap:2.5rem!important}}@media (max-width:768px){.horizontal-flex-track{gap:1.5rem!important;padding:0 1.25rem!important}}@media (min-width:769px) and (max-width:1024px){.horizontal-flex-track{padding:0 2rem!important}}@media (max-width:768px){.fd-form-section{padding:4rem 1.25rem!important}.fd-form-inner{padding:2rem 1.25rem!important}}@media (min-width:769px) and (max-width:1024px){.fd-form-section{padding:5rem 2rem!important}}@media (max-width:768px){.fd-hero-section{padding:6rem 1.25rem 3rem!important}}@media (min-width:769px) and (max-width:1024px){.fd-hero-section{padding:7rem 2rem 4rem!important}}@media (max-width:768px){.fd-intro-section{padding:3rem 1.25rem!important}}@media (min-width:769px) and (max-width:1024px){.fd-intro-section{padding:4rem 2rem!important}}@media (max-width:768px){.fd-benefits-header{padding:0 1.25rem!important}}@media (min-width:769px) and (max-width:1024px){.fd-benefits-header{padding:0 2rem!important}}@media (max-width:768px){.fd-card4-section{padding:3rem 1.25rem!important}}@media (min-width:769px) and (max-width:1024px){.fd-card4-section{padding:3rem 2rem!important}}@media (max-width:768px){.contact-form-map-grid{grid-template-columns:1fr!important}.contact-form-side{padding:2.5rem 1.5rem!important}}@media (max-width:600px){.contact-support-grid{grid-template-columns:1fr!important}}@media (max-width:1024px){.loans-section-px{padding-left:2rem!important;padding-right:2rem!important}}@media (max-width:600px){.loans-section-px{padding-left:1.25rem!important;padding-right:1.25rem!important}}@media (max-width:1024px){.mobile-padding{padding:0 2rem!important}}@media (max-width:600px){.mobile-padding{padding:0 1.25rem!important}}@media (max-width:900px){.banking-hero-flex{flex-direction:column!important;gap:2rem!important}.banking-hero-left,.banking-hero-right{flex:100%!important;max-width:100%!important}.banking-accounts-grid{grid-template-columns:1fr!important}}@media (max-width:768px){#whats-more-grid{grid-template-columns:1fr!important}.whats-more-card{min-height:auto!important}#app-download-grid{text-align:center;grid-template-columns:1fr!important}#app-download-mockup-col{transform:translateY(40px)!important}.app-download-heading{font-size:clamp(2rem,7vw,3rem)!important}}@media (max-width:1024px){#free-account-wrapper{padding:2.5rem 1.5rem 0!important}.free-account-lady{margin-right:0!important;transform:none!important}}@media (max-width:768px){#audit-compliance-banner{text-align:center;grid-template-columns:1fr!important;padding:2rem 1.5rem!important}.about-visionGrid{grid-template-columns:1fr!important;gap:1.5rem!important}.about-visionBox{aspect-ratio:auto!important;padding:2rem 1.5rem!important}#blog-index-grid{grid-template-columns:1fr!important}}img{max-width:100%;height:auto}h1,.hero-heading,.about-heroTitle,.free-account-title{font-size:clamp(2.2rem,5.5vw,4.5rem);line-height:1.15}h2,.section-title-large-purple,.whats-more-title,.app-download-heading,.leadership-title{font-size:clamp(1.75rem,4vw,3.2rem);line-height:1.2}h3,.why-choose-card-title,.whats-more-card-title{font-size:clamp(1.25rem,2.5vw,1.85rem);line-height:1.25}@media (max-width:1024px){#why-choose-grid{gap:15vh!important;width:100%!important;max-width:100%!important;padding-top:100px!important}.why-choose-card{border-radius:var(--radius-2xl)!important;width:100%!important;padding:clamp(2rem,4vw,3.5rem) clamp(1.25rem,3vw,2.5rem)!important;top:130px!important}.why-choose-card-title{font-size:clamp(1.35rem,3.5vw,2rem)!important}.why-choose-card-desc{font-size:clamp(.95rem,1.5vw,1.15rem)!important}.about-statementCard,.about-orangeCard,.about-greyCard,.about-purpleCard,.about-visionCard,.about-buildCard{width:100%!important;max-width:100%!important;padding:clamp(2.5rem, 5vh, 4rem) var(--layout-px)!important;box-sizing:border-box!important}.about-statementWrapper,.about-orangeCardContent,.about-greyCardContent,.about-purpleCardContent{width:100%!important;max-width:100%!important;padding:0!important}}
