.swiper {
  overflow: visible;
}
.swiper .service-card {
  max-width: 100%;
  z-index: 5;
}
@media only screen and (width < 768px) {
  .swiper .service-card {
    min-width: 215px;
  }
}
@media only screen and (width < 1024px) {
  .swiper .service-card__button {
    font-family: Jost, sans-serif;
    font-size: var(--sm);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 116%;
  }
}
@media only screen and (width < 768px) {
  .swiper {
    overflow: hidden;
  }
  .swiper .swiper-slide {
    width: auto;
  }
}

.hint__content {
  z-index: 10;
  max-width: 220px;
}

.service-card {
  overflow: visible;
}

.bg-alt-dark {
  background: #212D33;
}

.pt-32 {
  padding-block-start: 32px;
}

.justify-content-space-between {
  justify-content: space-between;
}

.how-it-works__content {
  width: 528px;
  padding-block-start: 33px;
}
.how-it-works__content__header {
  margin-bottom: 16px;
}
@media only screen and (width < 1024px) {
  .how-it-works__content__header {
    margin-bottom: 48px;
  }
}
@media only screen and (width < 768px) {
  .how-it-works__content__header {
    margin-bottom: 32px;
  }
}
@media only screen and (width < 1024px) {
  .how-it-works__content {
    padding-block-start: 0;
    width: auto;
  }
}
@media only screen and (width < 768px) {
  .how-it-works__content {
    width: auto;
  }
}
.how-it-works__img {
  display: flex;
  justify-content: center;
}

.steps-how-it-connect {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.steps-how-it-connect__header {
  margin-bottom: 16px;
}
@media only screen and (width < 768px) {
  .steps-how-it-connect__header {
    margin-bottom: 0;
  }
}
.steps-how-it-connect .thesis-step__content {
  width: 352px;
}
@media only screen and (width < 1440px) {
  .steps-how-it-connect .thesis-step__content {
    width: 288px;
  }
}
@media only screen and (width < 1024px) {
  .steps-how-it-connect .thesis-step__content {
    width: 304px;
    padding-block-end: 32px;
  }
}
@media only screen and (width < 768px) {
  .steps-how-it-connect .thesis-step__content {
    width: 248px;
  }
}
.steps-how-it-connect .thesis-step__header:after {
  height: calc(50% - 30px);
}
.steps-how-it-connect .thesis-step .thesis-step__button {
  width: 166px;
}
.steps-how-it-connect .thesis-step:last-child .pb-24 {
  padding-bottom: 8px;
}
@media only screen and (width < 1024px) {
  .steps-how-it-connect {
    flex-direction: row;
  }
  .steps-how-it-connect .thesis-step {
    flex-direction: row;
  }
  .steps-how-it-connect .thesis-step .thesis-step__header {
    flex-direction: column;
    gap: 32px;
  }
  .steps-how-it-connect .thesis-step .thesis-step__header:after {
    height: 100%;
    border-top: none;
    border-left: 1px solid var(--translucent-text-10);
  }
  .steps-how-it-connect .thesis-step:last-child {
    display: grid;
    grid-template-columns: 64px auto;
    grid-template-areas: "header content" "button .";
    gap: 16px;
  }
  .steps-how-it-connect .thesis-step:last-child .thesis-step__content {
    padding-bottom: 0;
  }
  .steps-how-it-connect .thesis-step:last-child .thesis-step__header:after {
    border-left: none;
  }
  .steps-how-it-connect .thesis-step:last-child .thesis-step__button {
    grid-area: button;
  }
}
@media only screen and (width < 768px) {
  .steps-how-it-connect {
    flex-direction: column;
  }
}

/*# sourceMappingURL=ddos.css.map */
