@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --yellow-green-nexorb: #bcfb28;
  --gray-300: #b3b3b3;
  --primary: #996aff;
  --nexorb: #fff;
  --border-radius: #222;
  --_apps---sidebar--sidebar-border-dark: #ffffff1a;
  --gray-500: #757575;
  --_apps---colors--background: var(--nexorb);
  --_apps---typography--heading-font: Satoshi, sans-serif;
  --_apps---typography--body-font: Satoshi, sans-serif;
  --_apps---typography--button-font: Satoshi, sans-serif;
  --_apps---sizes--radius: 12px;
  --_apps---colors--foreground: #030303;
  --_apps---colors--card: var(--nexorb);
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #f2f2f2;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary: var(--primary);
  --_apps---colors--primary-foreground: #0e0c15;
  --_apps---colors--secondary: #f7edff;
  --_apps---colors--secondary-foreground: #0e0c13;
  --_apps---colors--muted: #f8f8f8;
  --_apps---colors--muted-foreground: #7d797a;
  --_apps---colors--accent: #e4e4e4;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #d74843;
  --_apps---colors--border: #ebebeb;
  --_apps---colors--input: #eee;
  --_apps---colors--ring: #9577e4;
  --_apps---charts--chart-1: var(--primary);
  --_apps---charts--chart-2: #b398ff;
  --_apps---charts--chart-3: #8c52f8;
  --_apps---charts--chart-4: #7953cc;
  --_apps---charts--chart-5: #5f2fb0;
  --_apps---sidebar--sidebar: #f8f8f8;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: var(--primary);
  --_apps---sidebar--sidebar-primary-foreground: #0e0c15;
  --_apps---sidebar--sidebar-accent: #e4e4e4;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: #ebebeb;
  --_apps---sidebar--sidebar-ring: #9577e4;
  --_apps---colors--background-dark: #000;
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--card-dark: #020202;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--popover-dark: #020202;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--primary-dark: var(--primary);
  --_apps---colors--primary-foreground-dark: #0e0c15;
  --_apps---colors--secondary-dark: #080022;
  --_apps---colors--secondary-foreground-dark: #f9f7ff;
  --_apps---colors--muted-dark: #000;
  --_apps---colors--muted-foreground-dark: #747474;
  --_apps---colors--accent-dark: #121212;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #ff6f66;
  --_apps---colors--border-dark: #2222221a;
  --_apps---colors--input-dark: #ffffff26;
  --_apps---colors--ring-dark: #9f82ef;
  --_apps---charts--chart-1-dark: var(--primary);
  --_apps---charts--chart-2-dark: #c2a8ff;
  --_apps---charts--chart-3-dark: #7e41e7;
  --_apps---charts--chart-4-dark: #b494ff;
  --_apps---charts--chart-5-dark: #6c40c1;
  --_apps---sidebar--sidebar-dark: #000;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-primary-dark: var(--primary);
  --_apps---sidebar--sidebar-primary-foreground-dark: #0e0c15;
  --_apps---sidebar--sidebar-accent-dark: #121212;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-ring-dark: #9f82ef;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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 {
  color: #fff;
  background-color: #000;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .2em;
  font-family: Satoshi, sans-serif;
  font-size: 6.6rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h4:hover {
  color: var(--yellow-green-nexorb);
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

p {
  color: var(--gray-300);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: #fff;
  text-decoration: underline;
  display: block;
}

a:hover {
  color: var(--gray-300);
}

.section {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 96px;
  padding-bottom: 0;
  position: relative;
}

.section.hero {
  aspect-ratio: auto;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-image: url('../images/Desktop---3-6.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  border: 0 solid #0000;
  padding-top: 64px;
  padding-bottom: 40px;
}

.section.hero:lang(is) {
  background-image: url('../images/Localization-Demo.svg');
  background-position: 0 100%;
  background-size: cover;
}

.section.metrics {
  border: 1px solid #0000;
  padding-top: 40px;
  padding-bottom: 0;
}

.section.overflow-hidden {
  opacity: 1;
  background-image: url('../images/bg-map-pattarn.png');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 96px;
}

.section.cta {
  background-image: url('../images/Background-CTA2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  box-shadow: inset 20px 0 60px #000;
}

.section.contact {
  padding-top: 60px;
  padding-bottom: 0;
}

.section.contact:lang(fr) {
  padding-bottom: 20px;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image {
  float: none;
  clear: none;
  vertical-align: baseline;
  width: 100%;
  padding-top: 40px;
  display: inline-block;
}

.image:lang(zh) {
  width: 80%;
}

.button {
  grid-column-gap: .5rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button:hover {
  border-color: var(--yellow-green-nexorb);
  background-color: var(--yellow-green-nexorb);
  box-shadow: none;
  color: #000;
}

.button:focus {
  background-color: var(--gray-300);
  outline-color: var(--primary);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.button.nav {
  background-color: #bcfb2800;
  border: 1px solid #bcfb28;
  border-radius: 8rem;
  font-weight: 500;
}

.button.nav:hover {
  color: #fff;
  background-color: #bcfb28;
}

.button-secondary {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #111;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-secondary:hover {
  color: #fff;
  background-color: #000;
  border-color: #494949;
}

.button-secondary:focus {
  outline-color: var(--primary);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.button-secondary.nav {
  font-weight: 500;
}

.button-secondary.nav.hide-link {
  display: none;
}

.button-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.paragraph-large {
  color: var(--nexorb);
  text-align: left;
  letter-spacing: normal;
  font-size: 24px;
  line-height: 1.3;
}

.icon-small {
  color: var(--nexorb);
  width: 1.5rem;
  height: 1.5rem;
}

.layout-wrapper {
  border: 0px solid var(--border-radius);
  background-color: #ffffff0f;
  border-radius: 12px;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.layout-wrapper:hover {
  border-width: 1px;
  border-color: var(--yellow-green-nexorb);
  color: var(--yellow-green-nexorb);
  background-color: #ffffff1a;
}

.layout-wrapper.horizontal {
  border-width: 0;
  border-color: var(--nexorb);
  -webkit-text-stroke-color: grey;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.layout-wrapper.horizontal:hover {
  border-width: 1px;
  border-color: var(--yellow-green-nexorb);
}

.layout-wrapper.vertical:hover {
  color: var(--yellow-green-nexorb);
}

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

.header-image-wrapper:lang(zh) {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-header-component {
  z-index: 2;
  text-align: center;
  flex: 1;
  padding-top: 100px;
  font-family: Lexend, sans-serif;
}

.hero-header-component:lang(zh) {
  width: 718px;
}

.cta-header-component {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.navbar-menu-button {
  padding: 0;
}

.button-tertiary {
  grid-column-gap: .5rem;
  color: #475467;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-tertiary:hover {
  color: #344054;
  background-color: #f9fafb;
}

.button-tertiary.hide-tablet {
  color: var(--nexorb);
}

.button-tertiary.hide-tablet:hover {
  background-color: #252525;
}

.navbar-button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.navbar-menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar-link {
  color: #ffffffb3;
  align-items: center;
  padding: 1.75rem 1rem 1.75rem 4rem;
  font-family: Lexend, sans-serif;
  font-weight: 300;
  transition: all .3s;
}

.navbar-link:hover {
  color: var(--yellow-green-nexorb);
}

.navbar-link.w--current {
  color: #fff;
}

.icon-wrapper {
  color: #7f56d9;
  flex: none;
  margin-right: 16px;
}

.dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border: 1px solid #0000;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 12px;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.dropdown-link:hover {
  border: 1px solid var(--border-radius);
  background-color: #ffffff0f;
  border-radius: 6px;
}

.dropdown-link.w--current {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
}

.dropdown-link-menu {
  grid-row-gap: .5rem;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(250px, 500px));
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.navbar-container {
  flex-wrap: wrap;
  place-content: center space-between;
  align-items: center;
  width: 96%;
  max-width: 1280px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-list {
  border: 1px solid #292929;
  border-radius: 12px;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.dropdown-list.w--open {
  background-color: #161616;
  padding: 1rem;
  position: absolute;
}

.dropdown-toggle {
  color: #ffffffb3;
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--yellow-green-nexorb);
}

.dropdown-toggle.hide-link {
  display: none;
}

.menu-dropdown {
  position: relative;
}

.navbar-menu-left {
  text-align: left;
  position: static;
}

.navbar-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.navbar-wrapper {
  background-color: #0000;
  align-items: center;
  min-height: 80px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: sticky;
}

.text-medium {
  color: #ffffffb3;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.5;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  margin-bottom: 12px;
}

.badge {
  grid-column-gap: .375rem;
  opacity: .66;
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #111;
  border: 1px solid #4b4b4b;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.footer-legal-link {
  color: #ffffffb3;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.footer-legal-link:hover {
  color: var(--nexorb);
}

.footer-legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.text-small {
  color: #ffffffb3;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.5;
}

.text-small.text-color-light {
  color: #ffffffb3;
}

.footer-bottom-wrapper {
  border-top: 1px solid var(--border-radius);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.footer-social-icon {
  color: #ffffffb3;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .75rem;
}

.footer-social-link {
  color: #ffffffb3;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-social-link:hover {
  color: var(--nexorb);
}

.footer-link-list-heading {
  color: var(--nexorb);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 600;
}

.footer-link-list {
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: flex-end;
  place-items: flex-end start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-link {
  grid-column-gap: 8px;
  color: #ffffffb3;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link:hover {
  color: var(--nexorb);
}

.footer-menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  align-items: start;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.text-link {
  color: var(--nexorb);
  text-decoration: underline;
  transition: color .3s;
  display: inline-block;
}

.text-link:hover {
  color: #797979;
}

.form-input {
  border: 1px solid var(--border-radius);
  background-color: #ffffff0f;
  border-radius: 8rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input:focus {
  border-color: var(--primary);
  color: #101828;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #d7f76f80;
}

.form-input::placeholder {
  color: #ffffffb3;
}

.foot-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 12px;
  display: grid;
}

.footer-form-blog {
  width: 100%;
  max-width: 35rem;
  margin-top: 2rem;
  margin-bottom: 0;
}

.logo-link {
  margin-bottom: 2rem;
}

.footer-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
}

.footer-top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr auto;
  align-items: start;
}

.layout-text-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: -10px;
  display: flex;
}

.layout-list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--yellow-green-nexorb);
  background-color: #ffffff0f;
  background-image: url('../images/Background-pattern-2-.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 19px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  width: 100%;
  padding: 64px 32px;
}

.layout-metrics {
  grid-row-gap: 64px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.vertical-divider {
  background-color: var(--_apps---sidebar--sidebar-border-dark);
  border: 1px solid #fff0;
  border-radius: 12px;
  width: 1px;
  height: 100%;
}

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

.features-component-layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 60px;
  display: grid;
}

.paragraph {
  color: var(--nexorb);
  -webkit-text-stroke-color: var(--nexorb);
  overflow-wrap: normal;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.6;
}

.paragraph.max-width-40ch {
  max-width: 40ch;
}

.paragraph.text-color-accent {
  color: var(--primary);
}

.featured-icon-wrapper {
  background-color: #bdfb28;
  border: 1px solid #1e2843;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  display: flex;
}

.testimonial-card {
  grid-row-gap: 24px;
  border: 1px solid var(--border-radius);
  background-color: #ffffff1c;
  background-image: url('../images/Background-pattern-2-.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 48px;
  display: flex;
}

.testimonial-header {
  justify-content: center;
  width: 100%;
  margin-bottom: 59px;
  display: flex;
}

.testimonial-name {
  text-align: left;
  margin-bottom: 0;
}

.paragraph-small {
  color: var(--gray-300);
  font-size: 14px;
}

.heading {
  text-align: center;
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading.hero {
  margin-bottom: 0;
}

.heading.text-color-gray500 {
  color: var(--gray-500);
  max-width: 15ch;
}

.heading.text-color-gray500:lang(ja) {
  margin-right: 10px;
}

.hero-text-wrapper {
  z-index: 2;
  margin-bottom: 30px;
  position: relative;
}

.features-layout {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.bg-gradient {
  z-index: -1;
  opacity: .13;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: absolute;
  inset: -50% auto auto -35%;
}

.bg-gradient.right {
  opacity: .71;
  top: -30%;
  left: auto;
  right: -25%;
}

.cta-layout {
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 500px;
  display: flex;
}

.image-cta {
  z-index: -1;
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: 1;
  text-align: right;
  vertical-align: baseline;
  mix-blend-mode: normal;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  display: block;
  position: relative;
  inset: auto auto 0% 0%;
  transform: none;
}

.page-wrapper {
  overflow: hidden;
}

.form-success {
  color: #000;
  background-color: #349e3426;
  border: .0625rem solid #349e34;
  border-radius: .25rem;
  font-size: 1.1rem;
}

.section-anchor-offset {
  z-index: -1;
  position: absolute;
  inset: -7em 0% 0%;
}

.button-white {
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  background-color: #171717;
  background-image: linear-gradient(#ffffff05, #fff0);
  border-style: none;
  border-radius: .25rem;
  padding: .9em 1.2em;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
  box-shadow: 0 0 .125rem #00000040, inset 0 1px 1.8125rem #ffffff0a, inset 0 0 .03125rem #fff3;
}

.button-white:hover {
  background-color: #070707;
  box-shadow: inset 0 0 .0625rem #ffffff1c, 0 .0625rem .125rem #00000040, inset 0 1.4375rem 1.8125rem #ffffff0a, inset 0 .0625rem .03125rem #fff3;
}

.button-white:active {
  box-shadow: 10px 0 2rem -1rem #080808, inset 0 0 #ffffff14, inset 0 0 #ffffff52;
}

.button-white:focus-visible, .button-white[data-wf-focus-visible] {
  outline-offset: .125rem;
  outline: .125rem solid #919191;
}

.input-label {
  z-index: 1;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  position: relative;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-text-bold {
  font-weight: 500;
}

.form-error {
  background-color: #a5000033;
  border: .0625rem solid #a50000;
  width: 100%;
  margin-top: 32px;
  padding: .5em .75em;
}

.radio-group_horizontal {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.contact-us-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  background-color: #0f0f0f;
  background-image: url('../images/Background-CTA2.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: .0625rem solid #222;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  display: grid;
}

.input-block {
  margin-bottom: 1.5rem;
  position: relative;
}

.input-block.radio {
  align-items: center;
  margin-bottom: 0;
  padding: 0 0 0 2rem;
  display: flex;
}

.input-toggle {
  background-color: #f9f9f9;
  border-color: #898989;
  border-radius: .25rem;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  margin-top: 0;
  margin-left: -2rem;
  margin-right: .75rem;
  transition: border-color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.input-toggle.w--redirected-checked {
  background-color: #232427;
  background-image: url('../images/checkmark-small-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .75rem .75rem;
  border-style: none;
  border-color: #080808;
}

.input-toggle.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0rem;
  outline: .125rem solid #bbb;
}

.input-toggle.cc-radio {
  border-radius: 1.25rem;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), border-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s cubic-bezier(.165, .84, .44, 1);
}

.input-toggle.cc-radio.w--redirected-checked {
  background-image: none;
  box-shadow: inset 0 0 0 1px #080808, inset 0 0 0 5px #fff, inset 0 0 0 20px #000;
}

.input-toggle.cc-radio.cc-dark.w--redirected-checked {
  background-image: none;
  box-shadow: inset 0 0 0 .0625rem #919191, inset 0 0 0 .3125rem #0e0e0e, inset 0 0 0 1.25rem #fff;
}

.input-toggle.cc-dark {
  background-color: #171717;
  border: .0625rem solid #5a5a5a;
}

.input-toggle.cc-dark:hover {
  background-color: #222;
  border-color: #757575;
}

.input-toggle.cc-dark.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/Black-Checkmark.svg');
}

.form-section {
  margin-bottom: 3rem;
  padding-top: 0;
  padding-bottom: 0;
}

.input {
  background-color: #f9f9f9;
  border: .0625rem solid #919191;
  border-radius: .25rem;
  align-self: stretch;
  height: 100%;
  max-height: 3.25rem;
  margin-bottom: .625rem;
  margin-right: 1rem;
  padding: .9rem 1rem;
  font-size: 1rem;
  line-height: 1.3;
  transition: border-color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.input:hover {
  border-color: #000;
}

.input:focus {
  outline-offset: 0rem;
  outline: .1875rem solid #146ef5;
}

.input::placeholder {
  color: #000000a6;
}

.input.text-area {
  max-height: none;
}

.input.text-area.dark {
  background-color: #151515;
  border-color: #333;
  min-height: 130px;
}

.input.text-area.dark::placeholder {
  color: #757575;
}

.input.dark {
  color: #fff;
  background-color: #151515;
  border-color: #333;
}

.input.dark:hover {
  background-color: #222;
  border-color: #898989;
}

.input.dark:focus {
  border-color: #f5f5f5;
}

.input.dark::placeholder {
  color: #757575;
}

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

.contact-us-text {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.contact-item {
  align-items: center;
  display: flex;
}

.contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.dropdown-links {
  font-weight: 500;
}

.text-color-gray500 {
  color: var(--gray-500);
}

.hero-heading {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 80px;
  font-weight: 200;
  line-height: 1.1;
  display: flex;
}

.hero-heading:lang(zh) {
  font-size: 61px;
}

.dropdown-title {
  font-family: Lexend, sans-serif;
  font-weight: 300;
}

.collection-list {
  display: flex;
}

.stars-image {
  margin-bottom: 6px;
}

.hero-subheading {
  color: var(--yellow-green-nexorb);
  letter-spacing: .5em;
  -webkit-text-stroke-color: var(--yellow-green-nexorb);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
}

.hero-subheading:lang(zh) {
  font-size: 61px;
}

.feature-card-image {
  opacity: 1;
  pointer-events: none;
  border-radius: 12px;
  width: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.feature-card-image.horizontal {
  position: relative;
}

.cta-content-component {
  z-index: 2;
  position: absolute;
  inset: 0% auto auto 0%;
}

.locale {
  display: flex;
}

.image_flag {
  margin-right: 20px;
}

.locale-link {
  display: flex;
}

.language-wrapper {
  flex-flow: row;
  margin-right: 10px;
  display: flex;
}

.flag-image {
  margin-right: 10px;
}

.dropdown {
  color: #fff;
}

.locales-wrapper-2 {
  display: none;
}

.navbar-2 {
  mix-blend-mode: normal;
  background-color: #1a183d36;
  justify-content: flex-start;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.body-2 {
  background-color: #0000;
  background-image: linear-gradient(#1a183d, #1a183d);
  font-family: Lexend, sans-serif;
  font-weight: 400;
}

.text-block {
  color: #bcfb28;
  font-weight: 500;
}

.text-block:hover {
  color: #fff;
}

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

.change-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-don-t-change {
  color: #71c734;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.text-change-wrapper {
  height: 50px;
  padding-left: 10px;
  overflow: hidden;
}

.text-change {
  color: #fff;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.text-span {
  aspect-ratio: auto;
  letter-spacing: .2em;
  align-items: stretch;
  margin-top: 20px;
  font-family: Lexend, sans-serif;
  font-weight: 500;
  display: flex;
}

.bold-text {
  color: #bdfb28;
}

.button-2 {
  border: 1px solid var(--yellow-green-nexorb);
  background-color: var(--yellow-green-nexorb);
  border-radius: 33px;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  height: 55px;
  padding: 8px 12px 8px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 13px -2px #bdfb28;
}

.button-2:hover {
  border: 1px solid var(--yellow-green-nexorb);
  background-color: var(--_apps---sidebar--sidebar-border-dark);
  color: var(--_apps---sidebar--sidebar-border-dark);
}

.text-block-6 {
  color: #052468;
  text-align: left;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.text-block-6:hover {
  color: var(--yellow-green-nexorb);
  -webkit-text-stroke-color: #4928fd;
}

.arrow-div {
  background-color: #fff;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.arrow-div:hover {
  background-color: var(--yellow-green-nexorb);
}

.section-2 {
  background-color: var(--_apps---colors--background);
}

.right-divider {
  background-image: linear-gradient(90deg, #1b1d1e1a, #1b1e1d00 81%);
  width: 210px;
  max-width: 210px;
  height: 2px;
}

.left-overlay-div {
  background-image: linear-gradient(90deg, #fff, #fff0 75%);
  width: 16%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.left-divider {
  background-image: linear-gradient(90deg, #1b1e1d00, #1b1d1e1a 80%);
  width: 1920px;
  max-width: 170px;
  height: 2px;
}

.divider-with-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1b1d1e99;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.home-logo-section {
  padding-top: 40px;
  padding-bottom: 60px;
}

.right-overlay-div {
  background-image: linear-gradient(90deg, #fff0, #fff 75%);
  width: 16%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.logo-sec-container {
  max-width: 1272px;
}

.logo-section {
  max-width: 1385px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.static-marquee_logos {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  width: 100vw;
  display: flex;
}

.logo-2 {
  width: 140px;
  min-width: 140px;
  max-width: 140px;
}

.brand-txt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.marquee_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 200vw;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.stats {
  color: #bdfb28;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #bdfb28;
  padding-bottom: 20px;
  font-size: 45px;
  font-weight: 700;
}

.counter-text {
  color: #befb28;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Lexend, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.4;
}

.supply-chain-and-logistics {
  z-index: -1;
  box-sizing: border-box;
  object-fit: fill;
  width: 100%;
  height: 135%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.text-span-2 {
  color: var(--yellow-green-nexorb);
}

.section-wrapper {
  padding: 120px 20px;
}

.counter-col {
  text-align: center;
  border-right: 1px solid #797c83;
  padding: 10px 40px;
}

.bg-map {
  opacity: .5;
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.counter-text-2 {
  color: #fff;
  margin-top: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.block-right {
  padding-left: 10%;
}

.mumber-col {
  color: #fd4b8b;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
}

.number-col-support {
  color: #32b77a;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
}

.grid-image-left {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  width: 100%;
}

.number-col-customer {
  color: #8979ec;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.subtitloe {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.sec-title {
  color: #1f2022;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Lato, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.para-text {
  color: #797c83;
  font-size: 18px;
  line-height: 1.6;
}

.grid-counter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
  margin-top: 60px;
}

.cargo-conatiner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.counter-col-border {
  text-align: center;
  padding: 10px 40px;
}

.block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.image-block {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.hathora-world-map {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.image-2 {
  -webkit-text-stroke-color: #0b204d;
}

.faq-section {
  background-image: url('../images/Background-pattern.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 200px;
  position: relative;
}

.container-3 {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.container-3.faq-container {
  background-color: #ffffff0f;
  border-radius: 15px;
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
  box-shadow: 0 0 50px #2d3e500f;
}

.container-3.faq-container:hover {
  border: 1px solid #bdfb28;
}

.faq-plus {
  background-color: #bdfb28;
  border-radius: 3px;
  width: 100%;
  height: 5px;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 45px;
  overflow: hidden;
}

.faq-answer.last-faq-answer {
  border-bottom-width: 0;
}

.faq-answer-text {
  color: var(--nexorb);
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 200;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.full-texture {
  z-index: 0;
  opacity: .2;
  position: absolute;
  inset: 0;
}

.link {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-q-text {
  font-family: Lexend, sans-serif;
  font-weight: 400;
}

.faq-plus-l {
  background-color: #bdfb28;
  border-radius: 3px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  height: 90px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

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

.pricing-h1.faq-h2 {
  margin-bottom: 50px;
}

.text-span-3 {
  color: #bdfb28;
  -webkit-text-stroke-color: #bdfb28;
}

.section-3 {
  background-image: url('../images/Background-pattern-2-.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-span-4, .text-span-5, .text-span-6 {
  color: var(--yellow-green-nexorb);
}

.text-span-7 {
  color: var(--yellow-green-nexorb);
  font-size: 23px;
}

.text-span-8 {
  color: var(--yellow-green-nexorb);
}

.link-2 {
  color: #000;
}

.button-3 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0b6dff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 18px 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-3:hover {
  background-color: #284ee7;
}

.button-3.mg-top-36px {
  box-sizing: border-box;
  background-color: var(--yellow-green-nexorb);
  color: #052468;
  -webkit-text-stroke-color: #03153d;
  border-radius: 50px;
  margin-top: 36px;
  font-weight: 500;
}

.button-3.is--secondary {
  color: #080808;
  background-color: #ededed00;
  border: 1px solid #080808;
  border-radius: 20px;
  padding: 10px 12px;
}

.page-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: grid;
}

.button-_icon {
  margin-left: 12px;
}

.form_text-field {
  border: 1px solid var(--border-radius);
  border-radius: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form_text-field:hover, .form_text-field:focus-visible, .form_text-field[data-wf-focus-visible] {
  border-color: var(--yellow-green-nexorb);
}

.information_header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 96px;
  display: flex;
}

.display-1 {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 62px;
}

.display-1.width-80percent {
  color: #0c0c0c;
  width: 80%;
  font-weight: 700;
}

.information_section {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  padding: 40px;
  display: flex;
}

.information_section.background-color.neutral-200 {
  -webkit-text-stroke-color: #fff0;
  background-color: #fff0;
}

.information_section.background-color.neutral-200.is--footer.hide-desktop {
  display: none;
}

.form_success-message {
  background-color: #eaf3ff;
  border-radius: 6px;
}

.divider {
  background-color: #ccc;
  width: 100%;
  max-width: 300px;
  height: 1px;
  margin-top: 56px;
  margin-bottom: 16px;
}

.text-span-9 {
  color: #5600e3;
}

.form_section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 64px;
  display: flex;
}

.form_block {
  width: 400px;
}

.form_field-label {
  color: #2b2b2b;
  margin-bottom: 6px;
  font-size: 1em;
  font-weight: 500;
}

.is--second {
  color: #000;
  margin-left: 32px;
}

.paragraph-small-2 {
  font-size: 14px;
  line-height: 20px;
}

.form_error-message {
  background-color: #ffecec;
  border-radius: 6px;
}

.width-60percent {
  width: 60%;
  line-height: 1.3em;
}

.image-3 {
  float: none;
  vertical-align: baseline;
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  display: inline-block;
  position: relative;
  inset: auto 0% 0%;
}

.input-wrap {
  flex-direction: column;
  flex: 1;
  margin-bottom: 20px;
  display: flex;
}

.label {
  font-weight: 500;
}

.input-2 {
  border: 1px solid var(--border-radius);
  color: var(--border-radius);
  border-radius: 20px;
  margin-bottom: 0;
  box-shadow: 0 2px 2px #0000001a;
}

.input-2:focus-visible, .input-2[data-wf-focus-visible] {
  border-color: var(--yellow-green-nexorb);
}

@media screen and (min-width: 1440px) {
  .link-2, .form_field-label, .is--second, .width-60percent {
    font-size: .8em;
  }
}

@media screen and (min-width: 1920px) {
  .link-2 {
    font-size: .8em;
  }

  .display-1 {
    font-size: 94px;
    line-height: 92px;
  }

  .display-1.width-80percent {
    font-size: 66px;
    line-height: 80px;
  }

  .form_field-label, .is--second, .width-60percent {
    font-size: .8em;
  }
}

@media screen and (max-width: 991px) {
  .section.hero {
    background-position: 50% 0;
    background-size: auto;
  }

  .image {
    min-width: 18rem;
    max-width: 35rem;
  }

  .button.nav, .button-secondary.nav {
    width: 100%;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .layout-wrapper.horizontal, .layout-wrapper.vertical {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cta-header-component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .menu-icon {
    background-color: var(--nexorb);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-middle-line {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-middle {
    background-color: var(--nexorb);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: var(--nexorb);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
  }

  .hide-tablet {
    display: none;
  }

  .navbar-button-wrapper {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .navbar-menu-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .navbar-link {
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link:hover {
    color: var(--gray-300);
  }

  .dropdown-link {
    width: 100%;
  }

  .dropdown-link:hover {
    background-color: #ffffff0f;
    width: 100%;
  }

  .dropdown-link-menu {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .dropdown-toggle {
    align-items: center;
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .dropdown-toggle:hover {
    color: var(--gray-300);
  }

  .menu-dropdown {
    width: 100%;
    position: relative;
  }

  .navbar-menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .navbar-menu {
    border-top: 1px solid var(--border-radius);
    -webkit-text-fill-color: inherit;
    background-color: #131313;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 3.2rem 5rem;
    position: absolute;
  }

  .footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .layout-list-item {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .vertical-divider {
    display: none;
  }

  .features-component-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .testimonial-card {
    padding: 31px;
  }

  .cta-layout {
    align-items: flex-end;
  }

  .image-cta {
    z-index: 0;
    object-fit: contain;
  }

  .contact-us-form {
    max-width: none;
    padding: 3rem;
  }

  .input-block {
    margin-bottom: 1.5rem;
  }

  .input-toggle {
    min-width: 1.5rem;
    min-height: 1.5rem;
  }

  .form-section {
    margin-bottom: 3rem;
    position: relative;
  }

  .collection-list {
    flex-wrap: wrap;
  }

  .feature-card-image {
    width: auto;
    height: 100%;
  }

  .feature-card-image.horizontal {
    object-fit: none;
    position: absolute;
  }

  .testimonial-cms-item {
    width: 50%;
  }

  .collection-list-2 {
    grid-row-gap: 20px;
  }

  .locale {
    font-family: Satoshi, sans-serif;
  }

  .text-don-t-change {
    font-size: 30px;
    line-height: 40px;
  }

  .text-change-wrapper {
    height: 40px;
  }

  .text-change {
    font-size: 30px;
    line-height: 40px;
  }

  .right-divider, .left-divider {
    display: none;
  }

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

  .home-logo-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo-sec-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .static-marquee_logos {
    width: 200vw;
  }

  .brand-txt {
    pointer-events: auto;
  }

  .marquee_wrap {
    width: 400vw;
  }

  .counter-col {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mumber-col, .number-col-support {
    font-size: 55px;
  }

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

  .number-col-customer {
    font-size: 55px;
  }

  .sec-title {
    font-size: 38px;
  }

  .page-wrapper-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 100%;
    height: auto;
  }

  .display-1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 66px;
  }

  .display-1.width-80percent {
    width: 82%;
  }

  .information_content.hide-tablet {
    display: none;
  }

  .information_content.is--centered {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .information_section {
    height: auto;
  }

  .information_section.background-color {
    min-height: auto;
  }

  .information_section.background-color.neutral-200 {
    max-width: 100%;
  }

  .information_section.background-color.neutral-200.is--footer {
    text-align: center;
    padding-bottom: 8px;
  }

  .information_section.background-color.neutral-200.is--footer.hide-desktop {
    display: flex;
  }

  .form_section {
    align-items: flex-start;
    max-width: 100%;
    height: auto;
  }

  .form_block {
    width: 540px;
  }

  .form_field-label {
    font-size: 1.7em;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 60px 15px;
  }

  .section.hero {
    background-position: 100% 0;
    background-size: cover;
  }

  .image {
    width: 100%;
    overflow: visible;
  }

  .button {
    font-size: 1rem;
  }

  .button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .button-secondary {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .button-secondary:hover {
    color: #344054;
    background-color: #fff;
  }

  .button-row {
    align-self: stretch;
  }

  .paragraph-large {
    font-size: 1rem;
  }

  .header-image-wrapper {
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
    display: flex;
  }

  .button-tertiary:hover {
    color: #475467;
    background-color: #0000;
  }

  .navbar-link {
    font-size: 1rem;
  }

  .dropdown-link-menu {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .dropdown-toggle {
    font-size: 1rem;
  }

  .navbar-menu {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .navbar-wrapper {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .badge {
    padding: .125rem .5rem;
  }

  .footer-legal-link:hover {
    color: #98a2b3;
  }

  .footer-legal-list {
    margin-bottom: 1rem;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .footer-social-link:hover, .footer-link:hover {
    color: #667085;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer-form-blog {
    margin-top: 1.5rem;
  }

  .logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .layout-list-item {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .heading {
    font-size: 46px;
  }

  .cta-layout {
    min-height: 490px;
  }

  .image-cta {
    width: auto;
    max-width: 100%;
  }

  .contact-us-form {
    grid-template-columns: 1fr;
    padding: 2rem;
  }

  .contact-list {
    margin-top: 2rem;
  }

  .hero-heading, .hero-subheading {
    font-size: 46px;
  }

  .feature-card-image {
    opacity: .4;
  }

  .testimonial-cms-item {
    width: 100%;
  }

  .text-don-t-change {
    font-size: 18px;
    line-height: 24px;
  }

  .text-change-wrapper {
    height: 24px;
  }

  .text-change {
    font-size: 18px;
    line-height: 24px;
  }

  .section-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .counter-col {
    border-right-style: none;
  }

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

  .grid-image-left {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .sec-title {
    max-width: 540px;
    font-size: 34px;
  }

  .grid-counter {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .pricing-h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .button-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .page-wrapper-2 {
    grid-template-columns: 100vw;
    width: 100%;
  }

  .information_header {
    margin-bottom: 56px;
  }

  .display-1 {
    margin-bottom: 24px;
    font-size: 52px;
    line-height: 55px;
  }

  .display-1.width-80percent {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .information_section.background-color.neutral-200 {
    padding-bottom: 16px;
  }

  .form_section {
    padding: 56px 40px;
  }

  .form_block {
    width: 100%;
  }

  .form_field-label {
    font-size: .6em;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    object-fit: fill;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    position: relative;
  }

  .container {
    max-width: none;
  }

  .button:hover {
    border: 1px solid var(--yellow-green-nexorb);
    background-color: var(--yellow-green-nexorb);
  }

  .button-row {
    margin-top: 100px;
  }

  .layout-wrapper {
    padding: 24px;
  }

  .header-image-wrapper {
    height: 16rem;
  }

  .cta-header-component {
    grid-template-columns: 1fr;
  }

  .dropdown-link {
    padding-left: 0;
  }

  .footer-menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .foot-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-top-wrapper {
    grid-row-gap: 48px;
  }

  .layout-list-item {
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 28px;
  }

  .hero-text-wrapper {
    margin-bottom: 30px;
  }

  .bg-gradient.right {
    mix-blend-mode: exclusion;
  }

  .cta-layout {
    min-height: 380px;
  }

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

  .u-mb-0 {
    flex-wrap: wrap;
  }

  .radio-group_horizontal {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .contact-us-form {
    padding: 1.5rem;
  }

  .input-block {
    width: 100%;
  }

  .input {
    margin-right: 0;
  }

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

  .hero-heading, .hero-subheading {
    font-size: 28px;
  }

  .feature-card-image {
    z-index: -1;
  }

  .testimonial-cms-item {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .body-2 {
    -webkit-text-fill-color: inherit;
    background-color: #1a183d;
    background-image: none;
    background-clip: border-box;
    display: block;
  }

  .change-text-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .text-change-wrapper {
    margin-top: 10px;
    padding-left: 0;
  }

  .divider-with-text {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .static-marquee_logos {
    width: 400vw;
  }

  .marquee_wrap {
    width: 800vw;
  }

  .mumber-col, .number-col-support, .number-col-customer {
    font-size: 45px;
  }

  .sec-title {
    font-size: 28px;
  }

  .faq-answer-text {
    font-size: 14px;
  }

  .faq-q-text, .text-span-7 {
    font-size: 16px;
  }

  .button-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .button-3.is--secondary {
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .page-wrapper-2 {
    max-width: 100%;
  }

  .button-_icon {
    margin-left: 6px;
  }

  .information_section.background-color.neutral-200 {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .form_section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form_field-label {
    font-size: 1em;
  }

  .paragraph-small-2.width-60percent {
    width: 100%;
  }
}

#w-node-_6c2109de-a22b-00b2-beb3-1990f3a117e2-6dcb7c3e, #w-node-_0221d2e2-19dd-a246-bf39-bd0fca7f7ac9-6dcb7c3e, #w-node-_43f6e8c3-1ceb-0f46-03b3-62998b3e3700-6dcb7c3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57904262-4a29-77f1-7bf7-808b55dae6e5-6dcb7c3e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_57904262-4a29-77f1-7bf7-808b55dae6ee-6dcb7c3e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_85280977-4ac7-11e3-044c-5d802dc62d3c-6dcb7c3e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9fa3a9c4-87d4-19b0-95f7-1b0b099f82e5-099f82a0 {
  justify-self: end;
}

#w-node-aa9e4de0-011e-ac64-cbc2-3ec4fa3a8bb5-6dcb7c3f, #w-node-aa9e4de0-011e-ac64-cbc2-3ec4fa3a8bba-6dcb7c3f, #w-node-aa9e4de0-011e-ac64-cbc2-3ec4fa3a8bbf-6dcb7c3f, #w-node-c4aaa2a5-f019-09c3-44b1-6f982692b43a-6dcb7c3f {
  align-self: start;
}

#w-node-_2c17ec51-d83f-eba2-a878-4ff2b40d1b0b-6dcb7c3f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8017772e-bc46-5c59-54c0-134cdfd4b04a-6dcb7c3f, #w-node-_8017772e-bc46-5c59-54c0-134cdfd4b057-6dcb7c3f {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_57904262-4a29-77f1-7bf7-808b55dae6e5-6dcb7c3e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_57904262-4a29-77f1-7bf7-808b55dae6d5-6dcb7c3e, #w-node-_57904262-4a29-77f1-7bf7-808b55dae6dd-6dcb7c3e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}