/* ========================================================================
   Component: Typography
 ========================================================================== */

 h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 70px;
  text-align: center;
  letter-spacing: -1px;
  color: #343d63;
}

h2 {
  font-size: 36px;
  line-height: 54px;
  font-weight: bold;
  font-style: normal;
  color: #343d63;
}

h3 {
  font-size: 22px;
  line-height: 33px;
  font-weight: bold;
  font-style: normal;
  color: #343d63;
  margin-bottom: 7px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  font-style: normal;
  color: #343d63;
}

h5 {
}

h6 {
}

p,
.spw-paragraph {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #a1a1b0;
}

em {
  color: inherit;
}

.spw-section-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  font-style: normal;
  color: #0084f4;
  text-align: center;
  margin: 0;
}

.spw-section-subtitle {
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 54px;
  font-weight: bold;
  font-style: normal;
  color: #343d63;
  text-align: center;
}

.light .spw-paragraph,
.light .spw-paragraph-title,
.light .spw-section-title,
.light .uk-accordion-title {
  color: white !important;
}
