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

.block-hero-animated {
  background-color: #141414;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  max-height: 993px;
  position: relative;
  overflow: hidden;
}
.block-hero-animated .container {
  position: relative;
  z-index: 3;
}
.block-hero-animated__video-container {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-hero-animated__video-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.block-hero-animated__overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0, 0, 0) 3%, rgba(20, 20, 20, 0.6) 100%);
  z-index: 1;
}
.block-hero-animated__video-bg {
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-hero-animated__card {
  background-color: transparent;
  border: none;
  color: #fff;
  width: 100%;
  box-shadow: none;
}
.block-hero-animated__card p:last-child {
  margin: 0;
}
.block-hero-animated__title > * {
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.block-hero-animated__info {
  max-width: 438px;
  width: 100%;
  margin-top: 32px;
}
.block-hero-animated__info > * {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.block-hero-animated__info a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.block-hero-animated__info a.gradient {
  background: linear-gradient(261deg, #9e78f0 0%, #0957c3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}
.block-hero-animated__btn-group {
  margin-top: 37px;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .block-hero-animated__btn-group {
    flex-wrap: wrap;
  }
}
.block-hero-animated__btn-group a {
  min-height: 52px;
  height: 52px;
}
.block-hero-animated__btn-group a.secondary {
  margin-top: 0;
}
.block-hero-animated__btn-group a.secondary::before {
  height: 52px;
}
@media screen and (max-width: 500px) {
  .block-hero-animated__btn-group a {
    width: 80%;
    text-align: center;
    justify-content: center;
  }
}
.block-hero-animated__typed-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .block-hero-animated__typed-text {
    justify-content: center;
  }
}
.block-hero-animated__typed-wrap {
  display: flex;
  width: 100%;
  max-width: 585px;
  align-items: center;
  margin: 0;
  min-height: 54px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15.25px);
  border-radius: 8px;
  white-space: nowrap;
  font-family: "Space Mono", monospace !important;
  font-style: normal;
  font-weight: 400;
  font-size: min(30px, 3.75vw);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
}
.block-hero-animated__typed-wrap span {
  font-weight: 400;
}
.block-hero-animated__typed-wrap .typed {
  display: inline;
  font-weight: 400;
  color: #9777F1;
}
.block-hero-animated__typed-wrap .typed .Typewriter__cursor {
  color: rgba(255, 255, 255, 0.4);
}
.block-hero-animated__typed-wrap p {
  display: inline;
  margin: 0;
}
@media (max-width: 991px) {
  .block-hero-animated__typed-wrap {
    max-width: 100%;
    width: 560px;
    font-size: min(24px, 3.75vw);
  }
}
.block-hero-animated__typed-strings {
  display: none;
}
.block-hero-animated__trail {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.block-hero-animated__trail .circle {
  display: none;
}
.block-hero-animated__trail .road-trail {
  height: 0;
  transition: height 0.1s;
  overflow: hidden;
}
.block-hero-animated__trail--desktop {
  top: 60px;
}
.block-hero-animated__trail--mobile {
  display: none;
}
@media screen and (min-width: 992px) {
  .block-hero-animated .container {
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 991px) {
  .block-hero-animated {
    max-height: 895px;
    min-height: 895px;
  }
  .block-hero-animated .container {
    padding-top: 180px;
    height: 100%;
    position: relative;
  }
  .block-hero-animated__card {
    text-align: center;
  }
  .block-hero-animated__title-col .block-hero-animated__title {
    max-width: 390px;
    margin: 0 auto;
  }
  .block-hero-animated__title-col .block-hero-animated__title > * br {
    display: none;
  }
  .block-hero-animated__info {
    margin: 32px auto auto;
  }
  .block-hero-animated__btn-group {
    justify-content: center;
  }
  .block-hero-animated__trail--desktop {
    display: none;
  }
  .block-hero-animated__trail--mobile {
    display: block;
    position: relative;
  }
  .block-hero-animated__trail--mobile .road-trail svg {
    height: 412px;
  }
  .block-hero-animated__trail--mobile .circle svg {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .block-hero-animated .container {
    padding-top: 168px;
  }
  .block-hero-animated__trail--mobile .road-trail svg {
    height: 425px;
  }
}