body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#000;font-family:Epilogue,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{min-height:100vh;overflow-x:hidden}.section-title,h1,h2,h3,h4,h5,h6{font-family:Epilogue,sans-serif}.section-title{font-weight:500;letter-spacing:5%;line-height:1.33}.subtitle{font-size:18px;font-weight:300;line-height:1.56}.feature-title,.subtitle{color:#000;font-family:Epilogue,sans-serif}.feature-title{font-size:40px;font-weight:600;letter-spacing:-1.02%;line-height:1.25}.feature-description{color:#000;font-family:Epilogue,sans-serif;font-size:18px;font-weight:400;letter-spacing:-2.27%;line-height:1.67}.btn{align-items:center;border:none;border-radius:4px;cursor:pointer;display:inline-flex;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;gap:8px;line-height:1.5;padding:15px 35px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(90deg,#00ae5e,#00ef8b);color:#000}.btn-secondary{background:#06e775;color:#000}.btn-outline{background:#fff;border:1px solid #000;color:#000}.btn:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.gradient-bg-1{background:linear-gradient(135deg,#72e5ed,#c2efff)}.gradient-bg-2{background:linear-gradient(135deg,#5cf4ff,#cfdffb61)}.gradient-bg-3{background:linear-gradient(135deg,#c8a1f1,#dac2f5)}.blur-effect{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:80px 0}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.relative{position:relative}.absolute{position:absolute}.overflow-hidden{overflow:hidden}.primary-color{color:#02d76b}.black-color{color:#000}@media (max-width:768px){.hero-title{font-size:48px}.section-title{font-size:40px}.feature-title{font-size:32px}.container{padding:0 16px}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border-bottom:1px solid #fff3;left:0;padding:10px 60px;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar-container{align-items:center;display:flex;height:83px;justify-content:space-between;margin:0 auto;max-width:1579px;position:relative}.navbar-brand h2{color:#14141d;font-family:Epilogue,sans-serif;font-size:45px;font-weight:700;letter-spacing:-1%;line-height:1.025;margin:0}.navbar-brand h2 .flow-logo{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#06e775 1.92%,#12ab54 95.67%);background-clip:text;-webkit-background-clip:text;text-transform:none}.mobile-menu-toggle{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:30px;justify-content:space-around;padding:0;width:30px;z-index:1001}.mobile-menu-toggle span{background-color:#14141d;border-radius:2px;height:3px;transform-origin:center;transition:all .3s ease;width:100%}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.navbar-menu,.navbar-nav{align-items:center;display:flex}.navbar-nav{gap:40px}.nav-link{color:#000;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:1.5;padding:8px 0;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#00ae5e}.nav-buttons{align-items:center;display:flex;gap:12px}.btn-faq{align-items:center;background:linear-gradient(90deg,#00ae5e,#00ef8b);border-radius:4px;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:1.5;padding:15px 35px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-faq:hover{box-shadow:0 4px 8px #00ae5e4d;transform:translateY(-2px)}.navbar .btn{align-items:center;background:#0000;border:1px solid #14141d;border-radius:4px;color:#14141d;display:inline-flex;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;gap:8px;line-height:1.5;padding:15px 35px;text-align:center;text-decoration:none;transition:all .3s ease}.navbar .btn:hover{background:#14141d;color:#fff}.mobile-overlay{display:none}@media (max-width:1024px){.navbar{padding:10px 40px}.navbar-container{height:80px}.navbar-brand h2{font-size:36px}.navbar-nav{gap:30px}.btn-faq,.navbar .btn{font-size:15px;padding:12px 25px}}@media (max-width:768px){.navbar{padding:10px 20px}.navbar-container{height:70px}.navbar-brand h2{font-size:28px}.mobile-menu-toggle{display:flex}.navbar-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border-left:1px solid #fff3;height:calc(100vh - 70px);overflow-y:auto;position:fixed;right:-100%;top:90px;transition:right .3s ease;width:280px;z-index:1002}.navbar-menu.mobile-open{background:#fffffff2;right:0}.navbar-nav{align-items:stretch;flex-direction:column;gap:0;height:100%;padding:30px 20px}.nav-link{border-bottom:1px solid #0000001a;font-size:18px;padding:15px 0}.nav-buttons{align-items:stretch;flex-direction:column;gap:15px;margin-top:30px}.btn-faq,.navbar .btn{font-size:16px;justify-content:center;padding:15px 20px;text-align:center;width:100%}.mobile-overlay{display:block;height:calc(100vh - 70px);left:0;position:fixed;top:70px;width:100%;z-index:999}}@media (max-width:480px){.navbar{padding:8px 15px}.navbar-container{height:60px}.navbar-brand h2{font-size:24px}.navbar-menu{right:-100%;width:100%}.mobile-overlay,.navbar-menu{height:calc(100vh - 60px);top:60px}.navbar-nav{padding:20px 15px}.nav-link{font-size:16px;padding:12px 0}.btn-faq,.navbar .btn{font-size:15px;padding:12px 15px}}.btn-faq:focus,.mobile-menu-toggle:focus,.nav-link:focus,.navbar .btn:focus{outline:2px solid #00ae5e;outline-offset:2px}html{scroll-behavior:smooth}.hero,body.mobile-menu-open{overflow:hidden}.hero{align-items:center;background:#000;display:flex;min-height:100vh;padding-top:123px;position:relative}.hero-background{z-index:1}.hero-background,.hero-pattern{bottom:0;left:0;position:absolute;right:0;top:0}.hero-pattern{opacity:.1}.pattern-bg{height:100%;object-fit:cover;width:100%}.hero-ellipses{height:100%;position:absolute;width:100%}.ellipse-green{background:#01dc784d;height:709px;left:30%;top:30%;width:709px}.ellipse-blue{background:#0937a726;height:709px;left:-10%;top:-20%;width:709px}.ellipse-purple{background:#9c3fff21;height:709px;right:0;top:-10%;width:709px}.hero-stars{height:100%;position:absolute;width:100%}.hero-stars .star{animation:float 6s ease-in-out infinite;opacity:.8;position:absolute}.hero-stars .star-1{animation-delay:0s;height:35px;left:10%;top:20%;width:32px}.hero-stars .star-2{animation-delay:2s;bottom:60%;height:67px;right:15%;width:63px}.hero-stars .star-3{animation-delay:4s;bottom:10%;height:24px;left:5%;width:22px}.hero-container{margin:0 auto;max-width:1400px;padding:0 20px;position:relative;width:100%;z-index:2}.hero-content{align-items:center;justify-content:flex-start;min-height:600px}.hero-content,.hero-text{display:flex;position:relative}.hero-text{flex:1 1;flex-direction:column;gap:24px;max-width:924px;z-index:4}.hero-title{color:#fff;font-family:Poppins,sans-serif;font-size:70px;font-weight:600;line-height:1.14;margin:0;text-transform:uppercase}.hero-subtitle{color:#fff;font-family:Epilogue,sans-serif;font-size:20px;font-weight:400;line-height:1.8;margin:0;max-width:100%}.hero-buttons{align-items:center;display:flex;gap:12px;margin-top:16px}.hero-image{bottom:-150px;position:absolute;right:-200px;z-index:3}.main-hero-image{height:651px;width:878px}.hero-image-decoration{position:absolute;right:-100px;top:56px;z-index:4}.decoration-star{animation:float 4s ease-in-out infinite;filter:blur(5px);height:72px;opacity:.7;width:68px}.hero-image img,.hero-stars img{display:block;height:auto;max-width:100%}@media (prefers-reduced-motion:reduce){.decoration-star,.star{animation:none}.ellipse-blue,.ellipse-green,.ellipse-purple{filter:blur(200px)}}@media (prefers-contrast:high){.hero-title .primary-color{color:#0f0}.hero-subtitle{color:#fff}}@media (max-width:768px){.hero .btn{min-height:44px;padding:12px 24px;touch-action:manipulation}}@media (max-width:1200px){.hero{min-height:90vh;padding-top:100px}.hero-container{padding:0 40px}.hero-content{min-height:500px}.hero-text{max-width:700px}.hero-title{font-size:56px;line-height:1.1}.hero-subtitle{font-size:18px;max-width:90%}.hero-image{bottom:-30px;right:-100px;transform:scale(.7);transform-origin:bottom right}.main-hero-image{height:482px;width:650px}.ellipse-blue,.ellipse-green,.ellipse-purple{filter:blur(300px);height:500px;width:500px}}@media (max-width:992px){.hero{min-height:85vh;padding-top:90px}.hero-title{font-size:48px}.hero-subtitle{font-size:17px;line-height:1.6}.hero-image{bottom:-80px;right:-150px;transform:scale(.6)}.main-hero-image{height:408px;width:550px}.hero-buttons{gap:16px;margin-top:20px}}@media (max-width:768px){.hero{min-height:auto;padding-bottom:40px;padding-top:80px}.hero-container{padding:0 20px}.hero-content{flex-direction:column;gap:40px;justify-content:center;min-height:auto;text-align:center}.hero-text{gap:20px;max-width:100%;order:2}.hero-image{align-self:center;bottom:auto;order:1;position:relative;right:auto;top:auto;transform:none}.hero-title{font-size:42px;line-height:1.1}.hero-subtitle{font-size:16px;line-height:1.6;max-width:100%}.hero-buttons{align-items:stretch;flex-direction:column;gap:12px;margin-top:24px}.main-hero-image{height:208px;width:280px}.decoration-star{height:37px;width:35px}.star-1{height:22px;left:5%;top:25%;width:20px}.star-2{height:42px;right:10%;top:65%;width:40px}.star-3{bottom:15%;height:18px;left:8%;width:16px}.ellipse-blue,.ellipse-green,.ellipse-purple{filter:blur(200px);height:300px;width:300px}.ellipse-green{left:40%;top:20%}.ellipse-blue{left:-30%;top:60%}.ellipse-purple{right:-20%;top:10%}}@media (max-width:480px){.hero{padding-bottom:30px;padding-top:70px}.hero-container{padding:0 15px}.hero-content{gap:30px}.hero-text{gap:16px}.hero-title{font-size:32px;line-height:1.1}.hero-subtitle{font-size:14px;line-height:1.5}.hero-buttons{gap:10px;margin-top:20px}.main-hero-image{height:163px;width:220px}.decoration-star{height:27px;width:25px}.star-1,.star-2,.star-3{height:16px;width:14px}.ellipse-blue,.ellipse-green,.ellipse-purple{filter:blur(150px);height:200px;width:200px}}.hero .btn{align-items:center;border:none;border-radius:4px;cursor:pointer;display:inline-flex;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;gap:8px;line-height:1.5;padding:15px 35px;text-align:center;text-decoration:none;transition:all .3s ease}.hero .btn-secondary{background:#06e775;color:#000}.hero .btn-outline{background:#fff;border:1px solid #000;color:#000}.hero .btn:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.hero .btn:focus{outline:2px solid #00ef8b;outline-offset:2px}.digital-wallet{background:#101010;overflow:hidden;padding:80px 0;position:relative}.digital-wallet-container{margin:0 auto;max-width:1602px;padding:0 20px;position:relative}.digital-wallet-background{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.digital-wallet-stars .star-1{animation-delay:0s;height:35px;right:2%;top:2%;width:32px}.background-blur{background:#0000;bottom:0;left:0;opacity:1;position:absolute;right:0;top:0}.floating-elements{height:100%;position:absolute;width:100%}.star{animation:twinkle 4s ease-in-out infinite;color:#00ef8b;font-size:24px;opacity:.8;position:absolute}.star-13{animation-delay:0s;font-size:28px;height:35px;left:5%;top:20%;width:32px}.star-14{animation-delay:2s;bottom:15%;font-size:48px;height:67px;right:34%;width:63px}.ellipse{border-radius:50%;filter:blur(400px);position:absolute}.ellipse-1{background:#01dc784d;height:709.76px;left:30%;top:30%;width:709.76px}.ellipse-3{background:#5507a8;height:509.76px;right:-20%;top:-32%;width:500.76px}.digital-wallet-content{align-items:center;display:flex;gap:80px;min-height:500px;padding:0 137px;position:relative;z-index:2}.digital-wallet-content .content-text{display:flex;flex:0 0 650px;flex-direction:column;gap:20px;max-width:910px}.digital-wallet .section-title{color:#fff;font-family:Epilogue,sans-serif;font-size:60px;font-weight:500;letter-spacing:.05em;line-height:1.33;margin:0;max-width:863px;text-transform:uppercase;width:100%}.digital-wallet-content .highlight-text{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#06e775 1.92%,#bdffda 95.67%);background-clip:text;-webkit-background-clip:text;font-family:Epilogue;font-size:70px;font-style:normal;font-weight:800;letter-spacing:3.5px;line-height:80px;text-transform:uppercase}.digital-wallet-content .digital-wallet .subtitle{color:#fffc;font-family:Epilogue,sans-serif;font-size:18px;font-weight:300;line-height:1.56;margin:0;max-width:646px}.digital-wallet-content .content-image{height:851px;position:absolute;right:0;top:-80px;width:568px}.digital-wallet-content .content-image img:first-child{height:100%;object-fit:cover;width:100%}.digital-wallet-content .floating-star{animation:float 4s ease-in-out infinite;filter:blur(5px);height:72px!important;opacity:.7;position:absolute!important;right:-100px;top:56px;width:68px!important}.digital-wallet-content .floating-elements:after,.digital-wallet-content .floating-elements:before{animation:twinkle 3s ease-in-out infinite;color:#30d96e;content:"✦";font-size:24px;position:absolute}.digital-wallet-content .floating-elements:before{animation-delay:0s;left:15%;top:20%}.digital-wallet-content .floating-elements:after{animation-delay:1.5s;bottom:30%;right:20%}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(5deg)}}@keyframes twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.digital-wallet-content img{display:block;height:auto;max-width:100%}.digital-wallet-content :focus{outline:2px solid #00ef8b;outline-offset:2px}@media (prefers-reduced-motion:reduce){.floating-elements:after,.floating-elements:before,.floating-star,.star{animation:none}}@media (prefers-contrast:high){.digital-wallet-content .highlight-text{-webkit-text-fill-color:#0000;background:#0f0;background-clip:text;-webkit-background-clip:text}.digital-wallet-content .digital-wallet .subtitle{color:#fff}}@media (max-width:1200px){.digital-wallet-content{gap:60px;min-height:400px;padding:0 60px}.digital-wallet .section-title{font-size:50px}.digital-wallet-content .highlight-text{font-size:60px;line-height:70px}.digital-wallet-content .content-image{height:675px;top:-60px;width:450px}.ellipse-1{height:500px;width:500px}.ellipse-3{height:400px;width:400px}}@media (max-width:992px){.digital-wallet-content{gap:40px;padding:0 40px}.digital-wallet .section-title{font-size:42px}.digital-wallet-content .highlight-text{font-size:48px;line-height:55px}.digital-wallet-content .content-image{height:525px;top:-40px;width:350px}}@media (max-width:768px){.digital-wallet{padding:60px 0}.digital-wallet-content{flex-direction:column;gap:40px;min-height:auto;padding:0 20px;text-align:center}.digital-wallet-content .content-text{flex:none;max-width:100%;order:2}.digital-wallet-content .content-image{align-self:center;height:420px;order:1;position:relative;right:auto;top:auto;width:280px}.digital-wallet .section-title{font-size:36px;line-height:1.2;max-width:100%}.digital-wallet-content .highlight-text{font-size:42px;letter-spacing:2px;line-height:50px}.digital-wallet-content .digital-wallet .subtitle{font-size:16px;line-height:1.6;max-width:100%}.ellipse-1{filter:blur(200px);height:300px;left:50%;top:10%;width:300px}.ellipse-3{filter:blur(150px);height:250px;right:10%;top:70%;width:250px}.star-13{font-size:16px;height:22px;left:10%;top:15%;width:20px}.star-14{bottom:20%;font-size:28px;height:37px;right:15%;width:35px}.digital-wallet-content .floating-star{height:37px!important;right:20px;top:20px;width:35px!important}}@media (max-width:480px){.digital-wallet{padding:40px 0}.digital-wallet-content{gap:30px;padding:0 15px}.digital-wallet .section-title{font-size:28px;line-height:1.1}.digital-wallet-content .highlight-text{font-size:32px;letter-spacing:1px;line-height:38px}.digital-wallet-content .content-image{height:360px;width:240px}.digital-wallet-content .digital-wallet .subtitle{font-size:14px;line-height:1.5}.ellipse-1,.ellipse-3{filter:blur(100px);height:200px;width:200px}.star-13,.star-14{font-size:14px;height:16px;width:16px}.digital-wallet-content .floating-star{height:27px!important;width:25px!important}}.exclusive-luxury{background:#fff;overflow:hidden;position:relative}.exclusive-luxury-container{margin:0 auto;max-width:1250px;padding:0 20px;position:relative}.exclusive-luxury-section{padding:0 0 80px}.exclusive-luxury-background{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.background-ellipse{background:#06e77575;border-radius:50%;filter:blur(500px);height:473px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:398px}.exclusive-luxury-content{align-items:center;display:flex;gap:80px;min-height:701px;position:relative;z-index:2}.content-text{margin-top:160px}.white-text{color:#101010}.section-title{color:#101010;font-size:60px;font-weight:400;letter-spacing:3px;text-transform:uppercase}.lux-with,.section-title{font-family:Epilogue;font-style:normal;line-height:80px}.lux-with{background:linear-gradient(180deg,#12ab54,#06e775);background-clip:text;-webkit-background-clip:text}.flow,.lux-with{-webkit-text-fill-color:#0000;font-size:70px;font-weight:800;letter-spacing:3.5px;text-transform:uppercase}.flow{background:linear-gradient(90deg,#06e775 1.92%,#12ab54 95.67%);background-clip:text;-webkit-background-clip:text;line-height:80px}.flow,.section-title-subtitle{font-family:Epilogue;font-style:normal}.section-title-subtitle{color:#000;font-size:18px;font-weight:300;line-height:28px}@media (max-width:768px){.exclusive-luxury-content{flex-direction:column;gap:40px;text-align:center}.content-text{margin-top:0;max-width:100%}.content-phones{flex-direction:column;gap:20px}.phone-frame{height:420px;width:200px}.background-ellipse{height:300px;width:250px}}.buy-exclusive-goods{background:url(/static/media/buy-exclusive-goods-bg.17e5ca173d63890f6d5c.png) #d3d3d3 50%/cover no-repeat;overflow:hidden;position:relative}.buy-exclusive-goods-container{margin:0 auto;max-width:1250px;padding:0 20px;position:relative}.luxury-product-bg{filter:blur(2px);height:225px;object-fit:cover;opacity:.7;position:absolute;right:5%;top:25%;width:400px}.floating-star-1{animation:float 5s ease-in-out infinite;filter:blur(5px);height:87px;opacity:.6;position:absolute;right:10%;top:15%;width:86px}.floating-star-2{animation:float 7s ease-in-out infinite reverse;bottom:30%;filter:blur(3px);height:134px;opacity:.5;position:absolute;right:25%;width:133px}.buy-exclusive-goods-content{align-items:center;display:flex;gap:80px;min-height:918px;position:relative;z-index:2}.content-phones{align-items:center;display:flex;flex:1 1;gap:30px;justify-content:center}.phone-frame,.phone-mockup{position:relative}.phone-frame{background:#000;border-radius:40px;box-shadow:inset -9.86px 0 23.68px -14.8px #212121,inset 0 -4.93px 19.73px 0 #212121,0 4px 4px 0 #bbfac8;height:620px;padding:12px;width:296px}.phone-frame:before{background:#000;border-radius:38px;content:"";height:20px;left:50%;position:absolute;top:21px;transform:translateX(-50%);width:72px;z-index:10}.phone-screen{border-radius:28px;height:100%;object-fit:cover;width:100%}.mt-150px{margin-top:150px}.content-text{display:flex;flex:1 1;flex-direction:column;gap:20px;max-width:567px}.content-text .section-title{color:#fff}.buy-exclusive-section-title{color:#fff;font-size:60px;font-weight:400;letter-spacing:3px;text-transform:uppercase}.buy-exclusive-section-title,.goods-with{font-family:Epilogue;font-style:normal;line-height:80px}.goods-with{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#06e775,#b2ffb7);background-clip:text;-webkit-background-clip:text;font-size:70px;font-weight:800;letter-spacing:3.5px;text-transform:uppercase}.content-text .subtitle{color:#fff}@media (max-width:768px){.buy-exclusive-goods-content{flex-direction:column;gap:40px;text-align:center}.content-text{max-width:100%;order:1}.content-phones{flex-direction:column;gap:20px;order:2}.phone-frame{height:420px;width:200px}.luxury-product-bg{height:140px;width:250px}.floating-star-1{height:52px;width:50px}.floating-star-2{height:80px;width:80px}}.features{background:#fff;position:relative}.features-container{margin:0 auto;max-width:1200px;padding:0 20px}.features-header{margin-bottom:80px;text-align:center}.feature-main-title{color:#101010;font-weight:400;text-transform:uppercase}.feature-main-title,.potential{font-family:Epilogue;font-size:60px;font-style:normal;line-height:normal}.potential{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#009e5c 33.65%,#00f076);background-clip:text;-webkit-background-clip:text;font-weight:800;text-transform:uppercase}.features-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;margin:0 auto;max-width:1329px}.feature-card{border-radius:50px;display:flex;flex-direction:column;justify-content:center;min-height:483px;overflow:hidden;padding:80px 70px;position:relative}.feature-card:first-child{align-items:center;display:flex;flex-direction:row;gap:60px;grid-column:span 2;padding:50px}.feature-background{left:0;top:0}.feature-background,.feature-overlay{bottom:0;position:absolute;right:0;z-index:1}.feature-overlay{background:linear-gradient(135deg,#b2ffb7,#c1fdba 23%,#d2fbbd 48%,#bbfac8);left:-45px;top:-14px}.feature-visual{align-items:center;display:flex;flex:1 1;justify-content:center;position:relative;z-index:2}.ai-visual{height:383px;position:relative;width:273px}.ai-image{border-radius:20px;box-shadow:0 4px 61px #00000040;height:100%;object-fit:cover;width:100%}.ai-network{left:4px;top:79px}.ai-network,.main-circle{height:248px;position:absolute;width:248px}.main-circle{background:#30d96e2b;border:2px solid #30d96e;border-radius:50%;left:0;top:0}.network-dots{height:100%;left:0;position:absolute;top:0;width:100%}.dot{background:#30d96e;border-radius:50%;height:7.5px;position:absolute;width:7.5px}.dot-1{left:199px;top:160px}.dot-2{left:175px;top:116px}.dot-3{left:118px;top:116px}.dot-4{left:146px;top:95px}.dot-5{left:90px;top:95px}.dot-6{left:38px;top:59px}.dot-7{left:199px;top:57px}.dot-8{left:118px;top:17px}.dot-9{left:118px;top:159px}.dot-10{left:118px;top:217px}.dot-11{left:118px;top:78px}.dot-12{left:65px;top:116px}.dot-13{left:20px;top:116px}.dot-14{left:40px;top:160px}.dot-15{left:86px;top:133px}.dot-16{left:152px;top:133px}.network-svg{height:100%;left:0;position:absolute;top:0;width:100%}.feature-content{display:flex;flex:1 1;flex-direction:column;gap:18px;position:relative;text-align:center;z-index:2}.feature-card:first-child .feature-content{max-width:500px;text-align:left}.feature-btn{align-self:center;background:#fff;border:1px solid #007f88;color:#007f88;margin-top:20px}.feature-card:first-child .feature-btn{align-self:flex-start}.feature-card:last-child .feature-btn{border-color:#9c3fff;color:#9c3fff}@media (max-width:768px){.feature-main-title{font-size:40px}.features-grid{gap:20px;grid-template-columns:1fr}.feature-card{min-height:300px;padding:40px 30px}.feature-card:first-child{flex-direction:column;gap:30px;grid-column:span 1;padding:40px 30px;text-align:center}.ai-visual{height:280px;width:200px}.ai-network{left:10px;top:50px}.ai-network,.main-circle{height:180px;width:180px}.feature-card:first-child .feature-content,.feature-content{text-align:center}.feature-btn,.feature-card:first-child .feature-btn{align-self:center}}.brand-partners{background:#fff}.brand-partners-container{gap:80px;justify-content:center;margin:0 auto;max-width:1200px;padding:60px 30px}.brand-partners-container,.brand-partners-header{align-items:center;display:flex;flex-direction:column}.brand-partners-header{gap:32px;width:100%}.brand-partners-title{color:#101010;font-family:Poppins,sans-serif;font-size:24px;font-weight:400;line-height:1.1;margin:0;max-width:800px;text-align:center;text-transform:uppercase}.brand-partners-logos{flex-wrap:wrap;gap:80px;width:100%}.brand-partners-logos,.logo-item{align-items:center;display:flex;justify-content:center}.logo-item{opacity:.8;transition:opacity .3s ease}.logo-item:hover{opacity:1}.logo-item img{filter:grayscale(100%);height:auto;max-height:109px;max-width:308px;object-fit:contain;transition:filter .3s ease;width:auto}.logo-item:hover img{filter:grayscale(0)}.logo-item:first-child img{max-height:109px;max-width:194px}.logo-item:nth-child(2) img{max-height:89px;max-width:80px}.logo-item:nth-child(3) img{max-height:85px;max-width:134px}.logo-item:nth-child(4) img{max-height:77px;max-width:167px}.logo-item:nth-child(5) img{max-height:77px;max-width:308px}@media (max-width:768px){.brand-partners-container{gap:40px;padding:40px 20px}.brand-partners-title{font-size:20px}.brand-partners-logos{gap:40px;justify-content:space-around}.logo-item img{max-height:60px;max-width:150px}.logo-item:first-child img{max-height:60px;max-width:100px}.logo-item:nth-child(2) img{max-height:50px;max-width:40px}.logo-item:nth-child(3) img{max-height:45px;max-width:70px}.logo-item:nth-child(4) img{max-height:40px;max-width:85px}.logo-item:nth-child(5) img{max-height:40px;max-width:150px}}.footer{background:#fff;color:#000;padding:0 80px}.footer-container{display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:1200px;padding:60px 0}.footer-brand{margin-bottom:48px}.footer-brand-flow{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#00b56a,#30d96e);background-clip:text;-webkit-background-clip:text}.footer-brand h2,.footer-brand-flow{font-family:Epilogue;font-size:45px;font-style:normal;font-weight:700;letter-spacing:-.45px;line-height:normal}.footer-brand h2{color:#0f0f29;margin:0}.footer-columns{border-bottom:1px solid #e2e8f0;display:flex;gap:80px;margin-bottom:48px;padding-bottom:48px}.footer-column{flex:1 1;max-width:251px}.footer-column-title{color:#000;font-family:DM Mono,monospace;font-size:16px;font-weight:500;line-height:1.1;margin:0 0 24px;text-transform:uppercase}.footer-links{display:flex;flex-direction:column;gap:0}.footer-link{color:#000;font-family:DM Sans,sans-serif;font-size:16px;font-weight:400;line-height:1.4;padding:12px 0;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#00ae5e}.footer-bottom{align-items:center;display:flex;gap:48px;padding:24px 0}.footer-copyright{flex:1 1}.footer-copyright p{color:#000;font-family:DM Sans,sans-serif;font-size:16px;font-weight:400;line-height:1.4;margin:0}.footer-legal{gap:24px;justify-content:flex-end}.footer-legal,.footer-social{align-items:center;display:flex}.footer-social{gap:16px}.social-link{align-items:center;color:#000;display:flex;height:24px;justify-content:center;transition:color .3s ease;width:24px}.social-link:hover{color:#00ae5e}@media (max-width:768px){.footer{padding:0 20px}.footer-container{padding:40px 0}.footer-brand h2{font-size:32px}.footer-columns{flex-direction:column;gap:40px;margin-bottom:32px;padding-bottom:32px}.footer-column{max-width:100%}.footer-bottom{flex-direction:column;gap:24px;text-align:center}.footer-legal{gap:16px}.footer-legal,.footer-social{justify-content:center}}
/*# sourceMappingURL=main.dc668692.css.map*/