.why {
  background: #fff;
  min-height: 100vh;
  padding: 100px 0;
  overflow-x: hidden;
}
.why__content {
  display: flex;
  flex-flow: column;
  gap: 145px;
}
.why__title {
  font-family: "ABC Arizona Mix Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 300;
  font-size: 76px;
  line-height: 85%;
  letter-spacing: -0.03em;
  color: #000000;
}
.why__body {
  display: flex;
  flex-flow: column;
  width: 100%;
  gap: 40px;
}
.why__slider-nav {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: flex-start;
}
.why__slider-nav-item {
  display: flex;
  flex-flow: column;
  gap: 20px;
  width: 100%;
  opacity: 0.3;
  transition: 0.3s ease;
  cursor: pointer;
}
.why__slider-nav-item.active {
  opacity: 1;
}
.why__nav-title {
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #000000;
}
.why__current-slide {
  height: 520px;
  width: 100%;
  position: relative;
}
.why__current-slide svg {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
.why__current-slide-title {
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: rgba(129, 129, 129, 0.2941176471);
  max-width: 760px;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 40px;
}
.why__current-slide-number {
  position: absolute;
  top: 13.5%;
  left: -0.5%;
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
}
.why__current-slide-footer {
  display: flex;
  align-items: flex-start;
  gap: 42px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: calc(100% - 80px);
}
.why__current-slide-text {
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #000000;
  width: 100%;
}
.why__slider-dash {
  height: 2px;
  width: 100%;
  background: rgba(187, 187, 187, 0.2);
}
.why__slider-active {
  background: #000;
  transition: ease;
  height: 100%;
}
.why__current-svg.mobile {
  display: none;
}
.why__current-svg.desktop {
  display: block;
}

@media (max-width: 1279px) {
  .why {
    padding: 40px 0 160px 0;
  }
  .why__content {
    gap: 80px;
  }
  .why__title {
    font-family: "ABC Arizona Mix Variable Unlicensed Trial";
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 90%;
    letter-spacing: -0.03em;
  }
  .why__current-slide-title {
    font-family: "ABC Diatype Variable Unlicensed Trial";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    max-width: 80%;
    left: 24px;
    top: 36px;
  }
  .why__current-svg.mobile {
    height: 520px;
    width: 100%;
    display: block;
  }
  .why__current-svg.desktop {
    display: none;
  }
  .why__current-slide-number {
    top: 8.5%;
    left: -2%;
  }
  .why__current-slide-footer {
    gap: 16px;
    left: 24px;
    bottom: 32px;
    width: calc(100% - 48px);
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    touch-action: pan-x;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .why__current-slide-footer::-webkit-scrollbar {
    display: none;
  }
  .why__current-slide-text {
    min-width: 240px;
    width: 240px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .why__slider-nav-item {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    max-width: 95%;
  }
  .why__slider-nav-item.active {
    opacity: 1;
    position: relative;
    pointer-events: all;
  }
} /*# sourceMappingURL=style.css.map */
