:root {
  --dark-khaki: #a8d069;
  --dark-slate-gray-2: #404047;
  --medium-sea-green: #30ad64;
  --steel-blue: #3b99d9;
  --light-slate-gray: #8e8e9c;
  --light-sea-green-2: #20ac99;
  --firebrick: #bf3a30;
  --dodger-blue: #2e9dff;
  --indian-red: #cf404d;
  --salmon: #fd7072;
  --tan: #d39f9a;
  --brown: #822e50;
  --cadet-blue: #668cad;
  --dim-gray: #735260;
  --khaki: #face6a;
  --goldenrod: #e2a62b;
  --pale-turquoise: #bfe0ff;
  --steel-blue-2: #2e80b6;
  --dim-gray-3: #676770;
  --light-sky-blue: #69b9ff;
  --silver: #bec3c7;
  --light-sea-green: #25ccbf;
  --indian-red-2: #af4173;
  --black: #192024;
  --sandy-brown-2: #e4b962;
  --tomato: #e64c40;
  --white-smoke: #ecf0f1;
  --salmon-2: #fc7d64;
  --white-smoke-3: #edeff2;
  --white-smoke-2: #f0f0f0;
  --dim-gray-2: #49647b;
  --sandy-brown: #f8c740;
  --dark-slate-gray: #2d3e4f;
}

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

@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 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #616161;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  background-color: #0ff;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 10px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  display: inline-block;
  transform: scale(1);
}

.button:hover {
  opacity: 1;
  backface-visibility: visible;
  color: gray;
  background-color: #0ff;
  border: 0 solid #5805b8;
  border-radius: 6px;
  font-weight: 300;
  transform: none;
  box-shadow: 0 0 12px -3px #fff, 0 0 9px #fff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #0ff;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #0ff;
  background-color: #4d4d4db3;
  border-bottom: 2px solid #0ff;
}

.navigation-link:focus {
  color: #0ff;
  font-weight: 400;
}

.navigation-link:visited {
  color: #bbb;
}

.navigation-link.w--current {
  color: #0ff;
  font-size: 16px;
}

.navigation-link.w--current:hover {
  color: #0ff;
  background-color: #4d4d4db3;
  border-bottom: 2px solid #0ff;
}

.navigation-link.w--current:focus {
  font-weight: 400;
}

.navigation-link.w--current:visited {
  color: #bbb;
}

.navigation-link.current {
  font-size: 16px;
}

.navigation-link.current:hover {
  background-color: #4d4d4db3;
}

