.hero{display:block;position:relative;height:210px;margin-top:0;margin-bottom:0}@media screen and (min-width: 768px){.hero{height:400px}}@media screen and (min-width: 1024px){.hero{height:480px}}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.hero__content{color:var(--color-white);position:absolute;left:0;right:0;top:0;bottom:0;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:0 var(--grid-col-gutter);text-align:center;z-index:2}.hero__image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;object-fit:cover}.hero__title.display-text{margin-top:-10px}.hero[class*=overlay-content] .hero__inner{margin:0 auto}.hero--overlay-content-bottom .hero__content{top:auto;bottom:20px}@media screen and (min-width: 768px){.hero--overlay-content-bottom .hero__content{bottom:40px}}
