/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: get-color(seashell);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: get-color(jelly-bean);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.hero-carousel {
  background-color: rgb(2, 5, 59);
  max-height: calc(100vh - 80px);
  overflow: hidden;
  position: relative;
}
.hero-carousel__item {
  position: relative;
  isolation: isolate;
  height: calc(100vh - 53px);
}
@media only screen and (max-height: 575.98px) and (orientation: landscape) {
  .hero-carousel__item {
    height: 700px;
  }
}
.hero-carousel__item:after {
  position: absolute;
  background-image: linear-gradient(-10deg, rgba(0, 2, 64, 0) 20%, rgba(2, 5, 59, 0.9) 75%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media (min-width: 768px) {
  .hero-carousel__item:after {
    display: none;
  }
}
@media (max-height: 700px) {
  .hero-carousel__item:after {
    background-image: linear-gradient(-10deg, rgba(0, 2, 64, 0) 10%, rgba(2, 5, 59, 0.85) 60%);
  }
}
.hero-carousel__item:before {
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 2, 64, 0) 80%, rgba(2, 5, 59, 0.9) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .hero-carousel__item:before {
    background-image: linear-gradient(to left, rgba(0, 2, 64, 0) 30%, rgba(2, 5, 59, 0.9) 80%);
  }
}
@media (min-width: 1340px) {
  .hero-carousel__item:before {
    background-image: linear-gradient(to left, rgba(0, 2, 64, 0) 30%, rgba(2, 5, 59, 0.9) 75%);
  }
}
@media (min-width: 768px) {
  .hero-carousel__item {
    height: 600px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1340px) {
  .hero-carousel__item {
    height: calc(100vh - 140px);
  }
}
@media only screen and (max-height: 575.98px) and (orientation: landscape) {
  .hero-carousel__item {
    align-items: flex-start;
  }
}
.hero-carousel__copy {
  width: 100%;
  max-width: 1360px;
  padding: 0 30px;
  margin-inline: auto;
  position: absolute;
  z-index: 5;
}
@media (min-width: 1366px) {
  .hero-carousel__copy {
    padding-left: 130px;
  }
}
@media (min-width: 1920px) {
  .hero-carousel__copy {
    padding: 0;
    max-width: 1600px;
  }
}
.hero-carousel__title {
  color: var(--white);
  font-size: 32px;
  line-height: 40px;
  margin-top: 55px;
  margin-bottom: 26px;
  text-wrap: pretty;
  max-width: 400px;
}
@media only screen and (max-height: 575.98px) and (orientation: landscape) {
  .hero-carousel__title {
    padding-top: 24px;
    margin-top: 0;
  }
}
@media (min-width: 640px) {
  .hero-carousel__title {
    font-size: 46px;
    max-width: 500px;
    line-height: 54px;
  }
}
@media (min-width: 768px) {
  .hero-carousel__title {
    margin-top: 0;
  }
}
@media (min-width: 1920px) {
  .hero-carousel__title {
    max-width: 770px;
    font-size: 68px;
    line-height: 78px;
  }
}
@media (max-width: 1599px) {
  .hero-carousel__title br {
    display: none;
  }
}
.hero-carousel__description {
  color: var(--white);
  max-width: 350px;
  font-size: 20px;
  text-wrap: pretty;
  line-height: 1.3;
}
@media (min-width: 1920px) {
  .hero-carousel__description {
    max-width: 830px;
    font-size: 28px;
  }
}
@media (max-width: 1599px) {
  .hero-carousel__description br {
    display: none;
  }
}
.hero-carousel__btn {
  margin-top: 12px;
}
@media (min-width: 1340px) {
  .hero-carousel__btn {
    margin-top: 16px;
  }
}
.hero-carousel__mobile-img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}
@media (min-width: 768px) {
  .hero-carousel__mobile-img {
    display: none !important;
  }
}
.hero-carousel .hero-carousel__slider > .hero-carousel__item:first-of-type .hero-carousel__background {
  transform: scale(1.2) translateX(-60px);
}
.hero-carousel .hero-carousel__slider > .hero-carousel__item:first-of-type .hero-carousel__foreground {
  transform: scale(1.2) translateX(40px) translateY(-42%);
}
.hero-carousel .hero-carousel__slider > .hero-carousel__item:first-of-type .hero-carousel__background,
.hero-carousel .hero-carousel__slider > .hero-carousel__item:first-of-type .hero-carousel__foreground,
.hero-carousel .hero-carousel__slider > .hero-carousel__item:first-of-type .hero-carousel__mobile-img {
  opacity: 1 !important;
}
.hero-carousel__background, .hero-carousel__foreground {
  opacity: 0;
  transition: transform 1s ease-in-out 0.35s;
}
.hero-carousel__background {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transform: scale(1) translateX(0);
  transform-origin: center left;
}
@media (max-width: 767px) {
  .hero-carousel__background {
    display: none !important;
  }
}
.hero-carousel__foreground {
  position: absolute;
  right: -230px;
  top: 50%;
  height: 100%;
  width: auto !important;
  max-width: none;
  z-index: 1;
  transform: scale(1) translateX(0) translateY(-50%);
  transform-origin: center right;
}
@media (max-width: 767px) {
  .hero-carousel__foreground {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hero-carousel__foreground {
    right: -140px;
  }
}
.hero-carousel .slick-prev,
.hero-carousel .slick-next {
  position: absolute;
  top: 50%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 65px;
  height: 65px;
  border: none;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}
.hero-carousel .slick-prev:focus-visible,
.hero-carousel .slick-next:focus-visible {
  outline: none;
  border: 2px solid var(--blue);
  box-shadow: 0 0 0 2px var(--white);
}
@media (max-width: 1365px) {
  .hero-carousel .slick-prev,
  .hero-carousel .slick-next {
    display: none !important;
  }
}
.hero-carousel .slick-prev {
  left: 20px;
  background-image: url("/wp-content/themes/conduent-corporate/img/g_slick-previous.svg");
}
.hero-carousel .slick-next {
  right: 20px;
  background-image: url("/wp-content/themes/conduent-corporate/img/g_slick-next.svg");
}
.hero-carousel__pagination {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .hero-carousel__pagination {
    bottom: 55px;
  }
}
.hero-carousel__pagination .pause-play {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  left: 5px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.hero-carousel__pagination .pause-play .pause {
  display: none;
}
.hero-carousel__pagination .pause-play .play {
  display: inline-block;
  transform: translateX(2px);
}
.hero-carousel__pagination .pause-play.playing .pause {
  display: inline-block;
}
.hero-carousel__pagination .pause-play.playing .play {
  display: none;
}
.hero-carousel__pagination .pause-play:hover rect,
.hero-carousel__pagination .pause-play:hover path, .hero-carousel__pagination .pause-play:focus rect,
.hero-carousel__pagination .pause-play:focus path {
  fill: var(--blue);
}
.hero-carousel .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 30px;
  padding: 16px 16px 16px 48px;
  background-color: rgba(0, 0, 0, 0.37);
  height: 46px;
  display: flex;
}
.hero-carousel .slick-dots li {
  padding: 0;
  display: inline-block;
  margin: 0 5px;
}
.hero-carousel .slick-dots li.slick-active button {
  background-color: var(--blue);
  opacity: 1;
}
.hero-carousel .slick-dots button {
  text-indent: -9999px;
  background-color: var(--white);
  opacity: 0.21;
  border-radius: 50%;
  width: 14px !important;
  height: 14px !important;
  border: none;
  padding: 0;
  border: 1px solid transparent;
}
.hero-carousel .slick-dots button:focus-visible {
  outline: none;
  border: 1px solid var(--blue);
  box-shadow: 0 0 0 2px var(--white);
  box-sizing: border-box;
}
@media (min-width: 1340px) {
  .hero-carousel .slick-slide.slick-current .hero-carousel__foreground, .hero-carousel .slick-slide.slide-previous .hero-carousel__foreground {
    transform: scale(1.2) translateX(40px) translateY(-42%);
  }
}
@media (min-width: 1340px) {
  .hero-carousel .slick-slide.slick-current .hero-carousel__background, .hero-carousel .slick-slide.slide-previous .hero-carousel__background {
    transform: scale(1.2) translateX(-60px);
  }
}
.hero-carousel .next-section-anchor {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: -1;
}
@media (min-width: 1059px) {
  .hero-carousel .next-section-anchor {
    bottom: 125px;
  }
}
@keyframes floatNextSection {
  0% {
    transform: translateY(0) translateX(-50%);
  }
  50% {
    transform: translateY(-10px) translateX(-50%);
  }
  100% {
    transform: translateY(0) translateX(-50%);
  }
}
.hero-carousel .js-next-section {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/wp-content/themes/conduent-corporate/img/g_down-arrow-next-section.svg");
  background-repeat: no-repeat;
  background-size: 40px 12px;
  width: 40px;
  height: 12px;
  cursor: pointer;
  animation: floatNextSection 2s ease-in-out infinite;
}
@media (min-width: 768px) {
  .hero-carousel .js-next-section {
    bottom: 20px;
  }
}

/*# sourceMappingURL=hero_carousel.css.map */
