.advantages {
  position: relative;
  padding-top: 10em;
  margin-top: -5em;
  background-color: #f8f8f8;
}
.advantages__wrapper {
  position: relative;
}
.advantages__item {
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  height: auto;
}
.advantages__item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  width: 100%;
  text-align: center;
}
.advantages__item-image {
  display: flex;
  justify-content: center;
  width: 120px;
  height: 80px;
}
.advantages__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.advantages__item-text {
  margin: auto 0;
  --font-size: 16px;
  --font-size-rem: 1rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.advantages .swiper-pagination {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .advantages {
    padding-top: 13em;
    margin-top: -6em;
  }
}
@media screen and (min-width: 992px) {
  .advantages__item {
    border-right: 1px solid #B8B8B8;
  }
  .advantages__item:last-child {
    border-right: none;
  }
}
.cards-perks-title {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: clamp(180px, 48vw, 250px);
  background-color: #101820;
  padding: 0;
}
.cards-perks-title__track {
  position: absolute;
  top: 50%;
  left: 17px;
  width: 100%;
  transform: translateY(-50%);
}
.cards-perks-title__svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.cards-perks-title__path {
  fill: none;
  stroke: none;
}
.cards-perks-title__text {
  font-size: 90px;
  fill: hsl(0, 0%, 100%);
  font-weight: 400;
  letter-spacing: 0;
}
.cards-perks-title__card-glyph {
  fill: transparent;
}
.cards-perks-title__card-icon {
  color: #C52782;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .cards-perks-title {
    height: clamp(300px, 41.34vw, 800px);
  }
  .cards-perks-title__track {
    will-change: transform;
  }
  .cards-perks-title__text {
    font-size: 142px;
  }
}
@media screen and (min-width: 992px) {
  .cards-perks-title__text {
    font-size: 110px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cards-perks-title__content {
    transform: none;
  }
}
.cards {
  position: relative;
  background-color: #101820;
  padding-bottom: 0;
}
.cards .section-title {
  color: hsl(0, 0%, 100%);
}
.cards__wrapper {
  position: relative;
}
.cards__item {
  background-color: hsl(0, 0%, 100%);
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: auto;
}
.cards__item-inner {
  width: 100%;
  text-align: center;
}
.cards__item-text {
  --font-size: 16px;
  --font-size-rem: 1rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.cards .swiper-pagination {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .cards__item-text {
    --font-size: 18px;
    --font-size-rem: 1.125rem;
    --line-height: 26px;
    --line-height-rem: 1.625rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}