:root {
  --color-1: #000;
  --h1: 5.5em;
  --h2: 4.8em;
  --h3: 4em;
  --h4: 3.6em;
  --h5: 2.9em;
  --h6: 2em;
  --regular: 1.2em;
  --color-2: #bdbdbd;
  --color-3: white;
  --color-4: #f4f8fa;
  --color-6: #fff0;
  --medium: 1.6em;
  --small: 1em;
  --xlarge: 2em;
  --large: 1.8em;
}

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

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

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

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

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

h1 {
  color: var(--color-1);
  font-family: Inter, sans-serif;
  font-size: var(--h1);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  color: var(--color-1);
  font-family: Inter, sans-serif;
  font-size: var(--h2);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: var(--color-1);
  font-family: Inter, sans-serif;
  font-size: var(--h3);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 400;
  line-height: 1.235em;
}

h4 {
  color: var(--color-1);
  font-family: Inter, sans-serif;
  font-size: var(--h4);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 1.245;
}

h5 {
  color: var(--color-1);
  font-family: Inter, sans-serif;
  font-size: var(--h5);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 14px;
  font-weight: 400;
  line-height: 1.3;
}

h6 {
  color: var(--color-1);
  font-family: Inter, sans-serif;
  font-size: var(--h6);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 1.34;
}

p {
  color: var(--color-1);
  font-family: Inter, sans-serif;
  font-size: var(--regular);
  margin-bottom: 14px;
  font-weight: 300;
  line-height: 1.4;
}

a {
  color: var(--color-1);
  text-decoration: underline;
}

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

li {
  color: var(--color-1);
  font-family: Inter, sans-serif;
  font-size: var(--regular);
  margin-bottom: .5em;
}

img {
  max-width: 100%;
  display: inline-block;
}

em {
  font-style: italic;
}

blockquote {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--color-2) black;
  color: var(--color-1);
  font-family: Inter, sans-serif;
  font-size: var(--h6);
  background-image: linear-gradient(#fffffff5, #fffffff5), url('../images/Quote.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100px;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 2em 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.navbar-no-shadow {
  z-index: 999;
  border-bottom: 1px solid #d8d8d840;
  position: fixed;
  inset: 0% 0% auto;
}

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

.container-regular {
  width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand {
  color: var(--color-3);
  font-family: Satoshi;
}

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

.nav-link {
  color: var(--color-3);
  letter-spacing: .25px;
  border-radius: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--color-3);
  background-color: #ffffff1a;
  border-radius: 0;
}

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

.nav-link.w--current {
  font-family: Inter, sans-serif;
}

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

.nav-dropdown-toggle {
  color: var(--color-3);
  letter-spacing: .25px;
  margin-top: 2px;
  padding: 5px 30px 5px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: var(--color-3);
  background-color: #ffffff1a;
  border-radius: 0;
}

