:root {
  --text-primary: white;
  --text-accent: #fd4c00;
  --background-accent: #fd4c00;
  --surface-hover: #ffffff1f;
  --text-secondary: #a3a3a3;
  --border-dash: #ffffff4d;
  --text-inverted: #000;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

body {
  color: var(--text-primary);
  font-family: Geist, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 16px;
  font-family: Zilla Slab, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  text-wrap: balance;
  margin-top: 48px;
  margin-bottom: 10px;
  font-family: Zilla Slab, sans-serif;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Zilla Slab, sans-serif;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Zilla Slab, sans-serif;
  font-weight: 300;
}

h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Zilla Slab, sans-serif;
  font-weight: 400;
}

p {
  color: var(--text-primary);
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

a {
  color: var(--text-accent);
  text-decoration: underline;
}

ul {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Geist, sans-serif;
  line-height: 27px;
  list-style-type: "- ";
  display: flex;
}

ol {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Geist, sans-serif;
  line-height: 27px;
  display: flex;
}

li {
  padding-left: 4px;
}

label {
  margin-bottom: 5px;
  font-family: Zilla Slab, sans-serif;
  font-weight: 400;
  display: block;
}

pre {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

blockquote {
  border-left: 5px solid var(--background-accent);
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 20px;
  font-family: Geist, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 22px;
}

.body {
  object-fit: fill;
  background-color: #000;
  font-size: 17px;
  line-height: 24px;
  overflow: visible;
}

.navbar-brand {
  max-width: 140px;
}

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

.container.text-left {
  text-align: left;
}

.underline-title {
  color: #f1f1f1;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 29.05px;
  display: inline;
}

.underline-title.underlinedheading {
  color: #fafafa;
  text-align: center;
  display: inline;
}

.underline-title.centeredheader {
  text-align: center;
  display: inline-block;
}

.image {
  object-fit: cover;
  border-radius: 100%;
}

.collection-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 260px;
  display: flex;
}

.text-block {
  color: #fafafa;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28.8px;
}

.text-block-2 {
  color: #737373;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 22.4px;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between stretch;
  place-items: stretch center;
  display: grid;
}

.collection-list-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.teammemberimagewrapper {
  align-self: auto;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.main-paragraph-container {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  background-color: var(--background-accent);
  color: var(--text-primary);
  letter-spacing: .2px;
  text-transform: none;
  white-space: nowrap;
  align-items: stretch;
  padding: 10px 14px;
  font-family: Geist Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: #ff611d;
}

.button.button-cta {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.button.button-full-width {
  width: 100%;
  margin-top: 16px;
}

.button.button_secondary {
  text-align: center;
  -webkit-text-stroke-color: #414141;
  white-space: nowrap;
  background-image: linear-gradient(#2a2a2a, #212121);
  border-color: #414141;
  margin-right: 8px;
  font-weight: 400;
}

.button.button_secondary:hover {
  background-image: linear-gradient(#424242, #212121);
}

.button.button-secondary {
  border: 1px solid var(--background-accent);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.button.button-secondary:hover {
  background-color: var(--surface-hover);
}

.button.align-self-stretch {
  text-align: center;
}

.button.button-black.w--current {
  background-color: #000;
}

.main-paragraph {
  color: #d9d9d9;
  text-align: center;
  max-width: 660px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  display: block;
}

.section-2 {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center;
  display: grid;
}

.textsectionbody {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
}

.avatar {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.blog-feature-image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 320px;
}

.div-block-7 {
  border-radius: 8px;
  overflow: hidden;
}

.div-block-7.blogimagewrapper {
  overflow: visible;
}

.blog-item-title {
  color: #fafafa;
  text-align: left;
  -webkit-text-stroke-color: black;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e4e4e4, #b9b9b9);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  line-height: 38px;
  overflow: hidden;
}

.blog-item-body {
  color: #a5a5a5;
  text-align: left;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: fill;
  max-height: 120px;
  margin-bottom: 19px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
}

.blog-item-byline {
  color: #9c9c9c;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.blog-post-image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 320px;
}

.author {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-button-wrapper {
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 2;
  position: sticky;
  top: 0;
}

.main-title {
  color: #333;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e7e7e7, #c1c1c1);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 41px;
  line-height: 52px;
}

.text-field-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fafafa;
  -webkit-text-stroke-color: transparent;
  background-color: #0c0c0c;
  border: 1px solid #ffffff40;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.schedule-a-demo-footer-form {
  object-fit: fill;
  flex: 0 auto;
  width: 600px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: static;
}

.main-paragraph-5 {
  color: #fafafa;
  text-wrap: balance;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.form-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-copyright {
  color: #e1e1e1;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.footer-social-block {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.signature {
  color: #fafafa;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.footer-link {
  color: #acacac;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: #fafafa;
}

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

.container-10 {
  text-align: center;
  width: 100%;
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.container-10.footer-container {
  background-color: #121212;
  border-radius: 8px;
  max-width: 1280px;
  margin-bottom: 24px;
  padding: 32px 40px;
}

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

.footer-social-link {
  opacity: .7;
  margin-left: 24px;
  transition: opacity .2s;
}

.footer-social-link:hover {
  opacity: 1;
}

.footer-social-link.margin-right-10 {
  margin-left: 12px;
  margin-right: 12px;
}

.footer {
  background-image: url('../images/footer-waves.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 360px;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

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

.slider {
  background-color: #0000;
  height: 620px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.tagline {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ea815f, #f1bc49);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.featured-post {
  margin-bottom: 24px;
  text-decoration: none;
  display: inline;
}

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

.form-container {
  text-align: left;
  background-color: #0f0f0f;
  border-radius: 8px;
  width: 80%;
  margin-top: 40px;
  padding: 20px;
}

.field-label-3 {
  color: #fafafa;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-field-custom {
  color: #fafafa;
  background-color: #161616;
  border: 1px solid #2c2c2c;
  border-radius: 4px;
}

.div-block-12 {
  flex-direction: column;
  display: flex;
}

.div-block-13 {
  text-align: center;
}

.job-item {
  color: #9c9c9c;
  text-align: left;
  cursor: pointer;
  border: 1px #000;
  width: 100%;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  position: relative;
}

.job-item:hover {
  color: #fafafa;
}

.career__listing--title {
  margin-top: 0;
  margin-bottom: 8px;
}

.career__details {
  grid-column-gap: 8px;
  font-size: 16px;
  display: flex;
}

.job-item-meta {
  font-size: 16px;
}

.file-upload {
  margin-bottom: 32px;
}

.div-block-14 {
  margin-bottom: 24px;
}

.career__details-2 {
  grid-column-gap: 8px;
  display: flex;
}

.form-5 {
  flex-direction: column;
  display: flex;
}

.back-link {
  grid-column-gap: 8px;
  color: #9c9c9c;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px 4px 8px;
  text-decoration: none;
  transition: color .2s;
  display: inline-flex;
}

.back-link:hover {
  color: #fafafa;
  text-decoration: none;
}

.heading-4 {
  color: #fafafa;
  margin-top: 0;
  margin-bottom: 31px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.heading-5 {
  color: #fafafa;
  margin-bottom: 0;
}

.required {
  color: #ff0303;
}

.rich-text-block-2 {
  color: #fafafa;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-block-6 {
  color: #fafafa;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.success-message-2 {
  background-color: #ddd0;
  width: 100%;
}

.text-block-8 {
  color: #fafafa;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.success-message-3 {
  background-color: #0000;
}

.text-block-9 {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.success-message-4 {
  background-color: #0000;
}

.text-block-10 {
  color: #fafafa;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.text-span {
  color: red;
}

.line-gradient {
  background-image: linear-gradient(#ef4f1d, #f1bc49);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 340px;
  margin-bottom: 24px;
}

.title-small {
  opacity: 1;
  margin-bottom: 8px;
  font-family: Zilla Slab, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 100%;
}

.title-small.text-secondary {
  color: var(--text-secondary);
  font-size: 22px;
}

.blogpost-image {
  border: 1px #000;
  height: 160px;
  display: block;
}

.blog-image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.dropdown-list {
  display: none;
}

.dropdown-list.w--open {
  background-color: #000000f2;
  border: 1px solid #69696980;
  border-radius: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  top: 67px;
  left: -48px;
}

.dropdown-list.dropdown-list-2.w--open {
  top: 51px;
  left: -81px;
}

.dropdown-link {
  color: #acacac;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: color .2s;
}

.dropdown-link:hover {
  color: #fafafa;
}

.dropdown-link.w--current {
  float: none;
}

.icon-2 {
  color: #acacac;
}

.dropdown-link-3 {
  display: none;
}

.item-tooltip {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-6 {
  display: flex;
}

.release-banner {
  background-color: #000;
  background-image: linear-gradient(#0000001a, #0000001a), repeating-linear-gradient(90deg, #d63220, #f79e06 25% 50%, #df6836 75%, #d63220);
  border: 1px solid #000;
  border-bottom-color: #363636;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: none;
}

.paragraph-3 {
  color: #fff;
  text-shadow: 0 1px 2px #000000bf;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.press-release-image {
  border-radius: 0;
  width: 100%;
  height: 200px;
  margin-bottom: 16px;
}

.pres-release-item {
  text-align: left;
  height: 490px;
  margin-bottom: 40px;
  display: flex;
}

.press-icon {
  opacity: .8;
  margin-right: 4px;
}

.link-block-10 {
  text-decoration: none;
  display: flex;
}

.text-block-61 {
  font-size: 16px;
}

.dropdown-nav {
  padding-left: 12px;
  padding-right: 26px;
  font-family: Inter, sans-serif;
  transition: all .2s;
}

.dropdown-nav:hover {
  color: #8c54ff;
}

.navigation-left {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.navigation-dropdown-link {
  color: #acacac;
  background-color: #0000;
  width: 100%;
  padding: 16px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.navigation-dropdown-link:hover {
  color: #fafafa;
  background-color: #f8faff0d;
}

.navigation-dropdown-link.w--current {
  display: block;
}

.navigation-link {
  color: #f5f5f5;
  text-align: left;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: #fafafa;
  -webkit-text-stroke-color: #eb7907;
}

.navigation-link.w--current {
  color: #eb7907;
  -webkit-text-stroke-color: #eb7907;
}

.navigation-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 100%;
  min-height: 85px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-center {
  color: #283338;
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  font-size: 16px;
  display: flex;
}

.icon-4 {
  color: #acacac;
  margin-right: 5px;
}

.navigation {
  z-index: 9;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #1212121a;
  border: 1px solid #ffffff24;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 16px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.dropdown-link-mobile {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  z-index: auto;
  background-color: #0000;
  background-image: linear-gradient(#000000f2, #000000f2);
  border: 1px solid #242424;
  border-radius: 4px;
  min-width: 350px;
  max-height: 100vh;
  left: -120px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.dropdown-nav-link {
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-nav-link:hover {
  color: #fafafa;
}

.navigation-dropdown-link-text {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.div-block-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  align-self: auto;
  margin-right: 12px;
  display: flex;
}

.unicorn-background {
  z-index: -1;
  opacity: .85;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

._404-container {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-left {
  text-align: left;
  margin-bottom: 20px;
  padding-top: 16px;
}

.flex-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.logo-carousel {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-carousel-item {
  flex: none;
  padding: 1rem;
}

.logo-link {
  filter: grayscale();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.margin-bottom-16.flex-block {
  margin-top: 40px;
  margin-bottom: -30px;
  display: flex;
}

.logo-carousel-clone {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-carousel-wrap {
  backface-visibility: hidden;
  flex: none;
  width: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  transform: perspective(1px);
}

.carousel {
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.tabs-menu {
  border: 1px solid #ffffff26;
  border-radius: 20px;
  flex-flow: row;
  margin-top: -60px;
  display: flex;
  overflow: clip;
}

.tab-item {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #12121280;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.tab-item.w--current {
  background-color: #12121280;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.tab-item-text {
  color: #e2e2e2;
  font-size: 14px;
}

.tab-item-container {
  border: 1px solid #0000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
}

.tab-item-container:hover {
  background-color: #131313;
}

.slider-image {
  width: 90%;
  min-height: 530px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-title {
  color: var(--text-primary);
  font-family: Zilla Slab, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
}

.v3-slider-responsive {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pulse {
  background-color: #fd4c00;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.footer-link-list {
  flex-flow: column;
  display: flex;
}

.v3-footer-link {
  color: var(--text-primary);
  font-family: Geist Mono, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.v3-footer-link:hover {
  color: #e1e1e1;
  text-decoration: underline;
}

.code-embed {
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.hero-background {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 640px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-title {
  color: #fff;
  text-align: center;
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zilla Slab, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 69px;
  text-decoration: none;
}

.hero-title.hero-title-custom {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 40px;
}

.hero-title.hero-title-custom.text-balance {
  font-size: 28px;
}

.hero-subtitle {
  color: var(--text-primary);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
}

.hero {
  padding: 100px 0;
}

.hero.hero-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-header {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title {
  color: var(--text-primary);
  text-align: left;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zilla Slab, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 119.94%;
  text-decoration: none;
}

.section-content {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-container {
  grid-column-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.dashed-container {
  border: 1px dashed #ffffff4d;
  position: relative;
}

.dashed-container.padding-40 {
  padding: 40px;
}

.dashed-container.padding-40._w-100.gap-sm {
  justify-content: center;
  align-items: flex-start;
}

.dashed-container.padding-40._w-100.gap-sm.space-between-y {
  justify-content: space-between;
  align-items: flex-start;
}

.dashed-container.padding-40.gap-sm.items-center {
  transition: border .2s;
}

.dashed-container.padding-xs.mb-16.background-black {
  background-color: #000c;
}

.header-container {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.features-list {
  grid-column-gap: 10px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.features-container {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-item {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-check {
  object-fit: cover;
  overflow: hidden;
}

.monospace {
  color: var(--text-secondary);
  text-align: left;
  font-family: Geist Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.monospace.uppercase {
  text-transform: uppercase;
  margin-bottom: 0;
}

.monospace.uppercase.text-red {
  color: #f94a59;
}

.monospace.uppercase.text-green {
  color: #28e489;
}

.monospace.uppercase.text-primary {
  line-height: 24px;
}

.monospace.copyright {
  color: var(--text-primary);
  font-size: 12px;
}

.monospace.text-primary {
  line-height: 16px;
}

.monospace.text-primary.no-margin {
  margin-bottom: 0;
}

.cross-top-left {
  opacity: 1;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -7px;
  left: -7px;
}

.cross-top-right {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: -7px -7px auto auto;
}

.cross-bottom-left {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto -7px -7px;
}

.cross-bottom-right {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto -7px -7px auto;
}

.svg-icon {
  object-fit: cover;
  overflow: hidden;
}

.comparison-container {
  width: 100%;
  display: flex;
}

.comparison-table-header {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.comparison-table-header.background-subtle {
  background-color: #ffffff14;
}

.comparison-table-column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 40px;
  display: flex;
}

.background-subtle {
  background-color: #ffffff0d;
}

.padding-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

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

.flex-row {
  align-items: stretch;
}

.gap-lg {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

._w-100 {
  width: 100%;
}

.ascii {
  color: var(--text-secondary);
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 100%;
  display: flex;
}

.ascii._w-100 {
  font-size: 10px;
}

.border-dash-left {
  border-left: 1px dashed #ffffff4d;
}

.border-dash-right {
  border-right: 1px dashed var(--border-dash);
}

.border-dash-bottom {
  border-bottom: 1px dashed var(--border-dash);
}

.padding-sm {
  padding: 24px 32px;
}

.ascii-art {
  width: 200px;
  height: 200px;
}

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

.pattern-bg {
  opacity: .3;
  width: 100%;
  height: 12px;
}

.navigation-right-2 {
  align-items: center;
  display: flex;
}

.dropdown-grid-top {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
}

.dropdown-grid-top.dropdown-login {
  grid-template-columns: 1fr;
}

.paragraph-x-small {
  letter-spacing: .04px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-x-small.text-color-gray-500 {
  color: #ababab;
}

.paragraph-x-small.text-color-gray-300 {
  color: #d1d1d1;
}

.navigation-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: stretch;
  display: flex;
}

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

.button-secondary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #e3e3e3;
  letter-spacing: -.25px;
  background-color: #3d3d3da3;
  border: 1px solid #ffffff14;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-secondary-small:hover {
  background-color: #ffffff1f;
  border-color: #ffffff1f;
}

.button-secondary-small.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.dropdown-footnote {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  background-color: #ffffff14;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.dropdown-footnote.hidden {
  display: none;
}

.row-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-footnote-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.navigation-links {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.paragraph-small {
  color: var(--text-secondary);
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.button-ghost {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--text-primary);
  letter-spacing: -.25px;
  border: 1px solid #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border .2s, background-color .4s, color .4s;
  display: inline-flex;
}

.button-ghost:hover {
  border-color: var(--border-dash);
  background-color: var(--surface-hover);
}

.banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#ffffff14, #ffffff14), radial-gradient(circle at 50% 100%, #ffffff12, #fff0 30%);
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 10px 32px;
  display: none;
  position: relative;
}

.navigation-wrapper {
  display: block;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.main-navbar {
  background-color: #0000;
  padding: 12px 5%;
  transition: background-color .3s;
}

.dropdown-link-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px none var(--border-dash);
  color: #ababab;
  background-image: radial-gradient(circle closest-corner at 50% 100%, #5e5e5e0a, #5e5e5e00);
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.dropdown-link-card:hover {
  background-color: #ffffff1f;
}

.dropdown-link-card.w--current {
  border-color: #ffffff4d;
}

.dropdown-icon-link {
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  background-color: #3d3d3da3;
  border: 1px solid #ffffff14;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  transition: color .3s, border-color .3s, background-color .3s;
  display: flex;
}

.dropdown-icon-link:hover {
  color: #fff;
  background-color: #ffffff1f;
  border-color: #ffffff3d;
}

.dropdown-icon-link.grouped {
  margin-left: -8px;
}

.subheading-regular {
  color: var(--text-primary);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Geist Mono, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.navigation-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-dropdown-list {
  background-color: #0000;
  padding-top: 32px;
  overflow: hidden;
}

.navigation-dropdown-list.w--open {
  padding-top: 12px;
}

.dropdown-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  background-image: none;
  border-radius: 0;
  flex-direction: column;
  min-width: 686px;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

.dropdown-card.dropdown-card-login {
  min-width: 240px;
}

.navigation-link-button {
  justify-content: center;
  align-items: center;
  font-family: Geist Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  display: flex;
}

.hero-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.items-center {
  justify-content: center;
  align-items: center;
}

.gap-sm {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.space-between {
  justify-content: space-between;
}

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

.youtube {
  height: 400px;
}

.items-stretch {
  align-items: stretch;
}

.social-proof {
  background-color: var(--background-accent);
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.social-proof-text {
  color: var(--text-primary);
  letter-spacing: -.035em;
  font-family: Geist Mono, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.padding-xs {
  padding: 16px;
}

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

.text-span-4 {
  font-family: Geist Mono, sans-serif;
  font-weight: 400;
}

.feature-table-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  display: flex;
}

.feature-table-header {
  width: 100%;
  padding: 8px 16px;
}

.feature-table-header.hide-on-mobile {
  justify-content: flex-start;
  align-items: center;
}

.navigation-right-2 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.badge-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #e6f7cf;
  white-space: nowrap;
  background-color: #3edf3e38;
  border: 1px solid #40ac2a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-left: 8px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.badge-small.badge-legacy {
  color: #e0e0e0;
  background-color: #74747438;
  border-color: #a5a5a5;
}

.navigation-left-2 {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.gap-xs {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

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

.container-xs {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.investor {
  width: 100%;
  max-width: 20%;
}

.investor-container {
  justify-content: space-between;
  align-items: center;
}

.background-black-transparent {
  background-color: #0000008c;
}

.mt-16 {
  margin-top: 16px;
}

.button-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-placeholder {
  height: 0;
}

.hal {
  width: 40px;
}

.fullscreen-container {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.nowrap {
  white-space: nowrap;
}

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

.background-black {
  background-color: #000;
}

.neurelo-logo-footer {
  width: 300px;
  height: 150px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.accordion {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.accordion-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px dashed var(--border-dash);
  flex-flow: column;
  padding-bottom: 16px;
  display: flex;
}

.accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  transition: color .3s;
  display: flex;
}

.accordion-content {
  opacity: 0;
  text-wrap: balance;
  height: 0;
  transition-property: opacity, height;
  transition-duration: .3s, .3s;
  transition-timing-function: ease, ease;
  overflow: hidden;
}

.faq-icon {
  width: 24px;
  height: 24px;
  transition: transform .3s;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.icon-container {
  background-color: #fd4c001c;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.step-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.flex-block-3 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.text-balance {
  text-wrap: balance;
}

.padding-md {
  padding: 32px;
}

.comparison-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
}

.comparison-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px dashed var(--border-dash);
  border-radius: 1px;
  flex-flow: column;
  width: 100%;
  padding: 20px;
  display: flex;
}

.comparison-card.dashed-container {
  border-radius: 4px;
  padding: 12px;
}

.comparison-card.dashed-container.with-connect {
  border-color: var(--text-primary);
}

.item-list {
  flex-flow: column;
  align-items: stretch;
  margin: 0;
  padding: 0;
}

.list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: default;
  background-color: #0000;
  border: 1px dashed #0000;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.item-description {
  color: var(--text-secondary);
  font-size: 14px;
}

.comparison-title {
  z-index: 4;
  border-style: none none dashed dashed;
  border-width: 1px;
  border-color: black black var(--border-dash) var(--border-dash);
  color: #adadad;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #1b1b1b;
  border-bottom-left-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 10px;
  font-size: 11px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.comparison-title.with-connect {
  border-bottom-color: var(--text-primary);
  border-left-color: var(--text-primary);
  color: #88dfaf;
  background-color: #09200f;
}

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

.badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  white-space: nowrap;
  background-color: #41125c63;
  border: 1px solid #931abe;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.badge.badge-danger {
  color: #ffd8d8;
  background-color: #ff00001a;
  border-color: #741010;
}

.badge.badge-success {
  background-color: #042513;
  border-color: #60b586;
}

.dot {
  background-color: var(--text-accent);
  border-radius: 20px;
  width: 8px;
  height: 8px;
  margin-right: 5px;
}

.dot.dot-success {
  background-color: #60b586;
}

.dot.dot-danger {
  background-color: #f31111;
}

.text-block-66 {
  color: #fbf3f2;
}

.icon-container-danger {
  background-color: #ff00001a;
  border: 1px solid #741010;
  border-radius: 3px;
  padding: 12px;
}

.icon-container-danger.icon-container-success {
  background-color: #19ff001a;
  border-color: #107438;
}

.icon-container-danger.icon-container-info {
  background-color: #04072a;
  border-color: #1421a7;
}

.icon-container-danger.icon-container-pink {
  background-color: #ff00cc1a;
  border-color: #86275b;
}

.text-small {
  font-size: 14px;
}

.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  list-style-type: "◆ ";
}

.space-between-y {
  justify-content: space-between;
  align-items: flex-start;
}

.font-serif {
  font-family: Zilla Slab, sans-serif;
}

.bold-text-2 {
  color: #fbf6f2;
}

.display-none {
  display: none;
}

.text-block-67 {
  font-family: Zilla Slab, sans-serif;
  font-size: 64px;
  line-height: 64px;
}

.text-block-69 {
  font-size: 12px;
  line-height: 16px;
}

.text-block-71 {
  font-family: Zilla Slab, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.form-block, .form-6 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.error-message {
  color: #ff5b5b;
  background-color: #0000;
}

.text-span-5 {
  color: red;
}

.section-title-2 {
  color: #fff;
  text-align: left;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zilla Slab, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 119.94%;
  text-decoration: none;
}

.accordion-item-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px dashed #ffffff4d;
  flex-flow: column;
  padding-bottom: 16px;
  display: flex;
}

.list {
  list-style-type: "◆ ";
}

.product-shot {
  border: 4px solid #ffffff24;
  border-radius: 6px;
}

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

@media screen and (min-width: 1920px) {
  .accordion-item {
    padding-bottom: 16px;
    padding-right: 16px;
  }

  .accordion-header {
    padding-bottom: 0;
  }

  .accordion-content {
    opacity: 0;
    height: 0;
  }

  .accordion-item-2 {
    padding-bottom: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 13px;
    line-height: 20px;
  }

  .navbar-brand.w--current {
    align-self: center;
    display: flex;
  }

  .container {
    max-width: 728px;
  }

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

  .section.padding-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .div-block {
    grid-column-gap: 32px;
    grid-row-gap: 52px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .main-paragraph-container {
    width: 90%;
  }

  .main-paragraph {
    font-size: 16px;
  }

  .section-2 {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-7.blogimagewrapper {
    width: 100%;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .main-title {
    font-size: 42px;
    line-height: 52px;
  }

  .footer-social-block {
    margin-top: 10px;
  }

  .footer-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-10 {
    max-width: 728px;
  }

  .container-10.footer-container {
    margin-bottom: 16px;
    padding: 24px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer {
    height: auto;
  }

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

  .slider {
    width: 100%;
    height: 420px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-10 {
    margin-bottom: 10px;
  }

  .title-small {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .pres-release-item {
    height: 510px;
  }

  .navigation-left {
    display: flex;
  }

  .mobile-nav {
    background-color: #000;
    padding-top: 15px;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .navigation-center {
    display: none;
  }

  .mobile-nav-link {
    color: #acacac;
    width: 100%;
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .dropdown-list-2 {
    background-color: #fff;
  }

  .dropdown-list-2.w--open {
    background-color: #111;
  }

  .navigation {
    display: none;
  }

  .menu-mob {
    color: #fff;
    background-color: #eb7907;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #eb7907;
  }

  .dropdown-link-mobile {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-link-mobile:hover {
    background-color: #f8faff12;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-mob {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .text-block-64 {
    color: #acacac;
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .icon-5 {
    color: #acacac;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

  .tab-item-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .slider-image {
    min-height: auto;
  }

  .hero-title {
    font-size: 40px;
    line-height: 42px;
  }

  .hero-subtitle.mb-16 {
    font-size: 18px;
    line-height: 30px;
  }

  .hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-header {
    grid-row-gap: 4px;
  }

  .section-title {
    font-size: 32px;
    line-height: 40px;
  }

  .section-content {
    grid-row-gap: 16px;
  }

  .feature-container {
    grid-column-gap: 16px;
  }

  .dashed-container.padding-40._w-100.gap-sm {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .dashed-container.padding-40.gap-sm, .dashed-container.flex-center.padding-sm {
    padding: 20px;
  }

  .header-container {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .icon-check {
    width: 16px;
    height: 16px;
  }

  .monospace {
    font-size: 13px;
    line-height: 22px;
  }

  .svg-icon {
    width: 30px;
    height: auto;
  }

  .flex-row {
    border: 1px dashed var(--border-dash);
    flex-flow: column;
  }

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

  .gap-lg.items-center {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .gap-lg.items-stretch {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  ._w-100.border-dash-right {
    border-right-style: none;
  }

  .ascii._w-100 {
    font-size: 8px;
  }

  .border-dash-left.border-dash-right.items-center {
    border-left-style: none;
    border-right-style: none;
    order: 1;
  }

  .border-dash-bottom._w-100.items-stretch {
    border-right: 1px #000;
  }

  .ascii-art {
    width: 160px;
    height: 160px;
  }

  .navigation-menu {
    background-color: #000;
    border-bottom: 1px solid #ffffff3d;
    padding: 12px 3%;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .navigation-menu-button {
    border: 1px none var(--text-primary);
    color: #fff;
    border-radius: 0;
    padding: 12px;
  }

  .navigation-menu-button.w--open {
    background-color: #36178c;
  }

  .navigation-dropdown-list {
    padding-top: 0;
  }

  .navigation-dropdown-list.w--open {
    padding-top: 8px;
    position: static;
  }

  .dropdown-card {
    min-width: auto;
  }

  .social-proof {
    padding-left: 32px;
    padding-right: 32px;
  }

  .social-proof-text {
    text-align: center;
    line-height: 27px;
  }

  .navigation-right-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-dropdown-2 {
    width: 100%;
  }

  .navigation-left-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .section-title-2 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding-top: 20px;
  }

  .main-paragraph-container {
    width: 80%;
  }

  .main-title {
    font-size: 30px;
  }

  .schedule-a-demo-footer-form {
    width: 70%;
  }

  .form-3 {
    width: 100%;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block {
    margin-top: 10px;
  }

  .footer-link {
    margin-bottom: 10px;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider {
    height: 300px;
    display: block;
  }

  .mobile-nav {
    background-color: #000000f2;
  }

  .menu-mob.w--open {
    background-color: #eb7907;
  }

  .tabs, .icon-6 {
    display: none;
  }

  .comparison-table-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navigation-menu-button.w--open {
    background-color: var(--surface-hover);
  }
}

@media screen and (max-width: 479px) {
  .navbar-brand {
    align-self: center;
  }

  .navbar-brand.w--current {
    max-width: 124px;
  }

  .container {
    max-width: none;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 20px;
    display: flex;
  }

  .section.padding-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section.padding-section.display-none {
    display: none;
  }

  .collection-list {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .main-paragraph-container {
    width: 100%;
  }

  .button {
    justify-content: center;
    align-items: stretch;
  }

  .button.button-cta {
    border-radius: 0 8px 8px 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .main-paragraph {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
  }

  .blog-feature-image {
    height: 220px;
  }

  .blog-item-title, .blog-item-body {
    max-height: none;
  }

  .blog-post-image {
    height: 220px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .main-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .text-field-2 {
    border-radius: 8px 0 0 8px;
    height: 40px;
    font-size: 13px;
  }

  .schedule-a-demo-footer-form {
    width: 100%;
  }

  .form-3 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-copyright, .footer-social-block {
    align-self: center;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-block-three {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

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

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slider {
    object-fit: cover;
    height: 240px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .tagline {
    font-size: 11px;
  }

  .form-container {
    padding: 10px;
  }

  .job-item {
    padding: 16px;
  }

  .career__listing--title {
    font-size: 18px;
    line-height: 24px;
  }

  .career__details {
    grid-column-gap: 8px;
    grid-row-gap: 2px;
    flex-direction: column;
  }

  .job-item-meta {
    font-size: 12px;
  }

  .hide-on-mobile {
    display: none;
  }

  .career__details-2 {
    grid-column-gap: 8px;
    grid-row-gap: 2px;
    flex-direction: column;
  }

  .blog-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .title-small.text-secondary.title-table, .title-small.title-table {
    font-size: 16px;
  }

  .icon-2 {
    margin-top: 3px;
  }

  .dropdown-toggle-2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }

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

  .press-release-image {
    height: 140px;
  }

  .pres-release-item {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-mob.w--open {
    background-color: #eb7907;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-link-mobile.w--current {
    display: none;
  }

  .tabs-menu {
    grid-template-columns: 1fr 1fr;
  }

  .footer-title {
    font-size: 24px;
  }

  .right-arrow-2, .icon-6 {
    display: none;
  }

  .slide-nav {
    top: 83px;
  }

  .icon-7, .left-arrow-2 {
    display: none;
  }

  .hero-title {
    font-size: 23px;
    font-weight: 300;
    line-height: 27px;
    text-decoration: none;
  }

  .hero-title.hero-title-custom {
    font-size: 24px;
  }

  .hero-subtitle.mb-16 {
    font-size: 14px;
    line-height: 20px;
  }

  .hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-title {
    font-size: 24px;
    line-height: 28px;
  }

  .section-content {
    flex-flow: column;
  }

  .feature-container {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .dashed-container.flex-center.padding-sm {
    order: -1;
  }

  .header-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .features-list {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .monospace.text-primary {
    font-size: 12px;
  }

  .comparison-container {
    flex-flow: column;
  }

  .comparison-table-column {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 8px;
  }

  .flex-row, .gap-lg {
    flex-flow: column;
  }

  ._w-100.padding-sm.gap-sm {
    padding: 20px;
  }

  ._w-100.border-dash-left.padding-sm.gap-sm {
    border-left-style: none;
  }

  ._w-100.border-dash-right {
    border-left: 1px dashed var(--border-dash);
  }

  .ascii._w-100 {
    font-size: 6px;
  }

  .border-dash-left.border-dash-right.items-center {
    order: 1;
  }

  .border-dash-bottom._w-100, .border-dash-bottom._w-100.items-stretch {
    flex-flow: column;
  }

  .dropdown-grid-top {
    grid-template-columns: 1fr;
  }

  .navigation-button-wrapper {
    display: none;
  }

  .dropdown-footnote {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-ghost {
    justify-content: flex-start;
    align-items: center;
  }

  .banner {
    display: none;
  }

  .dropdown-link-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .items-center.padding-xs._w-100 {
    padding: 8px;
  }

  .space-between.gap-lg.align-items-center {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .youtube {
    height: 260px;
  }

  .social-proof {
    padding: 20px;
  }

  .social-proof-text {
    font-size: 14px;
    line-height: 20px;
  }

  .button-container {
    flex-flow: column;
    align-self: auto;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .icon-container {
    width: 100%;
    padding: 12px;
  }

  .step-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-bottom: 1px dashed var(--border-dash);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 16px;
  }

  .comparison-grid {
    flex-flow: column;
  }

  .badge.badge-danger, .badge.badge-success {
    font-size: 12px;
  }

  .text-block-67 {
    text-align: center;
    font-size: 28px;
    line-height: 30px;
  }

  .section-title-2 {
    font-size: 24px;
    line-height: 28px;
  }
}


