#ukf-multiplexed {
  background: #000;
  color: #FFF;
  overflow: hidden;
}
#ukf-multiplexed .uni-head {
  position: relative;
  z-index: 1;
}
#ukf-multiplexed .uni-seg-text {
  z-index: 1;
  background: rgba(0, 0, 0, 0.65);
  outline: 1rem solid rgba(0, 0, 0, 0.65);
}
#ukf-multiplexed .uni-imagery-inner {
  position: static;
}
#ukf-multiplexed .uni-imagery-inner figure:first-child {
  z-index: 1;
}
#ukf-multiplexed .uni-imagery-inner figure:nth-child(2) {
  position: absolute;
  left: -5.55555%;
  top: 50%;
  transform: translateY(calc(-50% - 3rem));
  width: 111%;
  height: auto;
  z-index: 0;
}

#ukf-eight-slides-one-workflow .uni-seg-text h4 {
  margin-top: 0;
}

#ukf-acquisition-to-insight {
  background: #efefef;
}
#ukf-acquisition-to-insight .uni-seg-text figure {
  display: inline-block;
  margin: 0;
}

#ukf-seamless-tiling {
  background: #333;
  color: #FFF;
}

#ukf-whole-slide-to-subcellular {
  background: #efefef;
}

#ukf-full-research-microscope {
  background: #efefef;
}

.product-biopipeline-slide-8 .uni-seg-text ul li {
  list-style: none;
  position: relative;
}
.product-biopipeline-slide-8 .uni-seg-text ul li::before {
  content: " ";
  height: 2px;
  width: 0.66667rem;
  display: block;
  background: #fd0;
  position: absolute;
  left: -1.25rem;
  top: 0.66667rem;
  box-shadow: rgba(0, 0, 0, 0.33) 0 1px 1px;
}

#specs .specs-body .spec-section-title {
  margin-left: 5%;
}
#specs .specs-body .compat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #999;
  margin: 1rem 2.5% 2rem 2.5%;
}
#specs .specs-body .compat-item {
  border-bottom: 1px solid #999;
}
#specs .specs-body .compat-item:nth-child(odd) {
  padding: 1rem 1.5rem 1rem 5%;
}
#specs .specs-body .compat-item:nth-child(even) {
  padding: 1rem 5% 1rem calc(1.5rem - 1px);
  border-left: 1px solid #999;
}
#specs .specs-body .compat-item h4 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
}
#specs .specs-body .compat-item p {
  font-size: 0.88889rem;
  margin: 0.5rem 0 0 0;
}

@media (max-width: 960px) {
  #ukf-multiplexed .uni-seg-text {
    z-index: 1;
    background: none;
    outline: 0;
  }
  #ukf-multiplexed .uni-segment.full-width {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "image";
  }
  #ukf-multiplexed .uni-imagery-inner figure:first-child {
    z-index: 1;
  }
  #ukf-multiplexed .uni-imagery-inner figure:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -25%);
    width: auto;
    z-index: 0;
  }
  #ukf-multiplexed .uni-imagery-inner figure:nth-child(2) picture {
    display: inline;
  }
  #ukf-multiplexed .uni-imagery-inner figure:nth-child(2) picture img {
    width: auto;
    max-width: none;
    height: 100%;
  }
  #specs .specs-body .compat-grid {
    display: grid;
    grid-template-columns: 1fr;
    border-top: 1px solid #999;
  }
  #specs .specs-body .compat-item {
    border-bottom: 1px solid #999;
  }
  #specs .specs-body .compat-item:nth-child(odd) {
    padding: 1rem 2.5%;
  }
  #specs .specs-body .compat-item:nth-child(even) {
    padding: 1rem 2.5%;
    border-left: 0;
  }
}

/*# sourceMappingURL=biopipeline-slide-8.css.map */