.nav-dropdown-toggle:focus-visible, .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-list.shadow-three.w--open {
  border-radius: 0;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

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

.nav-dropdown-link:hover {
  background-color: var(--color-4);
}

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

.nav-dropdown-link.w--current {
  background-color: var(--color-4);
  color: var(--color-1);
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

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

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

.circle-button {
  background-color: #fff;
  border-radius: 30px;
  flex: none;
  width: 19%;
  height: 40px;
  margin-left: 0;
  position: relative;
}

.btn-text {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.btn-circle-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

._60px-right-margin {
  margin-left: 20px;
  margin-right: 40px;
  text-decoration: none;
}

.section-bg.absolut-center {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section {
  height: auto;
  padding: 140px 40px;
  position: relative;
  overflow: hidden;
}

.section._100vh {
  height: 100vh;
  overflow: hidden;
}

.section.dark-overflow {
  background-color: var(--color-1);
  overflow: visible;
}

.section.img-scroll-animation {
  background-color: var(--color-4);
  overflow: visible;
}

.section.bg-img {
  position: relative;
  overflow: hidden;
}

.section.sg {
  background-image: linear-gradient(#00000040, #00000040), url('../images/image15.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 220px;
  padding-bottom: 220px;
}

.section.categories {
  background-image: url('../images/image10.jpg');
  background-position: 100%;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 220px;
}

.section._0px-side-paddind {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.hero-container {
  z-index: 5;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.features-img-1, .image.features-img-2, .image.features-img-3 {
  display: none;
}

.section-header-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #dbdbdb;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 40px;
  display: flex;
}

.section-header-div.categories {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
}

.section-header-div.no-line {
  border: 1px #000;
}

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

.grid-3-column.center {
  place-items: start stretch;
}

.grid-3-column.flex-top {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  place-items: start;
}

.features-wrapper.sticky {
  color: var(--color-3);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: sticky;
  top: 20px;
}

.features-wrapper.left-algined {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-video-div {
  border-radius: 0;
  overflow: hidden;
}

.features-video-content {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  padding-top: 10px;
  display: flex;
}

.display-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 1.2;
}

._26px-bottom-mg {
  margin-bottom: 26px;
}

.img-wrapper-30px-round-border {
  border-radius: 30px;
  width: 30rem;
  height: 30rem;
  overflow: hidden;
}

.img-wrapper-30px-round-border._1 {
  border-radius: 0;
  width: 30rem;
}

.img-wrapper-30px-round-border._2 {
  border-radius: 0;
}

._120px-bottom-mg {
  margin-bottom: 120px;
}

.grid-4-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4-column.fulwidth {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  position: relative;
  bottom: 0;
}

.flex-h-space-b {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-wrapper {
  padding-top: 20px;
}

.content-wrapper._400px {
  width: 400px;
  padding-top: 0;
}

.side-features-div {
  flex: 1;
  margin-left: 100px;
}

.features-content {
  background-color: var(--color-3);
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  padding: 22px;
  display: flex;
}

.features-content.white {
  background-color: var(--color-6);
  border: 1px #000;
  border-radius: 0;
  height: auto;
  padding: 0 40px 0 0;
}

.features-content.light-gray {
  background-color: var(--color-4);
  border-radius: 0;
  height: 140px;
  padding: 18px;
}

.features-icon {
  background-image: url('../images/Services-5.svg');
  background-position: 0 0;
  background-size: auto;
  border: 1px #dbdbdb;
  border-radius: 0;
  width: 32px;
  height: 32px;
}

.features-icon._1 {
  background-image: url('../images/Services-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.features-icon._2 {
  background-image: url('../images/Services-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.features-icon._3 {
  background-image: url('../images/Services-3.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.features-icon._4 {
  background-image: url('../images/Services-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.features-icon._5 {
  background-image: url('../images/Services-6.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.features-icon._7 {
  background-image: url('../images/Services-11.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}

.features-icon._6 {
  background-image: url('../images/Services-8.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}

.features-icon._5 {
  background-image: url('../images/Services-10.svg');
  width: 32px;
  height: 32px;
}

.features-icon._8 {
  background-image: url('../images/Services-9.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonials-card {
  background-color: #fff;
  border-radius: 30px;
}

.testimonials-card.gray {
  background-color: var(--color-4);
  border-radius: 0;
  padding: 40px;
}

.img-bg-color-box {
  background-color: #413c3c;
  background-image: radial-gradient(circle, #000, #fff), url('../images/BCG.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-radius: 0;
  height: 900px;
}

._300px {
  height: 700px;
}

._300px.auto-in-mbl {
  height: 300px;
}

.sticky {
  position: sticky;
  top: 25px;
}

._100vh {
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
}

.sticky-0px {
  width: 100%;
  height: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.img-component {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.circle-img {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.cirlce-img-wrapp {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 40vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text--scroll-wrapper {
  color: #fff;
  mix-blend-mode: exclusion;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.text-scroll-animation-div {
  z-index: 50;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  display: flex;
  position: relative;
}

.display-scroll {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 11rem;
  line-height: 1.2;
}

.section-no-mg {
  background-color: var(--color-4);
}

.inner-center-top-content {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-left-v-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.width-800px {
  max-width: 800px;
}

.extra-large-paragraph {
  font-size: var(--h5);
  line-height: 1.5;
}

.medium-paragraph {
  font-size: 18px;
  line-height: 1.3;
}

.project-card {
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 45em;
  max-height: 35em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-img-bg {
  position: absolute;
  inset: 0%;
}

.project-content {
  color: #fff;
  text-align: left;
  margin-bottom: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  position: relative;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-text {
  text-align: center;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 1px;
  display: grid;
  overflow: hidden;
}

.logo-img-card {
  border: 1px solid #dadee2;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 40px;
  display: flex;
}

.logo-img {
  width: 100%;
  height: 3rem;
}

._60px-bottom-mg {
  margin-bottom: 60px;
}

.top-label {
  background-color: #fff;
  border: 0 #c4c4c45c;
  border-radius: 0;
  padding: 4px 10px;
  text-decoration: none;
  position: absolute;
  inset: 2rem auto auto 2rem;
}

.top-label.categories {
  margin-left: 15px;
}

.max-width-700px {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-700px.centered {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-text {
  font-size: 47px;
}

.cta-text.white-text {
  color: #fff;
  font-size: var(--h2);
  line-height: 1.2;
}

.grid-2-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}

.grid-2-column.features {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.inner-content-40px-all-mg {
  padding: 40px;
}

.inner-content-40px-all-mg.flex-strech {
  flex-flow: column;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.testimonial-img-wrapp {
  border-radius: 0;
  overflow: hidden;
}

.large-paragraph {
  color: var(--color-1);
  font-family: Inter, sans-serif;
  font-size: var(--medium);
  font-weight: 300;
  line-height: 1.45;
}

.large-paragraph.white-text {
  color: var(--color-3);
  font-size: var(--small);
}

.testimonial-bottom-block.flex-h-space-beetween {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.star-box {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--color-4);
  border-radius: 0;
  padding: 12px 14px;
  display: flex;
}

.star-box.white {
  background-color: var(--color-3);
}

.heading-number-div {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: auto auto auto 40px;
}

.left-30px-mg {
  margin-left: 30px;
}

.bottom-border-line {
  border-bottom: 1px solid #dbdbdb;
}

._40px-top-bottom-mg {
  padding-top: 40px;
  padding-bottom: 40px;
}

.absolute-box {
  width: 100%;
  height: 100%;
  margin-top: 1px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.absolute-box.contact {
  margin-top: 0;
}

.contact--relative-right-bottom {
  width: 650px;
  margin-left: auto;
  position: relative;
  inset: 100px 0% auto auto;
  overflow: hidden;
}

.contact-form {
  color: var(--color-1);
  font-family: Satoshi;
  font-size: var(--small);
  border-radius: 0;
  margin-bottom: 0;
  padding: 40px;
  position: relative;
}

.submit-button {
  background-color: var(--color-3);
  color: var(--color-1);
  text-transform: uppercase;
  border-radius: 30px;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
}

.sricky-wrapper.faq {
  border: 1px #000;
  width: 100%;
}

.sticky-content {
  z-index: 1;
  background-color: #fff;
  border: 1px #000;
  position: relative;
}

.sticky-component {
  z-index: 5;
  perspective: 100vw;
  border: 0 #000;
  flex-flow: column;
  display: flex;
  position: relative;
}

.sticky-out-wrapper {
  position: sticky;
  bottom: 0;
}

.sticky-0px-visi-ble-overflow {
  perspective: 100vw;
  perspective-origin: 50%;
  transform-origin: 50%;
  width: 100%;
  height: auto;
  margin-bottom: 10vh;
  position: sticky;
  top: 0;
  overflow: visible;
}

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

.text-regular {
  color: var(--color-1);
  font-family: Inter, sans-serif;
  font-size: var(--regular);
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.sg-content-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.component-wrapper-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.color-wrapper {
  border: 1px none var(--color-2);
  background-color: var(--color-3);
  padding: 14px;
}

.color-block {
  background-color: var(--color-1);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 150px;
  padding-left: 0;
  display: flex;
}

.color-block._2 {
  background-color: var(--color-2);
}

.color-block._3 {
  background-color: var(--color-4);
}

.color-block._4 {
  background-color: var(--color-3);
}

.color-block._5 {
  background-color: var(--color-6);
}

.tittle-page-header.white {
  color: var(--color-3);
}

.xlarge {
  font-size: var(--xlarge);
  letter-spacing: -.03em;
  font-weight: 300;
}

.large {
  font-size: var(--large);
  letter-spacing: -.03em;
  font-weight: 300;
}

.medium {
  font-size: var(--medium);
  letter-spacing: -.03em;
  font-weight: 300;
}

.small-text {
  color: var(--color-1);
  font-family: Inter, sans-serif;
  font-size: var(--small);
  letter-spacing: -.03em;
  text-transform: none;
  font-weight: 300;
}

.block-quote {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

._10px-bottom-mg {
  margin-bottom: 10px;
}

.section-title {
  font-size: var(--h2);
  letter-spacing: -.15rem;
  line-height: 1.1em;
}

.section-title.white {
  color: var(--color-3);
  line-height: 1.1;
}

.logo-brand {
  color: var(--color-4);
  font-size: var(--medium);
  letter-spacing: -.03em;
  text-transform: uppercase;
  background-image: url('../images/AstromNova_Logo-removebg-preview.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  font-weight: 600;
}

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

.footer-subscribe {
  border: 1px #000;
  height: 100%;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-copyright {
  color: var(--color-1);
  font-family: Inter, sans-serif;
}

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

.footer-legal-link {
  color: var(--color-1);
  margin-left: 0;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

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

.footer-link-three {
  color: var(--color-1);
  font-family: Inter, sans-serif;
  font-size: var(--regular);
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 300;
  text-decoration: none;
}

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

.footer-3rd-clmn {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.faq-question {
  font-size: var(--h6);
  letter-spacing: -.02em;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--color-2);
  color: var(--color-3);
  font-family: Inter, sans-serif;
  font-size: var(--small);
  background-color: #fff0;
  border-radius: 0;
  height: 42px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
}

.text-field::placeholder {
  color: var(--color-2);
  font-weight: 400;
}

.text-field.message {
  height: 80px;
}

.hero-absolute-big-dispaly {
  z-index: 2;
  text-align: center;
  border-bottom: 1px solid #d8d8d857;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  inset: 0% auto auto;
}

.hero-absolute-big-dispaly.transparent {
  border: 1px #000;
}

.hero-headline {
  color: var(--color-3);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 11rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.hero-bottom-inner-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-bottom-clmn-2 {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0 40px 40px;
  display: flex;
  position: relative;
}

.hero-bottom-clmn-1 {
  z-index: 2;
  width: 100%;
  position: relative;
}

.list-item {
  color: var(--color-3);
}

.list {
  padding-left: 0;
}

._360px-width {
  width: 360px;
}

.white {
  color: var(--color-3);
}

.features-flex-horizontal {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border-width: 1px;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.video-background {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 40px;
  display: flex;
}

.team-name {
  font-size: var(--xlarge);
  margin-bottom: 4px;
}

.features-icon-white {
  filter: invert();
  background-image: url('../images/Services-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.features-icon-white._4 {
  background-image: url('../images/Services-2.svg');
}

.features-icon-white._3 {
  background-image: url('../images/Services-1.svg');
}

.features-icon-white._2 {
  background-image: url('../images/Services-3.svg');
}

.star-ratings {
  width: 16px;
}

.title-post {
  font-size: var(--h6);
}

.title-post.white {
  font-size: var(--large);
}

.title-post.huge-white {
  color: var(--color-3);
  font-size: var(--h5);
  text-shadow: 0 1px 1px #0000004f;
}

.created-date {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.contact-color-bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000061;
  position: absolute;
  inset: 0%;
}

.field-label {
  color: var(--color-3);
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.main-wrapper-auto {
  height: auto;
}

.features-list-wrapp {
  width: 50%;
  margin-right: 3rem;
  padding-top: 25vh;
  padding-bottom: 25vh;
}

.features-content-wrapp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.features-text-div {
  opacity: .2;
  padding-top: 7.6rem;
  padding-bottom: 7.6rem;
}

.feature-list-wrapper {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img-content-div {
  background-color: var(--color-3);
  background-image: linear-gradient(#000, #f70);
  border-radius: 0;
  flex: none;
  width: 100%;
  height: 40rem;
  overflow: hidden;
}

.left-flex {
  flex-flow: column;
  align-items: flex-start;
  height: 99.682%;
  display: flex;
}

._140px-bottom-mg {
  margin-bottom: 140px;
}

.features-text {
  font-size: var(--small);
}

.flex-horizontal {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.footer-link-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-block-2nd-column {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-wrapper-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: var(--color-3);
  border: 1px solid #dbdbdb;
  border-radius: 0;
  width: 1100px;
  padding: 40px 20px;
}

.pricing-card-wrapper {
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.small-paragraph {
  font-size: 1.2em;
}

.pricing-big-header {
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.monthly-small-text {
  letter-spacing: normal;
  font-size: 22px;
  font-weight: 400;
}

.price-image {
  width: 500px;
}

.brand-link {
  font-family: Inter, sans-serif;
  font-size: var(--h6);
  letter-spacing: -.03em;
  font-weight: 600;
  text-decoration: none;
}

._240px-bottom-mg {
  margin-bottom: 240px;
}

.categories-tittle {
  font-family: Inter, sans-serif;
}

.white-tittle-post {
  color: var(--color-3);
  text-align: left;
  line-height: 1.1;
}

.summary-text {
  color: var(--color-3);
  font-size: var(--medium);
  font-weight: 400;
}

.ovelay-color {
  background-image: linear-gradient(#0000004d, #0000004d);
  position: absolute;
  inset: 0%;
}

.animated-icon-1, .animated-icon-2, .animated-icon-3 {
  width: 42px;
}

.list-padding {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.cms-link {
  text-transform: none;
  text-decoration: none;
}

.cms-link.w--current {
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.cms-link.categories {
  padding: 5px 10px;
}

.cms-link.categories:hover {
  background-color: var(--color-3);
}

.back-link {
  font-family: Inter, sans-serif;
  text-decoration: none;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.color-tittle-text {
  color: var(--color-3);
  margin-left: 10px;
}

.color-tittle-text.dark {
  color: var(--color-1);
}

.width-700px {
  width: 700px;
}

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

.div-block {
  padding-top: 0;
  position: relative;
}

._40px-side-mg {
  padding-left: 40px;
  padding-right: 40px;
}

.nav-bg-blur {
  z-index: 4;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000007a;
  position: absolute;
  inset: 0%;
}

.animation-text-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.light-color-overlay-text {
  z-index: 3;
  background-color: #ffffff9e;
  width: 0%;
  min-height: 55px;
  position: absolute;
  top: 0;
  left: auto;
  right: 0%;
}

.light-color-overlay-text._2 {
  top: 55px;
}

.light-color-overlay-text._3 {
  top: 110px;
}

.light-color-overlay-text._4 {
  top: 165px;
}

.light-color-overlay-text._5 {
  display: block;
  top: 220px;
}

.light-color-overlay-text._7 {
  display: block;
  top: 275px;
}

.light-color-overlay-text._8 {
  display: none;
  top: 264px;
}

.light-color-overlay-text._9 {
  display: none;
  top: 352px;
}

.light-color-overlay-text._10 {
  display: none;
  top: 396px;
}

.light-color-overlay-text._11 {
  display: none;
  top: 440px;
}

.light-color-overlay-text._12 {
  display: none;
  top: 484px;
}

.light-color-overlay-text._13 {
  display: none;
  top: 528px;
}

.light-color-overlay-text._14, .light-color-overlay-text._15, .light-color-overlay-text._16 {
  display: none;
  top: 572px;
}

.list-2 {
  font-family: Inter, sans-serif;
}

.paragraph-3 {
  letter-spacing: -.03em;
}

.overlay-post {
  background-image: linear-gradient(#00000040 23%, #000 95%);
  position: absolute;
  inset: 0%;
}

.grid-2-row-categories {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-description {
  color: var(--color-3);
  font-size: var(--large);
}

.sub-headline {
  color: var(--color-3);
  font-size: var(--h5);
}

.testimonials-tittles {
  font-size: var(--h5);
}

.pricing-description {
  font-size: var(--large);
}

.title-service {
  font-size: var(--regular);
  margin-bottom: 0;
}

.icons-wrapper {
  border: 1px #ffffff40;
  border-top-style: solid;
  width: 100%;
  padding-top: 40px;
}

.vb-container {
  flex-flow: column;
  justify-content: space-between;
  height: 700px;
  display: flex;
}

.left-tittle-features {
  font-size: var(--h5);
}

.overlay-image {
  background-image: linear-gradient(#0006, #0006);
  position: absolute;
  inset: 0%;
}

.text-block {
  color: var(--color-1);
}

.expertise {
  color: var(--color-1);
  font-family: Inter, sans-serif;
}

.paragraph-4 {
  font-size: var(--large);
}

.testimonials-name {
  color: var(--color-1);
  font-family: Inter, sans-serif;
  font-size: var(--large);
  line-height: 1.5;
}

.image-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.image-3 {
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-weight: 300;
}

.cell {
  background-image: url('../images/CNC.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.cell-2 {
  background-image: url('../images/Test.jpeg');
  background-position: 50% 200%;
  background-repeat: repeat;
  background-size: cover;
}

.cell-3 {
  background-image: url('../images/LED-Prod.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    color: var(--color-1);
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .nav-link {
    color: var(--color-1);
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link:hover {
    background-color: var(--color-4);
    color: var(--color-1);
    letter-spacing: .25px;
  }

  .nav-link.w--current {
    background-color: var(--color-4);
    color: var(--color-1);
    margin-left: 0;
    padding-left: 5px;
  }

  .nav-dropdown {
    color: var(--color-1);
    margin-right: 0;
  }

  .nav-dropdown-toggle {
    color: var(--color-1);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-dropdown-toggle:hover {
    color: var(--color-1);
  }

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    border: 1px solid var(--color-3);
    color: var(--color-3);
    padding: 12px;
  }

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

  .section-header-div {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-header-div.categories {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
  }

  .section-header-div.no-line {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .grid-3-column.center {
    grid-template-columns: 1fr;
  }

  .grid-3-column.flex-top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: .5fr 1fr;
    display: flex;
  }

  .grid-3-column.features {
    grid-template-columns: 1fr;
  }

  .features-wrapper.sticky {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    position: relative;
    top: auto;
  }

  .img-wrapper-30px-round-border._1, .img-wrapper-30px-round-border._2 {
    width: auto;
  }

  .grid-4-column {
    grid-template-columns: 1fr 1fr;
  }

  .flex-h-space-b {
    flex-flow: column;
    align-items: flex-start;
  }

  .content-wrapper._400px {
    width: 100%;
  }

  .side-features-div {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }

  .img-bg-color-box {
    height: 900px;
  }

  ._300px.auto-in-mbl {
    height: auto;
  }

  ._100vh._70vh-mbl {
    height: 70vh;
  }

  .text--scroll-wrapper._70vh-mbl {
    min-height: 70vh;
  }

  .display-scroll {
    font-size: 5.6rem;
  }

  .project-card {
    min-height: 35em;
  }

  .project-content {
    text-transform: none;
    font-style: normal;
  }

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

  .cta-text.white-text {
    font-size: var(--h3);
  }

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

  .grid-2-column.features {
    grid-template-columns: 1fr;
  }

  .large-paragraph.white-text {
    font-size: var(--small);
  }

  .heading-number-div {
    position: relative;
    left: 0;
  }

  .left-30px-mg {
    margin-left: 0;
  }

  .contact--relative-right-bottom {
    width: 100%;
  }

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

  .tittle-page-header.white {
    margin-bottom: 0;
  }

  .section-title {
    font-size: var(--h3);
    line-height: 1.1;
  }

  .footer-copyright {
    margin-bottom: 15px;
  }

  .footer-bottom {
    flex-flow: column;
    align-items: flex-start;
  }

  .footer-link-three, .footer-link-three.w--current {
    margin-left: 0;
  }

  .footer-3rd-clmn {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .footer-social-link-three {
    margin-left: 0;
    margin-right: 30px;
  }

  .hero-absolute-big-dispaly {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
  }

  .hero-headline {
    justify-content: flex-start;
    align-items: center;
    font-size: 5.4rem;
  }

  .hero-bottom-inner-wrapper {
    flex-flow: column;
  }

  .hero-bottom-clmn-2 {
    height: 100%;
  }

  .list-item {
    margin-left: 0;
    padding-bottom: 5px;
  }

  .video-background {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .title-post.white {
    font-size: var(--large);
  }

  .created-date {
    text-transform: none;
  }

  .main-wrapper-auto {
    height: auto;
  }

  .img-content-div {
    height: 20rem;
  }

  .footer-block-2nd-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-wrapper-grid {
    flex-direction: column;
    grid-template-columns: auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-img {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .width-700px {
    width: auto;
  }

  .light-color-overlay-text._5 {
    display: block;
    top: 176px;
  }

  .light-color-overlay-text._8 {
    display: block;
    top: 330px;
  }

  .overlay-post {
    background-image: linear-gradient(#00000040 14%, #000 95%);
  }

  .grid-2-row-categories {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .number-insights {
    font-size: var(--h1);
  }

  .vb-container {
    height: 900px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

  .section-bg.absolut-center, .section._100vh {
    height: 80vh;
  }

  .image.features-img-1 {
    display: none;
  }

  .section-header-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .grid-3-column.flex-top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: .5fr;
    display: flex;
  }

  .features-wrapper.sticky {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    position: relative;
  }

  ._120px-bottom-mg.px-mbl {
    margin-bottom: 0;
  }

  .grid-4-column {
    grid-template-columns: 1fr 1fr;
  }

  .side-features-div {
    width: 100%;
  }

  .img-bg-color-box {
    height: 700px;
  }

  ._300px.auto-in-mbl {
    height: auto;
  }

  ._100vh._70vh-mbl {
    height: 70vh;
  }

  .text--scroll-wrapper._70vh-mbl {
    min-height: 70vh;
  }

  .extra-large-paragraph {
    font-size: 2.5em;
  }

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

  .max-width-700px.centered {
    width: auto;
  }

  .cta-text.white-text {
    font-size: var(--h4);
  }

  .grid-2-column {
    grid-template-columns: 1fr;
  }

  .inner-content-40px-all-mg.flex-strech {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
  }

  .testimonial-name-div {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .heading-number-div {
    position: relative;
  }

  .left-30px-mg {
    margin-left: 0;
  }

  ._40px-top-bottom-mg {
    font-family: Inter, sans-serif;
  }

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

  .section-title {
    font-size: var(--h5);
  }

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

  .footer-subscribe {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

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

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-3rd-clmn {
    margin-top: 10px;
  }

  .hero-absolute-big-dispaly {
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
    font-family: Inter, sans-serif;
  }

  .hero-headline {
    font-size: 3.8rem;
  }

  .hero-bottom-inner-wrapper {
    flex-flow: column;
  }

  .hero-bottom-clmn-2 {
    height: 100%;
  }

  .hero-bottom-clmn-1.hide-mbl {
    display: none;
  }

  .title-post.white, .title-post.huge-white {
    font-size: var(--h6);
  }

  .main-wrapper-auto {
    height: auto;
  }

  .features-list-wrapp {
    width: 100%;
  }

  .features-content-wrapp {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    display: none;
    position: fixed;
    inset: auto auto 0 0;
  }

  .features-text-div {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .feature-list-wrapper {
    flex-flow: column;
  }

  .img-content-div {
    width: 15rem;
    height: 15rem;
  }

  .footer-block-2nd-column {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .footer-wrapper-grid {
    flex-flow: column;
    display: flex;
  }

  .white-tittle-post {
    font-size: var(--h3);
  }

  .width-700px {
    width: auto;
  }

  .light-color-overlay-text {
    min-height: 52px;
  }

  .light-color-overlay-text._2 {
    top: 52px;
  }

  .light-color-overlay-text._3 {
    top: 104px;
  }

  .light-color-overlay-text._4 {
    top: 156px;
  }

  .light-color-overlay-text._5 {
    top: 208px;
  }

  .light-color-overlay-text._7 {
    display: block;
    top: 260px;
  }

  .light-color-overlay-text._8 {
    display: block;
    top: 312px;
  }

  .light-color-overlay-text._9 {
    display: block;
    top: 416px;
  }

  .light-color-overlay-text._10, .light-color-overlay-text._11, .light-color-overlay-text._12, .light-color-overlay-text._13, .light-color-overlay-text._14 {
    top: 264px;
  }

  .light-color-overlay-text._09 {
    top: 364px;
  }

  .light-color-overlay-text._15, .light-color-overlay-text._16 {
    top: 264px;
  }

  .overlay-post {
    background-image: linear-gradient(#00000040 14%, #000 87%);
  }

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

  .page-description {
    color: var(--color-3);
    font-size: var(--large);
  }

  .vb-container {
    height: 900px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: var(--h3);
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section._100vh {
    height: 80vh;
  }

  .section.img-scroll-animation, .section.bg-img {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-header-div.categories {
    flex-flow: column;
  }

  .img-wrapper-30px-round-border._1, .img-wrapper-30px-round-border._2 {
    height: auto;
  }

  ._120px-bottom-mg.px-mbl {
    margin-bottom: 0;
  }

  .grid-4-column, .grid-4-column.fulwidth {
    grid-template-columns: 1fr;
  }

  .testimonials-card.gray {
    padding: 20px;
  }

  .img-bg-color-box {
    height: 400px;
  }

  .display-scroll {
    font-size: 3.5rem;
  }

  .extra-large-paragraph {
    font-size: 2em;
  }

  .project-card {
    min-height: 35em;
  }

  .project-content {
    margin-left: 1.4rem;
    margin-right: 1.4rem;
  }

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

  .cta-text.white-text {
    font-size: var(--h5);
  }

  .grid-2-column {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-2-column.features {
    padding-left: 0;
    padding-right: 0;
  }

  .large-paragraph.white-text {
    font-size: var(--small);
  }

  .testimonial-bottom-block.flex-h-space-beetween {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-number-div {
    left: 0;
  }

  .contact-form {
    padding: 20px;
  }

  .grid-style-component, .grid-colors {
    grid-template-columns: 1fr;
  }

  .tittle-page-header.white {
    font-size: var(--h4);
  }

  .section-title {
    font-size: var(--h5);
  }

  .footer-subscribe {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero-absolute-big-dispaly {
    color: var(--color-3);
    text-align: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 0;
    font-family: Inter, sans-serif;
  }

  .hero-headline {
    font-size: 2rem;
  }

  .hero-bottom-clmn-1 {
    display: none;
  }

  .list-item:hover {
    background-color: var(--color-6);
  }

  ._360px-width {
    width: 100%;
  }

  .video-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-post.white, .title-post.huge-white {
    font-size: var(--medium);
  }

  .footer-block-2nd-column {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
  }

  .pricing-content {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-big-header {
    font-size: 3.5em;
  }

  .white-tittle-post {
    font-size: var(--h5);
  }

  .summary-text {
    font-size: var(--regular);
  }

  .light-color-overlay-text {
    min-height: 42px;
  }

  .light-color-overlay-text._2 {
    top: 42px;
  }

  .light-color-overlay-text._3 {
    top: 84px;
  }

  .light-color-overlay-text._4 {
    top: 126px;
  }

  .light-color-overlay-text._5 {
    top: 168px;
  }

  .light-color-overlay-text._7 {
    top: 210px;
  }

  .light-color-overlay-text._8 {
    top: 252px;
  }

  .light-color-overlay-text._9 {
    display: block;
    top: 336px;
  }

  .light-color-overlay-text._10 {
    display: block;
    top: 378px;
  }

  .light-color-overlay-text._11 {
    display: block;
    top: 420px;
  }

  .light-color-overlay-text._12 {
    display: block;
    top: 462px;
  }

  .light-color-overlay-text._13 {
    display: block;
    top: 504px;
  }

  .light-color-overlay-text._14 {
    display: block;
    top: 546px;
  }

  .light-color-overlay-text._09 {
    top: 294px;
  }

  .light-color-overlay-text._15 {
    display: block;
    top: 588px;
  }

  .light-color-overlay-text._16 {
    display: block;
    top: 630px;
  }

  .page-description {
    font-size: var(--medium);
  }

  .sub-headline {
    font-size: var(--large);
  }

  .testimonials-tittles {
    font-size: var(--h5);
  }

  .pricing-description {
    font-size: var(--medium);
  }

  .vb-container {
    height: 1300px;
  }
}

#w-node-d48b82a7-06b5-62f3-a1c9-3c608596cd3e-de8c9fc4, #w-node-_0848617a-3100-dc9b-e898-b92070222579-de8c9fc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_225be0b7-6e45-5053-6aba-9686092e6db4-a731b5c7 {
  order: -9999;
}

#w-node-cc6a87f9-9128-9864-773d-c952cd5f4e2c-de8c9fc6, #w-node-cc6a87f9-9128-9864-773d-c952cd5f4e30-de8c9fc6, #w-node-_67aa9061-5d4a-b963-da2e-739bee7a2665-de8c9fca, #w-node-_67aa9061-5d4a-b963-da2e-739bee7a2669-de8c9fca, #w-node-_93b975f5-c95c-5f46-785e-5e5c738649f9-de8c9fcc, #w-node-_93b975f5-c95c-5f46-785e-5e5c738649fd-de8c9fcc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-db3acb9c-89a6-be0f-c5a2-9328d13f34f7-de8c9fc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d48b82a7-06b5-62f3-a1c9-3c608596cd3e-de8c9fc4, #w-node-_0848617a-3100-dc9b-e898-b92070222579-de8c9fc4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_67aa9061-5d4a-b963-da2e-739bee7a265d-de8c9fca, #w-node-_67aa9061-5d4a-b963-da2e-739bee7a2661-de8c9fca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


