.elementor-52 .elementor-element.elementor-element-791835d4{--display:flex;}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-52 .elementor-element.elementor-element-4062013 .gallery-item .gallery-caption{text-align:center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-3a0e7518 */.af-news {
  --af-bg: #ecebf0;
  --af-surface: #ffffff;
  --af-card: #e4e3e8;
  --af-ink: #22222b;
  --af-ink-soft: #4a4a57;
  --af-ink-muted: #858591;
  --af-accent: #e0603a;
  --af-accent-hover: #b94a2a;
  --af-accent-soft: #f6d9cc;
  --af-line: #d8d7de;
  --af-radius: 8px;
  --af-pill: 999px;
  --af-container: 1200px;

  background: var(--af-bg);
  color: var(--af-ink);
  font-family: inherit;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

.af-news,
.af-news *,
.af-news *::before,
.af-news *::after {
  box-sizing: border-box;
}

.af-news a {
  color: var(--af-accent);
  text-decoration: none;
}

.af-news a:hover {
  color: var(--af-accent-hover);
}

.af-news img {
  display: block;
  max-width: 100%;
  height: auto;
}

.af-news__container {
  width: 100%;
  max-width: var(--af-container);
  margin-inline: auto;
  padding: 88px 24px 96px;
}

.af-news__header {
  max-width: 850px;
  margin-bottom: 64px;
}

.af-news__eyebrow,
.af-news__label {
  margin: 0 0 16px;
  color: var(--af-ink-soft);
  font-size: .78rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.af-news h1 {
  margin: 0;
    font-family: "Playfair Display", Sans-serif;
    font-size: 60px;
    font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.06;
}
h1{
    font-size:60px;
}

.af-news h1 em {
  color: var(--af-accent);
  font-style: italic;
}

.af-news__lead {
  max-width: 65ch;
  margin: 28px 0 0;
  color: var(--af-ink-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.5;
}

.af-news__header-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.af-news__header-links a {
  padding: 9px 16px;
  border-radius: var(--af-pill);
  background: var(--af-surface);
  box-shadow: 0 1px 7px rgba(34, 34, 43, .06);
  color: var(--af-ink);
  font-size: .9rem;
}

.af-news__resources {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 42px;
  margin-bottom: 64px;
  padding: 36px;
  border-left: 3px solid var(--af-accent);
  border-radius: 0 var(--af-radius) var(--af-radius) 0;
  background: var(--af-card);
}

.af-news__resources h2,
.af-news__older h2 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 400;
  line-height: 1.2;
}

.af-news__resources p {
  margin: 0 0 22px;
  color: var(--af-ink-soft);
}

.af-news__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 20px;
  border-radius: var(--af-pill);
  background: var(--af-accent);
  color: #fff !important;
  font-size: .9rem;
  font-weight: 500;
}

.af-news__button:hover {
  background: var(--af-accent-hover);
  color: #fff !important;
}

.af-news__resources-content {
  min-width: 0;
}

.af-news__archive {
  display: grid;
  gap: 22px;
}

.af-news__item {
  padding: 34px 38px;
  border-radius: var(--af-radius);
  background: var(--af-surface);
  box-shadow: 0 3px 18px rgba(34, 34, 43, .055);
}

.af-news__item-header {
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--af-line);
}

.af-news__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
}

.af-news__number,
.af-news__date {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: var(--af-pill);
  font-size: .78rem;
  line-height: 1.2;
}

.af-news__number {
  background: var(--af-accent-soft);
  color: var(--af-accent);
  font-weight: 600;
}

.af-news__date {
  background: var(--af-bg);
  color: var(--af-ink-muted);
}

.af-news__item h2 {
  margin: 0;
  color: var(--af-accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 400;
  line-height: 1.25;
}

.af-news__body {
  color: var(--af-ink-soft);
  overflow-wrap: anywhere;
}

.af-news__body p {
  margin: 0 0 18px;
  white-space: pre-line;
}

.af-news__body > :last-child {
  margin-bottom: 0;
}

.af-news__body strong,
.af-news__body b {
  color: var(--af-ink);
  font-weight: 500;
}

.af-news__body > a,
.af-news__body p > a {
  font-weight: 500;
}

.af-news__image {
  max-height: 620px;
  margin: 24px 0;
  border-radius: 5px;
  object-fit: contain;
}

.af-news__body a:has(.af-news__image) {
  display: inline-block;
  max-width: 100%;
}

.af-news__table-wrap {
  width: 100%;
  margin: 26px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.af-news__legacy-table {
  width: 100%;
  min-width: 560px;
  border-collapse: separate;
  border-spacing: 10px;
}

.af-news__legacy-table td {
  vertical-align: top;
}

.af-news__legacy-table img {
  width: 100%;
  min-width: 90px;
  max-height: 220px;
  margin: 0;
  object-fit: contain;
}

.af-news__older {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 48px;
  padding: 32px 36px;
  border-top: 1px solid var(--af-line);
}

.af-news__older p {
  margin: 0;
  color: var(--af-ink-soft);
}

.af-news__button--light {
  flex: 0 0 auto;
  background: var(--af-surface);
  color: var(--af-ink) !important;
  box-shadow: 0 1px 7px rgba(34, 34, 43, .07);
}

.af-news__button--light:hover {
  background: var(--af-accent-soft);
  color: var(--af-ink) !important;
}

@media (max-width: 900px) {
  .af-news__resources {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .af-news {
    font-size: 1rem;
  }

  .af-news__container {
    padding: 56px 18px 64px;
  }

  .af-news__header {
    margin-bottom: 46px;
  }

  .af-news__resources {
    margin-bottom: 46px;
    padding: 28px 24px;
  }

  .af-news__item {
    padding: 26px 22px;
  }

  .af-news__older {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .af-news *,
  .af-news *::before,
  .af-news *::after {
    transition: none !important;
  }
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
    
    background-color: hsl(0deg 0% 50% / 0%);
}
table tbody tr:hover>td, table tbody tr:hover>th{
    
    background-color: hsl(0deg 0% 50% / 0%);
}/* End custom CSS */