.section {
  padding: 100px 0;
}

.hero-bg {
  background: url(../images/header-bg.png);
  background-size: cover;
  background-position: center center;
  height: calc(70vh);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

.hero-bg:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.hero-bg .hero-content h1 {
  font-size: 50px;
  font-weight: 700;
}

.hero-bg .hero-content p {
  font-size: 20px;
}

.hero-bg .hero-content h1, .hero-bg .hero-content p {
  color: #fff;
}

.counter {
  background: #000;
}

.counter .counter-block h1, .counter .counter-block p {
  color: #fff;
}

.counter .counter-block h1 {
  font-size: 5rem;
  font-weight: 600;
}

.counter .counter-block p {
  font-weight: 300;
  text-transform: uppercase;
}

.ui-components .component-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 10px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.ui-components .component-menu ul {
  padding: 0;
}

.ui-components .component-menu ul li {
  list-style: none;
}

.ui-components .component-menu ul li a {
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid #f8f8f8;
  display: block;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.ui-components .component-menu ul li:last-child a {
  border-bottom: none;
}

.components-block {
  padding-bottom: 100px;
}

.components-block .title {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.components-block .title-sm {
  margin-bottom: 20px;
}

/*# sourceMappingURL=maps/landing-page.css.map */
