.hero-banner{--hero-overlay:rgba(0,0,0,.18);--hero-heading-color:#fff;--hero-subheading-color:hsla(0,0%,100%,.85);--hero-btn-bg:#3a2e7b;--hero-btn-color:#fff;--hero-transition:0.22s ease;align-items:center;display:flex;height:80vh;margin-left:calc(50% - 50vw);margin-top:calc(var(--orbiss-header-h, 72px)*-1);overflow:hidden;position:relative;width:100vw}.hero-banner__media{height:100%;inset:0;position:absolute;width:100%;z-index:0}.hero-banner__image,.hero-banner__video{display:block;height:100%;inset:0;object-fit:cover;object-position:center top;position:absolute;width:100%}.hero-banner__overlay{background-color:var(--hero-overlay);inset:0;position:absolute;z-index:1}.hero-banner__inner{margin:0 auto;max-width:1320px;padding:0 2rem;position:relative;width:100%;z-index:2}.hero-banner__content{align-items:flex-start;display:flex;flex-direction:column;gap:1.25rem;max-width:640px}.hero-banner__heading{color:var(--hero-heading-color);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;letter-spacing:-.01em;line-height:1.05;text-transform:uppercase}.hero-banner__heading,.hero-banner__subheading{font-family:var(--orbiss-font,"brandon-grotesque","Helvetica Neue",Arial,sans-serif);margin:0}.hero-banner__subheading{color:var(--hero-subheading-color);font-size:clamp(1.1rem,2.2vw,1.5rem);font-weight:400;letter-spacing:.01em;line-height:1.5}.hero-banner__cta{align-items:center;background-color:transparent;border:2px solid #fff;border-radius:50px;color:#fff;display:inline-flex;font-family:var(--orbiss-font,"brandon-grotesque","Helvetica Neue",Arial,sans-serif);font-size:.9rem;font-weight:600;justify-content:center;letter-spacing:.1em;margin-top:.25rem;padding:.875rem 2.25rem;text-decoration:none;text-transform:uppercase;transition:background-color var(--hero-transition),color var(--hero-transition),transform var(--hero-transition);white-space:nowrap}.hero-banner__cta:focus,.hero-banner__cta:hover{background-color:hsla(0,0%,100%,.15);color:#fff;text-decoration:none;transform:translateY(-2px)}.hero-banner__cta:focus-visible{outline:3px solid hsla(0,0%,100%,.85);outline-offset:3px}@media (min-width:768px) and (max-width:1099px){.hero-banner__inner{padding:0 1.5rem}.hero-banner__content{max-width:520px}}@media (max-width:767px){.hero-banner{align-items:flex-end;height:80vh;margin-left:calc(50% - 50vw);padding-bottom:3rem;width:100vw}.hero-banner__inner{padding:0 1.25rem}.hero-banner__content{gap:1rem;max-width:100%}.hero-banner__cta{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){.hero-banner__video{display:none}.hero-banner__cta{transition:none}}