@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Unbounded:wght@200..900&display=swap");:root{--text-light:#fff;--text-light-87:hsla(0,0%,100%,.87);--text-light-74:hsla(0,0%,100%,.74);--text-light-68:hsla(0,0%,100%,.68);--text-light-48:hsla(0,0%,100%,.48);--text-green:#00b0b0;--text-green-dark:#1a8787;--text-dark:#273332;--text-dark-75:#475252;--bg-body:#fff;--bg-box:#000101;--bg-overlay:#272c2c;--bg-btn:#00d4d4;--bg-btn-hover:#42e2df;--bg-btn-dark:#273333;--bg-btn-dark-hover:#475252;--Inter:"Inter",sans-serif;--Unbounded:"Unbounded",sans-serif;--light:300;--regular:400;--medium:500;--semibold:600;--bold:700;--extra-bold:800;--black:900;--clip-14:polygon(14px 0%,100% 0,100% calc(100% - 14px),calc(100% - 14px) 100%,0 100%,0% 14px);--clip-15:polygon(15px 0%,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,0 100%,0% 15px);--clip-16:polygon(16px 0%,100% 0,100% calc(100% - 16px),calc(100% - 16px) 100%,0 100%,0% 16px)}*{box-sizing:border-box}body{margin:0;padding:0;font-size:16px;font-weight:var(--regular);color:var(--text-dark-75);background-color:var(--bg-body);min-height:100vh}body,form *{font-family:var(--Inter)}::placeholder{color:var(--text-light-48)}h1,h2,h3,h4,h5,h6,p,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:var(--Unbounded)}a{text-decoration:none;color:var(--text-dark)}.container{max-width:1332px;padding:0 45px;margin:0 auto;position:relative;z-index:2}.text-center{text-align:center}.mt-160{margin-top:160px}.mt-80{margin-top:80px}.mb-160{margin-bottom:160px}.mb-80{margin-bottom:80px}.my-160{margin-top:160px;margin-bottom:160px}.my-80{margin-top:80px;margin-bottom:80px}.pt-160{padding-top:160px}.py-30{padding-top:30px;padding-bottom:30px}.pt-80{padding-top:80px}.pb-160{padding-bottom:160px}.pb-80{padding-bottom:80px}.py-160{padding-top:160px;padding-bottom:160px}.py-80{padding-top:80px;padding-bottom:80px}.headline{color:var(--text-dark);padding:15px;text-align:center;position:relative;z-index:1;background:linear-gradient(99.38deg,#00d4d4 .1%,#00d9d9 99.98%);margin-top:0;overflow:hidden}.headline,.headline.hide{transition:all .15s linear}.headline.hide{height:0;padding:0;opacity:0}.headline p{padding-right:55px}.headline a{color:var(--text-dark);margin-left:3px;font-weight:var(--medium);text-decoration:underline}.close{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:100%;cursor:pointer;background:#393d3d}.close,.close:hover{transition:all .5s linear}.close:hover{background:#454747}.headline .close{position:absolute;top:50%;transform:translateY(-50%);right:25px}header{padding:30px 0;position:absolute;width:100%;z-index:3}.header-wrap{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.logo a img{max-height:48px;filter:drop-shadow(0 2px 2px #fff)}.logo a{position:relative}.logo a:after{position:absolute;content:"";width:110%;height:110%;background-color:#fff;left:50%;top:50%;transform:translate(-50%,-50%);z-index:-1;filter:blur(20px)}.header-wrap ul{display:flex;align-items:center;list-style:none}.header-wrap ul li a{font-family:var(--Unbounded);font-weight:var(--regular);display:inline-flex;align-items:center;padding:12px 20px;transition:all .5s linear}.header-wrap ul li a.active,.header-wrap ul li a:hover{color:var(--text-green);transition:all .5s linear}.header-btn{margin-left:20px}.logo,.logo a{display:inline-flex}.submenu{position:relative}.dropdown{position:absolute;left:-5px;top:100%;width:100%;min-width:212px;opacity:0;z-index:1;visibility:hidden;transform:translateY(-10px);transition:all .5s linear}.submenu:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0);transition:all .5s linear}.submenu ul{display:flex;flex-direction:column;padding:10px 0;background:#fff;border-radius:8px;box-shadow:0 15px 15px -5px #0077711f;border:1px solid #d7fde9}.header-wrap .submenu ul li{width:100%}.header-wrap .submenu ul li a{text-align:left;display:block;padding:10px 25px}.drop-icon{display:inline-flex;margin-left:5px}.submenu a .drop-icon svg path{stroke:var(--text-light-87);transition:all .5s linear}.submenu a:hover .drop-icon svg path{stroke:var(--text-green);transition:all .5s linear}.btn{cursor:pointer;outline:none;border:none;border-radius:100px;font-size:16px;font-family:var(--Unbounded);font-weight:var(--regular);color:var(--text-light);background:var(--bg-btn);line-height:18px;min-width:120px;padding:14px 28px;display:inline-flex;justify-content:center;gap:4px}.btn,.btn:hover{transition:all .5s linear}.btn:hover{background:var(--bg-btn-hover)}button.btn{font-family:var(--Unbounded)}.btn.dark{background:var(--bg-btn-dark)}.btn.dark:hover{background:var(--bg-btn-dark-hover)}.btn.light.outline{opacity:.75;background:rgba(0,0,0,.5);border:1px solid #fff;min-width:140px;display:flex;flex-direction:row-reverse;align-items:center}.btn.light.outline:hover{opacity:1;border-color:var(--bg-btn);background:var(--bg-btn)}.btn-icon{max-width:18px;max-height:18px;height:auto}.text-gradient{background-image:-webkit-linear-gradient(0deg,#00d4d4,#00b0b0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.text-gradient.light{background-image:-webkit-linear-gradient(0deg,#6effff,#00d4d4)}.text-gradient.batman{background-image:-webkit-linear-gradient(-90deg,#3f4444,#2c3232);transition:all .35s linear}.fs-item:hover .text-gradient.batman{background-image:-webkit-linear-gradient(-90deg,#1a5f5f,#0f3f3f);transition:all .35s linear}.common-section{padding:100px 0;background-color:var(--bg-body)}.home-hero-section{padding-top:230px;padding-bottom:45px;position:relative}.app-soon-section,.home-hero-section,.miner-soon-section{background-image:url(/images/hero-bg.svg);background-position:top;background-size:cover;background-repeat:no-repeat}.soon-section{min-height:100vh;margin-bottom:60px}.soon-section+footer{display:none}.connect-hero-section:after,.home-hero-section:after{content:"";position:absolute;width:100%;height:45px;left:0;bottom:0;background:linear-gradient(#ffffff00,#fff)}.common-section.connect-hero-section{padding-top:15vw;padding-bottom:10vw;background-image:url(/images/cm-hero-bg.svg)}.common-section.connect-hero-section,.miner-hero-section{background-position:top;background-size:cover;background-repeat:no-repeat;position:relative}.miner-hero-section{padding-top:145px;padding-bottom:75px;background-image:url(/images/miner-hero-bg.svg)}.connect-hero-section .d-left{flex:60% 0}.connect-app{position:absolute;top:95px;right:0}.connect-app .hw-right img{max-width:720px;width:48vw}.home-animation-section{padding:0}.fiveg-section{padding-top:0}.error-section,.legal-hero-section,.team-hero-section{padding-top:200px;padding-bottom:0}.common-section.error-section,.error-section,.legal-hero-section,.team-hero-section{background-image:url(/images/team-hero-bg.svg);background-position:top;background-size:100%;background-repeat:no-repeat}.common-section.error-section{padding-top:150px;padding-bottom:150px}.error-section h1{margin-bottom:45px}.globe-section{background-image:url(/images/globe.jpg);background-position:53% 50%;background-size:45%;background-repeat:no-repeat}.gs-wrap{display:flex;align-items:center;flex-wrap:wrap;gap:6vw}.gs-text{flex:270px 0;max-width:270px}.gs-list{flex:calc((100% / 2) - 270px) 1 1}.gs-item{padding:25px 8vw 25px 40px;border-left:5px solid #00d9d9;background:linear-gradient(90deg,#b3e8e8 -30%,hsla(0,0%,100%,0) 70%);border-top-right-radius:200px;border-bottom-right-radius:200px;margin-top:15px}.gs-item,.gs-item:hover{transition:all .5s linear}.gs-item:hover{background:linear-gradient(90deg,#00d9d9,#00d4d4)}.gs-list:last-child .gs-item:hover{background:linear-gradient(90deg,#00d4d4,#00d9d9);transition:all .5s linear}.gs-item:hover h4,.gs-item:hover p{color:var(--text-light)}.gs-list:last-child .gs-item{padding:25px 40px 25px 8vw;text-align:right;border-left:0;border-right:5px solid #00d9d9;background:linear-gradient(90deg,hsla(0,0%,100%,0) 30%,#b3e8e8 130%);border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:200px;border-bottom-left-radius:200px;transition:all .5s linear}.gs-item h4{font-size:18px;color:var(--bg-btn-dark);font-weight:var(--semibold);margin-bottom:10px}.gs-item p{font-size:16px;line-height:24px}.gs-item p strong{font-weight:var(--semibold)}.gs-text{color:#2a5959;text-align:center}.gs-text h5{text-transform:uppercase;font-size:36px;font-weight:var(--bold)}.gs-text p{font-size:32px;font-family:var(--Unbounded);font-weight:var(--medium)}.tops-section{background-image:url(/images/200.svg);background-size:cover;background-repeat:no-repeat;background-position:50%}.tops-section .hero-heading{color:var(--text-light);margin:45px 0;font-size:40px;font-weight:var(--semibold);text-align:center}.features-section{background-image:url(/images/features-bg.svg);background-size:cover;background-repeat:no-repeat;background-position:50%}.features-section .hero-heading{margin-bottom:25px;font-size:44px;font-weight:var(--medium);position:relative}.features-section .hero-heading:after,.features-section .hero-heading:before{background-image:url(/images/features-sparks.svg);position:absolute;content:"";background-size:20px;background-position:50%;width:20px;height:42px;background-repeat:no-repeat;display:none}.features-section .hero-heading:before{background-size:40px;width:40px;height:50px;right:0;top:-30px;opacity:.25}.fs-wrap{display:flex;gap:20px;margin-bottom:20px}.fs-item{position:relative;max-width:320px;border-radius:20px;padding:20px 25px;background:linear-gradient(rgba(68,68,68,.5),hsla(0,0%,9%,.5));border:1px solid #3d3d3d;transition:all .35s linear}.fs-item h1,.fs-item p{position:relative;z-index:2}.fs-item h1{position:relative;z-index:1}.fs-item:after{content:"";width:100%;height:100%;background-image:url(/images/feature-grid.svg);background-size:cover;background-position:50%;background-repeat:no-repeat;position:absolute;inset:0;filter:grayscale(1);opacity:.75;transition:all .5s linear}.fs-item:hover{background:linear-gradient(rgba(39,51,51,.25),rgba(43,190,175,.25));border-color:#1a7070;transform:translateY(-4px);transition:all .35s linear}.fs-item p{font-size:22px;font-weight:var(--regular);line-height:32px;color:var(--text-light-87)}.fs-item h1{position:absolute;bottom:0;right:20px;font-size:60px;font-weight:var(--bold);transition:all .35s linear}.fs-item:hover h1{font-size:74px;transition:all .35s linear}.unlock-section{background-image:url(/images/unlock.png);background-size:cover;background-repeat:no-repeat;background-position:50%;text-align:center}.unlock-section .hero-heading{font-size:58px;margin:75px 0;font-weight:var(--medium);color:var(--bg-btn-dark)}.unlock-section .hero-heading span{font-weight:var(--light)}.card-section{background:#090f0e;position:relative;margin-bottom:100px}.card-section:before{background-image:url(/images/card-bg.svg);background-position:top;inset:0;z-index:1}.card-section:after,.card-section:before{content:"";width:100%;height:100%;background-size:100%;background-repeat:no-repeat;position:absolute}.card-section:after{background-image:url(/images/arc-bg.jpg);background-position:bottom;bottom:-1px}.card-section .hero-heading{font-size:38px;line-height:56px;max-width:840px;margin:0 auto;text-align:center;font-weight:var(--medium)}.card-wrap{display:flex;gap:30px;margin-top:75px}.card-item{flex:calc(100% / 3) 0;border-radius:20px;padding:30px;background:linear-gradient(-135deg,#1a1c1c,#2d2f2f);transition:all .35s linear}.card-item:hover{transform:translateY(-15px) scale(1.025);transition:all .35s linear}.card-icon{width:106px;height:106px;border-radius:16px;border:2px solid #323232;display:flex;justify-content:center;align-items:center;margin-bottom:30px;flex-shrink:0;transition:all .35s linear}.card-item:hover .card-icon{transform:rotate(10deg);transition:all .35s linear}.card-icon img{max-width:65px;height:auto;transition:all .35s linear}.card-item:hover .card-icon img{transform:scale(1.1);transition:all .35s linear}.card-item h5{color:var(--text-light);font-size:26px;margin-bottom:10px;font-weight:var(--medium)}.card-item h5 span{font-weight:var(--light)}.card-item p{font-size:22px;line-height:34px;color:var(--text-light-87)}.nvidia-section{background-image:url(/images/emblem-watermark.svg);background-size:22vw;background-repeat:no-repeat;background-position:left 50px}.nv-wrap{display:flex;gap:20px}.nv-flag .nv-flag-item:nth-child(odd) img{margin-top:12vw}.fiveg-wrap{border-radius:30px;padding:100px 75px;background-image:url(/images/5g-ready.jpg);background-size:cover;background-repeat:no-repeat;background-position:50%}.fiveg-section .hero-heading{color:var(--text-light);margin:45px 0;font-size:40px;line-height:64px;font-weight:var(--medium);text-align:left;max-width:560px}.miner-left img{max-width:100%;height:auto}.miner-right{margin-bottom:45px}.miner-right h1{color:var(--text-dark);font-size:80px;margin-bottom:10px}.miner-right h1:first-child{font-weight:var(--light)}.miner-right h1:nth-child(2){font-weight:var(--regular)}.miner-right h1:last-child{font-weight:var(--semibold)}.miner-hero-section p{max-width:1126px;margin:20px auto 40px;color:var(--text-dark-75);font-size:28px;line-height:44px;text-align:center;font-weight:var(--medium)}.legal-hero-section{padding-bottom:100px}.legal-hero-section .hero-heading{font-size:42px;margin-bottom:15px}.legal-hero-section .hero-desc{font-size:26px;font-weight:var(--medium);text-align:center}.legal-content{margin-top:60px}.legal-content p{font-size:18px;line-height:28px;margin-bottom:5px}.legal-content h2{font-size:22px;margin-bottom:5px;margin-top:20px}.legal-content ul{padding-left:17px;margin-top:10px}.legal-content ul li{line-height:28px;margin-bottom:5px}.home-video-section{padding-top:30px;padding-bottom:50px}.d-flex{display:flex;margin:0 -30px}.d-left,.d-right{flex:50% 0;padding:0 30px}.hero-heading{color:var(--text-dark);font-weight:var(--bold);font-size:64px}.connect-hero-section .hero-heading{font-size:52px;line-height:76px}h1 span.break,h2 span.brea,p span.break{display:block}.section-heading{color:var(--text-dark);font-weight:var(--semibold);font-size:40px;text-align:center;margin-bottom:80px}.pill-section .section-heading,.team-section .section-heading{margin-bottom:20px}.gallery-section .section-heading{margin-bottom:35px}.team-section{padding-bottom:0}.section-heading.heading-sm{color:var(--text-light-87);font-size:30px;font-weight:var(--medium);margin-top:20px}.programs-section .section-heading.heading-sm{font-size:24px}.ps-slider-wrap{margin-bottom:30px}.hero-wrap{text-align:center;flex-direction:column;align-items:center}.home-desc{color:var(--text-dark-75);margin-top:35px;margin-bottom:45px;font-size:22px}.hero-wrap .home-desc{line-height:34px;max-width:820px;margin:25px auto 35px}.connect-hero-section .home-desc{line-height:35px;margin-top:15px;margin-bottom:30px;max-width:580px}.wavy-image{max-width:100%;height:auto}.st-left .st-box{background-image:url(/images/provide.jpg)}.st-right .st-box{background-image:url(/images/launch.jpg)}.st-box{min-height:560px;display:flex;flex-direction:column;justify-content:space-between;background:#000;border-radius:24px;overflow:hidden;padding:25px 35px;background-position:50%;background-size:cover}.st-box h2{font-size:34px;color:var(--text-light);font-weight:var(--regular)}.st-box a{align-self:flex-end}.step-wrap{padding:20px 30px 0}.start-wrap .d-left,.step-wrap{position:relative}.start-wrap .d-left:after{content:"";z-index:1;position:absolute;height:calc(100% - 180px);width:2px;right:-1px;top:50%;transform:translateY(-50%);border-radius:4px;transition:all .75s linear;background:linear-gradient(#f4f8f800,#00d4d4,#f4f8f800)}.st-steps{display:flex;position:relative;overflow:hidden;border-radius:15px;padding:20px 35px;margin-top:20px;min-height:148px;color:var(--text-dark-75);background:linear-gradient(270deg,hsla(0,0%,100%,0),#f3f5f7)}.st-steps,.st-steps:hover{transition:all .75s linear}.st-steps:hover{color:var(--text-dark)}.st-steps:after{content:"";z-index:1;position:absolute;height:100%;width:100%;left:-100%;top:0;opacity:0;border-radius:15px;transition:all .75s linear;background:linear-gradient(270deg,#f4fbff,#d9fdfa)}.st-steps:hover:after{left:0;opacity:1;transition:all .75s linear}.st-pipe{position:relative;width:4px;flex-shrink:0;height:auto;overflow:hidden;background:#d2e5e3;z-index:2;left:-16px}.st-pipe,.st-pipe:before{border-radius:4px;transition:all .75s linear}.st-pipe:before{content:"";z-index:1;position:absolute;height:100%;width:100%;left:0;top:-100%;opacity:0;background:linear-gradient(#60e8e8,#68a5c6)}.st-steps:hover .st-pipe:before{opacity:1;top:0;transition:all .75s linear}.st-steps h3{font-size:24px;margin-bottom:10px;font-weight:var(--medium)}.st-steps h3,.st-steps p{position:relative;z-index:2}.st-steps p{font-size:21px;line-height:31px}.a-center{align-items:center}.j-between{justify-content:space-between}.hw-right{text-align:right}.hw-right img{max-width:580px;width:100%;height:auto}.box-wrap{display:flex;flex-wrap:wrap;justify-content:center;margin:-15px}.box-content{flex:calc(100% / 3) 0;padding:15px}.clip-wrap{position:relative;padding:1px;overflow:hidden}.box-items,.clip-wrap{height:100%;-webkit-clip-path:var(--clip-16);clip-path:var(--clip-16)}.box-items{display:flex;padding:20px 25px;background:var(--bg-box)}.box-clip{-webkit-clip-path:var(--clip-16);clip-path:var(--clip-16);transition:all .75s linear}.box-clip,.faq-section .box-clip,.roadmap-section .box-clip{background:linear-gradient(145deg,rgba(1,218,207,.5),rgba(1,218,193,0),rgba(1,218,214,0),rgba(1,218,207,.5))}.clip-wrap:hover .box-clip{transform:rotate(180deg);transition:all .75s linear}.un-clip .box-clip,.un-clip .clip-wrap{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.static-border .clip-wrap:hover .box-clip{transform:none;transition:all .75s linear}.box-icon{margin-right:20px}.box-icon img{max-width:76px;height:auto}.box-text h3{font-weight:var(--bold);font-size:20px;color:var(--text-light-87);margin-bottom:12px}.box-text p{color:var(--text-light-74);line-height:23px}.nine-section .box-items{flex-direction:column;padding:30px}.nine-section .box-icon{margin:0 0 20px}.ts-heading{text-align:center;display:flex;justify-content:center}.ts-slider-wrap{width:100%;max-width:960px;margin:0 auto}.custom-owl-dots .owl-theme .owl-dots .owl-dot{width:20px;padding:10px 0!important;display:inline-flex;justify-content:center}.custom-owl-dots .owl-theme .owl-dots .owl-dot span{width:10px;height:4px;border-radius:0;background:var(--bg-btn);opacity:.25;transform:skewX(-20deg);margin:0;transition:all .5s linear}.custom-owl-dots .owl-theme .owl-dots .owl-dot.active span,.custom-owl-dots .owl-theme .owl-dots .owl-dot:hover span{background:var(--bg-btn);opacity:1;transition:all .5s linear}.custom-owl-dots .owl-theme .owl-dots .owl-dot.active span{width:15px;transition:all .5s linear}.custom-owl-dots .owl-theme .owl-dots{margin:-20px 0 0!important}.about-hero-section .custom-owl-dots .owl-theme .owl-dots{margin-top:10px!important}.ts-content{display:flex;padding:30px;position:relative}.ts-content:after{position:absolute;content:"";right:-30px;top:-30px;height:100%;width:calc(100% - 84px);z-index:-1;background:linear-gradient(108.84deg,#101313 -4.14%,rgba(16,19,19,0) 29.68%)}.ts-img{width:168px;height:192px;flex-shrink:0;object-fit:cover;object-position:top center;position:relative;margin-right:45px}.ts-img img{filter:grayscale(1)}.ts-img:before{content:"";position:absolute;inset:0;width:100%;height:100%;background:var(--bg-btn);opacity:.15;z-index:1;mix-blend-mode:multiply}.ts-text{text-align:left;position:relative}.ts-text:before{content:"";background-image:url(/_next/static/media/qoute.9eae1ec2.svg);position:absolute;left:-40px;top:-3px;width:36px;height:36px;background-size:100%;background-position:top;background-repeat:no-repeat}.ts-text p{color:var(--text-light-87);font-size:18px;line-height:27px;margin-bottom:20px}.ts-text h5{color:var(--text-green);font-size:20px;font-weight:var(--medium)}.ts-text span{color:var(--text-light-74);font-size:12px}.programs-section{background-image:url(/images/slider-bg.jpg);background-position:50%;background-size:cover;background-repeat:no-repeat}.ps-content img{opacity:.75;transition:all .5s linear}.ps-content:hover img{opacity:1;transition:all .5s linear}.footer-edge,.footer-edge-wrap{position:relative}.footer-edge{top:-1px;left:1px;padding-top:56px;z-index:1;width:calc(100% - 2px);background-color:var(--bg-body);-webkit-clip-path:polygon(0 0,100% 0,100% calc(100% - 16px),calc(100% - 16px) 100%,16px 100%,0 calc(100% - 16px));clip-path:polygon(0 0,100% 0,100% calc(100% - 16px),calc(100% - 16px) 100%,16px 100%,0 calc(100% - 16px))}.footer-edge:after{content:"";width:100%;max-width:745px;top:calc(100% - 1px);height:1px;background:linear-gradient(270deg,rgba(1,218,99,0),rgba(1,218,99,.5) 50%,rgba(1,218,99,0));position:absolute;left:50%;transform:translateX(-50%)}.left-edge,.right-edge{position:absolute;width:80px;height:56px;bottom:.5px;background:red}.left-edge{left:0;background:linear-gradient(45deg,rgba(1,218,99,.75) 5%,rgba(1,218,99,0) 45%);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,16px 100%,0 calc(100% - 16px));clip-path:polygon(0 0,100% 0,100% 100%,16px 100%,0 calc(100% - 16px))}.right-edge{right:0;background:linear-gradient(-45deg,rgba(1,218,99,.75) 5%,rgba(1,218,99,0) 45%);-webkit-clip-path:polygon(0 0,100% 0,100% calc(100% - 16px),calc(100% - 16px) 100%,0 100%);clip-path:polygon(0 0,100% 0,100% calc(100% - 16px),calc(100% - 16px) 100%,0 100%)}#fake-footer{position:relative;top:-1px;background:transparent;pointer-events:none}#__next{height:100vh}.footer-wrap{padding:0 0 25px;display:flex;flex-wrap:wrap;margin:0 -30px}.fw-content{padding:0 30px;margin-bottom:45px;flex:50% 1 1}.fw-fourth{flex:400px 0}.social{list-style:none;display:flex;margin-top:90px}.social li{margin-right:12px}.social li:last-child{margin-right:0}.social li a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:100%;flex-shrink:0;border:2px solid rgba(39,51,51,.07);transition:all .5s linear}.social li a svg{width:18px;height:auto}.social li a:hover{border:2px solid var(--bg-btn-hover);transition:all .5s linear}.social li a:hover svg path{fill:var(--text-dark);transition:all .5s linear}.social li a.twitter:hover svg path{stroke:var(--text-dark)}.fw-first .logo img{max-height:42px;width:auto}.fw-first .logo{margin-bottom:25px}.fw-address{margin-top:-10px;margin-bottom:30px;max-width:360px;width:100%}.fw-address p{color:var(--text-light-74)}.fw-address p strong{color:var(--text-light-87)}.fw-address p span{display:block}.fw-desc{color:var(--text-light-74);line-height:23px;margin-bottom:30px}.footer-credit{display:flex;align-items:center;justify-content:space-between;padding-bottom:25px;gap:15px 30px;flex-wrap:wrap}.footer-credit a,.footer-credit p{font-size:15px;color:var(--text-dark-75);transition:all .35s linear}.footer-credit a:hover{color:var(--text-green);transition:all .35s linear}.fc-left{display:flex;flex-wrap:wrap;gap:15px 30px}.fw-head{font-weight:var(--medium);font-size:24px;line-height:28px;color:var(--text-light-87);margin-bottom:38px}.fw-link{list-style:none;display:flex;flex-wrap:wrap}.fw-link li{margin-bottom:30px;flex:50% 1 1}.fw-link li:last-child{margin-bottom:0}.fw-link li a{font-size:20px;font-family:var(--Unbounded);color:var(--text-dark-75);transition:all .5s linear}.fw-link li a.active,.fw-link li a:hover{color:var(--text-green);transition:all .5s linear}.fw-field{position:relative;max-width:524px;width:100%;margin:30px auto 0}.fw-field .fw-send{position:absolute;right:4px;top:4px;background:#fff;z-index:1;border-radius:100px;font-size:18px;font-family:var(--Unbounded);font-weight:var(--medium);color:var(--text-dark-75);outline:none;border:none;height:50px;min-width:130px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .5s linear}.fw-field .fw-send:hover{color:var(--text-light);background:var(--bg-btn-hover);transition:all .5s linear}.fw-field input{font-size:20px;color:var(--text-light-87);width:100%;height:58px;outline:none;border-radius:100px;background:rgba(26,28,28,.6);padding:10px 155px 10px 25px;border:1px solid transparent;transition:all .5s linear}.fw-field input:focus{outline:none}.center-hero-heading{text-align:center;margin-bottom:80px}.sw-left,.sw-right{height:100%}.sw-detail{position:relative;padding:25px 30px;border-radius:15px;overflow:hidden;background:linear-gradient(90deg,#4ff,#00d4d4)}.sw-detail,.sw-detail:after{height:100%;transition:all .5s linear}.sw-detail:after{content:"";width:100%;background-image:url(/images/sw-bg.svg);background-size:cover;background-position:50%;background-repeat:no-repeat;position:absolute;inset:0}.sw-detail:hover{transform:translateY(-5px);transition:all .5s linear}.sw-detail:hover:after{opacity:.75;transition:all .5s linear}.sw-detail h2{font-size:24px;font-weight:var(--medium);margin-bottom:15px}.sw-detail h2,.sw-detail p{color:var(--text-dark);position:relative;z-index:1}.sw-detail p{font-size:19px;font-weight:var(--regular);line-height:30px}.arc-img{max-width:100%;height:auto;margin:0 auto}.sh-wrap{width:100%;margin:0 auto 80px}.market-section .sh-wrap{max-width:900px}.sh-wrap .section-heading{margin-bottom:20px}.section-desc{font-size:18px;text-align:center;line-height:27px;color:var(--text-dark-75)}.pill-section{background-image:url(/images/pill-net.svg);background-size:cover;background-position:50%;background-repeat:no-repeat}.pill-section .section-desc{font-size:22px;font-weight:var(--semibold);max-width:720px;line-height:36px;margin:0 auto}.team-section .section-desc{font-size:25px;font-weight:var(--regular);max-width:1126px;line-height:40px;margin:0 auto}.tsx-wrap{margin-top:75px}.tsx-main,.tsx-sub{display:flex;gap:25px 0;flex-wrap:wrap}.tsx-sub{margin-top:75px;justify-content:center}.tsx-box{display:flex;align-items:center;gap:20px;background-image:url(/images/tsx-main-bg.svg);background-position:360px;background-size:cover;background-repeat:no-repeat;padding:3px;border-radius:200px;flex:520px 0;margin:0 auto;position:relative;overflow:hidden;border:2px solid var(--text-dark-75)}.tsx-box,.tsx-box:hover{transition:all .5s linear}.tsx-box:hover{background-position:0;border-color:var(--text-green)}.tsx-sub .tsx-box{background-image:url(/images/tsx-sub-bg.svg);background-position:center 220px;background-size:contain;flex:calc(100% / 6) 0;flex-direction:column;text-align:center;border:0;border-radius:24px;padding:0 20px 25px;margin:0}.tsx-sub .tsx-box:hover{background-position:center 92px}.tsx-img{width:134px;height:134px;border-radius:100%;overflow:hidden;flex-shrink:0}.tsx-img,.tsx-img img{object-fit:cover;object-position:center}.tsx-img img{max-width:100%;height:100%}.tsx-sub .tsx-img{width:114px;height:114px;object-fit:cover;object-position:center;border-radius:100%;padding:2px;position:relative;overflow:visible;border:2px solid var(--text-dark-75);transition:all .5s linear}.tsx-sub .tsx-box:hover .tsx-img{border-color:var(--text-green);transition:all .5s linear}.tsx-sub .tsx-img img{border-radius:200px}.tsx-content h4{font-size:26px;color:var(--text-dark);font-weight:var(--medium);line-height:30px;margin-bottom:10px}.tsx-content p{font-size:20px;color:var(--text-green);font-weight:var(--semibold)}.tsx-sub .tsx-content h4{font-size:18px;margin-bottom:5px;line-height:normal}.tsx-sub .tsx-content p{font-size:15px}.tsx-link{width:36px;height:36px;display:inline-flex;justify-content:center;align-items:center;border-radius:100%;flex-shrink:0;position:absolute;top:50%;right:45px;cursor:pointer;transform:translateY(-50%);background-color:var(--bg-btn-dark);transition:all .5s linear}.tsx-link:hover{background-color:var(--text-green);transition:all .5s linear}.tsx-sub .tsx-img .tsx-link{top:calc(100% - 18px);right:0;width:32px;height:32px;border:2px solid #fff}.tsx-sub .tsx-img .tsx-link svg{width:16px;height:16px}.tsx-link svg path{fill:var(--text-light)}.gallery-wrap{display:flex;flex-wrap:wrap;gap:20px;max-height:560px;overflow-y:auto}.gallery-wrap .gallery-item{border:1px solid #daebe1;flex:calc((100% / 2) - 270px) 1 1;max-height:270px;min-width:270px}.gallery-wrap .gallery-item:last-child{max-width:500px}.gallery-wrap .gallery-item img{width:100%;height:100%;object-fit:cover;object-position:center}.gallery-wrap .gallery-item:nth-child(5n+1){flex:270px 0}.pill-wrap{margin-top:45px}.pill-wrap ul{display:flex;gap:15px;flex-wrap:wrap;justify-content:center;list-style:none}.pill-wrap ul li{font-size:12px;color:var(--text-dark-75);font-family:var(--Unbounded);font-weight:var(--medium);border-radius:100px;padding:8px 16px;cursor:pointer;background:linear-gradient(#fff,#f3f5f6);border:1px solid rgba(39,51,51,.07);box-shadow:0 10px 10px -5px rgba(0,0,0,7%);transition:all .35s linear}.pill-wrap ul li:hover{transform:translateY(-3px);color:var(--text-green-dark);transition:all .35s linear;border-color:#b3e7e4;background:linear-gradient(#fff,#dcfeff);box-shadow:0 10px 10px -5px #d5feff}.ns-wrap{background-image:url(/images/newsletter-bg.svg);background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:30px;overflow:hidden;padding:100px 0}.ns-content{max-width:620px;margin:0 auto}.ns-wrap .section-heading{font-size:48px;font-weight:var(--semibold);margin-bottom:20px;color:var(--text-light)}.ns-wrap .section-desc{color:var(--text-light);font-size:24px;line-height:36px;font-weight:var(--regular)}.mw-content{position:relative;padding:25px 30px;background:linear-gradient(104.43deg,#121616,#171818 89.77%)}.mw-graph{height:280px}.mw-header{min-height:80px;margin-bottom:20px}.mw-head{font-size:20px;line-height:27px;margin-bottom:5px;color:var(--text-light-87)}.mw-highlight{font-size:16px;line-height:21px;color:var(--text-green)}.mw-desc{font-size:13px;margin:15px auto 0;text-align:center;color:var(--text-light-68);max-width:calc(100% - 60px);width:100%}.roadmap-section .sh-wrap{max-width:484px}.about-wrap.d-flex{gap:30px;justify-content:space-between;align-items:center;margin-bottom:80px}.about-wrap.d-flex:last-child{margin-bottom:0}.about-wrap.d-flex.d-reverse{flex-direction:row-reverse}.aw-detail h2{font-size:32px;line-height:50px;position:relative;font-weight:var(--medium);color:var(--text-dark);margin-bottom:10px}.aw-detail p{font-size:22px;color:var(--text-dark-75);line-height:34px;font-weight:var(--medium)}.aw-img{width:100%;height:auto;max-height:420px;filter:drop-shadow(30px 30px 45px rgba(68,239,225,.15));display:inline-block}.clip-border{position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);transition:all .5s linear}.fw-clip:has(+input){background:#191d1d;-webkit-clip-path:var(--clip-14);clip-path:var(--clip-14);z-index:0}.fw-clip:has(+input:hover){background:rgba(46,210,194,.25);transition:all .5s linear}.fw-clip:has(+input:focus){background:rgba(46,210,194,.5);transition:all .5s linear}.team-wrap{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -15px;padding-top:25px}.tw-content{padding:0 15px;flex:calc(100% / 3) 0}.tw-box{height:100%;padding:25px 30px;background:linear-gradient(104.43deg,#121616,#171818 89.77%)}.tw-header{display:flex;margin-bottom:25px}.tw-img{width:152px;height:160px;margin-right:20px;margin-top:-60px;position:relative;flex-shrink:0}.tw-img img{width:100%;height:100%;object-fit:cover;object-position:top center;filter:hue-rotate(25deg);background:linear-gradient(180deg,#161616,#272727);-webkit-clip-path:var(--clip-16);clip-path:var(--clip-16);transition:all .5s linear}.tw-content .clip-wrap:hover .box-clip{transform:rotate(0deg);transition:all .75s linear}.tw-content:hover .clip-wrap .box-clip{transform:rotate(180deg);transition:all .75s linear}.tw-info h3{font-size:21px;margin-bottom:3px;margin-top:-3px}.tw-info p{color:var(--text-green);font-weight:var(--medium);margin-bottom:12px}.tw-info a{display:inline-flex}.tw-info a svg{width:20px;height:auto}.tw-info a svg path{fill:var(--text-light-48);transition:all .5s linear}.tw-info a:hover svg path{fill:var(--text-light-87);transition:all .5s linear}.tw-desc{line-height:23px;color:var(--text-light-74)}.faq-wrap{max-width:960px;margin:0 auto}.fwl-content{margin-bottom:15px}.fwl-content:last-child{margin-bottom:0}.fw-item{padding:22px 25px;background:var(--bg-box);border-radius:15px}.fw-header{display:flex;justify-content:space-between;cursor:pointer}.fw-header h4{color:#fff;padding-right:25px;font-size:18px;line-height:25px;font-weight:var(--medium);transition:all .5s linear}.fw-item .fw-header:hover h4,.fw-item.active .fw-header h4{color:var(--text-green);transition:all .5s linear}.fw-header span{height:25px;display:inline-flex;align-items:center}.fw-header span svg{display:inline-flex;width:14px;height:auto;transition:all .5s linear}.fw-item.active .fw-header span svg{transform:rotate(-180deg);transition:all .5s linear}.fw-item .fw-header:hover span svg path,.fw-item.active .fw-header span svg path{stroke:var(--text-green);transition:all .5s linear}.fw-body{margin-top:15px;padding-right:25px;display:none}.fw-item.active .fw-body{display:block}.fw-body p{line-height:23px;color:var(--text-light-74)}.fw-list-btn{text-align:center;margin-top:25px}.contact-wrap{max-width:640px;margin:0 auto}.cw-field-group{display:flex;gap:20px}.cw-field{margin-bottom:20px;flex:1 1}.cw-checkbox{text-align:left;display:flex;align-items:start;margin-bottom:20px;font-size:14px;color:#dcdcdc;letter-spacing:.5px;line-height:19px}.cw-checkbox input[type=checkbox]{width:25px;height:17px;margin-left:10px;margin-right:7px;margin-top:1px}.cw-field input,.cw-field textarea{background:#272c2c;border:1px solid #525454;outline:none;border-radius:72px;padding:15px 25px;min-height:56px;width:100%;color:var(--text-light-87);font-size:16px;resize:none;transition:all .5s linear}.cw-field input:hover,.cw-field textarea:hover{border:1px solid rgba(46,210,191,.5);transition:all .5s linear}.cw-field input:focus,.cw-field textarea:focus{border:1px solid rgba(46,210,202,.5);transition:all .5s linear}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{caret-color:var(--text-light-74);color:var(--text-light-87);-webkit-text-fill-color:var(--text-light-87);border-color:#2a7c7f;outline:none;-webkit-box-shadow:0 0 0 40rem var(--bg-overlay) inset}.cw-submit{border:none;outline:none;width:100%;height:56px;font-size:16px;border-radius:56px;cursor:pointer;font-weight:var(--semibold);background:var(--bg-btn);transition:all .5s linear}.cw-submit:hover{background:var(--bg-btn-hover);transition:all .5s linear}.cw-submit:disabled{pointer-events:none}.learn-more-popup{display:flex;justify-content:center;align-items:center;width:100%;height:100vh;position:fixed;z-index:9;background:rgba(46,50,50,.95);top:0;left:0;padding:15px;opacity:0;visibility:hidden;transition:all .5s linear}.lm-content{position:relative;max-width:480px;width:100%;text-align:center;background:#141616;border-radius:12px;opacity:0;box-shadow:-14px 14px 154px #3c4e4e;transform:scale(.75);transition:all .35s linear}.learn-more-popup.show{opacity:1;visibility:visible;transition:all .5s linear}.learn-more-popup.show .lm-content{opacity:1;transform:scale(1);transition:all .5s linear}.lm-header{display:flex;align-items:center;justify-content:space-between;padding:15px 25px;color:#dcdcdc;border-bottom:1px solid #393d3d}.lm-body{padding:25px}.nm-head{font-size:22px;margin-bottom:30px}.lm-content .social{justify-content:center;margin-bottom:50px}.lm-content .social li a{border-top:1px solid #3c4343;border-bottom:1px solid #3c4343;background:linear-gradient(180deg,#3c4343,rgba(60,67,63,0))}.lm-content .social li a:hover{background:linear-gradient(180deg,rgba(60,67,67,0),#3c4343)}.lm-divide{position:relative;width:100%;max-width:360px;height:1px;margin-bottom:45px;background:linear-gradient(90deg,rgba(26,28,28,0),#1a1c1c 48.96%,rgba(26,28,28,0));margin-left:auto;margin-right:auto}.lm-divide p{color:var(--text-green);padding:4px 18px 5px;font-size:14px;font-weight:var(--medium);display:inline-block;background-color:var(--bg-body);border-radius:100px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.lm-link-wrap{display:flex;justify-content:center;margin:0 -15px}.ll-content{padding:0 15px;cursor:pointer}.ll-box{width:124px;height:132px;flex-shrink:0;-webkit-clip-path:var(--clip-16);clip-path:var(--clip-16);background:#3c4342;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.ll-icon{margin-bottom:12px;display:inline-flex}.ll-text{font-weight:var(--medium);color:var(--text-light-74)}.ll-link{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(16,19,19,.85);z-index:1;opacity:0;visibility:hidden;transition:all .5s linear}.ll-link svg{opacity:.85;transform:scale(0);transition:all .35s linear}.ll-content:hover .ll-link{opacity:1;visibility:visible;transition:all .5s linear}.ll-link svg:hover{opacity:1;transition:all .35s linear}.ll-content:hover .ll-link svg{transform:scale(1);transition:all .5s linear}.error-section{text-align:center;min-height:75vh}.rw-content{position:relative;padding:30px 0;margin:-20px 0}.rw-line{width:2.5px;height:100%;top:0;background:linear-gradient(90deg,#00d9d9 2.54%,#00d4d4 49.83%,#48bb78 95.6%)}.rw-line,.rw-line:after,.rw-line:before{content:"";position:absolute;left:50%;transform:translateX(-50%)}.rw-line:after,.rw-line:before{width:5px;height:100px}.rw-line:before{top:0;background:linear-gradient(180deg,#1b2120,rgba(27,33,33,0))}.rw-line:after{bottom:0;background:linear-gradient(180deg,rgba(27,33,32,0),#1b2120)}.rw-item{display:flex;align-items:center;justify-content:center;margin-bottom:45px;position:relative}.rw-item:last-child{margin-bottom:0}.rw-detail,.rw-time{flex:calc(50% - 35px) 0}.rw-time h4{font-weight:var(--bold);font-size:24px;text-align:right;color:#2ed2ba}.rw-circle{flex:70px 0;display:inline-flex;justify-content:center;flex-shrink:0}.rw-detail-desc{min-height:72px;max-width:480px;width:100%}.rw-detail p{text-align:center;font-size:20px;line-height:29px;padding:25px 35px;position:relative;-webkit-clip-path:var(--clip-16);clip-path:var(--clip-16);background:var(--bg-box)}.rw-item:nth-child(2n+2) .rw-detail{order:1;justify-content:right}.rw-item:nth-child(odd) .rw-circle{order:2}.rw-item:nth-child(odd) .rw-time{order:3}.rw-item:nth-child(odd) .rw-time h4{text-align:left}.rw-item:nth-child(odd) .rw-detail .rw-detail-desc{margin-right:0;margin-left:auto}.about-bg,.bottom-blur,.left-blur,.left-logo-bg,.middle-blur,.right-blur,.right-logo-bg,.roadmap-bg{position:relative}.about-bg:before,.bottom-blur:before,.left-blur:before,.left-logo-bg:after,.middle-blur:before,.right-blur:before,.right-logo-bg:after,.roadmap-bg:after{width:100%;height:100vh;content:"";display:block;position:absolute;z-index:1;pointer-events:none;background-size:contain;background-repeat:no-repeat}.left-logo-bg:after{left:0;top:0;background-image:url(/images/left-logo-bg.svg);background-position:0}.right-logo-bg:after{right:0;bottom:50%;background-position:100%;background-image:url(/images/right-logo-bg.svg)}.middle-blur:before{left:0;top:50%;transform:translateY(-50%);background-image:url(/images/middle-blur.svg);background-position:50%}.left-blur:before{left:0;top:-50%;height:150vh;background-image:url(/images/left-blur.svg);background-position:0}.right-blur:before{right:0;top:0;height:150vh;background-position:100%;background-image:url(/images/right-blur.svg)}.bottom-blur:before{height:125vh;background-image:url(/images/bottom-blur.svg)}.bottom-blur:before,.roadmap-bg:after{left:0;top:55%;transform:translateY(-50%);background-position:50%}.roadmap-bg:after{height:200vh;background-image:url(/images/roadmap-bg.svg);background-size:cover}.about-bg:before{left:0;top:55%;height:100%;transform:translateY(-50%);background:radial-gradient(50% 50% at 50% 50%,rgba(68,239,233,.15) 0,rgba(68,239,216,0) 100%);mix-blend-mode:normal;filter:blur(75px);background-position:50%}.architecture-section.left-logo-bg:after{top:-15%}.market-section.right-logo-bg:after{top:-60%}.roadmap-section.right-blur:before{top:-50%}.contact-section.right-logo-bg:after,.faq-section.right-logo-bg:after{top:0}.team-section.right-blur:before{top:25%}.team-section .left-blur:before{top:-100%}.show-five .fwl-content:nth-child(n+6){display:none}.about-bg.left-logo-bg:after{top:65%;transform:translateY(-50%)}.sw-left img{max-width:480px;width:100%;height:auto}.ts-detail{display:flex;align-items:center}.ts-mob-img{display:none;width:44px;height:44px;overflow:hidden;object-fit:cover;object-position:top center;border-radius:100px;margin-right:15px}.ts-mob-img img{width:100%;max-width:100%;height:auto}.rw-detail p span{font-weight:var(--bold);font-size:20px;text-align:left;color:#2ed2ba;margin-bottom:5px;display:none}.toggle-menu{width:44px;height:44px;border-radius:100px;background:rgba(71,82,81,.149);display:none;align-items:center;justify-content:center;flex-shrink:0;position:absolute;right:0;top:0;cursor:pointer;transition:all .3s linear}.toggle-wrap{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:14px}.toggle-wrap span{width:22px;height:2px;border-radius:4px;background:#839391;display:inline-flex;transition:all .3s linear}.toggle-menu:hover .toggle-wrap span{background:var(--text-green);transition:all .3s linear}.toggle-menu.active span:nth-child(2){visibility:hidden;opacity:0;transition:all .3S linear}.toggle-menu.active span:first-child{transform:rotate(45deg) translate(3px,3px)}.toggle-menu.active span:last-child{transform:rotate(-45deg) translate(5px,-5px)}.arc-mob,.headline{display:none}.owl-carousel .owl-stage{margin:0 auto}.owl-carousel .owl-item img{height:auto}.programs-section .owl-carousel .owl-item .ps-content{padding:0 15px}.programs-section .owl-carousel .owl-item .ps-content a{width:100%;display:inline-block;height:55px;margin:0 15px}.programs-section .owl-carousel .owl-item img{height:100%;width:100%;object-fit:contain;object-position:center}.mob-about{display:none}.form-toast{display:inline-block;position:fixed;z-index:8;top:15px;right:25px;opacity:1;visibility:visible;transform:translateX(0);filter:drop-shadow(0 10px 25px #101313);transition:all .5s linear}.form-toast.d-none{opacity:0;visibility:hidden;transform:translateX(100%);transition:all .25s linear}.form-toast p{padding:15px;align-items:center;color:var(--text-green);display:inline-flex;background:#2d3030;min-width:280px;border-radius:12px}.form-toast p span{margin-right:3px;display:inline-flex}.form-toast.error p{color:#f9415e}.form-toast.error .box-clip{background:linear-gradient(145deg,rgba(249,65,93,.75),rgba(1,218,182,0),rgba(1,218,196,0),rgba(249,65,93,.75))}.form-toast p span svg{width:30px;height:30px}.form-toast.d-none p span svg{visibility:hidden;opacity:0}.form-toast p span svg:nth-child(2),.form-toast.error p span svg:first-child{display:none}.form-toast.error p span svg:nth-child(2){display:inline-block}.footer-relative #fake-footer{display:none}.footer-relative footer{position:relative;bottom:15px}.flow-hidden{overflow:hidden}.app-image-mob{display:none}.nv-text{flex:calc(30% - 10px) 0}.nv-flag{display:flex;flex:calc(75% - 10px) 0;gap:20px}.nv-text img{width:100%;height:auto}.nv-flag-item{flex:calc(100% / 4) 1 1}.nv-flag-item img{width:100%;height:auto}.soon-section .home-wrap{margin-top:150px}.soon-section .hero-heading{font-size:68px;margin-bottom:10px;font-weight:var(--semibold)}.soon-section .home-desc{margin-top:0;margin-bottom:25px;font-size:22px;line-height:36px}.app-soon-section .hero-heading{max-width:360px}.gallery-slider{width:100%}.image-container{width:100%;height:260px;overflow:hidden}.swiper{width:100%}.swiper-slide{display:flex;justify-content:center;align-items:center}.fc-right img{max-width:280px;height:auto;border-radius:60px}.spinner{border:2px solid #1a7070;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:spin 1s linear infinite;display:inline-block;margin-right:5px;position:relative;top:2px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.video-wrapper{position:relative;margin:auto;aspect-ratio:16/9;overflow:hidden}.introVideo,.video-wrapper{width:100%;border-radius:24px}.introVideo{height:100%;display:block;object-fit:cover}.controls-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border-radius:24px;background:rgba(0,0,0,.25);transition:opacity .35s ease}.controls-overlay.hide{opacity:0;pointer-events:none}.play-button{width:68px;height:68px;background:#fff;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .25s ease,background .25s ease}.play-button svg{position:relative;left:2px}.play-button:hover{transform:scale(1.08);background:#f0f0f0}.video-label{color:#fff;font-family:var(--Unbounded);font-size:18px;margin-top:5px;font-weight:var(--regular);text-shadow:0 5px 10px rgba(0,0,0,.25)}@media(max-width:1299px){.btn,body{font-size:16px}.market-section .d-flex{margin:0 -15px}.market-section .d-left,.market-section .d-right{padding:0 15px}.tw-img{width:155px;height:158px;margin-top:-48px}.st-box{min-height:520px}.section-heading.heading-sm{font-size:28px;margin-bottom:50px}.connect-hero-section .hero-heading{font-size:46px;line-height:66px}.connect-hero-section .home-desc{line-height:32px;margin-top:10px;margin-bottom:25px;max-width:540px;font-size:20px}.fiveg-section .hero-heading,.tops-section .hero-heading{font-size:36px}.about-wrap.d-flex{gap:0}.aw-detail h2{font-size:28px;line-height:48px}.aw-detail p{font-size:20px;line-height:32px}.gs-wrap{gap:30px}.gs-text h5{font-size:32px}.gs-text p{font-size:28px}.features-section{padding:75px 0}.fs-item p{font-size:20px;line-height:28px}.unlock-section .hero-heading{font-size:50px;margin:70px 0}.card-section{padding:75px 0}.card-section .hero-heading{font-size:36px;line-height:50px;max-width:780px}.card-wrap{margin-top:45px}.card-icon{width:96px;height:96px}.card-item h5{font-size:24px}.card-item p{font-size:20px;line-height:30px}.hero-heading{font-size:70px;margin-bottom:15px}.soon-section .home-desc{margin-bottom:20px;font-size:20px;line-height:32px}}@media(max-width:1199px){.hero-heading{font-size:52px}.hero-wrap .home-desc{font-size:20px;margin-top:20px;margin-bottom:25px}.section-heading{font-size:34px;margin-bottom:60px}.contact-section,.nine-section{padding-bottom:40px}.common-section{padding:75px 0}.home-hero-section{padding-top:140px;padding-bottom:15px}.home-animation-section{padding-top:10px;padding-bottom:0}.home-video-section{padding-top:30px;padding-bottom:30px}.center-hero-heading{margin-bottom:60px}.sh-wrap{margin:0 auto 60px}.box-content{flex:calc(100% / 2) 0;padding:15px}.ts-content{padding:30px 15px}.ts-content:after{right:-15px}.sw-detail{padding:20px 25px;margin-bottom:0}.market-section .d-flex{margin:0 -10px}.market-section .d-left,.market-section .d-right{padding:0 10px}.tw-content{padding:0 15px;flex:calc(100% / 2) 0}.team-wrap{row-gap:60px}.st-box{min-height:440px}.st-box h2{font-size:30px}.st-steps h3{font-size:22px;margin-bottom:8px}.st-steps p{font-size:19px;line-height:29px}.pill-section .section-desc{font-size:20px;max-width:680px;line-height:34px}.pill-wrap{margin-top:30px}.section-heading.heading-sm{font-size:26px}.ns-wrap{padding:75px 0 80px}.ns-wrap .section-heading{font-size:44px}.ns-wrap .section-desc{font-size:22px;line-height:34px}.legal-hero-section,.team-hero-section{padding-top:150px;padding-bottom:0}.team-section .section-desc{font-size:24px;max-width:960px;line-height:38px}.tsx-sub,.tsx-wrap{margin-top:65px}.team-section{padding-bottom:0}.legal-content{margin-top:45px}.connect-hero-section .d-left{flex:55% 0}.connect-hero-section .hero-heading{font-size:42px;line-height:62px;max-width:640px}.connect-hero-section .home-desc{line-height:32px;margin-top:10px;margin-bottom:20px;max-width:540px;font-size:20px}.fiveg-section .hero-heading,.tops-section .hero-heading{margin:30px 0;font-size:32px}.fiveg-section .hero-heading{line-height:48px;max-width:380px}.aw-detail h2{font-size:24px;line-height:40px}.aw-detail p{font-size:18px;line-height:26px}.about-wrap.d-flex{margin-bottom:60px}.fiveg-section{padding-top:0}.gs-wrap{gap:2vw}.gs-item{padding:20px 25px;border-width:4px}.gs-list:last-child .gs-item{padding:25px;border-width:4px}.gs-text h5{font-size:28px}.gs-text p{font-size:24px}.gs-item p{font-size:15px;line-height:22px}.miner-hero-section{padding-top:130px}.miner-right h1{font-size:72px;margin-bottom:0}.miner-hero-section p{margin:10px auto 25px;font-size:26px;line-height:40px}.features-section .hero-heading{margin-bottom:15px;font-size:40px}.fs-item p{font-size:18px;line-height:26px}.unlock-section .hero-heading{font-size:42px;margin:55px 0}.card-section{padding:55px 0}.card-section .hero-heading{font-size:32px;line-height:46px;max-width:640px}.card-wrap{margin-top:40px}.card-icon{width:90px;height:90px;margin-bottom:20px}.card-item h5{font-size:22px}.card-item p{font-size:19px;line-height:27px}.card-wrap{gap:20px}.card-item{padding:25px}.soon-section .hero-heading{font-size:58px}.soon-section .home-desc{font-size:19px;line-height:30px}}@media(min-width:1025px) and (max-width:1199px){.mw-content{padding:20px}}@media (max-width:1024px){.container{padding:0 30px}header{padding:25px 0}.header-wrap ul li a{padding:12px 15px}.header-wrap .submenu ul li a{padding:10px 23px}.submenu ul{min-width:140px}.logo a img{max-height:44px;width:auto}.btn{padding:13px 26px;min-width:130px}.fw-head{margin-bottom:30px}.fw-first .logo{margin-bottom:27px}.market-section .d-flex{margin:0;flex-wrap:wrap}.market-section .d-left,.market-section .d-right{padding:0;flex:100% 1 1;max-width:720px;margin:0 auto}.market-section .d-left{margin-bottom:35px}}@media(min-width:768px) and (max-width:991px){.tw-content{padding:0 10px}.team-wrap{margin:0 -10px}.tw-box{padding:20px 25px}}@media(max-width:991px){.fw-first{flex:40% 1 1}.common-section{padding:50px 0}.home-hero-section{padding-top:120px;padding-bottom:10px}.home-animation-section{padding-top:10px;padding-bottom:10px}.home-video-section{padding-top:10px;padding-bottom:15px}.roadmap-bg:after{height:150vh}.contact-section,.nine-section{padding-bottom:30px}.center-hero-heading{margin-bottom:40px}.d-flex{margin:0 -15px}.about-wrap .d-left,.d-left,.d-right{padding:0 15px}.hero-heading{font-size:42px}.hero-wrap .home-desc{font-size:18px;margin-top:16px;margin-bottom:20px;line-height:30px;max-width:640px}.sh-wrap .section-heading{margin-bottom:15px}.sh-wrap{margin:0 auto 40px}.home-desc{margin-top:20px;margin-bottom:30px}.cw-field input,.cw-field textarea,.fw-header h4,.home-desc,.section-desc,.ts-text p{font-size:17px;line-height:23px}.box-wrap{margin:-10px}.box-content{padding:10px}.ts-heading img{width:100%;max-width:420px;height:auto}.ts-content{padding:25px 0;margin-bottom:15px}.ts-content:after{right:0}.ts-text p{line-height:24px;margin-bottom:15px;padding-right:20px}.mw-head,.rw-detail p,.section-desc,.ts-text p{line-height:25px}.rw-detail p{font-size:18px;padding:20px 30px}.rw-time h4{font-size:22px}.aw-detail h2{font-size:20px}.ps-slider-wrap{margin:-10px 0}.st-box{min-height:360px}.st-box h2{font-size:26px}.st-box{padding:20px 25px}.st-steps h3{font-size:19px;margin-bottom:6px}.st-steps p{font-size:17px;line-height:25px}.step-wrap{padding:10px 15px 0}.st-steps{margin-top:15px;padding:20px 25px 20px 35px}.pill-section .section-desc{font-size:18px;max-width:620px;line-height:30px}.section-heading{font-size:30px}.pill-wrap{margin-top:20px}.section-heading.heading-sm{font-size:24px;margin-bottom:15px}.ns-wrap .section-heading{font-size:38px;max-width:580px;margin-left:auto;margin-right:auto;margin-bottom:15px}.ns-wrap .section-desc{font-size:20px;line-height:32px;max-width:520px;margin:0 auto}.fw-field{max-width:500px;margin:25px auto 0}.ns-wrap{padding:55px 0 65px}.team-section .section-desc{font-size:21px;line-height:34px}.pill-section .section-heading,.team-section .section-heading{margin-bottom:10px}.tsx-sub,.tsx-wrap{margin-top:45px}.legal-hero-section,.team-hero-section{padding-top:125px;padding-bottom:0}.sw-detail h2{font-size:18px;margin-bottom:5px}.sw-detail p{font-size:18px;line-height:28px}.legal-content{margin-top:30px}.legal-hero-section .hero-heading{font-size:36px;margin-bottom:10px}.legal-hero-section .hero-desc{font-size:22px}.connect-hero-section .d-left{flex:50% 0}.connect-hero-section .hero-heading{font-size:36px;line-height:48px}.connect-hero-section .home-desc{line-height:32px;font-size:19px;max-width:360px}.connect-app .hw-right img{width:55vw}.aw-detail h2,.fiveg-section .hero-heading,.tops-section .hero-heading{font-size:28px}.aw-detail h2{line-height:40px}.aw-detail p{font-size:16px;line-height:24px}.about-wrap.d-flex{margin-bottom:45px}.fiveg-section{padding-top:0}.fiveg-section .hero-heading{line-height:44px;max-width:320px;margin:15px 0}.fiveg-wrap{padding:90px 55px}.gs-text h5{font-size:26px}.gs-text p{font-size:22px}.gs-wrap{gap:0}.gs-item,.gs-list:last-child .gs-item{padding:15px 20px}.gs-item h4{font-size:16px;margin-bottom:7px}.gs-item p{font-size:14px;line-height:20px}.miner-right h1{font-size:58px}.miner-hero-section{padding-top:100px}.miner-hero-section p{margin:0 auto 20px;font-size:22px;line-height:34px}.fs-wrap{gap:15px}.fs-item p{font-size:17px;line-height:24px}.fs-item{padding:15px 20px;flex:100% 1}.features-section .hero-heading{font-size:36px}.card-section .hero-heading{font-size:28px;line-height:40px;max-width:560px}.card-wrap{margin-top:35px}.card-item h5{font-size:20px}.card-item p{font-size:17px;line-height:23px}.card-item{padding:20px}.soon-section .hero-heading{font-size:42px}.soon-section .home-desc{font-size:17px;line-height:26px}.tsx-sub .tsx-box{flex:calc(100% / 4) 0}.image-container{height:220px}.footer-credit{flex-direction:column-reverse;align-items:flex-start;gap:20px 30px}}@media (max-width:767px){.start-wrap .d-left:after{display:none}.programs-section .owl-carousel .owl-item .ps-content{padding:0 15px}.fw-first .logo{margin-bottom:0}.social{margin-top:0}.d-flex{margin:0;flex-wrap:wrap}.d-left,.d-right{padding:0;flex:100% 1 1}.hw-left,.hw-right{text-align:center}.hw-right{max-width:580px;margin-top:30px;margin-left:auto;margin-right:auto;padding:0 15px}.hw-right img{max-width:480px}.headline p{padding-right:45px;text-align:left}.headline .close{right:15px}.container{padding:0 20px}.fw-first{flex:100% 1 1;display:flex;justify-content:space-between}.fw-head{margin-bottom:20px}.fw-desc{max-width:497px;width:100%}.box-items{padding:17px}.box-icon{margin-right:15px}.box-icon img{max-width:64px;height:auto}.nine-section .box-icon{margin:0 0 12px}.box-wrap{margin:-7px}.box-content{padding:7px}.ts-img{display:none}.ts-mob-img{display:inline-block}.ts-content{padding:25px;margin-bottom:20px}.ts-content:after{width:100%;background:linear-gradient(180deg,rgba(16,19,19,.75),rgba(16,19,19,0) 75%)}.ts-text p{text-align:center;padding:0;margin-bottom:20px}.ts-text:before{left:-20px;top:-10px;width:28px;height:28px}.ts-detail{justify-content:center}.sw-left{text-align:center;margin-bottom:20px}.sw-left img{max-width:420px}.sw-detail{margin-bottom:20px;text-align:center;height:auto;background:transparent}.sw-detail:last-child{margin-bottom:0}.rw-item{margin-bottom:35px}.about-wrap.d-flex{justify-content:center}.aw-detail{text-align:center}.aw-left{margin-bottom:40px}.tw-content{padding:0;flex:100% 1 1}.team-wrap{margin:0;row-gap:40px}.header-wrap{flex-direction:column;align-items:flex-start}.toggle-menu{display:flex}header{padding:25px 0;border-bottom:none}header.active{height:120vh;position:fixed;background:var(--bg-body);width:100%;z-index:10;top:0}.header-btn{margin-left:0;margin-top:15px}.header-wrap a.btn,nav{display:none}header.active a.btn,header.active nav{display:block;text-align:center}nav{width:100%;margin:45px 0 15px}nav>ul{flex-direction:column}.header-wrap ul li a{font-size:20px;padding:12px 15px}.header-wrap .btn{margin:0 auto}.submenu>a{display:none!important}.dropdown{position:relative;opacity:1;z-index:1;left:auto;top:auto;min-width:auto;visibility:visible;transform:none;transition:all .5s linear}.submenu .box-clip{display:none}.submenu ul{background:transparent;min-width:auto;padding:0;border:0;box-shadow:none}.header-wrap .submenu ul li a{padding:15px;text-align:center}.aw-img{margin:0 auto}.mob-about{display:block}.web-about{display:none}.st-box h2{font-size:24px}.st-steps{min-height:auto}.step-wrap{padding:5px 15px 0}.st-left{margin-bottom:30px}.pill-wrap{margin-top:15px}.pill-wrap ul{gap:12px}.pill-section .section-heading,.team-section .section-heading{margin-bottom:15px}.pill-section .section-desc{font-size:17px;max-width:530px;line-height:28px}.section-heading.heading-sm{font-size:22spx;margin-bottom:15px;margin-top:10px}.ns-wrap .section-heading{font-size:32px;max-width:480px}.ns-wrap .section-desc{font-size:18px;line-height:28px;max-width:450px}.fw-field{max-width:480px;margin:20px auto 0}.ns-wrap{padding:40px 20px 55px}.section-heading{font-size:28px}.team-section .section-desc{font-size:19px;line-height:32px}.tsx-sub,.tsx-wrap{margin-top:35px}.sw-detail:after{background-size:350%}.sw-detail p{font-size:17px;line-height:26px}.team-section{padding-bottom:30px}.legal-hero-section,.team-hero-section{background-size:150%}.legal-hero-section .hero-heading{font-size:32px}.legal-hero-section .hero-desc{font-size:20px}.legal-content p{font-size:17px}.legal-content h2{font-size:20px}.connect-app{position:unset}.connect-hero-section .d-left{flex:100% 1}.connect-hero-section .hero-heading{max-width:440px;margin-left:auto;margin-right:auto}.connect-hero-section .home-desc{max-width:480px;line-height:30px;font-size:18px;margin:10px auto 20px}.common-section.connect-hero-section{padding-top:120px;padding-bottom:0}.connect-app .hw-right img{width:100%}.aw-left{margin-bottom:20px;max-width:480px;margin-left:auto;margin-right:auto}.about-wrap.d-flex{margin-bottom:55px}.aw-detail h2{font-size:24px;line-height:32px}.aw-detail p{max-width:480px;margin:0 auto}.fiveg-wrap{padding:75px 45px}.app-image-web{display:none}.app-image-mob{display:block}.connect-hero-section:after{display:none}.globe-section{padding-left:20px;padding-right:20px}.gs-wrap{flex-direction:column}.gs-list{gap:15px;display:flex;flex-wrap:wrap}.gs-text{order:-1;flex:auto 1;max-width:none;margin-bottom:10px}.gs-text h5{font-size:24px;margin-bottom:5px}.gs-text p{font-size:20px;max-width:540px}.gs-item,.gs-list:last-child .gs-item{padding:15px;border:0;text-align:center;flex:calc((100% / 3) - 10px) 0;border-radius:12px;background:linear-gradient(90deg,#b3e8e8 -30%,#ebfaf3a6 70%)}.globe-section{background-size:90%;background-position:80% 0}.miner-left{max-width:480px;margin:0 auto}.miner-right{margin-bottom:5px;display:flex;gap:30px;justify-content:center}.miner-right h1{font-size:44px;position:relative}.miner-hero-section p{margin:0 auto 20px;font-size:20px;line-height:30px}.miner-right h1:after{content:"";width:10px;height:10px;flex-shrink:0;border-radius:5px;background:var(--bg-btn-dark);position:absolute;top:calc(50% + 5px);transform:translateY(-50%);right:-20px}.miner-right h1:last-child:after{display:none}.miner-hero-section p{margin:0 auto 15px;font-size:18px;line-height:28px}.nv-wrap{gap:15px}.nv-flag{gap:10px}.fs-wrap{flex-wrap:wrap;margin-bottom:10px}.fs-item{flex:calc((100% / 2) - 15px) 0;max-width:none}.fs-item p{font-size:15px;line-height:22px}.fs-item:last-child{flex:100% 0}.fs-item:last-child p{max-width:420px;min-height:120px}.features-section .hero-heading:after,.features-section .hero-heading:before{display:block}.features-section .hero-heading:after{left:0;top:25px;opacity:.5}.unlock-section .hero-heading{font-size:36px;margin:45px 0}.card-section .hero-heading{font-size:26px;line-height:36px}.card-wrap{margin-top:30px;gap:20px;flex-direction:column}.card-section:before{background-size:120%}.card-item h5{font-size:22px}.card-item p{font-size:16px;line-height:24px}.card-item{display:flex;gap:20px}.card-icon{width:110px;height:110px;margin-bottom:0}.gallery-wrap .gallery-item,.gallery-wrap .gallery-item:nth-child(5n+1){flex:calc(50% - 10px) 0;max-height:240px;min-width:unset}.soon-section .home-wrap{margin-top:120px}.app-soon-section .hero-heading{max-width:none}.social li a{width:38px;height:38px}.tsx-sub .tsx-box{flex:calc(100% / 3) 0}.fw-content.fw-second{margin-bottom:10px}}@media (max-width:640px){.programs-section .owl-carousel .owl-item .ps-content{padding:0 15px}.nine-section .box-items{text-align:center}.box-wrap{margin:10px 0}.box-content{padding:0;margin-bottom:12px;flex:100% 0}.box-content:last-child{margin-bottom:0}.section-heading{font-size:26px}.lm-content{padding:45px 15px}.rw-line{left:9px;transform:none}.rw-time{display:none}.rw-circle{flex:auto 0;flex-shrink:0;position:absolute;left:0;top:20px}.rw-item{align-items:flex-start;justify-content:flex-start;padding-left:40px;margin-bottom:15px}.rw-detail{flex:100% 0}.rw-detail p{text-align:left}.rw-detail-desc{min-height:auto;max-width:none;width:100%}.rw-detail p span{display:block}.roadmap-bg:after{height:150vh}.mw-content{padding:20px}.ts-heading img{max-width:380px}.fwl-content{margin-bottom:15px}.mw-desc{max-width:calc(100% - 30px)}.footer-wrap{padding:0 0 15px}.tsx-img,.tsx-sub .tsx-img{width:104px;height:104px}.tsx-content h4{font-size:24px;line-height:28px}.tsx-content p{font-size:18px}.tsx-main,.tsx-sub{gap:20px 0}.tsx-sub .tsx-img .tsx-link{top:calc(100% - 20px)}.aw-detail h2{font-size:22px;line-height:30px}.aw-detail p{font-size:15px;line-height:22px;max-width:420px}.gs-list{gap:0}.gs-item,.gs-list:last-child .gs-item{flex:100% 1}.miner-right h1{font-size:30px}.miner-hero-section p{font-size:17px;line-height:26px}.miner-right h1:after{width:8px;height:8px;top:calc(50% + 3px)}.miner-hero-section{padding-top:90px}.nv-wrap{gap:30px;flex-direction:column}.nv-text{flex:auto}.nv-text img{max-width:280px}.unlock-section .hero-heading{font-size:33px;margin:30px 0}.card-section:before{background-size:160%}.tsx-sub .tsx-box{flex:calc(100% / 2) 0}.image-container{height:200px}}@media (max-width:479px){.container{padding:0 15px}.box-text h3{margin-bottom:10px}.box-text h3,.cw-submit,.mw-head,.rw-detail p,.ts-text h5{font-size:18px}.cw-field input,.cw-field textarea,.fw-header h4,.home-desc,.section-desc,.ts-text p{font-size:16px;line-height:21px}.home-desc{margin-top:15px;margin-bottom:25px}.hero-wrap .home-desc{font-size:16px;margin-top:15px;margin-bottom:20px;line-height:28px;max-width:640px}.hero-heading{font-size:38px}.aw-detail p,.box-text p,.fw-body p,.fw-desc,.sw-detail p,.tw-desc{line-height:21px}.mw-head,.section-desc,.ts-text p{line-height:23px}.lm-link-wrap{margin:0 -10px}.ll-content{padding:0 10px}.ts-heading img{max-width:300px}.nine-section .box-items{padding:20px}.ps-slider-wrap{margin:-10px 0}.programs-section .owl-carousel .owl-item .ps-content{padding:0 15px}.ts-content{padding:20px 15px;margin-bottom:20px}.ts-text:before{left:-12px;top:-15px;width:20px;height:20px}.rw-item{padding-left:30px}.rw-line{width:2px;left:8px}.rw-circle{top:22px;width:18px;height:18px}.roadmap-bg:after{height:100vh}.mw-content{padding:15px}.tw-img{width:140px;height:145px;margin-right:15px;margin-top:-38px}.tw-info h3{font-size:18px}.tw-info p{font-size:14px}.tw-box{padding:15px 20px}.tw-header{margin-bottom:20px}.mw-desc{max-width:calc(100% - 15px)}.fw-address{margin-top:-5px}.fw-address,.fw-desc{margin-bottom:20px}.fw-content{margin-bottom:35px}.arc-web{display:none}.arc-mob{display:block}.cw-field input,.cw-field textarea{min-height:64px}.cw-submit{height:64px}.step-wrap{padding:5px 0 0}.st-left{margin-bottom:30px}.st-steps h3{font-size:17px;margin-bottom:5px}.fw-field .fw-send{height:48px;min-width:100px;font-size:18px}.fw-field input{font-size:18px;height:56px;padding:10px 120px 10px 25px}.ns-wrap .section-heading{font-size:26px;max-width:480px;margin-bottom:10px}.ns-wrap .section-desc{font-size:18px;line-height:26px;max-width:450px}.fw-link li a{font-size:18px}.fw-link li{margin-bottom:25px}.footer-wrap{padding:0 0 5px}.team-section .section-desc{font-size:18px;line-height:28px}.tsx-sub,.tsx-wrap{margin-top:30px}.tsx-img,.tsx-sub .tsx-img{width:104px;height:104px}.tsx-box{gap:15px}.tsx-content h4{font-size:22px;line-height:24px}.tsx-content p{font-size:17px}.tsx-link{right:30px}.tsx-sub .tsx-box{padding:0 20px 20px}.tsx-main,.tsx-sub{gap:15px 0}.sw-detail{padding:20px}.sw-detail,.sw-left{margin-bottom:15px}.legal-hero-section,.team-hero-section{background-size:200%}.fiveg-section .hero-heading,.tops-section .hero-heading{font-size:26px;margin:20px 0}.fiveg-section .hero-heading{font-size:30px;margin:5px auto;text-align:center;line-height:44px}.fiveg-wrap{background-position:-55px;padding:65px 15px}.miner-right h1{font-size:24px}.miner-right{gap:20px}.miner-right h1:after{width:6px;height:6px;top:calc(50% + 2px);right:-15px}.miner-hero-section p{font-size:16px;line-height:22px}.nv-wrap{gap:30px;flex-direction:column}.nv-flag .nv-flag-item:nth-child(odd) img{margin-top:0}.nv-flag{flex-wrap:wrap}.nv-text{flex:auto}.nv-text img{max-width:280px}.nv-flag-item{flex:calc((100% / 2) - 10px) 0}.nvidia-section{background-size:52vw}.fs-item{flex:100% 0}.fs-item p,.fs-item:last-child p{min-height:100px}.features-section .hero-heading{font-size:34px;text-align:center}.unlock-section .hero-heading{font-size:30px}.card-section:before{background-size:190%}.card-item{display:block}.card-icon{margin-bottom:15px}.tsx-main .tsx-link{right:auto;left:80px;top:70px;transform:none;width:32px;height:32px}.soon-section .home-wrap{margin-top:110px}.soon-section .hero-heading{font-size:40px}}@media (max-width:360px){.section-heading{font-size:22px}.lm-link-wrap{margin:0 -5px}.ll-content{padding:0 5px}.ll-box{width:110px;height:115px}.nine-section .box-items{padding:15px}.ts-heading img{max-width:280px}.box-items{padding:15px}.box-icon img{max-width:58px}.box-icon{margin-right:12px}.ps-slider-wrap{margin:-20px 0}.tw-img{width:130px;height:135px;margin-right:15px;margin-top:-38px}.tw-box{padding:15px}.tw-header{margin-bottom:12px}.aw-img{max-width:220px}.mw-desc{max-width:none}.mw-graph{width:240px}.hero-heading{font-size:34px}.fiveg-section .hero-heading,.tops-section .hero-heading{font-size:24px}.miner-right h1{font-size:20px}.unlock-section .hero-heading{font-size:28px}.card-section:before{background-size:240%;background-position:center 20px}.soon-section .hero-heading{font-size:36px}.tsx-content h4{font-size:20px;line-height:22px}.tsx-content p{font-size:16px}}