:root {
  --color-6: #000;
  --8xl: 8rem;
  --7xl: 6.5rem;
  --6xl: 4rem;
  --5xl: 3.5rem;
  --4xl: 3rem;
  --3xl: 2.5rem;
  --2xl: 2rem;
  --regular: 1.125rem;
  --paragraph-regular: 1rem;
  --color-10: #5528ff;
  --color-9: #8261ff;
  --color: white;
  --color-2: #f8f8f8;
  --paragraph-xl: 2.5rem;
  --small: 1rem;
  --paragraph-small: .75rem;
  --paragraph-large: 2rem;
  --color-4: #29292b;
  --color-3: #bdbdbd;
  --color-5: #616164;
  --color-11: #dfdfdf;
  --color-7: #e5dfff;
  --color-8: #af9aff;
  --paragraph-xs: .5rem;
  --large: 1.5rem;
  --xl: 1.75rem;
  --sx: .9rem;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--color-6);
  font-family: Inter, sans-serif;
  font-size: var(--8xl);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  color: var(--color-6);
  font-family: Inter, sans-serif;
  font-size: var(--7xl);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: var(--color-6);
  font-family: Inter, sans-serif;
  font-size: var(--6xl);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 1.22;
}

h4 {
  color: var(--color-6);
  font-family: Inter, sans-serif;
  font-size: var(--4xl);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  font-weight: 500;
  line-height: 1.275;
}

h5 {
  color: var(--color-6);
  font-family: Inter, sans-serif;
  font-size: var(--2xl);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  font-weight: 500;
  line-height: 1.245;
}

h6 {
  color: var(--color-6);
  font-family: Inter, sans-serif;
  font-size: var(--regular);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.3;
}

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

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

.container-regular {
  z-index: 5;
  width: 100%;
  max-width: 1350px;
  color: var(--color-6);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar-brand {
  color: var(--color-6);
}

.logo-brand {
  letter-spacing: -.02em;
  text-transform: uppercase;
  cursor: pointer;
  border: 0 #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.2;
}

.logo-brand:hover {
  color: var(--color-10);
}

.nav-dropdown-link {
  color: #fff;
  border-radius: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1em;
}

.nav-dropdown-link:hover {
  color: #fff;
  background-color: #222;
}

.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-9);
  color: var(--color);
  border-radius: 6px;
  font-size: 1em;
}

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

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

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

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

