.alice-carousel .animated{animation-fill-mode:both}.alice-carousel .animated-out{z-index:1}.alice-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.alice-carousel{position:relative;width:100%;margin:auto;direction:ltr}.alice-carousel__wrapper{overflow-x:hidden;overflow-y:hidden;height:auto}.alice-carousel__stage,.alice-carousel__wrapper{position:relative;box-sizing:border-box;width:100%}.alice-carousel__stage{height:100%;margin:0;padding:0;white-space:nowrap;transform-style:flat;-webkit-transform-style:flat;backface-visibility:hidden;-webkit-backface-visibility:hidden}.alice-carousel__stage-item{position:relative;display:inline-block;padding:0;margin:0;box-sizing:border-box;width:100%;height:100%;vertical-align:top;white-space:normal;line-height:0}.alice-carousel__stage-item *{line-height:normal}.alice-carousel__stage-item.__hidden{opacity:0;overflow:hidden}.alice-carousel__next-btn,.alice-carousel__prev-btn{display:inline-block;box-sizing:border-box;width:50%;padding:10px 5px}.alice-carousel__next-btn [data-area]:after,.alice-carousel__prev-btn [data-area]:after{position:relative;content:attr(data-area);text-transform:capitalize}.alice-carousel__prev-btn{text-align:right}.alice-carousel__next-btn{text-align:left}.alice-carousel__next-btn-item,.alice-carousel__prev-btn-item{display:inline-block;cursor:pointer;padding:5px;margin:0;color:#465798}.alice-carousel__next-btn-item:hover,.alice-carousel__prev-btn-item:hover{color:darkred}.alice-carousel__next-btn-item.__inactive,.alice-carousel__prev-btn-item.__inactive{opacity:.4;pointer-events:none}.alice-carousel__play-btn{position:absolute;top:30px;left:20px;display:inline-block}.alice-carousel__play-btn:hover{cursor:pointer}.alice-carousel__play-btn-wrapper{position:relative;width:32px;height:32px;padding:10px;border-radius:50%;background-color:#fff}.alice-carousel__play-btn-item{position:absolute;width:32px;height:32px;cursor:pointer;border:0;outline:none;background:transparent}.alice-carousel__play-btn-item:after,.alice-carousel__play-btn-item:before{position:absolute;pointer-events:none;display:block;width:0;height:0;content:"";transition:all .4s linear;border-color:transparent transparent transparent #465798;border-style:solid;border-width:8px 0 8px 15px}.alice-carousel__play-btn-item:before{left:5px;height:14px}.alice-carousel__play-btn-item:after{top:7px;left:18px}.alice-carousel__play-btn-item.__pause:after,.alice-carousel__play-btn-item.__pause:before{height:30px;border-width:0 0 0 10px}.alice-carousel__play-btn-item.__pause:after{top:0;left:18px}.alice-carousel__dots{margin:30px 3px 5px;padding:0;list-style:none;text-align:center}.alice-carousel__dots>li{display:inline-block}.alice-carousel__dots-item:not(.__custom){width:8px;height:8px;cursor:pointer;border-radius:50%;background-color:#e0e4fb}.alice-carousel__dots-item:not(.__custom):not(:last-child){margin-right:20px}.alice-carousel__dots-item:not(.__custom).__active,.alice-carousel__dots-item:not(.__custom):hover{background-color:#6e7ebc}.alice-carousel__slide-info{position:absolute;top:20px;right:20px;display:inline-block;padding:5px 10px;color:#465798;border-radius:5px;background-color:rgba(224,228,251,.6)}.alice-carousel__slide-info-item{vertical-align:middle;line-height:0}.App{width:100%;box-sizing:border-box}.App,.App .top-bar{background-color:#1b2432}.App .top-bar{padding:1.4rem 6rem;position:sticky;z-index:1000;top:0;display:flex;align-items:center}.App .top-bar .logo-container{width:70%}.App .top-bar .logo-container img{opacity:.75}.App .top-bar .navbar-container{width:30%;display:flex;font-size:15px;color:#fff;font-weight:700;justify-content:space-between;align-items:center}.App .top-bar .navbar-container div{cursor:pointer}.App .top-bar .navbar-container button{background-color:#3b5bff;color:#fff;padding:14px 16px;cursor:pointer;font-size:15px;border-radius:8px;border:none;font-weight:700;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App .legend-container{padding:3rem 6rem;display:flex;align-items:center;box-sizing:border-box;justify-content:space-between}.App .legend-container .left-container{width:56%}.App .legend-container .left-container .title,.App .legend-container .left-container .title-two{width:90%;font-size:4rem;color:#fff;font-weight:600}.App .legend-container .left-container .title-three{display:flex}.App .legend-container .left-container .title-three .sub-head{display:flex;align-items:center;margin-top:.8rem;margin-left:32px;font-size:1.4rem;color:hsla(0,0%,100%,.8)}.App .legend-container .left-container .title-three .sub-head div{color:hsla(0,0%,100%,.6);font-weight:500;margin-left:6px}.App .legend-container .left-container .title-three .first{margin-left:0}.App .legend-container .left-container .typewriter{background:linear-gradient(270deg,#fff,#3b5bff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600;font-size:2.8rem;margin-top:24px}.App .legend-container .left-container .form-container{width:70%;background-color:rgba(10,10,1,.4);padding:28px 20px;box-sizing:border-box;border-radius:12px;margin-top:2.5rem}.App .legend-container .left-container .form-container .name{display:flex;justify-content:space-around}.App .legend-container .left-container .form-container .name input{width:40%;background:transparent;border:1px solid hsla(0,0%,100%,.6);padding:12px;border-radius:8px;color:#fafafa}.App .legend-container .left-container .form-container .contact{margin-top:28px;display:flex;justify-content:space-around}.App .legend-container .left-container .form-container .contact input{width:40%;background:transparent;border:1px solid hsla(0,0%,100%,.6);padding:12px;border-radius:8px;color:#fafafa}.App .legend-container .left-container .primary-cta{background:#3b5bff;padding:16px;border:none;color:#fff;font-weight:600;font-size:1.4rem;border-radius:8px;margin-top:50px;display:flex;justify-content:center;cursor:pointer;width:44%;align-items:center}.App .legend-container .left-container .primary-cta div{margin-left:16px}.App .legend-container .left-container .secondary-cta{padding:16px;border:1px solid hsla(0,0%,100%,.6);color:hsla(0,0%,100%,.8);font-weight:600;font-size:1.2rem;border-radius:8px;margin-top:32px;display:flex;cursor:pointer;justify-content:center;width:44%;align-items:center}.App .legend-container .left-container .secondary-cta div{margin-left:16px}.App .legend-container .right-container{width:43%;display:flex}.App .legend-container .right-container img{width:100%;height:auto;aspect-ratio:1.05}.App .made-by-container{background-color:#121420;padding:2.4rem;margin-top:6rem}.App .made-by-container .made-by-title{background:linear-gradient(90deg,#0094ff,#ff33de);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:500;font-size:1.4rem;text-align:center}.App .made-by-container .made-by-title span{-webkit-text-fill-color:crimson}.App .made-by-container .company-container{margin-top:1.2rem;display:flex;justify-content:space-around;align-items:center}.App .process-container{padding:0 6rem;margin-top:10rem}.App .process-container .title{background:linear-gradient(90deg,#0094ff,#ff33de);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:500;font-size:1.4rem;text-align:center}.App .process-container .subtitle{font-size:2.4rem;color:#fff;font-weight:700;text-align:center;margin-top:1.3rem}.App .process-container .steps-container{margin-top:3rem;display:flex;justify-content:space-around}.App .process-container .steps-container .step{display:flex;align-items:center}.App .process-container .steps-container .step .step-count{font-size:1.4rem;width:50px;height:50px;display:flex;justify-content:center;margin-right:16px;align-items:center;color:#41d1ff;border:1px solid #41d1ff;border-radius:50%}.App .process-container .steps-container .step .step-title{color:#fff;font-size:1.4rem;font-weight:600}.App .process-container .steps-container .step .step-subtitle{color:hsla(0,0%,100%,.6);font-size:1rem;margin-top:4px}.App .process-container .action-cta{width:100%;display:flex;justify-content:center;margin-top:4rem}.App .process-container .action-cta button{display:flex;justify-content:center;background-color:#3b5bff;color:#fff;padding:14px 30px;cursor:pointer;font-size:16px;border-radius:8px;border:none;font-weight:700;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App .templates-container{margin-top:10rem}.App .templates-container .template-title{background:linear-gradient(90deg,#0094ff,#ff33de);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:500;font-size:1.4rem;text-align:center}.App .templates-container .template-subtitle{font-size:2.4rem;color:#fff;font-weight:700;text-align:center;margin-top:1.3rem}.App .templates-container .template-text-container{width:100%;display:flex;justify-content:center}.App .templates-container .template-text-container .template-text{width:40%;text-align:center;color:hsla(0,0%,100%,.6);font-size:1.2rem;margin-top:8px}.App .templates-container .templates{width:96%;height:800px;margin-left:2%;background-color:#143f7b;border-radius:24px;margin-top:3rem;overflow:hidden;display:flex}.App .templates-container .templates .nav-container{width:30%;padding:7rem 4rem}.App .templates-container .templates .nav-container .nav-item{color:hsla(0,0%,100%,.6);line-height:2.2;font-size:2.5rem;font-weight:700;cursor:pointer}.App .templates-container .templates .nav-container .selected{color:#fff}.App .templates-container .templates .nav-container .template-cta{color:#fff;border:1px solid #fff;border-radius:8px;display:flex;align-items:center;font-size:16px;gap:8px;width:80%;text-align:center;padding:14px 24px;margin-top:30px;font-weight:600;cursor:pointer}.App .templates-container .templates .image-container{width:70%}.App .templates-container .templates .image-container .template-tagline{font-size:1.5rem;color:hsla(0,0%,100%,.9);font-weight:500}.App .templates-container .templates .image-container .template-tagline span{font-weight:700;font-size:1.7rem}.App .templates-container .templates .image-container .template-image{overflow:hidden}.App .templates-container .templates .image-container .template-image img{width:80%;height:auto;margin-top:5rem;border-radius:4px;box-shadow:40px 80px 150px hsla(0,0%,4%,.3)}.App .templates-container .back1{background-color:#a465e5}.App .templates-container .back2{background-color:#7313e7}.App .templates-container .back3{background-color:#133f7b}.App .templates-container .back4{background-color:#3b4def}.App .templates-container .back5{background-color:#6495ed}.App .features-container{margin-top:10rem;padding:0 6rem}.App .features-container .title{background:linear-gradient(90deg,#0094ff,#ff33de);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:500;font-size:1.4rem;text-align:center}.App .features-container .subtitle{font-size:2.4rem;color:#fff;font-weight:700;text-align:center;margin-top:1.3rem}.App .features-container .features1{display:flex;justify-content:space-evenly;margin-top:3rem}.App .features-container .features1 .feature{width:400px;height:180px;border:1px solid hsla(0,0%,100%,.2);border-radius:16px}.App .features-container .features1 .feature .infographic{height:62px;width:18%;background-color:rgba(10,10,1,.6);padding:12px 16px 0;border-top-left-radius:16px;border-bottom-right-radius:16px}.App .features-container .features1 .feature .feature-title{padding:0 16px;color:#fff;margin-top:24px;font-weight:600;font-size:1.2rem}.App .features-container .features1 .feature .feature-desc{color:hsla(0,0%,100%,.6);margin-top:8px;font-size:.9rem;padding:0 16px 16px}.App .referral-container{margin-top:10rem}.App .referral-container .title{background:linear-gradient(90deg,#0094ff,#ff33de);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:500;font-size:1.4rem;text-align:center}.App .referral-container .subtitle{font-size:2.4rem;color:#fff;font-weight:700;text-align:center;margin-top:1.3rem}.App .referral-container .referral{margin-top:3rem;width:96%;margin-left:2%;height:460px;background:linear-gradient(90deg,#121420,#3b5bff);border-radius:24px;display:flex}.App .referral-container .referral .left{width:40%;padding:2rem 4rem}.App .referral-container .referral .left .left-title{font-size:2rem;color:#fff;font-weight:700;text-align:left;margin-top:3.2rem;display:flex;align-items:center}.App .referral-container .referral .left .left-subtitle{color:hsla(0,0%,100%,.7);font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-left:4.5rem}.App .referral-container .referral .left .left-cta{color:#fff;border:1px solid hsla(0,0%,100%,.7);width:50%;padding:12px 28px;text-align:center;display:flex;align-items:center;cursor:pointer;gap:8px;font-weight:500;font-size:1.3rem;border-radius:12px;margin-top:3rem;margin-left:4.5rem}.App .referral-container .referral .right{width:60%;padding:2rem 0}.App .referral-container .referral .right .fang{width:70%;height:90px;background-color:hsla(0,0%,100%,.6);margin-top:2rem;border-radius:12px;display:flex;justify-content:space-evenly;align-items:center}.App .referral-container .referral .right .fang .logo-container{width:70px;height:70px;display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:8px}.App .referral-container .referral .right .fang .fang-text{font-size:1.5rem;font-weight:600;color:hsla(0,0%,4%,.6)}.App .referral-container .referral .right .unicorns{width:90%;height:90px;background-color:hsla(0,0%,100%,.6);margin-top:2rem;border-radius:12px;display:flex;justify-content:space-evenly;align-items:center}.App .referral-container .referral .right .unicorns .logo-container{width:70px;height:70px;display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:8px}.App .referral-container .referral .right .unicorns .unicorns-text{font-size:1.5rem;font-weight:600;color:hsla(0,0%,4%,.6)}.App .referral-container .referral .right .startups{width:70%;height:90px;background-color:hsla(0,0%,100%,.6);margin-top:2rem;border-radius:12px;display:flex;justify-content:space-evenly;align-items:center}.App .referral-container .referral .right .startups .logo-container{width:60%;height:70px;display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:8px}.App .referral-container .referral .right .startups .startup-text{font-size:1.5rem;font-weight:600;color:hsla(0,0%,4%,.6)}.App .testimonial-container{margin-top:10rem}.App .testimonial-container .title{background:linear-gradient(90deg,#0094ff,#ff33de);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:500;font-size:1.4rem;text-align:center}.App .testimonial-container .subtitle{font-size:2.4rem;color:#fff;font-weight:700;text-align:center;margin-top:1.3rem}.App .testimonial-container .testimonials{width:80%;margin-left:10%;margin-top:3rem;padding-bottom:6rem}.App .testimonial-container .testimonials .testimony{width:30%;background-color:#121420;display:inline-block;margin-left:5%;border:.5px solid #41d1ff;border-radius:16px;padding:28px 24px}.App .testimonial-container .testimonials .testimony .header{display:flex;align-items:center}.App .testimonial-container .testimonials .testimony .header img{width:60px;height:60px;border-radius:16px;border:1px solid gray}.App .testimonial-container .testimonials .testimony .header .primary-info{margin-left:12px}.App .testimonial-container .testimonials .testimony .header .primary-info .profile{color:hsla(0,0%,100%,.6)}.App .testimonial-container .testimonials .testimony .star-rating{margin-top:16px}.App .testimonial-container .testimonials .testimony .star-rating img{width:80px}.App .testimonial-container .testimonials .testimony .content{margin-top:16px}.App .testimonial-container .testimonials .testimony .timestamp{margin-top:16px;font-size:14px;color:hsla(0,0%,100%,.6)}.App .testimonial-container .testimonials .first{margin-left:0}.App .testimonial-container .testimonials .second{margin-top:2rem}