.b-news{border-bottom-width:1px;border-color:var(--color-gray-200);display:flex;flex-direction:column;transition-duration:.15s;transition-duration:.3s;transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.b-news__image{height:312px;position:relative}.b-news__image:after{background-color:var(--color-primary-500-7);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.b-news__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.b-news__content{display:flex;flex-direction:column;flex-grow:1;padding-bottom:1.25rem;padding-top:1.25rem}.b-news__date{color:var(--color-gray-700);font-size:var(--text-size-lg);font-weight:300;line-height:var(--text-line-height-lg);margin-bottom:.25rem}.b-news__title{color:var(--color-primary-500);margin-bottom:1.5rem;transition-duration:.15s;transition-duration:.3s;transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.b-news__description{font-weight:300;margin-bottom:1.25rem}.b-news__link{margin-top:auto}.b-news:hover{border-color:var(--color-primary-500)}.b-news:hover .b-news__title{color:var(--color-black-100)}.b-news:hover .b-news__link .b-more{color:var(--color-primary-500)}.b-news:hover .b-news__link .b-more__text{min-width:70px}@media (max-width:1024px){.b-news__image{height:200px}.b-news__content{padding-bottom:.75rem;padding-top:.75rem}.b-news__date{font-size:var(--text-size-base);line-height:var(--text-line-height-base)}.b-news__title{font-size:var(--text-size-lg);line-height:var(--text-line-height-lg);margin-bottom:1rem}.b-news__description{font-size:var(--text-size-base);line-height:var(--text-line-height-base);margin-bottom:.75rem}}.b-more{align-items:center;color:var(--color-gray-300);display:flex;margin-top:auto;transition-duration:.15s;transition-property:background-color,border-color,color,fill,stroke}.b-more,.b-more__text{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.b-more__text{font-weight:600;min-width:0;overflow:hidden;transition-property:min-width;white-space:nowrap;width:0}.b-more__arrow{transition-duration:.15s;transition-duration:.3s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.b-more__arrow .icon{display:block}.b-more._lg .b-more__text,.b-more._md .b-more__text{font-size:var(--text-size-lg);line-height:var(--text-line-height-lg);margin-right:.5rem}.b-more._lg .b-more__arrow .icon{height:2.5rem;width:2.5rem}.b-more._md .b-more__arrow .icon{height:2rem;width:2rem}.b-more._sm .b-more__text{margin-right:.25rem}.b-more._sm .b-more__arrow .icon{height:1.25rem;width:1.25rem}@media (max-width:1024px){.b-more._md .b-more__text{font-size:var(--text-size-base);line-height:var(--text-line-height-base);margin-right:.25rem}.b-more._md .b-more__arrow .icon{height:1.5rem;width:1.5rem}.b-more._sm .b-more__text{font-size:var(--text-size-sm);line-height:var(--text-line-height-sm)}.b-more._sm .b-more__arrow .icon{height:1rem;width:1rem}}.l-news{display:grid}.l-news._latest{gap:4rem;grid-template-columns:repeat(3,minmax(0,1fr))}.l-news._oldest{gap:3rem;grid-template-columns:repeat(2,minmax(0,1fr))}.l-news__item{display:flex}@media (max-width:1024px){.l-news._latest{gap:3rem}.l-news._oldest{gap:2rem}}@media (max-width:768px){.l-news._latest{gap:2rem;grid-template-columns:repeat(2,minmax(0,1fr))}.l-news._oldest{gap:1rem}}@media (max-width:414px){.l-news._latest{gap:1rem;grid-template-columns:repeat(1,minmax(0,1fr))}.l-news._oldest{gap:.5rem}}