.page-hero{--hero-background:url();--mask-color:transparent;--tint-color:transparent;--darken-amount:0;--bgPosition:center -25vh;background-attachment:fixed;background-image:var(--hero-background);background-position:var(--bgPosition);background-repeat:no-repeat;background-size:cover;min-height:40vh}.page-hero .tagline{font-size:smaller;font-weight:100;letter-spacing:.125em;margin:0}.page-hero .title{margin:.25rem 0}.page-hero .description{margin:0}.page-hero.has-darker-image{background-image:linear-gradient(to bottom,rgba(0,0,0,var(--darken-amount)) 0 50%),var(--hero-background)}.page-hero.has-color-mask .color-mask{background-image:linear-gradient(to bottom,var(--mask-color) 0,transparent 50%);inset:0;position:absolute}.page-hero.has-color-tint .tint-mask{background-color:var(--tint-color);inset:0;mix-blend-mode:color;position:absolute}.page-hero.has-webs:before{background:url(../images/headers/bg-web-pattern.svg) no-repeat;background-attachment:fixed;background-position:100% 0,50%;background-size:50%,cover;content:"";display:block;height:100%;position:absolute;width:100%}.page-hero.is-tall{height:60vh}.page-hero .hero-body{display:grid;place-items:center;z-index:var(--above-page-z)}
