.div-block-3 {
  display: none;
  overflow: hidden;
  height: 100vh;
  -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: #c9c9c5;
  background-image: none;
  background-size: auto;
}

.hp {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 75px;
  z-index: 1;
  width: 300px;
}

.screen {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 165px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 112px;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  -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: #131313;
  background-image: none;
}

.text-block-25 {
  position: absolute;
  bottom: 180px;
  z-index: 1;
  padding: 10px 15px;
  border-radius: 20px;
  background-color: #0b435c;
  background-image: none;
  font-family: 'Hpsimplified lt', sans-serif;
  color: #ececec;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
}

.text-block-26 {
  display: block;
  opacity: 0;
  font-family: Inconsolata, monospace;
  color: #11a131;
}

.div-block-4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 4px;
  height: 20px;
}

.surface {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 80%;
  height: 45%;
  margin-right: auto;
  margin-left: auto;
  background-color: #111;
}

.image {
  position: absolute;
}

.stage {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: auto;
  width: 500px;
  height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-filter: hue-rotate(180deg) brightness(200%);
  filter: hue-rotate(180deg) brightness(200%);
}

.lottie-animation {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  width: 100vw;
  border-radius: 10px;
  opacity: 0.1;
}

.main-title {
  position: absolute;
  top: 40%;
  z-index: 1;
  font-family: 'Hpsimplified rg', sans-serif;
  color: #1d1d1d;
  font-size: 60px;
  line-height: 60px;
}

.shadow {
  position: absolute;
  bottom: 60px;
  width: 250px;
  height: 20px;
  border: 1px none #000;
  border-radius: 1000px;
  background-color: #141414;
  -webkit-filter: blur(11px);
  filter: blur(11px);
}

.subtitle {
  position: absolute;
  z-index: 1;
  font-family: 'Hpsimplified lt', sans-serif;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 300;
}

.bg {
  width: 100%;
  height: 100vh;
  opacity: 1;
}

.background-video {
  height: 100vh;
}

.screen-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #181818;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  margin-bottom: 70px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  background-color: #fff;
}

.logo {
  width: 200px;
}

.burger {
  width: 30px;
  cursor: pointer;
}

.h1 {
  margin-bottom: 20px;
  font-family: 'Hpsimplified rg', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}

.h1._1 {
  opacity: 0.37;
}

.title {
  width: 900px;
  max-width: 900px;
}

.h2 {
  margin-bottom: 20px;
  font-family: 'Hpsimplified rg', sans-serif;
  color: #1a1a1a;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
}

.h2._1 {
  opacity: 0.23;
}

.paragraph {
  max-width: 900px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
}

.paragraph._1 {
  opacity: 0.4;
}

