@media(prefers-reduced-motion:no-preference){@keyframes heroReveal{from{opacity:0;filter:blur(8px);transform:translateY(16px)}to{opacity:1;filter:blur(0);transform:none}}@keyframes heroWord{from{opacity:0;filter:blur(10px);transform:translateY(18px)}to{opacity:1;filter:blur(0);transform:none}}.hero-center>*{animation:heroReveal .8s cubic-bezier(.16,.84,.34,1)both}.hero-center>*:nth-child(1){animation-delay:.04s}.hero-center>*:nth-child(2){animation-delay:.18s}.hero-center>*:nth-child(3){animation-delay:.34s}.hero-center>*:nth-child(4){animation-delay:.5s}.hp-reveal .hpw,.hp-reveal .brocs-dot,.hp-reveal .hpend{display:inline-block;animation:heroWord .7s cubic-bezier(.16,.84,.34,1)both}.hero-hand-wrap{animation:heroReveal 1.2s ease both;animation-delay:.4s}html.js-reveal main>section:not(.hero){opacity:0;filter:blur(10px);transform:translateY(26px);transition:opacity .8s ease,filter .8s ease,transform .8s cubic-bezier(.16,.84,.34,1)}html.js-reveal main>section.is-visible{opacity:1;filter:blur(0);transform:none}}.brocs-verb{color:#fff;transition:color .3s ease;white-space:nowrap}.brocs-verb.is-hi{color:var(--cyan);font-style:italic}.brocs-dot{color:var(--muted);margin:0 .15em}.hero--center.subhero .hero-hand-wrap{bottom:calc(5% - 150px)}.hero--center.subhero .hero-hand-wrap.hand-left{right:auto;left:-2.5%}.hero--center.subhero .hero-hand-wrap.hand-left .hero-hand{transform:scaleX(-1)}