.hlc_content_carousel {
  position: relative;
  background-image: url(../images/Common/hlc_content_carousel_bg.svg);
  background-size: cover;
  background-position: left center;
  padding: 6.5rem 0;
  overflow: hidden;
  transition: background-position 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (min-width: 768px) {
  .hlc_content_carousel {
    padding: 13rem 0;
  }
}
.hlc_content_carousel.hlc_bg_reverse {
  background-image: url(../images/Common/hlc_content_carousel_bg_2.svg);
  background-position: right center;
}
.hlc_content_carousel .hlc_content_carousel_cta.cta-fill-arrow .hlc_content_carousel_lnk span:empty {
  padding: 0.8rem 5rem 0.8rem 2rem !important;
}
.hlc_content_carousel .hlc_content_carousel_cta.cta-fill-arrow .hlc_content_carousel_lnk::after {
  left: auto;
  right: 14px;
}

@media only screen and (min-width: 992px) {
  .hlc_content_carousel {
    padding: 8rem 0 10rem;
  }
}
.hlc_content_carousel_body {
  position: relative;
}

.hlc_content_carousel_slide_inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.hlc_content_carousel_slide_inner:hover .hlc_content_carousel_img {
  transition: 0.4s ease;
  transform: scale(1.08);
}

@media only screen and (min-width: 992px) {
  .hlc_content_carousel_slide_inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 15.125rem;
  }
}
.hlc_content_carousel_media {
  transition: all 0.4s ease;
  max-width: 605px;
  min-width: 605px;
  max-height: 355px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .hlc_content_carousel_media {
    max-height: 686px;
    min-width: 686px;
    max-width: 686px;
  }
}
.hlc_content_carousel_media .hlc_content_carousel_figure {
  margin: 0;
}
.hlc_content_carousel_media .hlc_content_carousel_figure .hlc_content_carousel_img {
  display: block;
  width: 100vw;
  height: auto;
  object-fit: contain;
  transition: 0.4s ease;
}
@media only screen and (min-width: 768px) {
  .hlc_content_carousel_media .hlc_content_carousel_figure .hlc_content_carousel_img {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .hlc_content_carousel_copy {
    flex: none;
    min-width: 0;
    padding-top: 0.5rem;
    width: calc(100% - 605px);
    min-width: calc(100% - 605px);
  }
}
.hlc_content_carousel_slide_title {
  color: #002236;
  font-family: "roobert_regular";
  font-weight: 650;
  font-size: 3rem;
  line-height: 120%;
  margin: 0 0 1.6rem;
}

@media only screen and (min-width: 992px) {
  .hlc_content_carousel_slide_title {
    font-size: 3rem;
    margin: 0 0 2rem;
    font-weight: 750;
  }
}
.hlc_content_carousel_desc {
  color: #333333;
  font-family: "roobert_regular";
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 130%;
  margin: 0 0 2rem;
}

.hlc_content_carousel_tags {
  list-style: none;
  margin: 0 0 4rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 4rem;
  font-family: "roobert_regular";
  font-size: 1.4rem;
  color: #333333;
}
@media only screen and (min-width: 768px) {
  .hlc_content_carousel_tags {
    margin: 0 0 8rem;
  }
}
.hlc_content_carousel_tags li {
  font-family: "roobert_regular";
  font-size: 2rem;
  font-weight: 750;
  line-height: 110%;
  margin: 0;
}

.hlc_content_carousel_nav_row {
  align-items: center;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  gap: 2.4rem;
  position: relative;
  min-height: 5.6rem;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  .hlc_content_carousel_nav_row {
    display: flex;
  }
}
.hlc_content_carousel_nav_row .cta-fill-arrow span {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 130%;
}

@media only screen and (min-width: 992px) {
  .hlc_content_carousel_nav_row {
    margin-top: 2.4rem;
    gap: 4rem;
    flex-wrap: nowrap;
    min-height: 6rem;
    width: 686px;
  }
}
.hlc_all_case_studies {
  transform: translateX(110%);
  transition: transform 200ms linear;
}

.hlc_content_carousel_on_last_slide .hlc_all_case_studies {
  transform: translateX(0);
}

.hlc_content_carousel_cta {
  display: flex;
  justify-content: space-between;
}

.hlc_content_carousel_nav_cell {
  flex: 0 0 auto;
  min-width: 0;
}

.hlc_content_carousel_nav_spacer {
  flex: 1 1 auto;
  min-width: 0;
  display: none;
}

@media only screen and (min-width: 992px) {
  .hlc_content_carousel_nav_spacer {
    display: block;
  }
}
.hlc_content_carousel_all_cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.2rem 2rem;
  font-family: "roobert_medium", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 750;
  text-decoration: none;
  color: #002236;
  background-color: #BFF355;
  border: none;
  border-radius: 0;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(120%);
  transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.4s linear;
}

