@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --01_start-here--bg-main: #414258;
  --01_start-here--body-font: Inter, sans-serif;
  --01_start-here--body-text: var(--neutral-colors--neutral-200);
  --typography-scale--16px: 16px;
  --01_start-here--heading-font: Inter, sans-serif;
  --neutral-colors--neutral-50: #f5f5f6;
  --typography-scale--40px: 40px;
  --typography-scale--48px: 48px;
  --typography-scale--36px: 36px;
  --typography-scale--32px: 32px;
  --typography-scale--28px: 28px;
  --typography-scale--24px: 25px;
  --typography-scale--20px: 20px;
  --typography-scale--14px: 14px;
  --01_start-here--bg-secondary: #f9655c;
  --01_start-here--body-secondary: var(--neutral-colors--neutral-50);
  --primary-colors--primary-400: #f9655c;
  --primary-colors--primary-500: #f9655c;
  --neutral-colors--neutral-950: #0a0a0b;
  --neutral-colors--neutral-900: #1a1a1d;
  --basic-colors--transparent: #ddd0;
  --neutral-colors--neutral-800: #424348;
  --typography-scale--128px: 128px;
  --typography-scale--64px: 40px;
  --typography-scale--96px: 96px;
  --typography-scale--56px: 56px;
  --basic-colors--black: #000;
  --basic-colors--white: white;
  --18px: 18px;
  --01_start-here--border-color: var(--neutral-colors--neutral-800);
  --neutral-colors--neutral-100: #e5e6e8;
  --neutral-colors--neutral-200: #cecfd3;
  --neutral-colors--neutral-300: #acadb4;
  --neutral-colors--neutral-400: #82848e;
  --neutral-colors--neutral-500: #676873;
  --neutral-colors--neutral-600: #585962;
  --neutral-colors--neutral-700: #4b4b53;
  --primary-colors--primary-600: #77211b;
  --system-colors--success-400: #63d97b;
  --system-colors--success-500: #2cbb4a;
  --system-colors--success-600: #1e9b38;
  --system-colors--warning-400: #f9d626;
  --system-colors--warning-500: #f3bb1a;
  --system-colors--warning-600: #d78f08;
  --system-colors--error-500: #f03637;
  --system-colors--error-600: #de2425;
  --system-colors--error-700: #bb1a1b;
  --typography-scale--12px: 11px;
  --button-green: #39aa66;
  --transparent: #1a1a1d33;
  --primary-300\<deleted\|variable-87bd57bd\>: #64dac4;
  --nav-text-hover: #a81d18;
  --blue-button: #5178a9;
  --22px: 22px;
  --10vw: 10vw;
  --border-radius--8px: 11px;
  --tg-username: #88c9fd;
  --border-radius--4px: 4px;
  --border-radius--12px: 12px;
  --typography-scale--72px: 72px;
}

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

.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;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

body {
  background-color: var(--01_start-here--bg-main);
  font-family: var(--01_start-here--body-font);
  color: var(--01_start-here--body-text);
  font-size: var(--typography-scale--16px);
  line-height: 1.5em;
}

h1 {
  font-family: var(--01_start-here--heading-font);
  color: var(--neutral-colors--neutral-50);
  font-size: var(--typography-scale--40px);
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  font-family: var(--01_start-here--heading-font);
  color: var(--neutral-colors--neutral-50);
  font-size: var(--typography-scale--36px);
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  font-family: var(--01_start-here--heading-font);
  color: var(--neutral-colors--neutral-50);
  font-size: var(--typography-scale--28px);
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  font-family: var(--01_start-here--heading-font);
  color: var(--neutral-colors--neutral-50);
  font-size: var(--typography-scale--24px);
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  font-family: var(--01_start-here--heading-font);
  color: var(--neutral-colors--neutral-50);
  font-size: var(--typography-scale--20px);
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  font-family: var(--01_start-here--heading-font);
  color: var(--neutral-colors--neutral-50);
  font-size: var(--typography-scale--16px);
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  font-size: var(--typography-scale--16px);
  margin-bottom: 12px;
}

a {
  color: var(--01_start-here--body-text);
  margin-top: 20px;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 4px;
}

