img{max-width:100%}main.nopad{padding-top:0}.cover{height:100%;object-fit:cover;width:100%}.articles{display:grid;gap:2rem 5rem;grid-template-columns:repeat(6,1fr);margin:0 auto;width:100%}.articles .copy{padding:1.6rem}.articles .copy .title{font-size:1.75rem;line-height:1.5}.articles .copy .title a{font-size:inherit;text-decoration:none}.articles figure{aspect-ratio:1.63/1;border-radius:1.6rem;margin:0;overflow:hidden}.author-date{color:var(--lightgray);font-size:1.4rem;font-weight:var(--medium)}.author-date a{color:inherit;text-decoration:none}.author-date a:hover{text-decoration:underline}.article:first-child{grid-column:1/span 6;grid-row:span 1;position:relative;z-index:0}@media (min-width:1024px){.article:first-child{grid-column:1/span 3;grid-row:span 3}}.article:first-child img{border-radius:1.6rem}.article:first-child .title{font-size:3.4rem;font-size:clamp(2.4rem,8vw,3.4rem);line-height:1.25}.article:first-child .copy{padding:2.4rem .8rem;position:relative}.article:first-child .author-date{font-size:1.5rem}@media (min-width:450px){.article:first-child .author-date{font-size:1.8rem}}.article:first-child figure{aspect-ratio:640/420;overflow:visible;position:relative}.article:first-child figure img:first-child{position:relative;z-index:1}.article:first-child figure .feat-splatter-1{bottom:0;left:0;pointer-events:none;position:absolute;transform:translate(-30%,30%)}.article:first-child figure .feat-splatter-2{max-height:30rem;pointer-events:none;position:absolute;right:0;top:0;transform:translate(35%,-25%)}.article:first-child figure .feat-splatter-3{bottom:0;max-width:43.5rem;pointer-events:none;position:absolute;right:0;transform:translate(40%,65%)}.article:nth-child(2),.article:nth-child(3),.article:nth-child(4){position:relative;z-index:1}@media (min-width:1024px){.article:nth-child(2),.article:nth-child(3),.article:nth-child(4){align-items:center;display:flex;flex-direction:row-reverse;gap:4rem;grid-column:4/span 3;justify-content:space-between}}.article:nth-child(2) .copy,.article:nth-child(3) .copy,.article:nth-child(4) .copy{flex:1;padding:2.4rem 0}@media (min-width:1024px){.article:nth-child(2) figure,.article:nth-child(3) figure,.article:nth-child(4) figure{aspect-ratio:200/175;width:150px}}@media (min-width:1024px) and (min-width:1280px){.article:nth-child(2) figure,.article:nth-child(3) figure,.article:nth-child(4) figure{width:200px}}.article:nth-child(2) .title,.article:nth-child(3) .title,.article:nth-child(4) .title{font-size:2rem}@media (min-width:1024px){.article:nth-child(2){grid-row:1}.article:nth-child(3){grid-row:2}.article:nth-child(4){grid-row:3}}@media (max-width:1023px){.article:nth-child(n+2){grid-column:span 3}}@media (max-width:767px){.article:nth-child(n+2){grid-column:span 6}}.overline{color:var(--Text-Brand);font-size:1.8rem;font-weight:var(--semibold);letter-spacing:.08em;padding-bottom:.75em;text-decoration:none;text-transform:uppercase}@media (min-width:641px){.overline{font-size:2.2rem;padding-bottom:1em}}.overline:hover{font-weight:var(--semibold)}.overline.small{font-size:1.4rem}.article:nth-child(n+5){grid-column:span 3;margin-bottom:4rem}@media (min-width:1024px){.article:nth-child(n+5){grid-column:span 2}.article:nth-child(5),.article:nth-child(6),.article:nth-child(7){margin-top:6rem}}.blog-pagination{display:block;margin-bottom:8rem;text-align:center}.blog-pagination>div{display:inline-block}.blog-pagination-left{text-align:right}.blog-pagination-right{text-align:left}.blog-pagination a{border-radius:4px;display:inline-block;padding:5px 20px;text-align:center;text-decoration:none}.blog-pagination a:focus,.blog-pagination a:hover{background-color:rgba(0,202,151,.2);text-decoration:none}.blog-pagination a.active{background-color:var(--Brand-70);border-radius:50px;color:var(--white);cursor:default;pointer-events:none}.blog-pagination a.next-link,.blog-pagination a.prev-link{border:1px solid var(--Brand-70);color:var(--Brand-70)}.blog-pagination a.next-link:hover,.blog-pagination a.prev-link:hover{background-color:var(--Brand-70);color:#fff}section.search-filter{margin-bottom:6rem;position:relative;z-index:2}section.search-filter .container{align-items:flex-start;display:flex;flex-direction:column;padding-bottom:2rem;padding-top:2rem}@media (min-width:641px){section.search-filter .container{align-items:center;flex-direction:row}}section.search-filter .search{align-items:center;border-radius:4rem;display:flex;justify-content:center;padding-left:1.2rem;padding-right:1.2rem}@media (min-width:641px){section.search-filter .search{margin-right:2.4rem;padding-left:0;padding-right:0}}section.search-filter .search span{display:inline-block;font-size:1.8rem;font-weight:var(--medium);padding:.5em}@media (min-width:641px){section.search-filter .search span{display:none}}section.search-filter .search:hover{background-color:var(--lightestgray)}section.search-filter .search svg{width:2.4rem}section.search-filter .categories{display:none}@media (min-width:641px){section.search-filter .categories{display:flex;flex-wrap:wrap;gap:.5em 1em}}section.search-filter .categories a{border-radius:4rem;color:var(--Primary-Text);font-size:1.6rem;font-weight:var(--semibold);padding:.4em 1em;text-decoration:none;white-space:nowrap}section.search-filter .categories a:hover{background-color:var(--lightestgray);text-decoration:underline}section.search-filter .categories a.active{background-color:var(--green)}