.nav-dropdown-toggle {
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-top: 0;
  padding: 5px 30px 5px 10px;
  font-family: Inter, sans-serif;
  font-size: .85em;
  font-weight: 400;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  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 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown.visible-overflow {
  display: none;
}

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

.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 {
  background-color: #000;
  border-radius: 6px;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  text-transform: uppercase;
  direction: ltr;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  font-size: .85em;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #3b3b3b;
}

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

.nav-link.visible--mobile {
  display: none;
}

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

.nav-menu.hide-mobile {
  color: #000;
}

.display-scroll-rem {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8em;
  line-height: 1.2;
}

.text-while-scrolling-animation {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-bottom-inner-wrapper {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.hero-bottom-inner-wrapper.center {
  justify-content: center;
  align-items: stretch;
}

.header-clmn-1 {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-clmn-1.center {
  justify-content: flex-start;
  align-items: center;
}

.sticky-hero-content {
  background-color: #ffc800;
  width: 100%;
  padding: 4rem;
  position: sticky;
  top: 20vh;
}

.sticky-hero-content._3 {
  background-color: #fff0;
  border: 1px #555;
  flex-flow: column;
  justify-content: space-between;
  height: 500px;
  margin-top: 100vh;
  display: flex;
  position: sticky;
}

.sticky-hero-content._1 {
  perspective: 2000px;
  background-color: #ffc80000;
  border: 1px #555;
  flex-flow: column;
  justify-content: space-between;
  height: 500px;
  display: flex;
  position: sticky;
}

.sticky-hero-content._2 {
  background-color: var(--color-10);
  height: 500px;
  color: var(--color);
  text-align: center;
  background-image: url('../images/Fintech-Girl-Cloud--Analytics-Tech-Girl-Pink-MVPossible.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50vh;
  display: flex;
  position: sticky;
}

.sticky-hero-content._1-no-margings, .sticky-hero-content._2-no-margings, .sticky-hero-content._3-no-margings {
  background-color: #ffc80000;
  padding: 0;
}

.section {
  z-index: 1;
  background-color: var(--color);
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.section.hero-section {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

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

.section.gray {
  background-color: var(--color-2);
}

.section.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.section._0index {
  z-index: 0;
  background-color: var(--color-2);
}

.section.no-top-padding-visible-overflow {
  padding-top: 0;
  overflow: visible;
}

.section.no-padding-top {
  padding-top: 0;
}

.section.gray-visible-overflow {
  background-color: var(--color-2);
  overflow: visible;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

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

.sticky-hero-cont-wrapp {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 2000px;
  perspective-origin: 50%;
  background-image: url('../images/pexels-photo-7135037.webp');
  background-size: cover;
  border-radius: 6px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem;
  display: grid;
  position: static;
}

.sticky-hero-cont-wrapp.white-background {
  background-image: none;
}

.heading-dot-div {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  position: relative;
  inset: auto;
}

.heading-dot-div.relative {
  margin-right: 0;
  position: relative;
  left: auto;
}

.section-bg.absolut-center {
  background-color: var(--color-2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-header-content {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.padding-bilateral {
  justify-content: center;
  align-items: center;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.padding-bilateral.hero {
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 2.5rem;
}

.absolute-image-div {
  background-color: #ffffff0f;
  border-radius: 6px;
  position: absolute;
  inset: 0%;
}

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

.image.fullwidth {
  height: 1000px;
}

.sticky-content-features {
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.btn-circle-wrap {
  width: 100%;
  height: 100%;
  color: var(--color-10);
  justify-content: flex-end;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-2-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: "Area Area-2"
                 ". Area-3"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.circle-button-color {
  background-color: var(--color-10);
  border-radius: 100px;
  flex: none;
  width: 19%;
  height: 40px;
  margin-left: 0;
  position: relative;
}

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

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

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

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

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

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

.light-color-overlay-text._09 {
  display: none;
}

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

.light-color-overlay-text._16 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.flex-left-v-top.center {
  justify-content: flex-start;
  align-items: center;
}

.extra-large-paragraph {
  color: var(--color-6);
  font-family: Inter, sans-serif;
  font-size: var(--paragraph-xl);
  line-height: 1.4;
}

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

.text-gray-animation-on-scroll {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.button-primary-animated {
  border: 1px solid var(--color-10);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100px;
  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-animated:hover {
  color: #fff;
}

.button-primary-animated:active {
  background-color: var(--color-10);
}

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

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

.section-title {
  font-size: var(--4xl);
  letter-spacing: -.05rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1em;
}

.btn-text {
  z-index: 1;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.header-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 0;
  display: grid;
}

.header-colmn-2 {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sticky-image-wrapper {
  width: 100%;
  height: 380svw;
  position: relative;
  overflow: clip;
}

.sticky-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 10vh;
}

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

.img-marquee-div {
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}

.display-small {
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1.2;
}

.flex-v-centered {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-v-centered.sticky-clmn-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  padding: 2rem;
  position: sticky;
  top: 20vh;
}

.relative-image-div {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-sticky-clmn-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  margin-top: 50vh;
  padding: 0;
  display: flex;
  position: sticky;
  top: 20vh;
}

.sticky-img-content-clmn-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  margin-top: 100vh;
  padding: 0;
  display: flex;
  position: sticky;
  top: 20vh;
}

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

.section-no-mg {
  z-index: 1;
  background-color: var(--color);
  justify-content: center;
  align-items: center;
  position: relative;
}

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

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

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

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

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

.contact-form-div {
  z-index: 10;
  color: #000;
  background-color: #fffc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  padding: 6rem;
  display: flex;
  position: relative;
}

.contact-form {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  border-radius: 0;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  font-size: 1em;
  position: relative;
}

.field-label {
  font-family: Inter, sans-serif;
  font-size: var(--small);
  font-weight: 400;
}

.text-field {
  height: 42px;
  color: var(--color-6);
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #00000082;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.text-field::placeholder {
  font-weight: 400;
}

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

.submit-button:hover {
  background-color: var(--color-10);
}

._28px-bottom-mg {
  width: 100%;
  margin-bottom: 28px;
}

.project-content {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #000;
  background-color: #fffefe;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-bottom: -1px;
  padding: 20px 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.project-content.gray {
  background-color: var(--color-2);
}

.small-text {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: var(--paragraph-small);
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}

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

.blog-link {
  perspective: 1000px;
  perspective-origin: 50%;
  color: #000;
  border-radius: 6px;
  justify-content: flex-end;
  align-items: center;
  height: 300px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-card {
  transform-origin: 50% 100%;
}

.blog-card.blog-content {
  z-index: 10;
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 300px;
  padding: 2.4rem 3.4rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.blog-card.img-1st {
  z-index: 9;
  border-radius: 6px;
  width: 95%;
  height: 300px;
  position: absolute;
  left: auto;
  right: 5%;
  overflow: hidden;
}

.blog-card.img-2nd-copy {
  z-index: 8;
  border-radius: 6px;
  width: 95%;
  height: 300px;
  position: absolute;
  right: 5%;
  overflow: hidden;
}

.blog-card.img-3rd {
  z-index: 7;
  border-radius: 6px;
  width: 95%;
  height: 300px;
  position: absolute;
  right: 5%;
  overflow: hidden;
}

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

.project-card {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-card._80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.large {
  color: var(--color-6);
  font-family: Inter, sans-serif;
  font-size: var(--paragraph-large);
  letter-spacing: -.03em;
  font-weight: 300;
}

.block-quote {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 400;
}

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

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

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

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

.xlarge {
  font-family: Inter, sans-serif;
  font-size: var(--paragraph-xl);
  letter-spacing: -.03em;
  font-weight: 300;
}

.grid-style-component {
  grid-template: ". ."
                 "Area ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 "Area-2 Area-3"
                 / 1fr 3fr;
  grid-auto-rows: minmax(auto, 1fr);
}

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

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

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

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

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

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

.color-block._7 {
  background-color: var(--color-7);
}

.color-block._8 {
  background-color: var(--color-8);
}

.color-block._9 {
  background-color: var(--color-9);
}

.color-block._10 {
  background-color: var(--color-10);
}

.regular {
  font-family: Inter, sans-serif;
  font-size: var(--regular);
  letter-spacing: 0;
  font-weight: 300;
}

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

.color-tittle-text.dark {
  color: #000;
}

.about-bg-img {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.about-img-component {
  justify-content: center;
  align-items: center;
  display: flex;
  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-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  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 none var(--color);
  background-color: var(--color-2);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 4rem;
  display: flex;
}

.logo-img {
  filter: grayscale();
  width: 100%;
  height: 3rem;
}

.hero-header-content-left {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 65rem;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-right-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

._64px-bottom-mg {
  margin-bottom: 64px;
}

.xs {
  color: var(--color-6);
  font-family: Inter, sans-serif;
  font-size: var(--paragraph-xs);
}

.text-block {
  font-family: Inter, sans-serif;
}

.tittle-center-card {
  color: var(--color);
  font-size: var(--3xl);
  text-transform: uppercase;
}

.description-card {
  color: var(--color);
}

.hero-headline {
  text-transform: none;
  line-height: 1.1;
}

.width-30rem {
  width: 30rem;
  margin-left: auto;
  margin-right: auto;
}

.tittle-project {
  font-size: var(--regular);
  margin-bottom: 0;
}

.number-insights {
  color: var(--color-6);
  font-size: var(--6xl);
}

.medium-paragraph {
  text-align: center;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.3;
}

.title-service {
  margin-bottom: 0;
  font-size: 1.2em;
}

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

.features-content {
  height: auto;
  box-shadow: 0 0 1px 1px var(--color-11);
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  padding: 50px;
  display: flex;
}

.features-text {
  font-size: 1em;
}

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

.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._6 {
  background-image: url('../images/network_intelligence_32dp_5528FF_FILL0_wght400_GRAD0_opsz40.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}

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

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

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

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

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

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

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

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

.image-team {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0 20px 100px 14px #0000001a;
}

.features-video-content {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  padding-top: 10px;
  font-family: Inter, sans-serif;
  display: flex;
}

.team-name {
  font-size: var(--large);
  margin-bottom: 0;
}

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

.flex-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex-vertical.width-60rem {
  width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.accordion {
  border-bottom: 1px none var(--color-11);
  background-color: var(--color-2);
  border-radius: 6px;
  width: 100%;
  margin-bottom: .5rem;
}

.accordio-flex-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 1rem 2rem 2rem;
  display: flex;
}

.faq-question {
  color: var(--color-6);
  letter-spacing: -.02em;
  white-space: normal;
  font-family: Inter, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2;
}

.accordio-icon {
  width: 20px;
  height: 20px;
  position: relative;
}

.accordion-content {
  background-color: #0000;
  padding: 0;
  position: static;
  overflow: hidden;
}

.accordion-content.w--open {
  position: relative;
}

.all-padding-1rem {
  color: #fff;
  padding: 1rem 2rem;
}

.video-background {
  background-image: linear-gradient(#ffffffd9, #ffffffd9);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 40px;
  display: flex;
}

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

.vb-container.about {
  height: 600px;
}

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

.icons-wrapper {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--color-3) #ffffff40 #ffffff40;
  width: 100%;
  padding-top: 40px;
}

.display-scroll {
  color: var(--color-6);
  font-size: var(--7xl);
  text-transform: uppercase;
  white-space: nowrap;
}

.text-scroll-animation-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
  position: relative;
}

.color-x {
  background-color: var(--color-10);
  border-radius: 100px;
  width: 20px;
  height: 20px;
}

.grid-text-animation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-text-animation.clm-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--color-6);
  grid-template-columns: 1fr 1fr 1fr;
}

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

.text-scroll-wrapper {
  color: #fff;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

.relative {
  position: relative;
}

.link-content-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--color-11);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.link-content {
  z-index: 1;
  font-size: 10vw;
  text-decoration: none;
  position: relative;
}

.link-img {
  border-radius: 6px;
  width: 35vw;
  height: 35vw;
  position: fixed;
  inset: 20% 0 50% 50%;
  overflow: hidden;
}

.cms-project-1 {
  width: 100%;
}

.qs-image-block {
  padding: 0;
}

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

.subtitle-wrapper {
  background-color: var(--color);
  border-radius: 1rem;
  flex-flow: row;
  width: 180px;
  padding: 7px 20px;
  position: relative;
  overflow: hidden;
}

.subtitle-wrapper.color-2 {
  background-color: var(--color-2);
}

.subtitle-wrapper.gray {
  background-color: var(--color-2);
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.subtitle-wrapper.center-gray {
  background-color: var(--color-2);
  margin-left: auto;
  margin-right: auto;
}

.subtitle-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.subtitle-animation {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.subtitle-grid--text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.subtitle-icon {
  background-image: url('../images/Plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.features-list {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.pricing-feature {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.icon-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
}

.text-list {
  font-size: 1rem;
  font-weight: 300;
}

.zoom-image-section {
  z-index: 2;
  background-color: var(--color);
  position: relative;
}

.brand-logo-project {
  width: 6rem;
  margin-bottom: 40px;
  position: absolute;
}

.post-image {
  border-radius: 6px;
  height: 600px;
  overflow: hidden;
}

.post-image.post-page {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 10%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.post-image.blog-post-page {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 1000px;
  display: flex;
}

.additional-image-wrapper {
  border-radius: 6px;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.additional-image-wrapper.huge {
  height: 440px;
  display: block;
}

.image-post {
  border-radius: 6px;
  width: 100%;
  height: auto;
}

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

.image-card-wrapper {
  border-radius: 6px;
  height: 500px;
  overflow: hidden;
}

.image-card-wrapper.fulwidth {
  width: 100%;
  height: 700px;
}

.center-cms-algiment {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-1-row {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.project-sticky {
  margin-bottom: 40px;
  position: sticky;
  top: 10%;
}

.project-img-bg {
  border-radius: 6px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.overlay-post {
  background-image: linear-gradient(#00000059, #00000059);
  border-radius: 6px;
  position: absolute;
  inset: 0%;
}

.title-post {
  font-size: 2em;
}

.title-post.white {
  font-size: 1.8em;
}

.top-label {
  color: var(--color);
  background-color: #fff3;
  border: 0 #c4c4c45c;
  border-radius: 100px;
  padding: 4px 15px;
  text-decoration: none;
  position: absolute;
  inset: 2rem auto auto 2rem;
}

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

.project-content-div {
  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;
}

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

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

.footer-legal-links {
  color: #000;
  margin-left: 0;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

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

.footer-bottom {
  border-top: 1px solid var(--color-11);
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

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

.brand-link {
  color: var(--color-6);
  font-family: Inter, sans-serif;
  font-size: var(--8xl);
  letter-spacing: -.03em;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.brand-link.w--current:hover {
  color: var(--color-10);
}

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

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

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

.footer-subscribe {
  background-color: var(--color-2);
  border: 1px #000;
  height: 100%;
  padding: 6rem 30px 2rem;
  position: relative;
}

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

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

.footer-link {
  color: #000;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  text-decoration: none;
}

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

.tittle-page {
  color: var(--color-6);
  font-size: var(--7xl);
}

.huge-tittle-post {
  color: var(--color);
  font-size: var(--6xl);
}

.huge-tittle-post.black {
  color: var(--color-6);
  font-size: var(--7xl);
}

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

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

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

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

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

.section-features-scroll.img-scroll-animation {
  overflow: visible;
}

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

.img-content-div {
  background-color: #fff;
  background-image: none;
  border-radius: 6px;
  flex: none;
  width: 100%;
  height: 40rem;
  overflow: hidden;
}

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

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

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

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

.descrition-feature {
  font-size: var(--large);
}

.text-regular {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

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

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

.about-overlay-color._15 {
  display: none;
  top: 572px;
}

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

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

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

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

.about-overlay-color._8 {
  display: inline-block;
  top: 345px;
}

.about-overlay-color._5 {
  display: block;
  top: 225px;
}

.about-overlay-color._3 {
  top: 120px;
}

.about-overlay-color._2 {
  top: 64px;
}

.about-overlay-color._14 {
  display: none;
  top: 572px;
}

.about-overlay-color._4 {
  top: 172px;
}

.about-overlay-color._7 {
  display: block;
  top: 290px;
}

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

.about-overlay-color._6 {
  top: 230px;
}

.success-message {
  color: var(--color);
  font-family: Inter, sans-serif;
  font-size: var(--small);
  background-color: #0bca24;
}

.error-message {
  text-align: center;
  padding: 20px;
  font-family: Inter, sans-serif;
}

._180px-bottom-mg {
  margin-bottom: 180px;
}

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

.utility-page-wrap {
  background-color: var(--color-7);
  background-image: url('../images/image47.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color);
  text-align: center;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  font-family: Inter, sans-serif;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--color-6);
  border-radius: 6px;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
}

.password-icon {
  background-color: var(--color-6);
  border-radius: 100px;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px;
}

.paragraph {
  font-size: var(--paragraph-xs);
  text-align: center;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: var(--7xl);
  }

  h2 {
    font-size: var(--6xl);
    font-weight: 500;
  }

  h3 {
    font-size: var(--5xl);
  }

  h4 {
    font-size: var(--4xl);
  }

  .container-regular {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-clm-1 {
    display: none;
  }

  .logo-brand {
    font-size: var(--2xl);
  }

  .nav-dropdown-link:hover, .nav-dropdown-link.w--current {
    background-color: var(--color);
    color: var(--color-10);
    border-radius: 6px;
  }

  .nav-dropdown-link.w--current:hover {
    color: #fff;
  }

  .nav-clm-3 {
    width: 100%;
  }

  .navbar-no-shadow-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-toggle {
    color: #fff;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
  }

  .nav-dropdown-toggle:hover {
    background-color: #fff0;
  }

  .nav-dropdown {
    color: #000;
    margin-right: 0;
  }

  .nav-dropdown.visible-overflow {
    border-radius: 6px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
  }

  .navbar-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    z-index: 999;
    background-color: var(--color-9);
    border-radius: 6px;
    width: 100%;
    position: relative;
  }

  .list-item {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
    display: flex;
  }

  .list-item:hover {
    background-color: var(--color-9);
    border-radius: 6px;
  }

  .nav-link {
    color: #fff;
    border-radius: 6px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .nav-link.w--current {
    color: #000;
    text-align: left;
    background-color: #f4f8fa;
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
  }

  .nav-link.visible--mobile {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .nav-link.visible--mobile:hover {
    background-color: var(--color-9);
    color: var(--color);
    border-radius: 6px;
  }

  .nav-menu-wrapper {
    background-color: var(--color-6);
    border-radius: 7px;
    overflow: hidden;
  }

  .nav-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    color: #000;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

  .nav-menu.hide-mobile {
    display: none;
  }

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

  .menu-button:hover, .menu-button.w--open {
    background-color: var(--color-10);
    color: var(--color);
  }

  .display-scroll-rem {
    margin-bottom: 0;
    font-size: 1em;
  }

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

  .hero-bottom-inner-wrapper.center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .sticky-hero-content._3 {
    margin-top: 15vh;
  }

  .sticky-hero-content._2 {
    margin-top: 5vh;
  }

  .section {
    padding-top: 60px;
  }

  .section.hero-section {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.gray {
    padding-bottom: 40px;
  }

  .section._0index {
    padding-top: 60px;
  }

  .sticky-hero-cont-wrapp {
    grid-template-columns: 1fr;
  }

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

  .absolute-image-div {
    background-color: #2a007ecc;
  }

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

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

  .light-color-overlay-text._09 {
    display: inline-block;
    top: 390px;
  }

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

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

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

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

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

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

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

  .container {
    max-width: none;
  }

  .section-title {
    font-size: 2.6em;
    line-height: 1.1;
  }

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

  .sticky-image-wrapper {
    height: 400svw;
  }

  .sticky-image {
    top: 25vh;
  }

  .flex-v-centered.sticky-clmn-2 {
    position: static;
    top: 0;
  }

  .img-sticky-clmn-1 {
    margin-top: 0;
    position: static;
  }

  .sticky-img-content-clmn-3 {
    margin-top: 0;
  }

  ._100vh._70vh-mbl {
    height: auto;
  }

  .img-component {
    flex-flow: column;
    position: relative;
  }

  .cirlce-img-wrapp {
    width: 100%;
  }

  .circle-img {
    position: relative;
  }

  .contact-form-div {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .blog-link {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .logo-img-card {
    padding: 6.5rem;
  }

  .hero-header-content-left {
    text-align: left;
  }

  .hero-headline {
    font-size: var(--6xl);
  }

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

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

  .grid-4-column.gap32 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .flex-vertical.width-60rem {
    width: auto;
  }

  .accordio-flex-horizontal {
    flex-flow: wrap;
  }

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

  .vb-container {
    height: 900px;
  }

  .display-scroll {
    margin-bottom: 1rem;
    font-size: 5em;
  }

  .section-relative-big-dispaly {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .link-header {
    font-size: var(--2xl);
  }

  .link-img {
    width: 45vw;
  }

  .brand-logo-project {
    width: 4rem;
  }

  .image-card-wrapper.fulwidth {
    height: 420px;
  }

  .project-img-bg {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .overlay-post {
    background-image: linear-gradient(#0006, #0006);
    border-radius: 6px;
  }

  .title-post.white {
    font-size: 1.8em;
  }

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

  .post-card {
    min-height: 30em;
  }

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

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

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

  .brand-link {
    font-size: var(--7xl);
  }

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

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

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

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

  .tittle-page {
    font-size: var(--7xl);
  }

  .huge-tittle-post.black {
    font-size: var(--6xl);
  }

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

  .section-features-scroll.img-scroll-animation {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .about-overlay-color {
    min-height: 55px;
  }

  .about-overlay-color._9 {
    display: inline-block;
    top: 390px;
  }

  .about-overlay-color._8 {
    display: block;
    top: 337px;
  }

  .about-overlay-color._5 {
    display: block;
    top: 222px;
  }

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

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

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

  .about-overlay-color._7 {
    top: 280px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: var(--6xl);
  }

  h2 {
    font-size: var(--5xl);
  }

  h3 {
    font-size: var(--4xl);
  }

  h4 {
    font-size: var(--3xl);
  }

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

  .nav-dropdown-link.w--current {
    background-color: var(--color);
    border-radius: 6px;
  }

  .nav-dropdown-link.w--current:hover {
    color: var(--color-10);
  }

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

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

  .nav-dropdown.visible-overflow {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    background-color: var(--color-9);
    border-radius: 6px;
    position: relative;
  }

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

  .nav-link {
    text-align: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link.w--current {
    text-align: left;
    width: 100%;
    padding-left: 10px;
  }

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

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

  .section {
    padding-top: 100px;
  }

  .section.hero-section {
    height: auto;
  }

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

  .padding-bilateral {
    padding-bottom: 0;
  }

  .grid-2-column {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: column;
    grid-template-rows: 1px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

  .light-color-overlay-text._14 {
    top: 264px;
  }

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

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

  .light-color-overlay-text._12 {
    top: 264px;
  }

  .flex-left-v-top {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .section-title {
    font-size: 2.9em;
  }

  .header-grid, .grid-3-column, .grid-3-column._2, .grid-3-column.insights {
    grid-template-columns: 1fr;
  }

  .blog-card.blog-content {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

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

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

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

  .logo-img-card {
    padding: 2.4rem;
  }

  .hero-headline {
    font-size: var(--5xl);
  }

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

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

  .faq-question {
    font-size: 1.7em;
  }

  .video-background {
    justify-content: flex-start;
    align-items: center;
    height: 1000px;
    padding-top: 140px;
  }

  .vb-container {
    height: 900px;
  }

  .section-relative-big-dispaly {
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
  }

  .link-header {
    font-size: var(--xl);
  }

  .post-image.post-page {
    height: 400px;
  }

  .post-image.blog-post-page {
    height: 600px;
  }

  .additional-image-wrapper {
    height: 200px;
  }

  .additional-image-wrapper.huge {
    height: auto;
  }

  .image-post {
    height: 100%;
  }

  .image-card-wrapper {
    height: auto;
  }

  .image-card-wrapper.fulwidth {
    height: 400px;
  }

  .overlay-post {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .title-post.white {
    font-size: 1.75em;
  }

  .post-card {
    min-height: 22em;
    max-height: 22em;
  }

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

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

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

  .brand-link {
    font-size: var(--6xl);
  }

  .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: auto;
    margin-right: auto;
  }

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

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

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

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

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

  .tittle-page {
    font-size: var(--6xl);
  }

  .huge-tittle-post {
    font-size: var(--5xl);
  }

  .huge-tittle-post.black {
    font-size: var(--6xl);
  }

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

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

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

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

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

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

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

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

  .about-overlay-color._15, .about-overlay-color._13 {
    top: 264px;
  }

  .about-overlay-color._11 {
    display: inline-block;
    top: 434px;
  }

  .about-overlay-color._9 {
    display: block;
    top: 342px;
  }

  .about-overlay-color._10 {
    display: inline-block;
    top: 390px;
  }

  .about-overlay-color._8 {
    display: block;
    top: 291px;
  }

  .about-overlay-color._5 {
    top: 197px;
  }

  .about-overlay-color._3 {
    top: 97px;
  }

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

  .about-overlay-color._14 {
    top: 264px;
  }

  .about-overlay-color._4 {
    top: 139px;
  }

  .about-overlay-color._7 {
    display: block;
    top: 243px;
  }

  .about-overlay-color._12 {
    top: 264px;
  }

  .collection-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .collection-item {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .list-item:hover {
    background-color: #fff0;
  }

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

  .menu-button.w--open {
    background-color: var(--color-10);
    color: #fff;
  }

  .display-scroll-rem {
    font-size: .7em;
  }

  .header-clmn-1.center {
    text-align: center;
  }

  .sticky-hero-content._3 {
    padding: 3.6rem 2rem;
  }

  .sticky-hero-content._1 {
    padding: 2rem;
  }

  .sticky-hero-content._2 {
    padding: 3.6rem 2rem;
  }

  .section {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.gray {
    padding-bottom: 40px;
  }

  .section._0index {
    padding-top: 20px;
  }

  .sticky-hero-cont-wrapp {
    padding: 2rem;
  }

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

  .hero-header-content {
    z-index: 2;
  }

  .padding-bilateral {
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-bilateral.hero {
    height: auto;
    padding-bottom: 2.5rem;
  }

  .grid-2-column {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

  .light-color-overlay-text._16 {
    display: block;
    top: auto;
    bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .container {
    flex: 0 auto;
  }

  .section-title {
    font-size: 2em;
  }

  .header-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .display-small {
    font-size: 2.5rem;
  }

  .relative-image-div {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cirlce-img-wrapp {
    height: 50vh;
  }

  .contact-form-div {
    height: auto;
  }

  .contact-form {
    padding: 0;
  }

  ._28px-bottom-mg {
    width: auto;
  }

  .project-content {
    flex-flow: column;
  }

  .grid-3-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-link {
    width: 100%;
  }

  .blog-card.blog-content {
    padding: 2rem;
  }

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

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

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

  .logo-img-card {
    padding: 1.4rem;
  }

  .hero-headline {
    font-size: var(--2xl);
  }

  .width-30rem {
    width: auto;
  }

  .tittle-project {
    font-size: var(--regular);
  }

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

  .features-content {
    padding: 32px;
  }

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

  .faq-question {
    font-size: 1.5em;
  }

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

  .vb-container {
    height: 1300px;
  }

  .color-x {
    flex: none;
  }

  .section-relative-big-dispaly {
    color: #fff;
    text-align: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 0;
  }

  .link-content-grid {
    width: 100%;
  }

  .link-header {
    font-size: var(--large);
  }

  .link-img {
    left: 40%;
    right: auto;
  }

  .subtitle-icon {
    flex: none;
  }

  .post-image.post-page {
    height: 300px;
  }

  .image-post {
    height: auto;
  }

  .image-card-wrapper.fulwidth {
    height: 230px;
  }

  .project-img-bg {
    justify-content: flex-start;
    align-items: center;
  }

  .created-date.hide-mbl {
    display: none;
  }

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

  .top-label {
    top: 1.4rem;
    left: 1.4rem;
  }

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

  .post-card {
    min-height: 12rem;
    max-height: none;
  }

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

  .brand-link {
    font-size: var(--3xl);
  }

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

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

  .footer-link {
    margin-right: 0;
  }

  .page {
    font-size: var(--5xl);
  }

  .tittle-page {
    font-size: var(--3xl);
  }

  .huge-tittle-post {
    font-size: var(--2xl);
  }

  .huge-tittle-post.black {
    font-size: var(--4xl);
  }

  .hsort-description {
    font-size: var(--small);
  }

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

  .heading-9 {
    font-size: var(--5xl);
  }

  .heading-10 {
    font-size: var(--4xl);
  }

  .heading-11 {
    font-size: var(--3xl);
  }

  .heading-12 {
    font-size: var(--2xl);
  }

  .heading-13 {
    font-size: var(--xl);
  }

  .heading-14 {
    font-size: var(--large);
  }

  .heading-15 {
    font-size: var(--3xl);
  }

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

  .section-features-scroll.img-scroll-animation {
    padding: 40px 20px;
  }

  .heading-16 {
    font-size: var(--large);
  }

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

  .about-overlay-color._15 {
    display: block;
    top: 589px;
  }

  .about-overlay-color._13 {
    display: block;
    top: 510px;
  }

  .about-overlay-color._11 {
    display: block;
    top: 389px;
  }

  .about-overlay-color._9 {
    display: block;
    top: 310px;
  }

  .about-overlay-color._10 {
    display: block;
    top: 353px;
  }

  .about-overlay-color._8 {
    top: 270px;
  }

  .about-overlay-color._5 {
    top: 152px;
  }

  .about-overlay-color._3 {
    top: 74px;
  }

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

  .about-overlay-color._14 {
    display: block;
    top: 550px;
  }

  .about-overlay-color._4 {
    top: 116px;
  }

  .about-overlay-color._7 {
    top: 230px;
  }

  .about-overlay-color._12 {
    display: block;
    top: 430px;
  }

  .about-overlay-color._6 {
    top: 194px;
  }

  .password-icon {
    width: 40px;
  }

  .rich-text-block {
    aspect-ratio: auto;
    font-size: var(--sx);
    object-fit: fill;
    font-weight: 400;
    line-height: 17px;
    position: static;
    overflow: visible;
  }

  .paragraph {
    font-size: var(--paragraph-xs);
    font-weight: 100;
  }
}

#w-node-_07f1a336-8fce-5bde-31cb-a417032a7cd8-ed8f6f95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-faab2641-1fc0-d40e-8258-86030829534a-ed8f6f95 {
  grid-area: 3 / 5 / 7 / 9;
}

#w-node-_3a837d89-a8e1-cd1f-9cc8-e9e27005f863-ed8f6f95 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_7a90f7d2-d35b-33e1-3ee1-7e1b8315054e-ed8f6f95 {
  grid-area: 5 / 1 / 8 / 4;
}

#w-node-_70364abe-2ab3-c163-1ae3-6a2ad62aa558-ed8f6f95 {
  grid-area: 10 / 4 / 10 / 8;
}

#w-node-_62de13e7-b46a-4792-a684-206c1826e078-ed8f6f95 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f411c17f-1338-6574-0380-c898f90b560a-f90b5606 {
  order: -9999;
}

#w-node-fbd63734-e40b-8181-c090-72c40dd47797-0dd4777d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1bb03477-a31b-a2b4-c20b-27f53bf7380f-3bf7380a {
  justify-self: start;
}

#w-node-_1bb03477-a31b-a2b4-c20b-27f53bf73830-3bf7380a {
  justify-self: center;
}

#w-node-_1bb03477-a31b-a2b4-c20b-27f53bf73834-3bf7380a {
  justify-self: end;
}

#w-node-ec689804-6b5f-6c1b-f965-71eddcbd0b14-ed8f6ffd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_75404cec-64cf-d408-8004-f1d9489f9e71-ed8f7013 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94fb620b-3046-e6ad-fad3-87114606d964-ed8f7026 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_94fb620b-3046-e6ad-fad3-87114606d965-ed8f7026 {
  grid-column: span 2 / span 2;
}

#w-node-abf3c27b-ffc5-9fb1-053a-f32e656d4c49-ed8f7026 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-abf3c27b-ffc5-9fb1-053a-f32e656d4c4a-ed8f7026 {
  grid-column: span 2 / span 2;
}

#w-node-_06912341-e39d-23ef-098c-dc9b755bd511-ed8f7026 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_06912341-e39d-23ef-098c-dc9b755bd512-ed8f7026 {
  grid-column: span 2 / span 2;
}

#w-node-_5507824d-d251-e25c-669e-d99c259d9321-ed8f7029 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5507824d-d251-e25c-669e-d99c259d9322-ed8f7029, #w-node-bc567cff-2c3b-b405-b50b-91e58dcef786-ed8f7029 {
  grid-column: span 2 / span 2;
}

#w-node-_68ae5b3f-eeb4-fe8c-e9a7-de8125735d08-ed8f702e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f40127f2-9dfb-0648-1018-9e7db2855ffc-ed8f702f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99f3e654-dc83-83ae-e0c8-b67f8057ee42-ed8f7030, #w-node-cb04ee5f-167d-fc74-c6c8-43cea65ffcdc-ed8f7032 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_47decb6f-3569-32ce-b22d-b1d31b1667f6-671e6174 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_413875d6-bb72-83e7-2e36-a6b0968da999-671e6174 {
  grid-area: Area;
}

#w-node-_0d17c774-d5b9-b19c-3ffc-3b1da99c44f1-671e6174, #w-node-eeff1e73-a64f-43e1-458a-7ce827c7c7ef-671e6174 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1bb03477-a31b-a2b4-c20b-27f53bf73830-3bf7380a {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-faab2641-1fc0-d40e-8258-86030829534a-ed8f6f95 {
    grid-column: 2 / 4;
    grid-row-start: 4;
  }

  #w-node-_3a837d89-a8e1-cd1f-9cc8-e9e27005f863-ed8f6f95 {
    grid-column-end: 3;
  }

  #w-node-_7a90f7d2-d35b-33e1-3ee1-7e1b8315054e-ed8f6f95 {
    grid-row: 7 / 10;
    grid-column-end: 3;
  }

  #w-node-_70364abe-2ab3-c163-1ae3-6a2ad62aa558-ed8f6f95 {
    grid-area: 10 / 2 / 12 / 4;
  }

  #w-node-_94fb620b-3046-e6ad-fad3-87114606d964-ed8f7026 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6fd9e2e5-50a9-fad6-2f65-b1cafc0e0dde-ed8f7029, #w-node-b1643f33-e530-9d92-1b2a-69a1e47c0795-ed8f7029 {
    grid-column: span 2 / span 2;
  }

  #w-node-acb561ef-2689-8c5f-af3d-ff4599a74b77-ed8f7033 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-faab2641-1fc0-d40e-8258-86030829534a-ed8f6f95, #w-node-_3a837d89-a8e1-cd1f-9cc8-e9e27005f863-ed8f6f95, #w-node-_7a90f7d2-d35b-33e1-3ee1-7e1b8315054e-ed8f6f95, #w-node-_70364abe-2ab3-c163-1ae3-6a2ad62aa558-ed8f6f95 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fbd63734-e40b-8181-c090-72c40dd47797-0dd4777d {
    grid-column: span 1 / span 1;
  }

  #w-node-_94fb620b-3046-e6ad-fad3-87114606d967-ed8f7026, #w-node-_94fb620b-3046-e6ad-fad3-87114606d969-ed8f7026, #w-node-abf3c27b-ffc5-9fb1-053a-f32e656d4c4c-ed8f7026, #w-node-abf3c27b-ffc5-9fb1-053a-f32e656d4c4e-ed8f7026 {
    grid-column: span 2 / span 2;
  }

  #w-node-_06912341-e39d-23ef-098c-dc9b755bd511-ed8f7026 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_06912341-e39d-23ef-098c-dc9b755bd514-ed8f7026, #w-node-_06912341-e39d-23ef-098c-dc9b755bd516-ed8f7026 {
    grid-column: span 2 / span 2;
  }

  #w-node-_68ae5b3f-eeb4-fe8c-e9a7-de8125735d08-ed8f702e, #w-node-_99f3e654-dc83-83ae-e0c8-b67f8057ee42-ed8f7030 {
    grid-column: span 1 / span 1;
  }
}


