.subpage-header{padding:2.4rem 0}.subpage-header__wrapper{border-bottom:1px solid #d5d4d8;color:#09090b;display:flex;flex-direction:column;gap:2rem;padding-bottom:1.6rem}@media(min-width:1024px){.subpage-header__wrapper{gap:4rem}}.subpage-header .custom-breadcrumbs{align-items:center;display:flex;flex-wrap:wrap;gap:.8rem;list-style:none;margin:0;padding:0}.subpage-header .custom-breadcrumbs .item-home a{align-items:center;display:flex}.subpage-header .custom-breadcrumbs .bread-parent,.subpage-header .custom-breadcrumbs .item-cat a{position:relative;text-decoration:none}.subpage-header .custom-breadcrumbs .bread-parent:after,.subpage-header .custom-breadcrumbs .item-cat a:after{background-color:#09090b;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .3s ease;width:100%}.subpage-header .custom-breadcrumbs .bread-parent:hover:after,.subpage-header .custom-breadcrumbs .item-cat a:hover:after{transform:scaleX(1);transform-origin:left}.subpage-header .custom-breadcrumbs .bread-current,.subpage-header .custom-breadcrumbs .item-current{color:rgba(0,0,0,.6)}html.high-contrast .subpage-header{background-color:#000;border-bottom:2px solid #ffed00;color:#ffed00}html.high-contrast .subpage-header__wrapper{border-bottom:none;color:#ffed00;padding-bottom:0}html.high-contrast .subpage-header .custom-breadcrumbs,html.high-contrast .subpage-header .custom-breadcrumbs a{color:#ffed00}html.high-contrast .subpage-header .custom-breadcrumbs a:after{background-color:#ffed00}html.high-contrast .subpage-header .custom-breadcrumbs a:hover{background-color:#ffed00;color:#000}html.high-contrast .subpage-header .custom-breadcrumbs a:hover:after{background-color:#000}html.high-contrast .subpage-header .custom-breadcrumbs a:hover path,html.high-contrast .subpage-header .custom-breadcrumbs a:hover svg{fill:#000}html.high-contrast .subpage-header .custom-breadcrumbs path,html.high-contrast .subpage-header .custom-breadcrumbs svg{fill:#ffed00}html.high-contrast .subpage-header .custom-breadcrumbs .bread-current,html.high-contrast .subpage-header .custom-breadcrumbs .item-current{color:#ffed00}html.high-contrast .subpage-header .custom-breadcrumbs .item-cat a:after{background-color:#ffed00}html.high-contrast .subpage-header .custom-breadcrumbs .item-cat a:hover{background-color:#ffed00;color:#000}.news-archive{padding-bottom:5.6rem}@media(min-width:1280px){.news-archive{padding-bottom:11.2rem}}.news-archive__actions{margin-bottom:1.6rem}.news-archive__filter{align-items:stretch;display:flex;flex-direction:column;gap:.8rem}@media(min-width:768px){.news-archive__filter{align-items:center;flex-direction:row;gap:1.6rem}}.news-archive__filter-label{color:#28272a;margin:0;white-space:nowrap}.news-archive__select-wrapper{align-items:center;background-color:#fff;border:1px solid #d5d4d8;border-radius:.4rem;display:flex;height:4.8rem;max-width:32rem;position:relative;transition:border-color .2s ease-in-out;width:100%}.news-archive__select-wrapper:focus-within,.news-archive__select-wrapper:hover{border-color:#da251d}.news-archive__select{appearance:none;background:transparent;border:none;color:#28272a;cursor:pointer;height:100%;padding:0 1.2rem;width:100%}.news-archive__select::-ms-expand{display:none}.news-archive__select-arrow{align-items:center;display:flex;pointer-events:none;position:absolute;right:1.2rem;top:50%;transform:translateY(-50%)}.news-archive__select-arrow svg{height:2.4rem;width:2.4rem;fill:#414045}.news-archive__posts{display:flex;flex-direction:column;gap:2.4rem}@media(min-width:1280px){.news-archive__posts{gap:4.8rem}}.news-archive__grid{display:grid;gap:2.4rem;grid-template-columns:1fr}@media(min-width:1024px){.news-archive__grid{row-gap:4.8rem}.news-archive__grid--2-cols,.news-archive__grid--3-cols{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.news-archive__grid--3-cols{grid-template-columns:repeat(3,1fr)}}.news-card{background-color:#fff;border:1px solid #d5d4d8;border-radius:1.6rem;box-shadow:0 4px 6px -2px rgba(0,0,0,.03),0 12px 16px -4px rgba(0,0,0,.08);display:flex;flex-direction:column;gap:2.4rem;height:100%;overflow:hidden;padding:2.4rem}.news-card--featured{background-color:#f4f4f5}@media(min-width:1280px){.news-card--featured{align-items:stretch;flex-direction:row}.news-card--featured .news-card__image-wrapper{flex:1;height:auto;min-height:38.4rem}.news-card--featured .news-card__content{flex:1;padding:0 0 0 2.4rem}}.news-card__image-wrapper{border-radius:1.6rem;flex-shrink:0;height:38rem;overflow:hidden;width:100%}.news-card__image-wrapper img{height:100%;object-fit:cover;width:100%}.news-card__content{display:flex;flex-direction:column;flex-grow:1;gap:2.4rem;justify-content:space-between;padding:0 1.6rem 1.6rem}.news-card__info{display:flex;flex-direction:column;gap:1.6rem}.news-card__meta{border-bottom:1px solid #d5d4d8;color:#54535a;display:flex;gap:.8rem;padding-bottom:.8rem}.news-card__title{color:#09090b;margin:0}.news-card__title a{color:inherit;text-decoration:none}.news-card__title a:hover{text-decoration:underline}.news-card__excerpt{color:#28272a}.news-card__excerpt p{margin:0}.news-card__action{display:flex;justify-content:flex-end}.news-card__link{align-items:center;color:#da251d;display:inline-flex;font-weight:600;gap:.8rem;position:relative;text-decoration:none}.news-card__link svg{height:2.4rem;transition:transform .3s ease;width:2.4rem}.news-card__link:hover svg{transform:translateX(.4rem)}.news-card__link:after{background-color:#da251d;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .3s ease;width:100%}.news-card__link:hover:after{transform:scaleX(1);transform-origin:left}html.high-contrast .news-archive{margin-top:2.4rem}html.high-contrast .news-card{background-color:#000;border:2px solid #ffed00;box-shadow:none}html.high-contrast .news-card--featured{background-color:#000}html.high-contrast .news-card__image-wrapper img{filter:grayscale(1)}html.high-contrast .news-card__meta{border-bottom:1px solid #ffed00;color:#ffed00}html.high-contrast .news-card__excerpt,html.high-contrast .news-card__title{color:#ffed00}html.high-contrast .news-card__link{align-items:center;color:#ffed00;display:inline-flex;font-weight:600;gap:.8rem;position:relative;text-decoration:none}html.high-contrast .news-card__link svg{height:2.4rem;transition:transform .3s ease;width:2.4rem}html.high-contrast .news-card__link:hover svg{transform:translateX(.4rem)}html.high-contrast .news-card__link:after{background-color:#ffed00;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .3s ease;width:100%}html.high-contrast .news-card__link:hover:after{transform:scaleX(1);transform-origin:left}html.high-contrast .news-archive__filter-label{color:#ffed00}html.high-contrast .news-archive__select-wrapper{background-color:#000;border:2px solid #ffed00}html.high-contrast .news-archive__select-wrapper:focus-within,html.high-contrast .news-archive__select-wrapper:hover{border-color:#ffed00}html.high-contrast .news-archive__select{color:#ffed00}html.high-contrast .news-archive__select option{background-color:#000;color:#ffed00}html.high-contrast .news-archive__select-arrow svg{fill:#ffed00}.single-post__wrapper{display:grid;gap:2.4rem;grid-template-columns:1fr;padding:6.4rem 0}@media(min-width:1024px){.single-post__wrapper{grid-template-columns:1fr 3fr}}.single-post__image-wrapper img{border-radius:1.6rem;height:auto;max-height:60rem;object-fit:cover;width:100%}.single-post__meta-wrapper{border-bottom:1px solid #d5d4d8;color:#54535a;display:flex;gap:.8rem;padding-bottom:.8rem}.single-post__content{color:#28272a;display:flex;flex-direction:column;gap:3.2rem;padding-right:8rem}.single-post__content li{line-height:1.5}html.high-contrast .single-post{margin-top:2.4rem}html.high-contrast .single-post__image-wrapper img{filter:grayscale(1)}html.high-contrast .single-post__meta-wrapper{border-bottom:1px solid #ffed00;color:#ffed00}html.high-contrast .single-post__content{color:#ffed00}html.high-contrast .single-post__content img{filter:grayscale(1)}.global-pagination{align-items:center;display:flex;flex-direction:column;gap:2.4rem;margin-top:4.8rem}@media(min-width:1280px){.global-pagination{align-items:center;flex-direction:row;justify-content:space-between}}.global-pagination-info{color:#54535a}.global-pagination .pagination .nav-links{align-items:center;display:flex;gap:.8rem}.global-pagination .pagination .nav-links .small-text{color:#54535a}.global-pagination .pagination .page-numbers{align-items:center;border-radius:.8rem;color:#da251d;display:flex;font-size:1.6rem;font-weight:600;height:4.8rem;justify-content:center;min-width:4.8rem;padding:0 1.2rem;text-decoration:none;transition:all .3s ease}.global-pagination .pagination .page-numbers:not(.dots):hover{background-color:rgba(218,37,29,.1)}.global-pagination .pagination .page-numbers.current{background-color:#da251d;color:#fff;pointer-events:none}.global-pagination .pagination .page-numbers.dots{color:#54535a}html.high-contrast .global-pagination .pagination .nav-links .small-text,html.high-contrast .global-pagination-info{color:#ffed00}html.high-contrast .global-pagination .pagination .page-numbers{border:1px solid #ffed00;color:#ffed00}html.high-contrast .global-pagination .pagination .page-numbers.current,html.high-contrast .global-pagination .pagination .page-numbers:not(.dots):hover{background-color:#ffed00;color:#000}html.high-contrast .global-pagination .pagination .page-numbers.dots{color:#ffed00}
/*# sourceMappingURL=news.min.e580a8b5bcfb66fe2ac8.css.map*/