.container {
  margin-top: 79px;
  font-weight: 900;
}

.heading {
  margin-top: -1px;
  margin-bottom: 64px;
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 200px;
  line-height: 180px;
  font-weight: 100;
}

.heading.back {
  margin-top: 65px;
  margin-bottom: 90px;
}

.heading._2 {
  font-size: 180px;
  line-height: 160px;
}

.link {
  margin-top: 51px;
  margin-left: 10px;
  direction: ltr;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.link.tablet {
  font-family: 'Open Sans', sans-serif;
}

.heading-2 {
  margin-left: 11px;
  font-family: 'Open Sans', sans-serif;
  color: #08a2f8;
  font-weight: 400;
}

.heading-3 {
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 100;
}

.body {
  background-color: #000;
}

.section {
  margin-top: 36px;
}

.section-2 {
  height: 170px;
  margin-top: 62px;
  background-color: #000;
  color: #000;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-3 {
  height: 1000px;
  margin-bottom: -70px;
}

.section-4 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 100;
}

@media (max-width: 991px) {
  .heading {
    font-size: 180px;
  }
  .heading.back {
    font-size: 150px;
  }
  .section-3.phone {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .heading {
    margin-left: 20px;
    font-size: 100px;
    line-height: 90px;
  }
  .heading.back {
    line-height: 130px;
  }
  .link {
    margin-left: 20px;
  }
  .heading-2 {
    margin-left: 20px;
  }
  .heading-3 {
    margin-left: 20px;
  }
  .section-3.phone {
    height: 600px;
  }
}

@media (max-width: 479px) {
  .heading {
    margin-top: 23px;
    margin-bottom: 30px;
    margin-left: 20px;
    font-size: 70px;
    line-height: 70px;
  }
  .heading.back.iphon {
    font-size: 60px;
    line-height: 70px;
  }
  .link {
    margin-left: 20px;
  }
  .heading-2 {
    margin-left: 20px;
    font-size: 18px;
  }
  .heading-3 {
    margin-left: 20px;
    font-size: 14px;
  }
  .body {
    height: 600px;
  }
  .section-3 {
    overflow: hidden;
  }
  .section-3.phone {
    height: 400px;
  }
}