:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}.nav-container{background:#000c;z-index:20;display:flex;justify-content:center;align-items:center;position:fixed;margin:0 auto;width:100%}nav{display:flex;align-items:center;justify-content:space-between;padding:20px;margin:0 auto;max-width:1400px;width:100%;top:0;z-index:20}@media (max-width:700px){.nav-container{height:150px}@media (max-width:1200px){nav{padding:2em}}}.logo{width:20%}.logo img{width:100%}.links{display:flex;align-items:center;justify-content:end;list-style:none;gap:20px;width:50%}@media (max-width:1000px){.logo{width:300px}}.links a{background:none;padding:10px 30px;border:none;outline:none;color:#fff;cursor:pointer;position:relative;z-index:0;border:1px solid white;border-radius:12px;text-decoration:none;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:600;transition:.4s}.links a.active{background:#000;color:#fff}.links a.active:before{opacity:1}.links a:after{content:"";z-index:-1;position:absolute;width:100%;height:100%;background:#000;left:0;top:0;border-radius:10px}.links a:before{content:"";background:linear-gradient(45deg,#16c7e6,#fff,#16c7e6,#fff,#16c7e6,#fff,#16c7e6,#fff);position:absolute;top:-2px;left:-2px;background-size:600%;z-index:-2;width:calc(100% + 4px);height:calc(100% + 4px);filter:blur(5px);animation:glowing 20s linear infinite;transition:opacity .5s ease-in-out;border-radius:10px;opacity:0}@keyframes glowing{0%{background-position:0 0}50%{background-position:200% 0}to{background-position:0 0}}.links a:hover:before{opacity:1}.links a:hover .links a{color:#000}.links a.active:after{background:transparent}.links a:active{color:#000;font-weight:700}.toggle-btn{display:none}@media (max-width:1370px){.toggle-btn{display:block}.links{display:none}}.mobile-nav{position:absolute;top:150px;right:-650.39px;opacity:0;transform:rotate(90deg);background:#000;width:00%;list-style:none;height:max-content;transition:.5s;overflow:hidden;border:2px inset #16c7e6}.mobile-nav:before{content:"";top:50px;position:absolute;background:linear-gradient(to right,#ff0,orange,#ff0);background-size:200% auto}.open{right:0;opacity:1;transform:rotate(0);z-index:20;width:70%;border-top-left-radius:25px;border-bottom-left-radius:25px}.mobile-link{position:relative;list-style:none;opacity:0;transition:opacity 1s ease,transform .3s ease;z-index:7;overflow:hidden;border:1px solid #16c7e6}.mobile-link:before{content:"";position:absolute;inset:0;opacity:0;transform:translate(350px);width:0%;background:linear-gradient(45deg,#16c7e6,#fff,#16c7e6,#fff);z-index:-1;transition:.5s;transform-origin:center;overflow:hidden}.mobile-link:hover:before{opacity:1;width:100%;transform:translate(0)}.mobile-link.active:before{opacity:1;transform:translate(0);width:100%}.mobile-link a.active,.mobile-link a:hover{color:#000}.mobile-link a{display:block;text-decoration:none;color:#16c7e6;cursor:pointer;width:100%;padding:40px 0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:600}.mobile-nav.open .mobile-link{opacity:1;transform:translate(0)}.hero-component-container{background:url(/assets/hero-img-D07YzzJF.png) center;position:relative;width:100%}.hero-component-container:before{content:"";position:absolute;inset:0;background:linear-gradient(transparent 70%,#000)}.hero-container{min-height:100vh;height:100%;padding-top:200px;max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.hero-container>div{flex-basis:45%;gap:100px}.hero-img{width:100%;max-height:960px;object-fit:cover}.content-container{margin-bottom:200px;z-index:1}.hero-title{font-size:49px;line-height:42px;position:relative}.hero-text{font-size:23px;width:100%;padding:0 5px;margin:20px 0;background-image:linear-gradient(to right,#ffe551,#ff2d2d,#ffe551);background-size:200% auto;background-clip:text;-webkit-background-clip:text;color:transparent;animation:colorText 7s linear infinite}@keyframes colorText{0%{background-position:200% center}50%{background-position:200% center}to{background-position:0% center}}.hero-cta{width:100%;padding:20px;border-radius:45px;border:1px solid white;font-size:20px;position:relative;z-index:1;color:#000;transition:.3s ease-in-out;margin-top:15px}.rocket{filter:drop-shadow(0px 0px 10px yellow);position:absolute;top:45px;left:25px}.hero-cta:hover{box-shadow:0 0 40px 5px #16c7e6}.hero-cta:hover .cal-icon{background:#251c5a!important}.hero-cta a{text-decoration:none;color:#000}.hero-cta:before{content:"";background:linear-gradient(45deg,#16c7e6,#fff,#16c7e6,#fff,#16c7e6,#fff,#16c7e6,#fff);background-position:42% 75%;position:absolute;border-radius:45px;inset:-2px 0 0 -2px;background-size:600%;z-index:-1;width:calc(100% + 4px);height:calc(100% + 4px)}.hero-img-container{position:relative}.hero-img-container img{position:absolute;bottom:20%;left:50%;transform:translate(-50%,50%);width:-30%;max-width:475px;animation:float 3s ease-in-out infinite;z-index:1;filter:drop-shadow(5px 10px 15px red)}@keyframes float{0%{bottom:90px}50%{bottom:120px}to{bottom:90px}}@media (max-width:1450px){.her-container>div{flex-basis:45%;background:red}.hero-img-container img{width:450px}.hero-container{padding-left:40px;padding-right:40px}.hero-title{font-size:38px}}@media (max-width:1200px){.hero-container{flex-direction:column-reverse;padding-top:300px}.hero-title{font-size:35px}.hero-text{margin:10px 0}.hero-container>div{margin-top:50px;flex-basis:80%;margin-bottom:150px}.hero-img-container img{width:100%;width:300px;bottom:100px;left:50%}@keyframes float{0%{bottom:0}50%{bottom:15px}to{bottom:0}}.content-container{width:80%;background:radial-gradient(black,transparent);margin-bottom:100px}}@media (max-width:1050px){.hero-container>div{margin-top:60px}.hero-img-container img{width:100%;width:300px;bottom:100px;left:50%}.hero-title{font-size:32px;line-height:37px}.hero-text{font-size:20px;margin:10px 0}@keyframes float{0%{bottom:0}50%{bottom:15px}to{bottom:0}}}@media (max-width:685px){.hero-container>div{margin-top:0;margin-bottom:150px}.hero-text{font-size:18px}.hero-img-container img{width:100%;width:250px;bottom:100px;left:50%}.hero-title{font-size:30px;line-height:32px}@keyframes float{0%{bottom:-30px}50%{bottom:-15px}to{bottom:-30px}}}@media (max-width:600px){.hero-container>div{margin-top:0}.hero-title{font-size:28px;line-height:30px}.hero-text{font-size:16px}.hero-img-container img{width:100%;width:230px;bottom:50px;left:50%}@keyframes float{0%{bottom:-30px}50%{bottom:-15px}to{bottom:-30px}}.content-container{margin-bottom:150px}}@media (max-width:555px){.hero-container>div{margin-top:0}.content-container{margin-bottom:200px}.hero-cta{font-size:14px;padding:10px}.hero-img-container img{width:200px;bottom:100px;left:50%}.hero-title{font-size:24px;line-height:26px}.hero-text{font-size:16px}@keyframes float{0%{bottom:10px}50%{bottom:0}to{bottom:10px}}}@media (max-width:420px){.hero-container>div{margin-top:0;margin-bottom:90px}.content-container{margin-bottom:30px;width:100%}.hero-title{font-size:28px;line-height:32px}.hero-text{font-size:16px}.hero-img-container img{width:200px}@keyframes float{0%{bottom:0}50%{bottom:20px}to{bottom:00px}}}@media (max-width:366px){.content-container{margin-bottom:40px;z-index:1}.hero-img-container img{width:150px}.hero-cta{font-size:12px}.hero-container>div{margin-top:0}.hero-title{font-size:20px}.hero-text{font-size:14px}@keyframes float{0%{bottom:30px}50%{bottom:50px}to{bottom:50px}}}.pain-component-container{width:100%;background:url(/assets/pain-resolution-DAPAV-fw.webp) center,no-repeat;height:80vh;object-fit:cover;position:relative;z-index:1;background-position-y:80%;display:flex;justify-content:center;align-items:center;overflow:hidden}.pain-component-container:before{content:"";inset:0;background:linear-gradient(black,transparent 70%);position:absolute}.pain-resolution-container{position:relative;z-index:3;display:flex;justify-content:center;align-items:center;margin-bottom:100px}.pain-resolution-container>div{flex-basis:45%}.content-img-container{display:flex;justify-content:center;align-items:center}.pain-content-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:inherit;text-align:left;color:#fff;margin-bottom:100px}.frustrated-intro{position:relative}.frustrated-intro:before{content:"";position:absolute;bottom:-5px;width:100%;height:2px;background:linear-gradient(to right,red,transparent)}.frusterations-title{font-size:32px}.frusterations-text{margin:15px 0;font-size:25px!important}.pain-content-container p{font-size:18px}.resolution-section{background-image:linear-gradient(to right,#ffe551,#ff2d2d,#ffe551);background-size:200% auto;background-clip:text;-webkit-background-clip:text;color:transparent;margin-top:15px;animation:colorText 7s linear infinite}.content-img-container img{filter:drop-shadow(0px 10px 15px red);width:100%;animation:float-pain 3s ease-in-out infinite}@keyframes float-pain{0%{transform:translateY(0)}50%{transform:translateY(-30px)}to{transform:translateY(0)}}@media (max-width:1675px){.pain-content-container,.content-img-container{width:75%;margin:0 auto}.content-img-container{width:100%}.pain-component-container{overflow:visible;height:max-content;padding-top:100px}.pain-resolution-container{margin-bottom:0;background-position-y:0%;height:max-content;overflow:none}.frustrated-intro:before{bottom:32px;width:600px;background:linear-gradient(to right,red 80%,transparent)}}@media (max-width:1200px){.pain-component-container{overflow:visible;height:max-content;padding-top:100px;height:calc(100% + 30px);padding-bottom:50px}.frustrated-intro:before{bottom:-3px;width:600px;background:linear-gradient(to right,red 80%,transparent)}.content-img-container{transform:translateY(-50px);display:flex;justify-content:center;align-items:center}.content-img-container img{width:80%}.pain-resolution-container{flex-direction:column;justify-content:center;align-items:center;background:radial-gradient(black,transparent)}}@media (max-width:1000px){.frustrated-intro:before{bottom:33px;width:600px;background:linear-gradient(to right,red 80%,transparent)}}@media (max-width:723px){.frustrated-intro:before{bottom:33px;width:400px;background:linear-gradient(to right,red 80%,transparent)}}@media (max-width:723px){.frustrated-intro:before{bottom:33px;width:400px;background:linear-gradient(to right,red 80%,transparent)}.content-img-container img{width:100%}}@media (max-width:723px){.frustrated-intro:before{bottom:70px;width:300px;background:linear-gradient(to right,red 80%,transparent)}.content-img-container img{width:100%}}@media (max-width:339px){.frustrated-intro:before{bottom:110px;width:300px;background:linear-gradient(to right,red 80%,transparent)}.content-img-container img{width:100%}}.top-scroll-container{position:fixed;bottom:40px;right:20px;border:2px solid white;border-radius:50%;width:50px;height:50px;display:flex;justify-content:center;align-items:center;cursor:pointer;overflow:hidden;z-index:50}.top-scroll-btn{position:relative}.top-scroll-btn:before{content:"";inset:0;position:absolute;transform:translate(-25px,80px);width:50px;height:50px;background:#16c7e6;transition:.5s}.top-scroll-container:hover .top-scroll-btn:before{transform:translate(-25px,-25px)}.top-scroll-container:hover .scroll-icon{animation:grow 1s ease-in-out infinite}.top-scroll-container:hover .top-scroll-btn{color:#000;transition-delay:.3s}.scroll-icon{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);font-size:20px}@keyframes grow{0%{bottom:-20px;font-size:20px}50%{font-size:25px;bottom:-10px}to{font-size:30px;bottom:0;opacity:0}}htlm{scroll-behavior:smooth}#root{margin:0 auto;text-align:center;overflow-x:hidden}*{box-sizing:border-box}body{background:#000;min-height:100vh;overflow-x:hidden}button,a{cursor:pointer}
