/* stylelint-disable color-no-hex */
.btn-primary {
  --bs-btn-color: #fff;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  gap: 10px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.btn-primary:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(260.75deg, #9E78F0 0%, #0957C3 100%);
  transition: 0.15s all ease;
}
.btn-primary .icon {
  position: relative;
  z-index: 5;
}
.btn-primary .icon svg, .btn-primary .icon img {
  max-height: 18px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn-primary .icon svg path[fill], .btn-primary .icon img path[fill] {
  fill: currentColor;
}
.btn-primary .icon svg path[stroke], .btn-primary .icon img path[stroke] {
  stroke: currentColor;
}
.btn-primary .caption, .btn-primary {
  position: relative;
  z-index: 5;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.btn-primary:hover:before {
  opacity: 0.85;
}
.btn-primary.hover-dark {
  background: #1b1b1b;
}
.btn-primary.hover-dark:hover:before {
  opacity: 0;
}

.btn-primary-dark {
  color: #fff;
  background: linear-gradient(261deg, #9e78f0 0%, #0957c3 100%);
  border: 2px solid rgb(20, 20, 20);
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-primary-dark svg {
  margin-left: 6px;
}
.btn-primary-dark svg path[fill] {
  fill: currentColor;
}
.btn-primary-dark svg path[stroke] {
  stroke: currentColor;
}
.btn-primary-dark:hover {
  border: 2px solid #9e78f0;
  background: #1b1b1b;
}
.btn-primary-dark:hover.hover-text-white {
  color: #fff;
}
.btn-primary-dark:active {
  color: #737373;
  border: 2px solid #a3a3a3;
  background: #525252;
}
.btn-primary-dark:active svg path {
  stroke: #737373;
}

.btn-grey-dark {
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  gap: 10px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: #141414;
  border: 0;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-grey-dark svg {
  margin-left: 6px;
}
.btn-grey-dark svg path[fill] {
  fill: currentColor;
}
.btn-grey-dark svg path[stroke] {
  stroke: currentColor;
}
.btn-grey-dark:hover {
  border: 0;
  background: #1b1b1b;
}
.btn-grey-dark:hover.hover-text-white {
  color: #fff;
}
.btn-grey-dark:active {
  border: 0;
  color: #737373;
  background: #525252;
}
.btn-grey-dark:active svg path {
  stroke: #737373;
}

.btn-primary-light {
  color: #fff;
  border: 2px solid #fff;
  background: linear-gradient(261deg, #9e78f0 0%, #0957c3 100%);
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-primary-light svg {
  margin-left: 6px;
}
.btn-primary-light svg path[fill] {
  fill: currentColor;
}
.btn-primary-light svg path[stroke] {
  stroke: currentColor;
}
.btn-primary-light:hover {
  border: 2px solid #9e78f0;
  background: #e5e5e5;
  color: #141414;
}
.btn-primary-light:hover svg path {
  stroke: #141414;
}
.btn-primary-light:active {
  border: 2px solid #a3a3a3;
  background: #525252;
  color: #e5e5e5;
}
.btn-primary-light:active svg path {
  stroke: #e5e5e5;
}

.btn-secondary-light {
  background: #fafafa;
  color: #0957c3;
  border: 2px solid #fff;
}
.btn-secondary-light svg path {
  stroke: #0957c3;
}
.btn-secondary-light {
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-secondary-light svg {
  margin-left: 6px;
}
.btn-secondary-light svg path[fill] {
  fill: currentColor;
}
.btn-secondary-light svg path[stroke] {
  stroke: currentColor;
}
.btn-secondary-light:hover {
  border: 2px solid #9e78f0;
  background: #e5e5e5;
}
.btn-secondary-light:active {
  border: 2px solid #a3a3a3;
  background: #d6d6d6;
  color: #a3a3a3;
}
.btn-secondary-light:active svg path {
  stroke: #a3a3a3;
}

.btn-secondary-dark {
  color: #fff;
  background: #141414;
  border: 2px solid transparent;
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-secondary-dark svg {
  margin-left: 6px;
}
.btn-secondary-dark svg path[fill] {
  fill: currentColor;
}
.btn-secondary-dark svg path[stroke] {
  stroke: currentColor;
}
.btn-secondary-dark:hover {
  border: 2px solid #9e78f0;
  background: #383838;
}
.btn-secondary-dark:active {
  color: #a3a3a3;
  border: 2px solid #a3a3a3;
  background: #737373;
}
.btn-secondary-dark:active svg path {
  stroke: #a3a3a3;
}

.btn-tertiary-dark {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-tertiary-dark svg {
  margin-left: 6px;
}
.btn-tertiary-dark svg path[fill] {
  fill: currentColor;
}
.btn-tertiary-dark svg path[stroke] {
  stroke: currentColor;
}
.btn-tertiary-dark .gradient {
  display: none;
}
.btn-tertiary-dark .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) {
  .btn-tertiary-dark:hover {
    background: linear-gradient(261deg, #9e78f0 0%, #0957c3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .btn-tertiary-dark:hover .gradient {
    display: block;
  }
  .btn-tertiary-dark:hover .default {
    display: none;
  }
}
@media (hover: none) {
  .btn-tertiary-dark:active {
    background: linear-gradient(261deg, #9e78f0 0%, #0957c3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .btn-tertiary-dark:active .gradient {
    display: block;
  }
  .btn-tertiary-dark:active .default {
    display: none;
  }
}

.btn-tertiary-light {
  color: #141414;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-tertiary-light svg {
  margin-left: 6px;
}
.btn-tertiary-light svg path[fill] {
  fill: currentColor;
}
.btn-tertiary-light svg path[stroke] {
  stroke: currentColor;
}
.btn-tertiary-light:focus, .btn-tertiary-light:active {
  color: #141414;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
}
.btn-tertiary-light:hover {
  background: linear-gradient(261deg, #9e78f0 0%, #0957c3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.stage-button {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.015em;
  color: rgb(255, 255, 255);
  background-color: #1b1b1b;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  transition: 0.1s ease;
  height: 44px;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  gap: 10px;
  overflow: hidden;
}
.stage-button.with-arrow::after {
  content: url(../img/arrow.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 992px) {
  .stage-button:hover {
    background: #383838;
    color: rgb(255, 255, 255);
  }
  .stage-button:hover::before {
    background: #9e78f0;
  }
}
.stage-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  padding: 2px;
  background: linear-gradient(260.75deg, #9E78F0 0%, #0957C3 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.block-pricing {
  background: #fff;
  padding-bottom: clamp(48px, 48px + 0.0739884393 * (100vw - 575px), 112px);
  padding-top: clamp(48px, 48px + 0.0739884393 * (100vw - 575px), 112px);
}
.block-pricing .block-title {
  font-size: clamp(30px, 30px + 0.0208092486 * (100vw - 575px), 48px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-bottom: clamp(32px, 32px + 0.0554913295 * (100vw - 575px), 80px);
}
.block-pricing .pricing-plans {
  display: flex;
  gap: 16px;
  align-items: stretch;
  padding-top: 20px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .block-pricing .pricing-plans {
    flex-direction: column;
    padding-top: 20px;
    gap: 48px;
  }
}
.block-pricing .pricing-plan {
  position: relative;
  flex: 1 0 0;
  min-width: 0;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.block-pricing .pricing-plan.is-featured {
  border-color: var(--Violet, #9777F1);
  background: #f0ebfd;
}
.block-pricing .pricing-plan.is-featured .plan-badge {
  background: var(--Linear, linear-gradient(261deg, #9E78F0 0%, #0957C3 100%));
}
.block-pricing .pricing-plan.is-featured .plan-cta-bar {
  background: var(--Violet, #9777F1);
}
.block-pricing .pricing-plan .plan-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  height: 40px;
  min-width: 215px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #333;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  white-space: nowrap;
}
.block-pricing .pricing-plan .plan-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 40px 0;
}
.block-pricing .pricing-plan .plan-body {
  display: flex;
  flex-direction: column;
}
.block-pricing .pricing-plan .plan-price-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 0 16px;
}
.block-pricing .pricing-plan .plan-price {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.block-pricing .pricing-plan .plan-price .price-prefix {
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
.block-pricing .pricing-plan .plan-price .price-value {
  font-family: "Space Grotesk", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.block-pricing .pricing-plan .plan-price-note {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin: 0;
}
.block-pricing .pricing-plan .plan-price-note a {
  color: #9777f1;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.block-pricing .pricing-plan .plan-cta-bar {
  height: 40px;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.block-pricing .pricing-plan .plan-cta-bar span {
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 0 8%;
}
.block-pricing .pricing-plan .plan-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: center;
  padding: 0 16px;
  margin: 0 0 24px;
}
.block-pricing .pricing-plan .plan-features {
  list-style: none;
  margin: 0;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.block-pricing .pricing-plan .feature-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.block-pricing .pricing-plan .feature-item .feature-check {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.block-pricing .pricing-plan .feature-item .feature-check img {
  display: block;
  width: 100%;
  height: 100%;
}
.block-pricing .pricing-plan .feature-item .feature-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.block-pricing .pricing-plan .feature-item.is-bold .feature-text {
  font-weight: 700;
}
.block-pricing .pricing-plan .feature-item:has(.feature-check) {
  align-items: flex-start;
}
.block-pricing .pricing-plan .plan-promo-note {
  margin: 24px 16px 0;
  border-left: 3px solid #9777f1;
  background: rgba(151, 119, 241, 0.15);
  padding: 5px 20px;
}
.block-pricing .pricing-plan .plan-promo-note p {
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #141414;
  margin: 0;
}
.block-pricing .pricing-plan .plan-promo-note p a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #141414;
}
.block-pricing .pricing-plan .plan-btn-wrap {
  display: flex;
  justify-content: center;
  padding: 0 16px;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .block-pricing .pricing-plan {
    width: 100%;
  }
  .block-pricing .pricing-plan .plan-inner {
    padding: 40px 0;
  }
  .block-pricing .pricing-plan .plan-price .price-value {
    font-size: 28px;
  }
  .block-pricing .pricing-plan .plan-features {
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .block-pricing .pricing-plan .plan-price .price-value {
    font-size: 24px;
  }
  .block-pricing .pricing-plan .plan-features {
    gap: 16px;
  }
}
.block-pricing .pricing-bottom-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.block-pricing .pricing-bottom-row .pricing-addon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 16px;
  background: #f5f9ff;
  border: 1px solid #0957c3;
  border-radius: 7px;
  flex-shrink: 0;
  width: calc(33.3333333333% - 8px);
}
.block-pricing .pricing-bottom-row .addon-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.block-pricing .pricing-bottom-row .addon-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
  color: #000;
  text-align: center;
  margin: 0;
}
.block-pricing .pricing-bottom-row .addon-price {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #000;
  text-align: center;
  margin: 0;
}
.block-pricing .pricing-bottom-row .addon-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.block-pricing .pricing-bottom-row .feature-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.block-pricing .pricing-bottom-row .feature-item .feature-check {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.block-pricing .pricing-bottom-row .feature-item .feature-check img {
  display: block;
  width: 100%;
  height: 100%;
}
.block-pricing .pricing-bottom-row .feature-item .feature-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.block-pricing .pricing-bottom-row .feature-item.is-bold .feature-text {
  font-weight: 700;
}
.block-pricing .pricing-bottom-row .feature-item:has(.feature-check) {
  align-items: flex-start;
}
.block-pricing .pricing-bottom-row .addon-btn-wrap {
  display: flex;
  justify-content: center;
}
.block-pricing .pricing-bottom-row .pricing-footnote {
  flex: 1;
  align-self: flex-start;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
}
.block-pricing .pricing-bottom-row .pricing-footnote p {
  margin: 0;
}
.block-pricing .pricing-bottom-row .pricing-footnote a {
  color: #0957c3;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 991px) {
  .block-pricing .pricing-bottom-row {
    flex-direction: column;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
  .block-pricing .pricing-bottom-row .pricing-addon {
    width: 100%;
  }
  .block-pricing .pricing-bottom-row .pricing-footnote {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .block-pricing .pricing-bottom-row .addon-features {
    gap: 8px;
  }
}