.asp-heading {
  position: relative;
}

.asp-heading__inner {
  max-width: 100%;
}

.asp-heading__title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}

.asp-heading__text {
  display: inline;
}

.asp-heading__style-gradient {
  background: linear-gradient(90deg, #fff 17.81%, #535353 131.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.asp-heading__style-scroll-gradient .asp-heading__text .split-line {
  color: inherit;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(84deg, #fff -12%, #fff 20%, #89ffe7 50%, #535862 50%, #535862 100%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 0.3s linear;
}

.asp-heading .asp-text-line-backdrop {
  display: inline-grid;
  position: relative;
}

.asp-heading .asp-text-line-backdrop > span {
  grid-area: 1 / 1;
  color: transparent;
  -webkit-text-stroke: 1px currentColor;
}

.asp-heading .svg-text-line {
  grid-area: 1 / 1;
  width: 100%;
  height: 1em;
  overflow: visible;
  fill: none;
  stroke: currentColor;
}

.asp-heading__highlight {
  color: #7a5af8;
}

.asp-heading__highlight-gradient .asp-heading__highlight,
.highlight-gradient .asp-heading__highlight {
  background: linear-gradient(89deg, var(--gradient-color-from, #e464f5), var(--gradient-color-to, #0478ce));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.asp-heading .asp-image--highlight-wrap {
  display: inline-flex;
  vertical-align: middle;
}

.asp-heading .asp-image--highlight {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.asp-heading .asp-heading__sub {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.asp-heading .asp-heading__sub-left {
  margin-left: 0;
  margin-right: auto;
}

.asp-heading .asp-heading__sub-center {
  margin-left: auto;
  margin-right: auto;
}

.asp-heading .asp-heading__sub-right {
  margin-left: auto;
  margin-right: 0;
}

.asp-heading .asp-heading__sub-justify {
  text-align: center;
  width: unset;
}

.asp-heading .asp-heading__sub-box,
.asp-heading .asp-heading__sub-border {
  width: fit-content;
}

.asp-heading .asp-heading__sub-slogan {
  border-radius: 50px;
  border: 1px solid #d5d7da;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 16px 4px 4px;
  width: fit-content;
}

.asp-heading .asp-heading__sub-slogan .asp-heading__sub-slogan--bef {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.28px;
}

.asp-heading .asp-heading__sub-slogan .asp-heading__sub-slogan--aft {
  color: #161616;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.28px;
}

.asp-heading__typewriter {
  display: inline-flex;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, rgba(105, 56, 239, 0.20) -28.95%, rgba(105, 56, 239, 0.06) 100%);
}

.asp-heading__typewriter > svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(calc(-100% - 6px), calc(-100% - 6px));
}

.asp-heading__typewriter::before {
  content: "";
  width: 4px;
  height: 100%;
  flex-shrink: 0;
  border-radius: 99px;
  background: #7a5af8;
  position: absolute;
  left: 0;
  top: 0;
}

.asp-heading__typewriter .asp-heading__typewriter-text {
  padding: 9px;
}
