@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";:root{--q-teal:#0c8c87;--q-teal-hover:#10a8a2;--q-teal-light:#5fd1cb;--q-teal-press:#086f6b;--q-teal-050:#0c8c870d;--q-teal-100:#0c8c871a;--q-violet:#4338ca;--q-violet-hover:#5552e0;--q-violet-press:#3730a3;--q-violet-050:#4338ca0d;--q-violet-100:#4338ca1a;--q-gradient:linear-gradient(135deg, #0c8c87, #4338ca);--q-gradient-90:linear-gradient(90deg, #0c8c87, #4338ca);--q-bg:#fafbfd;--q-surface:#fff;--q-inset:#f3f5f8;--q-border:#e5e8ee;--q-border-l:#eef0f4;--q-dk-base:#0f1115;--q-dk-surface:#161920;--q-dk-elev:#1c2028;--q-dk-border:#262c38;--q-navy:#002855;--q-text:#0c1024;--q-text-2:#4a5168;--q-muted:#8892a8;--q-disabled:#b4bcce;--q-success:#16a34a;--q-warning:#d97706;--q-error:#dc2626;--q-font:"Outfit", system-ui, sans-serif;--q-mono:"Outfit", system-ui, sans-serif;--q-s-1:4px;--q-s-2:8px;--q-s-3:12px;--q-s-4:16px;--q-s-5:24px;--q-s-6:32px;--q-s-7:48px;--q-s-8:64px;--q-s-9:80px;--q-r-input:9px;--q-r-button:10px;--q-r-card:14px;--q-r-modal:16px;--q-r-pill:9999px;--q-shadow-card:0 4px 20px #00000008;--q-shadow-hover:0 4px 20px #0000000d;--q-shadow-modal:0 24px 48px #0000000f;--q-shadow-popover:0 8px 24px #0000000f;--q-focus-teal:0 0 0 3px #0c8c871a;--q-focus-violet:0 0 0 3px #4338ca1a;--q-max-marketing:1200px;--q-max-dashboard:1440px;--q-dk-canvas:#080b12;--q-duration-fast:.15s;--q-duration-base:.25s;--q-duration-slow:.5s;--q-ease-standard:cubic-bezier(.22, 1, .36, 1);--q-ease-spring:cubic-bezier(.34, 1.5, .64, 1);--q-ease-out:cubic-bezier(.22, .68, 0, 1);--q-text-xs:11px;--q-text-sm:13px;--q-text-base:15px;--q-text-md:17px;--q-text-lg:20px;--q-text-xl:32px;--q-text-2xl:40px;--q-text-3xl:56px;--q-text-4xl:72px;--q-fs-section-eyebrow:clamp(11px, .9vw, 12px);--q-fs-section-title:clamp(32px, 5vw, 56px);--q-fs-hero-title:clamp(40px, 7vw, 88px);--q-fs-body:clamp(15px, 1.4vw, 17px);--q-fs-body-sm:clamp(13px, 1.1vw, 15px);--q-section-pad-y:clamp(64px, 9vh, 120px);--q-section-pad-x:clamp(20px, 6vw, 80px);--q-section-pad-y-sm:clamp(48px, 7vh, 80px);--q-accent-success:#16a34a47;--q-accent-warning:#d9770647;--q-accent-error:#dc262647;--q-accent-default:#0f13241a;--q-tint-success:#16a34a14;--q-tint-warning:#d9770614;--q-tint-error:#dc262614;--q-tint-muted:#0f13240d;--q-z-dropdown:10;--q-z-sticky:20;--q-z-modal:100;--q-z-toast:200;--q-z-cursor:9999}::selection{color:#fff;background:#0c8c87}::selection{color:#fff;background:#0c8c87}body.q-home{scrollbar-width:none;-ms-overflow-style:none}body.q-home::-webkit-scrollbar{width:0;display:none}@keyframes q-skeleton{0%{background-position:200%}to{background-position:-200%}}.q-skeleton{background:linear-gradient(90deg, var(--q-inset) 25%, var(--q-border-l,#eef0f4) 50%, var(--q-inset) 75%);border-radius:var(--q-r-input);background-size:400% 100%;animation:1.6s ease-in-out infinite q-skeleton}@media (prefers-reduced-motion:reduce){.q-skeleton{background:var(--q-inset);animation:none}}@keyframes q-toast-in{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes q-toast-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(8px)scale(.96)}}.q-toast-enter{animation:q-toast-in var(--q-duration-base) var(--q-ease-spring) forwards}.q-toast-exit{animation:q-toast-out var(--q-duration-fast) ease forwards}@media (prefers-reduced-motion:reduce){.q-toast-enter,.q-toast-exit{animation:none}}@keyframes q-pulse-dot{0%,to{opacity:1}50%{opacity:.4}}@keyframes q-shimmer{0%{background-position:0%}to{background-position:-200%}}@keyframes q-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.q-shimmer-text{animation:5s linear infinite q-shimmer}@media (prefers-reduced-motion:reduce){.q-shimmer-text{animation:none}}.q-chrome-btn{-webkit-backdrop-filter:blur(8px);width:34px;height:34px;color:var(--q-text-2);cursor:pointer;appearance:none;font:inherit;background:#fafbfd73;border:1px solid #0f132414;border-radius:50%;outline:none;justify-content:center;align-items:center;padding:0;text-decoration:none;transition:background .2s,color .2s,border-color .2s,transform .2s;display:inline-flex}.q-chrome-btn--lg{width:40px;height:40px}.q-chrome-btn[disabled],.q-chrome-btn--disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.q-chrome-btn--dark{color:#fff9;-webkit-backdrop-filter:none;background:#ffffff0d;border-color:#ffffff1a}@media (hover:hover){.q-chrome-btn:hover{background:var(--q-text);border-color:var(--q-text);color:#fff}.q-chrome-btn--dark:hover{color:#0a0d14;background:#fff;border-color:#fff}}.q-chrome-btn:focus-visible{outline:2px solid var(--q-teal);outline-offset:2px}.q-chrome-dot{cursor:pointer;background:#0f132429;border:none;border-radius:3px;width:6px;height:6px;padding:0;transition:background .35s cubic-bezier(.34,1.5,.64,1),width .35s cubic-bezier(.34,1.5,.64,1),box-shadow .35s cubic-bezier(.34,1.5,.64,1);display:block;position:relative}.q-chrome-dot--dark{background:#fff3}@media (hover:hover){.q-chrome-dot:hover{background:#0f132452}.q-chrome-dot--dark:hover{background:#ffffff73}}.q-chrome-dot.is-active{background:var(--q-gradient-90);width:24px;height:6px;box-shadow:0 0 0 1px #0c8c8726,0 4px 12px #0c8c8740}.q-chrome-dot--dark.is-active{background:linear-gradient(90deg,#34c8c3,#6e68f0);box-shadow:0 0 0 1px #ffffff1f,0 4px 12px #34c8c359}@media (hover:hover){.q-metric-card{transition:transform .25s var(--q-ease-standard), box-shadow .25s var(--q-ease-standard), border-color .25s var(--q-ease-standard)}.q-metric-card:hover{transform:translateY(-1px);border-color:var(--q-border)!important;box-shadow:var(--q-shadow-hover)!important}.q-card-hoverable:hover{border-color:var(--q-border)!important;box-shadow:var(--q-shadow-hover)!important}.q-entity-card:hover{border-color:var(--q-border)!important;box-shadow:0 2px 12px #00000008!important}}.q-nav-link{font-family:var(--q-font);color:var(--q-text-2);background:0 0;border-radius:9999px;align-items:center;padding:8px 14px;font-size:12.5px;font-weight:500;line-height:1;text-decoration:none;transition:background .2s,color .2s;display:inline-flex;position:relative}.q-nav-link:after{content:"";background:linear-gradient(90deg, var(--q-teal), var(--q-violet));transform-origin:0;border-radius:2px;height:1.5px;transition:transform .3s cubic-bezier(.22,.68,0,1.04);position:absolute;bottom:2px;left:14px;right:14px;transform:scaleX(0)}.q-nav-link:hover{background:var(--q-inset);color:var(--q-text)}.q-nav-link:hover:after{transform:scaleX(1)}.q-nav-link.is-active{background:var(--q-inset);color:var(--q-text);font-weight:600}.q-nav-link.is-active:after{transform:scaleX(1)}[data-info-toc] a{font-family:var(--q-font);letter-spacing:.05em;color:var(--q-text-2);white-space:nowrap;background:0 0;border-radius:9999px;flex-shrink:0;align-items:center;padding:7px 16px;font-size:11.5px;font-weight:500;line-height:1;text-decoration:none;transition:background .25s,color .25s,box-shadow .25s;display:inline-flex}@media (hover:hover){[data-info-toc] a:hover{background:var(--q-inset);color:var(--q-text)}}[data-info-toc] a.active{background:var(--q-text);color:#fff;box-shadow:0 2px 12px #0f13241f}[data-info-toc]::-webkit-scrollbar{display:none}.q-aurora-wrap{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.q-aurora-blob{filter:blur(90px);will-change:transform;border-radius:50%;position:absolute}.q-ao1{background:#0c8c8738;width:min(700px,70vw);height:min(700px,70vw);animation:22s ease-in-out infinite q-ao1;top:-180px;left:-120px}.q-ao2{background:#4338ca33;width:min(580px,58vw);height:min(580px,58vw);animation:28s ease-in-out infinite q-ao2;top:-80px;right:-80px}.q-ao3{background:#6366f129;width:min(460px,46vw);height:min(460px,46vw);animation:20s ease-in-out infinite q-ao3;bottom:-80px;left:38%}.q-ao4{background:#0c8c871f;width:min(320px,32vw);height:min(320px,32vw);animation:24s ease-in-out infinite q-ao4;bottom:10%;right:10%}@keyframes q-ao1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(60px,-50px)scale(1.12)}66%{transform:translate(-30px,40px)scale(.92)}}@keyframes q-ao2{0%,to{transform:translate(0)scale(1)}40%{transform:translate(-70px,30px)scale(1.08)}70%{transform:translate(40px,-20px)scale(.96)}}@keyframes q-ao3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-40px,-60px)scale(1.15)}}@keyframes q-ao4{0%,to{transform:translate(0)}60%{transform:translate(50px,-40px)scale(1.1)}}@media (prefers-reduced-motion:reduce){.q-aurora-blob{animation:none}}.q-hero-grid{pointer-events:none;opacity:.5;z-index:0;background-image:linear-gradient(90deg,#0f13240a 1px,#0000 1px),linear-gradient(#0f13240a 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(100% 80%,#000,#0000 80%);mask-image:radial-gradient(100% 80%,#000,#0000 80%)}.q-cursor-glow-dot{pointer-events:none;z-index:9999;opacity:0;will-change:top, left, transform;background:linear-gradient(135deg,#0c8c87,#4338ca);border-radius:50%;width:8px;height:8px;margin-top:-4px;margin-left:-4px;transition:opacity .18s,transform .28s cubic-bezier(.34,1.5,.64,1),box-shadow .28s;box-shadow:0 0 0 1px #0c8c871f,0 0 14px #0c8c8752,0 0 28px #4338ca2e}.q-cursor-on .q-cursor-glow-dot{opacity:1}.q-cursor-glow-ring{pointer-events:none;z-index:9998;opacity:0;transform-origin:50%;will-change:top, left, transform;background:0 0;border:1.5px solid #0c8c8759;border-radius:50%;width:12px;height:12px;margin-top:-6px;margin-left:-6px;transition:opacity .25s,transform .35s cubic-bezier(.34,1.5,.64,1),border-color .25s,border-width .25s;transform:scale(1)}.q-cursor-on .q-cursor-glow-ring{opacity:.6;transition-delay:40ms,40ms,0s,0s}.q-cursor-hover .q-cursor-glow-dot{transform:scale(.55);box-shadow:0 0 0 1px #0c8c8726,0 0 18px #0c8c876b,0 0 36px #4338ca3d}.q-cursor-hover .q-cursor-glow-ring{opacity:1;border-width:1px;border-color:#0c8c878c;transform:scale(3.4)}html.q-cursor-on,html.q-cursor-on body,html.q-cursor-on body *{cursor:none!important}html.q-cursor-on input,html.q-cursor-on textarea{cursor:text!important}@media (pointer:coarse){html.q-cursor-on,html.q-cursor-on body,html.q-cursor-on body *{cursor:auto!important}}@media (prefers-reduced-motion:reduce){.q-cursor-glow-dot,.q-cursor-glow-ring{transition:opacity .16s}.q-cursor-hover .q-cursor-glow-dot{transform:none}.q-cursor-hover .q-cursor-glow-ring{transform:scale(2.4)}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}html.has-toc{scroll-padding-top:112px}html,body,#root{max-width:100%;min-height:100vh;margin:0;padding:0;overflow-x:hidden}body{font-family:var(--q-font);background:var(--q-bg);color:var(--q-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.65;position:relative;overflow-y:auto}body:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(60% 40% at 20% 10%,#0c8c870a 0%,#0000 60%),radial-gradient(40% 50% at 80% 80%,#4338ca08 0%,#0000 60%);position:fixed;inset:0}body.q-home:before{background:radial-gradient(72% 46% at 16% 8%,#0c8c8724 0%,#0000 62%),radial-gradient(58% 44% at 84% 10%,#4338ca1f 0%,#0000 64%),linear-gradient(90deg,#0c8c870d 0%,#fafbfd59 50%,#4338ca0d 100%)}#root{z-index:1;position:relative}body.q-dark{background:var(--q-dk-base);color:#e5e8ee}a{color:inherit;text-decoration:none}button{font-family:var(--q-font)}.gr{background:var(--q-gradient);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.italic-gr{padding:0 .15em 0 .05em;font-style:italic;font-weight:400}.sec-title .gr{background-size:200%;animation:6s ease-in-out infinite q-shimmer}[data-marketing-main]{padding-top:62px}body.q-home [data-marketing-main]{padding-top:0}body.q-home[data-panel]:not([data-panel="0"]) .nav{pointer-events:none;transform:translateY(-110%)}.nav.is-hover-show,body.q-home[data-panel]:not([data-panel="0"]) .nav.is-hover-show{pointer-events:auto!important;transform:translateY(0)!important}.q-nav-hint{background:var(--q-gradient-90);z-index:302;opacity:0;pointer-events:none;transform-origin:top;width:56px;height:3px;transition:opacity .35s var(--q-ease-standard);border-radius:0 0 4px 4px;animation:2.4s ease-in-out infinite q-nav-hint-pulse;position:fixed;top:0;left:50%;transform:translate(-50%);box-shadow:0 2px 10px #0c8c8759}.nav.nav-hidden~.q-nav-hint,body.q-home[data-panel]:not([data-panel="0"]) .q-nav-hint{opacity:1}.nav.is-hover-show~.q-nav-hint{opacity:0!important}@keyframes q-nav-hint-pulse{0%,to{transform:translate(-50%)scaleX(1)}50%{transform:translate(-50%)scaleX(.55)}}@media (prefers-reduced-motion:reduce){.q-nav-hint{animation:none}}@media (width<=900px){.q-nav-hint{display:none!important}}.nav{z-index:301;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--q-border-l);background:#fafbfdd1;grid-template-columns:1fr auto 1fr;align-items:center;gap:clamp(8px,1.5vw,16px);padding:clamp(10px,1.4vw,14px) clamp(16px,4vw,40px);transition:transform .38s cubic-bezier(.22,.68,0,1),padding .3s,box-shadow .3s,background .3s;display:grid;position:fixed;top:0;left:0;right:0}.nav-logo img{width:auto;height:clamp(28px,2.6vw,36px)!important}.nav-hidden{pointer-events:none;transform:translateY(-110%)}.nav-logo{width:max-content;color:inherit;flex:none;grid-column:1;align-items:center;text-decoration:none;display:flex}.nav-logo img{display:block}.nav-links{grid-column:2;justify-content:center;align-items:center;gap:2px;margin:0;display:flex}.nav-link{color:var(--q-text-2);border-radius:9999px;align-items:center;padding:8px 14px;font-size:12.5px;font-weight:500;line-height:1;text-decoration:none;transition:all .25s;display:inline-flex;position:relative}.nav-link:after{content:"";background:linear-gradient(90deg, var(--q-teal), var(--q-violet));border-radius:2px;height:1.5px;transition:all .28s cubic-bezier(.22,.68,0,1.04);position:absolute;bottom:2px;left:50%;right:50%}.nav-link:hover{background:var(--q-inset);color:var(--q-text)}.nav-link:hover:after{left:22%;right:22%}.nav-link.active{background:var(--q-inset);color:var(--q-text);font-weight:600}.nav-link.active:after{left:22%;right:22%}.nav-actions{grid-column:3;justify-content:flex-end;align-items:center;gap:8px;margin:0;display:flex}.btn-pill-cta{color:#fff;font-family:var(--q-font);white-space:nowrap;background:#0a0d14;border-radius:9999px;align-items:center;gap:clamp(6px,1vw,10px);padding:8px 8px 8px clamp(12px,1.6vw,18px);font-size:clamp(11.5px,1vw,13px);font-weight:600;line-height:1;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn-pill-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0000002e}.pill-arr{background:var(--q-teal);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .35s cubic-bezier(.34,1.5,.64,1);display:flex}.btn-pill-cta:hover .pill-arr{transform:rotate(45deg)}.q-hbg{cursor:pointer;z-index:301;appearance:none;background:0 0;border:none;flex-direction:column;flex:none;justify-content:center;align-items:flex-end;gap:5px;width:40px;height:40px;padding:8px;display:none;position:relative}.q-hbg span{display:none}.q-hbg:before,.q-hbg:after{content:"";background:var(--q-text);border-radius:2px;height:1.5px;transition:width .3s cubic-bezier(.22,.68,0,1.2),transform .35s cubic-bezier(.22,.68,0,1.2),opacity .3s;display:block}.q-hbg:before{width:22px}.q-hbg:after{width:14px}.q-hbg.open:before{background:#fff;width:20px;transform:translateY(3.5px)rotate(45deg)}.q-hbg.open:after{background:#fff;width:20px;transform:translateY(-3.5px)rotate(-45deg)}.q-mob-overlay{background:var(--q-dk-canvas);z-index:300;opacity:0;pointer-events:none;flex-direction:column;justify-content:center;padding:0 40px 60px;transition:opacity .45s cubic-bezier(.22,.68,0,1),transform .45s cubic-bezier(.22,.68,0,1);display:flex;position:fixed;inset:0;transform:translateY(-8px)}.q-mob-overlay.open{opacity:1;pointer-events:all;transform:translateY(0)}.q-mob-links{flex-direction:column;gap:2px;display:flex}.q-mob-link{color:#ffffffbf;letter-spacing:-.05em;opacity:0;font-size:clamp(38px,11vw,68px);font-weight:800;line-height:1.05;text-decoration:none;transition:opacity .4s,transform .42s cubic-bezier(.22,.68,0,1.1),color .2s;display:block;transform:translateY(20px)}.q-mob-link.in{opacity:1;transform:translateY(0)}.q-mob-link:hover{color:#34c8c3}.q-mob-foot{opacity:0;border-top:1px solid #ffffff0f;margin-top:40px;padding-top:28px;transition:opacity .35s .35s,transform .35s .35s;transform:translateY(8px)}.q-mob-foot.in{opacity:1;transform:translateY(0)}.q-mob-close{color:#ffffffe6;cursor:pointer;appearance:none;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:background .2s,transform .2s;display:inline-flex;position:absolute;top:18px;right:22px}.q-mob-close:hover{background:#ffffff1a;transform:rotate(90deg)}.q-mob-close:focus-visible,.btn-pill-cta:focus-visible,.nav-link:focus-visible,.q-hbg:focus-visible,.q-mob-link:focus-visible{outline:2px solid var(--q-teal);outline-offset:2px}@keyframes qpulse{0%,to{opacity:1}50%{opacity:.3}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--q-border);border-radius:4px}body.q-dark ::-webkit-scrollbar-thumb{background:var(--q-dk-border)}.q-h-track{scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;width:100vw;height:100vh;display:flex;overflow:scroll hidden}.q-h-track::-webkit-scrollbar{display:none}.q-h-panel{scroll-snap-align:start;scrollbar-width:none;box-sizing:border-box;flex-shrink:0;width:100vw;height:100vh;position:relative;overflow:hidden auto}.q-h-panel::-webkit-scrollbar{display:none}@media (width<=900px){html,body,#root{max-width:100vw!important;overflow-x:hidden!important}.q-h-track,.q-h-panel,.q-h-panel>section,.q-h-panel>div{width:100%!important;max-width:100vw!important;overflow-x:hidden!important}.q-hero-section,.q-hero-inner,.q-platform-section,.q-platform-inner,.q-arch-section,.q-arch-layout,.q-products-section,.q-products-grid,.q-trust-section,.q-trust-grid,.q-trust-partners-grid,.q-contact-section,.q-contact-grid,.q-footer{max-width:100%!important;overflow-x:hidden!important}.q-h-panel h1,.q-h-panel h2,.q-h-panel h3,.q-h-panel h4{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.nav{grid-template-columns:none;display:flex!important}.nav-links,.nav-actions{display:none!important}.q-hbg{margin-left:auto;display:flex!important}.q-mob-overlay{padding:0 28px 48px}body.q-home[data-panel]:not([data-panel="0"]) .nav{pointer-events:auto;transform:none}body.q-home[data-marketing-main]{padding-top:0}body.q-home [data-marketing-main]{padding-top:54px}.q-h-track{scroll-snap-type:none!important;width:100%!important;max-width:100vw!important;height:auto!important;display:block!important;overflow:hidden visible!important}.q-h-panel{scroll-snap-align:none!important;flex-shrink:1!important;width:100%!important;max-width:100vw!important;height:auto!important;min-height:auto!important;overflow:hidden visible!important}[data-h-chrome]{display:none!important}.q-hero-section,.q-platform-section,.q-arch-section,.q-products-section,.q-trust-section,.q-contact-section{height:auto!important;min-height:auto!important;padding:var(--q-section-pad-y-sm) 12px!important;overflow:hidden visible!important}.q-trust-section [id=security]>div,.q-trust-section [id=partners]>div,.q-contact-section [id=contact]>div{padding-left:12px!important;padding-right:12px!important}.q-platform-grid{grid-template-columns:1fr!important;gap:24px!important}.q-platform-section .probl-cards{grid-template-columns:1fr!important}.q-arch-section .q-arch-layout{grid-template-columns:1fr!important;gap:32px!important}.q-arch-section .q-arch-sidebar{width:100%!important;max-width:100%!important;padding:0!important}.q-arch-section .q-arch-canvas{height:clamp(280px,50vh,460px)!important;min-height:0!important}.q-arch-section .q-arch-legend{grid-template-columns:1fr 1fr!important;gap:12px!important}.q-products-section .q-products-grid{grid-template-columns:1fr!important;gap:20px!important}.q-products-section .q-products-tabs{scrollbar-width:none;padding-bottom:4px;overflow-x:auto;flex-direction:row!important;gap:8px!important;display:flex!important}.q-products-section .q-products-tabs::-webkit-scrollbar{display:none}.q-products-section .q-products-tabs>*{flex:none;min-width:200px}.q-trust-section .q-trust-grid,.q-trust-section .q-trust-partners-grid{grid-template-columns:1fr!important;gap:28px!important}.q-trust-section .q-trust-features{grid-template-columns:1fr!important;gap:14px!important}.q-trust-section .q-trust-logos{flex-wrap:wrap!important;gap:10px!important}.q-contact-section .q-contact-grid{grid-template-columns:1fr!important;gap:36px!important}.q-contact-section .q-contact-meta-grid{grid-template-columns:1fr 1fr!important;gap:18px!important}.q-contact-section .q-contact-form-grid{grid-template-columns:1fr!important}.q-footer-grid{grid-template-columns:repeat(2,1fr)!important;gap:28px!important}.q-footer-top{grid-template-columns:1fr!important;gap:32px!important}.q-footer-bottom{flex-direction:column!important;align-items:flex-start!important;gap:14px!important}[data-marketing-main]{max-width:100vw;overflow-x:hidden}[data-marketing-main]>section,[data-marketing-main]>div>section{padding-left:12px!important;padding-right:12px!important}[data-marketing-main] [style*="max-width: 1200"],[data-marketing-main] [style*="maxWidth: 1200"],[data-marketing-main] [style*="max-width: 1280"],[data-marketing-main] [style*="maxWidth: 1280"]{padding-left:0!important;padding-right:0!important}[data-marketing-main] [style*=grid-template-columns]{grid-template-columns:1fr!important;gap:18px!important}.q-info-hero{padding:56px 12px 40px!important}.q-info-hero-inner{grid-template-columns:1fr!important;gap:28px!important}.q-info-toc{padding-left:12px!important;padding-right:12px!important}.q-info-section{padding:56px 12px!important}.q-info-cards-grid{grid-template-columns:1fr!important}.q-info-hero [style*="grid-template-columns: repeat(2"]{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}[data-marketing-main] h1,[data-marketing-main] h2,[data-marketing-main] h3{overflow-wrap:break-word;word-wrap:break-word;max-width:100%}[data-marketing-main] [style*="position: sticky"][style*="top: 80"]{position:static!important}.q-mob-link{min-height:44px}.q-page-logo{display:none!important}}@media (width<=640px){[data-marketing-main]{padding-top:54px}body.q-home [data-marketing-main]{padding-top:0}.pill-arr{width:26px;height:26px}.q-mob-overlay{padding:80px 24px 48px}.q-mob-link{font-size:clamp(32px,9vw,52px)}.q-hero-section,.q-platform-section,.q-arch-section,.q-products-section,.q-trust-section,.q-contact-section,.q-trust-section [id=security]>div,.q-trust-section [id=partners]>div,.q-contact-section [id=contact]>div,[data-marketing-main]>section,[data-marketing-main]>div>section,.q-info-hero,.q-info-section,.q-info-toc{padding-left:8px!important;padding-right:8px!important}.q-info-hero [style*="grid-template-columns: repeat(2"]{grid-template-columns:1fr!important}.q-hero-section h1,.q-platform-section .sec-title,.q-arch-section .sec-title,.q-products-section .sec-title,.q-trust-section .sec-title,.q-contact-section .sec-title{letter-spacing:-.03em!important;font-size:clamp(28px,8vw,44px)!important}.q-ind-tiles{gap:6px!important}.q-ind-tiles>span{padding:7px 12px!important;font-size:11.5px!important}.q-hero-section .q-ind-strip{margin-top:28px!important;padding-top:20px!important}.q-footer-grid{grid-template-columns:1fr!important;gap:24px!important}.q-contact-section .q-contact-meta-grid{grid-template-columns:1fr!important}}@media (width<=768px){.q-hiw-section{padding:48px 20px!important}.q-hiw-2col{grid-template-columns:1fr!important;gap:28px!important}.q-hiw-capgrid{grid-template-columns:1fr!important;gap:12px!important}.q-hiw-specrow{grid-template-columns:1fr!important}.q-hiw-specrow>:first-child{border-right:none!important;border-bottom:1px solid var(--q-border-l)!important;padding:12px 16px!important}.q-hiw-specrow>:last-child{padding:14px 16px!important}}@keyframes arch-fi{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes q-monitor-in{0%{opacity:0;transform:perspective(1100px)rotateY(-6deg)rotateX(2deg)translate(48px)scale(.96)}to{opacity:1;transform:perspective(1100px)rotateY(-6deg)rotateX(2deg)translate(0)scale(1)}}@media (width<=1024px){.q-hero-inner{grid-template-columns:1fr!important;gap:40px!important;max-width:680px!important}.q-hero-right{display:none!important}}@media (width<=900px){body.q-home [data-marketing-main]{padding-top:0!important}#top.q-hero-section{justify-content:flex-start!important;min-height:auto!important;padding:88px 24px 56px!important}#top .q-hero-inner{width:min(560px,100vw - 48px)!important;max-width:calc(100vw - 48px)!important;margin:0 auto!important;display:block!important;transform:none!important}#top .q-hero-left{width:min(100%,100vw - 48px)!important;min-width:0!important;max-width:calc(100vw - 48px)!important;overflow:hidden!important}#top h1{letter-spacing:-.025em!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important;max-width:100%!important;font-size:clamp(31px,9vw,44px)!important;line-height:1.08!important}#top p{overflow-wrap:break-word!important;white-space:normal!important;width:min(100%,100vw - 48px)!important;max-width:calc(100vw - 48px)!important;margin-bottom:24px!important;font-size:15px!important;line-height:1.62!important}#top .q-hero-left>*{max-width:100%!important}#top .q-ind-strip{margin-top:30px!important;padding-top:22px!important}.q-platform-section,.q-products-section{justify-content:flex-start!important}.q-platform-section{padding-top:72px!important;padding-bottom:64px!important}.q-platform-section .fail-card{border-radius:10px!important;padding:18px!important}.q-products-section{padding:72px 20px 64px!important}.q-products-section .q-products-tabs{scroll-snap-type:x proximity;margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}.q-products-section .q-products-tabs>*{scroll-snap-align:start;min-width:min(78vw,260px)!important}.q-products-section .q-products-grid{margin-top:28px!important}.q-trust-section,.q-contact-section{display:block!important}.q-trust-section #security,.q-trust-section #partners,.q-contact-section #contact,.q-contact-section footer{flex-basis:auto!important;align-items:flex-start!important;min-height:auto!important}.q-trust-section #security,.q-contact-section #contact{padding-top:72px!important;padding-bottom:64px!important}.q-trust-section #partners{padding-top:56px!important;padding-bottom:56px!important}.q-contact-section footer{padding:44px 24px 28px!important}.q-footer-bottom>*{flex-wrap:wrap!important}}@media (width<=480px){.nav{padding:10px 18px!important}.nav-logo img,.nav-logo svg{max-width:112px!important}#top.q-hero-section{padding:82px 20px 52px!important}#top .q-hero-inner,#top .q-hero-left,#top p{width:min(100%,100vw - 40px)!important;max-width:calc(100vw - 40px)!important}#top h1{font-size:clamp(29px,8.1vw,34px)!important}#top [style*=inline-flex]{max-width:100%}#top .q-ind-tiles>span{min-height:34px;white-space:normal!important}.q-products-section,.q-platform-section,.q-trust-section #security,.q-contact-section #contact{padding-left:20px!important;padding-right:20px!important}.q-contact-section .q-contact-meta-grid{grid-template-columns:1fr!important}.q-contact-section footer{padding-left:20px!important;padding-right:20px!important}.q-footer-bottom>div{gap:10px!important}}.nav.q-nav-scrolled{background:#fafbfdf5;padding-top:8px;padding-bottom:8px;box-shadow:0 2px 32px #00000012,0 0 0 1px #0000000a}@media (width<=900px){body.q-home{--q-home-x:clamp(20px, 6.2vw, 32px);--q-home-y:clamp(56px, 11vw, 76px);--q-home-y-compact:clamp(44px, 9vw, 60px);--q-home-card-pad:clamp(16px, 4.8vw, 22px)}body.q-home .q-h-track{background:#fafbfd}body.q-home .q-h-panel{background:inherit}body.q-home .q-trust-section,body.q-home .q-contact-section{width:100%!important;max-width:100vw!important;padding:0!important}body.q-home .q-hero-section,body.q-home .q-platform-section,body.q-home .q-products-section,body.q-home .q-arch-section,body.q-home .q-trust-section #security,body.q-home .q-trust-section #partners,body.q-home .q-contact-section #contact,body.q-home .q-contact-section footer{padding-left:var(--q-home-x)!important;padding-right:var(--q-home-x)!important;box-sizing:border-box!important}body.q-home .q-platform-section,body.q-home .q-products-section,body.q-home .q-arch-section,body.q-home .q-trust-section #security,body.q-home .q-contact-section #contact{padding-top:var(--q-home-y)!important;padding-bottom:var(--q-home-y)!important}body.q-home .q-trust-section #partners,body.q-home .q-contact-section footer{padding-top:var(--q-home-y-compact)!important;padding-bottom:var(--q-home-y-compact)!important}body.q-home .q-hero-inner,body.q-home .q-platform-inner,body.q-home .q-products-section>div,body.q-home .q-trust-section #security>div,body.q-home .q-trust-section #partners>div,body.q-home .q-contact-section #contact>div,body.q-home .q-contact-section footer>div{width:calc(100vw - var(--q-home-x) - var(--q-home-x))!important;max-width:640px!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;overflow:visible!important}body.q-home #top.q-hero-section{padding-top:clamp(72px,15vw,92px)!important;padding-bottom:var(--q-home-y)!important}body.q-home #top .q-hero-inner,body.q-home #top .q-hero-left,body.q-home #top p{width:calc(100vw - var(--q-home-x) - var(--q-home-x))!important;max-width:calc(100vw - var(--q-home-x) - var(--q-home-x))!important}body.q-home #top h1,body.q-home .q-platform-section .sec-title,body.q-home .q-products-section h2,body.q-home .q-arch-section h2,body.q-home .q-trust-section h2,body.q-home .q-contact-section h2{letter-spacing:0!important;overflow-wrap:break-word!important}body.q-home #top h1{max-width:calc(100vw - var(--q-home-x) - var(--q-home-x))!important;margin-bottom:18px!important;font-size:clamp(29px,8.2vw,42px)!important;line-height:1.08!important}body.q-home #top p,body.q-home .q-platform-section .sec-sub,body.q-home .q-products-section p,body.q-home .q-trust-section p,body.q-home .q-contact-section p{font-size:clamp(14px,3.9vw,16px)!important;line-height:1.58!important}body.q-home #top p{overflow-wrap:anywhere!important;max-width:34em!important}body.q-home #top .q-hero-cta-row{gap:10px!important;margin-bottom:18px!important}body.q-home #top .q-hero-cta-row>a{flex:0 auto!important;justify-content:center!important;min-height:44px!important}body.q-home #top .q-ind-strip{margin-top:34px!important;padding-top:24px!important}body.q-home #top .q-ind-tiles{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;display:grid!important}body.q-home #top .q-ind-tiles>span{white-space:normal!important;border-radius:8px!important;justify-content:flex-start!important;width:100%!important;min-height:48px!important;padding:10px 12px!important}body.q-home .q-platform-section .probl,body.q-home .q-platform-section .probl-cards,body.q-home .q-products-grid,body.q-home .q-trust-grid,body.q-home .q-trust-partners-grid,body.q-home .q-contact-grid{gap:clamp(22px,6vw,34px)!important}body.q-home .q-platform-section .fail-card,body.q-home .q-trust-section .q-trust-features>div,body.q-home .q-contact-section .q-contact-grid>div:last-child{padding:var(--q-home-card-pad)!important;border-radius:10px!important}body.q-home .q-products-section .q-products-tabs{margin-left:calc(var(--q-home-x) * -1)!important;margin-right:calc(var(--q-home-x) * -1)!important;padding-left:var(--q-home-x)!important;padding-right:var(--q-home-x)!important;padding-bottom:8px!important}body.q-home .q-products-section .q-products-tabs>*{border-radius:10px!important;min-width:min(72vw,250px)!important}body.q-home .q-products-section [style*="min-height: 220"]{min-height:0!important}body.q-home .q-arch-sidebar{background:0 0!important;border-right:0!important;padding:0!important}body.q-home .q-arch-canvas{border-radius:12px!important;height:clamp(300px,58vh,430px)!important;padding:0!important;overflow:hidden!important}body.q-home .q-contact-meta-grid{gap:18px!important}body.q-home .q-footer-grid,body.q-home .q-footer-top,body.q-home .q-contact-section footer [style*=grid-template-columns]{gap:24px!important}}@media (width<=520px){body.q-home{--q-home-x:20px;--q-home-y:56px;--q-home-y-compact:44px}body.q-home #top .q-hero-inner,body.q-home #top .q-hero-left,body.q-home #top h1,body.q-home #top p,body.q-home #top .q-hero-cta-row,body.q-home #top .q-hero-chips-row,body.q-home #top .q-ind-strip{width:100%!important;max-width:320px!important}body.q-home .q-hero-inner,body.q-home .q-platform-inner,body.q-home .q-products-section>div,body.q-home .q-trust-section #security>div,body.q-home .q-trust-section #partners>div,body.q-home .q-contact-section #contact>div,body.q-home .q-contact-section footer>div,body.q-home #top .q-hero-inner{margin-left:0!important;margin-right:auto!important}body.q-home #top h1{font-size:clamp(28px,7.6vw,32px)!important}body.q-home #top .q-hero-cta-row{flex-direction:column!important}body.q-home #top .q-hero-cta-row>a{flex:none!important;width:100%!important}body.q-home #top .q-hero-chips-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;display:grid!important}body.q-home #top .q-hero-chips-row>span:first-child{grid-column:1/-1!important}body.q-home #top .q-hero-chips-row>span:not(:first-child){text-align:center!important;width:100%!important}body.q-home #top .q-ind-tiles,body.q-home .q-contact-meta-grid,body.q-home .q-footer-grid{grid-template-columns:1fr!important}}
