:root {
  --white: #a1a7bb;
  --brightblue: #4958af;
  --black: #1f1f1f;
  --text: #d3d3d3;
  --dd: var(--white);
  --sectionbg: #10111a;
  --darkred: #70508b;
  --grey-text: var(--text);
  --darkgray: #6e7383;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

li {
  max-width: 90%;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #10111a;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-left: 0;
  font-family: Reddit Mono, sans-serif;
  display: block;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1500px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #1a1b1f;
  border-bottom: 2px solid #2d344e;
  border-radius: 3px;
  padding: 12px 25px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.spline-scene {
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0%;
  margin-left: 0;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.spline-scene.footer {
  object-fit: fill;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: 700px;
  height: auto;
  min-height: 0;
  max-height: 200px;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.heading {
  float: none;
  clear: none;
  color: var(--brightblue);
  text-align: left;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reddit Mono, sans-serif;
  font-size: 200px;
  font-weight: 600;
  line-height: 180px;
  position: static;
  top: 38px;
  left: auto;
}

.heading.h3 {
  aspect-ratio: auto;
  color: #213ee0;
  text-align: left;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 43px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading.h3.blue {
  color: #0d1b6b;
}

.heading.h3.bluebold {
  color: #0b1758;
}

.container-2 {
  float: none;
  clear: none;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  max-width: 1500px;
  margin-top: 51px;
  margin-left: auto;
  display: flex;
}

.bold-text {
  color: #839bd6;
  text-align: center;
  text-shadow: 2px 1px 4px var(--black);
  width: 100%;
  font-weight: 400;
}

.heading-2 {
  color: var(--white);
  letter-spacing: 15px;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 200;
}

.heading-3 {
  color: #627097;
  font-family: Reddit Mono, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 77px;
}

.div-block {
  background-color: rgba(12, 11, 22, 0);
  border: 2px solid #1c162e;
  border-radius: 13px;
  height: 222px;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1f1f1f;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: block;
}

.list-item {
  list-style-type: none;
}

.heading-4 {
  color: #b1adad;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.h3listheader {
  color: #b1adad;
  max-width: 700px;
  margin-top: 40px;
  margin-bottom: 43px;
  font-family: Raleway, sans-serif;
  font-size: 28px;
  font-weight: 200;
}

.h3listheader.listitem {
  color: var(--text);
  max-width: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Reddit Mono, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.h3listheader.listitem.process {
  color: var(--text);
  margin-bottom: 30px;
  line-height: 35px;
}

.h3listheader.centered {
  aspect-ratio: auto;
  color: #839bd6;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 400;
  display: flex;
}

.h3listheader.left {
  display: flex;
}

.h3listheader.left-aligned {
  aspect-ratio: auto;
  color: #839bd6;
  text-align: left;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  max-width: 950px;
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 400;
  display: flex;
}

.section-2 {
  height: auto;
}

.plistdescription {
  color: #5e637a;
  flex-flow: column;
  max-width: none;
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 25px;
  display: flex;
}

.plistdescription.shown {
  color: var(--dd);
  margin-bottom: 0;
  font-weight: 400;
}

.plistdescription.notbold {
  color: var(--dd);
  font-weight: 200;
}

.namelogo {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 33px;
  font-weight: 600;
}

.image {
  padding-right: 45px;
}

.columns {
  text-align: left;
  max-width: 940px;
  margin-top: 0;
}

.column {
  margin-top: 0;
  text-decoration: none;
  top: -47px;
}

.projects {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1400px;
  margin-top: 100px;
  margin-bottom: 194px;
  display: flex;
}

.projects.super-line {
  background-color: var(--brightblue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 140px 60px;
  display: flex;
}

.projects.project {
  margin-top: 223px;
  margin-bottom: 0;
}

.projects.hero {
  max-width: 1200px;
  margin-top: 60px;
}

.div-block-2 {
  background-color: var(--sectionbg);
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0;
  padding: 30px 60px;
  display: flex;
  position: static;
}

.div-block-2.logos {
  opacity: .88;
  max-width: 1400px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

.div-block-2.process {
  margin-bottom: 167px;
}

.spline-scene-2 {
  float: left;
  aspect-ratio: 1;
  text-align: left;
  cursor: row-resize;
  object-fit: fill;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: none;
  min-height: 0;
  max-height: 250px;
  margin-top: -67px;
  margin-left: -25px;
  margin-right: 0;
  padding-left: 0;
  display: block;
  position: relative;
  top: -2px;
  left: -28px;
}

.heading-5 {
  min-height: 400px;
  position: relative;
  top: -6px;
  left: 605px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-3.right {
  justify-content: center;
  align-items: center;
}

.div-block-3.left {
  justify-content: flex-start;
  align-items: center;
  min-width: 400px;
  max-width: 90%;
  margin-top: 72px;
  display: block;
}

.list {
  padding-right: 0;
}

.list-2 {
  padding-left: 0;
  padding-right: 61px;
}

.columns-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.section-3 {
  background-color: var(--sectionbg);
  min-height: 0;
}

.section-3.topborder {
  border-top: 5px solid var(--brightblue);
  background-color: var(--sectionbg);
  min-height: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

.section-3.product {
  display: block;
}

.image-2 {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #333;
  max-width: 1500px;
  margin-top: -136px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

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

.bold-text-2 {
  font-family: Raleway, sans-serif;
}

.div-block-5 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.projectlinst {
  padding-bottom: 83px;
}

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

.bold-text-3 {
  color: var(--darkred);
  text-align: left;
  letter-spacing: normal;
  column-count: auto;
  white-space: normal;
  overflow-wrap: normal;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Reddit Mono, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 55px;
  display: block;
}

.bold-text-3.blue {
  color: var(--brightblue);
  -webkit-text-stroke-color: var(--brightblue);
  min-width: 0;
  max-width: none;
  font-size: 28px;
  line-height: 45px;
}

.bold-text-3.bluer {
  color: var(--brightblue);
}

.bold-text-3.lined {
  width: 100%;
  max-width: 1100px;
}

.project-header {
  color: var(--brightblue);
  width: 100%;
  max-width: 1100px;
  margin-top: 0;
  font-family: Reddit Mono, sans-serif;
  font-size: 47px;
  font-weight: 600;
  line-height: 52px;
  display: flex;
  position: static;
}

.project-sub {
  color: var(--darkred);
  width: 100%;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.project-sub.centered {
  color: var(--dd);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

.paragraph {
  font-family: Raleway, sans-serif;
}

.paragraph.project {
  color: var(--dd);
  min-width: 0;
  max-width: 1100px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.heading-6 {
  color: #7a7a7a;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.heading-6.project {
  color: var(--grey-text);
  font-size: 24px;
  font-weight: 400;
}

.image-3 {
  opacity: 0;
  text-align: left;
  max-width: 30px;
  padding: 0 0 23px;
  display: block;
  position: static;
}

.image-3.hero {
  min-width: 0;
  max-width: none;
  padding-bottom: 20px;
  padding-right: 0;
  transform: translate(0);
}

.lightbox-link {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.lightbox-link.smimg {
  min-height: 0;
  max-height: none;
  padding-left: 0;
  padding-right: 23px;
  display: block;
}

.column-2 {
  padding-left: 0;
}

.columns-3 {
  text-align: left;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  padding-left: 0;
  display: block;
}

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

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

.column-3 {
  padding-top: 82px;
  padding-left: 264px;
  padding-right: 0;
}

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

.columns-4 {
  border-top: 0 solid #333232;
  border-radius: 30px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-8 {
  background-color: #c71515;
  border-radius: 5px;
  width: 60px;
  height: 30px;
}

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

.div-block-9 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: -23px;
  margin-left: 0;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: none;
  max-height: 350px;
  margin-top: -97px;
  display: grid;
}

.div-block-11 {
  width: 700px;
  height: 400px;
}

.column-5 {
  position: static;
}

.column-6 {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-12 {
  z-index: 2;
  float: none;
  clear: none;
  width: auto;
  min-width: 550px;
  margin-left: 28px;
  display: block;
  position: static;
  left: 0;
}

.columns-6 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-13 {
  display: flex;
  position: relative;
}

.div-block-14 {
  width: auto;
  height: auto;
  min-height: 0;
  position: static;
}

.bold-text-4 {
  color: var(--dd);
  font-family: Reddit Mono, sans-serif;
}

.grid {
  grid-template-rows: auto;
}

.div-block-15 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 100%;
  display: flex;
}

.div-block-15.heroproduct {
  justify-content: center;
  align-items: flex-start;
}

.superline {
  color: var(--black);
  text-align: center;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 0;
  font-family: Reddit Mono, sans-serif;
  font-size: 33px;
  font-weight: 400;
}

.superline.bottom {
  max-width: 950px;
  margin-top: 0;
  margin-bottom: 0;
}

.list-item-2 {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.cell {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.quick-stack {
  padding-right: 0;
}

.image-4 {
  opacity: .2;
  mix-blend-mode: normal;
  max-width: 50%;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-top: -29px;
  margin-bottom: -4px;
  margin-left: -48px;
  display: flex;
}

.image-5 {
  opacity: .56;
  width: 80%;
  max-width: none;
}

.div-block-17 {
  max-width: none;
}

.image-6 {
  max-width: 90%;
}

.image-7 {
  max-width: 90%;
  display: block;
}

.image-8 {
  width: auto;
  max-width: 600px;
  padding-left: 0;
}

.cell-3 {
  padding-top: 0;
}

.div-block-18 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 56px;
  padding-right: 66px;
  display: flex;
}

.image-9 {
  max-width: 500px;
}

.image-10 {
  max-width: 600px;
}

.hero-container {
  max-width: 1500px;
  margin-top: 140px;
  margin-bottom: 100px;
}

.image-11 {
  width: auto;
  max-width: 600px;
}

.grid-2 {
  background-color: var(--sectionbg);
}

.quick-stack-2 {
  background-color: var(--sectionbg);
  padding: 60px 60px 40px;
}

.quick-stack-2.process {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  opacity: .88;
  max-width: 1400px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 71px;
}

.cell-4 {
  display: flex;
}

.image-12 {
  opacity: .94;
  width: 80%;
  max-width: none;
}

.footersection {
  background-color: var(--sectionbg);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-height: none;
  display: flex;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-left: 45px;
  display: grid;
}

.div-block-19 {
  color: #e7dbdb;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-19.contact {
  z-index: 2;
  clear: none;
  border: 0px solid var(--brightblue);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: rgba(47, 59, 126, 0);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 800px;
  max-width: 1400px;
  max-height: none;
  margin-top: 83px;
  margin-bottom: 220px;
  margin-left: 0;
  padding: 10px 40px;
  display: flex;
  position: relative;
  top: 0;
}

.heading-7 {
  position: static;
}

.heading-7.footer {
  color: var(--dd);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 66px;
  font-weight: 400;
  line-height: 65px;
}

.div-block-20 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 0;
  max-height: none;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.link {
  color: var(--dd);
  font-family: Raleway, sans-serif;
  text-decoration: none;
}

.viewbutton {
  max-width: none;
}

.project-image, .cell-5 {
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 60px;
}

.bold-text-5 {
  margin-bottom: -21px;
  font-weight: 800;
}

.section-3-copy {
  background-color: var(--sectionbg);
  min-height: 0;
}

.section-3-copy.topborder {
  border-top: 5px solid var(--brightblue);
  background-color: var(--sectionbg);
  min-height: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

.section-3-copy.product {
  display: block;
}

.heroproject {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: block;
}

.image-13 {
  min-width: 600px;
  max-width: none;
}

.image-14 {
  width: 100%;
  max-width: none;
  margin-top: 104px;
}

.quick-stack-6 {
  width: 100%;
  max-width: 1200px;
  margin-top: 158px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell-6 {
  justify-content: flex-start;
  align-items: flex-start;
}

.foot {
  background-color: #171a2c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.quick-stack-7 {
  max-width: 1100px;
  padding-left: 0;
  padding-right: 0;
}

.spline-scene-3 {
  max-width: 750px;
  max-height: 350px;
  overflow: hidden;
}

.cell-9 {
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-10 {
  padding-left: 16px;
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .image-3 {
    max-width: 20px;
  }

  .div-block-12 {
    margin-top: -245px;
    padding-left: 123px;
  }

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

  .div-block-15 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .spline-scene {
    object-fit: scale-down;
    margin-left: 20px;
    margin-right: 0;
    overflow: auto;
  }

  .spline-scene.footer {
    aspect-ratio: 1;
    max-width: 1px;
    margin-top: 0;
    margin-left: 0;
    overflow: hidden;
  }

  .spline-scene.top {
    width: 100%;
    max-width: none;
    margin-left: 0;
    overflow: hidden;
  }

  .heading {
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    min-width: 250px;
    margin-left: 47px;
    font-size: 80px;
    line-height: 90px;
    display: flex;
  }

  .heading.h3 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    min-width: 0;
    max-width: 90%;
    padding-left: 5px;
    font-size: 44px;
  }

  .h3listheader.listitem {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .plistdescription {
    display: none;
  }

  .plistdescription.shown {
    display: block;
  }

  .projects {
    margin-top: 10px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .projects.super-line {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-right: auto;
    padding: 67px 0 0;
  }

  .projects.hero {
    margin-top: -7px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 20px;
  }

  .div-block-2.logos {
    margin-bottom: 0;
    padding-top: 91px;
    padding-bottom: 0;
  }

  .spline-scene-2 {
    margin-top: -28px;
    margin-left: 0;
    left: 0;
  }

  .div-block-3.left {
    min-width: 0;
    max-width: none;
    margin-top: 0;
    display: block;
  }

  .bold-text-3 {
    max-width: none;
    padding-left: 0;
    font-size: 22px;
    line-height: 35px;
  }

  .project-header {
    margin-top: 22px;
  }

  .project-sub {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .project-sub.centered {
    font-size: 25px;
    line-height: 66px;
  }

  .lightbox-link {
    width: auto;
  }

  .div-block-9 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
    position: static;
  }

  .div-block-12 {
    object-fit: contain;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 0;
    max-width: none;
    margin-top: -496px;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    overflow: visible;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    justify-items: center;
    width: auto;
    max-width: none;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
    overflow: hidden;
  }

  .div-block-15 {
    opacity: .26;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    position: static;
    overflow: hidden;
  }

  .superline {
    max-width: 80%;
    margin-top: 0;
    margin-bottom: 74px;
    margin-left: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .superline.bottom {
    max-width: 90%;
    margin-top: 8px;
    margin-bottom: 74px;
    margin-left: 0;
  }

  .image-8 {
    max-width: 100%;
    max-height: none;
    display: block;
  }

  .cell-3 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .image-11 {
    max-width: 100%;
  }

  .quick-stack-2.process {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-12 {
    text-align: left;
  }

  .footersection {
    max-width: 100%;
  }

  .div-block-19.contact {
    opacity: 1;
    background-color: rgba(47, 59, 126, 0);
    min-width: 0%;
    max-width: 100%;
    margin: -10px 40px 9px;
    padding: 10px 10px 172px;
    display: block;
    top: 0;
  }

  .heading-7.footer {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    overflow: visible;
  }

  .div-block-20 {
    max-width: 100vw;
    min-height: 0;
    max-height: none;
    margin-top: 0;
    overflow: hidden;
  }

  .project-image, .cell-5 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-8 {
    position: static;
  }

  .heading-9 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .list-item-3 {
    padding-left: 20px;
  }

  .quick-stack-3, .quick-stack-4, .quick-stack-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .listcentered {
    text-align: center;
    max-width: 100%;
  }

  .column-7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-3-copy {
    overflow: visible;
  }

  .image-14 {
    width: 100%;
  }

  .quick-stack-6 {
    margin-top: 69px;
    margin-bottom: 0;
  }

  .foot {
    padding-bottom: 0;
  }

  .quick-stack-7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .spline-scene-3 {
    opacity: .28;
    margin-bottom: -196px;
    margin-left: -289px;
    margin-right: -196px;
  }

  .cell-7 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

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

  .cell-10 {
    padding-left: 1px;
    padding-right: 19px;
  }
}

#w-node-_8f7f285d-da32-66ec-3583-1259a4f10e49-6ccd06f7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d112fcd5-5d2e-cb33-8cbe-6d39bfe074ed-6ccd06f7 {
  grid-column: span 2 / span 2;
}

#w-node-df0bfd32-777c-45dc-6596-559eae7b89a5-6ccd06f7, #w-node-f9db29ad-acd4-9d2e-9c7a-887699300863-6ccd06f7, #w-node-e97115cd-ec86-966f-fea0-f1e7f4f09f40-6ccd06f7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_77cc0b8c-fca5-f20e-3d4c-1078cf51b162-6ccd06f7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-df0bfd32-777c-45dc-6596-559eae7b89a5-6ccd06f7, #w-node-f9db29ad-acd4-9d2e-9c7a-887699300863-6ccd06f7, #w-node-e97115cd-ec86-966f-fea0-f1e7f4f09f40-6ccd06f7, #w-node-_77cc0b8c-fca5-f20e-3d4c-1078cf51b162-6ccd06f7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


