@layer webflow-base {
  /* dark lineage shared CSS (sc-121353): rules byte-identical across the
     dark-template brands, hoisted out of their per-brand bundles. */
  .swiper-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    display: flex;
  }
  a:hover {
    text-decoration: none;
  }
  li {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  strong {
    font-family:
      Arial,
      Helvetica Neue,
      Helvetica,
      sans-serif;
    font-weight: 700;
  }
  ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 24px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 10px;
    font-weight: 700;
  }
  p {
    margin-bottom: 0;
    font-weight: 400;
  }
}