figcaption {
  font-size: var(--typography-scale--16px);
  text-align: center;
  margin-top: 5px;
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-12px {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.mg-bottom-96px {
  margin-bottom: 96px;
}

.mg-bottom-128px {
  margin-bottom: 128px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-56px {
  margin-top: 56px;
}

.mg-top-64px {
  margin-top: 64px;
}

.mg-left-4px {
  margin-left: 4px;
}

.mg-left-8px {
  margin-left: 8px;
}

.section {
  padding-top: 96px;
  padding-bottom: 96px;
  display: block;
  position: relative;
}

.section.pd-y-axis-0px {
  padding-top: 0;
  padding-bottom: 0;
}

.section.small {
  padding-top: 56px;
  padding-bottom: 56px;
}

.section.subpage {
  background-color: var(--01_start-here--bg-secondary);
  color: var(--01_start-here--body-secondary);
  padding-top: 96px;
  padding-bottom: 96px;
}

.section.secondary {
  background-color: var(--01_start-here--bg-secondary);
  color: var(--01_start-here--body-secondary);
}

.section.secondary.small {
  border: 2px none var(--primary-colors--primary-400);
  background-color: #0000004a;
}

.section.medium {
  padding-top: 96px;
  padding-bottom: 96px;
}

.section.download {
  padding-top: 196px;
  padding-bottom: 196px;
}

.section.footer-v2 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.section.cta-v2 {
  background-color: var(--primary-colors--primary-500);
}

.section.navs {
  margin-bottom: 196px;
}

.section.user-guide {
  padding-bottom: 0;
}

.section.topsection {
  padding-bottom: 60px;
}

.section.adjust-section-3323 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.admin-section {
  margin-bottom: 200px;
  padding-top: 140px;
}

.pd-y-axis-36px {
  padding-top: 36px;
  padding-bottom: 36px;
}

.pd-y-axis-48px {
  padding-top: 48px;
  padding-bottom: 48px;
}

.pd-y-axis-56px {
  padding-top: 56px;
  padding-bottom: 56px;
}

.pd-y-axis-96px {
  padding-top: 96px;
  padding-bottom: 96px;
}

.container {
  text-align: left;
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
  transition: background-position .2s;
  display: block;
  overflow: visible;
}

.container.style-guide {
  max-width: 1000px;
}

.container.bg-image-top {
  z-index: 5;
  color: var(--neutral-colors--neutral-50);
  position: relative;
}

.container.banner {
  padding-top: 12px;
  padding-bottom: 12px;
}

.container.nav-color {
  background-color: var(--primary-colors--primary-400);
  border-radius: 9px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.nav-color.nav-container {
  padding-left: 40px;
  padding-right: 40px;
}

.container.page-top {
  padding-top: 20px;
}

.container.page-top.adjust-border {
  float: none;
  text-overflow: clip;
}

.container.footer {
  position: static;
  inset: 0%;
}

.container.red-container {
  background-color: var(--primary-colors--primary-400);
  margin-top: 10px;
}

.overflow-hidden {
  overflow: hidden;
}

.sg-page-wrapper {
  position: relative;
}

.sg-column.nav {
  background-color: var(--neutral-colors--neutral-950);
  width: 300px;
  padding: 56px 24px 24px;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.sg-column.content {
  margin-left: 300px;
}

.sg-logo {
  width: 200px;
}

.sg-nav {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sg-nav-item-wrapper {
  border-radius: 4px;
  width: 100%;
  padding: 8px;
  transition: background-color .3s;
  position: relative;
}

.sg-nav-item-wrapper:hover, .sg-nav-item-wrapper.w--current {
  background-color: var(--neutral-colors--neutral-900);
}

.sg-nav-item {
  color: var(--neutral-colors--neutral-50);
  font-weight: 400;
}

.text-box._750px {
  max-width: 750px;
}

.text-box._750px.mg-x-axis-auto {
  max-width: none;
}

.text-box._500px {
  max-width: 500px;
}

.sg-section-heading {
  font-size: 36px;
  line-height: 1em;
}

.sg-section-heading.sub-heading {
  margin-bottom: 24px;
  font-size: 24px;
}

.sg-title {
  font-size: var(--typography-scale--48px);
  line-height: 1.2em;
}

.sg-item-wrapper {
  margin-bottom: 36px;
}

.sg-item-wrapper.buttons {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.badge {
  border: 1px solid var(--primary-colors--primary-500);
  background-color: var(--basic-colors--transparent);
  border-radius: 100px;
  padding: 8px 16px;
  display: inline-block;
}

.badge.small {
  padding: 4px 16px;
  font-size: 14px;
}

.badge.large {
  padding: 12px 20px;
}

.badge.secondary {
  border-color: var(--neutral-colors--neutral-800);
  background-color: var(--neutral-colors--neutral-800);
  color: var(--neutral-colors--neutral-50);
}

.badge.outline {
  border-color: var(--neutral-colors--neutral-800);
  background-color: #0000;
}

.badge.blog-card {
  z-index: 2;
  border-color: var(--neutral-colors--neutral-50);
  background-color: var(--neutral-colors--neutral-50);
  color: var(--neutral-colors--neutral-900);
  font-weight: 400;
  position: absolute;
  inset: auto auto 8px 8px;
}

.sg-class-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.heading {
  font-family: var(--01_start-here--heading-font);
  color: var(--neutral-colors--neutral-50);
  line-height: 1.2em;
}

.heading.xxl {
  font-size: var(--typography-scale--128px);
  line-height: 1em;
}

.heading.xl {
  font-size: var(--typography-scale--96px);
}

.heading.l {
  font-size: var(--typography-scale--64px);
}

.heading.l.tb---align-center.top-title.top-header {
  margin-top: 20px;
  margin-bottom: 60px;
  overflow: visible;
}

.heading.m {
  font-size: var(--typography-scale--48px);
}

.heading.m.mg-bottom-0px {
  margin-bottom: 0;
}

.heading.m.frfr {
  margin-top: 20px;
}

.heading.m.ddefwe {
  color: var(--basic-colors--black);
}

.heading.s {
  font-size: var(--typography-scale--28px);
  margin-bottom: 12px;
}

.heading.s.bold {
  text-shadow: 0 3px 2px #00000063;
  margin-bottom: 30px;
}

.heading.s.mg-bottom-0px {
  margin-bottom: 0;
}

.heading.xs {
  font-size: var(--typography-scale--24px);
}

.heading.xxs {
  font-size: var(--typography-scale--16px);
}

.paragraph {
  color: var(--basic-colors--white);
  line-height: 1.5em;
}

.paragraph.small {
  font-size: var(--typography-scale--14px);
}

.paragraph.small.footer {
  color: var(--basic-colors--white);
  font-size: var(--typography-scale--20px);
  font-weight: 700;
}

.paragraph.small.footer2 {
  color: var(--basic-colors--white);
  font-size: var(--typography-scale--20px);
}

.paragraph.large {
  font-size: var(--typography-scale--20px);
}

.paragraph.mg-bottom-24px.earnings-charts {
  font-size: var(--typography-scale--20px);
  text-align: left;
  line-height: 2.5em;
}

.paragraph.mg-bottom-0px, .paragraph.project-update {
  margin-bottom: 0;
}

.paragraph.red {
  color: var(--basic-colors--white);
}

.paragraph.ffrf {
  color: var(--basic-colors--black);
}

.section-divider {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.sg-color-section {
  margin-bottom: 36px;
}

.sg-color-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sg-color-block {
  border: 1px solid var(--01_start-here--border-color);
  padding: 24px;
  position: relative;
}

.sg-color-swatch {
  border: 1px solid var(--01_start-here--border-color);
  height: 156px;
  margin-bottom: 12px;
}

.sg-color-swatch.neutral-50 {
  background-color: var(--neutral-colors--neutral-50);
}

.sg-color-swatch.neutral-100 {
  background-color: var(--neutral-colors--neutral-100);
}

.sg-color-swatch.neutral-200 {
  background-color: var(--neutral-colors--neutral-200);
}

.sg-color-swatch.neutral-300 {
  background-color: var(--neutral-colors--neutral-300);
}

.sg-color-swatch.neutral-400 {
  background-color: var(--neutral-colors--neutral-400);
}

.sg-color-swatch.neutral-500 {
  background-color: var(--neutral-colors--neutral-500);
}

.sg-color-swatch.neutral-600 {
  background-color: var(--neutral-colors--neutral-600);
}

.sg-color-swatch.neutral-700 {
  background-color: var(--neutral-colors--neutral-700);
}

.sg-color-swatch.neutral-800 {
  background-color: var(--neutral-colors--neutral-800);
}

.sg-color-swatch.neutral-900 {
  background-color: var(--neutral-colors--neutral-900);
}

.sg-color-swatch.neutral-950 {
  background-color: var(--neutral-colors--neutral-950);
}

.sg-color-swatch.primary-400 {
  background-color: var(--primary-colors--primary-400);
}

.sg-color-swatch.primary-500 {
  background-color: var(--primary-colors--primary-500);
}

.sg-color-swatch.primary-600 {
  background-color: var(--primary-colors--primary-600);
}

.sg-color-swatch.success-400 {
  background-color: var(--system-colors--success-400);
}

.sg-color-swatch.success-500 {
  background-color: var(--system-colors--success-500);
}

.sg-color-swatch.success-600 {
  background-color: var(--system-colors--success-600);
}

.sg-color-swatch.warning-400 {
  background-color: var(--system-colors--warning-400);
}

.sg-color-swatch.warning-500 {
  background-color: var(--system-colors--warning-500);
}

.sg-color-swatch.warning-600 {
  background-color: var(--system-colors--warning-600);
}

.sg-color-swatch.error-500 {
  background-color: var(--system-colors--error-500);
}

.sg-color-swatch.error-600 {
  background-color: var(--system-colors--error-600);
}

.sg-color-swatch.error-700 {
  background-color: var(--system-colors--error-700);
}

.text-primary-400 {
  color: var(--primary-colors--primary-400);
}

.text-primary-500 {
  color: var(--primary-colors--primary-500);
}

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

._2-grid.feature-cards {
  height: 100%;
}

._2-grid.feature-offset {
  grid-template-columns: 1.25fr 1fr;
}

._2-grid.feature-offset---reverse {
  grid-template-columns: 1fr 1.25fr;
}

._2-grid.hero-v1 {
  grid-template-columns: 1.25fr 1fr;
}

._2-grid.hero-v3 {
  grid-template-columns: 1.75fr 1fr;
}

._2-grid.hero-v3.grid-space {
  grid-template-columns: 1.75fr .75fr;
}

.visible-grid {
  background-color: var(--neutral-colors--neutral-800);
  height: 56px;
}

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

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

._1-2-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

._1-2-grid.footer {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

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

._2-1-grid.blog {
  grid-template-columns: 1.25fr 1fr;
  align-items: end;
  margin-bottom: 64px;
}

._2-1-grid._64px-gap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

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

._1-grid.menu {
  grid-row-gap: 4px;
}

._1-grid.feature-cards {
  height: 100%;
}

._1-grid.feature-cards.inner-grid {
  grid-template-rows: 1fr 1fr;
}

._1-grid.row-gap-48px {
  grid-row-gap: 48px;
}

.sg-class-highlight {
  color: var(--primary-colors--primary-500);
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.sg-style-wrapper {
  border: 1px solid var(--01_start-here--border-color);
  border-radius: 4px;
  padding: 24px;
}

.sg-style-wrapper.full {
  width: 100%;
}

.button {
  background-color: var(--primary-colors--primary-500);
  color: var(--neutral-colors--neutral-50);
  border-radius: 9px;
  padding: 12px 16px;
  font-weight: 400;
  transition: transform .3s, background-color .3s;
}

.button:hover {
  background-color: var(--primary-colors--primary-400);
  transform: translate(0, -2px);
}

.button.small {
  padding: 8px 12px;
}

.button.large {
  border-radius: 9px;
  padding: 16px 24px;
}

.button.large.launch-app {
  text-align: center;
  border-style: none;
  font-weight: 400;
}

.button.large.launch-app.team-button {
  background-color: var(--neutral-colors--neutral-900);
  width: 100%;
}

.button.large.user-guide {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  display: block;
}

.button.outline {
  border: 1px solid var(--neutral-colors--neutral-800);
  color: var(--neutral-colors--neutral-50);
  background-color: #0000;
  transition: border-color .3s, color .3s, transform .3s, background-color .3s;
}

.button.outline:hover {
  border-color: var(--neutral-colors--neutral-50);
  background-color: var(--neutral-colors--neutral-50);
  color: var(--neutral-colors--neutral-950);
}

.button.secondary {
  background-color: var(--neutral-colors--neutral-800);
  color: var(--neutral-colors--neutral-50);
}

.button.secondary:hover {
  background-color: var(--neutral-colors--neutral-700);
}

.button.secondary.large {
  background-color: var(--primary-colors--primary-400);
  font-weight: 400;
}

.button.secondary.large.video-tutorial {
  background-color: var(--button-green);
}

.button.secondary.large.nexus {
  border: 2px none var(--neutral-colors--neutral-50);
  background-color: var(--neutral-colors--neutral-50);
  color: var(--neutral-colors--neutral-950);
  text-align: center;
  margin-top: 0;
}

.button.secondary.large.nexus.kycbutton {
  color: var(--basic-colors--black);
  background-color: #7ec9ff;
}

.button.secondary.large.nexus.kycbutton.log-visit.earnings-button {
  color: var(--basic-colors--white);
  font-size: var(--typography-scale--24px);
  background-color: #c55cf92e;
  background-image: linear-gradient(140deg, #00ff5569, #a100ff5e);
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  line-height: 1.5em;
  display: block;
}

.button.secondary.large.telegram {
  border: 2px none var(--neutral-colors--neutral-50);
  color: var(--neutral-colors--neutral-50);
  background-color: #29a0da;
  display: none;
}

.button.secondary.in-line-block {
  display: inline-block;
}

.button.form {
  border-radius: 4px;
  position: absolute;
  inset: 6px 6px 6px auto;
}

.button.full-width {
  text-align: center;
  width: 100%;
}

.button.icon {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.inline-block {
  display: inline-block;
}

.button.white {
  border: 1px solid var(--neutral-colors--neutral-50);
  background-color: var(--neutral-colors--neutral-50);
  color: var(--neutral-colors--neutral-900);
  transition: color .3s, border-color .3s, transform .3s, background-color .3s;
}

.button.white:hover {
  border: 1px solid var(--neutral-colors--neutral-50);
  background-color: var(--basic-colors--transparent);
  color: var(--neutral-colors--neutral-50);
}

.button.white.large {
  text-align: center;
  margin-left: 60px;
  margin-right: 60px;
  display: block;
}

.button.launch-app {
  background-color: var(--primary-colors--primary-400);
  color: var(--neutral-colors--neutral-50);
  text-align: left;
  border: 2px solid #fff;
  margin-top: 0;
  font-weight: 400;
}

.button.launch-app.menu-btn {
  font-size: 13px;
}

.tab-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  display: flex;
}

.tab-menu.center {
  justify-content: center;
}

.tab-link {
  border: 1px solid var(--01_start-here--border-color);
  color: var(--neutral-colors--neutral-200);
  background-color: #0000;
  border-radius: 0;
  transition: transform .3s, border-color .3s, background-color .3s, color .3s;
}

.tab-link:hover {
  border-color: var(--neutral-colors--neutral-50);
  background-color: var(--neutral-colors--neutral-50);
  color: var(--neutral-colors--neutral-950);
  transform: translate(0, -2px);
}

.tab-link.w--current {
  border-color: var(--primary-colors--primary-500);
  background-color: var(--primary-colors--primary-500);
  color: var(--neutral-colors--neutral-50);
  border-radius: 0;
  transition: transform .3s;
}

.card {
  border: 1px solid var(--01_start-here--border-color);
  background-color: var(--transparent);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 32px 24px;
}

.card.large {
  background-color: var(--transparent);
  border-radius: 20px;
  padding: 64px 48px;
}

.card.large.testimonial-full-width {
  text-align: center;
  background-color: #1a1a1d00;
  border-style: none;
  border-radius: 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.card.large.testimonial-full-width.latest-projects-cards {
  background-color: #0000;
}

.card.small {
  padding: 24px 16px;
}

.card.hover {
  transition: transform .3s, border-color .3s;
}

.card.hover:hover {
  border-color: var(--primary-colors--primary-500);
  transform: translate(0, -2px);
}

.card.hover.same-mg {
  padding-top: 24px;
  padding-bottom: 24px;
}

.card.border-0px {
  border-style: none;
}

.card.border-0px.pd-0px {
  padding: 0;
}

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

.card.testimonial-loop {
  width: 100%;
}

.card.member {
  padding-top: 24px;
  padding-bottom: 24px;
}

.card.clear {
  background-color: var(--basic-colors--transparent);
  border-style: none;
}

.card.pricing {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 64px;
  transition: border-color .3s;
  position: relative;
  overflow: hidden;
}

.card.pricing:hover {
  border-color: var(--primary-colors--primary-500);
}

.card.pricing.left-align {
  text-align: left;
}

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

.avatar-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.avatar-block.vertical {
  text-align: center;
  flex-direction: column;
}

.avatar {
  border-radius: 100px;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.avatar.large {
  min-width: 96px;
  max-width: 96px;
  min-height: 96px;
  max-height: 96px;
}

.avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.avatar-name {
  color: var(--neutral-colors--neutral-50);
  text-shadow: 3px 2px 6px #00000080;
  font-size: 20px;
  font-weight: 700;
}

.avatar-position {
  color: var(--neutral-colors--neutral-200);
  text-shadow: 2px 2px 4px #00000080;
}

.icon._24px {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}

.icon._24px.cursor-pointer {
  cursor: pointer;
}

.icon._32px {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
}

.icon._48px {
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
}

.icon._64px {
  filter: contrast(72%) hue-rotate(89deg) brightness(122%);
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
}

.icon._96px {
  min-width: 96px;
  max-width: 96px;
  min-height: 96px;
  max-height: 96px;
}

.icon._128px {
  min-width: 128px;
  max-width: 128px;
  min-height: 128px;
  max-height: 128px;
}

.icon._16px {
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
}

.input-field {
  border: 1px solid var(--01_start-here--border-color);
  background-color: var(--basic-colors--transparent);
  color: var(--neutral-colors--neutral-50);
  border-radius: 4px;
  min-height: 48px;
  margin-bottom: 12px;
  transition: background-color .3s, border-color .3s;
}

.input-field:hover {
  border: 1px solid var(--primary-colors--primary-400);
  background-color: var(--neutral-colors--neutral-800);
}

.input-field:active {
  border-color: var(--primary-colors--primary-400);
}

.input-field:focus {
  border: 1px solid var(--primary-colors--primary-400);
}

.input-field:focus-visible, .input-field[data-wf-focus-visible] {
  border-color: var(--primary-colors--primary-400);
}

.input-field::placeholder {
  color: var(--neutral-colors--neutral-500);
}

.input-field.large {
  min-height: 56px;
}

.input-field.large.with-button {
  min-height: 64px;
}

.input-field.large.with-button---secondary {
  border-color: var(--neutral-colors--neutral-50);
  background-color: var(--neutral-colors--neutral-50);
  min-height: 64px;
}

.input-field.large.with-button---secondary:hover {
  border-color: var(--neutral-colors--neutral-100);
  background-color: var(--neutral-colors--neutral-100);
}

.input-field.message {
  min-height: 156px;
}

.input-field.select {
  background-color: #0000;
}

.input-field.select:hover, .input-field.select:active, .input-field.select:focus {
  background-color: var(--neutral-colors--neutral-900);
}

.input-field.with-button {
  min-height: 56px;
}

.checkbox {
  border: 1px solid var(--neutral-colors--neutral-200);
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  border-color: var(--primary-colors--primary-500);
  background-color: var(--primary-colors--primary-500);
}

.radio-button {
  border-color: var(--neutral-colors--neutral-200);
  width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-right: 8px;
}

.radio-button.w--redirected-checked {
  border-color: var(--primary-300\<deleted\|variable-87bd57bd\>);
}

.success-message {
  background-color: var(--system-colors--success-500);
  border-radius: 4px;
}

.error-message {
  background-color: var(--system-colors--error-500);
  color: var(--neutral-colors--neutral-50);
  text-align: center;
  border-radius: 4px;
  padding: 12px;
}

.input-button-wrapper {
  position: relative;
}

.input-button-wrapper.mg-bottom-0px {
  margin-bottom: 0;
}

.mg-left-32px {
  margin-left: 32px;
}

.mg-right-48px {
  margin-right: 48px;
}

.pd-bottom-56px {
  padding-bottom: 56px;
}

.grid-column {
  display: block;
  position: relative;
}

.grid-column.menu {
  width: 100%;
}

.grid-column.flex-center.app-image-01 {
  padding-top: 40px;
}

.grid-column.flex-center.top-image {
  transition: transform .2s;
}

.grid-column.flex-center.top-image:hover {
  transform: scale(1.02);
}

.licenses-link-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.navbar {
  background-color: #1a1a1d00;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 96px;
  display: flex;
  position: fixed;
}

.navbar.style-guide {
  display: none;
}

.brand-block, .brand-block.w--current {
  margin-top: 0;
}

.logo-image {
  width: 100%;
  min-width: 170px;
  max-width: 170px;
}

.nav-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-item-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-item-wrapper.menu-center {
  justify-content: space-between;
  width: 100%;
}

.navigation-item-wrapper.menu-left {
  justify-content: space-between;
  width: 100%;
  padding-left: 24px;
}

.nav-menu-wrapper {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper.menu-center {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.navbar-link-wrapper {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.navbar-link-wrapper.log-visit, .navbar-link-wrapper.log-visit.w--current {
  font-size: var(--typography-scale--14px);
}

.navlink {
  color: var(--neutral-colors--neutral-50);
  font-weight: 400;
  transition: color .3s;
}

.navlink:hover {
  color: var(--nav-text-hover);
}

.dropdown-toggle {
  color: var(--neutral-colors--neutral-50);
  padding: 14px 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--neutral-colors--neutral-400);
}

.mbl-show {
  display: none;
}

.nav-flex-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.nav-flex-button-wrapper.telegram-button-div {
  justify-content: center;
  align-items: center;
  transition: transform .2s;
}

.nav-flex-button-wrapper.telegram-button-div:hover {
  transform: translate(0, -2px);
}

.nav-flex-button-wrapper.telegram-button-div.x-button {
  margin-right: 15px;
  padding-right: 0;
}

.nav-flex-button-wrapper.telegram-button-div.x-button.hide {
  display: block;
  overflow: hidden;
}

.nav-icon {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.top-line, .middle-line {
  background-color: #fff;
  width: 32px;
  height: 2px;
}

.bottom-line {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 32px;
  height: 2px;
  display: flex;
}

.menu-icon-block {
  cursor: pointer;
}

.mega-menu-wrapper {
  padding-top: 24px;
}

.mega-menu-wrapper.w--open {
  background-color: #0000;
  transform: translate(-55%);
}

.mega-menu {
  border: 1px solid var(--01_start-here--border-color);
  background-color: var(--01_start-here--bg-secondary);
  min-width: 500px;
  padding: 24px;
}

.dropdown-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
  place-items: stretch start;
}

.dropdown-grid.grid2 {
  margin-top: 20px;
}

.mega-menu-heading {
  color: var(--neutral-colors--neutral-50);
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.5em;
}

.mega-menu-inner-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
}

.utility-page-wrap {
  background-color: var(--primary-colors--primary-400);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding-top: 256px;
  padding-bottom: 256px;
  display: flex;
}

.utility-page-wrap.gergerg {
  background-color: var(--transparent);
  padding-top: 60px;
  padding-bottom: 60px;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 500px;
  display: flex;
}

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

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

.flex-center.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.flex-center.vertical {
  flex-direction: column;
}

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

.align-center.mg-bottom-64px {
  margin-bottom: 40px;
}

.align-center.mg-bottom-64px.yrtghrt {
  margin-bottom: 0;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.hero-image-100 {
  width: 100%;
}

.hero-form-wrapper {
  max-width: 750px;
}

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

.flex-left.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
}

.flex-left.gap-24px.tb-justify-center {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-left.vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-left.vertical.gap-12px {
  grid-row-gap: 12px;
}

.flex-left.align-flex-top {
  align-items: flex-start;
}

.flex-left.gap-16px {
  grid-column-gap: 16px;
}

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

.feature-image-wrapper._100 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
}

.feature-image-wrapper._100.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-image-wrapper._100.feature_001 {
  width: 100%;
  transition-property: none;
}

.feature-image-wrapper._100.feature_001:hover {
  transform: none;
}

.feature-image-wrapper._100.feature_002 {
  display: none;
}

.feature-image.full-width {
  border-radius: 20px;
  width: 100%;
}

.feature-image.cta-v2 {
  width: 50%;
}

.checklist-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.checklist-item-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-wrapper {
  align-items: center;
  display: inline-block;
}

.icon-wrapper._32px {
  width: 32px;
  height: 32px;
}

.icon-wrapper.mg-bottom-16px.align-left {
  justify-content: flex-start;
}

.icon-wrapper.inline {
  justify-content: flex-start;
  display: inline-block;
}

.icon-wrapper.align-left {
  justify-content: flex-start;
}

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

.feature-dropdown {
  background-color: var(--neutral-colors--neutral-900);
  width: 100%;
}

.feature-dropdown-toggle {
  border: 1px solid var(--neutral-colors--neutral-900);
  color: var(--neutral-colors--neutral-50);
  width: 100%;
  padding-left: 16px;
  transition: border-color .3s;
}

.feature-dropdown-toggle:hover {
  border: 1px solid var(--primary-colors--primary-500);
}

.feature-dropdown-content {
  position: relative;
}

.feature-dropdown-content.w--open {
  background-color: var(--basic-colors--transparent);
  padding: 8px 16px;
}

.inner-container._1000px {
  flex-flow: column;
  flex: 1;
  max-width: 1000px;
  display: flex;
}

.inner-container._500px {
  max-width: 500px;
}

.inner-container._650px {
  max-width: 650px;
}

.inner-container._750px {
  max-width: 750px;
}

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

.position-sticky._56px-top {
  top: 56px;
}

.link-w-arrow-wrapper {
  align-items: center;
  font-weight: 400;
  transition: color .3s;
}

.link-w-arrow-wrapper:hover {
  color: var(--primary-colors--primary-500);
}

.link-w-arrow-wrapper.banner {
  color: var(--neutral-colors--neutral-50);
  font-weight: 700;
}

.weight-normal {
  font-weight: 400;
}

.fa-solid-icon {
  font-family: "Fa Solid 900", sans-serif;
  display: inline-block;
}

.fa-solid-icon._24px {
  font-size: 24px;
  line-height: 1em;
}

.fa-solid-icon._12px {
  font-size: var(--typography-scale--12px);
}

.display-inline-block {
  display: inline-block;
}

.card-image---large {
  width: 100%;
}

.testimonial-slider {
  z-index: 100;
  -webkit-backdrop-filter: brightness(51%) grayscale(0%) blur(2px);
  backdrop-filter: brightness(51%) grayscale(0%) blur(2px);
  background-color: #0000;
  background-image: linear-gradient(271deg, #00000030, #9b9b9b00 30%, #b8b8b800 46%, #fff0 72%, #00000047);
  border-radius: 20px;
  height: 100%;
}

.testimonial-slider.project-updates {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: none;
}

.testimonial-slider.project-updates.audioslider {
  display: none;
}

.testimonial-mask {
  width: 100%;
  max-width: 564px;
  overflow: visible;
}

.testimonial-mask.full-width {
  border-radius: 20px;
  max-width: none;
  padding-right: 0;
  overflow: hidden;
}

.testimonial-slide {
  max-width: none;
  height: 100%;
  margin-right: 48px;
}

.testimonial-slide.full-width {
  border-radius: 20px;
  max-width: 100%;
  margin-right: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.testimonial-slide.full-width.project-updates {
  margin-bottom: 32px;
}

.testimonial-slide.full-width.project-updates.audioslide {
  margin-bottom: 0;
}

.slider-arrow-wrapper {
  border: 1px solid var(--01_start-here--border-color);
  color: var(--neutral-colors--neutral-400);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s, border-color .3s;
  display: flex;
  inset: -112px 0% auto auto;
}

.slider-arrow-wrapper:hover {
  border-color: var(--primary-colors--primary-500);
  color: var(--primary-colors--primary-500);
}

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

.slider-arrow-wrapper.center {
  border-color: var(--basic-colors--white);
  color: var(--neutral-colors--neutral-50);
  border-radius: 20px;
  width: 80px;
  height: 80px;
  inset: 0% 4% 0% auto;
}

.slider-arrow-wrapper.center:hover {
  border-color: var(--primary-colors--primary-400);
  color: var(--primary-colors--primary-400);
}

.slider-arrow-wrapper.center.left {
  border-radius: 20px;
  width: 80px;
  height: 80px;
  inset: 0% auto 0% 4%;
}

.slider-arrow-wrapper.center.left:hover {
  border-color: var(--primary-colors--primary-400);
  color: var(--primary-colors--primary-400);
}

.slider-arrow-wrapper.center.left.project-updates.audiobar {
  inset: 0% auto 0% 0%;
}

.slider-arrow-wrapper.center.project-updates.audiobar {
  inset: 0% 0% 0% auto;
}

.display-none {
  display: none;
}

.testimonial-marquee {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-loop-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 1264px;
  display: flex;
}

.brand-marquee {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-slide-wrapper {
  flex: none;
  justify-content: space-around;
  width: 1264px;
  display: flex;
}

.brand-logo {
  opacity: .56;
  width: 156px;
  height: 48px;
}

.footer-nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--basic-colors--white);
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-nav-link-wrapper {
  transition: color .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.footer-nav-link-wrapper:hover {
  color: var(--primary-colors--primary-400);
}

.footer-nav-link {
  color: var(--basic-colors--white);
  font-weight: 400;
}

.footer-bottom-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-bottom-row.mg-top-64px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 2fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: end stretch;
  margin-top: 0;
  padding-bottom: 20px;
  display: grid;
}

.footer-bottom-row.mg-top-64px.bottom {
  justify-content: center;
  padding-bottom: 20px;
  display: block;
}

.footer-flex-block {
  grid-column-gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-small-link {
  color: var(--primary-colors--primary-500);
  font-weight: 400;
  transition: color .3s;
}

.footer-small-link:hover {
  color: var(--primary-colors--primary-400);
}

.footer-right-block.dev {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.social-media-wrapper.member {
  justify-content: flex-start;
}

.social-media-wrapper.member.center {
  justify-content: center;
}

.social-icon-wrapper {
  border: 1px solid var(--01_start-here--border-color);
  color: var(--neutral-colors--neutral-50);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  max-width: 36px;
  min-height: 36px;
  max-height: 36px;
  transition: transform .3s, background-color .3s, border-color .3s;
  display: flex;
}

.social-icon-wrapper:hover {
  border-color: var(--primary-colors--primary-500);
  background-color: var(--primary-colors--primary-500);
  transform: translate(0, -2px);
}

.fa-brand-icon {
  font-family: "Fa Brands 400", sans-serif;
}

.fa-brand-icon.social-media {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
}

.footer-top-row {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.faq-button-icon {
  filter: hue-rotate(95deg) brightness(158%);
  width: 32px;
}

.faq-paragraph {
  color: var(--neutral-colors--neutral-400);
  text-align: left;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.faq-question-wrap {
  border: 1px solid var(--01_start-here--border-color);
  cursor: pointer;
  background-color: #0000;
  border-radius: 9px;
  width: 100%;
  padding: 12px 24px;
  transition: border-color .3s;
}

.faq-question-wrap:hover {
  border-color: var(--primary-colors--primary-500);
}

.faq-wrapper {
  grid-column-gap: 36px;
  align-items: flex-start;
  margin-top: 36px;
  display: flex;
}

.faq-content {
  overflow: hidden;
}

.faq-heading {
  color: var(--neutral-colors--neutral-50);
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.faq-circle {
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  display: flex;
}

.faq-column {
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  min-height: 25px;
  display: flex;
}

.faq-question-bar {
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-div {
  width: 100%;
  height: 1px;
}

.blog-thumbnail-wrapper {
  position: relative;
  overflow: hidden;
}

.blog-thumbnail-wrapper.mg-bottom-12px {
  justify-content: center;
  align-items: flex-start;
}

.blog-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 224px;
}

.blog-thumbnail.featured {
  height: 396px;
}

.blog-card-heading {
  color: var(--neutral-colors--neutral-50);
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 1.2em;
}

.blog-thumbnail-overlay {
  z-index: 1;
  background-color: #1010123d;
  position: absolute;
  inset: 0%;
}

.blog-card-info-text {
  font-weight: 400;
}

.blog-card-info-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

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

.flex-space-between.flex-align-bottom {
  flex-wrap: wrap;
  align-items: flex-end;
}

.flex-space-between.flex-align-bottom.mg-bottom-64px {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.flex-space-between.flex-align-bottom.mg-bottom-64px.adjust-001.rgerg {
  margin-bottom: 30px;
}

.flex-space-between.flex-align-bottom.mg-bottom-64px.adjust-001.hide {
  display: none;
}

.flex-space-between.flex-align-bottom.mg-bottom-64px.adjust-002 {
  margin-bottom: 20px;
}

.flex-space-between.flex-align-bottom.mg-bottom-64px.adjust-003 {
  margin-bottom: 40px;
}

.flex-space-between.flex-align-bottom.mg-bottom-64px.adjust-03 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.flex-space-between.section-header {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  align-items: flex-end;
}

.pagination {
  border-color: var(--neutral-colors--neutral-200);
  color: var(--neutral-colors--neutral-900);
  background-color: #0000;
  border-radius: 4px;
}

.categories-list-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.categories-list-wrapper.blog-header {
  justify-content: flex-end;
}

.category-item-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.category-badge {
  border: 1px solid var(--01_start-here--border-color);
  background-color: var(--neutral-colors--neutral-900);
  color: var(--neutral-colors--neutral-50);
  padding: 8px 16px;
  transition: color .3s, transform .3s, border-color .3s, background-color .3s;
}

.category-badge:hover {
  border-color: var(--neutral-colors--neutral-50);
  background-color: var(--neutral-colors--neutral-50);
  color: var(--neutral-colors--neutral-950);
  transform: translate(0, -2px);
}

.category-badge.w--current {
  border-color: var(--primary-colors--primary-400);
  background-color: var(--primary-colors--primary-400);
  color: var(--neutral-colors--neutral-50);
}

.empty-state {
  background-color: var(--neutral-colors--neutral-900);
  color: var(--neutral-colors--neutral-50);
  text-align: center;
  border-radius: 4px;
  padding: 16px 12px;
}

.member-card-image-wrapper {
  border-radius: 4px;
  overflow: hidden;
}

.v-flex-tabs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-content {
  width: 100%;
}

.pricing-card-top-header {
  margin-bottom: 12px;
}

.card-divider {
  background-color: var(--neutral-colors--neutral-800);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.pricing-card-price-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 24px;
  display: flex;
}

.pricing-card-price-wrapper.left-align {
  justify-content: flex-start;
}

.pricing-card-price-tag {
  font-size: var(--typography-scale--56px);
  font-weight: 700;
  line-height: 1em;
}

.pricing-card-payment-time {
  color: var(--neutral-colors--neutral-400);
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
}

.most-popular-tag {
  background-color: var(--primary-colors--primary-500);
  color: var(--neutral-colors--neutral-50);
  width: 100%;
  padding: 8px;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.price-time {
  color: #949aaa;
}

.pricing-crad---amount {
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
}

.pricing-column-wrapper {
  padding-top: 24px;
}

.pricing-table-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}

.pricing-table-plan-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 16px;
  display: flex;
}

.comparison-wrapper {
  border: 1px solid var(--01_start-here--border-color);
  padding: 56px;
}

.mbl-visible {
  display: none;
}

.pricing-col-item {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 56px;
  max-height: 56px;
  padding-top: 24px;
  display: flex;
}

.pricing-col-item.bottom {
  align-items: flex-start;
  min-height: 96px;
  max-height: 96px;
}

.pricing-col-item.center, .pricing-col-item.top.center {
  justify-content: center;
}

.mbl-pricing-table-header {
  display: none;
}

.secondary-column {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.secondary-column.top {
  border-bottom-style: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.image._32px {
  width: 32px;
}

.image._28px {
  width: 28px;
}

.image.fit-cover {
  object-fit: cover;
}

.image._100 {
  width: 100%;
  height: 100%;
}

.pricing-plan-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

.pricing-plan-title.mg-bottom-12px {
  margin-bottom: 12px;
}

.pricing-column-top {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-column-top.plan {
  flex-direction: column;
  height: 196px;
}

.more-articles-list {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.integration-card-image {
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-bottom: 16px;
}

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

.integrations-slide-wrapper {
  flex: none;
  justify-content: space-around;
  align-items: center;
  width: 1264px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.author-image-wrapper {
  border-radius: 4px;
  min-width: 156px;
  max-width: 156px;
  min-height: 156px;
  max-height: 156px;
  margin-bottom: 12px;
  overflow: hidden;
}

.author-article-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-post-author-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.job-location {
  color: var(--neutral-colors--neutral-500);
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
}

.job-detail-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.input-wrapper {
  margin-bottom: 12px;
}

.form-button-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.form-underline-link {
  color: var(--primary-colors--primary-500);
  text-decoration: underline;
}

.form-underline-link:hover {
  color: var(--primary-colors--primary-400);
}

.item-content-wrapper {
  position: relative;
}

.component-wrapper {
  border: 1px solid var(--01_start-here--border-color);
  padding: 14px;
  position: relative;
}

.component-name {
  font-size: var(--typography-scale--24px);
  margin-bottom: 12px;
  padding: 8px;
  font-weight: 700;
  display: inline-block;
}

.integrations-wrapper {
  justify-content: space-around;
  width: 1264px;
  display: flex;
}

.preloader-wrapper {
  z-index: 5000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preload-container {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  display: flex;
  position: relative;
}

.preload-logo-wrapper {
  margin-bottom: 8px;
  overflow: hidden;
}

.preload-logo {
  width: 200px;
  display: block;
}

.preload-line {
  background-color: var(--primary-colors--primary-500);
  width: 100%;
  height: 1px;
}

.preload-bg-wrapper {
  display: flex;
  position: absolute;
  inset: 0%;
}

.preload-bg {
  background-color: var(--neutral-colors--neutral-950);
  width: 50%;
  height: 100%;
}

.license-wrapper {
  border-bottom: 1px solid var(--01_start-here--border-color);
  padding-bottom: 56px;
}

.image-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 12px;
  display: flex;
}

.image-link {
  color: var(--neutral-colors--neutral-400);
  transition: color .3s;
}

.image-link:hover {
  color: var(--primary-colors--primary-400);
}

.form-link {
  color: var(--primary-colors--primary-500);
}

.form-link:hover {
  color: var(--primary-colors--primary-600);
}

.image-stack-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.stack-image {
  width: 100%;
  height: auto;
  position: sticky;
  top: 56px;
}

.stack-image.image-2 {
  top: 112px;
}

.stack-image.image-3 {
  top: 168px;
}

.numbers-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.numbers-text {
  font-size: var(--typography-scale--64px);
  margin-bottom: 12px;
  line-height: 1em;
}

.numbers-highlight {
  color: var(--primary-colors--primary-500);
}

.numbers-title {
  font-size: var(--typography-scale--24px);
}

.collection-list-wrapper {
  display: inline-block;
}

.blog-post-image {
  width: 100%;
}

.blog-category-tag {
  color: var(--primary-colors--primary-500);
  font-size: var(--typography-scale--14px);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 700;
}

.integration-logos-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.integration-logo {
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
}

.integration-logo-wrapper {
  background-color: var(--basic-colors--white);
  justify-content: center;
  align-items: center;
  min-width: 72px;
  max-width: 72px;
  min-height: 72px;
  max-height: 72px;
  display: flex;
}

.page-thumbnail-wrapper {
  border: 1px solid var(--01_start-here--border-color);
  margin-bottom: 12px;
  overflow: hidden;
}

.page-thumbnail {
  width: 100%;
}

.banner-section {
  background-color: var(--primary-colors--primary-500);
  color: var(--neutral-colors--neutral-50);
  overflow: hidden;
}

.banner-flex-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.banner-message-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link {
  transition: color .3s;
}

.link:hover {
  color: var(--neutral-colors--neutral-50);
}

.checkout-form {
  background-color: var(--basic-colors--transparent);
  padding-top: 96px;
  padding-bottom: 96px;
}

.card-flex-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.block-header {
  border-color: var(--01_start-here--border-color);
  background-color: var(--basic-colors--transparent);
  padding: 24px;
}

.checkout-heading {
  font-size: var(--typography-scale--24px);
  margin-bottom: 0;
}

.block-content {
  border-right-color: var(--01_start-here--border-color);
  border-bottom-color: var(--01_start-here--border-color);
  border-left-color: var(--01_start-here--border-color);
  background-color: var(--basic-colors--transparent);
  padding: 24px;
}

.feature-float-1 {
  width: 100%;
  max-width: 296px;
  position: absolute;
  inset: auto 24px -12px auto;
}

.feature-main-2 {
  width: 100%;
  max-width: 356px;
}

.feature-main-1 {
  width: 100%;
}

.feature-main-1.blksnpr-background {
  border: 1px none var(--neutral-colors--neutral-200);
  border-radius: 20px;
  box-shadow: -2px 2px 8px 3px #00000029;
}

.feature-float-2 {
  width: 100%;
  max-width: 196px;
  position: absolute;
  inset: auto auto -18% -17%;
}

.feature-float-3 {
  border: 2px none var(--blue-button);
  width: 100%;
  max-width: 164px;
  position: absolute;
  inset: -4% -4% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.feature-float-3.blksnpr-login {
  border: 1px none var(--neutral-colors--neutral-200);
  border-radius: 9px;
  box-shadow: -2px 2px 10px #0000007d;
}

.feature-float-4 {
  width: 100%;
  max-width: 256px;
  position: absolute;
  inset: auto auto 7% 8%;
}

.feature-float-5 {
  width: 100%;
  max-width: 256px;
  position: absolute;
  inset: 8% -6% auto auto;
}

.slider-shadow {
  background-image: none;
  width: 20%;
  position: absolute;
  inset: 0% auto 0% -2px;
}

.slider-shadow.right {
  background-image: none;
  inset: 0% -2px 0% auto;
}

.slider-shadow.large {
  width: 40%;
}

.footer-v2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.float-cta-1 {
  width: 100%;
  max-width: 256px;
  position: absolute;
  inset: 7% 16% auto auto;
}

.float-cta-2 {
  width: 100%;
  max-width: 256px;
  position: absolute;
  inset: auto auto 11% 22%;
}

.sticky-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-colors--primary-500);
  max-width: 396px;
  padding: 24px;
  display: flex;
}

.warning-message {
  background-color: var(--system-colors--warning-500);
  color: var(--neutral-colors--neutral-950);
  text-align: center;
  padding: 12px;
}

.cart-button {
  background-color: var(--basic-colors--transparent);
  color: var(--neutral-colors--neutral-50);
  padding-left: 0;
  padding-right: 0;
  transition: color .3s;
}

.cart-button:hover {
  color: var(--neutral-colors--neutral-400);
}

.cart-quantity {
  color: var(--primary-colors--primary-500);
}

.cart-container {
  border: 1px solid var(--01_start-here--border-color);
  background-color: var(--neutral-colors--neutral-900);
  max-width: 564px;
}

.cart-header {
  border-bottom-color: var(--01_start-here--border-color);
}

.cart-footer {
  border-top-color: var(--01_start-here--border-color);
}

.apple-pay-button {
  height: 56px;
}

.mg-left-auto {
  margin-left: auto;
}

.index-wrapper {
  object-fit: cover;
  height: 356px;
  margin-right: 24px;
}

.product-icon {
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
}

.video {
  border-radius: 0;
  display: none;
  position: absolute;
  bottom: 42.762px;
  right: 39px;
}

.lottie-animation {
  width: 250px;
  display: block;
  position: static;
  bottom: 269px;
  left: -22px;
}

.fixed-background {
  z-index: -300;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
}

.lottie-animation-7, .lottie-animation-8 {
  filter: grayscale(71%) brightness(70%) hue-rotate(248deg);
}

.div-block {
  width: 100%;
  max-width: 1312px;
}

.text-span, .text-span-2 {
  color: var(--primary-colors--primary-400);
}

.div-block-2 {
  justify-content: center;
  display: flex;
}

.rich-text-block {
  opacity: 1;
  color: var(--basic-colors--white);
  font-size: var(--typography-scale--14px);
  text-shadow: 2px 4px 4px #00000052;
  background-image: none;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 15px;
  line-height: 2.5em;
}

.paragraph-2 {
  font-size: var(--typography-scale--24px);
}

.paragraph-3 {
  font-size: var(--typography-scale--16px);
}

.paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  font-size: var(--typography-scale--24px);
}

.paragraph-8, .paragraph-9 {
  font-size: var(--typography-scale--28px);
}

.paragraph-10 {
  font-size: var(--typography-scale--24px);
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  transition: transform .2s;
  display: block;
  position: absolute;
  bottom: 75px;
  right: 167px;
}

.div-block-5:hover {
  transform: scale(1.2);
}

.image-4 {
  width: 420px;
  max-width: none;
  padding-bottom: 10px;
}

.div-block-6 {
  position: relative;
}

.div-block-7 {
  display: block;
}

.image-5 {
  border: 2px solid var(--primary-colors--primary-400);
  outline-offset: 0px;
  border-radius: 20px;
  outline: 3px #cecfd3;
  width: 100%;
  max-width: none;
  height: auto;
  box-shadow: 8px 11px 12px 3px #0000001f;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  transition: transform .2s;
  display: block;
}

.div-block-8:hover {
  transform: scale(1.02);
}

.card-grid-001 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-grid-001:hover {
  border: 1px #000;
}

.card-grid-001.audio-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  justify-content: center;
}

.thumbnail-image-001 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.card-div {
  border: 1px none var(--transparent);
  background-color: var(--transparent);
  border-radius: 20px;
  padding: 32px 24px;
  transition: transform .3s, border-color .3s;
  display: inline-block;
}

.card-div:hover {
  border: 1px none var(--primary-colors--primary-500);
  transform: translate(0, -2px);
}

.card-div.dev, .card-div.dev:hover {
  border-style: none;
}

.card-info-001 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
}

.card-info-001.dev {
  text-align: center;
  justify-content: space-between;
  align-items: center;
}

.image-6 {
  border-radius: 8px;
  width: 100%;
  min-width: 224px;
  min-height: 224px;
}

.image-6.dev {
  border-radius: 20px;
}

.heading-2 {
  font-size: var(--typography-scale--20px);
}

.heading-2.card-heading-001.dev-heading {
  font-size: var(--typography-scale--24px);
  text-align: center;
  margin-bottom: 20px;
}

.heading-2.card-heading-001.dev-heading.audio {
  margin-bottom: 10px;
}

.text-block {
  margin-bottom: 30px;
}

.text-block.dev {
  min-height: 280px;
}

.text-block.dev.audio-desc {
  min-height: 0;
}

.text-block.update-card {
  margin-bottom: 0;
}

.text-block.update-card.update-card-text {
  margin-bottom: 30px;
}

.text-block.update-card-text {
  height: auto;
}

.div-block-9 {
  padding: 2px 160px;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  color: var(--primary-colors--primary-400);
}

.div-block-10 {
  z-index: 0;
  background-image: url('../images/2024-03-09_21-25-04_4905.png');
  background-position: 50% 90%;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.dev-block.raf {
  display: block;
}

.dev-text {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  font-weight: 700;
}

.dev-text.audio {
  font-size: var(--typography-scale--14px);
  align-self: center;
  margin-bottom: 0;
  padding-top: 0;
}

.dev-text.audio._22232 {
  margin-bottom: 10px;
}

.text-span-9 {
  color: var(--primary-colors--primary-400);
}

.heading-3 {
  font-size: var(--typography-scale--40px);
  padding-top: 10px;
  display: block;
  position: static;
}

.heading-3.roadmap-image-header {
  text-shadow: 4px 4px 6px #000;
}

.rich-text-block-2 {
  text-align: center;
  font-weight: 700;
}

.block-quote, .block-quote-2, .block-quote-3, .block-quote-4, .rich-text-block-3, .rich-text-block-4, .block-quote-5 {
  color: var(--system-colors--warning-400);
}

.div-block-11 {
  padding-top: 80px;
  position: absolute;
}

.rich-text-block-5.height {
  min-height: 790px;
}

.div-block-12 {
  width: auto;
}

.nexus-chart {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.text-span-10 {
  color: var(--primary-colors--primary-400);
}

.div-block-13 {
  width: 800px;
}

.app-page-footer-copy {
  background-color: #3d3e5400;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.div-block-205453477 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  display: flex;
}

.div-block-14 {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #ff9d0000;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-15 {
  z-index: 0;
  background-color: #413a4c00;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-205453478 {
  justify-content: center;
  display: flex;
}

.heading-979 {
  color: #fff;
  text-shadow: 2px 2px 3px #00000080;
  font-size: 22px;
}

.lottie-animation-2 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.text-block-10 {
  color: #fff;
  text-shadow: 2px 2px 2px #00000069;
  font-size: 18px;
}

.div-block-205453479 {
  transition: transform .2s;
}

.div-block-205453479:hover {
  transform: translate(0, -3px);
}

.div-block-205453479.hide {
  display: block;
}

.text-span-11 {
  color: var(--primary-colors--primary-400);
}

.image-7 {
  filter: brightness(200%);
}

.image-7.x-logo {
  filter: invert() brightness(200%);
  width: 35px;
}

.body {
  background-color: var(--neutral-colors--neutral-50);
}

.mbl-showing {
  display: none;
}

.div-block-play-vid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-play-vid:hover {
  transform: scale(1.2);
}

.div-block-205453480 {
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
  position: static;
  inset: 0%;
}

.div-block-205453480:hover {
  transform: scale(1.3);
}

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

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

.div-block-205453482.vid-hide {
  display: none;
}

.div-block-205453483 {
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-12 {
  color: var(--primary-colors--primary-400);
}

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

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

.div-block-205453486 {
  border-radius: 0;
  padding-bottom: 30px;
}

.image-8 {
  border-radius: 20px;
  box-shadow: 5px 7px 5px 1px #00000029;
}

.image-9 {
  border-radius: 20px;
  box-shadow: 0 2px 11px 4px #00000024;
}

.div-block-205453487 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  padding-top: 30px;
  display: flex;
}

.div-block-205453488 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image-10 {
  filter: saturate(88%) brightness(200%) hue-rotate(355deg);
}

.image-11 {
  filter: hue-rotate(161deg);
}

.image-99 {
  border-radius: 20px;
  box-shadow: 0 2px 11px 4px #00000024;
}

.rich-text-block-8 {
  color: var(--neutral-colors--neutral-400);
}

.heading-980 {
  font-size: var(--typography-scale--20px);
}

.heading-983 {
  font-size: var(--typography-scale--16px);
  margin-bottom: 0;
}

.div-block-205453491 {
  background-color: var(--primary-colors--primary-400);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 30px;
  display: flex;
}

.div-block-205453492 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.article-div {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  padding-top: 30px;
  display: flex;
}

.article-div.adjust002 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

.blog-image-1 {
  border-radius: 20px;
  width: auto;
  box-shadow: 0 2px 11px 4px #00000024;
}

.right-arrow {
  display: none;
}

.slide-5 {
  overflow: hidden;
}

.slider-3 {
  z-index: 0;
  opacity: 1;
  border-radius: 20px;
}

.slider-3._w-slider {
  opacity: 1;
  background-color: #fff0;
  background-image: linear-gradient(#535c78, #535c78);
  border-radius: 20px;
  height: 260px;
}

.div-block-205453459 {
  padding-top: 20px;
}

.div-block-467659 {
  z-index: 2;
  padding-top: 0;
  position: absolute;
  top: 10px;
}

.div-block-467786 {
  z-index: 2;
  position: absolute;
  top: 46px;
}

.div-block-467658 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-nav {
  display: none;
}

.nft-header-txt {
  color: #ffb778;
  text-shadow: 3px 3px 4px #0000004a;
  font-size: 28px;
}

.nft-header-txt.silver-col {
  color: #def5ff;
}

.nft-header-txt.gold-col {
  color: #ffd94e;
}

.nft-header-txt.platinum-col {
  color: #8efdff;
}

.mask-2 {
  border-radius: 20px;
  padding-bottom: 0;
}

.nft-header-txt2 {
  color: #fff;
  text-shadow: 2px 2px 3px #0000004a;
  font-size: 16px;
}

.div-block-4673434 {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0%;
}

.lottie-nft {
  z-index: 1;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 290px;
  height: 290px;
  display: block;
  position: absolute;
  top: 5px;
  overflow: hidden;
}

.nft-header-txt4 {
  color: #fff;
  text-shadow: 2px 2px 3px #0000004a;
  font-size: 40px;
}

.div-block-467787 {
  flex: none;
  justify-content: center;
  align-self: auto;
  display: flex;
}

.left-arrow {
  display: none;
}

.link-2 {
  color: var(--primary-colors--primary-400);
}

.div-block-205453493 {
  display: block;
}

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

.div-block-205453494, .youtube {
  border-radius: 0;
}

.image-100 {
  border-radius: 20px;
  width: 100%;
  min-width: 100%;
}

.link-3 {
  color: var(--primary-colors--primary-400);
}

.bold-text-2, .text-span-13, .bold-text-3, .bold-text-4 {
  color: var(--01_start-here--bg-secondary);
}

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

.image-101 {
  border-radius: 20px;
  width: 800px;
}

.html-embed {
  margin-top: 10px;
  padding-top: 0;
  padding-right: 0;
  display: none;
}

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

.success-message-2 {
  color: var(--basic-colors--transparent);
  background-color: #0000;
}

.text-block-11 {
  color: var(--neutral-colors--neutral-50);
}

.link-4 {
  color: var(--system-colors--success-500);
}

.button-2 {
  background-color: #c13e3e;
  border-radius: 7px;
}

.image-102 {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 16px;
  padding-top: 20px;
}

.link-block-4 {
  margin-top: 0;
}

.submit-button {
  background-color: var(--primary-colors--primary-400);
  border-radius: 7px;
}

.text-field {
  border-radius: 7px;
}

.button-3 {
  background-color: var(--primary-colors--primary-500);
  border-radius: 7px;
  margin-top: 0;
}

.button-3._45453332 {
  background-color: var(--system-colors--success-500);
  margin-left: 20px;
}

.button-4 {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-205453496 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 400px;
  display: flex;
}

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

.link-block-5 {
  text-align: center;
  margin-top: 0;
}

.link-block-6 {
  margin-top: 0;
  display: none;
}

.link-block-6.log-visit {
  display: none;
}

.text-block-12 {
  font-size: var(--22px);
}

.text-block-12.efef {
  font-size: var(--typography-scale--16px);
  padding-top: 7px;
}

.heading-984 {
  font-size: var(--typography-scale--28px);
  text-align: center;
  padding-top: 10px;
}

.text-block-14 {
  color: var(--system-colors--success-400);
  font-size: var(--22px);
}

.text-block-14.efef {
  font-size: var(--typography-scale--16px);
  padding-top: 7px;
}

.text-span-14 {
  color: var(--primary-colors--primary-400);
}

.div-block-205453498 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding: 0 220px 10px;
  display: grid;
}

.leaderboard-headers {
  color: var(--primary-colors--primary-500);
  font-size: var(--typography-scale--24px);
}

.leaderboard-data {
  font-weight: 600;
}

.leaderboard-data.usernametg {
  color: var(--tg-username);
}

.leaderboard-usernames-copy {
  font-weight: 600;
}

.div-block-205453499 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.heading-985 {
  color: var(--primary-colors--primary-500);
  font-size: var(--typography-scale--40px);
}

.text-span-15 {
  color: var(--neutral-colors--neutral-50);
}

.text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .heading-986 {
  color: var(--01_start-here--body-text);
}

.section-3 {
  margin-top: 90px;
}

.div-block-205453500 {
  box-sizing: border-box;
  object-fit: contain;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60vw;
  display: block;
}

.div-block-205453500.video-border {
  width: 80vw;
}

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

.div-block-205453502 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: static;
  top: 1px;
  left: 92px;
}

.image-105 {
  border-radius: 9px;
  width: 350px;
  box-shadow: -11px 7px 10px #00000069;
}

.div-block-205453503 {
  z-index: 10;
  border-radius: 0;
  position: static;
  top: 16px;
  left: 10px;
}

.div-block-205453504 {
  z-index: 8;
  mix-blend-mode: normal;
  position: static;
  top: -18px;
  right: 11px;
}

.div-block-205453505 {
  z-index: 9;
  position: static;
}

.div-block-205453506 {
  z-index: 11;
  text-align: center;
  position: static;
  top: 21px;
  left: 92px;
}

.text-span-21 {
  color: var(--primary-colors--primary-400);
}

.youtube-2 {
  width: auto;
}

.div-block-205453507 {
  margin-top: 120px;
}

.div-block-205453508 {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  display: block;
}

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

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

.text-span-22 {
  color: var(--primary-colors--primary-400);
}

.hide {
  display: none;
}

.div-block-205453510 {
  padding: 60px 20px 20px;
}

.div-block-205453510.grdfgdfg {
  padding-top: 20px;
}

.div-block-205453511 {
  object-fit: fill;
  border: 20px #0000001f;
  border-radius: 20px;
  width: 100%;
  height: 76.0854%;
  overflow: visible;
}

.video-border {
  border: 20px solid #00000024;
  border-radius: 20px;
}

.div-block-205453512 {
  padding-bottom: 60px;
  padding-left: 140px;
  padding-right: 140px;
}

.div-block-205453512-copy {
  padding-bottom: 60px;
  padding-left: 300px;
  padding-right: 300px;
}

.bold-text-5, .bold-text-6, .text-span-23 {
  color: var(--primary-colors--primary-400);
}

.div-block-205453513 {
  margin-bottom: 20px;
}

.form-block {
  width: auto;
}

.index {
  background-color: var(--neutral-colors--neutral-50);
}

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

.bold-text-7 {
  color: #ffffffbf;
}

.div-block-205453515 {
  flex: none;
  justify-content: center;
  align-self: auto;
  display: flex;
}

.error-txt {
  color: #cf3f41;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  display: none;
}

.div-block-897 {
  padding-top: 3em;
  padding-bottom: 1em;
}

.div-block-205453446 {
  background-color: #00000070;
  border-radius: 9px;
  align-self: flex-start;
  padding: 10px;
}

.error-message-div {
  z-index: 2000;
  justify-content: center;
  align-items: center;
  padding-top: 85px;
  display: none;
  position: fixed;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.tab-pane-06-add-wallet-3---select-wallet-address {
  padding-top: 3.5em;
}

.div-block-205453516 {
  align-self: flex-end;
}

.input-box {
  opacity: 1;
  color: #fff;
  background-color: #7a87b530;
  border: 1px solid #0000;
  border-radius: 11px;
  font-size: 18px;
}

.input-box:focus {
  border-color: #fff;
}

.input-box::placeholder {
  color: #ffffff63;
}

.div-block-205453517 {
  z-index: 300;
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0 40px 20px;
  padding-top: 15px;
  display: grid;
  position: relative;
}

.div-block-967 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #6a3b47f7;
  border: 1px solid #f9655c;
  border-radius: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: end stretch;
  width: 600px;
  display: flex;
  box-shadow: 10px 10px 5px #00000040;
}

.tabs-menu-2 {
  display: none;
}

.div-block-12-copy {
  outline-offset: 0px;
  border: 2px solid #cf3f41;
  border-radius: 16px;
  outline: 3px #333;
  margin-top: 0;
  padding: 1em;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.div-block-12-copy.disclaimer {
  background-color: #b35353;
}

.div-block-205461 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  box-shadow: 5px 5px 5px #0003;
}

.div-block-205453518 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-205458 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  display: flex;
}

.div-block-205453453 {
  background-color: #0000004f;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.line-seperator-3 {
  background-color: #fff;
  margin-bottom: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.note-body-txt-0903588 {
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 23px;
  text-decoration: underline;
}

.select-field-2 {
  background-color: #fff;
  border-radius: 9px;
  width: 270px;
}

.bold-text-15 {
  color: #dbeaff;
}

.text-block-2 {
  color: #fff;
  text-align: right;
  position: relative;
}

.tabs-menu-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.div-block-205453454 {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-4673437 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  display: flex;
}

.view-nexus-btn {
  margin-bottom: 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.text-field-3903-copy-copy {
  border-radius: 9px;
  width: 270px;
  padding-right: 0;
}

.div-block-205453464 {
  filter: blur();
  background-image: url('../images/3454543.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.div-block-20980 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.link-block-14 {
  text-decoration: none;
}

.heading-988 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.heading6573 {
  color: #fff;
  text-align: center;
  display: block;
}

.select-field {
  text-align: center;
  border-radius: 9px;
  height: 50px;
  min-height: 50px;
  line-height: 80px;
}

.div-block-205453519 {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #ff9d0000;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.text-field-3903 {
  text-align: center;
  border-radius: 9px;
  width: 125px;
  padding-right: 0;
}

.line-seperator {
  background-color: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
}

.div-block-20984 {
  justify-content: center;
  min-width: auto;
  display: flex;
}

.link-5 {
  color: #67d22d;
}

.div-block-205453521 {
  z-index: 51;
  position: relative;
}

.wallet-logo-row-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  padding-bottom: 1em;
  display: flex;
}

.create-account-button {
  margin-bottom: 0;
  padding-top: 2em;
  padding-bottom: 6em;
}

.wallet-account-txt {
  color: #fff;
  text-align: center;
  font-size: 26px;
  display: block;
}

.div-block-38545 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  display: flex;
}

.full-sniper-div-copy {
  align-self: center;
}

.div-block-205453432 {
  padding-top: 35px;
}

.admin-update-btn-div-copy {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1.5em;
  display: flex;
}

.field-label-788-copy-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 12px;
  display: block;
}

.div-block-205453522 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5px;
  display: grid;
  overflow: visible;
}

.div-block-205453523 {
  text-align: center;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: .5em;
  display: flex;
}

.div-block-564 {
  padding: 0 0% 2em;
  transition: transform .2s;
}

.div-block-564:hover {
  transform: translate(0, -2px);
}

.link-block-16, .link-block-17 {
  text-decoration: none;
}

.login-text-label {
  color: #fff;
  text-align: left;
  letter-spacing: .05em;
  padding-top: 1em;
  padding-bottom: .5em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

.disclaimer-div2 {
  padding-bottom: 5px;
}

.div-block-205453524 {
  align-self: auto;
  transition: transform .2s;
}

.div-block-205453524:hover {
  transform: translate(0, -2px);
}

.lottie-animation-9 {
  width: 250px;
  display: block;
  position: static;
  bottom: 269px;
  left: -22px;
}

.import-wallet-div98 {
  padding-top: 3em;
}

.div-block-4-copy {
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  display: block;
}

.earnings-user {
  min-width: 300px;
  margin-top: 20px;
}

.slide-8 {
  overflow: hidden;
}

.tab-pane-home {
  overflow: visible;
}

.div-block-205765 {
  background-color: #0000;
  border-radius: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 0;
}

.heading-989 {
  color: #fff;
  font-size: 22px;
}

.div-block-205465 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.network-names {
  color: #fff;
  text-align: center;
  padding-top: 5px;
  font-size: 14px;
}

.text-field-3947 {
  border-radius: 9px;
  width: 270px;
  padding-right: 0;
}

.admin-update-btn {
  background-color: #f9655c;
  border-radius: 9px;
  justify-content: center;
  width: auto;
  margin-top: 0;
  padding: .5em 0;
  font-size: 18px;
  font-weight: 700;
  display: block;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.nav-txt {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.div-block-21 {
  padding-top: .5em;
  padding-bottom: 0;
}

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

.image-1063-copy {
  filter: invert();
  width: 40px;
}

.wallet-address-txt {
  color: #ffffffbf;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  display: block;
}

.wallet-address-txt.hide {
  display: none;
}

.div-block-205453526 {
  z-index: 300;
  text-align: right;
  padding-right: 20px;
  position: static;
  inset: 0% 10% auto auto;
}

.heading-9345 {
  color: #f9655c;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  font-size: 20px;
}

.heading-981 {
  color: #2cf9b1;
  text-align: right;
  font-size: 60px;
}

.preload-line-2 {
  background-color: #f9655c;
  width: 100%;
  height: 1px;
}

.div-block-205453470 {
  background-color: #0006;
  border-radius: 20px;
  padding-top: 20px;
}

.link-block-18 {
  text-decoration: none;
}

.refresh-btn-link {
  margin-top: 0;
  text-decoration: none;
  display: block;
}

.bold-text-21 {
  color: #fff;
}

.div-block-205453527 {
  background-color: #f9655c;
  border-radius: 9px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px 10px;
}

.nexus-stake-and-retreive-btn {
  background-color: #f9655c;
  border: 5px #ffffff52;
  border-radius: 9px;
  justify-content: center;
  width: auto;
  padding: 1em 60px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.nexus-stake-and-retreive-btn.change-col-001 {
  background-color: #4ed098;
}

.note-body-txt-39077 {
  color: #fff;
  text-align: left;
  text-shadow: 5px 5px 4px #0000003d;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}

.div-block-205453528 {
  opacity: 1;
}

.import-wallet-btn {
  background-color: #f9655c;
  border-radius: 9px;
  justify-content: center;
  padding: 1em 0;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.import-wallet-btn.w--current {
  background-color: #f9655c;
}

.link-block-9 {
  text-decoration: none;
}

.form-block-2 {
  padding-top: 0;
}

.note-body-txt-332212 {
  color: #c3e0ff;
  text-align: center;
  text-shadow: 4px 4px 5px #00000080;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
}

.div-block-205453529 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-205453529.w--current {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-decoration: none;
}

.note-body-txt-344 {
  color: #bacfeb;
  text-align: left;
  align-self: flex-start;
  font-size: 30px;
  font-weight: 400;
  line-height: 23px;
}

.note-body-txt-3932 {
  color: #fff;
  text-align: center;
  text-shadow: 4px 4px 4px #0000006e;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
}

.div-block-205453434 {
  align-self: center;
}

.div-block-205453461 {
  padding: 0;
}

.wallet-logos-div {
  padding-top: 2em;
  padding-bottom: 2em;
}

.text-field-3903452 {
  border-radius: 9px;
  width: 200px;
  padding-right: 0;
}

.div-block-205453530 {
  padding: 0 0% 1.5em;
}

.heading-9346 {
  color: #fff;
  flex: 0 auto;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}

.text-span-24 {
  color: #9cffd4;
}

.field-label-788 {
  color: #fff;
  text-align: left;
  justify-content: center;
  font-size: 16px;
  display: flex;
}

.tab-title-txt {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 24px;
  text-decoration: none;
}

.sign-in-button {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1em;
  transition: transform .2s;
}

.sign-in-button:hover {
  transform: translate(0, -2px);
}

.div-block-205460 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  padding-top: 20px;
  display: flex;
}

.div-block-205453433 {
  padding-top: 10px;
}

.create-account {
  background-color: #f9655c;
  border-radius: 9px;
  justify-content: center;
  padding: 1em 0;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.create-account.w--current {
  background-color: #f9655c;
}

.status-txt {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: black;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
}

.link-block-19 {
  text-decoration: none;
}

.link-block-19.cardano-wallet-btn.cardano-link.unsupported.w--current {
  display: none;
}

.text-block-19 {
  color: #fff;
  font-size: 18px;
}

.lottie-animation-10 {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.heading3454 {
  color: #fff;
  text-align: center;
  display: block;
}

.div-block-20597 {
  float: none;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10px;
  display: block;
}

.tabs-content {
  object-fit: fill;
  border-radius: 20px;
  margin-top: 0;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
}

.tab-pane-01-sign-in {
  padding-top: 10em;
}

.refresh-btn-text {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: black;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  display: block;
}

.div-block-98978 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.div-block-205453531 {
  background-color: #f9655c;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.div-block-205453476 {
  display: none;
}

.octopus_icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.image-1058 {
  border-radius: 20px;
  width: 620px;
  height: 240px;
  position: static;
  inset: 0% 0% auto auto;
}

.div-block-4673436 {
  flex: 0 auto;
  margin-top: 5px;
  margin-right: 5px;
}

.div-block-205453436 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-bottom: 15px;
  display: flex;
}

.wallet-logo-row-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.shark_icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

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

.lottie-animation-refresh {
  filter: brightness(0%) invert() grayscale();
  width: 35px;
}

.add-wallet-button-copy {
  grid-column-gap: 11px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: grid;
}

.div-block-205453533 {
  position: relative;
}

.main-page-layout89 {
  float: none;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 560px;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.tab-title-txt049954 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  text-decoration: none;
}

.switch-on {
  color: #ffffffbf;
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  text-decoration: none;
}

.back-button {
  color: #fff;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.loading-wheel-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-205453534 {
  z-index: 50;
  max-width: 300px;
  position: absolute;
}

.div-block-209998 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-205453535 {
  align-self: center;
}

.field-label {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  font-size: 16px;
  display: flex;
}

.error-text {
  color: #f9655c;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-bar {
  z-index: 1000;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fb951100;
  justify-content: space-between;
  padding: 1% 5% 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.button-5 {
  text-align: center;
  background-color: #3898ec00;
}

.whale_icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.div-block-205453536 {
  opacity: 1;
  border-radius: 4px;
  margin-top: 0;
  box-shadow: 4px -4px 5px -2px #fffc;
}

.heading-copy {
  color: #fff;
  text-align: center;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.tabs-menu {
  display: none;
  overflow: hidden;
}

.heading-978 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: underline;
  display: block;
}

.tab-pane-07-main-menu {
  padding-top: 3.5em;
}

.image-1056 {
  filter: contrast(97%);
  padding-bottom: 0;
}

.radio-button-field-2 {
  padding-left: 0;
  padding-right: 5px;
}

.text-span-25 {
  font-size: 18px;
}

.note-body-txt-0489 {
  color: #bacfeb;
  text-align: center;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.preload-bg-2 {
  background-color: #0a0a0b;
  width: 50%;
  height: 100%;
}

.div-block-20545747 {
  text-align: left;
  padding-top: 10px;
}

.bold-text-19 {
  color: #fff;
}

.field-label-788-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.tab-pane-03-wallet-management {
  padding-top: 4.5em;
}

.div-block-205453537 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.note-body-txt-390 {
  color: #fff;
  text-align: left;
  text-shadow: 5px 5px 4px #0000004a;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.link-6 {
  color: #fff;
}

.checkbox-field {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-20981 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  display: flex;
}

.note-body-txt-00634 {
  color: #ffffffbf;
  text-align: left;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 23px;
}

.div-block-205464 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  display: flex;
}

.div-block-2085 {
  padding-top: 0;
  padding-bottom: 1em;
}

.div-block-205453538 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  display: flex;
}

.div-block-18 {
  position: relative;
}

.note-body-txt {
  color: #ffffffbf;
  text-align: left;
  font-size: 18px;
  line-height: 23px;
}

.bold-text-20 {
  color: #fff;
}

.div-block-4673439 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.div-block-205453435 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f9655c;
  border-radius: 9px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.buy-tokens-tab {
  opacity: 1;
  color: #84a6cb;
  background-color: #ddd0;
  padding-left: 0;
  padding-right: 0;
  font-size: 23px;
  font-weight: 700;
}

.buy-tokens-tab.w--current {
  color: #f9655c;
  background-color: #ddd0;
  padding-left: 0;
  padding-right: 0;
  font-size: 23px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-205462 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.div-block-205453539 {
  justify-content: center;
  display: flex;
}

.div-block-205453475 {
  flex-direction: column;
  display: flex;
}

.radio-button-label {
  display: none;
}

.div-block-2056455 {
  background-image: linear-gradient(#d34f51, #331748);
  border-radius: 20px;
  box-shadow: 10px 10px 5px -3px #0003;
}

.note-body-txt-09077 {
  color: #dbeaff;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
}

.div-block-205453437 {
  background-color: #67709a;
  background-image: url('../images/34656767y.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  padding: 15px 20px;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.div-block-467657 {
  text-align: center;
  display: block;
}

.nexus-stake-and-retreive-div {
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.full-sniper-div {
  align-self: center;
}

.div-block-205435 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-title-txt0284 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  text-decoration: underline;
}

.image-10689 {
  max-width: 400px;
}

.textarea-copy {
  border-radius: 10px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.image-10688 {
  align-self: center;
  width: 50px;
  display: block;
}

.text-field-2 {
  text-align: center;
  border-radius: 6px;
  width: 21em;
  min-width: auto;
}

.link-block-20 {
  align-self: center;
  text-decoration: none;
}

.note-body-txt-32290 {
  color: #bacfeb;
  text-align: left;
  font-size: 30px;
  font-weight: 400;
  line-height: 23px;
}

.lottie-animation-6 {
  width: 250px;
}

.div-block-32 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: scale-down;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between space-around;
  place-items: stretch stretch;
  display: grid;
  overflow: visible;
}

.loading-wheel-refresh-div {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.link-7 {
  color: #ffffffbf;
  -webkit-text-stroke-color: black;
  text-decoration: underline;
}

.image-1061 {
  max-width: 113px;
  max-height: 35px;
}

.select-wallet-button {
  text-align: center;
  background-color: #6f7bcf;
  border: 1px #67d22d;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  padding: 1em 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.select-wallet-button.w--current {
  background-color: #f9655c;
}

.import-wallet-div870 {
  padding-top: 1.5em;
}

.image-10690 {
  width: 70%;
}

.button-6 {
  background-color: #f9655c;
  border-radius: 8px;
  padding: 5px;
  font-size: 14px;
  box-shadow: 1px 1px 5px 6px #00000029;
}

.image-10691 {
  filter: invert();
  margin-left: -8px;
  padding-bottom: 8px;
  padding-right: 8px;
}

.note-body-txt-38992 {
  color: #fff;
  text-align: left;
  font-size: 25px;
  font-weight: 700;
  line-height: 23px;
}

.note-body-txt-38992.short_label {
  font-size: 30px;
}

.text-span-26 {
  font-size: 18px;
}

.button-7 {
  background-color: #f9655c;
  border-radius: 8px;
  margin-top: 0;
  padding: 5px;
  font-size: 14px;
  box-shadow: 1px 1px 13px 4px #00000029;
}

.admin-update-btn-copy {
  background-color: #f9655c;
  border-radius: 9px;
  justify-content: center;
  width: 100px;
  padding: 1em 0;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.add-wallet-btn {
  background-color: #57ffa638;
  border-radius: 9px;
  justify-content: center;
  padding: 1em 0;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.add-wallet-btn.w--current {
  background-color: #5ac27c;
}

.note-txt {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-size: 20px;
}

.image-3 {
  filter: invert();
  flex: none;
  width: 3em;
  max-width: none;
  text-decoration: none;
}

.div-block-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-205453540 {
  border-bottom: 1px #fff;
  border-radius: 0;
  margin-top: -67px;
  overflow: hidden;
}

.div-block-205453455 {
  padding-top: 20px;
  padding-bottom: 449px;
}

.div-block-205453541 {
  z-index: 2;
  padding-top: 0;
  position: absolute;
  top: -7px;
}

.lottie-animation-3 {
  filter: hue-rotate(44deg) brightness(200%);
  width: 70px;
}

.sign-in {
  background-color: #f9655c;
  border-radius: 9px;
  justify-content: center;
  padding: 1em 0;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.sign-in.w--current, .sign-in.w--current:focus-visible, .sign-in.w--current[data-wf-focus-visible] {
  background-color: #f9655c;
}

.div-block-205459 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 10px;
  display: flex;
}

.chain-select-div {
  opacity: .99;
  outline-offset: 0px;
  background-color: #2768713b;
  border-radius: 20px;
  outline: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 10px;
  transition: transform .2s;
  display: flex;
  box-shadow: 10px 10px 5px -1px #00000040;
}

.chain-select-div:hover {
  transform: translate(0, -4px);
}

.back-button-div {
  padding-top: 2em;
  padding-bottom: 1em;
}

.div-block-20545746 {
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

.settings-description {
  color: #ffffffbf;
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  text-decoration: none;
}

.div-block-205453465 {
  background-color: #0000;
  border-radius: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-pane-05-add-wallet-2---import-seed-phrase {
  padding-top: 3.5em;
}

.bold-text-18 {
  color: #fff;
}

.div-block-205453542 {
  outline-offset: 0px;
  background-color: #50505000;
  border: 1px solid #fff;
  border-radius: 16px;
  outline: 3px #1a1a1a;
  margin-top: 20px;
  padding: 1em;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.div-block-205453469 {
  padding: 20px 50px;
}

.div-block-205453543 {
  z-index: 2;
  position: absolute;
  top: 25px;
}

.div-block-205453448 {
  padding-bottom: 10px;
}

.div-block-380 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
}

.div-block-2389 {
  padding-bottom: 40px;
}

.import-wallet-btn-div {
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: 1em;
}

.div-block-4-copy-2 {
  text-align: center;
  padding-top: 30px;
  display: block;
}

.div-block-205453544 {
  text-align: center;
  display: none;
}

.main-1 {
  background-color: #413a4c00;
  border-radius: 0;
  justify-content: center;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
}

.refresh-button-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 2em;
  display: block;
}

.div-block-25234 {
  flex: 1;
  align-self: auto;
  padding: 15px 10px 15px 50px;
}

.div-block-205453545 {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0%;
}

.admin-network-select {
  background-color: #fff;
  border-radius: 9px;
  width: 270px;
}

.div-block-20978 {
  padding-top: 1em;
}

.import-wallet-btn-div09 {
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: 2em;
}

.earnings-admin {
  min-width: 300px;
  margin-top: 20px;
  display: none;
}

.div-block-205453449 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-205453460 {
  background-image: url('../images/3454543.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  box-shadow: 10px 10px 5px -3px #0003;
}

.div-block-20545745 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  padding-bottom: 20px;
  display: flex;
}

.admin-update-btn-div {
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1.5em;
}

.note-body-txt-003 {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 23px;
}

.heading-977 {
  color: #fff;
  text-align: center;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.line-seperator-2 {
  background-color: #fff;
  margin-bottom: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.div-block-2056 {
  max-width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.disclaimer-header {
  color: #fff;
  font-size: 18px;
}

.note-body-txt-0454 {
  color: #dbeaff;
  text-align: center;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.textarea {
  text-align: center;
  border-radius: 10px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.delete-btn {
  text-align: center;
  background-color: #cf3f41;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  padding: 1em 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.image-10692 {
  filter: invert();
  max-width: none;
  max-height: none;
  margin-top: -10px;
  padding-left: 0;
}

.div-block-205453546 {
  z-index: 300;
  width: 450px;
  position: absolute;
  inset: auto auto 25% 5%;
}

.div-block-205453456 {
  background-color: #0000004f;
  border-radius: 20px;
  padding-top: 20px;
}

.bold-text-14 {
  color: #ffbd71;
}

.div-block-205453548 {
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
  position: static;
  inset: 0%;
}

.div-block-205453548:hover {
  transform: scale(1.3);
}

.checkbox-3 {
  cursor: pointer;
  background-color: #535c78;
  background-image: url('../images/5ef206bef4aecdb743fac65c_black-circle.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 52px;
  height: 26px;
  margin-top: 2px;
  margin-left: 0;
  transition: border-color .3s, background-position .3s, background-color .3s;
}

.checkbox-3.w--redirected-checked {
  background-color: #f9655c;
  background-image: url('../images/5ef206bef4aecdb743fac65c_black-circle.svg');
  background-position: 100%;
  background-size: 20px 20px;
  border-width: 2px;
  border-color: #f9655c;
}

.checkbox-3.w--redirected-focus {
  box-shadow: 0 0 5px 1px #ff91004d;
}

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

.radio-button-field {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  transition: transform .2s;
  display: flex;
}

.radio-button-field:hover {
  transform: translate(0, -2px);
}

.text-field-3475 {
  border-radius: 9px;
  width: 110px;
  padding-right: 0;
}

.main-page-layout89778 {
  float: none;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 600px;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.lottie-animation-5 {
  width: 200px;
  position: relative;
  bottom: -16px;
  right: 9px;
}

.sell-token-btn {
  background-color: #f9655c;
  border-radius: 9px;
  justify-content: center;
  width: 270px;
  padding: 1em 0;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  box-shadow: 2px 2px 5px 2px #0003;
}

.checkbox-label-3 {
  display: none;
}

.note-body-txt-090357 {
  color: #ffffffbf;
  text-align: left;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 23px;
}

.div-block-205453549 {
  z-index: 0;
  background-color: #413a4c00;
  position: relative;
  inset: auto 0% 0%;
}

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

.image-10687 {
  filter: invert();
  width: 50px;
}

.note-body-txt-03400 {
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 23px;
}

.sign-up-txt {
  color: #ffae00;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 18px;
}

.div-block-2178 {
  padding-top: .5em;
  padding-bottom: .25em;
}

.create-account-buttonc {
  transition: transform .2s;
}

.create-account-buttonc:hover {
  transform: translate(0, -2px);
}

.bold-text-17 {
  color: #96efff;
}

.back-button-div85668 {
  padding-top: 0;
  padding-bottom: 1em;
}

.buy-token-btn {
  background-color: #4ed098;
  border-radius: 9px;
  justify-content: center;
  width: 270px;
  padding: 1em 0;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.lottie-animation-11 {
  border-radius: 0;
  position: relative;
  top: 40px;
}

.image-1062 {
  border-radius: 9px;
}

.main-page-layout {
  float: none;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 700px;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  right: 0%;
  overflow: visible;
}

.main-page-layout.main-menu {
  padding-top: 60px;
}

.form-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.div-block-205453471 {
  background-color: #0006;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.note-body-txt-03565 {
  color: #ffffffbf;
  text-align: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 23px;
}

.add-wallet-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 2em;
  display: block;
}

.image-2 {
  filter: invert();
  max-width: none;
  max-height: none;
  margin-top: -23px;
  margin-left: -4px;
  padding-left: 0;
}

.home-div0043 {
  margin-bottom: 30px;
  overflow: visible;
}

.div-block-2054534u {
  z-index: 300;
  display: none;
  position: absolute;
  inset: auto 5% 11% auto;
}

.radio-button-2 {
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin-left: 0;
}

.radio-button-2.w--redirected-checked {
  background-color: #f9655c;
  border-color: #fff;
}

.heading-9347 {
  color: #fff;
  text-align: center;
  display: block;
}

.div-block-205453551 {
  padding-top: 1px;
}

.image-10693 {
  filter: contrast(97%);
  max-width: 100%;
}

.text-field-39056 {
  border-radius: 9px;
  width: 270px;
  padding-right: 0;
}

.div-block-205453450 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.stop-auto-sniper-btn {
  background-color: #f9655c;
  border-radius: 9px;
  justify-content: center;
  min-width: 6em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.checkbox-4 {
  border-radius: 0;
  width: 2em;
  max-width: none;
  height: 2em;
  margin-left: 0;
}

.bold-text-16 {
  color: #ddcf7f;
}

.div-block-20 {
  padding-bottom: 3em;
}

.image-1063 {
  filter: invert();
  width: 40px;
}

.note-txt-copy {
  color: #fff;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
}

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

.checkbox-label {
  color: #fff;
  margin-left: 20px;
}

.wallet-balance-txt {
  color: #fff;
  text-align: center;
  padding-top: 15px;
  font-size: 40px;
  font-weight: 700;
}

.main-menu-radio-btns {
  filter: invert();
  cursor: pointer;
  object-fit: fill;
  background-color: #aca387;
  background-image: url('../images/icons8-home-50-111_1icons8-home-50-111.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  border: 2px #1f82fb;
  flex: 0 auto;
  align-self: stretch;
  width: auto;
  min-width: 50px;
  max-width: 100%;
  height: auto;
  min-height: 120px;
  max-height: 100%;
  margin-left: 0;
  transition: background-color .4s;
  overflow: visible;
  box-shadow: 5px 5px 5px -3px #ffffff5e;
}

.main-menu-radio-btns:active {
  background-color: #069aa3;
  border-style: none;
  border-color: #069aa3;
}

.main-menu-radio-btns.w--redirected-checked {
  filter: contrast(141%) invert();
  cursor: pointer;
  background-color: #03959d;
  border: 1px #05244a;
  flex: none;
  box-shadow: 5px 5px 5px -3px #fff6;
}

.main-menu-radio-btns.auto-trader-btn {
  background-image: url('../images/icons8-my-location-50-111_1icons8-my-location-50-111.png');
}

.main-menu-radio-btns.tutorial-btn {
  background-image: url('../images/icons8-manual-50-111_1icons8-manual-50-111.png');
}

.main-menu-radio-btns.manual-trader-btn {
  background-image: url('../images/icons8-target-50-111_1icons8-target-50-111.png');
}

.main-menu-radio-btns.settings-btn {
  background-image: url('../images/icons8-settings-50-111_1icons8-settings-50-111.png');
}

.link-8 {
  color: #fff;
  text-decoration: underline;
}

.text-span-27 {
  flex: 0 auto;
  font-size: 10px;
  display: block;
}

.disclaimer-body-txt {
  color: #ffffffbf;
  text-align: left;
  padding-top: 10px;
  font-size: 18px;
}

.main-menu-labels-txts {
  color: #ffffffbf;
  flex: 0 auto;
  align-self: center;
  margin-bottom: 0;
  padding-top: 10px;
  font-weight: 700;
}

.heading-996 {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: -5px;
  padding-right: 20px;
  font-size: 20px;
}

.div-block-205453451 {
  background-image: url('../images/864677898_bigger.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.div-block-19 {
  padding-top: 1.5em;
}

.text-block-70 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.text-block-70.adjust0011 {
  padding-top: 3px;
}

.text-block-70.adjust0011.change-color-2 {
  color: #fff;
  padding-bottom: 5px;
  font-weight: 400;
}

.text-block-70.change-color {
  color: #fff;
  font-weight: 400;
}

.div-block-205453438 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.div-block-25 {
  margin-right: 10px;
  padding: 15px;
}

.image-1060 {
  outline-offset: 0px;
  border: 2px solid #f9655c;
  border-radius: 20px;
  outline: 3px #cecfd3;
  width: 100%;
  max-width: none;
  height: auto;
  box-shadow: 8px 7px 12px 3px #0000001f;
}

.image-1059 {
  float: none;
  clear: none;
  opacity: .5;
  filter: invert();
  position: static;
  top: 91.8px;
  right: 28%;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9655c;
  border-radius: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  place-items: stretch stretch;
  display: grid;
  box-shadow: 10px 10px 5px #00000040;
}

.div-block-205453552 {
  z-index: 300;
  display: block;
  position: absolute;
  inset: auto 5% 25% auto;
}

.note-body-txt-3324 {
  color: #fff;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  line-height: 23px;
}

.settings-titles {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  font-size: 20px;
  text-decoration: none;
}

.div-block-209568 {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/564657.png');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 50px 20px 20px;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.div-block-205453553 {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  padding-bottom: 5px;
  display: flex;
}

.nexus-stake-btn-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.div-block-205456 {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.text-block-71 {
  color: #ffae00;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
}

.div-block-205453554 {
  opacity: 1;
}

.div-block-2057897 {
  opacity: 1;
  mix-blend-mode: normal;
  border-radius: 20px;
  padding: 0;
}

.note-body-txt-0354 {
  color: #bacfeb;
  text-align: left;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 23px;
}

.fixed-background-2 {
  z-index: -5000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  overflow: visible;
}

.tab-pane-02-register {
  padding-top: 3em;
}

.background-border-color-div {
  outline-offset: 0px;
  object-fit: fill;
  background-color: #535c78;
  border: 1px #bacfeb;
  border-radius: 20px;
  outline: 3px #1a1a1a;
  padding: 1.5em 2em 1em;
  overflow: visible;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.div-block-205453473 {
  background-color: #00794124;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 50px 20px 20px;
}

.email {
  padding-bottom: 1.5em;
}

.tab-pane-04-add-wallet-1---blockchain-select {
  padding-top: 3.5em;
}

.note-body-txt-093894 {
  color: #ffae00;
  text-align: center;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 23px;
}

.button-8 {
  background-color: #f9655c;
  border-radius: 9px;
  justify-content: center;
  padding: 1em 0;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.text-field-323461 {
  border-radius: 9px;
  width: 200px;
  padding-right: 0;
}

.image-1064 {
  filter: invert();
  width: 50px;
}

.note-body-txt-034354 {
  color: #c3e0ff;
  text-align: center;
  text-shadow: 3px 3px 3px #00000085;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 23px;
}

.div-block-205453445 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fish_icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.text-block-69 {
  color: #fff;
  font-size: 20px;
}

.lottie-animation-4 {
  position: relative;
  bottom: -41px;
  left: 20px;
}

.tab-title-64565 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  text-decoration: none;
}

.text-span-28 {
  color: #9cffd4;
}

.div-block-205453468 {
  background-color: #00000057;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-4673438 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.note-body-txt-390234 {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  font-size: 30px;
  font-weight: 700;
  line-height: 23px;
}

.text-2 {
  color: #ffffffbf;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
}

.div-block-893 {
  outline-offset: 0px;
  background-color: #50505000;
  border: 1px solid #fff;
  border-radius: 16px;
  outline: 3px #1a1a1a;
  margin-top: 20px;
  padding: 1em;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.buy-token-btn-div {
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1.5em;
}

.custom-code {
  display: block;
}

.image-1057 {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

.start-auto-sniper-btn {
  background-color: #4ed098;
  border-radius: 9px;
  justify-content: center;
  min-width: 10em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.checkbox-field-2 {
  flex: 0 auto;
  padding-left: 0;
}

.div-block-205453555 {
  padding-top: 20px;
}

.text-field-3903-copy {
  border-radius: 9px;
  width: 200px;
  padding-right: 0;
}

.image-10694 {
  border-radius: 13px;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.note-body-txt-09593 {
  color: #dbeaff;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
}

.text-block-72 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.div-block-205453556 {
  flex: none;
  justify-content: center;
  align-self: auto;
  display: flex;
}

.div-block-205453558 {
  padding-top: 3em;
  padding-bottom: 1em;
}

.div-block-205453559 {
  background-color: #00000070;
  border-radius: 9px;
  align-self: flex-start;
  padding: 10px;
}

.div-block-205453560 {
  align-self: flex-end;
}

.div-block-205453561 {
  z-index: 300;
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0 40px 20px;
  padding-top: 15px;
  display: grid;
  position: relative;
}

.div-block-205453562 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #6a3b47f7;
  border: 1px solid #f9655c;
  border-radius: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: end stretch;
  width: 600px;
  display: flex;
  box-shadow: 10px 10px 5px #00000040;
}

.tabs-menu-4 {
  display: none;
}

.div-block-205453564 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  box-shadow: 5px 5px 5px #0003;
}

.div-block-205453565 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-205453566 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  display: flex;
}

.div-block-205453567 {
  background-color: #0000004f;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.select-field-3 {
  background-color: #fff;
  border-radius: 9px;
  width: 270px;
}

.bold-text-22 {
  color: #dbeaff;
}

.text-block-73 {
  color: #fff;
  text-align: right;
  position: relative;
}

.tabs-menu-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.div-block-205453568 {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-205453569 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-size: var(--typography-scale--14px);
  justify-content: center;
  display: flex;
}

.div-block-205453570 {
  filter: blur();
  background-image: url('../images/3454543.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.div-block-205453571 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-9348 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-205453572 {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #ff9d0000;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.text-field-3903453 {
  text-align: center;
  border-radius: 9px;
  width: 125px;
  padding-right: 0;
}

.div-block-205453573 {
  justify-content: center;
  min-width: auto;
  display: flex;
}

.link-9 {
  color: #67d22d;
}

.div-block-205453575 {
  z-index: 51;
  position: relative;
}

.div-block-205453576 {
  padding-top: 35px;
}

.div-block-205453577 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5px;
  display: grid;
  overflow: visible;
}

.div-block-205453578 {
  text-align: center;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: .5em;
  display: flex;
}

.div-block-205453579 {
  padding: 0 0% 2em;
  transition: transform .2s;
}

.div-block-205453579:hover {
  transform: translate(0, -2px);
}

.div-block-205453580 {
  align-self: auto;
  transition: transform .2s;
}

.div-block-205453580:hover {
  transform: translate(0, -2px);
}

.div-block-205453581 {
  background-color: #0000;
  border-radius: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 0;
}

.heading-9349 {
  color: #fff;
  font-size: 22px;
}

.div-block-205453582 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.text-field-3903454 {
  border-radius: 9px;
  width: 270px;
  padding-right: 0;
}

.div-block-205453583 {
  padding-top: .5em;
  padding-bottom: 0;
}

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

.div-block-205453585 {
  z-index: 300;
  text-align: right;
  padding-right: 20px;
  position: static;
  inset: 0% 10% auto auto;
}

.heading-9350 {
  color: #2cf9b1;
  text-align: right;
  font-size: 60px;
}

.div-block-205453586 {
  background-color: #0006;
  border-radius: 20px;
  padding-top: 20px;
}

.admin-control-tabs {
  color: #fff;
  font-size: var(--typography-scale--14px);
  background-color: #f9655c;
  border-radius: 10px;
}

.admin-control-tabs.w--current {
  background-color: #ff9690;
}

.bold-text-23 {
  color: #fff;
}

.div-block-205453588 {
  background-color: #f9655c;
  border-radius: 9px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px 10px;
}

.div-block-205453589 {
  opacity: 1;
}

.form-block-3 {
  padding-top: 0;
}

.div-block-205453590 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-205453590.w--current {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-decoration: none;
}

.div-block-205453591 {
  align-self: center;
}

.div-block-205453592 {
  padding: 0;
}

.text-field-3903455 {
  border-radius: 9px;
  width: 200px;
  padding-right: 0;
}

.div-block-205453593 {
  padding: 0 0% 1.5em;
}

.heading-9351 {
  color: #fff;
  flex: 0 auto;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}

.text-span-29 {
  color: #9cffd4;
}

.div-block-205453594 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  padding-top: 20px;
  display: flex;
}

.div-block-205453595 {
  padding-top: 10px;
}

.text-block-75 {
  color: #fff;
  font-size: 18px;
}

.lottie-animation-12 {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.div-block-205453596 {
  float: none;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10px;
  display: block;
}

.div-block-205453598 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.div-block-205453599 {
  background-color: #f9655c;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.div-block-205453600 {
  display: none;
}

.image-10696 {
  border-radius: 20px;
  width: 620px;
  height: 240px;
  position: static;
  inset: 0% 0% auto auto;
}

.div-block-205453601 {
  flex: 0 auto;
  margin-top: 5px;
  margin-right: 5px;
}

.div-block-205453602 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-bottom: 15px;
  display: flex;
}

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

.div-block-205453605 {
  position: relative;
}

.div-block-205453606 {
  z-index: 50;
  max-width: 300px;
  position: absolute;
}

.div-block-205453608 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-205453609 {
  align-self: center;
}

.field-label-789 {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  font-size: 16px;
  display: flex;
}

.button-9 {
  text-align: center;
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.slide-14 {
  background-color: #fff0;
}

.div-block-205453610 {
  opacity: 1;
  border-radius: 4px;
  margin-top: 0;
  box-shadow: 4px -4px 5px -2px #fffc;
}

.tabs-menu-6 {
  display: none;
  overflow: hidden;
}

.image-10697 {
  filter: contrast(97%);
  padding-bottom: 0;
}

.radio-button-field-3 {
  padding-left: 0;
  padding-right: 5px;
}

.text-span-30 {
  font-size: 18px;
}

.preload-bg-3 {
  background-color: #0a0a0b;
  width: 50%;
  height: 100%;
}

.div-block-205453611 {
  text-align: left;
  padding-top: 10px;
}

.bold-text-24 {
  color: #fff;
}

.div-block-205453612 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-10 {
  color: #fff;
}

.div-block-205453613 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  display: flex;
}

.div-block-205453614 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  display: flex;
}

.div-block-205453615 {
  padding-top: 0;
  padding-bottom: 1em;
}

.div-block-205453616 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  display: flex;
}

.div-block-205453617 {
  position: relative;
}

.bold-text-25 {
  color: #fff;
}

.div-block-205453618 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.div-block-205453619 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f9655c;
  border-radius: 9px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.div-block-205453620 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.div-block-205453621 {
  justify-content: center;
  display: flex;
}

.div-block-205453623 {
  flex-direction: column;
  display: flex;
}

.div-block-205453624 {
  background-image: linear-gradient(#d34f51, #331748);
  border-radius: 20px;
  box-shadow: 10px 10px 5px -3px #0003;
}

.div-block-205453625 {
  background-color: #67709a;
  background-image: url('../images/34656767y.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  padding: 15px 20px;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.div-block-205453626 {
  text-align: center;
  display: block;
}

.div-block-205453627 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-10698 {
  max-width: 400px;
}

.image-10699 {
  align-self: center;
  width: 50px;
  display: block;
}

.text-field-3903456 {
  text-align: center;
  border-radius: 6px;
  width: 21em;
  min-width: auto;
}

.link-block-21 {
  align-self: center;
  margin-top: 0;
  text-decoration: none;
}

.link-block-21.w--current {
  margin-top: 0;
}

.lottie-animation-13 {
  width: 250px;
}

.div-block-205453628 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: scale-down;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between space-around;
  place-items: stretch stretch;
  display: grid;
  overflow: visible;
}

.link-11 {
  color: #ffffffbf;
  -webkit-text-stroke-color: black;
  text-decoration: underline;
}

.image-10700 {
  max-width: 113px;
  max-height: 35px;
}

.image-10701 {
  width: 70%;
}

.button-10 {
  background-color: #f9655c;
  border-radius: 8px;
  margin-top: 0;
  padding: 5px;
  font-size: 14px;
  box-shadow: 1px 1px 5px 6px #00000029;
}

.image-10702 {
  filter: invert();
  margin-left: -8px;
  padding-bottom: 0;
  padding-right: 8px;
}

.text-span-31 {
  font-size: 18px;
}

.image-10703 {
  filter: invert();
  flex: none;
  width: 3em;
  max-width: none;
  text-decoration: none;
}

.div-block-205453629 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-205453630 {
  border-bottom: 1px #fff;
  border-radius: 0;
  margin-top: -67px;
  overflow: hidden;
}

.div-block-205453631 {
  padding-top: 20px;
  padding-bottom: 449px;
}

.div-block-205453632 {
  z-index: 2;
  padding-top: 20px;
  position: absolute;
  top: -7px;
}

.lottie-animation-14 {
  filter: hue-rotate(44deg) brightness(200%);
  width: 70px;
}

.div-block-205453633 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-205453634 {
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

.div-block-205453635 {
  background-color: #0000;
  border-radius: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bold-text-26 {
  color: #fff;
}

.div-block-205453636 {
  outline-offset: 0px;
  background-color: #50505000;
  border: 1px solid #fff;
  border-radius: 16px;
  outline: 3px #1a1a1a;
  margin-top: 20px;
  padding: 1em;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.div-block-205453637 {
  padding: 20px 50px;
}

.div-block-205453638 {
  z-index: 2;
  padding-top: 25px;
  position: absolute;
  top: 25px;
}

.div-block-205453639 {
  padding-bottom: 10px;
}

.div-block-205453640 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(40px, .25fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: stretch stretch;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.div-block-205453641 {
  padding-bottom: 40px;
}

.div-block-4-copy-3 {
  text-align: center;
  padding-top: 30px;
  display: block;
}

.div-block-205453642 {
  text-align: center;
  display: none;
}

.code-embed-2 {
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-205453643 {
  flex: 1;
  align-self: auto;
  padding: 15px 10px 15px 50px;
}

.div-block-205453644 {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-205453645 {
  padding-top: 1em;
}

.div-block-205453646 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-205453647 {
  background-image: url('../images/3454543.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  box-shadow: 10px 10px 5px -3px #0003;
}

.div-block-205453648 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  padding-bottom: 20px;
  display: flex;
}

.heading-9352 {
  color: #fff;
  text-align: center;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.div-block-205453649 {
  max-width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-10704 {
  filter: invert();
  max-width: none;
  max-height: none;
  margin-top: -10px;
  padding-left: 0;
}

.div-block-205453650 {
  z-index: 300;
  width: 450px;
  position: absolute;
  inset: auto auto 25% 5%;
}

.div-block-205453651 {
  background-color: #0000004f;
  border-radius: 20px;
  padding-top: 20px;
}

.bold-text-27 {
  color: #ffbd71;
}

.checkbox-5 {
  cursor: pointer;
  background-color: #535c78;
  background-image: url('../images/5ef206bef4aecdb743fac65c_black-circle.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 52px;
  height: 26px;
  margin-top: 2px;
  margin-left: 0;
  transition: border-color .3s, background-position .3s, background-color .3s;
}

.checkbox-5.w--redirected-checked {
  background-color: #f9655c;
  background-image: url('../images/5ef206bef4aecdb743fac65c_black-circle.svg');
  background-position: 100%;
  background-size: 20px 20px;
  border-width: 2px;
  border-color: #f9655c;
}

.checkbox-5.w--redirected-focus {
  box-shadow: 0 0 5px 1px #ff91004d;
}

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

.radio-button-field-4 {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  transition: transform .2s;
  display: flex;
}

.radio-button-field-4:hover {
  transform: translate(0, -2px);
}

.text-field-3903457 {
  border-radius: 9px;
  width: 110px;
  padding-right: 0;
}

.lottie-animation-15 {
  width: 200px;
  position: relative;
  bottom: -16px;
  right: 9px;
}

.div-block-205453654 {
  z-index: 0;
  background-color: #413a4c00;
  position: relative;
  inset: auto 0% 0%;
}

.tabs-menu-7 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10705 {
  filter: invert();
  width: 50px;
}

.div-block-205453655 {
  padding-top: .5em;
  padding-bottom: .25em;
}

.bold-text-28 {
  color: #96efff;
}

.lottie-animation-16 {
  border-radius: 0;
  margin-top: 10px;
  position: relative;
  top: 40px;
}

.image-10706 {
  border-radius: 9px;
}

.div-block-205453656 {
  background-color: #0006;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-10707 {
  filter: invert();
  max-width: none;
  max-height: none;
  margin-top: -23px;
  margin-left: -4px;
  padding-left: 0;
}

.radio-button-3 {
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin-left: 0;
}

.radio-button-3.w--redirected-checked {
  background-color: #f9655c;
  border-color: #fff;
}

.heading-9353 {
  color: #fff;
  text-align: center;
  display: block;
}

.div-block-205453657 {
  padding-top: 1px;
}

.image-10708 {
  filter: contrast(97%);
  max-width: 100%;
}

.text-field-3903458 {
  border-radius: 9px;
  width: 270px;
  padding-right: 0;
}

.div-block-205453658 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.checkbox-6 {
  border-radius: 0;
  width: 2em;
  max-width: none;
  height: 2em;
  margin-left: 0;
}

.bold-text-29 {
  color: #ddcf7f;
}

.div-block-205453661 {
  padding-bottom: 3em;
}

.image-10709 {
  filter: invert();
  width: 40px;
}

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

.checkbox-label-4 {
  color: #fff;
  margin-left: 20px;
}

.link-12 {
  color: #fff;
  text-decoration: underline;
}

.text-span-32 {
  flex: 0 auto;
  font-size: 10px;
  display: block;
}

.heading-9354 {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  font-size: 20px;
}

.div-block-205453663 {
  background-image: url('../images/864677898_bigger.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.div-block-205453664 {
  padding-top: 1.5em;
}

.text-block-80 {
  color: #fff;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
}

.text-block-80.adjust0011 {
  padding-top: 3px;
}

.text-block-80.adjust0011.change-color-2 {
  color: #fff;
  padding-bottom: 5px;
  font-weight: 400;
}

.text-block-80.change-color {
  color: #fff;
  margin-top: 40px;
  font-weight: 400;
}

.div-block-205453665 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.div-block-205453666 {
  margin-right: 10px;
  padding: 15px;
}

.image-10710 {
  float: none;
  clear: none;
  opacity: .5;
  filter: invert();
  position: static;
  top: 91.8px;
  right: 28%;
}

.div-block-205453667 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9655c;
  border-radius: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: stretch stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
  box-shadow: 10px 10px 5px #00000040;
}

.div-block-205453668 {
  z-index: 300;
  display: block;
  position: absolute;
  inset: auto 5% 25% auto;
}

.div-block-205453669 {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/564657.png');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 50px 20px 20px;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.div-block-205453670 {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-205453671 {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.text-block-81 {
  color: #ffae00;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
}

.div-block-205453672 {
  opacity: 1;
}

.div-block-205453673 {
  opacity: 1;
  mix-blend-mode: normal;
  border-radius: 20px;
  padding: 0;
}

.div-block-205453674 {
  background-color: #00794124;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 50px 20px 20px;
}

.button-11 {
  background-color: #f9655c;
  border-radius: 9px;
  justify-content: center;
  padding: 1em 0;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.text-field-3903459 {
  border-radius: 9px;
  width: 200px;
  padding-right: 0;
}

.image-10711 {
  filter: invert();
  width: 50px;
}

.div-block-205453675 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-82 {
  color: #fff;
  font-size: 20px;
}

.lottie-animation-17 {
  position: relative;
  bottom: -41px;
  left: 20px;
}

.text-span-33 {
  color: #9cffd4;
}

.div-block-205453676 {
  background-color: #00000057;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-205453677 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.div-block-205453678 {
  outline-offset: 0px;
  background-color: #50505000;
  border: 1px solid #fff;
  border-radius: 16px;
  outline: 3px #1a1a1a;
  margin-top: 20px;
  padding: 1em;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.image-10712 {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

.checkbox-field-3 {
  flex: 0 auto;
  padding-left: 0;
}

.div-block-205453680 {
  padding-top: 20px;
}

.image-10713 {
  border-radius: 13px;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.text-block-84 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.div-block-205453681 {
  flex: none;
  justify-content: center;
  align-self: auto;
  display: flex;
}

.div-block-205453682 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bold-text-30 {
  color: #dbeaff;
}

.div-block-205453683 {
  z-index: 2;
  padding-top: 0;
  position: absolute;
  top: -7px;
}

.div-block-205453684 {
  z-index: 2;
  position: absolute;
  top: 25px;
}

.div-block-205453685 {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-205453686 {
  background-color: #0000004f;
  border-radius: 20px;
  padding-top: 20px;
}

.bold-text-31 {
  color: #ffbd71;
}

.bold-text-32 {
  color: #96efff;
}

.bold-text-33 {
  color: #ddcf7f;
}

.div-block-205453687 {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/564657.png');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 50px 20px 20px;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.div-block-205453689 {
  padding-top: 20px;
}

.div-block-205453690 {
  border-radius: 0;
}

.slide-nav-2, .left-arrow-2, .right-arrow-2 {
  display: none;
}

.mask-3 {
  background-color: #fff0;
}

.slider-4 {
  background-color: #0000;
}

.slider-4._w-slider {
  margin-bottom: 30px;
}

.link-block-22 {
  margin-top: 0;
}

.container-3 {
  max-width: 1312px;
  padding-left: 100px;
  padding-right: 100px;
}

.background-video {
  width: 682px;
  height: 340px;
}

.div-block-205453691 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  overflow: visible;
}

.bold-text-34 {
  color: var(--system-colors--error-500);
  font-weight: 400;
}

.div-block-205453692 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-205453692-copy {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.image-10714, .image-10715 {
  border-radius: 10px;
}

.top-logo-admin-panel {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.empty-top-logo {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: none;
}

.div-block-35 {
  float: none;
  clear: none;
  grid-column-gap: 72px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: block;
}

.html-audio-player-embed {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: block;
}

.div-block-205453693 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-10716 {
  width: 25px;
  height: 25px;
}

.div-block-205453694 {
  align-self: center;
}

.container-4 {
  max-width: 1312px;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-205453695 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-34 {
  color: var(--01_start-here--border-color);
  font-size: var(--typography-scale--48px);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-35 {
  color: var(--neutral-colors--neutral-300);
  font-size: var(--typography-scale--24px);
}

.text-span-36 {
  color: #8aff92;
  font-size: var(--typography-scale--28px);
}

.text-span-37 {
  color: var(--neutral-colors--neutral-300);
  font-size: var(--typography-scale--20px);
}

.bold-text-35 {
  font-size: var(--typography-scale--36px);
}

.bold-text-36 {
  color: var(--01_start-here--bg-secondary);
}

.text-span-38 {
  color: var(--system-colors--success-400);
}

.import-wallet-form, .choose-options-form {
  display: block;
}

.import-existing-wallet {
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: 0;
}

.generate-new-wallet {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.import-existing-wallet-btn {
  background-color: var(--blue-button);
  border-radius: 9px;
  justify-content: center;
  padding: 1em 0;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.import-existing-wallet-btn.w--current {
  background-color: var(--blue-button);
  margin-top: 0;
}

.generate-new-wallet-btn {
  background-color: #f9655c;
  border-radius: 9px;
  justify-content: center;
  padding: 1em 0;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.generate-new-wallet-btn.w--current {
  background-color: var(--01_start-here--bg-secondary);
  margin-top: 20px;
}

.generate-new-wallet-form {
  display: block;
}

.bold-text-37 {
  color: #ff6d6f;
}

.prv-key-textarea {
  font-size: var(--typography-scale--16px);
  text-align: center;
  border-radius: 10px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 0;
  font-weight: 700;
  line-height: 100%;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.prv-key-textarea.hide {
  display: none;
}

.generate-wallet-warning-txt {
  color: #ffffffbf;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
}

.continue-to-main-menu-txt {
  color: #ffffffbf;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
}

.connect-to-wallet-btn {
  background-color: #f9655c;
  border-radius: 9px;
  justify-content: center;
  padding: 1em 0;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.connect-to-wallet-btn.w--current {
  background-color: var(--01_start-here--bg-secondary);
  margin-top: 0;
}

.connect-to-wallet-btn.hidebtn.w--current {
  display: none;
}

.prv-key-textarea-input {
  font-size: var(--typography-scale--16px);
  text-align: center;
  border-radius: 10px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 0;
  font-weight: 400;
  line-height: 100%;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.continue-to-main-menu-txt-2 {
  color: #ffffffbf;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
}

.import-wallet-btn-div-copy {
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: 1em;
}

.import-wallet-prv-btn {
  background-color: var(--blue-button);
  border-radius: 9px;
  justify-content: center;
  margin-top: 0;
  padding: .5em 0;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  box-shadow: 10px 10px 5px -3px #00000040;
}

.import-wallet-prv-btn.w--current {
  background-color: var(--neutral-colors--neutral-400);
}

.generate-wallet-warning-txt-copy {
  color: #ffffffbf;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
}

.div-block-205453697 {
  margin-top: 20px;
}

.import-existing-wallet-prv-key {
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: 0;
}

.div-block-205453698 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.show-wallet-address {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.show-wallet-address-btn {
  box-shadow: none;
  background-color: #5178a978;
  border-radius: 3px;
  justify-content: center;
  width: auto;
  margin-top: 0;
  padding: .125em 1em;
  font-size: 13.5px;
  font-weight: 700;
  display: block;
}

.link-13 {
  color: var(--button-green);
  font-size: 18px;
  font-weight: 700;
}

.code-embed-mobile {
  display: none;
}

.div-block-205453699 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffa5a7;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: block;
}

.div-block-205453700 {
  margin-bottom: 20px;
  overflow: visible;
}

.houseofcvid {
  width: auto;
  max-width: 100%;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.div-block-205453701 {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-image: linear-gradient(#f9655c4d, #f9655c4d), url('../images/2024-03-11_05-07-07_7900.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  max-height: none;
  display: grid;
  overflow: visible;
}

.div-block-205453702 {
  min-width: 10%;
  max-width: 100%;
  overflow: hidden;
}

.heading-9355 {
  float: none;
  text-align: center;
  font-size: 30px;
}

.div-block-205453703 {
  margin: 10px 0;
  padding-left: 0;
}

.text-block-85 {
  color: var(--01_start-here--body-secondary);
  font-size: var(--typography-scale--20px);
}

.text-block-85.subtext_1 {
  color: var(--neutral-colors--neutral-100);
  text-align: center;
  margin-top: 10px;
  padding-top: 0;
  font-size: 13px;
}

.text-block-85.text_1 {
  text-align: center;
  margin-top: -10px;
  padding-top: 0;
  font-size: 18px;
  line-height: 1.5em;
}

.image-10717 {
  position: relative;
  top: -25px;
  left: 17px;
}

.image-10718 {
  max-width: 100%;
  overflow: visible;
}

.div-block-205453704 {
  max-width: 30%;
  margin: -24px 91px -3px -493px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: static;
}

.div-block-205453705 {
  float: none;
  clear: none;
  aspect-ratio: auto;
  text-align: center;
  object-fit: contain;
  background-color: #fc000000;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.button-12 {
  background-color: #f8312a;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  display: block;
  overflow: visible;
}

.div-block-205453706 {
  float: right;
  align-self: flex-start;
  position: relative;
  inset: 0% 0% auto auto;
}

.div-block-205453707 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  display: flex;
}

.image-10719 {
  max-width: none;
  margin-top: -193px;
  margin-left: 0;
  margin-right: -54px;
  padding-left: 0;
  padding-right: 0;
  position: static;
  inset: 0% 0% auto;
}

.div-block-205453708 {
  margin-bottom: 0;
  overflow: visible;
}

.div-block-205453709 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .container {
    text-align: left;
  }

  .section-2 {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .heading-986 {
    color: var(--01_start-here--body-text);
  }

  .code-embed {
    height: auto;
    min-height: auto;
  }

  .div-block-205453511.video-border {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .code-embed-mobile, .code-embed-desktop {
    height: auto;
    min-height: auto;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-205453498 {
    padding-left: 300px;
    padding-right: 300px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: var(--typography-scale--48px);
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container.page-top {
    padding-top: 0;
  }

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

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

  .sg-column.nav {
    display: none;
  }

  .sg-column.content {
    margin-left: 0;
  }

  .heading.xxl {
    font-size: var(--typography-scale--64px);
  }

  .heading.xl {
    font-size: var(--typography-scale--56px);
  }

  .heading.l {
    font-size: var(--typography-scale--48px);
  }

  .heading.l.tb---align-center.top-title.top-header {
    margin-top: 20px;
    margin-bottom: 0;
    line-height: .7em;
  }

  .heading.m {
    font-size: var(--typography-scale--40px);
  }

  .paragraph {
    margin-bottom: 30px;
  }

  .paragraph.small.footer {
    font-size: var(--typography-scale--20px);
    margin-bottom: 0;
  }

  .paragraph.small.footer2 {
    font-size: var(--18px);
    margin-bottom: 0;
  }

  .paragraph.mg-bottom-0px {
    padding-bottom: 15px;
  }

  .sg-color-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._2-grid, ._2-grid.feature-offset, ._2-grid.feature-offset---reverse, ._2-grid.hero-v1 {
    grid-template-columns: 1fr;
  }

  ._2-grid.cta-v1 {
    grid-row-gap: 16px;
  }

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

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

  ._2-grid.hero-v3.grid-space {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.75fr;
    justify-items: stretch;
  }

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

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

  ._4-grid.pricing {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._1-2-grid.footer {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  ._2-1-grid, ._2-1-grid.footer, ._2-1-grid.blog {
    grid-template-columns: 1fr;
  }

  ._1-grid.menu {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
  }

  ._1-grid.feature-cards.inner-grid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .button.large.user-guide {
    width: 350px;
  }

  .button.secondary.large.nexus.kycbutton.log-visit.earnings-button {
    font-size: var(--typography-scale--20px);
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    line-height: 1.58em;
  }

  .button.white.large {
    margin-left: 0;
    margin-right: 0;
  }

  .button.launch-app.menu-btn {
    font-size: var(--typography-scale--16px);
  }

  .card.large.align-center {
    max-width: 800px;
  }

  .card.card-001 {
    margin-top: 0;
  }

  .input-button-wrapper {
    margin-bottom: 12px;
  }

  .grid-column.menu {
    width: auto;
  }

  .grid-column.flex-center {
    display: flex;
  }

  .grid-column.flex-center.app-image-01 {
    padding-top: 0;
  }

  .navbar {
    min-height: 100px;
  }

  .navbar.style-guide {
    display: flex;
  }

  .logo-image.footer {
    min-width: 140px;
    display: block;
  }

  .navigation-item-wrapper.menu-center, .navigation-item-wrapper.menu-left {
    width: auto;
  }

  .nav-menu-wrapper {
    border-bottom: 1px solid var(--neutral-colors--neutral-600);
    background-color: var(--neutral-colors--neutral-900);
    text-align: left;
    padding: 12px;
    position: absolute;
  }

  .nav-menu-wrapper.menu-center {
    background-color: var(--primary-colors--primary-400);
    border-radius: 9px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 12px;
  }

  .navbar-link-wrapper {
    margin-bottom: 8px;
    display: block;
  }

  .nav-dropdown {
    display: block;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 8px;
  }

  .nav-icon {
    justify-content: space-around;
    align-items: center;
    width: 36px;
    height: 36px;
  }

  .top-line, .middle-line, .bottom-line {
    background-color: var(--neutral-colors--neutral-50);
    height: 2px;
  }

  .menu-icon-block {
    width: 36px;
    height: 36px;
    margin-left: 24px;
    padding: 0;
  }

  .menu-icon-block.w--open {
    background-color: #0000;
  }

  .mega-menu-wrapper {
    position: static;
  }

  .mega-menu-wrapper.w--open {
    transform: none;
  }

  .mega-menu {
    border-style: none;
    min-width: auto;
    padding: 0;
  }

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

  .mega-menu-heading {
    font-weight: 700;
  }

  .flex-left.gap-24px.tb-justify-center {
    justify-content: center;
  }

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

  .tb---mg-y-axis-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image-wrapper._100 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    padding-top: 20px;
  }

  .feature-image-wrapper._100.feature_001 {
    display: none;
  }

  .feature-image-wrapper._100.feature_002 {
    display: block;
  }

  .feature-image.full-width {
    width: 200px;
  }

  .feature-image.cta-v2 {
    width: 100%;
  }

  .inner-container.tablet-100 {
    max-width: 100%;
  }

  .testimonial-slider {
    background-image: linear-gradient(271deg, #0003, #9b9b9b00 21%, #b8b8b800 50%, #fff0 79%, #00000029);
    margin-top: 40px;
  }

  .testimonial-slide {
    width: 100%;
    max-width: none;
  }

  .slider-arrow-wrapper.center.left.project-updates {
    inset: 0% auto 0% -3%;
  }

  .slider-arrow-wrapper.center.left.project-updates.audiobar {
    inset: 0% auto 0% 0%;
  }

  .slider-arrow-wrapper.center.project-updates {
    inset: 0% -3% 0% auto;
  }

  .slider-arrow-wrapper.center.project-updates.audiobar {
    inset: 0% 0% 0% auto;
  }

  .footer-bottom-row.mg-top-64px {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
    align-items: center;
    margin-top: 0;
    padding-bottom: 20px;
    display: block;
  }

  .footer-bottom-row.mg-top-64px.bottom {
    padding-bottom: 10px;
  }

  .footer-left-block {
    display: none;
  }

  .footer-flex-block {
    grid-column-gap: 50px;
    padding-bottom: 0;
  }

  .social-media-wrapper {
    display: none;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-wrapper {
    flex-wrap: wrap;
  }

  .faq-column {
    width: 100%;
    margin-bottom: 36px;
  }

  .flex-space-between.flex-align-bottom.mg-bottom-64px {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .flex-space-between.flex-align-bottom.mg-bottom-64px.adjust-001 {
    margin-bottom: 20px;
  }

  .flex-space-between.flex-align-bottom.mg-bottom-64px.adjust-002 {
    margin-bottom: 0;
  }

  .flex-space-between.flex-align-bottom.mg-bottom-64px.adjust-03 {
    margin-bottom: 20px;
  }

  .flex-space-between.section-header {
    flex-wrap: wrap;
  }

  .categories-list-wrapper.blog-header {
    justify-content: flex-start;
  }

  .pricing-table-plan-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pricing-col-item.top {
    flex-wrap: wrap;
  }

  .secondary-column.top {
    padding: 8px;
  }

  .pricing-plan-title.mg-bottom-12px {
    font-size: 24px;
  }

  .pricing-column-top.plan {
    height: 100%;
  }

  .tablet-100 {
    max-width: 100%;
  }

  .feature-main-1.blksnpr-background {
    box-shadow: -2px 2px 8px 3px #0000003b;
  }

  .feature-float-3 {
    display: none;
  }

  .footer-v2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .float-cta-1 {
    right: -5%;
  }

  .float-cta-2 {
    left: -7%;
  }

  .lottie-animation {
    width: 200px;
  }

  .fixed-background {
    background-position: 50% 20%;
    background-size: cover;
  }

  .paragraph-2, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
    font-size: var(--typography-scale--20px);
  }

  .paragraph-8, .paragraph-9 {
    font-size: var(--typography-scale--24px);
  }

  .div-block-4 {
    justify-content: center;
    align-items: center;
  }

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    bottom: 40px;
    left: 190px;
    right: 0;
  }

  .image-4 {
    width: 350px;
    display: inline-block;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .card-grid-001 {
    grid-template-columns: 1fr 1fr;
  }

  .card-div {
    border-color: #1a1a1d00;
  }

  .card-div.project-updates.update2 {
    height: 680px;
  }

  .image-6 {
    min-height: auto;
  }

  .div-block-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10 {
    transition: background-position .3s;
  }

  .div-block-10:hover {
    transform: scale(1.02);
  }

  .div-block-play-vid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    inset: auto 0% 0%;
  }

  .div-block-205453480 {
    inset: 220px 0% 0%;
  }

  .div-block-205453484 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block-205453489 {
    transform: translate(300px, -43px);
  }

  .article {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .blog-image-1 {
    width: auto;
  }

  .slider-3._w-slider {
    height: 230px;
  }

  .div-block-467659 {
    top: 20px;
  }

  .div-block-467786 {
    top: 58px;
  }

  .nft-header-txt {
    font-size: 28px;
  }

  .nft-header-txt2 {
    font-size: 15px;
  }

  .div-block-4673434 {
    bottom: 1%;
  }

  .lottie-nft {
    width: 280px;
    height: 280px;
    top: 10px;
  }

  .div-block-205453498 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .leaderboard-headers {
    font-size: var(--18px);
  }

  .leaderboard-data {
    font-size: var(--typography-scale--14px);
  }

  .div-block-205453499 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-985 {
    font-size: var(--typography-scale--36px);
  }

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

  .div-block-205453500 {
    width: 80vw;
  }

  .div-block-205453502 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .section-4 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-205453512 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-205453442 {
    display: block;
  }

  .heading6573 {
    font-size: 3.5vw;
  }

  .create-account-button {
    padding-bottom: 3em;
  }

  .lottie-animation-9 {
    width: 200px;
  }

  .div-block-205453526 {
    top: -6%;
  }

  .heading-9346 {
    font-size: 34px;
  }

  .heading3454, .heading3454.long_label {
    font-size: 24px;
  }

  .tabs-content {
    overflow: hidden;
  }

  .image-1058 {
    width: 50vw;
    height: 220px;
  }

  .main-page-layout89 {
    width: auto;
  }

  .div-block-205453534 {
    left: 14px;
  }

  .nav-bar {
    padding-top: 2%;
  }

  .buy-tokens-tab.w--current {
    background-position: 50% 1000%;
  }

  .div-block-2056455 {
    width: 100%;
  }

  .image-10689 {
    width: auto;
    max-width: 240px;
  }

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

  .loading-wheel-refresh-div {
    padding-right: 0;
  }

  .div-block-205453540 {
    margin-top: -38px;
  }

  .div-block-205453455 {
    padding-bottom: 329px;
  }

  .div-block-205453541 {
    top: -3px;
  }

  .div-block-205453543 {
    top: 31px;
  }

  .main-1 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .div-block-205453545 {
    bottom: 1%;
  }

  .div-block-205453460 {
    background-size: cover;
  }

  .div-block-2056 {
    left: 14px;
  }

  .div-block-205453546 {
    width: 420px;
    top: auto;
    left: 4%;
  }

  .div-block-205453548 {
    inset: 220px 0% 0%;
  }

  .radio-button-field {
    align-items: center;
  }

  .main-page-layout89778 {
    width: auto;
  }

  .lottie-animation-11 {
    top: 12px;
  }

  .main-page-layout {
    width: auto;
    display: block;
  }

  .div-block-2054534u {
    bottom: 8%;
  }

  .heading-9347, .heading-9347.long_label {
    font-size: 24px;
  }

  .stop-auto-sniper-btn {
    min-width: 6em;
  }

  .main-menu-radio-btns {
    background-size: auto 50px;
    flex: 0 auto;
    align-self: stretch;
    width: 85px;
    min-width: 60px;
    max-width: 100%;
    min-height: 85px;
    max-height: 100%;
  }

  .main-menu-labels-txts {
    font-size: 13px;
  }

  .div-block-205453552 {
    bottom: 26%;
  }

  .fixed-background-2 {
    background-position: 50% 20%;
    background-size: cover;
  }

  .text-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .start-auto-sniper-btn {
    min-width: 10em;
  }

  .div-block-205453557 {
    display: block;
  }

  .text-block-74 {
    text-align: center;
  }

  .div-block-205453585 {
    top: -6%;
  }

  .admin-control-tabs, .admin-control-tabs.w--current {
    margin-top: 0;
  }

  .heading-9351 {
    font-size: 34px;
  }

  .image-10696 {
    width: 50vw;
    height: 220px;
  }

  .text-block-76 {
    text-align: center;
  }

  .div-block-205453606 {
    left: 14px;
  }

  .div-block-205453624 {
    width: 100%;
  }

  .image-10698 {
    width: auto;
    max-width: 240px;
  }

  .div-block-205453628 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: visible;
  }

  .div-block-205453630 {
    margin-top: -38px;
  }

  .div-block-205453631 {
    padding-bottom: 329px;
  }

  .div-block-205453632 {
    top: -3px;
  }

  .div-block-205453638 {
    top: 31px;
  }

  .code-embed-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-205453644 {
    bottom: 1%;
  }

  .div-block-205453647 {
    background-size: cover;
  }

  .div-block-205453649 {
    left: 14px;
  }

  .div-block-205453650 {
    width: 420px;
    top: auto;
    left: 4%;
  }

  .text-block-78 {
    text-align: center;
  }

  .radio-button-field-4 {
    align-items: center;
  }

  .tabs-menu-7 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .lottie-animation-16 {
    top: 12px;
  }

  .text-block-79 {
    text-align: center;
  }

  .heading-9353, .heading-9353.long_label {
    font-size: 24px;
  }

  .div-block-205453668 {
    bottom: 26%;
  }

  .text-block-83 {
    text-align: center;
  }

  .div-block-205453683 {
    top: -3px;
  }

  .div-block-205453684 {
    top: 31px;
  }

  .div-block-205453685 {
    bottom: 1%;
  }

  .container-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-205453692 {
    display: none;
  }

  .div-block-205453692-copy {
    display: block;
  }

  .image-10715 {
    border-radius: 12px;
  }

  .html-audio-player-embed {
    margin-left: -12px;
  }

  .div-block-205453695 {
    flex-flow: column;
  }

  .text-span-34 {
    font-size: var(--typography-scale--32px);
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .bold-text-35 {
    font-size: 31px;
  }

  .generate-wallet-warning-txt {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .continue-to-main-menu-txt {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .prv-key-textarea-input {
    height: 100%;
    min-height: 70px;
    max-height: 100%;
  }

  .continue-to-main-menu-txt-2 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .generate-wallet-warning-txt-copy {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-205453701 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: linear-gradient(#f9655c5e, #f9655c5e), url('../images/2024-03-11_05-07-07_7900.png');
    background-position: 0 0, 100% 0;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .div-block-205453702 {
    min-height: auto;
  }

  .heading-9355 {
    font-size: 3.5vw;
    line-height: 100%;
  }

  .div-block-205453703 {
    clear: both;
    max-width: 100%;
    position: static;
    overflow: visible;
  }

  .text-block-85.subtext_1 {
    padding-top: 0;
    font-size: 1.4vw;
  }

  .text-block-85.text_1 {
    font-size: 1.8vw;
  }

  .image-10717 {
    min-width: 80px;
    display: block;
  }

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

  .button-12 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.6vw;
    display: block;
  }

  .div-block-205453707 {
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 20px;
  }

  .image-10719 {
    width: 9%;
    position: absolute;
    inset: 12% 11% auto auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: var(--typography-scale--36px);
  }

  h2 {
    font-size: var(--typography-scale--28px);
  }

  h3 {
    font-size: var(--typography-scale--24px);
  }

  h4 {
    font-size: var(--typography-scale--20px);
  }

  h5 {
    font-size: var(--typography-scale--16px);
  }

  h6 {
    font-size: var(--typography-scale--14px);
  }

  .section {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mbl-hidden {
    display: none;
  }

  .heading.xxl {
    font-size: var(--typography-scale--48px);
  }

  .heading.xl {
    font-size: var(--typography-scale--40px);
  }

  .heading.l {
    font-size: var(--typography-scale--36px);
  }

  .heading.l.tb---align-center.top-title.top-header {
    line-height: .9em;
  }

  .heading.m {
    font-size: var(--typography-scale--32px);
  }

  .heading.s {
    font-size: var(--typography-scale--24px);
  }

  .heading.xs {
    font-size: var(--typography-scale--20px);
  }

  .paragraph.small.footer {
    font-size: var(--typography-scale--16px);
  }

  .paragraph.small.footer2 {
    font-size: var(--typography-scale--14px);
  }

  ._2-grid.index, ._3-grid {
    grid-template-columns: 1fr;
  }

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

  ._4-grid.pricing, ._1-2-grid {
    grid-template-columns: 1fr;
  }

  ._1-grid.feature-cards.inner-grid {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
  }

  .button.large.launch-app {
    text-align: center;
    width: 300px;
  }

  .button.large.user-guide {
    width: 280px;
  }

  .button.secondary.large.nexus {
    text-align: center;
    width: 300px;
  }

  .button.secondary.large.nexus.kycbutton.log-visit.earnings-button {
    font-size: var(--typography-scale--16px);
    width: auto;
  }

  .button.secondary.large.telegram {
    text-align: center;
    width: 300px;
    display: block;
  }

  .button.form {
    width: 100%;
    min-height: 64px;
    position: static;
  }

  .card.large.testimonial-full-width {
    max-width: none;
  }

  .card.large.testimonial-full-width.earnings-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.testimonial-loop {
    max-width: none;
  }

  .logo-image {
    min-width: 150px;
    max-width: 150px;
  }

  .logo-image.footer {
    min-width: 100px;
    max-width: 100px;
  }

  .navigation-item-wrapper.menu-left {
    padding-left: 0;
  }

  .mbl-show {
    display: block;
  }

  .nav-flex-button-wrapper {
    flex-wrap: wrap;
  }

  .mega-menu-inner-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .utility-page-wrap.gergerg {
    background-color: #1a1a1d00;
  }

  .flex-left.gap-24px.tb-justify-center {
    flex-flow: column;
  }

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

  .testimonial-slide.full-width {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slide.full-width.project-updates {
    margin-bottom: 80px;
  }

  .slider-arrow-wrapper.center {
    width: 75px;
    height: 75px;
    inset: auto 5% 3% auto;
  }

  .slider-arrow-wrapper.center.left {
    width: 75px;
    height: 75px;
    margin-right: 0;
    inset: auto auto 3% 5%;
  }

  .slider-arrow-wrapper.center.left.project-updates {
    inset: auto auto -3% 20%;
  }

  .slider-arrow-wrapper.center.left.project-updates.audiobar {
    inset: 0% auto 0% 0%;
  }

  .slider-arrow-wrapper.center.project-updates {
    inset: auto 20% -3% auto;
  }

  .slider-arrow-wrapper.center.project-updates.audiobar {
    inset: 0% 0% 0% auto;
  }

  .testimonial-loop-wrapper {
    grid-template-columns: 100% 100% 100%;
  }

  .footer-bottom-row.mg-top-64px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .footer-flex-block {
    grid-column-gap: 20px;
    text-align: center;
  }

  .social-media-wrapper {
    justify-content: center;
  }

  .faq-question-wrap {
    width: 100%;
  }

  .categories-list-wrapper {
    justify-content: center;
  }

  .pricing-column-wrapper {
    border: 1px solid var(--01_start-here--border-color);
    border-radius: 4px;
    padding-top: 0;
  }

  .pricing-column-wrapper.first {
    display: none;
  }

  .mbl-visible {
    display: block;
  }

  .pricing-col-top {
    display: none;
  }

  .mbl-pricing-table-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 24px;
    display: flex;
  }

  .banner-flex-between {
    align-items: flex-start;
  }

  .feature-float-1, .feature-float-2, .feature-float-3, .feature-float-4, .feature-float-5, .float-cta-1, .float-cta-2 {
    max-width: 224px;
  }

  .lottie-animation {
    width: 180px;
  }

  .fixed-background {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-2 {
    display: block;
  }

  .paragraph-2, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
    font-size: var(--22px);
  }

  .paragraph-8, .paragraph-9 {
    font-size: var(--typography-scale--28px);
  }

  .div-block-5 {
    left: 183px;
  }

  .image-5 {
    display: inline-block;
  }

  .div-block-8 {
    width: auto;
    max-width: none;
    max-height: none;
  }

  .card-grid-001 {
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-div.project-updates.update2 {
    height: 700px;
  }

  .heading-3 {
    font-size: var(--10vw);
  }

  .div-block-14 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #ff910000;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .heading-979 {
    font-size: 18px;
  }

  .lottie-animation-2 {
    object-fit: fill;
    padding-bottom: 0;
    position: static;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .div-block-205453479 {
    display: block;
  }

  .div-block-205453479.hide {
    display: none;
  }

  .mbl-showing {
    padding-top: 15px;
    display: block;
  }

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

  .div-block-play-vid {
    left: 183px;
  }

  .div-block-205453480 {
    position: relative;
    top: 0;
    left: 0%;
    right: 0%;
  }

  .div-block-205453488 {
    padding-top: 10px;
  }

  .slider-3._w-slider {
    height: 180px;
    margin-bottom: 0;
  }

  .div-block-467659 {
    top: 26px;
  }

  .div-block-467786 {
    top: 67px;
  }

  .nft-header-txt {
    font-size: 28px;
  }

  .nft-header-txt2 {
    font-size: 15px;
  }

  .div-block-4673434 {
    bottom: 2%;
  }

  .lottie-nft {
    width: 270px;
    height: 270px;
    top: 15px;
  }

  .text-block-15, .text-block-18 {
    font-size: var(--typography-scale--14px);
  }

  .leaderboard-data {
    font-size: var(--typography-scale--12px);
  }

  .heading-985 {
    font-size: var(--typography-scale--28px);
  }

  .div-block-205453500.video-border {
    width: 87vw;
  }

  .div-block-205453502 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-4 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-205453510 {
    padding-left: 0;
    padding-right: 0;
  }

  .video-border {
    border-width: 15px;
  }

  .div-block-205453512 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .error-message-div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-205453517 {
    grid-template-columns: .5fr 1fr;
    padding-top: 0;
  }

  .tabs-menu-3 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    display: flex;
  }

  .heading6573 {
    font-size: 4.3vw;
  }

  .div-block-205453519 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #ff910000;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .create-account-button {
    padding-bottom: 2em;
  }

  .lottie-animation-9 {
    width: 180px;
  }

  .text-block-7 {
    font-size: 23px;
  }

  .earnings-user {
    min-width: 180px;
  }

  .heading-989 {
    font-size: 18px;
  }

  .nav-txt {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .image-1063-copy {
    width: 35px;
  }

  .div-block-205453526 {
    top: -10%;
  }

  .heading-9345 {
    font-size: 15px;
  }

  .heading-981 {
    font-size: 40px;
  }

  .div-block-205453529.w--current {
    color: #fff;
    text-decoration: none;
  }

  .heading-9346 {
    font-size: 25px;
  }

  .tab-title-txt {
    font-size: 20px;
  }

  .text-block-19 {
    font-size: 16px;
  }

  .lottie-animation-10 {
    object-fit: fill;
    padding-bottom: 0;
    position: static;
  }

  .heading3454, .heading3454.long_label {
    font-size: 24px;
  }

  .octopus_icon {
    display: none;
  }

  .image-1058 {
    width: 65vw;
    height: 20vh;
  }

  .shark_icon {
    display: none;
  }

  .div-block-205453534 {
    max-width: 200px;
    left: -15px;
  }

  .text-block-6 {
    font-size: 23px;
  }

  .error-text {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .nav-bar {
    padding-top: 3%;
  }

  .buy-tokens-tab, .buy-tokens-tab.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2056455 {
    background-size: cover;
  }

  .note-body-txt-09077 {
    font-size: 15px;
  }

  .image-10689 {
    width: 240px;
    min-width: 180px;
    max-width: 100%;
  }

  .image-10688 {
    width: 30px;
  }

  .text-field-2 {
    width: 23em;
    font-size: 12.5px;
  }

  .div-block-32 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .select-wallet-button {
    font-size: 17px;
  }

  .div-block-205453540 {
    margin-top: -35px;
  }

  .div-block-205453455 {
    padding-bottom: 266px;
  }

  .div-block-205453541 {
    top: 4px;
  }

  .div-block-205453543 {
    top: 38px;
  }

  .main-1 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .div-block-205453545 {
    bottom: 2%;
  }

  .earnings-admin {
    min-width: 180px;
  }

  .div-block-205453460 {
    background-size: cover;
  }

  .div-block-2056 {
    max-width: 200px;
    left: -15px;
  }

  .delete-btn {
    font-size: 17px;
  }

  .div-block-205453546 {
    width: auto;
    min-width: auto;
    max-width: 70%;
    bottom: 30%;
  }

  .div-block-205453548 {
    position: relative;
    top: 0;
    left: 0%;
    right: 0%;
  }

  .div-block-205453550 {
    width: auto;
    max-width: none;
    max-height: none;
  }

  .image-10687 {
    width: 40px;
  }

  .lottie-animation-11 {
    top: 7px;
  }

  .image-1062 {
    width: 85px;
    min-width: 85px;
  }

  .div-block-205453471 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-2054534u {
    right: 3%;
  }

  .heading-9347, .heading-9347.long_label {
    font-size: 18px;
  }

  .stop-auto-sniper-btn {
    min-width: 6em;
  }

  .checkbox-4 {
    width: 3em;
    height: 3em;
  }

  .image-1063 {
    width: 40px;
  }

  .link-8 {
    font-size: 16px;
  }

  .main-menu-labels-txts {
    padding-top: 5px;
    font-size: 12px;
  }

  .heading-996 {
    font-size: 15px;
  }

  .text-block-70 {
    font-size: 13px;
  }

  .text-block-70.adjust0011.change-color-2, .text-block-70.change-color {
    font-size: 12px;
  }

  .image-1060 {
    display: inline-block;
  }

  .div-block-205453552 {
    bottom: 38%;
    right: 3%;
  }

  .div-block-205453553 {
    padding-bottom: 0;
  }

  .fixed-background-2 {
    background-position: 50%;
    background-size: cover;
  }

  .fish_icon {
    display: flex;
  }

  .text-block-69 {
    font-size: 16px;
  }

  .start-auto-sniper-btn {
    min-width: 9.5em;
  }

  .note-body-txt-09593 {
    font-size: 15px;
  }

  .text-block-72 {
    font-size: 13px;
  }

  .div-block-205453561 {
    grid-template-columns: .5fr 1fr;
    padding-top: 0;
  }

  .tabs-menu-5 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    display: flex;
  }

  .div-block-205453572 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #ff910000;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .heading-9349 {
    font-size: 18px;
  }

  .div-block-205453585 {
    top: -10%;
  }

  .heading-9350 {
    font-size: 40px;
  }

  .div-block-205453590.w--current {
    color: #fff;
    text-decoration: none;
  }

  .heading-9351 {
    font-size: 25px;
  }

  .text-block-75 {
    font-size: 16px;
  }

  .lottie-animation-12 {
    object-fit: fill;
    padding-bottom: 0;
    position: static;
  }

  .image-10696 {
    width: 65vw;
    height: 20vh;
  }

  .div-block-205453606 {
    max-width: 200px;
    left: -15px;
  }

  .text-block-77 {
    font-size: 23px;
  }

  .div-block-205453624 {
    background-size: cover;
  }

  .image-10698 {
    width: 240px;
    min-width: 180px;
    max-width: 100%;
  }

  .image-10699 {
    width: 30px;
  }

  .text-field-3903456 {
    width: 23em;
    font-size: 12.5px;
  }

  .div-block-205453628 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-205453630 {
    margin-top: -35px;
  }

  .div-block-205453631 {
    padding-bottom: 266px;
  }

  .div-block-205453632 {
    top: 4px;
  }

  .div-block-205453638 {
    top: 38px;
  }

  .code-embed-2 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-205453644 {
    bottom: 2%;
  }

  .div-block-205453647 {
    background-size: cover;
  }

  .div-block-205453649 {
    max-width: 200px;
    left: -15px;
  }

  .div-block-205453650 {
    width: auto;
    min-width: auto;
    max-width: 70%;
    bottom: 30%;
  }

  .tabs-menu-7 {
    grid-auto-columns: 1fr;
  }

  .image-10705 {
    width: 40px;
  }

  .lottie-animation-16 {
    top: 7px;
  }

  .image-10706 {
    width: 85px;
    min-width: 85px;
  }

  .div-block-205453656 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-9353, .heading-9353.long_label {
    font-size: 18px;
  }

  .checkbox-6 {
    width: 3em;
    height: 3em;
  }

  .image-10709 {
    width: 40px;
  }

  .link-12 {
    font-size: 16px;
  }

  .heading-9354 {
    font-size: 15px;
  }

  .text-block-80 {
    font-size: 13px;
  }

  .text-block-80.adjust0011.change-color-2, .text-block-80.change-color {
    font-size: 12px;
  }

  .div-block-205453668 {
    bottom: 38%;
    right: 3%;
  }

  .div-block-205453670 {
    padding-bottom: 0;
  }

  .text-block-82 {
    font-size: 16px;
  }

  .text-block-84 {
    font-size: 13px;
  }

  .div-block-205453683 {
    top: 4px;
  }

  .div-block-205453684 {
    top: 38px;
  }

  .div-block-205453685 {
    bottom: 2%;
  }

  .container-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .background-video {
    width: 409px;
    height: 204px;
  }

  .div-block-205453695 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .text-span-34 {
    font-size: var(--typography-scale--24px);
  }

  .text-span-35 {
    font-size: var(--typography-scale--20px);
  }

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

  .bold-text-35 {
    font-size: 28px;
  }

  .prv-key-textarea-input {
    font-size: var(--typography-scale--16px);
  }

  .div-block-205453701 {
    background-image: linear-gradient(#f9655c82, #f9655c82), url('../images/2024-03-11_05-07-07_7900.png');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, repeat-x;
    grid-template-columns: 13.75fr;
  }

  .heading-9355 {
    font-size: 7vw;
  }

  .div-block-205453703 {
    padding-top: 0;
    display: block;
  }

  .text-block-85.subtext_1 {
    font-size: 2.5vw;
  }

  .text-block-85.text_1, .button-12 {
    font-size: 3vw;
  }

  .div-block-205453707 {
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
  }

  .image-10719 {
    width: 18%;
    inset: 10.5% 8% auto auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: var(--typography-scale--32px);
  }

  .section {
    padding-top: 70px;
  }

  .section.topsection {
    padding-bottom: 30px;
  }

  .container {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.nav-color.nav-container, .container.page-top.adjust-border {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading.xxl {
    font-size: var(--typography-scale--36px);
  }

  .heading.xl {
    font-size: var(--typography-scale--32px);
  }

  .heading.l {
    font-size: var(--typography-scale--28px);
  }

  .heading.l.tb---align-center.top-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading.m {
    font-size: var(--typography-scale--24px);
  }

  .heading.s {
    font-size: var(--typography-scale--20px);
  }

  .heading.xs {
    font-size: var(--typography-scale--16px);
  }

  .heading.xxs {
    font-size: var(--typography-scale--14px);
  }

  .paragraph.small.footer {
    font-size: 3.7vw;
  }

  .paragraph.small.footer2 {
    font-size: 3vw;
  }

  .paragraph.mg-bottom-24px.earnings-charts {
    font-size: var(--typography-scale--14px);
  }

  .paragraph.adjust00 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sg-color-grid {
    grid-template-columns: 1fr;
  }

  ._2-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .button.large {
    font-size: var(--typography-scale--12px);
    text-align: center;
    font-weight: 700;
  }

  .button.large.launch-app {
    font-size: var(--typography-scale--16px);
    width: 250px;
  }

  .button.large.user-guide {
    font-size: var(--typography-scale--14px);
    width: 220px;
  }

  .button.secondary.large.nexus {
    font-size: var(--typography-scale--16px);
    width: 250px;
  }

  .button.secondary.large.nexus.kycbutton.log-visit.earnings-button {
    line-height: 1.7em;
  }

  .button.secondary.large.telegram {
    font-size: var(--typography-scale--16px);
    width: 250px;
  }

  .button.white.large {
    font-size: var(--typography-scale--14px);
    font-weight: 400;
  }

  .card.large {
    padding: 48px 24px;
  }

  .card.large.testimonial-full-width {
    padding-bottom: 100px;
  }

  .card.large.testimonial-full-width.earnings-card {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-column.whitepaper-grid {
    margin-right: 40px;
  }

  .grid-column._2342de {
    margin-top: 20px;
  }

  .logo-image {
    min-width: auto;
    max-width: 110px;
  }

  .logo-image.footer {
    min-width: 20vw;
    max-width: 20vw;
  }

  .nav-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .navigation-item-wrapper.menu-center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-flex-button-wrapper {
    grid-row-gap: 12px;
  }

  .nav-flex-button-wrapper.telegram-button-div.x-button {
    margin-right: 0;
  }

  .menu-icon-block {
    margin-left: 5px;
  }

  .flex-left.gap-24px.tb-justify-center {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .feature-image.full-width {
    width: 150px;
  }

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

  .testimonial-slider {
    background-image: linear-gradient(271deg, #0000004d, #fff0 22%, #fbfbfb00 42%, #b8b8b800 63%, #9b9b9b00 84%, #00000057);
    align-items: flex-end;
    display: block;
    right: 0%;
  }

  .testimonial-slider.project-updates {
    margin-top: 0;
  }

  .testimonial-slide.full-width.project-updates {
    margin-bottom: 90px;
  }

  .slider-arrow-wrapper.center, .slider-arrow-wrapper.center.left {
    width: 70px;
    height: 70px;
    bottom: 3%;
  }

  .slider-arrow-wrapper.center.left.project-updates {
    bottom: 0%;
  }

  .slider-arrow-wrapper.center.left.project-updates.audiobar {
    inset: 0% auto 0% 0%;
  }

  .slider-arrow-wrapper.center.project-updates {
    bottom: 0%;
  }

  .slider-arrow-wrapper.center.project-updates.audiobar {
    inset: 0% 0% 0% auto;
  }

  .footer-bottom-row.mg-top-64px {
    grid-template-columns: .5fr 2fr .75fr;
  }

  .faq-column {
    margin-bottom: 36px;
  }

  .flex-space-between.flex-align-bottom.mg-bottom-64px.adjust-003 {
    margin-bottom: 40px;
  }

  .categories-list-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .categories-list-wrapper.blog-header {
    flex-direction: row;
    align-items: flex-start;
  }

  .pricing-card-price-tag {
    font-size: var(--typography-scale--36px);
  }

  .comparison-wrapper {
    border-style: none;
    padding: 0;
  }

  .pricing-col-item.center {
    grid-row-gap: 8px;
    text-align: center;
    flex-wrap: wrap;
    max-height: none;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-plan-title {
    font-size: 28px;
  }

  .feature-float-1, .feature-float-2, .feature-float-3, .feature-float-4, .feature-float-5, .float-cta-1, .float-cta-2 {
    display: none;
  }

  .lottie-animation {
    width: auto;
    min-width: auto;
    max-width: 150px;
    padding-bottom: 0;
  }

  .rich-text-block {
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-2, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
    font-size: var(--18px);
  }

  .paragraph-8 {
    font-size: var(--typography-scale--20px);
  }

  .paragraph-9 {
    font-size: var(--18px);
  }

  .div-block-5 {
    width: 54.6958%;
    inset: auto -2% 19% auto;
  }

  .image-4 {
    width: 100%;
  }

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

  .image-5 {
    height: auto;
  }

  .card-grid-001 {
    padding-left: 0;
    padding-right: 0;
  }

  .card-div.project-updates.update2 {
    min-height: 600px;
  }

  .card-div.dev.audio {
    justify-content: center;
    align-items: center;
    display: block;
    overflow: hidden;
  }

  .text-block.update-card.update-card-text {
    height: auto;
  }

  .text-block.update-card-text {
    height: auto;
    margin-bottom: 0;
  }

  .div-block-9 {
    padding: 2px;
  }

  .bold-text {
    font-size: var(--typography-scale--20px);
  }

  .dev-block.audioblock {
    align-self: stretch;
    overflow: hidden;
  }

  .heading-3 {
    padding-top: 20px;
  }

  .app-page-footer-copy {
    padding-top: 25px;
  }

  .div-block-205453477 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-14 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-color: #2f2f2f00;
    padding-top: 5px;
    display: block;
  }

  .div-block-15 {
    aspect-ratio: auto;
    object-fit: contain;
    position: relative;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .heading-979 {
    font-size: 3.2vw;
  }

  .text-block-10 {
    font-size: 3vw;
  }

  .div-block-205453479.hide {
    display: block;
  }

  .div-block-play-vid {
    width: 54.6958%;
    inset: auto -2% 19% auto;
  }

  .div-block-205453480:hover {
    transform: translate(0);
  }

  .image-9 {
    width: 100%;
  }

  .div-block-205453488 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .image-10, .image-11 {
    width: 50px;
  }

  .image-99, .blog-image-1 {
    width: 100%;
  }

  .slider-3._w-slider {
    height: 160px;
    margin-bottom: 0;
  }

  .div-block-205453459 {
    padding-top: 20px;
  }

  .div-block-467659 {
    top: 13px;
  }

  .div-block-467786 {
    top: 54px;
  }

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

  .nft-header-txt {
    font-size: 8vw;
  }

  .nft-header-txt2 {
    font-size: 4vw;
  }

  .slide-7 {
    height: 300px;
  }

  .div-block-4673434 {
    bottom: -3%;
  }

  .lottie-nft {
    width: 305px;
    height: 305px;
    top: -2px;
  }

  .div-block-205453496 {
    width: auto;
  }

  .text-block-12 {
    font-size: var(--typography-scale--16px);
  }

  .heading-984 {
    font-size: var(--typography-scale--20px);
  }

  .text-block-14 {
    font-size: var(--typography-scale--16px);
  }

  .image-103, .image-104 {
    width: 50px;
  }

  .text-block-15 {
    font-size: var(--border-radius--8px);
  }

  .text-block-16, .text-block-17 {
    font-size: var(--typography-scale--12px);
  }

  .text-block-18 {
    font-size: var(--typography-scale--12px);
    text-align: left;
  }

  .div-block-205453498 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .leaderboard-headers {
    font-size: var(--typography-scale--12px);
  }

  .leaderboard-data {
    font-size: 8px;
  }

  .div-block-205453499 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-985 {
    font-size: var(--typography-scale--24px);
  }

  .code-embed {
    border-radius: 0;
    display: block;
  }

  .div-block-205453500, .div-block-205453500.video-border {
    width: 90vw;
  }

  .div-block-205453502 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

  .image-105 {
    box-shadow: none;
    width: 190px;
  }

  .div-block-205453503 {
    z-index: 9;
    position: static;
    left: -50px;
  }

  .div-block-205453504 {
    z-index: 11;
    position: static;
    top: -109px;
    right: -50px;
  }

  .div-block-205453505 {
    z-index: 10;
    position: static;
    top: -47px;
  }

  .heading-987 {
    font-size: var(--typography-scale--24px);
  }

  .section-4 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-205453510 {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-205453512 {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .error-txt {
    font-size: 22px;
  }

  .div-block-205453446 {
    z-index: 30;
    width: 60vw;
  }

  .error-message-div {
    padding-left: 25px;
    padding-right: 25px;
  }

  .tab-pane-06-add-wallet-3---select-wallet-address {
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-205453517 {
    grid-template-columns: 2fr;
    padding-top: 10px;
  }

  .div-block-967 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .div-block-205458 {
    justify-content: center;
  }

  .select-field-2 {
    text-align: center;
  }

  .text-field-3903-copy-copy {
    width: 70vw;
  }

  .div-block-20980 {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .heading-988 {
    font-size: 4vw;
  }

  .heading6573 {
    font-size: 5vw;
  }

  .div-block-205453519 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-color: #2f2f2f00;
    padding-top: 5px;
    display: block;
  }

  .text-field-3903 {
    text-align: center;
    width: 40vw;
  }

  .div-block-20984 {
    align-self: stretch;
    width: auto;
    min-width: 60vw;
    max-width: none;
  }

  .div-block-205453520 {
    align-self: stretch;
    margin-bottom: -30px;
    padding-bottom: 0;
  }

  .div-block-205453521 {
    display: none;
  }

  .wallet-logo-row-1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .wallet-account-txt {
    font-size: 22px;
  }

  .full-sniper-div-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .admin-update-btn-div-copy {
    align-self: center;
  }

  .field-label-788-copy-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
  }

  .div-block-205453522 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-564 {
    z-index: 1;
    position: relative;
  }

  .lottie-animation-9 {
    width: auto;
    min-width: auto;
    max-width: 150px;
    padding-bottom: 0;
  }

  .text-block-7 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 22px;
    line-height: 25px;
    text-decoration: none;
    display: block;
  }

  .earnings-user {
    min-width: auto;
    margin-top: 5px;
  }

  .heading-989 {
    font-size: 3.2vw;
  }

  .network-names {
    font-size: 3.5vw;
  }

  .text-field-3947 {
    text-align: center;
    width: 60vw;
  }

  .admin-update-btn {
    width: 35vw;
  }

  .nav-txt {
    font-size: 3.6vw;
    font-style: normal;
  }

  .wallet-address-txt {
    font-size: 22px;
  }

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

  .heading-9345 {
    text-align: center;
    padding-right: 0;
  }

  .heading-981 {
    text-align: center;
    font-size: 12vw;
  }

  .div-block-205453467 {
    flex: 0 auto;
    align-self: flex-start;
  }

  .div-block-205453527 {
    max-width: 100%;
  }

  .nexus-stake-and-retreive-btn {
    width: 25vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    display: block;
  }

  .note-body-txt-39077 {
    font-size: 16px;
  }

  .note-body-txt-332212, .note-body-txt-344 {
    font-size: 18px;
  }

  .note-body-txt-3932 {
    font-size: 20px;
  }

  .text-field-3903452 {
    width: 70vw;
  }

  .div-block-205453530 {
    z-index: 1;
    position: relative;
  }

  .heading-9346 {
    font-size: 26px;
  }

  .text-span-24 {
    color: #9cffd4;
  }

  .tab-title-txt {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .div-block-205460 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
  }

  .text-block-19 {
    font-size: 3vw;
  }

  .heading3454, .heading3454.long_label {
    font-size: 6vw;
  }

  .tab-pane-01-sign-in {
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-205453531 {
    z-index: 51;
    background-color: #f9655c;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 100px;
    display: block;
    position: relative;
  }

  .image-1058 {
    width: 78vw;
    height: 21vh;
  }

  .wallet-logo-row-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .add-wallet-button-copy {
    grid-template-columns: 1fr .3fr;
  }

  .div-block-205453440 {
    display: block;
  }

  .div-block-205453533 {
    position: relative;
  }

  .main-page-layout89 {
    width: 100%;
    position: static;
  }

  .back-button {
    outline-offset: 0px;
    outline: 3px #fff;
  }

  .div-block-205453534 {
    display: none;
    position: absolute;
    inset: 0%;
  }

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

  .field-label {
    align-self: flex-start;
  }

  .text-block-6 {
    text-align: center;
    font-size: 22px;
    line-height: 25px;
    text-decoration: none;
  }

  .error-text {
    font-size: 14px;
    font-style: normal;
  }

  .nav-bar {
    padding-top: 5%;
  }

  .heading-copy {
    font-size: 4vw;
  }

  .heading-978 {
    font-size: 5vw;
  }

  .tab-pane-07-main-menu {
    overflow: visible;
  }

  .text-span-25 {
    font-size: 12px;
  }

  .tab-pane-03-wallet-management {
    padding-left: 3%;
    padding-right: 3%;
  }

  .note-body-txt-390 {
    font-size: 16px;
  }

  .slide-10 {
    height: 300px;
  }

  .div-block-205453538 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-4673439 {
    justify-content: center;
  }

  .buy-tokens-tab.w--current {
    background-image: linear-gradient(#0000, #0000);
    text-decoration: none;
  }

  .div-block-205462 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-self: center;
    align-items: stretch;
  }

  .div-block-205453443 {
    overflow: visible;
  }

  .div-block-205453437 {
    padding: 10px 20px;
  }

  .full-sniper-div {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-10689 {
    width: 180px;
    min-width: 130px;
  }

  .text-field-2 {
    width: 15em;
  }

  .note-body-txt-32290 {
    font-size: 18px;
  }

  .div-block-32 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: center;
    display: flex;
  }

  .image-1061 {
    max-width: 90px;
    max-height: 30px;
  }

  .select-wallet-button {
    text-align: center;
    font-size: 15px;
  }

  .image-10690 {
    width: 60%;
  }

  .button-6 {
    font-size: 13px;
    font-weight: 400;
  }

  .note-body-txt-38992.short_label {
    font-size: 18px;
  }

  .text-span-26 {
    font-size: 12px;
  }

  .button-7 {
    font-weight: 700;
  }

  .admin-update-btn-copy {
    width: 30vw;
  }

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

  .add-wallet-btn {
    text-align: center;
  }

  .div-block-22 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-205453540 {
    z-index: 51;
    border-radius: 0;
    margin-top: -20px;
    position: relative;
  }

  .div-block-205453455 {
    padding-top: 10px;
    padding-bottom: 163px;
  }

  .div-block-205459 {
    align-self: center;
    align-items: stretch;
  }

  .tabs {
    overflow: visible;
  }

  .chain-select-div {
    border-radius: 19px;
  }

  .div-block-205453465 {
    box-shadow: none;
  }

  .tab-pane-05-add-wallet-2---import-seed-phrase {
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-205453469 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-1 {
    flex-direction: column;
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-205453545 {
    bottom: -3%;
  }

  .admin-network-select {
    width: auto;
  }

  .slide-11 {
    height: 300px;
  }

  .earnings-admin {
    min-width: auto;
    margin-top: 5px;
  }

  .div-block-20545745 {
    display: block;
  }

  .admin-update-btn-div {
    align-self: center;
  }

  .heading-977 {
    font-size: 4vw;
  }

  .div-block-2056 {
    z-index: 50;
    opacity: .7;
    max-width: 100%;
    display: block;
    position: absolute;
    inset: auto 0% 30%;
  }

  .delete-btn {
    text-align: center;
    font-size: 15px;
  }

  .div-block-205453546 {
    max-width: 100%;
    position: absolute;
    inset: 25% 0% 0%;
  }

  .div-block-205453547 {
    position: relative;
  }

  .div-block-205453548:hover {
    transform: translate(0);
  }

  .radio-button-field {
    justify-content: center;
    align-items: stretch;
  }

  .text-field-3475 {
    text-align: center;
    width: 50vw;
  }

  .main-page-layout89778 {
    width: 100%;
    position: static;
  }

  .div-block-205453549 {
    aspect-ratio: auto;
    object-fit: contain;
    position: relative;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .note-body-txt-03400 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .sign-up-txt {
    font-size: 16px;
    position: static;
  }

  .buy-token-btn {
    width: 60vw;
  }

  .lottie-animation-11 {
    top: 12px;
  }

  .image-1062 {
    width: 150px;
  }

  .main-page-layout {
    width: 100%;
    min-width: 250px;
    position: static;
    overflow: visible;
  }

  .form-2 {
    display: block;
  }

  .div-block-205453471 {
    margin-left: 0;
    margin-right: 0;
  }

  .home-div0043 {
    display: block;
  }

  .div-block-2054534u {
    padding-top: 20px;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .heading-9347, .heading-9347.long_label {
    font-size: 4.5vw;
  }

  .slide-13 {
    height: 300px;
  }

  .text-field-39056 {
    width: 50vw;
  }

  .div-block-205453466 {
    flex: 0 auto;
    align-self: center;
  }

  .stop-auto-sniper-btn {
    text-align: center;
    min-width: 3em;
  }

  .checkbox-4 {
    width: 3em;
    height: 3em;
    margin-left: 0;
  }

  .wallet-balance-txt {
    font-size: 35px;
  }

  .main-menu-radio-btns {
    background-size: 35px 35px;
    flex: 0 auto;
    align-self: center;
    width: 14vw;
    min-width: 3.2rem;
    max-width: none;
    height: 60px;
    min-height: 3.5rem;
    max-height: none;
  }

  .main-menu-radio-btns.w--redirected-checked {
    aspect-ratio: auto;
    object-fit: fill;
    flex: none;
    align-self: stretch;
    overflow: visible;
  }

  .main-menu-labels-txts {
    align-self: stretch;
    font-size: 2.7vw;
    font-weight: 700;
  }

  .heading-996 {
    text-align: center;
    padding-right: 0;
  }

  .div-block-205453451 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-70 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 4vw;
    line-height: 25px;
  }

  .text-block-70.adjust0011.change-color-2 {
    font-size: 12px;
  }

  .text-block-70.change-color {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-25 {
    margin-left: 5px;
  }

  .image-1060 {
    height: auto;
  }

  .div-block-24 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-205453552 {
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .note-body-txt-3324, .settings-titles {
    font-size: 18px;
  }

  .div-block-209568 {
    padding: 20px;
  }

  .div-block-205453553 {
    padding-bottom: 5px;
  }

  .nexus-stake-btn-div {
    justify-content: flex-start;
    align-items: stretch;
  }

  .note-body-txt-0354 {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-pane-02-register {
    padding-left: 3%;
    padding-right: 3%;
  }

  .background-border-color-div {
    -webkit-text-stroke-color: #ffae0000;
    padding: 1em;
    display: block;
  }

  .tab-pane-04-add-wallet-1---blockchain-select {
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-field-323461 {
    width: 50vw;
  }

  .note-body-txt-034354 {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .lottie-animation-4 {
    bottom: -29px;
    left: 11px;
  }

  .text-span-28 {
    color: #9cffd4;
  }

  .div-block-4673438 {
    justify-content: center;
  }

  .note-body-txt-390234 {
    font-size: 18px;
  }

  .buy-token-btn-div {
    align-self: center;
  }

  .start-auto-sniper-btn {
    text-align: center;
    min-width: 6em;
  }

  .div-block-205453555 {
    padding-top: 20px;
  }

  .text-field-3903-copy {
    width: auto;
  }

  .div-block-205453559 {
    z-index: 30;
    width: 60vw;
  }

  .div-block-205453561 {
    grid-template-columns: 2fr;
    padding-top: 10px;
  }

  .div-block-205453562 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .div-block-205453566 {
    justify-content: center;
  }

  .select-field-3 {
    text-align: center;
  }

  .div-block-205453571 {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .heading-9348 {
    font-size: 4vw;
  }

  .div-block-205453572 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-color: #2f2f2f00;
    padding-top: 5px;
    display: block;
  }

  .text-field-3903453 {
    text-align: center;
    width: 40vw;
  }

  .div-block-205453573 {
    align-self: stretch;
    width: auto;
    min-width: 60vw;
    max-width: none;
  }

  .div-block-205453574 {
    align-self: stretch;
    margin-bottom: -30px;
    padding-bottom: 0;
  }

  .div-block-205453575 {
    display: none;
  }

  .div-block-205453577 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-205453579 {
    z-index: 1;
    position: relative;
  }

  .heading-9349 {
    font-size: 3.2vw;
  }

  .text-field-3903454 {
    text-align: center;
    width: 60vw;
  }

  .div-block-205453585 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .heading-9350 {
    text-align: center;
    font-size: 12vw;
  }

  .div-block-205453587 {
    flex: 0 auto;
    align-self: flex-start;
  }

  .div-block-205453588 {
    max-width: 100%;
  }

  .text-field-3903455 {
    width: 70vw;
  }

  .div-block-205453593 {
    z-index: 1;
    position: relative;
  }

  .heading-9351 {
    font-size: 26px;
  }

  .text-span-29 {
    color: #9cffd4;
  }

  .div-block-205453594 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
  }

  .text-block-75 {
    font-size: 3vw;
  }

  .div-block-205453599 {
    z-index: 51;
    background-color: #f9655c;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 100px;
    display: block;
    position: relative;
  }

  .image-10696 {
    width: 78vw;
    height: 21vh;
  }

  .div-block-205453604 {
    display: block;
  }

  .div-block-205453605 {
    position: relative;
  }

  .div-block-205453606 {
    display: none;
    position: absolute;
    inset: 0%;
  }

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

  .field-label-789 {
    align-self: flex-start;
  }

  .text-block-77 {
    text-align: center;
    font-size: 22px;
    line-height: 25px;
    text-decoration: none;
  }

  .button-9 {
    display: block;
    overflow: visible;
  }

  .text-span-30 {
    font-size: 12px;
  }

  .slide-15 {
    height: 300px;
  }

  .div-block-205453616 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-205453618 {
    justify-content: center;
  }

  .div-block-205453620 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-self: center;
    align-items: stretch;
  }

  .div-block-205453622 {
    overflow: visible;
  }

  .div-block-205453625 {
    padding: 10px 20px;
  }

  .image-10698 {
    width: 180px;
    min-width: 130px;
  }

  .text-field-3903456 {
    width: 15em;
  }

  .div-block-205453628 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: center;
    display: flex;
  }

  .image-10700 {
    max-width: 90px;
    max-height: 30px;
  }

  .image-10701 {
    width: 60%;
  }

  .button-10 {
    font-size: 13px;
    font-weight: 400;
  }

  .text-span-31 {
    font-size: 12px;
  }

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

  .div-block-205453629 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-205453630 {
    z-index: 51;
    border-radius: 0;
    margin-top: -20px;
    position: relative;
  }

  .div-block-205453631 {
    padding-top: 10px;
    padding-bottom: 163px;
  }

  .div-block-205453633 {
    align-self: center;
    align-items: stretch;
  }

  .div-block-205453635 {
    box-shadow: none;
  }

  .div-block-205453637 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed-2 {
    border-radius: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-205453644 {
    bottom: -3%;
  }

  .slide-16 {
    height: 300px;
  }

  .div-block-205453648 {
    display: block;
  }

  .heading-9352 {
    font-size: 4vw;
  }

  .div-block-205453649 {
    z-index: 50;
    opacity: .7;
    max-width: 100%;
    display: block;
    position: absolute;
    inset: auto 0% 30%;
  }

  .div-block-205453650 {
    max-width: 100%;
    position: absolute;
    inset: 25% 0% 0%;
  }

  .div-block-205453652 {
    position: relative;
  }

  .radio-button-field-4 {
    justify-content: center;
    align-items: stretch;
  }

  .text-field-3903457 {
    text-align: center;
    width: 50vw;
  }

  .div-block-205453654 {
    aspect-ratio: auto;
    object-fit: contain;
    position: relative;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .tabs-menu-7 {
    flex-flow: column;
    grid-auto-columns: 1fr;
    justify-content: center;
  }

  .lottie-animation-16 {
    top: 12px;
  }

  .image-10706 {
    width: 150px;
  }

  .div-block-205453656 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-9353, .heading-9353.long_label {
    font-size: 4.5vw;
  }

  .slide-18 {
    height: 300px;
  }

  .text-field-3903458 {
    width: 50vw;
  }

  .div-block-205453659 {
    flex: 0 auto;
    align-self: center;
  }

  .checkbox-6 {
    width: 3em;
    height: 3em;
    margin-left: 0;
  }

  .heading-9354 {
    text-align: center;
    padding-right: 0;
  }

  .div-block-205453663 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-80 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 4vw;
    line-height: 25px;
  }

  .text-block-80.adjust0011.change-color-2 {
    font-size: 12px;
  }

  .text-block-80.change-color {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-205453666 {
    margin-left: 5px;
  }

  .div-block-205453667 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-205453668 {
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-205453669 {
    padding: 20px;
  }

  .div-block-205453670 {
    padding-bottom: 5px;
  }

  .text-field-3903459 {
    width: 50vw;
  }

  .lottie-animation-17 {
    bottom: -29px;
    left: 11px;
  }

  .text-span-33 {
    color: #9cffd4;
  }

  .div-block-205453677 {
    justify-content: center;
  }

  .div-block-205453680 {
    padding-top: 20px;
  }

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

  .slide-20 {
    height: 300px;
  }

  .div-block-205453685 {
    bottom: -3%;
  }

  .div-block-205453687 {
    padding: 20px;
  }

  .div-block-205453689 {
    padding-top: 20px;
  }

  .mask-3 {
    border-radius: 20px;
    width: 70vw;
  }

  .slider-4._w-slider {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-video {
    width: 341px;
    height: 170px;
  }

  .div-block-35 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .html-audio-player-embed {
    text-align: center;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    display: flex;
    overflow: visible;
  }

  .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-34 {
    font-size: var(--typography-scale--20px);
  }

  .text-span-35 {
    font-size: var(--typography-scale--14px);
  }

  .text-span-36 {
    font-size: var(--typography-scale--24px);
  }

  .generate-wallet-warning-txt {
    text-align: left;
  }

  .continue-to-main-menu-txt {
    text-align: center;
  }

  .prv-key-textarea-input {
    font-size: var(--typography-scale--14px);
  }

  .show-wallet-address {
    align-self: center;
  }

  .show-wallet-address-btn {
    width: 13em;
    padding-left: .25em;
    padding-right: .25em;
    font-size: 13px;
  }

  .code-embed-mobile {
    border-radius: 0;
    display: block;
  }

  .code-embed-desktop {
    border-radius: 0;
    display: none;
  }

  .div-block-205453701 {
    justify-content: start;
  }

  .heading-9355 {
    font-size: 8vw;
  }

  .text-block-85.subtext_1 {
    font-size: 2.7vw;
  }

  .text-block-85.text_1 {
    font-size: 4vw;
  }

  .button-12 {
    font-size: 3.5vw;
  }

  .image-10719 {
    top: 10.5%;
    right: 13%;
  }
}

#w-node-_65d5f0f1-a4a9-a249-4d19-51edf3aa19ad-90e940bf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ff7d643b-1050-28d8-b457-0c38bd428d72-90e940bf, #w-node-bd45f26a-dc40-5a57-1305-cf8cb46b7dd9-90e940bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7ca1ee7f-db93-7ae1-7f4d-4c8948b5addb-90e940bf {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-c0156dbe-f923-b29b-73c1-050d66c3578f-90e940bf, #w-node-_6f92b28c-ff60-ffff-cf68-54b509f0aabd-90e940bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d98f9c10-6344-4ede-ba84-d2c34131668c-90e940bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d98f9c10-6344-4ede-ba84-d2c341316693-90e940bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d98f9c10-6344-4ede-ba84-d2c34131669a-90e940bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0682eca3-af01-7fbb-49a3-34f12c628f2b-90e940bf, #w-node-_0682eca3-af01-7fbb-49a3-34f12c628f2c-90e940bf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0682eca3-af01-7fbb-49a3-34f12c628f2d-90e940bf {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-b97aacbe-4415-0962-08cd-3640c581415c-90e940bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b97aacbe-4415-0962-08cd-3640c5814162-90e940bf, #w-node-b97aacbe-4415-0962-08cd-3640c5814169-90e940bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fde4d9f-3497-cfaa-f254-6633b4a63c1d-90e940bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-f70c66c7-5a59-148c-4360-f298bad12930-90e940bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc127961-a205-39c9-310e-1ddbd4c11ff1-d4c11fe4, #w-node-cc127961-a205-39c9-310e-1ddbd4c12013-d4c11fe4, #w-node-cc127961-a205-39c9-310e-1ddbd4c12039-d4c11fe4, #w-node-cc127961-a205-39c9-310e-1ddbd4c12063-d4c11fe4, #w-node-cc127961-a205-39c9-310e-1ddbd4c12085-d4c11fe4, #w-node-cc127961-a205-39c9-310e-1ddbd4c120a7-d4c11fe4 {
  justify-self: center;
}

#w-node-_2f22bee4-2e7d-a753-2f1a-5e74b9ea9a30-b9ea9a2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f22bee4-2e7d-a753-2f1a-5e74b9ea9a37-b9ea9a2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_38d72ab6-7392-8508-782d-86419b1016af-9b10169e, #w-node-_38d72ab6-7392-8508-782d-86419b1016db-9b10169e, #w-node-_38d72ab6-7392-8508-782d-86419b101707-9b10169e, #w-node-_38d72ab6-7392-8508-782d-86419b101733-9b10169e {
  justify-self: center;
}

#w-node-_0ac812a0-1c96-3038-e535-8e74be7217fe-be7217ee, #w-node-_0ac812a0-1c96-3038-e535-8e74be7217ff-be7217ee {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0ac812a0-1c96-3038-e535-8e74be721800-be7217ee {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_77acb796-6814-63f4-3f8e-058fd08302c0-715536ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_77acb796-6814-63f4-3f8e-058fd08302c4-715536ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_77acb796-6814-63f4-3f8e-058fd08302c5-715536ba, #w-node-_7d6c84a9-e91d-ac8e-24e9-254e01716769-715536ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e8061e3-7364-76da-c587-b7eb25956f15-715536ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_7e8061e3-7364-76da-c587-b7eb25956f19-715536ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_7e8061e3-7364-76da-c587-b7eb25956f1a-715536ba, #w-node-_7e8061e3-7364-76da-c587-b7eb25956f1d-715536ba, #w-node-e318606d-1d4c-49d7-ea50-1fcb4b3efd47-715536ba, #w-node-bc74f7e0-3e87-1379-fca2-e4b1581e94d3-715536ba, #w-node-_0b207310-b3d5-30f1-f8ae-45bacbdaf1c6-715536ba, #w-node-_452e31bd-b8d4-58e3-d035-9c47ab2ca752-715536ba, #w-node-_1a976edf-629b-56da-a1d3-e37bcbb8d087-cbb8d084, #w-node-_1a976edf-629b-56da-a1d3-e37bcbb8d097-cbb8d084, #w-node-_1a976edf-629b-56da-a1d3-e37bcbb8d099-cbb8d084, #w-node-_1a976edf-629b-56da-a1d3-e37bcbb8d0ad-cbb8d084, #w-node-_1a976edf-629b-56da-a1d3-e37bcbb8d0c1-cbb8d084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_593b195f-e207-b9f5-b91e-6a95e01f1a74-90e9412a, #w-node-_1d238ebf-9e03-dd0f-5cd6-a832d8e65d4b-90e9412a, #w-node-_68a53645-7dd1-d593-5895-11266296d41c-90e9412a, #w-node-_439227a4-37da-c78a-fe48-0785fb08d58d-90e9412a, #w-node-_4f51ab2f-4492-a4d9-6b4d-0f3fd8eead46-90e9412a {
  justify-self: center;
}

#w-node-_7e277cdd-5dce-c3a4-3ae0-bea0ab60399e-90e9412b, #w-node-_7e277cdd-5dce-c3a4-3ae0-bea0ab60399f-90e9412b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7e277cdd-5dce-c3a4-3ae0-bea0ab6039a0-90e9412b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_23094cad-a518-b112-856d-6c43adae4854-90e94163, #w-node-_6406b257-22a3-31cf-518b-acd65e4c6562-90e94163 {
  place-self: center;
}

#w-node-ad4f7c06-4e64-6306-1998-c1cce4bc7470-90e94163 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-ad4f7c06-4e64-6306-1998-c1cce4bc747c-90e94163 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_43c839d7-7954-7b8d-6fb0-ea1c9023af41-90e94163 {
  place-self: center;
}

#w-node-_234d909f-ec18-8f6d-dc9a-a771b0d482e7-90e94163 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_234d909f-ec18-8f6d-dc9a-a771b0d48304-90e94163 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_5b031c09-d094-ba79-02ce-9dd4c11bbde9-90e94163 {
  place-self: center;
}

#w-node-_623d5830-01be-3523-e76b-5ac60d9c3e5f-90e94163 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_623d5830-01be-3523-e76b-5ac60d9c3e6b-90e94163 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_15eba220-3ffd-ef09-e09e-4b6c1dd463ac-90e94163 {
  place-self: center;
}

#w-node-_42ee636c-16d2-02ea-8d55-b0885507f39e-90e94163 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_42ee636c-16d2-02ea-8d55-b0885507f3a6-90e94163 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-e910944d-3e11-d8ac-ac0e-7d0e0f88199c-90e94163 {
  place-self: center;
}

#w-node-_32f2a86a-f263-d10c-ac9d-8b06440ce3cf-90e94163 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_699db90f-42e9-950f-2eca-70006a1d19d1-90e94163 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_699db90f-42e9-950f-2eca-70006a1d19f2-90e94163 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_699db90f-42e9-950f-2eca-70006a1d19f4-90e94163, #w-node-faea1f44-48d5-477f-3a73-40c78410b143-90e94163 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-faea1f44-48d5-477f-3a73-40c78410b14b-90e94163 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-_23094cad-a518-b112-856d-6c43adae4854-90e94166, #w-node-_6406b257-22a3-31cf-518b-acd65e4c6562-90e94166 {
  place-self: center;
}

#w-node-_7d304b1a-c496-9e03-c1f8-dbb7325fff1c-90e94166 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_23094cad-a518-b112-856d-6c43adae4854-90e94168 {
  place-self: center;
}

#w-node-_7d304b1a-c496-9e03-c1f8-dbb7325fff1c-90e94168 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_23094cad-a518-b112-856d-6c43adae4854-90e94169, #w-node-_6406b257-22a3-31cf-518b-acd65e4c6562-90e94169 {
  place-self: center;
}

#w-node-_7d304b1a-c496-9e03-c1f8-dbb7325fff1c-90e94169 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_23094cad-a518-b112-856d-6c43adae4854-90e9416a, #w-node-_6406b257-22a3-31cf-518b-acd65e4c6562-90e9416a {
  place-self: center;
}

#w-node-_7d304b1a-c496-9e03-c1f8-dbb7325fff1c-90e9416a {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_23094cad-a518-b112-856d-6c43adae4854-90e9416b {
  place-self: center;
}

#w-node-_081193fb-a742-8771-dfd8-83b8f4ef41f0-90e9416b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start stretch;
}

#w-node-_7d304b1a-c496-9e03-c1f8-dbb7325fff1c-90e9416b {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_23094cad-a518-b112-856d-6c43adae4854-90e9416c {
  place-self: center;
}

#w-node-_9eeb6f8d-8aa8-4a6c-5567-8e5155cefcc4-90e9416c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start stretch;
}

#w-node-_7d304b1a-c496-9e03-c1f8-dbb7325fff1c-90e9416c {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_23094cad-a518-b112-856d-6c43adae4854-90e9416d, #w-node-_6406b257-22a3-31cf-518b-acd65e4c6562-90e9416d {
  place-self: center;
}

#w-node-_7d304b1a-c496-9e03-c1f8-dbb7325fff1c-90e9416d, #w-node-c98b44c8-cf06-2532-40f4-71efa0198a53-90e9416e {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_36af9b83-e20f-ea13-a402-c787df9607d1-90e94182, #w-node-_36af9b83-e20f-ea13-a402-c787df9607d2-90e94182 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_36af9b83-e20f-ea13-a402-c787df9607d3-90e94182 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c346-90e94185 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c34a-90e94185 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start end;
}

#sign-out-btn.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c350-90e94185 {
  place-self: center start;
}

#w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c354-90e94185 {
  place-self: center;
}

#admin-controls-btn.w-node-d20786ae-5bc2-104f-3443-a2e08ac9e7d9-90e94185 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#switch-wallet-btn.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c357-90e94185 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#continue-with-wallet-btn.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c407-90e94185, #delete-wallet-btn.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c409-90e94185 {
  justify-self: stretch;
}

#ethereum-link.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c438-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c43a-90e94185, #solana-link.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c43d-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c43f-90e94185, #bnb-link.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c442-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c444-90e94185, #polygon-link.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c447-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c449-90e94185, #avalanche-link.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c44c-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c44e-90e94185, #cardano-link.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c451-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c453-90e94185, #arbitrum-link.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c456-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c458-90e94185, #optimism-link.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c45b-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c45d-90e94185, #base-link.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c460-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c462-90e94185, #refresh-balance-btn.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c4fd-90e94185 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#loading-wheel-refresh-div.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c501-90e94185 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c508-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c50c-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c512-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c519-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c51d-90e94185 {
  place-self: stretch stretch;
}

#w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c745-90e94185 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#earnings-admin.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c74d-90e94185 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c74e-90e94185 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c75a-90e94185 {
  grid-area: 2 / 2 / 3 / 3;
}

#earnings-user.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c788-90e94185 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c789-90e94185 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c795-90e94185 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c8ce-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c8d5-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c8dc-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c8e3-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c8ea-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c8f1-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c8f8-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c8ff-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c937-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c93e-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c945-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c94c-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c953-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c95a-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c961-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c968-90e94185 {
  place-self: center;
}

#w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c346-ad1d04dc {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c34a-ad1d04dc {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start end;
}

#sign-out-btn.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c350-ad1d04dc {
  place-self: center start;
}

#w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c354-ad1d04dc {
  place-self: center;
}

#admin-controls-btn.w-node-d20786ae-5bc2-104f-3443-a2e08ac9e7d9-ad1d04dc {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#switch-wallet-btn.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c357-ad1d04dc {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#continue-with-wallet-btn.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c407-ad1d04dc, #delete-wallet-btn.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c409-ad1d04dc {
  justify-self: stretch;
}

#ethereum-link.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c438-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c43a-ad1d04dc, #solana-link.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c43d-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c43f-ad1d04dc, #bnb-link.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c442-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c444-ad1d04dc, #polygon-link.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c447-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c449-ad1d04dc, #avalanche-link.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c44c-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c44e-ad1d04dc, #cardano-link.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c451-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c453-ad1d04dc, #arbitrum-link.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c456-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c458-ad1d04dc, #optimism-link.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c45b-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c45d-ad1d04dc, #base-link.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c460-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c462-ad1d04dc, #refresh-balance-btn.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c4fd-ad1d04dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#loading-wheel-refresh-div.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c501-ad1d04dc {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c508-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c50c-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c512-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c519-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c51d-ad1d04dc {
  place-self: stretch stretch;
}

#w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c745-ad1d04dc {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#earnings-admin.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c74d-ad1d04dc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c74e-ad1d04dc {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c75a-ad1d04dc {
  grid-area: 2 / 2 / 3 / 3;
}

#earnings-user.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c788-ad1d04dc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c789-ad1d04dc {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c795-ad1d04dc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c8ce-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c8d5-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c8dc-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c8e3-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c8ea-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c8f1-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c8f8-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c8ff-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c937-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c93e-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c945-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c94c-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c953-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c95a-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c961-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c968-ad1d04dc {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_65d5f0f1-a4a9-a249-4d19-51edf3aa19ad-90e940bf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ff7d643b-1050-28d8-b457-0c38bd428d72-90e940bf {
    justify-self: stretch;
  }

  #w-node-bd45f26a-dc40-5a57-1305-cf8cb46b7dd9-90e940bf {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-c0156dbe-f923-b29b-73c1-050d66c3578f-90e940bf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6f92b28c-ff60-ffff-cf68-54b509f0aabd-90e940bf, #w-node-f28cb320-db34-6753-c954-43287a46222c-90e940bf, #w-node-c664998b-7134-2d25-f2a5-bd85b611a085-90e940bf {
    place-self: center;
  }

  #w-node-d98f9c10-6344-4ede-ba84-d2c34131668c-90e940bf, #w-node-d98f9c10-6344-4ede-ba84-d2c34131669a-90e940bf {
    justify-self: center;
  }

  #w-node-b97aacbe-4415-0962-08cd-3640c581415c-90e940bf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2f22bee4-2e7d-a753-2f1a-5e74b9ea9a37-b9ea9a2c {
    justify-self: start;
  }

  #w-node-_77acb796-6814-63f4-3f8e-058fd08302c0-715536ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_23094cad-a518-b112-856d-6c43adae4854-90e94163 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6406b257-22a3-31cf-518b-acd65e4c6562-90e94163 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ad4f7c06-4e64-6306-1998-c1cce4bc7470-90e94163 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ad4f7c06-4e64-6306-1998-c1cce4bc747c-90e94163 {
    grid-row: 1 / 2;
  }

  #w-node-_43c839d7-7954-7b8d-6fb0-ea1c9023af41-90e94163 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_43c839d7-7954-7b8d-6fb0-ea1c9023af4d-90e94163 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_234d909f-ec18-8f6d-dc9a-a771b0d482e7-90e94163 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_234d909f-ec18-8f6d-dc9a-a771b0d48304-90e94163 {
    grid-row: 1 / 2;
  }

  #w-node-_5b031c09-d094-ba79-02ce-9dd4c11bbde9-90e94163 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5b031c09-d094-ba79-02ce-9dd4c11bbdfb-90e94163 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_623d5830-01be-3523-e76b-5ac60d9c3e5f-90e94163 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_623d5830-01be-3523-e76b-5ac60d9c3e6b-90e94163 {
    grid-row: 1 / 2;
  }

  #w-node-_15eba220-3ffd-ef09-e09e-4b6c1dd463ac-90e94163 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_15eba220-3ffd-ef09-e09e-4b6c1dd463c2-90e94163 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_42ee636c-16d2-02ea-8d55-b0885507f39e-90e94163 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_42ee636c-16d2-02ea-8d55-b0885507f3a6-90e94163 {
    grid-row: 1 / 2;
  }

  #w-node-e910944d-3e11-d8ac-ac0e-7d0e0f88199c-90e94163 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e910944d-3e11-d8ac-ac0e-7d0e0f8819a4-90e94163 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_32f2a86a-f263-d10c-ac9d-8b06440ce3cf-90e94163 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_699db90f-42e9-950f-2eca-70006a1d19d1-90e94163 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_699db90f-42e9-950f-2eca-70006a1d19f2-90e94163 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_699db90f-42e9-950f-2eca-70006a1d19f4-90e94163 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-faea1f44-48d5-477f-3a73-40c78410b143-90e94163 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-faea1f44-48d5-477f-3a73-40c78410b14b-90e94163 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_23094cad-a518-b112-856d-6c43adae4854-90e94166 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6406b257-22a3-31cf-518b-acd65e4c6562-90e94166 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7d304b1a-c496-9e03-c1f8-dbb7325fff1c-90e94166 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_23094cad-a518-b112-856d-6c43adae4854-90e94168 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7d304b1a-c496-9e03-c1f8-dbb7325fff1c-90e94168 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_23094cad-a518-b112-856d-6c43adae4854-90e94169 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6406b257-22a3-31cf-518b-acd65e4c6562-90e94169 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7d304b1a-c496-9e03-c1f8-dbb7325fff1c-90e94169 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_23094cad-a518-b112-856d-6c43adae4854-90e9416a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6406b257-22a3-31cf-518b-acd65e4c6562-90e9416a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7d304b1a-c496-9e03-c1f8-dbb7325fff1c-90e9416a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_23094cad-a518-b112-856d-6c43adae4854-90e9416b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_081193fb-a742-8771-dfd8-83b8f4ef41f0-90e9416b {
    grid-column: 1 / 2;
  }

  #w-node-_7d304b1a-c496-9e03-c1f8-dbb7325fff1c-90e9416b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_23094cad-a518-b112-856d-6c43adae4854-90e9416c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9eeb6f8d-8aa8-4a6c-5567-8e5155cefcc4-90e9416c {
    grid-column: 1 / 2;
  }

  #w-node-_7d304b1a-c496-9e03-c1f8-dbb7325fff1c-90e9416c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_23094cad-a518-b112-856d-6c43adae4854-90e9416d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6406b257-22a3-31cf-518b-acd65e4c6562-90e9416d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7d304b1a-c496-9e03-c1f8-dbb7325fff1c-90e9416d, #w-node-c98b44c8-cf06-2532-40f4-71efa0198a53-90e9416e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c508-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c50c-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c512-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c519-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c51d-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c508-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c50c-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c512-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c519-ad1d04dc, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c51d-ad1d04dc {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_65d5f0f1-a4a9-a249-4d19-51edf3aa19ad-90e940bf {
    grid-column-end: 2;
  }

  #w-node-ff7d643b-1050-28d8-b457-0c38bd428d72-90e940bf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7ca1ee7f-db93-7ae1-7f4d-4c8948b5addb-90e940bf {
    grid-column-end: 2;
  }

  #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c745-90e94185, #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c745-ad1d04dc {
    place-self: end center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ff7d643b-1050-28d8-b457-0c38bd428d72-90e940bf {
    justify-self: auto;
  }

  #w-node-d98f9c10-6344-4ede-ba84-d2c341316693-90e940bf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2f22bee4-2e7d-a753-2f1a-5e74b9ea9a37-b9ea9a2c {
    justify-self: stretch;
  }

  #admin-controls-btn.w-node-d20786ae-5bc2-104f-3443-a2e08ac9e7d9-90e94185 {
    place-self: auto;
  }

  #continue-with-wallet-btn.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c407-90e94185 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c508-90e94185 {
    justify-self: center;
  }

  #earnings-admin.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c74d-90e94185, #earnings-user.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c788-90e94185 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #admin-controls-btn.w-node-d20786ae-5bc2-104f-3443-a2e08ac9e7d9-ad1d04dc {
    place-self: auto;
  }

  #continue-with-wallet-btn.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c407-ad1d04dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c508-ad1d04dc {
    justify-self: center;
  }

  #earnings-admin.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c74d-ad1d04dc, #earnings-user.w-node-b078ea78-e6c5-5773-f5aa-af19c1c2c788-ad1d04dc {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}