:root{--columns:1;--gap:1rem}@keyframes dot-bounce{0%{transform:translateY(0)}5%{transform:translateY(2px)}20%{transform:translateY(-8px)}35%{transform:translateY(4px)}40%{transform:translateY(0)}to{transform:translateY(0)}}@keyframes dot-fade{0%{opacity:1}50%{opacity:.2}to{opacity:1}}@keyframes dot-pulse{0%{transform:scale(1)}5%{transform:scale(.98)}50%{transform:scale(1.5)}to{transform:scale(1)}}@keyframes full-height{0%{height:0}to{height:100%}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.m-landing-hero{margin:0;margin:var(--landing-hero-margin,0);padding:0;padding:var(--landing-hero-padding,0)}.m-landing-hero,.m-landing-hero__inner{max-width:100%;position:relative;width:100%}.m-landing-hero__inner{display:flex;flex-flow:column nowrap;flex-flow:var(--landing-hero-inner-flex-flow,column nowrap)}.m-landing-hero__logo{left:1rem;left:var(--landing-hero-logo-offset-left,1rem);margin:0;margin:var(--landing-hero-logo-margin,0);max-width:6.25rem;padding:0;padding:var(--landing-hero-logo-padding,0);position:absolute;top:1rem;top:var(--landing-hero-logo-offset-top,1rem);z-index:2}.m-landing-hero__image{aspect-ratio:16/9;aspect-ratio:var(--landing-hero-image-aspect-ratio,16/9);position:relative}@media screen and (min-width:80em){.m-landing-hero__image{max-height:calc(100svh - 6.5rem);max-height:calc(100svh - var(--header-height, 6.5rem))}}.m-landing-hero__image :is(img){height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%;z-index:-1}.m-landing-hero__content{background:#332c1e;background:var(--landing-hero-content-bg,#332c1e);bottom:auto;bottom:var(--landing-hero-content-offset-bottom,auto);left:auto;left:var(--landing-hero-content-offset-left,auto);margin:0;margin:var(--landing-hero-content-margin,0);padding:1rem;padding:var(--landing-hero-content-padding,1rem);position:relative;position:var(--landing-hero-content-position,relative);right:auto;right:var(--landing-hero-content-offset-right,auto);top:auto;top:var(--landing-hero-content-offset-top,auto);width:100%;z-index:1}@media screen and (min-width:48em){.m-landing-hero__content{padding:2.5rem;padding:var(--landing-hero-content-padding,2.5rem)}}@media screen and (min-width:80em){.m-landing-hero__content{padding:3.75rem;padding:var(--landing-hero-content-padding,3.75rem)}}.m-landing-hero__content-inner{display:flex;flex-direction:column;gap:1rem;gap:var(--landing-hero-content-inner-gap,1rem);margin:0 auto;margin:var(--landing-hero-content-inner-margin,0 auto);max-width:80rem}.m-landing-hero__heading{color:#fff;color:var(--landing-hero-heading-color,#fff);font-family:Ubuntu,Helvetica,Roboto,Arial,sans-serif;font-weight:500;margin:0;margin:var(--landing-hero-heading-margin,0);text-transform:capitalize}.m-landing-hero__copy{color:#fff;color:var(--landing-hero-copy-color,#fff);font-size:100%;font-size:var(--landing-hero-copy-font-size,100%);font-weight:400;font-weight:var(--landing-hero-copy-font-weight,normal)}.m-landing-hero__copy :is(p:last-child){margin-bottom:0}.m-landing-hero__button-group{display:flex;flex-flow:row wrap;gap:.5rem;gap:var(--landing-hero-button-group-gap,.5rem)}.m-landing-hero__button-group :is(a){background:linear-gradient(#2e2e2e,#2e2e2e) padding-box,linear-gradient(102deg,#fcd069,#b88943) border-box;border:.0625rem solid transparent;border-radius:.25rem;color:#fcd069;display:block;font-family:inherit;font-size:1rem;font-size:var(--landing-hero-link-font-size,1rem);font-weight:700;padding:.8125rem 1.5rem;position:relative;text-decoration:none}.m-landing-hero__button-group :is(a):hover{background:linear-gradient(#545454,#545454) padding-box,linear-gradient(102deg,#fcd069,#b88943) border-box;border:.0625rem solid transparent;color:#fff2cc;text-decoration:none}.m-landing-hero__button-group .field--name-field-stream-link a{background:#b88943;background:var(--landing-hero-stream-link-background,#b88943);border-radius:.5rem;border-radius:var(--landing-hero-stream-link-border-radius,.5rem);color:#fff;color:var(--landing-hero-stream-link-color,#fff);padding:1rem;padding:var(--landing-hero-stream-link-padding,1rem)}.m-landing-hero{--landing-hero-content-bg:#000}@media screen and (min-width:80em){.m-landing-hero{--landing-hero-content-bg:none;--landing-hero-content-position:absolute;--landing-hero-content-offset-bottom:0;--landing-hero-content-offset-left:0}}.m-landing-hero__image:before{background:linear-gradient(180deg,hsla(0,0%,7%,0),60%,#000);bottom:0;content:"";height:50%;left:0;position:absolute;width:100%;z-index:1}.m-landing-hero__button-group{order:-1}