body {
  height: 100%;
  background-image: url('../images/bg.png'), -webkit-radial-gradient(circle at 49% 135%, #f6edc7 22%, rgba(46, 63, 93, 0.89) 53%, #122544 75%);
  background-image: url('../images/bg.png'), -o-radial-gradient(circle at 49% 135%, #f6edc7 22%, rgba(46, 63, 93, 0.89) 53%, #122544 75%);
  background-image: url('../images/bg.png'), radial-gradient(circle at 49% 135%, #f6edc7 22%, rgba(46, 63, 93, 0.89) 53%, #122544 75%);
  background-position: 50% 0px, 0% 0%;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 29px;
  line-height: 36px;
  font-weight: 400;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.content {
  margin-top: 49px;
  text-align: center;
}
.separator {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: white;
}
.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 70px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}
.footer-text {
  color: #333;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
}
.wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.link {
  color: #333;
  text-decoration: underline;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    height: auto;
    background-image: url('../images/bg_mobile_1.png');
    background-position: 50% 55%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
@media (max-width: 479px) {
  body {
    background-image: url('../images/bg_mobile.png'), -webkit-radial-gradient(circle at 49% 135%, #f6edc7 22%, rgba(46, 63, 93, 0.89) 53%, #122544 75%);
    background-image: url('../images/bg_mobile.png'), -o-radial-gradient(circle at 49% 135%, #f6edc7 22%, rgba(46, 63, 93, 0.89) 53%, #122544 75%);
    background-image: url('../images/bg_mobile.png'), radial-gradient(circle at 49% 135%, #f6edc7 22%, rgba(46, 63, 93, 0.89) 53%, #122544 75%);
    background-position: 50% 50%, 0% 0%;
  }
  .content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .wrapper {
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    height: auto;
    background-image: url('../images/bg_mobile_1.png');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}