.layout{display:flex;flex-direction:column;justify-content:start;align-items:center;width:100%;height:100%;padding:0;margin:0;background:var(--background-default)}.padding-20{padding:20px}.light{color:var(--grey-400);padding:0;margin:0;font-size:var(--font-sm);line-height:1.2}.d-flex{display:flex;align-items:center;justify-content:center;width:100%;gap:30px}.d-flex.col{flex-direction:column}.card{display:flex;align-items:center;justify-content:center;margin:0;border-radius:var(--border-radius-md);width:-moz-fit-content;width:fit-content;gap:12px;padding:12px;@media (max-width:720px){flex-direction:column}& span{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}}.card.column{flex-direction:column}.bg-grey{background:var(--grey-100)}.border-global{border:var(--global-border)}.d-flex.column{flex-direction:column}.container{max-width:1200px;box-sizing:border-box;align-content:center;width:100%;padding:0;@media (max-width:768px){padding-left:20px;padding-bottom:0;padding-right:20px;padding-top:0}}.container.framed{border-left:1px solid var(--grey-border-muted);border-right:1px solid var(--grey-border-muted);@media (max-width:768px){border-left-color:currentcolor;border-left-style:none;border-left-width:medium;border-right-color:currentcolor;border-right-style:none;border-right-width:medium}}.spacer-30{width:100%;height:30px}.spacer-50{width:100%;height:50px}.spacer-100{width:100%;height:100px}.spacer-200{width:100%;height:200px}.flex-section{display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;width:100%;padding:100px 0}@keyframes bounceOut{0%{transform:translate(0);opacity:1}50%{transform:translate(20px,-20px);opacity:0}75%{transform:translate(-20px,20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes rotation_481{0%{transform:rotate(-80deg)}to{transform:rotate(280deg)}}.preloader-background{position:relative;height:100vh;width:100vw;z-index:9998;background-color:var(--dark-grey)}.preloader{position:fixed;top:0;bottom:0;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;z-index:99999;background-color:var(--dark-grey);animation:fadeIn .4s ease-in both;.logo{animation:bounceIn .6s ease-in both}}.spinner{display:inline-block;position:absolute;border:3px solid rgba(255,255,255,.1);border-left-color:white;border-radius:50%;width:85px;height:85px;animation:preloaderSpin 4s linear infinite}.hero-section-background{border-bottom:1px solid var(--grey-border-muted);width:100%;background-image:radial-gradient(circle at bottom,#092feb 0,#092feb 3%,#002761 20%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%)}.hero-wrapper{width:100%;background-image:radial-gradient(circle at 50% 100%,rgba(255,255,255,0) 0,#000000 100%),url(/_next/static/media/background_grid.3daf184b.svg);background-size:cover;background-position:50%;background-repeat:no-repeat;padding:200px 0 250px;gap:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box;@media (max-width:768px){padding-left:20px;padding-bottom:150px;padding-right:20px;padding-top:150px}}.hero-title{display:flex;flex-direction:column;align-items:center;justify-content:center;text-wrap:balance;text-align:center;box-sizing:border-box;gap:20px;@media (max-width:768px){width:100%}}.hero-title h1,.hero-title h2,.hero-title h3{animation:fadeIn .5s ease-in-out;animation-fill-mode:both;animation-delay:.1s;line-height:1.2;background:linear-gradient(96deg,#9a9a9c,#d6d6d6 18%,#e9e9e9 45%,#e8e8e8 72%,#9c9a9a);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;text-fill-color:transparent}.hero-title p{color:var(--grey-700);font-size:var(--font-md);width:70%;box-sizing:border-box;text-wrap:balance;margin:0;animation:fadeIn .5s ease-in-out;animation-fill-mode:both;animation-delay:.3s;@media (max-width:768px){width:100%}}.button-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;width:-moz-fit-content;width:fit-content;animation:fadeIn .5s ease-in-out;animation-fill-mode:both;animation-delay:.5s;@media (max-width:768px){gap:12px}}@media (max-width:768px){.navbar .button-wrapper{gap:20px;padding-right:10px}.navbar .button-wrapper #sign-in-button{display:none}}.modal-separator{display:flex;align-items:center;text-align:center;margin:0;width:100%}.modal-separator:after,.modal-separator:before{content:"";flex:1;border-bottom:1px solid var(--grey-border)}.modal-separator:not(:empty):before{margin-right:10px}.modal-separator:not(:empty):after{margin-left:10px}.modal-separator span{font-size:var(--font-sm);color:var(--grey-400);white-space:nowrap;line-height:1}.section-title{justify-self:center;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;line-height:1.2;gap:20px;padding:0}.section-title .preheader{text-transform:uppercase;font-size:var(--font-sm);color:var(--brand-primary);letter-spacing:.05em}.section-title.left-aligned{align-items:flex-start;text-align:start;gap:1.2rem}.section-title h1,.section-title h2,.section-title h3,.section-title h4,.section-title h5,.section-title h6{max-width:850px;text-wrap:balance;text-transform:capitalize;margin:0;background:linear-gradient(96deg,#9c9a9a,#d6d6d6 20%,#e9e9e9 45%,#e8e8e8 70%,#9c9a9a);background-clip:text;-webkit-background-clip:text;color:transparent;width:-moz-fit-content;width:fit-content;-webkit-text-fill-color:transparent;text-fill-color:transparent}.section-title p{font-size:var(--font-md);color:var(--grey-400);margin:0;width:100%;max-width:550px}.section-title span{font-size:12px;color:var(--grey-400);margin:0;width:70%;text-wrap:balance}.swiper-brand-logos{display:flex;justify-content:center;align-items:center;width:100%}.swiper-container-free-mode>.swiper-wrapper,.swiper-container>.swiper-wrapper{transition-timing-function:linear}.swiper-wrapper{transition:transform 0s linear}.swiper-logo{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:relative}.swiper-slide{height:auto!important;box-sizing:border-box}.swiper-container{width:100%;padding:0}.blog-swiper,.blog-swiper.swiper{box-sizing:border-box;width:100%}.blog-swiper.swiper{padding:30px}.blog-swiper-container{box-sizing:border-box;width:100%}.img-wrapper{display:flex;justify-content:center;align-items:center;width:200px;height:30px;overflow:hidden;position:relative}.img-fluid{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:relative;border-radius:var(--border-radius-md)}@media (max-width:768px){.swiper-brand-logos .swiper-slide{max-width:170px}}@media (max-width:576px){.swiper-brand-logos .swiper-slide{max-width:150px}}.logos-container{padding:20px 0;width:100%;position:relative}.logos-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,var(--dark-grey) 0,transparent 15%,transparent 85%,var(--dark-grey) 100%);z-index:2}:root{--animation-speed:10s}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-270px * 10))}}.slider{animation:scroll var(--animation-speed) linear infinite;flex-direction:row;gap:70px;width:calc(250px * 14)}.slide,.slider{display:flex;align-items:center;justify-content:center}.slide{height:40px;flex-direction:column;width:fit-c}.grid-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:1;background-image:radial-gradient(circle farthest-corner at top left,#1e1f29 0,var(--background-default) 50%,var(--dark-grey) 100%);background-clip:padding-box;width:35px;height:35px;border-radius:var(--border-radius-md);border:1px solid var(--grey-border-muted);box-shadow:var(--shadow-sm);svg{width:auto;height:20px;transition:transform .3s ease-in-out;color:var(--grey-700)}}.grid-icon.medium{width:45px;height:45px;border-radius:var(--border-radius-lg);svg{width:25px;height:25px}}.grid-icon.large{width:55px;height:55px;border-radius:var(--border-radius-lg);svg{width:30px;height:auto}}.card-image{position:relative;display:flex;align-items:flex-end;justify-content:flex-end;width:100%;height:100%;overflow:hidden}.card-image.rectangle{background-size:contain}.card-title{display:flex;flex-direction:column;padding:1.5rem 1.5rem 0;gap:8px;& span:first-child{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:18px;font-weight:500;color:var(--grey-800);white-space:nowrap;text-overflow:ellipsis}& span:last-child{color:var(--grey-500);font-size:var(--font-sm);line-height:1.6}}.card-cta-link{display:flex;flex-direction:row;gap:5px;font-weight:500;align-items:center;padding:0;cursor:pointer;text-decoration:none;color:var(--grey-700);svg{width:18px;height:18px;color:var(--brand-primary);will-change:transform;transition:transform .3s ease-in-out}}.card-glow{all:unset;overflow:visible;width:100%;height:100%;cursor:pointer;display:block}.card-glow.square{aspect-ratio:1/1}.card-glow.rectangle{width:100%}@media (max-width:768px){.card-glow.rectangle{aspect-ratio:1/1}}.content-glow{width:100%;height:100%;transform-style:preserve-3d;transition:transform .3s}.back-glow{position:relative;width:100%;height:100%;justify-content:center;display:flex;align-items:center;overflow:hidden;transition:all .3s;background-color:var(--grey-border-muted);backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:var(--border-radius-xl);box-shadow:var(--shadow-lg)}.back-glow:before{opacity:0;z-index:3;position:absolute;content:"";display:block;width:120px;height:300%;background:linear-gradient(90deg,transparent,var(--brand-primary-border),var(--brand-primary-border),var(--brand-primary-border),var(--brand-primary),transparent);transition:all .7s ease;animation:rotation_481 6s linear infinite;animation-play-state:paused}.back-glow:hover:before{opacity:1;animation-play-state:running}.back-glow:hover{background-color:var(--grey-border)}.card-glow-content{position:absolute;z-index:4;top:1px;right:1px;left:1px;bottom:1px;background-repeat:no-repeat;border-radius:calc(var(--border-radius-xl) - 1px);color:white;display:flex;flex-direction:column;gap:.7rem;text-decoration:none;background-size:100%;transition:all .3s;overflow:hidden}.back-glow:hover .card-glow-content,.card-glow-content{background-color:var(--background-subtle)}.grid-container{display:grid;grid-template-columns:repeat(12,1fr);gap:20px;padding:0}@media (max-width:768px){.grid-container{grid-template-columns:1fr;gap:15px}}.col-lg-4{grid-column:span 4}.col-lg-5{grid-column:span 5}.col-lg-6{grid-column:span 6}.col-lg-7{grid-column:span 7}.col-lg-8{grid-column:span 8}@media (max-width:768px){.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8{grid-column:span 1}}.m-5{margin:5px}.m-10{margin:10px}.m-15{margin:15px}.m-20{margin:20px}.navbar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:15px 0;gap:0;height:-moz-fit-content;height:fit-content;width:100%;max-width:1200px;box-sizing:border-box;@media (max-width:768px){padding-left:12px;padding-bottom:12px;padding-right:12px;padding-top:12px}}.header-section{position:absolute;display:flex;align-items:center;justify-content:center;top:0;left:0;z-index:3;padding:0;margin:0;gap:0;box-sizing:border-box;transition:height .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out;width:100%;&.sticky{top:0;box-shadow:var(--shadow-md);animation:fadeInDown .7s ease-in-out 0s 1 normal none running;background-color:oklch(20% .014 272/75%);border-bottom:1px solid var(--grey-border-muted);height:auto}&.sticky,&.toggle-active{position:fixed;backdrop-filter:blur(5px)}&.toggle-active{flex-direction:column;align-items:flex-start;justify-content:flex-start;background-color:var(--dark-grey);height:100%}}.mobile-menu-list{display:none;box-sizing:border-box;&.toggle-active{display:flex;flex-direction:column;position:relative;align-items:flex-start;list-style:none;height:100%;width:100%;padding:10px;gap:10px;box-sizing:border-box}}.mobile-menu-list span{opacity:0;width:100%;display:flex;flex-direction:column;gap:10px;align-items:flex-start;justify-content:center;box-sizing:border-box;animation:fadeIn .5s ease-in forwards}.mobile-menu-list span:first-child{animation-delay:.1s}.mobile-menu-list span:nth-child(2){animation-delay:.2s}.mobile-menu-list span:nth-child(3){animation-delay:.3s}.mobile-menu-list span:nth-child(4){animation-delay:.4s}.mobile-menu-list span:nth-child(5){animation-delay:.5s}#navbar-checkbox{display:none}.navbar-toggle-button{position:relative;width:23px;height:23px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;transition-duration:.5s;@media (min-width:768px){display:none}}.navbar-toggle-bar{width:100%;height:2px;background-color:var(--grey-400);border-radius:2px}#navbar-bar2{transition-duration:.8s}#navbar-bar1,#navbar-bar3{width:100%}#navbar-checkbox:checked+.navbar-toggle-button .navbar-toggle-bar{position:absolute;transition-duration:.5s}#navbar-checkbox:checked+.navbar-toggle-button #navbar-bar2{transform:scaleX(0);transition-duration:.5s}#navbar-checkbox:checked+.navbar-toggle-button #navbar-bar1{width:100%;transform:rotate(45deg);transition-duration:.5s}#navbar-checkbox:checked+.navbar-toggle-button #navbar-bar3{width:100%;transform:rotate(-45deg);transition-duration:.5s}#navbar-checkbox:checked+.navbar-toggle-button{transition-duration:.5s;transform:rotate(180deg)}.nav-link{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;text-decoration:none;color:var(--grey-700);font-weight:500;transition:all .3s;line-height:1;box-sizing:border-box;width:100%;padding:6px 10px;border-radius:8px;&:hover{color:var(--grey-800);background:oklch(1 .005 300/.1)}}.nav-link.open{color:var(--grey-800);background:oklch(1 .005 300/.1)}@media (max-width:768px){.nav-link{padding:12px;border-radius:var(--border-radius-md);background:var(--grey-100)}.nav-link:active{background:var(--grey-200)}}.nav-link.active{background:var(--grey-300)}.nav-link span:first-child{width:100%}.nav-link span:nth-child(2){width:-moz-fit-content;width:fit-content;@media (max-width:768px){display:block}}.menu-list{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;padding:0;margin:0;list-style:none;line-height:1;@media (max-width:768px){display:none}}.navbar-inner{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:50px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:-moz-fit-content;width:fit-content;overflow:hidden;padding:0;@media (max-width:768px){gap:0}}.navbar-inner .logo-link{display:flex;align-items:center;justify-content:center;padding:0;margin:0}.chevron-down{box-sizing:border-box;position:relative;display:block;width:16px;height:16px;border:2px solid transparent;border-radius:100px;transition:transform .3s ease}.chevron-down.rotate{transform:rotate(180deg)}.chevron-down:after{content:"";width:8px;height:8px;border-bottom:1px solid;border-right:1px solid;transform:rotate(45deg);left:0;top:0}.chevron-down:after,.chevron-right{display:block;box-sizing:border-box;position:relative}.chevron-right{width:16px;height:16px;border:2px solid transparent;border-radius:100px}.chevron-right:after{content:"";display:block;box-sizing:border-box;position:relative;width:8px;height:8px;border-bottom:1px solid;border-right:1px solid;transform:rotate(-45deg);left:-2px;top:2px}.dropdown-menu{display:none;position:absolute;@media (max-width:768px){display:none;position:relative}}.dropdown-menu.show{display:flex;flex-direction:row;align-items:center;justify-content:start;margin-top:17px;height:-moz-fit-content;height:fit-content;border-radius:var(--border-radius-xl);border:1px solid var(--grey-border-muted);box-shadow:var(--shadow-lg);z-index:100;padding:.7rem;gap:.7rem;background-color:oklch(20% .013 275/100%);animation:fadeInFromTop .2s ease-in-out;transform-origin:top center;box-sizing:border-box;overflow:hidden;@media (max-width:768px){margin-top:0}}.dropdown-menu .nav-list{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:0;@media (max-width:768px){padding-left:8px;padding-bottom:8px;padding-right:8px;padding-top:8px;border-right-color:currentcolor;border-right-style:none;border-right-width:medium}}.dropdown-menu .cta-container{display:flex;flex-direction:column;height:100%;padding:.5rem;margin-left:0;border-radius:var(--border-radius-lg);box-sizing:border-box;align-items:center;justify-content:space-between;background:rgba(8,9,13,.6)}.dropdown-item{font-weight:500;color:var(--grey-400);width:100%;border-radius:var(--border-radius-lg);padding:.5rem 1rem .5rem .5rem;text-decoration:none;white-space:normal;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:15px;box-sizing:border-box;transition:background-color .3s;@media (max-width:768px){padding-left:10px;padding-bottom:10px;padding-right:10px;padding-top:10px;gap:10px}}.dropdown-item .stacked{gap:0;& span:first-child{font-weight:450;color:var(--grey-800)}& span:first-child,& span:last-child{font-size:var(--font-sm);line-height:21px}& span:last-child{font-weight:350;color:var(--grey-500)}}.dropdown-item:hover{background:rgb(35,37,46,.6)}.mobile-button-wrapper{margin-top:auto;padding:10px;width:100%;box-sizing:border-box;border-radius:var(--border-radius-md);background:var(--grey-25);border:1px solid var(--grey-border);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;box-shadow:var(--shadow-lg);animation:fadeIn .5s ease-in forwards}.cta-wrapper{padding:100px 50px 90px;border-radius:30px;border:1px solid var(--grey-border);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;box-shadow:var(--shadow-lg);box-sizing:border-box;max-width:1200px;background-size:cover;background-repeat:no-repeat;background-position:100%;background-image:url(/_next/static/media/background_grid.3daf184b.svg),linear-gradient(135deg,var(--background-default) 0,oklch(33% .037 271/5%) 5%,oklch(35% .045 272/10%) 25%,oklch(45% .045 272/40%) 70%,var(--background-default) 100%);box-shadow:0 4px 10px rgba(0,0,0,.2);transition:all .3s ease-in-out;@media (max-width:768px){padding-left:20px;padding-bottom:50px;padding-right:20px;padding-top:50px}}.cta-wrapper h1{font-size:60px;line-height:1.2;background:linear-gradient(96deg,#c0c0c0,#d6d6d6 40%,#e8e8e8 70%,#d0d0d0);background-clip:text;-webkit-background-clip:text;margin:0;color:transparent;-webkit-text-fill-color:transparent;text-fill-color:transparent;@media (max-width:768px){font-size:40px}}.cta-wrapper p{color:var(--grey-600);line-height:1.6;width:60%;margin:0 0 10px;@media (max-width:768px){width:100%}}.features-wrapper{padding:150px 0;box-sizing:border-box;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:25px;text-align:center;transition:all .3s ease-in-out;@media (max-width:768px){padding-left:20px;padding-bottom:100px;padding-right:20px;padding-top:100px}}.waitlist-wrapper{padding:150px 0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:25px;text-align:center;background-color:var(--grey-200);background-image:radial-gradient(circle at 50% 150%,rgba(255,255,255,0) 0,#000000 100%),url(/_next/static/media/background_grid.3daf184b.svg);background-size:cover;box-sizing:border-box;background-repeat:no-repeat;background-position:bottom;transition:all .3s ease-in-out;@media (max-width:768px){padding-left:20px;padding-bottom:100px;padding-right:20px;padding-top:100px}}.logo-wrapper{border-radius:12px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 55px hsla(236,79%,56%,.884)}.waitlist-wrapper h2{line-height:1.2;background:linear-gradient(96deg,#c0c0c0,#d6d6d6 40%,#e8e8e8 70%,#d0d0d0);background-clip:text;-webkit-background-clip:text;margin:0;color:transparent;-webkit-text-fill-color:transparent;text-fill-color:transparent}.waitlist-wrapper p{color:var(--grey-600);margin-top:0;line-height:1.6;width:60%;margin-bottom:10px;@media (max-width:768px){width:100%}}.tag{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;font-size:var(--font-sm);font-weight:500;padding:5px 10px;border-radius:8px;color:var(--grey-700);background-color:var(--indicator-bg);border:1px solid var(--grey-border-hover);box-shadow:var(--shadow-md)}.pulsing-circle{animation:fadeIn;animation-duration:1s;animation-fill-mode:both;animation-timing-function:ease-in-out;position:relative;z-index:10;box-sizing:content-box;display:block;border-radius:50%;padding:0;margin-left:15px;margin-right:5px}.pulsing-circle:before{z-index:0;background:var(--brand-primary);animation:pulsing-circle 1.5s ease-out infinite}.pulsing-circle:after,.pulsing-circle:before{content:"";position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:12px;height:12px;border-radius:50%}.pulsing-circle:after{z-index:1;background:var(--brand-primary-border);transition:all .2s}.pulsing-circle img{position:relative;z-index:3;max-width:100%;width:auto;height:auto}.pulsing-circle span{display:block;position:relative;z-index:3;width:0;height:0;border-left:32px solid #fff;border-top:22px solid transparent;border-bottom:22px solid transparent}@keyframes pulsing-circle{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}to{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(6.5);opacity:0}}@keyframes pulsing-button{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(.8);opacity:1}to{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);opacity:0}}.contact-icon-container{position:relative;display:flex;flex-direction:row;gap:15px;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:start;padding:20px 0;height:30px}.contact-icon-container svg{fill:var(--grey-700)}.orbit-section{padding:0}.orbit-container,.orbit-section{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;overflow:hidden}.orbit-container{position:relative;height:30em}.orbit-container:before{content:"";position:absolute;height:30em;padding:10px;left:0;right:0;bottom:-5;background:linear-gradient(to top,var(--background-default) 0,var(--background-default) 12%,transparent 35%,transparent 100%);z-index:1;overflow:hidden}.orbit-wrapper{margin-top:8em;height:30em;width:1200px;font-size:1.3em;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;transition:opacity .4s}.orbit-center{position:absolute;z-index:5;font-size:2em;width:50px;height:50px;background:var(--brand-primary);border-radius:50%}@media (max-width:768px){.orbit-center{width:30px;height:30px;font-size:1em}}span[class^=ring]{position:absolute;transition:transform .5s ease,opacity .5s ease;opacity:.8;border:1px solid var(--grey-border);padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;box-sizing:content-box;transition:opacity .4s}.orbit-wrapper:hover span[class^=ring]{opacity:1}span[class^=ring]>span{position:absolute;top:50%;left:50%;width:50px;height:50px;margin:-25px;background:var(--surface-default);border:1px solid var(--grey-border);border-radius:50%}:root{--ring-size:18em;--ring-2-size:28em;--translate-distance-ring:9em;--translate-distance-ring-2:14em}@media (max-width:768px){:root{--ring-size:14em;--ring-2-size:22em;--translate-distance-ring:7em;--translate-distance-ring-2:11em}}.ring{position:fixed;width:var(--ring-size);height:var(--ring-size);animation:clockwiseRotate 60s linear infinite}.ring>span{display:flex;flex-direction:column;align-items:center;justify-content:center}.ring .icon{position:relative;-o-object-position:center;object-position:center;-o-object-fit:contain;object-fit:contain}.ring>span:first-of-type{transform:rotate(72deg) translate(var(--translate-distance-ring))}.ring>span:first-of-type .icon{animation:counterClockwiseRotate72deg 60s linear infinite}.ring>span:nth-of-type(2){transform:rotate(144deg) translate(var(--translate-distance-ring))}.ring>span:nth-of-type(2) .icon{animation:counterClockwiseRotate144deg 60s linear infinite}.ring>span:nth-of-type(3){transform:rotate(216deg) translate(var(--translate-distance-ring))}.ring>span:nth-of-type(3) .icon{animation:counterClockwiseRotate216deg 60s linear infinite}.ring>span:nth-of-type(4){transform:rotate(288deg) translate(var(--translate-distance-ring))}.ring>span:nth-of-type(4) .icon{animation:counterClockwiseRotate288deg 60s linear infinite}.ring>span:nth-of-type(5){transform:rotate(0deg) translate(var(--translate-distance-ring))}.ring-2,.ring>span:nth-of-type(5) .icon{animation:counterClockwiseRotate 60s linear infinite}.ring-2{position:fixed;width:var(--ring-2-size);height:var(--ring-2-size)}.ring-2>span{display:flex;flex-direction:column;align-items:center;justify-content:center}.ring-2 .icon{position:relative;-o-object-position:center;object-position:center;-o-object-fit:contain;object-fit:contain}.ring-2>span:first-of-type{transform:rotate(72deg) translate(var(--translate-distance-ring-2))}.ring-2>span:first-of-type .icon{animation:clockWiseRotate288deg 60s linear infinite}.ring-2>span:nth-of-type(2){transform:rotate(144deg) translate(var(--translate-distance-ring-2))}.ring-2>span:nth-of-type(2) .icon{animation:clockWiseRotate216deg 60s linear infinite}.ring-2>span:nth-of-type(3){transform:rotate(216deg) translate(var(--translate-distance-ring-2))}.ring-2>span:nth-of-type(3) .icon{animation:clockWiseRotate144deg 60s linear infinite}.ring-2>span:nth-of-type(4){transform:rotate(288deg) translate(var(--translate-distance-ring-2))}.ring-2>span:nth-of-type(4) .icon{animation:clockWiseRotate72deg 60s linear infinite}.ring-2>span:nth-of-type(5){transform:rotate(1turn) translate(var(--translate-distance-ring-2))}.ring-2>span:nth-of-type(5) .icon{animation:clockwiseRotate 60s linear infinite}.orbit-icon-container{position:relative;width:120px;height:120px}.orbit-icon,.orbit-icon-container{display:flex;justify-content:center;align-items:center;z-index:2}.orbit-icon{width:100px;height:100px;cursor:pointer;border-radius:50%;background-color:var(--surface-default);border:2px solid var(--brand-primary-border);transition:box-shadow .4s ease-in-out;box-shadow:0 0 35px var(--brand-primary-border),inset 0 0 8px rgb(1,160,252),0 0 3px rgb(1,193,252)}.orbit-wrapper:hover .orbit-icon{box-shadow:0 0 70px var(--brand-primary-border),inset 0 0 10px rgb(1,181,252),0 0 5px rgb(1,193,252)}.orbit-icon svg{font-size:45px;color:var(--brand-primary);animation:icon-fade 4s linear forwards}@keyframes clockwiseRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes clockWiseRotate72deg{0%{transform:rotate(72deg)}to{transform:rotate(432deg)}}@keyframes clockWiseRotate144deg{0%{transform:rotate(144deg)}to{transform:rotate(504deg)}}@keyframes clockWiseRotate216deg{0%{transform:rotate(216deg)}to{transform:rotate(576deg)}}@keyframes clockWiseRotate288deg{0%{transform:rotate(288deg)}to{transform:rotate(648deg)}}@keyframes counterClockwiseRotate{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes counterClockwiseRotate72deg{0%{transform:rotate(-72deg)}to{transform:rotate(-432deg)}}@keyframes counterClockwiseRotate144deg{0%{transform:rotate(-144deg)}to{transform:rotate(-504deg)}}@keyframes counterClockwiseRotate216deg{0%{transform:rotate(-216deg)}to{transform:rotate(-576deg)}}@keyframes counterClockwiseRotate288deg{0%{transform:rotate(-288deg)}to{transform:rotate(-648deg)}}@keyframes icon-fade{0%{color:var(--grey-400)}10%{color:var(--grey-400)}25%{color:var(--brand-primary-border)}to{color:var(--brand-primary-border)}}.blog-wrapper{display:flex;flex-direction:column;gap:20px;padding:20px 0;max-width:1200px;width:100%;color:var(--grey-700);animation:fadeIn .8s ease-in-out;box-sizing:border-box;@media (max-width:768px){padding-left:20px;padding-bottom:20px;padding-right:20px;padding-top:20px}}.blog-grid{display:grid;grid-template-columns:1fr 1fr 1fr;width:100%;max-width:1200px;gap:15px;box-sizing:border-box;@media (max-width:768px){grid-template-columns:1fr}}.blog-card-link{max-width:1200px}.blog-card,.blog-card-link{text-decoration:none;box-sizing:border-box;height:100%;width:-moz-fit-content;width:fit-content}.blog-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;transition:all .3s linear;border-radius:var(--border-radius-lg);padding:15px;gap:15px;font-size:var(--font-sm);background:var(--background-default);background-image:radial-gradient(circle at top left,#1F212B 0,var(--dark-grey) 100%);color:var(--grey-700);border:1px solid var(--grey-border);box-shadow:var(--shadow-lg)}.blog-card:hover{border:1px solid var(--grey-border-hover)}.blog-article-title{text-align:start;width:auto}.blog-article-title,.blog-teaser-text{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:3}.blog-teaser-text{font-size:15px;line-height:1.5;color:var(--grey-400)}.blog-image{border-radius:var(--border-radius-md);border:1px solid var(--grey-border);overflow:hidden;max-width:800px;box-sizing:border-box}.single-blog-image{position:relative;border-radius:var(--border-radius-lg);border:1px solid var(--grey-border);overflow:hidden;width:100%;width:800px;height:400px}.single-blog-image img{-o-object-fit:cover;object-fit:cover}@media (max-width:768px){.single-blog-image{height:100%;aspect-ratio:16/9;max-width:100%}}@media (max-width:480px){.single-blog-image{height:225px}}.article-info{display:flex;flex-direction:row;align-items:center;gap:5px;justify-content:start}.article-info span:first-child{color:var(--grey-700);line-height:0}.article-info .author-name{font-size:var(--font-sm);color:var(--grey-700);font-weight:500;padding-left:3px}.article-info span{font-size:var(--font-sm);color:var(--grey-400);font-weight:400}.featured-blog-card{position:relative;display:flex;flex-direction:row;gap:30px;width:100%;box-sizing:border-box;padding:20px 0;font-size:var(--font-sm);text-decoration:none;transition:background-color .3s;animation:fadeIn .8s ease-in-out}.featured-blog-card .blog-image img{transform:scale(1);transition:transform .3s ease}.featured-blog-card:hover .blog-image img{transform:scale(1.02)}.featured-blog-card h2{font-size:28px;color:var(--grey-700);text-decoration:none;margin:0}@media (max-width:768px){.featured-blog-card{flex-direction:column;padding:20px;gap:10px;width:100%}}.featured-blog-card .inner-container{align-self:center;display:flex;flex-direction:column;justify-content:center;height:-moz-fit-content;height:fit-content;width:50%;gap:20px;padding:0;margin:0;@media (max-width:768px){width:100%}}.blog-grid-toolbar{display:flex;flex-direction:row;justify-content:space-between;box-sizing:border-box;padding:0;max-width:1200px;width:100%;overflow:hidden}@media (max-width:768px){.blog-grid-toolbar{flex-direction:column;padding:0}}.searchbar-column{padding:20px 15px;box-sizing:border-box;width:100%;max-width:320px}@media (max-width:768px){.searchbar-column{width:100%;max-width:none;border-top:1px solid var(--grey-border)}.searchbar-input-container{width:100%}}.blog-filter{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:10px 0;box-sizing:border-box;&::-webkit-scrollbar{display:none}}@media (max-width:768px){.blog-filter{padding:15px 20px;width:100%}}.blog-filter-button{background-color:var(--surface-default);cursor:pointer;white-space:nowrap;border-radius:20px;border:1px solid var(--grey-border);color:var(--grey-700);padding:8px 12px;font-size:12.8px;font-weight:500;transition:border-color .3s,background-color .3s}.blog-filter-button:hover{background-color:var(--surface-hover);border:1px solid var(--grey-border-hover)}.blog-filter-button.active{background-color:var(--surface-active);border:1px solid var(--grey-border-hover);color:var(--grey-800)}.blog-cta-wrapper{display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-content:center;background:var(--background-default);background-image:radial-gradient(circle at top left,#1F212B 0,var(--dark-grey) 100%);color:var(--grey-700);border:1px solid var(--grey-border);border-radius:20px;padding:30px;gap:20px;margin:25px 0;@media (max-width:768px){grid-template-columns:1fr;padding-left:20px;padding-bottom:20px;padding-right:20px;padding-top:20px}}.blog-author-container{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center}.blog-author-container .stacked{display:flex;flex-direction:column;align-items:flex-start;justify-content:start;gap:5px;padding:0;& span:first-child{color:var(--grey-800);font-size:var(--font-md)}& span:last-child{font-size:var(--font-sm);font-weight:500;color:var(--grey-500)}}.blog-text{max-width:800px;margin:0;width:100%}.blog-text,.blog-text p{word-wrap:break-word;overflow-wrap:break-word}.blog-text p{color:var(--grey-600);white-space:pre-wrap}.blog-cta-box{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;text-wrap:balance;padding:15px;border-radius:20px;gap:20px;@media (max-width:768px){padding-left:10px;padding-bottom:10px;padding-right:10px;padding-top:10px}}.lead-magnet-box{display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:1;border-radius:var(--border-radius-lg);padding:20px;box-sizing:border-box;overflow:hidden;background-position:bottom;background-repeat:no-repeat;background-size:cover;background-color:var(--grey-100);background-image:radial-gradient(circle at 50% 150%,rgba(255,255,255,0) 0,#000000 100%),url(/_next/static/media/background_grid.3daf184b.svg);box-shadow:inset 0 2px 3px 0 rgba(0,0,0,.05),0 1px 2px -1px rgba(0,0,0,.05);@media (max-width:768px){padding-left:25px;padding-bottom:25px;padding-right:25px;padding-top:25px}}.blog-title-wrapper{justify-content:center;text-align:center;margin:0;gap:20px;max-width:800px}.blog-container,.blog-title-wrapper{display:flex;flex-direction:column;align-items:center}.blog-container{margin-top:-100px;justify-content:start;max-width:1200px;padding:0;width:100%;height:-moz-fit-content;height:fit-content;box-sizing:border-box;gap:30px;animation:fadeIn .8s ease-in-out}@media (max-width:768px){.blog-container{margin-top:0;gap:20px;padding:0 20px}}.blog-title p{color:#555555;margin:6px 0;line-height:1.4}.blog-title p:first-child{color:#444444}.social-share-icons{display:flex;flex-direction:column;align-self:start;justify-self:start;top:150px;left:0;position:sticky;width:-moz-fit-content;width:fit-content;z-index:1;padding:10px;gap:10px;border-radius:var(--border-radius-md);border:1px solid var(--grey-border);box-shadow:var(--shadow-md);@media (max-width:768px){display:none}}.footer-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.footer-content{width:100%;max-width:1200px;display:flex;flex-direction:row;gap:100px;@media (max-width:768px){flex-direction:column}}.divider{width:100%;height:0;border-top:1px solid var(--grey-border-muted);margin:0}.laser-divider{width:100%;height:1px;background:linear-gradient(to right,transparent,var(--brand-primary-border),transparent);border-radius:0 100% 0 100%;margin:0}.footer-menu-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;box-sizing:border-box;padding:100px 0;width:70%;gap:20px;@media (max-width:768px){width:100%;grid-template-columns:1fr 1fr;gap:50px;padding-left:20px;padding-bottom:50px;padding-right:20px;padding-top:50px}}.footer-logo-section{display:flex;flex-direction:column;box-sizing:border-box;padding:100px 0;gap:20px;width:30%;@media (max-width:768px){width:100%;padding-left:20px;padding-bottom:20px;padding-right:20px;padding-top:20px}}.footer-list{display:flex;flex-direction:column;gap:15px;list-style-type:none;padding:0;margin:0}.footer-list p{color:var(--grey-muted)}.footer-list .socials{display:flex;align-items:flex-start;gap:12px;padding:1rem 0}.footer-list-header{color:var(--grey-700);font-weight:500;margin-bottom:8px}.footer-list li{gap:10px;width:-moz-fit-content;width:fit-content;font-size:.85rem;transition:margin-left .3s ease-in-out;font-weight:400;color:var(--grey-400)}.footer-list li:hover{color:var(--grey-600);margin-left:5px}.text-decoration-none{text-decoration:none;color:inherit}.footer-policies-bar{display:grid;grid-template-columns:1fr 1fr;max-width:1200px;width:100%;height:-moz-fit-content;height:fit-content;align-items:center;box-sizing:border-box;font-weight:400;color:var(--grey-border-hover);font-size:var(--font-sm);padding:15px 0}@media (max-width:768px){.footer-policies-bar{grid-template-columns:1fr;padding:25px}.footer-policies-bar>:first-child{border-bottom:1px solid var(--grey-border);padding-bottom:10px}.footer-policies-bar>:last-child{padding-top:10px}}@media (min-width:768px){.footer-policies-bar>:nth-child(2){justify-self:end}}.policies-bar-nav{display:flex;flex-direction:row;justify-content:space-between;height:-moz-fit-content;height:fit-content;gap:15px;align-items:center;font-size:var(--font-sm);list-style-type:none;padding:0;margin:0}.policies-bar-nav li{text-align:center}.policies-bar-nav a{font-size:var(--font-sm);color:var(--grey-border-hover);font-weight:400;text-decoration:none}.policies-bar-nav a:hover{color:var(--grey-400)}.subscription-form{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;margin:0;padding:0;transition:all .2s ease-in-out;width:100%;max-width:400px;gap:10px;@media (max-width:768px){flex-direction:column}}.subscription-form.large{max-width:500px}.subscription-form-button{font-size:var(--font-md);font-weight:550;padding:10px 20px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;border-radius:var(--border-radius-md);box-shadow:var(--shadow-md);text-decoration:none;transition:all .3s ease;white-space:nowrap;width:auto;box-sizing:border-box;font-family:var(--inter);background-color:var(--brand-primary);border:1px solid var(--brand-primary-border);height:100%;width:-moz-fit-content;width:fit-content;color:var(--grey-700);@media (max-width:768px){width:100%}}.subscription-form-button.large{font-weight:550;padding:15px 20px}.subscription-form-button:hover{background-color:var(--brand-hover);box-shadow:0 0 8px rgba(14,76,211,.3)}.subscription-form-container:focus-within{box-shadow:none;border-color:var(--grey-border-hover)}.subscription-form-container:focus-within .subscription-form-arrow{color:var(--brand-primary)}.form-input{display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:var(--font-md);padding:10px 12px;box-sizing:border-box;width:100%;height:100%;border:1px solid var(--grey-300);outline:none;color:var(--grey-700);background:var(--grey-200);border-radius:var(--border-radius-md)}.form-input.large{padding:15px}.form-input:focus{border:1px solid var(--brand-primary);background-color:var(--grey-300);box-shadow:0 0 8px rgba(14,76,211,.3)}.form-input::-moz-placeholder{color:var(--grey-500);font-size:var(--font-md);font-weight:400}.form-input::placeholder{color:var(--grey-500);font-size:var(--font-md);font-weight:400}.subscription-form-checkmark{background:transparent;transition:all .2s ease-in-out;border:none;color:var(--grey-700);padding:0;line-height:0}.subscription-form-checkmark svg{background-color:transparent;fill:none;width:28px;height:28px;will-change:transform;transition:transform .3s ease-in-out}@media (max-width:767.98px){.subscription-form-checkmark svg{width:20px}}.subscription-form-arrow{background:transparent;border:none;color:var(--grey-100);padding:0;line-height:0}.subscription-form-arrow svg{background-color:transparent;fill:none;width:28px;height:28px;will-change:transform;transition:transform .3s ease-in-out}@media (max-width:767.98px){.subscription-form-arrow svg{width:26px}}.social-share-icon{display:flex;align-items:center;justify-content:center;font-size:18px;padding:0;margin:0}.social-share-icon,.social-share-icon svg{color:var(--grey-400);width:auto;height:18px;transition:all .3s}.social-share-icon svg{fill:var(--grey-400)}.social-share-icon:hover{color:var(--grey-muted)}.social-share-icon svg:hover{fill:var(--grey-muted);color:var(--grey-muted)}.image-section{display:flex;justify-content:center;align-items:flex-start;width:100%;height:100%;padding:2rem 0;gap:4rem}.image-section.left{flex-direction:row;@media (max-width:768px){flex-direction:column}}.image-section.right{flex-direction:row-reverse;@media (max-width:768px){flex-direction:column}}.image-section-frame{position:relative;display:flex;width:auto;height:340px;border:1px solid var(--grey-border-muted);border-radius:var(--border-radius-md);box-shadow:var(--shadow-lg);overflow:hidden;aspect-ratio:6125/3496}.image-section-frame .img{height:100%;width:auto;-o-object-fit:cover;object-fit:cover}.image-features{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;position:relative;gap:1.5rem}.image-section .image-wrapper{width:100%;display:flex;align-items:center;position:relative}.image-section.right .image-wrapper{border-left:none}@media (max-width:720px){.image-section .image-features{border-left:none;border-right:none;padding:0 0 2rem}.image-section.right .image-wrapper{border-right:none}.image-section .image-wrapper{border-left:none;border-right:none;padding:2rem 0}}.bullet-list-container{display:flex;width:100%;padding:0;gap:.5rem;margin:0;flex-direction:column;align-items:flex-start;justify-content:start}.bullet-list-item{display:flex;align-items:center;justify-content:flex-start;text-align:start;gap:10px;height:-moz-fit-content;height:fit-content;width:100%;word-wrap:break-word;overflow-wrap:break-word;& span:first-child{display:flex;align-items:center;justify-content:center;background-color:var(--brand-hue-hover);border-radius:50%;aspect-ratio:1;width:25px;height:25px}& span:last-child{color:var(--grey-400);font-size:var(--font-md);white-space:normal;word-wrap:break-word;overflow-wrap:break-word;text-wrap:wrap}}.bullet-list-item span svg{color:var(--brand-primary-border);width:auto;height:18px;font-size:18px;transition:transform .3s ease-in-out;padding:0;margin:0}.nav-tabs-wrapper{display:flex;box-sizing:border-box;flex-direction:column;align-items:center;justify-content:center;padding-bottom:30px;padding-top:0;gap:30px;width:100%;background-image:radial-gradient(circle closest-side at center,#1F212B 0,var(--background-default) 100%)}.nav-tabs-toggle{display:grid;grid-template-columns:1fr 1fr 1fr;max-width:780px;gap:15px}@media (max-width:768px){.nav-tabs-toggle{grid-template-columns:1fr;width:100%}}.nav-tab-button{flex:1;width:100%;min-width:230px;box-shadow:var(--shadow-lg);background:var(--surface-default);border:1px solid var(--grey-border-muted);padding:10px;display:flex;border-radius:var(--border-radius-xl);flex-direction:row;align-items:center;justify-content:center;gap:10px;font-size:var(--font-sm);font-weight:450;text-align:start;color:var(--grey-400);cursor:pointer;transition:all .3s ease}.nav-tab-button:hover{background:var(--surface-hover);border:1px solid var(--grey-border-hover)}.nav-tab-button svg{color:var(--grey-400);height:var(--font-md);width:auto}.nav-tab-button.active{background:var(--surface-active);color:var(--grey-800);border:1px solid var(--grey-border-hover)}.nav-tab-button.active svg{color:var(--grey-800)}.tab-pane{display:none}.tab-pane.active{display:flex;align-items:center;justify-content:center;animation:fadeIn .9s ease-in-out;width:100%;height:100%;padding:0}.nav-tab{width:100%;max-width:800px;margin:0;padding:5px;border-radius:var(--border-radius-lg);box-sizing:border-box;background:var(--surface-default);border:1px solid var(--grey-border)}.nav-tab-details{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;width:55%;gap:15px;@media (max-width:768px){width:100%}}.nav-tab-details p{margin:0}.nav-tab-details ul{display:flex;flex-direction:row;flex-wrap:wrap;align-self:center;box-sizing:border-box;margin:0 auto;gap:15px}.nav-tab-details li,.nav-tab-details ul{align-items:center;justify-content:center}.nav-tab-details li{display:inline-flex;list-style-type:none;gap:10px;color:var(--grey-400);font-size:var(--font-sm);white-space:nowrap;max-width:100%}.nav-tab-details li svg{font-size:21px;color:var(--grey-700)}.nav-tab-content{justify-content:center;background-color:var(--background-default);border:1px solid var(--grey-border);border-radius:8px;height:100%;box-shadow:inset 0 4px 6px rgba(0,0,0,.1);box-sizing:border-box}.mac-window-top-row,.nav-tab-content{display:flex;align-items:center;width:100%}.mac-window-top-row{height:-moz-fit-content;height:fit-content;margin-bottom:5px;padding-left:10px;gap:6px}.mac-window-top-row .mac-button{width:8px;height:8px;border-radius:50%;background-color:var(--grey-muted)}.dotted-background{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-image:radial-gradient(rgba(255,255,255,.2) 1px,transparent 0);background-size:32px 32px;background-position:50%;box-sizing:border-box}@media (max-width:720px){.tab-content-box{padding:0;grid-template-columns:1fr}}.tab-image-container{position:relative;align-self:center;justify-self:center;flex-direction:column;width:600px;height:400px;box-sizing:border-box}.profile-pictures-wrapper,.tab-image-container{display:flex;align-items:center;justify-content:center}.profile-pictures-wrapper{flex-direction:row;padding:0}.profile-pictures-wrapper span:not(:first-child){margin-left:-10px}.img-testimonial-wrapper{display:block;aspect-ratio:1/1;overflow:hidden;-o-object-position:center;object-position:center;transform:scale(1);padding:0;z-index:2}.img-testimonial-wrapper,.story-circle{width:35px;height:35px;border-radius:50%}.story-circle{display:flex;justify-content:center;align-items:center;padding:3px;z-index:1}.accordion-item{border:1px solid var(--grey-border-muted);border-radius:var(--border-radius-lg);padding:1rem;background-color:var(--background-subtle);margin-bottom:1rem;width:100%}.accordion-button{display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left;background:transparent;border:none;padding:1rem 0;cursor:pointer;font-weight:600;font-size:1.1rem;color:var(--grey-700)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out;color:var(--grey-400)}.accordion-content.open{max-height:1000px}.accordion-body{padding:0 0 1rem;line-height:1.6}.glow-accordion-tabs{display:grid;grid-template-columns:auto 1fr;width:100%}@media (max-width:720px){.glow-accordion-tabs{padding:5rem 0;grid-template-columns:1fr;gap:20px}.glow-accordion-tabs>.glow-accordion-container{order:2}.glow-accordion-tabs>.wrapper-grid{order:1}}.glow-accordion-container{display:flex;flex-direction:column;width:450px;gap:20px;margin:5rem 3rem}@media (max-width:720px){.glow-accordion-container{width:100%;margin:0}}.glow-accordion-item{overflow:visible;width:100%;height:100%;cursor:pointer}.glow-accordion-item .accordion-content-glow{width:100%;height:-moz-fit-content;height:fit-content;transform-style:preserve-3d;transition:transform .3s}.glow-accordion-item .accordion-back-glow{position:relative;width:100%;height:100%;justify-content:center;display:flex;align-items:center;overflow:hidden;transition:all .3s;background-color:var(--grey-border-muted);box-shadow:var(--shadow-lg);backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:var(--border-radius-xl)}.glow-accordion-item .accordion-back-glow:before{opacity:0;z-index:3;position:absolute;content:"";display:block;width:120px;height:500px;background:linear-gradient(90deg,transparent,var(--brand-primary-border),var(--brand-primary-border),var(--brand-primary-border),var(--brand-primary),transparent);transition:all .4s ease;animation:none}.glow-accordion-item.active .accordion-back-glow:before{opacity:1;animation:rotation_481 6s linear infinite}.glow-accordion-item .accordion-back-glow:hover{background-color:var(--grey-border)}.glow-accordion-item .glow-accordion-content{position:relative;height:-moz-fit-content;height:fit-content;z-index:4;margin:1px;width:100%;background-color:var(--background-subtle);background-repeat:no-repeat;border-radius:calc(var(--border-radius-xl) - 1px);color:white;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;align-items:start;text-decoration:none;background-size:100%;transition:all .3s}.glow-accordion-title{display:flex;gap:10px;align-items:center;font-size:1rem;font-weight:550;font-family:var(--inter);color:var(--grey-800);white-space:nowrap}.glow-accordion-description{max-height:0;overflow:hidden;transition:max-height .3s ease-out;color:var(--grey-400);font-size:var(--font-sm);line-height:1.6}.glow-accordion-description .inner{display:flex;flex-direction:column;padding-top:10px;gap:10px}.faq-arrow{display:inline-flex;margin-left:1rem;transition:transform .3s ease;min-width:25px}.faq-arrow.open{transform:rotate(45deg)}.divider-panel{display:grid;grid-template-columns:repeat(2,1fr);width:100%;border-right:1px solid var(--grey-border-muted);border-left:1px solid var(--grey-border-muted)}@media (max-width:720px){.divider-panel{display:flex;flex-direction:column}}.divider-panel-section{display:flex;flex-direction:column;justify-content:space-between;padding:0;gap:1rem;border:1px solid transparent;& span:first-child{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;justify-content:flex-start;padding:2.5rem 2.5rem 0}& span:nth-child(2){display:flex;padding:0;align-items:center;justify-content:center}}.divider-panel-section img{-o-object-fit:contain;object-fit:contain;width:100%;height:auto}.divider-panel p{margin:0;color:var(--grey-400)}@media (min-width:720px){.divider-panel-section:not(:nth-child(2n)){border-right:1px solid var(--grey-border-muted)}}@media (max-width:720px){.divider-panel-section{padding:1rem}.divider-panel-section:not(:nth-child(2n)){border-bottom:1px solid var(--grey-border-muted)}}.divider-grid-list{display:grid;grid-template-columns:repeat(3,1fr);width:100%;grid-template-rows:auto;border-collapse:collapse;border-right:1px solid var(--grey-border-muted);border-left:1px solid var(--grey-border-muted)}@media (max-width:720px){.divider-grid-list{grid-template-columns:1fr}}.divider-grid-item{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;padding:2rem;border:1px solid transparent;transition:background-color .3s}.divider-grid-item:hover .card-cta-link svg{animation:bounceOut .4s ease forwards}.divider-grid-item p{margin:0;font-size:var(--font-sm);color:var(--grey-400)}@media (min-width:720px){.divider-grid-item:not(:nth-child(3n)){border-right:1px solid var(--grey-border-muted)}.divider-grid-item:nth-child(n+4){border-top:1px solid var(--grey-border-muted)}}@media (max-width:720px){.divider-grid-item{padding:1rem}.divider-grid-item:not(:first-child){border-top:1px solid var(--grey-border-muted)}}.demo-section{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 2rem 2rem;width:100%;max-width:1200px;border-left:1px solid var(--grey-border-muted);border-right:1px solid var(--grey-border-muted);text-align:center;gap:30px}.demo-section:before{content:"";position:absolute;height:30em;left:0;right:0;bottom:0;background:linear-gradient(to top,var(--background-default) 0,var(--background-default) 12%,transparent 65%,transparent 100%);z-index:1}.demo-section .img{height:100%;width:auto;-o-object-fit:cover;object-fit:cover}.fade-in{animation:fadeIn;animation-duration:.7s;animation-fill-mode:both;animation-timing-function:ease-in-out}.fade-in.up{animation:fadeInUp;animation-duration:.7s;animation-fill-mode:both;animation-timing-function:ease-in-out}.slide-in.up{animation:slideInUp;animation-duration:.7s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.4,0,.2,1)}.demo-thumbnail{position:relative;padding:0;border-radius:var(--border-radius-lg);margin:-100px auto 0;box-shadow:var(--shadow-lg);background:var(--dark-grey);border:1px solid var(--grey-border);overflow:hidden;width:100%;aspect-ratio:6125/3496;animation:fadeIn;animation-duration:.5s;z-index:0;animation-fill-mode:both;animation-timing-function:ease-in-out}.demo-section .play-button-container{position:absolute;cursor:pointer;margin-top:-100px;height:70px;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:flex;align-items:center;padding:10px 30px 10px 10px;gap:15px;z-index:3;justify-content:space-between;border-radius:1000px;background-color:var(--grey-200);border:1px solid var(--grey-border);box-shadow:var(--shadow-lg);transition:all .3s}.demo-section .play-button-container:hover{background-color:var(--grey-250);border:1px solid var(--grey-border-hover)}.stacked{display:flex;flex-direction:column;align-items:flex-start;justify-content:start;gap:5px;padding:0;& span:first-child{font-size:var(--font-sm);font-weight:500;color:var(--grey-400)}& span:last-child{color:var(--grey-800)}}.hero-video-play-button{animation:fadeIn;animation-duration:1s;animation-fill-mode:both;animation-timing-function:ease-in-out;position:relative;z-index:10;box-sizing:content-box;display:flex;flex-direction:column;align-items:center;justify-content:center;color:white;width:50px;height:50px;border:1px solid var(--brand-primary);padding:0;border-radius:50%}.hero-video-play-button:before{z-index:0;width:60px;height:60px;animation:pulsing-button 1.6s ease-out infinite}.hero-video-play-button:after,.hero-video-play-button:before{content:"";position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;background:var(--brand-primary);border-radius:50%}.hero-video-play-button:after{z-index:1;width:50px;height:50px;opacity:.5;backdrop-filter:blur(5px);transition:all .2s}.demo-section .play-button-container:hover .hero-video-play-button:after,.hero-video-play-button:hover:after{opacity:1}.wrapper-grid{width:100%;height:100%;display:flex;align-items:center;padding:0 3rem;border-left:1px solid var(--grey-border-muted)}@media (max-width:720px){.wrapper-grid{padding:0;border-left:none;border-right:none}}.img-frame{position:relative;width:100%;height:350px;border:1px solid var(--grey-border-muted);border-radius:var(--border-radius-xl);box-shadow:var(--shadow-lg)}@media (max-width:720px){.img-frame{height:260px}}.pricing-swiper{width:100%}.pricing-swiper.swiper{width:100%;padding:20px}.pricing-swiper-container{box-sizing:border-box;width:100%}.pricing-static-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(285px,1fr));max-width:1200px;gap:20px;justify-content:center;align-items:center;width:100%}.pricing-toggle-wrapper{background-color:var(--background-subtle);padding:10px;border-radius:110px;height:100%}.pricing-toggle-button,.pricing-toggle-wrapper{display:flex;flex-direction:row;width:-moz-fit-content;width:fit-content}.pricing-toggle-button{transition:all .3s cubic-bezier(.68,.45,.265,1.55);align-items:center;text-align:center;justify-content:center;font-size:var(--font-md);padding:10px 20px;font-weight:500;gap:10px;color:var(--grey-600);background:none;border:none;border-radius:100px;transition:all .3s;box-shadow:0 2px 3px 0 rgba(0,0,0,.05),0 1px 2px -1px rgba(0,0,0,.05);cursor:pointer}.pricing-toggle-button:hover{color:var(--grey-800)}.pricing-toggle-button.active{color:var(--brand-primary-border);background-color:var(--brand-hue);outline:none}.pricing-toggle-button span{font-size:12px;white-space:nowrap;color:var(--grey-600)}.pricing-card{height:100%;word-wrap:break-word;background-color:var(--background-subtle);border:1px solid var(--grey-border-muted);border-radius:15px;box-shadow:var(--shadow-lg);overflow:hidden}.pricing-card,.pricing-card .main{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.pricing-card .main{padding:1.2rem;gap:.8rem}.pricing-card .pricing-description{color:var(--grey-400);font-size:var(--font-sm);padding:0;margin:0}.pricing-card .price{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:.2rem}.pricing-card .price-amount{font-size:2rem;font-weight:500}.pricing-card .price-period{color:var(--grey-muted);font-size:var(--font-sm)}.pricing-card .inner{width:100%;padding:1.2rem;display:flex;flex-direction:column;gap:1rem;background-color:var(--background-muted);border-top:1px solid var(--grey-border-muted);border-bottom:1px solid var(--grey-border-muted)}.included-title{font-weight:500;padding:0;margin:0;font-size:var(--font-sm)}.feature-list{display:flex;flex-direction:column;gap:.8rem}.feature-item{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;gap:.5rem;font-size:var(--font-sm);color:var(--grey-700)}.feature-item-stacked{display:flex;flex-direction:column;align-items:flex-start;justify-content:start;gap:8px;padding:0;& span:last-child{color:var(--grey-muted);font-weight:400}}.feature-icon{display:flex;align-items:center;justify-content:center;height:-moz-fit-content;height:fit-content;color:var(--brand-primary);flex-shrink:0}.feature-icon svg{height:18px;width:auto}.feature-item.excluded,.feature-item.excluded .feature-icon{color:var(--grey-muted)}.pricing-card .pricing-disclaimer{padding:.8rem 1.2rem}.pricing-card .pricing-disclaimer p{font-size:var(--font-sm);margin:0;color:var(--grey-muted)}.integration-card{display:flex;flex-direction:column;border:1px solid var(--grey-border-muted);border-radius:var(--border-radius-lg);background:var(--grey-100);padding:1rem;gap:.6rem;& span:first-child{display:flex;gap:.6rem;align-items:center;color:var(--grey-800)}& span:first-child p{font-size:1.2rem;font-weight:500}& span:last-child{font-weight:400;color:var(--grey-400);font-size:var(--font-sm);line-height:1.3}}.integrations-wrapper{display:grid;grid-template-columns:320px 1fr;gap:3rem;max-width:1200px}.integrations-grid{display:grid;grid-template-columns:repeat(2,1fr);height:-moz-fit-content;height:fit-content;gap:16px}@media (max-width:600px){.integrations-grid{grid-template-columns:1fr}}.category-filter.blog{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:10px 0;box-sizing:border-box;&::-webkit-scrollbar{display:none}}@media (max-width:768px){.category-filter.blog{padding:15px 20px;width:100%}}.category-filter.integrations{display:flex;flex-wrap:wrap;flex-direction:row;align-items:flex-start;gap:10px;padding:10px 0}@media (max-width:768px){.category-filter.integrations{flex-direction:row;align-items:center;justify-content:flex-start;padding:15px 20px;width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}}@keyframes preloaderSpin{0%{opacity:0}8%{transform:rotate(30deg);animation-timing-function:cubic-bezier(.5,0,.75,0)}50%{transform:rotate(-530deg);animation-timing-function:cubic-bezier(.5,.7,.8,1);opacity:1}58%{transform:rotate(-560deg);animation-timing-function:cubic-bezier(.5,0,.75,0);opacity:1}to{transform:rotate(0);opacity:0}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@keyframes slideInUp{0%{transform:translate3d(0,40%,0)}to{transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes fadeInFromTop{0%{transform:translateY(-8px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeOutToTop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}@keyframes skeleton{0%{background-position:200% 0}25%{background-position:150% 0}50%{background-position:100% 0}75%{background-position:50% 0}to{background-position:-200% 0}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.__className_214d7f{font-family:Inter;font-style:normal}.__variable_214d7f{--inter:"Inter"}@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_0d7163{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_0d7163{--dm-sans:"DM Sans","DM Sans Fallback"}