:root {
  --btn-bg-color: linear-gradient(251.01deg, #BF9FFF 35.11%, #8D56FA 78.36%);
  --btn-text-color: #ffffff;
  --btn-border-color: rgba(255, 255, 255, 0.95);
  --btn-hover-bg-color: -webkit-gradient(linear, right bottom, left bottom, from(#8D56FA), color-stop(50%, #25184A), to(#8D56FA));
  --btn-hover-text-color: #ffffff;
}

.tm-sc-section-title .title-wrapper .sub-title-outer .subtitle {
  border: 1px solid rgba(141, 86, 250, 0.3);
  background: linear-gradient(0deg, #25184A, #25184A);
}