:root{--bg-0:#1e1e1e;--bg-1:#303030;--bg-2:#464646;--bg-paper:#f8f8f8;--bg-paper-2:#fff;--bg-paper-3:#e7e7e7;--line:#464646;--line-light:#ddd;--text-0:#fff;--text-1:#c2c2c2;--text-2:#919191;--text-dark-0:#1e1e1e;--text-dark-1:#464646;--text-dark-2:#757575;--green-50:#ebf8ec;--green-100:#c7edc7;--green-200:#8dd88d;--green-300:#74d973;--green-400:#4cc14c;--green-500:#3da33d;--green-600:#266d26;--green-700:#19461a;--container:1392px;--pad:48px;--hdr:80px;--font-display:"Manrope", system-ui, sans-serif;--font-body:"Manrope", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg-0);color:var(--text-0);font-family:var(--font-body);-webkit-font-smoothing:antialiased}body{font-feature-settings:"ss01"}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none}img{max-width:100%;display:block}.wrap{max-width:var(--container);padding:0 var(--pad);margin:0 auto}.section{padding:96px 0}.section-tight{padding:64px 0}.surface-light{background:var(--bg-paper);color:var(--text-dark-0)}.surface-paper{background:var(--bg-paper-2);color:var(--text-dark-0)}.surface-dark{background:var(--bg-0);color:var(--text-0)}.eyebrow{font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;color:var(--green-400);align-items:center;gap:14px;font-size:12px;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:var(--green-400);width:28px;height:2px;display:inline-block}.surface-light .eyebrow,.surface-paper .eyebrow{color:var(--green-500)}.surface-light .eyebrow:before,.surface-paper .eyebrow:before{background:var(--green-500)}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em;font-weight:700;line-height:1.02}.h-display{letter-spacing:-.03em;font-size:clamp(48px,7vw,96px);line-height:.98}.h-hero{font-size:clamp(44px,5.6vw,78px);line-height:1.02}.h-xl{letter-spacing:-.025em;font-size:clamp(40px,5vw,72px);line-height:1}.h-lg{letter-spacing:-.02em;font-size:clamp(32px,3.6vw,48px);line-height:1.05}.h-md{letter-spacing:-.01em;font-size:clamp(22px,2vw,28px);line-height:1.15}.h-sm{letter-spacing:-.005em;font-size:18px;line-height:1.3}p,li,blockquote{text-wrap:pretty}h2,h3,h4{text-wrap:balance}.body-lg{color:var(--text-1);font-size:17px;font-weight:400;line-height:1.55}.body{color:var(--text-1);font-size:15px;font-weight:400;line-height:1.55}.body-sm{color:var(--text-2);font-size:13px;line-height:1.5}.surface-light .body-lg,.surface-light .body,.surface-paper .body-lg,.surface-paper .body{color:var(--text-dark-1)}.surface-light .body-sm,.surface-paper .body-sm{color:var(--text-dark-2)}.mono{font-feature-settings:"calt" 0;letter-spacing:0;font-family:JetBrains Mono,ui-monospace,Menlo,monospace}.btn{height:44px;font-family:var(--font-display);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 22px;font-size:14px;font-weight:600;transition:all .16s;display:inline-flex}.btn-sm{height:36px;padding:0 18px;font-size:13px}.btn-lg{height:52px;padding:0 28px;font-size:15px}.btn-square{border-radius:6px;padding:0 18px}.btn-square.btn-sm{padding:0 14px}.btn-square.btn-lg{padding:0 24px}.btn-primary{background:var(--green-400);color:#0a1f0a}.btn-primary:hover{background:var(--green-300)}.btn-secondary{color:var(--text-0);border:1px solid var(--line);background:0 0}.btn-secondary:hover{border-color:var(--text-1);background:#ffffff0a}.surface-light .btn-secondary,.surface-paper .btn-secondary{color:var(--text-dark-0);border-color:var(--line-light)}.surface-light .btn-secondary:hover,.surface-paper .btn-secondary:hover{border-color:var(--text-dark-2);background:#0000000a}.btn-ghost{color:var(--text-0);background:0 0}.btn-ghost:hover{color:var(--green-300)}.surface-light .btn-ghost,.surface-paper .btn-ghost{color:var(--text-dark-0)}.surface-light .btn-ghost:hover,.surface-paper .btn-ghost:hover{color:var(--green-500)}.btn .arr{width:14px;height:14px;transition:transform .16s}.btn:hover .arr{transform:translate(2px)}.header{z-index:100;height:var(--hdr);-webkit-backdrop-filter:blur(14px);background:#1e1e1eb8;border-bottom:1px solid #ffffff0f;align-items:center;display:flex;position:sticky;top:0}.header.is-light{-webkit-backdrop-filter:blur(14px);background:#f8f8f8d9;border-bottom:1px solid #0000000f}.header-inner{justify-content:space-between;align-items:center;width:100%;display:flex}.logo{font-family:var(--font-display);letter-spacing:-.02em;align-items:center;gap:0;font-size:18px;font-weight:800;text-decoration:none;display:inline-flex}.logo-mark{background-image:url(/assets/logo-mvp-on-dark.svg?v=2);background-position:0;background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:118px;height:64px;display:inline-block}.header.is-light .logo-mark{background-image:url(/assets/logo-mvp-on-light.svg?v=2)}.logo-text{display:none}.__legacy-logo-mark{background:var(--green-400);color:#0a1f0a;letter-spacing:-.04em;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;margin-right:10px;font-size:16px;font-weight:800;display:inline-flex}.nav{align-items:center;gap:4px;display:flex}.nav-link{color:var(--text-0);font-family:var(--font-display);border-radius:6px;padding:8px 14px;font-size:14px;font-weight:500;transition:color .16s,background-color .16s;position:relative}.nav-link:hover{color:var(--text-0);background:#ffffff0d}.nav-link.active{color:var(--green-300)}.header.is-light .nav-link{color:var(--text-dark-1)}.header.is-light .nav-link:hover{color:var(--text-dark-0);background:#0000000a}.header.is-light .nav-link.active{color:var(--green-500)}.nav-item{position:relative}.nav-submenu{border:1px solid var(--line);opacity:0;visibility:hidden;z-index:50;background:#1b1f1b;border-radius:12px;flex-direction:column;gap:2px;min-width:220px;margin-top:6px;padding:8px;transition:opacity .14s,transform .14s,visibility .14s;display:flex;position:absolute;top:100%;left:0;transform:translateY(-6px);box-shadow:0 12px 32px #00000059}.nav-item:hover .nav-submenu,.nav-item:focus-within .nav-submenu{opacity:1;visibility:visible;transform:translateY(0)}.header.is-light .nav-submenu{background:#fff;box-shadow:0 12px 32px #0000001f}.nav-subitem{font-family:var(--font-display);color:var(--text-1);white-space:nowrap;border-radius:8px;padding:9px 12px;font-size:14px;font-weight:500;transition:color .14s,background-color .14s}.nav-subitem:hover{color:var(--text-0);background:#ffffff0f}.nav-subitem .nsi-desc{color:var(--text-2);margin-top:2px;font-size:12px;font-weight:400;display:block}.header.is-light .nav-subitem{color:var(--text-dark-1)}.header.is-light .nav-subitem:hover{color:var(--text-dark-0);background:#0000000a}.header.is-light .nav-subitem .nsi-desc{color:var(--text-dark-2)}.nav-caret{opacity:.6;border-bottom:1.5px solid;border-right:1.5px solid;width:8px;height:8px;margin-left:5px;display:inline-block;transform:rotate(45deg)translateY(-2px)}.header-cta{align-items:center;gap:8px;display:flex}.menu-btn{border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;display:none}.menu-btn:hover{background:#ffffff0d}.footer{color:var(--text-1);background:#141414;border-top:1px solid #2a2a2a;padding:80px 0 32px}.footer-grid{border-bottom:1px solid #2a2a2a;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:48px;padding-bottom:64px;display:grid}.footer h5{letter-spacing:.14em;text-transform:uppercase;color:var(--text-2);margin-bottom:18px;font-size:12px;font-weight:600}.footer ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer a{color:var(--text-1);font-size:14px;transition:color .16s}.footer a:hover{color:var(--green-300)}.footer-bottom{color:var(--text-2);justify-content:space-between;align-items:center;padding-top:28px;font-size:12px;display:flex}.footer-tag{max-width:320px;color:var(--text-1);font-size:14px;line-height:1.55}.hero{background:linear-gradient(#4cc14c38 0%,#1e1e1e00 28% 70%,#1e1e1e 100%),url(/assets/hero-cobot.png) 50%/cover no-repeat,#1e1e1e;align-items:center;min-height:720px;display:flex;position:relative;overflow:hidden}.hero:after{content:"";background:var(--green-400);z-index:3;width:1px;position:absolute;top:0;bottom:0;right:0}.hero-video{object-fit:cover;z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#121612c7 0%,#12161266 45%,#1216121f 100%),linear-gradient(#4cc14c2e 0%,#0000 30% 60%,#1e1e1eb8 100%);position:absolute;inset:0}.hero-inner{z-index:2;padding:120px var(--pad);width:100%;position:relative}.hero h1{max-width:14ch}.hero-sub{max-width:56ch;margin-top:24px}.hero-cta{flex-wrap:wrap;gap:12px;margin-top:40px;display:flex}.dotted-bg{background-image:radial-gradient(#ffffff0f 1px,#0000 1.2px);background-position:-1px -1px;background-size:24px 24px}.surface-light.dotted-bg,.surface-paper.dotted-bg{background-image:radial-gradient(#0000000f 1px,#0000 1.2px)}.card{border:1px solid var(--line);background:#232323;border-radius:14px;padding:28px;transition:all .22s}.card:hover{border-color:var(--green-500);transform:translateY(-2px)}.surface-light .card,.surface-paper .card{border:1px solid var(--line-light);color:var(--text-dark-0);background:#fff}.surface-light .card:hover,.surface-paper .card:hover{border-color:var(--green-500);box-shadow:0 12px 40px -16px #0000002e}.badge{height:26px;font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:var(--green-300);background:#4cc14c1f;border:1px solid #4cc14c4d;border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-size:11px;font-weight:600;display:inline-flex}.badge.b-blue{color:#93c2dc;background:#447fa21f;border-color:#447fa24d}.badge.b-amber{color:#e0b97a;background:#d9a04b1f;border-color:#d9a04b4d}.badge.b-mute{color:var(--text-1);background:#ffffff0f;border-color:#ffffff1a}.surface-light .badge,.surface-paper .badge{color:var(--green-700);background:#4cc14c1a;border-color:#4cc14c33}.surface-light .badge.b-mute,.surface-paper .badge.b-mute{background:var(--bg-paper-3);color:var(--text-dark-1);border-color:var(--line-light)}.tst-credit{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.tst-who{flex:150px;min-width:150px}.tst-logo-tile{background:#fff;border-radius:6px;flex:none;justify-content:center;align-items:center;width:104px;height:34px;display:inline-flex}.tst-logo{object-fit:contain;width:auto;max-width:88px;max-height:24px;display:block}.proof-quote{opacity:1;flex-direction:column;gap:24px;transition:opacity .3s;display:flex}.proof-quote--hidden{display:none}.proof-quote--fading{opacity:0}@media (max-width:520px){.tst-logo-tile{width:92px;height:30px}.tst-logo{max-width:78px;max-height:21px}}.tst-logo.logo-inv{filter:brightness(0)opacity(.82)}.tst-card:hover .tst-logo.logo-inv{filter:brightness(0)opacity()}.ph{border:1px solid var(--line);color:var(--text-2);background:repeating-linear-gradient(135deg,#ffffff0a 0 8px,#fff0 8px 16px),linear-gradient(135deg,#2a2a2a,#1e1e1e);border-radius:12px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ph .ph-label{letter-spacing:.06em;text-transform:lowercase;border:1px solid var(--line);background:#0006;border-radius:6px;padding:6px 10px;font-family:ui-monospace,Menlo,monospace;font-size:11px}.surface-light .ph,.surface-paper .ph{border:1px solid var(--line-light);color:var(--text-dark-2);background:repeating-linear-gradient(135deg,#0000000a 0 8px,#0000 8px 16px),linear-gradient(135deg,#f0f0f0,#e0e0e0)}.surface-light .ph .ph-label,.surface-paper .ph .ph-label{border-color:var(--line-light);background:#ffffffb3}.ph-photo{background-position:50%;background-size:cover}.ph-photo .ph-label{display:none}.bw-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}.bw-card{background:var(--bg-paper);border:1px solid var(--line-light);border-radius:14px;justify-content:center;align-items:center;height:120px;padding:20px 24px;text-decoration:none;transition:border-color .18s,background-color .18s,box-shadow .18s;display:flex;position:relative}.bw-card:hover{border-color:var(--text-dark-2);background:#fff;box-shadow:0 12px 30px -18px #0000002e}.bw-logo{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:48px;transition:filter .18s,transform .18s;display:block}.bw-logo.logo-inv{filter:brightness(0)opacity(.7)}.bw-card:hover .bw-logo.logo-inv{filter:brightness(0)opacity()}.bw-wordmark{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-dark-1);text-align:center;opacity:.75;font-size:15px;font-weight:700;line-height:1.25;transition:opacity .18s}.bw-card:hover .bw-wordmark{opacity:1}@media (max-width:1200px){.bw-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:900px){.bw-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.bw-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.bw-card{height:88px;padding:12px}.bw-logo{max-height:36px}}@media (max-width:480px){.bw-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.chip{height:36px;color:var(--text-1);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:6px;padding:0 14px;font-size:13px;font-weight:500;transition:all .16s;display:inline-flex}.chip:hover{color:var(--text-0);border-color:#fff3}.chip.active{background:var(--green-400);color:#0a1f0a;border-color:var(--green-400)}.chip-count{opacity:.6;font-variant-numeric:tabular-nums;border-left:1px solid #ffffff29;margin-left:2px;padding-left:8px}.chip.active .chip-count{opacity:.75;border-left-color:#00000040}.team-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:72px 32px;display:grid}.team-card{flex-direction:column;text-decoration:none;display:flex}.team-photo{aspect-ratio:3/4;object-fit:cover;object-position:center top;background:#f4f4f4;width:100%;margin-bottom:18px;transition:opacity .22s;display:block}.team-card:hover .team-photo{opacity:.86}.team-photo-fallback{color:var(--green-300);font-family:var(--font-display);letter-spacing:-.02em;background:#2a2a2a;justify-content:center;align-items:center;font-size:42px;font-weight:700;display:flex}.team-name{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--text-0);margin-bottom:6px;font-size:13px;font-weight:700}.team-card:hover .team-name{color:var(--green-300)}.team-role{letter-spacing:.22em;text-transform:uppercase;color:var(--text-2);font-size:10px;font-weight:400;line-height:1.5}@media (max-width:1100px){.team-grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:56px}}@media (max-width:760px){.team-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 20px}}.exp-head{grid-template-columns:minmax(0,720px) minmax(280px,420px);justify-content:space-between;align-items:center;gap:48px;display:grid}.exp-mosaic{grid-template-columns:repeat(4,1fr);gap:10px;text-decoration:none;display:grid}.exp-mosaic img{aspect-ratio:4/5;object-fit:cover;filter:saturate(.9);border-radius:8px;width:100%;transition:filter .18s;display:block}.exp-mosaic:hover img{filter:saturate()}@media (max-width:900px){.exp-head{grid-template-columns:1fr;gap:32px}.exp-mosaic{grid-template-columns:repeat(6,1fr)}}.roster-row{align-items:center;gap:24px;display:flex}.roster-label{text-align:right;font-family:var(--font-display);text-transform:uppercase;letter-spacing:.14em;color:var(--green-400);flex:0 0 140px;font-size:12px;font-weight:700}.roster-track-clip{flex:1;width:100%;min-width:0;max-width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.roster-track{white-space:nowrap;will-change:transform;align-items:center;gap:28px;animation:42s linear infinite roster-scroll;display:inline-flex}.roster-rtl{animation-direction:reverse}.roster-name{font-family:var(--font-display);letter-spacing:-.02em;opacity:.85;font-size:clamp(22px,2.6vw,34px);font-weight:700}.roster-dot{color:var(--green-400);font-size:22px}.surface-light .roster-label,.surface-paper .roster-label{color:var(--green-600)}.surface-light .roster-dot,.surface-paper .roster-dot{color:var(--green-500)}@keyframes roster-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.roster-track{animation:none}}@media (max-width:720px){.roster-list{gap:0!important}.roster-row{flex-direction:column;align-items:flex-start;gap:8px;padding:20px 0}.roster-row:first-child{padding-top:0}.roster-row:last-child{padding-bottom:0}.roster-row+.roster-row{background:linear-gradient(var(--line), var(--line)) no-repeat top center / calc(100% - 2 * var(--pad)) 1px}.roster-label{text-align:left;padding:0 var(--pad);flex:none}}.va-band{border-top:1px solid var(--line);box-sizing:border-box;align-items:center;gap:24px;width:100%;min-width:0;max-width:100%;margin-top:8px;padding:22px 48px 26px;display:flex}.va-band .lbl{letter-spacing:.14em;text-transform:uppercase;color:var(--text-2);white-space:nowrap;font-size:11px;font-weight:700}.va-strip{flex:1;width:100%;min-width:0;max-width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 3% 97%,#0000);mask-image:linear-gradient(90deg,#0000,#000 3% 97%,#0000)}.va-track{will-change:transform;align-items:center;gap:10px;width:max-content;animation:32s linear infinite va-scroll;display:flex}.va-track.logos{gap:12px}.va-track .org{color:#000;white-space:nowrap;background:#fff;border-radius:8px;flex:none;justify-content:center;align-items:center;min-width:120px;height:44px;padding:0 18px;font-size:12px;font-weight:600;display:inline-flex}.va-track .org img{object-fit:contain;width:auto;max-width:116px;max-height:30px;display:block}@keyframes va-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.va-track{animation:none}}@media (max-width:720px){.va-band{flex-direction:column;align-items:flex-start;gap:12px;padding:18px 24px 22px}.va-band .lbl{white-space:normal;line-height:1.5}.va-strip{width:100%}.va-track.logos{gap:10px}}.card.va-card{min-width:0;scroll-margin-top:calc(var(--hdr) + 24px);overflow:hidden;padding:0!important}.va-card:hover{transform:none}.va-num{color:var(--green-300);letter-spacing:.1em;white-space:nowrap;flex-shrink:0;font-family:JetBrains Mono,ui-monospace,Menlo,monospace;font-size:13px}.va-title{letter-spacing:-.02em;margin:10px 0 0;font-size:clamp(30px,3.2vw,42px);line-height:1.05}.va-body{color:var(--text-1);max-width:68ch;font-size:17px;line-height:1.6}.va-stats{flex-wrap:wrap;gap:48px;display:flex}.va-stat .n{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-0);font-size:52px;font-weight:700;line-height:1}.va-stat .rule{background:var(--green-400);width:28px;height:2px;margin:12px 0 10px}.va-stat .l{letter-spacing:.14em;text-transform:uppercase;color:var(--text-2);max-width:22ch;font-size:12px;font-weight:600;line-height:1.4}.va-person{flex-direction:column;gap:14px;display:flex}.va-person .photo-sq{object-fit:cover;background:var(--bg-2);border-radius:12px;flex-shrink:0;width:88px;height:88px;display:block}.va-person .photo{aspect-ratio:3/4;object-fit:cover;background:var(--bg-2);border-radius:12px;width:100%;display:block}.va-person .name{font-family:var(--font-display);color:var(--text-0);letter-spacing:-.01em;font-size:17px;font-weight:700}.va-person .role{color:var(--green-300);margin-top:2px;font-size:13px;font-weight:600}.va-person .blurb{color:var(--text-1);font-size:14px;line-height:1.55}.va-person .actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:4px;display:flex}.va-person .actions .btn-sm{height:36px}.va-person .li{border:1px solid var(--line);width:36px;height:36px;color:var(--text-1);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.va-person .li svg{fill:currentColor;width:15px;height:15px}.va-fallback.photo-sq{background:var(--bg-2);color:var(--text-2);font-family:var(--font-display);justify-content:center;align-items:center;font-size:28px;font-weight:700;display:flex}.va-fallback,.va-person .va-fallback.photo{background:var(--bg-2);color:var(--text-2);font-family:var(--font-display);border:1px dashed #ffffff24;justify-content:center;align-items:center;font-weight:700;display:flex}.va-person .meta{flex-direction:column;gap:14px;display:flex}.va-a .head{padding:40px 48px 0}.va-a .grid{grid-template-columns:1.65fr 1fr;align-items:start;gap:48px;padding:28px 48px 40px;display:grid}.va-a .panel{background:var(--bg-1);border:1px solid var(--line);border-radius:14px;padding:22px}.va-a .panel .top{align-items:center;gap:16px;display:flex}.va-card:target{border-color:var(--green-300);box-shadow:0 0 0 2px var(--green-300)}.va-b .grid{grid-template-columns:260px 1fr;gap:0;display:grid}.va-b .rail{background:var(--bg-1);border-right:1px solid var(--line);padding:28px}.va-b .content{padding:40px 48px}.va-b .va-stats{border-top:1px solid var(--line);margin-top:28px;padding-top:24px}.va-track .org-logo{background:#fff;border-radius:8px;flex:none;justify-content:center;align-items:center;width:138px;height:44px;display:inline-flex}.va-track .org-logo img{object-fit:contain;width:auto;max-width:116px;max-height:30px;display:block}@media (max-width:900px){.va-a .head{padding:24px 24px 0}.va-a .grid{grid-template-columns:1fr;gap:24px;padding:20px 24px 24px}.va-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.va-stat .n{font-size:38px}.va-stat .l{max-width:none}.va-b .grid{grid-template-columns:1fr}.va-b .rail{border-right:0;border-bottom:1px solid var(--line);grid-template-columns:96px 1fr;align-items:start;gap:16px;padding:20px 24px;display:grid}.va-b .rail .photo,.va-b .rail .va-fallback.photo{aspect-ratio:1;width:96px}.va-b .content{padding:24px}.va-b .va-stats{margin-top:20px;padding-top:20px}}.chip-more{color:var(--text-2);background:0 0;border-style:dashed}.chip-more:hover{color:var(--green-300);border-color:var(--green-400)}.surface-light .chip,.surface-paper .chip{color:var(--text-dark-1);background:#00000008;border-color:#00000014}.surface-light .chip:hover,.surface-paper .chip:hover{color:var(--text-dark-0);border-color:var(--text-dark-2)}.surface-light .chip.active,.surface-paper .chip.active{background:var(--text-dark-0);color:var(--text-0);border-color:var(--text-dark-0)}.stack{flex-direction:column;display:flex}.row{flex-direction:row;display:flex}.grid{display:grid}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.gap-24{gap:24px}.gap-32{gap:32px}.gap-40{gap:40px}.gap-64{gap:64px}.center{justify-content:center;align-items:center}.between{justify-content:space-between}.grow{flex:1}.text-center{text-align:center}.mt-8{margin-top:8px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}.mt-48{margin-top:48px}.mt-64{margin-top:64px}.mt-96{margin-top:96px}.mb-12{margin-bottom:12px}.mb-24{margin-bottom:24px}.mb-48{margin-bottom:48px}.mb-64{margin-bottom:64px}@media (max-width:900px){:root{--pad:24px}.nav{display:none}.menu-btn{display:inline-flex}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}.hero{min-height:560px}.hero-inner{padding:80px var(--pad)}.section{padding:64px 0}}@media (max-width:600px){.footer-grid{grid-template-columns:1fr}}.drawer{z-index:200;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e1e1ef7;flex-direction:column;display:none;position:fixed;inset:0}.drawer.open{display:flex}.drawer-head{height:var(--hdr);padding:0 var(--pad);border-bottom:1px solid #2a2a2a;justify-content:space-between;align-items:center;display:flex}.drawer-list{padding:24px var(--pad);flex-direction:column;gap:4px;display:flex}.drawer-list a{font-family:var(--font-display);border-bottom:1px solid #2a2a2a;justify-content:space-between;align-items:center;padding:18px 0;font-size:22px;font-weight:600;display:flex}.drawer-list a:hover{color:var(--green-300)}.page{opacity:0;animation:.36s cubic-bezier(.2,.7,.2,1) forwards pageIn;transform:translateY(8px)}@keyframes pageIn{to{opacity:1;transform:none}}.scroll-ind{color:var(--green-200);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:10px;font-size:12px;font-weight:600;display:inline-flex}.scroll-ind:after{content:"";background:var(--green-400);border-radius:50%;width:6px;height:6px}.ptable{border-collapse:collapse;table-layout:fixed;width:100%}.ptable th,.ptable td{text-align:left;border-bottom:1px solid var(--line);vertical-align:middle;padding:18px 16px}.ptable td.nowrap,.ptable th.nowrap{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ptable th{letter-spacing:.14em;text-transform:uppercase;color:var(--text-2);font-size:11px;font-weight:600}.ptable td{color:var(--text-1);font-size:14px}.ptable tr.head-row th{border-bottom-color:var(--text-2)}.ptable tr.prow{cursor:pointer;height:101px;transition:background .16s}.co-rounds{border-collapse:collapse;width:100%}.co-rounds td{border-bottom:1px solid var(--line);color:var(--text-1);vertical-align:top;padding:14px 16px 14px 0;font-size:14px}.co-rounds .co-rounds-round{color:var(--text-0);white-space:nowrap;font-weight:600}.co-rounds .co-rounds-mvp{color:var(--green-300);white-space:nowrap;text-align:right;font-size:12px;font-weight:600}.exit-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.exit-card{border:1px solid var(--line);min-height:180px;color:inherit;background:#232323;border-radius:14px;flex-direction:column;gap:6px;padding:24px;text-decoration:none;transition:border-color .16s,background .16s;display:flex;position:relative}a.exit-card:hover{border-color:var(--green-500);background:#4cc14c0a}.exit-name{font-family:var(--font-display);color:var(--text-0);padding-right:28px;font-size:20px;font-weight:700;line-height:1.2}.exit-label{letter-spacing:.14em;text-transform:uppercase;color:var(--text-2);margin-top:auto;font-size:11px;font-weight:600}.exit-acquirer{color:var(--text-1);font-size:15px}.exit-year{color:var(--green-300);border:1px solid #4cc14c59;border-radius:999px;align-self:flex-start;margin-top:10px;padding:3px 10px;font-size:12px;font-weight:600}.exit-year.is-empty{border-color:var(--line);color:var(--text-2)}.exit-arrow{color:var(--text-2);position:absolute;top:20px;right:20px}a.exit-card:hover .exit-arrow{color:var(--green-300)}@media (max-width:1024px){.exit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.exit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.exit-card{min-height:150px;padding:16px}.exit-name{font-size:16px}.exit-acquirer{font-size:14px}.exit-arrow{top:14px;right:14px}}.ptbl-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ptable col.ptbl-col-company{width:320px}.ptable col.ptbl-col-focus{width:330px}.ptbl-more{display:none}@media (max-width:1279px){.ptable col.ptbl-col-company{width:292px}.ptable col.ptbl-col-focus{width:280px}.ptable .ptbl-logo{width:84px;height:46px;padding:6px 10px}.ptable .badge.ptbl-tag-extra{display:none}.ptable .ptbl-more{display:inline-flex}}.ptable tr.prow:hover{background:#4cc14c0a}.ptable tr.prow:hover td:first-child{color:var(--green-300)}.ptable td:first-child{color:var(--text-0);font-weight:600}.ptbl-logo{background:var(--bg-paper);border:1px solid var(--line-light);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:64px;padding:8px 14px;display:flex}.ptbl-logo img{object-fit:contain;max-width:100%;max-height:100%}.ptbl-logo img.logo-inv{filter:brightness(0)opacity(.78)}.ptable tr.prow:hover .ptbl-logo img.logo-inv{filter:brightness(0)opacity()}.brand-mark{background:#f8f8f8;border-color:#00000014;justify-content:center;align-items:center;padding:56px;display:flex}.brand-mark-img{object-fit:contain;width:auto;max-width:70%;height:auto;max-height:60%;display:block}.brand-mark-img.logo-inv{filter:brightness(0)opacity(.82)}.brand-mark-initials{font-family:var(--font-display);letter-spacing:-.04em;color:#00000029;font-size:140px;font-weight:800}.co-visual{z-index:1;aspect-ratio:16/9;border-radius:var(--r-lg,6px);background:#0006;border:1px solid #ffffff1a;margin:0;position:relative;overflow:hidden}.co-visual-img{object-fit:cover;width:100%;height:100%;display:block}.co-tile{background:#0006;border-color:#ffffff0f;padding:0;position:relative;overflow:hidden}.co-tile-img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.co-tile-shade{background:linear-gradient(#0000000d 30%,#000000b8 100%);position:absolute;inset:0}.co-visual-chip.co-tile-chip{height:44px;padding:0 12px;inset:16px 16px auto auto}.co-visual-chip.co-tile-chip img{max-width:110px;height:24px}.co-visual-chip{background:#fffffff0;border-radius:4px;justify-content:center;align-items:center;height:56px;padding:0 16px;display:flex;position:absolute;bottom:16px;left:16px;box-shadow:0 2px 10px #00000040}.co-visual-chip img{object-fit:contain;filter:brightness(0)opacity(.88);width:auto;max-width:132px;height:34px;display:block}.co-leads-label{letter-spacing:.12em;text-transform:uppercase;color:#ffffff80;margin-bottom:10px;font-family:ui-monospace,monospace;font-size:11px}.co-lead{color:#ffffffe6;border:1px solid #ffffff38;border-radius:999px;padding:5px 12px;font-size:13px;display:inline-block}.blog-body{max-width:720px;color:var(--text-dark-1);margin:0 auto;font-size:18px;line-height:1.75}.blog-body p{margin:0 0 22px}.blog-body h2,.blog-body h3,.blog-body h4{font-family:var(--font-display);color:var(--text-dark-0);margin:40px 0 16px;line-height:1.25}.blog-body h2{font-size:28px;font-weight:700}.blog-body h3{font-size:22px;font-weight:700}.blog-body h4{font-size:18px;font-weight:700}.blog-body ul,.blog-body ol{margin:0 0 22px;padding-left:26px}.blog-body li{margin-bottom:10px}.blog-body a{color:var(--green-600);text-underline-offset:3px;text-decoration:underline}.blog-body a:hover{color:var(--green-500)}.blog-body blockquote{border-left:3px solid var(--green-400);font-family:var(--font-display);color:var(--text-dark-0);margin:28px 0;padding:8px 0 8px 24px;font-size:22px;font-weight:600;line-height:1.4}.blog-body hr{border:0;border-top:1px solid var(--line-light);margin:36px 0}.blog-body .blog-img{margin:32px 0}.blog-body .blog-img img{border-radius:12px;width:100%;height:auto;display:block}.blog-body .blog-img figcaption{color:var(--text-dark-2);text-align:center;margin-top:10px;font-size:13px}.blog-source{border-top:1px solid var(--line-light);max-width:720px;margin:40px auto 0;padding-top:24px}.blog-source a{color:var(--green-600);font-size:14px;font-weight:600}.green-rule{background:var(--green-200);height:6px}.link-arr{color:var(--green-300);align-items:center;gap:8px;font-weight:600;transition:color .16s;display:inline-flex}.link-arr:hover{color:var(--green-200)}.link-arr svg{transition:transform .16s}.link-arr:hover svg{transform:translate(3px)}.surface-light .link-arr,.surface-paper .link-arr{color:var(--green-500)}.surface-light .link-arr:hover,.surface-paper .link-arr:hover{color:var(--green-700)}.metric{flex-direction:column;gap:6px;display:flex}.metric-num{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(40px,5vw,64px);font-weight:700;line-height:1}.grid.firm-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important}.metric-label{letter-spacing:.16em;text-transform:uppercase;color:var(--text-2);font-size:12px;font-weight:600}.metric-rule{background:var(--green-400);width:32px;height:2px;margin-top:4px}.sec-pill{letter-spacing:.04em;text-transform:uppercase;height:32px;color:var(--text-1);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;align-items:center;padding:0 14px;font-size:12px;font-weight:600;display:inline-flex}.sec-pill:hover{border-color:var(--green-400);color:var(--green-300)}.sec-pill-lg{height:40px;padding:0 18px;font-size:13px}.pill-count{opacity:.6;letter-spacing:0;font-variant-numeric:tabular-nums;border-left:1px solid #fff3;margin-left:12px;padding-left:12px;font-weight:500}.surface-light .pill-count,.surface-paper .pill-count{border-left-color:#00000029}.surface-light .sec-pill,.surface-paper .sec-pill{border-color:var(--line-light);color:var(--text-dark-1);background:#0000000a}.surface-light .sec-pill:hover,.surface-paper .sec-pill:hover{border-color:var(--green-500);color:var(--green-600)}.img-bg{background-position:50%;background-size:cover}.tabs{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;gap:2px;padding:4px;display:inline-flex}.tab{color:var(--text-1);cursor:pointer;border-radius:7px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .16s}.tab:hover{color:var(--text-0)}.tab.active{color:var(--green-300);background:#4cc14c1f}.surface-light .tabs,.surface-paper .tabs{background:#00000008;border-color:#00000014}.surface-light .tab,.surface-paper .tab{color:var(--text-dark-1)}.surface-light .tab.active,.surface-paper .tab.active{background:var(--text-dark-0);color:var(--text-0)}.input{background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:8px;height:40px;padding:0 14px;display:flex}.input input{color:var(--text-0);background:0 0;border:0;outline:0;flex:1;font-family:inherit;font-size:14px}.input input::placeholder{color:var(--text-2)}.surface-light .input,.surface-paper .input{border-color:var(--line-light);background:#fff}.surface-light .input input,.surface-paper .input input{color:var(--text-dark-0)}.select{height:40px;color:var(--text-1);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-width:180px;padding:0 14px;font-size:14px;display:flex}.select:hover{color:var(--text-0);border-color:#fff3}.surface-light .select,.surface-paper .select{border-color:var(--line-light);color:var(--text-dark-1);background:#fff}details.acc{border-bottom:1px solid var(--line);padding:24px 0}details.acc[open] summary .acc-icon{transform:rotate(45deg)}details.acc summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;list-style:none;display:flex}details.acc summary::-webkit-details-marker{display:none}.acc-q{font-family:var(--font-display);letter-spacing:-.01em;font-size:20px;font-weight:600}.acc-icon{border:1px solid var(--line);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:transform .24s;display:inline-flex}details.acc .acc-body{max-width:70ch;color:var(--text-1);padding-top:16px;font-size:15px;line-height:1.55}.surface-light details.acc,.surface-paper details.acc,.surface-light .acc-icon,.surface-paper .acc-icon{border-color:var(--line-light)}.surface-light details.acc .acc-body,.surface-paper details.acc .acc-body{color:var(--text-dark-1)}.ico{flex-shrink:0;width:16px;height:16px}.mission-visual{aspect-ratio:444/439;width:100%;max-width:444px;position:relative}.mvg-grid{grid-template-rows:repeat(4,1fr);grid-template-columns:repeat(6,1fr);gap:4.69799% 2.7027%;height:67.8816%;display:grid;position:absolute;top:32.1185%;left:0;right:0}.mvg-cell-wrap{display:contents}.mvg-cell{border:1px solid var(--green-300);background:0 0;border-radius:8px;width:100%;height:100%;transition:background-color .2s}.mvg-cell:hover{background:#8dd88d14}.mvg-cell-active{border-color:var(--green-400);background:#8dd88d33}.mvg-arrow{pointer-events:none;z-index:2;position:absolute;top:54.4419%;left:55.1802%}.mvg-photo{z-index:3;border-radius:8px;width:74.7748%;height:42.5968%;position:absolute;top:0;left:21.1712%;overflow:hidden}.mvg-photo img{object-fit:cover;width:100%;height:100%;display:block}.mvg-badge.mvg-badge{color:var(--green-700);background:#ebf8ece6;border:1px solid #4cc14c00;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:700;position:absolute;top:12px;left:14px}.page-head{border-bottom:1px solid var(--line);padding:100px 0 80px;position:relative;overflow:hidden}.page-head:after{content:"";pointer-events:none;background:radial-gradient(circle,#4cc14c26,#0000 60%);width:480px;height:480px;position:absolute;top:-50px;right:-100px}.crumbs{color:var(--text-2);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.crumbs a:hover{color:var(--green-300)}.crumbs span.sep{opacity:.4}@media (max-width:1100px){.mission-visual{max-width:360px}}@media (max-width:900px){.mission-visual{display:none}}:focus-visible{outline:2px solid var(--green-400);outline-offset:2px;border-radius:4px}::selection{background:#4cc14c40}article p+p{margin-top:20px}article h2+p{margin-top:16px}article blockquote{margin:8px 0}@media (max-width:1024px){#pf-results{overflow-x:auto}.ptable{min-width:900px}}.footer .logo-mark{opacity:.85}.footer .logo-mark:hover{opacity:1}html,body{max-width:100vw;overflow-x:clip}@media (max-width:1024px){[style*="grid-template-columns:repeat(3, 1fr)"],[style*="grid-template-columns: repeat(3, 1fr)"],[style*="grid-template-columns:repeat(3,1fr)"],[style*="grid-template-columns:repeat(4"],[style*="grid-template-columns: repeat(4"]{grid-template-columns:repeat(2,1fr)!important}[style*="grid-template-columns: 1fr 1.2fr"],[style*="grid-template-columns:1fr 1.2fr"],[style*="grid-template-columns: 1fr 1.4fr"],[style*="grid-template-columns:1fr 1.4fr"],[style*="grid-template-columns: 1fr 1.5fr"],[style*="grid-template-columns:1fr 1.5fr"],[style*="grid-template-columns: 1fr 1.6fr"],[style*="grid-template-columns:1fr 1.6fr"],[style*="grid-template-columns: 1.1fr 1fr"],[style*="grid-template-columns:1.1fr 1fr"],[style*="grid-template-columns: 1.6fr 1fr"],[style*="grid-template-columns:1.6fr 1fr"],[style*="grid-template-columns: 2fr 1fr"],[style*="grid-template-columns:2fr 1fr"]{grid-template-columns:1fr!important;gap:40px!important}.footer .footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.footer .footer-grid>:first-child{grid-column:1/-1}[style*="grid-template-columns: 516px"],[style*=grid-template-columns\:516px],[style*="grid-template-columns: 1fr 720px 1fr"],[style*="grid-template-columns:1fr 720px 1fr"]{grid-template-columns:1fr!important;gap:32px!important}aside[style*=position\:sticky],aside[style*="position: sticky"]{position:static!important}aside:empty{display:none!important}[style*="grid-template-columns: 1fr 2fr"],[style*="grid-template-columns:1fr 2fr"],[style*="grid-template-columns: 1.2fr 1fr"],[style*="grid-template-columns:1.2fr 1fr"]{grid-template-columns:1fr!important;gap:32px!important}.card.ins-feature{gap:0!important;min-height:0!important;padding:0!important}.ins-feature-media{aspect-ratio:16/9;width:100%;max-height:360px;height:auto!important}.ins-feature-body{padding:24px!important}}@media (max-width:720px){:root{--pad:20px}[style*="grid-template-columns: 1fr 1fr"],[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important}.section{padding:56px 0}.section-tight{padding:40px 0}.page-head{padding:56px 0 40px}.hero{min-height:480px}.hero-inner{padding:56px var(--pad)}.hero h1{max-width:100%;font-size:44px;line-height:1.05}.hero-sub{font-size:15px}.hero-cta{flex-direction:column;align-items:stretch;gap:10px;width:100%}.hero-cta .btn{width:100%}.h-display{line-height:1.05;font-size:clamp(36px,11vw,56px)!important}.h-xl{line-height:1.1;font-size:clamp(30px,9vw,44px)!important}.h-lg{line-height:1.15;font-size:clamp(24px,7vw,32px)!important}.h-md{font-size:20px!important}.grid.firm-stats{gap:12px!important;padding:24px 0!important}.firm-stats .metric-num{font-size:28px!important}.firm-stats .body-sm{margin-top:8px;font-size:12px;line-height:1.35}[style*="grid-template-columns:repeat(2"],[style*="grid-template-columns: repeat(2"],[style*="grid-template-columns:repeat(3"],[style*="grid-template-columns: repeat(3"]{grid-template-columns:1fr!important}[style*="grid-template-columns:repeat(4"],[style*="grid-template-columns: repeat(4"]{grid-template-columns:repeat(2,1fr)!important;gap:24px!important}.row.gap-8,.row.gap-12,.row.gap-16,.row.gap-24{flex-wrap:wrap}.text-center .row,.wrap.text-center .row{justify-content:center}.text-center>.btn,.wrap.text-center>.btn,.text-center .row>.btn,.wrap.text-center .row>.btn{width:100%;max-width:280px}.row.between>.btn{width:100%;max-width:280px;align-self:center!important}[style*="grid-template-columns:80px 2fr 1fr"],[style*="grid-template-columns: 80px 2fr 1fr"],[style*="grid-template-columns:80px 1fr"],[style*="grid-template-columns: 80px 1fr"],[style*="grid-template-columns:120px 1fr"],[style*="grid-template-columns: 120px 1fr"]{grid-template-columns:1fr!important;gap:16px!important}.card{padding:20px!important}.card[style*=padding\:48px],.card[style*="padding: 48px"]{padding:24px!important}.header{height:64px}:root{--hdr:64px}.logo-mark{width:92px;height:50px}#reviewsTrack{align-items:flex-start;padding-left:0;padding-right:0;gap:12px!important}#reviewsTrack>*{flex:0 0 100%!important;width:100%!important}#reviewsTrack>*>p{flex:none!important}[aria-label=Previous\ reviews],[aria-label=Next\ reviews]{display:none!important}.mission-visual{display:none}.tabs{width:100%;overflow-x:auto}.input{width:100%!important}select[id^=pf-],select[id^=ins-]{width:100%!important;min-width:0!important}#pf-results{overflow-x:visible!important}.ptable{border-collapse:collapse;table-layout:auto!important;min-width:0!important}.ptable colgroup,.ptable thead{display:none}.ptable,.ptable tbody,.ptable tr{width:100%;display:block}.ptable tr.prow{border:1px solid var(--line);background:#ffffff05;border-radius:12px;height:auto;margin-bottom:12px;padding:16px 48px 16px 16px;position:relative}.ptable tr.prow:hover{border-color:var(--green-500);background:#4cc14c0a}.ptable td{border:none;padding:0;display:block;white-space:normal!important;text-overflow:clip!important;overflow:visible!important}.ptable td:first-child{color:var(--text-0);margin-bottom:12px}.ptable td:first-child .row{align-items:center;gap:12px;display:flex}.ptable td:first-child .ptbl-logo{flex-shrink:0;width:80px;height:44px;padding:6px 10px}.ptable td:first-child span{color:var(--text-0);flex:1;font-size:15px;font-weight:700;white-space:normal!important;text-overflow:clip!important;overflow:visible!important}.ptable td:nth-child(2){color:var(--text-1);margin-bottom:14px;font-size:13px;line-height:1.5}.ptable td:nth-child(3),.ptable td:nth-child(4){text-transform:uppercase;letter-spacing:.06em;border-radius:999px;margin-bottom:6px;margin-right:6px;padding:4px 10px;font-size:10.5px;font-weight:600;white-space:nowrap!important;display:inline-block!important}.ptable td:nth-child(3){color:var(--green-300);background:#4cc14c1f;border:1px solid #4cc14c40}.ptable td:nth-child(4){color:var(--text-1);background:#ffffff0d;border:1px solid #ffffff1a}.ptable td.ptbl-focus{background:0 0;border:0;border-radius:0;margin:0;padding:0;white-space:normal!important;display:block!important}.ptable td:nth-child(5),.ptable td:nth-child(6),.ptable td:nth-child(7){display:none!important}.ptable td:last-child{padding:0;position:absolute;top:18px;right:16px}.ptable td:last-child svg{color:var(--text-2)}.ptable tr.prow:hover td:last-child svg{color:var(--green-300)}.ptable .badge.ptbl-tag-extra{display:inline-flex}.ptable .ptbl-more{display:none}.ph.brand-mark{height:180px!important;padding:20px!important}.brand-mark-img{max-width:70%!important;max-height:78%!important}.co-visual-chip{height:42px;padding:0 12px;bottom:12px;left:12px}.co-visual-chip img{max-width:100px;height:26px}form .grid[style*="grid-template-columns:1fr 1fr"],form .grid[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}.footer{padding:56px 0 24px}.footer-grid{padding-bottom:40px;gap:32px!important}.footer h5{margin-bottom:12px}.footer-tag{max-width:100%}.footer .footer-grid{gap:28px 12px!important}.footer .footer-grid>:first-child .logo{margin-bottom:0!important}.footer ul{gap:8px}.footer a{font-size:13px}.footer h5{letter-spacing:.1em;font-size:11px}section h2[style*=font-size\:64px],section h2[style*="font-size: 64px"]{font-size:32px!important;line-height:1.1!important}section h2[style*="font-size:clamp(48px,7vw,100px)"],section h2[style*="font-size: clamp(48px,7vw,100px)"],section h2[style*="font-size:clamp(48px, 7vw, 100px)"],section h2[style*="font-size: clamp(48px, 7vw, 100px)"]{font-size:36px!important}a[style*="aspect-ratio: 787 / 530"],a[style*="aspect-ratio:787/530"]{min-height:240px}.page-head h1,.page-head p{max-width:100%!important}.crumbs{flex-wrap:wrap}}@media (max-width:380px){:root{--pad:14px}.hero h1{font-size:36px}.h-display{font-size:30px!important}.h-xl{font-size:26px!important}.h-lg{font-size:22px!important}.h-md{font-size:18px!important}[style*="grid-template-columns:repeat(4"],[style*="grid-template-columns: repeat(4"]{grid-template-columns:1fr!important}.bw-grid{gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.bw-card{height:72px;padding:10px}.bw-logo{max-height:28px}.section{padding:40px 0}.page-head{padding:40px 0 32px}.logo-mark{width:78px;height:42px}}
