@import url(https://fonts.googleapis.com/css2?family=Satoshi:wght@300;400;500;700&display=swap);.hero{align-items:center;min-height:75vh;padding:100px var(--padding-side-body);padding-bottom:20px}.hero,.hero-container{display:flex;justify-content:space-between}.hero-container{align-items:flex-end;gap:50px;width:100%}.hero-content{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:16px;max-width:60%;padding-top:50px}.hero-eyebrow{align-items:center;background:#a5ea151a;border:1px solid #ffffff1a;border:1px solid var(--white-10,#ffffff1a);border-radius:100px;color:#a5ea15;color:var(--green-500,#a5ea15);display:inline-flex;font-size:var(--font-size-md);gap:10px;justify-content:center;letter-spacing:-.425px;padding:8px 21px}.hero-eyebrow,.hero-title{font-family:var(--font-family-satoshi);font-style:normal;font-weight:500;line-height:120%}.hero-title{color:#fff;color:var(--white,#fff);font-size:var(--font-size-6xl);letter-spacing:-.574px}.hero-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a5ea15,#d4ff7f);-webkit-background-clip:text;background-clip:text}.hero-description{color:#fff;color:var(--white,#fff);font-family:var(--font-family-satoshi);font-size:var(--font-size-lg);font-style:normal;font-weight:400;line-height:140%}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;padding-top:50px}.hero-image{align-items:center;display:flex;justify-content:center;position:relative}.hero-image img{border-radius:20px;height:auto;max-width:1400px;width:100%}@media (max-width:1024px){.hero-container{gap:3rem}.hero-stats{gap:1.5rem}}@media (max-width:768px){.hero{min-height:auto;padding:4rem var(--padding-side-body)}.hero-container{align-items:center;flex-direction:column;gap:3rem}.hero-content{align-items:center;max-width:100%;order:1;text-align:center}.hero-image{order:2;width:100%}.hero-description{max-width:none}.hero-buttons,.hero-stats{justify-content:center}.hero-stats{gap:2rem}.stat{align-items:center}}@media (max-width:480px){.hero{padding:3rem 1rem}.hero-buttons{align-items:center;flex-direction:column}.hero-btn{max-width:280px;width:100%}.hero-stats{flex-direction:column;gap:1rem}.hero-image img{border-radius:16px}}.features{gap:40px;justify-content:center;padding:60px var(--padding-side-body)}.features,.features-header{align-items:center;align-self:stretch;display:flex;flex-direction:column}.features-header{gap:16.043px}.features-badge{color:var(--white);font-family:var(--font-family-satoshi);font-size:var(--font-size-2xl);font-weight:500;letter-spacing:-.428px;line-height:120%}.features-badge-highlight{color:var(--green)}.features-title{color:var(--white);font-family:var(--font-family-satoshi);font-size:var(--font-size-4xl);font-weight:500;letter-spacing:-.321px;line-height:120%;max-width:900px;text-align:center}.features-grid{align-self:stretch}.features-grid,.features-grid-column{align-items:flex-start;display:flex;gap:30px}.features-grid-column{flex:1 0;flex-direction:column;min-height:0}.features-grid-column:last-child{justify-content:space-between}.features-grid-column:last-child .features-card{min-height:0}.features-card{align-items:flex-start;align-self:stretch;background:var(--white-5);border:1px solid var(--white-10);border-radius:40px;display:flex;flex:1 0;flex-direction:column;gap:20px;justify-content:space-between;min-height:0;overflow:hidden;padding:40px 30px}.features-grid-column:last-child .features-card{flex:1 1;justify-content:space-between}.features-card-small{gap:0;justify-content:space-between}.features-card-green{background-color:var(--green);justify-content:space-between;padding-top:0}.features-card-padd-left-bot{justify-content:space-between;padding:0 0 40px 30px}.features-card-padd-right{justify-content:space-between;padding-right:0}.features-card-padd-left-right{justify-content:space-between;padding:40px 0}.features-card-img-box{align-items:center;align-self:stretch;display:flex;flex:1 0;flex-direction:column;gap:10px;justify-content:center;min-height:0}.features-grid-column:last-child .features-card-img-box{flex:1 1;justify-content:center}.features-card-green .features-card-img-box,.features-card-padd-left-bot .features-card-img-box{justify-content:flex-start}.features-card-img{width:100%}.features-card-img-box-small{align-items:flex-end}.features-card-img-small{width:85%}.features-card-content{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;flex-shrink:0;gap:2.674px;justify-content:flex-start}.features-card-title{color:var(--white);font-family:var(--font-family-satoshi);font-size:var(--font-size-2xl);font-style:normal;font-weight:700;letter-spacing:-.535px;line-height:120%}.features-card-green .features-card-desc,.features-card-green .features-card-title{color:var(--black)}.features-card-padd-left-bot .features-card-content,.features-card-padd-right .features-card-content{padding-right:30px}.features-card-padd-left-right .features-card-content{padding:0 30px}.features-card-desc{color:var(--white-70);font-family:var(--font-family-satoshi);font-size:var(--font-size-lg);font-style:normal;font-weight:400;line-height:140%}@media (max-width:765px){.features-grid{flex-direction:column}}.scroll-animation{opacity:0;transform:translateY(50px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.scroll-animation.animate{opacity:1;transform:translateY(0)}.fade-in{opacity:0;transition:opacity .8s ease-in-out}.fade-in.animate{opacity:1}.slide-up{opacity:0;transform:translateY(60px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.slide-up.animate{opacity:1;transform:translateY(0)}.slide-left{opacity:0;transform:translateX(-60px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.slide-left.animate{opacity:1;transform:translateX(0)}.slide-right{opacity:0;transform:translateX(60px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.slide-right.animate{opacity:1;transform:translateX(0)}.scale-in{opacity:0;transform:scale(.8);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.scale-in.animate{opacity:1;transform:scale(1)}.rotate-in{opacity:0;transform:rotate(-10deg) scale(.9);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.rotate-in.animate{opacity:1;transform:rotate(0deg) scale(1)}.stagger-1{transition-delay:.1s}.stagger-2{transition-delay:.2s}.stagger-3{transition-delay:.3s}.stagger-4{transition-delay:.4s}.stagger-5{transition-delay:.5s}.stagger-6{transition-delay:.6s}@media (max-width:768px){.scroll-animation,.slide-left,.slide-right,.slide-up{transform:translateY(30px)}.slide-left{transform:translateX(-30px)}.slide-right{transform:translateX(30px)}}.whywesplit{align-items:center;display:flex;gap:4rem;justify-content:space-between;padding:0 var(--padding-side-body);position:relative}.whywesplit-left{flex:1 1;gap:53px;max-width:650px;width:60%;z-index:1}.whywesplit-eyebrow-container,.whywesplit-left{align-items:flex-start;display:flex;flex-direction:column}.whywesplit-eyebrow-container{align-self:stretch;gap:15.951px}.whywesplit-eyebrow{color:var(--white);font-family:var(--font-family-satoshi);font-size:var(--font-size-md);font-style:normal;font-weight:500;letter-spacing:-.425px;line-height:120%;text-align:left}.whywesplit-eyebrow .highlight{color:var(--green)}.whywesplit-title{color:var(--white);font-family:var(--font-family-satoshi);font-size:var(--font-size-4xl);font-style:normal;font-weight:500;letter-spacing:-.319px;line-height:120%}.whywesplit-features{grid-gap:50px;display:grid;gap:50px;grid-template-columns:1fr 1fr}.feature{gap:21px;justify-content:flex-start;width:100%}.feature,.feature-icon{align-items:center;display:flex}.feature-icon{background:var(--white-10);border-radius:100px;gap:10px;height:55px;padding:14px;width:55px}.feature-icon i{color:var(--green);font-size:25px}.feature-title{color:var(--white);font-family:var(--font-family-satoshi);font-size:var(--font-size-lg);font-weight:400;line-height:1.3}.whywesplit-right{align-items:center;display:flex;justify-content:center}.mockup-img{height:auto;width:500px}@media (min-width:766px) and (max-width:1400px){.feature{align-items:flex-start;flex-direction:column;gap:10px;width:180px}.mockup-img{height:auto;width:300px}}@media (max-width:765px){.whywesplit{align-items:center;flex-direction:column;gap:20px;padding:35px var(--padding-side-body)}.whywesplit-left,.whywesplit-right{width:100%}.whywesplit-features{gap:1.5rem 0;grid-template-columns:1fr}.mockup-img{left:20px;width:100%}.feature{align-items:center;display:flex;width:100%}}.stats{display:flex;justify-content:center;padding:60px var(--padding-side-body)}.stats-list{align-self:stretch;gap:24px;justify-content:space-between;max-width:1100px;width:100%}.stats-item,.stats-list{align-items:center;display:flex}.stats-item{background:#ffffff0d;background:var(--white-5,#ffffff0d);border:1px solid #ffffff1a;border:1px solid var(--white-10,#ffffff1a);border-radius:16px;flex:1 0;flex-direction:column;gap:4px;justify-content:center;padding:30px}.stats-value{color:#a5ea15;color:var(--green,#a5ea15);font-size:32px;font-weight:500;letter-spacing:-.64px;line-height:120%}.stats-label,.stats-value{font-family:Satoshi;font-style:normal;text-align:center}.stats-label{color:#ffffffb3;font-size:16px;font-weight:400;line-height:140%}@media (max-width:900px){.stats-list{flex-direction:column;gap:24px}.stats-item{min-height:90px;min-width:180px}.stats-value{font-size:1.4rem}}.faq-section{gap:40px;padding:60px var(--padding-side-body)}.faq-header,.faq-section{align-items:center;align-self:stretch;display:flex;flex-direction:column}.faq-header{gap:15px;justify-content:center}.faq-badge{color:var(--white);font-family:var(--font-family-satoshi);font-size:var(--font-size-xl);font-style:normal;font-weight:500;letter-spacing:-.425px;line-height:120%;padding-bottom:15px}.faq-badge-highlight{color:var(--green)}.faq-title{color:var(--white);font-size:var(--font-size-4xl);font-weight:500;letter-spacing:-.319px;line-height:120%}.faq-desc,.faq-title{font-family:var(--font-family-satoshi);font-style:normal;text-align:center}.faq-desc{color:var(--white-70);font-size:var(--font-size-xl);font-weight:400;line-height:140%}.faq-list{align-items:stretch;display:flex;flex-direction:column;gap:20px;max-width:900px;width:100%!important}.faq-animated-section{width:100%}.faq-animated-section,.faq-item{align-self:stretch;display:flex;flex-direction:column}.faq-item{align-items:flex-start;-webkit-backdrop-filter:blur(21.26769256591797px);backdrop-filter:blur(21.26769256591797px);background:#ffffff0d;background:var(--white-5,#ffffff0d);border:1.329px solid #ffffff1a;border:1.329px solid var(--white-10,#ffffff1a);border-radius:21.268px;box-shadow:0 15.951px 37.218px 0 #0a090952;overflow:hidden;width:100%!important}.faq-item.open{background:#ffffff14;width:100%!important}.faq-question{align-items:center;align-self:stretch;background:none;color:var(--white);cursor:pointer;display:flex;font-family:var(--font-family-satoshi);font-size:var(--font-size-xl);font-style:normal;font-weight:400;justify-content:space-between;letter-spacing:-.532px;line-height:120%;padding:20px 30px;width:100%}.faq-toggle{color:var(--green);font-size:25px;font-weight:700;line-height:1}.faq-answer{align-items:center;align-self:stretch;color:var(--white);display:flex;font-family:var(--font-family-satoshi);font-size:var(--font-size-md);font-style:normal;font-weight:400;justify-content:space-between;line-height:140%;padding:10px 30px}@keyframes fadeInFaq{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}@media (max-width:765px){.faq-section{padding:30px var(--padding-side-body)}.faq-list{gap:12px;max-width:98vw}.faq-question{padding:18px 12px}.faq-answer{padding:0 12px 14px}}.footer{flex-direction:column;padding:0 var(--padding-side-body);width:100%}.footer,.footer-main{align-items:flex-start;display:flex}.footer-main{align-self:stretch;justify-content:space-between;padding:40px 0}.footer-col{display:flex;flex-direction:column;gap:10px;min-width:180px}.footer-brand{flex:2 1 320px;gap:18px;max-width:340px}.footer-logo{height:38px;width:auto}.footer-desc{color:var(--white-70);font-family:var(--font-family-satoshi);font-size:var(--font-size-md);font-style:normal;font-weight:400;line-height:140%}.footer-socials{display:flex;gap:14px;margin-top:8px}.footer-social{align-items:center;background:#232c1a;border-radius:50%;color:var(--white);display:flex;font-size:20px;height:40px;justify-content:center;transition:background .2s,color .2s;width:40px}.footer-social:hover{background:var(--green);color:var(--black)}.footer-col-title{color:var(--white);font-size:var(--font-size-xl);font-weight:500;letter-spacing:-.532px;line-height:120%}.footer-col-title,.footer-links a,.footer-pages a{font-family:var(--font-family-satoshi);font-style:normal}.footer-links a,.footer-pages a{color:var(--white-70);font-size:var(--font-size-md);font-weight:400;line-height:140%}.footer-links a:hover,.footer-pages a:hover{color:var(--green)}.footer-download{gap:10px}.footer-store-btn img{border-radius:8px;box-shadow:0 2px 8px 0 #0002;height:40px;margin-bottom:6px;transition:transform .15s;width:auto}.footer-store-btn img:hover{transform:scale(1.06)}.footer-bottom{padding-bottom:20px;text-align:center;width:100%}.footer-sep{border:none;border-top:1.2px solid var(--white-10);margin-bottom:18px;width:96%}.footer-copyright{color:var(--white-50);font-family:var(--font-family-satoshi);font-size:var(--font-size-sm);font-style:normal;font-weight:400;line-height:140%}@media (max-width:765px){.footer{padding:30px var(--padding-side-body);padding-bottom:10px}.footer-brand{flex:none}.footer-main{align-items:flex-start;flex-direction:column;gap:32px;padding:0 18px}.footer-col{min-width:0;min-width:auto;width:100%}.footer-bottom{margin-top:32px}}.navbar{background:#000b04;justify-content:space-between;padding:20px var(--padding-side-body);position:sticky;top:0;width:100%;z-index:100}.navbar,.navbar-logo{align-items:center;display:flex}.navbar-logo{cursor:pointer}.navbar-logo img{height:35px;object-fit:contain;width:auto}.navbar-links{align-items:center;display:flex;gap:25px;list-style:none;margin:0;padding:0}.navbar-links li a{color:var(--white);font-family:var(--font-family-satoshi);font-size:var(--font-size-md);font-style:normal;font-weight:400;line-height:100%;text-align:center;text-decoration:none;transition:color .3s ease}.navbar-links li a:hover{color:var(--green)}.download-btn{align-items:center;background:var(--green);border-radius:8px;color:var(--black);display:flex;font-family:var(--font-family-satoshi);font-size:var(--font-size-xl);font-style:normal;font-weight:500;gap:10px;justify-content:center;line-height:100%;padding:15px 20px;text-decoration:none;transition:all .3s ease}.download-btn:hover{background:#d4ff7f;color:#111}.navbar-burger{background:none;border:none;color:var(--green);cursor:pointer;display:none;font-size:1.5rem;padding:.5rem;transition:color .3s ease}.navbar-burger:hover{color:#d4ff7f}.navbar-mobile-content{align-items:center;background:#000b04;display:none;flex-direction:column;height:100vh;justify-content:flex-start;left:0;padding-top:80px;position:fixed;top:60px;width:100vw;z-index:98}.navbar-mobile-content.open{display:flex}.mobile-nav{flex-direction:column;gap:0;margin-bottom:2rem;width:100%}.mobile-nav li{width:100%}.mobile-nav li:last-child{border-bottom:none}.mobile-nav li a{display:block;font-size:1.2rem;padding:1.5rem 2rem;text-align:center}.mobile-download{display:flex;justify-content:center;padding:0 2rem;width:100%}.mobile-download .download-btn{justify-content:center;max-width:300px;width:100%}.mobile-download,.mobile-nav{display:none}@media (max-width:765px){.navbar{flex-wrap:wrap;padding:10px var(--padding-side-body)}.navbar-logo img{height:30px;object-fit:contain;width:auto}.desktop-download,.desktop-nav{display:none}.mobile-download,.mobile-nav{display:flex}.navbar-burger{display:block;margin-left:auto}}.solution{gap:45px;justify-content:center;padding:60px var(--padding-side-body);position:relative}.solution,.solution-header{align-items:center;align-self:stretch;display:flex;flex-direction:column}.solution-header{gap:16.043px}.solution-badge{color:var(--white);font-family:var(--font-family-satoshi);font-size:var(--font-size-2xl);font-style:normal;font-weight:500;letter-spacing:-.428px;line-height:120%}.solution-badge-highlight{color:var(--green)}.solution-title{color:var(--white);font-family:var(--font-family-satoshi);font-size:var(--font-size-4xl);font-style:normal;font-weight:500;letter-spacing:-.321px;line-height:120%;max-width:1000px;text-align:center}.solution-features-mobile{display:none;flex-direction:column;gap:24px;margin:0 auto;max-width:600px;width:100%}.solution-features-mobile>*{width:100%}.solution-features-mobile .solution-feature{align-items:flex-start;background:none;color:#fff;display:flex;flex:1 1;gap:16px;position:static;width:100%}.solution-features-mobile .solution-feature-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:8px;justify-content:center;min-width:0;width:100%}.solution-features-mobile .solution-feature-title{text-align:left;width:100%}.solution-content{margin:0 auto;max-width:1100px;min-height:600px;position:relative}.solution-content,.solution-image-wrapper{align-items:center;display:flex;justify-content:center}.solution-image-wrapper{flex-shrink:0;z-index:2}.solution-image{border-radius:32px;max-width:90vw;width:650px}.solution-feature{align-items:flex-start;background:none;color:#fff;display:flex;gap:16px;max-width:40vw;position:absolute;width:300px;z-index:3}.solution-feature-icon{align-items:center;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);background:var(--white-10);border-radius:100px;display:flex;flex-shrink:0;gap:10.695px;height:55px;justify-content:center;padding:16.043px;width:55px}.solution-feature-icon i{color:var(--green);font-size:25px}.solution-feature-title{color:var(--white);font-size:var(--font-size-2xl);font-weight:500;letter-spacing:-.535px;line-height:120%;width:100%}.solution-feature-desc,.solution-feature-title{font-family:var(--font-family-satoshi);font-style:normal}.solution-feature-desc{color:var(--white-70);font-size:var(--font-size-xl);font-weight:400;line-height:140%}.solution-feature-left,.solution-feature-right{align-items:flex-start;display:flex;flex-direction:column;gap:2.674px;justify-content:center}.solution-feature-left,.solution-feature-left .solution-feature-title{text-align:right}.solution-feature-create{left:-200px;top:90px}.solution-feature-split{bottom:90px;left:-200px}.solution-feature-approve{right:-200px;top:90px}.solution-feature-track{bottom:90px;right:-200px}@media (max-width:1200px){.solution-content{scale:.8}}@media (max-width:765px){.solution-content{display:none}.solution-features-mobile{display:flex}.solution-image-wrapper{margin:24px 0;order:2}.solution-image{max-width:400px;width:100%}.solution{gap:32px;padding:40px var(--padding-side-body)}.solution-features-mobile{gap:20px}.solution-features-mobile .solution-feature{gap:12px;min-width:100%}.solution-feature-icon{height:45px;padding:12px;width:45px}.solution-feature-icon i{font-size:20px}.solution-feature-title{font-size:var(--font-size-xl);width:100%}.solution-feature-desc{font-size:var(--font-size-lg);width:100%}}.cta{align-self:stretch;flex-direction:column;gap:10.634px;justify-content:center;padding:95.705px var(--padding-side-body)}.cta,.cta-content{align-items:center;display:flex}.cta-content{-webkit-backdrop-filter:blur(3.987692356109619px);backdrop-filter:blur(3.987692356109619px);background:var(--white-5);border:1.329px solid var(--white-10);border-radius:21.268px;box-shadow:0 15.951px 37.218px 0 #0a090952;justify-content:space-between;overflow:hidden;padding:50px;position:relative;width:100%}.cta-texts{align-items:flex-start;display:flex;flex-direction:column;gap:15.951px;z-index:5}.cta-title{color:var(--white);font-size:var(--font-size-4xl);font-weight:500;letter-spacing:-.319px;line-height:120%}.cta-desc,.cta-title{font-family:var(--font-family-satoshi);font-style:normal}.cta-desc{color:var(--white-70);font-size:var(--font-size-lg);font-weight:400;line-height:140%}.cta-bg-logo{height:auto;opacity:.3;position:absolute;right:0;top:0;width:300px;z-index:1}.cta-content .primary{z-index:5}@media (max-width:900px){.cta-content{align-items:flex-start;flex-direction:column;gap:32px;padding:30px}.cta-bg-logo{height:100%;top:0}.cta{padding-bottom:35px;padding-top:35px}}.howitworks{align-items:stretch;gap:86.4px;padding:60px var(--padding-side-body)}.howitworks,.howitworks-header{align-self:stretch;display:flex;flex-direction:column}.howitworks-header{align-items:center;gap:15.951px;justify-content:center}.howitworks-badge{color:var(--white);font-family:var(--font-family-satoshi);font-size:var(--font-size-xl);font-style:normal;font-weight:500;letter-spacing:-.425px;line-height:120%;padding-bottom:15px}.howitworks-badge-highlight{color:var(--green)}.howitworks-title{color:var(--white);font-size:var(--font-size-4xl);font-weight:500;letter-spacing:-.319px;line-height:120%}.howitworks-desc,.howitworks-title{font-family:var(--font-family-satoshi);font-style:normal;text-align:center}.howitworks-desc{color:var(--white-70);font-size:var(--font-size-xl);font-weight:400;line-height:140%}.howitworks-main{gap:156px}.howitworks-card,.howitworks-main{align-items:center;display:flex;flex-shrink:0;padding:57.6px 18px 57.6px 45.6px;width:100%}.howitworks-card{background:var(--white-5);border:1.2px solid var(--white-10);border-radius:20px;gap:50px;position:relative}.howitworks-steps{align-items:center;display:flex;flex-direction:column;gap:18px;margin-right:24px}.howitworks-step{align-items:center;background:#ffffff0f;border:2px solid #0000;border-radius:50%;color:var(--white-70);cursor:pointer;display:flex;font-size:25px;height:50px;justify-content:center;transition:border .2s,background .2s,color .2s;width:50px}.howitworks-step.active{background:var(--green);border:2px solid var(--green);box-shadow:0 2px 8px 0 var(--green-10);color:var(--black)}.howitworks-content{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:20px;justify-content:center;max-width:45%;min-width:260px}.howitworks-step-title{font-size:var(--font-size-3xl);font-weight:700}.howitworks-step-desc,.howitworks-step-title{color:var(--white);font-family:var(--font-family-satoshi);font-style:normal;line-height:normal}.howitworks-step-desc{font-size:var(--font-size-xl);font-weight:400}.howitworks-image-wrapper{align-items:flex-end;display:flex;justify-content:center;min-width:340px;position:absolute;right:-1%}.howitworks-image{border-radius:32px;max-height:600px;max-width:90vw;width:auto}.howitworks .primary{margin-top:20px}@media (min-width:766px) and (max-width:1100px){.howitworks-card{gap:20px;padding:40px 30px}.howitworks-main{padding:60px 0}}@media (max-width:765px){.howitworks{gap:50px}.howitworks-card{flex-direction:column;padding:40px 20px}.howitworks-main{padding:0}.howitworks-steps{flex-direction:row;gap:10px;justify-content:space-evenly;margin-right:0;width:100%}.howitworks-content{align-items:center;max-width:100%}.howitworks-image-wrapper{max-width:100%;position:relative;right:0}}.download{align-self:stretch;padding:100px var(--padding-side-body)}.download,.download-bg{align-items:center;display:flex}.download-bg{-webkit-backdrop-filter:blur(21.26769256591797px);backdrop-filter:blur(21.26769256591797px);background:#ffffff0d;background:var(--white-5,#ffffff0d);border:1.329px solid #ffffff1a;border:1.329px solid var(--white-10,#ffffff1a);border-radius:21.268px;box-shadow:0 15.951px 37.218px 0 #0a090952;flex:1 0;gap:100px;height:500px;justify-content:center;padding:30px;width:100%}.download-mockup{align-items:flex-end;display:flex;justify-content:center;min-height:420px;z-index:2}.download-mockup-img{border-radius:32px;margin-bottom:-18px;margin-left:0;max-height:650px;max-width:90vw;width:auto}.download-content{align-items:flex-start;align-self:stretch;display:flex;flex:1 1;flex-direction:column;gap:28.8px;justify-content:center;z-index:2}.download-title{color:var(--white);font-family:var(--font-family-satoshi);font-size:var(--font-size-4xl);font-style:normal;font-weight:700;line-height:100%;padding-bottom:20px}.download-title-highlight{color:var(--green)}.download-desc{color:var(--white);font-family:var(--font-family-satoshi);font-size:var(--font-size-xl);font-style:normal;font-weight:400;line-height:120%}.download-stores{align-content:flex-start;align-items:flex-start;display:flex;gap:20px;margin-top:25px;width:100%}.download-store-btn img{border-radius:10px;box-shadow:0 2px 8px 0 #0002;height:48px;transition:transform .15s;width:auto}.download-store-btn img:hover{transform:scale(1.06)}@media (max-width:1000px){.download-bg{align-items:center;flex-direction:column;min-height:0;min-height:auto;padding:32px 0}.download-mockup{margin-bottom:18px;min-height:0;min-height:auto}.download-content{align-items:center;padding:0 18px;text-align:center}}@media (max-width:765px){.download{padding:50px var(--padding-side-body)}.download-bg{flex-direction:column;gap:50px;height:auto}.download-mockup{display:none}.download-title{font-size:1.3rem}.download-desc{font-size:1rem}.download-stores{align-items:center;flex-direction:column;gap:8px}}.trust{gap:86.4px;padding:60px var(--padding-side-body)}.trust,.trust-header{align-items:center;align-self:stretch;display:flex;flex-direction:column}.trust-header{gap:15px;justify-content:center}.trust-badge{color:var(--white);font-family:var(--font-family-satoshi);font-size:var(--font-size-xl);font-style:normal;font-weight:500;letter-spacing:-.425px;line-height:120%;padding-bottom:15px}.trust-badge-highlight{color:var(--green)}.trust-title{color:var(--white);font-family:var(--font-family-satoshi);font-size:var(--font-size-4xl);font-style:normal;font-weight:500;letter-spacing:-.319px;line-height:120%;text-align:center}.trust-desc{color:var(--white-70);font-family:var(--font-family-satoshi);font-size:var(--font-size-xl)}.trust-bg,.trust-desc{font-style:normal;font-weight:400;line-height:140%;text-align:center}.trust-bg{-webkit-backdrop-filter:blur(21.26769256591797px);backdrop-filter:blur(21.26769256591797px);background:#ffffff0d;background:var(--white-5,#ffffff0d);border:1.329px solid #ffffff1a;border:1.329px solid var(--white-10,#ffffff1a);border-radius:21.268px;box-shadow:0 15.951px 37.218px 0 #0a090952;color:#fff9;font-family:Satoshi;font-size:21.268px;padding:30px;width:100%}.trust-bg-img{border-radius:22px;bottom:0;height:80%;left:0;object-fit:cover;object-position:top;opacity:.18;pointer-events:none;position:absolute;width:100%;z-index:1}.trust-cards{align-items:flex-start;display:flex;gap:30px;justify-content:space-evenly;width:100%}.trust-card{flex:1 1;flex-direction:column;gap:15px;width:250px}.trust-card,.trust-card-icon{align-items:center;display:flex}.trust-card-icon{-webkit-backdrop-filter:blur(13.29230785369873px);backdrop-filter:blur(13.29230785369873px);background:#ffffff1a;background:var(--white-10,#ffffff1a);border-radius:100px;gap:10px;height:60px;justify-content:center;padding:20px;width:60px}.trust-card-icon i{color:var(--green);font-size:25px}.trust-card-title{color:var(--white);font-size:var(--font-size-xl);font-weight:500;letter-spacing:-.532px;line-height:120%}.trust-card-desc,.trust-card-title{font-family:var(--font-family-satoshi);font-style:normal}.trust-card-desc{color:var(--white-70);font-size:var(--font-size-lg);font-weight:400;line-height:140%}@media (min-width:766px) and (max-width:1100px){.trust-card{width:150px}}@media (max-width:765px){.trust{gap:50px}.trust-cards{align-items:center;flex-direction:column;gap:32px;min-height:0;min-height:auto;padding:0 8px}.trust-card{padding-bottom:0;width:100%}}:root{--green:#a5ea15;--green-10:#a5ea151a;--bg-color:#000b04;--black:#212121;--white:#fff;--white-5:#ffffff0d;--white-10:#ffffff1a;--white-50:#ffffff80;--white-70:#ffffffb3;--font-size-xs:12px;--font-size-sm:14px;--font-size-md:16px;--font-size-lg:18px;--font-size-xl:20px;--font-size-2xl:24px;--font-size-3xl:32px;--font-size-4xl:40px;--font-size-5xl:48px;--font-size-6xl:56px;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--font-family-satoshi:"Satoshi",sans-serif;--padding-side-body:8%;@media (max-width:768px){--font-size-xs:10px;--font-size-sm:12px;--font-size-md:14px;--font-size-lg:16px;--font-size-xl:18px;--font-size-2xl:20px;--font-size-3xl:24px;--font-size-4xl:32px;--font-size-5xl:40px;--font-size-6xl:48px;--padding-side-body:5%}}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body{background-color:#000b04;background-color:var(--bg-color);font-family:Satoshi,sans-serif}img{height:auto;max-width:100%}a{text-decoration:none}li{list-style:none}button{border:none}a.primary{align-items:center;background:linear-gradient(135deg,#a5ea15,#d4ff7f);border:none;border-radius:12px;box-shadow:0 8px 32px #a5ea154d;color:#212121;color:var(--black);cursor:pointer;display:inline-flex;font-family:Satoshi,sans-serif;font-family:var(--font-family-satoshi);font-size:18px;font-size:var(--font-size-lg);font-weight:600;gap:10px;justify-content:center;min-width:160px;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}a.primary:hover{box-shadow:0 12px 40px #a5ea1566;transform:translateY(-2px)}a.secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border:2px solid #fff3;color:#fff;color:var(--white,#fff)}a.secondary:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}.not-found-404{background:#000b04;background:var(--bg-color);justify-content:space-between;min-height:100vh;padding:0;width:100vw}.not-found-404,.not-found-404__content{align-items:center;display:flex;flex-direction:column}.not-found-404__content{justify-content:center;text-align:center}.not-found-404__image-text{align-items:center;display:flex;gap:16px;justify-content:center;margin-bottom:24px}.not-found-404__number{color:#a5ea15;color:var(--green);font-size:80px;font-weight:700;font-weight:var(--font-weight-bold);line-height:1;text-shadow:0 2px 16px #a5ea154d}.not-found-404__img{filter:drop-shadow(0 2px 16px rgba(165,234,21,.3));height:auto;object-fit:contain;width:200px}.not-found-404__title{color:#a5ea15;color:var(--green);font-size:2rem;font-weight:500;font-weight:var(--font-weight-medium);margin-bottom:12px;margin-top:0}.not-found-404__desc{color:#ffffffb3;color:var(--white-70);font-size:1rem;margin-bottom:32px}.not-found-404__btn{background:#a5ea15;background:var(--green);border-radius:8px;box-shadow:0 8px 32px #a5ea154d;color:#000b04;color:var(--bg-color);display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .2s}.not-found-404__btn:hover{background:#d4ff7f;box-shadow:0 12px 40px #a5ea1566;color:#000b04;color:var(--bg-color);transform:translateY(-2px)}@media (max-width:600px){.not-found-404__number{font-size:48px}.not-found-404__img{height:48px;width:48px}.not-found-404__title{font-size:1.2rem}.not-found-404__desc{font-size:.9rem}.not-found-404__btn{font-size:.95rem;padding:.6rem 1.5rem}}.terms-page{background-color:var(--bg-color);color:#fff;min-height:100vh}.terms-container{margin:0 auto;max-width:994px;padding:2rem}.terms-content{background-color:#111;border-radius:8px;box-shadow:0 4px 6px #ffffff1a;padding:2rem}.terms-content h1{color:#fff;font-size:2.5rem;margin-bottom:1rem;text-align:center}.terms-content h2{border-bottom:2px solid #333;color:#fff;font-size:1.5rem;margin-bottom:1rem;margin-top:2rem;padding-bottom:.5rem}.terms-content p{color:#fff;line-height:1.6;margin-bottom:1rem}.terms-content em{color:#ccc}.terms-content strong{color:#fff;font-weight:700}.terms-content table{background-color:#222;border-collapse:collapse;border-radius:4px;margin:1rem 0;overflow:hidden;width:100%}.terms-content table td{border-bottom:1px solid #333;color:#fff;padding:.75rem}.terms-content table td:first-child{background-color:#333;font-weight:700;width:30%}.terms-content blockquote{background-color:#222;border-left:4px solid #666;border-radius:4px;margin:1rem 0;padding:1rem}.terms-content blockquote p{color:#fff;margin:0}.terms-content code{background-color:#333;border-radius:3px;color:#fff;font-family:Courier New,monospace;padding:.2rem .4rem}.terms-content h3{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:.5rem;margin-top:1.5rem}.terms-content hr{border:none;border-top:2px solid #333;margin:2rem 0}.terms-content ol{color:#fff;line-height:1.6;margin-bottom:1rem;padding-left:1.5rem}.terms-content ol li{margin-bottom:.5rem}
/*# sourceMappingURL=main.8080b1d8.css.map*/