.navigation-bar {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #0a0a0a00;
  background-clip: border-box;
  flex-flow: row-reverse wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.navigation-menu {
  font-family: Saira, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  background-color: #000;
  height: auto;
  max-height: none;
  padding: 80px 10px;
  position: relative;
  overflow: hidden;
}

.section.accent {
  background-color: #0ff;
  height: auto;
}

.white-box {
  aspect-ratio: 1;
  text-align: center;
  cursor: auto;
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 10px;
  padding: 15px;
  transition: box-shadow .2s;
}

.white-box:hover {
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: 1;
  mix-blend-mode: normal;
  width: auto;
  height: auto;
  padding-top: 15px;
  padding-right: 15px;
  position: static;
  overflow: visible;
  box-shadow: 0 0 11px 4px #0ff;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  cursor: pointer;
  z-index: 0;
  background-color: #0000;
  background-image: none;
  border-bottom: 0 solid #0ff;
  flex-flow: row;
  align-items: stretch;
  height: 90vh;
  padding-top: 195px;
  padding-bottom: 195px;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 22%;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
  display: block;
}

.hero-subheading {
  color: #bbb;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: block;
  position: static;
  overflow: visible;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #0ff;
  -webkit-text-stroke-color: cyan;
  border-color: #0ff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-stages-heading-dark {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-stages-heading-dark.centered {
  color: #fff;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Saira, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
  overflow: hidden;
}

.section-stages-heading-dark.centered.white {
  color: #fff;
}

.section-stages-subheading-dark.center {
  color: #a7a7a7;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
}

.section-stages-subheading-dark.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  z-index: 3;
  -webkit-text-fill-color: inherit;
  background-color: #0ff0;
  background-clip: border-box;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.footer.center {
  text-align: center;
  z-index: 4;
  background-color: #0ff;
  border: 1px solid #000;
  border-top: 2px solid #0ff;
  height: auto;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden;
}

.footer-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  display: block;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: gray;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  opacity: 1;
  pointer-events: auto;
  color: #000;
  border: 0 solid #000;
  border-bottom: 1px dotted #000;
  border-radius: 0;
  font-weight: 500;
  text-decoration: none;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

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

.fullwidth-image {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  aspect-ratio: auto;
  color: #11161b;
  text-transform: none;
  flex: 0 auto;
  align-self: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 31px;
}

.form {
  margin-top: 40px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.container-2 {
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  order: -1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  max-width: 95vw;
  height: 100%;
  max-height: none;
  padding-top: 0;
  padding-left: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.body {
  background-color: #000;
  font-family: Saira, sans-serif;
  font-weight: 400;
}

.container-3 {
  z-index: auto;
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  mix-blend-mode: normal;
  z-index: 1;
  flex-flow: row;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 60%;
  max-height: none;
  margin-top: 0;
  display: block;
  position: absolute;
  overflow: hidden;
}

.div-block {
  z-index: 3;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: static;
  inset: auto 0% 0%;
  overflow: visible;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  letter-spacing: 3px;
}

.container-5 {
  background-color: #0000;
  width: auto;
  min-width: 0;
  display: block;
}

.image {
  display: inline-block;
}

.image-2 {
  mix-blend-mode: normal;
  width: auto;
  max-width: 70%;
  height: auto;
  padding-left: 0;
  transition: opacity .2s;
}

.heading-7 {
  font-family: Exo, sans-serif;
}

.heading-8 {
  color: #fff;
  font-family: Exo, sans-serif;
}

.image-3, .image-4, .image-5 {
  padding-bottom: 30px;
}

.heading-dark {
  color: #000;
  font-size: 22px;
}

.paragraph-dark {
  color: #424242;
}

.paragraph {
  color: #fff;
}

.body-2 {
  background-color: #fff;
}

.paragraph-2 {
  color: #fff;
}

.section-services-heading-dark.centered.white {
  color: #11161b;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 70px;
}

.section-services-heading-dark.white.centered {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.section-services-subheading-dark-copy.center {
  color: #a7a7a7;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.section-services-subheading-dark-copy.center.off-white {
  color: #888;
  padding-bottom: 0;
  font-size: 25px;
}

.videobg {
  box-sizing: border-box;
  object-fit: contain;
  flex: 1;
  order: 0;
  overflow: visible;
}

.background-video {
  z-index: 0;
  box-sizing: border-box;
  clear: none;
  opacity: .9;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #0000;
  background-clip: border-box;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  height: 85vh;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.menu-home {
  box-sizing: border-box;
  aspect-ratio: auto;
  max-width: 100vw;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar {
  z-index: 3;
  flex: 1;
  position: fixed;
}

.nav-menu {
  z-index: 4;
  display: inline-block;
}

.brand {
  z-index: 5;
  left: 43px;
}

.menu-form {
  box-sizing: border-box;
  aspect-ratio: auto;
  max-width: 100vw;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.container-6 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  max-width: 100%;
  height: auto;
  display: flex;
  position: static;
  overflow: hidden;
}

.container-footer {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  height: 0;
  display: flex;
  position: static;
}

.container-7 {
  width: 30px;
  overflow: hidden;
}

.text-block {
  color: #7a62ff;
  text-align: left;
  margin-bottom: 8px;
  padding-bottom: 0;
  font-size: 16px;
}

.track {
  height: 200vw;
  margin-top: 0;
  margin-bottom: -60px;
}

.camera {
  background-image: linear-gradient(#000 4%, #000436 36% 74%, #000);
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  background-color: #0000;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.item {
  background-color: #0000;
  flex: none;
  width: 100vw;
  height: 100vh;
  padding-right: 0;
}

.horizontal-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.column-1-scroll {
  height: 100%;
}

.column-2-scroll {
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.flex-column-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  z-index: 2;
  background-color: #0000;
  border: 0 solid #80f;
  border-radius: 0;
  flex-flow: wrap;
  flex: 1;
  place-content: center space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 90%;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
  overflow: visible;
}

.flex-column-1:hover {
  background-color: #0046c900;
}

.image-6 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: none;
  margin-top: 0;
  display: block;
  position: static;
  inset: 25% 0% 25% 25%;
  overflow: visible;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.product-title-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: ltr;
  color: #0ff;
  word-break: normal;
  overflow-wrap: normal;
  flex-flow: wrap;
  flex: 0 auto;
  place-content: stretch flex-start;
  align-self: flex-end;
  align-items: stretch;
  width: auto;
  max-width: 100%;
  padding-top: 75px;
  padding-left: 0;
  padding-right: 10px;
  font-size: 35px;
  display: inline-flex;
}

.product-text-columns {
  color: #fff;
  text-align: justify;
  flex: 0 auto;
  align-self: baseline;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
  font-size: 20px;
  line-height: 40px;
}

.columns {
  background-color: #11161b;
  border: 0 solid #35524e;
  border-radius: 0;
  height: 100%;
  margin-left: 0;
}

.columns-2 {
  background-color: #232e36;
  border-radius: 10px;
  margin-left: 17px;
}

.flex-column-2 {
  background-color: #0000;
  border: 0 solid #80f;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 10%;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.flex-column-2:hover {
  background-color: #0000;
}

.spline-scene {
  flex: 0 auto;
  width: auto;
}

.buttons-container {
  color: #7a818f;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.primary-button {
  color: #2d343a;
  text-transform: uppercase;
  background-color: #71ffcc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.primary-button:hover {
  background-color: #4db48f;
}

.primary-button.w--current {
  align-self: flex-end;
}

.absolute-bg {
  z-index: 1;
  height: 600px;
  position: absolute;
  inset: 0% -32% auto auto;
}

.small-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 480px;
  display: flex;
  position: relative;
}

.small-container.hero {
  max-width: 600px;
}

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

.outline-button {
  color: #ebedf1;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #71ffcc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.outline-button:hover {
  color: #2d343a;
  background-color: #71ffcc;
}

.outline-button.w--current {
  align-self: flex-end;
}

.outline-button.left-margin {
  align-self: stretch;
  margin-left: 20px;
}

.image-7 {
  z-index: 200;
  object-fit: contain;
  width: 110%;
  max-width: 100%;
  height: 550px;
  position: relative;
}

.hero-image {
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  display: flex;
  position: relative;
}

.display {
  letter-spacing: -.2px;
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 72px;
  font-weight: 600;
  line-height: 80px;
}

.horizontal-container {
  align-items: center;
  display: flex;
}

.text {
  z-index: 100;
  color: #b3b6bb;
  margin-bottom: 0;
  font-weight: 400;
}

.span {
  font-size: 65px;
  font-weight: 300;
}

.small-text {
  color: #b3b6bb;
  letter-spacing: .2px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.small-text.primary {
  color: #71ffcc;
}

.spline-scene-2 {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  pointer-events: auto;
  cursor: pointer;
  object-fit: fill;
  z-index: -1;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 100vw;
  max-width: 100vw;
  height: 90%;
  max-height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.flex-image-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border: 0 solid #80f;
  border-radius: 10px;
  flex-flow: wrap;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-width: 0;
  max-width: 20%;
  height: 100%;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.flex-image-1:hover {
  background-color: #0046c900;
}

.spline-scene-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 200px;
  height: 150px;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.paragraph-3 {
  color: #000;
}

.hero-heading-2 {
  color: #0ff;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 22%;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
  display: block;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  margin-top: 0;
  padding-bottom: 1.5rem;
}

.rl_heading1_spacing-block-2 {
  width: 100%;
  margin-top: 0;
  padding-bottom: 1.5rem;
}

.splinebox {
  z-index: 1;
  aspect-ratio: 1;
  object-fit: fill;
  inset: 0%;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.menu {
  z-index: 6;
}

.lottie-animation {
  cursor: pointer;
  z-index: 6;
  background-color: #333333c4;
  width: 55px;
  height: 55px;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.lottie-animation:hover {
  background-color: #333333eb;
}

.bgopacity {
  z-index: 4;
  background-color: #000000e6;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-top: 50px;
  display: none;
  position: fixed;
  inset: 0%;
}

.sidemenu {
  z-index: 5;
  background-color: #383838;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  margin-right: 0;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.sidemenuitems {
  color: #fff;
  cursor: pointer;
  flex: 0 auto;
  order: 0;
  align-self: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

.sidemenuitems:hover {
  color: gray;
  background-color: #0ff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sidebar {
  text-align: center;
  background-color: #333;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  height: 100%;
  margin-left: 0;
  margin-right: -390px;
  padding-top: 60px;
  display: flex;
  position: static;
}

.image-8 {
  width: auto;
  height: auto;
  margin-top: -50px;
  padding-top: 0;
  padding-left: 55px;
  overflow: hidden;
}

.div-block-6 {
  background-color: #0ff;
  width: 100vw;
  height: auto;
}

.container-9 {
  background-color: #0ff;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

.image-9 {
  width: 100vw;
  height: 90%;
  max-height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.footer-copyright {
  z-index: 3;
  -webkit-text-fill-color: inherit;
  background-color: #0ff0;
  background-clip: border-box;
  padding-top: 35px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.footer-copyright.center {
  text-align: center;
  z-index: 4;
  background-color: #0ff;
  border: 1px solid #000;
  border-top: 2px solid #0ff;
  border-left-width: 0;
  height: auto;
  margin-top: 0;
  padding-bottom: 35px;
  overflow: hidden;
}

.columns-3 {
  padding-top: 31px;
}

.div-block-7 {
  background-color: #ff9797;
  width: 90%;
  display: block;
}

@media screen and (max-width: 991px) {
  .button {
    margin-left: 0;
  }

  .navigation-link {
    color: #ffffff85;
  }

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

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .section {
    z-index: 1;
  }

  .hero-section.centered {
    z-index: 2;
    height: 90vh;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .hero-heading {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 15%;
    font-size: 45px;
    line-height: 50px;
  }

  .hero-subheading {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .hollow-button.all-caps {
    margin-top: 24px;
  }

  .footer {
    z-index: 1;
    background-color: #0ff0;
    margin-top: 120px;
    padding-bottom: 0;
  }

  .footer.center {
    z-index: 1;
    margin-top: 0;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .white-text {
    font-size: 18px;
  }

  .container-2 {
    max-width: 95%;
    height: 100%;
    max-height: 100%;
    margin-top: 41px;
    padding-top: 0;
  }

  .container-3 {
    flex-flow: column wrap;
    flex: 1;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .container-4 {
    align-self: center;
    max-width: 100%;
    height: 80%;
  }

  .div-block {
    padding-top: 10px;
    padding-bottom: 13px;
  }

  .image {
    max-width: 80%;
    display: inline-block;
  }

  .menu-home {
    z-index: 6;
    max-width: 100vw;
    height: auto;
  }

  .brand {
    padding-top: 4px;
    padding-left: 0;
  }

  .track {
    z-index: 2;
    height: auto;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-flow: column;
  }

  .item {
    height: 100%;
    margin-top: 30px;
    padding-bottom: 50px;
    overflow: visible;
  }

  .flex-column-1 {
    flex-flow: column;
    align-content: stretch;
    max-width: 100vw;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    overflow: clip;
  }

  .image-6 {
    flex: 0 auto;
  }

  .product-title-columns {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    padding: 46px 20px 16px;
  }

  .product-text-columns {
    flex: 0 auto;
    order: 0;
    align-self: baseline;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 19px;
    line-height: 25px;
    overflow: clip;
  }

  .buttons-container {
    justify-content: center;
  }

  .primary-button {
    padding-left: 26px;
    padding-right: 26px;
  }

  .primary-button.w--current {
    margin-left: 0;
  }

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

  .small-container.hero {
    max-width: 360px;
  }

  .container-8 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .outline-button {
    padding-left: 26px;
    padding-right: 26px;
  }

  .outline-button.w--current {
    margin-left: 0;
  }

  .outline-button.left-margin {
    margin-left: 10px;
  }

  .hero-image {
    margin-left: 0;
  }

  .display {
    font-size: 48px;
    line-height: 64px;
  }

  .horizontal-container {
    align-content: flex-start;
  }

  .span {
    font-size: 50px;
  }

  .spline-scene-2 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    z-index: -1;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 100vw;
    max-width: 100vw;
    height: 90vh;
    padding-left: 0;
    position: absolute;
    inset: 0%;
    overflow: visible;
  }

  .flex-image-1 {
    flex: 1;
  }

  .icon {
    color: #0ff;
  }

  .hero-heading-2 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 15%;
    font-size: 45px;
    line-height: 50px;
  }

  .rl_heading1_spacing-block-1 {
    margin-top: 0;
  }

  .menu {
    color: #000;
    z-index: 6;
    background-color: #63636359;
    width: 75px;
    height: 75px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu:hover {
    background-color: #00000094;
  }

  .div-block-4 {
    background-color: #8d8d8d;
    flex-flow: column;
    flex: 1;
    align-self: auto;
    align-items: flex-end;
    width: 40%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: visible;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 75vh;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .lottie-animation {
    text-align: center;
    cursor: pointer;
    z-index: 7;
    width: 50px;
    height: 50px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .bgopacity {
    z-index: 4;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100vw;
    height: 100vh;
    max-height: none;
    padding-top: 0;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .sidemenu {
    z-index: 5;
    background-color: #38383800;
    flex: 0 auto;
    margin-right: 0;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .sidebar {
    text-align: center;
    z-index: 4;
    background-color: #2c2c2c;
    justify-content: flex-start;
    align-items: center;
    margin-right: -600px;
    padding-top: 70px;
    overflow: visible;
  }

  .container-1 {
    z-index: 1;
  }

  .image-8 {
    padding-left: 0;
  }

  .div-block-6 {
    background-color: #0ff;
    height: auto;
  }

  .container-9 {
    background-color: #0ff;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 20px 40px 6px;
  }

  .image-9 {
    z-index: 1;
    margin-top: 0;
    padding-top: 0;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .footer-copyright {
    z-index: 1;
    background-color: #0ff0;
    padding-bottom: 0;
  }

  .footer-copyright.center {
    z-index: 1;
    border-top-width: 0;
    border-bottom-width: 0;
    border-right-width: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .image-10 {
    margin-left: -21px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .button {
    max-width: 100vw;
    height: 45px;
    margin-left: 20px;
    padding-left: 35px;
    font-size: 15px;
    line-height: 20px;
  }

  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .navigation-link {
    color: #616161;
    background-color: #4d4d4db3;
  }

  .navigation-link:hover {
    background-color: #616161;
  }

  .navigation-link:active, .navigation-link:focus {
    color: #fff;
  }

  .navigation-link:visited {
    color: #747474;
  }

  .section {
    z-index: 3;
  }

  .white-box {
    aspect-ratio: 16 / 9;
    object-fit: fill;
    height: auto;
    min-height: 0;
    margin-bottom: 30px;
  }

  .white-box:hover {
    aspect-ratio: 16 / 9;
    object-fit: fill;
  }

  .hero-section.centered {
    height: 70vh;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-heading {
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
    padding-left: 15px;
    font-size: 40px;
    line-height: 50px;
  }

  .hero-subheading {
    height: 60px;
    padding-left: 15px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
  }

  .section-stages-heading-dark.centered, .section-stages-subheading-dark.center {
    padding-left: 15px;
  }

  .form-field.text-area {
    display: block;
  }

  .footer {
    background-color: #0ff0;
    margin-top: 108px;
    padding-top: 33px;
    padding-bottom: 0;
  }

  .footer.center {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .container-2 {
    max-width: 100%;
    height: auto;
  }

  .container-3 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-left: 34px;
    overflow: visible;
  }

  .container-4 {
    align-self: center;
    max-width: 100%;
    height: 80%;
    margin-top: 0;
  }

  .heading-dark {
    font-size: 20px;
  }

  .section-services-heading-dark.centered.white {
    margin-top: -36px;
  }

  .column {
    margin-bottom: 23px;
  }

  .menu-home {
    max-width: 100vw;
  }

  .navbar {
    z-index: 5;
  }

  .nav-menu {
    background-color: #0ff;
    margin-top: 64px;
  }

  .nav-menu:active {
    margin-top: 0;
  }

  .brand {
    left: 30px;
  }

  .background-video-2 {
    height: 65vh;
  }

  .item {
    padding-bottom: 0;
  }

  .flex-column-1 {
    object-fit: fill;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .product-title-columns {
    font-size: 23px;
    line-height: 25px;
  }

  .product-text-columns {
    padding-right: 10px;
    font-size: 18px;
    line-height: 25px;
    overflow: clip;
  }

  .primary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-container {
    order: -1;
    max-width: 340px;
  }

  .small-container.hero {
    max-width: none;
  }

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

  .outline-button {
    padding-left: 20px;
    padding-right: 24px;
    font-size: 13px;
  }

  .hero-image {
    margin-top: 30px;
    margin-left: 0;
  }

  .display {
    font-size: 42px;
    line-height: 48px;
  }

  .horizontal-container.hero {
    flex-direction: column;
  }

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

  .spline-scene-2 {
    box-sizing: content-box;
    aspect-ratio: 400 / 200;
    object-fit: fill;
    flex: 0 auto;
    order: -1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100vw;
    max-width: none;
    height: 70vh;
    max-height: none;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .flex-image-1 {
    margin-top: 29px;
  }

  .logo {
    max-width: 90%;
  }

  .icon {
    color: #0ff;
    background-color: #ebebeb00;
  }

  .hero-heading-2 {
    text-align: left;
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 40px;
    line-height: 50px;
  }

  .rl_heading1_spacing-block-1 {
    height: 15px;
    padding-bottom: 0;
  }

  .rl_heading1_spacing-block-2 {
    height: 15px;
    padding-bottom: .9rem;
  }

  .menu {
    background-color: #383838;
    width: 75px;
    height: 75px;
  }

  .menu:hover {
    background-color: #03cccc;
  }

  .menu:active, .menu.w--open {
    background-color: #63636359;
  }

  .lottie-animation {
    z-index: 8;
    width: 50px;
    height: 50px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .bgopacity {
    opacity: .8;
    z-index: 4;
    background-color: #000;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100vw;
    height: 100vh;
    padding-top: 0;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .sidemenu {
    z-index: 5;
    background-color: #383838;
  }

  .sidebar {
    z-index: 3;
    justify-content: flex-start;
    align-items: center;
    width: 350px;
    padding-top: 75px;
  }

  .image-8 {
    width: auto;
    margin-top: -33px;
  }

  .div-block-6 {
    background-color: #0ff;
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .container-9 {
    background-color: #0ff;
    max-width: 100%;
  }

  .image-9 {
    position: fixed;
  }

  .footer-copyright {
    background-color: #0ff0;
    margin-top: 42px;
    padding-top: 23px;
    padding-bottom: 0;
  }

  .footer-copyright.center {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .image-10 {
    margin-left: -5px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    white-space: nowrap;
    word-break: normal;
    max-width: 100vw;
    height: 45px;
    margin-bottom: 25px;
    margin-left: 15px;
    padding-left: 30px;
    font-size: 13px;
    line-height: 15px;
  }

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

  .white-box, .white-box:hover {
    aspect-ratio: auto;
  }

  .hero-section.centered {
    height: 60vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-heading {
    width: 100%;
    height: 25px;
    padding-left: 10px;
    font-size: 25px;
    line-height: 25px;
    overflow: hidden;
  }

  .hero-subheading {
    width: 70%;
    max-width: 70%;
    margin-top: 0;
    padding-left: 10px;
    font-size: 11px;
    line-height: 16px;
  }

  .section-stages-heading-dark.centered {
    font-size: 32px;
    line-height: 50px;
  }

  .section-stages-subheading-dark.center {
    font-size: 17px;
    line-height: 30px;
  }

  .footer {
    z-index: 3;
    background-color: #0ff;
    width: 100%;
    margin-top: 140px;
  }

  .footer.center {
    margin-top: 0;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .footer-text {
    padding-left: 5px;
    font-size: 11px;
    line-height: 15px;
  }

  .grid-image {
    width: 35%;
  }

  .white-text {
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 20px;
  }

  .container-2 {
    max-width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
    display: block;
    position: relative;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-items: center;
  }

  .container-4 {
    flex: 1;
    align-self: auto;
    max-width: 100vw;
    height: auto;
    max-height: none;
    margin-top: 45px;
    overflow: hidden;
  }

  .div-block {
    max-width: 100vw;
    padding-bottom: 0;
  }

  .image {
    max-width: 70%;
  }

  .image-2 {
    padding-right: 5px;
  }

  .box {
    padding-bottom: 25px;
  }

  .section-services-heading-dark.centered.white {
    font-size: 32px;
    line-height: 50px;
  }

  .section-services-subheading-dark-copy.center {
    line-height: 30px;
  }

  .section-services-subheading-dark-copy.center.off-white {
    font-size: 17px;
  }

  .background-video {
    height: 55vh;
  }

  .menu-home {
    z-index: 5;
    max-width: 100vw;
    padding-left: 0;
  }

  .brand {
    margin-left: -34px;
    padding-top: 10px;
    padding-left: 0;
    display: block;
  }

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

  .item {
    flex: 1;
    align-self: auto;
  }

  .flex-column-1 {
    flex-flow: wrap;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-bottom: 4px;
    overflow: hidden;
  }

  .image-6 {
    flex: 0 auto;
    order: -1;
    align-self: auto;
    padding-left: 13px;
    overflow: hidden;
  }

  .product-title-columns {
    flex-flow: row;
    align-self: auto;
    font-size: 17px;
    line-height: 20px;
  }

  .product-text-columns {
    order: 0;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
  }

  .buttons-container {
    flex-direction: column;
  }

  .primary-button {
    align-self: stretch;
    padding: 12px 10px;
  }

  .absolute-bg {
    height: 400px;
  }

  .small-container {
    text-align: left;
    align-items: flex-start;
  }

  .outline-button {
    padding: 12px 10px;
    font-size: 13px;
  }

  .outline-button.left-margin {
    margin-top: 20px;
    margin-left: 0;
  }

  .image-7 {
    height: 340px;
  }

  .display {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 46px;
  }

  .span {
    font-size: 43px;
    line-height: 40px;
  }

  .spline-scene-2 {
    aspect-ratio: auto;
    z-index: -1;
    order: -1;
    align-self: auto;
    width: 100vw;
    height: 60vh;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .flex-image-1 {
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    place-content: space-around flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .logo {
    max-width: 70%;
    overflow: clip;
  }

  .icon {
    color: #0ff;
  }

  .hero-heading-2 {
    text-align: left;
    height: 25px;
    padding-left: 10px;
    font-size: 25px;
    line-height: 25px;
  }

  .rl_heading1_spacing-block-1 {
    height: 5px;
    margin-top: 0;
    padding-bottom: .5rem;
  }

  .rl_heading1_spacing-block-2 {
    height: 5px;
    padding-bottom: .7rem;
  }

  .splinebox {
    width: 98vw;
  }

  .menu {
    z-index: 7;
  }

  .lottie-animation {
    z-index: 6;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .sidemenu {
    background-color: #383838;
  }

  .sidebar {
    text-align: center;
    z-index: 5;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    margin-right: -400px;
    padding-right: 0;
    display: flex;
    position: static;
    inset: 0%;
  }

  .image-8 {
    flex-flow: row;
    justify-content: flex-start;
    width: auto;
    height: 100%;
    margin-top: -48px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .div-block-6 {
    background-color: #03030300;
    width: 100%;
    margin-top: -73px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .container-9 {
    padding-top: 20px;
  }

  .image-9 {
    margin-top: -74px;
  }

  .footer-copyright {
    z-index: 3;
    background-color: #0ff;
  }

  .footer-copyright.center {
    margin-top: 0;
    padding-top: 23px;
    padding-bottom: 23px;
    overflow: visible;
  }

  .image-10 {
    padding-left: 26px;
    overflow: hidden;
  }
}


