body {
  background: #fff;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 15px;
  color: #4a4a4a;
  margin: 0;
  padding: 15px 20px;
  font-weight: 400;
  line-height: 1.4;
}

.no-margin-top {
  margin-top: 0;
}

h1 {
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
  color: #b1334c;
  margin: 20px 0;
}

h2 {
  color: #b1334c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 600;
  margin: 1.6em 0 1em 0;
}

.text-center {
  text-align: center;
}

p,
ul {
  margin-top: 0;
  margin-bottom: 5px;
}
a {color: #B1334C}
b {
  color: #333;
}

ul {
  padding-left: 0;
}

ul > li {
  margin-bottom: 1.6em;
}

ul > li > ul {
  padding-left: 15px;
  margin-bottom: 1em;
}

.space-t-30 {
  padding-top: 30px;
}

.space-b-30 {
  padding-bottom: 30px;
}

.space-b-20 {
  padding-bottom: 20px;
}

.space-b-10 {
  padding-bottom: 10px;
}

.section {
  padding-left: 15px;
  padding-right: 15px;
}

.section-border {
  border-bottom: 1px dashed #e2e8ed;
}

.text-sub {
  font-size: 15px;
  color: #8a949d;
  padding-bottom: 3px;
}

.table-100 {
  width: 100%;
}

.font-0 {
  font-size: 0;
  line-height: 0;
}

.font-sm {
  font-size: 15px;
}

.font-medium {
  font-weight: 500;
}

.list {
  padding: 15px 0;
  border-bottom: 1px solid #e2e8ed;
}

.question {
  font-weight: 700;
}

p b, p strong {color:#666; font-weight: 500 !important;}