.latest-resources__grid{display:grid;gap:28px;grid-template-columns:1fr 1fr minmax(300px,1fr);max-width:var(--max-width)}.latest-resources__item:first-child,.latest-resources__item:nth-child(2){grid-column:span 2}.latest-resources__item:nth-child(3){flex-direction:column;grid-column:3/4;grid-row:1/3;justify-content:space-between;min-height:100%}.latest-resources__item{background-color:#f8f8f8;border-radius:20px;display:flex;gap:1.5rem;padding:19px;position:relative}.latest-resources__img-wrapper{border-radius:15px;min-width:259px;overflow:hidden;width:100%}.latest-resources__item:not(:nth-child(3)) .latest-resources__img-wrapper{max-width:259px}.latest-resources__item:nth-child(3) .latest-resources__img-wrapper{min-height:calc(50% + .75rem)}.latest-resources__img-wrapper>img{height:100%;object-fit:cover;transition:transform .4s ease;-moz-transition:transform .4s ease;-webkit-transition:transform .4s ease;width:100%}.latest-resources__img-wrapper>img:hover,.latest-resources__item--hover .latest-resources__img-wrapper>img{transform:scale(1.1)}.latest-resources__item-type{color:#cb009f;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:.75rem;text-transform:uppercase}.latest-resources__item:nth-child(3) .latest-resources__text-content{display:flex;flex-direction:column;height:100%}.latest-resources__item-name{font-size:1.5rem}.latest-resources__item-name-link{color:#000;display:-webkit-box;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.latest-resources__item-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.latest-resources__item-description,.latest-resources__item-description li,.latest-resources__item-description p{font-size:1rem}.latest-resources__item-description>p:last-child{margin-bottom:0;padding-bottom:0}.latest-resources__item-date{font-size:1rem;margin:auto 0 0;padding:1.75rem 0 0}.latest-resources__item:nth-child(3) .latest-resources__item-date{padding:0}.latest-resources__item-arrow{background-image:url("data:image/svg+xml;utf8,<svg width='39' height='38' viewBox='0 0 39 38' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='0.28418' width='38' height='38' rx='19' fill='%23CB009F' fill-opacity='1.0'/><path fill-rule='evenodd' clip-rule='evenodd' d='M19.5371 9L18.0658 10.4283L25.8651 18.2276H9.28418V20.2782H25.8651L18.0873 28.0559L19.5371 29.5058C23.2906 25.7522 26.1973 22.8455 29.7899 19.2529L19.5371 9Z' fill='%23ffffff'/></svg>");background-repeat:no-repeat;background-size:contain;bottom:19px;display:block;height:36px;position:absolute;right:19px;transition:transform .3s ease-in-out;width:36px}.latest-resources__item--hover .latest-resources__item-arrow,.latest-resources__item-arrow:hover{transform:rotate(-45deg);transition:transform .4s ease-in-out}@media (max-width:1024px){.latest-resources__grid{display:flex;flex-direction:column}.latest-resources__item:nth-child(3){flex-direction:row}.latest-resources__item:nth-child(3) .latest-resources__img-wrapper{max-width:259px;min-height:auto}.latest-resources__item-description{display:block;-webkit-line-clamp:unset}.latest-resources__item:nth-child(3) .latest-resources__item-date{padding-top:1.75rem}}@media (max-width:600px){.latest-resources__item{flex-direction:column!important}.latest-resources__img-wrapper{max-width:100%!important}}