@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600&display=swap");.menu,.menu a{font-family:Satoshi,Inter,Arial,sans-serif!important;font-weight:400!important;font-stretch:normal;letter-spacing:.02em;font-size:1.08rem}nav#nav{position:fixed;top:0;left:0;right:0;z-index:50;padding:12px 0;background-color:#13131300;font-family:Poppins,sans-serif;transition:background-color .3s ease;&.scrolled{background-color:rgba(19,19,19,.65);box-shadow:0 4px 10px rgba(0,0,0,.3);.container{height:48px}.logo{flex-shrink:0;img{width:160px}}}.container{max-width:1280px;margin:0 auto;padding:0 16px;display:flex;justify-content:space-between;align-items:center;height:64px;transition:height .3s ease}.logo{flex-shrink:0;img{transition:width .3s ease;display:block}}.menu-toggle{display:none;color:white;cursor:pointer;@media (max-width:768px){display:block}}.menu{display:flex;gap:16px;align-items:center;a{color:white;font-size:14px;font-weight:500;text-decoration:none;padding:8px 12px;border-radius:8px;transition:all .2s ease;&:hover{transform:scale(1.05);background-color:rgba(255,255,255,.08)}&.active{position:relative;&:after{content:"";position:absolute;bottom:4px;left:50%;transform:translateX(-50%);width:6px;height:6px;background-color:white;border-radius:50%}}&.cta{background:linear-gradient(90deg,#ff8800,#ffb347);color:#fff;border:none;border-radius:10px;padding:.6rem 1.5rem;font-weight:700;font-size:.95rem;letter-spacing:.04em;box-shadow:0 4px 24px rgba(255,136,0,.18),0 1.5px 8px rgba(0,0,0,.08);cursor:pointer;transition:background .3s cubic-bezier(.4,2,.6,1),box-shadow .3s cubic-bezier(.4,2,.6,1),transform .2s cubic-bezier(.4,2,.6,1);display:inline-flex;align-items:center;gap:.5em;position:relative;overflow:hidden;&:after{content:"→";font-size:1.2em;margin-left:.3em;transition:transform .3s cubic-bezier(.4,2,.6,1);display:inline-block}&:hover{background:linear-gradient(90deg,#ffb347,#ff8800);box-shadow:0 8px 32px rgba(255,136,0,.28),0 2px 12px rgba(0,0,0,.12);transform:translateY(-2px) scale(1.04)}&:hover:after{transform:translateX(6px) scale(1.15)}}}@media (max-width:768px){position:absolute;top:64px;left:0;right:0;background-color:rgba(19,19,19,.95);flex-direction:column;padding-left:16px;padding-bottom:16px;padding-right:16px;padding-top:16px;display:none;&.open{display:flex}a{width:100%;text-align:center}}}}section#carousell{width:100vw;min-width:100vw;height:100vh;min-height:100vh;overflow:hidden;background-color:#000;display:flex;justify-content:center;flex-direction:column;align-items:center;padding:100px 44px;position:relative;&:before{left:0;background:linear-gradient(90deg,#000 0,rgba(0,0,0,0))}&:after,&:before{content:"";position:absolute;top:0;width:90px;height:100%;z-index:10;pointer-events:none}&:after{right:0;background:linear-gradient(270deg,#000 0,rgba(0,0,0,0))}#title{color:#fff;font-family:Roboto,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:38px;font-weight:500;line-height:1.1em;text-align:center;letter-spacing:-.2px;max-width:700px}#carousell-images-outer{width:100vw;margin-top:40px}#carousell-images-container{display:flex;flex-direction:row;gap:12px;position:relative;width:max-content;animation:carousell-scroll 32s linear infinite;padding:18px 0;&:hover{animation-play-state:paused}}.carousell-card{position:relative;width:300px;height:352.92px;border-radius:30px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;&:hover{transform:scale(1.15);z-index:1;backdrop-filter:blur(8px) saturate(200%);-webkit-backdrop-filter:blur(8px) saturate(200%);background-color:rgba(255,255,255,.17);.carousell-text{font-weight:700;bottom:280px}.carousell-description{color:#fff}.carousell-image{filter:blur(5px)}}.carousell-text{bottom:20px;font-size:24px;font-weight:500;transition:color .3s ease,transform .3s ease,bottom .3s ease}.carousell-description,.carousell-text{color:#fff;position:absolute;left:20px;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.1em;z-index:1}.carousell-description{bottom:60px;font-size:26px;font-weight:4000;transition:color .5s ease;color:transparent}.carousell-image{border-radius:30px;width:100%;height:100%;object-fit:cover;transition:filter .3s ease}}}@keyframes carousell-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}html{scroll-behavior:smooth}.hero-section{position:relative;height:100vh;width:100vw;min-height:100vh;min-width:100vw;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:2rem;color:white}.hero-background{object-fit:cover;z-index:0}.hero-background,.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.7));z-index:1}.hero-content{display:flex;flex-direction:row;justify-content:space-between;max-width:1700px;width:100%;z-index:2;position:relative;gap:2rem;flex-wrap:wrap}.hero-text{flex:1;min-width:300px}.hero-text h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.hero-text p{font-size:1.25rem;line-height:1.6}.hero-card{background:rgba(255,255,255,.85);color:#111;padding:2rem;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.15);max-width:400px;flex:1;min-width:300px}.hero-card h3{margin-bottom:1rem;font-size:1.5rem}.hero-card ul{list-style:none;padding:0;margin:0 0 1.5rem}.hero-card li{margin-bottom:.5rem;font-size:1rem}.cta-button{background:linear-gradient(90deg,#ff8800,#ffb347);color:#fff;border:none;border-radius:12px;padding:.85rem 2.2rem;font-weight:700;font-size:1.15rem;letter-spacing:.04em;box-shadow:0 4px 24px rgba(255,136,0,.18),0 1.5px 8px rgba(0,0,0,.08);cursor:pointer;transition:background .3s cubic-bezier(.4,2,.6,1),box-shadow .3s cubic-bezier(.4,2,.6,1),transform .2s cubic-bezier(.4,2,.6,1);display:inline-flex;align-items:center;gap:.7em;position:relative;overflow:hidden}.cta-button:after{content:"→";font-size:1.2em;margin-left:.3em;transition:transform .3s cubic-bezier(.4,2,.6,1);display:inline-block}.cta-button:hover{background:linear-gradient(90deg,#ffb347,#ff8800);box-shadow:0 8px 32px rgba(255,136,0,.28),0 2px 12px rgba(0,0,0,.12);transform:translateY(-2px) scale(1.04)}.cta-button:hover:after{transform:translateX(6px) scale(1.15)}.custom-hero-layout{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;height:100%;width:100%;position:relative}.hero-card{align-self:center;margin-left:2vw}.hero-text-bottom-right{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;text-align:right;position:absolute;right:4vw;bottom:300px;max-width:50%}.hero-text-bottom-right h1{font-size:3.5rem;font-weight:700;margin-bottom:1.2rem}.hero-text-bottom-right p{font-size:1.7rem;line-height:1.6}.hero-list-icon{width:1.2em;height:1.2em;margin-right:.6em;vertical-align:middle}.hero-card ul li{display:flex;align-items:center;margin-bottom:.7em}.hero-list-reveal{opacity:0;transform:translateX(-48px) scale(.98);filter:blur(8px);transition:opacity .7s cubic-bezier(.23,1,.32,1),transform .7s cubic-bezier(.23,1.2,.32,1.1),filter .7s cubic-bezier(.23,1,.32,1)}.hero-list-reveal.revealed{opacity:1;transform:translateX(0) scale(1.04);filter:blur(0);animation:hero-list-overshoot .32s cubic-bezier(.23,1.2,.32,1.1) .7s 1 forwards}@keyframes hero-list-overshoot{0%{transform:translateX(0) scale(1.04)}to{transform:translateX(0) scale(1)}}@media (max-width:600px){.hero-list-reveal{transition-duration:.45s!important;transform:translateX(-28px) scale(.98);filter:blur(6px)}.hero-list-reveal.revealed{transform:translateX(0) scale(1.02);filter:blur(0);animation:hero-list-overshoot-mobile .18s cubic-bezier(.23,1.2,.32,1.1) .45s 1 forwards}}@keyframes hero-list-overshoot-mobile{0%{transform:translateX(0) scale(1.02)}to{transform:translateX(0) scale(1)}}@media (max-width:900px){.custom-hero-layout{flex-direction:column;align-items:center;justify-content:center}.hero-text-bottom-right{position:static;align-items:center;text-align:center;max-width:100%;padding:2rem 0 0;bottom:0;right:0}.hero-text-bottom-right h1{font-size:2rem}.hero-text-bottom-right p{font-size:1.1rem}.hero-card{margin-left:0;margin-bottom:2rem}}@media (max-width:768px){.hero-content{flex-direction:column;align-items:center;text-align:center}.hero-text h1{font-size:2rem}.hero-card{width:100%}}@media (max-width:600px){.hero-section{padding:.5rem;min-height:100vh;height:auto}.custom-hero-layout,.hero-content{flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:1rem!important;width:100%;height:auto}.hero-card{width:80%;min-width:unset;max-width:100%;margin:2rem auto 1.5rem!important;padding:1rem;position:relative;bottom:-120px;display:none}.hero-text,.hero-text-bottom-right{position:relative!important;align-items:center!important;text-align:center!important;max-width:100%!important;margin:0!important;padding:.5rem 0 0!important;width:100%!important;bottom:-120px}.hero-text h1,.hero-text-bottom-right h1{font-size:4rem!important;line-height:4rem;margin-bottom:.7rem!important;font-weight:400;text-align:left;margin-left:30px}.hero-text p,.hero-text-bottom-right p{font-size:1.8rem!important;line-height:1.8rem;margin-left:25px;margin-right:25px}.cta-button{width:100%;padding:.7rem 0;font-size:1rem}.hero-card{margin-top:2rem!important}}@media (min-width:1024px){.hero-card{backdrop-filter:blur(14px);background:rgba(255,255,255,.08);border-radius:18px;box-shadow:0 8px 24px rgba(0,0,0,.3);padding:2rem;margin-left:2rem;margin-top:0;margin-bottom:0;animation:fadeInUp 1.8s cubic-bezier(.23,1,.32,1);opacity:0;animation-fill-mode:forwards;animation-delay:1s;color:#fff}.hero-text h1,.hero-text-bottom-right h1{opacity:0;font-family:Satoshi,Inter,Arial,sans-serif;animation:fadeInUpBlurHold 1.6s cubic-bezier(.23,1,.32,1) .4s forwards}.hero-text p,.hero-text-bottom-right p{opacity:0;animation:fadeInUpBlurHold 1.6s cubic-bezier(.23,1,.32,1) .7s forwards}.cta-button{transition:all .4s ease}.neural-bg-canvas{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:1;pointer-events:none;background:transparent}.wavy-lines-bg .wavy1{opacity:.12;stroke-linecap:round;animation:waveMove1 7s ease-in-out infinite alternate}.wavy-lines-bg .wavy2{opacity:.09;stroke-linecap:round;animation:waveMove2 9s ease-in-out infinite alternate}@keyframes waveMove1{0%{transform:translateY(0)}to{transform:translateY(30px)}}@keyframes waveMove2{0%{transform:translateY(0)}to{transform:translateY(-25px)}}.grid-lines-bg .grid-line-horiz,.grid-lines-bg .grid-line-vert{stroke:#fff;stroke-width:1.2;opacity:.07;stroke-dasharray:8 8;animation:gridMove 7s ease-in-out infinite alternate}@keyframes gridMove{0%{stroke-dashoffset:0}to{stroke-dashoffset:40}}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUpBlur{0%{opacity:0;filter:blur(8px);transform:translateY(40px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes fadeInUpBlurHold{0%{opacity:0;filter:blur(8px);transform:translateY(40px)}60%{opacity:1;filter:blur(8px);transform:translateY(0)}81%{opacity:1;filter:blur(8px);transform:translateY(0)}to{opacity:1;filter:blur(0);transform:translateY(0)}}.banking-section-open{width:100vw;min-width:100vw;height:100vh;min-height:100vh;display:flex;align-items:stretch;justify-content:center;background:#f8f5f1;overflow:hidden}.banking-section-open-content{display:flex;flex-direction:row;width:100vw;max-width:1800px;height:100vh;align-items:center;justify-content:space-between;padding:0 6vw;gap:0}.banking-section-open-text{flex:1.1;display:flex;flex-direction:column;justify-content:center;z-index:2;padding-right:3vw}.banking-section-open-text h1{font-size:4vw;font-weight:700;margin-bottom:2.5vw;color:#232323;line-height:1.08;letter-spacing:-1px;transition:opacity .8s,transform .8s;opacity:.7;transform:translateY(40px)}.banking-section-open-text h1.animate{opacity:1;transform:translateY(0)}.banking-section-open-text p{font-size:1.35vw;color:#555;margin-bottom:3vw;line-height:1.7;max-width:38vw;transition:opacity .8s .2s,transform .8s .2s;opacity:.7;transform:translateY(40px)}.banking-section-open-text p.animate{opacity:1;transform:translateY(0)}.get-started-link-open{display:inline-flex;align-items:center;font-size:1.25vw;font-weight:600;color:#ff7a00;text-decoration:none;border-bottom:2.5px solid #ff7a00;padding-bottom:2px;gap:10px;opacity:.7;transform:translateY(20px);transition:opacity .8s .4s,transform .8s .4s,color .2s,border-color .2s;position:relative}.get-started-link-open.animate{opacity:1;transform:translateY(0)}.get-started-link-open:hover{color:#d65a00;border-color:#d65a00}.get-started-link-open .arrow{font-size:1.4em;margin-left:4px;transition:transform .2s}.get-started-link-open:hover .arrow{transform:translateX(6px)}.banking-section-open-images{flex:1;position:relative;display:flex;align-items:flex-end;justify-content:flex-end;min-width:0;height:100%}.main-image-open{width:30vw;max-width:520px;height:60vh;max-height:600px;object-fit:cover;border-radius:32px;position:relative;z-index:2;margin-right:-4vw;margin-bottom:2vw;box-shadow:0 8px 32px rgba(0,0,0,.1)}.secondary-image-open{width:14vw;max-width:220px;height:14vw;max-height:220px;object-fit:cover;border-radius:24px;position:absolute;left:0;bottom:7vh;z-index:1;background:#fff;border:4px solid #fff;box-shadow:0 4px 16px rgba(0,0,0,.08)}@media (max-width:1100px){.banking-section-open-content{flex-direction:column;height:auto;width:100vw;padding:0 2vw;align-items:flex-start;justify-content:flex-start}.banking-section-open-text{padding:40px 0 24px;max-width:100vw}.banking-section-open-images{width:100vw;justify-content:center;align-items:flex-end;min-height:260px;margin-bottom:32px}.main-image-open{width:60vw;height:36vw;min-width:180px;min-height:180px;margin-right:0;margin-bottom:0}.secondary-image-open{width:24vw;height:24vw;left:10vw;bottom:2vw}.banking-section-open-text h1{font-size:2.2rem}.banking-section-open-text p{font-size:1.1rem;max-width:90vw}.get-started-link-open{font-size:1rem}}@media (max-width:700px){.banking-section-open-content{flex-direction:column;height:auto;width:100vw;padding:0 2vw;align-items:flex-start;justify-content:flex-start}.banking-section-open-text{padding:32px 0 16px}.main-image-open{width:90vw;height:40vw;min-width:120px;min-height:120px}.secondary-image-open{width:32vw;height:32vw;left:4vw;bottom:2vw}}#stories{width:100vw;min-width:100vw;height:100vh;min-height:100vh;align-items:center;display:flex;justify-content:center;padding:3rem 0;position:relative;overflow:hidden;z-index:0;.stories-bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;pointer-events:none}.stories-container{width:100%;display:flex;flex-direction:row;justify-content:center;.stories-wrapper{margin:0 auto}.stories-grid{display:flex;gap:24px;width:max-content;padding:0 10px}.story-card{position:relative;flex-shrink:0;width:300px;height:450px;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);backdrop-filter:blur(10px);transition:transform .3s cubic-bezier(.4,.2,.2,1)}.story-card:hover{z-index:5}.story-image-container{transition:transform 1s cubic-bezier(.4,.2,.2,1)}.story-card:hover .story-image-container{transform:scale(1.5)}.story-card.offset{margin-top:48px}.progress-container{position:absolute;top:8px;left:8px;right:8px;z-index:10;display:flex;gap:4px}.progress-segment{flex:1;height:4px;background:rgba(255,255,255,.3);border-radius:2px;overflow:hidden}.progress-bar{height:100%;background:white;border-radius:2px;width:0}.progress-bar.completed{width:100%}.progress-bar.active{animation:progress 15s linear forwards}.story-image-container{width:100%;height:100%;position:relative}.story-image{width:100%;height:100%;object-fit:cover;display:block}.story-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.2) 0,transparent 50%,rgba(0,0,0,.1));z-index:1}.story-text{position:absolute;left:0;right:0;bottom:0;padding:24px 16px 32px;color:#fff;font-size:1.25rem;font-weight:500;text-align:center;z-index:2;text-shadow:0 2px 8px rgba(0,0,0,.7);pointer-events:none;word-break:break-word}@media (max-width:768px){.stories-container{padding:16px}.stories-title{font-size:1.5rem;margin-bottom:1.5rem}.stories-grid{gap:16px;padding:0 5px}.story-card{width:250px;height:375px}.story-card.offset{margin-top:20px}}@media (max-width:480px){.story-card{width:220px;height:330px}.stories-grid{gap:12px}}}}@keyframes progress{0%{width:0}to{width:100%}}section#personal{display:flex;width:100vw;min-width:100vw;height:100vh;min-height:100vh;flex-direction:column;justify-content:center;align-items:center;background-color:black}