.performance-slogan {
  padding: 252px 0 315px;
  background: #010219;
}

.performance-slogan .slogan-title {
  color: #fff;
  text-align: center;
  font-size: 88px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -1.76px;
}

.performance-slogan .slogan-title .highlight {
  background-image: linear-gradient(90deg, #fff 0%, #fff 100%), linear-gradient(90deg, #5a23f6 0%, #4b68ff 53%, #1f88f5 100%);
  background-repeat: no-repeat;
  background-size: 200%;
  background-position:
    0 0,
    0 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.performance-slogan .common-text-animation .slogan-title .highlight {
  background-position:
    -200% 0,
    0 0;
  transition: background-position 1s;
  transition-delay: 0.3s;
}

.performance-slogan .slogan-anchor {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 108px;
  margin: 48px auto 0;
  padding: 0 48px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.32px;
  border-radius: 8px;
  background: #05d16e;
}

@media (max-width: 1919px) {
  .performance-slogan {
    padding: 205px 0 280px;
  }

  .performance-slogan .slogan-title {
    font-size: 80px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.6px;
  }
}

@media (max-width: 1599px) {
  .performance-slogan {
    padding: 147px 0 220px;
  }

  .performance-slogan .slogan-title {
    font-size: 72px;
    line-height: 130%;
    letter-spacing: -1.44px;
  }

  .performance-slogan .slogan-anchor {
    height: 76px;
    margin-top: 50px;
    padding: 0 32px;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.24px;
  }
}

@media (max-width: 1024px) {
  .performance-slogan {
    padding: 80px 0;
  }

  .performance-slogan .slogan-title {
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -0.32px;
  }

  .performance-slogan .slogan-anchor {
    height: 60px;
    margin-top: 32px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.18px;
  }
}
