:root {
  --cyan-bright: #4dc4ef;
  --pink: #da74c7;
  --yellow: #eaac25;
  --white: white;
  --cyan: #1aa3d5;
  --black: black;
  --transparent: var(--white);
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: none;
  background-color: #0e1821;
  border: 1px #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  height: auto;
  min-height: 95vh;
  margin-top: 0;
  padding-left: 15%;
  padding-right: 15%;
  display: grid;
  position: relative;
}

.paragraph {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  width: 80%;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.hero-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0%;
  padding-right: 10px;
  display: flex;
}

.hero-text {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 16px;
  margin-right: 0;
  padding-right: 30px;
  font-family: Figtree, sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 76px;
}

.text-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button {
  background-image: none;
  border-radius: 25px;
  padding: 15px 25px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 2px 13px 1px #cb7dcc59;
}

.button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
}

.body {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  min-width: auto;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Figtree, sans-serif;
}

.text-span {
  color: #051c30;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #051c30;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(118deg, #4dc4ef 51%, #da74c7);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

.exchange-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding: 70px 16%;
  display: grid;
  position: static;
}

.heading-2 {
  color: #fff;
  -webkit-text-stroke-color: #a14141;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 10px;
  font-family: Figtree, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 34px;
}

.body-text {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.div-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f5f7fa;
  background-image: linear-gradient(96deg, #0b3354, #199bcd);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 10%;
  display: flex;
}

.text-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.text-span-2 {
  background-color: var(--cyan-bright);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 68px;
  line-height: 80px;
}

.exchange-sub-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f5f7fa;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 5% 10%;
  display: flex;
}

.paragraph-4 {
  color: #0d3355;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.text-span-3 {
  background-image: linear-gradient(148deg, var(--pink), var(--cyan-bright));
  color: #738a9f;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.exchange-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0e1821;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: start;
  padding: 5% 15% 2%;
  display: grid;
}

.social-icons-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-icon {
  width: 25px;
  max-width: 100%;
}

