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

body {
  color: #9c9fab;
  background-color: #110e19;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

h1 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Outfit, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1em;
}

h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
}

h6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
}

p {
  color: #9c9fab;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

a {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#de39ff, #3982ff);
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: underline;
}

ul {
  color: #626a8a;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.6em;
}

ol {
  color: #626a8a;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 28px;
}

li {
  margin-bottom: 4px;
}

img {
  max-width: 100%;
  white-space: normal;
  /* border-radius: 10px; */
}

label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #251e38;
  background-image: linear-gradient(112deg, #de39ff, #3982ff);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #251e38;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  line-height: 1.8em;
}

figcaption {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrapper._3 {
  flex: none;
}

.wrapper.navigation-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.wrapper._800px-width {
  max-width: 800px;
}

.wrapper.timeline-wrapper {
  width: 95%;
  max-width: 1080px;
  grid-row-gap: 80px;
  background-image: linear-gradient(
      to right,
      #020e00,
      rgba(2, 14, 0, 0.25) 25%,
      rgba(2, 14, 0, 0) 50%,
      rgba(2, 14, 0, 0.25) 75%,
      #020e00
    ),
    url("../images/roadmap-bg.png");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.wrapper.aboutus-wrapper {
  background-image: url("../images/about-us-stripe-line.png");
  background-position: 105% 0;
  background-repeat: no-repeat;
  background-size: auto 370px;
}

.hero-section {
  height: 80vh;
  border-bottom: 1px solid #d4d4d4;
  justify-content: center;
  align-items: center;
  padding: 80px 5% 100px;
  display: flex;
  position: relative;
}

.hero-section._2 {
  height: auto;
  min-height: auto;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 5%;
  padding-bottom: 5%;
  overflow: visible;
}

.hero-section._3 {
  height: auto;
  min-height: auto;
  background-image: linear-gradient(#1b1629, #110e19 20%);
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0%;
  padding-bottom: 5%;
  overflow: hidden;
}

.hero-section._1 {
  height: auto;
  min-height: auto;
  background-color: #020e00;
  background-image: url("../images/Line-2.png");
  background-position: 50% 1.5%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 5%;
  padding-bottom: 5%;
  overflow: visible;
}

.hero-section._1.is-hidden {
  display: none;
}

.hero-section.intro {
  height: auto;
  border: 1px #000;
  padding-top: 0;
  padding-bottom: 5%;
  overflow: hidden;
}

.display {
  z-index: 1;
  color: #b9e5c7;
  letter-spacing: 3px;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
  position: relative;
}

.display-story {
  z-index: 1;
  color: #b9e5c7;
  letter-spacing: 3px;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  /* line-height: 1.2em; */
  text-decoration: none;
  display: block;
  position: relative;
}

.display._1 {
  letter-spacing: -6px;
  text-transform: none;
  font-family: DM Sans, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1em;
}

.display._1.text-color-white {
  color: #fff;
  margin-bottom: 0;
}

.display._2 {
  color: #020e00;
  letter-spacing: -6px;
  text-transform: none;
  text-shadow: 0 1px 1px #e4ad4e, 1px 0 1px #dbe659;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 120px;
  line-height: 1em;
}

.display._2.tokenomics {
  display: none;
}

.display._3 {
  letter-spacing: 0;
  text-transform: none;
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    #d4af37 33%,
    #2c4727 92%,
    #3982ff 100%,
    #4285f3
  );
  -webkit-background-clip: text;
  background-clip: text;
  font-family: DM Sans, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1em;
}

.display._3.hero-text {
  color: #e4ad4e;
  text-transform: uppercase;
  background-color: #e4ad4e;
  background-image: none;
}

.display.golden {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #f9bf59, #c68b1b 50%, #fdd685);
  -webkit-background-clip: text;
  background-clip: text;
}

.hidden-overfow-div {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  height: auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #020e00;
  background-image: none;
  background-clip: border-box;
  border: 1px #d4af37;
  border-radius: 4px;
  padding: 10px 30px;
  font-family: Merienda;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
}

.btn-primary:hover {
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-primary._2 {
  width: 100%;
  text-transform: none;
  background-color: #020e00;
  background-image: none;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  transition-property: background-position;
  transition-duration: 0.4s;
  display: block;
}

.btn-primary._2:hover {
  background-image: linear-gradient(135deg, #00643e, #45a247);
}

.btn-primary._2.buytokensubmit {
  position: static;
}

.btn-primary.hero-button {
  background-image: none;
  display: block;
}

.btn-primary.hero-button:hover {
  background-image: linear-gradient(135deg, #007137, #006727);
}

.btn-primary.hero-button.benefits {
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  background-color: #d4af37;
  border-color: rgba(0, 0, 0, 0);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.btn-primary.hero-button.benefits:hover {
  background-color: #d4af37;
  background-image: none;
}

.btn-primary.hero-button.benefits:focus {
  background-color: #d4af37;
}

.btn-primary.hero-button.benefits.buytokenform {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-primary.hero-button.benefits.buytokenform:hover {
  background-color: #d4af37;
  background-image: none;
}

.btn-primary.hero-button.benefits.token {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin: 44px auto 10px;
}

.btn-primary.hero-button.benefits.token.token5,
.btn-primary.hero-button.benefits.token.token25.valued,
.btn-primary.hero-button.benefits.token.token100 {
  display: none;
}

.btn-primary.hero-button.benefits.token.valued {
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.4);
}

.btn-primary.hero-button.benefits.token.valued:hover {
  transform: translate(0, -10px);
}

.btn-primary.hero-button.benefits.token.valued.token10,
.btn-primary.hero-button.benefits.token.valued.token50 {
  display: none;
}

.btn-primary.hero-button.fullwidth {
  width: 100%;
  background-color: #d4af37;
  margin-top: 20px;
}

.btn-primary.hero-button.displaynone {
  display: none;
}

.shadow-headline {
  color: #110e19;
  letter-spacing: -6px;
  text-transform: none;
  text-shadow: 0 1px 1px #3982ff, 1px 0 1px #de39ff;
  font-family: DM Sans, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

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

.top-margin-40px.pricing {
  display: inline-block;
}

.top-margin-40px.aboutus-btn {
  display: none;
}

.flex-wrapper {
  white-space: nowrap;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.symbol {
  width: 18px;
  height: 18px;
  background-image: linear-gradient(318deg, #ecbb5b, #c88c1a 50%, #eac370);
  border-radius: 100px;
  margin-top: 0;
}

.inner-text {
  height: 49px;
  white-space: nowrap;
  flex-direction: row;
  align-items: center;
  margin-top: -9px;
  display: flex;
}

.grid-cta {
  text-align: left;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 200px;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.cta-section {
  z-index: 2;
  background-color: #fafafa;
  border-bottom: 1px solid #d4d4d4;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.cta-section.both-sides {
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#001f0f, #020e00 100%, #020e00);
  border: 1px #000;
  outline: 3px rgba(0, 0, 0, 0);
  margin-top: 0;
}

.cta-section.loop-padding {
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#020e00, #020e00 100%, #001f0f);
  border: 1px #000;
  outline: 3px rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 40px;
}

.cta-wrapper {
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-cta {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.section {
  background-color: #110e19;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.no-border {
  border-bottom-style: none;
}

.section.visible-overflow {
  background-color: #020e00;
  background-image: linear-gradient(#020e00, rgba(0, 0, 0, 0) 9%),
    url("../images/HC-2.png");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: visible;
}

.section._0px-bottom {
  background-color: #132725;
  padding-bottom: 0;
  display: none;
}

.section.no-top-margin {
  padding-top: 0;
}

.section.scroll-section {
  max-height: 6000px;
  min-height: 300vh;
  justify-content: flex-start;
  overflow: visible;
}

.section.page-header {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    178deg,
    #183a1f,
    #15281d 8%,
    #110e19 100%,
    #86848a 100%,
    #110e19
  );
  padding-bottom: 0;
}

.section.post-image-section {
  height: 80vh;
}

.section.post-section {
  overflow: visible;
}

.bottom-margin-60px {
  padding-bottom: 40px;
}

.bottom-margin-60px.top-content-footer {
  border: 1px #000;
  margin-top: 0;
}

.bottom-margin-60px.top-content-footer.about-us-top {
  flex-direction: column;
}

.max-w-center {
  color: #3c4153;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.max-w-center._60 {
  max-width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.max-w-center.media-display {
  max-width: 60%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-link-post {
  color: #fff;
  text-align: left;
  cursor: none;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.portfolio-link-post:hover {
  text-decoration: none;
}

.portfolio-link-post.home-3 {
  width: 500px;
  height: 500px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 10px;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.portfolio-link-post.home-3:hover {
  background-image: linear-gradient(#110e19, #fff);
}

.portfolio-link-post.work-1 {
  width: 100%;
  height: 500px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 10px;
  align-items: center;
  overflow: hidden;
}

.portfolio-link-post.home-2 {
  width: 500px;
  height: 500px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 10px;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.portfolio-link-post.home-2:hover {
  background-image: linear-gradient(#110e19, #fff);
}

.portfolio-image {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
    circle at 100% 100%,
    #000,
    #191919 0%,
    #15754f 10%,
    #05c578 17%,
    #12b675 24%,
    #f2f2f2 95%,
    #fff
  );
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  transform: scale(1.2);
}

.bubble {
  width: 12vh;
  height: 12vh;
  text-align: center;
  background-color: #110e19;
  background-image: linear-gradient(#110e19, #251e38);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: scale(0);
}

.margin-60px {
  margin-top: 60px;
}

.accordion-card {
  text-align: left;
  border-bottom: 0.1px solid #001d0d;
  margin-bottom: -1px;
  transition: box-shadow 0.4s, background-color 0.4s;
  display: block;
  overflow: hidden;
}

.vertical-line {
  width: 1px;
  height: 40%;
  color: #ff7839;
  background-color: #fff;
  position: absolute;
}

.grid-info {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-areas: ".";
  justify-items: stretch;
}

.grid-info._2-row {
  grid-template-rows: auto;
}

.inner-content {
  height: 100%;
  color: #3c4153;
  border: 1px #000;
  flex-direction: column;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.inner-content._460px {
  max-width: 460px;
}

.accordion-copy {
  margin-top: 0;
}

.toggle-plus {
  width: 26px;
  height: 26px;
  background-image: linear-gradient(113deg, #e5ad4e, #c88b21 50%, #e7c169 103%);
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding-top: 0;
  display: flex;
  position: absolute;
  right: 0;
}

.toggle-heading {
  color: #fff;
  text-transform: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 4px;
  margin-right: 16px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.accordion-wrapper {
  width: 100%;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.accordion-wrapper._2,
.accordion-wrapper._600px-width {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-head {
  min-height: 72px;
  color: #3c4153;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
  display: flex;
  position: relative;
}

.horizontal-line {
  width: 40%;
  height: 1px;
  background-color: #fff;
  position: absolute;
}

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

.insights-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
}

.insights-grid.sidebar-blog {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  overflow: visible;
}

.counter {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.counter.centered {
  color: #fff;
  text-align: left;
  align-items: flex-start;
}

.counter.details-card {
  background-image: linear-gradient(#110e19, #1b1629);
  border-radius: 6px;
  padding: 20px;
}

.insight-text {
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.blog-post-card {
  width: 100%;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 10px;
  text-decoration: none;
  overflow: hidden;
}

.blog-post-card.singel {
  width: 100%;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-post-card._2 {
  margin-bottom: 32px;
}

.blog-post-photo {
  width: 100%;
  height: auto;
  filter: grayscale(0%);
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
}

.blog-post-photo._3 {
  height: 340px;
  display: block;
}

.blog-post-photo.whitepaper-image {
  height: 280px;
  background-image: url("../images/wp_en.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.blog-post-photo.whitepaper-image.germany {
  background-image: url("../images/wp_ger.png");
}

.blog-post-photo.whitepaper-image.pitchdeck {
  background-image: url("../images/pitchdeck.png");
}

.bottom-content-media {
  width: 100%;
  height: auto;
  color: #fff;
  text-align: center;
  background-color: #020e00;
  border: 1px #000;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  display: flex;
  position: relative;
}

.bottom-content-media.horizontal {
  width: auto;
  height: 100%;
  text-align: left;
  background-color: #020e00;
  justify-content: space-between;
  display: flex;
}

.bottom-content-media.display-hidden {
  display: none;
}

.cta-card {
  max-width: 770px;
  color: #3c4153;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.footer-copyright {
  color: #3c4153;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #251e38;
  border-bottom: 0 #181818;
  border-radius: 0;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.dot-divider {
  width: 3px;
  height: 3px;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 50%;
  margin-left: 6px;
  margin-right: 6px;
}

.footer-grid {
  height: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #666;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-column {
  padding: 0 20px 20px 0;
}

.footer-column.gray {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px #d4d4d4;
  border-radius: 0;
  padding-top: 0;
  padding-left: 40px;
}

.footer-column.gray.footer-contact-hidden {
  display: none;
}

.footer-column.contact {
  width: 320px;
}

.footer-section {
  background-color: #110e19;
  background-image: linear-gradient(#001f0f, #020e00 39%);
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 5% 10px;
  position: relative;
}

.footer-bottom {
  color: #ded6ff;
  text-align: center;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.footer-bottom.dark {
  color: #fff;
  font-weight: 600;
}

.link-footer {
  color: #fff;
  text-decoration: none;
}

.link-footer:hover {
  color: #de39ff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#de39ff, #3982ff);
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: underline;
}

.footer-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.footer-link {
  color: #626a8a;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-bottom: 6px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  transition: color 0.4s;
  display: block;
}

.footer-link:hover {
  color: #626a8a;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#00643e, #e6b04d 0%, #c99022);
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: none;
}

.logo-link {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.logo-link.w--current {
  margin-right: auto;
  display: block;
}

.hero-intro {
  z-index: 1;
  max-width: 900px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-intro._5-margin {
  margin-top: 0%;
}

.work-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-grid.home-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: auto auto auto auto 1fr;
  justify-content: center;
  align-items: stretch;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.section-scroll {
  z-index: 10;
  width: 50px;
  height: 50px;
  -webkit-text-fill-color: inherit;
  background-color: #251e38;
  background-image: none;
  background-clip: border-box;
  border: 0 #251e38;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 1%;
  left: auto;
  right: 1%;
}

.section-scroll:hover {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(130deg, #00643e, #45a247 67%);
  background-clip: border-box;
  border: 1px solid #251e38;
}

.inverted-arrow-color {
  margin-bottom: 0;
}

.position {
  text-align: center;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(112deg, #f9bf59, #c68b1b 51%, #fdd685);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.position.team-text-small {
  font-size: 14px;
}

.pricing-wrapper {
  width: 100%;
  text-align: left;
  flex: 1;
  padding-top: 24px;
  padding-bottom: 32px;
}

.pricing-card {
  z-index: 1;
  text-align: center;
  background-image: linear-gradient(#110e19, #1b1629);
  border: 1px solid #251e38;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-bottom: 20px;
  font-family: DM Sans, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(40, 43, 49, 0.08);
}

.pricing-top-header {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-name {
  z-index: 3;
  width: 100%;
  color: #fff;
  text-align: left;
  text-transform: none;
  background-color: #181818;
  background-image: linear-gradient(141deg, #de39ff, #3982ff);
  border-bottom: 1px #251e38;
  margin-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 40px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.pricing-box {
  z-index: 1;
  width: 100%;
  color: #666;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #251e38;
  border-left: 1px #626a8a;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-size: 21px;
  line-height: 28px;
  display: flex;
  position: relative;
}

.features {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.features.top {
  color: #fff;
  text-transform: none;
  justify-content: flex-start;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.pricing-card-wrapper {
  width: 100%;
  flex-direction: column;
  flex: 1;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.pricing-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.top-content-footer {
  border-bottom: 0.1px solid #30302f;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: flex;
}

.btn-color-overlay {
  height: 0;
  background-color: #181818;
  background-image: linear-gradient(#00643e, #45a247);
  border-radius: 4px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn-color-overlay.buytoeknform {
  width: 100%;
  height: 0;
}

.btn-text {
  z-index: 1;
  opacity: 1;
  color: #fff;
  text-transform: none;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
}

.btn-text.buytokenform {
  width: 100%;
  height: auto;
  font-size: 16px;
}

.scroll-link {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 0%;
  right: auto;
}

.scroll-link.center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: auto;
}

.circle-btn {
  width: 100%;
  height: 100%;
  background-color: #de39ff;
  background-image: linear-gradient(45deg, #3982ff, #de39ff);
  border-radius: 100%;
  position: absolute;
  transform: scale(0);
}

.mouse-scroll {
  z-index: 1;
  width: 22px;
  height: 32px;
  background-image: linear-gradient(#1b1629, #2f2549);
  border: 0 #626a8a;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.mouse-dot {
  width: 3px;
  height: 8px;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 5px;
}

.navbar {
  background-color: #020e00;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navigation-flex {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link.w--current {
  color: #d8d8d8;
}

.nav-link.dropdown {
  padding-right: 24px;
  font-weight: 500;
  display: inline-block;
}

.preloader {
  z-index: 9999;
  background-color: #020e00;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preload-wrapper {
  width: 200px;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-overlay-color {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #00643e, #45a247);
  border-radius: 4px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: scale(0);
}

.nav-link-wrapper {
  border-radius: 4px;
  position: relative;
}

.nav-link-wrapper.contact-us-mobile,
.nav-link-wrapper.contactus-mobile {
  display: none;
}

.portfolio-content-2 {
  z-index: 3;
  color: #626a8a;
  border: 0 rgba(0, 0, 0, 0);
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 0 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0;
  overflow: hidden;
}

.grid-2-column {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-column.gap-60px {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.column-2 {
  margin-top: 100px;
}

.toggle-overlay {
  z-index: -1;
  width: 0;
  background-color: #181818;
  background-image: linear-gradient(to right, #020e00, #001f0f);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  background-color: #041700;
}

.social-icons-list {
  align-items: center;
  margin-top: 20px;
  margin-left: -4px;
  margin-right: -4px;
  padding-left: 0;
  display: flex;
}

.social-icons-list.social-hidden-state {
  display: none;
}

.list-item-2 {
  margin-left: 4px;
  margin-right: 4px;
}

.button-circle {
  width: 38px;
  height: 38px;
  background-color: #251e38;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s;
  display: flex;
}

.button-circle:hover {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(135deg, #00643e, #45a247);
  background-clip: border-box;
  border-radius: 100%;
  transform: scale(1.1);
}

.social-icon {
  width: 20px;
  height: 20px;
  border-radius: 0;
}

.testimonials {
  height: auto;
  max-width: 830px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#110e19 42%, #1b1629);
  border: 0 #1b1629;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
  display: block;
}

.name-testimonials {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#de39ff, #3982ff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 2px;
  margin-right: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3em;
}

.slide-nav-second {
  display: none;
}

.testimonial-text {
  max-width: 570px;
  color: #fff;
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  line-height: 1.6em;
}

.testimonial-container {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.testimonial-author-name {
  color: #142335;
  justify-content: center;
  margin-top: 30px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.process-list-item {
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Rubik;
}

.colored-bar {
  height: 10px;
  background-color: #b87df9;
  border-radius: 8px;
}

.colored-bar._80 {
  width: 5%;
  height: 5px;
  background-color: #ded97e;
  border-radius: 0;
}

.colored-bar._65 {
  width: 65%;
  height: 5px;
  background-color: #9ca5f9;
  border-radius: 0;
}

.colored-bar._65.ieo {
  width: 20%;
  background-color: #0088af;
}

.colored-bar._65.csf {
  width: 40%;
  background-color: #2adcaa;
}

.colored-bar._65.ps {
  width: 15%;
  background-color: #00b3b6;
}

.colored-bar.mfdn {
  width: 20%;
  height: 5px;
  background-color: #9fff96;
  border-radius: 0;
}

.process-bar {
  width: 100%;
  height: 10px;
  background-color: #e2eff1;
  border-radius: 8px;
  margin-bottom: 10px;
}

.process-bar.white {
  height: 5px;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  overflow: hidden;
}

.top-process {
  justify-content: space-between;
  display: flex;
}

.top-process._80 {
  width: 80%;
}

.top-process._90 {
  width: 80%;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.top-process._65 {
  width: 80%;
}

.process-percentage {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(298deg, #00643e, #45a247);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
}

.process-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.process-list {
  margin-top: 40px;
}

.skills-wrapper {
  width: 100%;
  margin-top: 0;
}

.text-block {
  color: #626a8a;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
}

.btn-gradient-border {
  background-image: linear-gradient(#020e00, #1a2e24);
  border-radius: 4px;
  margin-right: 0;
  padding: 3px;
  display: inline-block;
}

.btn-gradient-border.side-margin-16px {
  background-color: #020e00;
  background-image: linear-gradient(#020e00, #1a2e24);
  border-radius: 4px;
  margin-left: 16px;
}

.btn-gradient-border.side-margin-16px.hero-button {
  background-image: linear-gradient(#020e00, #1a2e24);
  margin-top: 60px;
  margin-left: 0;
}

.style-guide-iteam-wrapper {
  background-color: #1b1629;
  border: 1px #d4d4d4;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding: 40px;
  display: flex;
}

.style-guide-title {
  width: 336px;
  height: 100%;
  background-color: #1b1629;
  border: 1px #d4d4d4;
  border-radius: 10px;
  margin-right: 48px;
  padding: 36px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #251e38;
  margin-top: 20px;
  margin-bottom: 20px;
}

.style-guide-contents {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
}

.grid-colors {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.paragraph-small {
  color: #9c9fab;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

.cms-info-card {
  padding-top: 0;
  padding-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.style-guide-color {
  width: 100%;
  height: 140px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.style-guide-color.primary-1 {
  background-color: #de39ff;
  border-radius: 0;
}

.style-guide-color.primary-3 {
  background-color: #fd6006;
  border-radius: 0;
}

.style-guide-color.gray-3 {
  background-color: #dce3fd;
  border-radius: 0;
}

.style-guide-color.primary-2 {
  background-color: #3982ff;
  border-radius: 1px;
}

.style-guide-color.gray-4 {
  background-color: #eff2ff;
}

.style-guide-color.gray-2 {
  background-color: #626a8a;
  border-radius: 0;
}

.style-guide-color.primary-4 {
  color: #183a1f;
  background-color: #110e19;
  border-bottom: 1px solid #251e38;
}

.style-guide-color.primary-5 {
  background-color: #1b1629;
}

.style-guide-color.primary-6 {
  background-color: #251e38;
}

.text-small {
  color: #626a8a;
  font-size: 14px;
  line-height: 20px;
}

.card {
  background-color: #fff;
  border: 1px solid #ecebea;
  border-radius: 6px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.card:hover {
  text-decoration: none;
}

.card.style-guide-color-card {
  min-width: 150px;
  color: #3c4153;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-color: #251e38;
  border-radius: 10px;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  overflow: hidden;
}

.card.page {
  -webkit-text-fill-color: inherit;
  background-color: #1b1629;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #251e38;
  border-radius: 10px;
  align-items: center;
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.2s;
  overflow: hidden;
}

.card.page:hover {
  transform: translate(0, -5px);
}

.style-guide-content-group {
  width: 100%;
  margin-bottom: 0;
}

.style-guide-content {
  width: 100%;
  border: 1px #000;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.card-body {
  color: #110e19;
  flex: 1;
  padding: 24px;
}

.rules {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  margin-bottom: 60px;
  display: grid;
}

.rules.style-guide-row {
  background-color: #110e19;
  grid-template-columns: 0.25fr 1fr;
  align-items: start;
  justify-items: start;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

.big-paragraph {
  color: #9c9fab;
  font-size: 20px;
  line-height: 1.8em;
}

.big-paragraph.white {
  color: #626a8a;
  font-weight: 700;
}

.grid-button {
  width: 100%;
  grid-template-rows: auto;
  margin-left: 0;
  margin-right: auto;
}

.grid-button.typo {
  margin-top: 20px;
  margin-right: 0;
}

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

.footer-v1-block {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
  display: flex;
}

.footer-v1-block._32-px-top-padding {
  margin-top: 32px;
}

.footer-contact {
  color: #fff;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.footer-contact._18-px {
  color: #626a8a;
  color: #626a8a;
  padding-top: 0;
  padding-bottom: 18px;
  font-size: 16px;
  line-height: 26px;
}

.footer-contact._18-px.email {
  background-image: linear-gradient(338deg, #e4ae4b, #c88b1c);
}

.footer-contact._18-px.email-2 {
  background-image: linear-gradient(300deg, #f0b44b, #c88b1c);
}

.footer-contact-icon {
  height: 20px;
  border-radius: 4px;
  margin-top: 3px;
  margin-right: 8px;
}

.div-block-about {
  height: 100%;
  color: #f5f5f5;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.div-block-about.top {
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 20px;
  display: flex;
}

.list-div {
  width: 100%;
}

.list-div.awward {
  margin-top: 40px;
  margin-bottom: 0;
}

.list-div._600px-width {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.list-item {
  border-top: 1px #000;
  border-bottom: 2px solid #000;
  border-left: 0 #000;
  border-right: 1px #000;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Rubik;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.list-item.awward {
  color: #fff;
  border: 1px #000;
  justify-content: space-between;
  font-family: DM Sans, sans-serif;
}

.initial {
  width: 100%;
  max-width: 500px;
  opacity: 1;
  color: #110e19;
  text-align: center;
  text-shadow: -10px -10px 16px rgba(57, 130, 255, 0.13),
    7px 7px 15px rgba(222, 57, 255, 0.13);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 36em;
  display: block;
}

.toggle-copy {
  margin-top: 0;
}

.features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.features-grid._2-columns-grid {
  grid-template-columns: 1fr 1fr;
}

.features-grid._2-columns-grid.max-w-700px {
  max-width: 700px;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  margin-left: auto;
  margin-right: auto;
}

.features-card {
  min-height: auto;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: DM Sans, sans-serif;
  display: flex;
}

.features-card._2 {
  flex-direction: row;
  align-items: center;
}

.features-card.center {
  text-align: center;
  align-items: center;
}

.features-icon {
  width: 90px;
  height: 90px;
  background-color: #de39ff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.features-icon._2 {
  background-color: #4cc0b6;
}

.features-icon._3 {
  background-color: #ff3939;
}

.features-icon._4 {
  background-color: #3982ff;
}

.testimonial-slider-wrapper {
  height: auto;
  max-width: 600px;
  clear: both;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding: 25px 50px;
  overflow: visible;
}

.team-slide-wrapper {
  width: 500px;
  height: 610px;
  margin-right: 0%;
  overflow: visible;
}

.team-slide-wrapper._4 {
  margin-right: 4%;
}

.testimonial-content-info {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#110e19, #1b1629);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.slider-left-arrow {
  width: 60px;
  height: 60px;
  background-color: #251e38;
  border-radius: 6px;
  font-size: 13px;
  display: block;
  left: -54%;
}

.slider-left-arrow:hover {
  background-image: linear-gradient(to right, #de39ff, #3982ff);
}

.slider-left-arrow._1 {
  margin-left: -80px;
  left: 0%;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.slide-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.star {
  margin-top: 0;
  margin-bottom: 0;
}

.testimonials-name {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.testimonials-name.white {
  color: #fff;
}

.review-card {
  margin-top: 60px;
  margin-bottom: 0;
  padding: 0;
}

.testimonials-line {
  color: #fafafa;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3em;
}

.white {
  color: #fff;
  margin-bottom: 20px;
}

.clients-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  margin-top: 40px;
  display: grid;
}

.left-flex {
  display: flex;
}

.grid-wrapper {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.grid-wrapper.row-justify-center {
  justify-content: center;
  overflow: hidden;
}

.grid-wrapper.row-justify-center.visble {
  overflow: visible;
}

.hero-image {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ipad-hero-image {
  z-index: 2;
  width: 65vw;
  border-radius: 2.5vw;
  position: relative;
}

.overlay-gradient-section {
  width: 0.3%;
  height: 0.3%;
  background-color: #de39ff;
  background-image: linear-gradient(#00643e, #45a247);
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.news-date {
  color: #fff;
  text-transform: none;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.media-title {
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
}

.media-title._32-px {
  font-size: 32px;
  font-weight: 500;
}

.media-title._24px {
  font-size: 24px;
}

.hidden-overflow {
  overflow: hidden;
}

.hidden-overflow.sticky._5 {
  top: 5%;
}

.news-post-wrapper.no-images {
  max-width: 900px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.news-column {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: end;
}

.progress-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.progress-card {
  width: 100%;
  background-color: #1b1629;
  background-image: linear-gradient(#020e00, #001f0f);
  border: 1px #000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  font-family: Rubik;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.progress-image {
  width: 280px;
  height: 280px;
  object-fit: cover;
  flex: none;
  margin-right: 0;
}

.progress-image.process {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 0;
  padding-left: 10px;
}

.progress-image.process.transparency-img {
  padding-left: 30px;
}

.progress-image.process.comm-buldng {
  transform: scale(0.75);
}

.progress-image.process.eco {
  transform: scale(1.2);
}

.progress-image.help-n-support {
  width: 240px;
  height: 240px;
  object-fit: contain;
  border-radius: 0;
}

.progress-content {
  width: auto;
  color: #fff;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 28px;
}

.progress-title {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.progress-number {
  color: #110e19;
  letter-spacing: -6px;
  text-transform: none;
  text-shadow: 0 1px 1px #3982ff, 1px 0 1px #de39ff;
  font-family: DM Sans, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.team-card {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#020e00 16%, #001f0f);
  border: 0 #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px 20px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 180px;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-image._4 {
  width: 160px;
  height: 160px;
  background-color: #110e19;
}

.team-member-image.advisors {
  width: 160px;
  height: auto;
}

.team-member-name {
  color: #fff;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.team-member-name.team-text-small {
  font-size: 14px;
}

.bottom-margin-20px {
  margin-bottom: 20px;
}

.image-section-background {
  background-image: url("../images/Image-1.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-section-background.center {
  background-image: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),
    url("../images/Gradient-2png.png");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
}

.background-section {
  height: 60vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.team-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.typography-details {
  color: #fff;
  margin-bottom: 20px;
}

.typography-container {
  width: 100%;
}

.dot-list-item {
  align-items: center;
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.list-dot {
  width: 6px;
  height: 6px;
  background-color: #62636b;
  border-radius: 50%;
  flex: none;
  margin-right: 12px;
}

.list-dot.bg-primary-1 {
  background-color: #de39ff;
}

.checkmark-circle {
  width: 24px;
  height: 24px;
  background-color: #de39ff;
  background-image: linear-gradient(#de39ff, #3982ff);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.checkmark-circle.blue {
  background-color: #3982ff;
}

.checkmark-circle.green {
  background-color: #fd6006;
}

.checkmark-circle.faded {
  opacity: 0.4;
}

.icon-list-item {
  border-bottom: 1px solid #251e38;
  border-radius: 1px;
  flex-direction: row;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.icon-list-item.icon-list-item-last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.grid-thirds {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-title {
  margin-top: 175px;
  margin-bottom: 7px;
  font-size: 27px;
  position: static;
  top: -95px;
}

.category {
  margin-bottom: 10px;
  font-size: 18px;
}

.slider-right-arrow {
  width: 60px;
  height: 60px;
  background-color: #251e38;
  border-radius: 6px;
  font-size: 15px;
  display: block;
  right: -54%;
}

.slider-right-arrow:hover {
  background-image: linear-gradient(to left, #de39ff, #3982ff);
}

.slider-right-arrow._1 {
  margin-right: -80px;
  right: 0%;
}

.blog-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-2 {
  border: 1px #000;
}

.features-2 {
  grid-template-columns: 1fr;
}

._32-right-padding {
  margin-right: 32px;
}

.top-hero-image {
  width: 1000px;
  flex-direction: row;
  align-items: center;
  overflow: visible;
}

.hero-image-3 {
  max-width: none;
}

.hero-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main {
  height: 500vh;
  min-height: auto;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.tabs {
  width: 100%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-menu {
  width: 50%;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.tab-link {
  width: auto;
  height: auto;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-clip: border-box;
  padding-left: 0;
  padding-right: 0;
}

.tab-link.w--current {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-clip: border-box;
}

.hero-ipad-wrapper {
  width: 450px;
  height: 625px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-iapd-frame {
  z-index: 5;
  width: 100%;
  height: 100%;
  background-image: url("../images/Ipad-Frame.png");
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.sticky-wrapper-main {
  width: 100%;
  color: #fff;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.sticky-wrapper-main._2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.screen-image {
  z-index: -1;
  width: 88%;
  height: 92%;
  background-color: #1b1629;
  background-image: url("../images/dazzle-artificial-intelligence-powers-sound-data-analysis-and-image-neural-network.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.screen-image._2 {
  z-index: 0;
  background-color: #1b1629;
  background-image: url("../images/dazzle-man-programmer-writing-code-on-a-laptop.png");
  background-size: contain;
}

.screen-image._3 {
  z-index: 1;
  background-color: #1b1629;
  background-image: url("../images/dazzle-man-looks-at-the-resumes-of-candidates-for-a-vacancy.png");
  background-position: 50%;
  background-size: contain;
}

.ipad-video-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  margin: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.ipad-video-wrapper.is-hidden {
  display: none;
}

.ipad-image-second {
  z-index: 0;
  mix-blend-mode: multiply;
  background-image: linear-gradient(
    rgba(17, 14, 25, 0.8),
    rgba(17, 14, 25, 0.8)
  );
  border-radius: 0;
  margin: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ipad-image-wrapper {
  border-radius: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.lightbox-link {
  z-index: 99;
  width: 110px;
  height: 110px;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #de39ff;
  background-image: linear-gradient(315deg, #efb95c, #ca8c18 52%, #ecc677 102%);
  background-clip: border-box;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.invert {
  filter: invert();
}

.play-wrapper {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.float-icon-1 {
  width: 260px;
  height: 200px;
  background-image: linear-gradient(#020e00 15%, #001f0f);
  border: 1px #d4af37;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.float-icon-1.first-float-icon {
  background-image: linear-gradient(#020e00 15%, #001f0f);
  border-style: none;
  border-radius: 8px;
}

.float-icon-second {
  z-index: 2;
  width: 260px;
  height: 200px;
  background-image: repeating-linear-gradient(#110e19, #251e38);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 96px;
}

.float-icon-third {
  z-index: 2;
  width: 260px;
  height: 200px;
  background-image: linear-gradient(#110e19, #251e38);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: 4%;
  right: auto;
}

.float-icon-fourth {
  z-index: 2;
  width: 260px;
  height: 200px;
  background-image: linear-gradient(#110e19, #251e38);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 55%;
  left: 4%;
  right: auto;
}

.float-icon-fifth {
  z-index: 2;
  width: 260px;
  height: 200px;
  background-image: linear-gradient(#110e19, #251e38);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 35%;
  left: auto;
  right: 3%;
}

.company-name-reload {
  color: #fff;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 48px;
  text-decoration: none;
}

.gradient-text {
  opacity: 1;
  color: #626a8a;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(126deg, #de39ff 17%, #3982ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 400px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form-success {
  height: 450px;
  color: #88ae45;
  background-color: rgba(136, 174, 69, 0.12);
  border: 1px solid rgba(136, 174, 69, 0.5);
  border-radius: 7px;
  padding: 35% 12px 7px;
  font-size: 13px;
  line-height: 20px;
}

.contact-card {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#020e00, #001f0f);
  border-radius: 24px;
  flex-direction: row;
  align-items: stretch;
  display: flex;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.11);
}

.form-error {
  color: #ee3e54;
  text-align: center;
  background-color: rgba(238, 62, 84, 0.12);
  border: 1px solid rgba(238, 62, 84, 0.5);
  border-radius: 7px;
  margin-top: 16px;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 20px;
}

.contact-form {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: #fff;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form.paddingfromtop {
  padding-top: 0;
}

.contact-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 32px 5%;
  font-family: DM Sans, sans-serif;
  display: flex;
}

.input {
  height: 52px;
  color: #fff;
  background-color: #16291d;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 7px 20px 8px;
  transition: box-shadow 0.4s, opacity 0.2s, color 0.4s, background-color 0.4s,
    border-color 0.4s;
}

.input:hover {
  background-color: #22372a;
}

.input:focus {
  color: #000;
  background-color: #c8c8c8;
  border-color: #f77e46;
}

.input::-ms-input-placeholder {
  color: #999;
}

.input::placeholder {
  color: #999;
}

.input.text-area {
  height: auto;
  min-height: 200px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.input.text-area:focus {
  color: #000;
}

.contact-info {
  width: 300px;
  background-image: url("../images/Character-1.png"),
    linear-gradient(#001f0f, #020e00);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border: 1px #000;
  padding: 56px 48px;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.dropdown-link {
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 20px;
  transition: opacity 0.3s;
}

.dropdown-link:hover {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-color: #110e19;
  background-image: linear-gradient(#de39ff, #3982ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.dropdown-link.w--current {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(104deg, #de39ff, #3982ff);
  -webkit-background-clip: text;
  background-clip: text;
  display: flex;
}

.drop-corner {
  z-index: 1;
  width: 10px;
  height: 10px;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: -8px;
  left: 33px;
  transform: rotate(45deg);
}

.dropdown-toggle,
.dropdown-toggle.w--open {
  padding: 0;
}

.drop-icon {
  -webkit-text-fill-color: transparent;
  background-color: #d4af37;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 5px;
  font-size: 12px;
}

.drop-text {
  z-index: 1;
  position: relative;
}

.image-page {
  max-width: 100%;
  border-radius: 0;
  margin-top: 0;
  box-shadow: 0 20px 10px rgba(0, 0, 0, 0.1);
}

.bottom-card {
  text-align: left;
  border: 1px #000;
  border-radius: 0;
  flex: 1;
  margin-top: 40px;
  padding: 0;
}

.bottom-card.intro {
  text-align: center;
  border-style: none;
  border-color: #000;
  padding-top: 0;
  padding-bottom: 40px;
}

.page-link {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.pages-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.logo-sign {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.top-margin-20px {
  margin-top: 20px;
}

._40px-padding {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

._40px-padding.center {
  align-items: center;
  display: flex;
}

.cms-info-card-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.ads-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  margin-bottom: 60px;
  display: grid;
}

.ads-grid.style-guide-row {
  grid-template-columns: 0.25fr 1fr;
  align-items: start;
  justify-items: start;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

.style-guide-name-card {
  width: 336px;
  color: #fff;
  background-color: #1b1629;
  border: 1px #d8e6ff;
  border-radius: 6px;
  margin-right: 48px;
  padding: 16px 36px;
  font-family: DM Sans, sans-serif;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.image-cart {
  width: 100%;
  height: 300px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/graphics-4.png");
  background-position: 50%;
  background-size: contain;
  border: 0 #d8e6ff;
  border-radius: 6px;
}

.graphics {
  grid-template-columns: 1fr 1fr 1fr;
}

.image-unsplash {
  height: 200px;
  border-radius: 6px;
}

.image-unsplash.five {
  background-image: url("../images/Untitled-6.jpg");
  background-position: 50%;
  background-size: cover;
}

.image-unsplash.four {
  background-image: url("../images/Untitled-4.jpg");
  background-position: 50%;
  background-size: cover;
}

.image-unsplash.two {
  background-image: url("../images/Untitled-5.jpg");
  background-position: 50%;
  background-size: cover;
}

.image-unsplash.one {
  background-image: url("../images/Image-1_1.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
}

.image-unsplash.six {
  background-image: url("../images/Untitled-3.jpg");
  background-position: 50%;
  background-size: cover;
}

.image-unsplash.three {
  background-image: url("../images/Untitled-2.jpg");
  background-position: 50%;
  background-size: cover;
}

.image-team {
  height: 200px;
  background-color: #fff;
  background-image: linear-gradient(#de39ff, #3982ff);
  border-radius: 6px;
}

.image-team._3 {
  background-image: url("../images/Team-2.png"),
    linear-gradient(#de39ff, #3982ff);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
}

.image-team._2 {
  background-image: url("../images/Team-1.png"),
    linear-gradient(#de39ff, #3982ff);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.image-team._4 {
  background-image: url("../images/Team-4.png"),
    linear-gradient(#de39ff, #3982ff);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
}

.image-team._1 {
  background-color: #fff;
  background-image: url("../images/Team-3.png"),
    linear-gradient(#de39ff, #3982ff);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
}

.licenses {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  margin-bottom: 60px;
  display: grid;
}

.licenses.style-guide-row {
  grid-template-columns: 0.25fr 1fr;
  align-items: start;
  justify-items: start;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

.assest-cards {
  height: 200px;
  background-color: #1b1629;
  border: 0 #d8e6ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.assest-cards.three,
.assest-cards.four,
.assest-cards.two,
.assest-cards.five,
.assest-cards.six {
  justify-content: center;
  align-items: center;
  display: flex;
}

.assest-cards.one {
  height: 200px;
  background-color: #1b1629;
  border-style: none;
  border-width: 0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.assest-cards.graphic-1 {
  background-image: url("../images/dazzle-man-looks-at-the-resumes-of-candidates-for-a-vacancy.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.assest-cards.graphic-2 {
  background-image: url("../images/dazzle-man-programmer-writing-code-on-a-laptop.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.assest-cards.graphic-3 {
  background-image: url("../images/dazzle-artificial-intelligence-powers-sound-data-analysis-and-image-neural-network.png");
  background-position: 50%;
  background-size: contain;
}

.icon-image,
.icon-image-invers-color {
  filter: invert();
}

.social-icons {
  border-radius: 0;
}

.collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-list-wrapper {
  color: #fff;
  text-align: left;
  background-color: #1b1629;
  background-image: linear-gradient(#1b1629, #251e38);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 8px;
  margin-left: -4px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-list-wrapper.w--open {
  z-index: 1;
  color: #fff;
  background-color: #110e19;
  background-image: linear-gradient(#1b1629, #251e38);
  border-radius: 8px;
  margin-top: 8px;
  margin-left: -4px;
  padding: 10px 0;
  left: 0;
}

.post-header {
  z-index: 1;
  color: #fff;
  text-align: left;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 0 0% 24px;
  display: flex;
}

.post-heading {
  text-transform: capitalize;
  margin-bottom: 0;
}

.category-link {
  height: auto;
  color: #f5f5f7;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  margin-right: 8px;
  padding: 4px 15px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.11);
}

.category-link:hover {
  color: #fff;
  background-color: #452c48;
}

.category-link.w--current {
  color: #fff;
  background-color: #f77e46;
  border-color: rgba(0, 0, 0, 0);
}

.blog-bottom-info {
  color: #fff;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.blog-bottom-info.invers {
  width: 100%;
  color: #fff;
  border: 1px #000;
  border-top: 1px solid #251e38;
  margin-top: 16px;
  padding-top: 16px;
  font-size: 16px;
}

.category-white {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 1px #e4ecf6;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 0.4s;
  display: inline-block;
  position: relative;
}

.category-white:hover {
  background-color: rgba(0, 0, 0, 0);
}

.post-rich-text {
  width: 100%;
}

.post {
  max-width: 901px;
  box-shadow: none;
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#1b1629, #110e19);
  border-radius: 14px;
  margin-bottom: -200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 8%;
  position: relative;
  top: -200px;
  bottom: 0;
}

.post.project {
  max-width: 900px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  top: 0;
}

.collection-list-team {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-team.advisors {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.process-number {
  color: #110e19;
  text-shadow: 1px 0 1px #de39ff, 0 1px 1px #3982ff;
}

.ipad-text {
  font-size: 120px;
  line-height: 1;
  position: relative;
}

.ipad-text.gradient {
  z-index: 10;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#3982ff, #de39ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.ipad-text.gradient.hero-text-gradient {
  z-index: 0;
  background-image: linear-gradient(307deg, #e6af4f, #c88a14 50%, #eac370 103%);
  font-size: 75px;
}

.top-title-section {
  color: #666;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.top-title-section.white {
  color: #fff;
}

.team-color-card {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.strech-flex-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.strech-flex-wrapper.white-text {
  height: 100%;
  color: #fdfbf4;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#1b1629, #110e19);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 0.75fr;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.team-grid._60px-bottom-padding {
  margin-top: 0;
  margin-bottom: 60px;
}

.image-hidden-overflow {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-team-info-card {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.name-team {
  margin-bottom: 0;
}

.team-link {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  text-decoration: none;
}

.list-dropdown {
  z-index: 30;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -8px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.list-dropdown-heading {
  color: #452c48;
  font-weight: 700;
  display: none;
}

.category-direct-link {
  height: 100%;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #251e38;
  background-image: none;
  background-clip: border-box;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 4px 15px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.11);
}

.category-direct-link:hover {
  color: #fff;
  background-color: #1d1d1f;
}

.category-direct-link.w--current {
  color: #fff;
  background-color: #ffd000;
  border-color: rgba(0, 0, 0, 0);
}

.categories {
  height: 100%;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.collection-more-projects {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-detail-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}

.details-project-info-wrapper {
  width: 900px;
  margin-bottom: -40px;
  margin-left: auto;
  margin-right: auto;
}

.skills-name,
.awwards-name {
  font-size: 22px;
}

.logo-grid {
  width: auto;
  max-width: 1000px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  width: 100%;
  height: 75px;
  object-fit: contain;
}

.image {
  width: auto;
  height: 48px;
}

.card-160-px-mg {
  margin-bottom: 160px;
}

.project-card-imege {
  height: 600px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.image-2 {
  order: 0;
  margin-top: 41px;
  margin-left: 0;
}

.heading {
  color: #d4af37;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-top: -120px;
  margin-left: -137px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.image-3 {
  margin-top: 38px;
  margin-left: -51px;
}

.text-block-2 {
  color: #d4af37;
  margin-top: -127px;
  margin-left: -156px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-3 {
  color: #d4af37;
  margin-top: -120px;
  margin-left: -114px;
  padding-left: 0;
  padding-right: 59px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-4 {
  color: #d4af37;
  margin-top: -120px;
  margin-left: -124px;
  padding-right: 44px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-5 {
  color: #d4af37;
  margin-top: -120px;
  margin-left: -130px;
  padding-right: 37px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.body-2 {
  background-color: #183a1f;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.our-partners-section {
  background-color: #020e00;
  background-image: linear-gradient(#020e00, rgba(0, 0, 0, 0) 50%, #020e00),
    url("../images/bg-partners.png");
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.our-partners-section.no-border {
  border-bottom-style: none;
}

.our-partners-section.visible-overflow {
  overflow: visible;
}

.our-partners-section._0px-bottom {
  background-color: #132725;
  padding-bottom: 0;
  display: none;
}

.our-partners-section.no-top-margin {
  padding-top: 0;
}

.our-partners-section.scroll-section {
  max-height: 6000px;
  min-height: 300vh;
  justify-content: flex-start;
  overflow: visible;
}

.our-partners-section.page-header {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    178deg,
    #183a1f,
    #15281d 8%,
    #110e19 100%,
    #86848a 100%,
    #110e19
  );
  padding-bottom: 0;
}

.our-partners-section.post-image-section {
  height: 80vh;
}

.our-partners-section.post-section {
  overflow: visible;
}

.roadmap-section {
  z-index: -3;
  color: #fff;
  background-color: #020e00;
  position: relative;
}

.skills-wrapper-copy {
  width: 100%;
  margin-top: 0;
}

.tokenomics-section {
  z-index: 1;
  background-color: #020e00;
  background-image: none;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.tokenomics-section.no-border {
  border-bottom-style: none;
}

.tokenomics-section.visible-overflow {
  overflow: visible;
}

.tokenomics-section._0px-bottom {
  background-color: #132725;
  padding-bottom: 0;
  display: none;
}

.tokenomics-section.no-top-margin {
  padding-top: 0;
}

.tokenomics-section.scroll-section {
  max-height: 6000px;
  min-height: 300vh;
  justify-content: flex-start;
  overflow: visible;
}

.tokenomics-section.page-header {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    178deg,
    #183a1f,
    #15281d 8%,
    #110e19 100%,
    #86848a 100%,
    #110e19
  );
  padding-bottom: 0;
}

.tokenomics-section.post-image-section {
  height: 80vh;
}

.tokenomics-section.post-section {
  overflow: visible;
}

.media-section {
  background-color: #020e00;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.media-section.no-border {
  border-bottom-style: none;
}

.media-section.visible-overflow {
  overflow: visible;
}

.media-section._0px-bottom {
  background-color: #132725;
  padding-bottom: 0;
  display: none;
}

.media-section.no-top-margin {
  padding-top: 0;
}

.media-section.scroll-section {
  max-height: 6000px;
  min-height: 300vh;
  justify-content: flex-start;
  overflow: visible;
}

.media-section.page-header {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    178deg,
    #183a1f,
    #15281d 8%,
    #110e19 100%,
    #86848a 100%,
    #110e19
  );
  padding-bottom: 0;
}

.media-section.post-image-section {
  height: 80vh;
}

.media-section.post-section {
  overflow: visible;
}

.team-section {
  background-color: #020e00;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5% 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-section.no-border {
  border-bottom-style: none;
}

.team-section.visible-overflow {
  overflow: visible;
}

.team-section._0px-bottom {
  background-color: #132725;
  padding-bottom: 0;
  display: none;
}

.team-section.no-top-margin {
  padding-top: 0;
}

.team-section.scroll-section {
  max-height: 6000px;
  min-height: 300vh;
  justify-content: flex-start;
  overflow: visible;
}

.team-section.page-header {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    178deg,
    #183a1f,
    #15281d 8%,
    #110e19 100%,
    #86848a 100%,
    #110e19
  );
  padding-bottom: 0;
}

.team-section.post-image-section {
  height: 80vh;
}

.team-section.post-section {
  overflow: visible;
}

.faq-section {
  background-color: #020e00;
  background-image: linear-gradient(#020e00, rgba(0, 0, 0, 0) 9%),
    url("../images/HC-2.png");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: none;
  position: relative;
  overflow: hidden;
}

.faq-section.no-border {
  border-bottom-style: none;
}

.faq-section.visible-overflow {
  overflow: visible;
}

.faq-section._0px-bottom {
  background-color: #132725;
  padding-bottom: 0;
  display: none;
}

.faq-section.no-top-margin {
  padding-top: 0;
}

.faq-section.scroll-section {
  max-height: 6000px;
  min-height: 300vh;
  justify-content: flex-start;
  overflow: visible;
}

.faq-section.page-header {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    178deg,
    #183a1f,
    #15281d 8%,
    #110e19 100%,
    #86848a 100%,
    #110e19
  );
  padding-bottom: 0;
}

.faq-section.post-image-section {
  height: 80vh;
}

.faq-section.post-section {
  overflow: visible;
}

.contact-section {
  background-color: #020e00;
  background-image: url("../images/Linear-Stroke.png"), url("../images/CU.png");
  background-position: 100% 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-section.no-border {
  border-bottom-style: none;
}

.contact-section.visible-overflow {
  overflow: visible;
}

.contact-section._0px-bottom {
  background-color: #132725;
  padding-bottom: 0;
  display: none;
}

.contact-section.no-top-margin {
  padding-top: 0;
}

.contact-section.scroll-section {
  max-height: 6000px;
  min-height: 300vh;
  justify-content: flex-start;
  overflow: visible;
}

.contact-section.page-header {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    178deg,
    #183a1f,
    #15281d 8%,
    #110e19 100%,
    #86848a 100%,
    #110e19
  );
  padding-bottom: 0;
}

.contact-section.post-image-section {
  height: 80vh;
}

.contact-section.post-section {
  overflow: visible;
}

.about-us-paragraph {
  font-family: Outfit, sans-serif;
  line-height: 1.4;
}

.video-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.team-grid-layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.team-grid-layout.advisors {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.cms-thing {
  display: none;
}

.top-scroll-section {
  height: 0;
}

.about-us-right-continer {
  position: relative;
}

.about-us-right-content {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.about-us-tab {
  width: 100%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-us-tab.display-hidden {
  display: none;
}

.div-block,
.div-block-2,
.div-block-3 {
  width: 100%;
}

.about-us-container {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.right-aboutus {
  width: 45%;
  height: auto;
  position: relative;
}

.left-aboutus {
  width: 52%;
}

.about-right-wrapper {
  padding-bottom: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.hero-main-img {
  width: auto;
  scale: 1.2;
  object-fit: cover;
}

.timeline-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.timeline-item {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 160px 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
}

.timeline-left {
  text-align: right;
}

.timeline-center {
  justify-content: center;
  display: flex;
}

.timeline-circle {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline-circle.is-golden {
  background-color: #ebc88b;
}

.timeline-text {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.timeline-progress {
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #626a8a;
  position: absolute;
}

.timeline-progres-bar {
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-image: linear-gradient(#e7b250, #efcc80);
  position: fixed;
  bottom: 50vh;
}

.roadmap-heading {
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.roadmap-heading-section {
  background-color: #020e00;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.roadmap-heading-section.no-border {
  border-bottom-style: none;
}

.roadmap-heading-section.visible-overflow {
  overflow: visible;
}

.roadmap-heading-section._0px-bottom {
  background-color: #132725;
  padding-bottom: 0;
  display: none;
}

.roadmap-heading-section.no-top-margin {
  padding-top: 0;
}

.roadmap-heading-section.scroll-section {
  max-height: 6000px;
  min-height: 300vh;
  justify-content: flex-start;
  overflow: visible;
}

.roadmap-heading-section.page-header {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    178deg,
    #183a1f,
    #15281d 8%,
    #110e19 100%,
    #86848a 100%,
    #110e19
  );
  padding-bottom: 0;
}

.roadmap-heading-section.post-image-section {
  height: 80vh;
}

.roadmap-heading-section.post-section {
  overflow: visible;
}

.tokenomic-heading {
  background-color: #110e19;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tokenomic-heading.no-border {
  border-bottom-style: none;
}

.tokenomic-heading.visible-overflow {
  overflow: visible;
}

.tokenomic-heading._0px-bottom {
  background-color: #132725;
  padding-bottom: 0;
  display: none;
}

.tokenomic-heading.no-top-margin {
  padding-top: 0;
}

.tokenomic-heading.scroll-section {
  max-height: 6000px;
  min-height: 300vh;
  justify-content: flex-start;
  overflow: visible;
}

.tokenomic-heading.page-header {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    178deg,
    #183a1f,
    #15281d 8%,
    #110e19 100%,
    #86848a 100%,
    #110e19
  );
  padding-bottom: 0;
}

.tokenomic-heading.post-image-section {
  height: 80vh;
}

.tokenomic-heading.post-section {
  overflow: visible;
}

.tokenomic-heading.display-hidden {
  display: none;
}

.ipad-video {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
  margin: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ipad-video.is-hidden {
  display: none;
}

.bold-text,
.italic-text,
.list-item-3,
.list-item-4,
.list-item-5 {
  font-family: Outfit, sans-serif;
}

.display-hidden {
  display: none;
}

.whitepaper-link {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 5px 0.1px rgba(208, 182, 99, 0.31);
}

.faq-wrapper {
  width: 100%;
  margin-bottom: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.faq-wrapper._2,
.faq-wrapper._600px-width {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  width: 100%;
}

.about-us-img-wrapper {
  width: 100%;
  height: 170px;
  background-image: url("../images/Hands.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(128deg, #ecbb5b, #c98c1b 54%, #f7d88f 104%);
  -webkit-background-clip: text;
  background-clip: text;
}

.q--text {
  color: #e4ad4e;
}

.stripe-image {
  height: 620px;
  display: block;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: auto;
  right: -24%;
}

.about-us-para {
  max-width: 550px;
  text-align: center;
}

.hero-gradient {
  width: 42vw;
  max-width: none;
  opacity: 0.7;
  position: absolute;
  top: 3674px;
  bottom: auto;
  left: -50%;
  right: auto;
}

.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(310deg, #ffe5a1, #bf841a 50%, #ffcd74 104%);
  -webkit-background-clip: text;
  background-clip: text;
}

.main-text-1 {
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 110px;
  font-weight: 500;
}

.hero-text {
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(2, 14, 0, 0) 0%,
    #020e00 2%,
    #020e00
  );
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 15px;
  display: flex;
}

.container-5 {
  max-width: 1100px;
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 30px;
  display: flex;
  position: relative;
}

.container-5.hero-head {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.hero-container {
  margin-top: -12vh;
  position: relative;
  width: 75vw;
  height: 89%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.hero-container2 {
  margin-top: -18vh;
  position: relative;
  height: 85%;
  display: flex;
  align-items: end;
}

.white-text {
  color: #eff3fb;
  margin-top: 30px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.main-text-2 {
  color: #e7e7e7;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 76px;
}

.main-text-2.gradient {
  margin-top: -50px;
  padding-top: 0;
}

.background-video-hero {
  height: 100vh;
  opacity: 1;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0), #020e00 79%); */
  background: linear-gradient(
    101.51deg,
    #001f10 -3.21%,
    #000 50.56%,
    #001f10 110.46%
  );
  justify-content: flex-start;
  padding-left: 60px;
  padding-right: 60px;
}

.text-block-6 {
  color: #f2bb5a;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 37px;
  display: flex;
}

.hero-sec {
  z-index: 2;
  background-color: #110e19;
  position: relative;
}

.slider-left-arrow-2 {
  width: 60px;
  height: 60px;
  background-color: #001f0f;
  border-radius: 6px;
  font-size: 13px;
  display: block;
  left: -54%;
}

.slider-left-arrow-2:hover {
  background-image: linear-gradient(to right, #00643e, #45a247);
}

.testimonials-name-2 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.display-2 {
  z-index: 1;
  color: #b9e5c7;
  letter-spacing: 3px;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  display: block;
  position: relative;
}

.display-2._2 {
  color: #110e19;
  letter-spacing: -6px;
  text-transform: none;
  text-shadow: 0 1px 1px #3982ff, 1px 0 1px #de39ff;
  padding-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 120px;
  line-height: 1em;
}

.section-3 {
  background-color: #020e00;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-right-arrow-2 {
  width: 60px;
  height: 60px;
  background-color: #001f0f;
  border-radius: 6px;
  font-size: 15px;
  display: block;
  right: -54%;
}

.slider-right-arrow-2:hover {
  background-image: linear-gradient(270deg, #00643e, #45a247);
}

.bottom-margin-60px-2 {
  margin-bottom: 60px;
}

.bottom-margin-60px-2.top-content-footer {
  border: 1px #000;
  margin-bottom: 40px;
}

.testimonial-content-info-2 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#020e00, #001f0f);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.big-paragraph-2 {
  color: #626a8a;
  font-size: 20px;
  line-height: 1.8em;
}

.big-paragraph-2.white {
  color: #626a8a;
  font-weight: 700;
}

.abt-us-images {
  width: auto;
  height: 200px;
  max-width: none;
  padding-bottom: 20px;
}

.abt-us-images.charity {
  transform: scale(0.85);
}

.image-5 {
  z-index: 1;
  position: relative;
  transform: scale(1.4);
}

.hero-text-loop-wrapper {
  background-image: linear-gradient(#001e0f, #021002);
}

.div-block-21 {
  background-image: url("../images/background.png");
  background-position: 0 0;
  background-size: contain;
}

.hero-text-block {
  margin-top: 10px;
  font-size: 26px;
  width: 90%;
}

.hero-text-block.form {
  margin-bottom: 20px;
}

.image-6 {
  width: 820px;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  bottom: auto;
  left: auto;
  right: auto;
}

.image-6.right {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  right: -70%;
}

.tokonics-gradient {
  z-index: 10;
  width: 530px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: -7%;
  left: -160px;
  right: auto;
}

.tokenomics-picture {
  width: 500px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: -160px;
  right: auto;
}

.image-7 {
  width: 500px;
  position: absolute;
  top: auto;
  bottom: -7%;
  left: -160px;
  right: auto;
}

.gradient-in-tokenomics {
  z-index: 10;
  width: 786px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: -30%;
  left: -470px;
}

.about-us-bottom-stn {
  background-color: #020e00;
  background-image: linear-gradient(#020e00, rgba(0, 0, 0, 0) 11%),
    url("../images/HC-2.png");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-us-bottom-stn.benefits {
  padding-top: 2px;
  position: relative;
}

.about-bottom-stripe {
  width: 350px;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-span-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(318deg, #f9bf59, #c68b1b 50%, #fdd685);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-2.gradient-gold {
  background-image: linear-gradient(318deg, #f9bf59, #c68b1b 50%, #fdd685);
}

.text-span-3 {
  background-image: linear-gradient(#000, #fff);
}

.text-span-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(74deg, #f9bf59, #c68b1b 50%, #fdd685);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-bg-container {
  width: 100%;
  height: 100vh;
  max-width: 1200px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  /* margin-top: -10vh; */
}

.logo-image {
  position: fixed;
  top: -3.5vh;
  left: 4.5vw;
  width: 150px;
}

.contact-info-image {
  width: 300px;
  background-image: url("../images/Character-1.png"),
    linear-gradient(#001f0f, #020e00);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border: 1px #000;
  padding: 56px 48px;
}

.footer-logo-image {
  /* display: block; */
  position: relative;
  /* padding: 20px 100px; */
  scale: 1.5;
  /* top: -3.5vh; */
  /* left: 4.5vw; */
  width: 150px;
  height: auto;
}

.hero-button-wrapper {
  height: auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #020e00;
  background-image: none;
  background-clip: border-box;
  border: 1px #d4af37;
  border-radius: 4px;
  padding: 10px 30px;
  font-family: Merienda;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
}

.hero-button-wrapper:hover {
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-button-wrapper._2 {
  width: 100%;
  text-transform: none;
  background-color: #020e00;
  background-image: none;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  transition-property: background-position;
  transition-duration: 0.4s;
  display: block;
}

.hero-button-wrapper._2:hover {
  background-image: linear-gradient(135deg, #00643e, #45a247);
}

.div-block-22 {
  max-width: 1200px;
  padding-top: 0;
  position: static;
}

.div-block-23 {
  padding-top: 40px;
  display: none;
}

.div-block-25 {
  width: 90vw;
  height: 10vh;
  flex: 0 auto;
  align-items: stretch;
  display: flex;
}

.div-block-26 {
  width: 50vw;
  height: 10vh;
}

.div-block-27 {
  width: 50vw;
  height: 10vh;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  white-space: normal;
  align-self: flex-start;
}

.dropdown-toggle-2 {
  width: 20vw;
  -webkit-text-stroke-color: #9ed219;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  display: inline-block;
}

.dropdown-toggle-2:hover {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  background-color: #007137;
}

.icon {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 61px;
}

.dropdown-list-2 {
  cursor: pointer;
}

.dropdown-link-2 {
  background-color: #110e19;
  background-image: linear-gradient(#fff, #3982ff);
}

.text-block-7 {
  width: 15vw;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
}

.dropdown-2 {
  width: 30vw;
}

.div-block-28 {
  width: 90vw;
  height: auto;
  position: relative;
}

.list-2,
.list-3,
.list-4 {
  max-width: 1200px;
  color: #fff;
}

.list-5 {
  color: #fff;
}

.div-block-29 {
  display: none;
  position: relative;
}

.div-block-30 {
  max-width: 1200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 29px;
  display: grid;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 32px;
  display: flex;
}

.bold-text-2,
.bold-text-3 {
  font-family: DM Sans, sans-serif;
}

.buytokenformcontainer {
  z-index: 10000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.buytokencontent {
  width: 100%;
  max-width: 1000px;
  background-color: #020e00;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 5px rgba(199, 199, 199, 0.2);
}

.div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contactformlink-container {
  display: flex;
}

.contactformlink-container.morequestionscontainer {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.morequestionstext {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  align-self: center;
  font-weight: 500;
}

.morequestionstext.link {
  margin-left: 5px;
}

.morequestionstext.nobottommargin {
  margin-bottom: 0;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-6 {
  max-width: 1200px;
}

.image-8 {
  z-index: 4;
  width: 100%;
  background-color: #020e00;
  position: relative;
}

.div-block-34 {
  max-width: 1200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #020e00;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-35 {
  background-color: #020e00;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #f9bf59;
  text-align: left;
  background-color: #020e00;
  font-family: DM Sans, sans-serif;
}

.btn-primary-copy {
  height: auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #020e00;
  background-image: none;
  background-clip: border-box;
  border: 1px #d4af37;
  border-radius: 4px;
  padding: 10px 30px;
  font-family: Merienda;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
}

.btn-primary-copy:hover {
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-primary-copy._2 {
  width: 100%;
  text-transform: none;
  background-color: #020e00;
  background-image: none;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  transition-property: background-position;
  transition-duration: 0.4s;
  display: block;
}

.btn-primary-copy._2:hover {
  background-image: linear-gradient(135deg, #00643e, #45a247);
}

.btn-primary-copy._2.buytokensubmit {
  position: static;
}

.btn-primary-copy.hero-button {
  background-image: none;
}

.btn-primary-copy.hero-button:hover {
  background-image: linear-gradient(135deg, #007137, #006727);
}

.btn-primary-copy.hero-button.benefits {
  width: auto;
  text-align: center;
  text-transform: capitalize;
  background-color: #d4af37;
  border-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
  padding-right: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.btn-primary-copy.hero-button.benefits:hover {
  background-color: #d4af37;
  background-image: none;
}

.btn-primary-copy.hero-button.benefits:focus {
  background-color: #d4af37;
}

.btn-primary-copy.hero-button.benefits.buytokenform {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-primary-copy.hero-button.benefits.buytokenform:hover {
  background-color: #d4af37;
  background-image: none;
}

.btn-primary-copy.hero-button.benefits.btnlwearn {
  width: 35vw;
  margin-top: 50px;
  margin-left: 87px;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
}

.btn-primary-copy.hero-button.benefits.btnlwearn.leftmarginzero {
  margin-left: 0;
}

.btn-primary-copy.hero-button.fullwidth {
  width: 100%;
  background-color: #d4af37;
  margin-top: 20px;
}

.div-block-36 {
  background-color: #020e00;
}

.div-block-37 {
  background-color: #020e00;
  margin-left: auto;
  margin-right: auto;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw3 {
  margin-left: 20px;
}

.wg-dropdown-1 {
  width: auto;
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  font-weight: 700;
}

.wg-dd-1-togle {
  z-index: 1;
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  padding: 10px 15px;
}

.wg-dd-1-togle:hover {
  color: #fff;
  background-color: #4049ff;
}

.wg-dd-1-list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px rgba(17, 23, 156, 0.07);
}

.wg-dropdown-1-link {
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.1s;
}

.wg-dropdown-1-link:hover {
  color: #fff;
  background-color: #4049ff;
}

.wg-selector-2 {
  color: #000;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
  overflow: hidden;
}

.wg-selector-2:hover {
  color: #4049ff;
}

.wg-selector-2.w--current {
  cursor: default;
}

.wg-selector-2.s1,
.wg-selector-2.s2 {
  color: #fff;
  border-radius: 4px;
}

.wg-selector2-text-lang2,
.wg-selector2-text-lang1 {
  color: #fff;
  position: relative;
}

.wg-selector-2-fill.f2 {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #d4af37;
  border-radius: 4px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(-100%);
}

.wg-selector-2-fill.f1 {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #d4af37;
  border-radius: 4px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-38 {
  background-color: #020e00;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-9 {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 60px;
  right: 0;
}

.marginbottom.para {
  margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
  h1 {
    margin-bottom: 26px;
  }

  h2 {
    margin-bottom: 20px;
  }

  h3 {
    margin-top: 0;
    margin-bottom: 18px;
  }

  h4 {
    margin-top: 0;
    margin-bottom: 16px;
  }

  h5 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 14px;
    font-family: DM Sans, sans-serif;
    font-size: 22px;
    line-height: 1em;
  }

  h6 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 12px;
    font-family: DM Sans, sans-serif;
    font-size: 16px;
    line-height: 1em;
  }

  a {
    color: #fff;
  }

  ul {
    color: #626a8a;
    font-size: 18px;
    line-height: 1.6em;
  }

  li {
    margin-bottom: 10px;
  }

  .hero-section._3 {
    padding-top: 0%;
  }

  .logo-image {
    position: fixed;
    top: -4.5vh;
    /* left: 3vw; */
    width: 150px;
    border: none;
  }

  .hero-section.intro {
    padding-bottom: 5%;
  }

  .display.golden {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #f9bf59, #c68b1b 50%, #fdd685);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .display.golden.small-display {
    font-size: 72px;
  }

  .btn-primary {
    transition-property: background-color;
    transition-duration: 0.4s;
  }

  .btn-primary._2.marginhorizontal {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-primary.hero-button.benefits {
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .btn-primary.hero-button.benefits.opbtn {
    width: 90%;
  }

  .section.post-image-section {
    height: 80vh;
  }

  .grid-info {
    width: auto;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .footer-section {
    margin: 0;
    padding-bottom: 0;
  }

  .logo-link {
    text-decoration: none;
    display: flex;
  }

  .position.team-text-small {
    font-size: 14px;
  }

  .style-guide-iteam-wrapper {
    background-color: #1b1629;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .style-guide-title {
    height: 100%;
    background-color: #1b1629;
    border-radius: 10px;
    padding-top: 36px;
    padding-bottom: 35px;
  }

  .style-guide-contents {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    font-family: DM Sans, sans-serif;
  }

  .paragraph-small {
    color: #626a8a;
    line-height: 1.5em;
  }

  .big-paragraph {
    color: #626a8a;
    line-height: 1.8em;
  }

  .grid-button {
    width: 100%;
    grid-template-rows: auto;
  }

  .list-item {
    border-bottom-style: solid;
  }

  .ipad-hero-image {
    max-width: 100%;
    box-shadow: none;
  }

  .team-member-image {
    width: 190px;
  }

  .team-member-name.team-text-small {
    font-size: 16px;
  }

  .typography-details {
    margin-bottom: 20px;
  }

  .typography-container {
    width: 100%;
  }

  .list-dot.bg-primary-1 {
    background-color: #de39ff;
  }

  .checkmark-circle {
    background-color: #de39ff;
    background-image: linear-gradient(#de39ff, #3982ff);
  }

  .icon-list-item {
    border-bottom-color: #251e38;
  }

  .grid-thirds {
    grid-template-columns: 1fr;
  }

  .contact-form.paddingfromtop {
    padding-top: 0;
  }

  .input.nomarginbottom {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .bottom-card {
    text-align: left;
    margin-top: 40px;
    padding: 0;
  }

  .post {
    box-shadow: none;
  }

  .ipad-text.gradient.hero-text-gradient {
    font-size: 90px;
  }

  .team-color-card {
    display: flex;
  }

  .strech-flex-wrapper.white-text {
    height: 100%;
  }

  .image-hidden-overflow {
    height: auto;
  }

  .our-partners-section.post-image-section,
  .tokenomics-section.post-image-section,
  .media-section.post-image-section,
  .team-section.post-image-section,
  .faq-section.post-image-section,
  .contact-section.post-image-section,
  .roadmap-heading-section.post-image-section,
  .tokenomic-heading.post-image-section {
    height: 80vh;
  }

  .hero-gradient {
    left: -42%;
  }

  .container-5.hero-head {
    max-width: 1200px;
  }

  .hero-container {
    /* margin-top: -15vh; */
    width: 100vw;
  }

  .display-2 {
    font-size: 120px;
  }

  .big-paragraph-2 {
    color: #626a8a;
    line-height: 1.8em;
  }

  .hero-text-block.form.test {
    width: 100%;
    max-width: none;
    min-width: 0;
    text-align: left;
    flex-wrap: nowrap;
    display: block;
  }

  .about-us-bottom-stn.benefits {
    padding-top: 0;
  }

  .hero-button-wrapper {
    transition-property: background-color;
    transition-duration: 0.4s;
  }

  .div-block-22 {
    padding-top: 0;
  }

  .form-block {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    display: flex;
  }

  .div-block-23 {
    flex-direction: row;
    align-items: center;
    display: none;
  }

  .form {
    width: 100%;
    max-width: 400px;
    min-width: 400px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-30 {
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .div-block-31 {
    display: flex;
  }

  .buytokenformcontainer {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .buytokencontent {
    width: 100%;
    max-width: 1000px;
    background-color: #020e00;
  }

  .btn-primary-copy {
    transition-property: background-color;
    transition-duration: 0.4s;
  }

  .btn-primary-copy._2.marginhorizontal {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-primary-copy.hero-button.benefits {
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .btn-primary-copy.hero-button.benefits.opbtn {
    width: 90%;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    border: 1px #000;
    border-bottom: 1px solid #d4d4d4;
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .hero-section._3 {
    padding-top: 0%;
  }

  .hero-section._1 {
    background-position: 50% 0;
  }

  .hero-section.intro {
    padding-bottom: 5%;
  }

  .display._1.text-color-white {
    color: #fff;
  }

  .display.golden {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #f9bf59, #c68b1b 50%, #fdd685);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .display.golden.small-display {
    font-size: 72px;
  }

  .btn-primary {
    text-transform: capitalize;
    background-color: #110e19;
    background-image: none;
  }

  .btn-primary:hover {
    background-color: #110e19;
  }

  .btn-primary._2 {
    font-weight: 500;
  }

  .btn-primary.hero-button.benefits {
    width: 90%;
  }

  .btn-primary.hero-button.benefits.opbtn {
    width: 90%;
    display: block;
  }

  .top-margin-40px.aboutus-btn {
    display: none;
  }

  .symbol {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
    margin-top: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .inner-text {
    align-items: center;
  }

  .grid-cta {
    grid-template-columns: 1fr 200px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .title-cta {
    font-size: 40px;
    font-weight: 400;
  }

  .section {
    border: 1px #000;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .max-w-center {
    flex-direction: row;
  }

  .bubble {
    background-color: #1b1629;
  }

  .cta-card {
    max-width: 800px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 2.5fr 0.75fr 0.75fr;
  }

  .footer-section {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .footer-bottom {
    color: #cfd2ec;
  }

  .link-footer:hover {
    color: #9c60ff;
  }

  .hero-intro {
    max-width: 1200px;
  }

  .position {
    background-image: linear-gradient(112deg, #f9bf59, #c68b1b 51%, #fdd685);
  }

  .position.team-text-small {
    font-size: 14px;
  }

  .btn-text {
    width: 100%;
  }

  .preloader {
    display: none;
  }

  .style-guide-iteam-wrapper {
    text-align: center;
  }

  .big-paragraph {
    color: #3c4153;
  }

  .grid-button {
    width: 100%;
  }

  .div-block-about {
    height: 450px;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0 40px 40px;
    display: flex;
  }

  .div-block-about.top {
    height: 19%;
    padding: 0 0 20px;
  }

  .list-div {
    width: auto;
  }

  .list-item {
    color: #000;
    border: 1px #000;
    border-top-width: 2px;
    border-bottom: 2px solid #000;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .list-item.awward {
    font-size: 18px;
  }

  .review-card {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ipad-hero-image {
    box-shadow: none;
  }

  .progress-image {
    width: 280px;
    height: 280px;
  }

  .progress-image.process {
    width: 260px;
    height: 260px;
  }

  .progress-image.process.eco {
    padding-left: 0;
  }

  .progress-image.help-n-support {
    width: 260px;
    height: 260px;
  }

  .progress-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .progress-title {
    margin-top: 0;
    font-style: normal;
  }

  .progress-number {
    font-size: 90px;
  }

  .contact-form.paddingfromtop {
    padding-top: 0;
  }

  .contact-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .contact-info {
    border: 1px #000;
  }

  .bottom-card {
    text-align: left;
    margin-top: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-card.intro {
    margin-top: 0;
    padding-top: 40px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .post {
    box-shadow: none;
  }

  .ipad-text.gradient.hero-text-gradient {
    font-size: 100px;
  }

  .team-color-card {
    padding: 40px;
    display: flex;
  }

  .strech-flex-wrapper.white-text {
    height: 100%;
    justify-content: space-between;
  }

  .image-hidden-overflow {
    height: auto;
  }

  .heading {
    color: #d4af37;
  }

  .our-partners-section,
  .tokenomics-section,
  .media-section,
  .team-section,
  .faq-section {
    border: 1px #000;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-section {
    background-size: contain;
    border: 1px #000;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .roadmap-heading-section,
  .tokenomic-heading {
    border: 1px #000;
  }

  .stripe-image {
    right: -10%;
  }

  .hero-gradient {
    top: -150px;
    left: -29%;
  }

  .container-5 {
    align-items: center;
  }

  .container-5.hero-head {
    z-index: 1;
  }

  .main-text-2 {
    color: #e7e7e7;
  }

  .main-text-2.gradient {
    font-weight: 200;
  }

  .background-video-hero {
    /* padding-top: 160px; */
  }

  .hero-sec {
    position: relative;
  }

  .section-3 {
    border: 1px #000;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .big-paragraph-2 {
    color: #3c4153;
  }

  .image-5 {
    transform: scale(1.4);
  }

  .about-us-bottom-stn {
    border: 1px #000;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-info-image {
    border: 1px #000;
  }

  .hero-button-wrapper {
    text-transform: capitalize;
    background-color: #110e19;
    background-image: none;
  }

  .hero-button-wrapper:hover {
    background-color: #110e19;
  }

  .hero-button-wrapper._2 {
    font-weight: 500;
  }

  .div-block-28 {
    width: 80vw;
    height: auto;
  }

  .div-block-30 {
    width: auto;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .div-block-31 {
    display: flex;
  }

  .buytokenformcontainer {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .buytokencontent {
    width: 100%;
    max-width: 1000px;
    background-color: #020e00;
  }

  .div-block-33 {
    flex-wrap: wrap;
  }

  .btn-primary-copy {
    text-transform: capitalize;
    background-color: #110e19;
    background-image: none;
  }

  .btn-primary-copy:hover {
    background-color: #110e19;
  }

  .btn-primary-copy._2 {
    font-weight: 500;
  }

  .btn-primary-copy.hero-button.benefits {
    width: 90%;
  }

  .btn-primary-copy.hero-button.benefits.opbtn {
    width: 90%;
    display: block;
  }

  .btn-primary-copy.hero-button.benefits.btnlwearn {
    width: 30vw;
    margin-left: 77px;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper {
    text-align: left;
    align-self: center;
  }

  .hero-section._2 {
    padding-top: 5%;
  }

  .hero-section._3 {
    padding-top: 0%;
  }

  .hero-section._1 {
    padding-top: 5%;
  }

  .hero-section.intro {
    height: auto;
    border-style: none;
    border-color: #000;
    padding-top: 0;
    padding-bottom: 5%;
  }

  .btn-primary {
    background-color: #110e19;
    font-weight: 500;
  }

  .btn-primary:hover {
    background-color: #110e19;
  }

  .btn-primary._2 {
    font-weight: 500;
  }

  .btn-primary.hero-button.benefits {
    width: 60%;
    margin-left: 109px;
  }

  .btn-primary.hero-button.benefits.opbtn {
    width: 90%;
  }

  .symbol {
    background-color: #ff7839;
  }

  .title-cta {
    font-weight: 400;
  }

  .section {
    border-style: none;
    border-color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.post-image-section {
    height: 80vh;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
    font-style: italic;
  }

  .section.post-section {
    border-radius: 14px;
  }

  .bubble {
    background-color: #1b1629;
  }

  .accordion-card {
    border-top-color: #251e38;
    border-bottom-color: #251e38;
  }

  .grid-info {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .blog-post-card {
    width: 100%;
  }

  .blog-post-photo {
    position: relative;
  }

  .bottom-content-media {
    background-color: #1b1629;
    border-style: none solid solid;
    border-width: 1px;
    position: static;
    bottom: 0;
  }

  .cta-card {
    background-color: rgba(0, 0, 0, 0);
  }

  .footer-section {
    background-color: #110e19;
    margin-top: 0;
  }

  .work-grid.home-3 {
    grid-template-columns: auto auto auto auto 1fr;
  }

  .btn-text {
    width: 90%;
  }

  .scroll-link {
    left: 0;
  }

  .button-circle:hover {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .style-guide-title {
    border-style: none;
    border-radius: 0;
  }

  .divider {
    background-color: #251e38;
  }

  .style-guide-color.primary-5,
  .style-guide-color.primary-6 {
    border-radius: 0;
  }

  .text-small {
    color: #fff;
  }

  .card.style-guide-color-card {
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-radius: 10px;
  }

  .big-paragraph {
    color: #626a8a;
  }

  .center {
    text-align: center;
    justify-content: center;
  }

  .div-block-about.top {
    height: 100%;
  }

  .features-card.center {
    align-items: center;
  }

  .features-icon {
    margin-bottom: 20px;
  }

  .testimonial-content-info {
    background-image: linear-gradient(#110e19, #1b1629);
    border: 1px solid #000;
    border-radius: 0;
  }

  .hero-image {
    width: 55vw;
  }

  .hero-image.ipad-1 {
    width: auto;
  }

  .ipad-hero-image {
    box-shadow: none;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .progress-card {
    border-radius: 10px;
    overflow: hidden;
  }

  .progress-image.process,
  .progress-image.help-n-support {
    width: 260px;
    height: 260px;
  }

  .team-card {
    background-color: #1b1629;
    border-style: none;
    padding-top: 40px;
  }

  .team-member-image {
    width: 160px;
    height: 160px;
  }

  .image-section-background {
    align-items: center;
    display: flex;
  }

  .background-section.about {
    height: 80vh;
  }

  .checkmark-circle {
    background-image: none;
  }

  .checkmark-circle.blue {
    background-color: #3982ff;
  }

  .checkmark-circle.green {
    background-color: #fd6006;
  }

  .hero-container {
    margin-top: -15vh;
    width: 100vw;
  }

  .hero-image-3 {
    border-radius: 0;
  }

  .hero-ipad-wrapper {
    width: 450px;
    height: 650px;
    overflow: hidden;
  }

  .hero-iapd-frame {
    z-index: 5;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .screen-image {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }

  .ipad-text-wrapper {
    text-align: center;
  }

  .float-icon-1 {
    width: 300px;
    height: 200px;
  }

  .float-icon-1.first-float-icon {
    left: -10%;
  }

  .float-icon-second {
    width: 300px;
    height: 200px;
    right: -10%;
  }

  .float-icon-third,
  .float-icon-fourth {
    width: 300px;
    height: 200px;
    left: -10%;
  }

  .float-icon-fifth {
    width: 300px;
    height: 200px;
    right: -10%;
  }

  .utility-page-wrap {
    margin-bottom: 20px;
  }

  .utility-page-content {
    align-items: center;
  }

  .contact-form.paddingfromtop {
    padding-top: 100px;
  }

  .input {
    margin-bottom: 20px;
  }

  .bottom-card {
    text-align: left;
    margin-top: 40px;
    padding: 0;
  }

  .bottom-card.intro {
    text-align: center;
    border-style: none;
    border-color: #000;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo-sign {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-bottom-info.invers {
    color: #626a8a;
    font-family: DM Sans, sans-serif;
  }

  .category-white {
    color: #626a8a;
    border-color: #626a8a;
  }

  .post {
    box-shadow: none;
    border: 0 #000;
    position: relative;
  }

  .post.project {
    background-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .ipad-text.gradient.hero-text-gradient {
    font-size: 120px;
  }

  .logo-grid {
    width: 100%;
  }

  .card-160-px-mg {
    margin-bottom: 160px;
  }

  .project-card-imege {
    width: 100%;
    height: 600px;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .our-partners-section {
    border-style: none;
    border-color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .our-partners-section.post-image-section {
    height: 80vh;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
    font-style: italic;
  }

  .our-partners-section.post-section {
    border-radius: 14px;
  }

  .tokenomics-section {
    border-style: none;
    border-color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tokenomics-section.post-image-section {
    height: 80vh;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
    font-style: italic;
  }

  .tokenomics-section.post-section {
    border-radius: 14px;
  }

  .media-section {
    border-style: none;
    border-color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .media-section.post-image-section {
    height: 80vh;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
    font-style: italic;
  }

  .media-section.post-section {
    border-radius: 14px;
  }

  .team-section {
    border-style: none;
    border-color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team-section.post-image-section {
    height: 80vh;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
    font-style: italic;
  }

  .team-section.post-section {
    border-radius: 14px;
  }

  .faq-section {
    border-style: none;
    border-color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .faq-section.post-image-section {
    height: 80vh;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
    font-style: italic;
  }

  .faq-section.post-section {
    border-radius: 14px;
  }

  .contact-section {
    border-style: none;
    border-color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-section.post-image-section {
    height: 80vh;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
    font-style: italic;
  }

  .contact-section.post-section {
    border-radius: 14px;
  }

  .roadmap-heading-section {
    border-style: none;
    border-color: #000;
  }

  .roadmap-heading-section.post-image-section {
    height: 80vh;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
    font-style: italic;
  }

  .roadmap-heading-section.post-section {
    border-radius: 14px;
  }

  .tokenomic-heading {
    border-style: none;
    border-color: #000;
  }

  .tokenomic-heading.post-image-section {
    height: 80vh;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
    font-style: italic;
  }

  .tokenomic-heading.post-section {
    border-radius: 14px;
  }

  .stripe-image {
    right: 5%;
  }

  .hero-gradient {
    width: 22.5vw;
  }

  .section-3 {
    border-style: none;
    border-color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonial-content-info-2 {
    background-image: linear-gradient(#110e19, #1b1629);
    border: 1px solid #000;
    border-radius: 0;
  }

  .big-paragraph-2 {
    color: #626a8a;
  }

  .tokonics-gradient,
  .tokenomics-picture {
    width: 550px;
  }

  .gradient-in-tokenomics {
    left: -300px;
  }

  .about-us-bottom-stn {
    border-style: none;
    border-color: #000;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-us-bottom-stn.benefits {
    justify-content: center;
    align-items: center;
  }

  .hero-button-wrapper {
    background-color: #110e19;
    font-weight: 500;
  }

  .hero-button-wrapper:hover {
    background-color: #110e19;
  }

  .hero-button-wrapper._2 {
    font-weight: 500;
  }

  .div-block-22 {
    width: 70vw;
    height: 40vh;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-28 {
    width: 70vw;
    height: auto;
    white-space: normal;
    margin-right: 20px;
  }

  .list-2 {
    padding-right: 239px;
  }

  .div-block-29 {
    white-space: normal;
    margin-right: 118px;
  }

  .div-block-30 {
    width: auto;
    height: 60%;
    justify-items: start;
  }

  .div-block-31 {
    display: flex;
  }

  .buytokenformcontainer {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .buytokencontent {
    width: 100%;
    max-width: 1000px;
    background-color: #020e00;
  }

  .btn-primary-copy {
    background-color: #110e19;
    font-weight: 500;
  }

  .btn-primary-copy:hover {
    background-color: #110e19;
  }

  .btn-primary-copy._2 {
    font-weight: 500;
  }

  .btn-primary-copy.hero-button.benefits {
    width: 60%;
    margin-left: 109px;
  }

  .btn-primary-copy.hero-button.benefits.opbtn {
    width: 90%;
  }

  .btn-primary-copy.hero-button.benefits.btnlwearn {
    width: 20vw;
    margin-left: 106px;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  p {
    line-height: 1.4;
  }

  .wrapper.navigation-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .hero-section {
    padding-top: 140px;
  }

  .hero-section._2 {
    height: auto;
    padding-top: 5%;
  }

  .hero-section._3 {
    height: auto;
    padding-top: 0%;
  }

  .hero-section._1 {
    height: auto;
    padding-top: 5%;
  }

  .display.golden.partners {
    font-size: 72px;
  }

  .btn-primary.hero-button.benefits {
    width: 90%;
  }

  .btn-primary.hero-button.benefits.opbtn {
    width: 90%;
    display: flex;
  }

  .btn-primary.hero-button.fullwidth.buybtn {
    width: 100%;
    text-align: center;
  }

  .symbol {
    width: 9px;
    height: 9px;
  }

  .grid-cta {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .title-cta {
    font-size: 20px;
  }

  .section.visible-overflow {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bottom-margin-60px {
    padding-bottom: 0;
  }

  .max-w-center {
    flex-wrap: wrap;
  }

  .max-w-center._60 {
    max-width: 100%;
    margin-top: 60px;
    padding-top: 0;
  }

  .max-w-center.media-display {
    max-width: 100%;
  }

  .portfolio-link-post.home-3 {
    width: 250px;
    height: 250px;
  }

  .margin-60px {
    margin-top: 20px;
  }

  .grid-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .insights-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .insights-grid.sidebar-blog {
    grid-template-columns: 1fr;
  }

  .counter {
    align-items: center;
  }

  .insight-text {
    font-size: 15px;
    line-height: 20px;
  }

  .bottom-content-media {
    height: auto;
  }

  .cta-card {
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-grid {
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .footer-column.gray {
    padding-left: 0;
  }

  .logo-link.w--current {
    height: 48px;
  }

  .hero-intro {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-scroll {
    margin-right: 20px;
  }

  .position {
    font-size: 18px;
  }

  .position.team-text-small {
    font-size: 16px;
    line-height: 1;
  }

  .pricing-card {
    width: 80%;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .btn-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 22px;
    display: flex;
  }

  .scroll-link.hide-mbl {
    display: none;
  }

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

  .navigation-flex {
    text-align: left;
    background-color: #041700;
    background-image: linear-gradient(#041700, #09261c);
    justify-content: flex-start;
    padding: 20px;
    display: flex;
  }

  .nav-link.dropdown {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .nav-link-wrapper {
    width: auto;
    display: block;
  }

  .nav-link-wrapper.contact-us-mobile,
  .nav-link-wrapper.contactus-mobile {
    display: block;
  }

  .grid-2-column.gap-60px {
    grid-template-columns: 1fr;
  }

  .column-2 {
    margin-top: 0;
  }

  .testimonial-text {
    font-size: 20px;
    line-height: 36px;
  }

  .testimonial-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .process-list-item.last,
  .process-list {
    margin-bottom: 0;
  }

  .btn-gradient-border.side-margin-16px {
    display: none;
  }

  .btn-gradient-border.side-margin-16px.hero-button {
    display: inline-block;
  }

  .style-guide-title {
    width: 100%;
    border: 1px #000;
    margin-bottom: 36px;
    margin-right: 0;
    padding: 24px;
    position: static;
  }

  .style-guide-content {
    max-width: 100%;
  }

  .rules.style-guide-row {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .features-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .team-slide-wrapper {
    width: 100%;
    height: 520px;
    margin-right: 6%;
  }

  .team-slide-wrapper._4 {
    width: 100%;
  }

  .slider-left-arrow._1 {
    left: 9%;
  }

  .ipad-hero-image {
    max-width: 90vw;
  }

  .progress-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .progress-image.process {
    width: 300px;
    height: auto;
  }

  .progress-image.process.eco {
    transform: none;
  }

  .team-card {
    height: 100%;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-member-image {
    width: 160px;
    height: 160px;
    object-fit: contain;
    display: block;
  }

  .team-member-name {
    font-size: 22px;
    line-height: 1;
  }

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

  .bottom-margin-20px {
    margin-bottom: 0;
  }

  .grid-thirds {
    max-width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .slider-right-arrow._1 {
    right: 9%;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .top-hero-image {
    width: 100%;
    height: auto;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
    top: auto;
    left: auto;
  }

  .hero-image-3 {
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-wrapper {
    flex-flow: column-reverse wrap-reverse;
    align-content: stretch;
  }

  .main {
    height: 400vh;
  }

  .tabs {
    flex-flow: column wrap-reverse;
  }

  .tabs-menu {
    width: 100%;
  }

  .hero-ipad-wrapper {
    margin-right: auto;
  }

  .contact-card {
    border-radius: 20px;
    flex-wrap: wrap;
  }

  .contact-form.paddingfromtop {
    padding-top: 0;
  }

  .contact-wrapper {
    width: 100%;
    border-top: 1px #e3e3e3;
    flex: 0 auto;
    order: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding: 64px 48px;
  }

  .input {
    box-shadow: inset 0 0 rgba(0, 0, 0, 0);
  }

  .input.nomarginbottom {
    width: 100%;
  }

  .contact-info {
    width: 100%;
    border-bottom-style: none;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .dropdown {
    display: block;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .bottom-card.intro {
    margin-top: 0;
    padding-top: 40px;
  }

  .pages-grid {
    grid-template-columns: 1fr;
  }

  .ads-grid.style-guide-row {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .style-guide-name-card {
    width: 100%;
    border: 1px #000;
    margin-bottom: 36px;
    margin-right: 0;
    padding: 24px;
    position: static;
  }

  .licenses.style-guide-row {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button {
    color: #fff;
    /* margin-left: auto; */
    margin-right: -6vw;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-list-wrapper {
    align-items: flex-start;
  }

  .category-link {
    font-size: 13px;
  }

  .blog-bottom-info {
    flex-direction: row;
  }

  .post {
    border-radius: 20px;
    line-height: 20px;
    top: -80px;
  }

  .ipad-text {
    font-size: 80px;
  }

  .category-direct-link,
  .category-direct-link.w--current {
    font-size: 16px;
  }

  .details-project-info-wrapper {
    width: auto;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .logo {
    height: 42px;
    display: block;
  }

  .our-partners-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .skills-wrapper-copy {
    padding-top: 40px;
  }

  .tokenomics-section {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .media-section,
  .team-section,
  .faq-section,
  .contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .team-grid-layout {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .team-grid-layout.advisors {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-us-tab {
    flex-flow: column wrap-reverse;
  }

  .about-us-container {
    flex-direction: column;
  }

  .right-aboutus {
    width: 100%;
    order: -1;
  }

  .left-aboutus {
    width: 100%;
  }

  .timeline-item {
    grid-template-columns: 1fr 100px 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .timeline-text {
    font-size: 18px;
  }

  .roadmap-heading {
    font-size: 40px;
  }

  .roadmap-heading-section {
    padding-top: 0;
  }

  .main-text-1 {
    margin-bottom: 2px;
    font-size: 64px;
    line-height: 1;
  }

  .container-5.hero-head {
    margin-top: 35px;
    margin-left: 35px;
    margin-right: 35px;
  }

  .hero-container {
    margin-top: -5vh;
  }

  .white-text {
    margin-top: 20px;
  }

  .main-text-2 {
    font-size: 42px;
    line-height: 1;
  }

  .main-text-2.gradient {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 40px;
  }

  .background-video-hero {
    height: auto;
  }

  .testimonial-content-info-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .image-5 {
    width: auto;
    height: 400px;
    object-fit: contain;
    transform: none;
  }

  .hero-text-block {
    line-height: 1.5;
    margin: auto;
  }

  .hero-text-block.form {
    width: 100%;
  }

  .hero-text-block.form.test {
    margin-left: 0;
  }

  .about-us-bottom-stn {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-span-2.gradient-gold {
    font-size: 54px;
    line-height: 1;
  }

  .text-span-4 {
    font-size: 42px;
    line-height: 1;
  }

  .hero-bg-container {
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-container {
    padding-top: 10vh;
    width: 85vw;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-container2 {
    margin-top: 0vh;
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .hero-main-img {
    width: auto;
    height: 100%;
    padding: 0px 0;
    box-sizing: border-box;
    object-fit: cover;
    scale: 1;
  }

  .logo-image {
    display: block;
    position: fixed;
    top: -3.5vh;
    width: 150px;
    border: none;
  }

  .contact-info-image {
    width: 100%;
    border-bottom-style: none;
    padding-top: 48px;
    padding-bottom: 48px;
    display: none;
  }

  .faq-image {
    display: none;
  }

  .footer-logo-image {
    display: block;
  }

  .form {
    width: 50%;
    text-align: center;
    margin-left: 161px;
    position: relative;
  }

  .div-block-28 {
    height: auto;
  }

  .div-block-30 {
    width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding-top: 0;
    display: grid;
  }

  .div-block-31 {
    display: flex;
  }

  .div-block-34 {
    align-self: center;
    display: block;
  }

  .heading-4 {
    font-size: 42px;
  }

  .btn-primary-copy.hero-button.benefits {
    width: 90%;
  }

  .btn-primary-copy.hero-button.benefits.opbtn {
    width: 90%;
    display: flex;
  }

  .btn-primary-copy.hero-button.benefits.btnlwearn {
    width: auto;
    margin-top: 16px;
    margin-bottom: 20px;
    margin-left: 172px;
  }

  .btn-primary-copy.hero-button.fullwidth.buybtn {
    width: 100%;
    text-align: center;
  }

  .div-block-36 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .wg-element-wrapper.sw3 {
    margin-left: 0;
  }

  .div-block-38 {
    background-position: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  #heroSection {
    height: 100vh;
  }

  .hero-bg-container {
    height: 100vh;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10vh;
  }

  .hero-container {
    width: 90vw;
    padding-top: 20vh;
  }

  /* .hero-main-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 16px 0;
    box-sizing: border-box;
    object-fit: cover;
  } */

  .background-video-hero {
    height: 100vh;
  }

  .hero-section {
    padding-top: 140px;
  }

  .display {
    font-size: 90px;
    line-height: 1.2;
  }

  .display._1,
  .display._2,
  .display._3 {
    font-size: 90px;
  }

  .display.golden.partners {
    font-size: 54px;
  }

  .btn-primary.hero-button.benefits {
    width: 100%;
  }

  .grid-cta {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: start;
    display: flex;
  }

  .title-cta {
    text-align: center;
  }

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

  .max-w-center._60,
  .max-w-center.media-display {
    max-width: 100%;
  }

  .portfolio-link-post.home-3 {
    width: 160px;
    height: 160px;
  }

  .bubble {
    width: 12vh;
    height: 12vh;
  }

  .bubble.small-mbl {
    width: 6vh;
    height: 6vh;
  }

  .toggle-plus {
    width: 20px;
    height: 20px;
  }

  .toggle-heading {
    font-size: 17px;
    line-height: 24px;
  }

  .accordion-wrapper._2 {
    width: 100%;
  }

  .accordion-head {
    min-height: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .insights-grid {
    grid-column-gap: 28px;
    grid-template-columns: 1fr;
  }

  .insights-grid.sidebar-blog {
    grid-template-columns: 1fr;
  }

  .counter.details-card {
    align-items: flex-start;
  }

  .bottom-content-media {
    height: auto;
  }

  .cta-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer-grid {
    grid-row-gap: 25px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    width: 100%;
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    margin-bottom: 12px;
  }

  .section-scroll {
    display: none;
  }

  .position {
    font-size: 16px;
  }

  .position.team-text-small {
    font-size: 12px;
  }

  .pricing-card {
    width: 90%;
  }

  .btn-text {
    line-height: 20px;
  }

  .grid-2-column.gap-60px {
    grid-template-columns: 1fr;
  }

  .column-2 {
    margin-top: 0;
  }

  .testimonials {
    max-width: 100%;
  }

  .testimonial-text {
    max-width: 366px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    line-height: 32px;
  }

  .testimonial-container {
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
  }

  .btn-gradient-border.side-margin-16px.hero-button {
    margin-top: 45px;
  }

  .grid-colors {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-content-group {
    margin-bottom: 36px;
  }

  .card-body {
    padding: 16px;
  }

  .rules {
    grid-template-columns: 1fr;
  }

  .grid-button {
    width: 10084%;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: stretch;
  }

  .initial {
    font-size: 30em;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-slider-wrapper {
    max-width: 100%;
  }

  .team-slide-wrapper {
    height: 550px;
  }

  .team-slide-wrapper._4 {
    width: 90%;
  }

  .slider-left-arrow._1 {
    left: 13%;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .ipad-hero-image {
    max-width: 90vw;
  }

  .news-column {
    grid-template-columns: 1fr;
  }

  .progress-card {
    flex-direction: column;
  }

  .progress-image.process {
    width: 260px;
    padding-left: 0;
  }

  .progress-image.help-n-support {
    height: 300px;
  }

  .team-member-image {
    height: 100px;
    margin-bottom: 10px;
  }

  .team-member-image.advisors {
    width: 100px;
  }

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

  .team-member-name.team-text-small {
    font-size: 16px;
  }

  .icon-list-item {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .icon-list-item.icon-list-item-last {
    padding-bottom: 0;
  }

  .grid-thirds,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .hero-image-3 {
    width: 100%;
  }

  .main {
    height: 250vh;
  }

  .hero-ipad-wrapper {
    margin-right: auto;
  }

  .float-icon-1,
  .float-icon-second,
  .float-icon-third,
  .float-icon-fourth,
  .float-icon-fifth {
    width: 230px;
    height: 160px;
  }

  .contact-form {
    padding-top: 16px;
  }

  .contact-form.paddingfromtop {
    padding-top: 0;
  }

  .contact-wrapper {
    padding: 32px;
  }

  .input.nomarginbottom {
    margin-top: 20px;
  }

  .contact-info {
    width: 100%;
    padding: 32px;
  }

  .bottom-card {
    padding: 0;
  }

  .ads-grid {
    grid-template-columns: 1fr;
  }

  .graphics {
    grid-template-columns: 1fr 1fr;
  }

  .licenses,
  .collection-list {
    grid-template-columns: 1fr;
  }

  .post-header {
    width: auto;
    max-width: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0 16px 8px;
  }

  .post-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .blog-bottom-info {
    flex-direction: row;
  }

  .post {
    border-radius: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
    top: -40px;
  }

  .ipad-text {
    font-size: 50px;
  }

  .team-grid,
  .collection-more-projects {
    grid-template-columns: 1fr;
  }

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

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

  .media-section,
  .team-section,
  .faq-section,
  .contact-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-us-paragraph {
    line-height: 1.3;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    grid-template-columns: 1fr 60px 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .timeline-text {
    font-size: 16px;
  }

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

  .roadmap-heading-section {
    display: block;
  }

  .faq-wrapper._2 {
    width: 100%;
  }

  .main-text-1 {
    font-size: 42px;
  }

  .hero-container {
    margin-top: 0;
  }

  .main-text-2 {
    font-size: 32px;
  }

  .background-video-hero {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .display-2 {
    font-size: 90px;
    line-height: 1;
  }

  .display-2._2 {
    font-size: 90px;
  }

  .testimonial-content-info-2 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 10px 10px 15px;
  }

  .abt-us-images {
    height: 180px;
    padding-bottom: 10px;
  }

  .hero-text-block {
    font-size: 26px;
  }

  .about-us-bottom-stn {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-span-2.gradient-gold {
    font-size: 52px;
  }

  .text-span-4 {
    font-size: 36px;
  }

  .paragraph-4 {
    font-size: 15px;
    line-height: 1.4;
  }

  .heading-2 {
    font-size: 26px;
  }

  .contact-info-image {
    width: 100%;
    padding: 32px;
  }

  .heading-3 {
    font-size: 54px;
  }

  .form-block {
    text-align: center;
  }

  .form {
    width: 50%;
    margin-left: 0;
  }

  .div-block-28 {
    height: auto;
  }

  .div-block-30 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-31 {
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    display: flex;
  }

  .buytokenformcontainer {
    padding: 0;
    position: fixed;
  }

  .heading-4 {
    font-size: 32px;
  }

  .btn-primary-copy.hero-button.benefits {
    width: 100%;
  }

  .btn-primary-copy.hero-button.benefits.btnlwearn {
    width: 70%;
    margin-left: 77px;
  }

  .div-block-38 {
    background-position: 60px 0;
  }
}

@media screen and (max-width: 479px) {
  p {
    line-height: 1.3;
  }

  .wrapper.navigation-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section {
    padding-top: 140px;
  }

  .hero-section._2,
  .hero-section._3,
  .hero-section._1 {
    height: auto;
  }

  .display {
    letter-spacing: -1px;
    font-size: 35px;
    line-height: 0.9;
  }

  .display._1,
  .display._2,
  .display._3 {
    letter-spacing: -3px;
    font-size: 50px;
  }

  .display.golden.partners {
    font-size: 42px;
  }

  .timeline-text {
    font-size: 13px;
  }

  .timeline-right {
    padding-left: 15px;
  }

  .timeline-left {
    padding-right: 15px;
  }

  .btn-primary.hero-button.benefits {
    width: 50%;
    min-width: 50%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .btn-primary.hero-button.benefits.token.valued {
    min-width: 100%;
  }

  .shadow-headline {
    line-height: 1em;
  }

  .cta-section.loop-padding {
    padding-bottom: 20px;
  }

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

  .section.visible-overflow {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bottom-margin-60px {
    width: 100%;
  }

  .portfolio-link-post.home-3 {
    width: 120px;
    height: 120px;
  }

  .portfolio-link-post.work-1,
  .portfolio-link-post.home-2 {
    height: 400px;
  }

  .bubble {
    width: 12vh;
    height: 12vh;
  }

  .accordion-wrapper._600px-width {
    width: auto;
  }

  .insights-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .hero-container {
    width: 90vw;
    padding-top: 20vh;
  }

  .hero-container2 {
    margin-top: 0vh;
    position: relative;
    height: auto;
    display: flex;
    align-items: end;
  }

  .hero-bg-container {
    height: 100vh; /* Ensure the hero section takes the full viewport height */
  }

  .hero-main-img {
    width: auto;
    height: auto;
    padding: 16px 0;
    box-sizing: border-box;
    object-fit: cover;
    scale: 1;
  }

  .counter {
    text-align: center;
  }

  .bottom-content-media.horizontal {
    padding: 15px;
  }

  .cta-card {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-copyright {
    flex-direction: column;
  }

  .footer-grid {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-column.contact {
    width: 100%;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .hero-intro._5-margin {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .position {
    font-size: 12px;
  }

  .position.team-text-small {
    font-size: 10px;
  }

  .pricing-card {
    width: 100%;
    padding-bottom: 40px;
  }

  .pricing-card-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-content-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-text {
    line-height: 18px;
  }

  .scroll-link.hide-mbl {
    display: none;
  }

  .social-icons-list {
    margin-top: 10px;
  }

  .testimonial-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-author-name {
    text-align: center;
    flex-direction: column;
  }

  .process-list-item {
    padding-left: 0;
    padding-right: 0;
  }

  .top-process._80,
  .top-process._90,
  .top-process._65 {
    width: 100%;
  }

  .btn-gradient-border.side-margin-16px.hero-button {
    margin-top: 40px;
  }

  .style-guide-title {
    width: 100%;
    border-radius: 0;
    margin-bottom: 24px;
  }

  .grid-colors {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .style-guide-content-group {
    margin-bottom: 24px;
  }

  .style-guide-content {
    width: 100%;
    max-width: none;
  }

  .card-body {
    padding: 12px;
  }

  .rules.style-guide-row {
    width: auto;
  }

  .div-block-about {
    padding-left: 0;
  }

  .initial {
    font-size: 18em;
  }

  .features-grid,
  .features-grid._2-columns-grid.max-w-700px {
    grid-template-columns: 1fr;
  }

  .features-card._2 {
    text-align: center;
    flex-direction: column;
  }

  .testimonial-slider-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 0 0;
  }

  .team-slide-wrapper {
    width: 100%;
    height: auto;
    margin-right: 0%;
  }

  .testimonial-content-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-left-arrow,
  .slider-left-arrow._1 {
    display: none;
  }

  .testimonials-line {
    font-size: 32px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .ipad-hero-image {
    max-width: 90vw;
  }

  .hidden-overflow.sticky._5 {
    top: 15%;
  }

  .progress-card {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .progress-image {
    margin-bottom: 10px;
  }

  .progress-image.process,
  .progress-image.help-n-support {
    width: 100%;
    height: 240px;
  }

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

  .progress-number {
    line-height: 1em;
  }

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

  .team-member-name.team-text-small {
    font-size: 12px;
  }

  .background-section.about {
    height: 40vh;
  }

  .grid-thirds {
    grid-row-gap: 24px;
  }

  .slider-right-arrow,
  .slider-right-arrow._1 {
    display: none;
  }

  ._32-right-padding {
    margin-right: 0;
  }

  .hero-image-3 {
    width: 100%;
  }

  .main {
    height: 300vh;
  }

  .hero-ipad-wrapper {
    width: 100%;
    height: 400px;
  }

  .ipad-video-wrapper {
    border-radius: 15px;
  }

  .float-icon-1,
  .float-icon-second,
  .float-icon-third,
  .float-icon-fourth,
  .float-icon-fifth {
    display: none;
  }

  .contact-card {
    flex-direction: column;
    display: flex;
  }

  .contact-form.paddingfromtop {
    padding-top: 0;
  }

  .contact-wrapper {
    border-top-style: none;
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .input {
    min-width: 0;
  }

  .contact-info {
    width: auto;
    border-right-style: none;
  }

  .bottom-card {
    padding: 0;
  }

  .ads-grid.style-guide-row {
    width: auto;
    width: auto;
  }

  .style-guide-name-card {
    width: 100%;
    border-radius: 0;
    margin-bottom: 24px;
  }

  .graphics {
    grid-template-columns: 1fr;
  }

  .licenses.style-guide-row {
    width: auto;
  }

  .post-header {
    padding-left: 0;
    padding-right: 0;
  }

  .post-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .category-link {
    height: 48px;
    box-shadow: none;
    text-align: left;
    border-style: none;
    border-radius: 0;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 20px;
    font-size: 15px;
    display: flex;
  }

  .category-link.w--current {
    box-shadow: none;
  }

  .blog-bottom-info {
    flex-wrap: wrap;
  }

  .category-white {
    font-size: 10px;
  }

  .post {
    box-shadow: none;
    border-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    top: 0;
  }

  .ipad-text {
    font-size: 30px;
  }

  .list-dropdown {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 7px;
    flex-flow: column;
    justify-content: flex-start;
    margin-top: 8px;
    margin-bottom: -32px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.11);
  }

  .list-dropdown-heading {
    height: 48px;
    color: #151515;
    cursor: pointer;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
    display: flex;
    position: relative;
  }

  .category-direct-link {
    height: 48px;
    box-shadow: none;
    text-align: left;
    border-style: none;
    border-radius: 0;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 20px;
    font-size: 15px;
    display: flex;
  }

  .category-direct-link.w--current {
    box-shadow: none;
  }

  .categories {
    flex-direction: column;
  }

  .collection-more-projects,
  .project-detail-grid {
    grid-template-columns: 1fr;
  }

  .logo-grid {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 26px;
    grid-template:
      ". ."
      ". Area"
      / 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: auto;
    justify-items: center;
  }

  .logo {
    height: 48px;
  }

  .logo.first {
    width: auto;
    margin-right: 20px;
  }

  .logo.second {
    width: auto;
    margin-left: 20px;
  }

  .image {
    border-radius: 0;
  }

  .our-partners-section,
  .tokenomics-section {
    padding: 60px 5% 20px;
  }

  .media-section {
    padding-top: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .team-section {
    padding: 20px 5%;
  }

  .faq-section,
  .contact-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .timeline-item {
    grid-template-columns: 1fr 20px 1fr;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .roadmap-heading {
    font-size: 24px;
  }

  .roadmap-heading-section,
  .tokenomic-heading {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 20px;
  }

  .ipad-video {
    border-radius: 15px;
  }

  .faq-wrapper._600px-width {
    width: auto;
  }

  .gradient {
    text-align: center;
    font-size: 42px;
    line-height: 45px;
    text-align: center;
  }

  .hero-container {
    position: relative;
    height: auto;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0vh;
  }

  .main-text-2 {
    text-align: center;
    word-spacing: 0.1em;
  }

  .main-text-2.gradient {
    text-align: center;
  }

  .background-video-hero {
    height: 100vh;
    padding-left: 5%;
    padding-right: 5%;
  }

  .slider-left-arrow-2 {
    display: none;
  }

  .display-2 {
    letter-spacing: -3px;
    font-size: 50px;
    line-height: 1;
  }

  .display-2._2 {
    letter-spacing: -3px;
    font-size: 50px;
  }

  .section-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .slider-right-arrow-2 {
    display: none;
  }

  .bottom-margin-60px-2 {
    width: 100%;
  }

  .testimonial-content-info-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .abt-us-images {
    height: 170px;
  }

  .image-5 {
    height: 220px;
  }

  .hero-text-block {
    width: 100%;
    line-height: 1.7;
    margin-top: 0px;
    font-size: 18px;
    text-align: center;
  }

  .about-us-bottom-stn {
    padding-bottom: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-span-2.gradient-gold {
    font-size: 46px;
    display: block;
  }

  .text-span-4 {
    font-size: 18px;
    display: block;
    letter-spacing: 0px;
    /* line-height: 1; */
    font-family: Poppins, sans-serif;
  }

  .logo-image {
    border-radius: 0;
    display: block;
    position: fixed;
    top: -6vh;
    left: 3vw;
    width: 150px;
    border: none;
  }

  .contact-info-image {
    width: auto;
    border-right-style: none;
  }

  .div-block-22 {
    width: 90vw;
  }

  .form {
    width: 95%;
    margin-left: 10px;
  }

  .div-block-24 {
    display: none;
  }

  .div-block-28 {
    height: auto;
    object-fit: cover;
  }

  .div-block-30 {
    justify-content: center;
    align-items: center;
    margin-left: 10px;
  }

  .div-block-31 {
    flex-direction: row;
    padding-bottom: 40px;
    font-size: 20px;
    display: flex;
  }

  .bold-text-2,
  .bold-text-3 {
    font-size: 15px;
  }

  .buytokenformcontainer {
    display: none;
  }

  .div-block-33 {
    flex-direction: column;
  }

  .div-block-34 {
    display: block;
  }

  .heading-4 {
    width: 100%;
    font-size: 25px;
  }

  .btn-primary-copy.hero-button.benefits {
    width: 60%;
    min-width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 102px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .btn-primary-copy.hero-button.benefits.btnlwearn.leftmarginzero.width {
    width: 100%;
    min-width: 100%;
  }

  .div-block-38 {
    background-position: 40px 0;
  }

  .gold-heading {
    font-size: 30px;
    word-spacing: 0.2em;
    line-height: 1.25;
    margin-top: 0px;
  }
}

#w-node-_0ccd03fe-3c4e-bf85-1d90-54d5985397f3-b6bdeb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dda4f82-50b2-c0f1-9ae1-f92b47d676e6-b6bdeb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ae64f1fe-a4f1-5e8d-c02a-7633294b764f-b6bdeb6a,
#w-node-ae64f1fe-a4f1-5e8d-c02a-7633294b7653-b6bdeb6a,
#w-node-_360beda6-8dd3-e697-8f47-7afc99c6d863-b6bdeb6a,
#w-node-a869b69e-5266-ff84-a8d4-c9bf0da55e59-b6bdeb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c983aef9-7ba8-c947-615a-131186c58e8a-b6bdeb6a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08d4f44a-3107-470c-001a-91116a57eb30-b6bdeb6a,
#w-node-b5d92b7e-06ac-8edb-a80a-ef90617fda2e-b6bdeb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae64f1fe-a4f1-5e8d-c02a-7633294b7657-b6bdeb6a,
#w-node-dc5bf711-c31f-372c-9a10-339ce676463a-b6bdeb6a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ae64f1fe-a4f1-5e8d-c02a-7633294b765b-b6bdeb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b9a99235-4c8f-796d-465f-0ae629429955-b6bdeb6a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a474369-4fea-01f4-a755-05c9df5dc066-b6bdeb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9479fd78-743a-6766-d0e8-add7d748cd2c-b6bdeb6a,
#w-node-f4618159-dbef-97a4-66fc-bfa1c9273334-b6bdeb6a,
#w-node-f3435ca4-fe97-ea23-fba7-cd8b86dea58b-b6bdeb6a,
#w-node-a97ed4e2-a5a6-f531-74d4-ae0425f2e4c5-b6bdeb6a,
#w-node-a97ed4e2-a5a6-f531-74d4-ae0425f2e4c7-b6bdeb6a,
#w-node-a0e4a79d-41e9-a132-b28b-eb2063043891-b6bdeb6a,
#w-node-a0e4a79d-41e9-a132-b28b-eb2063043893-b6bdeb6a,
#w-node-_2e5704c3-4966-4252-abef-8d1bebe628a6-b6bdeb6a,
#w-node-_8282d11d-c196-1a84-dd71-ed1744d65605-b6bdeb6a,
#w-node-_3513dab5-f242-fdec-58f3-6fcfb8a4967f-b6bdeb6a,
#w-node-_4c12c7ff-ade1-5b30-6f85-145ff4950fbf-b6bdeb6a,
#w-node-_11b4edfc-1c7c-f6a8-2ae4-8cf06671ca2d-b6bdeb6a,
#w-node-_11b4edfc-1c7c-f6a8-2ae4-8cf06671ca35-b6bdeb6a,
#w-node-_11b4edfc-1c7c-f6a8-2ae4-8cf06671ca3d-b6bdeb6a,
#w-node-_11b4edfc-1c7c-f6a8-2ae4-8cf06671ca45-b6bdeb6a,
#w-node-_73f66359-11be-aac2-6979-341e02695667-b6bdeb6a,
#w-node-_73f66359-11be-aac2-6979-341e0269566f-b6bdeb6a,
#w-node-_27cf8957-4955-d81c-c8c4-63d59128350d-b6bdeb6a,
#w-node-_73f66359-11be-aac2-6979-341e02695677-b6bdeb6a,
#w-node-_73f66359-11be-aac2-6979-341e0269567f-b6bdeb6a,
#w-node-a00f8dba-da3e-14d2-7f21-2bf659f9489f-b6bdeb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efd2a8bc-852a-a4d2-d1c7-ddb2f86de6af-b6bdeb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_582ac082-3f16-8d2a-0663-737bae6c88d6-b6bdeb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33fe266c-a9e7-ce61-d1b7-11928f9a78d7-b6bdeb6a,
#w-node-_33fe266c-a9e7-ce61-d1b7-11928f9a78db-b6bdeb6a,
#w-node-_33fe266c-a9e7-ce61-d1b7-11928f9a78df-b6bdeb6a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_33fe266c-a9e7-ce61-d1b7-11928f9a78e3-b6bdeb6a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-c38213be-f353-623d-0a42-4edbe9ae021b-e9ae01f9,
#w-node-_145fd892-49cc-0f9b-23ce-0ce274cc22f7-e9ae01f9 {
  justify-self: end;
}

#w-node-_09734210-f74c-15bc-026e-37f0eade30e4-eade30e2 {
  order: -999;
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (min-width: 1920px) {
  #w-node-ae64f1fe-a4f1-5e8d-c02a-7633294b764f-b6bdeb6a {
    grid-column: span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-ae64f1fe-a4f1-5e8d-c02a-7633294b764f-b6bdeb6a {
    grid-column: span 1 / span 1;
  }

  #w-node-_3a474369-4fea-01f4-a755-05c9df5dc066-b6bdeb6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_66192bc6-b1f7-dfa4-4d27-5d465c9ef3cf-b6bdeb6a,
  #w-node-_12968e72-bbb5-e9b6-336e-4c93e498e0db-b6bdeb6a,
  #w-node-e50402f6-1cbd-3809-8f3e-ae3e6154d26d-b6bdeb6a,
  #w-node-ed3e36d0-b91b-ead2-42cd-63dd7647a35f-b6bdeb6a,
  #w-node-cb2638de-8836-27bb-4159-03c208c730b2-b6bdeb6a,
  #w-node-_5ab358fa-3d85-9677-f81c-bf5bd9da511f-b6bdeb6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-ae64f1fe-a4f1-5e8d-c02a-7633294b764f-b6bdeb6a,
  #w-node-cadc7d14-60c5-45d6-d92d-d58904a0864c-b6bdeb6a,
  #w-node-_74738af8-fdff-81ef-e2ae-1a7f6bcee715-b6bdeb6a,
  #w-node-_1bae60b4-b413-f5e8-d4fc-070f4a127290-b6bdeb6a,
  #w-node-e390167e-f58d-9dfe-ccf2-83b044bdc748-b6bdeb6a,
  #w-node-e390167e-f58d-9dfe-ccf2-83b044bdc74b-b6bdeb6a,
  #w-node-e390167e-f58d-9dfe-ccf2-83b044bdc74d-b6bdeb6a,
  #w-node-_891dfc3d-1712-5ce8-2604-4ce0ad70b5b8-b6bdeb6a,
  #w-node-_891dfc3d-1712-5ce8-2604-4ce0ad70b5bb-b6bdeb6a,
  #w-node-_891dfc3d-1712-5ce8-2604-4ce0ad70b5bd-b6bdeb6a,
  #w-node-_1c2b694c-6009-6ece-6e7d-f0a2f8711f38-b6bdeb6a,
  #w-node-_1c2b694c-6009-6ece-6e7d-f0a2f8711f3b-b6bdeb6a,
  #w-node-_1c2b694c-6009-6ece-6e7d-f0a2f8711f3d-b6bdeb6a,
  #w-node-efc77c42-b8c6-dbe0-ac9b-00878726020d-b6bdeb6a,
  #w-node-efc77c42-b8c6-dbe0-ac9b-008787260212-b6bdeb6a,
  #w-node-efc77c42-b8c6-dbe0-ac9b-008787260214-b6bdeb6a,
  #w-node-_3f924bd3-5e8a-eda1-af46-cf602f6602d9-b6bdeb6a,
  #w-node-_3f924bd3-5e8a-eda1-af46-cf602f6602dc-b6bdeb6a,
  #w-node-_3f924bd3-5e8a-eda1-af46-cf602f6602de-b6bdeb6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_33fe266c-a9e7-ce61-d1b7-11928f9a78d7-b6bdeb6a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ae64f1fe-a4f1-5e8d-c02a-7633294b764f-b6bdeb6a,
  #w-node-ae64f1fe-a4f1-5e8d-c02a-7633294b7653-b6bdeb6a,
  #w-node-_360beda6-8dd3-e697-8f47-7afc99c6d863-b6bdeb6a,
  #w-node-a869b69e-5266-ff84-a8d4-c9bf0da55e59-b6bdeb6a,
  #w-node-c983aef9-7ba8-c947-615a-131186c58e8a-b6bdeb6a,
  #w-node-_08d4f44a-3107-470c-001a-91116a57eb30-b6bdeb6a,
  #w-node-b5d92b7e-06ac-8edb-a80a-ef90617fda2e-b6bdeb6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae64f1fe-a4f1-5e8d-c02a-7633294b765b-b6bdeb6a {
    justify-self: stretch;
  }

  #w-node-da748f6e-8d64-390a-d268-dc4e2efe63ee-b6bdeb6a,
  #w-node-da748f6e-8d64-390a-d268-dc4e2efe63ef-b6bdeb6a,
  #w-node-da748f6e-8d64-390a-d268-dc4e2efe63f0-b6bdeb6a,
  #w-node-f55b06a2-2822-d402-e247-f37277f93002-b6bdeb6a,
  #w-node-_891d4841-bbf0-39e1-2bb2-15ae947b9dd2-b6bdeb6a,
  #w-node-e9e04220-83cb-825b-2ccf-713ebbc81abf-b6bdeb6a,
  #w-node-da748f6e-8d64-390a-d268-dc4e2efe63f1-b6bdeb6a,
  #w-node-da748f6e-8d64-390a-d268-dc4e2efe63f2-b6bdeb6a {
    justify-self: center;
  }

  #w-node-efd2a8bc-852a-a4d2-d1c7-ddb2f86de6af-b6bdeb6a {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_33fe266c-a9e7-ce61-d1b7-11928f9a78d7-b6bdeb6a,
  #w-node-_33fe266c-a9e7-ce61-d1b7-11928f9a78db-b6bdeb6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_33fe266c-a9e7-ce61-d1b7-11928f9a78e3-b6bdeb6a {
    justify-self: stretch;
  }

  #w-node-c38213be-f353-623d-0a42-4edbe9ae020a-e9ae01f9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c38213be-f353-623d-0a42-4edbe9ae021b-e9ae01f9,
  #w-node-_145fd892-49cc-0f9b-23ce-0ce274cc22f7-e9ae01f9 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_85addd32-eebc-66d1-9055-989d0a843332-b6bdeb6a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ae64f1fe-a4f1-5e8d-c02a-7633294b764f-b6bdeb6a,
  #w-node-ae64f1fe-a4f1-5e8d-c02a-7633294b7653-b6bdeb6a,
  #w-node-_360beda6-8dd3-e697-8f47-7afc99c6d863-b6bdeb6a,
  #w-node-a869b69e-5266-ff84-a8d4-c9bf0da55e59-b6bdeb6a,
  #w-node-c983aef9-7ba8-c947-615a-131186c58e8a-b6bdeb6a,
  #w-node-_08d4f44a-3107-470c-001a-91116a57eb30-b6bdeb6a,
  #w-node-b5d92b7e-06ac-8edb-a80a-ef90617fda2e-b6bdeb6a {
    grid-column: span 2 / span 2;
  }

  #w-node-c38213be-f353-623d-0a42-4edbe9ae020a-e9ae01f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ae64f1fe-a4f1-5e8d-c02a-7633294b764f-b6bdeb6a,
  #w-node-ae64f1fe-a4f1-5e8d-c02a-7633294b7653-b6bdeb6a,
  #w-node-_360beda6-8dd3-e697-8f47-7afc99c6d863-b6bdeb6a,
  #w-node-a869b69e-5266-ff84-a8d4-c9bf0da55e59-b6bdeb6a,
  #w-node-c983aef9-7ba8-c947-615a-131186c58e8a-b6bdeb6a,
  #w-node-_08d4f44a-3107-470c-001a-91116a57eb30-b6bdeb6a,
  #w-node-b5d92b7e-06ac-8edb-a80a-ef90617fda2e-b6bdeb6a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-da748f6e-8d64-390a-d268-dc4e2efe63ee-b6bdeb6a {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: end;
  }

  #w-node-da748f6e-8d64-390a-d268-dc4e2efe63ef-b6bdeb6a {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-da748f6e-8d64-390a-d268-dc4e2efe63f0-b6bdeb6a,
  #w-node-f55b06a2-2822-d402-e247-f37277f93002-b6bdeb6a,
  #w-node-_891d4841-bbf0-39e1-2bb2-15ae947b9dd2-b6bdeb6a,
  #w-node-e9e04220-83cb-825b-2ccf-713ebbc81abf-b6bdeb6a,
  #w-node-da748f6e-8d64-390a-d268-dc4e2efe63f1-b6bdeb6a,
  #w-node-da748f6e-8d64-390a-d268-dc4e2efe63f2-b6bdeb6a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-efd2a8bc-852a-a4d2-d1c7-ddb2f86de6af-b6bdeb6a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_33fe266c-a9e7-ce61-d1b7-11928f9a78d7-b6bdeb6a,
  #w-node-_33fe266c-a9e7-ce61-d1b7-11928f9a78db-b6bdeb6a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
