.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.div-block {
  width: 30vw;
  height: 51vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.25)), to(rgba(51, 51, 51, 0.25)));
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.25), rgba(51, 51, 51, 0.25));
}

.text-block {
  width: 100%;
  height: 100%;
  clear: none;
  font-size: 150px;
}

.test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  font-size: 100px;
  text-align: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -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: #000;
}

.sheheet {
  width: auto;
  height: auto;
}

.container {
  height: 60vh;
}

.div-block-2 {
  width: 114vh;
  text-align: center;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -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;
}

.div-block-3 {
  overflow: hidden;
  width: 400px;
  height: 400px;
}

.text-block-2 {
  width: 200px;
}

.counterup {
  font-family: Exo, sans-serif;
  font-size: 100px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-indent: 0px;
}

.counterup.cc {
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fc0a7e;
  color: #fecb00;
  font-size: 130px;
  line-height: 1px;
}

.section-4 {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.body {
  overflow: visible;
  height: 100%;
  background-color: #d60072;
  font-family: Myriadpro, Arial, sans-serif;
  color: #fff;
  font-size: 100%;
}

.counter-section {
  display: none;
  height: 100vh;
}

.countbar {
  position: relative;
  top: 113px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: transparent;
}

.text-counter {
  position: relative;
  top: 0px;
  z-index: 10000;
  display: block;
  width: 200px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 0px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #fff #fff hsla(0, 0%, 100%, 0.71);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: 'Open Sans', sans-serif;
  color: #f6f6f6;
  font-size: 25px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.text-counter.num {
  position: relative;
  z-index: 10000;
  width: 500px;
  height: 200px;
  margin-bottom: 15px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: rgba(152, 198, 224, 0.31);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  line-height: 50px;
}

.counter-blocks {
  position: relative;
  z-index: 0;
  width: 25vw;
  margin: 0px 3px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 0px;
  border-color: #000 #fff #fff;
  border-radius: 10px;
  background-color: #9ba2a7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(249, 180, 180, 0.28)), to(rgba(33, 140, 228, 0.37))), -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.14)), color-stop(10%, rgba(0, 0, 0, 0.36)), color-stop(90%, rgba(62, 62, 62, 0.29)), color-stop(95%, hsla(0, 0%, 100%, 0.14)));
  background-image: linear-gradient(180deg, rgba(249, 180, 180, 0.28) 5%, rgba(33, 140, 228, 0.37)), linear-gradient(0deg, hsla(0, 0%, 100%, 0.14), rgba(0, 0, 0, 0.36) 10%, rgba(62, 62, 62, 0.29) 90%, hsla(0, 0%, 100%, 0.14) 95%);
  box-shadow: 5px 5px 23px 0 rgba(0, 0, 0, 0.42);
}

.tutorial {
  display: none;
  height: 100vh;
  padding-top: 30px;
  background-color: #353535;
}

.tut-content {
  margin-top: 0px;
  padding-right: 15vw;
  padding-left: 15vw;
}

.heading {
  margin-top: 50px;
  margin-left: 0px;
  font-size: 1.75em;
  text-align: left;
}

.sub {
  margin-top: 50px;
  font-size: 1.75em;
  line-height: 36px;
  font-weight: 700;
}

.paragraph {
  display: block;
  width: 500px;
  margin-top: 10px;
}

.span-counter {
  color: red;
}

.parameters {
  color: #00ff47;
}

.help-text-red {
  color: red;
  font-style: italic;
}

.help-text-green {
  margin-top: 5px;
  color: #00ff47;
  font-style: italic;
}

.red {
  color: red;
}

.example {
  margin-top: -45px;
  padding-top: 0px;
  color: #fecb00;
  font-size: 52px;
  line-height: 160px;
}

.heading-2 {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.go-top {
  display: block;
  width: 75px;
  height: 75px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.image {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.link-block {
  display: block;
  width: 85px;
  height: 85px;
  margin-top: 200px;
  margin-right: auto;
  margin-left: auto;
}

.blue {
  color: #15b6f5;
}

.pink {
  color: #e74c3c;
}

.sticky-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: hsla(0, 0%, 100%, 0.93);
}

.sticky-navbar-link {
  opacity: 0.51;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
}

.sticky-navbar-link:hover {
  opacity: 0.29;
}

.sticky-navbar-link.w--current {
  opacity: 1;
  color: #ff007b;
}

.sticky-navbar-link.navy.w--current {
  color: #34495e;
}

.sticky-navbar-link.red.w--current {
  color: #e74c3c;
}

.sticky-navbar-link.purple.w--current {
  color: #5d396c;
}

.sticky-navbar-link.yellow.w--current {
  color: #d1bf56;
}

.sticky-navbar-link.cyan.w--current {
  color: #76c2cc;
}

.sticky-navbar-link.denim.w--current {
  color: #1c5e84;
}

.sticky-navbar-link.green.w--current {
  color: #27ae60;
}

.sticky-navbar-link.nlue.w--current {
  color: #2980b9;
}

.sticky-navbar-link.orange.w--current {
  color: #e67e22;
}

.vmenu-section {
  height: 100%;
  border-top: 60px solid rgba(36, 36, 36, 0.09);
  background-color: #f5d311;
}

.vmenu-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.vmenu-section._2nd-sec {
  position: relative;
  top: 0px;
  display: none;
  background-color: #07c7ed;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
}

.section-5.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -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;
  background-color: #d60072;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hero-content {
  position: relative;
  z-index: 90;
  width: 100%;
  padding-right: 10vh;
  padding-left: 10vw;
}

.heading-3 {
  position: relative;
  max-width: 90%;
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 8vw;
  line-height: 15vh;
}

.hero-subhead {
  max-width: 80%;
  margin-bottom: 34px;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
}

.button {
  display: inline-block;
  margin-right: 0px;
  padding: 18px 40px;
  border-radius: 3px;
  background-color: #76b703;
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  background-color: #fff;
  color: #d60072;
}

.hero-image {
  position: absolute;
  right: 10vw;
  bottom: 0px;
  height: 90vh;
}

.nav-menu-2 {
  display: none;
}

.nav-logo-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 #fc0a7e;
  color: #fff;
}

.nav {
  display: none;
  height: auto;
  -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;
  background-color: transparent;
}

.hero {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 10vw;
  border: 1px none #000;
  background-color: transparent;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-top: 35px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.section-6 {
  height: 500px;
  background-color: #c5d1b7;
}

.list {
  margin-bottom: 49px;
  padding-left: 30px;
  font-size: 110%;
  line-height: 22px;
}

.heading-4 {
  max-width: 80%;
  margin-bottom: 15px;
  font-size: 21px;
}

.list-item {
  margin-bottom: 4px;
}

.list-item-2 {
  margin-bottom: 4px;
}

.list-item-3 {
  margin-bottom: 4px;
}

.list-item-4 {
  margin-bottom: 4px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 2vw 3vh 2vw 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(129, 204, 255, 0);
}

.image-4 {
  width: 85%;
}

.image-2 {
  display: none;
}

.bold-text {
  font-size: 32px;
}

html.w-mod-js *[data-ix="show-logo"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="show-menu"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

@media (max-width: 991px) {
  .div-block-2 {
    width: 100vw;
  }
  .body {
    background-color: #d60072;
    background-image: none;
  }
  .text-counter {
    font-size: 2vw;
    line-height: 2vw;
  }
  .section-5.center {
    height: 100%;
    padding-top: 6vh;
    padding-bottom: 6vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #d60072;
    background-image: none;
  }
  .hero-content {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .heading-3 {
    font-size: 9vw;
    line-height: 70px;
  }
  .hero-subhead {
    max-width: 90%;
    font-size: 24px;
    line-height: 31px;
  }
  .button {
    margin-bottom: 0px;
  }
  .hero-image {
    position: relative;
    left: 0vw;
    top: auto;
    right: 0vw;
    bottom: 0px;
    display: block;
    width: 70%;
    height: auto;
    margin-right: auto;
    margin-bottom: 7vw;
    margin-left: auto;
  }
  .nav-menu-2 {
    min-width: 240px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
  }
  .brand {
    padding-left: 18px;
  }
  .menu-icon {
    color: #fff;
    font-size: 40px;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .nav-link {
    padding-top: 20px;
  }
  .nav-link:hover {
    box-shadow: none;
  }
  .nav {
    width: 100vw;
  }
  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .nav-inner {
    width: 100vw;
  }
  .list {
    font-size: 100%;
  }
  .heading-4 {
    max-width: 90%;
  }
  .navbar {
    padding-top: 29px;
    padding-right: 1vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .image-4 {
    width: 80%;
  }
  .bold-text {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .body {
    background-color: #d60072;
    background-image: none;
  }
  .countbar {
    -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-counter {
    font-size: 15px;
  }
  .counter-blocks {
    width: 100%;
    margin: 1px;
  }
  .section-5.center {
    padding-top: 18vh;
    background-image: none;
  }
  .hero-content {
    margin-bottom: 5vh;
  }
  .heading-3 {
    line-height: 55px;
  }
  .hero-subhead {
    max-width: 95%;
  }
  .button {
    padding: 15px 35px;
    line-height: 22px;
  }
  .hero-image {
    margin-bottom: 10vw;
  }
  .menu-icon {
    font-size: 30px;
  }
  .heading-4 {
    max-width: 95%;
  }
  .navbar {
    left: 0px;
    top: 0px;
    right: 0px;
    margin-left: auto;
    padding-top: 40px;
    padding-left: 3vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .image-4 {
    max-width: 120px;
    margin-top: -25px;
  }
  .bold-text {
    font-size: 28px;
  }
}

@media (max-width: 479px) {
  .div-block-2 {
    width: 100%;
    height: auto;
  }
  .countbar {
    -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;
  }
  .counter-blocks {
    width: 100%;
    margin: 1px;
  }
  .sticky-navbar {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
  }
  .section-5.center {
    padding-top: 13vh;
    padding-bottom: 0vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: none;
  }
  .heading-3 {
    font-size: 11vw;
    line-height: 44px;
  }
  .hero-image {
    width: 80%;
  }
  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .nav-inner {
    width: 100vw;
  }
  .list {
    padding-left: 24px;
    font-size: 90%;
  }
  .heading-4 {
    font-size: 17px;
    font-weight: 600;
  }
  .list-item {
    margin-bottom: 10px;
  }
  .list-item-2 {
    margin-bottom: 9px;
  }
  .list-item-3 {
    margin-bottom: 10px;
  }
  .list-item-4 {
    margin-bottom: 10px;
  }
  .navbar {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    padding-top: 18px;
    padding-right: 4vw;
    padding-bottom: 0vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-4 {
    width: 100%;
    max-width: 100px;
    margin-top: 9px;
  }
  .bold-text {
    font-size: 21px;
    line-height: 26px;
  }
}

@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MYRIADPRO-REGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MYRIADPRO-SEMIBOLD.OTF') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MYRIADPRO-BOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}