@media only screen and (min-width: 992px) {
  .hlc_content_carousel_all_cta {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 0;
    transform: translate(110%, -50%);
  }
  .hlc_content_carousel_on_last_slide .hlc_content_carousel_all_cta {
    transform: translate(0, -50%);
  }
}
.hlc_content_carousel_on_last_slide .hlc_content_carousel_all_cta {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .hlc_content_carousel_all_cta {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    max-width: calc(100% - 1rem);
    transform: translateX(110%);
  }
  .hlc_content_carousel_on_last_slide .hlc_content_carousel_all_cta {
    transform: translateX(0);
  }
}
.hlc_content_carousel_on_last_slide .hlc_content_carousel_all_cta:hover,
.hlc_content_carousel_on_last_slide .hlc_content_carousel_all_cta:focus {
  opacity: 0.92;
}

.hlc_content_carousel_all_cta_icon {
  font-size: 1.6rem;
  line-height: 1;
}

.hlc_content_carousel_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.hlc_content_carousel_arrow {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 6.5rem 0.8rem 2rem;
  font-family: "roobert_regular";
  font-size: 2.5rem;
  line-height: 130%;
  color: #000000;
  background: transparent;
  border: 1px solid #000000;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  position: relative;
}
.hlc_content_carousel_arrow:focus {
  outline: 0;
}
.hlc_content_carousel_arrow.hlc_content_carousel_arrow_prev {
  padding: 0.8rem 2rem 0.8rem 6.5rem;
}
.hlc_content_carousel_arrow.hlc_content_carousel_arrow_prev::after {
  left: 10px;
  transform: scaleX(-1);
  top: 25%;
}

.hlc_content_carousel_arrow:not(.slick-disabled):hover {
  background: #BFF355;
}

.hlc_content_carousel_arrow:hover:not(.slick-disabled) {
  border-color: #BFF355;
}

.hlc_content_carousel_arrow:hover::before {
  width: 100%;
}

.hlc_content_carousel_arrow:hover::after {
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.hlc_content_carousel_arrow.hlc_content_carousel_arrow_prev:hover::after {
  transform: scaleX(-1) rotate(45deg);
  top: 25%;
}

.hlc_content_carousel_arrow.slick-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  /* pointer-events must stay auto so click handlers run on disabled Next */
  pointer-events: auto;
  color: #999999;
  border-color: #cccccc;
}

.hlc_content_carousel_arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: width 0.3s ease-in-out;
  z-index: 1;
  box-sizing: border-box;
}

.hlc_content_carousel_arrow::after {
  content: "";
  position: absolute;
  left: calc(100% - 40px);
  top: 50%;
  transform: translateY(-50%);
  transition: transform 200ms linear;
  width: 32px;
  height: 32px;
  background-image: url(../images/Common/cta-transform-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
}

.hlc_content_carousel_arrow_icon_wrap {
  display: inline-grid;
  place-items: center;
  min-width: 1.6rem;
  min-height: 1em;
}

.hlc_content_carousel_arrow_icon {
  grid-area: 1/1;
  font-size: 1.6rem;
  line-height: 1;
}

.hlc_content_carousel_arrow_icon_down {
  display: none;
}

.hlc_content_carousel_arrow.slick-disabled .hlc_content_carousel_arrow_icon_up {
  display: none;
}

.hlc_content_carousel_arrow.slick-disabled .hlc_content_carousel_arrow_icon_down {
  display: block;
}

.hlc_content_carousel_arrow_text {
  position: relative;
  top: 0.1rem;
}

.hlc_content_carousel .slick-list {
  overflow: hidden;
}

.hlc_content_carousel .slick-track {
  display: flex;
  align-items: stretch;
}

.hlc_content_carousel .slick-slide {
  height: auto;
}

/* =========================
   MOBILE: HIDE ARROWS
========================= */
@media (max-width: 767px) {
  .hlc_content_carousel_arrow_prev,
  .hlc_content_carousel_arrow_next {
    display: none !important;
  }
}
/* =========================
   DOTS STYLING
========================= */
.hlc_content_carousel_slider_root .slick-dots {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.hlc_content_carousel_slider_root .slick-dots li {
  height: 1rem;
  margin: 0px;
  width: 1rem;
}
.hlc_content_carousel_slider_root .slick-dots button {
  background-color: transparent;
  border: 1px solid #002236;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
}
.hlc_content_carousel_slider_root .slick-dots .slick-active button {
  background: #002236;
}

/* ===================================
   BASE
=================================== */
.hlc_content_carousel_media,
.hlc_content_carousel_copy {
  transform-origin: top right;
  will-change: transform, opacity;
}

/* ===================================
   IMAGE WRAPPER
=================================== */
.hlc_content_carousel_media {
  transform-origin: top left;
  overflow: hidden;
  backface-visibility: hidden;
}

/* ===================================
   NEXT OUT
=================================== */
.hlc_slide_out_next .hlc_content_carousel_media {
  transform-origin: top left;
  width: 10%;
  opacity: 0.1;
}
.hlc_slide_out_next .hlc_content_carousel_copy {
  transform-origin: top left;
  max-width: 50%;
  opacity: 0.9;
  transform: translateX(40px);
}

/* ===================================
   PREV OUT
=================================== */
.hlc_slide_out_prev .hlc_content_carousel_media {
  transform: scale(1);
  opacity: 0.4;
  width: 10%;
}
.hlc_slide_out_prev .hlc_content_carousel_copy {
  opacity: 0.8;
}