@font-face {
  font-family: Circular;
  src: url('../fonts/Circular-Bold.woff2') format("woff2"), url('../fonts/Circular-Bold.eot') format("embedded-opentype"), url('../fonts/Circular-Bold.woff') format("woff"), url('../fonts/Circular-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circular book;
  src: url('../fonts/Circular-Book.woff2') format("woff2"), url('../fonts/Circular-Book.eot') format("embedded-opentype"), url('../fonts/Circular-Book.woff') format("woff"), url('../fonts/Circular-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --purple: #6347ff;
  --black: #0d0c1d;
  --orange: #ff6248;
  --sky-blue: #3ab8b9;
  --confirm: #2fb554;
  --warn-light: #ffcd1c;
  --warn: #ff891c;
  --error: #f63e3e;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circular, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circular, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  color: var(--purple);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Circular, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 130%;
}

h4 {
  color: var(--purple);
  font-family: Circular, sans-serif;
}

h5 {
  color: var(--purple);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circular, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 150%;
}

a {
  color: #fff;
  border: 1px #fff;
  border-left: 0 #ffffff80;
  border-radius: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: inline-block;
}

a:hover {
  border-left-color: var(--purple);
}

ol {
  color: var(--white);
  text-align: left;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: decimal;
  display: flex;
}

li {
  color: #fff;
  margin-top: 15px;
  font-size: 18px;
  line-height: 140%;
}

img {
  color: var(--white);
  max-width: 100%;
  display: inline-block;
}

label {
  color: #fff;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

blockquote {
  border-style: none none none solid;
  border-width: 1px 1px 1px 4px;
  border-color: #fff #fff #fff var(--purple);
  color: #fff;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-style: italic;
  line-height: 26px;
}

.body {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  height: 100vh;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Circular book, sans-serif;
  overflow: auto;
}

.body.body-blog {
  height: auto;
}

.content-container {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-right: 0;
  display: flex;
}

.content-container.content-mid {
  z-index: 10;
  text-align: left;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-container.content-mid.content-secondary {
  max-width: 775px;
}

.content-container.content-max {
  z-index: 2;
  max-width: 600px;
  position: relative;
}

.content-container.content-left-stack {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 900px;
}

.content-container.content-team-cta {
  grid-column-gap: 50px;
  flex-direction: row;
  align-items: center;
  max-width: 1200px;
}

.content-container.content-spacing {
  margin-bottom: 100px;
}

.content-container.content-spacing.content-top-spacer {
  margin-top: 200px;
}

.content-container.content-container-margin {
  margin-bottom: 30px;
}

.content-container.content-spacer {
  margin-bottom: 80px;
}

.button {
  background-color: var(--purple);
  color: #fff;
  border-radius: 8px;
  padding: 13px 18px;
  font-family: Circular, sans-serif;
  font-size: 15px;
  transition: transform .2s;
  transform: scale(1);
}

.button:hover {
  transform: scale(1.05);
}

.button.secondary {
  color: var(--white);
  background-color: #6053f333;
  border: 1px solid #6053f3;
}

.button.button-orange {
  background-color: var(--orange);
}

.button.button-blog {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--orange);
  color: var(--orange);
  background-color: #ff624800;
  border-radius: 0;
  padding: 15px 0 5px;
  font-size: 13px;
  display: block;
}

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

.button-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.image {
  height: 25px;
  margin-top: 2px;
}

.image.brand {
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 4px;
}

.navbar {
  color: var(--white);
  object-fit: fill;
  background-color: #0d0c1df2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Circular, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-secondary {
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.nav-primary {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--white);
  border-top: 4px solid #0000;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 24px;
  font-size: 15px;
}

.nav-link:hover {
  border-style: solid none none;
  border-width: 4px 1px 1px 0;
  border-color: #6053f380 var(--purple) var(--purple);
  border-radius: 0;
}

.nav-link.w--current {
  border-top-width: 4px;
  border-top-color: var(--purple);
  color: var(--white);
  font-size: 15px;
}

.section-padding {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  padding: 150px 60px;
  display: flex;
}

.section-padding.max-width {
  background-image: none;
  max-width: 1500px;
  padding-bottom: 100px;
}

.section-padding.max-width.section-bottom-margin {
  padding-bottom: 225px;
}

.section-padding.section-map {
  flex-direction: column;
  align-items: center;
  width: 100vw;
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-padding.section-features {
  background-image: linear-gradient(to bottom, var(--black), #0d0c1d00 50%, var(--black));
}

.section-padding.section-features.section-feature-ai {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  height: 100vh;
  margin-top: 100px;
  position: relative;
}

.section-padding.section-features.section-feature-ship {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  height: 100vh;
  position: relative;
}

.section-padding.setion-header {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 200px;
}

.section-padding.setion-header.section-light-header {
  height: auto;
  padding-top: 400px;
  padding-bottom: 400px;
  position: relative;
}

.section-padding.section-testimonials {
  padding-top: 0;
  padding-bottom: 0;
}

.section-padding.section-stack {
  align-items: flex-start;
  max-width: 1200px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-padding.careers-header {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 1px #0d0c1d1a;
  width: auto;
  padding-top: 200px;
  padding-bottom: 100px;
}

.section-padding.section-ashby {
  background-color: #0000;
  justify-content: flex-start;
  width: auto;
  height: auto;
  min-height: 100vh;
  padding: 0 0 60px;
}

.section-padding.section-footer {
  background-color: var(--black);
  padding: 0 30px;
}

.section-padding.blog-header {
  background-color: #0000;
  background-image: linear-gradient(#ff62481a, #ff624800), linear-gradient(#0d0c1df2, #0d0c1df2), url('../images/about-hero.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 350px;
  padding-bottom: 300px;
}

.section-padding.blog-header.blog-home-header {
  background-image: linear-gradient(#ff62481a, #ff624800), linear-gradient(#0d0c1df2, #0d0c1df2);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  padding-top: 300px;
  padding-bottom: 200px;
}

.section-padding.blog-content {
  z-index: 10;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.section-padding.section-reduced.section-mid.section-full-width {
  padding-left: 0;
  padding-right: 0;
}

.section-padding.section-reduced.section-mid.section-mid-last {
  margin-bottom: 150px;
}

.section-padding.section-reduced.section-top {
  padding-top: 0;
}

.section-padding.section-reduced.section-top.section-last, .section-padding.section-reduced.section-bottom, .section-padding.inner-section {
  padding-bottom: 0;
}

.section-padding.section-reduced.section-mid {
  padding-top: 0;
  padding-bottom: 0;
}

.section-padding.section-reduced.section-mid.section-full-width {
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

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

.section-padding.section-cta {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-padding.section-extra-padding {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-padding.section-extra-padding.section-top-padding {
  padding-top: 0;
}

.section-padding.quote {
  margin-top: 50px;
}

.section-padding.small-header {
  padding-top: 250px;
  padding-bottom: 50px;
}

.column {
  justify-content: flex-start;
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column.reverse {
  order: 1;
}

.column.column-top {
  order: 0;
  align-self: flex-start;
}

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

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

.columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns.columns-max {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: flex-start;
  max-width: 1200px;
}

.columns.columns-max.columns-spacer {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  align-items: center;
  margin-top: 150px;
  margin-bottom: 150px;
}

.columns.columns-max.columns-spacer.column-margin-top {
  margin-top: 250px;
}

.columns.columns-max.columns-spacer.columns-content {
  justify-content: center;
  align-items: center;
}

.columns.columns-max.columns-spacer.columns-content.columns-top {
  justify-content: center;
  align-items: flex-start;
}

.columns.columns-max.columns-spacer.columns-content.column-inner-content {
  margin-top: 50px;
}

.list-item {
  color: var(--white);
  flex: 1;
  font-family: Circular book, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.list-bullet {
  background-color: var(--purple);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 2px;
  display: flex;
}

.list-row {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.image-check {
  width: 10px;
  height: 7px;
}

.list-group {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.container {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
}

.nav-inner {
  border-bottom: 1px solid #0d0c1d0d;
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 1560px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.cred-block {
  grid-column-gap: 75px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-top: 100px;
  display: flex;
  overflow: auto;
}

.cred {
  object-fit: contain;
  max-width: 130px;
  max-height: 60px;
}

.service-brand {
  height: 25px;
  margin-bottom: 0;
}

.grid-lines {
  z-index: 5;
  object-fit: fill;
  justify-content: space-between;
  max-width: none;
  display: flex;
  position: fixed;
  inset: 0%;
}

.grid-line {
  background-color: #ffffff0d;
  width: 1px;
  height: 100vh;
}

.content-header {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-header.content-aside {
  grid-row-gap: 30px;
  width: 100%;
  padding-right: 60px;
}

.mid {
  text-align: center;
  order: 0;
  align-self: center;
  width: 100%;
}

.mid.h1 {
  align-self: center;
}

.mid.h1.dark {
  color: var(--black);
  text-align: left;
}

.mid.h1.dark-hero {
  color: var(--black);
  text-align: center;
}

.mid.h1.blue {
  color: var(--black);
}

.mid.dark {
  color: var(--black);
  text-align: left;
}

.mid.h2.dark {
  line-height: 110%;
}

.mid.dark-hero {
  color: var(--black);
  text-align: center;
}

.mid.blue {
  color: var(--black);
}

.testimonial-card {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  color: #ffffff0d;
  text-align: center;
  background-color: #0000;
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 50px;
  display: flex;
}

.testimonial-ref {
  grid-column-gap: 15px;
  display: flex;
}

.testimonial-position {
  grid-column-gap: 5px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.testimonial-person {
  color: var(--white);
  font-family: Circular, sans-serif;
  font-size: 14px;
}

.testimonial-split {
  color: var(--purple);
  font-family: Circular, sans-serif;
  font-size: 14px;
}

.testimonial-company {
  color: var(--white);
  font-size: 14px;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-from {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-logo {
  object-fit: contain;
  height: 48px;
}

.testimonial-quote {
  color: var(--white);
  max-width: 750px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer {
  grid-row-gap: 0px;
  background-color: var(--black);
  color: var(--white);
  border: 1px #000;
  border-top-color: #ffffff1a;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.footer-columns {
  width: 750px;
  margin-left: 0;
  margin-right: 0;
}

.footer-brand {
  height: 25px;
}

.footer-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 200%;
}

.footer-socials {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  height: 40px;
  display: flex;
}

.footer-social {
  flex: 0 auto;
  width: 30px;
  display: block;
}

.footer-colum {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-colum.footer-link-column {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
}

.link-block {
  align-items: center;
  height: 100%;
  display: flex;
}

.footer-link {
  font-family: Circular, sans-serif;
}

.h2 {
  font-size: 40px;
}

.h2.mid {
  width: 100%;
  max-width: 800px;
}

.h2.h2-sub {
  font-size: 40px;
}

.h3 {
  color: var(--orange);
  font-family: Circular, sans-serif;
}

.h3.mid-white {
  color: var(--white);
  text-align: center;
  line-height: 120%;
}

.column-image {
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  max-height: 500px;
  display: flex;
}

.column-image.column-image-stacked {
  height: 400px;
  max-height: 500px;
}

.column-image.column-image-group {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-direction: column;
}

.globe-backdrop {
  z-index: 0;
  background-image: linear-gradient(to bottom, transparent, var(--black) 90%), url('../images/header-globe.jpg');
  object-fit: contain;
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  max-width: 1500px;
  height: 100vh;
  margin-top: 45vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.column-image-back {
  z-index: 0;
  object-fit: contain;
  max-width: none;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 75px 0% 0% auto;
}

.column-image-front {
  z-index: 1;
  object-fit: contain;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: 120%;
  margin-top: -75px;
  margin-bottom: 0;
  position: static;
  inset: 0% auto 0 0%;
}

.column-image-front.secondary-image-front {
  margin-top: -50px;
}

.column-image-front.base-image {
  flex: 0 auto;
  margin-top: 0;
  margin-left: auto;
  display: block;
}

.column-image-front.base-image.base-cover {
  object-fit: cover;
}

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.cta {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  border-left: 5px solid var(--purple);
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1500px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
  line-height: 20px;
  display: flex;
}

.cta-content {
  grid-row-gap: 15px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  line-height: 20px;
  display: flex;
}

.cta-heading {
  color: var(--white);
  text-align: left;
  font-size: 30px;
  line-height: 120%;
}

.cta-paragraph {
  font-size: 18px;
}

.nav-banner {
  background-color: #6347ff1a;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.nav-banner-inner {
  grid-column-gap: 4px;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.nav-banner-text {
  color: var(--purple);
  text-align: center;
  -webkit-text-stroke-color: var(--purple);
  flex: 1;
  margin-bottom: 0;
  font-family: Circular, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.background-video {
  background-image: linear-gradient(#0d0c1de6, #0d0c1d00 50%, #0d0c1de6);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video.background-video-ship {
  background-image: linear-gradient(#0d0c1d, #0d0c1d00 50%, #0d0c1d);
}

.nav-banner-link {
  color: var(--purple);
  text-decoration: underline;
}

.nav-banner-link:visited {
  color: var(--purple);
}

.nav-banner-link.w--current {
  color: var(--orange);
}

.testimonial-slider {
  background-color: #0000;
  max-width: 1500px;
  height: 101%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.inner-slide {
  width: 100%;
  height: 101%;
  min-height: 101%;
  margin: 0 0 0 0%;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.inner-slide.inner-next-slide {
  margin-left: 0%;
}

.inner-slide.inner-first-slide {
  width: 100%;
  margin-left: 25%;
}

.slide-nav-2 {
  inset: auto 0% 0;
}

.testimonial-mask {
  background-image: linear-gradient(275deg, #0d0c1d80, transparent 50%, var(--black));
  height: 101%;
}

.slider-left-arrow {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: 50px;
  padding: 15px 15px 10px;
  display: flex;
  inset: auto 5px -20px auto;
}

.arrow-image {
  height: 20px;
}

.slider-right-arrow {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 15px 10px 10px 15px;
  display: flex;
  inset: auto 0 -20px auto;
}

.body-light {
  background-color: var(--black);
  color: var(--black);
  font-family: Circular book, sans-serif;
}

.partner-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-top: 90px;
  display: flex;
}

.partner {
  box-shadow: none;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  padding: 20px 5px;
  display: flex;
}

.partner.large {
  width: 175px;
  height: 175px;
  padding-left: 25px;
  padding-right: 25px;
}

.partner-image {
  object-fit: contain;
  height: auto;
  max-height: 25px;
  margin: 0;
}

.partner-image.large {
  max-height: 85px;
}

.footer-inner {
  grid-row-gap: 60px;
  border-top: 1px solid #ffffff1a;
  flex-direction: column;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.full-width-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-width: 1200px;
  height: 500px;
  box-shadow: 0 0 50px 5px #6347ff0d;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  width: 375px;
  display: flex;
}

.body-3 {
  background-color: var(--black);
}

.section-callout {
  width: 100%;
  margin-left: 60px;
  overflow: hidden;
}

.section-callout.reverse {
  margin: 0 60px 0 0;
}

.inner-callout {
  grid-column-gap: 100px;
  grid-row-gap: 30px;
  background-color: #0000;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  justify-content: center;
  margin-top: 75px;
  margin-bottom: 75px;
  margin-left: 50px;
  padding: 100px 75px 100px 150px;
  display: flex;
  position: relative;
}

.inner-callout.reverse {
  border-radius: 0 300px 300px 0;
  justify-content: center;
  margin-left: 0;
  margin-right: 50px;
  padding-left: 175px;
  padding-right: 175px;
}

.div-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: block;
}

.callout-partners {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: start;
  display: grid;
}

.callout-partners.callout-investors {
  grid-template-columns: 1fr 1fr;
  place-content: center start;
  justify-items: stretch;
}

.callout-content {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  display: flex;
}

.callout-max-width {
  z-index: 2;
  grid-column-gap: 100px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.callout-max-width.reverse {
  padding-left: 120px;
  padding-right: 0;
}

.callout-shape {
  background-color: #6347ff26;
  position: absolute;
  inset: 0%;
}

.callout-shape.callout-right {
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}

.callout-shape.callout-left {
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

.team-cta {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  align-items: center;
  max-width: 1500px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.team-cta-content {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.team-cta-image {
  object-fit: cover;
  border-radius: 8px;
  max-width: 600px;
  height: 350px;
  box-shadow: 5px 0 50px #6347ff26;
}

.body-4 {
  font-family: Circular book, sans-serif;
}

.ashby-embed {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.div-block-3 {
  background-color: var(--black);
  display: flex;
}

.section-footer {
  color: var(--black);
  padding-left: 20px;
  padding-right: 20px;
}

.h1.blog-heading {
  color: var(--purple);
}

.light {
  color: var(--black);
  line-height: 160%;
}

.light.callout {
  font-family: Circular, sans-serif;
}

.content-base {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.content-base.mid {
  text-align: left;
  align-self: center;
}

.content-base.mid.breaker {
  grid-row-gap: 30px;
  border-bottom: 1px solid #ffffff26;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.div-block-4 {
  grid-row-gap: 15px;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-callout {
  grid-row-gap: 15px;
  border-left: 5px solid var(--purple);
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0 20px 30px;
  display: flex;
}

.sky-blue {
  color: var(--sky-blue);
}

.white {
  color: var(--white);
  font-size: 15px;
}

.paragraph {
  justify-content: center;
  display: flex;
}

.paragraph.left {
  text-align: left;
  display: block;
}

.orange {
  color: var(--orange);
  -webkit-text-stroke-color: var(--orange);
  font-family: Circular, sans-serif;
}

.div-block-5 {
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
}

.image-2 {
  object-fit: contain;
  width: 13px;
  height: 14px;
}

.publisher-image {
  object-fit: contain;
  border-radius: 100px;
  width: 50px;
  height: 50px;
}

.blog-fade {
  z-index: 0;
  background-image: linear-gradient(#6347ff0d, #ff624800);
  border: 1px #000;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.blog-fade.blog-fade-image {
  background-image: url('../images/IMG_7407.jpg');
  background-position: 50% 150%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-6 {
  grid-row-gap: 20px;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.bold {
  font-family: Circular, sans-serif;
}

.image-3, .image-4 {
  border-radius: 8px;
}

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

.div-block-8 {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  line-height: 2px;
}

.paragraph-2 {
  align-self: flex-start;
}

.content-stack {
  grid-row-gap: 60px;
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.content-stack.text-mid {
  text-align: left;
}

.content-stack.text-mid.content-stack-large {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
}

.heading-3 {
  font-size: 40px;
}

.heading-4 {
  text-align: left;
  align-self: flex-start;
  font-size: 40px;
}

.heading-5 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}

.list-item-2 {
  color: #fff;
  text-align: left;
  height: 30px;
  line-height: 10px;
}

.list-item-2.paragraph {
  font-size: 18px;
  list-style: square;
}

.h4 {
  font-size: 28px;
  line-height: 120%;
}

.value-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  max-width: 1000px;
  margin-top: 150px;
  display: flex;
}

.value-container.content-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 0;
}

.value-columns {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  min-width: 500px;
  display: flex;
  overflow: auto;
}

.value-column {
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.value-content {
  background-color: #6347ff26;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 15px 25px;
  display: flex;
}

.value-content.value-callout {
  background-color: var(--purple);
}

.value-text {
  font-family: Circular book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.value-text.value-text-bold {
  align-self: center;
  font-family: Circular, sans-serif;
}

.start-columns {
  width: 100%;
  max-width: 1000px;
  margin-top: 60px;
}

.start-column {
  padding-left: 30px;
  padding-right: 30px;
}

.start-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.start-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.start-heading {
  text-align: left;
  width: 100%;
  font-size: 16px;
  line-height: 140%;
}

.start-paragraph {
  width: 100%;
  font-size: 16px;
}

.div-block-9 {
  margin-top: 150px;
}

.base-image.base-image-float-left {
  max-width: 400px;
  margin-bottom: 30px;
  margin-right: 30px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.base-image.base-image-float-left.base-image-float-bottom {
  max-width: 325px;
  margin-bottom: 0;
  inset: auto auto 0% 0%;
}

.base-image.base-image-float-right {
  max-width: 400px;
  max-height: 400px;
  margin-top: 0;
  margin-left: 30px;
  position: absolute;
  inset: 0 0% 0% auto;
}

.base-image.base-image-float-right.float-bottom {
  inset: auto 0% 0% auto;
}

.base-image.base-image-float-right.base-image-margin-top {
  margin-top: 90px;
}

.base-image.max-width-image {
  max-width: 1100px;
}

.risks-video {
  border-radius: 8px;
  width: 100%;
  max-width: 1200px;
  height: 650px;
  margin-top: 150px;
}

.image-scroll {
  align-items: center;
  width: 100%;
  min-width: 1000px;
  margin-top: 0;
  display: flex;
  overflow: scroll;
}

.image-scroll.image-scroll-reduced {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-scroll-image {
  object-fit: contain;
  width: 100%;
  min-width: 1200px;
  margin-left: 30px;
  margin-right: 30px;
  display: block;
  overflow: scroll;
}

.image-scroll-image.image-scroll-reduced {
  min-width: 1000px;
}

.embed {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  letter-spacing: normal;
  text-indent: 0;
  column-count: auto;
  column-rule-style: solid;
  column-rule-width: 0px;
  flex-direction: column;
  column-gap: 0;
  font-size: 14px;
  line-height: 26px;
  display: flex;
}

.list {
  padding-left: 0;
}

.list-item-margin {
  margin-top: 60px;
}

.heading-6 {
  color: var(--white);
}

.list-2 {
  padding-left: 30px;
}

.html-embed {
  width: 100%;
  max-width: 850px;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
}

.quote-by {
  color: var(--purple);
  font-family: Circular book, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.inline-link {
  border-bottom-style: solid;
  border-bottom-color: #ffffff80;
}

.inline-link:hover {
  border-bottom-color: var(--orange);
}

.image-6 {
  border-radius: 12px;
}

.text-span {
  color: var(--orange);
  -webkit-text-stroke-color: var(--orange);
}

.paragraph-3 {
  color: var(--white);
}

.text-span-2 {
  color: #6347ff;
  -webkit-text-stroke-color: #ff6248;
}

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

.text-span-4 {
  color: #ff6248;
}

.text-span-5 {
  color: #6347ff;
}

.text-span-6 {
  color: #ff6248;
}

.text-span-7, .text-span-8 {
  color: #6347ff;
}

.text-span-9 {
  color: var(--orange);
}

.text-span-10, .text-span-11, .text-span-12 {
  color: #6347ff;
}

.italic-text {
  font-style: italic;
}

.text-span-13 {
  color: var(--purple);
}

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

.block-quote {
  border: 1px solid #000;
  border-left-style: none;
}

.block-quote-2 {
  border-left-style: solid;
  border-left-color: var(--orange);
}

.list-item-3 {
  font-size: 18px;
}

.blog-home {
  z-index: 10;
  justify-content: center;
  padding-top: 250px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 120px;
  display: grid;
}

.blog-card {
  background-color: #6347ff0d;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  height: 100%;
  padding: 40px 35px;
  display: flex;
}

.blog-card.featured-blog-card {
  background-color: #ff624800;
  padding: 0;
}

.blog-card.blog-card-featured {
  background-color: #6347ff0d;
  padding: 60px;
}

.collection-item {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.collection-list-wrapper {
  z-index: 10;
  flex-direction: column;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.collection-list-2 {
  flex-direction: column;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-item-2 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.featured {
  margin-top: 50px;
  margin-bottom: 30px;
}

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

.blog-card-heading {
  color: var(--white);
}

.blog-card-heading.blog-card-featured-heading {
  font-size: 28px;
}

.heading-7 {
  color: var(--purple);
  font-weight: 700;
}

.heading-8 {
  color: var(--purple);
}

.block-quote-3 {
  border-left-color: var(--purple);
}

.heading-9, .heading-10 {
  color: var(--purple);
}

.link {
  border-bottom-style: solid;
  border-bottom-color: var(--purple);
  color: var(--purple);
  text-decoration: none;
}

.footer-link-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

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

.tabs-menu {
  justify-content: center;
  display: flex;
}

.tab-link {
  color: var(--white);
  background-color: #fff0;
  border-bottom: 5px solid #6347ff4d;
  padding: 15px 40px;
  font-family: Circular, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.tab-link.w--current {
  border-bottom-color: var(--purple);
  background-color: #fff0;
}

.image-scroll-2 {
  align-items: center;
  width: 100vw;
  min-width: 1200px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: scroll;
}

.image-scroll-image-2 {
  object-fit: contain;
  width: 100%;
  min-width: 1200px;
  overflow: scroll;
}

.section-overflow {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  overflow: scroll;
}

.section-overflow.section-overflow-last {
  margin-bottom: 100px;
}

.heading-11 {
  font-size: 17px;
}

.heading-12 {
  font-size: 15px;
}

.h3-ai {
  color: var(--sky-blue);
  font-family: Circular, sans-serif;
}

.h3-ai.mid-white {
  color: var(--white);
  text-align: center;
  line-height: 120%;
}

.footer-emails {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.footer-email-group {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.footer-email-heading {
  color: var(--white);
}

.column-form {
  padding-left: 0;
  padding-right: 0;
}

.input {
  color: #fff;
  background-color: #6347ff1a;
  border: 1px solid #6347ff80;
  border-radius: 8px;
  height: 45px;
  padding: 15px;
}

.inspection-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 18rem;
}

.inner-section {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.section-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.section-background-video {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.text-span-14 {
  font-family: Circular book, sans-serif;
}

.text-span-15, .text-span-16 {
  font-family: Circular, sans-serif;
}

.column-grid-image {
  object-fit: none;
  border-radius: 8px;
}

.grid-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

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

.inner-grid-group {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.grid-group-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.colour-marker {
  background-color: var(--white);
  border-radius: 500px;
  width: 30px;
  height: 30px;
}

.colour-marker.green {
  background-color: var(--confirm);
}

.colour-marker.yellow {
  background-color: var(--warn-light);
}

.colour-marker.orange {
  background-color: var(--warn);
}

.colour-marker.red {
  background-color: var(--error);
}

.grid-group-image {
  object-fit: none;
  border-radius: 8px;
  width: 150px;
  height: 150px;
}

.value-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--purple);
  border-radius: 8px;
  flex: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 25px;
  display: flex;
}

.div-block-13 {
  border: 1px solid #fff;
  border-radius: 0;
}

.grid {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-areas: "."
                       "."
                       "."
                       "."
                       "."
                       "."
                       ".";
}

.text-block {
  color: #fff;
  font-family: Circular, sans-serif;
  font-weight: 700;
}

.paragraph-4 {
  font-size: 12px;
}

.text-smaller {
  color: #fff;
  font-size: 14px;
}

.paragraph-5 {
  font-family: Circular book, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.rich-text-block {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .body {
    margin-top: 150px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .body.body-blog {
    padding-left: 0;
    padding-right: 0;
  }

  .content-container {
    flex-direction: column;
    flex: 1;
    order: 0;
    align-items: flex-start;
    margin-right: 30px;
    padding-left: 5px;
  }

  .content-container.content-team-cta {
    grid-column-gap: 30px;
  }

  .content-container.content-spacing {
    margin-bottom: 75px;
  }

  .content-container.content-form {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    color: var(--white);
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-padding {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-padding.section-map {
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section-padding.setion-header {
    height: auto;
    padding-top: 100px;
  }

  .section-padding.setion-header.section-light-header {
    padding-top: 250px;
    padding-bottom: 150px;
  }

  .section-padding.section-stack {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-padding.careers-header {
    background-position: 50% 100%;
  }

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

  .section-padding.section-reduced {
    padding-top: 100px;
    overflow: hidden;
  }

  .section-padding.section-reduced.section-mid.section-full-width {
    overflow: scroll;
  }

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

  .section-padding.small-header {
    padding-top: 150px;
  }

  .column.reverse {
    flex-direction: row;
    order: -1;
  }

  .column.column-top {
    display: none;
  }

  .column.column-image-12-grid {
    grid-auto-flow: row;
    align-self: flex-start;
    place-items: start stretch;
    height: auto;
  }

  .columns {
    flex-direction: column;
  }

  .columns.columns-max {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .columns.columns-max.columns-spacer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .columns.columns-max.columns-spacer.columns-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    margin-left: 5px;
  }

  .columns.columns-max.columns-spacer.columns-content.columns-top {
    flex-flow: column;
  }

  .list-group {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .nav-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cred-block {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-self: auto;
    width: 100%;
  }

  .content-header.content-aside {
    order: 0;
    margin-bottom: 0;
  }

  .footer-columns {
    width: 100%;
  }

  .h2.mid {
    width: 100%;
    font-size: 38px;
  }

  .column-image {
    height: auto;
    margin-top: 30px;
  }

  .column-image.risk-image {
    margin-top: 30px;
  }

  .globe-backdrop {
    margin-top: 40vh;
  }

  .column-image-back {
    max-width: 80%;
    height: auto;
    margin-top: 75px;
  }

  .column-image-front {
    height: auto;
    max-height: 75%;
    margin-top: 0;
  }

  .column-image-front.secondary-image-front {
    height: 100%;
    margin-top: 0;
  }

  .footer-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta {
    grid-column-gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
  }

  .cta-content {
    grid-row-gap: 10px;
  }

  .nav-banner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-banner-text {
    font-size: 14px;
  }

  .testimonial-slider, .inner-slide {
    width: 100%;
  }

  .footer-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-width-image {
    border-radius: 0;
    height: 400px;
  }

  .section-callout {
    margin-left: 0;
    margin-right: -60px;
    padding-right: 0;
  }

  .section-callout.reverse {
    margin-left: -60px;
    margin-right: 0;
  }

  .inner-callout {
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    flex-direction: column;
    margin: 50px 0;
    padding-left: 100px;
    padding-right: 100px;
  }

  .inner-callout.reverse {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 100px;
    padding-right: 100px;
  }

  .callout-partners {
    width: 100%;
  }

  .callout-max-width {
    flex-direction: column;
    padding-right: 0;
  }

  .callout-max-width.reverse {
    padding-left: 0;
  }

  .callout-shape.callout-right {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
  }

  .callout-shape.callout-left {
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
  }

  .team-cta-image {
    max-width: 350px;
    height: 225px;
  }

  .value-container {
    overflow: auto;
  }

  .value-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-width: auto;
  }

  .value-content {
    margin-right: 10px;
  }

  .image-5 {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .base-image {
    object-fit: contain;
    align-self: flex-start;
    width: 100%;
    height: auto;
  }

  .base-image.base-image-float-right.base-image-margin-top {
    width: 85%;
    max-height: 400px;
  }

  .risks-video {
    height: 450px;
  }

  .image-scroll {
    object-fit: fill;
    align-self: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    position: relative;
    overflow: scroll;
  }

  .image-scroll-image {
    aspect-ratio: auto;
    object-fit: fill;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .div-block-10 {
    height: 60px;
    position: absolute;
  }

  .blog-home {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-left: 15px;
    margin-right: 15px;
  }

  .collection-item {
    padding: 10px;
  }

  .image-scroll-2 {
    object-fit: fill;
    align-self: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .image-scroll-image-2 {
    aspect-ratio: auto;
    object-fit: fill;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .section-overflow.section-overflow-last {
    margin-bottom: 50px;
  }

  .inner-section {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-group {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._4x-grid-group {
    grid-template-columns: 1fr;
  }

  .grid-group-content {
    flex-flow: column;
  }

  .colour-marker {
    width: 30px;
    height: 30px;
  }

  .value-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .body {
    margin-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-container {
    justify-content: flex-start;
    margin-right: 0;
  }

  .content-container.content-team-cta {
    flex-direction: column;
    margin-right: 0;
  }

  .content-container.content-spacing {
    margin-bottom: 50px;
  }

  .content-container.content-spacing.content-top-spacer {
    margin-top: 100px;
  }

  .content-container.content-container-margin {
    margin-right: 0;
  }

  .button-block {
    padding-right: 10px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    color: var(--white);
    border-top-style: none;
    border-left: 4px solid #0000;
  }

  .nav-link:hover {
    border-top-style: none;
    border-left: 4px solid #6347ff80;
  }

  .nav-link.w--current {
    border-left-color: var(--purple);
  }

  .nav-menu {
    background-color: var(--black);
    color: var(--white);
    width: 100%;
    margin-top: 104px;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--black);
  }

  .section-padding {
    padding: 100px 20px 0;
  }

  .section-padding.max-width {
    padding: 100px 30px 50px;
  }

  .section-padding.setion-header.section-light-header {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section-padding.careers-header {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 175px;
    padding-bottom: 100px;
  }

  .section-padding.section-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .section-padding.section-reduced.section-mid.section-mid-last {
    margin-bottom: 100px;
  }

  .section-padding.section-reduced {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .columns {
    width: 100%;
  }

  .columns.columns-max.columns-spacer {
    grid-column-gap: 0px;
    flex-direction: row;
  }

  .columns.columns-max.columns-spacer.columns-content {
    flex-flow: column;
  }

  .nav-inner {
    padding-right: 0;
  }

  .cred-block {
    grid-row-gap: 30px;
  }

  .cred {
    width: 120px;
    max-height: 50px;
  }

  .content-header.content-aside {
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .mid.h1 {
    font-size: 52px;
  }

  .testimonial-card {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-logo {
    height: 45px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-colum {
    margin-bottom: 20px;
  }

  .h2 {
    font-size: 36px;
  }

  .h2.mid {
    width: 100%;
  }

  .h3 {
    font-size: 20px;
  }

  .column-image {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .globe-backdrop {
    margin-top: 40vh;
  }

  .column-image-back {
    width: 75%;
    height: auto;
  }

  .column-image-front {
    object-fit: contain;
    height: auto;
    max-height: 75%;
    margin-right: auto;
    inset: 0% auto auto 0%;
  }

  .cta {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .cta-heading.cta-purple {
    color: var(--purple);
  }

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

  .inner-slide {
    width: 100%;
  }

  .partner-stack {
    margin-top: 70px;
  }

  .partner {
    width: 110px;
    height: 110px;
  }

  .partner.large {
    width: 160px;
    height: 160px;
  }

  .section-callout {
    margin-right: -60px;
  }

  .section-callout.reverse {
    margin-left: -60px;
  }

  .inner-callout {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 0;
    padding-left: 75px;
    padding-right: 75px;
  }

  .inner-callout.reverse {
    margin-left: 0;
    padding-left: 75px;
    padding-right: 75px;
  }

  .team-cta {
    flex-direction: column;
  }

  .team-cta-content {
    align-items: center;
  }

  .team-cta-image {
    width: 100%;
    max-width: 100%;
    height: 300px;
  }

  .h1.orange {
    font-size: 52px;
  }

  .paragraph {
    font-size: 16px;
  }

  .start-column {
    padding: 30px;
  }

  .start-heading, .start-paragraph {
    text-align: center;
  }

  .risks-video {
    height: 320px;
  }

  .image-scroll {
    overflow: scroll;
  }

  .collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .section-overflow.section-overflow-last {
    margin-bottom: 50px;
  }

  .h3-ai {
    font-size: 20px;
  }

  .grid-group {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 42px;
  }

  p {
    font-size: 16px;
  }

  .body {
    border-style: none;
    border-color: #000;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-container {
    width: 100%;
    margin-right: 0;
  }

  .content-container.content-mid.content-secondary {
    width: auto;
  }

  .button-block {
    display: none;
  }

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

  .navbar {
    background-color: #0d0c1df2;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    color: var(--white);
    border-top-style: none;
    border-top-width: 0;
    border-left: 4px solid #0000;
    padding: 25px 20px;
    font-size: 15px;
  }

  .nav-link.w--current {
    border-left: 5px solid var(--purple);
    color: var(--white);
  }

  .nav-menu {
    color: var(--white);
    background-color: #0d0c1df2;
    flex: 0 auto;
    width: 100%;
    margin-top: 104px;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--black);
  }

  .section-padding {
    padding: 75px 15px 50px;
  }

  .section-padding.max-width {
    padding: 50px 20px;
  }

  .section-padding.section-map {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-padding.section-features.section-feature-ai {
    background-position: 0 0, 0%;
    background-size: auto, cover;
    margin-top: 0;
  }

  .section-padding.setion-header {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .section-padding.setion-header.section-light-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-padding.section-stack {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-padding.careers-header {
    background-position: 50% 100%;
    background-size: contain;
    background-attachment: scroll;
    padding-top: 175px;
    padding-bottom: 75px;
  }

  .section-padding.section-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .section-padding.section-reduced.section-mid.section-mid-last {
    margin-bottom: 75px;
  }

  .section-padding.section-reduced {
    padding-top: 75px;
    padding-bottom: 75px;
  }

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

  .column {
    flex: 0 auto;
  }

  .column.column-image-4-grid {
    padding-right: 10px;
  }

  .columns.columns-max.columns-spacer {
    flex-direction: column;
  }

  .columns.columns-max.columns-spacer.columns-content {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .list-item {
    font-size: 14px;
    line-height: 21px;
  }

  .nav-inner {
    padding-left: 15px;
  }

  .cred-block {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    justify-content: center;
    margin-top: 30px;
  }

  .cred {
    width: 100px;
  }

  .content-header.content-aside {
    margin-bottom: 0;
    padding-right: 15px;
  }

  .mid {
    width: auto;
  }

  .mid.h1 {
    font-size: 48px;
  }

  .testimonial-card {
    padding: 35px 0;
  }

  .testimonial-position {
    flex-flow: column wrap;
    margin-top: 10px;
  }

  .testimonial-logo {
    object-fit: contain;
  }

  .testimonial-quote {
    font-size: 16px;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-socials {
    justify-content: flex-start;
    width: 100%;
  }

  .footer-colum {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .h2 {
    font-size: 30px;
  }

  .h2.mid {
    width: auto;
    font-size: 30px;
  }

  .h3 {
    font-size: 18px;
  }

  .column-image {
    height: auto;
    max-height: none;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .globe-backdrop {
    object-fit: contain;
    width: 100vw;
    margin-top: 45vh;
    margin-left: auto;
    margin-right: auto;
  }

  .column-image-front.secondary-image-front {
    margin-top: 0;
  }

  .cta {
    padding: 40px 20px;
  }

  .nav-banner-inner {
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-banner-text {
    font-size: 14px;
  }

  .testimonial-slider {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .inner-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .partner-stack {
    margin-top: 50px;
  }

  .partner {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .partner.large {
    width: 100%;
    height: 150px;
  }

  .footer-inner {
    grid-row-gap: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-callout {
    width: auto;
    margin-right: -20px;
  }

  .section-callout.reverse {
    margin-left: -20px;
  }

  .inner-callout {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    margin-right: 0;
    padding: 75px 30px 85px;
  }

  .inner-callout.reverse {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .callout-partners {
    grid-template-columns: 1fr 1fr;
  }

  .callout-partners.callout-investors {
    grid-column-gap: 16px;
  }

  .heading-2 {
    font-size: 42px;
  }

  .callout-shape.callout-right {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }

  .callout-shape.callout-left {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }

  .team-cta-image {
    height: 200px;
  }

  .h1.orange {
    font-size: 48px;
  }

  .h4 {
    font-size: 22px;
  }

  .base-image.base-image-float-left, .base-image.base-image-float-right.base-image-margin-top {
    width: 85%;
  }

  .risks-video {
    height: 250px;
  }

  .tabs-menu {
    justify-content: center;
    width: 100%;
  }

  .tab-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .section-overflow.section-overflow-last {
    margin-bottom: 50px;
  }

  .h3-ai {
    font-size: 18px;
  }

  .inspection-image {
    height: 15rem;
  }

  .inner-section {
    margin-bottom: 15px;
  }

  .grid-group {
    padding-left: 5px;
    padding-right: 5px;
  }

  .inner-grid-group {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-group-image {
    width: 100px;
    height: 100px;
  }
}

#w-node-d89d7bcd-130a-5bf6-da1d-6464e46b6cad-1e5c02b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-d89d7bcd-130a-5bf6-da1d-6464e46b6cae-1e5c02b4, #w-node-d89d7bcd-130a-5bf6-da1d-6464e46b6caf-1e5c02b4, #w-node-d89d7bcd-130a-5bf6-da1d-6464e46b6cb0-1e5c02b4 {
  place-self: stretch stretch;
}

#w-node-c2bb1886-2925-2635-6a1b-ace5b52bc15e-1e5c02b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-c2bb1886-2925-2635-6a1b-ace5b52bc15f-1e5c02b4, #w-node-c2bb1886-2925-2635-6a1b-ace5b52bc160-1e5c02b4, #w-node-c2bb1886-2925-2635-6a1b-ace5b52bc161-1e5c02b4 {
  place-self: stretch stretch;
}

#w-node-_3d65b8da-1999-d5a6-4177-ba11d15ea6f0-1e5c02b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_3d65b8da-1999-d5a6-4177-ba11d15ea6f1-1e5c02b4, #w-node-_3d65b8da-1999-d5a6-4177-ba11d15ea6f2-1e5c02b4, #w-node-_3d65b8da-1999-d5a6-4177-ba11d15ea6f3-1e5c02b4, #w-node-ee2e8f7b-e2e5-e0e0-9695-6ab3554857c1-1e5c02b4, #w-node-_51bec842-7ba5-8748-7ded-46c2a736d845-1e5c02b4, #w-node-_7a68daa5-3dfc-f2eb-06b6-e9edb76fef9e-1e5c02b4, #w-node-_492eeb7f-e72c-d4e9-b0a7-53baed9e8f7c-1e5c02b4, #w-node-_58a90190-e1a5-4aa1-108e-2d7f6daf9e31-1e5c02b4, #w-node-e6f5bba3-ac36-a5b3-7ed8-5d2f3b50510a-1e5c02b4, #w-node-_59c15535-69c9-b377-5be6-254d441040f6-1e5c02b4, #w-node-cf1fb186-1aec-a70d-d95d-3ca222bd8330-1e5c02b4 {
  place-self: stretch stretch;
}

#w-node-_6b08516a-6f42-8fa9-6aa5-845a32e0b62a-1e5c02b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_6b08516a-6f42-8fa9-6aa5-845a32e0b62b-1e5c02b4, #w-node-_6b08516a-6f42-8fa9-6aa5-845a32e0b62c-1e5c02b4, #w-node-_6b08516a-6f42-8fa9-6aa5-845a32e0b62d-1e5c02b4 {
  place-self: stretch stretch;
}

#w-node-_16ebf15c-ca8e-b191-3334-f52d9aa10545-1e5c02b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_16ebf15c-ca8e-b191-3334-f52d9aa10546-1e5c02b4, #w-node-_16ebf15c-ca8e-b191-3334-f52d9aa10547-1e5c02b4, #w-node-_16ebf15c-ca8e-b191-3334-f52d9aa10548-1e5c02b4 {
  place-self: stretch stretch;
}

#w-node-db44513c-c9a2-7ded-bbf1-48b035e45dbd-1e5c02b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-db44513c-c9a2-7ded-bbf1-48b035e45dbe-1e5c02b4, #w-node-db44513c-c9a2-7ded-bbf1-48b035e45dbf-1e5c02b4, #w-node-db44513c-c9a2-7ded-bbf1-48b035e45dc0-1e5c02b4 {
  place-self: stretch stretch;
}

#w-node-bfbfabeb-3a51-6ef2-402d-3a631c8f2ea4-1e5c02b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-bfbfabeb-3a51-6ef2-402d-3a631c8f2ea5-1e5c02b4, #w-node-bfbfabeb-3a51-6ef2-402d-3a631c8f2ea6-1e5c02b4, #w-node-bfbfabeb-3a51-6ef2-402d-3a631c8f2ea7-1e5c02b4 {
  place-self: stretch stretch;
}

#w-node-_092940e0-4ec7-b671-7cea-acb2ee965790-1e5c02b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_092940e0-4ec7-b671-7cea-acb2ee965791-1e5c02b4, #w-node-_092940e0-4ec7-b671-7cea-acb2ee965792-1e5c02b4, #w-node-_092940e0-4ec7-b671-7cea-acb2ee965793-1e5c02b4 {
  place-self: stretch stretch;
}

#w-node-_05711f93-45a7-b9c2-bac0-0deed685ba02-1e5c02b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_05711f93-45a7-b9c2-bac0-0deed685ba03-1e5c02b4, #w-node-_05711f93-45a7-b9c2-bac0-0deed685ba04-1e5c02b4, #w-node-_05711f93-45a7-b9c2-bac0-0deed685ba05-1e5c02b4 {
  place-self: stretch stretch;
}


@font-face {
  font-family: 'Circular';
  src: url('../fonts/Circular-Bold.woff2') format('woff2'), url('../fonts/Circular-Bold.eot') format('embedded-opentype'), url('../fonts/Circular-Bold.woff') format('woff'), url('../fonts/Circular-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular book';
  src: url('../fonts/Circular-Book.woff2') format('woff2'), url('../fonts/Circular-Book.eot') format('embedded-opentype'), url('../fonts/Circular-Book.woff') format('woff'), url('../fonts/Circular-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}