.post-grid{box-sizing:border-box;padding:5rem 0 8rem;position:relative}.post-grid__title .heading{margin:0}.post-grid__filters{margin:2.5rem 0 0}.post-grid__filters-label{display:block;font-size:16px;margin:0 0 1rem}.post-grid__filters-inner{display:flex;flex-wrap:wrap;gap:25px}.pg-loading{margin-top:5rem;text-align:center}.pg-card__grid{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-top:5rem}@media(max-width:992px){.pg-card__grid{gap:20px 0;grid-template-columns:1fr}}.pg-card__featured{background:var(--color-primary);border-radius:50px;color:var(--color-light);font-size:16px;font-weight:700;left:2rem;letter-spacing:1px;padding:15px 30px;position:absolute;text-transform:uppercase;top:2rem;z-index:1}@media(max-width:992px){.pg-card__featured{font-size:14px;left:1rem;padding:10px 20px;top:1rem}}.pg-card__item{background:var(--color-light-grey);clip-path:inset(0 round 50px);overflow:hidden;transition:outline .2s ease-in-out}.pg-card__item h3{font-size:clamp(18px,2vw,21px);font-weight:700;margin:0}.pg-card__item .terms{color:var(--color-primary);display:block;font-size:13px;font-weight:300;margin-bottom:5px}.pg-card__item>a{color:inherit;display:flex;flex-direction:row-reverse;height:100%;text-decoration:none;width:100%}@media(max-width:992px){.pg-card__item>a{flex-direction:column-reverse;height:auto}}.pg-card__item .pg-card__image{box-sizing:border-box;overflow:hidden;position:relative}.pg-card__item .pg-card__image:before{background:linear-gradient(to bottom left,#e31522,#24303b 50%,#153e64);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.pg-card__item .pg-card__image img,.pg-card__item .pg-card__image picture{height:100%;left:0;mix-blend-mode:screen;object-fit:cover;position:absolute;top:0;transition:.5s;width:100%}.pg-card__text{box-sizing:border-box;flex:1;padding:3rem 2rem 2rem}.pg-card__excerpt{align-items:center;display:flex;gap:3rem 2rem}.pg-card__excerpt-inner{flex:1;font-size:14px;width:100%}.pg-card__excerpt-inner>:last-child{margin-bottom:0}.pg-card__excerpt-image{filter:brightness(0) invert(1);flex:0 0 25%}.pg-card__excerpt-image img{display:block;object-fit:contain}.pg-card__bottom{align-items:center;display:flex;gap:0 25px;justify-content:space-between;text-align:right}.pg-card__bottom>span{color:var(--color-primary);font-size:15px;font-weight:700}.pg-card__bottom svg{color:var(--color-primary);display:block;margin-left:auto;transform:rotate(45deg);transition:.2s}.pg-card__item:hover svg{transform:rotate(0deg)!important}.pg-card__item:hover .pg-card__image img,.pg-card__item:hover .pg-card__image picture{transform:scale(1.1)}.pg-card__item:first-child{grid-column:1/2;grid-row:1/3}@media(max-width:992px){.pg-card__item:first-child{grid-column:auto;grid-row:auto}}.pg-card__item:first-child>a{flex:1;flex-direction:column}@media(max-width:992px){.pg-card__item:first-child>a{flex-direction:column-reverse}}.pg-card__item:first-child .pg-card__excerpt{flex-direction:row;margin-top:10px}@media(max-width:992px){.pg-card__item:first-child .pg-card__excerpt{flex-wrap:wrap;gap:20px}.pg-card__item:first-child .pg-card__excerpt>*{flex:0 0 100%!important}}.pg-card__item:first-child .pg-card__excerpt-inner{line-clamp:4;-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.pg-card__item:first-child .pg-card__excerpt-inner>:first-child{margin:0}.pg-card__item:first-child .pg-card__excerpt-image img{margin-left:auto;max-height:70px;max-width:100%;object-position:right center}@media(max-width:992px){.pg-card__item:first-child .pg-card__excerpt-image img{margin-left:0;margin-right:auto;max-height:50px;max-width:35%;object-position:left center}}.pg-card__item:first-child .pg-card__text{display:flex;flex:0 0 auto;flex-direction:column;gap:20px;justify-content:space-between;padding:2rem}.pg-card__item:first-child .pg-card__bottom{flex:0 0 30px}.pg-card__item:first-child .pg-card__image{flex:1;padding-top:65%}.pg-card__item:nth-child(2),.pg-card__item:nth-child(3){grid-column:2/3}.pg-card__item:nth-child(2) .pg-card__featured,.pg-card__item:nth-child(3) .pg-card__featured{display:none}@media(max-width:992px){.pg-card__item:nth-child(2),.pg-card__item:nth-child(3){grid-column:auto}}.pg-card__item:nth-child(n+2) .pg-card__image{flex:0 0 47%;padding-top:45%}.pg-card__item:nth-child(n+2) .pg-card__featured{display:none}.pg-card__item:nth-child(n+2) .pg-card__text{display:flex;flex-direction:column;gap:2rem 0;justify-content:space-between}.pg-card__item:nth-child(n+2) .pg-card__excerpt{flex:1;flex-direction:column}.pg-card__item:nth-child(n+2) .pg-card__excerpt-inner{line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.pg-card__item:nth-child(n+2) .pg-card__excerpt-image{align-items:flex-end;display:flex;flex:0 0 auto;width:100%}.pg-card__item:nth-child(n+2) .pg-card__excerpt-image img{margin-right:auto;max-height:50px;max-width:35%;object-position:bottom left}