.newsroom-section{--bgcolor:var(--white-color);background-color:var(--bgcolor);width:100%}.newsroom-section-wrapper{-moz-column-gap:30px;column-gap:30px;display:grid;grid-template-columns:repeat(1,1fr);row-gap:40px}@media screen and (min-width:768px){.newsroom-section-wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.newsroom-section-wrapper{grid-template-columns:repeat(3,1fr)}}.newsroom-article-card{position:relative}.newsroom-article-card:hover .newsroom-article-card-title a{--c:var(--ultramarine-blue-color);color:var(--c)}.newsroom-article-card-tags{display:flex;margin-bottom:8px}@media screen and (min-width:768px){.newsroom-article-card-tags{margin-bottom:16px}}.newsroom-article-card-image{border-radius:12px;margin-bottom:24px}.newsroom-article-card-tag{--c:var(--ultramarine-blue-color);border:1.5px solid var(--c);border-radius:6px;color:var(--c);font-size:12px;font-weight:600;line-height:1;padding:5px 6.5px;text-transform:uppercase}.newsroom-article-card-title{--fw:700;--fs:17px;--lh:25px;--mb:8px;--c:var(--dark-gray-color);color:var(--c);font-size:var(--fs);font-weight:var(--fw);line-height:var(--lh);margin-bottom:var(--mb)}.newsroom-article-card-title a:after{content:"";inset:0;position:absolute}@media screen and (min-width:768px){.newsroom-article-card-title{--fs:22px;--lh:30px;--mb:12px}}.newsroom-article-card-date{--fs:15px;--lh:22px;--c:var(--gray-color);color:var(--c);font-size:var(--fs);font-weight:500;line-height:var(--lh)}@media screen and (min-width:768px){.newsroom-article-card-date{--fs:17px;--lh:25px}}.newsroom-tags{display:flex;flex-wrap:wrap;gap:16px;list-style:none;margin:0 0 40px;padding:0}.newsroom-tag-link{--c:var(--ultramarine-blue-color);border:1.5px solid var(--c);border-radius:6px;color:var(--c);font-size:12px;font-weight:600;line-height:1;padding:5px 6.5px;text-transform:uppercase}.newsroom-tag-link:hover{color:var(--ultramarine-blue-color)}.newsroom-tag-link-active,.newsroom-tag-link-active:hover{background:var(--ultramarine-blue-color);color:var(--white-color)}.newsroom-pagination{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;list-style:none;margin:40px 0 0;padding:0}.newsroom-pagination a.newsroom-pagination-item:hover,.newsroom-pagination span.newsroom-pagination-item{background:var(--ultramarine-blue-color);color:var(--white-color)}.newsroom-pagination .newsroom-pagination-item{align-items:center;background:#f0f1f2;border-radius:6px;color:var(--gray-color);display:flex;font-size:20px;height:44px;justify-content:center;line-height:29px;width:44px}