* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 10pt;
  line-height: 1.6;
  color: #000;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 24px;
  word-wrap: break-word;
}

h1 {
  font-size: 16pt;
  color: #30167b;
  margin: 24px 0 12px;
}

h2 {
  font-size: 14pt;
  color: #30167b;
  margin: 20px 0 10px;
}

h3 {
  font-size: 12pt;
  color: #30167b;
  margin: 16px 0 8px;
}

p {
  margin-bottom: 8px;
  text-align: justify;
}

a {
  color: #0563c1;
}

ul {
  margin: 8px 0 8px 36px;
}

li {
  margin-bottom: 4px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
}

th,
td {
  border: 1px solid #000;
  padding: 8px 12px;
  text-align: left;
  vertical-align: top;
}

th {
  background: #30167b;
  color: #fff;
  font-size: 12pt;
}

.title {
  text-align: center;
  font-size: 16pt;
  color: #30167b;
  margin-bottom: 24px;
}

.subsection-title {
  font-size: 12pt;
  color: #30167b;
  font-weight: bold;
  margin: 12px 0 6px;
}
