@charset "UTF-8";*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:#060014;color:#0f172a;line-height:1.6}.btn-primary{display:inline-flex;align-items:center;background-color:#4f179f;color:#e2e8f0e5;border:none;padding:.5rem .75rem;font-size:.875rem;font-weight:500;cursor:pointer;box-shadow:0 2px 6px #0000000d;text-decoration:none;border-radius:4px;transition:background-color .2s ease}.btn-primary:hover{background-color:#5a1ab5}@media (max-width: 1023px){.hide-on-mobile{display:none!important}}.site-header{position:fixed;top:0;width:100%;padding:1rem 3rem;background-color:#060014;z-index:100}@media (max-width: 767px){.site-header{padding:1rem .5rem}}.site-header .container{max-width:80%;margin:0 auto;padding:0 .75rem;display:flex;align-items:center;justify-content:space-between}.site-header .container>*{display:flex;align-items:center}.site-header .logo .logo-img{max-height:130px;width:130px;display:block}.site-header .nav{display:flex;align-items:center}.site-header .nav ul{display:flex;align-items:center;gap:2rem;margin:0;padding:0}.site-header .nav ul li{list-style:none;position:relative}.site-header .nav ul li span{color:#e2e8f0e5}.site-header .nav ul li span:hover{color:#8e44ec}.site-header .nav ul li span .arrow{font-size:1rem;opacity:.7;transition:transform .3s ease;margin-left:4px;position:relative;top:-2px}.site-header .nav ul li a{display:flex;align-items:center;gap:4px;font-size:.875rem;color:#e2e8f0e5;font-weight:500;text-decoration:none;transition:color .2s ease}.site-header .nav ul li a:hover,.site-header .nav ul li a:hover .arrow{color:#8e44ec}.site-header .nav ul li.has-submenu{cursor:pointer}.site-header .nav ul li.has-submenu .submenu{position:absolute;top:100%;left:0;background-color:#060014;padding:.75rem 0;display:none;flex-direction:column;min-width:180px;border-radius:4px;box-shadow:0 2px 6px #0000000d;z-index:99}.site-header .nav ul li.has-submenu .submenu li{padding:.5rem 1rem}.site-header .nav ul li.has-submenu .submenu li a{font-size:.875rem;color:#e2e8f0e5}.site-header .nav ul li.has-submenu .submenu li a:hover{color:#8e44ec}.site-header .nav ul li.has-submenu .submenu.open,.site-header .nav ul li.has-submenu:hover .submenu{display:flex}.site-header .nav ul li.has-submenu.open .arrow{transform:rotate(180deg)}@media (max-width: 1024px){.site-header .nav{position:fixed;top:0;right:0;width:50%;height:100vh;background-color:#060014;transform:translate(100%);transition:transform .3s ease-in-out;padding:4rem 1.5rem;display:flex;flex-direction:column;align-items:flex-start}.site-header .nav.open{transform:translate(0)}.site-header .nav .close-icon{align-self:flex-start;font-size:2.2rem;color:#e2e8f0e5;cursor:pointer;margin-bottom:2rem;line-height:1}.site-header .nav ul{flex-direction:column;gap:2rem;width:100%}.site-header .nav ul li{width:100%}.site-header .nav ul li a{width:100%;font-size:1.125rem;color:#e2e8f0e5}.site-header .nav ul li a:hover{color:#8e44ec}.site-header .nav ul li a .arrow{font-size:1.2rem}.site-header .nav ul li .submenu{position:relative;margin-top:.5rem;background:none;box-shadow:none;display:none}.site-header .nav ul li .submenu.open{display:flex;flex-direction:column;gap:.5rem}.site-header .nav ul li .submenu li a{font-size:.875rem}}.site-header .hamburger{display:none;flex-direction:column;justify-content:space-between;width:22px;height:18px;cursor:pointer}.site-header .hamburger .bar{height:2px;background-color:#fff;border-radius:1px}@media (max-width: 1023px){.site-header .hamburger{display:flex}}.hero-section{background-color:#060014;color:#e2e8f0e5;padding:4rem;position:relative;overflow:hidden}.hero-section .background-layer{position:absolute;inset:0;background-image:url(/assets/section_pattern-DkEL3XNz.png);background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.9;z-index:-1;pointer-events:none;width:100%;z-index:0;height:60%;top:5rem}@media (max-width: 767px){.hero-section .background-layer{opacity:.9}}.hero-section .container{max-width:1200px;margin:0 auto;padding:0 1rem;position:relative;z-index:1;text-align:center}@media (min-width: 768px) and (max-width: 1023px){.hero-section{padding:3rem}}@media (max-width: 767px){.hero-section{padding:4rem 0}}.hero-content-wrapper{width:65%;margin:0 auto;padding-top:4rem;padding-bottom:1.5rem;text-align:center;z-index:1}@media (min-width: 768px) and (max-width: 1023px){.hero-content-wrapper{width:60%}}@media (max-width: 767px){.hero-content-wrapper{width:90%;padding-bottom:.5rem}}.hero-content-wrapper.medium{width:50%}@media (min-width: 768px) and (max-width: 1023px){.hero-content-wrapper.medium{width:55%}}@media (max-width: 767px){.hero-content-wrapper.medium{width:90%}}.hero-content-wrapper h1{font-weight:500;line-height:1.3;margin-bottom:1rem;color:#e2e8f0e5}.hero-content-wrapper.large h1{font-size:54px}@media (min-width: 768px) and (max-width: 1023px){.hero-content-wrapper.large h1{font-size:2rem}}@media (max-width: 767px){.hero-content-wrapper.large h1{font-size:2rem}}.hero-content-wrapper.medium h1{font-size:48px}@media (min-width: 768px) and (max-width: 1023px){.hero-content-wrapper.medium h1{font-size:2rem}}@media (max-width: 767px){.hero-content-wrapper.medium h1{font-size:1.5rem}}.hero-content-wrapper p{font-size:.875rem;line-height:1.6;margin-bottom:2rem;padding:0}@media (min-width: 768px) and (max-width: 1023px){.hero-content-wrapper p{font-size:1rem}}@media (max-width: 767px){.hero-content-wrapper p{font-size:.75rem}}.hero-content-wrapper.large p{padding:0 1rem}@media (min-width: 1024px){.hero-content-wrapper.large p{padding:0 5rem}}.hero-content-wrapper button{position:relative;z-index:2}.empower-section{position:relative;background-color:#060014;color:#e2e8f0e5;padding:4rem 0;text-align:center;overflow:hidden}.empower-section .background-layer{position:absolute;inset:0;background-image:url(/assets/section_pattern-DkEL3XNz.png);background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.9;z-index:-1;pointer-events:none;width:100%}@media (max-width: 767px){.empower-section .background-layer{opacity:.9}}.empower-section .empower-pattern{position:absolute;bottom:0;left:0;width:100%;max-height:300px;object-fit:cover;opacity:.5;pointer-events:none;z-index:0}@media (min-width: 768px) and (max-width: 1023px){.empower-section .empower-pattern{max-height:200px}}@media (max-width: 767px){.empower-section .empower-pattern{max-height:120px}}.empower-section .container{position:relative;z-index:1;width:80%;max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width: 767px){.empower-section .container{width:90%}}.empower-section h2{font-size:1.125rem;font-weight:600;margin-bottom:3rem;line-height:1.4;color:#e2e8f0e5}@media (min-width: 768px) and (max-width: 1023px){.empower-section h2{font-size:1.5rem;margin-bottom:2rem}}@media (max-width: 767px){.empower-section h2{font-size:1.3rem;margin-bottom:1.5rem}}.cards-grid-section{text-align:center;color:#e2e8f0e5}.cards-grid-section .section-heading{font-size:1.125rem;font-weight:600;margin-bottom:3rem;line-height:1.4}@media (min-width: 768px) and (max-width: 1023px){.cards-grid-section .section-heading{font-size:1.5rem;margin-bottom:2rem}}@media (max-width: 767px){.cards-grid-section .section-heading{font-size:1.3rem;margin-bottom:1.5rem}}.cards-grid-section .cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (min-width: 768px) and (max-width: 1023px){.cards-grid-section .cards-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 767px){.cards-grid-section .cards-grid{grid-template-columns:1fr;gap:1rem}}.cards-grid-section .card-item{background:#4f179f1a;border-radius:8px;padding:1rem;text-align:left;display:flex;align-items:flex-start;gap:1rem;box-shadow:0 2px 6px #0000000d;transition:all .3s ease}.cards-grid-section .card-item .icon{color:#e2e8f0e5;flex-shrink:0}.cards-grid-section .card-item .icon svg{width:32px;height:32px}@media (min-width: 768px) and (max-width: 1023px){.cards-grid-section .card-item .icon svg{width:28px;height:28px}}@media (max-width: 767px){.cards-grid-section .card-item .icon svg{width:26px;height:26px}}.cards-grid-section .card-item .text-content h3{font-size:.875rem;font-weight:600;margin-bottom:.5rem}@media (max-width: 767px){.cards-grid-section .card-item .text-content h3{font-size:1rem}}.cards-grid-section .card-item .text-content p{font-size:.75rem;line-height:1.6}@media (max-width: 767px){.cards-grid-section .card-item .text-content p{font-size:.75rem}}.cards-grid-section .card-item:hover{transform:translateY(-8px)}@media (max-width: 767px){.cards-grid-section .card-item{flex-direction:row;align-items:flex-start;gap:.75rem;padding:.75rem 1rem}.cards-grid-section .card-item .icon{align-self:flex-start;margin-top:.2rem}.cards-grid-section .card-item .icon svg{width:24px;height:24px}.cards-grid-section .card-item .text-content{display:flex;flex-direction:column}.cards-grid-section .card-item .text-content h3{font-size:1rem;margin-bottom:0;line-height:1.3}.cards-grid-section .card-item .text-content p{font-size:.75rem;margin-top:.5rem}}.how-it-works-section{position:relative;background-color:#060014;padding:4rem 0;display:flex;justify-content:center;align-items:center;overflow:hidden}.how-it-works-section .background-layer{position:absolute;inset:0;background-image:url(/assets/section_pattern-DkEL3XNz.png);background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.9;z-index:-1;pointer-events:none;width:100%}@media (max-width: 767px){.how-it-works-section .background-layer{opacity:.9}}.how-it-works-section .image-wrapper{position:relative;z-index:1;width:80%;max-width:1000px}.how-it-works-section .image-wrapper img{width:100%;height:auto;border-radius:16px;box-shadow:0 12px 48px #0000000f;display:block}@media (min-width: 768px) and (max-width: 1023px){.how-it-works-section .image-wrapper{width:90%}}@media (max-width: 767px){.how-it-works-section .image-wrapper{width:95%}}@media (min-width: 768px) and (max-width: 1023px){.how-it-works-section{padding:3rem 0}}@media (max-width: 767px){.how-it-works-section{padding:2rem .5rem}}.hero-mockup-wrapper{position:relative;width:100%;margin-top:-18rem;perspective:1200px}.hero-mockup-wrapper .mockup{position:relative;width:100%;border-radius:16px;box-shadow:0 12px 48px #0000000f;z-index:1;transition:transform .6s ease,box-shadow .6s ease;transform-style:preserve-3d}.hero-mockup-wrapper:hover .mockup,.hero-mockup-wrapper.active .mockup{transform:rotateX(15deg) translateY(12px) scale(.97);box-shadow:0 20px 40px #0000004d}@media (min-width: 768px) and (max-width: 1023px){.hero-mockup-wrapper{margin-top:-10rem}}@media (max-width: 767px){.hero-mockup-wrapper{margin-top:-8rem}}.visual-builder-section{position:relative;background-color:#060014;color:#e2e8f0e5;padding:2rem 0;overflow:hidden}.visual-builder-section .background-layer{position:absolute;inset:0;background-image:url(/assets/section_pattern-DkEL3XNz.png);background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.9;z-index:-1;pointer-events:none;width:100%}@media (max-width: 767px){.visual-builder-section .background-layer{opacity:.9}}.visual-builder-section .container{position:relative;z-index:1;width:90%;margin:0 auto}.visual-builder-section .content-wrapper{display:flex;align-items:flex-start;justify-content:space-between;gap:3rem;width:70%;margin:auto}@media (min-width: 768px) and (max-width: 1023px){.visual-builder-section .content-wrapper{flex-direction:column-reverse;margin:auto;align-items:center;gap:2rem;width:90%}}@media (max-width: 767px){.visual-builder-section .content-wrapper{flex-direction:column-reverse;gap:1.5rem;width:90%;align-items:center}}.visual-builder-section .content-wrapper .left,.visual-builder-section .content-wrapper .right{flex:1}.visual-builder-section .content-wrapper .left img{width:100%;height:auto;object-fit:contain}.visual-builder-section .content-wrapper .right{display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem}.visual-builder-section .content-wrapper .right .feature{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.visual-builder-section .content-wrapper .right .feature .check-icon{font-size:1.5rem;color:#8e44ec;filter:drop-shadow(0 0 6px #8e44ec);flex-shrink:0;margin-top:2px}.visual-builder-section .content-wrapper .right .feature .text-content{display:flex;flex-direction:column}.visual-builder-section .content-wrapper .right .feature .text-content h4{font-size:.75rem;font-weight:600;margin-bottom:.25rem;color:#fff}.visual-builder-section .content-wrapper .right .feature .text-content p{font-size:.75rem;color:#e2e8f0e5;line-height:1.3;margin:0;padding:0}.visual-builder-section .content-wrapper .right .performance-image{width:100%}.visual-builder-section .content-wrapper .right .performance-image img{width:100%;height:auto;object-fit:contain;border-radius:4px}.start-templates-section{background-color:#060014;color:#e2e8f0e5;padding:0;position:relative;overflow:hidden}.start-templates-section .background-layer{position:absolute;inset:0;background-image:url(/assets/section_pattern-DkEL3XNz.png);background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.9;z-index:-1;pointer-events:none;width:100%}@media (max-width: 767px){.start-templates-section .background-layer{opacity:.9}}.start-templates-section .content-wrapper{position:relative;z-index:2;width:100%;margin:0 auto}@media (max-width: 767px){.start-templates-section .content-wrapper{width:95%}}.start-templates-section .content-wrapper .tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-bottom:4rem}@media (max-width: 767px){.start-templates-section .content-wrapper .tabs{padding:0 2rem;margin-bottom:3rem!important}}.start-templates-section .content-wrapper .tabs .tab-btn{padding:.3rem .9rem;font-size:.75rem;background-color:#8e44ec33;border-radius:999px;color:#e2e8f0e5;border:none;cursor:pointer;transition:all .2s}.start-templates-section .content-wrapper .tabs .tab-btn.active{border:.1px solid rgba(226,232,240,.5)}.start-templates-section .content-wrapper .tabs .tab-btn:hover{background-color:#ffffff14}.start-templates-section .content-wrapper .tabs .tab-btn.more-tab{background-color:transparent;color:#8e44ec;border:none}.start-templates-section .content-wrapper .tabs .tab-btn.more-tab:hover{background-color:transparent}.start-templates-section .content-wrapper .tabs .tab-btn.more-tab.active{color:#8e44ec;border:none}.start-templates-section .cards-grid.narrow-width{width:70%;margin:0 auto}@media (min-width: 768px) and (max-width: 1023px){.start-templates-section .cards-grid.narrow-width{width:85%}}@media (max-width: 767px){.start-templates-section .cards-grid.narrow-width{width:100%}}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}@media (min-width: 768px) and (max-width: 1023px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.cards-grid{grid-template-columns:1fr;gap:1rem;margin-top:3rem}}.cards-grid .template-card{background-color:#060014;border-radius:8px;padding:1rem;text-align:left;position:relative;border-bottom:1px solid #8e44ec;border-right:1px solid #8e44ec;box-shadow:-3px -3px #8e44ec33;transition:transform .3s ease,box-shadow .3s ease}.cards-grid .template-card:hover{transform:translateY(-4px);box-shadow:5px 5px #8e44ec40}@media (max-width: 767px){.cards-grid .template-card{width:80%;margin:0 auto;padding:.75rem}}.cards-grid .template-card img{width:100%;height:130px;object-fit:cover;margin-bottom:.5rem}@media (max-width: 767px){.cards-grid .template-card img{height:100px}}.cards-grid .template-card .agent-title{font-size:.75rem;color:#fff;margin-bottom:.25rem}@media (max-width: 767px){.cards-grid .template-card .agent-title{font-size:.625rem}}.cards-grid .template-card .status-line{display:flex;align-items:center;gap:.4rem;font-size:.625rem;color:#e2e8f0e5;margin-bottom:.75rem}.cards-grid .template-card .status-line .dot{width:8px;height:8px;border-radius:50%}.cards-grid .template-card .status-line .dot.active{background-color:#8e44ec}.cards-grid .template-card .status-line .dot.inactive{background-color:gray}.cards-grid .template-card .card-buttons{display:flex;gap:.5rem;margin-top:.75rem}.cards-grid .template-card .card-buttons button{flex:1;height:34px;font-size:.625rem;border-radius:4px;font-weight:500;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}@media (max-width: 767px){.cards-grid .template-card .card-buttons button{height:28px;font-size:10px}}.cards-grid .template-card .card-buttons .preview-btn{background-color:#8e44ec;color:#fff;border:none}.cards-grid .template-card .card-buttons .preview-btn:hover{background-color:#802dea}.cards-grid .template-card .card-buttons .use-btn{border:1px solid #8e44ec;background-color:transparent;color:#8e44ec}.cards-grid .template-card .card-buttons .use-btn:hover{background-color:#8e44ec14}.home-pricing-plans-section{position:relative;padding:4rem 0;background-color:#060014;color:#e2e8f0e5}.home-pricing-plans-section .background-layer{position:absolute;inset:0;background-image:url(/assets/section_pattern-DkEL3XNz.png);background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.9;z-index:-1;pointer-events:none;width:100%}@media (max-width: 767px){.home-pricing-plans-section .background-layer{opacity:.9}}.home-pricing-plans-section .container{width:90%;max-width:1200px;margin:0 auto;position:relative;z-index:2}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem}@media (min-width: 768px) and (max-width: 1023px){.pricing-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 767px){.pricing-grid{grid-template-columns:1fr;gap:1rem}}.pricing-grid .pricing-card{background:#4f179f1a;border-radius:8px;padding:1.5rem;text-align:left;box-shadow:0 2px 6px #0000000d;display:flex;flex-direction:column;justify-content:space-between}.pricing-grid .pricing-card .plan-name{font-size:11.5px;color:#e2e8f0e5;font-weight:600;background:#4f179f4d;padding:.3rem .9rem;padding:1px 0;border-radius:16px;width:77px;text-align:center;margin-bottom:.75rem}.pricing-grid .pricing-card .price{display:flex;align-items:baseline;gap:.2rem;margin-bottom:.5rem}.pricing-grid .pricing-card .price .amount{font-size:2rem;font-weight:600;color:#fff}.pricing-grid .pricing-card .price .duration{font-size:.75rem;color:#e2e8f0e5}.pricing-grid .pricing-card .desc{font-size:12px;line-height:1.5;color:#e2e8f0e5;margin-bottom:1rem}.pricing-grid .pricing-card .divider{height:1px;background-color:#ffffff26;margin-bottom:1rem}.pricing-grid .pricing-card .features{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.pricing-grid .pricing-card .features .feature-line{display:flex;align-items:center;gap:.5rem;color:#e2e8f0e5;font-size:.75rem}.pricing-grid .pricing-card .features .feature-line .tick{color:#e2e8f0e5;flex-shrink:0}.pricing-grid .pricing-card .cta-btn{background:#4f179f4d;color:#fff;font-size:10px;padding:.5rem 1.25rem;border-radius:4px;border:none;cursor:pointer;width:90%;margin:auto;text-align:center;transition:background-color .3s}.pricing-grid .pricing-card .cta-btn:hover{background-color:#5118a3}.testimonials-section{background-color:#060014;color:#e2e8f0e5;padding-bottom:4rem;position:relative;overflow:hidden}.testimonials-section .background-layer{position:absolute;inset:0;background-image:url(/assets/section_pattern-DkEL3XNz.png);background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.9;z-index:-1;pointer-events:none;width:100%}@media (max-width: 767px){.testimonials-section .background-layer{opacity:.9}}.testimonials-section .content{position:relative;z-index:2}.testimonials-section .testimonial-wrapper{display:flex;align-items:center;justify-content:center;gap:1.5rem}@media (max-width: 767px){.testimonials-section .testimonial-wrapper{flex-direction:column;gap:1rem}}.testimonials-section .testimonial-wrapper .arrow-btn{background:#4f179f1a;border-radius:999px;color:#e2e8f0e5;font-size:.875rem;cursor:pointer;padding:.6rem;border:none;transition:background-color .3s ease;box-shadow:0 2px 6px #0000000d;display:flex;align-items:center}.testimonials-section .testimonial-wrapper .arrow-btn.left{transform:rotate(180deg)}.testimonials-section .testimonial-wrapper .arrow-btn:hover:not(.disabled){background-color:#5a1ab51a}.testimonials-section .testimonial-wrapper .arrow-btn.disabled{opacity:.4;cursor:not-allowed}.testimonials-section .testimonial-wrapper .testimonial-slider{overflow:hidden;width:35%}@media (min-width: 768px) and (max-width: 1023px){.testimonials-section .testimonial-wrapper .testimonial-slider{width:50%}}@media (max-width: 767px){.testimonials-section .testimonial-wrapper .testimonial-slider{width:90%}}.testimonials-section .testimonial-wrapper .testimonial-slider .testimonial-track{display:flex;transition:transform .5s ease}.testimonials-section .testimonial-wrapper .testimonial-slider .testimonial-card{min-width:100%;box-sizing:border-box;background:#4f179f1a;box-shadow:0 2px 6px #0000000d;border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between}@media (min-width: 768px) and (max-width: 1023px){.testimonials-section .testimonial-wrapper .testimonial-slider .testimonial-card{padding:1rem}}@media (max-width: 767px){.testimonials-section .testimonial-wrapper .testimonial-slider .testimonial-card{padding:.75rem}}.testimonials-section .testimonial-wrapper .testimonial-slider .testimonial-card .review-text{font-size:.875rem;line-height:1.7;margin-bottom:1.5rem;color:#e2e8f0e5;word-break:break-word}@media (max-width: 767px){.testimonials-section .testimonial-wrapper .testimonial-slider .testimonial-card .review-text{font-size:12px;margin-bottom:1rem}}.testimonials-section .testimonial-wrapper .testimonial-slider .testimonial-card .author-info{display:flex;align-items:center;gap:.5rem}.testimonials-section .testimonial-wrapper .testimonial-slider .testimonial-card .author-info img{width:40px;height:40px;border-radius:50%;object-fit:cover}@media (max-width: 767px){.testimonials-section .testimonial-wrapper .testimonial-slider .testimonial-card .author-info img{width:35px;height:35px}}.testimonials-section .testimonial-wrapper .testimonial-slider .testimonial-card .author-info .author-details{text-align:left}.testimonials-section .testimonial-wrapper .testimonial-slider .testimonial-card .author-info .author-details h5{margin:0;font-size:.75rem;color:#fff}@media (max-width: 767px){.testimonials-section .testimonial-wrapper .testimonial-slider .testimonial-card .author-info .author-details h5{font-size:.625rem}}.testimonials-section .testimonial-wrapper .testimonial-slider .testimonial-card .author-info .author-details span{font-size:.625rem;color:#e2e8f0e5}.testimonials-section .testimonial-wrapper .desktop-only{display:flex}@media (max-width: 767px){.testimonials-section .testimonial-wrapper .desktop-only{display:none}}.testimonials-section .testimonial-wrapper .mobile-arrows{display:none}@media (max-width: 767px){.testimonials-section .testimonial-wrapper .mobile-arrows{display:flex;justify-content:center;gap:1rem;margin-top:1rem}}.faq-section{width:100%;position:relative;background-color:#060014;color:#e2e8f0e5;text-align:center;overflow:hidden}.faq-section .background-layer{position:absolute;inset:0;background-image:url(/assets/section_pattern-DkEL3XNz.png);background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.9;z-index:-1;pointer-events:none;width:100%}@media (max-width: 767px){.faq-section .background-layer{opacity:.9}}.faq-section .container{position:relative;z-index:2;width:90%;margin:0 auto}.faq-section .faq-wrapper{width:40%;margin:1.5rem auto 0;display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px) and (max-width: 1023px){.faq-section .faq-wrapper{width:75%}}@media (max-width: 767px){.faq-section .faq-wrapper{width:100%;margin-top:0}}.faq-section .faq-wrapper .faq-item{background:#4f179f0d;border-radius:8px;padding:1rem;text-align:left;cursor:pointer;border:1px solid rgba(226,232,240,.05);transition:all .3s ease}.faq-section .faq-wrapper .faq-item .faq-question{display:flex;justify-content:space-between;align-items:center;font-size:18.3px;font-weight:600;color:#e2e8f0e5}.faq-section .faq-wrapper .faq-item .faq-question .faq-icon{flex-shrink:0;margin-left:.5rem;top:0}@media (max-width: 767px){.faq-section .faq-wrapper .faq-item .faq-question{font-size:14px}.faq-section .faq-wrapper .faq-item .faq-question .faq-icon{width:14px;height:16px}}.faq-section .faq-wrapper .faq-item .faq-answer{margin-top:.5rem;font-size:15.1px;color:#e2e8f0e5;line-height:1.6}@media (max-width: 767px){.faq-section .faq-wrapper .faq-item .faq-answer{font-size:12px}}.who-it-is-for-section{position:absolute;inset:0;background-image:url(/assets/section_pattern-DkEL3XNz.png);background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.9;z-index:-1;pointer-events:none;width:100%;padding:3rem 0;position:relative;text-align:center;background-blend-mode:normal;background-color:#060014;z-index:1}@media (max-width: 767px){.who-it-is-for-section{opacity:.9}}.who-it-is-for-section .section-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;padding:0 1rem}.who-it-is-for-section h1{font-size:2.5rem;font-weight:700;color:#e2e8f0e5;margin-bottom:1rem}@media (max-width: 767px){.who-it-is-for-section h1{margin-bottom:0rem;font-size:1.8rem}}.who-it-is-for-section p{font-size:1.1rem;color:#e2e8f0e5;max-width:700px;margin:0 auto 2rem}@media (max-width: 767px){.who-it-is-for-section p{font-size:.8rem;margin:0 .5rem;margin-bottom:auto}}.who-it-is-for-section .images-wrapper{position:relative;width:100%;max-width:1000px}@media (max-width: 767px){.who-it-is-for-section .images-wrapper{margin-top:1rem}}.who-it-is-for-section .images-wrapper .main-image{width:100%;height:auto;border-radius:16px;box-shadow:0 12px 48px #0000000f;display:block}.who-it-is-for-section .images-wrapper .center-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:130px;height:auto;z-index:3}@media (min-width: 768px) and (max-width: 1023px){.who-it-is-for-section .images-wrapper .center-image{width:90px}}@media (max-width: 767px){.who-it-is-for-section .images-wrapper .center-image{width:40px}}.how-it-works-section{position:absolute;inset:0;background-image:url(/assets/section_pattern-DkEL3XNz.png);background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.9;z-index:-1;pointer-events:none;width:100%;padding:3rem 0;position:relative;text-align:center;background-blend-mode:normal;background-color:#060014;z-index:1}@media (max-width: 767px){.how-it-works-section{opacity:.9}}.how-it-works-section .section-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;padding:0 1rem}.how-it-works-section h1{font-size:2.5rem;font-weight:700;color:#e2e8f0e5;margin-bottom:1rem}@media (max-width: 767px){.how-it-works-section h1{margin-bottom:0rem;font-size:1.8rem}}.how-it-works-section p{font-size:1.1rem;color:#e2e8f0e5;max-width:700px;margin:0 auto 2rem}@media (max-width: 767px){.how-it-works-section p{font-size:.8rem;margin:0 .5rem;margin-bottom:auto}}.how-it-works-section .images-wrapper{position:relative;width:100%;max-width:1000px;margin-top:3rem}@media (max-width: 767px){.how-it-works-section .images-wrapper{margin-top:2rem}}.how-it-works-section .images-wrapper .main-image{width:100%;height:auto;border-radius:16px;box-shadow:0 12px 48px #0000000f;display:block}.about-cards-section{background-color:#060014;color:#e2e8f0e5;padding:4rem 0;display:flex;justify-content:center;margin-top:-5rem;overflow:hidden;position:relative}.about-cards-section .background-layer{position:absolute;inset:0;background-image:url(/assets/section_pattern-DkEL3XNz.png);background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.9;z-index:-1;pointer-events:none;width:100%}@media (max-width: 767px){.about-cards-section .background-layer{opacity:.9}}.about-cards-section .about-card-grid{width:50%;display:flex;justify-content:space-between;align-items:stretch;position:relative;min-height:200px;z-index:0}@media (min-width: 768px) and (max-width: 1023px){.about-cards-section .about-card-grid{width:70%;flex-wrap:wrap;gap:1rem}}@media (max-width: 767px){.about-cards-section .about-card-grid{width:90%}}.about-cards-section .left-card{width:40%;height:200px;background:#4f179f1a;border-radius:8px;box-shadow:0 2px 6px #0000000d;padding:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:2}.about-cards-section .left-card .text-header h4{font-size:.75rem;font-weight:600;margin:0 0 .2rem}.about-cards-section .left-card .text-header p{font-size:.65rem;color:#e2e8f0e5;margin:0 0 .8rem}.about-cards-section .left-card .satisfaction-graph{position:relative;width:100%;max-width:180px;margin:0 auto;text-align:center}.about-cards-section .left-card .satisfaction-graph .arc{width:100%;height:80px}.about-cards-section .left-card .satisfaction-graph path{stroke:#8e44ec;stroke-width:10;fill:none}.about-cards-section .left-card .satisfaction-graph .percentage-info{margin-top:-.2rem}.about-cards-section .left-card .satisfaction-graph .percentage-info h3{font-size:1rem;font-weight:700;margin:0 0 -.7rem}.about-cards-section .left-card .satisfaction-graph .percentage-info span{font-size:.6rem;color:#e2e8f0e5}.about-cards-section .left-card .satisfaction-graph .scale{position:absolute;top:85px;left:0;width:100%;display:flex;justify-content:space-between;font-size:.6rem;color:#e2e8f0e5;padding:0 4px}.about-cards-section .logo-center{width:20%;display:flex;align-items:center;justify-content:center;position:relative;z-index:0;margin-right:-2rem}.about-cards-section .logo-center img{height:120px;object-fit:contain;position:relative;z-index:0}@media (min-width: 768px) and (max-width: 1023px){.about-cards-section .logo-center img{height:140px}}@media (max-width: 767px){.about-cards-section .logo-center img{height:100px;margin-bottom:1rem}}.about-cards-section .right-cards{width:40%;display:flex;flex-direction:column;justify-content:space-between;position:relative;top:-20px}.about-cards-section .right-cards .card{z-index:20;background-color:#4f179f1a;border-radius:8px;box-shadow:0 2px 6px #0000000d;padding:.75rem 1rem;height:50px;display:flex;align-items:center}.about-cards-section .right-cards .card .card-content{display:flex;justify-content:space-between;align-items:center;width:100%}.about-cards-section .right-cards .card .card-content .text{display:flex;flex-direction:column}.about-cards-section .right-cards .card .card-content .text .label{font-size:.65rem;color:#e2e8f0e5}.about-cards-section .right-cards .card .card-content .text .number{font-size:.85rem;font-weight:600;color:#e2e8f0e5}.about-cards-section .right-cards .card .card-content .text .number .growth{font-size:.6rem;color:#4ade80;margin-left:4px}.about-cards-section .right-cards .card .card-content .icon-circle{background-color:#4f179f;border-radius:20%;padding:6px;display:flex;align-items:center;justify-content:center;color:#e2e8f0e5}.about-cards-section h4{font-size:1rem;margin:0;font-weight:600}.about-cards-section p{font-size:.75rem;color:#e2e8f0e5;margin:0;line-height:1.5}.mission-vision-section{padding:4rem 0;background-color:#060014;color:#e2e8f0e5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4rem;overflow:hidden;position:relative}.mission-vision-section .background-layer{position:absolute;inset:0;background-image:url(/assets/section_pattern-DkEL3XNz.png);background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.9;z-index:-1;pointer-events:none;width:100%}@media (max-width: 767px){.mission-vision-section .background-layer{opacity:.9}}.mission-vision-section .section-content{width:100%;text-align:center;z-index:1;gap:.5rem}@media (min-width: 768px) and (max-width: 1023px){.mission-vision-section .section-content{width:80%}}@media (max-width: 767px){.mission-vision-section .section-content{width:90%}}.mission-vision-section .cards-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:1.5rem;margin-top:3rem;width:60%;text-align:center;margin:0 auto}@media (max-width: 767px){.mission-vision-section .cards-grid{width:100%;grid-template-columns:1fr;gap:1rem;margin:-2rem 0}}@media (min-width: 768px) and (max-width: 1023px){.mission-vision-section .cards-grid{width:100%;grid-template-columns:1fr;gap:1rem}}.mission-vision-section .cards-grid .card{background-color:transparent;padding:1rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;border-radius:4px;height:100%;box-sizing:border-box}@media (max-width: 767px){.mission-vision-section .cards-grid .card{min-height:unset;height:auto;margin:0 1rem}}.mission-vision-section .cards-grid .card h4{font-size:.75rem;font-weight:600;margin-bottom:.5rem;color:#fff}.mission-vision-section .cards-grid .card p{font-size:.75rem;color:#e2e8f0e5;line-height:1.3;padding:0;margin:0}@media (max-width: 767px){.mission-vision-section .cards-grid .card p{padding:0!important}}.mission-vision-section .cards-grid .mission-card .icon-text{display:flex;gap:.75rem}.mission-vision-section .cards-grid .mission-card .icon-text .check-icon{font-size:1.5rem;color:#8e44ec;filter:drop-shadow(0 0 6px #8e44ec);flex-shrink:0;margin-top:2px}.mission-vision-section .cards-grid .mission-card .icon-text div{display:flex;flex-direction:column}.mission-vision-section .cards-grid.vision-layout .vision-card{border:.1px solid rgba(142,68,236,.3);display:flex;flex-direction:column;justify-content:center}.mission-vision-section .cards-grid.vision-layout .vision-card.centered{grid-column:span 2;justify-self:center;margin:0}@media (max-width: 767px){.mission-vision-section .cards-grid.vision-layout .vision-card.centered{grid-column:1/-1;margin:0 1rem}}.what-drives-us-section{position:relative;background-color:#060014;color:#e2e8f0e5;padding:0;text-align:center;overflow:hidden}.what-drives-us-section .background-layer{position:absolute;inset:0;background-image:url(/assets/section_pattern-DkEL3XNz.png);background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.9;z-index:-1;pointer-events:none;width:100%}@media (max-width: 767px){.what-drives-us-section .background-layer{opacity:.9}}.what-drives-us-section .container{position:relative;z-index:1;width:80%;max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width: 767px){.what-drives-us-section .container{width:90%}}.what-drives-us-section .drive-cards{margin-top:-3rem}.team-section{position:relative;background-color:#060014;color:#e2e8f0e5;padding:0;text-align:center;overflow:hidden}.team-section .background-layer{position:absolute;inset:0;background-image:url(/assets/section_pattern-DkEL3XNz.png);background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.9;z-index:-1;pointer-events:none;width:100%}@media (max-width: 767px){.team-section .background-layer{opacity:.9}}.team-section .container{position:relative;z-index:1;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;align-items:center;display:flex;flex-direction:column}.team-section .team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:1rem;width:75%}@media (min-width: 768px) and (max-width: 1023px){.team-section .team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.team-section .team-grid{grid-template-columns:1fr;width:90%}}.team-section .team-grid .team-card{position:relative;overflow:hidden;border-radius:16px;height:340px;height:412px}@media (min-width: 768px) and (max-width: 1023px){.team-section .team-grid .team-card{height:300px}}@media (max-width: 767px){.team-section .team-grid .team-card{height:280px}}.team-section .team-grid .team-card .team-img{width:100%;height:100%;object-fit:cover;display:block}.team-section .team-grid .team-card .overlay-content{position:absolute;bottom:0;left:0;width:100%;padding:1rem;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to top,rgba(0,0,0,.35),transparent)}.team-section .team-grid .team-card .overlay-content .left{text-align:left}.team-section .team-grid .team-card .overlay-content .left h4{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:3px}@media (max-width: 767px){.team-section .team-grid .team-card .overlay-content .left h4{font-size:13px}}.team-section .team-grid .team-card .overlay-content .left p{font-size:.75rem;color:#fffc}@media (max-width: 767px){.team-section .team-grid .team-card .overlay-content .left p{font-size:12px}}.team-section .team-grid .team-card .overlay-content .right .twitter-icon{width:40px;height:40px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:background-color .3s}.team-section .team-grid .team-card .overlay-content .right .twitter-icon svg{width:16px;height:16px}.team-section .team-grid .team-card .overlay-content .right .twitter-icon:hover{background-color:#ffffff1a}.join-team-section{background-color:#060014;color:#e2e8f0e5;padding:0;position:relative;text-align:center;overflow:hidden}.join-team-section .background-layer{background-image:url(/assets/section_pattern-DkEL3XNz.png);background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.9;z-index:-1;pointer-events:none;position:absolute;inset:0;width:100%;height:100%;z-index:0}@media (max-width: 767px){.join-team-section .background-layer{opacity:.9}}.join-team-section .container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;position:relative;z-index:1}.join-team-section .tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-bottom:3rem}.join-team-section .tabs .tab-btn{padding:.3rem .9rem;font-size:.75rem;background-color:#8e44ec33;border-radius:999px;color:#e2e8f0e5;border:none;cursor:pointer;transition:all .2s}.join-team-section .tabs .tab-btn.active{border:.1px solid rgba(226,232,240,.5)}.join-team-section .tabs .tab-btn:hover{background-color:#ffffff14}.join-team-section .jobs-grid{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem;width:35%;margin-inline:auto}@media (min-width: 768px) and (max-width: 1023px){.join-team-section .jobs-grid{width:85%}}@media (max-width: 767px){.join-team-section .jobs-grid{width:95%}}.join-team-section .jobs-grid .job-card{background:#4f179f1a;border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:1.5rem;text-align:left}.join-team-section .jobs-grid .job-card .top-row{display:flex;justify-content:space-between;font-size:12px;color:#e2e8f0e5;margin-bottom:.5rem}.join-team-section .jobs-grid .job-card .title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.join-team-section .jobs-grid .job-card .title-row .job-title{font-size:1.1rem;font-weight:600;color:#fff}.join-team-section .jobs-grid .job-card .title-row .salary{font-size:.9rem;font-weight:400;color:#fff}.join-team-section .jobs-grid .job-card .job-description{font-size:12px;color:#e2e8f0d9;line-height:1.5;margin-bottom:1rem}.join-team-section .jobs-grid .job-card .card-buttons{display:flex;gap:.5rem}.join-team-section .jobs-grid .job-card .card-buttons .apply-btn{padding:.4rem .9rem;font-size:11px}.join-team-section .jobs-grid .job-card .card-buttons .details-btn{background-color:transparent;color:#e2e8f0e5;font-size:11px;padding:.4rem .9rem;border-radius:4px;border:none;box-shadow:none;cursor:pointer}.join-team-section .jobs-grid .job-card .card-buttons .details-btn:hover{background-color:transparent}.cta-section{position:relative;background-color:#060014;text-align:center;color:#fff;overflow:hidden;padding:4rem 0 3rem}.cta-section .background-layer{position:absolute;inset:0;background-image:url(/assets/section_pattern-DkEL3XNz.png);background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.9;z-index:-1;pointer-events:none;width:100%}@media (max-width: 767px){.cta-section .background-layer{opacity:.9}}.cta-section .container{position:relative;z-index:2;width:90%;max-width:1200px;margin:0 auto}.cta-section .cta-content{max-width:700px;margin:0 auto}.cta-section .cta-content .cta-top-image{width:90%;margin-bottom:-12rem}@media (max-width: 767px){.cta-section .cta-content .cta-top-image{margin-bottom:-rem}}.cta-section .cta-content h2{font-size:2rem;font-weight:700;line-height:1.4;margin-bottom:1rem}@media (min-width: 768px) and (max-width: 1023px){.cta-section .cta-content h2{font-size:1.5rem}}@media (max-width: 767px){.cta-section .cta-content h2{font-size:1.25rem}}.template-page{background-color:#060014;color:#e2e8f0e5;padding:5rem 0 0rem;position:relative;overflow:hidden}.template-page .content-wrapper{position:relative;z-index:2}.template-page .background-layer{position:absolute;inset:0;background-image:url(/assets/section_pattern-DkEL3XNz.png);background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.9;z-index:-1;pointer-events:none;width:100%}@media (max-width: 767px){.template-page .background-layer{opacity:.9}}.template-page .content-section{width:70%;margin:0 auto}@media (max-width: 767px){.template-page .content-section{width:95%}}.template-page .content-section .search-area{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem}.template-page .content-section .search-area .search-input{display:flex;align-items:center;background-color:transparent;color:#e2e8f0e5;border:1px solid #8e44ec;border-radius:999px;padding:.25rem .8rem;width:300px;height:36px}.template-page .content-section .search-area .search-input input{flex:1;border:none;outline:none;background-color:transparent;color:#e2e8f0e5;font-size:.75rem}.template-page .content-section .search-area .search-input input::placeholder{color:#e2e8f0e5;font-size:.75rem}.template-page .content-section .search-area .search-input svg{color:#8e44ec;margin-right:.75rem}.template-page .content-section .search-area .filter-icon{padding:.4rem;border:1px solid #8e44ec;border-radius:50%;background-color:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer}.template-page .content-section .search-area .filter-icon svg{color:#8e44ec}.template-page .content-section .tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}@media (max-width: 767px){.template-page .content-section .tabs{padding:0 2rem;margin-bottom:1rem!important}}.template-page .content-section .tabs .tab-btn{padding:.3rem .9rem;font-size:.75rem;background-color:#8e44ec33;border-radius:999px;color:#e2e8f0e5;border:none;cursor:pointer;transition:all .2s}.template-page .content-section .tabs .tab-btn.active{border:.1px solid rgba(226,232,240,.5)}.template-page .content-section .tabs .tab-btn:hover{background-color:#ffffff14}.template-page .content-section .tabs .tab-btn.more-tab{background-color:transparent;color:#8e44ec;border:none}.template-page .content-section .tabs .tab-btn.more-tab:hover{background-color:transparent}.template-page .content-section .tabs .tab-btn.more-tab.active{color:#8e44ec;border:none}.template-categories{background-color:#060014;color:#e2e8f0e5;padding:5rem 0}.template-categories .category-block{position:relative;overflow:hidden}.template-categories .category-block .background-layer{position:absolute;inset:0;background-image:url(/assets/section_pattern-DkEL3XNz.png);background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.9;z-index:-1;pointer-events:none;width:100%;z-index:0}@media (max-width: 767px){.template-categories .category-block .background-layer{opacity:.9}}.template-categories .category-block .content-wrapper{position:relative;z-index:1}.template-categories .categories-wrapper{display:flex;flex-direction:column;gap:4rem;width:70%;margin:0 auto}@media (min-width: 768px) and (max-width: 1023px){.template-categories .categories-wrapper{width:85%}}@media (max-width: 767px){.template-categories .categories-wrapper{width:85%}}@media (min-width: 768px) and (max-width: 1023px){.template-categories .category-block{margin-bottom:2rem}}@media (max-width: 767px){.template-categories .category-block{margin-bottom:3rem}}.template-categories .category-block .category-header{margin-bottom:1.5rem}.template-categories .category-block .category-header .category-name{font-size:.75rem;font-weight:600;color:#e2e8f0e5;padding:.4rem;margin-bottom:.5rem;display:inline-block;border:.1px solid rgba(142,68,236,.5);border-radius:4px}.template-categories .category-block .category-header h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.template-categories .category-block .category-header .category-desc{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.template-categories .category-block .category-header .category-desc .more-btn{display:flex;align-items:center;gap:.5rem;font-size:.75rem;background-color:transparent;border:none;color:#e2e8f0e5;font-weight:500;cursor:pointer;margin-right:1rem}.template-categories .category-block .category-header .category-desc .more-btn:after{content:"➞";font-size:1rem;display:inline-block;margin-right:.9rem;transform:translate(2px);margin:0}.template-categories .category-block .category-header .category-desc .more-btn:hover{text-decoration:underline}@media (max-width: 767px){.template-categories .category-block .category-header .category-desc{flex-direction:column;align-items:flex-start}}.template-categories .category-block .category-header .category-desc p{width:50%;font-size:.75rem;color:#e2e8f0e5;line-height:1.5}@media (max-width: 767px){.template-categories .category-block .category-header .category-desc p{width:75%}}.view-more-wrapper{margin-top:3rem;display:flex;justify-content:center}@media (max-width: 767px){.view-more-wrapper{margin:0}}.view-more-wrapper .view-more-btn{padding:.5rem 1rem;font-size:.875rem;background-color:#8e44ec33;border-radius:999px;color:#e2e8f0e5;border:none;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.view-more-wrapper .view-more-btn:hover{background-color:#ffffff14}.view-more-wrapper .view-more-btn .arrow-icon{color:inherit;margin-top:1px}.features-banner-section{position:relative;background-color:#060014;padding:.75rem;display:flex;justify-content:center;align-items:center;overflow:hidden}.features-banner-section .background-layer{position:absolute;inset:0;background-image:url(/assets/section_pattern-DkEL3XNz.png);background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.9;z-index:-1;pointer-events:none;width:100%}@media (max-width: 767px){.features-banner-section .background-layer{opacity:.9}}.features-banner-section .image-wrapper{position:relative;z-index:1;width:90%;max-width:100vw}.features-banner-section .image-wrapper img{width:100%;height:auto;border-radius:16px;box-shadow:0 12px 48px #0000000f;display:block}@media (min-width: 768px) and (max-width: 1023px){.features-banner-section .image-wrapper{width:90%}}@media (max-width: 767px){.features-banner-section .image-wrapper{width:90%}}@media (min-width: 768px) and (max-width: 1023px){.features-banner-section{padding:3rem 0}}@media (max-width: 767px){.features-banner-section{padding:0 .25rem}}.footer{background-color:#060014;color:#e2e8f0e5;padding:3rem 1rem 1rem;display:flex;justify-content:center}.footer .footer-wrapper{width:90%;border-top:.1px solid rgba(226,232,240,.5)}@media (max-width: 767px){.footer .footer-wrapper{width:95%}}.footer .footer-container{width:80%;max-width:1300px;margin:0 auto;padding:2rem}@media (max-width: 767px){.footer .footer-container{width:95%;padding:.5rem}}.footer .footer-container .footer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}@media (max-width: 767px){.footer .footer-container .footer-top{gap:.5rem;text-align:center;margin:1rem 0}}.footer .footer-container .footer-top .footer-logo{width:120px;margin-left:-8px}@media (max-width: 767px){.footer .footer-container .footer-top .footer-logo{width:80px}}.footer .footer-container .footer-top .copyright{font-size:.75rem;color:#e2e8f0e5}@media (max-width: 767px){.footer .footer-container .footer-top .copyright{font-size:.625rem}}.footer .footer-container .footer-middle{display:flex;justify-content:space-between;gap:2rem;margin-bottom:3rem}@media (min-width: 768px) and (max-width: 1023px){.footer .footer-container .footer-middle{flex-direction:column;gap:1.5rem}}@media (max-width: 767px){.footer .footer-container .footer-middle{flex-direction:column;gap:1.5rem}}.footer .footer-container .footer-middle .newsletter{flex:0 0 45%}@media (max-width: 767px){.footer .footer-container .footer-middle .newsletter{margin-bottom:1.5rem}}.footer .footer-container .footer-middle .newsletter h6{font-size:.75rem;margin-bottom:.75rem;font-weight:500}.footer .footer-container .footer-middle .newsletter .newsletter-form{display:flex;gap:.5rem;margin-bottom:1rem}@media (max-width: 767px){.footer .footer-container .footer-middle .newsletter .newsletter-form{justify-content:space-between}}.footer .footer-container .footer-middle .newsletter .newsletter-form input{flex:.9;padding:.7rem 1rem;border:none;border-radius:4px;font-size:.875rem;background:transparent;color:#e2e8f0e5;border:.1px solid rgba(226,232,240,.5)}@media (max-width: 767px){.footer .footer-container .footer-middle .newsletter .newsletter-form input ::placeholder{font-size:.75rem}}@media (max-width: 767px){.footer .footer-container .footer-middle .newsletter .newsletter-form input{flex:1;font-size:.75rem}}.footer .footer-container .footer-middle .newsletter .newsletter-form button{padding:.7rem 1rem;background-color:transparent;border:.1px solid rgba(226,232,240,.5);border-radius:4px;color:#e2e8f0e5;font-weight:lighter;cursor:pointer;transition:background-color .3s ease}@media (max-width: 767px){.footer .footer-container .footer-middle .newsletter .newsletter-form button{font-size:.75rem}}.footer .footer-container .footer-middle .newsletter .newsletter-form button:hover{background-color:#802dea}.footer .footer-container .footer-middle .newsletter .privacy-text{font-size:.625rem}.footer .footer-container .footer-middle .newsletter .privacy-text a{text-decoration:underline;color:#8e44ec}.footer .footer-container .footer-middle .newsletter .privacy-text a:hover{text-decoration:none}.footer .footer-container .footer-middle .footer-links{flex:0 0 50%;display:flex;justify-content:space-between;gap:1.5rem}@media (max-width: 767px){.footer .footer-container .footer-middle .footer-links{gap:1rem}}.footer .footer-container .footer-middle .footer-links .footer-column{display:flex;flex-direction:column;gap:.5rem}.footer .footer-container .footer-middle .footer-links .footer-column a{color:#e2e8f0e5;font-size:.75rem;text-decoration:none}.footer .footer-container .footer-middle .footer-links .footer-column a:hover{color:#8e44ec}.footer .footer-container .footer-bottom{border-top:.1px solid rgba(226,232,240,.5);padding-top:1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}@media (max-width: 767px){.footer .footer-container .footer-bottom{flex-direction:column;gap:.75rem;text-align:center}}.footer .footer-container .footer-bottom .left{display:flex;gap:.75rem}.footer .footer-container .footer-bottom .left a{font-size:.625rem;color:#e2e8f0e5;text-decoration:none}.footer .footer-container .footer-bottom .left a:hover{color:#8e44ec}.footer .footer-container .footer-bottom .right{display:flex;gap:.75rem}.footer .footer-container .footer-bottom .right a{color:#e2e8f0e5;transition:color .3s ease}.footer .footer-container .footer-bottom .right a:hover{color:#8e44ec}
