.listing-board-head{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%}.listing-board-head__title{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:40px;font-weight:300;line-height:normal;letter-spacing:-.03em;margin:0;color:#212121}.listing-board-head__filters{display:flex;align-items:center;gap:16px;flex-shrink:0}.listing-board-head__filter{position:relative;display:flex;align-items:center;background-color:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-sizing:border-box}.listing-board-head__filter--category-all{width:140px}.listing-board-head__filter--year-all{width:128px}.listing-board-head__filter--per-page{width:84px}.listing-board-head__filter--sort{width:172px}.listing-board-head__filter--year{width:88px}.listing-board-head__select{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;line-height:1.5;letter-spacing:-.02em;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:10px 36px 10px 16px;border:1px solid rgba(33,33,33,.1);background:transparent;color:#212121;cursor:pointer;line-height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;transition:border-color .2s ease}.listing-board-head__select:focus-visible{border-color:#ffb524;outline:none}.listing-board-head__filter-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;pointer-events:none;background:url(/build/assets/chevron-down-DGelwf2r.svg) no-repeat center/contain}@media (max-width: 1279px){.listing-board-head__title{font-size:36px}}@media (max-width: 767px){.listing-board-head{flex-direction:column;align-items:stretch}.listing-board-head__title{font-size:32px}.listing-board-head__filters{width:100%}.listing-board-head__filter{flex:1;width:auto}.listing-board-head__filter--year,.listing-board-head__filter--per-page{flex:0 0 88px}}.news-card{display:flex;flex-direction:column;justify-content:space-between;gap:24px;min-height:464px;padding:48px 32px;border-left:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;text-decoration:none;color:inherit;box-sizing:border-box;transition:background-color .4s cubic-bezier(.4,0,.2,1),border-color .4s cubic-bezier(.4,0,.2,1),color .4s cubic-bezier(.4,0,.2,1)}.news-card:hover,.news-card:focus-visible{background-color:#258d8a;border-left-color:#258d8a;border-bottom-color:#258d8a;color:#fff}.news-card:hover .news-card__tag,.news-card:hover .news-card__date,.news-card:hover .news-card__title,.news-card:hover .news-card__excerpt,.news-card:focus-visible .news-card__tag,.news-card:focus-visible .news-card__date,.news-card:focus-visible .news-card__title,.news-card:focus-visible .news-card__excerpt{color:#fff}.news-card:hover .news-card__meta-dot,.news-card:focus-visible .news-card__meta-dot{background-color:#ffffff80}.news-card:focus-visible{outline:2px solid #ffb524;outline-offset:-2px;z-index:1}.news-card--featured{border-left-width:4px;border-bottom-width:4px;border-left-color:#258d8a;border-bottom-color:#258d8a;z-index:1}.news-card__head{display:flex;flex-direction:column;gap:24px;width:100%;min-width:0}.news-card__intro{display:flex;flex-direction:column;gap:12px}.news-card__meta{display:flex;align-items:center;gap:10px}.news-card__meta-dot{flex-shrink:0;width:4px;height:4px;border-radius:50%;background-color:#a6a6a6;transition:background-color .4s cubic-bezier(.4,0,.2,1)}.news-card__tag,.news-card__date{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:11px;font-weight:600;line-height:16px;letter-spacing:.15em;text-transform:uppercase;margin:0}.news-card__tag{color:#258d8a;transition:color .4s cubic-bezier(.4,0,.2,1)}.news-card__date{color:#a6a6a6;transition:color .4s cubic-bezier(.4,0,.2,1)}.news-card__title{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:300;line-height:1.3;margin:0;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:-.02em;transition:color .4s cubic-bezier(.4,0,.2,1)}.news-card--featured .news-card__title{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:400;line-height:1.3;letter-spacing:-.02em;color:#258d8a}.news-card__excerpt{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:300;line-height:1.5;margin:0;color:#555;display:-webkit-box;line-clamp:6;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:-.02em;transition:color .4s cubic-bezier(.4,0,.2,1)}.news-card__thumb{display:block;width:100%;height:160px;overflow:hidden;background-color:#212121;flex-shrink:0}.news-card__thumb img{display:block;width:100%;height:100%;object-fit:cover}@media (prefers-reduced-motion: reduce){.news-card,.news-card__tag,.news-card__date,.news-card__meta-dot,.news-card__title,.news-card__excerpt{transition:none}}@media (max-width: 768px){.news-card{min-height:0}}.pagination{display:flex;align-items:center;justify-content:center;gap:100px;width:100%}.pagination[hidden]{display:none}.pagination__arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;transition:opacity .2s ease,background-color .2s ease}.pagination__arrow:focus-visible{outline:2px solid #ffb524;outline-offset:2px}.pagination__arrow:disabled,.pagination__arrow.is-disabled{cursor:not-allowed;opacity:.6}.pagination__arrow--prev{background-color:#d4d4d4}.pagination__arrow--prev:disabled,.pagination__arrow--prev.is-disabled{opacity:1}.pagination__arrow--next{background-color:#258d8a}.pagination__arrow-icon{display:block;width:20px;height:20px;background:url(/build/assets/pagination-chevron-BGZEQKXu.svg) no-repeat center/contain}.pagination__arrow-icon--prev{transform:scaleX(-1);filter:brightness(0)}.pagination__pages{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap}.pagination__page{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:0;margin:0;padding:0;border:0;background:none;color:#757575;line-height:24px;letter-spacing:-.01em;cursor:pointer;transition:color .2s ease}.pagination__page:hover:not(.is-active):not(:disabled){color:#212121}.pagination__page:focus-visible{outline:2px solid #ffb524;outline-offset:2px}.pagination__page.is-active{color:#111;text-decoration:underline;text-underline-offset:4px;cursor:default}.pagination__page:disabled{cursor:default}@media (max-width: 1279px){.pagination{gap:48px}.pagination__pages{gap:24px}}@media (max-width: 768px){.pagination{gap:24px}.pagination__arrow{width:40px;height:40px}.pagination__arrow-icon{width:16px;height:16px}.pagination__pages{gap:16px}.pagination__page{font-size:14px;line-height:20px}}:root{--color-black: #212121;--color-grey: #555555;--color-light-grey: #a6a6a6;--color-white: #ffffff;--color-border: #e5e5e5;--color-brand-yellow: #ffb524;--color-brand-dark-green: #025e66;--color-brand-green: #258d8a}.text-title-l-regular{font-family:Libre Baskerville,Georgia,Times New Roman,serif;font-size:72px;font-weight:400;line-height:64px;letter-spacing:-.03em}.text-title-m-regular{font-family:Libre Baskerville,Georgia,Times New Roman,serif;font-size:40px;font-weight:400;line-height:normal;letter-spacing:-.02em}.text-title-s-regular{font-family:Libre Baskerville,Georgia,Times New Roman,serif;font-size:32px;font-weight:400;line-height:normal;letter-spacing:-.02em}.text-heading-h2-light{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:48px;font-weight:300;line-height:normal;letter-spacing:-.03em}.text-heading-h3-light{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:40px;font-weight:300;line-height:normal;letter-spacing:-.03em}.text-heading-h4-regular{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:32px;font-weight:400;line-height:1.3;letter-spacing:-.03em}.text-heading-h4-light{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:32px;font-weight:300;line-height:1.3;letter-spacing:-.03em}.text-heading-h5-regular{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:24px;font-weight:400;line-height:1.2;letter-spacing:-.03em}.text-heading-h5-light{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:24px;font-weight:300;line-height:1.2;letter-spacing:-.03em}.text-heading-h6-semibold{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:600;line-height:1.3;letter-spacing:0}.text-heading-h6-regular{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:400;line-height:1.3;letter-spacing:-.02em}.text-heading-h6-light{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:300;line-height:1.3;letter-spacing:-.02em}.text-body-l-light{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:300;line-height:1.5;letter-spacing:0}.text-body-m-bold{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:700;line-height:1.5;letter-spacing:0}.text-body-m-medium{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:0}.text-body-m-regular{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:-.01em}.text-body-m-light{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:300;line-height:1.5;letter-spacing:-.01em}.text-body-s-light{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:300;line-height:1.5;letter-spacing:-.02em}.text-body-s-regular{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;line-height:1.5;letter-spacing:-.02em}.text-overline-m-semibold{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;line-height:16px;letter-spacing:.15em;text-transform:uppercase}.text-overline-s-semibold{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:11px;font-weight:600;line-height:16px;letter-spacing:.15em;text-transform:uppercase}.updates-news-listing{position:relative;padding:64px 0 100px;background-color:#fbfbfb;overflow:hidden}.updates-news-listing__watermark{position:absolute;top:-53px;right:-91px;width:613px;height:318px;opacity:.05;pointer-events:none;background:url(/build/assets/kv-emboss-p8zBRZI2.svg) no-repeat center/contain}.updates-news-listing__inner{position:relative;z-index:1}.updates-news-listing__head{margin-bottom:88px}.updates-news-listing__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #e5e5e5;border-right:1px solid #e5e5e5}.updates-news-listing__grid .news-card__excerpt{color:#606060;letter-spacing:-.03em}.updates-news-listing__grid .news-card__title{color:#212121;letter-spacing:-.03em}.updates-news-listing__empty{font-family:Gantari,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:300;line-height:1.5;letter-spacing:-.01em;display:none;grid-column:1/-1;margin:0;padding:48px 32px;color:#555;text-align:center}.updates-news-listing__empty.is-visible{display:block}.updates-news-listing__pagination{display:flex;justify-content:center;width:100%;margin-top:80px}.updates-news-listing__pagination-nav{flex-shrink:0}@media (max-width: 1279px){.updates-news-page .hero-banner{--hero-banner-height: 680px}.updates-news-page .hero-banner .hero-banner__body{bottom:100px;padding-left:48px;padding-right:48px}.updates-news-page .hero-banner .hero-banner__title{font-size:40px}.updates-news-page .hero-banner .hero-banner__scroll{bottom:32px}}@media (max-width: 1023px){.updates-news-page .hero-banner{--hero-banner-height: 990px}.updates-news-page .hero-banner .hero-banner__body{bottom:80px;padding-left:48px;padding-right:48px}.updates-news-page .hero-banner .hero-banner__title{font-size:40px}.updates-news-page .hero-banner .hero-banner__scroll{bottom:32px}}@media (max-width: 767px){.updates-news-page .hero-banner{--hero-banner-height: 740px}.updates-news-page .hero-banner .hero-banner__body{bottom:104px;align-items:center;text-align:center;padding-left:24px;padding-right:24px}.updates-news-page .hero-banner .hero-banner__title{font-size:40px}.updates-news-page .hero-banner .hero-banner__scroll{bottom:40px}}@media (max-width: 1279px){.updates-news-listing{padding-bottom:80px}.updates-news-listing .wrapper{padding-left:48px;padding-right:48px}.updates-news-listing__watermark{top:-60px;right:-146px;width:461px;height:239px}.updates-news-listing__head{margin-bottom:48px}.updates-news-listing .listing-board-head{flex-direction:row;align-items:center}.updates-news-listing .listing-board-head__title{font-size:36px}.updates-news-listing .listing-board-head__filters{width:auto}.updates-news-listing .listing-board-head__filter{flex:0 0 auto}.updates-news-listing .listing-board-head__filter--sort{width:155px}.updates-news-listing .listing-board-head__filter--per-page{width:80px}.updates-news-listing .news-card{min-height:392px;padding:32px 24px}.updates-news-listing .news-card__title{font-size:18px}.updates-news-listing .news-card__excerpt{line-clamp:3;-webkit-line-clamp:3}.updates-news-listing .news-card__thumb{height:120px}.updates-news-listing .pagination{gap:100px}.updates-news-listing .pagination__pages{gap:32px}}@media (max-width: 1023px){.updates-news-listing .wrapper{padding-left:40px;padding-right:40px}.updates-news-listing__watermark{right:-149px}.updates-news-listing__head{margin-bottom:32px}.updates-news-listing__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.updates-news-listing__pagination{margin-top:64px}.updates-news-listing .pagination__arrow{width:48px;height:48px}.updates-news-listing .pagination__arrow-icon{width:20px;height:20px}.updates-news-listing .pagination__page{font-size:16px;line-height:24px}}@media (max-width: 767px){.updates-news-listing{padding-top:48px}.updates-news-listing .wrapper{padding-left:24px;padding-right:24px}.updates-news-listing__watermark{top:-49px;right:-101px;width:329px;height:171px}.updates-news-listing__head{margin-bottom:24px}.updates-news-listing__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.updates-news-listing .listing-board-head{flex-direction:column;align-items:flex-start}.updates-news-listing .listing-board-head__title{font-size:32px}.updates-news-listing .listing-board-head__filters{width:100%}.updates-news-listing .listing-board-head__filter{flex:1}.updates-news-listing .listing-board-head__filter--sort,.updates-news-listing .listing-board-head__filter--per-page{width:auto}.updates-news-listing .news-card{min-height:314px;padding:24px 16px}.updates-news-listing .news-card__title{font-size:16px}.updates-news-listing .news-card__thumb{height:80px}.updates-news-listing .pagination{gap:48px}}.updates-news-page{background-color:#fbfbfb}.updates-news-page .hero-banner__overlay{background:linear-gradient(180deg,#0000,#00000040)}
