:root {
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

.navbar {
  width: 100%;
}

.navbar-no-shadow-container {
  z-index: 5;
  object-fit: cover;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #ffffc3;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1rem;
  text-decoration: none;
}

.nav-link:hover {
  color: #ffca7abf;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #c3cdff;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.mobile-margin-top-10 {
  list-style-type: none;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.play-button {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: linear-gradient(90deg, #2a0905 42%, #823305 80%, #e88000);
  background-clip: border-box;
  border-radius: 32px;
  padding: clamp(4px, 2vw, 12px) clamp(16px, 3vw, 35px);
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  box-shadow: inset -17px 0 10px -6px #e88000, inset -7px 0 8px 2px #823305;
}

.play-button:active {
  background-color: #43464d;
}

.play-button.gradient-btn {
  background-image: none;
  border-style: solid;
  border-color: #000;
}

.hero-without-image {
  background-color: #07080a;
  border-bottom: 1px solid #e4ebf3;
  flex: 0 auto;
  align-self: center;
  padding: 80px 30px;
  position: relative;
}

.container {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 1300px;
  min-height: auto;
  max-height: 100%;
  margin-top: 0;
  padding-top: 48px;
  padding-bottom: 36px;
  display: flex;
  position: relative;
  overflow: visible;
}

.container.glow-container {
  grid-column-gap: clamp(24px, 4vw, 48px);
  grid-row-gap: clamp(24px, 4vw, 48px);
  padding-left: 40px;
  padding-right: 40px;
}

.container.glow-container.glow--green {
  border-bottom-color: #165d29;
}

.container.glow-container.glow--blue {
  border-bottom-color: #0f2c5f;
}

.container.glow-container.glow--purple {
  align-self: center;
}

.hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-label {
  color: #ffec7e;
  background-color: #1f0906;
  border: 1px solid #ad6749;
  border-radius: 32px;
  margin-bottom: 0;
  padding: clamp(4px, 2vw, 14px) clamp(14px, 4vw, 48px);
  font-size: clamp(.8rem, 2vw, 2rem);
  line-height: clamp(.8rem, 1.6vw, 1.8rem);
}

.body {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  text-align: center;
  background-color: #07080a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-weight: 500;
  display: flex;
  overflow: visible;
}

.heading {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 8.25rem;
  font-weight: 700;
  line-height: 8.25rem;
}

.heading.gradient-text {
  color: #f8fafc;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-image: linear-gradient(90deg, #ff6a2e, #f8fafc 45% 55%, #ffec7e);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 340px;
  min-height: auto;
  margin-top: clamp(16px, 2vw, 24px);
  margin-bottom: clamp(16px, 2vw, 24px);
  font-size: 5rem;
  line-height: 5.5rem;
  display: flex;
  position: static;
}

.text-block {
  color: #c3cdff;
}

.header-text {
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: clamp(.8rem, 2vw, 2rem);
  line-height: clamp(.8rem, 2vw, 2rem);
}

.scroll {
  width: clamp(24px, 4.5vw, 52px);
}

.play-button-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff6a2e, #f8fafc 37% 55%, #ffec7e);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(1rem, 2.5vw, 2rem);
  line-height: clamp(1rem, 2.5vw, 2rem);
  text-decoration: none;
}

.btn-border {
  pointer-events: auto;
  background-image: linear-gradient(90deg, #ff6a2e, #ffec7e);
  border-radius: 32px;
  padding: 1px;
  box-shadow: 0 16px 24px -8px #db340b5e;
}

.btn-border:hover {
  box-shadow: 0 16px 24px -6px #dd4a0b5e;
}

.image {
  width: clamp(148px, 2vw, 348px);
}

.btn-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

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

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.rt-text-blue {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-component-heading-four {
  color: #233050;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-text-center {
  text-align: center;
}

.rt-padding-bottom-ten {
  padding-bottom: 10px;
}

.rt-padding-bottom-fifteen {
  padding-bottom: 15px;
}

.rt-emoji-celebration {
  background-image: url('../images/Emoji-Two.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 15px;
}

.rt-img-wrap {
  flex: 0 44%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 435px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-content-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.rt-tag-two-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: #4f4f4f;
  letter-spacing: .01rem;
  text-transform: capitalize;
  background-color: #f5f2f3;
  border-radius: 20px;
  align-items: center;
  padding: 2px 20px 2px 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875rem;
  display: flex;
}

.rt-content-flex-wrap {
  z-index: 4;
  grid-column-gap: 40px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  padding: 46px;
  display: flex;
  box-shadow: 0 2px 50px #00000014;
}

.rt-border-wrap {
  border-radius: 7px;
  width: 4px;
  height: 100%;
  max-height: 370px;
}

.rt-radius-ten {
  border-radius: 10px;
  overflow: hidden;
}

.rt-content-sticky-wrap {
  display: block;
}

.rt-heading-three-celebration {
  background-image: url('../images/Celebration-Things.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 32px;
  width: 40px;
  height: 32px;
  margin-left: 6px;
  display: inline-block;
}

.rt-tag-block-two {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-content-scroll-wrap {
  flex: 0 40%;
  align-self: center;
  width: 100%;
  max-height: 395px;
  overflow: hidden;
}

.rt-border-inner {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 7px;
  width: 4px;
}

.rt-real-apps-card-first-image-block.rt-future-image-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-real-apps-card.rt-future-image-card.rt-image-two {
  z-index: 2;
  position: absolute;
}

.rt-real-apps-card.rt-future-image-card.rt-image-one {
  z-index: 1;
  position: relative;
}

.rt-real-apps-card.rt-future-image-card.rt-image-three {
  z-index: 3;
  position: absolute;
}

.rt-content-wrapper {
  z-index: 4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 90% 25%, 4% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  display: block;
  position: sticky;
  top: 140px;
}

.rt-real-apps-card-image-main-block {
  margin-bottom: 43px;
  display: flex;
  position: relative;
}

.rt-real-apps-card-image-main-block.rt-future-card-image-block {
  width: 100%;
  margin-bottom: 0;
}

.rt-border-wrapper {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 1%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

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

.gallery-sticky {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  top: 32px;
}

.gallery-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-sticky {
  align-self: auto;
}

.image-sticky.first-img, .image-sticky.sec-img, .image-sticky.third-img {
  border-radius: 45px;
}

.heading-2 {
  color: #fff;
  display: block;
}

.heading-2.block-title {
  color: #f8fafc;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff6a2e, #f8fafc 50%, #ffec7e);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  font-family: Rubik, sans-serif;
  font-size: clamp(1.8rem, 7vw, 7rem);
  font-weight: 600;
  line-height: clamp(1.8rem, 7vw, 7rem);
}

.heading-2.block-title.green-block-title {
  background-image: linear-gradient(90deg, #68ffe6, #f8fafc 50%, #9fffff);
  margin-top: 0;
  margin-bottom: 0;
  line-height: clamp(1.8rem, 8vw, 7rem);
}

.heading-2.block-title.orange-block-title {
  background-image: linear-gradient(90deg, #ff6a2e, #f8fafc 50%, #ffec7e);
}

.heading-2.block-title.blue-block-title {
  background-image: linear-gradient(90deg, #5ea9ff, #f8fafc 50%, #81d1ff);
  padding-bottom: 10px;
}

.heading-2.block-title.darkgreen-block-title {
  background-image: linear-gradient(90deg, #25d465, #f8fafc 50%, #bcff7e);
  padding-bottom: 10px;
}

.heading-2.block-title.purple-block-title {
  background-image: linear-gradient(90deg, #a478ff, #f8fafc 50%, #e7a9ff);
}

.heading-2.block-title.pink-block-title {
  background-image: linear-gradient(90deg, #ff41a6, #f8fafc 50%, #ffa5ef);
  padding-bottom: 10px;
}

.heading-2.block-title.yellow-block-title {
  background-image: linear-gradient(90deg, #ffd91a, #f8fafc 50%, #ffec7e);
  padding-bottom: 10px;
}

.heading-2.block-subtitle {
  color: #f8fafc;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f8fafc, #ffec7e);
  -webkit-background-clip: text;
  background-clip: text;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: -10px;
  font-family: Rubik, sans-serif;
  font-size: clamp(1.8rem, 5vw, 5rem);
  font-weight: 600;
  line-height: clamp(1.8rem, 5.5vw, 5rem);
}

.heading-2.block-subtitle.subtitle-orange {
  background-image: linear-gradient(90deg, #f8fafc, #ffec7e);
  font-size: clamp(1.4rem, 5vw, 5rem);
  line-height: clamp(1.4rem, 5.5vw, 5rem);
}

.heading-2.block-subtitle.subtitle-green {
  background-image: linear-gradient(90deg, #f8fafc, #9fffff);
  padding-bottom: 5px;
  font-size: clamp(1.4rem, 5vw, 5rem);
  line-height: clamp(1.4rem, 5.5vw, 5rem);
}

.heading-2.block-subtitle.subtitle-blue {
  background-image: linear-gradient(90deg, #f8fafc, #81d1ff);
  font-size: clamp(1.4rem, 5vw, 5rem);
  line-height: clamp(1.4rem, 5.5vw, 5rem);
}

.heading-2.block-subtitle.subtitle-yellow {
  font-size: clamp(1.4rem, 5vw, 5rem);
  line-height: clamp(1.4rem, 5.5vw, 5rem);
}

.heading-2.block-subtitle.subtitle-pink {
  background-image: linear-gradient(90deg, #f8fafc, #a478ff);
}

.paragraph.sticky-description {
  color: #c9c9c9;
  text-align: left;
}

.paragraph.sticky-description.first-sticky-desc, .paragraph.sticky-description.sec-sticky-desc, .paragraph.sticky-description.third-sticky-desc {
  color: #a4a4a4;
  font-size: clamp(.6rem, 1.6vw, 1.5rem);
  font-weight: 300;
  line-height: clamp(.6rem, 1.9vw, 1.5rem);
}

.heading-3.sticky-title {
  color: gray;
  text-align: left;
  font-size: 42px;
  line-height: 42px;
}

.heading-3.sticky-title.first-sticky-title, .heading-3.sticky-title.sec-sticky-title, .heading-3.sticky-title.third-sticky-title {
  color: #f8fafc;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f8fafc, #ffec7e);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Rubik, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.3rem;
}

.block-title-wrapper {
  align-self: center;
}

.heading-4 {
  color: #ff6a2e;
  font-size: clamp(.8rem, 2.5vw, 2.5rem);
  font-weight: 500;
  line-height: clamp(.8rem, 2.5vw, 2.5rem);
}

.heading-4.green-tag.tag-text {
  color: #3ff;
}

.heading-4.blue-tag.tag-text {
  color: #5ea9ff;
}

.heading-4.tag-text.darkgreen-tag {
  color: #25d465;
}

.heading-4.tag-text.purple-tag {
  color: #a478ff;
}

.heading-4.tag-text.pink-tag {
  color: #ff41a6;
}

.heading-4.tag-text.yellow-tag {
  color: #ffd91a;
  font-size: clamp(.8rem, 2.5vw, 2.5rem);
}

.container-3 {
  flex-flow: column;
  display: flex;
}

.feature-card-frame {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-image: linear-gradient(#ff763129, #b5422629 77%);
  border: 1px solid #774017;
  border-radius: 48px;
  padding: 8px;
}

.feature-card-frame.orange-frame {
  background-image: linear-gradient(#ff77003d, #c4351129);
  border-color: #924b15;
}

.feature-card-frame.green-frame {
  background-image: linear-gradient(#39e1ff3d, #267eb529);
  border-color: #188b8b;
}

.feature-card-frame.blue-frame {
  background-image: linear-gradient(#0f87ff29, #4a77ff29);
  border-color: #1959be;
}

.feature-card-frame.darkgreen-frame {
  background-image: linear-gradient(#31ff3429, #26b55329);
  border-color: #25d465;
}

.feature-card-frame.purple-frame {
  background-image: linear-gradient(#de20ff29, #c328cf29);
  border-color: #751579;
}

.feature-card {
  background-color: #0e0a0a;
  background-image: linear-gradient(#0e0a0a, #1f0906 22%, #0e0a0a);
  border-radius: 48px;
  flex-flow: column;
  padding: 6px;
  display: flex;
}

.feature-card.green-card {
  background-image: linear-gradient(#07080a, #051919 22%, #07080a);
  border-bottom: 1px solid #144e5a;
  padding-top: 12px;
}

.feature-card.orange-card {
  background-image: linear-gradient(#07080a, #1f0906 18%, #07080a);
  border-bottom: 1px solid #4c2708;
  padding-top: 12px;
}

.feature-card.blue-card {
  background-image: linear-gradient(#0e0a0a, #071223 25%, #0e0a0a);
  border-bottom: 1px solid #0e47a8;
}

.feature-card.darkgreen-card {
  background-image: linear-gradient(#0e0a0a, #061f11 22%, #0e0a0a);
  border-bottom: 1px solid #186d2f;
}

.feature-card.purple-card {
  background-image: linear-gradient(#0e0a0a, #140621 22%, #0e0a0a);
  border-bottom: 1px solid #4a095f;
}

.feature-img {
  box-sizing: border-box;
  filter: saturate(110%) contrast(103%);
  border-radius: 45px;
}

.feature-desc {
  align-self: flex-start;
  padding: 24px clamp(14px, 4vw, 42px);
}

.feature-sub-text {
  color: #a4a4a4;
  text-align: left;
  font-size: clamp(.6rem, 1.6vw, 1.5rem);
  font-weight: 300;
  line-height: clamp(.6rem, 1.9vw, 1.5rem);
}

.feature-main-text {
  color: #ffec7e;
  text-align: center;
  padding-bottom: 6px;
  font-size: clamp(.7rem, 1.6vw, 1.5rem);
  font-weight: 400;
  line-height: clamp(.7rem, 2vw, 1.5rem);
}

.feature-main-text.feature-text-orange {
  color: #ffec7e;
  text-align: left;
  font-size: clamp(.7rem, 1.7vw, 1.5rem);
  line-height: clamp(.8rem, 2vw, 1.5rem);
}

.feature-main-text.feature-text-green {
  color: #9fffff;
  text-align: left;
  padding-top: 0;
  font-size: clamp(.7rem, 1.7vw, 1.5rem);
  line-height: clamp(.8rem, 2.2vw, 1.7rem);
}

.feature-main-text.feature-text-blue {
  color: #81d1ff;
  text-align: left;
  font-size: clamp(.7rem, 1.7vw, 1.5rem);
  line-height: clamp(.8rem, 2.2vw, 1.7rem);
}

.feature-main-text.feature-text-darkgreen {
  color: #bcff7e;
  text-align: left;
  font-size: clamp(.7rem, 1.7vw, 1.5rem);
  line-height: clamp(.8rem, 2.2vw, 1.7rem);
}

.feature-main-text.feature-text-purple {
  color: #e7a9ff;
  text-align: left;
  font-size: clamp(.7rem, 1.7vw, 1.5rem);
  line-height: clamp(.8rem, 2.2vw, 1.7rem);
}

.feature-main-text.feature-text-desc {
  color: #a4a4a4;
  font-size: clamp(.7rem, 1.8vw, 1.8rem);
  line-height: clamp(.7rem, 1.8vw, 1.8rem);
}

.feature-video {
  z-index: 1;
  filter: saturate(105%) contrast(110%);
  border-radius: 45px;
}

.grid-features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: grid;
}

.grid-features.gun-grid {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.features-grid-section {
  background-color: #07080a;
  background-image: linear-gradient(#cb331540, #0a0807);
  border-style: solid;
  border-width: 1px;
  border-radius: 45px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 320px;
  max-height: 420px;
  margin: 1px;
  padding: 38px 48px;
  display: flex;
}

.features-grid-section.feature-card-frame.green-frame {
  padding-left: 48px;
  padding-right: 48px;
}

.features-grid-section.red-grid-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#be290c40, #0a0807);
  border-width: 0;
  border-color: #000;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  min-height: auto;
  max-height: none;
  padding-top: 56px;
  padding-left: 32px;
  padding-right: 32px;
}

.features-grid-section.green-grid-section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(#06ad3b40, #0a0807);
  border-width: 0;
  border-color: #000;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  min-height: auto;
  max-height: none;
  padding-top: 56px;
  padding-left: 32px;
  padding-right: 32px;
}

.features-grid-section.green-grid-section.sec-geen-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(#06ad3b40, #0a0807 69%, #03672333 82%, #0058207a);
  height: 360px;
  padding-top: 48px;
}

.features-grid-section.purple-grid-section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(#6415cb40, #0a0807 67%, #1900bc4a 85%, #6422ff87);
  border: 0 #000;
  height: 360px;
  min-height: auto;
  max-height: none;
  padding-top: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.features-grid-section.orange-grid-section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(#cb331540, #0a0807 69%, #bc38004a 86%, #ff732287);
  border: 0 #000;
  height: 360px;
  min-height: auto;
  max-height: none;
  padding-top: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.features-grid-section.blue-grid-section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(#0033ff40, #0a0807 69%, #3700ff4a 87%, #6422ff87);
  height: 360px;
  min-height: auto;
  max-height: none;
  padding-top: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.features-grid-section.pink-grid-section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(#cb152140, #0a0807 69%, #a605102e 85%, #eb1b4c40);
  height: 360px;
  min-height: auto;
  max-height: none;
  padding-left: 24px;
  padding-right: 24px;
}

.features-grid-section.light-blue-grid-section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(#1588cb40, #0a0807 69%, #08639c33 86%, #2081d057);
  height: 360px;
  min-height: auto;
  max-height: none;
  padding-top: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.features-grid-section.yellow-grid-section {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-image: linear-gradient(#b7810d40, #0a0807 69%, #98540f4a 88%, #a76f0d87);
  border: 0 #000;
  height: 420px;
  min-height: auto;
  max-height: none;
  padding-left: 24px;
  padding-right: 24px;
}

.features-grid-section.yellow-grid-section.sec-grid-section {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  background-image: linear-gradient(#b7810d40, #0a0807 63%, #98540f4a 88%, #a76f0d87);
  padding-top: 48px;
  padding-left: 38px;
  padding-right: 38px;
}

.features-grid-section.sec-orange-grid-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#cb331540, #0a0807 69%, #bc38004a 86%, #ff732287);
  border: 0 #000;
  height: 390px;
  min-height: auto;
  max-height: none;
  padding-top: 48px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
}

.feature-heading-red {
  color: #f8fafc;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f8fafc, #ff6b46);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  font-family: Rubik, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.feature-heading-green {
  color: #f8fafc;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f8fafc, #e4fc2c);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  font-family: Rubik, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
}

.feature-item-text {
  color: #a4a4a4;
  text-align: left;
  font-size: clamp(.7rem, 1.5vw, 1.3rem);
  font-weight: 300;
  line-height: clamp(.7rem, 1.8vw, 1.5rem);
}

.feature-item-text.server-item {
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem;
}

.feature-item-text.server-item.sec-item-text {
  font-size: clamp(1rem, 2vw, 1.8rem);
  line-height: clamp(1rem, 2.6vw, 2.2rem);
}

.feature-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.feature-item-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

.features-grid-frame {
  background-image: linear-gradient(#ff7029, #a30b0d);
  border-radius: 45px;
}

.features-grid-frame.red-grid-frame {
  background-image: linear-gradient(#ff7029, #5b0608);
}

.features-grid-frame.green-grid-frame {
  background-image: linear-gradient(#e4fc2c, #003b1a);
}

.features-grid-frame.purple-grid-frame {
  background-image: linear-gradient(#b829ff, #1b0287);
}

.features-grid-frame.orange-grid-frame {
  background-image: linear-gradient(#ffb41f, #ab3827);
}

.features-grid-frame.blue-grid-frame {
  background-image: linear-gradient(#2398ff, #181e90);
}

.features-grid-frame.light-blue-grid-frame {
  background-image: linear-gradient(#29ffff, #0b6ba3);
}

.features-grid-frame.yellow-grid-frame {
  background-image: linear-gradient(#ffd012, #9a5206);
}

.feature-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-2 {
  border-radius: 45px;
}

.feature-img-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.npc-item-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 148px;
  padding-right: 148px;
  display: grid;
}

.npc-item-wrapper.sec-npc-wrapper {
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.npc-item {
  background-image: linear-gradient(#000, #fff);
  border-radius: 45px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 480px;
  display: flex;
}

.npc-item.farmer-item {
  background-color: #07080a;
  background-image: linear-gradient(#06ad3b40, #0a0807);
  justify-content: flex-start;
  align-items: center;
  margin: 1px;
  padding-top: 24px;
  overflow: hidden;
}

.npc-item.mechanic-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #07080a;
  background-image: linear-gradient(#be290c40, #07080a);
  justify-content: flex-start;
  align-items: center;
  margin: 1px;
  padding-top: 24px;
  overflow: hidden;
}

.npc-item.hobo-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #07080a;
  background-image: linear-gradient(#be5f0040, #07080a);
  justify-content: flex-start;
  align-items: center;
  margin: 1px;
  padding-top: 24px;
  overflow: hidden;
}

.npc-item.robot-item {
  background-color: #07080a;
  background-image: linear-gradient(#2277cd40, #07080a);
  justify-content: flex-start;
  align-items: center;
  margin: 1px;
  padding-top: 24px;
  overflow: hidden;
}

.npc-item.nextcoin-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #07080a;
  background-image: linear-gradient(#0037ff73, #0033ff40 6%, #07080a 69%, #3700ff4a 88%, #6422ff87);
  justify-content: flex-start;
  align-items: center;
  margin: 1px;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

.npc-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-features-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block {
  border-radius: 45px;
  padding: 6px;
}

.image-sticky-wrapper {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#07080a, #1f0906 18%, #07080a);
  background-clip: border-box;
  border-bottom: 1px solid #4c2708;
  border-radius: 48px;
  padding: 6px;
}

.gallery-image-wrapper {
  background-image: linear-gradient(#ff77003d, #c4351129);
  border: 1px solid #924b15;
  border-radius: 48px;
  padding: 4px;
}

.video {
  border-radius: 45px;
}

.npc-model {
  filter: saturate(110%);
  margin-bottom: 0;
  display: block;
  position: static;
}

.npc-item-frame {
  border-radius: 45px;
}

.npc-item-frame.farmer-item-frame {
  background-image: linear-gradient(#e4fc2c, #003b1a);
}

.npc-item-frame.mechaanic-item-frame {
  background-image: linear-gradient(#000, #fff);
}

.npc-item-frame.mechanic-item-frame {
  background-image: linear-gradient(#ff7029, #5b0608);
}

.npc-item-frame.hobo-item-frame {
  background-image: linear-gradient(#c46731, #692727);
}

.npc-item-frame.robot-item-frame {
  background-image: linear-gradient(#74afc4, #1a427b);
}

.npc-item-frame.nextcoin-item-frame {
  background-image: linear-gradient(#2398ff, #181e90);
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.npc-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.npc-name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.npc-name.farmer-name {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f8fafc, #e4fc2c);
  -webkit-background-clip: text;
  background-clip: text;
}

.npc-name.mechanic-name {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f8fafc, #ff6b46);
  -webkit-background-clip: text;
  background-clip: text;
}

.npc-name.hobo-name {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f8fafc, #e3872b);
  -webkit-background-clip: text;
  background-clip: text;
}

.npc-name.robot-name {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f8fafc, #74afc4);
  -webkit-background-clip: text;
  background-clip: text;
}

.npc-name.nextcoin-name {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f8fafc, #236cff);
  -webkit-background-clip: text;
  background-clip: text;
}

.npc-desc {
  color: #a4a4a4;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.npc-desc.farmer-desc {
  color: #a4a4a4;
  font-weight: 500;
}

.image-3 {
  filter: drop-shadow(10px 6px 5px #060616b3);
  overflow: hidden;
}

.image-4 {
  border-radius: 45px;
}

.feature-heading-purple {
  color: #f8fafc;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f8fafc, #a478ff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  font-family: Rubik, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
}

.feature-heading-orange {
  color: #f8fafc;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f8fafc, #ff9335);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  font-family: Rubik, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
}

.feature-heading-blue {
  color: #f8fafc;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f8fafc, #498eff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  font-family: Rubik, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
}

.feature-heading-pink {
  color: #f8fafc;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #f8fafc, #b52a4f);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Rubik, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
}

.feature-heading-light-blue {
  color: #f8fafc;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f8fafc, #2b8f96);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Rubik, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
}

.image-5 {
  margin-bottom: -11px;
}

.feature-heading-yellow {
  color: #f8fafc;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f8fafc, #ffd91a);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.feature-heading-yellow.sec-feature-heading {
  font-size: 2.2rem;
  line-height: 2.6rem;
}

.pixelated-img {
  filter: drop-shadow(9px 9px 20px #665b0080);
}

.pixelated-img.orange-item-img {
  filter: contrast(105%) drop-shadow(9px 9px 20px #663d0080);
}

.container-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-self: center;
  margin-top: 64px;
  margin-bottom: 48px;
  display: flex;
}

.footer-text {
  color: #f8fafc;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff6a2e, #f8fafc 40% 60%, #ffec7e);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Rubik, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.6rem;
}

.image-6 {
  align-self: center;
  margin-top: 16px;
  margin-bottom: 0;
}

.image-7 {
  align-self: center;
}

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

@media screen and (min-width: 1280px) {
  .container {
    align-self: auto;
    min-height: auto;
    max-height: 100%;
  }

  .container.glow-container {
    padding-left: 48px;
  }

  .container.glow-container.glow--orange {
    align-self: center;
  }

  .header-label {
    color: #ffec7e;
    background-color: #1f0906;
    border-color: #ad6749;
    font-size: clamp(1rem, 2.5vw, 2rem);
  }

  .body {
    overflow: visible;
  }

  .heading.gradient-text {
    color: #f8fafc;
    background-image: linear-gradient(90deg, #ff6a2e, #f8fafc 59%, #ffec7e);
    font-size: clamp(1.4rem, 8.5vw, 8.5rem);
    line-height: clamp(1.4rem, 8.5vw, 8.5rem);
  }

  .header-text {
    color: #ff6a2e;
    font-size: clamp(.8rem, 1.8vw, 1.6rem);
  }

  .rt-real-apps-card.rt-future-image-card.rt-image-three {
    z-index: 3;
    position: absolute;
  }

  .grid-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-areas: "Area Area-2";
    justify-items: stretch;
  }

  .gallery-sticky {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .gallery-image {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .text-sticky {
    color: #fff;
    text-align: left;
    align-self: flex-start;
    font-size: 32px;
    line-height: 32px;
  }

  .text-block-3 {
    color: #fff;
    align-self: flex-start;
    font-size: 56px;
    line-height: 56px;
  }

  .image-sticky.first-img {
    display: block;
  }

  .heading-2 {
    color: #f8fafc;
    text-align: left;
    align-self: flex-start;
    font-family: Rubik, sans-serif;
    font-size: clamp(1.4rem, 6vw, 6rem);
  }

  .heading-2.block-title {
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ff6a2e, #f8fafc 49%, #ffec7e);
    -webkit-background-clip: text;
    background-clip: text;
    align-self: center;
    margin-top: 10px;
    font-size: clamp(1.4rem, 6vw, 6rem);
    font-weight: 600;
    line-height: clamp(1.4rem, 6vw, 6rem);
  }

  .paragraph {
    color: #848484;
    text-align: left;
    font-size: 28px;
    line-height: 28px;
  }

  .paragraph.sticky-description {
    opacity: 0;
    height: 0;
    font-size: 26px;
    line-height: 26px;
    position: relative;
    top: -16px;
    overflow: hidden;
  }

  .paragraph.sticky-description.first-sticky-desc, .paragraph.sticky-description.sec-sticky-desc, .paragraph.sticky-description.third-sticky-desc {
    opacity: 100;
    height: auto;
    top: auto;
  }

  .heading-3 {
    color: #fff;
    text-align: left;
    font-size: 36px;
  }

  .heading-3.sticky-title {
    color: #6e6e6e;
  }

  .heading-3.sticky-title.first-sticky-title, .heading-3.sticky-title.sec-sticky-title, .heading-3.sticky-title.third-sticky-title {
    font-size: 3rem;
    line-height: 3.4rem;
  }

  .text-block-4 {
    font-family: Rubik, sans-serif;
    font-size: clamp(1.4rem, 6vw, 6rem);
    font-weight: 600;
  }

  .block-title {
    color: #f8fafc;
    font-family: Rubik, sans-serif;
    font-size: clamp(1.4rem, 6vw, 6rem);
    font-weight: 600;
    line-height: clamp(1.4rem, 6vw, 6rem);
  }

  .block-title-wrapper {
    flex-flow: column;
    display: flex;
  }

  .heading-4 {
    color: #ff6a2e;
    font-size: clamp(1.4rem, 2.5vw, 2.5rem);
    font-weight: 600;
  }

  .tag-wrapper {
    align-self: center;
    display: flex;
  }

  .feature-sub-text {
    line-height: clamp(.8rem, 1.9vw, 1.5rem);
  }

  .features-grid-section.red-grid-section, .features-grid-section.green-grid-section {
    height: 460px;
  }

  .features-grid-section.green-grid-section.sec-geen-grid, .features-grid-section.pink-grid-section, .features-grid-section.light-blue-grid-section {
    height: 400px;
  }

  .footer-text {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #07080a;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container, .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .rt-img-wrap {
    max-width: 100%;
    display: none;
  }

  .rt-content-flex-wrap {
    flex-wrap: wrap;
  }

  .rt-content-scroll-wrap {
    flex: 1;
  }

  .rt-content-wrapper {
    top: 70px;
  }

  .rt-real-apps-card-image-main-block {
    max-width: 500px;
  }

  .feature-video {
    max-height: 340px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo {
    padding-left: 0;
  }

  .nav-menu {
    background-color: #07080a;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .hero-without-image {
    padding: 60px 15px;
  }

  .container {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .container.glow-container.glow--green {
    padding-top: 0;
  }

  .container.glow-container.glow--orange, .container.glow-container.glow--blue, .container.glow-container.glow--purple, .container.glow-container.glow--yellow {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading.gradient-text {
    font-size: 3rem;
    line-height: 3.7rem;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .rt-img-wrap, .rt-content-scroll-wrap {
    max-width: 100%;
  }

  .rt-border-wrapper {
    display: none;
  }

  .heading-2.block-title.yellow-block-title {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-4.orange-tag.tag-text, .heading-4.blue-tag.tag-text, .heading-4.tag-text.darkgreen-tag, .heading-4.tag-text.purple-tag, .heading-4.tag-text.pink-tag, .heading-4.tag-text.yellow-tag {
    font-size: 16px;
    line-height: 20px;
  }

  .feature-main-text.feature-text-purple {
    font-size: clamp(.7rem, 1.7vw, 1.5rem);
    font-weight: 300;
  }

  .feature-main-text.feature-text-desc {
    font-size: 14px;
    line-height: 18px;
  }

  .feature-video {
    max-height: 320px;
  }

  .grid-features {
    flex-flow: column;
    display: flex;
  }

  .features-grid-section.yellow-grid-section, .features-grid-section.sec-orange-grid-section {
    max-width: 300px;
  }

  .npc-item-wrapper {
    flex-flow: column;
    padding-left: 118px;
    padding-right: 118px;
    display: flex;
  }

  .npc-item-wrapper.sec-npc-wrapper {
    padding-left: 118px;
    padding-right: 118px;
  }

  .npc-item.mechanic-item {
    height: 400px;
  }

  .footer-text {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .image-6 {
    width: 10rem;
  }

  .image-7 {
    width: 7rem;
  }

  .sec-grid-features {
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    background-color: #07080a;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    max-width: 992px;
  }

  .container.glow-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.glow-container.glow--green {
    padding-top: 16px;
  }

  .container.glow-container.glow--orange {
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .container.glow-container.glow--blue, .container.glow-container.glow--darkgreen, .container.glow-container.glow--purple {
    padding-top: 16px;
  }

  .container.glow-container.glow--pink {
    grid-column-gap: clamp(24px, 4vw, 48px);
    grid-row-gap: clamp(24px, 4vw, 48px);
  }

  .container.glow-container.glow--yellow {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper, .body {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading.gradient-text {
    min-width: 280px;
    max-width: 1240px;
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  .header-text {
    font-size: clamp(.8rem, 1.8vw, 1.6rem);
  }

  .btn-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .rt-content-flex-wrap {
    padding: 20px;
  }

  .rt-content-scroll-wrap {
    max-height: 590px;
  }

  .grid-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .gallery-sticky {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-sticky.first-img, .image-sticky.sec-img, .image-sticky.third-img {
    border-radius: 20px;
  }

  .heading-2.block-title.darkgreen-block-title {
    margin-bottom: 0;
  }

  .heading-2.block-subtitle {
    align-self: center;
  }

  .heading-2.block-subtitle.subtitle-yellow {
    font-size: clamp(1.4rem, 5vw, 5rem);
    font-weight: 500;
  }

  .heading-3.sticky-title.first-sticky-title, .heading-3.sticky-title.sec-sticky-title, .heading-3.sticky-title.third-sticky-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .block-title-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-card-frame {
    border-radius: 20px;
    padding: 6px;
  }

  .feature-card {
    border-radius: 20px;
    padding: 4px;
  }

  .feature-card.green-card, .feature-card.blue-card {
    max-height: none;
  }

  .feature-card.purple-card {
    max-height: 400px;
  }

  .feature-img {
    border-radius: 20px;
  }

  .feature-desc {
    padding-top: 8px;
    padding-bottom: 16px;
  }

  .feature-sub-text {
    font-weight: 200;
  }

  .feature-main-text.feature-text-orange {
    font-weight: 300;
  }

  .feature-main-text.feature-text-green {
    font-weight: 300;
    line-height: clamp(.8rem, 2.2vw, 1.7rem);
  }

  .feature-video {
    border-radius: 20px;
    max-height: 200px;
  }

  .grid-features {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .features-grid-section.red-grid-section, .features-grid-section.green-grid-section {
    height: 340px;
    padding-top: 32px;
  }

  .features-grid-section.green-grid-section.sec-geen-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 340px;
  }

  .features-grid-section.purple-grid-section {
    height: 340px;
  }

  .features-grid-section.orange-grid-section {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    height: 340px;
  }

  .features-grid-section.blue-grid-section {
    height: 340px;
  }

  .features-grid-section.pink-grid-section, .features-grid-section.light-blue-grid-section {
    height: 340px;
    padding-top: 32px;
  }

  .features-grid-section.yellow-grid-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 20px;
    height: 340px;
    padding-top: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .features-grid-section.yellow-grid-section.sec-grid-section {
    height: 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .features-grid-section.sec-orange-grid-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-heading-red, .feature-heading-green {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .feature-item-text.server-item, .feature-item-text.server-item.sec-item-text {
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-item-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .features-grid-frame.yellow-grid-frame {
    border-radius: 20px;
  }

  .feature-grid-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .image-2 {
    border-radius: 20px;
  }

  .npc-item-wrapper {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .npc-item-wrapper.sec-npc-wrapper {
    flex-flow: column;
    display: flex;
  }

  .npc-item.farmer-item {
    border-radius: 20px;
    height: 440px;
  }

  .npc-item.mechanic-item, .npc-item.hobo-item, .npc-item.robot-item {
    border-radius: 20px;
  }

  .npc-item.nextcoin-item {
    border-radius: 20px;
    height: 440px;
  }

  .image-sticky-wrapper {
    border-radius: 20px;
    padding: 3px;
  }

  .gallery-image-wrapper {
    border-radius: 20px;
    padding: 2px;
  }

  .npc-item-frame.farmer-item-frame, .npc-item-frame.mechanic-item-frame, .npc-item-frame.hobo-item-frame, .npc-item-frame.robot-item-frame, .npc-item-frame.nextcoin-item-frame {
    border-radius: 20px;
  }

  .npc-name.farmer-name {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .npc-desc {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .feature-heading-pink, .feature-heading-light-blue {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .image-5 {
    width: 6rem;
  }

  .feature-heading-yellow {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .feature-heading-yellow.sec-feature-heading {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .pixelated-img, .pixelated-img.yellow-item-img {
    width: 6rem;
  }

  .container-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-text {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .image-6 {
    width: 11rem;
  }

  .image-7 {
    width: 5rem;
  }

  .sec-grid-features {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .image-8, .image-9, .image-10, .image-11, .image-12, .image-13 {
    width: 6rem;
  }
}

#w-node-_26f39b18-c444-99d4-7428-c03bd10b1f47-1016e5a7 {
  grid-area: Area;
}

#w-node-_97446093-41fc-f7b8-32ee-4f554adabb19-1016e5a7 {
  grid-area: Area-2;
}

@media screen and (min-width: 1280px) {
  #w-node-_46eabeb3-4ad1-a83a-c8c8-493ad23b058e-1016e5a7 {
    place-self: start;
  }
}


