/* Base */
html {
  height: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  font-family: Inter,sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #414141;
  margin: 0;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 10px;
}

h1 {
  color: #041735;
  font-size: 48px;
  line-height: 59px;
  font-weight: 700;
  margin: .67em 0;
}

h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  color: #041735;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 10px;
  }
}

h3 {
  margin-top: 10px;
  color: #041735;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  h3 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  h3, h4 {
    line-height: 1.4em;
  }
}

h5 {
  color: #041735;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  background-color: transparent;
  color: #2845ba;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  border: 0;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}