.hero{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;margin-top:5rem;}@media(min-width:1024px){.hero{min-height:100vh;}}@media(max-width:1024px){.hero{padding-top:5vh;}}@media(max-width:640px){.hero{padding-top:5vh;}}.hero__content{grid-column:2/span 6;display:flex;flex-direction:column;justify-content:flex-end;}@media(max-width:640px){.hero__content{grid-column:1/span 8;}}.hero__content__logo svg{height:3rem;width:auto;display:block;}@media(max-width:640px){.hero__content__logo svg{height:2rem;}}.hero__content__tagline{margin-top:2rem;margin-bottom:6rem;overflow:hidden;width:85%;}@media(max-width:1024px){.hero__content__tagline{width:100%;}}@media(max-width:640px){.hero__content__tagline{margin-bottom:3rem;}}.hero__content__tagline>h1{font-size:4rem;line-height:4.5rem;display:block;letter-spacing:0;font-weight:700;color:#0f6d31;}@media(max-width:640px){.hero__content__tagline>h1{font-size:2.5rem;line-height:3rem;}}.hero__content__search-label{color:#000;margin-bottom:1rem;overflow:hidden;display:flex;}@media(max-width:640px){.hero__content__search-label{margin-top:2rem;}}.hero__content__search-label>span{display:block;}.hero__content__search-label>svg{margin-left:auto;cursor:pointer;}.hero__content__search{position:relative;grid-column:2/span 6;}@media(max-width:1024px){.hero__content__search{grid-column:1/span 8;}}.hero__search{border-top:1px solid #e0e0e0;}