.flywheel-live{
  position:absolute;
  left:0;
  top:5328px;
  z-index:3;
  width:4395px;
  height:2631px;
  overflow:hidden;
  background:#000;
  isolation:isolate;
  transform:translateZ(0);
}
.flywheel-video{
  position:absolute;
  inset:0;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  border:0;
  object-fit:cover;
  object-position:center;
  background:#000;
  pointer-events:none;
  user-select:none;
  backface-visibility:hidden;
  transform:translate3d(0,0,0) scale(1.002);
  transform-origin:center;
  will-change:transform;
}
.flywheel-foreground{
  position:absolute;
  inset:0;
  z-index:2;
  display:block;
  width:4395px;
  height:2631px;
  object-fit:fill;
  user-select:none;
  pointer-events:none;
  -webkit-user-drag:none;
}
.home-apply{left:1550px;top:20425px;width:585px;height:165px}
.home-contact{left:2250px;top:20420px;width:585px;height:180px}

/* Covers the static logo strip completely so the old and live versions never overlap. */
.institution-marquee{
  position:absolute;
  left:0;
  top:7800px;
  z-index:16;
  width:4395px;
  height:450px;
  overflow:hidden;
  background:#000;
  display:flex;
  align-items:center;
  mask-image:linear-gradient(90deg,transparent,#000 3.5%,#000 96.5%,transparent);
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 3.5%,#000 96.5%,transparent);
}
.institution-track{
  display:flex;
  align-items:center;
  width:max-content;
  gap:190px;
  animation:institution-scroll 28s linear infinite;
  will-change:transform;
}
.institution-track img{
  display:block;
  width:4080px;
  height:auto;
  flex:none;
  filter:drop-shadow(0 0 10px rgba(50,130,255,.18));
}
.institution-marquee:hover .institution-track{animation-play-state:paused}
@keyframes institution-scroll{from{transform:translateX(0)}to{transform:translateX(-4270px)}}

/* Rebuilt from the reference/video dimensions. */
.venture-live{
  position:absolute;
  left:0;
  top:8400px;
  z-index:14;
  width:4395px;
  height:2700px;
  overflow:hidden;
  background:#000;
  isolation:isolate;
  font-family:"Junge",Georgia,serif;
}
.venture-background-video{
  position:absolute;
  inset:-24px;
  z-index:0;
  width:4443px;
  height:2748px;
  object-fit:cover;
  object-position:center;
  opacity:.96;
  filter:saturate(1.17) contrast(1.04);
  pointer-events:none;
}
.venture-vignette{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 82% 34%,transparent 0 29%,rgba(0,0,0,.08) 52%,rgba(0,0,0,.28) 100%),
    linear-gradient(90deg,rgba(0,0,0,.10),rgba(0,0,0,.02) 58%,rgba(0,0,0,.08));
  pointer-events:none;
}
.venture-growth-image{
  position:absolute;
  z-index:2;
  left:264px;
  top:0;
  width:1761px;
  height:1983px;
  object-fit:cover;
  border-radius:36px;
  box-shadow:0 30px 100px rgba(0,0,0,.42);
}
.venture-content{
  position:absolute;
  z-index:3;
  left:2541px;
  top:0;
  width:1590px;
}
.venture-content h2{
  margin:0 0 153px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:126px;
  line-height:1.04;
  font-weight:700;
  color:#fff;
}
.venture-content h2 span{color:#078bd0}
.venture-cards{display:flex;flex-direction:column;gap:42px}
.venture-card{
  height:288px;
  border:3px solid rgba(255,255,255,.13);
  border-radius:33px;
  background:rgba(0,0,0,.58);
  overflow:hidden;
  transition:height .30s ease,background .30s ease,box-shadow .30s ease,border-color .30s ease;
  -webkit-backdrop-filter:blur(7px);
  backdrop-filter:blur(7px);
}
.venture-card.is-active{
  height:540px;
  background:linear-gradient(135deg,rgba(0,0,0,.73),rgba(83,56,8,.74));
  border-color:rgba(229,196,120,.32);
  box-shadow:0 22px 75px rgba(0,0,0,.34),inset 0 -72px 130px rgba(161,108,16,.12);
}
.venture-card button{
  width:100%;
  height:288px;
  padding:0 105px;
  border:0;
  background:transparent;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:42px;
  text-align:left;
  cursor:pointer;
}
.venture-card strong{
  font-size:65px;
  line-height:1.12;
  font-weight:400;
  white-space:nowrap;
}
.venture-arrow{
  flex:0 0 auto;
  color:#079bdd;
  font:400 92px/1 Arial,sans-serif;
  transition:transform .25s ease,color .25s ease;
}
.venture-card.is-active .venture-arrow{color:#fff}
.venture-card p{
  margin:-20px 105px 0;
  max-width:1380px;
  font-size:42px;
  line-height:1.48;
  color:#eee;
  opacity:0;
  transform:translateY(16px);
  transition:opacity .20s ease,transform .20s ease;
}
.venture-card.is-active p{opacity:1;transform:none}
@media(hover:hover){.venture-card:hover{border-color:rgba(14,151,223,.35)}}

.outcome-carousel{
  position:absolute;
  z-index:18;
  left:2475px;
  top:16820px;
  width:1690px;
  height:980px;
  background:#000;
  outline:none;
  font-family:"Junge",Georgia,serif;
  overflow:hidden;
}
.outcome-slides{position:absolute;left:0;top:0;width:1450px;height:100%}
.outcome-slide{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:120px;
  padding-top:38px;
  opacity:0;
  transform:translateY(70px);
  transition:opacity .34s ease,transform .34s ease;
  pointer-events:none;
}
.outcome-slide.is-active{opacity:1;transform:none}
.outcome-slide>div{display:grid;grid-template-columns:520px 1fr;align-items:center;gap:70px}
.outcome-slide strong{font-family:"Playfair Display",Georgia,serif;font-size:125px;line-height:1;color:#008dce;font-weight:400}
.outcome-slide span{font-size:56px;line-height:1.15;color:#d7d7d7}
.outcome-dots{position:absolute;right:70px;top:70px;bottom:70px;width:105px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:42px}
.outcome-dots button{width:52px;height:52px;border:0;border-radius:999px;background:#444;cursor:pointer;padding:0;transition:height .24s ease,background .24s ease}
.outcome-dots button.is-active{height:180px;background:#bdbdbd}
.outcome-dots button:focus-visible{outline:7px solid #079bdd;outline-offset:8px}

/* Exact card hit boxes; the glow now follows the card corners instead of a large broken rectangle. */
.technology-hover-zone{
  position:absolute;
  z-index:22;
  left:450px;
  top:18414px;
  width:3420px;
  height:981px;
  pointer-events:none;
}
.technology-glow{
  position:absolute;
  top:0;
  width:810px;
  height:981px;
  border-radius:36px;
  pointer-events:auto;
  background:rgba(14,151,223,.001);
  transition:transform .24s ease;
}
.technology-glow::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  opacity:0;
  pointer-events:none;
  box-shadow:
    0 0 0 3px rgba(40,177,239,.22),
    0 0 30px rgba(14,151,223,.30),
    0 0 82px rgba(14,151,223,.18),
    0 28px 70px rgba(0,0,0,.42);
  transition:opacity .24s ease;
}
.technology-glow:hover,.technology-glow:focus-visible{transform:translateY(-10px)}
.technology-glow:hover::after,.technology-glow:focus-visible::after{opacity:1}
.technology-glow:focus-visible{outline:7px solid rgba(14,151,223,.78);outline-offset:8px}
.tech-ai{left:0}.tech-cyber{left:870px}.tech-health{left:1740px}.tech-fintech{left:2610px}

.home-live-footer{top:21048px}

/* v12: keep the live venture treatment inside its exact section boundary.
   The previous 2700px overlay extended into the following "Our Advantage" heading. */
.venture-live{
  top:8400px;
  height:2360px;
  background:#000;
}
.venture-background-video{
  inset:-24px;
  width:calc(100% + 48px);
  height:calc(100% + 48px);
  opacity:1;
}


/* v13: mask the complete baked-in metrics region so no blue figures can bleed through.
   The live content keeps its existing absolute alignment by being offset inside the wider mask. */
.outcome-carousel{
  left:2200px;
  width:1965px;
  background:#000;
  isolation:isolate;
}
.outcome-slides{left:275px}

/* v18 — supplied vector logo assets and exact homepage interactions. */
.institution-marquee{
  top:7800px;
  height:450px;
  background:#000;
}
.institution-track{gap:210px;animation-duration:30s}
.institution-track img{
  width:4080px;
  height:auto;
  max-height:220px;
  object-fit:contain;
  filter:none;
}
@keyframes institution-scroll{from{transform:translate3d(0,0,0)}to{transform:translate3d(-4290px,0,0)}}

.advantage-live-layer{
  position:absolute;
  inset:0;
  z-index:21;
  width:4395px;
  height:21996px;
  pointer-events:none;
}
.advantage-logo-grid{
  position:absolute;
  left:231px;
  top:11286px;
  width:1758px;
  height:1884px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:48px;
  background:#000;
}
.advantage-logo-grid img{
  display:block;
  width:1758px;
  height:1884px;
  object-fit:fill;
  image-rendering:auto;
  user-select:none;
  -webkit-user-drag:none;
}
.advantage-hover-grid{
  position:absolute;
  left:2229px;
  top:11277px;
  width:1902px;
  height:1890px;
  display:grid;
  grid-template-columns:912px 912px;
  grid-template-rows:912px 912px;
  gap:66px 78px;
  pointer-events:none;
}
.advantage-card-hover{
  position:relative;
  display:block;
  width:100%;
  height:100%;
  border-radius:48px;
  pointer-events:auto;
  overflow:hidden;
  border:3px solid transparent;
  transform:translateZ(0);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.advantage-card-hover::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:0;
  background:
    radial-gradient(ellipse at 72% 0%,rgba(245,186,65,.56),rgba(177,111,20,.20) 36%,transparent 70%),
    linear-gradient(145deg,rgba(210,141,28,.34),rgba(33,25,14,.08) 55%,transparent 82%);
  transition:opacity .22s ease;
}
.advantage-card-hover:hover,
.advantage-card-hover:focus-visible{
  transform:translateY(-7px);
  border-color:rgba(222,175,78,.44);
  box-shadow:0 30px 80px rgba(0,0,0,.44),0 0 52px rgba(204,139,30,.18);
  outline:none;
}
.advantage-card-hover:hover::before,
.advantage-card-hover:focus-visible::before{opacity:1}

/* Full live replacement for the right side of the outcomes section. */
.outcome-carousel{
  left:2200px;
  top:15420px;
  width:1965px;
  height:2360px;
  padding:0;
  background:#000;
  overflow:hidden;
  isolation:isolate;
  font-family:"Junge",Georgia,serif;
}
.outcome-copy{
  position:absolute;
  left:165px;
  top:210px;
  width:1650px;
}
.outcome-copy h2{
  margin:0;
  color:#f4f1ed;
  font-family:"Playfair Display",Georgia,serif;
  font-size:126px;
  line-height:1.08;
  font-weight:700;
  letter-spacing:-1px;
}
.outcome-copy h2 span{color:#078fce}
.outcome-copy p{
  width:1620px;
  margin:118px 0 0;
  color:#d8d4cf;
  font-family:"Junge",Georgia,serif;
  font-size:57px;
  line-height:1.56;
  font-weight:400;
}
.outcome-slides{
  left:165px;
  top:1395px;
  width:1480px;
  height:760px;
}
.outcome-slide{
  inset:0;
  gap:112px;
  padding:0;
  justify-content:flex-start;
}
.outcome-slide>div{
  display:grid;
  grid-template-columns:520px 1fr;
  align-items:center;
  gap:60px;
  min-height:205px;
}
.outcome-slide strong{
  font-family:"Playfair Display",Georgia,serif;
  font-size:119px;
  line-height:1;
  color:#008dce;
  font-weight:400;
  white-space:nowrap;
}
.outcome-slide span{
  font-family:"Junge",Georgia,serif;
  font-size:53px;
  line-height:1.22;
  color:#d7d3ce;
}
.outcome-dots{
  right:90px;
  top:1390px;
  bottom:auto;
  width:105px;
  height:760px;
  gap:40px;
  justify-content:center;
}
.outcome-dots button{
  flex:0 0 auto;
  width:51px;
  height:51px;
  background:#454545;
}
.outcome-dots button.is-active{height:176px;background:#c2c2c2}

/* Final edge mask: cover the entire baked-in right-side outcome artwork so no
   clipped text or legacy controls remain visible at the viewport edge. */
.outcome-carousel{width:2195px}


/* v19 — larger, fully visible network logos and clean outcome image replacement. */
.institution-marquee{
  top:7800px;
  height:450px;
  background:#000;
  mask-image:none;
  -webkit-mask-image:none;
}
.institution-marquee::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:#000;
  pointer-events:none;
}
.institution-track{
  position:relative;
  z-index:1;
  gap:220px;
  animation-name:institution-scroll-v19;
  animation-duration:44s;
  animation-timing-function:linear;
  animation-iteration-count:infinite;
}
.institution-track img{
  width:6800px;
  height:auto;
  max-height:none;
  object-fit:contain;
  flex:0 0 6800px;
  filter:none;
}
@keyframes institution-scroll-v19{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-7020px,0,0)}
}

/* Opaque wrapper completely removes the old baked-in building before placing the supplied image. */
.outcome-building-media{
  position:absolute;
  z-index:17;
  left:420px;
  top:15640px;
  width:1650px;
  height:2075px;
  overflow:hidden;
  background:#000;
  pointer-events:none;
  isolation:isolate;
}
.outcome-building-media img{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  border-radius:44px;
  image-rendering:auto;
  user-select:none;
  -webkit-user-drag:none;
}

/* v20 — exact homepage banner metrics, clean single-line header, and supplied logo wall. */
.website::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  z-index:160;
  width:4395px;
  height:10px;
  background:#000;
  pointer-events:none;
}

.hero-metrics{
  position:absolute;
  inset:0 auto auto 0;
  z-index:18;
  width:4395px;
  height:2290px;
  pointer-events:none;
  font-family:Arial,Helvetica,sans-serif;
  color:#fff;
}
.hero-metric{
  position:absolute;
  top:1735px;
  width:570px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:left;
  text-shadow:0 5px 24px rgba(0,0,0,.88);
}
.hero-metric strong{
  display:block;
  margin:0;
  color:#fff;
  font-size:82px;
  line-height:1;
  font-weight:700;
  letter-spacing:-1.5px;
  white-space:nowrap;
}
.hero-metric span{
  display:block;
  margin-top:31px;
  color:#c9c9c9;
  font-size:38px;
  line-height:1.1;
  font-weight:400;
  white-space:nowrap;
}
.metric-aum{left:710px}
.metric-investments{left:1590px}
.metric-moic{left:2475px}
.metric-follow-on{left:3350px}

/* The live header is the only interactive header. The old screenshot hit patches
   are disabled so they cannot draw duplicate lines or boxes on hover. */
.nav-layer .header-logo,
.nav-layer .header-home,
.nav-layer .header-about,
.nav-layer .header-team,
.nav-layer .header-portfolio,
.nav-layer .header-media{display:none!important}
.site-glass-header{
  box-shadow:
    0 0 0 34px #000,
    0 30px 90px rgba(0,0,0,.38),
    inset 0 1px 0 rgba(255,255,255,.08)!important;
  border-width:2px!important;
}

/* Exact uploaded logo wall used as a seamless, fully opaque marquee. */
.institution-marquee{
  top:7800px;
  height:450px;
  background:#000!important;
  overflow:hidden;
  isolation:isolate;
  mask-image:none!important;
  -webkit-mask-image:none!important;
}
.institution-marquee::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:#000;
  pointer-events:none;
}
.institution-track{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:160px;
  width:max-content;
  animation:institution-scroll-v20 36s linear infinite!important;
  will-change:transform;
}
.institution-track img{
  display:block;
  flex:0 0 4395px!important;
  width:4395px!important;
  height:127px!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:fill!important;
  object-position:center!important;
  filter:none!important;
  opacity:1;
  background:#000;
  image-rendering:auto;
  -webkit-user-drag:none;
  user-select:none;
}
@keyframes institution-scroll-v20{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-4555px,0,0)}
}

/* Replaces the complete old logo panel below Our Advantage with a clean wall
   built from the exact newly supplied logos. */
.advantage-logo-grid{
  left:231px;
  top:11286px;
  width:1758px;
  height:1884px;
  padding:0;
  border:3px solid rgba(255,255,255,.16);
  border-radius:48px;
  background:#000!important;
  box-shadow:0 0 0 12px #000;
  overflow:hidden;
  isolation:isolate;
}
.advantage-logo-grid img{
  display:block;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:45px;
  background:#000;
  image-rendering:auto;
}


/* v21 — final header cleanup, exact-aligned flywheel animation, and ZIP-supplied advantage logos. */
.header-clean-mask{
  position:absolute;
  left:212px;
  top:140px;
  z-index:119;
  width:3971px;
  height:300px;
  border-radius:155px;
  background:#000;
  pointer-events:none;
}
.site-glass-header{
  background:linear-gradient(105deg,#07121d 0%,#101c26 100%)!important;
  border:0!important;
  outline:0!important;
  box-shadow:
    inset 0 0 0 2px rgba(157,187,208,.42),
    0 30px 90px rgba(0,0,0,.38)!important;
}
.site-glass-header::before,
.site-glass-header::after{
  content:none!important;
  display:none!important;
}

.flywheel-video{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  display:block!important;
  width:4395px!important;
  height:2631px!important;
  object-fit:fill!important;
  object-position:center!important;
  transform:none!important;
  transform-origin:center!important;
  filter:none!important;
}
.flywheel-foreground{z-index:2}

.advantage-logo-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr));
  grid-template-rows:repeat(5,minmax(0,1fr));
  gap:36px 38px;
  align-items:stretch;
  justify-items:stretch;
  padding:72px 62px!important;
  border:2px solid rgba(255,255,255,.20)!important;
  border-radius:50px!important;
  background:
    radial-gradient(circle at 50% 42%,rgba(12,66,103,.12),transparent 62%),
    #000!important;
  box-shadow:0 0 0 14px #000, inset 0 0 75px rgba(16,121,178,.055)!important;
}
.advantage-logo-item{
  position:relative;
  grid-column:span 2;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  min-height:0;
  padding:24px 25px;
  border:1px solid rgba(255,255,255,.065);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.008));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
  overflow:hidden;
}
.advantage-logo-item::before{
  content:"";
  position:absolute;
  inset:12%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(225,242,255,.08),transparent 68%);
  opacity:.55;
  pointer-events:none;
}
.advantage-logo-item img{
  position:relative;
  z-index:1;
  display:block;
  width:88%!important;
  height:76%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:0!important;
  background:transparent!important;
  image-rendering:auto;
  filter:drop-shadow(0 5px 13px rgba(0,0,0,.45));
}
.advantage-logo-item.logo-contrast img{
  filter:
    drop-shadow(0 0 2px rgba(255,255,255,.82))
    drop-shadow(0 0 15px rgba(225,241,255,.24))
    drop-shadow(0 6px 14px rgba(0,0,0,.48));
}
.advantage-logo-item.logo-light img{
  filter:drop-shadow(0 0 14px rgba(73,165,255,.18)) drop-shadow(0 6px 14px rgba(0,0,0,.48));
}
.advantage-logo-item:nth-child(13),
.advantage-logo-item:nth-child(14){grid-column:span 3}
