.hero{position:relative;display:flex;min-height:100vh;flex-direction:column;align-items:flex-start;justify-content:flex-start;background-color:#eff1ed;padding:3rem 0;color:#3a4218}@media (min-width:768px){.hero{flex-direction:row}}.hero__container{display:flex;width:100%;flex-direction:column-reverse;align-items:flex-start;justify-content:flex-start;gap:2rem}@media (min-width:768px){.hero__container{flex-direction:row}}.hero__image-section{position:relative;margin-top:-3rem;width:100%;flex-shrink:0}@media (min-width:768px){.hero__image-section{margin-top:-7rem;width:33.333333%}}.hero__image-section{height:30rem}@media (min-width:768px){.hero__image-section{height:auto;height:60rem}}.hero__image{object-fit:contain;object-position:left}.hero__image-section--right{display:none}@media (min-width:768px){.hero__image-section--right{margin-top:-2.5rem;display:block}}.hero__image-section--right .hero__image{object-position:right}.hero__content{margin-top:1rem;margin-bottom:1rem;width:100%;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.hero__content{margin-top:12rem;width:33.333333%;padding-right:4rem;padding-left:2rem}}.hero__bio{font-size:1.125rem;line-height:1.75rem;line-height:1.625;color:#3a4218}@media (min-width:768px){.hero__bio{font-size:1.25rem;line-height:1.75rem}}.hero__greeting{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em;color:#717744}@media (min-width:768px){.hero__greeting{font-size:1.25rem;line-height:1.75rem}}.hero__title{margin-bottom:1.5rem;font-size:3rem;line-height:1;font-weight:700;color:#3a4218}@media (min-width:768px){.hero__title{font-size:4.5rem;line-height:1}}.hero__title{letter-spacing:-.02em}.hero__title--accent{color:#717744}.hero__subtitle{margin-left:auto;margin-right:auto;margin-bottom:2.5rem;max-width:42rem;font-size:1.25rem;line-height:1.75rem;line-height:1.625;color:#717744}@media (min-width:768px){.hero__subtitle{font-size:1.5rem;line-height:2rem}}.hero__cta{display:inline-flex;align-items:center;gap:.5rem;border-radius:.5rem;padding:1rem 2rem;font-size:1.125rem;line-height:1.75rem;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;--tw-bg-opacity:1;background-color:rgb(108 128 154/var(--tw-bg-opacity,1));color:#eff1ed}.hero__cta:hover{opacity:.9}.hero__cta:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(108 128 154/var(--tw-ring-opacity,1));--tw-ring-offset-width:2px;--tw-ring-offset-color:#eff1ed}