.body {
  background-color: #191716;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: none;
  min-height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea6b24), color-stop(81.25%, rgba(234, 107, 36, 0)));
  background-image: linear-gradient(180deg, #ea6b24, rgba(234, 107, 36, 0) 81.25%);
}

.hero-logo {
  width: auto;
  max-height: 30vh;
  max-width: 450px;
}

.hero-headline {
  width: 100%;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Azeret Mono', sans-serif;
  color: #e6e6e6;
  font-size: 16px;
  line-height: 25.6px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.launch-app-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ea6b24;
  border-radius: 4px;
  text-decoration: none;
}

.cta-text {
  font-family: 'Roboto Flex', sans-serif;
  color: #ea6b24;
  font-size: 21px;
  line-height: 19px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.arrow-right-top {
  margin-right: 8px;
  margin-left: 8px;
}

.readdoc-cta__text {
  font-family: 'Azeret Mono', sans-serif;
  color: #ea6b24;
  font-size: 16px;
  line-height: 25.6px;
  text-decoration: underline;
}

.readdoc-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.hero-cta {
  position: absolute;
  left: 50%;
  bottom: 100px;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.hero-contnet {
  position: absolute;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1024px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.feature-section {
  position: relative;
  width: 100%;
}

.feature-title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #2a2626;
  font-size: 5rem;
  line-height: 90px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
}

.feature-container {
  position: relative;
  width: 100%;
  max-width: none;
}

.feature-section-wrapper {
  z-index: 100;
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer {
  display: block;
  padding-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto Flex', sans-serif;
  color: #fff;
  font-size: 10px;
}

.background-noise {
  position: absolute;
  width: 100%;
  height: 100vh;
  max-height: none;
  min-height: 500px;
  mix-blend-mode: multiply;
}

.section-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.newsletter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #ea6b24;
}

.footer-newsletter-title {
  width: 45%;
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Roboto Flex', sans-serif;
  font-size: 27px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.footer-nav {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  font-family: 'Roboto Flex', sans-serif;
  color: #b3b0b0;
  font-size: 21px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.footer-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #b3b0b0;
}

.footer-subnav {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  font-family: 'Roboto Flex', sans-serif;
  color: #524e4e;
  font-size: 14px;
  line-height: 12.6px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.footer-link-secondary {
  padding-top: 6px;
  padding-bottom: 6px;
}

.footer-link-main {
  padding-bottom: 6px;
}

.navbar-mobile__social-media-link {
  margin-right: 12px;
  margin-left: 12px;
}

.footer-link-container {
  padding-left: 0px;
}

.footer-social-media-container {
  padding-right: 0px;
  text-align: right;
}

.footer-bottom {
  margin-bottom: 48px;
  padding: 24px 10px;
  font-family: 'Azeret Mono', sans-serif;
  color: #696565;
  font-size: 9px;
  line-height: 14px;
  font-weight: 300;
  text-align: center;
}

.footer-bottom.tnc {
  text-decoration: underline;
  cursor: pointer;
}

.submit-button {
  display: none;
}

.email-field {
  padding-left: 40px;
  border-style: none solid solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: 'Roboto Flex', sans-serif;
  color: #fff;
}

.form {
  position: relative;
}

.email-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.form-block {
  width: 55%;
  margin-bottom: -5px;
}

.team-section {
  height: 1800px;
  padding-top: 112px;
  padding-bottom: 112px;
}

.section-title {
  position: static;
  width: 100%;
  font-family: 'Roboto Flex', sans-serif;
  color: #2a2626;
  font-size: 6rem;
  line-height: 126px;
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.section-title.roadmap {
  color: #3b3737;
}

.section-title.roadmap.active {
  z-index: 1;
}

.section-title.roadmap.sticky {
  z-index: 1;
}

.section-title.active {
  position: absolute;
  left: 50%;
  top: 200px;
  z-index: -1;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #ea6b24;
}

.section-title.active.partner {
  z-index: 1;
}

.section-title.active.tokenomics {
  z-index: 1;
}

.section-title.active.team {
  z-index: 1;
}

.section-title.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 12%;
  z-index: -1;
  opacity: 0;
}

.section-title.sticky.partner {
  z-index: 1;
}

.section-title.sticky.tokenomics {
  z-index: 1;
}

.section-title.sticky.team {
  z-index: 1;
}

.team-member-name {
  width: 100%;
  padding-top: 8px;
  font-family: 'Roboto Flex', sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 18.9px;
  text-transform: uppercase;
}

.tema-member-title {
  width: 100%;
  font-family: 'Azeret Mono', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 160%;
  font-weight: 300;
  text-align: center;
}

.team-member-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.member-avatar {
  width: 148px;
  height: 148px;
  border-radius: 100%;
  box-shadow: 0 0 32px 0 rgba(234, 107, 36, 0.5), 0 0 16px 0 #2a2626;
}

.team-member-avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 160px;
  max-width: 160px;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ea6b24;
  border-radius: 100%;
}

.roadmap-section {
  height: 1550px;
  padding-top: 112px;
  padding-bottom: 112px;
  background-color: #2a2626;
}

.roadmap-inner-container {
  position: relative;
  z-index: 10;
  width: 220px;
  height: 100%;
  max-height: 400px;
  padding: 16px;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.roadmap-inner-container.active {
  background-color: rgba(234, 107, 36, 0.85);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.roadmap-outer-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 236px;
  height: 100%;
  max-height: 420px;
  min-height: 250px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #696565;
  border-radius: 16px;
}

.roadmap-outer-container.active {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(234, 107, 36, 0.85);
}

.roadmap-phase-content {
  font-family: 'Azeret Mono', sans-serif;
  color: #e6e6e6;
  font-size: 12px;
  line-height: 160%;
  font-weight: 300;
}

.roadmap-phase-content.active {
  color: #191716;
}

.roadmap-phase-heading {
  margin-top: auto;
  margin-bottom: 22px;
  font-family: 'Roboto Flex', sans-serif;
  color: #e6e6e6;
  font-size: 27px;
  line-height: 30px;
  text-transform: uppercase;
}

.roadmap-phase-heading.active {
  color: #fbe6db;
}

.tokenomic-section {
  height: 1800px;
  padding-top: 112px;
  padding-bottom: 112px;
}

.partner-section {
  height: 1550px;
  padding-top: 112px;
  padding-bottom: 112px;
}

.partner-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.powered-by-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-powered-by {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: 'Azeret Mono', sans-serif;
  color: #b3b0b0;
  font-size: 12px;
  line-height: 19.2px;
  font-weight: 300;
  text-align: center;
}

.section-main-content {
  position: absolute;
  left: 50%;
  top: 800px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-align: center;
}

.navbar {
  position: fixed;
  z-index: 99;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-row {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 36px 0px 36px 20px;
  background-color: transparent;
  opacity: 0.9;
}

.navbar-container {
  width: 100%;
  max-width: 940px;
  margin-right: 0px;
  margin-left: auto;
}

.navbar-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-wrapper-three {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.nav-menu-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  font-family: 'Roboto Flex', sans-serif;
  color: #f8ceb6;
  font-size: 21px;
  line-height: 19px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link.button-cta {
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  color: #e6e6e6;
  font-size: 16px;
}

.nav-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12.5px 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #383534;
  border-radius: 4px;
  background-color: #191716;
  text-decoration: none;
}

.arrow-right-top-white {
  margin-left: 15px;
}

.side-menu {
  position: fixed;
  top: 20vh;
  z-index: 100;
  display: block;
  padding: 24px;
  opacity: 0;
}

.list-item__link {
  font-family: 'Roboto Flex', sans-serif;
  color: #e6e6e6;
  font-size: 16px;
  line-height: 14.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.side-menu__list-item {
  padding-top: 16px;
  padding-bottom: 16px;
}

.side-menu-list {
  padding-top: 16px;
}

.list-item__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #383534;
  border-radius: 4px;
  background-color: #ea6b24;
  box-shadow: inset 16px 16px 44px 0 hsla(0, 0%, 100%, 0.17), 0 0 15px 1px rgba(234, 84, 36, 0.74);
  text-decoration: none;
}

.feature-text {
  width: 100%;
  max-width: 300px;
  padding-right: 12px;
  padding-left: 12px;
  font-family: 'Azeret Mono', sans-serif;
  color: #b3b0b0;
  font-size: 12px;
  line-height: 19px;
  font-weight: 300;
}

.feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-right-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #aba8a8;
}

.content-holder {
  position: relative;
  height: 100%;
}

.the-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.the-content._1 {
  width: 100%;
  max-width: 600px;
  margin-right: 0px;
  margin-left: auto;
}

.feature-left-column {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
  padding-left: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-mockup-image {
  width: 90%;
  max-width: 800px;
  min-width: 90%;
  margin: 40px auto;
  padding-top: 62%;
  border-radius: 9px;
  box-shadow: 0 0 28.02px 8px #ea6b24, 0 0 12.576px 0 rgba(0, 0, 0, 0.5);
}

.feature-mockup-image.exchange {
  background-image: url('../images/athos-exchange-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-mockup-image.exchange.mobile {
  display: none;
}

.feature-mockup-image.vault {
  background-image: url('../images/athos-vault-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-mockup-image.vault.mobile {
  display: none;
}

.feature-mockup-image.buildr {
  background-image: url('../images/athos-buildr-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-mockup-image.buildr.mobile {
  display: none;
}

.content-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.feature-image-container {
  position: relative;
  height: 100vh;
  padding-top: 200px;
  padding-bottom: 200px;
}

.feature-item-cta {
  display: inline-block;
  margin-top: 20px;
  padding: 12.5px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 2px solid #ea6b24;
  border-radius: 4px;
  text-decoration: none;
}

.feature-item-cta__text {
  padding-top: 3px;
  float: left;
  font-family: 'Roboto Flex', sans-serif;
  color: #ea6b24;
  font-size: 21px;
}

.feature-item-arrow-right-top {
  padding-left: 8px;
  float: left;
}

.partner-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-item-wrapper {
  display: block;
  opacity: 1;
}

.feature-item-wrapper.buildr {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0px;
}

.feature-item-wrapper.exchange {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0px;
}

.feature-item-wrapper.vault {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0px;
}

.buildr-anchor {
  position: absolute;
  top: 0px;
}

.vault-anchor {
  position: absolute;
  top: 0px;
}

.feature-item-title {
  text-decoration: none;
}

.exchange-anchor {
  position: absolute;
  top: 0px;
}

.team-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tokenomic-image.desktop {
  margin-right: auto;
  margin-left: auto;
}

.tokenomic-image.mobile {
  display: none;
}

.navbar-mobile__social-media {
  display: none;
}

.anchor {
  position: absolute;
  top: -200px;
}

.anchor.tokenomic {
  top: -100px;
}

.anchor.roadmap {
  top: 500px;
}

.readdoc-cta__gh {
  padding-right: 4px;
  padding-left: 4px;
}

.success-message {
  background-color: transparent;
}

.form-scuccess {
  font-family: 'Roboto Flex', sans-serif;
}

.error-message {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  font-family: 'Roboto Flex', sans-serif;
  color: #fff;
}

.text-block {
  margin-top: -5px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-2 {
  background-color: #191716;
}

.tnc-section {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bold-text {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 32px;
  text-align: center;
}

.heading {
  text-align: center;
}

.text-block-2 {
  opacity: 0.5;
  color: #fff;
  text-align: center;
}

.text-block-3 {
  color: #fff;
  font-size: 12px;
}

.tnc-header {
  padding-top: 40px;
  padding-bottom: 0px;
  text-align: center;
}

.partner-logo {
  width: 100%;
  max-height: 80px;
  max-width: 200px;
}

.nav-cta-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12.5px 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #383534;
  border-radius: 4px;
  background-color: #191716;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .hero-cta {
    padding-right: 16px;
    padding-left: 16px;
  }

  .feature-title {
    font-size: 3.5rem;
  }

  .section-title {
    font-size: 5rem;
  }

  .roadmap-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .roadmap-inner-container {
    width: 95%;
  }

  .roadmap-outer-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .section-main-content {
    top: 600px;
    padding-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .navbar {
    z-index: 9999;
  }

  .navbar-row {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .navbar-container {
    max-width: none;
    margin-right: auto;
  }

  .navbar-wrapper {
    position: absolute;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav-menu-wrapper-three {
    top: 0px;
    background-color: transparent;
  }

  .nav-menu-three {
    position: absolute;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    margin-top: 0px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #191716;
  }

  .nav-menu-block {
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link {
    display: inline-block;
    padding: 18px 5px;
    color: #e6e6e6;
    font-size: 36px;
    line-height: 60px;
  }

  .nav-link.button-cta {
    font-size: 21px;
    line-height: 40px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #fff;
  }

  .nav-cta {
    background-color: #191716;
  }

  .side-menu {
    top: 0vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
  }

  .side-menu__list-item {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .side-menu-list {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .the-content._1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .feature-left-column {
    padding-left: 10px;
  }

  .burger-menu {
    padding: 8px;
    border-radius: 8px;
    background-color: #d64819;
  }

  .nav-icon {
    margin-bottom: 20px;
    padding-bottom: 72px;
  }

  .navbar-mobile__social-media {
    position: absolute;
    bottom: 30px;
    display: block;
  }

  .anchor {
    top: -150%;
  }

  .anchor.tokenomic {
    top: -100%;
  }

  .anchor.roadmap {
    top: 10%;
  }

  .anchor.team {
    top: -78%;
  }

  .column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-cta-2 {
    background-color: #ea6b24;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-three {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

  .nav-menu-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hero-cta {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-contnet {
    top: 40%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .feature-section {
    display: block;
    height: auto;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .feature-title {
    position: absolute;
    left: -100px;
    top: 120px;
    width: 300px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    color: #ea6b24;
    font-size: 3.5rem;
    text-align: right;
  }

  .feature-title.vault {
    top: 150px;
  }

  .feature-title.exchange {
    top: 150px;
  }

  .feature-container {
    height: 100%;
  }

  .feature-section-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .newsletter-wrapper {
    padding: 24px 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-newsletter-title {
    width: 100%;
    text-align: center;
  }

  .footer-nav {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .footer-link-wrapper {
    margin-top: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-subnav {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .footer-link-secondary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-link-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-link-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-social-media-container {
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
  }

  .form-block {
    width: 100%;
  }

  .team-section {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-title {
    font-size: 3rem;
    line-height: 60px;
  }

  .section-title.roadmap.active {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-title.roadmap.sticky {
    display: none;
  }

  .section-title.active.partner {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-title.active.tokenomics {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-title.active.team {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-title.sticky.partner {
    display: none;
  }

  .section-title.sticky.tokenomics {
    display: none;
  }

  .section-title.sticky.team {
    display: none;
  }

  .team-member-name {
    font-size: 18px;
  }

  .tema-member-title {
    font-size: 10px;
  }

  .team-member-wrapper {
    width: 43%;
  }

  .member-avatar {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 97%;
    height: auto;
    max-width: none;
    padding-top: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .team-member-avatar {
    position: relative;
    height: auto;
    padding-top: 100%;
  }

  .roadmap-section {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .roadmap-inner-container {
    width: 96%;
    height: 220px;
  }

  .roadmap-outer-container {
    width: 100%;
    height: 234px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tokenomic-section {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .partner-section {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .partner-row {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 48px;
  }

  .powered-by-row {
    width: 60%;
    margin-top: 48px;
  }

  .section-main-content {
    position: static;
    padding: 48px 8px 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .navbar {
    z-index: 999;
  }

  .navbar-row {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .navbar-container {
    max-width: none;
    margin-right: auto;
  }

  .navbar-wrapper {
    position: absolute;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav-menu-wrapper-three {
    position: absolute;
    top: 0px;
  }

  .nav-menu-three {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100vh;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    background-color: #191716;
  }

  .nav-menu-block {
    margin-left: 0px;
    padding-left: 0px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #e6e6e6;
    font-size: 36px;
  }

  .nav-link.button-cta {
    color: #e6e6e6;
    font-size: 21px;
    line-height: 40px;
  }

  .menu-button {
    right: 0px;
    z-index: 999;
    display: block;
    width: auto;
    padding: 16px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-cta {
    background-color: #ea6b24;
  }

  .feature-item {
    width: 50%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .feature-right-column {
    display: none;
  }

  .the-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .the-content._1 {
    position: relative;
  }

  .feature-left-column {
    position: static;
    height: 100%;
    padding-left: 0px;
  }

  .feature-mockup-image {
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 200px;
    min-width: auto;
  }

  .feature-mockup-image.exchange.mobile {
    display: block;
  }

  .feature-mockup-image.vault.mobile {
    display: block;
  }

  .feature-mockup-image.buildr {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 200px;
    min-width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 2px #ea6b24, 0 0 8px 0 rgba(0, 0, 0, 0.5);
  }

  .feature-mockup-image.buildr.mobile {
    display: block;
  }

  .content-section {
    height: 100%;
  }

  .feature-item-cta {
    margin-right: auto;
    margin-left: 40px;
  }

  .feature-item-cta__text {
    font-size: 16px;
  }

  .partner-logo-container {
    width: 40%;
    height: auto;
  }

  .feature-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .feature-item-wrapper.buildr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-item-wrapper.exchange {
    height: auto;
  }

  .feature-item-wrapper.vault {
    height: auto;
  }

  .feature-item-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 350px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .burger-menu {
    padding: 8px;
    border-radius: 8px;
    background-color: #d64819;
  }

  .team-section-wrapper {
    grid-column-gap: 38px;
    grid-row-gap: 40px;
  }

  .tokenomic-image.desktop {
    display: none;
  }

  .tokenomic-image.mobile {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .feature-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-left: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-icon {
    width: 100%;
    max-width: 50px;
    padding-bottom: 30px;
  }

  .nav-icon.tnc {
    padding-bottom: 0px;
  }

  .navbar-mobile__social-media {
    position: absolute;
    bottom: 20px;
    display: block;
  }

  .anchor {
    top: -15%;
  }

  .anchor.tokenomic {
    top: -15%;
  }

  .anchor.roadmap {
    top: -10%;
  }

  .anchor.team {
    top: -15%;
  }

  .tnc-section {
    height: auto;
    padding-top: 0px;
    padding-bottom: 80px;
  }

  .bold-text {
    font-size: 22px;
    line-height: 23px;
  }

  .heading {
    line-height: 20px;
  }

  .text-block-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-3 {
    font-size: 10px;
    line-height: 15px;
  }

  .partner-logo {
    height: auto;
    max-height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .nav-cta-2 {
    width: 100%;
    background-color: #ea6b24;
  }

  .image {
    min-height: 50px;
  }
}

