@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

.body {
  background-color: #f3f5f5;
}

.hero {
  height: auto;
  padding-top: 120px;
}

.hero-text {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.h1 {
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 115%;
}

.h1.max-width {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(106deg, #0c0e0e, #0c0e0ea3);
  -webkit-background-clip: text;
  background-clip: text;
  width: 12em;
  font-weight: 400;
}

.h1.max-width-copy {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(106deg, #0c0e0e, #0c0e0ea3);
  -webkit-background-clip: text;
  background-clip: text;
  width: 17.5em;
  font-weight: 400;
}

.h1.max-width-copy.white {
  background-image: linear-gradient(106deg, #f3f5f5, #f3f5f5a6);
}

.p1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}

.p1.max-width {
  color: #0c0e0ed9;
  text-align: center;
  width: auto;
}

.p1.max-w2 {
  color: #0c0e0ed9;
  text-align: center;
  width: 27em;
}

.p1.max-w2.left {
  text-align: left;
}

.p1.left.max-width-24em {
  width: 24em;
}

.p1.left.max-width-24em._25-opa {
  opacity: .55;
}

.p1.width-24em {
  width: 40em;
}

.p1.white {
  color: #f3f5f5;
}

.navbar {
  background-color: #ddd0;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  display: block;
  position: fixed;
}

.container {
  background-color: #f3f5f5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.primary-button {
  background-color: #0c0e0e;
  padding: 12px 8px;
  text-decoration: none;
}

.primary-button._2 {
  background-color: #099c9c;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  text-decoration: none;
}

.text-block._2 {
  color: #f3f5f5;
}

.nav-link, .nav-link-2, .nav-link-3 {
  font-family: IBM Plex Mono, sans-serif;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.badge {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.brand {
  flex: 0 auto;
  min-width: 120px;
}

.video-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 120px;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-4 {
  width: 468px;
  height: 256px;
  position: relative;
  inset: auto 0% 0%;
}

.background-video {
  z-index: 999;
  height: 100%;
}

.image-2 {
  max-width: 24px;
}

.button-wrapper {
  flex-flow: column;
  height: 42px;
  display: flex;
  overflow: hidden;
}

.btn-text-1 {
  color: #f3f5f5;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
}

.btn-text-2 {
  float: none;
  color: #f3f5f5;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
}

.btn-primary {
  background-color: #0c0e0e;
  padding: 12px 8px;
  text-decoration: none;
}

.btn-primary._2 {
  background-color: #099c9c;
}

.btn-primary.hover-interaction.mobile {
  display: none;
}

.btn-primary.hover-interaction.secondary {
  color: #0c0e0e;
  background-color: #f3f5f5;
}

.btn-primary.hover-interaction.thirtiary {
  background-color: #0c0e0e00;
  border: 1px solid #0c0e0e;
}

.btn-primary.hover-interaction.thirtiary.white {
  border-color: #f3f5f5;
}

.btn-text-primary {
  color: #fff;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
}

.btn-text-primary.secondary, .btn-text-primary.thirtiary {
  color: #0c0e0e;
}

.btn-text-primary.thirtiary.white {
  color: #f3f5f5;
}

.image-3 {
  width: 32px;
}

.text-container-video {
  justify-content: space-between;
  width: 468px;
  padding-bottom: 8px;
  display: flex;
}

.div-block-5 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 120px;
  display: flex;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  font-family: IBM Plex Mono, sans-serif;
}

.tab-link-tab-2 {
  background-color: #0000000d;
  padding: 8px 12px;
}

.tab-link-tab-2.w--current {
  color: #f3f5f5;
  background-color: #0c0e0e;
}

.tab-link-tab-3 {
  background-color: #e7e9e9;
  padding: 8px 12px;
}

.tab-link-tab-3.w--current {
  color: #f3f5f5;
  background-color: #0c0e0e;
}

.tab-link-tab-4 {
  background-color: #0000000d;
  padding: 8px 12px;
}

.tab-link-tab-4.w--current {
  color: #f3f5f5;
  background-color: #0c0e0e;
}

.tab-link-tab-1 {
  background-color: #e7e9e9;
  padding: 8px 12px;
}

.tab-link-tab-1.w--current {
  color: #f3f5f5;
  background-color: #000;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.tabs-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-content {
  width: 100%;
  min-width: 100vw;
}

.tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4 {
  min-width: 100vw;
}

.lightbox-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.image-4 {
  aspect-ratio: 16 / 9;
  min-width: 5%;
  max-width: 25%;
}

.code-embed {
  display: none;
}

.cta-footer {
  margin-top: 160px;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.div-block-6.white {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  height: 768px;
  margin-bottom: 24px;
  position: relative;
}

.code-embed-2 {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.social-medias {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-5, .image-6, .image-7 {
  max-width: 24px;
}

.gallery-wrapper {
  background-color: #f3f5f5;
  flex: none;
  height: auto;
  padding-top: 160px;
  padding-bottom: 160px;
}

.carousel {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-wrapper {
  aspect-ratio: auto;
  opacity: .6;
  width: auto;
  height: 70vh;
  margin-right: 5px;
  padding: 1vh 5px;
  transition: opacity .2s;
  display: flex;
}

.image-wrapper.slick-center {
  opacity: 1;
  height: 65vh;
}

.image, .image-8 {
  object-fit: contain;
  max-height: 76vh;
}

.image-9 {
  object-fit: scale-down;
  width: 100%;
  max-height: 70vh;
}

.div-block-7 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 42px;
  display: flex;
}

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

.cs-section-1 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  padding: 0 24px 128px;
  display: flex;
  position: relative;
}

.cs-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  padding-top: 128px;
  display: flex;
  position: relative;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 100%;
}

.cs-right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  padding-top: 128px;
  display: flex;
  position: relative;
  overflow: clip;
}

.div-block-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  display: flex;
}

._2, .image-10 {
  object-fit: cover;
  max-width: 50%;
}

.image-10._2 {
  max-width: 100%;
}

.image-10._2._3 {
  max-width: 50%;
}

.bg-video {
  z-index: 1;
  aspect-ratio: auto;
  width: 100%;
  height: 70vh;
  min-height: auto;
  max-height: none;
}

.bg-video._3 {
  height: 50vh;
  min-height: auto;
  max-height: none;
}

.text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.text-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 50%;
  height: 80vh;
  display: flex;
  position: fixed;
  overflow: scroll;
}

.div-block-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 25%;
  display: flex;
  position: fixed;
  inset: auto 0% 24px 24px;
}

.bold {
  font-weight: 500;
}

.div-block-10 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-right: 24px;
  display: flex;
  overflow: hidden;
}

