/* 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);
}

@keyframes slide {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.block-stage-section-bg {
  padding-top: 100px;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  background-size: contain !important;
  background-blend-mode: multiply;
  text-align: center;
  background: linear-gradient(182.44deg, #9FD2F4 -17.31%, #F8FCFF 97.95%);
}
@media screen and (max-width: 992px) {
  .block-stage-section-bg {
    padding-top: 85px;
  }
}
.block-stage-section-bg__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 731px;
}
.block-stage-section-bg__content-inner {
  z-index: 1;
  max-width: 576px;
  width: 100%;
  margin: auto;
  margin-top: 0;
}
.block-stage-section-bg__content-inner img {
  width: 181px;
  height: 159px;
  margin-bottom: 16px;
}
.block-stage-section-bg__content-inner h1 {
  text-transform: uppercase;
  margin-bottom: 16px;
}
.block-stage-section-bg__content-inner h1 strong {
  color: #9777f1;
  font-weight: 400;
}
.block-stage-section-bg__content-inner .stage-button {
  border: 2px solid #CA463A !important;
  color: rgb(255, 255, 255) !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 370px) {
  .block-stage-section-bg__content-inner .stage-button {
    font-size: 14px !important;
  }
}
.block-stage-section-bg__content-inner .stage-button::before {
  display: none;
}
.block-stage-section-bg__image {
  max-width: 1600px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  transform: translateY(100%);
  opacity: 0;
  animation: slide 2s ease forwards;
  overflow: hidden;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .block-stage-section-bg__image {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .block-stage-section-bg__image {
    max-width: 100%;
  }
  .block-stage-section-bg__image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 992px) {
  .block-stage-section-bg__image {
    height: 412px;
  }
}
.block-stage-section-bg__image img {
  width: 100%;
  height: 100%;
  cursor: auto;
}
.block-stage-section-bg__box {
  position: absolute;
  top: auto;
  bottom: 60px;
}
@media screen and (max-width: 992px) {
  .block-stage-section-bg__box {
    left: 0 !important;
    right: 0 !important;
  }
}
.block-stage-section-bg__box::before {
  content: "";
  display: block;
  width: 1px;
  height: 200px;
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: auto;
  z-index: 3;
  background: #141414;
  opacity: 0;
  animation: slide 1s ease forwards 2.5s;
}
@media screen and (max-width: 1200px) {
  .block-stage-section-bg__box::before {
    display: none;
  }
}
.block-stage-section-bg__box:nth-of-type(1) {
  right: auto;
  left: 10%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .block-stage-section-bg__box:nth-of-type(1) {
    left: 5%;
  }
}
@media screen and (max-width: 992px) {
  .block-stage-section-bg__box:nth-of-type(1) {
    bottom: 266px;
  }
}
.block-stage-section-bg__box:nth-of-type(1)::before {
  height: 227px;
  top: -227px;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .block-stage-section-bg__box:nth-of-type(1)::before {
    height: 155px;
    top: -155px;
  }
}
.block-stage-section-bg__box:nth-of-type(2) {
  right: auto;
  left: 25%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .block-stage-section-bg__box:nth-of-type(2) {
    left: 30%;
  }
}
@media screen and (max-width: 992px) {
  .block-stage-section-bg__box:nth-of-type(2) {
    bottom: 184px;
  }
}
.block-stage-section-bg__box:nth-of-type(2)::before {
  height: 248px;
  top: -248px;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .block-stage-section-bg__box:nth-of-type(2)::before {
    height: 143px;
    top: -143px;
  }
}
.block-stage-section-bg__box:nth-of-type(3) {
  left: auto;
  right: 30.5%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .block-stage-section-bg__box:nth-of-type(3) {
    right: 30%;
  }
}
@media screen and (max-width: 992px) {
  .block-stage-section-bg__box:nth-of-type(3) {
    bottom: 102px;
  }
}
.block-stage-section-bg__box:nth-of-type(3)::before {
  height: 267px;
  top: -267px;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .block-stage-section-bg__box:nth-of-type(3)::before {
    height: 166px;
    top: -166px;
  }
}
.block-stage-section-bg__box:nth-of-type(4) {
  left: auto;
  right: 13%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .block-stage-section-bg__box:nth-of-type(4) {
    right: 5%;
  }
}
@media screen and (max-width: 992px) {
  .block-stage-section-bg__box:nth-of-type(4) {
    bottom: 20px;
  }
}
.block-stage-section-bg__box:nth-of-type(4)::before {
  height: 195px;
  top: -195px;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .block-stage-section-bg__box:nth-of-type(4)::before {
    height: 105px;
    top: -105px;
  }
}
.block-stage-section-bg__box-inner {
  animation: slide 1s ease forwards 2.5s;
  opacity: 0;
  background-color: rgba(20, 20, 20, 0.6);
  border-radius: 10px;
  padding: 4px 12px;
  max-width: 188px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .block-stage-section-bg__box-inner {
    max-width: 175px;
  }
}
@media screen and (max-width: 992px) {
  .block-stage-section-bg__box-inner {
    max-width: 300px;
    width: 300px;
    margin: auto;
  }
}
.block-stage-section-bg__box-number, .block-stage-section-bg__box-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  white-space: nowrap;
}
.block-stage-section-bg__box-number {
  font-size: 24px;
  line-height: 34px;
  display: block;
  width: 100%;
}
.block-stage-section-bg__image-next {
  text-align: center;
  height: 0.1px;
  width: 100%;
}
.block-stage-section-bg__image-next img {
  width: 1600px;
  height: 279px;
  cursor: auto;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .block-stage-section-bg__image-next {
    max-width: 1200px;
    margin: auto;
  }
  .block-stage-section-bg__image-next img {
    width: 1200px;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .block-stage-section-bg__image-next {
    display: none;
  }
  .block-stage-section-bg__image-next img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}