.LatestArticlesSticky{display:grid;gap:clamp(50px,4vw,70px) clamp(30px,2vw,48px);grid-template-columns:1fr;margin-top:clamp(50px,4vw,70px)}.LatestArticlesSticky--forward{grid-template-areas:"cell-1" "cell-cta" "cell-2"}@media(min-width:480px){.LatestArticlesSticky--forward{grid-template-areas:"cell-1 cell-2" "cell-3 cell-4" "cell-cta cell-cta";grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.LatestArticlesSticky--forward{grid-template-areas:"cell-1 cell-2 cell-3" "cell-4 cell-cta cell-cta" "cell-5 cell-cta cell-cta" "cell-6 cell-cta cell-cta";grid-template-columns:repeat(3,1fr)}}.LatestArticlesSticky--reverse{grid-template-areas:"cell-1" "cell-2" "cell-3" "cell-cta";grid-template-columns:1fr}@media(min-width:480px){.LatestArticlesSticky--reverse{grid-template-areas:"cell-1 cell-2" "cell-3 cell-4" "cell-5 cell-6" "cell-cta cell-cta";grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.LatestArticlesSticky--reverse{grid-template-areas:"cell-1 cell-2 cell-3" "cell-cta cell-cta cell-4" "cell-cta cell-cta cell-5" "cell-cta cell-cta cell-6";grid-template-columns:repeat(3,1fr)}}.LatestArticlesSticky .cell-1{grid-area:cell-1}.LatestArticlesSticky .cell-2{grid-area:cell-2}.LatestArticlesSticky .cell-3{grid-area:cell-3}.LatestArticlesSticky .cell-4{grid-area:cell-4}.LatestArticlesSticky .cell-5{grid-area:cell-5}.LatestArticlesSticky .cell-6{grid-area:cell-6}.LatestArticlesSticky__StickyCell{grid-area:cell-cta}@media(min-width:960px){.LatestArticlesSticky__StickyCell{position:sticky;top:0;display:flex;align-items:center;justify-content:center;height:calc(var(--vh, 1vh)*100);text-align:center}}