/*----------- sticky section start css -----------*/

 .sec-padding-100{padding:100px 0px;}

.digital-workplace-section {
  background: #18181c;
  color: #fff;
}
.digital-workplace-section {
  color: #d9dadb;
}
.digital-workplace-section > h2 {
  margin-bottom: 56px;
  color: #d9dadb;
}

.ecnew .flex {
  display: flex;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  margin: auto;
  grid-gap: 24px;
}

.ecnew.features > .flex {
  align-items: flex-start;
  justify-content: left;
}

.ecnew.features .sticky-aside {
  max-width: 400px;
  position: sticky;
  top: 150px;
  width: 400px;
}

.sticky-aside > h2 {
  font-weight: 500;
  font-size: 48px;
  margin-bottom: 40px;
  color: #d9dadb;
}

.ecnew.features .sticky-aside .cta {
  min-width: 100px;
}

.ecnew.features .sticky-aside .flex {
  justify-content: left;
}

.ecnew.features .sticky-aside #progress-bar {
  width: calc(100% - 50px);
  height: 4px;
  background-color: #27272f;
  z-index: 9999;
  display: block;
  border-radius: 4px;
  overflow: hidden;margin-bottom: 20px;
}

.ecnew.features .sticky-aside #progress-bar .bar {
  height: 100%;
  background-color: #ffbd6f;
  width: 0;
}

.ecnew.features .main-caption {
  max-width: 800px;
  margin-top: -20px;
}

.ecnew.features .main-caption .flex {
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: left;
}

.ecnew.features .main-caption .box {
  width: calc(50% - 60px);
  opacity: 0;
  transform: translate(0, 100px);
  transition: all ease 750ms;
  padding: 24px;
  border-radius: 16px;
  min-height: 220px;
  position: relative;
}

.ecnew.features .main-caption .box a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: transparent;
}

.ecnew.features .main-caption .box:hover {
  background-color: #111114;
}

.ecnew.features .main-caption .box.active {
  opacity: 1;
  transform: translate(0, 0);
}

.ecnew.features .main-caption .box span {
  width: 44px;
  height: auto;
  margin: 0 0 10px;
}

.ecnew.features .main-caption .box p {
  margin: 0;
}

.ecnew.features .main-caption h3 {
  color: #d9dadb;
  line-height: 32px;
  font-size: 22px;
  font-weight: 400;
  margin: 12px 0px;
}

.ecnew.dark.black p {
  color: #aaaaaa;
}

.ecnew.benefit {
  background-color: var(--cp-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 200px;
}

.ecnew.benefit .flex {
  overflow: hidden;
  align-items: flex-start;
  justify-content: space-between;
}

.ecnew.benefit .swiper {
  width: 100%;
  height: 550px;
}

.ecnew.benefit .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1250px) {
  @media (max-width: 1050px) {
    .ecnew .flex {
      flex-wrap: wrap;
    }
  }
}

@media (max-width: 1250px) {
  .ecnew .flex {
    max-width: 1000px;
  }

  .ecnew.hero .caption {
    width: 500px;
  }

  .ecnew.customers .flex {
    grid-gap: 16px;
  }

  .ecnew.features .sticky-aside {
    max-width: 350px;
  }

  .ecnew.features .main-caption .flex {
    grid-gap: 0;
  }

  .ecnew.benefit .main-caption {
    width: 580px;
  }

  .ecnew.why .swiper-pagination-bullet {
    font-size: 13px;
  }

  .ecnew.edition .box {
    min-width: 180px;
  }

  .ecnew.edition .box .caption-grp li {
    font-size: 14px;
  }

  .ecnew.edition .cta {
    font-size: 14px;
  }

  .ecnew.edition .box .caption-grp h4 b {
    font-size: 16px;
  }

  .ecnew.footprint .box h4 {
    font-size: 30px;
    white-space: nowrap;
  }

  .ecnew.footprint [data-counter] {
    min-width: auto;
  }

  .ecnew.footprint .footprint_Swiper {
    max-width: 1000px;
  }
}

@media (max-width: 1050px) {
  .ecnew .flex {
    flex-wrap: wrap;
  }

  .ecnew.features > .flex {
    flex-wrap: wrap;
  }

  .ecnew.features .sticky-aside {
    position: static;
    max-width: none;
  }

  .ecnew.benefit .flex {
    flex-wrap: wrap;
  }

  .ecnew.edition .flex {
    flex-wrap: wrap;
  }

  .ecnew.edition .box {
    min-width: auto;
    max-width: 300px;
  }

  .ecnew.edition .cta {
    font-size: 14px;
  }

  .ecnew.edition .box .caption-grp h4 b {
    font-size: 16px;
  }

  .ecnew.footprint .footprint_Swiper .flex {
    flex-wrap: wrap;
  }

  .ecnew.footprint .footprint_Swiper {
    width: auto;
    height: auto;
  }

  .ecnew.footprint .footprint_Swiper .clip {
    width: 100%;
  }

  .ecnew.footprint .footprint_Swiper .caption {
    width: auto;
  }

  .ecnew.features .sticky-aside #progress-bar {
    display: none;
  }

  .ecnew.talk .clip img {
    width: auto;
    max-width: 300px;
  }

  .ecnew.talk .clip {
    margin: -170px auto 0;
  }

  .ecnew.talk > .flex {
    justify-content: center;
  }

  .ecnew.talk .caption h2,
  .ecnew.talk .caption p {
    text-align: center;
  }

  .ecnew.talk .caption .cta-grp {
    justify-content: center;
  }

  .ecnew.footprint .box-cover {
    width: auto;
  }

  .ecnew.features .main-caption .box {
    width: auto;
    min-height: auto;
    padding: 20;
  }
}

@media (max-width: 1250px) {
  @media (max-width: 765px) {
    .ecnew {
      padding: 52px 32px;
    }
  }
}

@media (max-width: 768px) {
  .sticky-aside h3 {
    margin-bottom: 16px;
    font-size: 42px;
  }

  .ecnew .flex {
    grid-gap: 50px;
  }

  .ecnew.features .sticky-aside{width: 100%;}
}
.uptime-monitoring-main-wrapper .mobile-app-section .mobile-app-mock{align-items: center;}
.mobile-app-section img {
    max-width: 480px;
    width: 100%;
}

/*----------- sticky section end css -----------*/