 <style>
      :root {
        --renew-green: #89cf49;
        --renew-dark: #1d2b39;
        --renew-muted: #66717a;
        --renew-border: #dfe5e8;
      }

      *,
      *::before,
      *::after {
        box-sizing: border-box;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        margin: 0;
        color: var(--renew-dark);
        background: #fff;
        font-family: "Open Sans", Arial, sans-serif;
        line-height: 1.6;
      }

      #load,
      #primary-menu,
      #mobile-menu,
      [role="banner"] + div,
      #site-title,
      #site-description {
        display: none;
      }

      [role="banner"] {
        border-bottom: 1px solid #f0f2f3;
        box-shadow: 0 2px 10px rgb(29 43 57 / 6%);
      }

      [role="banner"] header {
        display: flex;
        align-items: center;
        min-height: 82px;
        max-width: 1120px;
        margin: 0 auto;
        padding: 12px 24px;
      }

      [role="banner"] header > div {
        display: flex;
        align-items: center;
      }

      [role="banner"] header a {
        display: block;
      }

      [role="banner"] header img {
        display: block;
        width: 154px;
        height: auto;
      }

      #main {
        max-width: 1120px;
        margin: 0 auto;
        padding: 18px 24px 64px;
      }

      #content > div {
        margin: 0;
      }

      [id^="ultimate-heading-"] {
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
      }

      [id^="ultimate-heading-"] h2 {
        margin: 34px 0 8px;
        color: var(--renew-dark);
        font-size: clamp(1.55rem, 3vw, 2.1rem);
        line-height: 1.2;
      }

      [id^="ultimate-heading-"] img[src*="Icon.png"] {
        width: 28px;
        height: 28px;
        margin: 0 auto 22px;
      }

      [data-vc-content] {
        max-width: 1000px;
        margin: 0 auto 34px;
        overflow: hidden;
        border: 1px solid var(--renew-green);
        border-radius: 4px;
        background: #fff;
      }

      [data-vc-content] > div:first-child h4 {
        margin: 0;
      }

      [data-vc-content] > div:first-child a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 42px;
        padding: 8px 14px;
        color: #68ae2d;
        font-size: 0.95rem;
        font-weight: 700;
        text-decoration: none;
      }

      [data-vc-content] > div:first-child a:hover,
      [data-vc-content] > div:first-child a:focus-visible {
        background: #f5faef;
        color: #4e9220;
      }

      [data-vc-content] > div:first-child i::after {
        content: "⌄";
        color: #78b63e;
        font-size: 1.1rem;
        font-style: normal;
      }

      [data-vc-content] > div:first-child a[aria-expanded="true"] i::after {
        content: "⌃";
      }

      [data-vc-content] > div:nth-child(2) {
        padding: 18px 14px 12px;
        border-top: 1px solid var(--renew-green);
      }

      [data-vc-content] > div:nth-child(2) p {
        margin: 0 0 10px;
      }

      [data-vc-content] > div:nth-child(2) a {
        color: #68ae2d;
        font-size: 0.86rem;
      }

      [data-vc-content] > div:nth-child(2) a:hover {
        color: #4e9220;
      }

      #yearFilter {
        min-width: 96px;
        margin: 0 0 14px;
        padding: 7px 10px;
        border: 1px solid var(--renew-border);
        border-radius: 3px;
        color: var(--renew-muted);
        background: #fff;
      }

      [hidden] {
        display: none !important;
      }

      @media (max-width: 640px) {
        [role="banner"] header {
          min-height: 64px;
          padding: 10px 16px;
        }

        [role="banner"] header img {
          width: 142px;
        }

        #main {
          padding: 10px 12px 42px;
        }

        [id^="ultimate-heading-"] h2 {
          margin-top: 28px;
          font-size: 1.55rem;
        }

        [data-vc-content] {
          margin-bottom: 26px;
        }
      }
      .text-center{text-align:center;}
    </style>