.splide__hero-carousel {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .splide__hero-carousel {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgb(19, 127, 170)), to(rgb(19, 127, 170)));
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(19, 127, 170) 50%, rgb(19, 127, 170) 100%);
  }
  .splide__hero-carousel::before, .splide__hero-carousel::after {
    content: "";
    width: 12.5vw;
    height: 50%;
    position: absolute;
    z-index: 2;
  }
  .splide__hero-carousel::before {
    top: 0;
    background-color: rgba(184, 213, 132, 0.2);
  }
  .splide__hero-carousel::after {
    background-color: rgba(19, 129, 173, 0.2);
    top: 50%;
  }
}
@media (min-width: 768px) {
  .splide__hero-carousel::before, .splide__hero-carousel::after {
    width: calc(16.66666667vw + 15px);
  }
}
@media (min-width: 1200px) {
  .splide__hero-carousel::before, .splide__hero-carousel::after {
    width: calc(50vw - 400px);
  }
}
.splide__hero-carousel .carousel-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.splide__hero-carousel .carousel-item__content {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #fff;
  padding: 2rem 2rem 4rem;
  background-color: #137faa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.splide__hero-carousel .carousel-item__content .title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.875rem;
  margin-bottom: 1.5rem;
}
.splide__hero-carousel .carousel-item__content .title:last-child {
  margin-bottom: 0;
}
.splide__hero-carousel .carousel-item__content .description *:last-child {
  margin-bottom: 0;
}
.splide__hero-carousel .carousel-item__media {
  height: 18.75rem;
  background: #000;
  overflow: hidden;
}
.splide__hero-carousel .carousel-item__media > * {
  position: relative;
  z-index: 0;
}
.splide__hero-carousel .carousel-item__media .media--type-image, .splide__hero-carousel .carousel-item__media .media--type-video {
  width: 100%;
  height: 100%;
}
.splide__hero-carousel .carousel-item__media .media--type-image img,
.splide__hero-carousel .carousel-item__media .media--type-image video, .splide__hero-carousel .carousel-item__media .media--type-video img,
.splide__hero-carousel .carousel-item__media .media--type-video video {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .splide__hero-carousel .carousel-item {
    width: 100%;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .splide__hero-carousel .carousel-item > * {
    width: 50%;
  }
  .splide__hero-carousel .carousel-item__content {
    padding: 4rem 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .splide__hero-carousel .carousel-item__media {
    height: auto;
  }
}
@media (min-width: 992px) {
  .splide__hero-carousel .carousel-item {
    height: 400px;
  }
  .splide__hero-carousel .carousel-item__content {
    font-size: 1.125rem;
    line-height: 1.375rem;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .splide__hero-carousel .carousel-item__content {
    padding-right: 0;
  }
}
.splide__hero-carousel button[disabled],
.splide__hero-carousel [disabled][type=button] {
  border: none;
  display: none;
}
.splide__hero-carousel .splide__arrows {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.splide__hero-carousel .splide__arrow {
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 0;
  top: calc(100% - 64px);
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.splide__hero-carousel .splide__arrow svg {
  fill: #137faa;
  min-width: 64px;
  min-height: 64px;
}
.splide__hero-carousel .splide__arrow--prev {
  left: calc(100% - 128px);
}
.splide__hero-carousel .splide__arrow--next {
  background: #fff;
  right: 0;
}
.splide__hero-carousel .splide__pagination {
  bottom: 30px;
}
.splide__hero-carousel .splide__pagination__page {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background: #fff;
  opacity: 1;
}
.splide__hero-carousel .splide__pagination__page.is-active {
  background: #137faa;
}
@media (max-width: 767px) {
  .splide__hero-carousel .splide__arrows {
    display: none;
  }
}
@media (min-width: 768px) {
  .splide__hero-carousel .splide__pagination {
    display: none;
  }
}
/*# sourceMappingURL=hero-carousel-lab.css.map */
