@charset "UTF-8";.theme-news-list{--news-card-bg: #f9f9ff;--news-card-shadow: 0 1.875rem 3.125rem rgba(0, 0, 0, .1);--news-card-hover-shadow: 0 1.25rem 3.125rem rgba(0, 74, 109, .3);--news-card-radius: 0;--news-badge-bg: #e4e4ea;--news-badge-color: #535f74;--news-title-color: #004a6d;--news-text-color: #282a2b;--news-arrow-color: #0b0e10;--news-gap: 1.5rem;--news-row-gap: 2rem;--news-col-gap: 1.875rem;--news-photo-aspect: 390 / 210;padding-block:var(--theme-section-py, 6.25rem)}.theme-news-list__container{display:flex;flex-direction:column;gap:var(--news-row-gap)}.theme-news-list__header{max-width:56.25rem;display:flex;flex-direction:column;gap:1rem}.theme-news-list__title{margin:0;color:var(--theme-text-color, #1a1a1a)}.section-bg--deep-blue .theme-news-list__title,.section-bg--black .theme-news-list__title,.section-bg--blue .theme-news-list__title{color:#fff}.theme-news-list__description{color:var(--theme-text-color-muted, #535f74);font-family:var(--theme-text-ff);font-size:1.125rem;line-height:1.6875rem}.theme-news-list__cards{list-style:none;margin:0;padding:0;row-gap:var(--news-row-gap)}.theme-news-list__card-wrap{display:flex}.theme-news-list__card{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:var(--news-gap);width:100%;background-color:var(--news-card-bg);box-shadow:var(--news-card-shadow);border-radius:var(--news-card-radius);color:var(--news-text-color);text-decoration:none;transition:box-shadow var(--theme-transition),transform var(--theme-transition)}.theme-news-list__card,.theme-news-list__card:visited{text-decoration:none;color:var(--news-text-color);font-weight:400}@media (any-hover: hover){.theme-news-list__card:hover,.theme-news-list__card:focus-visible{box-shadow:var(--news-card-hover-shadow);transform:translateY(-.125rem)}}.theme-news-list__card-photo{position:relative;width:100%;aspect-ratio:var(--news-photo-aspect);overflow:hidden;background-color:var(--color-light-grey, #e4e4ea)}.theme-news-list__card-photo picture,.theme-news-list__card-photo-img{position:absolute;inset:0;width:100%;height:100%}.theme-news-list__card-photo picture img,.theme-news-list__card-photo-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:filter var(--theme-transition)}.theme-news-list__card-photo-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#cfd6e0,#e4e4ea)}@media (any-hover: hover){.theme-news-list.theme-news-list--hover-grayscale .theme-news-list__card:hover .theme-news-list__card-photo picture img,.theme-news-list.theme-news-list--hover-grayscale .theme-news-list__card:hover .theme-news-list__card-photo-img,.theme-news-list.theme-news-list--hover-grayscale .theme-news-list__card:focus-visible .theme-news-list__card-photo picture img,.theme-news-list.theme-news-list--hover-grayscale .theme-news-list__card:focus-visible .theme-news-list__card-photo-img{filter:grayscale(100%)}}.theme-news-list__card-body{display:flex;flex-direction:column;align-items:flex-start;gap:var(--news-gap);padding:0 1.25rem 1.25rem}.theme-news-list__card-title{margin:0;color:var(--news-title-color);font-family:var(--theme-heading-ff, var(--theme-text-ff));font-weight:700;font-size:1.5rem;line-height:2.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.theme-news-list__card-description{margin:0;color:var(--news-text-color);font-family:var(--theme-text-ff);font-weight:400;font-size:1.125rem;line-height:1.6875rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.theme-news-list__card-cta{display:inline-flex;align-items:center;gap:.75rem;color:var(--news-arrow-color);margin-top:auto;align-self:flex-start}.theme-news-list__card-cta-arrow{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;color:inherit;transition:transform var(--theme-transition)}.theme-news-list__card-cta-arrow .icon{width:100%;height:100%}@media (any-hover: hover){.theme-news-list__card:hover .theme-news-list__card-cta-arrow,.theme-news-list__card:focus-visible .theme-news-list__card-cta-arrow{transform:translate(.25rem)}}.theme-news-list__pagination{display:flex;justify-content:center;margin-top:var(--news-row-gap)}.theme-news-list__pagination-list{list-style:none;display:flex;gap:.5rem;margin:0;padding:0}.theme-news-list__pagination-item .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;background-color:#fff;color:var(--news-title-color);text-decoration:none;font-family:var(--theme-text-ff);font-weight:500;box-shadow:0 .125rem .5rem #004a6d1a;transition:background-color var(--theme-transition),color var(--theme-transition)}.theme-news-list__pagination-item .page-numbers.current{background-color:var(--news-title-color);color:#fff}@media (any-hover: hover){.theme-news-list__pagination-item .page-numbers:hover{background-color:var(--news-title-color);color:#fff}}.theme-news-list__cta{display:flex;justify-content:center;margin-top:var(--news-row-gap)}.theme-news-list__placeholder{padding:3rem 0;text-align:center;color:var(--theme-text-color-muted, #535f74)}
