/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/section_MC-9_hero-slider/scss/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.wp-block-ds-citeocom-section-hero-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7rem;
  padding: 5rem 0;
  background-color: var(--ds-core-color-white);
  box-shadow: 0 0 0 100vmax var(--ds-core-color-white);
  clip-path: inset(0 -100vmax);
}
.wp-block-ds-citeocom-section-hero-slider .hero-content-wrapper {
  flex-grow: 1;
}
.wp-block-ds-citeocom-section-hero-slider .hero-content-wrapper p:not(.support-text) {
  font-size: 1.5rem;
  line-height: 1.95rem;
}
.wp-block-ds-citeocom-section-hero-slider .hero-content-wrapper .wp-block-heading {
  font-size: 3rem;
  line-height: 3.6rem;
  font-family: var(--Font-Headline-Bold);
  margin-bottom: 1.5rem;
}
.wp-block-ds-citeocom-section-hero-slider .hero-content-wrapper .support-text {
  color: var(--ds-core-color-gray-500);
}
.wp-block-ds-citeocom-section-hero-slider .hero-content-wrapper .hero-button-wrapper {
  margin-top: 2rem;
}
.wp-block-ds-citeocom-section-hero-slider .hero-content-wrapper .hero-button-wrapper .wp-block-button__link {
  padding: 1rem;
}
.wp-block-ds-citeocom-section-hero-slider .wp-block-citeo-semantic-fade-slider-wrap {
  flex-shrink: 0;
  width: 26.25rem;
  position: relative;
}
.wp-block-ds-citeocom-section-hero-slider .wp-block-citeo-semantic-fade-slider-wrap .slider-wrap {
  height: auto !important;
}
.wp-block-ds-citeocom-section-hero-slider .wp-block-citeo-semantic-fade-slider-wrap .wp-block-ds-citeocom-card-carousel {
  transition: opacity ease-out 0.4s, transform ease-out 0.4s;
}
.wp-block-ds-citeocom-section-hero-slider .wp-block-citeo-semantic-fade-slider-wrap .wp-block-ds-citeocom-card-carousel:not(.is-active) {
  transform: translateY(10%);
  transition: opacity ease-out 0.4s, transform 0s ease-out 0.4s;
}
.wp-block-ds-citeocom-section-hero-slider .wp-block-citeo-semantic-fade-slider-wrap .wp-block-ds-citeocom-card-carousel.is-active {
  position: static;
}
.wp-block-ds-citeocom-section-hero-slider .wp-block-citeo-semantic-fade-slider-wrap .stepper-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: absolute;
  right: -2.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.wp-block-ds-citeocom-section-hero-slider .wp-block-citeo-semantic-fade-slider-wrap .stepper-wrap .step-index {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: solid 1px var(--Color-Link);
  cursor: pointer;
}
.wp-block-ds-citeocom-section-hero-slider .wp-block-citeo-semantic-fade-slider-wrap .stepper-wrap .step-index::before {
  content: "";
  width: 75%;
  height: 75%;
  border-radius: 50%;
  background-color: var(--Color-Link);
  opacity: 0;
  transition: opacity ease-out 0.15s;
}
.wp-block-ds-citeocom-section-hero-slider .wp-block-citeo-semantic-fade-slider-wrap .stepper-wrap .step-index.active-step::before {
  opacity: 1;
}
@media screen and (max-width: 1150px) {
  .wp-block-ds-citeocom-section-hero-slider {
    gap: 5rem;
  }
  .wp-block-ds-citeocom-section-hero-slider .wp-block-citeo-semantic-fade-slider-wrap {
    padding-right: 3rem;
  }
  .wp-block-ds-citeocom-section-hero-slider .wp-block-citeo-semantic-fade-slider-wrap .stepper-wrap {
    right: 0.75rem;
  }
}
@media screen and (max-width: 1040px) {
  .wp-block-ds-citeocom-section-hero-slider {
    gap: 3rem;
  }
  .wp-block-ds-citeocom-section-hero-slider .wp-block-citeo-semantic-fade-slider-wrap {
    width: 40%;
  }
  .wp-block-ds-citeocom-section-hero-slider .wp-block-citeo-semantic-fade-slider-wrap .wp-block-ds-citeocom-card-carousel {
    width: 100%;
    aspect-ratio: 7.5/10;
  }
}
@media screen and (max-width: 860px) {
  .wp-block-ds-citeocom-section-hero-slider {
    padding-top: 3.75rem;
    flex-direction: column;
    gap: 2.5rem;
  }
  .wp-block-ds-citeocom-section-hero-slider .hero-content-wrapper .hero-button-wrapper .wp-block-button, .wp-block-ds-citeocom-section-hero-slider .hero-content-wrapper .hero-button-wrapper .wp-block-button__link {
    width: 100%;
  }
  .wp-block-ds-citeocom-section-hero-slider .wp-block-citeo-semantic-fade-slider-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    padding-right: 0;
  }
  .wp-block-ds-citeocom-section-hero-slider .wp-block-citeo-semantic-fade-slider-wrap .wp-block-ds-citeocom-card-carousel {
    aspect-ratio: 4/3;
    height: auto !important;
  }
  .wp-block-ds-citeocom-section-hero-slider .wp-block-citeo-semantic-fade-slider-wrap .wp-block-ds-citeocom-card-carousel:not(.is-active) {
    transform: none;
  }
  .wp-block-ds-citeocom-section-hero-slider .wp-block-citeo-semantic-fade-slider-wrap .stepper-wrap {
    transform: none;
    flex-direction: row;
    justify-content: center;
    position: static;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-ds-citeocom-section-hero-slider .wp-block-citeo-semantic-fade-slider-wrap .wp-block-ds-citeocom-card-carousel {
    aspect-ratio: 4/5;
  }
}

/*# sourceMappingURL=style-index.css.map*/