.about-us-intro-stack{--about-us-hero-fade-height:784px;--about-us-glow-card-body-gap-from-hero:0px;--about-us-glow-card-inner-margin:1px}.about-us-hero-banner-shell{position:relative;z-index:0;left:50%;width:100vw;max-width:100vw;transform:translateX(-50%)}.about-us-hero-banner{position:relative;display:block;width:100%;overflow:hidden;aspect-ratio:2048/1480}.about-us-hero-banner__image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.about-us-hero-banner-fade{position:relative;z-index:1;left:50%;width:100vw;max-width:100vw;height:var(--about-us-hero-fade-height);margin-top:0;transform:translateX(-50%);background:linear-gradient(180deg,#000 0,#000 50%,transparent)}.about-us-glow-card-section{position:relative;z-index:2;margin-top:calc(-1 * (var(--about-us-hero-fade-height) - var(--about-us-glow-card-body-gap-from-hero)) - var(--about-us-glow-card-inner-margin));pointer-events:none}.about-us-glow-card-section .about-us-glow-card{pointer-events:auto}.about-us-glow-card{position:relative;z-index:1;overflow:visible;width:100%}.about-us-glow-card__content{position:relative;width:100%;min-height:0;transform-style:preserve-3d;box-shadow:0 0 10px 1px rgba(0,0,0,.93);border-radius:5px;overflow:hidden;display:flex;align-items:stretch;justify-content:center}.about-us-glow-card__content:before{position:absolute;inset:0;margin:auto;content:" ";display:block;width:min(420px,55%);height:180%;background:linear-gradient(90deg,transparent,#f96,#f96,#f96,#f96,transparent);animation:about-us-glow-card-rotation 5s linear infinite;pointer-events:none}.about-us-glow-card__inner{position:relative;z-index:1;width:calc(100% - 2px);min-height:0;margin:1px;background-color:#151515;border-radius:5px;color:#fff;overflow:hidden}.about-us-glow-card__body{position:relative;z-index:3;background-color:#000}.about-us-glow-card__orbs{pointer-events:none;position:absolute;inset:0;z-index:0;overflow:hidden}.about-us-glow-card__circle{position:absolute;border-radius:50%;filter:blur(15px);animation:about-us-glow-card-floating 2.6s linear infinite}.about-us-glow-card__circle--primary{width:90px;height:90px;background-color:#fb6;left:12%;top:18%}.about-us-glow-card__circle--bottom{width:150px;height:150px;background-color:#f86;left:38%;top:8%;animation-delay:-.8s}.about-us-glow-card__circle--right{width:30px;height:30px;background-color:#f23;right:18%;top:12%;animation-delay:-1.8s}@keyframes about-us-glow-card-rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes about-us-glow-card-floating{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}