.footer-heading {
  color: #fff;
  justify-content: center;
  margin-bottom: 20px;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link {
  text-align: right;
  margin-bottom: 5px;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-navigate-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.link-block {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.link-block.mobile {
  display: none;
}

.heading-6 {
  margin-top: 0;
  font-family: Figtree, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
}

.text-span-6 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(133deg, #da74c7, #4dc4ef);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
  font-weight: 900;
  line-height: 80px;
}

.paragraph-7 {
  color: #738a9f;
  min-width: 0;
  padding-right: 25%;
  font-family: Figtree, sans-serif;
}

.div-block-7 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-13 {
  object-fit: contain;
  width: 100%;
  max-width: 110%;
}

.div-block-9 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.drive-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 140px;
  padding-left: 15%;
  padding-right: 15%;
  display: none;
}

.university {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 220px;
  padding-left: 15%;
  padding-right: 15%;
  display: none;
  position: static;
}

.university-image-wrap {
  justify-content: center;
  margin-left: -20px;
  display: flex;
  position: static;
  inset: 0%;
}

.university-image {
  object-fit: contain;
  width: 100%;
  position: static;
  inset: 0%;
}

.nav-menu {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-buttons {
  grid-column-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.navbar {
  background-color: #0e1821;
  width: 100%;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  inset: 0% 0% 100px;
}

.nav-link {
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 8px 16px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover {
  color: #7034e4;
  background-color: #f3f1fe;
}

.nav-link:active {
  background-color: #f3f1fe;
}

.nav-link:focus {
  color: #7034e4;
  background-color: #f3f1fe;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 2px solid #bcacf9;
}

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

.nav-link.label-m {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 18px;
}

.nav-link.label-m:hover, .nav-link.label-m:focus {
  color: #738a9f;
  background-color: #0000;
}

.nav-link.label-m:focus-visible, .nav-link.label-m[data-wf-focus-visible] {
  border-radius: 0;
}

.nav-link.label-m.mobile-nav-link, .nav-link.label-m.mobile-nav {
  display: none;
}

.nav-link.label-m:hover, .nav-link.label-m:focus {
  color: #738a9f;
  background-color: #0000;
}

.nav-link.label-m:focus-visible, .nav-link.label-m[data-wf-focus-visible] {
  border-radius: 0;
}

.nav-link.label-m {
  font-size: 14px;
  line-height: 18px;
}

.nav-link.label-m:hover, .nav-link.label-m:focus {
  color: #738a9f;
  background-color: #0000;
}

.nav-link.label-m:focus-visible, .nav-link.label-m[data-wf-focus-visible] {
  border-radius: 0;
}

.nav-link.label-m.w--current {
  color: #fff;
}

.logotype {
  color: #421c86;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.fill-100 {
  width: 100%;
}

.fill-100.indent-m {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.row {
  flex-wrap: wrap;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.row.navbar {
  background-color: #080f16;
  align-items: center;
  max-width: 100%;
  padding: 5px 25px;
}

.nav-start {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-container {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.log-in-button {
  cursor: pointer;
  background-image: linear-gradient(148deg, #4dc4ef 8%, #da74c7 98%);
  border-radius: 25px;
  padding: 10px 20px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-in-out, box-shadow .2s;
  box-shadow: 0 0 13px 1px #cb7dcc59;
}

.log-in-button:hover {
  transform: translate(0, -2px);
  box-shadow: 0 3px 13px 1px #cb7dcc59;
}

.button-sections {
  background-color: #0000;
  background-image: linear-gradient(148deg, var(--cyan-bright) 28%, #da74c7 98%);
  text-align: center;
  cursor: pointer;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-in-out, box-shadow .2s;
  display: flex;
  position: static;
  box-shadow: 0 5px 6px -1px #7a7a7a59;
}

.button-sections:hover {
  transform: translate(0, -2px);
  box-shadow: 0 3px 13px 1px #cb7dcc59;
}

.coming-soon-button {
  box-shadow: none;
  text-align: center;
  cursor: pointer;
  background-color: #1aa3d55e;
  border-radius: 25px;
  width: 250px;
  padding: 15px 25px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-in-out, box-shadow .2s;
}

.coming-soon-button:hover {
  box-shadow: none;
}

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

.button-secondary {
  box-shadow: none;
  color: #4dc4ef;
  cursor: pointer;
  background-color: #0000;
  background-image: none;
  border-radius: 25px;
  padding: 15px 25px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-in-out, box-shadow .2s;
}

.button-secondary:hover {
  box-shadow: none;
  transform: translate(0, -2px);
}

.text-block {
  font-size: 12px;
}

.div-block-27 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  font-family: Figtree, sans-serif;
  font-size: 14px;
}

.footer-navigate-wrapper-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-link-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 12px;
  display: flex;
}

.section-6 {
  padding: 3% 0% 5%;
}

.section-7 {
  justify-content: center;
  align-items: flex-start;
  padding: 3% 0% 0%;
  display: flex;
}

.heading-9 {
  color: #0d3355;
  text-align: center;
  margin-bottom: 0;
}

.heading-10 {
  color: #0d3355;
  text-align: center;
}

.video-wrapper {
  object-fit: fill;
  width: 100%;
  position: relative;
}

.play-button {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.play-button:hover {
  opacity: 1;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.play-button-wrapper {
  z-index: 99;
  opacity: 1;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 40px 0% 0% 40px;
}

.video {
  text-align: center;
  object-fit: contain;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: block;
  position: relative;
  top: 6px;
  left: 6px;
}

.video-back {
  background-color: #0000;
  background-image: linear-gradient(155deg, #be60b0, var(--cyan-bright) 100%, #eaac25);
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.paragraph-8 {
  color: #333;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-9, .paragraph-10 {
  color: #0d3355;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-11 {
  color: #0d3355;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-12, .paragraph-13 {
  color: #0d3355;
  font-size: 16px;
  font-weight: 700;
}

.back-button {
  background-color: #0d3355;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.icon-embed-small-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 12px;
  display: flex;
}

.back-button-wrapper {
  margin-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  top: 0;
}

.div-block-38, .div-block-39 {
  padding-left: 15%;
  padding-right: 15%;
}

.section-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  max-width: 960px;
  display: block;
}

.section-heading {
  color: #1aa3d5;
  text-align: left;
  text-transform: none;
  margin-bottom: 16px;
  padding-left: 0;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}

.section-heading.dashboard-heading {
  color: #fff;
}

.heading-gradient {
  background-image: linear-gradient(164deg, var(--cyan-bright), #55bfed 45%, var(--pink));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
  font-weight: 900;
  line-height: 80px;
}

.heading-gradient.heading-gradient-mobile {
  color: #0d3355;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px #fff;
  font-size: 72px;
  font-weight: 900;
  line-height: 70px;
}

.section-paragraph {
  color: #738a9f;
  max-width: 100%;
  margin-bottom: 40px;
  padding-left: 0;
  font-size: 16px;
  line-height: 24px;
}

.section-paragraph.dashboard-paragraph {
  color: #fff;
}

.section-paragraph.dark-mode-paragraph {
  color: #fff;
  text-align: center;
}

.section-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.section-text-wrapper.mail-text-wrapper {
  margin-right: 140px;
}

.section-text-wrapper.dashboard-text-wrapper {
  color: #fff;
}

.section-text-wrapper.metabadge-text-wrapper {
  margin-left: 80px;
}

.section-image {
  max-width: 400px;
}

.section-image.section-image-left {
  max-width: 330px;
  padding-left: 40px;
}

.section-image.tokenizer-image {
  object-fit: contain;
  max-width: 500px;
}

.section-image.dashboard-image {
  max-width: 450px;
}

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

.section-wrapper.section-wrapper-left {
  grid-template-columns: 1.25fr 1fr;
}

.hidden-dashboard {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.hidden-dashboard.background {
  background-color: #172633;
  margin-top: 0;
  padding-top: 110px;
  padding-bottom: 110px;
}

.hidden-dashboard.tokenizer-section {
  background-color: #fff;
  margin-top: 0;
  padding-top: 110px;
  padding-bottom: 110px;
}

.osis-currency {
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.metabadge-mobile {
  margin-bottom: 140px;
  display: none;
}

.div-block-40-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding: 70px 0% 70px 15%;
  display: grid;
}

.mail-image {
  max-width: 100%;
}

.metabadges-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 100px;
  padding-right: 15%;
  display: grid;
}

.metabadges {
  margin-bottom: 0;
}

.image-14 {
  width: 85%;
  max-width: 100%;
  display: block;
}

.div-block-31 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.div-block-30 {
  border: 2px none var(--cyan-bright);
  background-color: var(--cyan-bright);
  border-radius: 100%;
  padding: 15px;
}

.heading-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-image: linear-gradient(302deg, var(--cyan-bright) 56%, #da74c7);
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 130%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 68px;
  display: flex;
  position: static;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--yellow), white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  padding: 6% 10%;
  display: grid;
}

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

.community {
  margin-top: 0;
  margin-bottom: 70px;
  padding-top: 0;
  padding-left: 15%;
  padding-right: 15%;
}

.div-block-29 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-20 {
  border: 1px #000;
  max-width: 25px;
  min-height: auto;
}

.documentation {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: 0%;
  padding: 70px 15% 20px;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-11 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(302deg, #4dc4ef 35%, #da74c7);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-family: Figtree, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 80px;
}

.heading-12 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  font-family: Figtree, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
}

.image-23 {
  text-align: center;
  max-width: 20%;
}

.document-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f3f6f8;
  background-image: linear-gradient(319deg, #051c30, #1aa3d5);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 40px;
  display: flex;
}

.div-block-37 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.as-seen-on {
  background-color: #0e1821;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.carousel-container {
  color: #fff;
  background-color: #08233b;
  border-radius: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo-container {
  background-color: #0e1821;
  justify-content: space-around;
  min-width: 150%;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
  left: -413px;
}

.logo-container._2 {
  margin-left: -.1%;
}

.logo-image {
  filter: brightness(200%);
  max-width: 100%;
  height: 120px;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.log-in-button-2 {
  cursor: pointer;
  background-image: linear-gradient(148deg, #4dc4ef, #7fa8e1 29%, #da74c7 98%);
  border-radius: 25px;
  padding: 10px 20px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-in-out, box-shadow .2s;
  box-shadow: 0 0 13px 1px #cb7dcc59;
}

.log-in-button-2:hover {
  transform: translate(0, -2px);
  box-shadow: 0 3px 13px 1px #cb7dcc59;
}

.nav-menu-2 {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  display: flex;
}

.navbar-2 {
  background-color: #172633;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.nav-start-2 {
  flex: 1;
  justify-content: center;
  display: flex;
}

.nav-container-2 {
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.log-in-button-3 {
  cursor: pointer;
  background-image: linear-gradient(148deg, #4dc4ef 8%, #da74c7 98%);
  border-radius: 25px;
  padding: 10px 20px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-in-out, box-shadow .2s;
  box-shadow: 0 0 13px 1px #cb7dcc59;
}

.log-in-button-3:hover {
  transform: translate(0, -2px);
  box-shadow: 0 3px 13px 1px #cb7dcc59;
}

.nav-start-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav-container-3 {
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.log-in-button-4 {
  cursor: pointer;
  background-image: linear-gradient(148deg, #4dc4ef 8%, #da74c7 98%);
  border-radius: 25px;
  padding: 10px 35px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-in-out, box-shadow .2s;
  box-shadow: 0 0 13px 1px #cb7dcc59;
}

.log-in-button-4:hover {
  transform: translate(0, -2px);
  box-shadow: 0 3px 13px 1px #cb7dcc59;
}

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

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

.hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.hero-split-2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 46%;
  display: flex;
}

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

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

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

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-2 {
  padding-right: 20px;
  box-shadow: 0 4px 24px #96a3b514;
}

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

.side-heading {
  color: #0d3355;
  text-align: center;
  margin-bottom: 30px;
  font-size: 56px;
  font-weight: 900;
}

.centered-subheading {
  color: #738a9f;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 22px;
}

.team-slider-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 50px;
  display: flex;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  text-align: center;
  background-color: #0000;
  padding-bottom: 0;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  color: #333;
  margin-top: 20px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 150px;
  max-width: 100%;
  height: 160%;
  max-height: 80%;
  margin-bottom: 24px;
}

.team-member-name {
  color: #0d3355;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 800;
  line-height: 32px;
}

.team-member-position {
  color: #0d3355;
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 700;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 30px;
  display: flex;
  position: relative;
}

.paragraph-15 {
  color: #738a9f;
  margin-bottom: 0;
}

.text-span-7 {
  color: #1aa3d5;
  font-size: 48px;
}

.mask {
  text-align: left;
}

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

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

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

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

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

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-3 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-3 {
  width: 40%;
  margin-right: 5%;
}

.team-block-3 {
  background-color: #0000;
  padding-bottom: 24px;
}

.comingsoonproducts {
  max-width: 100%;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.team-block-info-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-3 {
  color: #0d3355;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 800;
}

.team-member-text-3 {
  color: #738a9f;
  text-align: center;
  margin-bottom: 20px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-3 {
  display: none;
}

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

.link-block-2, .link-block-3 {
  color: var(--cyan-bright);
}

.section-8 {
  display: block;
}

.documentationn {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 0 30px 120px;
  position: relative;
}

.hero-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #fff;
  border-radius: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 46%;
  margin-top: 20px;
  display: flex;
}

.margin-bottom-24px-3 {
  color: #738a9f;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 22px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-3 {
  text-align: left;
  background-color: #fafcff;
  max-width: 76%;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-13, .heading-14 {
  color: #0d3355;
  font-size: 34px;
  font-weight: 800;
}

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

.community1 {
  background-color: #f5f7fa;
  background-image: linear-gradient(141deg, var(--pink), var(--cyan-bright) 33%, #245688);
  border-bottom: 1px solid #e4ebf3;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 60px;
  display: flex;
  position: relative;
}

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

.hero-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 80px;
  display: flex;
}

.hero-split-5 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.text-span-8 {
  color: #fff;
}

.join {
  background-color: var(--cyan-bright);
  background-image: url('../images/2-global-connections.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top: 0 solid #fff;
  border-bottom: 0 solid #e4ebf3;
  border-right: 1px solid #522929;
  border-radius: 0;
  padding: 90px 30px;
  position: relative;
}

.hero-wrapper-5 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-6 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-wrapper-6 {
  justify-content: space-between;
  align-items: center;
  padding-right: 4%;
  display: flex;
}

.hero-split-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  font-size: 44px;
  font-weight: 800;
  display: flex;
}

.heading-15 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 44px;
  font-weight: 800;
}

.coming_soon {
  background-color: #f5f7fa;
  border: 1px solid #fff;
  padding: 80px 0;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-4 {
  color: #738a9f;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 22px;
}

.team-slider-wrapper-4 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-4 {
  width: 45%;
  margin-right: 10%;
}

.team-block-4 {
  text-align: center;
  background-color: #0000;
  padding-bottom: 0;
}

.team-member-image-two-4 {
  margin-bottom: 18px;
}

.team-block-info-4 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-4 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-4 {
  margin-bottom: 20px;
}

.text-link-arrow-4 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-4 {
  display: none;
}

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

.tokenizer-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--white);
  object-fit: fill;
  background-color: #f5f7fa;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  place-items: center;
  padding: 130px 30px;
  display: block;
  position: relative;
}

.hero-wrapper-7 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-8 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
  position: relative;
}

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

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-5 {
  background-color: #0000;
  max-width: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

.currency-section {
  background-color: #fff;
  border: 0 #fff;
  padding: 70px 30px;
  position: relative;
}

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

.hero-split-9 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-heading-right {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 130px 30px;
  position: relative;
}

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

.hero-split-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-6 {
  box-shadow: 0 4px 24px #96a3b514;
}

.text-span-9 {
  font-size: 60px;
}

.heading-16 {
  color: #0d3355;
  text-align: center;
  margin-bottom: 30px;
  font-size: 56px;
  font-weight: 900;
}

.text-span-10 {
  color: var(--cyan);
  font-size: 48px;
}

.icon-2 {
  color: #640b0b;
}

.vault-section {
  background-color: #fff;
  border: 1px solid #fff;
  margin-left: 0%;
  margin-right: 0%;
  padding: 130px 12%;
  position: relative;
}

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

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

.hero-split-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-7 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.heading-17 {
  color: #0d3355;
  font-size: 24px;
}

.heading-18, .heading-19 {
  color: #0d3355;
}

.image-24 {
  max-width: 100%;
}

.image-25 {
  max-width: 70%;
}

.image-26 {
  background-color: #0000;
  display: inline-block;
}

.image-27 {
  max-width: 25%;
}

.image-28 {
  max-width: 13%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0;
}

.section-9, .section-10 {
  background-color: #051c30;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 70%;
  margin-left: 0;
  margin-right: 0;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  height: 100%;
  padding: 70px 24px;
  display: flex;
}

.clients-quote {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 25px;
  display: grid;
}

.logos-title-large {
  color: #e8edf1;
  border-top: 10px #fff;
  border-bottom: 0 #fff;
  border-left: 1px solid #fff;
  border-right: 0 solid #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 30px 100px;
  display: flex;
  position: relative;
}

.clients-title {
  color: #0d3355;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 800;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.clients-image {
  color: var(--white);
  background-color: #0000;
  max-width: 100%;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

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

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

.section-12 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-2 {
  display: block;
}

.html-embed-2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.metabadges-new {
  background-color: #0000;
  border: 1px solid #fff;
  padding: 80px 30px 80px 0;
  position: relative;
}

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

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

.hero-split-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 0;
  display: flex;
}

.shadow-two-8 {
  max-width: 140%;
  margin-right: 0;
  padding-right: 0;
  box-shadow: 0 4px 24px #96a3b514;
}

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

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

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

.metabadges-neww {
  background-color: #0000;
  border: 1px solid #fff;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-9 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-20 {
  color: #0d3355;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 24px;
}

.heading-21 {
  color: #0d3355;
  font-size: 16px;
}

.paragraph-16, .rich-text-block {
  color: #738a9f;
}

.heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .heading-27, .heading-28 {
  color: #0d3355;
}

.paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .rich-text-block-2 {
  color: #738a9f;
}

.heading-29, .heading-30, .heading-31, .heading-32, .heading-33, .heading-34, .heading-35, .heading-36, .heading-37, .heading-38, .heading-39, .heading-40, .heading-41, .heading-42, .heading-43, .heading-44 {
  color: #0d3355;
}

.hero-heading-center {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-4.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-14 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-10 {
  background-color: #eceff3;
  box-shadow: 0 4px 24px #96a3b514;
}

.image-29 {
  max-width: 60%;
  margin-bottom: -10px;
}

.testimonial-column-dark {
  border: 1px solid #fff;
  padding: 40px 0;
  position: relative;
}

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

.centered-heading-5 {
  text-align: center;
  margin-bottom: 40px;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px-9 {
  margin-bottom: 0;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading-5 {
  color: #738a9f;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-2 {
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

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

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-2 {
  margin-bottom: 24px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 40px;
}

.image-30 {
  text-align: center;
  max-width: 70%;
}

.heading-45 {
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
}

.team-slider-3 {
  background-color: #f5f7fa;
  border: 1px solid #fff;
  padding: 30px;
  position: relative;
}

.centered-heading-6 {
  color: #0d3355;
  text-align: center;
  margin-bottom: 16px;
}

.team-slider-wrapper-5 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-5 {
  width: 15%;
  margin-right: 5%;
}

.team-block-5 {
  text-align: center;
  background-color: #0000;
  margin-bottom: -20px;
  padding-bottom: 0;
}

.team-member-image-two-5 {
  text-align: center;
  max-width: 70%;
  margin-bottom: 18px;
}

.team-block-info-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.team-member-name-two-5 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-5 {
  margin-bottom: 20px;
}

.text-link-arrow-5 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-5 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-5 {
  display: none;
}

.team-slider-nav-5 {
  pointer-events: auto;
  margin-top: 0;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.mask-2 {
  text-align: center;
  position: relative;
}

.text-block-2 {
  color: #0d3355;
  flex: 0 auto;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.text-block-3, .text-block-4, .text-block-5 {
  font-size: 18px;
}

.testimonial-column-dark-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-7 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main-2 {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image-2 {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content-2 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px-10 {
  margin-bottom: 0;
}

.testimonial-main-heading-2 {
  margin-top: 0;
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block-2 {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name-2 {
  color: #0d3355;
  text-align: left;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.testimonial-slider-large {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #f5f7fa;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  color: var(--black);
  margin-bottom: 24px;
}

.testimonial-quote {
  color: #0d3355;
  text-align: left;
  margin-bottom: 32px;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

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

.testimonial-slider-large-2 {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slide-2 {
  background-color: #f5f7fa;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-slider-large-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slide-3 {
  background-color: #f5f7fa;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.text-block-6 {
  color: #738a9f;
  text-align: left;
  margin-bottom: 2px;
  font-family: Figtree, sans-serif;
}

.heading-46 {
  text-align: left;
  font-size: 20px;
}

.grid-3 {
  background-color: #e1e2e9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-31 {
  max-width: 20%;
}

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

.div-block-43 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.code-embed {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.button-sections-2 {
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  background-image: linear-gradient(148deg, #4dc4ef 28%, #da74c7 98%);
  border-radius: 25px;
  width: 250px;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-in-out, box-shadow .2s;
  display: block;
  position: static;
  box-shadow: 0 5px 6px -1px #7a7a7a59;
}

.button-sections-2:hover {
  transform: translate(0, -2px);
  box-shadow: 0 3px 13px 1px #cb7dcc59;
}

.button-2 {
  margin-left: 50px;
}

.text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
  color: #738a9f;
}

.testimonial-slider-large-4 {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-slider-two-2 {
  background-color: #0000;
  height: auto;
}

.testimonial-slide-4 {
  background-color: #f5f7fa;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-2 {
  margin-bottom: 24px;
}

.testimonial-quote-2 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-3 {
  align-items: center;
  display: flex;
}

.testimonial-image-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name-3 {
  font-weight: 700;
}

.testimonial-image-two-2 {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-2 {
  display: none;
}

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

.testimonial-slider-small {
  background-color: #f5f7fa;
  border: 1px solid #fff;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-8 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-6 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 25%;
  margin-right: 0%;
}

.testimonial-card {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.testimonial-info {
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-4 {
  object-fit: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 16px;
}

.testimonial-author {
  margin-top: 0;
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.mask-3 {
  text-align: left;
  position: relative;
}

.image-32 {
  border: 2px solid #0000;
  border-radius: 100px;
  max-width: 76%;
  margin-bottom: 10px;
  padding: 4px;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  color: #fff;
}

.section-13 {
  background-color: #0e1821;
}

.container-16 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-47 {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-size: 70px;
  font-weight: 900;
}

.text-span-11 {
  color: var(--cyan-bright);
  -webkit-text-fill-color: transparent;
  background-color: #0000;
  background-image: linear-gradient(45deg, #4dc4ef 40%, #da74c7);
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-25 {
  color: #ffffffc2;
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
}

.heading-48 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 20px;
  display: block;
}

.paragraph-26 {
  color: var(--cyan-bright);
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 700;
}

.paragraph-27 {
  color: #b0bfcd;
}

.image-33 {
  text-align: right;
  flex: 0 auto;
  max-width: 80%;
  position: static;
}

.chris-info {
  background-color: #f5f7fa;
  border: 1px solid #fff;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-9 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-9.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-11 {
  color: #738a9f;
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 22px;
}

.button-primary-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-11 {
  border-radius: 20px;
  align-self: flex-end;
  max-width: 90%;
  box-shadow: 0 4px 24px #96a3b514;
}

.section-14 {
  background-color: #747474;
}

.paragraph-28 {
  color: #738a9f;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.list {
  color: #051c30;
  margin-bottom: 0;
  padding-left: 10px;
}

.collection-list-wrapper {
  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: flex-start;
  align-items: flex-end;
  width: auto;
  margin-top: 0%;
  display: flex;
  position: static;
}

.grid-4 {
  background-color: #0000;
  grid-template-rows: auto;
}

.div-block-44 {
  background-color: #0000;
  background-image: linear-gradient(114deg, #0b3556, #1690c0);
  border-radius: 20px;
  padding: 5% 10%;
}

.chris-info2 {
  border: 1px solid #fff;
  padding: 80px 18%;
}

.div-block-45 {
  background-color: #f5f7fa;
  border-radius: 20px;
  padding: 5% 10%;
}

.heading-49 {
  color: #0d3355;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 30px;
}

.heading-50 {
  color: var(--cyan-bright);
  margin-top: 10px;
  font-size: 68px;
  font-weight: 800;
  line-height: 74px;
}

.text-span-12 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(47deg, #5dbeed, #cc7dca);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-51 {
  color: #fff;
  margin-top: 50%;
  font-size: 20px;
}

.findmee {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-10 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-10.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.heading-52 {
  color: #fff;
  font-weight: 800;
}

.chris-info3 {
  background-color: var(--transparent);
  background-image: url('../images/2-global-connections.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 18%;
}

.heading-53 {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
}

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

.heading-54 {
  color: var(--cyan);
  margin-top: 6px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 34px;
}

.jalal-infoo {
  background-color: #f5f7fa;
  padding: 80px 30px;
  position: relative;
}

.jalal-iiinfo {
  background-color: #f5f7fa;
  padding: 80px 30px;
}

.jalal-info2 {
  padding: 80px 18%;
}

.jalal-info3 {
  background-image: url('../images/2-global-connections.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 18%;
}

.hero-heading-left {
  background-color: #0e1821;
  border: 0 solid #000;
  border-radius: 0;
  padding: 150px 0 140px;
  position: relative;
}

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

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

.hero-split-16 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-11 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-11:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-12 {
  text-align: center;
  max-width: 95%;
  padding-left: 0;
}

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

.hero-heading-center-2 {
  background-color: #041735;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-10 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-10.margin-bottom-32px {
  margin-bottom: 32px;
}

.columns-2 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 14%;
  padding-right: 14%;
  display: flex;
}

.hero-mbg {
  border: 1px solid var(--white);
  text-align: center;
  background-color: #f5f7fa;
  padding: 120px 25% 140px;
  display: block;
  position: relative;
}

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

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

.hero-split-17 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 46%;
  padding-right: 0;
  display: flex;
}

.margin-bottom-24px-13 {
  color: #738a9f;
  width: 80%;
  margin-bottom: 50px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 24px;
}

.button-primary-12 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-12:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-13 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-55 {
  color: #051c30;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  padding-right: 0%;
  font-size: 82px;
  font-weight: 900;
  line-height: 78px;
}

.text-span-13 {
  background-image: linear-gradient(86deg, var(--cyan), var(--pink));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 70px;
}

.column {
  padding-right: 0;
}

.column-2 {
  text-align: right;
  padding-left: 20px;
  padding-right: 0;
}

.heading-56 {
  color: #0d3355;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 900;
  line-height: 62px;
}

.text-span-14 {
  color: var(--cyan);
}

.columns-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.text-span-15 {
  color: #ffffffa3;
}

.carousel-container-2 {
  background-color: #0e1821;
  border-radius: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo-container-2 {
  background-color: #0e1821;
  justify-content: space-around;
  min-width: 150%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  left: -413px;
}

.columns-4 {
  justify-content: center;
  align-items: center;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
}

.container-21 {
  width: 100%;
  max-width: 70%;
  margin-left: 0;
  margin-right: 0;
}

.grid-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.clients-image-2 {
  color: #fff;
  background-color: #0000;
  max-width: 100%;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}

.logos-quote-block-2 {
  background-color: #c97f7f;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-two-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card-2 {
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.clients-quote-2 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info-2 {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image-2 {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.column-3 {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.navbar-logo-left {
  width: 100%;
  max-width: 100%;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #080f16;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
}

.navbar-wrapper {
  background-color: red;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

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

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

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

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: var(--cyan-bright);
}

.button-primary-13 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-13:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.what-you-get {
  background-color: #f5f7fa;
  border: 1px solid #fff;
  padding: 120px 14%;
  position: relative;
}

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

.centered-heading-11 {
  color: #051c30;
  text-align: center;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 52px;
  font-weight: 900;
  line-height: 60px;
}

.centered-subheading-7 {
  color: #738a9f;
  text-align: center;
  width: 100%;
  max-width: 55%;
  margin: 30px auto 20px;
  font-size: 16px;
  line-height: 22px;
}

.team-slider-wrapper-6 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-6 {
  width: 21%;
  margin-right: 5%;
}

.team-block-6 {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 200px;
  padding: 10px 5px;
  box-shadow: 5px 7px 10px #00000003;
}

.team-member-image-two-6 {
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.team-block-info-6 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-6 {
  color: #0d3355;
  align-self: center;
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}

.team-member-text-6 {
  color: #ca8e0c;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.text-link-arrow-6 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-6 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-6 {
  display: none;
}

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

.text-span-16 {
  color: var(--yellow);
}

.columns-5 {
  background-color: #0000;
  margin-top: 60px;
  margin-bottom: 80px;
}

.section-15 {
  background-color: #f5f7fa;
}

.testimonial-slider-small-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-12 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-slider-2 {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper-2 {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card-2 {
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 280px;
  padding: 32px 24px;
  display: flex;
  box-shadow: 5px 7px 10px #00000003;
}

.testimonial-info-2 {
  align-self: center;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.testimonial-image-5 {
  object-fit: cover;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
  margin-right: 0;
}

.testimonial-author-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.tagline-2 {
  color: #051c30;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
}

.testimonial-icon-wrapper-2 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left-2:focus-visible, .testimonial-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.testimonial-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right-2:focus-visible, .testimonial-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav-2 {
  display: none;
}

.mbg-faq {
  background-color: #0000;
  border: 0 solid #fff;
  padding: 100px 20%;
  position: relative;
}

.centered-heading-13 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-13.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-17 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.hero-split-18 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-14 {
  color: #556f88;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 23px;
}

.button-primary-14 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-14:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-14.footer-form-button {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #ca8e0c;
  border-radius: 5px;
  padding: 8px 18px;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  right: 8px;
}

.shadow-two-14 {
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 4px 24px #96a3b514;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.subscribe {
  background-color: #08233b;
  margin-bottom: 0;
  padding: 85px 10%;
}

.footer-form-container-two-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
}

.footer-form-block-two-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input-2 {
  color: #738a9f;
  border: 1px #000;
  border-radius: 5px;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input-2::placeholder {
  color: #1a1b1fcc;
}

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

.footer-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three-2 {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three-2 {
  margin-left: 32px;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright-2 {
  color: #3a4554;
}

.footer-legal-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.blockchain-for-rwa {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 120px 30px;
  position: relative;
}

.hero-heading-right-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.roadmap {
  background-color: #f5f7fa;
  border: 1px solid #fff;
  padding: 140px 30px 180px;
  position: relative;
}

.tokenomics {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 135px 30px;
  position: relative;
}

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

.hero-wrapper-18 {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.hero-split-19 {
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-15 {
  background-color: #0000;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 40px;
}

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

.button-primary-15 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-15:hover {
  color: #fff;
  background-color: #32343a;
}

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

.section-16 {
  width: 100%;
}

.columns-6 {
  background-color: #f3f8ff;
  border-radius: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: 55px;
  margin-bottom: 10px;
  padding: 12px 15px;
  display: flex;
}

.paragraph-29 {
  color: #0d3355;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

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

.columns-7 {
  width: 100%;
}

.columns-8 {
  width: 100%;
  margin-bottom: 15px;
}

.column-5 {
  padding-left: 20px;
}

.hero-heading-right-4 {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split-20 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-16 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-16 {
  color: #556f88;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 22px;
}

.button-primary-16 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-16:hover {
  color: #fff;
  background-color: #32343a;
}

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

.features-list {
  border: 1px solid var(--white);
  -webkit-text-stroke-color: #fff;
  background-color: #f5f7fa;
  padding: 120px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  color: #556f88;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 22px;
}

.text-link-arrow-7 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-7 {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.paragraph-30 {
  color: #556f88;
  padding-right: 20%;
  font-size: 16px;
  line-height: 22px;
}

.image-34 {
  margin-bottom: 15px;
}

.mask-4 {
  text-align: left;
  background-color: red;
}

.paragraph-31, .paragraph-32, .paragraph-33 {
  color: #556f88;
  font-size: 16px;
  line-height: 22px;
}

.heading-57 {
  color: #0d3355;
  margin-bottom: 22px;
  font-size: 54px;
  font-weight: 900;
  line-height: 54px;
}

.text-span-17 {
  color: var(--cyan);
}

.div-block-46 {
  text-align: center;
  align-self: flex-start;
}

.div-block-47, .div-block-48 {
  text-align: center;
}

.section-17 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.heading-58 {
  color: var(--white);
  text-align: center;
  background-color: #0e1821;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 22px;
  padding-left: 0%;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}

.heading-59 {
  background-color: red;
}

.heading-60 {
  font-size: 30px;
}

.heading-61 {
  color: #5f778d;
  text-align: center;
  margin-bottom: 45px;
  padding-right: 0%;
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
}

.columns-9 {
  background-color: #f3f8ff;
  border-radius: 15px;
  align-self: flex-end;
  width: 100%;
  max-width: 100%;
  height: 50px;
  margin-top: 0;
  padding: 12px 15px;
}

.heading-62 {
  color: #0d3355;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 800;
  display: block;
}

.column-6 {
  max-height: 20px;
  padding-left: 0;
  display: flex;
}

.paragraph-34 {
  color: #0d3355;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 800;
}

.column-7 {
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 20px;
  display: flex;
}

.column-8 {
  max-height: 20px;
  display: flex;
}

.column-9 {
  align-self: auto;
}

.metamask-button {
  background-color: #0000;
  background-image: linear-gradient(110deg, #be60b0, #ca8e0c 63%, #eaac25);
  border-radius: 25px;
  justify-content: center;
  align-items: flex-start;
  width: 280px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.metamask-button:hover {
  transform: translate(0, -2px);
  box-shadow: 2px 2px 5px #0003;
}

.metamask-button.w--current {
  background-image: linear-gradient(110deg, #be60b0, #ca8e0c 63%, #eaac25);
}

.text-span-18 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(110deg, #be60b0, #ca8e0c 66%, #eaac25);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-19 {
  color: #eaac25;
}

.navbar-no-shadow {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0e1821;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

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

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 22px 25px;
  display: flex;
}

.nav-menu-wrapper-2 {
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.nav-link-3 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: var(--yellow);
}

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

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

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

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

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

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

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

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

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

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

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

.button-primary-17 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-17:hover {
  color: #fff;
  background-color: #32343a;
}

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

.list-item {
  text-align: left;
  flex: 0 auto;
}

.team-circles-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-14 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-8 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

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

.team-member-name-3 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-3 {
  margin-bottom: 24px;
}

.grid-7 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 80px;
  margin-left: 10%;
  margin-right: 10%;
  display: grid;
}

.code-embed-2 {
  border-radius: 40px;
  width: 80%;
  margin-left: 20px;
}

.text-span-20 {
  color: var(--yellow);
}

.div-block-49 {
  background-color: var(--yellow);
  border-radius: 50px;
  padding: 16px;
}

.link-block-4 {
  background-color: #be60b0;
  border-radius: 30px;
  padding: 10px;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 70px 10%;
  display: block;
  position: relative;
}

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

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

.hero-split-21 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-18 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-18:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-17 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-63 {
  color: #0d3355;
  font-size: 34px;
  font-weight: 900;
}

.columns-10 {
  flex-flow: row;
  align-self: auto;
  padding-left: 22%;
  padding-right: 22%;
  display: flex;
}

.column-17 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-35 {
  color: #609e44;
  text-align: center;
  flex: 1;
  margin-bottom: 0;
  padding-top: 2px;
  padding-right: 0;
  font-size: 17px;
  font-weight: 700;
}

.column-18 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid-8 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 8%;
  margin-right: 8%;
  display: flex;
}

.grid-9 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 200px;
  justify-content: stretch;
  margin-top: 80px;
  padding-left: 15%;
  padding-right: 15%;
}

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

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

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

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

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 8px;
  padding-left: 0;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.button-primary-19 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-19:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.gallery-image {
  width: 100%;
}

.image-35 {
  max-width: 110%;
}

.button-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #ffffffba;
  background-image: linear-gradient(97deg, #be60b0, #eaac25);
  border-radius: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 280px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  transform: translate(0);
}

.button-4:hover {
  transform: translate(0, -2px);
  box-shadow: 2px 2px 5px #0003;
}

.testimonial-column-dark-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-30 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.centered-heading-15 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main-3 {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image-3 {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content-3 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.testimonial-main-heading-3 {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block-3 {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two-4 {
  align-items: center;
  display: flex;
}

.testimonial-image-6 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name-4 {
  font-weight: 700;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1.2fr 1.2fr 1.2fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 200px;
  padding: 32px 15px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

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

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

.button-primary-20 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-20:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-20.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-20.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  margin-left: 13%;
  margin-right: 13%;
  padding: 80px 0%;
  position: relative;
}

.centered-subheading-9 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  color: #0d3355;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 800;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  color: #556f88;
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.text-span-21 {
  font-size: 30px;
}

.paragraph-36 {
  color: #556f88;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 500;
}

.testimonial-slider-small-3 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 15px;
  position: relative;
}

.container-31 {
  text-align: center;
  width: 100%;
  max-width: 940px;
  margin-left: 0;
  margin-right: 0;
}

.centered-heading-16 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-10 {
  color: #556f88;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.testimonial-slider-3 {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper-3 {
  max-width: 31%;
  margin-right: 4%;
}

.testimonial-card-3 {
  background-color: #f5f7fa;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info-3 {
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.testimonial-image-7 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-3 {
  margin-top: 0;
  margin-bottom: 2px;
}

.tagline-3 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper-3 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left-3 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left-3:focus-visible, .testimonial-slider-left-3[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-3 {
  color: #1a1b1f;
}

.testimonial-slider-right-3 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right-3:focus-visible, .testimonial-slider-right-3[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav-3 {
  display: none;
}

.how-it-works {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  margin-left: 0%;
  margin-right: 0%;
  padding: 100px 20%;
  position: relative;
}

.team-slider-wrapper-7 {
  background-color: #0000;
  height: auto;
  margin-top: 60px;
}

.team-slide-wrapper-7 {
  width: 31%;
  margin-right: 3%;
}

.team-block-7 {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.team-member-image-two-7 {
  margin-bottom: 18px;
}

.team-block-info-7 {
  background-color: #f5f7fa;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  height: 240px;
  max-height: 100%;
  padding: 25px 24px 5px;
  display: flex;
}

.team-member-name-two-7 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.team-member-text-7 {
  color: #5f778d;
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.text-link-arrow-8 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-8 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-7 {
  display: none;
}

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

.section-18 {
  -webkit-text-stroke-color: #0d3355;
  background-color: #051c30;
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 12px 24px;
}

.text-span-22 {
  color: var(--yellow);
  font-weight: 700;
}

.text-span-23 {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

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

.text-block-14 {
  font-size: 0;
}

.text-block-15 {
  color: #b0bfcd;
  text-align: center;
  -webkit-text-stroke-color: white;
  background-color: #0e1821;
  margin-top: 14px;
}

.text-block-16 {
  color: #5f778d;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.text-block-17 {
  color: #5f778d;
  text-align: center;
  font-size: 18px;
}

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

.mask-5 {
  padding-top: 0;
}

.as-seen-on-2 {
  background-color: #08233b;
  margin-top: 0;
}

.heading-64 {
  color: #eaac25;
  text-align: center;
  background-color: #0e1821;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 22px;
  padding-left: 0%;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
}

.hero-heading-center-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-17 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-17.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-22 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-21 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-21:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-18 {
  box-shadow: 0 4px 24px #96a3b514;
}

.as-seen-on-3 {
  background-color: #08233b;
  margin-top: 0;
}

.heading-65 {
  color: #eaac25;
  text-align: center;
  background-color: #0e1821;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 22px;
  padding-left: 0%;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
}

.code-embed-3 {
  color: #420505;
  background-color: #f5f7fa;
  border: 60px solid #f5f7fa;
  border-width: 20px 60px 40px;
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1440px) {
  .hero-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
    grid-auto-columns: 1fr;
    min-width: auto;
    height: auto;
    min-height: 90vh;
    display: grid;
  }

  .hero-container {
    padding-right: 10px;
  }

  .button {
    background-image: none;
  }

  .exchange-section {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-span-6 {
    background-image: linear-gradient(133deg, #da74c7, #4dc4ef);
    font-size: 70px;
    line-height: 78px;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .university {
    overflow: hidden;
  }

  .navbar {
    background-color: #172633;
  }

  .nav-link:hover {
    color: #7034e4;
  }

  .nav-link:active {
    background-color: #f3f1fe;
  }

  .nav-link:focus {
    color: #7034e4;
    background-color: #f3f1fe;
  }

  .nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
    outline-color: #bcacf9;
  }

  .nav-link.label-m:hover, .nav-link.label-m:focus {
    color: #738a9f;
    background-color: #0000;
  }

  .nav-link.label-m:focus-visible, .nav-link.label-m[data-wf-focus-visible] {
    border-radius: 0;
  }

  .nav-link.label-m:hover, .nav-link.label-m:focus {
    color: #738a9f;
    background-color: #0000;
  }

  .nav-link.label-m:focus-visible, .nav-link.label-m[data-wf-focus-visible] {
    border-radius: 0;
  }

  .nav-link.label-m {
    font-size: 14px;
    line-height: 18px;
  }

  .nav-link.label-m:hover, .nav-link.label-m:focus {
    color: #738a9f;
    background-color: #0000;
  }

  .nav-link.label-m:focus-visible, .nav-link.label-m[data-wf-focus-visible] {
    border-radius: 0;
  }

  .nav-link.label-m.w--current {
    color: #fff;
  }

  .logotype {
    color: #421c86;
  }

  .fill-100.indent-m {
    width: auto;
  }

  .row.navbar {
    justify-content: center;
  }

  .nav-start {
    object-fit: none;
    align-items: center;
  }

  .nav-container {
    justify-content: flex-start;
  }

  .log-in-button {
    background-color: #4dc4ef;
    background-image: linear-gradient(144deg, var(--cyan-bright), var(--pink));
  }

  .log-in-button:hover {
    background-image: linear-gradient(144deg, var(--cyan-bright), var(--pink));
  }

  .button-sections {
    background-color: #4dc4ef;
    background-image: none;
    transition: transform .2s ease-in-out, box-shadow .2s;
  }

  .button-sections:hover {
    background-image: none;
  }

  .coming-soon-button {
    background-image: none;
    transition: transform .2s ease-in-out, box-shadow .2s;
  }

  .coming-soon-button:hover {
    background-image: none;
  }

  .div-block-23 {
    align-items: center;
  }

  .button-secondary {
    box-shadow: none;
    color: #4dc4ef;
    background-color: #0000;
    background-image: none;
    transition: transform .2s ease-in-out, box-shadow .2s;
  }

  .button-secondary:hover {
    box-shadow: none;
    background-image: none;
  }

  .text-block {
    color: #fff;
    text-align: center;
    font-family: Figtree, sans-serif;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-27 {
    margin-top: 40px;
  }

  .section-6 {
    padding: 5% 0%;
  }

  .icon-embed-small {
    text-align: left;
    position: static;
  }

  .play-button-wrapper {
    opacity: .49;
    margin-top: 20px;
    margin-left: 20px;
    transition: opacity .2s ease-in-out;
    inset: 0%;
  }

  .back-button {
    background-color: var(--cyan-bright);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
  }

  .section-container {
    max-width: 70%;
  }

  .section-paragraph {
    max-width: 80%;
  }

  .section-paragraph.dark-mode-paragraph {
    max-width: 100%;
  }

  .section-image {
    max-width: 80%;
  }

  .section-image.section-image-left {
    max-width: 70%;
    height: auto;
  }

  .section-image.tokenizer-image {
    max-width: 105%;
    height: auto;
    max-height: none;
  }

  .section-image.dashboard-image {
    max-width: 100%;
  }

  .section-image.wallet-image {
    max-width: 80%;
  }

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

  .hidden-dashboard, .hidden-dashboard.background, .hidden-dashboard.tokenizer-section, .osis-currency {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-40-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    place-content: end space-between;
    padding-top: 100px;
    padding-bottom: 100px;
    display: grid;
  }

  .mail-image {
    max-width: 110%;
  }

  .mail-desktop {
    overflow: hidden;
  }

  .metabadges-section {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .image-14 {
    max-width: 95%;
  }

  .div-block-30 {
    border-color: var(--pink);
    background-color: var(--cyan-bright);
  }

  .section {
    background-color: #f3f6f8;
    background-image: none;
  }

  .community {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .documentation {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .image-23 {
    max-width: 20%;
  }

  .as-seen-on, .logo-container {
    background-color: #0e1821;
  }

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

  .log-in-button-2 {
    background-color: #4dc4ef;
    background-image: none;
  }

  .log-in-button-2:hover {
    background-image: none;
  }

  .navbar-2 {
    background-color: #172633;
  }

  .nav-start-2 {
    object-fit: none;
    align-items: center;
  }

  .nav-container-2 {
    justify-content: flex-start;
  }

  .log-in-button-3 {
    background-color: #4dc4ef;
    background-image: none;
  }

  .log-in-button-3:hover {
    background-image: none;
  }

  .nav-start-3 {
    object-fit: none;
    align-items: center;
  }

  .nav-container-3 {
    justify-content: flex-start;
  }

  .log-in-button-4 {
    background-color: #4dc4ef;
    background-image: none;
  }

  .log-in-button-4:hover {
    background-image: none;
  }

  .hero-split {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .vault {
    background-color: #fff;
  }

  .coming-soon {
    background-color: #172633;
  }

  .team-slide-wrapper {
    text-align: center;
    position: relative;
  }

  .team-block {
    text-align: center;
    background-color: #0000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .team-member-image {
    width: 180px;
    height: 180px;
    max-height: none;
  }

  .team-member-name {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
  }

  .team-member-position {
    text-align: center;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: 700;
  }

  .paragraph-14 {
    font-size: 18px;
  }

  .paragraph-15 {
    font-size: 14px;
  }

  .team-member-image-2 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .button-sections-2 {
    background-color: #4dc4ef;
    background-image: none;
    transition: transform .2s ease-in-out, box-shadow .2s;
  }

  .button-sections-2:hover {
    background-image: none;
  }

  .logo-container-2 {
    background-color: #0e1821;
  }

  .team-member-image-3 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .as-seen-on-2, .as-seen-on-3 {
    background-color: #0e1821;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    flex-direction: column;
    grid-template-columns: 1.25fr;
    place-items: start center;
    height: 80vh;
    min-height: auto;
    padding-top: 0%;
  }

  .paragraph {
    text-align: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-wrapper {
    justify-content: center;
  }

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

  .body-text {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .footer-navigate-wrapper {
    align-items: center;
  }

  .link-block.mobile {
    display: block;
  }

  .link-block.desktop {
    display: none;
  }

  .text-span-6 {
    font-size: 48px;
    line-height: 56px;
  }

  .university {
    padding-right: 15%;
  }

  .nav-menu {
    grid-row-gap: 8px;
    background-color: #172633;
    padding: 20px;
  }

  .nav-menu:hover {
    background-color: #172633;
  }

  .nav-buttons {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
    margin-top: 8px;
  }

  .menu-button {
    color: #421c86;
    border-radius: 4px;
    padding: 8px;
    right: -8px;
  }

  .menu-button.w--open {
    background-color: #0000;
    border-radius: 8px;
  }

  .nav-link.label-m.mobile-nav-link {
    display: inline-block;
  }

  .nav-link.label-m.desktop-nav-link {
    display: none;
  }

  .nav-link.label-m.mobile-nav {
    display: block;
  }

  .fill-100.indent-m {
    flex-flow: column;
  }

  .nav-start {
    justify-content: center;
  }

  .nav-container {
    justify-content: space-between;
    align-items: center;
  }

  .icon {
    color: #fff;
  }

  .icon:hover {
    color: var(--cyan-bright);
  }

  .footer-navigate-wrapper-copy {
    align-items: center;
  }

  .video-wrapper {
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .play-button-wrapper {
    opacity: .5;
    transition-property: none;
  }

  .section-container {
    padding-top: 0;
    padding-left: 15%;
    padding-right: 15%;
  }

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

  .section-paragraph {
    text-align: center;
    max-width: 80%;
  }

  .section-text-wrapper {
    align-items: center;
  }

  .section-image.section-image-left {
    max-width: 350px;
  }

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

  .section-wrapper.section-wrapper-left {
    grid-template-columns: 1.25fr;
  }

  .metabadge-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 70px;
    display: block;
  }

  .mail-desktop, .metabadges {
    display: none;
  }

  .div-block-31 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }

  .heading-8 {
    text-align: center;
    font-size: 48px;
    line-height: 56px;
  }

  .section {
    grid-template-columns: 1fr;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .div-block-32 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .documentation {
    flex-direction: column;
    justify-content: flex-end;
    display: block;
  }

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

  .heading-11 {
    font-size: 60px;
    line-height: 68px;
  }

  .logo-container {
    background-color: #0e1821;
  }

  .logo-image {
    filter: brightness(200%);
    height: 80px;
  }

  .div-block-41 {
    display: none;
  }

  .nav-menu-2 {
    grid-row-gap: 8px;
    background-color: #080f16;
    padding: 20px;
  }

  .nav-menu-2:hover {
    background-color: #172633;
  }

  .nav-start-2 {
    justify-content: center;
  }

  .nav-container-2 {
    justify-content: space-between;
    align-items: center;
  }

  .nav-start-3 {
    justify-content: center;
  }

  .nav-container-3 {
    justify-content: space-between;
    align-items: center;
  }

  .log-in-button-4 {
    margin-top: 30px;
    padding-top: 0;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split, .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

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

  .container-3 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .container-4 {
    max-width: 728px;
  }

  .team-slide-wrapper-3 {
    width: 47%;
    margin-right: 6%;
  }

  .team-block-3 {
    text-align: center;
  }

  .comingsoonproducts {
    max-width: 80%;
    margin-top: 20px;
    margin-left: 35px;
    margin-right: 35px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-3 {
    max-width: 30%;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-7 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-6 {
    max-width: 728px;
  }

  .team-slide-wrapper-4 {
    text-align: center;
    width: 47%;
    margin-right: 6%;
  }

  .hero-wrapper-7 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-8 {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-8 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-9 {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-9 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-10 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-7 {
    max-width: 728px;
  }

  .hero-wrapper-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-11 {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-8 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .container-9 {
    max-width: 728px;
  }

  .hero-wrapper-11 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-12 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-10 {
    max-width: 728px;
  }

  .hero-wrapper-12 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-13 {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-11 {
    max-width: 728px;
  }

  .hero-wrapper-13 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-14 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-29 {
    max-width: 95%;
  }

  .container-12 {
    max-width: 728px;
  }

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

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

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

  .team-slide-wrapper-5 {
    width: 47%;
    margin-right: 6%;
  }

  .container-13 {
    max-width: 728px;
  }

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

  .testimonial-main-image-2 {
    width: 300px;
    height: 350px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-slide-2, .testimonial-slide-3 {
    padding-left: 32px;
  }

  .container-14 {
    max-width: 728px;
  }

  .testimonial-slide-4 {
    padding-left: 32px;
  }

  .testimonial-quote-2 {
    overflow: visible;
  }

  .container-15 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .container-17 {
    max-width: 728px;
  }

  .hero-wrapper-14 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-15 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-18 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

  .footer-social-block-three {
    margin-top: 40px;
  }

  .container-19 {
    max-width: 728px;
  }

  .hero-wrapper-15 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-16 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-mbg {
    padding-top: 100px;
    padding-left: 15%;
    padding-right: 15%;
  }

  .container-20 {
    max-width: 728px;
  }

  .hero-wrapper-16 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-17 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .logo-container-2 {
    background-color: #0e1821;
  }

  .columns-4 {
    padding-left: 8%;
    padding-right: 8%;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .container-23 {
    max-width: 728px;
  }

  .what-you-get {
    padding-left: 6%;
    padding-right: 6%;
  }

  .container-24 {
    max-width: 728px;
  }

  .team-slide-wrapper-6 {
    width: 47%;
    margin-right: 6%;
  }

  .team-block-6 {
    width: 30%;
    height: 200px;
  }

  .testimonial-card-2 {
    height: 320px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-slider-left-2 {
    left: -20px;
  }

  .testimonial-slider-right-2 {
    right: -20px;
  }

  .mbg-faq {
    padding-left: 10%;
    padding-right: 10%;
  }

  .hero-wrapper-17 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-18 {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .subscribe {
    padding: 60px 6%;
  }

  .footer-form-title-2 {
    margin-right: 15px;
  }

  .footer-form-input-2 {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three-2 {
    margin-top: 40px;
  }

  .blockchain-for-rwa {
    padding-left: 10%;
    padding-right: 10%;
  }

  .roadmap {
    padding-left: 4px;
    padding-right: 4px;
  }

  .container-25 {
    max-width: 728px;
  }

  .hero-wrapper-18 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-19 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-26 {
    max-width: 728px;
  }

  .hero-wrapper-19 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-20 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .heading-57 {
    margin-bottom: 40px;
  }

  .section-17 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-58 {
    margin-top: 0;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #0e1821;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 0;
    display: flex;
  }

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

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

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

  .menu-button-3 {
    padding: 12px;
  }

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

  .icon-4 {
    color: #fff;
  }

  .icon-4:hover {
    color: var(--yellow);
  }

  .container-27 {
    max-width: 728px;
  }

  .team-grid-3 {
    grid-column-gap: 40px;
  }

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

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

  .code-embed-2 {
    width: 60%;
    margin-top: 30px;
    margin-left: 0;
  }

  .container-28 {
    max-width: 728px;
  }

  .hero-wrapper-20 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-21 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .grid-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .container-29 {
    max-width: 728px;
  }

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

  .container-30 {
    max-width: 728px;
  }

  .testimonial-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-main-image-3 {
    width: 300px;
    height: 350px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .container-31 {
    max-width: 728px;
  }

  .testimonial-slider-left-3 {
    left: -20px;
  }

  .testimonial-slider-right-3 {
    right: -20px;
  }

  .team-slide-wrapper-7 {
    width: 47%;
    margin-right: 6%;
  }

  .team-slider-nav-7 {
    opacity: 1;
  }

  .heading-64 {
    margin-top: 0;
  }

  .container-32 {
    max-width: 728px;
  }

  .hero-wrapper-21 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-22 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-65 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    grid-template-columns: 1.25fr;
    height: 100vh;
    padding-top: 20%;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-container {
    margin-bottom: 15%;
  }

  .hero-text {
    font-size: 64px;
    line-height: 68px;
  }

  .button {
    text-align: left;
  }

  .exchange-section {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

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

  .body-text {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper-2 {
    align-items: center;
  }

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

  .exchange-button-wrapper {
    justify-content: center;
  }

  .footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    padding: 15% 5%;
    display: flex;
  }

  .footer-navigate-wrapper {
    text-align: center;
    align-items: center;
  }

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

  .paragraph-7 {
    text-align: center;
    padding-right: 0%;
  }

  .div-block-7 {
    align-items: center;
    margin-bottom: 0;
  }

  .university {
    grid-template-columns: 1fr;
    padding-left: 10%;
    padding-right: 10%;
  }

  .navbar {
    margin-bottom: auto;
    top: 0;
  }

  .row.navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .icon {
    color: #fff;
  }

  .footer-navigate-wrapper-copy {
    text-align: center;
    align-items: center;
  }

  .section-6 {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .video-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 0%;
    display: flex;
  }

  .play-button-wrapper {
    display: flex;
  }

  .div-block-38, .div-block-39 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-container {
    padding: 70px 10px;
  }

  .section-heading, .section-paragraph {
    text-align: center;
  }

  .section-text-wrapper {
    align-items: center;
  }

  .section-image, .section-image.section-image-left {
    max-width: 400px;
  }

  .section-image.tokenizer-image {
    max-width: 500px;
  }

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

  .section-wrapper.section-wrapper-left {
    grid-template-columns: 1.25fr;
  }

  .hidden-dashboard.background, .hidden-dashboard.tokenizer-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .metabadge-mobile {
    margin-bottom: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .div-block-31 {
    align-items: center;
  }

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

  .div-block-32 {
    justify-content: center;
  }

  .community {
    margin-bottom: 0;
    padding-bottom: 70px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-21 {
    max-width: 50%;
  }

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

  .div-block-34 {
    grid-template-columns: 1fr;
  }

  .heading-11 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 57px;
  }

  .logo-container {
    min-width: 150%;
  }

  .logo-image {
    height: 80px;
  }

  .navbar-2 {
    margin-bottom: auto;
    top: 0;
  }

  .profile, .tokenizer, .vault, .coming-soon, .team {
    padding: 60px 15px;
  }

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

  .team-slider, .team-slider-2, .comingsoon {
    padding: 60px 15px;
  }

  .documentationn {
    padding: 60px 15px 100px;
  }

  .community1, .join, .coming_soon, .tokenizer-section, .currency-section, .hero-heading-right, .vault-section, .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .metabadges-new, .metabadges-neww, .hero-heading-center, .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .team-slider-3, .testimonial-column-dark-2 {
    padding: 60px 15px;
  }

  .testimonial-main-image-2 {
    width: 250px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-large-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-2 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-slider-large-3 {
    padding: 60px 15px;
  }

  .testimonial-slide-3 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-slider-large-4 {
    padding: 60px 15px;
  }

  .testimonial-slide-4 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-2 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-2 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-2 {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .chris-info {
    padding: 60px 15px;
  }

  .findmee {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-heading-left, .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .hero-mbg {
    padding: 100px 15px;
  }

  .heading-55 {
    text-align: center;
    padding-right: 0%;
  }

  .logo-container-2 {
    min-width: 150%;
  }

  .columns-4 {
    flex-flow: column;
  }

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

  .clients-image-2 {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-quote-block-2 {
    padding: 60px 15px;
  }

  .clients-wrapper-two-2 {
    flex-direction: column;
  }

  .clients-card-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid-2 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .column-3 {
    text-align: center;
    align-self: center;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .what-you-get {
    padding: 100px 15px;
  }

  .team-block-6 {
    width: 40%;
  }

  .columns-5 {
    margin-bottom: 40px;
  }

  .testimonial-slider-small-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-2 {
    justify-content: center;
    align-items: flex-start;
    height: 250px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .mbg-faq {
    padding: 100px 15px 60px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-block-two-2 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input-2 {
    width: 100%;
  }

  .footer-block-three-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three-2 {
    margin-bottom: 10px;
  }

  .footer-social-block-three-2 {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block-2 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .blockchain-for-rwa {
    padding: 100px 30px;
  }

  .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .roadmap {
    padding: 100px 15px;
  }

  .tokenomics, .hero-heading-right-4, .features-list {
    padding: 60px 15px;
  }

  .section-17 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-58 {
    font-size: 18px;
  }

  .heading-61 {
    text-align: center;
    margin-bottom: 60px;
    padding-right: 0%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #0e1821;
    flex-direction: column;
    padding-bottom: 40px;
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

  .icon-4 {
    color: #fff;
  }

  .icon-4:hover {
    color: var(--yellow);
  }

  .team-circles-2 {
    padding: 60px 15px;
  }

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

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .grid-9 {
    justify-content: center;
    align-items: stretch;
    padding-bottom: 60px;
  }

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

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

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

  .testimonial-column-dark-3 {
    padding: 60px 15px;
  }

  .testimonial-main-image-3 {
    width: 250px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .features-table, .testimonial-slider-small-3 {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper-3 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-3 {
    left: -10px;
  }

  .testimonial-slider-right-3 {
    right: -10px;
  }

  .how-it-works {
    padding: 60px 15px;
  }

  .team-slider-nav-7 {
    opacity: 1;
  }

  .heading-64 {
    font-size: 18px;
  }

  .hero-heading-center-3 {
    padding: 60px 15px;
  }

  .heading-65 {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    align-items: center;
    height: auto;
    margin-left: 0;
    padding-top: 20%;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
    overflow: hidden;
  }

  .paragraph {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-container {
    margin-bottom: 15%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
    font-size: 60px;
    line-height: 66px;
  }

  .text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    padding: 15px 60px;
  }

  .button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .exchange-section {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: 0;
    padding: 50px 5%;
    overflow: hidden;
  }

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

  .body-text {
    text-align: center;
    width: 100%;
    padding-bottom: 10%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    padding: 15% 5%;
    display: flex;
  }

  .text-wrapper-2 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .exchange-sub-grid {
    padding-top: 15%;
    padding-bottom: 15%;
    display: flex;
  }

  .exchange-button-wrapper {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    flex-direction: column;
    align-items: center;
    padding: 15% 10% 10%;
    display: flex;
    overflow: hidden;
  }

  .footer-navigate-wrapper {
    text-align: center;
    align-items: center;
  }

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

  .text-span-6 {
    text-align: center;
    font-size: 48px;
    line-height: 56px;
  }

  .paragraph-7 {
    text-align: center;
    padding-right: 0%;
  }

  .div-block-7 {
    flex-direction: column;
    align-items: center;
  }

  .drive-section {
    overflow: hidden;
  }

  .university {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .nav-menu {
    background-color: #172633;
  }

  .menu-button, .menu-button:active {
    color: #0e1821;
  }

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

  .nav-link.label-m {
    color: #fff;
  }

  .nav-link.label-m:hover, .nav-link.label-m:active {
    color: var(--cyan-bright);
  }

  .fill-100.indent-m {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .log-in-button {
    padding: 15px 60px;
  }

  .icon {
    color: #fff;
  }

  .icon:hover, .icon:active {
    color: var(--cyan-bright);
  }

  .button-sections {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .coming-soon-button {
    text-align: center;
    width: 100%;
    padding: 15px 60px;
  }

  .div-block-23 {
    flex-direction: column;
  }

  .button-secondary {
    text-align: center;
    padding: 15px 60px;
  }

  .text-block {
    color: #fff;
    font-family: Figtree, sans-serif;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-27 {
    margin-top: 40px;
  }

  .footer-navigate-wrapper-copy {
    text-align: center;
    align-items: center;
  }

  .heading-9 {
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .video-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0 0% 0%;
    display: flex;
  }

  .video, .video-back {
    align-self: auto;
  }

  .section-container {
    margin-left: 0;
    margin-right: 0;
    padding: 50px 10px;
  }

  .section-heading {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
    line-height: 40px;
  }

  .heading-gradient {
    font-size: 1.2em;
    line-height: 1em;
  }

  .heading-gradient.heading-gradient-mobile {
    border-width: 0;
    font-size: 1.3em;
    line-height: 1rem;
  }

  .section-paragraph {
    text-align: left;
    max-width: 100%;
    padding-left: 0;
  }

  .section-button-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .section-image {
    text-align: left;
    max-width: 300px;
    position: static;
  }

  .section-image.section-image-left {
    max-width: 250px;
  }

  .section-image.tokenizer-image {
    max-width: 90%;
    margin-bottom: 30px;
  }

  .section-image.dashboard-image {
    max-width: 300px;
  }

  .section-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: 100%;
  }

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

  .hidden-dashboard {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .hidden-dashboard.background, .hidden-dashboard.tokenizer-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .metabadge-mobile {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 50px;
    display: flex;
  }

  .div-block-31 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }

  .heading-8 {
    text-align: center;
    object-fit: fill;
    margin-top: 0;
    font-size: 40px;
    line-height: 48px;
  }

  .section {
    grid-template-columns: 1fr;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .community {
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .div-block-29 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: row;
    align-items: center;
    padding-left: 35px;
    padding-right: 35px;
  }

  .image-20 {
    max-width: 100%;
    min-height: auto;
    padding: 16px;
  }

  .image-21 {
    max-width: 50%;
  }

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

  .heading-11 {
    text-align: center;
    object-fit: fill;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 33px;
    line-height: 40px;
  }

  .document-card {
    background-image: linear-gradient(#19688f, #245688 0%, #1aa3d5);
  }

  .carousel-container {
    background-color: #0e1821;
    border-radius: 0;
  }

  .logo-container {
    min-width: 300%;
    padding-top: 45px;
  }

  .logo-image {
    height: 80px;
  }

  .log-in-button-2 {
    padding: 15px 60px;
  }

  .nav-menu-2 {
    background-color: #080f16;
    padding-bottom: 40px;
  }

  .nav-menu-2:hover {
    background-color: #080f16;
  }

  .log-in-button-3, .log-in-button-4 {
    padding: 15px 60px;
  }

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

  .side-heading {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 46px;
  }

  .centered-subheading {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
    position: relative;
  }

  .team-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

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

  .team-slider {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 50px;
    display: block;
  }

  .text-span-7 {
    font-size: 36px;
  }

  .mask {
    max-width: 100%;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

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

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-3 {
    width: 100%;
    margin-right: 0%;
  }

  .comingsoonproducts {
    text-align: center;
    max-width: 90%;
    margin-bottom: 0;
    margin-left: 22px;
    margin-right: 22px;
    padding-left: 0;
    position: static;
  }

  .team-block-info-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .team-member-name-two-3 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .team-member-text-3 {
    text-align: center;
  }

  .documentationn {
    padding-top: 0;
    padding-bottom: 120px;
  }

  .hero-wrapper-3 {
    flex-flow: wrap;
  }

  .hero-split-4 {
    margin-top: 0;
  }

  .shadow-two-3 {
    max-width: 50%;
  }

  .heading-13, .heading-14 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 28px;
  }

  .container-5 {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .join {
    background-position: 50% 0;
    background-size: cover;
  }

  .hero-wrapper-6, .hero-split-7 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .coming_soon {
    text-align: center;
    padding-top: 40px;
  }

  .container-6 {
    text-align: center;
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-subheading-4 {
    margin-bottom: 0;
  }

  .team-slide-wrapper-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0%;
  }

  .team-block-4 {
    justify-content: center;
    align-items: flex-start;
    margin-top: -20px;
    padding-top: 0;
    display: flex;
  }

  .team-slider-nav-4 {
    margin-top: 20px;
  }

  .tokenizer-section {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

  .hero-wrapper-7 {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-split-8 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-wrapper-8 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-split-9 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-span-9 {
    font-size: 44px;
  }

  .heading-16 {
    margin-top: 40px;
    font-size: 38px;
  }

  .text-span-10 {
    font-size: 36px;
  }

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

  .hero-wrapper-10, .hero-split-11 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-24, .image-25 {
    max-width: 30%;
  }

  .image-26 {
    max-width: 90%;
  }

  .image-28 {
    max-width: 35%;
  }

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

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .logos-title-large {
    padding-bottom: 70px;
  }

  .clients-title {
    margin-top: 20px;
    margin-bottom: 45px;
  }

  .clients-image {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .hero-wrapper-11 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-split-12 {
    justify-content: flex-start;
    align-items: center;
  }

  .shadow-two-8 {
    text-align: center;
    max-width: 100%;
    padding-right: 0;
  }

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

  .hero-wrapper-12, .hero-split-13 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .image-29 {
    max-width: 80%;
  }

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

  .centered-heading-5 {
    margin-bottom: 24px;
  }

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

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

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

  .centered-heading-6 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-5 {
    width: 100%;
    margin-right: 0%;
  }

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

  .centered-heading-7 {
    margin-bottom: 24px;
  }

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

  .testimonial-block-main-2 {
    flex-direction: column;
  }

  .testimonial-main-image-2 {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .button-sections-2 {
    text-align: center;
    width: 250px;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .testimonial-quote-icon-2 {
    width: 30px;
  }

  .testimonial-quote-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three-2 {
    margin-right: 16px;
  }

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

  .centered-heading-8 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

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

  .centered-heading-9 {
    margin-bottom: 24px;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-10.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-heading-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    display: block;
    position: relative;
  }

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

  .centered-heading-10 {
    margin-bottom: 24px;
  }

  .columns-2 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-mbg {
    padding-top: 80px;
  }

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

  .heading-55 {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0%;
    font-size: 65px;
    line-height: 62px;
  }

  .column {
    padding-right: 10px;
  }

  .column-2 {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    padding-bottom: 50px;
    padding-left: 0;
    display: flex;
  }

  .heading-56 {
    font-size: 48px;
    line-height: 46px;
  }

  .columns-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .carousel-container-2 {
    background-color: #0e1821;
    border-radius: 0;
  }

  .logo-container-2 {
    min-width: 300%;
  }

  .columns-4 {
    flex-flow: column;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .grid-6 {
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .clients-image-2 {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .clients-quote-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image-2 {
    margin-right: 16px;
  }

  .clients-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .column-3 {
    text-align: center;
    padding-right: 0;
  }

  .nav-menu-two {
    background-color: #080f16;
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
  }

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

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

  .icon-3 {
    color: #fff;
  }

  .icon-3:hover {
    color: var(--cyan-bright);
  }

  .what-you-get {
    padding: 90px 24px;
  }

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

  .centered-heading-11 {
    margin-bottom: 15px;
    font-size: 49px;
    line-height: 50px;
  }

  .centered-subheading-7 {
    max-width: 100%;
    margin-top: 20px;
  }

  .team-slide-wrapper-6 {
    width: 45%;
    margin-right: 6.5%;
  }

  .team-block-6 {
    align-self: flex-start;
    width: 100%;
    height: 200px;
  }

  .team-block-info-6 {
    justify-content: flex-start;
    align-items: center;
  }

  .team-member-name-two-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-5 {
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .centered-heading-12 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-2 {
    justify-content: center;
    align-items: flex-start;
    height: 280px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 20px 18px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .mbg-faq {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .centered-heading-13 {
    margin-bottom: 24px;
  }

  .hero-wrapper-17 {
    text-align: center;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split-18 {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 60px;
    display: flex;
  }

  .margin-bottom-24px-14 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
    line-height: 23px;
  }

  .button-primary-14.footer-form-button {
    align-self: center;
    width: 100%;
    position: relative;
    right: 0;
  }

  .subscribe {
    padding: 60px 20px;
  }

  .footer-form-container-two-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-form-title-2 {
    padding-bottom: 20px;
  }

  .footer-form-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input-2 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blockchain-for-rwa {
    padding: 60px 25px 80px;
  }

  .roadmap {
    padding: 80px 25px 100px;
  }

  .tokenomics {
    padding-top: 80px;
  }

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

  .hero-wrapper-18 {
    margin-bottom: 0;
  }

  .hero-split-19 {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .shadow-two-15 {
    padding-bottom: 20px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .columns-6 {
    display: flex;
  }

  .paragraph-29 {
    justify-content: flex-end;
    align-items: center;
  }

  .column-4 {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-8 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .heading-57 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .section-17 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-58 {
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 24px;
    line-height: 36px;
  }

  .heading-61 {
    text-align: center;
    margin-bottom: 60px;
    margin-left: 2%;
    margin-right: 2%;
    padding-right: 0%;
  }

  .metamask-button {
    width: 100%;
  }

  .navbar-wrapper-2 {
    padding: 18px 10px 16px 20px;
  }

  .nav-menu-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #0e1821;
    border-radius: 0 0 5px 5px;
    flex-direction: column;
  }

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

  .menu-button-3.w--open {
    color: var(--cyan-bright);
    background-color: #0000;
  }

  .icon-4 {
    color: #fff;
  }

  .icon-4:hover {
    color: var(--yellow);
  }

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

  .centered-heading-14 {
    margin-bottom: 24px;
  }

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

  .grid-7 {
    flex-flow: column;
    grid-auto-flow: row;
    margin-top: 50px;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
  }

  .code-embed-2 {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 80%;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
  }

  .link-block-4 {
    border-radius: 40px;
    padding: 0;
  }

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

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

  .column-10, .column-11, .column-12, .column-13, .column-14, .column-15, .column-16 {
    padding-left: 0;
  }

  .columns-10 {
    padding-left: 32%;
    padding-right: 32%;
  }

  .grid-9 {
    padding-left: 0%;
    padding-right: 0%;
  }

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

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

  .image-35 {
    max-width: 100%;
    margin-top: 80px;
  }

  .button-4 {
    width: 100%;
  }

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

  .centered-heading-15 {
    margin-bottom: 24px;
  }

  .testimonial-grid-3 {
    grid-template-columns: 1fr;
  }

  .testimonial-block-main-3 {
    flex-direction: column;
  }

  .testimonial-main-image-3 {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

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

  .centered-heading-16 {
    margin-bottom: 24px;
  }

  .centered-subheading-10 {
    margin-bottom: 6px;
  }

  .testimonial-slide-wrapper-3 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-3 {
    left: -10px;
  }

  .testimonial-slider-right-3 {
    right: -10px;
  }

  .how-it-works {
    padding: 90px 25px;
  }

  .team-slide-wrapper-7 {
    width: 100%;
    margin-right: 0%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .team-member-text-7 {
    text-align: center;
    align-self: center;
    font-weight: 500;
  }

  .team-slider-nav-7 {
    opacity: 1;
  }

  .grid-11 {
    flex-flow: column;
    grid-auto-flow: row;
    margin-left: 0;
    margin-right: 0;
    line-height: 16px;
    display: flex;
  }

  .text-block-15 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-64 {
    margin-top: 0;
    font-size: 16px;
  }

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

  .centered-heading-17 {
    margin-bottom: 24px;
  }

  .heading-65 {
    margin-top: 0;
    font-size: 16px;
  }

  .code-embed-3 {
    border-width: 10px 30px 30px;
  }
}

#w-node-_5f3aee4e-daae-b36c-c966-5f6d1895f2ca-1895f2c7, #w-node-_5f3aee4e-daae-b36c-c966-5f6d1895f2f2-1895f2c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f3aee4e-daae-b36c-c966-5f6d1895f2fc-1895f2c7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1440px) {
  #w-node-_5f3aee4e-daae-b36c-c966-5f6d1895f2fc-1895f2c7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5f3aee4e-daae-b36c-c966-5f6d1895f2fd-1895f2c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