.image-11, .image-12 {
  max-width: 50%;
}

.buttons-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

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

.image-13 {
  max-width: 24px;
}

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

.div-block-13 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .p1.width-24em {
    width: auto;
  }

  .container {
    background-color: #f3f5f5;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .nav-link.hover-interaction, .nav-link-2.hover-interaction, .nav-link-3.hover-interaction {
    color: #f3f5f5;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
    display: flex;
  }

  .nav-center {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    background-color: #0c0e0e;
    flex-flow: column;
    display: flex;
  }

  .div-block-4 {
    right: 24px;
  }

  .btn-primary.hover-interaction.desktop {
    display: none;
  }

  .btn-primary.hover-interaction.mobile {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 18px;
    display: block;
  }

  .btn-primary.hover-interaction.thirtiary.case-study {
    z-index: 10;
    background-color: #fff;
    width: 25%;
    height: 100%;
    position: relative;
  }

  .btn-primary.hover-interaction.cs-button {
    width: 75%;
    position: relative;
  }

  .btn-text-primary.thirtiary.case-study {
    text-align: center;
    text-decoration: none;
  }

  .menu-btn {
    background-color: #f3f5f5;
    padding: 0;
  }

  .menu-btn.w--open {
    background-color: #f3f5f5;
  }

  .code-embed {
    display: block;
  }

  .cs-section-1.desktop {
    display: none;
  }

  .bg-video._3 {
    height: 25vh;
    min-height: 25vh;
  }

  .text-wrap.mobile {
    width: 100%;
    height: 100vh;
    padding-bottom: 180px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    overflow: visible;
  }

  .case-study-mobile {
    padding-bottom: 120px;
  }

  .cs-button-wrapper {
    z-index: 10;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    background-color: #f3f5f5;
  }

  .div-block-4 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .background-video {
    width: 100%;
  }

  .text-container-video {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu-btn.w--open {
    background-color: #f3f5f5;
  }

  .lightbox-link {
    flex-flow: column;
  }

  .image-4 {
    min-width: 100%;
  }

  .image, .image-8, .image-9 {
    max-height: 40vh;
  }

  .bg-video._3 {
    height: 25vh;
    min-height: 25vh;
  }

  .text-wrap.mobile {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .h1.max-width, .h1.max-width-copy {
    width: 10em;
    font-size: 30px;
  }

  .p1.max-width {
    font-size: 12px;
  }

  .p1.max-w2 {
    font-size: 14px;
  }

  .h3 {
    font-size: 13px;
  }

  .div-block-4 {
    padding-left: 24px;
    padding-right: 24px;
    right: 0;
  }

  .btn-primary.hover-interaction.thirtiary.case-study {
    background-color: #fff;
    width: 45%;
  }

  .btn-primary.hover-interaction.cs-button {
    width: 55%;
  }

  .text-container-video {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
    font-size: 12px;
    line-height: 100%;
  }

  .tabs-menu {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 24px;
    margin-right: 24px;
    display: grid;
  }

  .image, .image-8, .image-9 {
    max-height: 65vw;
  }

  .bg-video._3 {
    height: 20vh;
    min-height: 10vh;
  }

  .text-wrap.mobile {
    height: auto;
    padding-bottom: 24px;
    overflow: hidden;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}