.news-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:4rem 4rem 8rem;background:#f1f1f1;background:var(--c-greytint);border-radius:.8rem;overflow:hidden;min-height:54rem}.news-card.skeleton{height:54rem;background:0 0/300% 300% linear-gradient(-61deg,#676767 40%,#fff 50%,#676767 60%);background:0 0/300% 300% linear-gradient(-61deg,var(--c-grey) 40%,var(--c-white) 50%,var(--c-grey) 60%)}.news-card:hover .news-card_arrow-wrap{opacity:1}.news-card.__background{color:#fff;color:var(--c-white)}.news-card.__background .news-card_date,.news-card.__background .news-card_promo-note{color:#f1f1f1;color:var(--c-greytint)}.news-card.__background .news-card_arrow{color:#fff;color:var(--c-white)}.news-card.__background:hover .news-card_gradient{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@media (min-width:1280px){.news-card{padding:4rem 2rem 8rem}}@media (min-width:1728px){.news-card{padding:4rem 4rem 8rem}}.news-card_info{position:relative;z-index:3;z-index:var(--z-content-3)}.news-card_date{color:#676767;color:var(--c-grey)}.news-card_date,.news-card_title{margin-bottom:1.8rem}.news-card_arrow-wrap{position:absolute;right:4.5rem;bottom:4.5rem;background:hsla(0,0%,40.4%,.2);color:#676767;color:var(--c-grey);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:3.2rem;border-radius:50%;opacity:1;transition:opacity .3s ease-in-out;z-index:3;z-index:var(--z-content-3)}@supports (color:color-mix(in lch,red,blue)){.news-card_arrow-wrap{background:color-mix(in hsl,var(--c-grey),transparent 80%)}}@media (min-width:1280px){.news-card_arrow-wrap{bottom:6rem;opacity:0}}@media (min-width:1728px){.news-card_arrow-wrap{bottom:4.5rem}}.news-card_promo-note{position:relative;z-index:3;z-index:var(--z-content-3);max-width:200px;color:#aa143c;color:var(--c-ruby)}@media (min-width:1728px){.news-card_promo-note{max-width:none}}.news-card_arrow{width:2rem;height:2rem}.news-card_background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;z-index:var(--z-content-1)}.news-card_background:has(img):before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(8,8,8,.3)}@supports (color:color-mix(in lch,red,blue)){.news-card_background:has(img):before{background:color-mix(in srgb,var(--c-black) 30%,transparent)}}.news-card_background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.news-card_gradient{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;z-index:var(--z-content-2);transition:-webkit-backdrop-filter .3s ease-in-out;transition:backdrop-filter .3s ease-in-out;transition:backdrop-filter .3s ease-in-out,-webkit-backdrop-filter .3s ease-in-out}.news{margin-bottom:5.5rem}.news_title{padding-top:5rem;margin-bottom:2.8rem}.news_filters{margin-bottom:3.2rem}.news_grid-month{margin-bottom:7rem}.news_grid-month-title{margin-bottom:4.2rem;color:hsla(0,0%,40.4%,.5)}@supports (color:color-mix(in lch,red,blue)){.news_grid-month-title{color:color-mix(in hsl,var(--c-grey) 50%,transparent 50%)}}.news_grid-month-title.skeleton{width:18.5rem;height:3.9rem}.news_grid-month-list{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:3rem;gap:3rem}@media (min-width:700px){.news_grid-month-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:1280px){.news_grid-month-list{grid-template-columns:repeat(3,1fr);gap:3rem 1rem}}@media (min-width:1728px){.news_grid-month-list{grid-template-columns:repeat(3,1fr);gap:3rem}}