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

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

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

.body {
  aspect-ratio: auto;
  background-color: #020c0f;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 1800vh;
  display: block;
}

.main-sticky-section {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 1800vh;
  display: flex;
  position: relative;
}

.section1 {
  z-index: 89;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}

.heading {
  z-index: 3;
  position: absolute;
}

.section2 {
  z-index: 88;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}

.section3 {
  z-index: 87;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}

.section4 {
  z-index: 86;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}

.section5 {
  z-index: 85;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}

.section6 {
  z-index: 84;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}

.section7 {
  z-index: 82;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}

.section8 {
  z-index: 81;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}

.info-stack {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  max-width: 700px;
  padding-left: 165px;
}

.whtie-heading {
color: #fff; letter-spacing: 5px; 
text-shadow: 0 0 20px rgba(255, 255, 255, .5); 
column-count: auto; white-space: normal; 
word-break: normal; 
font-family: Airstrikeexpand, sans-serif; 
font-size: 75px; line-height: 60px;
}

.paragraph {
  color: #84a0af;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 200;
  line-height: 27px;
}

.paragraph2 {
  color: rgba(132, 160, 175, .73);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.button1 {
  color: rgba(132, 160, 175, .8);
  background-color: rgba(56, 152, 236, 0);
  border: 2px solid rgba(132, 160, 175, .8);
  border-radius: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.hero-stack {
  flex: none;
  align-self: center;
  position: absolute;
}

.hero-heading {
  color: #fff;
  text-shadow: 0 0 19px rgba(255, 255, 255, .52);
  font-family: Airstrikeexpand, sans-serif;
  font-size: 120px;
  line-height: 70px;
}

.hero-paragraph {
  color: #84a0af;
  -webkit-text-stroke-color: #84a0af;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.cell {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

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

.top-logo {
  z-index: 90;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}

.logo-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Airstrike, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 12px;
}

.hero-footer {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 300;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: 0%;
  right: 0%;
}

.lottie-animation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .49;
  color: #fff;
  text-align: center;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 25%;
  left: 0%;
  right: 0%;
}

.article-stack {
  max-width: 450px;
  padding-top: 15%;
  padding-left: 100px;
}

.text-counter {
  color: rgba(150, 150, 150, .45);
  letter-spacing: 2px;
  font-family: Inconsolata, monospace;
  font-size: 12px;
  font-weight: 600;
}

.text-span {
  color: #fff;
}

.image {
  max-width: 200px;
}

.article-image {
  text-align: left;
  align-self: auto;
  max-height: 60px;
}

.cell-3 {
  padding-bottom: 40px;
}

.paragraph3 {
  color: rgba(132, 160, 175, .79);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}

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

.contact-heading {
  color: #fff;
  margin-top: 0;
  font-family: Airstrikeexpand, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 55px;
}

.text-block {
  color: rgba(255, 255, 255, .4);
  align-self: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.quick-stack {
  align-self: auto;
  max-width: 700px;
  padding-left: 165px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.our-platform-stack {
  max-width: 300px;
  padding-left: 100px;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: 0%;
  right: 0%;
}

.image-2 {
  outline-offset: 0px;
  outline: 3px #333;
  min-width: 100%;
  max-width: 100%;
}

.footer {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-self: auto;
  width: 35%;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 0%;
}

.cell-5 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.cell-6 {
  text-align: right;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
}

.cell-7 {
  justify-content: center;
  align-items: flex-end;
}

.spline-scene {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}

.text-span-2 {
  color: #fff535;
  text-shadow: 0 0 19px rgba(126, 120, 54, .52);
  font-size: 68px;
}

.text-span-3 {
  color: #fff535;
  font-size: 11px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preloader {
  z-index: 999999;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  color: #fff;
}

.lottie-animation-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.navbar-logo-left {
  background-color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-wrapper-two {
  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 {
  color: #979797;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

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

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

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

.centered-subheading {
  color: #dfdfdf;
  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 {
  color: #dfdfdf;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  color: #dfdfdf;
  margin-bottom: 5px;
}

.team-member-description {
  color: #dfdfdf;
  margin-bottom: 24px;
  font-style: italic;
  font-size: 12px;
}

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-2 {
  color: #fff;
}

.bold-text, .bold-text-2 {
  color: #dfdfdf;
  font-family: Oswald, sans-serif;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  color: #dfdfdf;
}

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

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

.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: rgba(26, 27, 31, .8);
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.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: rgba(26, 27, 31, .75);
}

.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 {
  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: #dfdfdf;
}

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

.footer-legal-link {
  color: #8d8d8d;
  margin-left: 24px;
}

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

.image-3, .image-4, .image-5, .image-6 {
  background-color: #fff;
}

.text-block-3 {
  color: #e0b000;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Airstrikeexpand, sans-serif;
  font-size: 25px;
  display: flex;
  position: fixed;
}

@media screen and (min-width: 1440px) {
  .main-sticky-section {
    justify-content: flex-start;
    align-items: center;
  }

  .logo-heading {
    margin-top: 10px;
  }

  .preloader {
    background-color: #000;
    display: none;
  }

  .lottie-animation-2 {
    width: 15%;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .cell-8 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: row;
  }
}

@media screen and (max-width: 991px) {
  .section2, .section3 {
    justify-content: flex-end;
    align-items: center;
  }

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

  .info-stack, .our-platform-stack {
    padding-left: 20px;
  }

  .footer {
    width: 100%;
  }

  .lottie-animation-2 {
    width: 130%;
  }

  .container {
    max-width: 728px;
  }

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

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-2 {
    max-width: 728px;
  }

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

@media screen and (max-width: 767px) {
  .section3 {
    justify-content: flex-end;
    align-items: center;
  }

  .section4, .section5, .section6 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .section7 {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .section8 {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .whtie-heading {
    text-align: left;
    font-size: 60px;
  }

  .hero-heading {
    font-size: 100px;
  }

  .hero-footer {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
  }

  .article-stack {
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .cell-3, .our-platform-stack {
    padding-bottom: 0;
  }

  .footer {
    width: 100%;
  }

  .text-span-2 {
    font-size: 50px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .hero-without-image, .team-circles {
    padding: 60px 15px;
  }

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

  .hero-heading-center {
    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 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
  }

  .section2 {
    justify-content: flex-end;
    align-items: center;
  }

  .section7 {
    padding-bottom: 20px;
  }

  .section8 {
    justify-content: center;
    align-items: center;
  }

  .info-stack {
    align-self: flex-start;
    max-width: 100vw;
    padding-left: 20px;
  }

  .whtie-heading {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 23px;
  }

  .hero-stack {
    flex: 0 auto;
    width: 100vw;
    position: absolute;
    overflow: visible;
  }

  .hero-heading {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    font-size: 55px;
    line-height: 45px;
    display: flex;
  }

  .cell {
    display: flex;
  }

  .cell-2 {
    text-align: center;
  }

  .hero-footer {
    line-height: 17px;
    display: block;
  }

  .cell-3 {
    padding-bottom: 10px;
  }

  .contact-heading {
    font-size: 45px;
  }

  .our-platform-stack {
    max-width: 200px;
  }

  .footer {
    width: 100%;
  }

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

  .text-span-2 {
    font-size: 30px;
  }

  .preloader {
    background-color: #000;
    display: none;
  }

  .lottie-animation-2 {
    width: 100%;
  }

  .container {
    max-width: none;
  }

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

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

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

  .container-2 {
    max-width: none;
  }

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

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-8 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-block-3 {
    font-size: 22px;
  }
}

#w-node-_07d296c6-75d8-46f7-b1d2-9b8ca6083806-3506af37 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_69f9ed38-be29-a216-353d-d2c2fce4f6c0-3506af37 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_2348d636-a577-14a6-ac75-909f24b84ba6-3506af37, #w-node-b58e169a-8f0b-b583-e78c-6ca25a15dcff-3506af37, #w-node-_42dc8c13-cede-94fa-b366-322f1a29b66d-3506af37, #w-node-_38ae259f-1990-0a96-7863-c697e45cc5ad-3506af37 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_7b75f8a4-9d3d-4852-7f2f-a3c16a226572-3506af37, #w-node-_03583b9a-6c9d-692d-3fcd-db5c268583c7-3506af37 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-b1ff7a55-1fcc-831c-c6dc-57e0a2e1f0ae-3506af37 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_5443b06d-a76e-db19-a117-08429e2968fd-f4030e80, #w-node-_5443b06d-a76e-db19-a117-08429e296908-f4030e80, #w-node-_5443b06d-a76e-db19-a117-08429e296912-f4030e80, #w-node-_5443b06d-a76e-db19-a117-08429e29691c-f4030e80, #w-node-_5443b06d-a76e-db19-a117-08429e296926-f4030e80, #w-node-_5443b06d-a76e-db19-a117-08429e296930-f4030e80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_03583b9a-6c9d-692d-3fcd-db5c268583c7-3506af37 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5443b06d-a76e-db19-a117-08429e296908-f4030e80, #w-node-_5443b06d-a76e-db19-a117-08429e296912-f4030e80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_07d296c6-75d8-46f7-b1d2-9b8ca6083807-3506af37 {
    grid-row: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Airstrike 3 D';
  src: url('../fonts/airstrike3d.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Airstrikeb 3 D';
  src: url('../fonts/airstrikeb3d.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Airstrikegrad';
  src: url('../fonts/airstrikegrad.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Airstrikelaser';
  src: url('../fonts/airstrikelaser.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Airstrikebullet';
  src: url('../fonts/airstrikebullet.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Airstrikeacad';
  src: url('../fonts/airstrikeacad.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Airstrikeplat';
  src: url('../fonts/airstrikeplat.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Airstrike';
  src: url('../fonts/airstrike.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Airstrikeout';
  src: url('../fonts/airstrikeout.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Airstrikehalf';
  src: url('../fonts/airstrikehalf.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Airstrikebold';
  src: url('../fonts/airstrikebold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Airstrikeexpand';
  src: url('../fonts/airstrikeexpand.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Airstrikecond';
  src: url('../fonts/airstrikecond.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Airstrikechrome';
  src: url('../fonts/airstrikechrome.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}