@font-face {
  font-family: "Matisse ITC";
  src: url("fonts/matisse_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

font[face*="Matisse"] {
  font-family: "Matisse ITC", "Bookman Old Style", "Goudy Old Style", "Palatino Linotype", serif;
  font-size: 1.25em !important;
  line-height: 1.15;
}

font[face*="Matisse"][size="6"] {
  font-size: 1.6em !important;
}

body {
  padding-bottom: 40px;
}

.omni-header {
  margin: 0 0 40px 0;
  text-align: center;
  background: linear-gradient(90deg, #000 0, #000 50%, #384ADA 50%, #384ADA 100%);
}

.omni-header img {
  display: block;
  margin: 0 auto;
  width: 631px;
  max-width: 100%;
  height: auto;
}

table.omni-footer {
  margin: 40px auto;
}

table.omni-footer p {
  margin: 0;
  line-height: 1.6;
}

table.omni-footer p + p {
  display: none;
}

table.omni-footer font {
  font-family: Arial, sans-serif;
  font-size: 1rem;
}

table.omni-footer small {
  font-size: 1em;
}
