:root {
  --white: white;
  --black: black;
}

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

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

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

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

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

.navbar-logo-left {
  z-index: 99;
  mix-blend-mode: normal;
  background-color: #ffffffe0;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #ffffff8f;
  width: 100%;
  max-width: 14990px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
}

.navbar-logo-left-container.shadow-three {
  background-color: #fff0;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.navbar-logo-left-container.shadow-three:hover {
  background-color: #fff0;
}

.container {
  align-items: baseline;
  width: 100%;
  max-width: 940px;
  margin-left: 389px;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.navbar-wrapper {
  border-bottom: 0 solid #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 1720px;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  max-width: 1020%;
  margin-bottom: 0;
  padding-left: 89px;
  display: flex;
  overflow: scroll;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  overflow-wrap: normal;
  object-fit: fill;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  overflow: visible;
}

.nav-link:hover {
  color: #1a1b1fbf;
  text-decoration: underline;
}

.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-link.w--current {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  position: relative;
}

.nav-link.w--current:hover {
  text-decoration: underline;
}

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

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.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: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #1a1b1f;
  border-radius: 100px;
  padding: 12px 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.div-block {
  width: auto;
  height: auto;
  padding: 330px 0;
}

.header-text {
  aspect-ratio: 16 / 9;
  color: #fff;
  text-align: center;
  object-fit: cover;
  padding: 251px 220px 200px;
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 130%;
}

.div-block-2 {
  padding-left: 220px;
  padding-right: 220px;
}

.div-block-3 {
  background-color: #ebebeb;
  padding: 47px 300px 60px;
}

.div-block-3.grey {
  background-color: #fff;
  padding-bottom: 5px;
}

.div-block-3.white {
  background-color: #fff;
  padding-bottom: 77px;
}

.small-card {
  background-color: #fff;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 1px 1px 11px #00000014;
}

.card-text {
  background-color: #fff;
  background-image: linear-gradient(#0000002b, #0000002b), url('../images/IMG_7890.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
  margin-left: 57px;
  margin-right: 57px;
  padding: 30px 0;
}

.card-text:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_7890.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.heading {
  color: #000;
  text-decoration: none;
}

.heading-2 {
  color: #fff0;
  margin-top: 105px;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.heading-2:hover {
  color: #fff;
}

.heading-2.white {
  text-align: left;
}

.body {
  aspect-ratio: auto;
  color: #000;
  text-align: left;
  letter-spacing: normal;
  text-indent: 1px;
  max-width: 1000px;
  margin-top: 17px;
  margin-left: auto;
  margin-right: 0;
  padding: 0 0 127px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.body.shrink {
  padding-left: 18px;
  padding-right: 76px;
  font-family: Inter, sans-serif;
}

.body.change {
  padding-bottom: 0;
}

.body.other {
  text-align: left;
  justify-content: center;
  align-self: auto;
  padding-bottom: 0;
  display: flex;
}

.body.immersive {
  padding-bottom: 0;
}

.contact-us {
  background-color: #ebebeb;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  padding: 0 30px 89px;
  position: relative;
}

.contact-us.black {
  background-color: #fff;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

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

.overview {
  color: #000;
  background-color: #ebebeb;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
}

.image {
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 20px;
  min-width: 100%;
  height: auto;
  margin-top: 0;
}

.grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding: 0 54px 110px;
}

.div-block-5 {
  padding: 40px 300px 53px;
}

.heading-1 {
  color: #000;
  text-align: center;
  align-self: center;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.heading-1.white {
  color: #fff;
  font-size: 32px;
}

.heading-1.left {
  margin-top: 7px;
  margin-bottom: 17px;
  margin-left: -149px;
  padding-bottom: 15px;
}

.heading-1.noblank {
  margin-bottom: -10px;
}

.heading-1.nasa {
  margin-top: 0;
  padding-top: 92px;
}

.grid-copy {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  padding-bottom: 0;
}

.container-3 {
  padding-bottom: 15px;
}

.div-block-5-copy {
  margin-bottom: -27px;
  padding: 0 300px 35px;
}

.div-block-5-copy.change {
  margin-top: 101px;
  padding-top: 0;
}

.about {
  color: #000;
  background-color: #ebebeb;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 101px;
  padding-bottom: 60px;
  font-family: Inter, sans-serif;
}

.div-block-6 {
  padding-top: 0;
  padding-bottom: 0;
}

.process-image {
  border-radius: 15px;
  display: block;
  box-shadow: 1px 1px 11px #00000014;
}

.div-block-7 {
  padding-bottom: 20px;
}

.div-block-7-copy {
  padding-bottom: 30px;
}

.div-block-8 {
  padding-top: 0;
}

.grid-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.project-demo {
  color: #000;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Inter, sans-serif;
}

.text-span {
  color: #fff;
}

.text-span-2 {
  color: #fff;
  border-radius: 0;
  margin-left: -100px;
  margin-right: auto;
  font-weight: 400;
}

.image-2 {
  border-radius: 15px;
  margin-left: 10px;
}

.section-copy-copy-copy {
  color: #000;
  background-color: #ebebeb;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Inter, sans-serif;
}

.grid-3 {
  grid-column-gap: 33px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.grid-4 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  margin-bottom: 30px;
}

.grid-5 {
  grid-column-gap: 18px;
  grid-row-gap: 34px;
  grid-template: "Area . . ." 1fr
                 "Area-2 Area-4 Area-5 Area-3"
                 / 1fr 1fr 1fr 1fr 1fr;
  margin-top: 37px;
  padding-bottom: 30px;
}

.image-3 {
  border-radius: 15px;
}

.image-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 15px;
  width: auto;
}

.image-5 {
  border-radius: 15px;
}

.text-span-3 {
  color: #fff;
  font-size: 18px;
}

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

.text-span-4 {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.text-block {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.body-copy {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.video {
  position: static;
}

.youtube {
  position: relative;
}

.div-block-7-copy-copy {
  padding-top: 0;
  padding-bottom: 0;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-4 {
  color: #fff;
}

.heading-1-copy {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-span-5 {
  color: #fff;
}

.our-approach {
  color: #000;
  background-color: #e9ecf0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Inter, sans-serif;
}

.hero {
  margin-top: 0;
}

.another-section {
  color: #000;
  background-color: #3d3a3a;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 44px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
}

.next-projects {
  color: #000;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Inter, sans-serif;
}

.roadmap {
  color: #000;
  background-color: #ebebeb;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Inter, sans-serif;
}

.meet-the-team {
  color: #000;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Inter, sans-serif;
}

.roadmap-div {
  padding-bottom: 10px;
}

.grid-7 {
  padding-top: 30px;
}

.process-image-copy {
  border-radius: 15px;
  box-shadow: 1px 1px 11px #00000014;
}

.card {
  border-radius: 15px;
}

.large-card {
  border-radius: 15px;
  margin-bottom: 30px;
  padding-top: 46px;
}

.image-6 {
  border-radius: 0;
  margin-top: -50px;
  margin-left: 18px;
}

.body-copyf {
  float: left;
  color: #000;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  display: inline-block;
}

.text-span-6 {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.text-span-6.white {
  color: #fff;
}

.div-block-11 {
  margin-bottom: 30px;
}

.background-video {
  float: none;
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 0;
  margin-top: 101px;
  margin-bottom: 101px;
  display: block;
  position: static;
}

.text-span-7 {
  color: #fff;
}

.div-block-12 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 150px;
  margin-bottom: 150px;
  padding-top: 68px;
  padding-bottom: 68px;
}

.text-span-copyf {
  color: #fff;
}

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

.white {
  text-align: center;
}

.image-7 {
  border-radius: 15px;
  margin-top: 20px;
}

.bold-text {
  overflow-wrap: normal;
  object-fit: fill;
  overflow: visible;
}

.image-8 {
  margin-left: 33px;
}

.image-9 {
  margin-left: auto;
  margin-right: auto;
}

.image-10 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
}

.image-11 {
  max-width: 120%;
  margin-top: -63px;
  margin-bottom: 0;
  margin-left: 130px;
}

.hero-heading-center {
  margin-top: 99px;
}

.hero-heading-center.character {
  background-color: #e4e4e4;
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/CH.png');
  background-position: 0 0, 0 3%;
  background-repeat: repeat, repeat-y;
  background-size: auto, auto 2500px;
  margin-top: -30px;
  padding-top: 89px;
  padding-bottom: 8px;
}

.hero-heading-center.character.behind {
  margin-top: 55px;
}

.hero-heading-center.extend {
  margin-top: 188px;
  padding-bottom: 0;
}

.characteristic {
  flex-direction: column;
  width: 120%;
  max-width: 1100px;
  margin-top: -13px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.characteristic.right {
  margin-top: 87px;
  margin-right: 250px;
  padding-bottom: 81px;
}

.characteristic.left {
  margin-left: 295px;
}

.characteristic.extend {
  margin-top: 50px;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: -24px;
  margin-right: 17px;
  font-size: 16px;
  font-weight: 400;
}

.margin-bottom-24px.move {
  margin-top: 44px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 10px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  margin-top: -13px;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-right.early {
  margin-top: -75px;
}

.team-slider {
  background-color: #e9ecf0;
  border-bottom: 1px solid #e4ebf3;
  padding: 79px 30px 80px;
  position: relative;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 64px;
}

.team-block {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 302.664px;
  height: 100%;
  max-height: 600px;
  padding-bottom: 24px;
}

.team-member-image-two {
  max-height: 45.8279%;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-name-two.other {
  margin-top: 35px;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.button, .button-2 {
  background-color: #666c72;
}

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

.text-block-2:hover {
  text-decoration: underline;
}

.div-block-14 {
  aspect-ratio: auto;
  opacity: 0;
  object-fit: fill;
  border-radius: 0;
  overflow: hidden;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-left: 158px;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two-2 {
  border-right: 0 solid #000;
  border-radius: 16px;
  margin-right: 0;
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block-15 {
  opacity: 0;
}

.grid-8 {
  grid-template-areas: "Area ."
                       ". Area-2";
}

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

.div-block-16 {
  margin-top: 52px;
}

.hero-heading-center-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 200%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-3.margin-bottom-32px {
  margin-top: -24px;
  margin-bottom: -60px;
}

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

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.gallery-scroll {
  background-color: #e9ecf0;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
  text-decoration: underline;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  float: none;
  clear: none;
  margin-top: 0;
  margin-bottom: 25px;
  display: inline-block;
}

.gallery-image-text {
  color: #4d4d4d;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.button-3 {
  background-color: #161616;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 116px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  border-radius: 14px;
  width: 400px;
  margin: 33px 0 0;
  padding-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
}

.team-member-image-two-2 {
  border-radius: 9px 9px 0 0;
  margin-top: 26px;
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  text-align: left;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}

.team-member-name-two-2.three-events {
  padding-left: 19px;
  padding-right: 19px;
}

.team-member-name-two-2.three-events.oneline {
  margin-top: 24px;
  margin-bottom: 29px;
}

.team-member-name-two-2.three-events.too-long {
  font-size: 20px;
}

.team-member-text-2 {
  text-align: left;
  margin-bottom: 0;
}

.team-member-text-2.three-events-text {
  margin-left: 0;
  padding-left: 20px;
  padding-right: 34px;
}

.team-member-text-2.three-events-text.table1 {
  padding-top: 0;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 55px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 82px;
  position: relative;
}

.hero-stack.stable {
  margin-top: 46px;
}

.hero-stack.extend {
  background-color: #e9ecf0;
  padding-top: 122px;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-top: -37px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.home--current-projects {
  background-color: #ebebeb;
  border-bottom: 1px solid #e4ebf3;
  padding: 24px 30px 101px;
  position: relative;
}

.container-7 {
  background-color: #fff0;
  width: 80%;
  margin-top: -22px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-3 {
  background-color: #0000;
  height: auto;
  margin-top: 31px;
}

.team-slide-wrapper-3 {
  width: 30%;
  margin-right: 5%;
}

.team-block-3 {
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 24px;
}

.team-member-image-two-3 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 18px;
}

.team-block-info-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-3 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-3 {
  margin-bottom: 20px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-3 {
  display: none;
}

.team-slider-nav-3 {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.text-block-3 {
  color: #000;
  text-align: center;
}

.button-4 {
  text-align: center;
  background-color: #070707;
  border-radius: 8px;
  margin-top: -6px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

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

.button-4.grey {
  border-radius: 8px;
}

.button-4.grey:hover {
  background-color: #818181;
}

.button-5 {
  background-color: #000;
  margin-left: 45px;
}

.button-6 {
  background-color: #000;
}

.navbar-logo-center {
  display: none;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

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

.nav-link-2 {
  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-2:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

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

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

.nav-link-accent-2 {
  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-2:hover {
  color: #1a1b1fbf;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.link {
  font-size: 15px;
}

.list-item {
  color: #000;
}

.heading-5 {
  text-align: center;
  margin-top: 44px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.video-2 {
  aspect-ratio: auto;
}

.grid-9 {
  justify-items: center;
  margin-top: -11px;
}

.grid-9.change {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 29px;
}

.team-slider-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-4 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-4 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-4 {
  width: 30%;
  margin-right: 5%;
}

.team-block-4 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-4 {
  margin-bottom: 18px;
}

.team-block-info-4 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-4 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-4 {
  margin-bottom: 20px;
}

.text-link-arrow-4 {
  color: #46474d;
  text-align: left;
  border: 0 solid #766a6acf;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: 236px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.events-moredetails {
  color: #7b7b7b;
  flex: 0 auto;
  align-self: center;
  margin-top: 7px;
  margin-left: 2px;
  display: none;
}

.team-slider-arrow-4 {
  display: none;
}

.team-slider-nav-4 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading-6 {
  color: #6a6565;
  text-align: center;
  margin-top: 0;
  margin-bottom: 42px;
  font-size: 18px;
  font-weight: 400;
}

.heading-7 {
  margin-bottom: 31px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.paragraph {
  text-align: right;
  align-self: center;
  margin-left: 156px;
}

.text-block-4 {
  color: #616265;
  display: none;
}

.image-13 {
  text-align: left;
  margin-top: -82px;
  margin-left: 326px;
  padding-top: 0;
  padding-bottom: 92px;
  display: block;
}

.container-10 {
  min-height: 30px;
  padding-bottom: 120px;
}

.grid-10 {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-17 {
  background-color: #fff;
  border-top-left-radius: 4px;
  padding-bottom: 0;
}

.div-block-17.increase {
  border-radius: 7px;
  padding-bottom: 3px;
}

.image-14 {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.hyper-link {
  color: #0c0c0c;
  text-decoration: underline;
}

.paragraph-2 {
  color: #9e9e9e;
  padding-left: 20px;
  padding-right: 34px;
}

.section {
  background-color: #0f0f0ff2;
  border: 1px solid #000;
  height: 300px;
  padding-top: 0;
}

.team-slider-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

.container-11 {
  width: 110%;
  max-width: 940px;
  margin-top: -73px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.centered-heading-6 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
}

.centered-subheading-5 {
  text-align: center;
  max-width: 650px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.team-slider-wrapper-5 {
  background-color: #0000;
  height: auto;
  margin-top: 29px;
  padding-bottom: 0;
}

.team-slide-wrapper-5 {
  width: 30%;
  margin-right: 5%;
}

.team-block-5 {
  background-color: #fff;
  border-radius: 13px;
  padding-bottom: 24px;
}

.team-member-image-two-5 {
  margin-bottom: 18px;
}

.team-block-info-5 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-5 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-5 {
  margin-bottom: 20px;
}

.text-link-arrow-5 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-5 {
  display: none;
}

.team-slider-nav-5 {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.grid-11 {
  grid-column-gap: 28px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  margin-left: 62px;
  margin-right: 62px;
}

.image-15 {
  border-radius: 10px;
}

.div-block-18 {
  margin-left: 20px;
}

.image-16 {
  border-radius: 10px;
}

.heading-8 {
  color: #000;
  margin-top: -5px;
  font-weight: 500;
}

.heading-9 {
  font-size: 24px;
}

.heading-9.immersive {
  margin-top: 2px;
}

.process-text {
  float: left;
  color: #fff0;
  margin: 0 66px 19px 60px;
  padding-top: 10px;
  padding-bottom: 81px;
  font-size: 18px;
  line-height: 140%;
}

.process-text:hover {
  color: #fff;
}

.process-text.row {
  margin-top: 15px;
  margin-left: 103px;
  margin-right: 103px;
}

.div-block-19 {
  color: #fff;
  margin-top: 113px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-19:hover {
  color: #fff;
}

.div-block-19.change {
  margin-left: 0;
}

.heading-10 {
  margin-top: 0;
  margin-left: 60px;
  margin-right: 60px;
}

.heading-10.textshadow {
  text-align: center;
  text-shadow: 2px 1px 1px #00000070;
  margin-top: 65px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.heading-10.textshadow.change {
  margin-top: 39px;
}

.div-block-20 {
  margin-top: 122px;
}

.image-17 {
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 20px;
}

.div-block-21 {
  color: #fff;
  background-image: url('../images/physical-archive.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.div-block-21:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/physical-archive.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.heading11 {
  margin-left: 60px;
  padding-top: 118px;
}

.heading11.textshadow {
  text-shadow: 2px 1px 1px #00000082;
  padding-top: 84px;
}

.div23 {
  color: var(--white);
  background-image: linear-gradient(#00000042, #00000042), url('../images/Screenshot-2023-09-18-at-8.15.56-PM.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.div23.rght {
  background-image: url('../images/Screenshot-2023-09-18-at-8.15.56-PM.png');
  background-position: 0 0;
  background-size: cover;
}

.div23.rght:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2023-09-18-at-8.15.56-PM.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 23px;
  margin-left: 27px;
  margin-right: 27px;
  font-size: 16px;
  font-weight: 700;
}

.text-span-8 {
  float: left;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-left: 23px;
  margin-right: auto;
  font-size: 16px;
}

.div-block-22 {
  padding-bottom: 54px;
}

.heading-11 {
  margin-top: 43px;
  padding-left: 18px;
  font-size: 32px;
}

.image-18 {
  border-radius: 10px;
  margin-top: -34px;
}

.image-19 {
  margin-bottom: 16px;
  margin-left: -8px;
}

.bold-text-2 {
  color: #000;
  font-weight: 600;
}

.bold-text-2.white {
  color: #fff;
  text-align: left;
}

.text-block-5 {
  text-align: center;
  font-size: 16px;
}

.text-block-6 {
  margin-left: 158px;
  margin-right: 158px;
}

.text-block-7 {
  padding-bottom: 39px;
}

.heading-12 {
  margin-bottom: 20px;
  font-weight: 500;
}

.container-12 {
  margin-top: 40px;
}

.section-2 {
  padding-top: 122px;
}

.body-2 {
  margin-top: 24px;
}

.image-20 {
  max-width: 195%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 5px;
}

.section-3 {
  background-color: #fff;
  background-image: url('../images/SENSORAMA.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 1800px;
  max-width: 1800px;
  height: 1050px;
}

.section-3.full {
  background-image: url('../images/4796.png');
  background-position: 50%;
  width: auto;
  max-width: none;
}

.section-3.full.sensorma {
  background-image: url('../images/1960_1.png'), url('../images/1960.png');
  background-position: 0 0, 50%;
  background-size: cover, cover;
}

.container-13 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

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

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link-3 {
  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-3:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

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

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

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

.nav-link-accent-3 {
  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-3:hover {
  color: #1a1b1fbf;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.list-item-2 {
  align-self: flex-end;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
  text-decoration: underline;
}

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

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

.nav-link-4.w--current:hover {
  text-decoration: underline;
}

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

.navbar-logo-left-3 {
  z-index: 99;
  mix-blend-mode: normal;
  background-color: #ffffffba;
  position: fixed;
  inset: 0% 0% auto;
}

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

.text-block-8:hover {
  text-decoration: underline;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #1a1b1f;
  border-radius: 100px;
  padding: 12px 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #4f708d;
}

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

.image-21 {
  margin-bottom: 6px;
}

.navbar-wrapper-3 {
  border-bottom: 0 #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 1300px;
  margin-left: auto;
  display: flex;
}

.paragraph-4 {
  color: #3330;
  -webkit-text-stroke-color: #0000;
}

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

.nav-link-5:hover {
  color: #1a1b1fbf;
  text-decoration: underline;
}

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

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

.nav-link-5.w--current:hover {
  text-decoration: underline;
}

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

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

.text-block-9:hover {
  text-decoration: underline;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #1a1b1f;
  border-radius: 100px;
  padding: 12px 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #517da3;
}

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

.navbar-logo-left-4 {
  z-index: 99;
  mix-blend-mode: normal;
  background-color: #fff;
  padding-top: 9px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.image-22 {
  margin-bottom: 6px;
}

.navbar-wrapper-4 {
  border-bottom: 15px solid #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-7 {
  text-align: center;
  background-color: #cf951e;
  border-radius: 14px;
  margin-top: 563px;
  margin-left: 252px;
  padding: 22px 52px 10px 40px;
  font-size: 30px;
  line-height: 25px;
}

.button-7:hover {
  background-color: #f1b51a;
}

.button-7.head-mount {
  background-color: #818299;
  margin-left: 287px;
}

.button-7.head-mount:hover {
  background-color: #868ab6;
}

.button-7.yellow {
  margin-left: 224px;
}

.text-span-9 {
  text-align: center;
  font-size: 20px;
}

.heading-13 {
  color: #aa3637;
  font-family: Bitter, serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
}

.heading-13.right {
  color: #6174a3;
  text-align: right;
}

.heading-13.right.yellow {
  color: #dfae37;
}

.heading-13.green {
  color: #72893a;
}

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

.paragraph-6 {
  font-size: 18px;
  font-weight: 700;
}

.heading-14 {
  text-align: center;
}

.paragraph-7 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.youtube-2 {
  margin-top: -89px;
}

.paragraph-8 {
  color: #505050;
  margin-top: 17px;
  font-size: 18px;
}

.paragraph-8.right {
  text-align: right;
}

.grid-12 {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .3fr;
}

.grid-12.right {
  grid-template-columns: .3fr 1fr 1fr;
}

.image-23 {
  margin-left: 36px;
}

.image-24 {
  margin-left: -28px;
}

.button-8 {
  float: none;
  text-align: center;
  background-color: #517da3;
  border-radius: 10px;
  order: 1;
  align-self: center;
  margin: 19px auto 39px 269px;
  padding: 13px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: inline-block;
  position: static;
}

.button-8:hover {
  background-color: #5190d3;
}

.button-8.mont-display {
  background-color: #818299;
  margin-top: 43px;
  margin-bottom: -76px;
  margin-left: 663px;
}

.button-8.mont-display:hover {
  background-color: #868ab6;
}

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

.image-25 {
  margin-left: -28px;
}

.text-span-10 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.trailer {
  margin-top: 70px;
  margin-bottom: 70px;
  padding-bottom: 0;
}

.video-3 {
  aspect-ratio: auto;
  width: auto;
  height: auto;
  margin-top: 25px;
  margin-left: auto;
}

.text-block-10 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block-23 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.video-4 {
  clear: none;
  aspect-ratio: auto;
  object-fit: cover;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: 33px auto 0;
  display: block;
  overflow: visible;
}

.div-block-24 {
  width: 800px;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-link {
  color: #141313;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #6e6e6f;
}

.dropdown-link.w--current {
  color: #1d1d1d;
}

.dropdown-link.w--current:hover {
  color: #fff;
  background-color: #6e6e6f;
}

.text-span-11 {
  font-weight: 700;
}

.image-26 {
  object-fit: cover;
  object-position: 110% 50%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
}

.text-span-12 {
  font-size: 22px;
}

.container-15 {
  width: 200%;
  max-width: 1600px;
  margin-left: 0;
  margin-right: 0;
}

.text-span-13 {
  font-size: 20px;
}

.heading-15 {
  color: #292929;
  margin-top: -17px;
  font-size: 20px;
  text-decoration: none;
  overflow: visible;
}

.text-span-14 {
  font-weight: 400;
}

.text-span-14:hover {
  color: #464646;
  text-decoration: underline;
}

.link-block {
  text-decoration: none;
}

.text-span-15 {
  font-style: italic;
  font-weight: 400;
}

.paragraph-9 {
  margin-top: 44px;
}

.get-information {
  clear: none;
  text-align: left;
  word-break: break-all;
  width: 579.5px;
  max-width: 579.5px;
  margin-top: 49px;
  margin-bottom: 76px;
  font-size: 16px;
}

.text-span-16 {
  font-size: 18px;
  text-decoration: underline;
}

.link-block-2 {
  color: #000;
  margin-top: 17px;
}

.link-block-2:hover {
  color: #464dcf;
}

.link-block-2.immersive {
  margin-top: -25px;
}

.recent-events {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 77px;
  padding: 45px 30px 80px;
  position: relative;
}

.container-16 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-7 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-6 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-6 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-6 {
  width: 30%;
  margin-right: 27%;
}

.team-block-6 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-6 {
  margin-bottom: 18px;
}

.team-block-info-6 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-6 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-6 {
  margin-bottom: 20px;
}

.text-link-arrow-6 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-5 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-6 {
  display: none;
}

.team-slider-nav-6 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.container-17 {
  margin-top: 140px;
}

.link-2 {
  color: #000;
  width: 230.047px;
}

.link-2:hover {
  color: #464dcf;
}

.hero_heading {
  text-align: center;
  letter-spacing: .01em;
  text-transform: uppercase;
  justify-content: center;
  width: 100%;
  font-size: 20vh;
  line-height: 1;
  display: flex;
}

.hero_heading.heading-2 {
  text-align: center;
  font-weight: 300;
}

.hero_heading.heading-1 {
  text-align: center;
  text-shadow: 0 0 4em #00000040;
  font-weight: 900;
}

.hero_heading.heading-4 {
  text-align: center;
  font-weight: 300;
}

.hero_heading.heading-3 {
  text-align: center;
  font-weight: 400;
}

.hero_heading-inner {
  width: 100%;
  display: flex;
}

.img-reveal_wrap {
  position: relative;
  overflow: hidden;
}

.img-reveal_wrap.hero_img-wrap {
  z-index: 3;
  perspective: none;
  width: 40%;
  min-width: 30em;
  height: 80vh;
  transform: translate(0)perspective(200px);
}

.hero_inner {
  z-index: 3;
  perspective: 200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  transform: translate(0);
}

.hero_heading-wrap {
  z-index: 5;
  mix-blend-mode: overlay;
  transform-style: preserve-3d;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: perspective(200px);
}

.text-block-11 {
  margin-top: 56px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13vh;
}

.img-reveal_block {
  z-index: 2;
  transform-origin: 50% 0;
  position: absolute;
  inset: -5%;
  transform: translate(0, -100%);
}

.img-reveal_block.dark {
  z-index: 2;
  background-color: #141414;
}

.text-block-12 {
  font-size: 12vh;
}

.hero_heading-all {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.text-block-13 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 10vh;
}

.hero_heading-track.heading-4 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.img-reveal_img {
  z-index: 1;
  object-fit: cover;
  flex: none;
  width: 25vh;
  height: 25vh;
  position: relative;
}

.img-reveal_img.hero_image {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
}

.section-4 {
  background-color: #000;
}

.parallax_components {
  position: relative;
}

.parallax_layer {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.parallax_layer.is_bg {
  position: static;
}

.paragraph-10 {
  margin-top: 166px;
}

.section_placeholder {
  background-color: #e9ecf0;
  height: 100vh;
  position: relative;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-18 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-8 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-7 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.flow-grid {
  grid-column-gap: 0em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-items: stretch;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.ticker_group {
  flex: none;
  display: flex;
}

.project_item {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.project_item.tmm {
  z-index: 1;
  margin-right: -4rem;
  position: relative;
}

.project_item.mwa {
  z-index: 1;
  position: relative;
}

.project_item.vsds {
  z-index: 3;
  margin-left: -4rem;
  position: relative;
}

.project_item.bkz, .project_item.ej, .project_item.pli {
  z-index: 3;
  position: relative;
}

.project_item.bbq {
  z-index: 1;
  position: relative;
}

.section-5 {
  z-index: 1;
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
}

.section-5.projects {
  padding-top: 0;
}

.section-5.light {
  color: #0b0b0b;
  background-color: #fff;
  overflow: hidden;
}

.section_heading {
  font-size: 6em;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.section_heading.ticker-text {
  flex: none;
}

.ticker_track {
  z-index: 1;
  display: flex;
  position: relative;
}

.ticker {
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  text-decoration: none;
  overflow: hidden;
}

.ticker.forwards.projects {
  z-index: 2;
  text-transform: uppercase;
  border-left-color: #1d1d1d;
  border-right-color: #1d1d1d;
  margin-top: 6em;
  font-size: 2vh;
  font-weight: 900;
  position: sticky;
  top: 6em;
}

.container-19 {
  flex-direction: column;
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.container-19.works {
  position: static;
}

.container-19.small {
  padding-left: 8rem;
  padding-right: 8rem;
}

.works-item {
  width: auto;
  height: auto;
}

.section_content {
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
  position: relative;
}

.serif {
  font-weight: 400;
}

.service {
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
  position: relative;
}

.services_collection {
  margin-top: 10em;
}

.services_list {
  grid-column-gap: 7em;
  grid-row-gap: 14em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-stack-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-3 {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-5 {
  text-align: left;
  margin-bottom: 24px;
  padding-right: 20px;
}

.button-primary-10 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 11px;
  width: 241.352px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  line-height: 20px;
  transition: all .2s;
  display: block;
  position: static;
}

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

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

.button-primary-10.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.hero-image-3 {
  width: 100%;
  margin-top: 50px;
}

.hero-heading-center-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
  top: 68px;
}

.centered-heading-9 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-9.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-4 {
  background-color: #fff;
  border-radius: 17px;
  justify-content: space-between;
  align-items: center;
  padding-left: 42px;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  padding-right: 37px;
  display: flex;
}

.shadow-two-4 {
  border-radius: 0;
  padding: 8px 30px 8px 35px;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-left, .hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.text-link-arrow-7 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-6 {
  margin-left: 2px;
  display: flex;
}

.hero-heading-right-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.image-27 {
  aspect-ratio: auto;
  text-align: center;
  position: static;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading-8 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

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

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-16 {
  text-align: center;
}

.team-slider-6 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-slider-wrapper-7 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-7 {
  width: 30%;
  margin-right: 5%;
}

.team-block-7 {
  background-color: #fff;
  border-radius: 9px;
  padding-bottom: 24px;
}

.team-member-image-two-7 {
  margin-bottom: 18px;
}

.team-block-info-7 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-7 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-7 {
  margin-bottom: 20px;
}

.team-slider-arrow-7 {
  display: none;
}

.team-slider-nav-7 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.button-9 {
  text-align: center;
  background-color: #020202;
  border-radius: 13px;
  margin-left: 52px;
}

.margin-bottom-24px-6 {
  margin-top: 26px;
  margin-bottom: 24px;
  margin-left: -7px;
  padding-top: 0;
  padding-left: 0;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 600px;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 34px;
  grid-template-rows: 242px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-image-2.shadow-two {
  box-sizing: border-box;
  object-fit: cover;
  overflow: hidden;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

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

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright-2 {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.button-10 {
  background-color: #0f0f0f;
  border-radius: 11px;
}

.button-primary-11 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #1a1b1f;
  border-radius: 11px;
  margin-bottom: 28px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-12 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #1a1b1f;
  border-radius: 8px;
  margin-left: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.gallery-scroll-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-sticky-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link-2 {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link-2:hover {
  color: #1a1b1fcc;
}

.gallery-link-2.w--current {
  font-weight: 600;
}

.gallery-image-wrapper-2 {
  position: relative;
}

.gallery-image-text-2 {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.dropdown-link-2 {
  font-size: 13px;
}

.div-block-26 {
  margin-bottom: 30px;
}

.text-block-14 {
  padding-bottom: 39px;
}

.grid-13 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  margin-bottom: 30px;
}

.div-block-27 {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-heading-center-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
  top: 68px;
}

.div-block-28 {
  padding-top: 0;
}

.grid-14 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.heading-17 {
  margin-bottom: 20px;
  font-weight: 500;
}

.container-21 {
  margin-top: 40px;
}

.gallery-overview-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-22 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 41px;
  padding-bottom: 41px;
  padding-right: 43px;
  display: grid;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 22px;
  display: flex;
}

.gallery-features-block-2 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-13 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.gallery-grid-3 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-3 {
  width: 100%;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-size: 17px;
}

.image-28 {
  margin-right: 0;
  padding-bottom: 26px;
  padding-right: 35px;
}

.column {
  aspect-ratio: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.columns {
  width: 969px;
  margin-left: auto;
  margin-right: auto;
}

.features-list-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-23 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 45px;
  display: flex;
}

.features-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph-2 {
  margin-bottom: 24px;
  margin-left: 25px;
}

.text-link-arrow-8 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-7 {
  margin-left: 2px;
  display: flex;
}

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.heading-18, .image-29 {
  margin-left: 25px;
}

.image-30, .image-31 {
  border-radius: 15px;
}

.hero-heading-center-6 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-10 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-10.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-5 {
  background-color: #fff;
  border-radius: 19px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-7 {
  margin-bottom: 24px;
  padding-right: 26px;
}

.button-primary-14 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-14.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.shadow-two-5 {
  padding-left: 31px;
  box-shadow: 0 4px 24px #96a3b514;
}

.team-slider-7 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 15px;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading-9 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-8 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-8 {
  width: 30%;
  margin-right: 5%;
}

.team-block-8 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-8 {
  margin-bottom: 18px;
}

.team-block-info-8 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-8 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-8 {
  margin-bottom: 20px;
}

.team-slider-arrow-8 {
  display: none;
}

.team-slider-nav-8 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-heading-right-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.button-11 {
  background-color: #000;
  border-radius: 8px;
  margin-bottom: 29px;
  margin-right: 36px;
}

.footer-subscribe-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two-2 {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input-2 {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input-2::placeholder {
  color: #1a1b1fcc;
}

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

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

.footer-link-three-2 {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three-2:hover {
  color: #1a1b1fbf;
}

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

.footer-social-link-three-2 {
  margin-left: 32px;
}

.footer-divider-two-3 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright-3 {
  color: #3a4554;
}

.footer-legal-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.image-32 {
  margin-left: 37px;
}

.hero-stack-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-24 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-8 {
  margin-bottom: 24px;
}

.button-primary-15 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-image-4 {
  width: 100%;
  margin-top: 50px;
}

.hero-image-4.shadow-two {
  border-radius: 17px;
  width: 40%;
}

.hero-without-image-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.image-33 {
  border-radius: 13px;
  max-width: 50%;
}

.heading-26 {
  padding-left: 17px;
}

.button-12 {
  background-color: #000;
  border-radius: 13px;
  margin-bottom: 28px;
}

.button-13 {
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  margin-bottom: 30px;
}

.button-14 {
  background-color: #000;
  border-radius: 8px;
  margin-bottom: 22px;
}

.team-slider-8 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-25 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-11 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-10 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-9 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-9 {
  width: 30%;
  margin-right: 5%;
}

.team-block-9 {
  background-color: #fff;
  border-radius: 16px;
  padding-bottom: 24px;
}

.team-member-image-two-9 {
  box-sizing: border-box;
  aspect-ratio: 1;
  vertical-align: baseline;
  object-fit: fill;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  overflow: hidden;
}

.team-block-info-9 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-9 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.team-member-text-9 {
  margin-bottom: 20px;
}

.text-link-arrow-9 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-8 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-9 {
  display: none;
}

.team-slider-nav-9 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-without-image-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-26 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-5 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-9 {
  margin-bottom: 24px;
}

.button-primary-16 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.team-slider-10 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-27 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-12 {
  text-align: center;
  margin-top: -101px;
  margin-bottom: 16px;
}

.centered-heading-12.margin-bottom-32px {
  margin-bottom: 32px;
}

.centered-subheading-11 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-10 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-10 {
  width: 30%;
  margin-right: 5%;
}

.team-block-10 {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #fff;
  border-radius: 17px;
  padding-bottom: 24px;
  overflow: visible;
}

.team-member-image-two-10 {
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-block-info-10 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-10 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.team-member-text-10 {
  margin-bottom: 20px;
}

.text-link-arrow-10 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 52px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-9 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-10 {
  display: none;
}

.team-slider-nav-10 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-heading-center-7 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-split-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-17 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two-6 {
  box-shadow: 0 4px 24px #96a3b514;
}

@media screen and (min-width: 1440px) {
  .button-primary-10 {
    margin-left: 43px;
  }

  .hero-wrapper-4 {
    padding-bottom: 25px;
    padding-right: 26px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .button-primary-11 {
    margin-left: 42px;
  }

  .hero-wrapper-5 {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
  }

  .margin-bottom-24px-7 {
    padding-right: 0;
  }

  .heading-19, .heading-20, .heading-21, .heading-22, .heading-23, .heading-24 {
    font-size: 20px;
  }

  .heading-25 {
    font-size: 18px;
  }

  .text-block-15 {
    font-size: 20px;
  }

  .text-block-16 {
    letter-spacing: normal;
    word-break: normal;
    flex: 0 auto;
    font-size: 24px;
  }

  .button-11 {
    background-color: #1d2022;
    width: auto;
    height: auto;
    margin-top: 37px;
  }
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

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

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

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

  .menu-button {
    padding: 12px;
    transform: translate(0);
  }

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

  .header-text {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 40px;
  }

  .div-block-3 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .small-card {
    margin-bottom: 30px;
  }

  .contact-us {
    padding-left: 140px;
    padding-right: 140px;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .grid {
    grid-auto-flow: row;
    align-content: stretch;
    align-items: stretch;
    display: block;
  }

  .div-block-5 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .grid-copy {
    display: block;
  }

  .div-block-5-copy {
    padding-left: 140px;
    padding-right: 140px;
  }

  .div-block-6 {
    padding-bottom: 0;
  }

  .process-image {
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .grid-2 {
    padding-bottom: 30px;
    display: block;
  }

  .grid-3, .grid-4 {
    display: block;
  }

  .heading-1-copy, .text-span-5 {
    font-size: 30px;
  }

  .grid-7 {
    display: block;
  }

  .process-image-copy {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .icon {
    color: #000;
    transform: rotate(0);
  }

  .card, .large-card {
    margin-bottom: 30px;
  }

  .characteristic {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

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

  .team-slide-wrapper-3 {
    width: 47%;
    margin-right: 6%;
  }

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button-2 {
    padding: 12px;
  }

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

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

  .team-slide-wrapper-4 {
    width: 47%;
    margin-right: 6%;
  }

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

  .team-slide-wrapper-5 {
    width: 47%;
    margin-right: 6%;
  }

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

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    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 #0000000d;
  }

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

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

  .menu-button-3 {
    padding: 12px;
  }

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

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

  .nav-menu-two-3 {
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .menu-button-4 {
    padding: 12px;
    transform: translate(0);
  }

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

  .nav-link-5 {
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .nav-link-5.w--current {
    display: inline-flex;
  }

  .nav-menu-two-4 {
    background-color: #fff;
    border-radius: 0;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .menu-button-5 {
    padding: 12px;
    transform: translate(0);
  }

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

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

  .team-slide-wrapper-6 {
    width: 47%;
    margin-right: 6%;
  }

  .hero_heading {
    font-size: 17vh;
  }

  .img-reveal_wrap.hero_img-wrap {
    width: 100%;
    min-width: 0;
  }

  .hero_heading-wrap {
    justify-content: center;
    width: 100%;
  }

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

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .flow-grid {
    grid-column-gap: 0em;
    grid-row-gap: 2.5em;
  }

  .project_item.tmm {
    margin-right: 0;
  }

  .project_item.vsds {
    margin-left: 0;
  }

  .container-19 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container-19.small {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .service {
    grid-template-columns: 1fr .75fr;
  }

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

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .team-slide-wrapper-7 {
    width: 47%;
    margin-right: 6%;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

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

  .gallery-sticky-2 {
    position: relative;
    top: 0;
  }

  .grid-13 {
    display: block;
  }

  .div-block-27 {
    padding-bottom: 0;
  }

  .grid-14 {
    padding-bottom: 30px;
    display: block;
  }

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

  .gallery-wrapper-3 {
    grid-template-columns: 1fr 1fr;
  }

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

  .features-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper-8 {
    width: 47%;
    margin-right: 6%;
  }

  .footer-form-two-2 {
    padding: 40px;
  }

  .footer-form-title-2 {
    margin-right: 15px;
  }

  .footer-form-input-2 {
    width: 400px;
    padding-right: 180px;
  }

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

  .footer-social-block-three-2 {
    margin-top: 40px;
  }

  .container-24, .container-25 {
    max-width: 728px;
  }

  .team-slide-wrapper-9 {
    width: 47%;
    margin-right: 6%;
  }

  .container-26, .container-27 {
    max-width: 728px;
  }

  .team-slide-wrapper-10 {
    width: 47%;
    margin-right: 6%;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

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

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

  .nav-menu-two {
    border-radius: 0;
    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 #0000000d;
  }

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

  .header-text {
    text-align: left;
    width: auto;
    max-width: 568px;
    font-size: 30px;
  }

  .div-block-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .body {
    font-size: 16px;
  }

  .contact-us {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

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

  .footer-social-link {
    margin-left: 20px;
  }

  .div-block-5 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-1 {
    font-size: 30px;
  }

  .div-block-5-copy {
    padding-left: 60px;
    padding-right: 100px;
  }

  .grid-6 {
    grid-template-columns: .5fr 1fr;
  }

  .heading-1-copy, .text-span-5 {
    font-size: 24px;
  }

  .body-copyf {
    font-size: 16px;
  }

  .hero-heading-center, .hero-heading-right, .team-slider, .hero-heading-center-2, .hero-heading-center-3, .gallery-scroll, .team-slider-2, .hero-stack, .home--current-projects {
    padding: 60px 15px;
  }

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

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

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

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

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

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

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

  .team-slider-4, .team-slider-5 {
    padding: 60px 15px;
  }

  .image-15 {
    max-width: 133px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

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

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

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

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

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

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

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

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

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

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

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

  .recent-events {
    padding: 60px 15px;
  }

  .hero_heading {
    font-size: 22vw;
  }

  .img-reveal_wrap.hero_img-wrap {
    height: 80vh;
  }

  .hero-stack-2, .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .section_heading {
    font-size: 4em;
  }

  .container-19.small {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .services_list {
    grid-row-gap: 10em;
  }

  .hero-stack-3, .hero-heading-center-4, .hero-heading-left, .hero-subscribe-right, .hero-heading-right-2, .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-without-image, .team-slider-6, .features-list, .gallery-overview {
    padding: 60px 15px;
  }

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

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

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

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

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

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

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

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

  .gallery-scroll-2, .hero-heading-center-5, .gallery-overview-2, .features-list-2, .hero-heading-center-6, .team-slider-7, .hero-heading-right-3 {
    padding: 60px 15px;
  }

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

  .footer-form-container-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-block-two-2 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input-2 {
    width: 100%;
  }

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

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

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

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

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

  .footer-legal-block-2 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-stack-4, .hero-without-image-2, .team-slider-8, .hero-without-image-3, .team-slider-10, .hero-heading-center-7 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    width: auto;
    max-width: 479px;
  }

  .container {
    max-width: none;
  }

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

  .div-block {
    background-size: 1080px;
  }

  .header-text {
    text-align: left;
    width: 300px;
    padding-left: 40px;
    padding-right: 0;
    font-size: 30px;
    font-weight: 500;
  }

  .div-block-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-text {
    aspect-ratio: auto;
    background-image: linear-gradient(#00000069, #00000069), url('../images/IMG_7890.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    width: auto;
    margin-top: -84px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-2 {
    margin-top: 61px;
    font-size: 20px;
    line-height: 130%;
  }

  .body {
    margin-left: 0;
    padding-bottom: 68px;
    font-size: 14px;
  }

  .body.shrink {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .body.immersive {
    width: auto;
    max-width: 579.5px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-us {
    max-width: 479px;
    margin-bottom: 70px;
    padding: 26px 40px 75px;
  }

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

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

  .footer-block-two {
    margin-top: 40px;
  }

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

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

  .overview {
    max-width: 479px;
    padding-top: 21px;
    padding-bottom: 0;
  }

  .grid {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5 {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-1 {
    font-size: 20px;
    line-height: 130%;
  }

  .div-block-5-copy {
    margin-left: auto;
    margin-right: auto;
    padding-right: 60px;
  }

  .about {
    max-width: 479px;
  }

  .text-span-2 {
    margin-left: auto;
    font-size: 14px;
  }

  .grid-5 {
    display: block;
  }

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

  .image-4 {
    width: auto;
    max-width: 200px;
    margin-top: 31px;
  }

  .image-5 {
    max-width: 200px;
    margin-top: 20px;
  }

  .grid-6 {
    display: block;
  }

  .heading-1-copy {
    clear: none;
    font-size: 24px;
  }

  .text-span-5 {
    font-size: 24px;
  }

  .hero {
    width: 320px;
  }

  .meet-the-team {
    max-width: none;
  }

  .div-block-9, .div-block-10 {
    margin-bottom: 30px;
  }

  .large-card {
    width: auto;
    padding-top: 0;
  }

  .image-6 {
    margin-left: 1px;
  }

  .body-copyf {
    font-size: 16px;
  }

  .background-video {
    width: 100%;
    max-width: 479px;
  }

  .image-8 {
    margin-left: 1px;
  }

  .image-11 {
    margin-left: -7px;
  }

  .characteristic {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .home--current-projects {
    padding-top: 20px;
  }

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

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-3 {
    width: 100%;
    margin-right: 0%;
  }

  .team-slider-arrow-3 {
    display: none;
  }

  .team-slider-nav-3 {
    display: block;
  }

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

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

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

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-4 {
    width: 100%;
    margin-right: 0%;
  }

  .image-13 {
    margin-top: -58px;
    margin-left: 0;
  }

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

  .centered-heading-6 {
    margin-bottom: 24px;
  }

  .centered-subheading-5 {
    text-align: center;
    font-size: 14px;
  }

  .team-slide-wrapper-5 {
    width: 100%;
    margin-right: 0%;
  }

  .grid-11 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .image-15 {
    max-width: 250px;
    margin-top: -47px;
  }

  .div-block-18 {
    margin-left: 0;
  }

  .image-16 {
    max-width: 250px;
    margin-top: -30px;
    padding-bottom: 50px;
  }

  .heading-8 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-9 {
    font-size: 18px;
    line-height: 20px;
  }

  .process-text {
    color: #fff;
    margin-bottom: 39px;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 150%;
  }

  .process-text.row {
    margin-top: 0;
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-19.change {
    aspect-ratio: auto;
    object-fit: fill;
    width: auto;
    margin-top: 0;
    padding-right: 0;
  }

  .heading-10.textshadow.change {
    margin-top: 0;
    font-size: 22px;
    line-height: 35px;
  }

  .heading-10.textshadow.change.process1 {
    margin-top: 31px;
  }

  .div-block-21 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/physical-archive.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    width: auto;
  }

  .heading11.textshadow {
    text-align: center;
    margin-top: 31px;
    margin-left: auto;
    padding-top: 0;
    font-size: 22px;
    line-height: 35px;
  }

  .div23.rght {
    background-image: url('../images/Screenshot-2023-09-18-at-8.15.56-PM.png');
    background-size: cover;
    width: auto;
  }

  .text-span-8 {
    text-align: center;
    margin-left: auto;
    padding-left: 27px;
    padding-right: 27px;
    font-size: 14px;
  }

  .heading-11 {
    margin-top: -34px;
    padding-left: 0;
  }

  .flex-block {
    width: 100%;
  }

  .body-2 {
    max-width: 479px;
    height: auto;
  }

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

  .nav-menu-two-2, .nav-menu-two-3, .nav-menu-two-4 {
    flex-direction: column;
  }

  .navbar-logo-left-4 {
    max-width: 479px;
  }

  .text-span-10 {
    font-size: 14px;
  }

  .video-3 {
    width: 100%;
    max-width: 120%;
  }

  .div-block-25 {
    margin-top: 50px;
  }

  .get-information {
    text-align: left;
    font-size: 15px;
  }

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

  .centered-heading-7 {
    margin-bottom: 24px;
    font-size: 26px;
  }

  .team-slide-wrapper-6 {
    width: 100%;
    margin-right: 0%;
  }

  .hero_heading {
    font-size: 13vw;
  }

  .img-reveal_wrap.hero_img-wrap {
    height: 60vh;
  }

  .hero_heading-wrap {
    transform: translate3d(0, 0, 100px)scale(.9)perspective(2000px);
  }

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

  .centered-heading-8 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .flow-grid {
    grid-column-gap: 0em;
    grid-row-gap: 5em;
  }

  .section_heading {
    font-size: 3.5em;
    line-height: 1;
    display: block;
  }

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

  .button-primary-10.footer-form-button {
    position: relative;
    right: 0;
  }

  .centered-heading-9 {
    margin-bottom: 24px;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-slide-wrapper-7 {
    width: 100%;
    margin-right: 0%;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

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

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

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

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

  .gallery-wrapper-3 {
    grid-template-columns: 1fr;
  }

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

  .features-right-2 {
    margin-bottom: -30px;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

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

  .centered-heading-10 {
    margin-bottom: 24px;
  }

  .button-primary-14.footer-form-button {
    position: relative;
    right: 0;
  }

  .team-slide-wrapper-8 {
    width: 100%;
    margin-right: 0%;
  }

  .footer-form-two-2 {
    padding: 20px;
  }

  .footer-form-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input-2 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

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

  .container-24, .container-25 {
    max-width: none;
  }

  .centered-heading-11 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-9 {
    width: 100%;
    margin-right: 0%;
  }

  .container-26, .container-27 {
    max-width: none;
  }

  .centered-heading-12 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-10 {
    width: 100%;
    margin-right: 0%;
  }
}

#w-node-b703b4d8-2763-a209-d5f7-a5e511f1e06f-e97383d6, #w-node-b703b4d8-2763-a209-d5f7-a5e511f1e07a-e97383d6, #w-node-b703b4d8-2763-a209-d5f7-a5e511f1e084-e97383d6, #w-node-b703b4d8-2763-a209-d5f7-a5e511f1e08e-e97383d6, #w-node-b703b4d8-2763-a209-d5f7-a5e511f1e098-e97383d6, #w-node-b703b4d8-2763-a209-d5f7-a5e511f1e0a2-e97383d6, #w-node-_83212384-2e7e-d4ff-f8cb-b44cb778461d-ba4ab4a1, #w-node-_83212384-2e7e-d4ff-f8cb-b44cb778462f-ba4ab4a1, #w-node-_83212384-2e7e-d4ff-f8cb-b44cb7784630-ba4ab4a1, #w-node-_83212384-2e7e-d4ff-f8cb-b44cb7784631-ba4ab4a1, #w-node-_83212384-2e7e-d4ff-f8cb-b44cb7784632-ba4ab4a1, #w-node-_83212384-2e7e-d4ff-f8cb-b44cb7784633-ba4ab4a1, #w-node-_83212384-2e7e-d4ff-f8cb-b44cb7784634-ba4ab4a1, #w-node-_83212384-2e7e-d4ff-f8cb-b44cb7784635-ba4ab4a1, #w-node-_83212384-2e7e-d4ff-f8cb-b44cb7784636-ba4ab4a1, #w-node-_83212384-2e7e-d4ff-f8cb-b44cb7784637-ba4ab4a1, #w-node-_83212384-2e7e-d4ff-f8cb-b44cb7784638-ba4ab4a1, #w-node-cd6f8818-8a31-f4c5-facf-fb0b4a7b17d0-7579cf82, #w-node-cd6f8818-8a31-f4c5-facf-fb0b4a7b17d3-7579cf82, #w-node-cd6f8818-8a31-f4c5-facf-fb0b4a7b17d4-7579cf82, #w-node-cd6f8818-8a31-f4c5-facf-fb0b4a7b17d5-7579cf82, #w-node-cd6f8818-8a31-f4c5-facf-fb0b4a7b17d6-7579cf82, #w-node-cd6f8818-8a31-f4c5-facf-fb0b4a7b17d7-7579cf82, #w-node-cd6f8818-8a31-f4c5-facf-fb0b4a7b17d8-7579cf82, #w-node-cd6f8818-8a31-f4c5-facf-fb0b4a7b17d9-7579cf82, #w-node-cd6f8818-8a31-f4c5-facf-fb0b4a7b17da-7579cf82, #w-node-cd6f8818-8a31-f4c5-facf-fb0b4a7b17db-7579cf82, #w-node-cd6f8818-8a31-f4c5-facf-fb0b4a7b17dc-7579cf82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67ccac0a-08f2-23f7-c0b2-1b83bb4171b5-c535c256 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_67ccac0a-08f2-23f7-c0b2-1b83bb4171b6-c535c256, #w-node-_67ccac0a-08f2-23f7-c0b2-1b83bb4171b7-c535c256, #access-dash.w-node-_67ccac0a-08f2-23f7-c0b2-1b83bb4171ba-c535c256, #w-node-_67ccac0a-08f2-23f7-c0b2-1b83bb4171bb-c535c256, #lead-retrieval.w-node-_67ccac0a-08f2-23f7-c0b2-1b83bb4171be-c535c256, #w-node-_67ccac0a-08f2-23f7-c0b2-1b83bb4171bf-c535c256, #w-node-_889b1364-6599-a757-b94f-8dd4f59b781e-20c6fb55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_889b1364-6599-a757-b94f-8dd4f59b782e-20c6fb55 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_889b1364-6599-a757-b94f-8dd4f59b782f-20c6fb55, #w-node-_889b1364-6599-a757-b94f-8dd4f59b7830-20c6fb55, #access-dash.w-node-_889b1364-6599-a757-b94f-8dd4f59b7833-20c6fb55, #w-node-_889b1364-6599-a757-b94f-8dd4f59b7834-20c6fb55, #lead-retrieval.w-node-_889b1364-6599-a757-b94f-8dd4f59b7837-20c6fb55, #w-node-_889b1364-6599-a757-b94f-8dd4f59b7838-20c6fb55, #lead-scoring.w-node-_889b1364-6599-a757-b94f-8dd4f59b783b-20c6fb55, #w-node-_889b1364-6599-a757-b94f-8dd4f59b783c-20c6fb55, #sponsored-sections.w-node-_889b1364-6599-a757-b94f-8dd4f59b783f-20c6fb55, #w-node-_889b1364-6599-a757-b94f-8dd4f59b7840-20c6fb55, #w-node-_5c283ebb-92df-cb4f-62eb-3142d5d2e5c6-168581b6, #w-node-ee009c30-10bc-7e8d-7232-e967dc83ed26-168581b6, #w-node-_9ebda410-5dfe-6dc6-3c4c-70cb87eedb82-168581b6, #w-node-af1a7a6b-66c6-f64a-f97a-e92b7f3ad09e-168581b6, #w-node-_6ee81de5-d3db-1874-d1b8-b0d51cbbd250-168581b6, #w-node-_6ee81de5-d3db-1874-d1b8-b0d51cbbd251-168581b6, #w-node-_6ee81de5-d3db-1874-d1b8-b0d51cbbd252-168581b6, #w-node-_6ee81de5-d3db-1874-d1b8-b0d51cbbd255-168581b6, #w-node-_0311af64-9577-c9ad-303a-8e4685bb59e2-168581b6, #w-node-_0311af64-9577-c9ad-303a-8e4685bb59e3-168581b6, #w-node-_0311af64-9577-c9ad-303a-8e4685bb59e4-168581b6, #w-node-_0311af64-9577-c9ad-303a-8e4685bb59e7-168581b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-b703b4d8-2763-a209-d5f7-a5e511f1e07a-e97383d6, #w-node-b703b4d8-2763-a209-d5f7-a5e511f1e084-e97383d6, #w-node-cd6f8818-8a31-f4c5-facf-fb0b4a7b17d0-7579cf82, #w-node-cd6f8818-8a31-f4c5-facf-fb0b4a7b17d5-7579cf82, #w-node-cd6f8818-8a31-f4c5-facf-fb0b4a7b17d6-7579cf82, #w-node-cd6f8818-8a31-f4c5-facf-fb0b4a7b17d7-7579cf82, #w-node-cd6f8818-8a31-f4c5-facf-fb0b4a7b17db-7579cf82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_83212384-2e7e-d4ff-f8cb-b44cb778461d-ba4ab4a1, #w-node-cd6f8818-8a31-f4c5-facf-fb0b4a7b17d0-7579cf82, #w-node-_889b1364-6599-a757-b94f-8dd4f59b781e-20c6fb55 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_83212384-2e7e-d4ff-f8cb-b44cb778461d-ba4ab4a1, #w-node-cd6f8818-8a31-f4c5-facf-fb0b4a7b17d0-7579cf82, #w-node-_67ccac0a-08f2-23f7-c0b2-1b83bb4171b5-c535c256, #w-node-_889b1364-6599-a757-b94f-8dd4f59b781e-20c6fb55, #w-node-_889b1364-6599-a757-b94f-8dd4f59b782e-20c6fb55 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


