@import "https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Varela+Round&display=swap";@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@500;600;700;800&display=swap";:root{--title-color:#fff;--text-color:#e6e6e6;--body-color:#000;--container-color:#000;--box-color:#f2f2f8;--white-back:#ebebeb;--white-color:#fff;--black-color:#08090a;--first-color:#41ff33;--pop-font:"Poppins", sans-serif;--mono-font:"JetBrains Mono", sans-serif;--round-font:"Varela Round", sans-serif;--caveat-font:"Caveat", sans-serif;--h1-font-size:3.2rem;--expo-font-size:1.5rem;--h2-font-size:1.67rem;--subtitle-font-size:1.2rem;--p-font-size:1.15rem;--medium-font-size:1.05rem;--normal-font-size:.938rem;--small-font-size:.813rem;--font-ton:800;--font-quite-heavy:700;--font-heavy:600;--font-medium:500;--font-regular:400;--font-small:300;--header-height:4rem;--z-tooltip:10;--z-fixed:100}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--body-color);font-family:var(--round-font);color:var(--first-color)}html{scroll-behavior:smooth}.icon{vertical-align:-.125em;flex-shrink:0;width:1em;height:1em;line-height:1;display:inline-block}ul{list-style:none}a{text-decoration:none}.header_container{max-width:1140px;margin-inline:auto;padding-inline:1.5rem}.nav_dropdown{position:relative}.dropdown_menu{background-color:var(--black-color);z-index:10;border-radius:.5rem;flex-direction:column;row-gap:.8rem;min-width:200px;padding:1rem;display:none;position:absolute;top:100%;left:0}.dropdown_menu a{color:var(--white-color);font-size:.9rem;font-weight:var(--font-regular);text-decoration:none;transition:color .3s}.dropdown_menu a:hover{color:var(--white-color)}.nav_dropdown:hover .dropdown_menu{display:flex}.nav_dropdown:hover>.nav_link{opacity:1!important}.header{background-color:var(--body-color);width:100%;z-index:var(--z-fixed);position:fixed;top:0;left:0}.nav{height:var(--header-height);justify-content:space-between;align-items:center;display:flex;position:relative}.nav_logo{color:var(--white-color);font-weight:var(--font-medium)}.nav_close,.nav_toggle{color:var(--white-color);cursor:pointer;font-size:1.5rem;display:flex}@media screen and (width<=720px){.nav_menu{background-color:var(--black-color);flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:4rem 3.5rem 3rem;transition:left .4s;display:flex;position:fixed;top:0;left:-100%}.nav_item{visibility:hidden;transition:transform .4s ease-out,visibility .4s;transform:translate(-150px)}.nav_item:first-child{transition-delay:.1s}.nav_item:nth-child(2){transition-delay:.2s}.nav_item:nth-child(3){transition-delay:.3s}.nav_item:nth-child(4){transition-delay:.4s}.dropdown_menu{background-color:#0000;border-radius:0;flex-direction:column;row-gap:1.2rem;margin-top:.5rem;padding:.5rem 0 0 2rem;display:flex;position:static}.dropdown_menu .nav_link{color:var(--white-color);font-size:1rem}.dropdown_menu .nav_link .icon{font-size:1.2rem;top:.2rem;left:-2rem}.nav_dropdown:hover .dropdown_menu{display:flex}}.nav_list,.nav_social{display:flex}.nav_list{flex-direction:column;row-gap:3rem}.nav_link{color:var(--white-color);font-size:var(--h2-font-size);font-weight:var(--font-medium);align-items:center;transition:opacity .4s;display:inline-flex;position:relative}.nav_link .icon{opacity:0;visibility:hidden;font-size:2rem;transition:opacity .4s,visibility .4s;position:absolute}.nav_link span{transition:margin .4s;position:relative}.nav_link span:after{content:"";background-color:var(--white-color);width:0;height:2px;transition:width .4s ease-out;position:absolute;bottom:-6px;left:0}.nav_link:hover span{margin-left:2.5rem}.nav_link:hover .icon{opacity:1;visibility:visible}.nav_link:hover span:after{width:100%}.nav_list:has(>.nav_item>.nav_link:hover)>.nav_item>.nav_link:not(:hover){opacity:.4}.nav_close .icon{font-size:3rem;position:absolute;top:1rem;right:1.5rem}.nav_social{column-gap:1rem}.nav_social-link{color:var(--white-color);font-size:1.5rem;transition:transform .4s}.nav_social-link:hover{transform:translateY(-.25rem)}.show-menu{left:0}.show-menu .nav_item{visibility:visible;transform:translate(0)}@media screen and (width>=720px){.container{margin-inline:auto}.nav_toggle,.nav_close{display:none}.nav_link{font-size:var(--normal-font-size)}.nav_link .icon{font-size:1.5rem}.nav_list{flex-direction:row;column-gap:3.5rem}.nav_menu{align-items:center;column-gap:3.5rem;display:flex}}#cursor{pointer-events:none;z-index:9999;mix-blend-mode:difference;opacity:1;background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all 85ms;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.hero__section{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3rem;max-width:1200px;margin:auto;padding:6rem 2rem;display:flex}.hero_video{object-fit:cover;z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.hero__content{flex:450px;max-width:550px}.hero__badge{color:#41ff33;font-weight:700;font-size:var(--expo-font-size);font-family:var(--caveat-font);margin-bottom:1rem}.hero__title{font-size:var(--h1-font-size);letter-spacing:1.2px;color:var(--title-color);font-weight:500;line-height:1.15;font-family:var(--pop-font);margin-bottom:1.2rem}.hero__subtitle{font-size:var(--subtitle-font-size);color:var(--text-color);margin-bottom:2rem}.hero__cta{flex-direction:column;display:flex}.hero_cta_badge{color:var(--first-color);font-weight:700;font-size:var(--expo-font-size);font-family:var(--caveat-font);margin-bottom:.2rem}.hero__buttons{flex-wrap:wrap;align-items:flex-start;gap:1rem;display:flex}.btn-wrapper{height:auto;display:inline-block;position:relative}@property --angle{syntax:"<angle>";inherits:false;initial-value:0deg}.btn-shadow{--angle:0deg;background-image:conic-gradient(from var(--angle), transparent 70%, var(--first-color) 100%);z-index:0;border-radius:2rem;width:100%;height:100%;animation:2s linear infinite spin;position:absolute;top:5px;left:-5px}@keyframes spin{0%{--angle:0deg}to{--angle:360deg}}.btn{z-index:2;border-radius:2rem;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block;position:relative}.btn--primary{border:2px solid var(--white-color);color:var(--white-color);background-color:#000;transition:all .2s ease-in .2s}.btn--primary:hover{border:2px solid var(--white-color);background-color:var(--white-color);color:var(--black-color);transform:translateY(5px)translate(-5px)}.btn--secondary{border:2px solid var(--white-color);color:var(--white-color);background-color:#0000;transition:all .2s ease-in .2s}.btn--secondary:hover{color:var(--black-color);background-color:#fff;transform:translateY(5px)translate(-5px)}.hero__images{flex:440px;place-items:center;gap:1rem;display:grid}.hero__images img{object-fit:cover;aspect-ratio:4/2;border-radius:12px;width:100%}@media (width<=900px){.hero{text-align:center;flex-direction:column}.hero__content{max-width:100%}.hero__images{grid-template-columns:1fr;justify-content:center}}@media (width<=600px){.hero__title{font-size:2.25rem}.hero__images{grid-template-columns:1fr}}footer{color:var(--white-color);font-family:var(--round-font);border:2px solid var(--white-color);background-color:#141414;border-radius:1rem;margin:1rem;padding:3rem 1rem 2rem}.footer_section{text-align:center;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2.5rem;max-width:1140px;margin:0 auto;display:grid}.footer_column h2{font-size:1.2rem;font-weight:var(--font-heavy);color:var(--white-color);margin-bottom:1rem}.footer_column p{color:var(--text-color);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.footer_list{flex-direction:column;align-items:center;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.footer_list li{font-size:.95rem;line-height:1.5}.footer_list a{color:var(--white-color);text-decoration:none;transition:color .3s}.footer_list a:hover{color:var(--first-color)}.footer_list .icon{margin-right:.4rem}.social_links{justify-content:center;gap:.75rem;margin-top:1rem;display:flex}.social_links a{color:var(--white-color);font-size:1.25rem;transition:color .3s}.social_links a:hover{color:var(--first-color)}.footer_bottom{text-align:center;color:var(--text-color);margin-top:3rem;font-size:.85rem}.services_section{background-color:var(--white-back);border-radius:2rem 2rem 0 0;padding:2rem 2rem 4rem}.services{place-items:center;margin-inline:1.5rem;padding-block:.5rem;display:grid}.section_title{text-align:center;margin-bottom:2rem}.section_title h2{font-family:var(--pop-font);font-size:var(--h2-font-size);margin-bottom:10px}.section_title p{font-size:var(--p-font-size);font-weight:var(--font-medium);width:100%;margin:0 auto}.card_container{-webkit-user-select:none;user-select:none;row-gap:3.5rem;display:grid}.card_article{position:relative;overflow:hidden}.card_image{object-fit:cover;aspect-ratio:1;border-radius:1.5rem;width:328px;max-width:100%;height:auto;display:block}.card_data{background-color:var(--box-color);width:250px;box-shadow:0 2px 8px var(--black-color);opacity:0;will-change:transform, opacity;border:1px solid #897bf4;border-radius:1rem;margin-inline:auto;padding:1.5rem 2rem;transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .3s;position:absolute;bottom:-9rem;left:0;right:0;transform:translateY(0)}.card_desc,.card_about,.card_title,.card_button{color:var(--black-color)}.card_desc{font-size:var(--normal-font-size);font-family:var(--caveat-font);margin-bottom:.25rem;display:block}.card_title{font-size:var(--h2-font-size);font-weight:var(--font-regular);font-family:var(--pop-color);margin-bottom:.75rem}.card_about{font-size:var(--normal-font-size);font-family:var(--round-font);margin-bottom:.5rem;display:block}.cta_btn{font-size:var(--small-font-size);color:var(--white-color);text-align:center;border:1px solid var(--black-color);background-color:#000;border-radius:15px;margin-top:.3rem;padding:7px 20px;font-weight:500;transition:all .2s ease-in .2s;display:inline-block}.cta_btn:hover{background-color:var(--white-color);color:var(--black-color)}.card_article:hover{overflow:visible}.card_article:hover .card_data{opacity:1;transform:translateY(-7rem)}@media screen and (width<=340px){.services{margin-inline:1rem}.card_data{width:250px;padding:1rem}}@media screen and (width>=768px){.card_container{grid-template-columns:repeat(2,1fr);column-gap:1.5rem}}@media screen and (width>=1140px){.services{height:auto}.section_title p{width:65%}.card_container{grid-template-columns:repeat(4,1fr)}.card_image{width:348px}.card_data{width:250px;padding-inline:2.5rem}}.process_section{background-color:var(--black-color);z-index:0;max-width:1140px;margin:3rem auto;position:relative;overflow:hidden}.process_section:before{content:"";z-index:-1;pointer-events:none;background-image:linear-gradient(90deg,#ffffff17 2px,#0000 1px),linear-gradient(#ffffff17 2px,#0000 1px);background-position:0 0;background-repeat:repeat;background-size:20px 20px;position:absolute;inset:0}.process_container{opacity:0;width:50%;padding:10px 50px;animation:1s linear forwards movedown;position:relative}.text-box{border:1px solid var(--white-color);color:var(--white-color);background-color:#0000;border-radius:.5rem;padding:20px 30px;transition:all .3s;position:relative}.step-left:hover{background-color:var(--white-color)}.step-left:hover .card_desc,.step-left:hover .process_h2,.step-left:hover .card_about,.step-left:hover .left-container-arrow{color:var(--black-color)}.step-right:hover{background-color:var(--white-color)}.step-right:hover .card_desc,.step-right:hover .process_h2,.step-right:hover .card_about{color:var(--black-color)}.process_h2{color:var(--white-color);font-size:var(--h2-font-size);margin-bottom:.5rem}.text-box .card_desc{color:var(--white-color);font-weight:var(--font-heavy);font-family:var(--mono-font)}.text-box .card_about{color:var(--white-color);font-weight:var(--font-medium);font-family:var(--mono-font)}.left-container{left:0}.right-container{left:50%}.process_container .process_marker{width:35px;height:35px;z-index:var(--z-tooltip);background-color:var(--black-color);border:2px solid var(--first-color);color:var(--first-color);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:32px;right:-17px}.process_marker .icon{width:22px;height:22px}.right-container .process_marker{left:-18px}.process_timeline_wrapper{position:relative}.process_timeline_wrapper:after{content:"";background-color:var(--white-color);z-index:-1;border-radius:3px;width:6px;height:100%;margin-left:-3px;animation:5s linear forwards moveline;position:absolute;top:0;left:50%}.process_container:first-child{animation-delay:0s}.process_container:nth-child(2){animation-delay:1s}.process_container:nth-child(3){animation-delay:2s}.process_container:nth-child(4){animation-delay:3s}.process_container:nth-child(5){animation-delay:4s}@keyframes moveline{0%{height:0}to{height:100%}}@keyframes movedown{0%{opacity:0;transform:translateY(-30px)}50%{opacity:.5;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}@media screen and (width<=670px){.process_title{margin:15px}.process_container{width:100%;padding-left:80px;padding-right:25px;position:relative;left:0}.left-container,.right-container{position:relative;left:0}.process_timeline_wrapper:after{left:31px}.left-container .process_marker,.right-container .process_marker{left:13px}.left-container-arrow,.right-container-arrow{border-right:15px solid var(--white-color);border-left:0;left:-15px}}.testimonials_section{place-items:center;margin-top:4rem;display:grid}.testimonials{opacity:1;flex-wrap:wrap;justify-content:space-between;gap:20px;max-width:1140px;padding:0 20px;display:flex}.testimonials .container{opacity:0;filter:blur(6px);background-color:var(--box-color);-webkit-user-select:none;user-select:none;border-radius:1rem;width:calc(33.333% - 14px);padding:25px;transition:transform .4s ease-in,box-shadow .4s ease-in;animation-fill-mode:forwards;transform:none}.testimonials.show .container{animation:1s ease-in forwards slideInFromLeft}.testimonials.show .container:first-child{animation-delay:.2s}.testimonials.show .container:nth-child(2){animation-delay:.4s}.testimonials.show .container:nth-child(3){animation-delay:.6s}.testimonials.show .container:nth-child(4){animation-delay:.8s}.testimonials.show .container:nth-child(5){animation-delay:1s}.testimonials.show .container:nth-child(6){animation-delay:1.2s}@keyframes slideInFromLeft{0%{opacity:0;filter:blur(3px);transform:translate(-30px)}to{opacity:1;filter:blur();transform:none}}.testimonials .container p{font-family:var(--round-font);color:var(--black-color);padding-top:10px}.testimonials .container .icon{color:var(--black-color);font-size:20px}.testimonials .container .content{font-family:var(--mono-font);justify-content:space-between;align-items:center;padding-top:10px;display:flex}.testimonials .container .info .name{font-size:var(--normal-font-size);color:var(--black-color);font-weight:var(--font-medium)}.testimonials .container .info .job{font-size:var(--small-font-size);color:var(--body-color);font-weight:var(--font-regular)}.testimonials .container .info .stars{margin-top:2px}.container .info .stars .icon{color:var(--black-color)}.testimonials .container .content .image{background-color:var(--first-color);border-radius:50%;width:75px;height:75px;padding:3px;transition:transform .4s}.container .content .image img{object-fit:cover;border:2px solid var(--white-color);border-radius:50%;width:100%;height:100%}.image:hover{box-shadow:0 4px 8px 0 var(--first-color);transform:translateY(-5px)}@media screen and (width<=1045px){.testimonials .container{width:calc(50% - 10px)}}@media screen and (width<=800px){.testimonials.show .container:nth-child(5),.testimonials.show .container:nth-child(6){display:none}}@media screen and (width<=620px){.testimonials{flex-direction:column}.testimonials.show .container:nth-child(4),.testimonials.show .container:nth-child(5),.testimonials.show .container:nth-child(6){display:none}.testimonials .container{width:100%}}.faqs_section{margin-top:6rem;padding:0 1rem}.faqs{column-count:2;column-gap:40px;max-width:1140px;margin:0 auto}.question{break-inside:avoid;background-color:#0000;border-bottom:1px solid #fff;margin-bottom:.2rem;display:block;overflow:hidden}.faq-btn{text-align:start;width:100%;font-family:var(--pop-font);font-size:var(--subtitle-font-size);color:var(--white-color);font-weight:var(--font-heavy);cursor:pointer;background-color:#0000;border:none;outline:none;justify-content:space-between;align-items:center;padding:5px 15px;display:flex}.faq-answer{font-size:var(--p-font-size);opacity:0;height:0;color:var(--box-color);padding:15px;transition:height .4s,opacity .4s;overflow:hidden}.faq-answer.open{opacity:1}.d-arrow{color:#fff;font-size:24px;transition:transform .3s}.d-arrow.rotate{transform:rotate(180deg)}@media screen and (width<=860px){.faqs{column-count:1}}.scroll-down{cursor:pointer;width:2rem;height:5rem;z-index:var(--z-tooltip);background-color:var(--black-color);border-radius:50px;transition:background-color .3s;position:fixed;bottom:5%;right:2%;box-shadow:0 0 10px #ffff01}.scroll-down:before,.scroll-down:after{content:"";border:2px solid var(--first-color);border-top:#0000;border-left:#0000;width:10px;height:10px;animation:3s ease-in-out infinite scroll-down;position:absolute;top:20%;left:50%;transform:translate(-50%,-100%)rotate(45deg)}.scroll-down:before{animation-delay:.8s;top:30%}@keyframes scroll-down{0%{opacity:0}30%,60%{opacity:1}to{opacity:0;top:90%}}@media screen and (width<=670px){.scroll-down{display:none}}.spacer{height:6vh}.back_bolls0,.back_bolls1{z-index:0;border:2px solid var(--white-color);pointer-events:none;background-color:#0000;border-radius:50%;width:300px;height:300px;position:fixed}.back_bolls1{top:-80px;right:60px}.back_bolls0{top:60px;left:60px}.contact-page{justify-content:center;align-items:center;min-height:92vh;padding:2rem 1rem;display:flex}form{opacity:0;background-color:#fff;border-radius:.5rem;width:90%;max-width:600px;padding:2rem;animation:.5s forwards fadeIn;transform:scale(.95);box-shadow:0 4px 10px #0000001a}.contact-page h2{text-align:center;font-size:var(--h2-font-size);color:var(--black-color);font-family:var(--round-font);margin-bottom:1.2rem}.form-row{gap:1rem;margin-bottom:.65rem;display:flex}.form-group{flex-direction:column;flex:1;display:flex}label{font-weight:var(--font-medium);color:var(--black-color);font-family:var(--pop-font);margin-bottom:.3rem}input,textarea,select{font-family:var(--pop-font);border:1px solid #adacac;border-radius:4px;outline:none;width:100%;margin-bottom:1rem;padding:.7rem;transition:box-shadow .3s}select{margin-bottom:0;padding:.3rem}input:focus,textarea:focus,select:focus{box-shadow:0 0 0 2px #000}button{color:#fff;border:1px solid var(--black-color);width:100%;font-weight:var(--font-heavy);cursor:pointer;font-size:var(--subtitle-font-size);font-family:var(--mono-font);background:#000;border-radius:6px;padding:.75rem;transition:all .2s}button:hover{background-color:var(--white-color);color:var(--black-color)}.reset-button{background-color:var(--black-color);color:var(--white-color);border:1px solid var(--body-color);font-family:var(--mono-font);font-size:var(--medium-font-size);border-radius:.5rem;align-items:center;gap:.4rem;padding:.4rem 1rem;text-decoration:none;transition:all .3s;display:none;position:absolute;top:1.2rem;left:1.2rem}.reset-button:hover{background-color:var(--white-color);color:var(--black-color)}.back-button{color:#fff;background:#000;border-radius:4px;padding:.5rem 1rem;text-decoration:none;display:none;position:absolute;top:1.2rem;left:1.2rem}@keyframes fadeIn{to{opacity:1;transform:scale(1)}}@media (width<=670px){.spacer{height:10vh}.contact-page{padding:1rem}form{width:100%;padding:1.5rem 1rem}.form-row{flex-direction:column}.back-button{display:block}.reset-button{display:none}}@media (width>=1140px){.reset-button{display:inline-flex}.back-button{display:none}}.features_section{background-color:var(--white-back);color:#fff;padding:60px 20px}.features_section .feature{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:1200px;margin:auto;display:grid}.feature-box{background-color:var(--white-color);border:1px solid #6b6b6b;border-radius:.5rem;padding:2rem;transition:all .2s .2s}.features-cta-button{text-align:center;margin-top:3rem}.cta-button-features{background-color:var(--black-color);color:var(--white-color,#fff);font-family:var(--mono-font,monospace);border:none;border:1px solid var(--black-color,#000);border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .3s,color .3s;display:inline-flex;box-shadow:0 4px 10px #0000001a}.cta-button-features:hover{background-color:var(--white-color,#fff);color:var(--black-color,#000)}.cta-button-features .icon{font-size:1.2rem;transition:transform .2s}.cta-button-features:hover .icon{transform:translate(4px)}.feature-box .icon{color:var(--black-color);margin-bottom:1rem;font-size:2rem;display:inline-block}.feature-box h3{color:var(--black-color);margin-bottom:.8rem;font-size:1.25rem}.feature-box p{color:var(--body-color);margin-bottom:1rem;font-size:.95rem}.feature-box:hover{background-color:var(--white-color);border:1px solid var(--white-color);transform:translateY(-4px);box-shadow:0 4px 8px #43434326}.about-hero-split{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:4rem 2rem;display:flex}.hero-left{flex:45%;justify-content:center;display:flex}.grid-img{border-radius:.5rem;width:100%;max-width:450px;height:auto}.hero-right{flex:45%;max-width:500px}.aboutus-label{color:var(--white-color);font-weight:var(--font-heavy);font-size:var(--subtitle-font-size);font-family:var(--mono-font);width:max-content;margin-bottom:.5rem;padding-bottom:.3rem;display:inline-block;position:relative}.aboutus-label:after{content:"";background-color:var(--white-color);border-radius:10px;width:80%;height:3px;position:absolute;bottom:0;left:0}.hero-right p{font-size:var(--p-font-size);color:var(--white-back);line-height:1.3;font-family:var(--round-font);margin-bottom:2rem}.hero-buttons-about{flex-wrap:wrap;gap:1rem;display:flex}.about-btn{font-weight:var(--font-heavy);font-family:var(--mono-font,sans-serif);font-size:var(--normal-font-size);border:2px solid var(--white-color);border-radius:.5rem;padding:.6rem 1.2rem;text-decoration:none;transition:all .3s}.black-btn{background-color:var(--black-color);color:#fff}.black-btn:hover{color:var(--black-color);background:#fff}.white-btn{color:var(--black-color);background-color:#fff}.white-btn:hover{background-color:var(--black-color);color:#fff;border:2px solid var(--white-color)}.about-do,.about-team{text-align:center;padding:3rem 1rem}.team-grid{flex-wrap:wrap;justify-content:center;gap:3rem;max-width:1100px;margin:0 auto;display:flex}.team-member{text-align:center;width:160px}.team-member img{object-fit:cover;border-radius:.5rem;width:160px;height:160px}.team-member h4{font-size:var(--p-font-size);font-family:var(--round-font);color:var(--white-color);margin-top:.8rem}.member-specs{font-size:var(--small-font-size);color:var(--white-back);font-family:var(--mono-font);margin-top:.2rem}.member-decscription{font-size:var(--subtitle-font-size);color:var(--white-back);font-family:var(--caveat-font);margin-top:.2rem}.about-logos{text-align:center;padding:2rem 1rem;overflow:hidden}.logo-grid{flex-wrap:wrap;justify-content:center;gap:3.5rem;max-width:900px;margin:0 auto;display:flex}.logo-grid img{object-fit:contain;opacity:.7;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:120px;transition:opacity .3s}.logo-grid img:hover{opacity:1}@media (width<=768px){.hero-left,.hero-right{flex:100%;max-width:100%}.logo-row img{width:90px}.hero-buttons{justify-content:center}.hero-right h1{font-size:2rem}.grid-img{max-width:90%}.logo-grid img{width:90px}}@media (width<=860px){.hero-buttons-about{justify-content:center}.about-hero-split{text-align:center;flex-direction:column;padding:2rem 1.2rem}.logo-grid{justify-content:center;gap:2.5rem}.logo-grid img{width:100px}}.about-cta{background:var(--black-color);color:#fff;text-align:center;padding:3rem 1rem}.about-cta h2{margin-bottom:1.2rem;font-size:2rem}.cta-button{color:#000;font-weight:700;font-family:var(--mono-font);background:#fff;border:1px solid #fff;border-radius:.5rem;align-items:center;gap:.4rem;padding:.6rem 1.2rem;text-decoration:none;display:inline-flex}.cta-button:hover{color:#fff;background:0 0;border:1px solid #fff}.breadcrumb{max-width:1140px;font-family:var(--mono-font);font-size:var(--small-font-size);color:var(--text-color);align-items:center;gap:.5rem;margin:0 auto;padding:0 1.5rem;display:flex}.breadcrumb a{color:var(--text-color);transition:color .3s}.breadcrumb a:hover{color:var(--first-color)}.breadcrumb span.sep{opacity:.5}.breadcrumb span.current{color:var(--first-color)}.hero-visual{width:100%;max-width:420px;margin-inline:auto;position:relative}.hero-visual_frame{background:linear-gradient(155deg,#0d0f0d 0%,#050605 65%);border:1px solid #41ff3359;border-radius:1.25rem;padding:1.5rem;box-shadow:0 20px 60px #0000008c}.hero-visual_row{font-family:var(--mono-font);font-size:var(--small-font-size);color:var(--text-color);border-bottom:1px dashed #ffffff26;justify-content:space-between;align-items:center;margin-bottom:.9rem;padding-bottom:.9rem;display:flex}.hero-visual_row span.dot{background-color:var(--first-color);width:8px;height:8px;box-shadow:0 0 8px var(--first-color);border-radius:50%;margin-right:.4rem;display:inline-block}.hero-visual_bars{align-items:flex-end;gap:.6rem;height:90px;margin-bottom:1rem;display:flex}.hero-visual_bars .icon{background:linear-gradient(180deg, var(--first-color), #41ff3326);border-radius:4px 4px 0 0;flex:1;display:block}.hero-visual_stat{font-family:var(--pop-font);justify-content:space-between;align-items:baseline;display:flex}.hero-visual_stat b{color:var(--white-color);font-size:1.6rem}.hero-visual_stat small{font-family:var(--mono-font);color:var(--first-color);font-size:var(--small-font-size)}.hero-visual_float{background-color:var(--black-color);border:1px solid var(--white-color);font-family:var(--mono-font);font-size:var(--small-font-size);color:var(--white-color);border-radius:.75rem;align-items:center;gap:.4rem;padding:.6rem .9rem;display:flex;position:absolute;box-shadow:0 10px 25px #00000080}.hero-visual_float .icon{color:var(--first-color);font-size:1.1rem}.hero-visual_float--one{top:-14px;right:-10px}.hero-visual_float--two{bottom:-16px;left:-18px}@media screen and (width<=600px){.hero-visual{max-width:320px}.hero-visual_float{padding:.45rem .7rem;font-size:.7rem}}.card_visual{aspect-ratio:1;background:radial-gradient(circle at 30% 20%,#41ff332e,#0000 60%),#0c0d0c;border:1px solid #ffffff14;border-radius:1.5rem;justify-content:center;align-items:center;width:328px;max-width:100%;display:flex}.card_visual .icon{color:var(--first-color);font-size:3.2rem}@media screen and (width>=1140px){.card_visual{width:348px}}.avatar-initials{background-color:var(--first-color);border-radius:50%;justify-content:center;align-items:center;width:75px;height:75px;padding:3px;transition:transform .4s;display:flex}.avatar-initials span{border:2px solid var(--white-color);background-color:var(--black-color);width:100%;height:100%;color:var(--white-color);font-family:var(--mono-font);font-weight:var(--font-heavy);font-size:var(--normal-font-size);border-radius:50%;justify-content:center;align-items:center;display:flex}.avatar-initials:hover{box-shadow:0 4px 8px 0 var(--first-color);transform:translateY(-5px)}.team-avatar{background-color:#0c0d0c;border:1px solid #ffffff1f;border-radius:.5rem;justify-content:center;align-items:center;width:160px;height:160px;margin:0 auto;display:flex}.team-avatar span{font-family:var(--pop-font);font-weight:var(--font-ton);color:var(--first-color);font-size:2.4rem}.industries-badges{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:900px;margin:0 auto;display:flex}.industry-pill{font-family:var(--mono-font);font-size:var(--small-font-size);color:var(--white-color);border:1px solid #ffffff40;border-radius:2rem;padding:.55rem 1.2rem;transition:border-color .3s,color .3s}.industry-pill:hover{border-color:var(--first-color);color:var(--first-color)}.mini-hero{max-width:1140px;margin:0 auto;padding:3rem 1.5rem 2rem}.mini-hero_tag{font-family:var(--caveat-font);color:var(--first-color);font-size:var(--expo-font-size);margin-bottom:.6rem;font-weight:700;display:inline-block}.mini-hero h1{font-family:var(--pop-font);color:var(--white-color);max-width:820px;margin-bottom:1rem;font-size:2.6rem;line-height:1.15}.mini-hero p.mini-hero_sub{font-size:var(--subtitle-font-size);color:var(--text-color);max-width:680px;margin-bottom:1.6rem}.mini-hero_cta{flex-wrap:wrap;gap:1rem;display:flex}@media screen and (width<=600px){.mini-hero h1{font-size:1.9rem}}.included_section{background-color:var(--white-back);padding:3rem 1.5rem 4rem}.included_grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;max-width:1140px;margin:0 auto;display:grid}.included_item{background-color:var(--white-color);border:1px solid #6b6b6b;border-radius:.5rem;padding:1.6rem;transition:all .2s .1s}.included_item:hover{transform:translateY(-4px);box-shadow:0 4px 8px #43434326}.included_item .icon{color:var(--first-color);background-color:var(--black-color);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;font-size:1.6rem;display:flex}.included_item h3{color:var(--black-color);font-size:1.1rem;font-family:var(--pop-font);margin-bottom:.5rem}.included_item p{color:var(--body-color);font-size:.92rem;line-height:1.5}.persona_section{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;max-width:1140px;margin:0 auto;padding:3rem 1.5rem;display:grid}.persona_card{border:1px solid var(--white-color);color:var(--white-color);border-radius:.75rem;padding:1.5rem}.persona_card .icon{color:var(--first-color);margin-bottom:.8rem;font-size:1.6rem;display:inline-block}.persona_card h3{font-family:var(--pop-font);margin-bottom:.5rem;font-size:1.05rem}.persona_card p{color:var(--text-color);font-size:.92rem;line-height:1.5}.service-index_grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1140px;margin:0 auto;display:grid}.service-index_card{color:var(--white-color);border:1px solid #ffffff2e;border-radius:1rem;padding:2rem 1.6rem;transition:border-color .3s,transform .3s;display:block}.service-index_card:hover{border-color:var(--first-color);transform:translateY(-4px)}.service-index_card .icon{color:var(--first-color);margin-bottom:1rem;font-size:2rem;display:inline-block}.service-index_card h3{font-family:var(--pop-font);margin-bottom:.6rem;font-size:1.2rem}.service-index_card p{color:var(--text-color);margin-bottom:1rem;font-size:.92rem;line-height:1.5}.service-index_card .learn-more{font-family:var(--mono-font);font-size:var(--small-font-size);color:var(--first-color)}.blog-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1140px;margin:0 auto;padding:0 1.5rem 4rem;display:grid}.blog-card{border:1px solid #ffffff24;border-radius:1rem;flex-direction:column;transition:border-color .3s,transform .3s;display:flex;overflow:hidden}.blog-card:hover{border-color:var(--first-color);transform:translateY(-4px)}.blog-card_visual{aspect-ratio:16/9;background:radial-gradient(circle at 70% 20%,#41ff3329,#0000 60%),#0c0d0c;justify-content:center;align-items:center;display:flex}.blog-card_visual .icon{color:var(--first-color);font-size:2.2rem}.blog-card_body{flex-direction:column;flex:1;padding:1.4rem 1.5rem 1.6rem;display:flex}.blog-card_tag{font-family:var(--mono-font);font-size:var(--small-font-size);color:var(--first-color);margin-bottom:.6rem}.blog-card_body h3{font-family:var(--pop-font);color:var(--white-color);margin-bottom:.6rem;font-size:1.15rem;line-height:1.3}.blog-card_body p{color:var(--text-color);margin-bottom:1rem;font-size:.92rem;line-height:1.5}.blog-card_meta{font-family:var(--mono-font);font-size:var(--small-font-size);color:var(--text-color);justify-content:space-between;margin-top:auto;display:flex}.blog-article{max-width:760px;color:var(--text-color);margin:0 auto;padding:1rem 1.5rem 4rem}.blog-article h2{font-family:var(--pop-font);color:var(--white-color);margin:2.2rem 0 1rem;font-size:1.5rem}.blog-article h3{font-family:var(--pop-font);color:var(--white-color);margin:1.8rem 0 .8rem;font-size:1.2rem}.blog-article p{margin-bottom:1.2rem;font-size:1.02rem;line-height:1.75}.blog-article ul,.blog-article ol{margin:0 0 1.2rem 1.4rem;line-height:1.75}.blog-article li{margin-bottom:.5rem}.blog-article strong{color:var(--white-color)}.blog-article blockquote{border-left:3px solid var(--first-color);font-family:var(--caveat-font);color:var(--white-color);margin:1.6rem 0;padding:.4rem 0 .4rem 1.2rem;font-size:1.3rem}.blog-article_meta{max-width:760px;font-family:var(--mono-font);font-size:var(--small-font-size);color:var(--text-color);flex-wrap:wrap;align-items:center;gap:1rem;margin:0 auto;padding:2rem 1.5rem 0;display:flex}.blog-article_meta .tag{color:var(--first-color)}.blog-article_author{border:1px solid #ffffff24;border-radius:.75rem;align-items:center;gap:1rem;max-width:760px;margin:3rem auto 0;padding:1.5rem;display:flex}.blog-article_author h4{color:var(--white-color);font-family:var(--pop-font);margin-bottom:.2rem;font-size:1rem}.blog-article_author p{color:var(--text-color);margin:0;font-size:.85rem}@media screen and (width<=600px){.blog-article h2{font-size:1.3rem}}.contact-meta{z-index:1;font-family:var(--mono-font);font-size:var(--small-font-size);color:var(--text-color);flex-wrap:wrap;justify-content:center;gap:1.6rem;padding:0 1rem 2.5rem;display:flex;position:relative}.contact-meta a{color:var(--white-color);transition:color .3s}.contact-meta a:hover{color:var(--first-color)}.contact-meta .icon{color:var(--first-color);margin-right:.35rem}.stats-strip{text-align:center;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;max-width:1140px;margin:0 auto;padding:0 1.5rem 3rem;display:grid}.stats-strip_item b{font-family:var(--pop-font);color:var(--first-color);font-size:2rem;display:block}.stats-strip_item span{font-family:var(--mono-font);font-size:var(--small-font-size);color:var(--text-color)}.geo-spotlight{background:radial-gradient(circle at 85% 0,#41ff331a,#0000 55%);border:1px solid #41ff3359;border-radius:1.25rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1140px;margin:0 auto 1rem;padding:2.4rem 2rem;display:flex}.geo-spotlight_text{flex:420px}.geo-spotlight_tag{font-family:var(--caveat-font);color:var(--first-color);font-size:var(--expo-font-size);font-weight:700}.geo-spotlight_text h2{font-family:var(--pop-font);color:var(--white-color);margin:.4rem 0 .8rem;font-size:1.7rem}.geo-spotlight_text p{color:var(--text-color);font-size:var(--p-font-size);max-width:560px}.geo-spotlight_list{flex-direction:column;flex:280px;gap:.8rem;display:flex}.geo-spotlight_list li{color:var(--white-color);align-items:center;gap:.6rem;font-size:.95rem;list-style:none;display:flex}.geo-spotlight_list .icon{color:var(--first-color);font-size:1.2rem}@media screen and (width<=600px){.geo-spotlight{padding:1.8rem 1.4rem}.geo-spotlight_text h2{font-size:1.35rem}}.principles_list{flex-direction:column;gap:0;max-width:820px;margin:0 auto;padding:0 1.5rem;display:flex}.principle_item{border-bottom:1px solid #ffffff1f;gap:1.5rem;padding:1.6rem 0;display:flex}.principle_item:last-child{border-bottom:none}.principle_item .num{font-family:var(--pop-font);font-size:1.8rem;font-weight:var(--font-ton);color:var(--first-color);flex:none;width:2.6rem}.principle_item h3{font-family:var(--pop-font);color:var(--white-color);margin-bottom:.4rem;font-size:1.05rem}.principle_item p{color:var(--text-color);font-size:.94rem;line-height:1.6}.citation-example{background:radial-gradient(circle at 10% 0,#41ff3314,#0000 55%);border:1px solid #41ff334d;border-radius:1rem;max-width:700px;margin:0 auto;padding:1.8rem 2rem}.citation-example_prompt{font-family:var(--mono-font);font-size:var(--small-font-size);color:var(--text-color);border-bottom:1px dashed #ffffff26;margin-bottom:1rem;padding-bottom:1rem}.citation-example_prompt span{color:var(--first-color)}.citation-example_answer{color:var(--white-color);font-size:.98rem;line-height:1.7}.citation-example_answer mark{color:var(--first-color);font-family:var(--mono-font);background:#41ff332e;border-radius:.3rem;padding:.1rem .35rem;font-size:.85em}.report-preview{border:1px solid #ffffff24;border-radius:1rem;max-width:640px;margin:0 auto;overflow:hidden}.report-preview_row{color:var(--white-color);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1.1rem 1.5rem;display:flex}.report-preview_row:last-child{border-bottom:none}.report-preview_row .label{align-items:center;gap:.8rem;font-size:.95rem;display:flex}.report-preview_row .label .icon{color:var(--first-color);font-size:1.3rem}.report-preview_row .value{font-family:var(--mono-font);color:var(--first-color);font-size:.95rem}@media screen and (width<=1024px){.card_container{row-gap:1.5rem}.card_article,.card_article:hover,.card_article:not(:hover){flex-direction:column;align-items:center;display:flex;overflow:visible;animation:none!important}.card_article .card_data,.card_article:hover .card_data,.card_article:not(:hover) .card_data{width:100%;max-width:328px;box-shadow:none;text-align:center;margin-top:-1.5rem;opacity:1!important;transition:none!important;animation:none!important;position:static!important;transform:none!important}}.dby-pb-overlay,.dby-pb-overlay *{box-sizing:border-box}.dby-pb-overlay{opacity:0;pointer-events:none;z-index:9999;background:#1111118c;justify-content:center;align-items:center;padding:20px;transition:opacity .3s;display:flex;position:fixed;inset:0}.dby-pb-overlay.is-visible{opacity:1;pointer-events:auto}.dby-pb-overlay .dby-pb{text-align:center;background:#e7e5e2;border-top:4px solid #121212;border-radius:14px;width:420px;max-width:100%;padding:32px 28px 26px;font-family:"'Inter'",sans-serif;transition:transform .3s;position:relative;transform:scale(.96)}.dby-pb-overlay.is-visible .dby-pb{transform:scale(1)}.dby-pb-overlay .pb-close{color:#55524c;cursor:pointer;background:0 0;border:none;border-radius:6px;width:26px;height:26px;font-size:20px;position:absolute;top:12px;right:12px}.dby-pb-overlay .pb-close:hover{color:#121212;background:#0000000f}.dby-pb-overlay .pb-brand{align-items:center;gap:8px;margin-bottom:14px;display:inline-flex}.dby-pb-overlay .pb-arrow{width:24px;height:24px}.dby-pb-overlay .pb-brand span{color:#121212;font-family:"'Space Grotesk'",sans-serif;font-size:18px;font-weight:700}.dby-pb-overlay .pb-headline{color:#121212;margin:0 0 8px;font-family:"'Space Grotesk'",sans-serif;font-size:19px;font-weight:700}.dby-pb-overlay .pb-copy{color:#55524c;margin:0 0 22px;font-size:14px;font-weight:500}.dby-pb-overlay .pb-cta{flex-direction:column;min-width:240px;text-decoration:none;display:inline-flex}.dby-pb-overlay .pb-cap{background:#121212;height:5px}.dby-pb-overlay .pb-body{color:#fff;background:#2e46fa;flex-direction:column;gap:2px;padding:11px 22px;transition:background .15s;display:flex}.dby-pb-overlay .pb-cta:hover .pb-body,.dby-pb-overlay .pb-cta:focus-visible .pb-body{background:#1f32d6}.dby-pb-overlay .pb-label{letter-spacing:.08em;text-transform:uppercase;opacity:.85;font-size:10.5px;font-weight:700}.dby-pb-overlay .pb-title{font-family:"'Space Grotesk'",sans-serif;font-size:15px;font-weight:700}@media (prefers-reduced-motion:reduce){.dby-pb-overlay,.dby-pb-overlay .dby-pb{transition:none}}
/*# sourceMappingURL=repo.62a56192.css.map */
