.s-posts-grid{padding:0 0 2rem;background-color:var(--color-white)}@media only screen and (max-width: 987px){.s-posts-grid{padding:4rem 0}}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.s-posts-grid{padding:2rem 0}}.s-posts-grid .s__content{display:flex;flex-direction:column;align-items:center;justify-content:center}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.s-posts-grid .s__content{flex-direction:column;align-items:flex-start}}.s-posts-grid .s__title{margin-bottom:1.8em}.s-posts-grid .post-categories{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;margin:0 auto 4rem;max-width:900px}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.s-posts-grid .post-categories{margin-bottom:2rem}}.s-posts-grid .post-categories__cat{position:relative;margin:.5rem;padding:.5rem .75rem;height:100%;border:1px solid var(--color-grey);border-radius:1.25rem;white-space:nowrap}.s-posts-grid .post-categories__cat:hover{z-index:1;background:linear-gradient(90deg, var(--color-brand-1) 0%, var(--color-brand-2) 65%);border:none;cursor:pointer}.s-posts-grid .post-categories__cat:hover:before{position:absolute;top:1px;right:1px;bottom:1px;left:1px;z-index:-1;background-color:var(--color-white);border-radius:1.2rem;content:""}.s-posts-grid .s__cards{display:grid;align-items:center;gap:3rem;grid-template-columns:repeat(3, 1fr);margin-top:3rem}@media only screen and (max-width: 1280px){.s-posts-grid .s__cards{grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width: 987px){.s-posts-grid .s__cards{gap:2rem;margin-top:2rem}}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.s-posts-grid .s__cards{gap:1rem;grid-template-columns:repeat(1, 1fr)}}.s-posts-grid .s__cards--top{display:grid;grid-auto-flow:column;grid-gap:1.5rem}@media only screen and (max-width: 987px){.s-posts-grid .s__cards--top{grid-auto-flow:row;grid-gap:1rem}}@media only screen and (max-width: 767px){.s-posts-grid .s__cards--top{display:block}}.s-posts-grid .s__cards--top-item{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}@media only screen and (max-width: 987px){.s-posts-grid .s__cards--top-item{flex-direction:column;justify-content:flex-start}.s-posts-grid .s__cards--top-item-image,.s-posts-grid .s__cards--top-item-content{flex-basis:100%;width:100%}}.s-posts-grid .s__cards--top-item-image{flex-basis:unset;overflow:hidden}.s-posts-grid .s__cards--top-item-content{flex-basis:60%;padding-left:.5rem}@media only screen and (max-width: 987px){.s-posts-grid .s__cards--top-item-content{padding-left:0}}.s-posts-grid .s__cards--top-item img{width:auto;height:10rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .3s ease-in-out}@media only screen and (max-width: 767px){.s-posts-grid .s__cards--top-item img{height:20rem;aspect-ratio:2/1}}.s-posts-grid .s__cards--top-item img:hover{transform:scale(1.05)}.s-posts-grid .s__cards--top-item:first-child{display:block;grid-area:span 3/span 2}@media only screen and (max-width: 987px){.s-posts-grid .s__cards--top-item:first-child{grid-area:span 2/span 3}.s-posts-grid .s__cards--top-item:first-child img{height:20rem}}.s-posts-grid .s__cards--top-item:first-child img{height:30rem}.s-posts-grid .s__cards--top-item:first-child .s__cards--top-item-date{margin-top:1rem}.s-posts-grid .s__cards--top-item-title,.s-posts-grid .s__cards--top-item-cta{margin:1rem 0}.s-posts-grid .s__cards--top-item-date{margin:0 0 1rem}@media only screen and (max-width: 987px){.s-posts-grid .s__cards--top-item-date{margin:1rem 0}}@media only screen and (max-width: 987px){.s-posts-grid .s__cards--top-item-title{font:500 var(--font-size-h-md)/1 var(--font-heading)}}.s-posts-grid .s__cards--top-item-title a:hover{color:var(--color-brand-3)}.s-posts-grid .s__cards--top-item-text.hidden-desktop{display:none}@media only screen and (max-width: 987px){.s-posts-grid .s__cards--top-item-text.hidden-desktop{display:block}}.s-posts-grid .b-newsletter-form{grid-area:span 1/span 3;width:100%}@media only screen and (max-width: 1280px){.s-posts-grid .b-newsletter-form{grid-area:span 1/span 2}}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.s-posts-grid .b-newsletter-form{grid-area:span 1/span 1}}.s-posts-grid .s__link{margin:2rem 0;text-align:center}.s-posts-grid .s__pagination{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:3.333rem}.s-posts-grid .s__pagination-inner{display:flex;flex-direction:row;align-items:center;justify-content:center;line-height:1}.s-posts-grid .s__pagination-inner a{font:400 var(--font-size-t-md)/1.25 var(--font-text);display:inline-block;margin:0 .25rem;padding:.38em .88em;min-width:2.38rem;border:1px solid var(--color-brand-1);border-radius:1.5rem;color:var(--color-black);text-align:center;transition:background-color .1s ease-in-out,color .1s ease-in-out}.s-posts-grid .s__pagination-inner a.is-current{background-color:var(--color-brand-1);color:var(--color-black)}.s-posts-grid .s__pagination-inner a:hover{background-color:var(--color-brand-3);border:1px solid var(--color-brand-3);color:var(--color-white)}
