.about-hero{display:grid;grid-template-columns:1fr;border-bottom:1px solid #000;isolation:isolate;height:calc(100vh - var(--main-nav-height))}@media only screen and (min-width: 1024px){.about-hero{align-items:center}}.about-hero>*{grid-area:1/1/2/2}.about-hero>.image-wrapper{width:100%;height:100%;overflow:hidden}.about-hero>.image-wrapper>img{width:100%;height:100%;object-fit:cover;object-position:center}@media only screen and (min-width: 1024px){.about-hero>.image-wrapper>img.mobile{display:none}}@media only screen and (max-width: 1023px){.about-hero>.image-wrapper>img.desktop{display:none}}.about-hero>.content{z-index:1;text-transform:uppercase}@media only screen and (min-width: 1024px){.about-hero>.content{padding:calc(21px + (42)*(100vh - 400px)/582);font-size:calc(38px + (80)*(100vh - 400px)/582);line-height:1.77}}@media only screen and (max-width: 1023px){.about-hero>.content{margin:17vh 0 0 7.5vw;font-size:calc(48px + (70)*(100vw - 333px)/691);line-height:1.25}}
