.num-list{list-style:none;margin:0;padding:0}.num-list li{display:flex;gap:1.25rem;overflow:hidden;padding:.85rem 1rem;position:relative;transition:transform .25s ease,background .25s ease}.num-list li:hover{background:rgba(31,107,58,.04);border-radius:20px;padding:.85rem 1rem;transform:translateX(4px)}.num-list li:before{content:"";height:1px;left:0;position:absolute;top:0;transition:width .9s cubic-bezier(.2,.7,.2,1);width:0}.reveal.is-visible .num-list li:before{width:100%}.reveal.is-visible .num-list li:first-child:before{transition-delay:.1s}.reveal.is-visible .num-list li:nth-child(2):before{transition-delay:.2s}.reveal.is-visible .num-list li:nth-child(3):before{transition-delay:.3s}.reveal.is-visible .num-list li:nth-child(4):before{transition-delay:.4s}.reveal.is-visible .num-list li:nth-child(5):before{transition-delay:.5s}.num-list .num{color:var(--brand-green-700);font-size:.85rem;font-variant-numeric:tabular-nums;font-weight:600;min-width:1.5rem}.num-list .title{font-weight:600;margin-bottom:.15rem}.num-list .desc{color:#5c6b5d;font-size:16px}.arcade-frame{animation:stripeShift 12s linear infinite;background:repeating-linear-gradient(135deg,#1a1a1a 0 12px,#222 12px 24px);background-size:34px 34px;border-radius:14px;height:100%;min-height:380px;overflow:hidden;position:relative}@keyframes stripeShift{0%{background-position:0 0}to{background-position:68px 68px}}.arcade-frame:after{animation:arcadeGlow 8s ease-in-out infinite alternate;background:radial-gradient(ellipse at 30% 20%,rgba(74,122,61,.35),transparent 55%),radial-gradient(ellipse at 80% 90%,rgba(232,122,46,.18),transparent 60%);content:"";inset:0;pointer-events:none;position:absolute}@keyframes arcadeGlow{0%{opacity:.55}to{opacity:1}}.arcade-frame .stamp{bottom:1rem;color:#cfd8c9;font-size:.7rem;font-weight:600;left:1.25rem;letter-spacing:.3em;position:absolute}.pull-quote{backdrop-filter:blur(22px) saturate(160%);background:linear-gradient(135deg,rgba(207,233,179,.55),rgba(232,244,214,.35)),rgba(255,255,255,.4675);border:1px solid hsla(0,0%,100%,.6);border-radius:20px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.6),inset 0 -1px 0 hsla(0,0%,100%,.25),0 20px 60px -28px rgba(15,59,31,.35);padding:30px}.pull-quote:hover{box-shadow:0 12px 30px rgba(15,56,35,.08);transform:translateY(-2px)}.pull-quote:before{background:linear-gradient(90deg,transparent,rgba(74,122,61,.07),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left 1s ease;width:60%}.pull-quote:hover:before{left:120%}.pull-quote .marks{color:var(--brand-green-700);font-family:var(--font-serif);font-size:2rem;line-height:.5}@media (max-width:768px){.arcade-frame{min-height:260px}}@media (prefers-reduced-motion:reduce){.arcade-frame,.arcade-frame:after{animation:none!important}}.drift{animation:drift 22s ease-in-out infinite}.blob{border-radius:50%;filter:blur(60px);pointer-events:none;position:absolute;z-index:0}.rel{position:relative}.quote_image{border-radius:50%;height:100px;width:100px}.vr{color:var(--brand-green-700)}