:root{--articleMargin:64px}@media(max-width:1000px){:root{--articleMargin:32px}}.hero{height:400px;position:relative;width:100%}.hero>img{height:100%;object-fit:cover;object-position:right center;position:absolute;top:0;width:100%;z-index:-9}.hero .title{background-color:#91cc31;border-radius:0 20px 20px 0;box-shadow:12px 12px 0 #26363b;display:flex;flex-direction:column;gap:calc(var(--articleMargin)*2);justify-content:space-between;left:0;margin-left:-12px;min-width:500px;padding:var(--articleMargin);padding-bottom:calc(var(--articleMargin)*2);padding-left:calc(var(--articleMargin) + 12px);position:absolute;top:100px}.hero .title h1{margin:0}.hero .title .images{align-items:end;display:flex;justify-content:space-between}.hero .title .images .bowtie{margin-bottom:var(--articleMargin);width:30%}.hero .title .images .eyes{width:50%}section.description{margin:0 var(--articleMargin);margin-left:500px;text-align:center}.fullWidthImg{display:flex;flex-direction:column}.fullWidthImg h1{margin:0}.fullWidthImg .media{width:100%}.fullWidthImg .articleSection{margin:var(--articleMargin) 0}.fullWidthImg .articleSection .description{align-items:start;display:flex;flex-direction:column}.fullWidthImg .articleSection>*{flex:1}.storyHeadline{margin-top:32px;padding:32px;text-align:center}@media screen and (max-width:1300px){.hero>.title{bottom:0;min-width:inherit;padding-bottom:var(--articleMargin);top:inherit}.hero>.title>.images{display:none}section.description{margin-left:var(--articleMargin);margin-top:32px}}@media screen and (max-width:1000px){.fullWidthImg{flex-direction:column-reverse}}