@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-VariableFont.ttf");
}

body {
  line-height: 1.5;
  font-size: 11pt;
  color: #494f51;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
}

p {
  margin-top: 0;
  orphans: 2;
  widows: 2;
}

a {
  color: #1155cc;
  white-space: nowrap;
}

h1,
h3,
h5 {
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left;
}

h1 {
  color: #1c4587;
  font-weight: 700;
  font-size: 20pt;
  line-height: 1.5;
}

h3 {
  margin-top: 0pt;
  margin-bottom: 6pt;
  color: #003a70;
  font-weight: 700;
  font-size: 16pt;
  line-height: 1.25;
}

h5 {
  margin-top: 0pt;
  margin-bottom: 4pt;
  font-weight: 600;
  font-size: 14pt;
  line-height: 1.25;
}

ol {
  margin: 0;
  padding: 0
}

ul li {
  margin-bottom: 12pt;
}

table td,
table th {
  padding: 0;
  padding: 5.8pt;
  vertical-align: middle;
  background-color: transparent !important;
  border: 1px solid #cccccc;
  width: 112.8pt;
}

th {
  font-size: 10pt;
  font-weight: 700;
  text-align: left;
  page-break-after: avoid;
  page-break-inside: avoid;
}

tr {
  page-break-inside: avoid;
  page-break-after: auto;
}
 
table {
  line-height: 1.2;
  font-size: 11pt;
  border-collapse: collapse;
  margin-right: auto;
  border: 1px solid #cccccc;
  page-break-inside: auto;
  margin-bottom: 25px;
}

.bolder {
  font-weight: 500;
}

.signature-table td {
  height: 40px;
}

.signature-table tr,
.signature-table td {
  border: none;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}