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

body {
  background-color: #050717;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 18px;
  font-size: 44px;
  line-height: 52px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

p {
  margin-bottom: 18px;
}

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

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

strong {
  font-weight: bold;
}

sub {
  display: inline-block;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 14px;
  line-height: 26px;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  padding: 118px 24px 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.align-bottom-onmobile.testimonials-section {
  background-color: #050717;
  background-image: none;
  background-size: auto;
}

.section.align-bottom-onmobile.last-section {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(52%, #000118), to(#010008));
  background-image: linear-gradient(180deg, #000, #000118 52%, #010008);
  background-position: 0px 0px;
}

.section.solutions-data {
  overflow: hidden;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.section.solutions-hero {
  background-image: url('../images/index-115-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.solutions-hero.bg-1 {
  background-image: none;
}

.section.solutions-hero.bg-dark {
  background-image: url('../images/bg_dark-about_us.png');
}

.section.second-solutions-section {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.section.solutions-organization {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.section.solutions-encrypted {
  overflow: hidden;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.section.solutions-retrieval {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.section.section-beta_access-form.bg-1 {
  background-image: url('../images/BG-beta_access.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.regular-section {
  overflow: auto;
  height: auto;
  max-height: none;
  padding-top: 164px;
  padding-bottom: 208px;
  background-image: radial-gradient(circle farthest-corner at 75% 110%, rgba(15, 1, 179, 0.48), rgba(1, 19, 179, 0) 24%);
}

.section.section-with-background {
  background-image: url('../images/search-lottie-background.svg');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.container {
  width: 100%;
  max-width: 980px;
}

.container.container-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.container-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container.container-align-center.container-single-quote {
  max-width: 1080px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.container.container-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.container-flex-center.flex-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.container-flex-center.flex-vertical .w-form {
  margin: 10px auto 0;
}

.container.container-flex-center.reversed {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container.small-container {
  max-width: 780px;
}

.container.last-container {
  max-width: 1080px;
}

.blue-gradient {
  background-image: -webkit-gradient(linear, right top, left top, from(#5e77ff), to(#51d5ff));
  background-image: linear-gradient(270deg, #5e77ff, #51d5ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blue-gradient.strikethrough {
  display: block;
  text-decoration: line-through;
}

.lead {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 18px;
  line-height: 30px;
}

.lead.section-5-lead {
  max-width: 400px;
}

.lead.contact-form-lead {
  width: 390px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.lead.contact-form-lead.align-center {
  margin-right: auto;
  margin-left: auto;
}

.lead.beta_access-form-lead {
  width: 390px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.lead.one-of-two-p {
  margin-bottom: 16px;
}

.lead.section-3-lead {
  max-width: 380px;
}

.lead.section-1-lead {
  max-width: 300px;
}

.lead.margin-bottom-18 {
  margin-bottom: 18px;
}

.button {
  margin-top: 42px;
  padding: 18px 24px;
  background-color: #0239c4;
}

.button.white-bg {
  padding: 14px 32px;
  background-color: #fff;
  color: #050717;
}

.button.careers-see-all-button {
  padding-right: 65px;
  padding-left: 65px;
}

.text-container {
  width: 100%;
  max-width: 360px;
}

.text-container.section-2-text-container {
  max-width: 440px;
}

.text-container.section-3-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.text-container.section-5-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-container.section-6-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 390px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-container.solutions-data-container {
  max-width: 500px;
  padding-right: 32px;
}

.text-container.solutions-data-container.container-position-relative {
  position: relative;
}

.text-container.solutions-hero-container {
  max-width: 330px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-container.organization-solutions-container {
  max-width: 280px;
  margin-top: -54px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-container.retrieval-solutions-container {
  max-width: 280px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-container.usecases-solutions-container {
  max-width: 280px;
  margin-bottom: 56px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-container.contact_form-solutions-container {
  max-width: none;
  margin-bottom: 48px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-container.about-investors-container {
  width: 40%;
  max-width: 450px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-container.about-hero-container {
  width: 40%;
  max-width: 450px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-container.about-careers-text-container {
  width: 50%;
  max-width: 450px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-container.beta_access_form-text-container {
  max-width: none;
  margin-bottom: 56px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-container.encrypted-solutions-container {
  max-width: 380px;
}

.logo {
  max-width: 112px;
}

.navbar {
  background-color: transparent;
}

.navbar.nav-old.hide {
  display: none;
}

.navbar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.navbar-link {
  margin-left: 0px;
  padding: 12px 16px;
  color: #fff;
  text-align: left;
}

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

.navbar-link.navbar-button {
  margin-right: 0px;
  padding-right: 28px;
  padding-left: 28px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.24);
}

.navbar-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-container.beta_access-navbar.top-menu-navbar {
  padding: 42px 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.mlk-loader-top {
  position: relative;
  border-bottom: 2px solid #000;
  color: #eb412b;
}

.mlk-loader-top.temporary-hide-loader_top {
  display: none;
}

.mlk-loader-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mlk-loader {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 264px 68px 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #050717;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.mlk-loader.show-loader {
  padding: 64px 68px;
  visibility: visible;
  opacity: 1;
  transition: all 500ms ease;
}

.mlk-loader .logo {
  width: 111px;
}

.mlk-loader .logo.logo-text {
  height: 19px;
  position: relative;
  left: -20px;
}

.mlk-loader .trigger {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 0px;
  height: 0px;
  padding: 0px;
}

.mlk-loader .loader_number {
  display: inline;
  vertical-align: middle;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 274;
  font-size: 32px;
  line-height: 150%;
  background: linear-gradient(91.08deg, rgba(0, 56, 255, 0.4) -33.02%, rgba(223, 94, 255, 0.4) 110.81%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.mlk-loader .percentage {
  display: inline;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 26px;
  vertical-align: middle;
  background: linear-gradient(91.08deg, rgba(0, 56, 255, 0.4) -33.02%, rgba(223, 94, 255, 0.4) 110.81%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}


.loader_progress {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 0%;
  height: 100%;
  background-color: #000;
}

.mlk-loader .line-loader {
  width: 20px;
  height: 0px;
  border: 1px solid #FFFFFF;
}

.line-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loader-center-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.background-video {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
}

.background-video.mobile {
  display: none;
}

.background-video.within-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.background-video.within-section.hide {
  display: none;
}

.section-3-inner-content {
  width: 100%;
  max-width: 420px;
}

.main {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.last-section-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.last-section-video {
  height: 100vh;
  margin-top: 25vh;
}

.last-section-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.legal-footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.navbar-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.footer-link-text {
  margin-left: 12px;
  font-size: 14px;
}

.footer-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.solutions-platforms {
  height: 42px;
  margin-top: 24px;
}

.white-text {
  color: #fff;
}

.text-white {
  color: #fff;
}

.heading {
  text-align: center;
}

.usecases-grid-item {
  position: relative;
  width: 100%;
  height: 300px;
  margin-right: 12px;
  margin-left: 12px;
  padding: 24px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Frame-219199015.svg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Frame-219199015.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-family: Lexend, sans-serif;
  color: #8397ff;
  font-size: 14px;
}

.usecases-grid-item:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 217, 255, 0.06)), to(rgba(212, 217, 255, 0.06))), url('../images/Frame-219199015.svg');
  background-image: linear-gradient(180deg, rgba(212, 217, 255, 0.06), rgba(212, 217, 255, 0.06)), url('../images/Frame-219199015.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.usecases-grid-item.item-bg-1:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 217, 255, 0.06)), to(rgba(212, 217, 255, 0.06))), url('../images/Frame-219199015.svg');
  background-image: linear-gradient(180deg, rgba(212, 217, 255, 0.06), rgba(212, 217, 255, 0.06)), url('../images/Frame-219199015.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.usecases-grid-item.item-bg-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Frame-219199038-1.svg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Frame-219199038-1.svg');
}

.usecases-grid-item.item-bg-2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 217, 255, 0.06)), to(rgba(212, 217, 255, 0.06))), url('../images/Frame-219199038-1.svg');
  background-image: linear-gradient(180deg, rgba(212, 217, 255, 0.06), rgba(212, 217, 255, 0.06)), url('../images/Frame-219199038-1.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.usecases-grid-item.item-bg-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Frame-219199039.svg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Frame-219199039.svg');
}

.usecases-grid-item.item-bg-3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 217, 255, 0.06)), to(rgba(212, 217, 255, 0.06))), url('../images/Frame-219199039.svg');
  background-image: linear-gradient(180deg, rgba(212, 217, 255, 0.06), rgba(212, 217, 255, 0.06)), url('../images/Frame-219199039.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.search-lottie {
  max-width: 640px;
  min-width: 640px;
  margin-top: -42px;
  margin-bottom: -24px;
}

.search-lottie.hide-replace_by_lottie_player {
  display: none;
}

.capabilities-p {
  max-width: 660px;
  font-size: 20px;
  line-height: 30.5px;
}

.arrow {
  position: relative;
  width: 12px;
}

.arrow.arrow-left {
  left: -64px;
}

.arrow.arrow-right {
  right: -64px;
}

.arrow.hide-arrow {
  display: none;
}

.search-lottie-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-5-lottie {
  position: absolute;
  height: 95%;
  margin-top: 64px;
}

.grid-item-number-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 30px;
  bottom: 30px;
}

.form-block {
  width: 440px;
  margin: 10px auto 0px;
}

.submit-button {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
  border-radius: 2px;
  background-color: #0239c4;
}

.submit-button.beta-access-form {
  margin-top: 10px;
}

.form-input {
  min-height: 56px;
  margin-bottom: 18px;
  border: 1px none #000;
  border-radius: 2px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 106, 168, 0.1)), to(rgba(126, 106, 168, 0.1)));
  background-image: linear-gradient(180deg, rgba(126, 106, 168, 0.1), rgba(126, 106, 168, 0.1));
}

.form-input::-webkit-input-placeholder {
  color: #696a74;
}

.form-input:-ms-input-placeholder {
  color: #696a74;
}

.form-input::-ms-input-placeholder {
  color: #696a74;
}

.form-input::placeholder {
  color: #696a74;
}

.graphic-container {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.graphic-container.investors-container {
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.graphic-container.careers-container {
  margin-left: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.data-text-strikethrough {
  position: absolute;
  left: 0%;
  top: 8%;
  right: 0%;
  bottom: 0%;
  width: 114px;
  height: 4px;
  max-height: 4px;
  margin-left: -6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.form.beta-form {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.navbar_link-spacer.mobile {
  display: none;
}

.hero-two-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-two-cols.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about_us-hero-image {
  mix-blend-mode: screen;
}

.solutions-hero-image.hide {
  display: none;
}

.investors-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.investors-grid-item {
  padding: 38px 54px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.investors-grid-item.card-bg {
  width: auto;
  height: auto;
  min-height: 110px;
  padding: 27px 36px;
  border-radius: 4px;
  background-color: rgba(212, 217, 255, 0.06);
  background-image: none;
  -webkit-transition: background-color 200ms cubic-bezier(.645, .045, .355, 1);
  transition: background-color 200ms cubic-bezier(.645, .045, .355, 1);
  cursor: pointer;
}

.investors-grid-item.card-bg:hover {
  background-image: linear-gradient(141.63deg, rgba(133, 112, 194, 0.1), rgba(212, 217, 255, 0.02));
}

.investors-grid-item.card-bg.no-firm-attached {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.investor-name {
  min-width: 113px;
  text-align: center;
  cursor: pointer;
}

.investor-firm {
  min-width: 113px;
  color: #696a74;
  text-align: center;
  cursor: pointer;
}

.investor-firm.hide {
  display: none;
}

.career-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 440px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 106, 168, 0.1)), to(rgba(126, 106, 168, 0.1)));
  background-image: linear-gradient(180deg, rgba(126, 106, 168, 0.1), rgba(126, 106, 168, 0.1));
}

.text-span {
  line-height: 0.9;
}

.career-list-name {
  margin-top: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.caret-arrow {
  width: 12px;
  height: 12px;
  margin-top: auto;
  margin-right: 25px;
  margin-bottom: auto;
}

.investor-grid-slider.mobile {
  display: none;
}

.legal-rt-block {
  margin-top: 32px;
}

.legal-rt-block ul {
  margin-bottom: 32px;
  opacity: 0.6;
}

.super-text-para {
  margin-bottom: 20px;
  opacity: 0.3;
}

.super-text-para.hide {
  display: none;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.usecases-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.usecases-heading {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
}

.testimonials-mobile {
  display: none;
}

.d-none {
  display: none;
}

.success-message {
  background-color: transparent;
}

.error-message {
  margin-top: 18px;
  background-color: transparent;
  color: #fff;
}

.success-message-text {
  line-height: 2;
}

.main-wrapper {
  width: 100vw;
  height: 100vh;
}

.navlinks-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-menu-line {
  display: none;
}

.brand-icon {
  padding-left: 0px;
}

.section-4-arrow {
  position: absolute;
  bottom: 0px;
  width: 12px;
}

.position-relative {
  position: relative;
}

.section-5-ellipsis {
  position: absolute;
  top: 0px;
}

.testimonial-heading {
  max-width: 360px;
}

.width-430 {
  max-width: 430px;
}

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

.white-60 {
  color: hsla(0, 0%, 100%, 0.6);
}

.search-lottie--embed {
  max-width: 640px;
  min-width: 640px;
  margin-top: 12px;
  margin-bottom: -24px;
}

.search-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 374px;
  height: 56px;
  margin-bottom: 82px;
  padding-right: 26px;
  padding-left: 26px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 5, 50, 0.3)), to(rgba(7, 35, 109, 0.88)));
  background-image: linear-gradient(0deg, rgba(4, 5, 50, 0.3), rgba(7, 35, 109, 0.88));
  box-shadow: 16px 16px 70px 75px rgba(63, 32, 152, 0.07);
  -webkit-backdrop-filter: blur(90px);
  backdrop-filter: blur(90px);
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.search-icon {
  margin-right: 24px;
}

.section-4-dots-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 82px;
  margin-bottom: 92px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 108px;
    padding-bottom: 148px;
  }

  .section.align-bottom-onmobile {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .section.align-top-onmobile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section.regular-section {
    padding-top: 124px;
  }

  .section.section-with-background {
    background-size: 100%;
  }

  .container.container-align-center.container-single-quote {
    height: 100%;
    margin-bottom: -20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container.container-flex-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container.last-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .lead {
    width: 100%;
  }

  .lead.section-5-lead {
    max-width: 100%;
    margin-left: 0px;
    padding-right: 12px;
  }

  .button {
    margin-top: 24px;
  }

  .text-container {
    position: relative;
    z-index: 1;
    max-width: 100%;
  }

  .text-container.section-6-text-container {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navbar-menu.mobile {
    width: 100vw;
    height: 100vh;
    padding: 64px 28px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #090721;
  }

  .navbar-link {
    font-size: 18px;
    line-height: 1;
  }

  .navbar-link.navbar-button {
    margin-left: 0px;
    padding-top: 28px;
    padding-bottom: 28px;
    border-radius: 2px;
    text-align: center;
  }

  .navbar-container {
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbar-container.beta_access-navbar {
    z-index: 999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar-container.beta_access-navbar.top-menu-navbar {
    padding: 12px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .mlk-loader-top {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    border-top: 2px solid #000;
  }

  .mlk-loader-bottom {
    width: 100%;
  }

  .mlk-loader {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .line-loader {
    display: none;
  }

  .loader-center-content-container {
    width: 100%;
  }

  .background-video {
    display: none;
  }

  .background-video.mobile {
    display: block;
  }

  .main {
    padding-right: 32px;
  }

  .last-section-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .last-section-video {
    position: absolute;
    bottom: -35vh;
    z-index: 0;
    width: 100vw;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
  }

  .last-section-footer {
    display: none;
  }

  .last-section-footer.visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-link-container {
    width: 100%;
    margin-top: 32px;
    margin-right: 0px;
    margin-bottom: 12px;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 0px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .default-menu-icon.hide {
    display: none;
  }

  .menu_hamburger-icon {
    width: 28px;
  }

  .navbar_link-spacer.mobile {
    position: absolute;
    bottom: 30%;
    display: block;
    width: 10%;
    height: 3px;
    max-height: 3px;
    max-width: 10%;
    margin-left: 56px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 56px;
    background-color: #fff;
  }

  .testimonials-mobile {
    display: block;
    height: auto;
    margin-top: 32px;
    padding-bottom: 56px;
    background-color: transparent;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navlinks-container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .mobile-menu-line {
    position: absolute;
    left: 0px;
    top: 82px;
    right: auto;
    bottom: 82px;
    display: block;
    width: 4px;
    height: 288px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .mlk-flip-page .single-quote {

  }
}

@media screen and (max-width: 767px) {
  .container.container-flex-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.container-flex-center.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .text-container.solutions-hero-container {
    width: 90%;
    padding-top: 60px;
  }

  .text-container.about-investors-container {
    width: 90%;
    padding-top: 60px;
  }

  .text-container.about-hero-container {
    width: 90%;
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .text-container.about-careers-text-container {
    padding-top: 60px;
  }

  .navbar-menu.mobile {
    z-index: 998;
    height: 100vh;
    background-color: #050717;
    background-image: url('../images/BG-nav_mobile.png');
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .navbar-link.navbar-button {
    text-decoration: none;
  }

  .navbar-container {
    z-index: 999;
  }

  .last-section-video {
    bottom: -20vh;
  }

  .last-section-footer.visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .legal-footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navbar-link-container {
    margin-bottom: 28px;
  }

  .graphic-container {
    width: 90%;
  }

  .heading-3 {
    font-size: 37px;
    line-height: 1.25;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .navbar_link-spacer.mobile {
    position: absolute;
    bottom: 30%;
    display: block;
    width: 10%;
    height: 3px;
    max-height: 3px;
    max-width: 10%;
    min-height: 3px;
    min-width: 10%;
    margin-left: 56px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    text-align: left;
  }

  .hero-two-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .solutions-hero-image {
    height: 90%;
    margin-top: 5vh;
  }

  .investors-grid.mobile.temp-hide {
    display: none;
  }

  .investors-grid.desktop {
    display: none;
  }

  .investors-grid-item.card-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    padding: 16px 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .investor-grid-slider.mobile {
    display: block;
    background-color: transparent;
  }

  .slide-nav {
    bottom: -46px;
  }

  .slide {
    overflow: hidden;
    width: 80vw;
    margin-left: 22%;
  }

  .flex-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .arrow-hide {
    display: none;
  }

  .sl2 {
    overflow: hidden;
    width: 80vw;
    margin-left: 22%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 46px;
  }

  .section.solutions-hero {
    padding-right: 12px;
    background-image: url('../images/index-115-1.jpg');
    background-size: cover;
  }

  .section.section-beta_access-form.bg-1 {
    height: auto;
    max-height: none;
  }

  .section.section-beta_access-form.bg-1.small_height-fix-100vh {
    min-height: 100vh;
  }

  .container.container-align-center.container-grow.transforming-section {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container.container-align-center.container-grow.transforming-section.transforming-section-align-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container.container-flex-center {
    max-width: none;
    padding-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .container.container-flex-center.flex-vertical {
    margin-bottom: 35vh;
  }

  .container.container-flex-center.flex-vertical .w-form {
    margin: 10px auto 0;
  }

  .container.container-flex-center.flex-vertical.beta_access-form {
    margin-bottom: 32vh;
    padding-right: 10%;
  }

  .container.container-flex-center.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lead {
    max-width: 260px;
    font-size: 16px;
    line-height: 26px;
  }

  .lead.solutions-lead {
    margin-top: 25px;
    margin-left: 0px;
  }

  .lead.contact-form-lead {
    margin-left: 0px;
  }

  .lead.mg-top {
    margin-top: 70px;
  }

  .lead.beta_access-form-lead {
    width: 100%;
    max-width: none;
    margin-left: 0px;
    text-align: left;
  }

  .button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-container {
    max-width: 295px;
  }

  .text-container.section-3-text-container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .text-container.section-3-text-container.section-4-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-container.solutions-hero-container {
    width: 100%;
    padding-bottom: 60px;
  }

  .text-container.organization-solutions-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-container.contact_form-solutions-container {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .text-container.about-investors-container {
    width: 100%;
    max-width: none;
    padding-bottom: 60px;
  }

  .text-container.about-hero-container {
    width: 100%;
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .text-container.about-careers-text-container {
    width: 100%;
    padding-bottom: 60px;
  }

  .text-container.beta_access_form-text-container {
    margin-top: 40px;
    margin-bottom: 32px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .logo.logo-text {
    display: none;
  }

  .navbar-menu.mobile {
    position: absolute;
    z-index: 998;
    height: 100vh;
    background-color: #050717;
    background-image: url('../images/BG-nav_mobile.png');
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .navbar-link.navbar-button {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .navbar-container {
    z-index: 999;
    height: 10%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbar-container.beta_access-navbar {
    height: auto;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .mlk-loader-bottom {
    width: 100%;
  }

  .loader_number {
    font-size: 40vw;
  }

  .loader-center-content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .number-container {
    display: none;
  }

  .section-3-inner-content {
    max-width: 300px;
  }

  .quote-p.small-quote-p {
    font-size: 16px;
    line-height: 26px;
  }

  .last-section-video {
    bottom: 0vh;
  }

  .last-section-footer {
    display: block;
  }

  .last-section-footer.visible {
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .legal-footer {
    font-size: 12px;
  }

  .navbar-link-container.mobile-hide {
    display: none;
  }

  .footer-link-text {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 12px;
  }

  .footer-links-container {
    margin-bottom: -8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading.heading-contact {
    text-align: left;
  }

  .usecases-grid-item {
    width: 80vw;
    height: 19vh;
    max-width: none;
    border-style: solid;
    border-width: 1px;
    border-color: #f4f4f4;
    background-image: none;
  }

  .usecases-grid-item.item-bg-1 {
    border-style: none;
  }

  .search-lottie {
    max-width: 130vw;
    min-width: 130vw;
    margin-top: -56px;
    margin-bottom: -48px;
  }

  .capabilities-p {
    font-size: 18px;
    line-height: 28.5px;
  }

  .contact-form-wrapper {
    width: 100%;
  }

  .form-block {
    width: 100%;
    margin-bottom: 0px;
  }

  .submit-button {
    width: 100%;
  }

  .submit-button.beta-access-form {
    margin-top: 0px;
  }

  .form-input {
    width: 100%;
    margin-bottom: 16px;
  }

  .graphic-container {
    width: 100%;
    margin-left: -10%;
  }

  .graphic-container.investors-container {
    width: auto;
  }

  .heading-3 {
    font-size: 32px;
    line-height: 1.1;
  }

  .data-text-strikethrough {
    position: -webkit-sticky;
    position: sticky;
    left: -8%;
    top: -15.5%;
    width: 77px;
    height: 3px;
    max-height: 3px;
    margin-top: -80px;
    margin-left: 13px;
  }

  .heading-4 {
    width: 260px;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
  }

  .form {
    width: 100%;
  }

  .heading-5 {
    width: 260px;
    margin-right: auto;
    margin-left: auto;
  }

  .menu-button {
    padding-right: 0px;
  }

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

  .default-menu-icon.hide {
    display: none;
  }

  .menu_hamburger-icon {
    position: -webkit-sticky;
    position: sticky;
    z-index: 999;
  }

  .navbar_link-spacer {
    position: absolute;
    bottom: 60%;
    width: 22%;
    height: 3px;
    max-height: 3px;
    max-width: 10%;
    margin-left: 56px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: none;
    border-width: 0px;
    border-color: #fff5f5;
    background-color: #fff;
    text-align: left;
  }

  .navbar_link-spacer.mobile {
    bottom: 30%;
    display: block;
    width: 10%;
    max-width: 10%;
    min-height: 3px;
    min-width: 10%;
    white-space: normal;
  }

  .hero-two-cols.align-center {
    width: 80vw;
  }

  .solutions-hero-image {
    margin-top: 0vh;
  }

  .investors-grid-wrapper {
    width: auto;
  }

  .investors-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .investors-grid.mobile {
    width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: row;
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .investors-grid.mobile.temp-hide {
    display: none;
  }

  .investors-grid.desktop {
    display: none;
  }

  .investors-grid-item.card-bg {
    width: 45%;
    min-height: 80px;
    margin-left: 0px;
    padding: 16px 6px;
  }

  .investors-grid-item.card-bg.no-firm-attached {
    min-height: 90px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .investor-name {
    min-width: 40px;
    font-size: 14px;
  }

  .investor-firm {
    font-size: 14px;
  }

  .career-listings-wrapper.hide-on-mobile {
    display: none;
  }

  .text-span-2 {
    font-size: 32px;
  }

  .investor-grid-slider {
    width: 110%;
    background-color: transparent;
  }

  .investor-grid-slider.mobile {
    width: auto;
  }

  .slide-nav {
    left: -43px;
    bottom: -46px;
  }

  .slide {
    position: relative;
    overflow: hidden;
    width: 80vw;
    margin-left: 24%;
  }

  .flex-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .arrow-hide {
    z-index: -1;
    display: none;
  }

  .legal-rt-block {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .super-text-para {
    font-size: 14px;
    line-height: 21px;
  }

  .sl2 {
    overflow: hidden;
    width: 80vw;
    margin-left: 24%;
  }

  .success-message {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .error-message {
    padding-right: 0px;
    padding-left: 0px;
  }

  .search-lottie--embed {
    max-width: 130vw;
    min-width: 130vw;
    margin-top: 24px;
  }

  .section-4-dots-container {
    margin-top: 56px;
    margin-bottom: 64px;
  }
}

#w-node-_5bd8471d-9cf8-25af-562d-3b3650a901db-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cf0eafae-5abc-18ec-8c8f-74c3ce21e3b3-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a32b9413-7230-12ed-8977-c26378f651ed-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1d7fe22f-e382-8406-891c-9776ef2b0f38-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_860f8459-8edc-d235-e318-6a262a1769db-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9d5bfed8-1841-9d65-6257-9f44b0dfc0b7-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c122741c-f631-5eb1-8e93-2cf20a108ff4-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_09db9a59-13b3-e499-134a-987a9e27d68b-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b8f129b-4045-3d7c-3ddf-3c034035e078-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6e731ae0-d719-f5c7-4f7b-83fe4ed85f9a-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d5071b02-a56c-7ba3-9389-bf8e7406e9e3-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a36f4fa0-f4ed-bcaa-677d-6ebf692e2b53-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aadc06ef-e276-0198-3078-f2df01233db3-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d0fb1a7c-29ad-2c5b-b5bc-c9db677ddd45-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_00782fde-3420-d8d8-9de3-8243123261f2-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_78aeabdf-df78-5bcc-c882-4c4cfdd68485-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_34995fbb-bfb5-40b8-6400-2b48a965e6ad-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4d9fc351-b0f3-155a-2a53-cc8d0193d86b-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0771c806-9dd1-9078-4701-37788fb61cc6-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a2d6c12e-ecfc-9e75-92ab-961fb9f5c6e7-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f0ba97cb-72a7-8ddd-516a-89580bdb4b70-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7d664e82-8ea3-4921-68e8-378ca098d38b-3aecb853 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_5bd8471d-9cf8-25af-562d-3b3650a901db-3aecb853 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-cf0eafae-5abc-18ec-8c8f-74c3ce21e3b3-3aecb853 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a32b9413-7230-12ed-8977-c26378f651ed-3aecb853 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_1d7fe22f-e382-8406-891c-9776ef2b0f38-3aecb853 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_860f8459-8edc-d235-e318-6a262a1769db-3aecb853 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9d5bfed8-1841-9d65-6257-9f44b0dfc0b7-3aecb853 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c122741c-f631-5eb1-8e93-2cf20a108ff4-3aecb853 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_09db9a59-13b3-e499-134a-987a9e27d68b-3aecb853 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7b8f129b-4045-3d7c-3ddf-3c034035e078-3aecb853 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6e731ae0-d719-f5c7-4f7b-83fe4ed85f9a-3aecb853 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d5071b02-a56c-7ba3-9389-bf8e7406e9e3-3aecb853 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

