.hero {
  position: relative;
  height: 90vh;
  min-height: 640px;
}

.slider {
  height: 100%;
}

.slide-content {
  width: 100%;
  height: 100%;
}

.slide-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-nav {
  display: none;
}

.hero-dimmer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
}

.hidden {
  display: none;
}

.hero-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 980px;
  padding-top: 60px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand-block {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.logo {
  width: 160px;
}

.logotext {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.body {
  font-family: Montserrat, sans-serif;
}

.hero-content {
  height: 50%;
  margin-bottom: 60px;
  color: #fff;
  text-align: center;
}

.heading {
  margin-bottom: 20px;
  font-family: 'Gentium Book Basic', sans-serif;
  font-size: 60px;
  line-height: 62px;
  font-weight: 700;
  letter-spacing: -2px;
}

.lead-text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.button {
  padding: 15px 25px;
  border-radius: 6px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #e9e9e9;
}

.section-1 {
  position: relative;
  z-index: 50;
  overflow: hidden;
  width: 100%;
  margin: -40px auto;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
}

.container-1 {
  position: relative;
  height: 1800px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.image-1 {
  position: absolute;
  width: 66.667%;
  max-width: 700px;
}

.block-1 {
  position: absolute;
  left: auto;
  top: 100px;
  right: 0%;
  bottom: auto;
  z-index: 50;
  width: 66.667%;
  max-width: 700px;
  padding: 60px 100px;
  background-color: hsla(0, 0%, 100%, 0.9);
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.15);
}

.text-block {
  font-size: 16px;
  line-height: 28px;
}

.heading-2 {
  font-family: 'Gentium Book Basic', sans-serif;
  font-size: 36px;
  line-height: 42px;
}

.image-2 {
  position: absolute;
  top: 450px;
  right: 0px;
  width: 40%;
}

.block-2 {
  position: absolute;
  left: 0px;
  top: 600px;
  right: auto;
  bottom: auto;
  z-index: 50;
  width: 80%;
  max-width: 840px;
  padding: 60px 100px;
  background-color: hsla(0, 0%, 100%, 0.9);
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.15);
}

.image-3 {
  position: absolute;
  left: 10%;
  top: 1100px;
  width: 45%;
}

.block-3 {
  position: absolute;
  left: auto;
  top: 1280px;
  right: 0%;
  bottom: auto;
  z-index: 50;
  width: 66.667%;
  max-width: 700px;
  padding: 60px 100px;
  background-color: hsla(0, 0%, 100%, 0.9);
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.15);
}

.section-2 {
  height: 620px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #f8f8f8;
  background-image: url('../images/section-4b-bg.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-2 {
  width: 33.333%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.linkedin-button {
  margin-top: 40px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  color: #000;
}

.link-block {
  margin-top: 40px;
  padding: 10px 30px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.link-block:hover {
  box-shadow: 0 0 8px 0 rgba(8, 11, 82, 0.5);
}

.link-block:active {
  -webkit-transform: scale3d(0.98, 0.96, 1);
  transform: scale3d(0.98, 0.96, 1);
}

.section-3 {
  padding: 100px 40px;
  background-color: #333;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.text-block-2 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #797979;
}

.div-block-6 {
  padding-left: 40px;
}

.div-block-7 {
  padding-left: 40px;
  color: #fff;
}

.link {
  color: #fff;
}

.image-4 {
  border-radius: 50%;
}

.text-block-2-copy {
  margin-bottom: 10px;
  color: #a3a3a3;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: #212121;
  text-align: center;
}

.logotext-footer {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-3 {
  margin-top: 60px;
  color: #929292;
}

.text-block-4 {
  font-size: 16px;
  line-height: 28px;
}

.text-block-5 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .image-1 {
    width: 80%;
  }

  .block-1 {
    width: 75%;
  }

  .image-2 {
    width: 50%;
  }

  .block-3 {
    width: 75%;
  }

  .section-2 {
    background-position: 50% 50%;
  }

  .div-block-2 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 120px;
  }

  .logotext {
    font-size: 16px;
  }

  .hero-content {
    height: auto;
    margin-bottom: 100px;
  }

  .heading {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -1px;
  }

  .section-1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .block-1 {
    width: 80%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .block-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-3 {
    width: 80%;
  }

  .block-3 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-2 {
    width: 66.666%;
  }

  .section-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-4 {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-5 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left-style: none;
    text-align: center;
  }

  .div-block-6 {
    margin-right: 40px;
    padding-left: 0px;
  }

  .div-block-7 {
    padding-left: 0px;
  }

  .logotext-footer {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    min-height: 800px;
  }

  .hero-content {
    height: auto;
  }

  .heading {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: 0px;
  }

  .lead-text {
    font-size: 14px;
  }

  .section-1 {
    margin-top: -20px;
    margin-bottom: 0px;
    padding-bottom: 40px;
  }

  .container-1 {
    height: auto;
  }

  .image-1 {
    position: relative;
    width: 100%;
  }

  .block-1 {
    position: relative;
    top: auto;
    width: 100%;
    padding: 20px 20px 40px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .image-2 {
    position: relative;
    top: auto;
    width: 100%;
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .block-2 {
    position: relative;
    top: auto;
    width: 100%;
    padding: 20px 20px 40px;
  }

  .image-3 {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }

  .block-3 {
    position: relative;
    top: auto;
    width: 100%;
    padding: 20px 20px 40px;
  }

  .section-2 {
    height: auto;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .div-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-2 {
    width: 100%;
    text-align: center;
  }

  .text-block-4 {
    font-size: 15px;
    line-height: 22px;
  }
}

