@import url(https://fonts.googleapis.com/css2?family=Russo+One&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;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}.section{justify-content:center;width:100%}.hero{background:#fff;flex-direction:column;height:100vh;max-width:100%;overflow-x:hidden;padding:2rem;position:relative;text-align:center;width:100vw}.hero,.hero__header{align-items:center;box-sizing:border-box;display:flex}.hero__header{justify-content:space-between;margin:0 auto;max-width:1200px;width:95%}.hero__logo{align-items:center;color:#000;display:flex;font-family:Russo One,sans-serif;font-size:1.8rem;font-weight:700}.hero__logo span{color:#000}.hero__action-button{align-items:center;background:#0000;border:2px solid #000;border-radius:30px;color:#000;cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:8px;padding:5px 10px;transition:.3s ease-in-out}.hero__action-button:hover{background:#000;color:#fff}.hero__content-wrapper{background:url(/static/media/background_image.dc6291d87203e53f5c06.png) no-repeat 50%;border-radius:20px;box-shadow:0 10px 30px #0000000d;box-sizing:border-box;margin:0 auto;max-width:1200px;padding:15px 40px;text-align:center;width:95%}.hero__title{color:#000;font-family:Inter,sans-serif;font-size:3rem}.hero__subtitle{color:#333;font-family:Inter,sans-serif;font-size:1.3rem;margin-top:.5rem}.hero__image{height:auto;width:120px}.hero__signup-form{align-items:center;background:#0000;border:none;box-shadow:none;display:flex;justify-content:center;margin:1rem auto;padding:0;width:auto}.hero__signup-button{background:#000;border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:16px 30px;transition:.3s ease-in-out;white-space:nowrap;width:auto}.hero__beta-text{font-family:Inter,sans-serif;font-weight:700}.hero__signup-button:hover{background:#333}@media (max-width:1024px){.hero__header{flex-direction:row;justify-content:space-between;padding:0 10px;width:100%}.hero__content-wrapper{width:90%}.hero__signup-form{max-width:none}.hero__signup-button{width:auto}.hero__title{font-size:2.8rem}}@media (max-width:768px){.hero__signup-form{flex-direction:row;width:-webkit-fit-content;width:fit-content}.hero__signup-button{width:auto}.hero__title{font-size:2.5rem}}@media (max-width:600px){.hero{padding:1rem}.hero__header{align-items:center;flex-direction:column;gap:1rem}.hero__logo{font-size:1.5rem}.hero__action-button{font-size:12px;padding:8px 16px}.hero__content-wrapper{padding:20px 10px}.hero__title{font-size:2rem}.hero__subtitle{font-size:1.1rem}.hero__image{width:100px}.hero__signup-form{flex-direction:column;gap:.5rem}.hero__signup-button{border-radius:30px;font-size:14px;padding:12px;width:auto}}@media (max-width:400px){.hero__logo{font-size:1.3rem}.hero__action-button{font-size:12px;padding:6px 12px}.hero__title{font-size:1.8rem}.hero__subtitle{font-size:1rem}.hero__image{width:80px}.hero__signup-button{font-size:13px;padding:10px}}body,html{height:100vh;overflow:hidden;width:100vw}.huTouchInAction{background-color:#fff}.section{box-sizing:border-box;flex-direction:column;height:100vh;overflow:hidden;padding:1rem 2rem;position:relative;width:100vw}.huTouchInAction__top,.section{align-items:center;display:flex;justify-content:space-between}.huTouchInAction__top{max-width:1100px;padding-bottom:.5rem;width:100%}.huTouchInAction__title{color:#000;font-size:1.8rem;font-weight:700;margin:0}.huTouchInAction__navigation{align-items:center;display:flex;gap:.7rem;overflow:hidden}.nav-arrow{align-items:center;background-color:#007bff;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:20px;justify-content:center;padding:8px;transition:transform .2s ease-in-out;width:20px}.nav-arrow:hover{background-color:#0056b3}.page-indicator{color:#000;font-size:.9rem;font-weight:700}.huTouchInAction__content{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:space-between;max-width:1100px;width:calc(100vw - 4rem)}.huTouchInAction__text{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;max-width:50%;text-align:left}.feature-block{margin-bottom:1rem;width:100%}.feature-block h3{color:#1c8ef9;font-size:1.1rem;line-height:1.3;margin-bottom:.4rem}.feature-block p{color:#333;font-size:.9rem;line-height:1.4}.image-container{position:relative}.huTouchInAction__image{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;overflow:hidden}.huTouchInAction__image img{max-height:65vh;max-width:240px;object-fit:contain;width:auto}.huTouchInAction__bottom-section{align-items:center;display:flex;flex-direction:column;margin-top:.5rem}.huTouchInAction__stats{color:#777;font-size:.85rem;margin-bottom:.3rem}.huTouchInAction__button{background-color:#4dbffa;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:.95rem;padding:.6rem 1.2rem;transition:background-color .3s ease-in-out}.huTouchInAction__button:hover{background-color:#0056b3}.slide-out-left{animation:slideOutLeft .5s forwards}.slide-in-right{animation:slideInRight .5s forwards}.slide-out-right{animation:slideOutRight .5s forwards}.slide-in-left{animation:slideInLeft .5s forwards}@keyframes slideOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100%)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@media (max-width:960px){.huTouchInAction__content{align-items:center}.huTouchInAction__content,.huTouchInAction__top{flex-direction:column;gap:.5rem;text-align:center}.huTouchInAction__text{align-items:center;max-width:90%;text-align:center}.huTouchInAction__image img{max-width:220px}.nav-arrow{font-size:.9rem;height:28px;width:28px}}@media (max-width:600px){.section{padding:.5rem 1rem}.huTouchInAction__title{font-size:1.5rem}.huTouchInAction__text{max-width:100%;padding:0 1rem}.huTouchInAction__image img{max-height:50vh;max-width:180px}.nav-arrow{font-size:1rem;height:24px;padding:6px;width:24px}}@media (max-width:400px){.huTouchInAction__title{font-size:1.3rem}.nav-arrow{font-size:.8rem;height:20px;padding:4px;width:20px}.huTouchInAction__button{font-size:.9rem;padding:.5rem 1rem}}.section.double-capabilities{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;font-family:Inter,sans-serif;padding:2rem 4%;width:100%}.page-title{color:#000;font-family:Inter,sans-serif;font-size:1.6rem;font-weight:700;margin-bottom:1rem;max-width:1100px;text-align:left;width:100%}.capability-container{align-items:center;display:flex;gap:12rem;justify-content:space-between;margin-bottom:2rem;max-width:1100px;width:100%}.more-can-be-done{flex-direction:row-reverse}.tailored-to-specs{flex-direction:row}.capability-block{display:flex;flex:1 1;flex-direction:column;font-family:Inter,sans-serif;justify-content:center;max-width:600px;padding:.5rem;text-align:left}.capability-block h3{font-size:1.1rem;font-weight:700;margin-bottom:.3rem}.capability-block h3,.capability-block p{color:#000;font-family:Inter,sans-serif;text-align:left}.capability-block p{font-size:.9rem;line-height:1.4;margin-bottom:.5rem}.capability-block ul{font-family:Inter,sans-serif;font-size:.9rem;line-height:1.3;list-style-type:disc;margin:0;padding-left:1.2rem;text-align:left}.image-wrapper{align-items:center;display:flex;flex:0.5 1;justify-content:center;max-width:300px}.capability-image{max-width:260px;object-fit:contain;width:100%}.more-can-be-done .image-wrapper{justify-content:flex-end}.tailored-to-specs .image-wrapper{justify-content:flex-start}@media (max-width:1024px){.capability-container{align-items:center;flex-direction:column;gap:1rem}.capability-block{max-width:85%;text-align:left}.capability-block h3,.capability-block p,.capability-block ul{text-align:left}.image-wrapper{margin-bottom:.8rem;max-width:250px}.capability-image{max-width:220px;width:85%}}@media (max-width:600px){.section.double-capabilities{padding:1rem 4%}.page-title{font-size:1.4rem;text-align:center}.capability-container{gap:1rem}.capability-block{max-width:100%;padding:.5rem 0}.capability-block h3{font-size:1rem}.capability-block p,.capability-block ul{font-size:.85rem}.image-wrapper{margin-bottom:1rem;max-width:220px}.capability-image{max-width:200px}}@media (max-width:400px){.page-title{font-size:1.3rem;padding:0 1rem}.capability-block h3{font-size:.95rem}.capability-block p,.capability-block ul{font-size:.8rem}.image-wrapper{max-width:180px}.capability-image{max-width:160px}}.hero-container{background:#0000;min-height:100vh;overflow:hidden;padding:4rem 0;position:relative;width:100%}.cta-content{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:1}.gradient-bg{background:radial-gradient(circle,#007affcc 0,#00f0 75%);filter:blur(90px);height:400px;position:absolute;width:400px;z-index:-1}.gradient-left{left:10%;top:25%}.gradient-right{bottom:25%;right:10%}.hero-title{white-space:nowrap}.hero-subtitle,.hero-title{color:#111;font-size:3.5rem;margin:0;text-align:center}.button-group{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;margin-top:70px;width:100%}@media (min-width:600px){.button-group{flex-direction:row;gap:30px}}.primary-button,.secondary-button{align-items:center;border-radius:50px;cursor:pointer;display:inline-flex;font-size:1.3rem;font-weight:700;justify-content:center;padding:16px 32px;position:relative;text-align:center;transition:all .3s ease-in-out;white-space:nowrap}.primary-button:hover,.secondary-button:hover{background:linear-gradient(90deg,#3a9de0,#7b8fe5);box-shadow:0 8px 16px #0003;transform:translateY(-2px)}.primary-button{background:linear-gradient(90deg,#4bc0fb,#95a1f7);border:none;box-shadow:0 6px 12px #00000026;color:#fff}.secondary-button{background:#0000;border:3px solid #4bc0fb;color:#4bc0fb}.secondary-button:hover{background:#4bc0fb;color:#fff}@media (max-width:1024px){.hero-container{padding:3rem 0}.gradient-bg{filter:blur(80px);height:350px;width:350px}.hero-subtitle,.hero-title{font-size:3rem}}@media (max-width:768px){.hero-container{padding:2.5rem 0}.gradient-bg{filter:blur(70px);height:300px;width:300px}.gradient-left{left:5%;top:20%}.gradient-right{bottom:20%;right:5%}.hero-subtitle,.hero-title{font-size:2.5rem}.primary-button,.secondary-button{font-size:1.1rem;padding:14px 28px}}@media (max-width:600px){.hero-container{padding:2rem 0}.gradient-bg{filter:blur(60px);height:250px;width:250px}.gradient-left{left:5%;top:15%}.gradient-right{bottom:15%;right:5%}.hero-subtitle,.hero-title{font-size:2rem}.primary-button,.secondary-button{font-size:1rem;padding:12px 24px}}@media (max-width:400px){.hero-subtitle,.hero-title{font-size:1.8rem}.primary-button,.secondary-button{font-size:.9rem;padding:10px 20px}.button-group{margin-top:50px}}body,html{font-family:Inter,sans-serif;margin:0;overflow-x:hidden;padding:0;width:100%}.testimonials-section{align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:flex-start;max-width:100vw;min-height:100vh;overflow:hidden;padding:1rem;text-align:center}.testimonials-title{color:#000;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.testimonials-grid{grid-gap:1.5rem;box-sizing:border-box;display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(300px,1fr));margin:0 auto;max-width:1200px;overflow-x:hidden;width:100%}.testimonial-card{align-items:flex-start;background:#fff;box-sizing:border-box;display:flex;overflow:hidden;padding:.8rem;width:100%}.testimonial-avatar{border-radius:50%;height:50px;margin-right:1rem;margin-top:12px;object-fit:cover;width:50px}.testimonial-content{display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;text-align:left}.testimonial-text{color:#555;font-size:.9rem;margin-bottom:.3rem}.testimonial-name{color:#007bff;font-size:.95rem;font-weight:600;margin:0}.testimonial-company{color:#666;font-size:.85rem;margin:0}.connect-section{border-top:1px solid #ddd;justify-content:space-between;margin:150px auto 0;max-width:1100px;padding:.8rem 1.5rem;width:100%}.connect-section,.mail-button{align-items:center;display:flex}.mail-button{background-color:#fff;border-radius:25px;color:#5f6368;flex-shrink:0;font-size:.9rem;font-weight:600;margin-right:auto;padding:.6rem 1rem;position:relative;text-decoration:none;transition:background-color .3s ease,transform .2s ease;z-index:1}.mail-button:before{background:linear-gradient(45deg,#4285f4,#ea4335,#fbbc05,#34a853);border-radius:27px;bottom:-1px;left:-1.5px;right:-1.5px;top:-1px}.mail-button:after,.mail-button:before{content:"";position:absolute;z-index:-1}.mail-button:after{background-color:#fff;border-radius:25px;bottom:1px;left:1.5px;right:1.5px;top:1px}.mail-button:hover{background-color:#fffffff2;transform:scale(1.02)}.mail-button img{height:20px;margin-left:8px;width:20px}.discord-button{align-items:center;background-color:#5865f2;border-radius:25px;color:#fff;display:flex;flex-shrink:0;font-size:.9rem;font-weight:600;margin-left:auto;padding:.6rem 1rem;text-decoration:none;transition:background-color .3s ease}.discord-button:hover{background-color:#4a5bcc;transform:scale(1.02)}.discord-button img{height:20px;margin-right:8px;width:25px}@media (max-width:768px){.testimonials-grid{grid-template-columns:1fr}.connect-section{align-items:center;flex-direction:column;margin-top:2rem;text-align:center}.discord-button{margin-left:0;margin-top:.8rem}}@media (max-width:600px){.testimonials-section{padding:.8rem}.testimonials-title{font-size:1.6rem}.testimonial-card{padding:.6rem}.testimonial-avatar{height:40px;margin-right:.8rem;margin-top:8px;width:40px}.testimonial-text{font-size:.85rem}.testimonial-name{font-size:.9rem}.testimonial-company{font-size:.8rem}.connect-section{margin-top:80px;padding:.6rem 1rem}.discord-button,.mail-button{font-size:.85rem;padding:.5rem .8rem}}@media (max-width:400px){.testimonials-title{font-size:1.4rem}.testimonial-avatar{height:35px;width:35px}.testimonial-text{font-size:.8rem}.testimonial-name{font-size:.85rem}.testimonial-company{font-size:.75rem}.connect-section{margin-top:50px;padding:.5rem .8rem}.discord-button,.mail-button{font-size:.8rem;padding:.4rem .6rem}}