.hero-section.svelte-a9nhhh {
  position: relative;
  overflow: hidden;
  margin: 0 12px 12px;
  background: #ffffff0a;
  border-radius: 36px;
}
@media (max-width: 768px) {
  .hero-section.svelte-a9nhhh {
    margin: 0;
  }
}
.hero-heading.svelte-a9nhhh {
  max-width: 30rem;
}
@media (max-width: 1360px) {
  .hero-heading.svelte-a9nhhh {
    max-width: 25rem;
  }
}
@media (max-width: 1024px) {
  .hero-heading.svelte-a9nhhh {
    max-width: 21rem;
  }
}
.nodes-hero-background.svelte-a9nhhh {
  position: absolute;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  right: 0;
  top: 0;
  z-index: -1;
  mix-blend-mode: lighten;
}
@media (max-width: 1360px) {
  .nodes-hero-background.svelte-a9nhhh {
    min-width: 1560px;
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
    right: -10.5rem;
    top: -5rem;
  }
}
@media (max-width: 1024px) {
  .nodes-hero-background.svelte-a9nhhh {
    min-width: 1300px;
    height: auto;
    top: 0;
  }
}
@media (max-width: 768px) {
  .nodes-hero-background.svelte-a9nhhh {
    min-width: 677px;
    height: 385px;
    top: auto;
    bottom: -6rem;
    right: 50%;
    transform: translate(50%);
  }
}
.hero-paragraph.svelte-a9nhhh {
  margin-bottom: 164px;
  max-width: 30rem;
}
@media (max-width: 1360px) {
  .hero-paragraph.svelte-a9nhhh {
    max-width: 25rem;
  }
}
@media (max-width: 1024px) {
  .hero-paragraph.svelte-a9nhhh {
    max-width: 21rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .hero-paragraph.svelte-a9nhhh {
    margin-bottom: 40px;
  }
}
.depin-section.svelte-7y25tu {
  background-color: #ffffff0d;
  margin: 0 12px 12px;
  border-radius: 36px;
  padding-bottom: 100px;
}
.depin-section-heading.svelte-7y25tu {
  max-width: none;
}
@media (max-width: 768px) {
  .depin-section.svelte-7y25tu {
    padding-bottom: 0;
    margin: 0;
  }
}
.node.svelte-1m1vgpl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basic.svelte-1m1vgpl {
  background: var(--background-color, rgb(61, 57, 70));
  height: 95px;
  padding: 20px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28.07px;
}
@media (max-width: 1024px) {
  .basic.svelte-1m1vgpl {
    height: 95px;
    min-width: 400px;
  }
}
@media (max-width: 768px) {
  .basic.svelte-1m1vgpl {
    min-width: auto;
  }
}
.basic.outlined.svelte-1m1vgpl {
  border: 2px dashed #f2f1f4;
}
.container.svelte-1m1vgpl {
  flex-direction: column;
  padding: 20px;
  height: 246px;
  background-color: #91f98c;
  border-radius: 24px;
  color: #000;
  font-size: 22px;
  font-weight: 500;
}
.nested.svelte-1m1vgpl {
  padding: 20px 53px;
  margin: auto auto 0;
  background: #00000026;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  border-radius: 16px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.launcher-node.svelte-15q1tm0 {
  width: 100%;
  border: 1px solid #91f98c;
  border-radius: 16px;
}
.diagram-section-container.svelte-1ahxtx6 {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .diagram-section-container.svelte-1ahxtx6 {
    margin-top: 40px;
  }
}
.diagram-container.svelte-1ahxtx6 {
  display: grid;
  grid-template-columns: 1fr 143px 1fr 143px 1fr;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .diagram-container.svelte-1ahxtx6 {
    display: none;
  }
}
.diagram-container-mobile.svelte-1ahxtx6 {
  display: none;
  padding: 0 110px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}
@media (max-width: 1024px) {
  .diagram-container-mobile.svelte-1ahxtx6 {
    display: grid;
  }
}
@media (max-width: 768px) {
  .diagram-container-mobile.svelte-1ahxtx6 {
    padding: 0;
  }
}
.node-with-arrow-container.svelte-1ahxtx6 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .node-type-card-icon {
    margin-bottom: 92px;
  }
}
.rewards-section.svelte-sp6afw {
  position: relative;
  background: #1d1c22;
  border-radius: 40px;
  margin: 12px;
  padding-bottom: 20px;
  z-index: 3;
}
@media (max-width: 768px) {
  .rewards-section.svelte-sp6afw {
    padding-bottom: 0;
    margin: 12px 0;
  }
}
.rewards-section-main-content-wrapper.svelte-sp6afw {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 160px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  background: #3d3946;
  border-radius: 28px;
  padding: 60px 52px;
}
@media (max-width: 768px) {
  .rewards-section-main-content-wrapper.svelte-sp6afw {
    padding: 40px 32px;
    row-gap: 40px;
    grid-template-columns: 1fr;
  }
}
.section-secondary-heading-container.svelte-sp6afw {
  grid-column: span 2 / span 2;
  max-width: 35rem;
}
@media (max-width: 768px) {
  .section-secondary-heading-container.svelte-sp6afw {
    grid-column: 1/2;
    margin-bottom: 20px;
    max-width: 21rem;
  }
}
.distribution-info-card.svelte-sp6afw {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dashboard-preview-section.svelte-taumfj {
  background-color: #1d1c22;
  border-radius: 40px;
  margin: 12px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .dashboard-preview-section.svelte-taumfj {
    padding-bottom: 60px;
    border-radius: 28px;
  }
}
.dashboard-preview-section-description.svelte-taumfj {
  align-self: end;
}
@media (max-width: 1360px) {
  .dashboard-preview-section-description.svelte-taumfj {
    margin-top: 45px;
  }
}
@media (max-width: 768px) {
  .dashboard-preview-section-description.svelte-taumfj {
    margin-top: 0;
  }
}
.dashboard-preview-section-cards.svelte-taumfj {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 20px;
}
@media (max-width: 1024px) {
  .dashboard-preview-section-cards.svelte-taumfj {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .dashboard-preview-section-cards.svelte-taumfj {
    display: flex;
    margin-bottom: -12px;
    overflow-x: scroll;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .dashboard-preview-section-cards.svelte-taumfj::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
}
