.nav {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 70px;
  margin: auto;
  background-color: #fff;
  border-top: 1px solid #e0e7e8;
  box-shadow: 0 4px 5px 0 rgba(180,187,193,0.25);
  padding: 10px 0;
}
@media (max-width: 768px) {
  .nav {
    display: none;
  }
}
.nav li {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  padding: 12px 20px;
}
.nav-item--active {
  animation-name: keyframes-bounce;
  animation-duration: 300ms;
}
.nav svg,
.nav strong {
  vertical-align: middle;
}
.nav svg circle,
.nav svg path {
  transition: 300ms;
}
.nav-item--inactive circle {
  fill: #f5f6f7 !important;
}
.nav-item--inactive path {
  fill: #b4bbc1 !important;
  stroke: #b4bbc1 !important;
}
.nav strong {
  font-size: 12px;
  margin-left: 5px;
}
#atlas {
  margin-top: 130px;
  background-image: linear-gradient(101deg, #fff, #fff 54%, #f3f8ff);
}
@media (max-width: 768px) {
  #atlas {
    margin-top: 0px;
  }
}
#atlas > div {
  margin-right: 30px;
}
@media (max-width: 800px) {
  #atlas > div {
    margin-right: 0;
  }
}
#stitch,
#cloud-manager {
  background-image: linear-gradient(101deg, #fff, #fff 54%, #f3f8ff);
  border-top: 1px solid #e0e7e8;
}
#stitch > div {
  margin-left: 40px;
}
@media (max-width: 800px) {
  #stitch > div {
    margin-left: 0;
  }
}
#customers {
  border-top: 1px solid #e0e7e8;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), #fff), linear-gradient(#f3f7fd, #f3f7fd);
}
#customers h3 {
  width: 100%;
  text-align: center;
  color: #424243;
}
#customers img {
  width: 120px;
  margin: 25px;
}
.nav > div:first-child {
  height: 50px;
}
.nav > div:first-child > strong {
  font-size: 14px !important;
}
@media (max-width: 800px) {
  .atlas-img {
    display: none;
  }
}
