/*---------------------------------

WE NEED THESE TO REFERENCE VARIABLES, MIXINS AND SUCH. DO NOT REMOVE!
Thanks, Friend :)

---------------------------------*/
/*---------------------------------

YOUR CUSTOM STYLES GO UNDER HERE.
You're doing great.

---------------------------------*/
h2, h3, h4, h5, h6, p {
  -webkit-font-smoothing: antialiased;
}

h2, .h2, .d1, .d2 {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  line-height: 1.125;
}

h3, h4, h5, .h3, .h4, .h5 {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  line-height: 1.25;
}

h4, h5, h6 {
  color: #222222;
}

.show-hide-item h5 {
  color: #0077C8;
}

p {
  color: #444648;
}

.d1 {
  font-size: 6rem;
}
@media (max-width: 991.98px) {
  .d1 {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  .d1 {
    font-size: 3rem;
  }
}

.d2 {
  font-size: 5rem;
}
@media (max-width: 991.98px) {
  .d2 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: 3.5rem;
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 2.75rem;
  }
}
@media (max-width: 575.98px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: 2.75rem;
}
@media (max-width: 991.98px) {
  h3, .h3 {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: 2rem;
}
@media (max-width: 991.98px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.5rem;
}
@media (max-width: 991.98px) {
  h5, .h5 {
    font-size: 1.25rem;
  }
}

h6, .h6 {
  font-size: 1.25rem;
  font-family: "Inter", Helvetica, Arial, sans-serif;
}
@media (max-width: 991.98px) {
  h6, .h6 {
    font-size: 1.125rem;
  }
}

.subheading {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.lead {
  font-size: 1.25rem;
}
@media (max-width: 991.98px) {
  .lead {
    font-size: 1.125rem;
  }
}

.small {
  font-size: 0.875rem;
}

.black-txt {
  color: #222222;
}

.white-txt {
  color: #fff;
}

/*--- End Typography ---*/
.nextseq-banner h2 {
  text-shadow: 2px 2px rgba(165, 107, 212, 0.4);
}
@media only screen and (min-width: 1660px) {
  .nextseq-banner .banner-text__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}
@media (min-width: 768px) {
  .nextseq-banner[data-slide="2"] .banner-text {
    bottom: 30vh;
  }
}
@media (max-height: 900px) and (min-width: 768px) and (max-width: 1200px) {
  .nextseq-banner[data-slide="2"] .banner-text {
    bottom: 10vh;
  }
}

.banner-gradient {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .banner-gradient.banner-image {
    min-height: 300px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-gradient.banner-image {
    min-height: 260px;
  }
}
@media (max-width: 575.98px) {
  .banner-gradient.banner-image {
    min-height: 200px;
  }
}
.banner-gradient.banner-large {
  height: -webkit-calc(100vh - 300px);
  height: -moz-calc(100vh - 300px);
  height: calc(100vh - 300px);
}
@media (max-width: 767.98px) {
  .banner-gradient.banner-large {
    height: auto;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(36%, #b57fe1), to(#469adc));
    background: -webkit-linear-gradient(bottom, #b57fe1 36%, #469adc 100%);
    background: -moz- oldlinear-gradient(bottom, #b57fe1 36%, #469adc 100%);
    background: linear-gradient(0deg, #b57fe1 36%, #469adc 100%);
    background-size: cover;
  }
}
.banner-gradient.banner-large img {
  position: absolute;
  left: 60%;
  bottom: 0;
  height: -webkit-calc(100vh - 350px);
  height: -moz-calc(100vh - 350px);
  height: calc(100vh - 350px);
  min-height: 500px;
  width: auto;
}
@media (max-width: 767.98px) {
  .banner-gradient.banner-large img {
    position: relative;
    left: auto;
    max-width: 90%;
    max-height: 500px;
    height: auto;
    min-height: 200px;
    margin: 4rem auto 0;
    display: block;
  }
}
@media (max-width: 575.98px) {
  .banner-gradient.banner-large img {
    margin-top: 2rem;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .banner-image:after {
    content: "";
    display: block;
    min-height: inherit;
    font-size: 0;
  }
}

.btn-primary-light {
  white-space: normal;
  border-radius: 28px;
  border: 1px solid transparent;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  padding: 0.5rem 1.5rem;
  -webkit-transition: 150ms border ease-in-out, 150ms -webkit-box-shadow ease-in-out;
  transition: 150ms border ease-in-out, 150ms -webkit-box-shadow ease-in-out;
  -moz-transition: 150ms box-shadow ease-in-out, 150ms border ease-in-out;
  transition: 150ms box-shadow ease-in-out, 150ms border ease-in-out;
  transition: 150ms box-shadow ease-in-out, 150ms border ease-in-out, 150ms -webkit-box-shadow ease-in-out;
  background-color: #fff;
  color: #4E60EE;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-primary-light:hover, .btn-primary-light:active, .btn-primary-light:focus {
  background-color: #fff;
  color: #444648;
}
.btn-primary-light:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 4px rgba(78, 96, 238, 0.6);
  box-shadow: 0 0 0 4px rgba(78, 96, 238, 0.6);
}
.btn-primary-light:not(:disabled):not(.disabled):focus:active, .btn-primary-light:not(:disabled):not(.disabled):focus:active {
  -webkit-box-shadow: 0 0 0 4px rgba(78, 96, 238, 0.6);
  box-shadow: 0 0 0 4px rgba(78, 96, 238, 0.6);
}

.system-specs {
  background: -webkit-linear-gradient(30deg, #e4adc4 6%, #b794e7 82%, #b59fde 100%);
  background: -moz- oldlinear-gradient(30deg, #e4adc4 6%, #b794e7 82%, #b59fde 100%);
  background: linear-gradient(60deg, #e4adc4 6%, #b794e7 82%, #b59fde 100%);
  background-image: url(../../../content/dam/illumina-marketing/images/systems/nextseq-1000-2000/nextseq-1000-2000-specs-bkg-web-graphic.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .system-specs {
    background: -webkit-linear-gradient(30deg, #e4adc4 6%, #b794e7 82%, #b59fde 100%) !important;
    background: -moz- oldlinear-gradient(30deg, #e4adc4 6%, #b794e7 82%, #b59fde 100%) !important;
    background: linear-gradient(60deg, #e4adc4 6%, #b794e7 82%, #b59fde 100%) !important;
  }
}
.system-specs .thumbnail {
  background-color: transparent;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 3rem 0;
  text-align: center;
  width: 100%;
}
.system-specs h3 {
  font-size: 1.5rem;
}
.system-specs .system-specs-subheading {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.table .thead-light th {
  color: #000000;
  -webkit-font-smoothing: antialiased;
}
.table th, .table td {
  color: #000000;
  -webkit-font-smoothing: antialiased;
}

.recommended-workflow.recommended-workflow-blue .recommended-workflow-icon, .recommended-workflow.recommended-workflow-blue .recommended-workflow-step-indicator:before {
  background-color: #679FE3;
}
.recommended-workflow.recommended-workflow-blue .icon-system {
  background-image: url(../../../content/dam/illumina-marketing/images/icons/nextseq-1000-2000-web-icon.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(../../../content/dam/illumina-marketing/images/icons/nextseq-1000-2000-web-icon.svg), -webkit-linear-gradient(transparent, transparent);
  background-image: url(../../../content/dam/illumina-marketing/images/icons/nextseq-1000-2000-web-icon.svg), -moz- oldlinear-gradient(transparent, transparent);
  background-image: url(../../../content/dam/illumina-marketing/images/icons/nextseq-1000-2000-web-icon.svg), linear-gradient(transparent, transparent);
}

.nav-tabs--light {
  border-bottom: 1px solid #000;
  margin-bottom: 2.5rem;
}
.nav-tabs--light .nav-item {
  color: #000;
  font-size: 1rem;
  background: transparent;
  border: none;
  border-bottom: 5px solid transparent;
}
.nav-tabs--light .nav-item:not(.active) {
  color: #999;
}
.nav-tabs--light .nav-item:not(.active):hover {
  background: transparent;
  border-color: transparent;
  color: #000;
}
.nav-tabs--light .nav-item.active {
  border-bottom-color: #000;
  color: #000;
}
.nav-tabs--raspberry .nav-item.active {
  border-bottom-color: #c4256e;
}

.tab-content--light .item__description {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  order: 2;
}
.tab-content--light .item__name {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  order: 3;
}
.tab-content--light .item__name h5 {
  margin: 0 0 7px;
}
.tab-content--light .item__features {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  order: 4;
}
.tab-content--light .recommended-workflow-icon {
  margin: 0 auto 30px;
}
.tab-content--light .recommended-workflow-step-indicator {
  margin: 0 0 30px;
}

.social-gallery a::before {
  content: "";
  color: #fff;
  font-size: 3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
}
.social-gallery a:hover.insta::before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  background-color: rgba(0, 0, 0, 0.25);
}
.social-gallery a:hover.facebook::before {
  content: "\f39e";
  font-family: "Font Awesome 5 Brands";
  background-color: rgba(0, 0, 0, 0.25);
}
.social-gallery a:hover.twitter::before {
  content: "\f099";
  font-family: "Font Awesome 5 Brands";
  background-color: rgba(0, 0, 0, 0.25);
}
.social-gallery a:hover.linkedin::before {
  content: "\f0e1";
  font-family: "Font Awesome 5 Brands";
  background-color: rgba(0, 0, 0, 0.25);
}
.social-gallery a:hover.other::before {
  content: "\f35d";
  font-family: "Font Awesome 5 Pro";
  background-color: rgba(0, 0, 0, 0.25);
}

.ns-specs li {
  color: #444648;
}
.ns-specs .sticky-top {
  z-index: 0;
}
.ns-specs__system-img {
  padding-bottom: 3rem;
  top: 8rem;
  position: -webkit-sticky;
  position: sticky;
}
.ns-specs__system-img img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .ns-specs__system-img img {
    width: auto;
  }
}
.ns-specs.ns-specs--cartridge {
  position: relative;
}
.ns-specs.ns-specs--cartridge row {
  padding-bottom: 60px;
}
.ns-specs.ns-specs--cartridge .flow-cell-content {
  padding-top: 18rem;
}
@media (max-width: 767.98px) {
  .ns-specs.ns-specs--cartridge .flow-cell-content {
    padding-top: 15rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .ns-specs.ns-specs--cartridge .flow-cell-content {
    padding-top: 10rem;
  }
}
.ns-specs.ns-specs--cartridge .cartridge-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.ns-specs.ns-specs--cartridge .flow-cell-middle {
  position: -webkit-sticky;
  position: sticky;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  top: 13rem;
  left: 0;
  padding-bottom: 4rem;
  padding-top: 10.7rem;
  z-index: -1;
  /* iPhone Landscape */
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ns-specs.ns-specs--cartridge .flow-cell-middle {
    padding-top: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ns-specs.ns-specs--cartridge .flow-cell-middle {
    padding-top: 39%;
  }
  .ns-specs.ns-specs--cartridge .flow-cell-middle img {
    width: 104%;
    height: auto;
    -webkit-transform: translateX(-2%);
    -moz-transform: translateX(-2%);
    -ms-transform: translateX(-2%);
    transform: translateX(-2%);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ns-specs.ns-specs--cartridge .flow-cell-middle {
    padding-bottom: 28rem;
    padding-top: 35.3%;
  }
}
@media (max-width: 575.98px) {
  .ns-specs.ns-specs--cartridge .flow-cell-middle {
    padding-bottom: 30rem;
    padding-top: 38%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {
  .ns-specs.ns-specs--cartridge .flow-cell-middle {
    padding-bottom: 33rem;
    padding-top: 39.2%;
  }
  .ns-specs.ns-specs--cartridge .flow-cell-middle img {
    width: 103%;
    height: auto;
    -webkit-transform: translateX(-1.5%);
    -moz-transform: translateX(-1.5%);
    -ms-transform: translateX(-1.5%);
    transform: translateX(-1.5%);
  }
}
.ns-specs.ns-specs--cartridge .flow-cell-middle img {
  bottom: 10rem;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .ns-specs.ns-specs--cartridge .flow-cell-middle {
    padding-bottom: 24rem;
    padding-top: 0;
  }
}
.ns-specs.ns-specs--cartridge .cartridge-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
.ns-specs__reagents {
  color: #fff;
  background: url("../../../content/dam/illumina-marketing/images/systems/nextseq-1000-2000/specifications/reagents-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 40px 0;
  margin-top: 14rem;
}
@media (max-width: 767.98px) {
  .ns-specs__reagents {
    margin-top: 8rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .ns-specs__reagents {
    margin-top: 10rem;
  }
}
.ns-specs__reagents h3 {
  border-bottom: solid 3px rgba(255, 255, 255, 0.625);
  padding-bottom: 1rem;
}
.ns-specs__reagents p, .ns-specs__reagents h3, .ns-specs__reagents h4, .ns-specs__reagents h5, .ns-specs__reagents h6 {
  color: #fff;
}
.ns-specs__reagents hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid #fff;
}
.ns-specs__reagents .reagent-specs h6.data-label {
  font-size: 1rem;
}
.ns-specs__reagents .nav-tabs--light {
  border-bottom: 1px solid #fff;
}
.ns-specs__reagents .nav-tabs--white .nav-item.active {
  border-bottom-color: #fff;
  color: #fff;
  background: transparent;
}
.ns-specs__reagents .nav-tabs--white .nav-item:not(.active) {
  opacity: 0.6;
}
.ns-specs__reagents .tab-content--light .available {
  -webkit-transform: translateY(-6.5rem);
  -moz-transform: translateY(-6.5rem);
  -ms-transform: translateY(-6.5rem);
  transform: translateY(-6.5rem);
  position: absolute;
  right: 1rem;
}
@media (max-width: 767.98px) {
  .ns-specs__reagents .tab-content--light .available {
    -webkit-transform: translateY(-2rem);
    -moz-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
  }
}
.ns-specs .applications-row {
  background: rgba(255, 255, 255, 0.0625);
  padding: 1.5rem;
}

body.is-sucky-browser .ns-specs.ns-specs--cartridge .flow-cell-content {
  padding-top: 12rem;
}
@media (max-width: 767.98px) {
  body.is-sucky-browser .ns-specs.ns-specs--cartridge .flow-cell-content {
    padding-top: 0;
  }
}
body.is-sucky-browser .ns-specs.ns-specs--cartridge .flow-cell-middle {
  padding-top: 35rem;
  /*@include media-breakpoint-only(lg) {
    padding-top: 35rem;
  }
  @include media-breakpoint-only(md) {
    padding-top: 35rem;
  }*/
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body.is-sucky-browser .ns-specs.ns-specs--cartridge .flow-cell-middle {
    padding-bottom: 4rem;
    padding-top: 50rem;
  }
}
@media (max-width: 575.98px) {
  body.is-sucky-browser .ns-specs.ns-specs--cartridge .flow-cell-middle {
    padding-bottom: 4rem;
    padding-top: 35rem;
  }
}

body {
  overflow-x: hidden;
}

.nextseq-banner {
  position: relative;
}
.nextseq-banner .banner-text {
  width: 100%;
  bottom: 40vh;
  position: fixed;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nextseq-banner .banner-text.visible {
  -webkit-animation: fadeIn 1s 1 normal ease-in-out forwards 0s;
  -moz-animation: fadeIn 1s 1 normal ease-in-out forwards 0s;
  animation: fadeIn 1s 1 normal ease-in-out forwards 0s;
}
.nextseq-banner.fixed .banner-text {
  position: absolute;
}
.nextseq-banner.fixed canvas {
  position: relative;
}
.nextseq-banner.fixed .scroll-sequence__content:before {
  position: absolute;
  top: unset;
  bottom: 0;
}
.nextseq-banner.fixed .nextseq-sequence {
  overflow: hidden;
}
.nextseq-banner .scroll-marker {
  height: 100vh;
}
.nextseq-banner .scroll-sequence__content {
  position: relative;
  z-index: -6;
  height: 400vh;
}
.nextseq-banner .scroll-sequence__content:before {
  content: "";
  background-image: url("../../../content/dam/illumina-marketing/images/systems/nextseq-1000-2000/NS2k-Hero-BG.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.nextseq-sequence {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -5;
  height: 100vh;
  overflow: visible;
}
.nextseq-sequence canvas {
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(25%);
  -moz-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
  position: fixed;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 1700px) {
  .nextseq-sequence canvas {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%);
  }
}

.mobile .nextseq-sequence {
  top: auto;
}

.edge .nextseq-sequence {
  position: fixed;
}
.edge .nextseq-sequence canvas {
  position: relative;
}
.edge .nextseq-banner .scroll-spacer-100vh {
  height: 100vh;
}
.edge .nextseq-banner.fixed .nextseq-sequence {
  position: absolute;
  top: auto;
}

.is-sucky-browser .nextseq-banner {
  background-image: url("../../../content/dam/illumina-marketing/images/systems/nextseq-1000-2000/NS2k-Hero-BG.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.is-sucky-browser .nextseq-banner .banner-text {
  position: relative;
  opacity: 1;
  bottom: auto;
  padding: 8rem 0;
  z-index: 2;
}
.is-sucky-browser .nextseq-banner .scroll-marker, .is-sucky-browser .nextseq-banner .scroll-spacer-100vh {
  display: none;
}
.is-sucky-browser .nextseq-banner .scroll-sequence__content {
  height: auto;
}
.is-sucky-browser .nextseq-banner .scroll-sequence__content:before {
  display: none;
}
.is-sucky-browser .nextseq-sequence {
  background-image: url(../../../content/dam/illumina-marketing/images/systems/nextseq-1000-2000/scroll-sequence/01-hero/Instrument-0150.png);
  background-repeat: no-repeat;
  width: 50%;
  position: absolute;
  right: 0;
  z-index: 1;
  left: auto;
  background-size: contain;
  bottom: 0;
  top: 25%;
  height: 75%;
}

.mobile .nextseq-sequence canvas {
  -webkit-transform: translateX(18%);
  -moz-transform: translateX(18%);
  -ms-transform: translateX(18%);
  transform: translateX(18%);
}
.mobile .nextseq-banner .scroll-sequence__content:before {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.mobile .nextseq-banner .scroll-marker {
  top: 0;
  position: absolute;
  width: 100%;
}
.mobile .nextseq-banner .scroll-marker:nth-child(2) {
  top: 100vh;
}
.mobile .nextseq-banner .scroll-marker:nth-child(3) {
  top: 200vh;
}
@media screen and (orientation: portrait) {
  .mobile .nextseq-banner h2 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (orientation: landscape) {
  .mobile .nextseq-banner.fixed .banner-text {
    top: auto;
    bottom: 10vh;
  }
  .mobile .nextseq-banner .banner-text {
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }
  .mobile .nextseq-banner .banner-text__col {
    max-width: 60%;
  }
}
.mobile .iphone-5 .nextseq-banner[data-slide="2"] .banner-text {
  bottom: 33vh;
}
.mobile .iphone-5 .nextseq-banner .banner-text__col .paragraph .btn {
  margin-top: 0.5rem !important;
}
@media screen and (orientation: landscape) {
  .mobile .iphone-5 .nextseq-sequence canvas {
    -webkit-transform: translateX(44%);
    -moz-transform: translateX(44%);
    -ms-transform: translateX(44%);
    transform: translateX(44%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease;
  }
}
.mobile .iphone-6 .nextseq-banner[data-slide="2"] .banner-text {
  bottom: 33vh;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
    -moz-transform: translateY(20%);
    transform: translateY(20%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.cartridge-banner {
  position: relative;
}
.cartridge-banner .banner-text {
  width: 100%;
  height: 100vh;
  top: 0;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.cartridge-banner .scroll-sequence__content {
  background-image: url("../../../content/dam/illumina-marketing/images/systems/nextseq-1000-2000/nextseq-1000-2000-applications-static-background-web-banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  height: 400vh;
}
.cartridge-banner .scroll-sequence__content .screen-height {
  height: 50vh;
}
.cartridge-banner.fixed .banner-text {
  position: fixed;
  -webkit-animation: fadeIn 1s 1 normal ease-in-out forwards 0s;
  -moz-animation: fadeIn 1s 1 normal ease-in-out forwards 0s;
  animation: fadeIn 1s 1 normal ease-in-out forwards 0s;
}
.cartridge-banner.fixed .cartridge-sequence {
  position: fixed;
}
.cartridge-banner.banner-text-align-bottom .cartridge-sequence {
  top: auto;
  bottom: 0;
}

.cartridge-sequence {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}
.cartridge-sequence canvas {
  height: 100%;
  width: 100%;
}

.is-sucky-browser .cartridge-banner {
  background-repeat: no-repeat;
}
.is-sucky-browser .cartridge-banner .banner-text {
  opacity: 1;
}
.is-sucky-browser .cartridge-banner .scroll-sequence__content {
  height: 100vh;
  background-attachment: scroll;
}
.is-sucky-browser .cartridge-banner .scroll-sequence__content .screen-height {
  display: none;
}

.edge .cartridge-banner.fixed .cartridge-sequence {
  position: fixed;
}
.edge .cartridge-banner.banner-text-align-bottom .cartridge-sequence {
  top: auto;
}
.edge .cartridge-sequence {
  position: absolute;
}

.mobile .cartridge-banner .banner-text {
  opacity: 1;
}
.mobile .cartridge-banner .scroll-sequence__content {
  height: 100vh;
  background-attachment: initial;
}
.mobile .cartridge-banner .scroll-sequence__content .screen-height {
  display: none;
}
.mobile .cartridge-sequence {
  display: none;
}

.video-scroll-sequence {
  height: 100vh;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  overflow: hidden;
}
.video-scroll-sequence video {
  height: 100%;
}