body {
  background-color: #131313;
  font-family: 'Spline Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

a {
  opacity: 1;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: underline;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

a:hover {
  opacity: 0.75;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

img {
  display: inline-block;
  max-width: 100%;
}

.header {
  padding: 48px 5%;
}

.wrapper-big {
  max-width: 1410px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-big.flex-center-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.wrapper-big.flex-center-space-between.relative {
  position: relative;
}

.header-partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spacer-s {
  margin-right: 16px;
}

.hl-hero {
  margin-top: 0px;
  margin-bottom: 4%;
  font-family: 'PP Right Grotesk', sans-serif;
  font-size: 8vw;
  line-height: 90%;
  font-weight: 900;
  text-align: center;
}

.header-social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.download-container {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.download-container.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.download-container.center.spacer {
  margin-bottom: 12%;
}

.spacer-m {
  margin-right: 24px;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.btn.primary {
  background-image: -webkit-gradient(linear, left top, right top, from(#b04aee), to(#8239fa));
  background-image: linear-gradient(90deg, #b04aee, #8239fa);
}

.btn.secondary-white {
  background-color: #fff;
}

.btn.secondary-black {
  background-color: #222;
  color: #fff;
}

.btn-text {
  color: #fff;
}

.btn-text.black {
  color: #000;
}

.btn-icon {
  margin-right: 8px;
  margin-left: -8px;
}

.download-badge {
  height: 56px;
}

.hl-big {
  margin-top: 0px;
  margin-bottom: 4%;
  font-size: 3.5vw;
  line-height: 120%;
  font-weight: 700;
}

.hl-big.center.clear-margin-bottom {
  margin-bottom: 2%;
}

.p-big {
  margin-bottom: 8%;
  font-size: 24px;
  line-height: 155%;
  font-weight: 400;
}

.p-big.clear-spacer {
  margin-bottom: 0%;
}

.wrapper-small {
  width: 50%;
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
}

.center {
  text-align: center;
}

.partner-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.partner-logo {
  max-height: 40px;
  max-width: 100px;
}

.spacer-top-bottom {
  overflow: hidden;
  padding-top: 4%;
  padding-bottom: 4%;
}

.outline-text {
  font-family: 'PP Right Grotesk', sans-serif;
  color: hsla(0, 0%, 100%, 0);
  line-height: 100%;
  font-weight: 900;
}

.outline-text.small {
  display: block;
  font-size: 7vw;
  text-align: center;
  text-decoration: none;
}

.outline-text.small.spacer {
  margin-bottom: 4%;
  opacity: 0.49;
}

.fact-box {
  width: 49%;
  margin-bottom: 24px;
  padding: 6%;
  border-radius: 32px;
  background-color: #222;
}

.fact-box.relative-desktop {
  position: relative;
  top: 200px;
}

.hl-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fact-number {
  margin-right: 32px;
  font-family: 'PP Right Grotesk', sans-serif;
  font-size: 120px;
  line-height: 100%;
  font-weight: 900;
}

.hl-fact {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 46px;
  line-height: 115%;
  font-weight: 300;
}

.p-small {
  margin-bottom: 0px;
  opacity: 0.6;
  font-size: 17px;
  line-height: 180%;
}

.p-small.tokenomics {
  margin-bottom: 8%;
  opacity: 1;
}

.wrapper-medium {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-medium.black-box-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4% 2%;
  border-radius: 43px;
  background-color: #000;
}

.wrapper-medium.black-box-style.reverse {
  overflow: hidden;
  max-height: 420px;
}

.facts-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.spacer-bottom {
  padding-bottom: 4%;
}

.spacer-bottom.z-index {
  position: relative;
  z-index: 1;
}

.downloads-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.download-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-bottom: 24px;
  padding: 5%;
  -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: 32px;
  background-color: #222;
  color: #fff;
  text-decoration: none;
}

.gradient-bg {
  margin-top: 4%;
  padding-right: 5%;
  padding-left: 5%;
  background-image: linear-gradient(135deg, #b04aee, #8239fa);
}

.app-content {
  width: 52%;
  padding-top: 8%;
  padding-bottom: 8%;
}

.app-facts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}

.app-fact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-fact {
  font-size: 15px;
  line-height: 20px;
}

.spacer-xs {
  margin-right: 8px;
}

.app-preview {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -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;
}

.app-mockup {
  position: relative;
  height: 110%;
  max-height: 720px;
}

.app-mockup.foreground {
  z-index: 1;
  height: 120%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.app-mockup.background {
  right: 16%;
  height: 114%;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  line-height: 20px;
}

.after-gradient-bg {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 8% 5% 6%;
  background-color: #131313;
}

.testimonial-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 280px;
  padding: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 32px;
  background-color: #222;
  color: #fff;
  text-decoration: none;
}

.testimonial-twitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.testimonial-slider {
  height: auto;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slider-mask {
  overflow: visible;
}

.testimonial-slide {
  width: 40%;
  margin-right: 24px;
}

.testimonial-slide.last {
  margin-right: 0px;
}

.testimonial-slide.roadmap {
  width: 33%;
}

.spacer-slider-small {
  margin-top:40px;
}

.hidden {
  display: none;
}

.split-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.split-container.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tokenomics-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tokenomics-container.circle {
  margin-top: -220px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tokenomics-circle {
  position: relative;
  width: 16vw;
  height: 16vw;
  border-radius: 50%;
  background-color: #000;
}

.tokenomics-percentage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 6% 0px;
  -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-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0.2;
}

.tokenomics-percentage.w--current {
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
}

.tokenomics-percentage.last {
  border-bottom-style: none;
}

.hl-big-pp {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0.2;
  font-family: 'PP Right Grotesk', sans-serif;
  font-size: 3vw;
  line-height: 120%;
}

.hl-big-pp.white {
  opacity: 1;
}

.percentage-text {
  color: #fff;
  font-size: 16px;
}

.spacer-left-right {
  padding-right: 5%;
  padding-left: 5%;
}

.roadmap-box {
  width: 100%;
  padding-right: 2%;
}

.text-small {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.hl-news {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
}

.news-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 360px;
  padding: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 32px;
  background-color: #222;
  color: #fff;
  text-decoration: none;
}

.spacer-slider-big {
  margin-top:40px;
}

.center-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 16px;
  -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;
}

.footer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -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;
  list-style-type: none;
}

.footer-li {
  margin-right: 24px;
}

.footer-li.last {
  margin-right: 0px;
}

.after-footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.circle-divider {
  width: 4px;
  height: 4px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 2px;
  background-color: #fff;
  opacity: 0.6;
}

.small-link {
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

.tokenomics-circle-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.circle-segment {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 16vw;
  height: 16vw;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.badges-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.logo-container {
  height: 72px;
}

.logo-container.w--current {
  height: 72px;
}

.partner-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 40px;
  margin-bottom: 4%;
  -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;
}

.black-box-image.bottom {
  width: 90%;
}

.black-box-image.top {
  max-width: 50%;
}

.mobile-partner-and-links {
  display: none;
}

.logo {
  height: 100%;
}

.faq-block {
  padding-top: 4%;
  padding-bottom: 4%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.faq-block:hover {
  opacity: 0.75;
}

.faq-block.last {
  border-bottom-style: none;
}

.faq-question-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hl-faq {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 140%;
  font-weight: 300;
}

.faq-answer-container {
  overflow: hidden;
  max-width: 600px;
  margin-bottom: 0px;
  opacity: 0.6;
}

.faq-arrow {
  margin-top: 6px;
  margin-left: 16px;
}

.p-faq {
  margin-top: 32px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 180%;
}

.slider-arrow {
  left: auto;
  top: -24%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.slider-arrow:hover {
  opacity: 0.75;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.slider-arrow.left {
  margin-right: 48px;
}

.arrow {
  width: 32px;
  height: 32px;
}

.arrow.rotate-left {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow.rotate-right {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.tokenomics-tabs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hl-medium-pp {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'PP Right Grotesk', sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 120%;
}

.tokenomics-intro-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hl-small {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1vw;
  line-height: 130%;
  font-weight: 400;
  text-align: center;
}

.news-date {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.lottie-meteorit {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.lottie-meteorit.placeholder {
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.lottie-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
}

.lottie-gradient.horizontal {
  background-image: -webkit-gradient(linear, left top, right top, from(#131313), color-stop(50%, rgba(19, 19, 19, 0)), to(#131313));
  background-image: linear-gradient(90deg, #131313, rgba(19, 19, 19, 0) 50%, #131313);
}

.lottie-gradient.vertical {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#131313), color-stop(50%, rgba(19, 19, 19, 0)), to(#131313));
  background-image: linear-gradient(180deg, #131313, rgba(19, 19, 19, 0) 50%, #131313);
}

.lottie-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: -5%;
  margin-bottom: -10%;
  -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;
}

.hero {
  position: relative;
  z-index: 2;
}

.overlay-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  -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;
  background-color: rgba(0, 0, 0, 0.6);
}

.overlay-qr-code {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  padding: 64px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
}

.qr-code {
  max-width: 200px;
  margin-bottom: 40px;
  border: 3px solid #000;
  border-radius: 16px;
}

.hl-overlay {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #000;
  font-size: 2.5rem;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}

.divider {
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  background-color: #e4e4e4;
}

.close-overlay {
  position: absolute;
  left: auto;
  top: 2%;
  right: 2%;
  bottom: auto;
  width: 48px;
  height: 48px;
}

.close-overlay-icon {
  width: 100%;
  height: 100%;
}

.value-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.value-number {
  font-family: 'PP Right Grotesk', sans-serif;
  font-size: 64px;
  line-height: 72px;
  font-weight: 900;
}

.value-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4%;
  margin-bottom: 4%;
}

.roadmap-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 12px;
}

.roadmap-item.spacer-small {
  grid-column-gap: 6px;
}

.roadmap-bullet-point {
  margin-top: 9px;
  padding-top: 6px;
  padding-right: 6px;
  border-radius: 50%;
  background-color: #f3f4f6;
}

.roadmap-bullet-point.done {
  background-color: #05bb53;
}

.roadmap-bullet-point.wip {
  background-color: #ffa004;
}

.roadmap-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 8px;
}

.roadmap-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 16px;
}

@media screen and (max-width: 991px) {
  .wrapper-big {
    width: 90%;
  }

  .wrapper-big.flex-center-space-between.relative {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hl-hero {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    font-size: 10vw;
  }

  .download-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .download-container.center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn.primary.hide-mobile {
    display: none;
  }

  .btn.secondary-white.hide-mobile {
    display: none;
  }

  .hl-big {
    font-size: 5vw;
  }

  .wrapper-small {
    width: 90%;
    max-width: none;
  }

  .partner-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .spacer-top-bottom {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .spacer-slider-small {
    margin-top: 2px;
  }

  .outline-text.small.spacer {
    margin-bottom: 8%;
  }

  .fact-box {
    width: 100%;
  }

  .fact-box.relative-desktop {
    position: static;
  }

  .p-small.tokenomics {
    text-align: center;
  }

  .wrapper-medium {
    width: 90%;
    max-width: none;
  }

  .wrapper-medium.black-box-style.reverse {
    max-height: none;
  }

  .facts-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .downloads-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .download-box {
    width: 100%;
  }

  .app-content {
    width: 100%;
  }

  .app-fact {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .app-fact.spacer-m {
    margin-right: 12px;
  }

  .spacer-xs {
    margin-top: 2px;
  }

  .app-preview {
    position: static;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .app-mockup {
    top: 40px;
    max-width: 40%;
  }

  .app-mockup.foreground {
    left: 6%;
    max-width: 42%;
  }

  .app-mockup.background {
    right: 6%;
  }

  .testimonial-slider {
    height: 310px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-slide.last {
    margin-right: 24px;
  }

  .testimonial-slide.roadmap {
    width: 50%;
  }

  .tokenomics-container {
    width: 100%;
    margin-bottom: 8%;
  }

  .tokenomics-container.circle {
    width: 100%;
    margin-top: 0px;
  }

  .tokenomics-container.intro {
    margin-bottom: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tokenomics-circle {
    width: 24vw;
    height: 24vw;
  }

  .tokenomics-percentage {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .roadmap-box {
    margin-right: 1%;
    margin-bottom: 4%;
  }

  .spacer-slider-big {
    margin-top:88px;
  }

  .center-btn {
    margin-top: 140px;
  }

  .tokenomics-circle-container {
    margin-bottom: 8%;
  }

  .circle-segment {
    width: 24vw;
    height: 24vw;
  }

  .partner-logo-container {
    width: 33%;
  }

  .faq-block {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .slider-arrow {
    left: auto;
    top: auto;
    right: -1%;
    bottom: -12%;
  }

  .slider-arrow.news-section {
    bottom: -40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tokenomics-tabs-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hl-medium-pp {
    font-size: 4vw;
  }

  .hl-small {
    font-size: 2vw;
  }

  .lottie-meteorit {
    left: -25%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 150%;
    height: 150%;
  }
  
  .lottie-meteorit.placeholder {
    left: auto;
  }

  .lottie-gradient {
    width: 100%;
    height: 150%;
  }

  .lottie-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 35vh;
    margin-bottom: 10%;
    -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;
  }

  .value-block {
    width: 50%;
  }

  .value-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-slide.roadmap {
    width: 100%;
  }

  .percentage-text {
    font-size: 14px;
  }

  .partner-logo-container {
    margin-bottom: 8%;
  }

  .value-number {
    font-size: 56px;
    line-height: 64px;
  }

  .roadmap-status {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 479px) {
  .header-partner {
    margin-bottom: 32px;
  }

  .header-partner.hidden-mobile {
    display: none;
  }

  .spacer-s.additional-spacer-mobile {
    margin-right: 24px;
  }

  .hl-hero {
    margin-bottom: 12%;
    font-size: 16vw;
  }

  .header-social-media {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-social-media.hidden-mobile {
    display: none;
  }

  .download-container.center.spacer.mobile-footer-spacer-big {
    margin-bottom: 24%;
  }

  .spacer-m {
    margin-right: 16px;
  }

  .btn {
    padding-right: 20px;
    padding-left: 20px;
  }

  .center-btn {
    margin-top: 120px;
  }

  .download-badge {
    height: 36px;
  }

  .hl-big {
    margin-bottom: 8%;
    font-size: 8vw;
  }

  .hl-big.center.clear-margin-bottom {
    margin-bottom: 4%;
  }

  .p-big {
    font-size: 14px;
  }

  .p-big.center {
    font-size: 14px;
  }

  .partner-logos {
    margin-top: 8%;
  }

  .spacer-top-bottom {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .outline-text.small {
    font-size: 10vw;
  }

  .outline-text.small.spacer {
    margin-bottom: 12%;
  }

  .fact-box {
    padding: 8%;
  }

  .hl-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fact-number {
    font-size: 80px;
  }

  .hl-fact {
    font-size: 32px;
  }

  .p-small {
    font-size: 14px;
  }

  .p-small.mobile-big {
    font-size: 18px;
  }

  .wrapper-medium.black-box-style {
    padding: 10% 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper-medium.black-box-style.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .download-box {
    margin-bottom: 16px;
    padding: 8%;
  }

  .app-content {
    padding-top: 16%;
  }

  .app-facts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .app-fact.spacer-m {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .app-mockup {
    top: 24px;
    max-width: 52%;
  }

  .app-mockup.foreground {
    max-width: 56%;
  }

  .after-gradient-bg {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .testimonial-slider {
    height: 340px;
  }

  .testimonial-slide {
    margin-right: 16px;
  }

  .testimonial-slide.last {
    margin-right: 16px;
  }

  .spacer-slider-small {
    display: flex;
    justify-content: start;
    margin-top:-36px;
  }

  .spacer-slider-big {
    display: flex;
    justify-content: start;
    margin-top:50px;
  }

  .split-container {
    width: 100%;
  }

  .tokenomics-circle {
    width: 32vw;
    height: 32vw;
  }

  .hl-big-pp {
    font-size: 5vw;
  }

  .hl-big-pp.white.mobile-big {
    font-size: 12vw;
  }

  .roadmap-box {
    margin-right: 0%;
    margin-bottom: 12%;
    padding-right: 0%;
  }

  .text-small.mobile-spacer {
    margin-bottom: 16px;
  }

  .footer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-li {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .after-footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .circle-divider {
    display: none;
  }

  .circle-segment {
    width: 32vw;
    height: 32vw;
  }

  .logo-container {
    margin-right: auto;
    margin-left: auto;
  }

  .partner-logo-container {
    width: 50%;
  }

  .download {
    width: 20px;
  }

  .black-box-image.bottom {
    margin-top: 8%;
  }

  .black-box-image.top {
    margin-bottom: 8%;
  }

  .mobile-partner-and-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12%;
    margin-bottom: 12%;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq-block {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .slider-arrow {
    right: -3%;
    bottom: 0%;
  }

  .slider-arrow.news-section {
    bottom: -25%;
  }

  .hl-medium-pp {
    font-size: 5vw;
  }

  .partner-container {
    margin-top: 40px;
  }

  .hl-small {
    font-size: 5vw;
  }

  .lottie-meteorit {
    left: -75%;
    width: 250%;
    height: 250%;
  }

  .lottie-gradient {
    top: -1%;
    height: 252%;
  }

  .lottie-container {
    height: 25vh;
    margin-top: -25%;
    margin-bottom: 60%;
  }

  .value-number {
    font-size: 40px;
    line-height: 48px;
  }

  .value-container {
    grid-row-gap: 24px;
  }

  .roadmap-item {
    grid-column-gap: 8px;
  }

  .roadmap-item-container {
    margin-top: 8px;
  }
}

@font-face {
  font-family: 'PP Right Grotesk';
  src: url("/?originalUrl=https%3A%2F%2Fdefly.app%2Ffonts%2FPPRightGrotesk-WideBlack.woff2") format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
