.s-hero{display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;height:100vh;max-height:45rem;color:var(--color-white)}@media only screen and (max-width: 1440px){.s-hero{max-height:41rem}}@media only screen and (max-width: 987px){.s-hero{max-height:36rem}}.s-hero-media{position:absolute;z-index:0;width:100%;height:100%;background-color:var(--color-black);pointer-events:none}.s-hero-media img{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.s-hero-topline{position:absolute;top:calc(var(--head-height) + var(--admin-bar-height));width:100%;height:100%;border-top:1px solid #333;pointer-events:none}.s-hero-lines{position:absolute;top:calc(var(--head-height) + var(--admin-bar-height));display:grid;gap:4rem;grid-template-columns:repeat(4, 1fr);height:calc(100% - (var(--head-height) + var(--admin-bar-height)));border-right:1px solid #333}@media only screen and (max-width: 987px){.s-hero-lines{grid-gap:2rem}}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.s-hero-lines{grid-gap:0;grid-template-columns:repeat(2, 1fr)}}.s-hero-lines>div{margin-left:-2rem;border-left:1px solid #333}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.s-hero-lines>div{padding-left:1rem}}.s-hero-wrap{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;position:relative;padding-top:calc(var(--head-height) + var(--admin-bar-height));height:100%}@media only screen and (max-width: 767px){.s-hero-wrap{flex-direction:column;justify-content:flex-end}}.s-hero-content{margin-right:auto;width:70%;max-width:44rem}@media only screen and (max-width: 1280px){.s-hero-content{width:100%}}.s-hero-content-pretitle{margin-bottom:1rem;color:var(--color-brand-1);font-family:var(--font-ptmono);text-transform:uppercase}.s-hero-content-pretitle.white{color:var(--color-white)}.s-hero-content h1{margin-bottom:1.5rem;text-shadow:1px 1px 2px #000}.s-hero-content-aftertitle{margin-bottom:4rem}@media only screen and (max-width: 987px){.s-hero-content-aftertitle{margin-bottom:2rem}}.s-hero-content-appbtn{margin-bottom:4rem}@media only screen and (max-width: 987px){.s-hero-content-appbtn{margin-bottom:2rem}}.s-hero-content-appbtn a:first-of-type{margin-right:.5rem}.s-hero-content-appbtn a:last-of-type{margin-left:.5rem}.s-hero-content-appbtn a:hover,.s-hero-content-appbtn a:focus{opacity:.8}.s-hero-content-cta{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:2rem;margin-bottom:4rem}@media only screen and (max-width: 987px){.s-hero-content-cta{gap:1rem;margin-bottom:2rem}}
