/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* No mobile hover
*
* how to use:
    @include hover() {
        opacity: 0.5;
    }
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.handwritten, .handwritten * {
  font-family: "Nothing You Could Do";
}

.block-step-slider {
  background-color: #17383A;
  color: white;
  padding: clamp(6rem, 53.4258456201px + 0.0555073721 * 100vw, 10rem) 0;
  overflow-anchor: none;
}
.block-step-slider__title {
  color: #D9FFE5;
  font-weight: 500;
  margin-bottom: 72px;
  margin-bottom: calc(36px + (72 - 36) * (100vw - 767px) / (1920 - 767));
  font-size: 72px;
  font-size: calc(36px + (72 - 36) * (100vw - 767px) / (1920 - 767));
}
@media screen and (max-width: 767px) {
  .block-step-slider__title {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1920px) {
  .block-step-slider__title {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .block-step-slider__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1920px) {
  .block-step-slider__title {
    font-size: 72px;
  }
}
.block-step-slider__row {
  align-items: flex-end;
}
.block-step-slider__row > * {
  height: 100%;
}
.block-step-slider__row--image-left {
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .block-step-slider__row {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
.block-step-slider__steps {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.block-step-slider__progess {
  height: 1px;
  background: rgba(217, 255, 229, 0.25);
}
.block-step-slider__progess-bar {
  height: 100%;
  width: 0%;
  background: white;
  transition: none;
}
.block-step-slider__step {
  cursor: pointer;
}
.block-step-slider__step.active .block-step-slider__progess {
  background: rgba(217, 255, 229, 0.5);
}
.block-step-slider__step.active .block-step-slider__progess-bar {
  width: 100%;
  transition: all var(--step-slider-delay) linear;
}
.block-step-slider__step.active .block-step-slider__step-text {
  display: block;
}
.block-step-slider__step.active .block-step-slider__step-title {
  opacity: 1;
}
.block-step-slider__step-title {
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 1.25rem 0 0;
  opacity: 0.5;
}
.block-step-slider__step-text {
  margin-top: 1.25rem;
  margin-bottom: 0;
  display: none;
  color: #D9FFE5;
  font-size: 1rem;
  line-height: 1.3;
}
.block-step-slider__img-wrapper {
  position: relative;
  aspect-ratio: 4/3;
}
.block-step-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s;
}
.block-step-slider__img.active {
  opacity: 1;
}

/*# sourceMappingURL=block_step-slider.css.map*/