:root {
  --black: #101010;
  --white: #fafafa;
  --sky-blue: #67ddf8;
  --accessible-components-dark-grey: #9b9b9b;
  --light-cyan: #d3f3fa;
  --dark-slate-grey: #0a2830;
  --accessible-components-dodger-blue: #1378d1;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #fafafa;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Conthrax Bold, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 130%;
}

h2 {
  color: #fafafa;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Conthrax Bold, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 700;
  line-height: 150%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
}

p {
  text-align: left;
  margin-bottom: 10px;
  font-family: Tomorrow, sans-serif;
  font-weight: 400;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.s-g-section {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.s-g_container.headings {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.s-g-body {
  background-color: var(--black);
  color: var(--white);
  font-family: Conthrax Bold, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.heading {
  color: #fafafa;
}

.page-wrapper {
  position: relative;
  overflow: visible;
}

.body {
  color: var(--white);
  background-color: #101010;
  font-family: Conthrax Bold, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.hero-section {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-container {
  z-index: 10;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.h1-heading {
  text-align: center;
  font-size: 4.0625rem;
}

.hero_p {
  text-align: center;
}

.button-wrap__centered {
  justify-content: center;
  display: flex;
}

.html-embed {
  border: 0px solid var(--sky-blue);
}

.hero-separator-img {
  z-index: 5;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.warrior__left-img {
  z-index: 4;
  width: auto;
  height: 80%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.warrior__right-img {
  z-index: 3;
  width: auto;
  height: 70%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.flash-wrapper {
  z-index: 2;
  display: none;
  position: absolute;
  top: auto;
  bottom: -20px;
  left: 0%;
  right: 0%;
}

.section-marquee {
  z-index: 10;
  height: auto;
  background-color: #072025;
  padding-top: 50px;
  padding-bottom: 100px;
  overflow: hidden;
}

.marquee-content {
  min-width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 20;
  width: 100%;
  padding-top: 45px;
  padding-left: 5rem;
  padding-right: 5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.navbar-container {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.navbar_logo {
  flex: none;
  align-items: center;
  display: flex;
}

.navbar_right-side-column {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Tomorrow, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link:hover {
  color: var(--sky-blue);
}

.f-marquee__img {
  width: 108px;
  height: 108px;
  flex: 0 auto;
}

.f-marquee_txt {
  text-transform: uppercase;
  flex: 0 auto;
  font-size: 36px;
  line-height: 130%;
}

.marquee {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 105px;
  display: flex;
  position: relative;
}

.m-warrior__card {
  flex: 0 auto;
  position: relative;
}

.m-warrior__img {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.marquee-r {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.section-process {
  height: auto;
  background-color: #101010;
  padding: 180px 80px;
  position: relative;
  overflow: visible;
}

.section-separator-2 {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-main {
  max-width: 1280px;
}

.p-wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.p-card__img-wrap {
  width: 40%;
  grid-column-gap: 124px;
  grid-row-gap: 124px;
  flex-direction: column;
  display: block;
  position: relative;
}

.p-img_wrap {
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
}

.p-img-1 {
  z-index: 5;
  width: 100%;
  position: relative;
}

.p-content_wrap {
  width: 50%;
  grid-column-gap: 265px;
  grid-row-gap: 265px;
  flex-direction: column;
  display: flex;
}

.p-card_divider {
  margin-top: 32px;
  margin-bottom: 32px;
}

.p-card_divider.is--o-t {
  flex: none;
}

.p-card_description {
  width: 90%;
}

.section-faq {
  height: auto;
  background-color: #101010;
  padding: 180px 80px;
  position: relative;
}

.container-faq {
  max-width: 967px;
}

.heading-wrapper {
  margin-bottom: 80px;
}

.h2_faq {
  text-align: center;
}

.faq__main-wrapper {
  flex-direction: column;
  display: flex;
}

.accordion-item {
  width: 900px;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #f2f2f7;
  border-bottom: 1px solid #f2f2f7;
  border-radius: 0;
  margin-bottom: -1px;
  padding: 24px 32px 14px 24px;
}

.accordion-item.accordion-item__on-grey-bg {
  width: 100%;
  max-width: none;
  border-top-width: 0;
  border-top-color: #e2e2ee;
  border-bottom-width: 0;
  border-bottom-color: #43271d;
  margin-bottom: 0;
  padding-top: 36px;
  padding-left: 10px;
  padding-right: 10px;
}

.accordion-item__heading-wrap {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.accordion-item__heading-wrap:hover {
  color: #06f;
}

.accordion-item__heading {
  color: var(--white);
  text-transform: uppercase;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tomorrow, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
}

.accordion-item__icon {
  width: 48px;
  height: 48px;
}

.accordion-item__content {
  margin-top: 36px;
  margin-right: 30px;
  overflow: hidden;
}

.faq-item__wrap {
  width: 100%;
  border-bottom: 1px solid var(--sky-blue);
  justify-content: center;
  display: flex;
}

.np-small {
  max-width: 900px;
  color: var(--white);
  text-align: left;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
}

.faq-separator-img {
  z-index: 5;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_our-team {
  height: auto;
  padding: 100px 80px 60px;
  overflow: hidden;
}

.heading_wrapper-o-t {
  max-width: 722px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.h2__o-t-section {
  font-size: 65px;
}

.gradient_wrap {
  background-image: linear-gradient(#062128, #1d5e6d 39%, #062931);
}

.section_l-image {
  height: auto;
  padding-top: 60px;
  padding-left: 80px;
  padding-right: 80px;
}

.l-img__img {
  width: 100%;
}

.footer {
  height: auto;
  padding-top: 150px;
  padding-bottom: 50px;
}

.footer_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer__nav-wrap {
  width: 100%;
  max-width: 900px;
  justify-content: space-around;
  margin-bottom: 58px;
  display: flex;
}

.footer-nav__link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  letter-spacing: .9px;
  align-items: center;
  font-family: Tomorrow, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer-nav__link:hover {
  color: var(--sky-blue);
}

.footer-nav__icon-img {
  width: 35px;
  height: 35px;
}

.footer__logo-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
}

.footer__logo-img {
  height: 32px;
}

.footer_social-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.footer_social-link {
  transition: opacity .2s;
}

.footer_social-link:hover {
  opacity: .5;
}

.footer__copyright-txt {
  letter-spacing: .7px;
  font-family: Tomorrow, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.o-t_slider-card {
  z-index: 5;
  height: 100%;
  padding-bottom: 0;
  position: relative;
}

.swiper-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.swiper-wrapper.is-slider-main {
  min-height: 100%;
  grid-column-gap: 37px;
  grid-row-gap: 0px;
  align-items: stretch;
  overflow: visible;
}

.swiper-wrapper.is-swiper-roadmap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  overflow: visible;
}

.swiper-wrapper.is-swiper-roadmap-3, .swiper-wrapper.is-swiper-roadmap-4, .swiper-wrapper.is-swiper-roadmap-3, .swiper-wrapper.is-swiper-roadmap-4 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.o-t-card__bg-img {
  width: 100%;
}

.swiper-slide {
  width: 33.3333%;
  height: auto;
  flex: none;
}

.swiper-slide.is-slider-main {
  z-index: 100;
  width: 33.3333%;
  min-height: 100%;
  cursor: pointer;
  flex: none;
  position: relative;
  overflow: hidden;
}

.swiper-slide.is-slider-main.is--test {
  background-image: none;
}

.swiper-slide.is--swiper-roadmap, .swiper-slide.is--swiper-roadmap-3, .swiper-slide.is--swiper-roadmap-4, .swiper-slide.is--swiper-roadmap-3, .swiper-slide.is--swiper-roadmap-4 {
  height: auto;
  min-height: 100%;
  flex-direction: column;
  display: flex;
}

.o-t-card__content-container {
  height: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  padding: 2rem 2rem 64px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.o-t-card__img {
  width: 100%;
}

.o-t-card__name {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 120%;
}

.o-t-card__job-title {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
}

.slider-main_button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.slider-main_button-wrapper.is--hidden {
  display: none;
}

.slider-main_button {
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-main_button.swiper-prev {
  transition: opacity .2s;
}

.slider-main_button.swiper-prev:hover {
  opacity: .5;
}

.slider-main_button.swiper-next {
  transition: opacity .2s;
}

.slider-main_button.swiper-next:hover {
  opacity: .5;
}

.swiper.is-slider-main {
  position: relative;
  overflow: visible;
}

.o-t__modal-wrapper {
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .4);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -80px;
  right: 0%;
}

.modal-card {
  width: auto;
  max-width: 1000px;
  background-image: linear-gradient(#259ab5, #0e4551);
  flex-direction: row;
  flex: 1;
  display: flex;
  position: relative;
}

.modal-card__content-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  padding: 50px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: fill;
  flex: 0 auto;
  display: inline-block;
}

.modal__text-wrapper {
  flex-direction: column;
  display: flex;
}

.text-block {
  margin-bottom: 32px;
  font-family: Tomorrow, sans-serif;
  font-weight: 500;
}

.modal__rich-text {
  display: block;
}

.modal__rich-text li {
  font-family: Tomorrow, sans-serif;
  font-weight: 400;
}

.div-block {
  width: auto;
  max-width: 246px;
  min-width: 246px;
}

.open_modal-div {
  z-index: 20;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_modal-1_message {
  color: var(--accessible-components-dark-grey);
}

.fs_modal-1_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.fs_modal-1_close:focus-visible {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_description {
  margin-bottom: 0;
}

.fs_modal-1_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.fs_modal-1_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 4rem;
  display: grid;
}

.fs_modal-1_image {
  width: 100%;
  object-fit: cover;
}

.fs_modal-1_wrapper {
  z-index: 999;
  width: 100%;
  max-width: 60rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  display: grid;
  position: relative;
}

.fs_modal-1_cover {
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_modal-1_popup {
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  padding: 0;
}

.fs_modal-1_button:focus-visible {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_embed {
  margin-bottom: 0;
}

.fs_modal-1_component {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
  position: relative;
}

.text-block-2 {
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 120%;
}

.modal_close-button {
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.section-roadmap {
  height: auto;
  background-image: linear-gradient(#082025, #133a43 22%, #0d2f37 48%, #08252d);
  margin-bottom: 0;
  padding: 150px 80px;
  overflow: hidden;
}

.roadmap-container {
  max-width: 1280px;
  position: relative;
}

.h2__roadmap {
  margin-bottom: 32px;
  font-size: 65px;
}

.roadmap_tab-link {
  width: 200px;
  border: .64px solid var(--sky-blue);
  color: var(--sky-blue);
  text-transform: uppercase;
  background-color: rgba(103, 221, 248, 0);
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Tomorrow, sans-serif;
  font-size: 16px;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.roadmap_tab-link:hover {
  background-color: #0a2830;
}

.roadmap_tab-link.w--current {
  color: var(--black);
  background-color: #67ddf8;
}

.tabs-menu {
  margin-bottom: 91px;
  display: flex;
}

.heading_wrapper-roadmap {
  max-width: 722px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.collection-list {
  display: flex;
}

.roadmap__step-wrapper {
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.roadmap__bullet-wrapper {
  position: relative;
}

.collection-item {
  width: 35%;
  height: auto;
  flex-direction: column;
  flex: none;
  display: flex;
}

.roadmap__bullet-active-img {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}

.roadmap__step-line {
  width: 100%;
  height: 2px;
  background-color: #d3f3fa;
}

.roadmap__step-container {
  width: 32px;
  height: 32px;
}

.rodmap__card-wrap {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  padding-top: 5.5px;
  display: flex;
  position: relative;
}

.roadmap__border-img {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  aspect-ratio: auto;
  object-fit: fill;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.r__main-wrap {
  height: 100%;
  padding-right: 24px;
}

.tabs-content {
  overflow: visible;
}

.roadmap__card-content-wrapper {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: var(--sky-blue);
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  padding-bottom: 41px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.r-card__heading-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 23px;
  display: flex;
}

.h-3_roadmap {
  font-size: 24px;
}

.r-card__phase-number-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 25px;
  display: flex;
}

.r-card__complete-tag {
  color: var(--sky-blue);
  font-size: 16px;
}

.r-card__line-img {
  width: 100%;
}

.r-card__description-wrap {
  width: 100%;
  flex: 0 auto;
  padding: 32px 25px 0;
}

.r-card__step-name {
  margin-bottom: 16px;
  font-family: Tomorrow, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.r-t__roadmap li {
  font-family: Tomorrow, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.r-t__roadmap ul {
  padding-left: 25px;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2 {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.swiper-secondary.is-slider-main {
  position: relative;
  overflow: visible;
}

.cta-wrap {
  height: auto;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-bg_img {
  z-index: 2;
  height: auto;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  opacity: .5;
  filter: grayscale();
  object-fit: cover;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}

.roadmap__tabs {
  margin-bottom: 0;
}

.cta__content-wrap {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-left: 0%;
  display: grid;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta__text-wrapper {
  z-index: 40;
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  padding-top: 20%;
  padding-bottom: 10%;
  padding-left: 5%;
  display: flex;
  position: relative;
}

.cta_heading {
  font-size: 3.5rem;
}

.cta__paragraph {
  font-size: 29px;
}

.cta__warrior-wrap {
  z-index: 2;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.cta__warrior-img {
  width: auto;
  height: 120%;
  max-height: none;
  max-width: none;
  flex: 0 auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta-container {
  width: 100%;
  background-image: linear-gradient(#4aa6bb, #072a32);
  position: relative;
}

.cta-container._1st {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-cta {
  height: auto;
  background-color: #101010;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.roadmap-container-copy {
  z-index: 5;
  max-width: 1280px;
  margin-top: 0%;
  position: relative;
}

.cta__bg-gradient {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#08252d, #082025);
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-2 {
  width: 100%;
  height: 50%;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cta-divider__line-img {
  width: 100%;
}

.section-coin {
  height: auto;
  background-color: #101010;
  padding: 90px 80px;
  overflow: visible;
}

.container-coin {
  max-width: 1280px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.coin-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.coin-grid__cell.is--animation-column {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.h2__coin {
  font-size: 44px;
  line-height: 150%;
}

.coin-card_description {
  width: 100%;
}

.coin-card_description.margin--b-32 {
  margin-bottom: 32px;
}

.coin-content_card {
  padding-right: 80px;
}

.coin-animation__wrapper {
  position: relative;
}

.coin-animation__grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.coin-animation__square-div {
  aspect-ratio: 1 / 1;
  position: relative;
}

.coin-animation__coin-img-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.coin__img {
  width: 100%;
  flex: 0 auto;
}

.moving-square {
  width: 100%;
  height: 100%;
  background-color: #2a4e56;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-1-section {
  height: auto;
  background-color: #101010;
  padding: 180px 80px 90px;
  overflow: visible;
}

.p-card__all-images-container {
  aspect-ratio: 1 / 1;
  position: relative;
}

.p-img-2 {
  z-index: 6;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.p-img-3 {
  z-index: 7;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed-3 {
  width: 100%;
  height: 500px;
  position: absolute;
}

.cta__bg-lines-lottie {
  width: 105%;
  height: auto;
  flex: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-3 {
  z-index: 3;
  align-items: center;
  padding-bottom: 11px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.cta-clip__gradient-rec {
  z-index: 4;
  position: absolute;
  top: 80px;
  bottom: auto;
  left: -1px;
  right: auto;
}

.cta-clip__triangle {
  z-index: 20;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.collection-list-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  display: flex;
}

.collection-item-2 {
  width: 100%;
  padding-right: 2rem;
}

.mask {
  width: 33.3333%;
  height: 800px;
  overflow: visible;
}

.slider {
  height: 800px;
  background-color: rgba(221, 221, 221, 0);
}

.left-arrow {
  width: 48px;
  height: 48px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-arrow {
  width: 48px;
  height: 48px;
  top: auto;
  bottom: 0%;
  left: 80px;
  right: auto;
}

.div-block-4 {
  margin-top: 200px;
  padding-bottom: 132px;
}

.slide-nav {
  display: none;
}

.slider-open-div-pop-up {
  z-index: 10000;
  cursor: pointer;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_modal-1_popup-max {
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_close-button-max {
  z-index: 80000;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.fs_modal-1_popup-sergey {
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_close-button-sergey {
  z-index: 80000;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.fs_modal-1_popup-konstantin {
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_close-button-konstantin {
  z-index: 80000;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.button__main {
  border: 1px solid var(--sky-blue);
  box-shadow: inset 0 0 0 1.5px var(--black);
  outline-offset: 0px;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(103, 221, 248, 0);
  background-image: linear-gradient(315deg, rgba(103, 221, 248, 0) 6%, #67ddf8 6%);
  border-bottom-right-radius: 0;
  outline: 3px #101010;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-family: Tomorrow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.button-main-1 {
  border: 0px solid var(--sky-blue);
}

.button-outside {
  background-color: var(--sky-blue);
  color: var(--black);
  padding: 1px;
  text-decoration: none;
}

.button_inline-1 {
  width: 100%;
  height: 100%;
  background-color: var(--black);
  padding: 1.5px;
  text-decoration: none;
}

.button-content {
  height: 100%;
  background-color: var(--sky-blue);
  color: var(--black);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-family: Tomorrow, sans-serif;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  text-decoration: none;
}

.burger_menu-wrap {
  display: none;
}

.b-nav {
  border: 1px solid var(--sky-blue);
  color: var(--sky-blue);
  text-transform: uppercase;
  font-family: Tomorrow, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-5 {
  padding: 15px 64px;
}

.nav__button {
  width: auto;
  border: 1px solid var(--sky-blue);
  color: var(--sky-blue);
  text-transform: uppercase;
  background-color: rgba(103, 221, 248, 0);
  flex: 0 auto;
  margin-left: 16px;
  padding: 15px 32px;
  font-family: Tomorrow, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
}

.nav__button:hover {
  background-color: var(--sky-blue);
  color: var(--black);
}

.nav-menu__mobile {
  display: none;
}

.navbar-menu__mobile-container {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.o-t__read-more-wrap {
  z-index: 6;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  align-items: center;
  line-height: 120%;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mobile__close-button {
  display: none;
}

.nav__button-desktop {
  width: auto;
  max-width: 300px;
  min-width: 150px;
  border: 1px solid var(--sky-blue);
  color: var(--sky-blue);
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(103, 221, 248, 0);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  padding: 15px 0;
  font-family: Tomorrow, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav__button-desktop:hover {
  background-color: var(--sky-blue);
  color: var(--black);
}

.cta-coin-wrapper {
  position: relative;
  overflow: hidden;
}

.b-main__embed {
  border: 0px solid var(--sky-blue);
}

.b-main__wrapper {
  height: auto;
  display: flex;
}

.footer-nav__icon-wrapper {
  width: 35px;
  height: 35px;
}

.t_bg-test {
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.o-t-card__content-container-test {
  z-index: 5;
  height: 100%;
  min-height: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  padding: 2rem 2rem 64px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.test__bg-embed {
  object-fit: fill;
}

.roadmap__top-line-embed-wrap {
  width: 100%;
  height: 6px;
  background-image: url('../images/roadmap-top-line-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 6px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.roadmap__bottom-line-embed-wrap {
  width: 100%;
  height: 10px;
  background-image: url('../images/roadmap-card-line-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 10px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.p-card__mobile-img {
  display: none;
}

.line-divider-wrapper {
  width: 100%;
  height: 10px;
  background-image: url('../images/p-divider.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
}

.p-card_divider-copy {
  margin-top: 32px;
  margin-bottom: 32px;
}

.p-card_divider-copy.is--o-t {
  flex: none;
}

.text-block-4 {
  font-family: Tomorrow, sans-serif;
  font-weight: 700;
  position: static;
}

.button_label {
  color: var(--black);
  text-transform: uppercase;
  font-family: Tomorrow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.button_elements {
  background-color: var(--sky-blue);
  justify-content: center;
  align-items: center;
  padding: 15px 24px 15px 32px;
  display: flex;
}

.button_tech {
  display: flex;
}

.button_decorator_wrapper {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: baseline;
  margin-left: -1px;
  display: flex;
}

.button_decorator_filler {
  width: 8px;
  background-color: var(--sky-blue);
  flex: 1;
}

.div-block-6 {
  width: 8px;
  height: 8px;
}

.tab_label {
  color: var(--sky-blue);
  text-transform: uppercase;
  font-family: Tomorrow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.tab_elements {
  border-top: 1px solid var(--sky-blue);
  border-bottom: 1px solid var(--sky-blue);
  border-left: 1px solid var(--sky-blue);
  justify-content: center;
  align-items: center;
  padding: 15px 64px 15px 72px;
  display: flex;
}

.tab_decorator_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  margin-left: -.5px;
  display: flex;
}

.tab_decorator_filler {
  width: 8px;
  border-right: 1px solid var(--sky-blue);
  border-bottom: 1px solid var(--sky-blue);
  flex: 1;
}

.tab_tech {
  display: flex;
}

.button-primary {
  flex: 0 auto;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button-primary:hover {
  transform: scale(1.05);
}

.tab-button {
  text-decoration: none;
  display: flex;
}

.nav-wrap {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-contain {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.nav_hamburger-wrap {
  width: 48px;
  height: 48px;
  position: relative;
}

.nav_hamburger-base {
  background-color: var(--black);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_menu-wrap {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-base {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-primary-inside-wrap, .link-block-3 {
  display: flex;
}

.image-stretch-test {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.o-t__bg-sretch-img-default {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
}

.o-t__bg-sretch-img-hover {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
}

.o-t__read-more-wrap-main {
  z-index: 6;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 35px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.read-more__icon-embed-wrap {
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  display: block;
}

.o-t__member-info-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tab-button__container {
  display: flex;
}

.hero-flash-wrapper {
  z-index: 2;
  height: 15%;
  justify-content: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero__flash-circle {
  width: 100%;
  min-width: 100%;
  aspect-ratio: auto;
  background-color: var(--sky-blue);
  opacity: 1;
  filter: blur(100px);
  border-radius: 50%;
  padding-top: 50%;
  padding-bottom: 0;
}

.coin-lottie_wrap {
  position: relative;
}

.coin__img-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.coin__img-absolute {
  width: 100%;
}

.swiper-3.is-slider-main, .swiper-4.is-slider-main {
  position: relative;
  overflow: visible;
}

.section-staking {
  width: 100%;
  height: 100vh;
  background-color: #101010;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 13.125vw;
  display: flex;
  position: relative;
}

.staking-img {
  z-index: 1;
  width: auto;
  height: 67.778vw;
  max-width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.staking__overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(.868vw);
  backdrop-filter: blur(.868vw);
  background-color: rgba(16, 16, 16, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-container-staking {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-staking {
  z-index: 20;
  width: 100%;
  padding-top: 3.125vw;
  padding-left: 5.556vw;
  padding-right: 5.556vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.swiper-secondary-copy.is-slider-main, .swiper-marketing.is-slider-main, .swiper-sales.is-slider-main {
  position: relative;
  overflow: visible;
}

.fs_modal-1_popup-alex {
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_close-button-alex {
  z-index: 80000;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.fs_modal-1_popup-timothy, .fs_modal-1_popup-angela {
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_close-button-timothy, .modal_close-button-angela {
  z-index: 80000;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.marquee-first {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.marquee-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  display: flex;
}

.fs_modal-1_popup-dennis {
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 24px;
    padding-right: 24px;
    overflow: visible;
  }

  .navbar-container {
    z-index: 80000;
    position: relative;
  }

  .navbar_logo {
    flex: none;
  }

  .navbar_right-side-column {
    display: none;
  }

  .nav-link {
    margin-bottom: 32px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .nav-link.m-l-1, .nav-link.m-l-2, .nav-link.m-l-3, .nav-link.m-l-4 {
    justify-content: flex-start;
  }

  .section-process {
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .p-card__img-wrap {
    width: 45%;
  }

  .p-content_wrap {
    width: 53%;
  }

  .h2__p-section {
    font-size: 34px;
  }

  .section-faq {
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion-item {
    width: 100%;
  }

  .accordion-item.accordion-item__on-grey-bg {
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion-item__heading {
    font-size: 24px;
  }

  .accordion-item__icon {
    width: 28px;
    height: 28px;
  }

  .np-small {
    color: var(--white);
    font-size: 1.1rem;
  }

  .section_our-team {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section_l-image {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .swiper-slide.is-slider-main, .swiper-slide.is--swiper-roadmap, .swiper-slide.is--swiper-roadmap-3, .swiper-slide.is--swiper-roadmap-4, .swiper-slide.is--swiper-roadmap-3, .swiper-slide.is--swiper-roadmap-4 {
    width: 50%;
  }

  .o-t-card__content-container {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .o-t-card__name {
    text-align: left;
  }

  .o-t-card__job-title {
    text-align: left;
    font-size: 16px;
  }

  .modal-card__content-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .text-block, .modal__rich-text li, .modal__rich-text p {
    font-size: 20px;
  }

  .fs_modal-1_image {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-1_wrapper {
    grid-template-columns: 1fr;
  }

  .text-block-2 {
    font-size: 24px;
  }

  .section-roadmap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta__text-wrapper {
    padding-top: 10%;
  }

  .cta_heading {
    font-size: 2rem;
  }

  .cta__paragraph {
    font-size: 1.5rem;
  }

  .section-cta, .section-coin {
    padding-left: 24px;
    padding-right: 24px;
  }

  .h2__coin {
    font-size: 2rem;
  }

  .coin-card_description {
    font-size: 1.5rem;
  }

  .cta-1-section {
    padding-top: 120px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .fs_modal-1_popup-max {
    display: none;
  }

  .burger_menu-wrap {
    width: 42px;
    height: 42px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .nav__button {
    margin-top: 16px;
    margin-left: 0;
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav-menu__mobile {
    z-index: 70000;
    height: 100svh;
    background-color: var(--black);
    align-items: flex-end;
    padding-bottom: 64px;
    padding-left: 24px;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar-menu__mobile-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .burger__line-top {
    width: 32px;
    height: 3px;
    background-color: var(--sky-blue);
    border-radius: .25px;
    flex: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-icon__wrapper {
    z-index: 80000;
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-direction: column;
    flex: none;
    display: flex;
    position: relative;
  }

  .burger__line-middle, .burger__line-bottom {
    width: 32px;
    height: 3px;
    background-color: var(--sky-blue);
    border-radius: .25px;
    flex: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger__close {
    z-index: 90000;
    flex: none;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .o-t__read-more-wrap {
    color: var(--sky-blue);
    letter-spacing: .5px;
    font-size: 16px;
  }

  .mobile__close-button {
    display: none;
  }

  .nav__button-desktop {
    margin-top: 16px;
    margin-left: 0;
    padding-left: 80px;
    padding-right: 80px;
  }

  .o-t__read-more-wrap-main {
    justify-content: flex-end;
    padding-bottom: 22px;
    padding-right: 24px;
    display: flex;
  }

  .read-more__icon-embed-wrap {
    width: 24px;
    height: 24px;
  }

  .o-t__member-info-container {
    align-items: flex-start;
  }

  .section-staking {
    padding-top: 30vw;
  }

  .navbar-staking {
    padding-left: 24px;
    padding-right: 24px;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    align-items: flex-start;
    padding-top: 140px;
  }

  .hero-container {
    font-size: 20px;
  }

  .h1-heading {
    font-size: 36px;
  }

  .warrior__left-img {
    width: auto;
    height: 50%;
    left: 50%;
    transform: translate(-50%);
  }

  .warrior__right-img {
    display: none;
  }

  .section-marquee {
    padding-bottom: 50px;
  }

  .marquee-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .navbar {
    padding-top: 16px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar_right-side-column {
    display: none;
  }

  .nav-link {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .f-marquee__img {
    width: 80px;
    height: 80px;
  }

  .f-marquee_txt {
    font-size: 20px;
  }

  .section-process {
    padding-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .p-card__img-wrap {
    display: none;
  }

  .p-content_wrap {
    width: 100%;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .h2__p-section {
    font-size: 30px;
  }

  .p-card_divider.is--o-t {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .p-card_description {
    width: 100%;
    font-size: 20px;
  }

  .section-faq {
    padding: 90px 16px 100px;
  }

  .heading-wrapper {
    margin-bottom: 32px;
  }

  .h2_faq {
    font-size: 30px;
  }

  .accordion-item.accordion-item__on-grey-bg {
    padding: 40px 16px 24px;
  }

  .accordion-item__heading-wrap {
    align-items: center;
  }

  .accordion-item__heading {
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 600;
  }

  .accordion-item__icon {
    width: 38px;
    height: 38px;
  }

  .accordion-item__content {
    margin-top: 24px;
    margin-right: 0;
  }

  .np-small {
    padding-right: 38px;
    font-size: 16px;
  }

  .section_our-team {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading_wrapper-o-t {
    margin-bottom: 50px;
  }

  .h2__o-t-section {
    font-size: 30px;
  }

  .section_l-image {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .l-img-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .l-img__img {
    width: 156%;
    max-width: none;
    flex: 0 auto;
  }

  .footer {
    padding-top: 65px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer_container {
    align-items: flex-start;
  }

  .footer__nav-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 34px;
  }

  .footer__logo-wrap {
    align-items: flex-start;
    margin-bottom: 34px;
  }

  .swiper-slide.is-slider-main {
    width: 80%;
  }

  .swiper-slide.is--swiper-roadmap, .swiper-slide.is--swiper-roadmap-3, .swiper-slide.is--swiper-roadmap-4, .swiper-slide.is--swiper-roadmap-3, .swiper-slide.is--swiper-roadmap-4 {
    width: 100%;
  }

  .slider-main_button-wrapper {
    display: none;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .fs_modal-1_heading {
    font-size: 2rem;
  }

  .fs_modal-1_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-1_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-roadmap {
    padding: 60px 16px 100px;
  }

  .h2__roadmap {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .roadmap_tab-link, .roadmap_tab-link.w--current {
    padding-left: 7px;
    padding-right: 7px;
  }

  .tabs-menu {
    margin-bottom: 42px;
  }

  .heading_wrapper-roadmap {
    margin-bottom: 10px;
  }

  .roadmap__step-wrapper {
    margin-bottom: 42px;
  }

  .r__main-wrap {
    padding-right: 20px;
  }

  .r-card__heading-wrap {
    padding-right: 16px;
  }

  .r-card__phase-number-wrap {
    padding-left: 16px;
  }

  .r-card__phase-number {
    font-size: 20px;
  }

  .r-card__line-img {
    width: 100%;
  }

  .r-card__description-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .r-card__step-name {
    font-size: 20px;
  }

  .image-2 {
    width: 100%;
  }

  .cta__content-wrap {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .cta__text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 40px 25px 16px;
  }

  .cta_heading {
    font-size: 30px;
  }

  .cta__paragraph {
    font-size: 20px;
  }

  .cta__warrior-wrap {
    height: 400px;
    justify-content: center;
  }

  .cta__warrior-img {
    height: 100%;
    position: static;
  }

  .section-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-coin {
    padding: 50px 16px 80px;
  }

  .coin-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    justify-content: flex-end;
    display: flex;
  }

  .h2__coin {
    font-size: 30px;
  }

  .coin-card_description {
    font-size: 20px;
  }

  .coin-content_card {
    padding-right: 0;
  }

  .cta-1-section {
    padding: 40px 16px 50px;
  }

  .div-block-3 {
    align-items: flex-end;
  }

  .fs_modal-1_popup-max, .fs_modal-1_popup-sergey, .fs_modal-1_popup-konstantin {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-menu__mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-menu__mobile-container {
    display: flex;
  }

  .p-card__mobile-img {
    display: block;
  }

  .line-divider-wrapper, .p-card_divider-copy.is--o-t {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .section-staking {
    overflow: hidden;
  }

  .staking-img {
    height: 170vw;
    max-width: none;
  }

  .hero-container-staking {
    font-size: 20px;
  }

  .navbar-staking {
    padding-top: 16px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fs_modal-1_popup-alex, .fs_modal-1_popup-timothy, .fs_modal-1_popup-angela, .fs_modal-1_popup-dennis {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 100svh;
    padding-left: 16px;
    padding-right: 16px;
  }

  .warrior__left-img {
    height: 60%;
  }

  .flash-wrapper {
    width: 100%;
  }

  .marquee-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .navbar {
    padding-top: 16px;
  }

  .navbar_logo-img {
    height: 30px;
  }

  .p-card_divider {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .section-faq {
    padding-top: 90px;
  }

  .heading-wrapper {
    margin-bottom: 24px;
  }

  .h2_faq {
    font-size: 30px;
  }

  .accordion-item.accordion-item__on-grey-bg {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-item__heading-wrap {
    grid-column-gap: 16px;
  }

  .accordion-item__heading {
    font-size: 1rem;
  }

  .accordion-item__content {
    margin-top: 8px;
  }

  .heading_wrapper-o-t {
    align-items: flex-start;
  }

  .section_l-image {
    padding-top: 0;
  }

  .l-img-wrapper {
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
  }

  .l-img__img {
    width: auto;
    height: 100%;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 50%;
    right: 0%;
    transform: translate(-50%);
  }

  .slider-main_component {
    height: auto;
  }

  .o-t_slider-card {
    height: 100%;
  }

  .swiper-wrapper.is-slider-main {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
  }

  .o-t-card__bg-img {
    display: none;
  }

  .swiper-slide.is-slider-main {
    width: 100%;
  }

  .o-t-card__content-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: flex-start;
    padding: 24px 24px 64px;
    position: static;
  }

  .o-t-card__name {
    font-size: 24px;
  }

  .o-t-card__job-title {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
  }

  .slider-main_button-wrapper {
    padding-left: 16px;
  }

  .swiper.is-slider-main {
    height: auto;
    min-height: 100%;
  }

  .modal-card {
    background-image: linear-gradient(#1f8299, #0c3f4a);
    align-items: flex-start;
    display: flex;
    overflow: scroll;
  }

  .modal-card__content-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    padding-top: 77px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: scroll;
  }

  .text-block {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }

  .modal__rich-text li, .modal__rich-text p {
    font-size: 20px;
  }

  .div-block {
    max-width: none;
    min-width: 0;
  }

  .fs_modal-1_button {
    height: 100%;
  }

  .fs_modal-1_component {
    height: 100%;
    min-height: 100%;
  }

  .text-block-2 {
    font-size: 24px;
  }

  .roadmap_tab-link, .roadmap_tab-link.w--current {
    font-size: 14px;
  }

  .tabs-menu {
    margin-bottom: 42px;
  }

  .r__main-wrap {
    padding-left: 0;
    padding-right: 20px;
  }

  .r-card__line-img, .image-2 {
    max-width: none;
    min-width: 100%;
    flex: none;
  }

  .hero-bg_img {
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    flex: none;
  }

  .cta__warrior-wrap {
    height: 300px;
    align-items: flex-start;
    padding-right: 0;
    overflow: hidden;
  }

  .cta__warrior-img {
    width: 90%;
    height: auto;
  }

  .cta-1-section {
    padding-top: 0;
  }

  .div-block-3 {
    align-items: flex-end;
    padding-bottom: 101px;
  }

  .cta-clip__triangle {
    width: 32px;
  }

  .fs_modal-1_popup-max {
    z-index: 50000;
    height: auto;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: none;
    overflow: scroll;
  }

  .modal_close-button-max {
    width: auto;
    height: auto;
    top: 40px;
    right: 16px;
  }

  .fs_modal-1_popup-sergey {
    height: auto;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
    overflow: scroll;
  }

  .modal_close-button-sergey {
    width: auto;
    height: auto;
    top: 40px;
    right: 16px;
  }

  .fs_modal-1_popup-konstantin {
    height: auto;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: none;
    overflow: scroll;
  }

  .modal_close-button-konstantin {
    width: auto;
    height: auto;
    top: 40px;
    right: 16px;
  }

  .nav__button {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .nav-menu__mobile {
    display: none;
  }

  .navbar-menu__mobile-container {
    width: 100%;
  }

  .nav__icon-burger {
    width: 42px;
    height: 42px;
  }

  .o-t__read-more-wrap {
    width: 100%;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--sky-blue);
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    display: flex;
  }

  .modal-close__icon {
    display: none;
  }

  .mobile__close-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--sky-blue);
    align-items: center;
    font-size: 16px;
    line-height: 120%;
    display: flex;
  }

  .html-embed-5 {
    width: 24px;
    height: 24px;
  }

  .nav__button-desktop {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .footer-nav__icon-wrapper {
    width: 28px;
    height: 28px;
  }

  .o-t-card__content-container-test {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-image: linear-gradient(#28a7c3, #062931);
    align-items: flex-start;
    padding: 24px 24px 22px;
    position: static;
  }

  .p-card__mobile-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 24px;
  }

  .line-divider-wrapper {
    width: 100%;
    height: 3px;
    background-image: url('../images/p-divider.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    justify-content: flex-start;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .p-card_divider-copy {
    width: auto;
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .o-t__member-info-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero-flash-wrapper {
    height: 30%;
    padding-top: 50%;
  }

  .hero__flash-circle {
    filter: blur(70px);
    padding-top: 50%;
  }

  .staking-img {
    height: 220vw;
  }

  .navbar-staking {
    padding-top: 16px;
  }

  .fs_modal-1_popup-alex {
    height: auto;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: none;
    overflow: scroll;
  }

  .modal_close-button-alex {
    width: auto;
    height: auto;
    top: 40px;
    right: 16px;
  }

  .fs_modal-1_popup-timothy, .fs_modal-1_popup-angela {
    height: auto;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: none;
    overflow: scroll;
  }

  .modal_close-button-timothy, .modal_close-button-angela {
    width: auto;
    height: auto;
    top: 40px;
    right: 16px;
  }

  .fs_modal-1_popup-dennis {
    height: auto;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: none;
    overflow: scroll;
  }
}

#w-node-_277e3b69-95d2-4993-6e88-a0953e3e0564-f545423c, #w-node-_277e3b69-95d2-4993-6e88-a0953e3e0565-f545423c, #w-node-_277e3b69-95d2-4993-6e88-a0953e3e056e-f545423c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Tomorrow';
  src: url('../fonts/Tomorrow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tomorrow';
  src: url('../fonts/Tomorrow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tomorrow';
  src: url('../fonts/Tomorrow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tomorrow';
  src: url('../fonts/Tomorrow-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Conthrax Bold';
  src: url('../fonts/conthrax-sb.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}