@font-face {
  font-family: "Aeonik";
  src: url("fonts/aeonik/medium.woff2") format("woff2"), url("fonts/aeonik/medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("fonts/aeonik/regular.woff2") format("woff2"), url("fonts/aeonik/regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("fonts/aeonik/bold.woff2") format("woff2"), url("fonts/aeonik/bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.Step.Overview {
  color: white;
}
.Step.Overview::before {
  content: "";
  left: 50%;
  max-width: 100.2vw;
  transform: var(--transform, translateX(-50%));
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 120rem;
  background: #173C35;
}
@media (max-width: 768px) {
  .Step.Overview::before {
    max-width: 100vw;
  }
}
.Step.Overview .stepSlider {
  position: relative;
}
@media (min-width: 1024px) {
  .Step.Overview .stepSlider::after {
    content: "";
    position: absolute;
    width: 10.4375rem;
    height: 3.1875rem;
    top: 4.875rem;
    right: 7.1875rem;
    background: url("/wp-content/themes/ibizz/images/drag.svg") no-repeat;
  }
}
.Step.Overview .step-dots {
  margin-top: 6.875rem;
}
@media (max-width: 768px) {
  .Step.Overview .step-dots {
    margin-top: calc(5rem);
  }
}
.Step.Overview .step-dots > ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.Step.Overview .step-dots > ul::before {
  width: 100%;
  height: 0.0625rem;
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
.Step.Overview .step-dots > ul li {
  position: relative;
  cursor: pointer;
  font-size: 1.0625rem;
  color: white;
  max-width: 10.9375rem;
}
.Step.Overview .step-dots > ul li::before {
  content: "";
  position: absolute;
  top: -2.5625rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 0.0625rem solid white;
  background: #173C35;
}
.Step.Overview .step-dots > ul li:last-child::before {
  left: auto;
  right: 0;
}
.Step.Overview .step-dots > ul li.slick-active::before {
  background: #9EEC8D;
  border-color: #9EEC8D;
}
@media (max-width: 768px) {
  .Step.Overview .step-dots > ul {
    overflow: scroll;
    max-width: 100%;
  }
  .Step.Overview .step-dots > ul li {
    max-width: 100%;
    white-space: nowrap;
    padding-top: 2rem;
    margin-right: 3.125rem;
  }
  .Step.Overview .step-dots > ul li::before {
    top: 0;
  }
  .Step.Overview .step-dots > ul li:last-child, .Step.Overview .step-dots > ul li:nth-last-child(2) {
    display: none;
  }
}

.Step.Item {
  color: white;
  margin-right: 1.375rem;
}
.Step.Item > figure {
  position: relative;
}
.Step.Item > figure img {
  border-radius: 1.875rem;
  width: 36.4375rem;
  height: 29.9375rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .Step.Item > figure img {
    width: 100%;
    height: 19.0625rem;
  }
}
.Step.Item > figure figcaption {
  position: absolute;
  right: 0;
  bottom: 2.8125rem;
  background: #9EEC8D;
  padding: 0.625rem 1.5625rem;
  border-top-left-radius: 0.9375rem;
  border-bottom-left-radius: 0.9375rem;
  color: #081C19;
  font-size: 1.625rem;
}
.Step.Item > .inner > .Heading .h3 {
  font-size: 1.6875rem;
  font-weight: 400;
  letter-spacing: normal;
}
.Step.Item > .inner > .Heading .Intro {
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 1.6875rem;
  color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 1024px) {
  .Step.Item > .inner > .Heading .Intro {
    max-width: 80%;
  }
}