.step {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: -9rem;
  z-index: 8;
}

.step__contents {
  display: flex;
  position: relative;
  width: 100%;
  padding-left: calc((100vw - 1644px) / 2 + 62px);
  margin: 0 auto;
  overflow: hidden;
  gap: 47px;
}

.step__contents__text__title {
  position: relative;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: #212121;
  margin-top: 222px;
}

.step__contents__text__title span {
  font-family: Segoe Script;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #00b6c1;
}

.step__contents__text__paragraph {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  margin-top: 50px;
  color: #515151;
}

.step__contents__text__title,
.step__contents__text__paragraph {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.step__contents__text__title.visible {
  opacity: 1;
  transform: translateY(0);
}

.step__contents__text__paragraph.visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.step__contents__text__navigation {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 10px;
  margin-top: 120px;
  margin-left: -20px;
}

.step__contents__text__navigation__dot {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #d9d9d9;
}

.step__contents__text__navigation__dot.active {
  background: #00b6c1;
}

.step__contents__slide {
  position: relative;
  height: 100vh;
  margin-left: 60px;
  padding-top: 50vh;
}

.step__contents__slide__fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.step__contents__slide__fade.bottom {
  top: unset;
  bottom: 0;
  transform: scaleY(-1);
}

.step__contents__slide__fade img {
  width: 100%;
  height: auto;
}

.step__contents__slide__list {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 60px;
}

.step__contents__slide__list__item {
  cursor: pointer;
  position: relative;
  width: 19vw;
  border-radius: 30px;
  background: #ededed;
  padding: 1.8vw;
  transition: border 0.2s;
  border: 3px solid transparent;
}

.step__contents__slide__list__item.active {
  border: 3px solid #01afb5;
}

.step__contents__slide__list__item__count {
  font-family: "MuseoModerno", sans-serif;
  font-weight: 700;
  font-size: 1.8vw;
  line-height: 100%;
  color: #b3b3b3;
}

.step__contents__slide__list__item__icon {
  position: relative;
  margin-top: 1.8vw;
  text-align: center;
}

.step__contents__slide__list__item__icon img {
  position: relative;
  width: 5vw;
  height: auto;
}

.step__contents__slide__list__item__title {
  position: relative;
  margin-top: 1.8vw;
  font-weight: 600;
  font-size: 1.2vw;
  line-height: 100%;
  color: #222222;
  text-align: center;
}

.step__contents__slide__list__item__paragraph {
  position: relative;
  margin-top: 1.1vw;
  font-weight: 400;
  font-size: 1vw;
  line-height: 160%;
  color: #515151;
  text-align: center;
}

.step__contents__mockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  height: 100vh;
  width: 100%;
  background: #01afb5;
  flex: 1;
  border-radius: 40px 0 0 40px;
}

.step__contents__mockup__title {
  position: relative;
  font-weight: 700;
  font-size: 1.6vw;
  line-height: 100%;
  letter-spacing: 0%;
  padding-top: 30px;
  color: #ffffff;
}

.step__contents__mockup__title__dot {
  position: relative;
  display: inline;
}

.step__contents__mockup__title__dot:nth-of-type(2) {
  margin-left: -0.4vw;
}

.step__contents__mockup__title__dot:nth-of-type(3) {
  margin-left: -0.4vw;
}

.step__contents__mockup__title__dot div {
  position: absolute;
  top: -20px;
  left: calc(50% - 0.1vw);
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #f2c36c;
}

.step__contents__mockup__image {
  position: relative;
  width: 14vw;
  height: 30vw;
  object-fit: fill;
}

.step__contents__mockup__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  object-fit: fill;
}

.step__contents__mockup__image__character {
  position: absolute;
  bottom: -47px;
  right: -65px;
}

.step__contents__mockup__image__character img {
  width: 7vw;
  height: auto;
}

#Step .pin-spacer {
  margin: 0 !important;
}
