.block-layout{margin:clamp(4rem,2.6666666667rem + 4.4444444444vw,8rem) 0}.block-layout__container{margin:0 auto;max-width:120rem;padding:0 clamp(1rem,.6666666667rem + 1.1111111111vw,2rem);position:relative}.block-layout--horizontal .block-layout__container{display:grid;gap:3rem;grid-template-areas:"titlebox content";grid-template-columns:repeat(2,1fr)}@media (max-width:1024px){.block-layout--horizontal .block-layout__container{grid-template-areas:"titlebox" "content";grid-template-columns:100%}}.block-layout--horizontal-reverse .block-layout__container{display:grid;gap:3rem;grid-template-areas:"content titlebox";grid-template-columns:repeat(2,1fr)}@media (max-width:1024px){.block-layout--horizontal-reverse .block-layout__container{grid-template-areas:"titlebox" "content";grid-template-columns:100%}}.block-layout--large-body .block-layout__container{grid-template-columns:auto 55%}@media (max-width:1024px){.block-layout--large-body .block-layout__container{grid-template-areas:"titlebox" "content";grid-template-columns:100%}}.block-layout__titlebox{grid-area:titlebox}.block-layout--horizontal .block-layout__titlebox{height:100%;position:relative}.block-layout__titlebox-wrapper{display:flex;flex-direction:column;gap:1.5rem}.block-layout--horizontal .block-layout__titlebox-wrapper{position:sticky;top:6rem}.block-layout__tag{align-items:center;color:#082605;display:flex;font-size:clamp(.875rem,.8333333333rem + .1388888889vw,1rem);font-weight:600;gap:.5rem;opacity:.5;text-transform:uppercase}.block-layout__tag:before{aspect-ratio:1;background-color:currentColor;clip-path:polygon(0 0,0 100%,100% 100%);content:"";display:block;min-width:1rem;width:1rem}.block-layout__title{font-family:Nuniti,sans-serif;font-size:clamp(1.875rem,1.5833333333rem + .9722222222vw,2.75rem);font-weight:700;line-height:1.2;max-width:35ch;text-transform:uppercase}.block-layout--large .block-layout__title{font-size:clamp(1.875rem,.8333333333rem + 3.4722222222vw,5rem)}.block-layout__title>span{background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(90deg,#1c3a19 50%,#4e6a4c 0);background-position-x:calc(100% - var(--fill));background-size:200% 100%;color:transparent;transition:background-position .25s ease}.block-layout__subtitle{display:flex;flex-direction:column;font-size:1rem;font-weight:600;gap:1rem;line-height:1.4;max-width:65ch}.block-layout__subtitle h2,.block-layout__subtitle h3,.block-layout__subtitle h4,.block-layout__subtitle h5,.block-layout__subtitle h6{font-family:Nuniti,sans-serif;font-size:clamp(1.125rem,1.0833333333rem + .1388888889vw,1.25rem);margin-top:clamp(1rem,.6666666667rem + 1.1111111111vw,2rem)}.block-layout__subtitle ol>li,.block-layout__subtitle ul>li{margin-left:1.25rem}.block-layout__subtitle ol>li{list-style:decimal outside}.block-layout__subtitle ul>li{list-style:disc outside}.block-layout__subtitle a{color:#1c3a19;opacity:1;text-decoration:underline;white-space:nowrap}@media (pointer:fine){.block-layout__subtitle a:hover{text-decoration:none}}.block-layout__subtitle table{background-color:#1c3a19;clip-path:polygon(100% 0,100% 60%,95% 100%,0 100%,0 0);color:#fff;margin:1rem 0;padding:1rem 2rem}.block-layout__subtitle table>tr{display:flex;justify-content:space-between}.block-layout__subtitle table th{align-self:flex-start;text-align:left}.block-layout__subtitle img,.block-layout__subtitle picture,.block-layout__subtitle video{position:relative;width:100%}.block-layout__content{grid-area:content}
