body {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

h2 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2rem;
}

.section {
  padding: 100px 20px 50px;
}

.section.hero {
  background-image: url('../images/Back_hero.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.section.gradbg {
  background-image: radial-gradient(circle at 0 100%, #06a1f3, #5e30d0);
}

.footer {
  background-image: url('../images/footer_0.png');
  background-position: 50%;
  background-size: cover;
  min-height: 150px;
  margin: 20px auto;
}

.hero-block {
  width: 100%;
  max-width: 1449px;
  height: 768px;
  max-height: 768px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-block.hero {
  background-image: url('../images/Back_hero.png');
  background-position: 50%;
  background-size: cover;
  min-height: 768px;
}

.para-simple {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}

.para-simple.policy {
  text-align: justify;
  font-size: 1rem;
  line-height: 1.5rem;
}

.title-box {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-header {
  text-transform: uppercase;
  text-shadow: 10px 10px 4px #1ba3f1;
  margin-top: auto;
  font-size: 10rem;
  font-weight: 700;
  line-height: 10rem;
}

.title-text {
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 5px 5px 4px #1ba3f1;
  margin-top: 96px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.topic-box {
  text-align: center;
  margin-bottom: 100px;
}

.topic-text {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2rem;
}

.footer-box {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-text {
  font-weight: 700;
}

.logo-block {
  width: 10rem;
}

.logo-block.w--current {
  width: 9rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

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

@media screen and (max-width: 991px) {
  .section.hero {
    background-position: 50%;
    background-size: auto 100%;
  }

  .hero-block {
    max-height: 600px;
    padding-top: 70px;
  }

  .title-header {
    font-size: 8rem;
    line-height: 8rem;
  }

  .title-text {
    margin-top: 60px;
    font-size: 2rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 80px;
  }

  .hero-block {
    max-height: 500px;
  }

  .title-header {
    font-size: 6rem;
  }

  .title-text {
    margin-top: 40px;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .topic-box {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  .hero-block {
    max-height: 450px;
    padding-top: 50px;
  }

  .para-simple {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .title-header {
    font-size: 3rem;
  }

  .title-text {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .topic-text {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .footer-text {
    font-size: .8rem;
  }

  .logo-block.w--current {
    margin-top: 0;
    margin-bottom: 20px;
  }
}


