.articles-grid{padding:8rem 0;display:flex;flex-direction:column;gap:2.5rem}@media only screen and (max-width:575px){.articles-grid{padding-top:2rem;padding-bottom:2rem;gap:2rem}}.articles-grid__header-container{display:grid;grid-template-columns:repeat(2,1fr);align-items:end}@media only screen and (max-width:991px){.articles-grid__header-container{grid-template-columns:2fr 1fr}}@media only screen and (max-width:575px){.articles-grid__header-container{grid-template-columns:1fr;gap:1rem}}.articles-grid__header{display:flex;flex-direction:column;gap:1rem}.articles-grid__desc{font-size:1.125rem}.articles-grid__button-top,.articles-grid__button-bottom{justify-self:end;padding:.75rem 1.5rem!important;font-weight:500!important}.articles-grid__button-top{display:block!important}@media only screen and (max-width:575px){.articles-grid__button-top{display:none!important}}.articles-grid__button-bottom{display:none!important}@media only screen and (max-width:575px){.articles-grid__button-bottom{display:inline-flex!important;width:100%!important}}.articles-grid__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media only screen and (max-width:991px){.articles-grid__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:575px){.articles-grid__grid{grid-template-columns:1fr;gap:.75rem}}.articles-grid__article{padding:.5rem!important;opacity:0;position:relative}.articles-grid__article.visible{opacity:1}.articles-grid__image{width:100%;border-radius:16px 16px 8px 8px;object-fit:cover;min-height:250px}.articles-grid__content{height:100%;padding:1rem;display:flex;flex-direction:column;gap:1rem;justify-content:space-between}@media only screen and (max-width:575px){.articles-grid__content{gap:.5rem}}.articles-grid__text{display:flex;flex-direction:column;gap:.5rem}.articles-grid__title{font-size:1.125rem}.articles-grid__info{display:flex;flex-wrap:nowrap;min-width:0;justify-content:space-between;align-items:center}.articles-grid__metadata{display:flex;flex-wrap:nowrap;gap:1rem}.articles-grid__metadata *{font-size:.875rem;margin:0}@media only screen and (max-width:575px){.articles-grid__metadata{display:none}}.articles-grid__metadata--mobile{display:none}@media only screen and (max-width:575px){.articles-grid__metadata--mobile{display:flex;flex-direction:row;gap:.5rem}.articles-grid__metadata--mobile *{margin:0}}.articles-grid__read-more{display:flex;flex-wrap:nowrap;align-items:center;gap:.5rem;color:#4f5bd5}.articles-grid__read-more svg{transition:all .24s ease-in-out;width:1.5rem;height:1.5rem}.articles-grid__read-more svg path{transition:all .24s ease-in-out;stroke:#4f5bd5}@media only screen and (max-width:575px){.articles-grid__read-more svg{width:1.25rem}}.articles-grid__read-more:before{content:"";width:100%;height:100%;left:0;top:0;position:absolute}.articles-grid__read-more:hover svg{transform:translate(.25rem)}.articles-grid__read-more:hover svg path{stroke:#3b46b5}.articles-grid__read-more:active svg{transform:translate(.5rem)}.articles-grid__read-more:active svg path{stroke:#383f85}
