:root{--v2-navy: #000E39;--v2-navy-2: #18254F;--v2-cyan: #14B0FF;--v2-purple: #B725FF;--v2-grad: linear-gradient(154deg, #14B0FF 17%, #B725FF 89%);--v2-grad-soft: linear-gradient(170deg, #14B0FF 17%, #B725FF 89%);--v2-radius: 10px;--v2-radius-lg: 25px;--v2-pad: 100px;--v2-max: 1440px}.v2{font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif;color:#fff;-webkit-font-smoothing:antialiased}.v2__inner{max-width:var(--v2-max);margin:0 auto;padding:0 var(--v2-pad)}.v2 p{line-height:1.7}.v2__eyebrow{font-size:14px;font-weight:800;letter-spacing:.2em;line-height:1.5;text-transform:uppercase;text-align:center;margin:0 0 14px}.v2__heading{font-size:clamp(24px,3vw,35px);font-weight:400;line-height:1.35;text-align:center;margin:0}.v2__heading b,.v2__heading strong{font-weight:700}.v2-ticker{background:var(--v2-purple);overflow:hidden;height:45px;display:flex;align-items:center;position:relative}.v2-ticker__track{display:flex;width:max-content;animation:v2-ticker-scroll 40s linear infinite}.v2-ticker__item{font-size:14px;line-height:45px;color:#fff;white-space:nowrap;padding:0 45px;font-weight:400}.v2-ticker__item b{font-weight:700}@keyframes v2-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.v2-ticker__track{animation:none}}.v2-hero{background:var(--v2-navy);padding:100px 0 20px;position:relative;overflow:hidden}.v2-hero__grid{max-width:var(--v2-max);margin:0 auto;padding:0 var(--v2-pad);display:grid;grid-template-columns:minmax(0,470px) minmax(0,1fr);gap:60px;align-items:center;min-height:470px}.v2-hero__tagline{font-size:14px;font-weight:800;letter-spacing:3px;line-height:1.5;text-transform:uppercase;margin:0 0 24px}.v2-hero__title{font-size:clamp(40px,5vw,70px);font-weight:800;line-height:1.12;margin:0 0 32px}.v2-hero__subtitle{font-size:15px;font-weight:500;line-height:1.7;margin:0 0 52px;max-width:470px;color:#ffffffe0}.v2-hero__buttons{display:flex;gap:20px;flex-wrap:wrap}.v2-btn{display:inline-flex;align-items:center;justify-content:center;min-width:160px;padding:14px 24px;border-radius:var(--v2-radius);font-size:14px;font-weight:700;line-height:1.3;color:#fff!important;text-decoration:none!important;border:0;cursor:pointer;transition:transform .2s ease,filter .2s ease;font-family:inherit;text-align:center}.v2-btn:hover{transform:translateY(-2px);filter:brightness(1.08)}.v2-btn--primary{background:linear-gradient(110deg,#14b0ff,#b725ff,#14b0ff);background-size:220% 100%;animation:v2-btn-flow 4s ease infinite}@keyframes v2-btn-flow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media(prefers-reduced-motion:reduce){.v2-btn--primary{animation:none}}.v2-btn--ghost{background:var(--v2-navy-2)}.v2-hero__media{position:relative;display:flex;align-items:center;justify-content:center;min-height:470px}.v2-hero__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:470px;height:470px;flex:none;border-radius:50%;background:var(--v2-grad);z-index:0;pointer-events:none}.v2-hero__img{position:relative;z-index:1;width:100%;max-width:622px;height:auto;object-fit:contain;display:block}.v2-highlights{background:var(--v2-navy);padding:45px 0 60px}.v2-highlights__list{max-width:var(--v2-max);margin:0 auto;padding:0 var(--v2-pad);display:flex;justify-content:center;gap:60px;flex-wrap:wrap}.v2-highlight{display:flex;align-items:center;gap:12px}.v2-highlight img{width:18px;height:18px;flex:none}.v2-highlight span{font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;line-height:1.6}.v2-features{background:var(--v2-navy-2);padding:100px 0}.v2-features__heading{margin-bottom:60px}.v2-features__grid{max-width:var(--v2-max);margin:0 auto;padding:0 var(--v2-pad);display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.v2-feature{background:var(--v2-navy);border-radius:var(--v2-radius);padding:36px 32px 40px;transition:transform .25s ease}.v2-feature:hover{transform:translateY(-4px)}.v2-feature__icon{width:50px;height:50px;border-radius:var(--v2-radius);display:flex;align-items:center;justify-content:center;margin-bottom:26px}.v2-feature__icon img{width:22px;height:auto}.v2-feature__icon--memory{background:var(--v2-cyan)}.v2-feature__icon--coord{background:#edf0f7}.v2-feature__icon--focus{background:var(--v2-purple)}.v2-feature__title{font-size:15px;font-weight:700;line-height:1.5;margin:0 0 14px}.v2-feature__desc{font-size:14px;font-weight:400;line-height:1.75;margin:0;color:#ffffffd1}.v2-tools{background:var(--v2-navy);padding:100px 0}.v2-tools__eyebrow{margin-bottom:14px}.v2-tools__title{font-size:clamp(24px,3vw,35px);font-weight:700;line-height:1.35;text-align:center;margin:0 0 60px}.v2-tools__grid{max-width:1240px;margin:0 auto;padding:0 var(--v2-pad);display:flex;gap:24px;height:483px}.v2-tool{flex:1;min-width:0;border-radius:var(--v2-radius-lg);display:flex;align-items:center;justify-content:center;overflow:hidden;text-decoration:none!important;transition:flex .6s cubic-bezier(.4,0,.2,1),box-shadow .4s ease}.v2-tools__grid:has(.v2-tool:hover) .v2-tool:not(:hover){flex:.55}.v2-tool:hover{flex:2;box-shadow:0 20px 50px #00000073}.v2-tool--cyan{background:var(--v2-cyan)}.v2-tool--purple{background:var(--v2-purple)}.v2-tool__flip{position:relative;width:100%;height:100%;perspective:1200px;display:flex;align-items:center;justify-content:center}.v2-tool__face{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px;backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:transform .7s cubic-bezier(.4,0,.2,1),opacity .45s ease}.v2-tool__face img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 15px 35px rgba(0,0,0,.4));transition:max-height .6s cubic-bezier(.4,0,.2,1)}.v2-tool__face--side{transform:rotateY(0);opacity:1}.v2-tool__face--side img{max-height:70%}.v2-tool__face--front{transform:rotateY(-180deg);opacity:0}.v2-tool__face--front img{max-height:78%}.v2-tool:hover .v2-tool__face--side{transform:rotateY(180deg);opacity:0}.v2-tool:hover .v2-tool__face--front{transform:rotateY(0);opacity:1}.v2-tools__grid:has(.v2-tool:hover) .v2-tool:not(:hover) .v2-tool__face--side img{max-height:55%}@media(prefers-reduced-motion:reduce){.v2-tool,.v2-tool__face,.v2-tool__face img{transition:none}}.v2-video{position:relative;width:100%;height:797px;max-height:80vh;overflow:hidden;background:var(--v2-navy)}.v2-video video,.v2-video__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.v2-video__banner{position:absolute;left:0;right:0;bottom:0;height:320px;display:flex;align-items:flex-end;justify-content:center;padding:0 24px 46px}.v2-video__banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to bottom,rgba(24,37,79,0) 0%,rgba(24,37,79,.15) 30%,rgba(24,37,79,.55) 55%,rgba(24,37,79,.85) 78%,var(--v2-navy-2) 100%)}.v2-video__sound{position:absolute;top:28px;right:28px;z-index:4;display:inline-flex;align-items:center;gap:9px;padding:11px 18px;border:1px solid rgba(255,255,255,.3);border-radius:30px;background:#000e398c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-family:Manrope,sans-serif;font-size:13px;font-weight:600;line-height:1;cursor:pointer;transition:background .2s ease,transform .2s ease,border-color .2s ease}.v2-video__sound:hover{background:#000e39cc;border-color:#ffffff80;transform:translateY(-2px)}.v2-video__sound svg{width:18px;height:18px;flex:none}.v2-video__sound .v2-video__sound-on{display:none}.v2-video__sound.is-on .v2-video__sound-on{display:block}.v2-video__sound.is-on .v2-video__sound-off{display:none}.v2-video__banner-inner{position:relative;display:flex;align-items:center;gap:22px;max-width:700px}.v2-video__logo{width:54px;height:auto;flex:none}.v2-video__text{font-size:clamp(18px,2vw,25px);line-height:1.5;font-weight:400;margin:0}.v2-video__text b{font-weight:700;display:block}.v2-skills{background:var(--v2-navy-2);padding:100px 0}.v2-skills__heading{margin-bottom:65px}.v2-skills__grid{max-width:var(--v2-max);margin:0 auto;padding:0 var(--v2-pad);display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:stretch}.v2-skills__image{border-radius:var(--v2-radius-lg);overflow:hidden;min-height:500px}.v2-skills__image img{width:100%;height:100%;object-fit:cover;display:block}.v2-skills__list{display:flex;flex-direction:column;gap:20px}.v2-skill{background:var(--v2-navy);border-radius:var(--v2-radius);padding:32px 38px 34px;min-height:118px;flex:1;display:flex;flex-direction:column;justify-content:center;transition:transform .25s ease,background .25s ease}.v2-skill:hover{transform:translate(6px);background:#061542}.v2-skill__head{display:flex;align-items:center;gap:12px;margin-bottom:12px}.v2-skill__head img{width:18px;height:18px;flex:none}.v2-skill__title{font-size:16px;font-weight:700;line-height:1.4;margin:0}.v2-skill__desc{font-size:14px;font-weight:400;line-height:1.75;margin:0;color:#ffffffd1}.v2-footer{background:var(--v2-navy);padding:95px 0 0}.v2-footer__heading{margin-bottom:55px}.v2-footer__team{max-width:var(--v2-max);margin:0 auto 70px;padding:0 var(--v2-pad);display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.v2-member{position:relative;display:block;width:100%;padding:0;border:0;border-radius:var(--v2-radius-lg);overflow:hidden;aspect-ratio:245 / 350;cursor:pointer;text-align:left;font-family:inherit;transition:transform .3s ease,box-shadow .3s ease}.v2-member:hover{transform:translateY(-6px);box-shadow:0 18px 40px #00000073}.v2-member:focus-visible{outline:2px solid var(--v2-cyan);outline-offset:3px}.v2-member--cyan{background:linear-gradient(178deg,#16255A 0%,#1D4FBF 52%,var(--v2-cyan) 100%)}.v2-member--purple{background:linear-gradient(178deg,#1E1A55 0%,#6D28D9 52%,var(--v2-purple) 100%)}.v2-member img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;z-index:1}.v2-member__overlay{position:absolute;left:0;right:0;bottom:0;z-index:3;display:flex;flex-direction:column;padding:80px 24px 32px;background:linear-gradient(180deg,#060a2800,#060a288c,#060a28e6)}.v2-member__name{display:block;font-size:18px;font-weight:700;line-height:1.4;margin-bottom:8px}.v2-member__role{display:block;font-size:12px;font-weight:600;line-height:1.6;color:#ffffffe0}.v2-bio{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2100;display:none;align-items:center;justify-content:center;padding:24px}.v2-bio.is-open{display:flex}.v2-bio__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00081ecc;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.v2-bio__card{position:relative;width:100%;max-width:330px;max-height:86vh;overflow-y:auto;border-radius:var(--v2-radius-lg);padding:42px 32px 48px;animation:v2-bio-in .28s cubic-bezier(.2,.8,.3,1)}.v2-bio__card--cyan{background:linear-gradient(178deg,#16255A 0%,#1D4FBF 60%,var(--v2-cyan) 100%)}.v2-bio__card--purple{background:linear-gradient(178deg,#1E1A55 0%,#6D28D9 60%,var(--v2-purple) 100%)}@keyframes v2-bio-in{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:none}}.v2-bio__close{position:absolute;top:14px;right:14px;width:34px;height:34px;border:0;border-radius:50%;background:#ffffff29;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.v2-bio__close:hover{background:#ffffff4d}.v2-bio__close svg{width:16px;height:16px}.v2-bio__name{font-size:22px;font-weight:700;line-height:1.35;margin:0 0 10px}.v2-bio__role{font-size:14px;font-weight:600;line-height:1.55;margin:0 0 26px;color:#ffffffe6}.v2-bio__text{font-size:14px;font-weight:400;line-height:1.85;margin:0 0 6px;color:#fffffff2}.v2-footer__brandblock{padding:0 var(--v2-pad) 70px;text-align:center}.v2-footer__brand{text-align:center;font-size:32px;font-weight:300;line-height:1.4;margin:0 0 20px;background:var(--v2-grad-soft);-webkit-background-clip:text;background-clip:text;color:transparent}.v2-footer__brand b{font-weight:700}.v2-footer__desc{max-width:480px;margin:0 auto 36px;text-align:center;font-size:14px;line-height:1.8;color:#ffffffd9}.v2-footer__social{display:flex;justify-content:center;gap:26px}.v2-footer__social a{color:#fff!important;display:inline-flex;transition:transform .2s ease,opacity .2s ease}.v2-footer__social a:hover{transform:translateY(-3px);opacity:.8}.v2-footer__social svg{width:26px;height:26px}.v2-footer__pixels{width:100%;overflow:hidden;line-height:0}.v2-footer__pixels-track{display:flex;width:max-content;animation:v2-pixels-scroll 60s linear infinite}.v2-footer__pixels-track img{height:78px;width:auto;max-width:none;display:block;flex:none}@keyframes v2-pixels-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.v2-footer__pixels-track{animation:none}}.v2-footer__legal{max-width:var(--v2-max);margin:0 auto;padding:50px var(--v2-pad) 55px;display:grid;grid-template-columns:190px 1fr;gap:40px;align-items:center}.v2-footer__legal-title{font-size:13px;font-weight:700;letter-spacing:.25em;line-height:1.6;margin:0}.v2-footer__legal-text{font-size:13px;font-weight:500;line-height:1.85;margin:0;max-width:830px;color:#ffffffd9}.v2-footer__legal-text b{font-weight:700;color:#fff}@media(max-width:1200px){:root{--v2-pad: 60px}.v2-skills__grid{gap:32px}.v2-tools__grid{height:430px}}@media(max-width:1024px){:root{--v2-pad: 40px}.v2-hero{padding-top:70px}.v2-hero__grid{grid-template-columns:1fr;gap:50px;text-align:center;min-height:0}.v2-hero__buttons{justify-content:center}.v2-hero__subtitle{margin-left:auto;margin-right:auto}.v2-hero__media{min-height:380px}.v2-hero__glow{width:360px;height:360px}.v2-features__grid{grid-template-columns:1fr;gap:20px}.v2-tools__grid{flex-direction:column;height:auto!important;max-width:420px;gap:20px}.v2-tool{flex:none!important;height:400px;width:100%}.v2-tool__flip{height:100%}.v2-tool:hover .v2-tool__face--side,.v2-tool__face--side{transform:none;opacity:1}.v2-tool:hover .v2-tool__face--front,.v2-tool__face--front{opacity:0;transform:none}.v2-tool:hover{box-shadow:none}.v2-tools__grid:has(.v2-tool:hover) .v2-tool:not(:hover) .v2-tool__face--side img,.v2-tool__face--side img{max-height:70%}.v2-skills__grid{grid-template-columns:1fr}.v2-skills__image{min-height:340px;max-height:420px}.v2-footer__team{grid-template-columns:repeat(2,1fr)}.v2-footer__legal{grid-template-columns:1fr;text-align:center;gap:16px}.v2-video{height:60vh;min-height:420px}.v2-video__banner{height:260px;padding-bottom:36px}}@media(max-width:768px){:root{--v2-pad: 20px}.v2-features,.v2-tools,.v2-skills{padding:70px 0}.v2-footer{padding-top:70px}.v2-features__heading,.v2-skills__heading,.v2-footer__heading,.v2-tools__title{margin-bottom:40px}.v2-hero__title{font-size:clamp(34px,10vw,44px)}.v2-hero__buttons{gap:14px}.v2-btn{flex:1 1 auto;min-width:0;max-width:200px;font-size:13px}.v2-highlights{padding:30px 0 40px}.v2-highlights__list{flex-direction:column;align-items:center;gap:20px}.v2-highlight span{font-size:12px}.v2-ticker__item{font-size:12px;padding:0 26px}.v2-video{height:55vh;min-height:360px}.v2-video__banner{height:auto;padding:90px 20px 28px}.v2-video__banner-inner{gap:16px}.v2-video__logo{width:40px}.v2-video__sound{top:16px;right:16px;padding:10px;gap:0}.v2-video__sound-label{display:none}.v2-video__text{font-size:17px}.v2-skill{padding:20px 24px}.v2-footer__team{grid-template-columns:1fr;max-width:320px;margin-left:auto;margin-right:auto;gap:20px}.v2-member{aspect-ratio:245 / 320}.v2-footer__brandblock{padding-bottom:50px}.v2-footer__brand{font-size:26px}.v2-footer__desc{margin-bottom:28px}.v2-footer__pixels-track img{height:44px}.v2-footer__legal{padding:35px 20px 40px}.v2-footer__legal-title,.v2-footer__legal-text{font-size:12px}.v2-bio__card{padding:38px 26px 42px;max-height:88vh}.v2-bio__name{font-size:20px}.v2-bio__text{font-size:13px;line-height:1.7}}@media(max-width:600px){.v2-hero__glow{width:min(320px,80vw)!important;height:min(320px,80vw)!important}.v2-hero__media{min-height:300px}.v2-hero__img{max-width:100%!important}}@media(max-width:480px){.v2-tools__grid{max-width:100%}.v2-tool{height:340px}.v2-hero__buttons{flex-direction:column;align-items:center}.v2-btn{width:100%;max-width:260px;flex:none}.v2-hero__glow{width:min(260px,72vw)!important;height:min(260px,72vw)!important}.v2-skill{padding:20px 20px 22px}.v2-video__text{font-size:15px}}.v2,.v2-hero,.v2-tools,.v2-skills,.v2-footer{max-width:100%;overflow-x:clip}.v2-skill__icon{width:18px;height:18px;flex:none}
/*# sourceMappingURL=/cdn/shop/t/5/assets/mindpixels-v2.css.map */
