.slider {
  height: 100vh;
  background-color: #fff;
}

.slide-nav {
  overflow: hidden;
}

.rightarrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 50%;
  cursor: auto;
}

.leftarrow {
  display: block;
  width: 50%;
}

.h1 {
  font-size: 47px;
  line-height: 61px;
  text-align: left;
  letter-spacing: 0.5px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 124px;
  padding-left: 124px;
  -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;
}

.header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 4444;
  display: block;
  width: auto;
  height: auto;
  padding-right: 22px;
  padding-bottom: 5px;
  padding-left: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #000;
  color: #000;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.heading {
  display: inline-block;
  -webkit-transition: all 333ms cubic-bezier(.731, .03, .25, 1);
  transition: all 333ms cubic-bezier(.731, .03, .25, 1);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 3px;
}

.heading:hover {
  letter-spacing: 5px;
}

.header-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 4444;
  display: block;
  width: auto;
  height: auto;
  padding-right: 22px;
  padding-bottom: 5px;
  padding-left: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #000;
  color: #000;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: -68px;
  margin-bottom: -46px;
  padding-top: 83px;
  padding-bottom: 79px;
  padding-left: 0px;
  -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;
}

.contentwrapper {
  width: 61%;
}

.text-block {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #000;
}

.link {
  margin-left: 24px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.heading-2 {
  line-height: 53px;
}

.imr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 92px 100px 73px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.backlink {
  display: block;
  margin-top: 22px;
  margin-bottom: 65px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.prebanner {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 88888;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #fff;
}

.help_p {
  margin-top: 3px;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .h1 {
    font-size: 42px;
    line-height: 54px;
  }

  .about {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 141px;
    padding-bottom: 123px;
  }

  .imr {
    padding-right: 20px;
    padding-left: 20px;
  }

  .prebanner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .help_p {
    margin-top: 5px;
  }
}

@media screen and (max-width: 479px) {
  .slider {
    height: auto;
  }

  .h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 32px;
  }

  .div-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header.w--current {
    padding-right: 17px;
    padding-left: 16px;
  }

  .heading {
    margin-top: 4px;
    margin-bottom: 0px;
    font-size: 11px;
  }

  .about {
    margin-top: -45px;
  }

  .contentwrapper {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-2 {
    margin-bottom: 7px;
  }

  .help_p {
    margin-top: 18px;
    font-size: 8px;
  }
}