.paragraph.float {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.wrapper {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.wrapper._2 {
  margin-bottom: 50px;
  padding-top: 0px;
}

.wrapper._2._1 {
  width: 900px;
  max-width: 80%;
  margin-top: 50px;
  margin-bottom: 0px;
  padding-top: 0px;
  opacity: 1;
}

.button {
  display: none;
  padding: 14px 30px;
  border-radius: 0px;
  background-color: #0b435c;
  font-family: 'Hpsimplified lt', sans-serif;
}

.button.w--current {
  font-size: 16px;
}

.button._1 {
  opacity: 1;
}

.popup {
  font-weight: 300;
}

.body {
  background-color: #fff;
}

.h3 {
  font-family: 'Hpsimplified lt', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.div-block-5 {
  height: 70px;
  margin-bottom: 50px;
}

.anchor {
  width: 100%;
  height: 70px;
  margin-bottom: 30px;
}

.head {
  margin-bottom: 20px;
  opacity: 1;
  font-family: 'Hpsimplified rg', sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 64px;
}

.subhead {
  opacity: 1;
  font-family: 'Hpsimplified lt', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 24px;
}

.text {
  margin-top: 20px;
  margin-bottom: 30px;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #c5c5c5;
  font-weight: 300;
}

.content {
  width: 900px;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 24px;
}

.text-anchor {
  display: none;
  margin-top: 0px;
  margin-bottom: 100px;
}

.name {
  margin-bottom: 20px;
  font-family: 'Hpsimplified rg', sans-serif;
  color: #1f1f1f;
  font-size: 64px;
  line-height: 64px;
}

.sub {
  margin-top: 20px;
  font-family: 'Hpsimplified lt', sans-serif;
  color: #fff;
  font-size: 24px;
}

.subt {
  margin-bottom: 20px;
  font-family: 'Hpsimplified lt', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 30px;
}

.stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f1f1;
}

.stat.small {
  margin-top: 30px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.count {
  width: 65%;
  font-family: 'Hpsimplified rg', sans-serif;
  color: #000;
  font-size: 65px;
  line-height: 100px;
  text-align: center;
}

.count.small {
  width: 100%;
  font-size: 40px;
  text-align: center;
}

.desc {
  padding-left: 50px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.desc.small {
  padding-right: 20px;
  padding-left: 0px;
  font-size: 14px;
}

.float-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.float-img {
  width: 400px;
  height: 400px;
}

.highlight {
  background-color: #000;
  color: #fff;
}

.test {
  display: none;
  margin-bottom: 100px;
}

.image-2 {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100vh;
  -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: #e0e0e0;
}

.link {
  margin-bottom: 40px;
  font-family: 'Hpsimplified rg', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
}

.link-2 {
  font-family: 'Hpsimplified rg', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
}

.close-menu {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  cursor: pointer;
}

.preload {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100vh;
  background-image: url('../images/bg_1.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.video {
  margin-bottom: 20px;
}

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

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/main-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/main-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading {
  font-family: 'Hpsimplified rg', sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 400;
}

.paragraph-2 {
  font-family: 'Hpsimplified lt', sans-serif;
  font-size: 18px;
}

.scroll {
  width: 20px;
  height: auto;
  opacity: 0.9;
}

.link-block {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .div-block-3 {
    background-image: url('../images/bg.jpeg');
    background-size: auto;
  }

  .stage {
    bottom: -2%;
  }

  .lottie-animation {
    display: none;
  }

  .popup {
    top: 60%;
    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;
  }

  .float-text {
    -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;
  }

  .float-img {
    margin-bottom: 20px;
  }

  .preload {
    display: none;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .div-block-3 {
    background-image: url('../images/bg.jpeg');
    background-size: auto;
  }

  .popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .preload {
    display: none;
  }

  .hero-overlay {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-3 {
    background-image: url('../images/bg.jpeg');
    background-size: auto;
  }

  .main-title {
    font-size: 36px;
  }

  .paragraph.float {
    padding-left: 0px;
  }

  .wrapper._2._1 {
    max-width: 90%;
  }

  .popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .content {
    max-width: 90%;
  }

  .name {
    font-size: 36px;
    line-height: 36px;
  }

  .subt {
    font-size: 18px;
  }

  .stat {
    -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;
  }

  .stat.small {
    padding-right: 20px;
    padding-left: 20px;
  }

  .count {
    width: 100%;
    font-size: 60px;
  }

  .desc {
    padding-left: 0px;
  }

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

  .float-img {
    margin-bottom: 20px;
  }

  .test {
    margin-bottom: 50px;
  }

  .preload {
    display: none;
  }

  .hero-overlay {
    height: 500px;
  }

  .centered-container {
    text-align: left;
  }
}

@font-face {
  font-family: 'Hpsimplified lt';
  src: url('../fonts/HPSimplified_Lt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hpsimplified it';
  src: url('../fonts/HPSimplified_It.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hpsimplified ltit';
  src: url('../fonts/HPSimplified_LtIt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hpsimplified rg';
  src: url('../fonts/HPSimplified_Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}