@media only screen and (min-width: 1280px){.articles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:1.8rem;-webkit-column-gap:1.8rem;-moz-column-gap:1.8rem;column-gap:1.8rem;grid-row-gap:8.4rem;row-gap:8.4rem}}.article-related-posts__content{margin-bottom:2.4rem}.article:not(:last-child){margin-bottom:4.8rem}@media only screen and (min-width: 1280px){.article:not(:last-child){margin-bottom:0}.article:not(.article--related):nth-child(6n+1),.article:not(.article--related):nth-child(6n+2){grid-column:span 2}.article:not(.article--related):nth-child(6n+1) .article__image,.article:not(.article--related):nth-child(6n+2) .article__image{aspect-ratio:1.25/1}}.article__image{display:block;position:relative;z-index:1;width:100%;aspect-ratio:1/1;min-height:25rem;border-radius:.3rem;overflow:hidden;max-height:calc(95svh - var(--header-height-mobile) - 0);max-height:calc(95svh - var(--header-height-mobile) - var(--announcement-height, 0));margin-bottom:1.2rem}@media only screen and (min-width: 1280px){.article__image{max-height:calc(95svh - var(--header-height-desktop) - 0);max-height:calc(95svh - var(--header-height-desktop) - var(--announcement-height, 0))}}.article__category{margin-bottom:.4rem}.article__rm{margin-top:.6rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.2rem}.articles__load-more-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:4.8rem}@media only screen and (min-width: 1280px){.articles__load-more-wrapper{margin-top:8.4rem}}.articles__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.6rem;margin-bottom:2.4rem}@media only screen and (min-width: 1280px){.articles__tags{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:4.2rem}}.articles__tag a{display:inline-block;border-radius:.5rem;padding:.2rem .6rem;background-color:var(--chalk);-webkit-transition:var(--transition-all);transition:var(--transition-all)}.articles__tag a:hover{opacity:.7}.articles__tag.articles__tag--active a{background-color:var(--morning-sky);color:var(--white)}
