.next-gene {
  background: url(../images/home/section_gradient.png) no-repeat center;
  background-size: 100%;
  color: #fff;
  align-items: center;
}
.next-gene .flex-wrapper {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.next-gene .flex-wrapper .first {
  display: flex;
  flex-direction: column;
}
.next-gene .flex-wrapper .second {
  display: flex;
  flex-direction: column;
  border-left: 0.7px solid rgba(255, 255, 255, 0.1607843137);
  padding-left: 5rem;
}
.next-gene .flex-wrapper .third {
  display: flex;
  flex-direction: column;
  border-left: 0.7px solid rgba(255, 255, 255, 0.1607843137);
  padding-left: 5rem;
}
.next-gene .flex-wrapper .counter {
  font-size: 64px;
  font-family: "Sentient";
  color: #fff;
}
.next-gene .flex-wrapper .description {
  font-size: 18px;
  font-family: "Inter";
  color: #fff;
  opacity: 0.8;
}
.next-gene .next-gen-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 0;
  /* adjust if needed */
}
.next-gene .gradient-left,
.next-gene .gradient-right {
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}
.next-gene .gradient-left {
  left: 0;
  background: linear-gradient(to right, rgb(0, 0, 0), transparent);
}
.next-gene .gradient-right {
  right: 0;
  background: linear-gradient(to left, rgb(0, 0, 0), transparent);
}
.next-gene .section-title {
  margin-bottom: 86px;
}
.next-gene .next-gen-slider {
  position: relative;
}
.next-gene .next-gen-slider .next-gen-slide {
  margin-right: 25px;
}
.next-gene .next-gen-slider img {
  height: 320px;
}

@media (max-width: 575.98px) {
  .next-gene {
    background: url(../images/home/section_gradient-mob.png) no-repeat bottom;
    padding: 0;
    margin-top: unset;
    margin-bottom: 100px;
  }
  .next-gene .next-gen-slide {
    will-change: transform;
  }
  .next-gene .next-gen-slider img {
    height: unset;
    max-height: 254px;
  }
  .next-gene .flex-wrapper {
    margin-top: 42px;
    flex-direction: column;
    gap: 30px;
  }
  .next-gene .flex-wrapper .first {
    width: 100%;
    border-left: unset;
    padding-left: unset;
  }
  .next-gene .flex-wrapper .first::after {
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 25px;
  }
  .next-gene .flex-wrapper .second {
    width: 100%;
    border-left: unset;
    padding-left: unset;
  }
  .next-gene .flex-wrapper .second::after {
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 25px;
  }
  .next-gene .flex-wrapper .third {
    width: 100%;
    border-left: unset;
    padding-left: unset;
  }
  .next-gene .flex-wrapper .counter {
    font-size: 32px;
  }
  .next-gene .flex-wrapper .description {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .next-gene {
    background: url(../images/home/section_gradient-mob.png) no-repeat bottom;
    padding: 0;
    margin-top: unset;
    margin-bottom: 100px;
  }
  .next-gene .next-gen-slide {
    will-change: transform;
  }
  .next-gene .next-gen-slider img {
    height: 303px;
  }
  .next-gene .flex-wrapper {
    margin-top: 42px;
    flex-direction: column;
    gap: 30px;
  }
  .next-gene .flex-wrapper .first {
    width: 100%;
    border-left: unset;
    padding-left: unset;
  }
  .next-gene .flex-wrapper .first::after {
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 25px;
  }
  .next-gene .flex-wrapper .second {
    width: 100%;
    border-left: unset;
    padding-left: unset;
  }
  .next-gene .flex-wrapper .second::after {
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 25px;
  }
  .next-gene .flex-wrapper .third {
    width: 100%;
    border-left: unset;
    padding-left: unset;
  }
  .next-gene .flex-wrapper .counter {
    font-size: 42px;
  }
  .next-gene .flex-wrapper .description {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .next-gene .section-title {
    margin-bottom: 60px;
  }
  .next-gene .next-gen-slider img {
    height: 280px;
  }
  .next-gene .flex-wrapper {
    margin-top: 60px;
  }
  .next-gene .flex-wrapper .counter {
    font-size: 38px !important;
  }
  .next-gene .flex-wrapper .description {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .next-gene .flex-wrapper .counter {
    font-size: 44px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .next-gene .flex-wrapper .counter {
    font-size: 44px;
  }
}
@media (min-width: 1600px) and (max-width: 1919.98px) {
  .next-gene .next-gen-slider img {
    height: 434px !important;
  }
}
@media (min-width: 1920px) {
  .next-gene .flex-wrapper .second {
    padding-left: 9rem;
  }
  .next-gene .flex-wrapper .third {
    padding-left: 9rem;
  }
  .next-gene .next-gen-slider img {
    height: 434px;
  }
}/*# sourceMappingURL=next-gene.css.map */