:root {
  --primary-dark: black;
  --primary: white;
  --primary-light: #e7e7da;
  --grey-green: #f1f2f1;
  --transparent: #0000;
  --black: black;
  --white: white;
  --gray: #c2c2c2;
  --light-gray: #e3e3e3;
  --brand-green: #076c32;
  --dark-gray-50: #afafaf80;
  --dark-brown: #d9d9ca;
  --paragraph-gray: #535353;
  --color: white;
  --color-2: maroon;
  --matte: #262626;
  --yellow: #ffc328;
  --white-50: #ffffff80;
  --light-green: var(--dark-brown);
  --yellow-light: #fff964;
  --purple: #dfd3ff;
  --pista-green: #a9ff9b;
  --pink: #fff9ef;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  color: var(--primary-dark);
  font-family: Mulish, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--primary-dark);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

a {
  align-items: center;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  background-color: var(--primary-dark);
  color: var(--primary-dark);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  margin-left: 20px;
  line-height: 1.4em;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  border-left: 3px solid var(--primary-dark);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 40px 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.section {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-background {
  background-color: var(--primary-light);
}

.section.banner {
  background-color: var(--primary-dark);
  flex-direction: row;
  align-items: center;
  min-height: 450px;
  padding-top: 140px;
  display: flex;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-color: var(--primary-dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 140px;
  display: flex;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.contacts-2-banner {
  background-color: var(--primary-dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.contacts-3-banner {
  background-color: var(--primary);
  padding-top: 0;
  padding-bottom: 0;
}

.section.banner-testimonials {
  background-color: var(--primary-dark);
  flex-direction: column;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.landing-banner {
  background-color: var(--primary-dark);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 180px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section.with-paralax {
  background-image: linear-gradient(#0e0e0ecc, #0e0e0ecc), url('../images/401-2_1401 (2).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.home-banner {
  height: 800px;
  display: flex;
  overflow: hidden;
}

.section.black-background {
  background-color: var(--grey-green);
  overflow: hidden;
}

.section.cta-section {
  background-color: var(--grey-green);
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section.without-space-overflow {
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.banner-home {
  background-image: linear-gradient(to bottom, var(--primary-dark), var(--primary-dark));
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-top: 220px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.project-section {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.overflow {
  overflow: hidden;
}

.section.background-overflow {
  background-color: var(--transparent);
  color: var(--primary);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.our-team {
  background-color: var(--transparent);
  padding-top: 70px;
  padding-bottom: 40px;
  overflow: hidden;
}

.section.our-team.light-background {
  background-color: var(--primary-light);
}

.section.inner {
  background-color: var(--transparent);
  padding-top: 90px;
  padding-bottom: 20px;
  overflow: hidden;
}

.section.inner-page {
  background-color: var(--primary-dark);
  padding-top: 180px;
  overflow: hidden;
}

.section.banner-project {
  background-image: linear-gradient(to bottom, var(--primary-dark), var(--primary-dark));
  flex-direction: row;
  justify-content: flex-end;
  min-height: 450px;
  padding-top: 200px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.section.banner-service {
  background-image: linear-gradient(to bottom, var(--primary-dark), var(--primary-dark));
  flex-direction: row;
  justify-content: flex-end;
  min-height: 450px;
  padding-top: 200px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.section.banner-contact {
  background-color: var(--primary-dark);
  background-image: linear-gradient(#00000080, #00000080), url('../images/skyline-one_1skyline-one.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-direction: column;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 140px;
  display: flex;
}

.section.search-banner {
  background-color: var(--primary-dark);
  padding-top: 180px;
}

.section.inner-pages {
  background-color: var(--primary-dark);
  padding-top: 180px;
  overflow: hidden;
}

.section.blog-page {
  background-color: var(--primary-dark);
  padding-top: 180px;
}

.section.banner-project {
  background-color: var(--grey-green);
  background-image: none;
  flex-direction: row;
  justify-content: flex-end;
  min-height: 450px;
  padding-top: 200px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.section.padding-40px {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.section.cta-section-copy {
  background-color: var(--grey-green);
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.section.black-background-copy {
  background-color: var(--black);
  margin-top: -30vh;
  padding-top: 15vh;
  padding-bottom: 20px;
  overflow: hidden;
}

.section.no-margin {
  margin-top: 0;
  padding-top: 80px;
}

.base-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.banner-first {
  z-index: 1;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

.base-container.banner-first.al-right {
  justify-content: flex-end;
}

.base-container.position-absolute {
  z-index: 1;
  justify-content: center;
  position: absolute;
  inset: 0%;
}

.base-container.position-relative-start {
  z-index: 5;
  align-items: flex-start;
  position: relative;
}

.base-container.banner-project {
  z-index: 3;
  flex: 1;
  align-items: flex-start;
  position: relative;
}

.base-container.no-padding {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.base-container.no-paading {
  padding-left: 0;
  padding-right: 0;
}

.base-container.align-right {
  align-items: flex-end;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--primary-dark);
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary-dark);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 40px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.gray-style-guide {
  background-color: var(--gray);
  width: 75px;
  height: 75px;
}

.primary-dark-style-guide {
  background-color: var(--primary-dark);
  width: 75px;
  height: 75px;
}

.colors-container {
  grid-column-gap: 60px;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 62px;
}

.h2-tablet {
  font-size: 42px;
}

.h1-mobile {
  font-size: 46px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  background-color: var(--primary-dark);
  color: var(--primary);
  text-align: center;
  letter-spacing: .5px;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 20px;
  font-weight: 600;
  transition-property: none;
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.pagination {
  border-color: var(--primary);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  margin-top: 50px;
  margin-bottom: 10px;
  transition: transform .4s;
}

.primary-button.pagination:hover {
  transform: scale(1.1);
}

.primary-button.margin-top-medium {
  margin-top: 20px;
}

.primary-button.margin-top-large {
  margin-top: 50px;
}

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 50px;
}

.link-wrapper {
  width: 50%;
  margin-top: 10px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.nav-menu {
  text-align: right;
  align-items: center;
}

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

.nav-dropdown {
  margin-left: 0;
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 680px;
  margin-left: -315px;
  display: flex;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary-dark);
}

.close-menu-button.w--open {
  background-color: var(--white);
}

.nav-item-title {
  color: var(--primary);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}

.pages-banner {
  background-color: var(--primary-dark);
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 60px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
  transition: transform .9s;
  transform: scale(1);
}

.licensing-image:hover {
  transform: scale(.9);
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--primary-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 68px;
  font-weight: 600;
}

.banner-title.text-color-black {
  color: var(--primary-dark);
}

.banner-title.text-color-black.text-align-center {
  margin-top: 60px;
  font-size: 44px;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary-dark);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-wrap.black-background {
  background-color: var(--primary-dark);
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--gray);
  border-radius: 50px;
  min-width: 280px;
  height: 62px;
  margin-bottom: 10px;
  padding: 18px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--primary-dark);
}

.password-input::placeholder {
  color: #000000b3;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--gray);
  color: var(--primary);
  background-color: #0000;
  border-radius: 0;
  min-width: 300px;
  height: 62px;
  margin-bottom: 0;
  padding: 18px 24px;
  font-size: 18px;
}

.coming-soon-input:focus {
  border-bottom-color: var(--primary);
}

.coming-soon-input:focus-visible {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.coming-soon-input[data-wf-focus-visible] {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.coming-soon-input::placeholder {
  color: var(--gray);
  font-size: 18px;
}

.coming-soon-paragraph {
  color: var(--primary);
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  background-color: var(--primary-dark);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  color: var(--primary);
  text-align: center;
  margin-top: 60px;
}

.blog-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-post-title {
  transition: color .3s;
}

.blog-post-title:hover {
  opacity: .8;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-date {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--primary-dark);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.footer {
  background-color: var(--primary-light);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.footer-bottom-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-copyright {
  color: var(--primary-dark);
  text-align: left;
  width: 100%;
}

.footer-copyright-link {
  color: var(--primary-dark);
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 16px;
  text-decoration: underline;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--primary-dark);
}

.section-title-wrapper {
  text-align: left;
  max-width: none;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 40px;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.style-guide-button-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.paragraph-large {
  font-size: 16px;
  line-height: 1.3em;
}

.paragraph-large.text-white {
  color: var(--primary);
}

.paragraph-large.text-color-white {
  text-align: left;
  font-weight: 400;
}

.paragraph-large.text-color-white.align-right {
  text-align: right;
}

.paragraph-large.without-margin {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-large.text-align-center.no-padding {
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph-large.text-align-center.no-padding.text-color-white.text-align-centre {
  text-align: center;
}

.paragraph-large.about-text {
  color: var(--black);
  text-align: center;
  width: auto;
}

.paragraph-large.about-text.text-color-black {
  color: var(--primary-dark);
  margin-top: 20px;
}

.paragraph-large.text-color-white {
  color: #fff;
}

.paragraph-large.text-color-green {
  color: var(--brand-green);
}

.paragraph-large.hide {
  display: none;
}

.paragraph-large.without-margin-copy {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-large.without-margin-copy.align-right {
  justify-content: flex-end;
}

.paragraph-large.align-right {
  font-size: 16px;
}

.career-customer-image {
  opacity: .5;
  object-fit: contain;
  transition: all .3s;
}

.career-customer-image:hover {
  opacity: 1;
}

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

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.section-title-description {
  text-align: center;
  margin-top: 20px;
}

.services-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.services-item {
  background-color: var(--primary);
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 30px 30px;
  display: flex;
}

.services-item.last-child {
  margin-right: 0;
}

.services-item-description {
  margin-bottom: 20px;
}

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-plan-item {
  background-color: var(--white);
  padding: 40px 30px 30px;
}

.pricing-plan-list {
  margin-top: 30px;
  margin-bottom: 0;
}

.pricing-plan-item-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.pricing-plan-price {
  font-size: 56px;
}

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.section-title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.section-title.text-white {
  color: var(--black);
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.workflow-content-wrapper {
  align-self: center;
  width: 50%;
  padding-left: 40px;
}

.workflow-video-wrapper {
  width: 50%;
}

.workflow-wrapper {
  display: flex;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.workflow-profile-name {
  color: var(--primary-dark);
  margin-bottom: 0;
  font-size: 18px;
}

.workflow-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 420px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-button {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
}

.workflow-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.workflow-title-wrapper.hide {
  display: none;
}

.workflow-quote {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.accordion-toggle {
  white-space: normal;
  justify-content: space-between;
  width: 100%;
  padding: 10px 30px;
  transition: padding .6s;
  display: flex;
}

.accordion-toggle:hover {
  padding-left: 25px;
  padding-right: 25px;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: var(--white);
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.accordion-icon {
  border: 1px solid #0000001a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.accordion-wrap {
  width: 50%;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-title {
  width: 100%;
  margin-top: 0;
}

.flex-vertical-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.more-features-icon {
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  margin-bottom: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.contacts-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  align-self: flex-start;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

.contacts-form-wrapper {
  background-color: var(--primary-dark);
  width: 50%;
  margin-left: 40px;
  padding: 40px;
}

.contacts-form-wrapper.hide {
  display: none;
}

.contacts-divider {
  background-color: var(--dark-gray-50);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-detail-wrapper {
  flex-flow: column;
  display: flex;
}

.contacts-detail {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--brand-green);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 50px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  color: var(--dark-gray-50);
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-right-arrow {
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.contacts-slider-arrow-icon {
  color: var(--primary-dark);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-arrows-divider {
  background-color: var(--primary-dark);
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-textarea {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dark-gray-50);
  color: var(--primary);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  min-width: 390px;
  max-width: 390px;
  min-height: 200px;
  max-height: 300px;
  margin-bottom: 40px;
  padding: 16px 18px;
  font-size: 16px;
}

.contacts-textarea:focus {
  border-bottom-color: var(--primary);
  padding-left: 16px;
}

.contacts-textarea:focus-visible {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.contacts-textarea[data-wf-focus-visible] {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.contacts-textarea::placeholder {
  color: var(--gray);
  font-size: 16px;
}

.contacts-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dark-gray-50);
  color: var(--primary);
  background-color: #0000;
  border-radius: 0;
  min-width: 390px;
  max-width: 390px;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input:focus {
  border-bottom-color: var(--white);
  color: var(--primary);
  padding-left: 16px;
}

.contacts-input:focus-visible {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.contacts-input[data-wf-focus-visible] {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.contacts-input::placeholder {
  color: var(--gray);
  font-size: 16px;
}

.contacts-form-title {
  color: var(--primary);
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.contacts-form-title.al-right {
  text-align: right;
}

.contacts-title.align-right {
  display: flex;
}

.contacts-2-location-wrapper {
  margin-top: 30px;
}

.contacts-2-content-wrapper {
  width: 50%;
  padding-left: 20px;
}

.contacts-2-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-3-banner-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.adress-cards-wrapper {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.adress-card {
  background-color: var(--white);
  padding: 20px;
  box-shadow: 0 2px 50px #0000001a;
}

.contacts-3-form-wrapper {
  background-color: var(--primary-dark);
  width: 990px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.contact-3-inputs-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts-3-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dark-gray-50);
  color: var(--primary);
  background-color: #0000;
  border-radius: 0;
  height: auto;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-3-input:active {
  color: var(--gray);
}

.contacts-3-input:focus {
  border-bottom-color: var(--primary);
  padding-left: 16px;
}

.contacts-3-input:focus-visible {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.contacts-3-input[data-wf-focus-visible] {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.contacts-3-input::placeholder {
  color: var(--gray);
  font-size: 16px;
}

.contacts-3-input.select-input {
  background-color: var(--primary-dark);
  color: var(--gray);
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
  border-radius: 0;
  margin-right: 0;
}

.contacts-3-input.select-input:focus-visible {
  color: var(--primary);
}

.contacts-3-input.select-input[data-wf-focus-visible] {
  color: var(--primary);
}

.contacts-3-form {
  text-align: center;
  width: 100%;
  height: 100%;
}

.footer-link {
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all .3s;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

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

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-links-wrapper {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  color: var(--primary-dark);
  margin-bottom: 10px;
  font-size: 18px;
  text-decoration: underline;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--gray);
  color: var(--primary);
  background-color: #0000;
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border-color: transparent transparent var(--primary);
}

.search-input:focus-visible {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.search-input[data-wf-focus-visible] {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.search-input::placeholder {
  color: var(--gray);
}

.search-result-wrapper {
  width: 100%;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-brand-description {
  text-align: left;
  margin-bottom: 0;
}

.customers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: auto auto auto;
  width: 100%;
  overflow: hidden;
}

.customer-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.customer-title {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 12px;
}

.testimonials-card-wrapper {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.testimonials-card-item {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-shadow: 0 0 50px #00000014;
}

.testimonials-card-content {
  margin-top: 0;
  margin-bottom: 0;
}

.testimonials-card-date {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 700;
}

.service-details-content-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.accordion-wrap-one-column {
  width: 100%;
}

.service-details-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.accordion-wrapper-one-column {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.dark-gray-style-guide {
  background-color: var(--dark-brown);
  width: 75px;
  height: 75px;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.service-list-item {
  position: relative;
}

.primary-button-white {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary-dark);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 50px;
  align-items: center;
  padding: 18px 30px;
  font-size: 20px;
  font-weight: 600;
  transition-property: none;
}

.primary-button-white.margin-top-large {
  margin-top: 50px;
}

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-2-features-wrapper {
  display: flex;
}

.about-2-featutes-grid {
  grid-column-gap: 70px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  width: 100%;
}

.about-wrap {
  display: flex;
}

.about-wrap.top-margin {
  margin-top: 40px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-tab-link {
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-weight: 700;
  position: relative;
}

.portfolio-tab-link.w--current {
  background-color: #0000;
}

.portfolio-tab-link.all-projects {
  position: absolute;
  left: 0;
}

.portfolio-tab-link.all-projects.w--current {
  color: var(--primary-dark);
}

.portfolio-tab-link.last-child {
  order: 1;
  padding-right: 0;
}

.tabs-menu {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.portfolio-grid-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-grid-title-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 30px 40px;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 10px 30px #00000014;
}

.template-empty-state {
  background-color: #0000;
  padding: 30px;
  font-size: 20px;
}

.banner-buttons-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.project-template-content {
  padding-right: 20px;
  position: sticky;
  top: 100px;
}

.project-template-content.hide.al-right {
  flex-flow: column;
  display: flex;
}

.project-template-info {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.project-template-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project-template-info-wrap {
  margin-bottom: 30px;
}

.project-template-info-wrap.last-child {
  margin-bottom: 0;
}

.project-template-info-wrap.align-right {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.paragraph-gray {
  color: var(--dark-brown);
}

.project-template-social-icons {
  display: flex;
}

.project-template-social-link {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.project-template-social-link:hover {
  background-color: var(--primary);
  color: var(--primary-dark);
}

.project-template-social-link.last-child {
  margin-right: 0;
}

.project-pagination-wrapper {
  border-top: 1px solid var(--dark-gray-50);
  align-items: stretch;
  width: 100%;
  display: flex;
}

.landing-banner-image {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  background-color: var(--primary);
  border-radius: 10px;
  width: 100%;
  height: 15px;
}

.landing-progress-bar-95 {
  background-color: var(--primary-dark);
  border-radius: 10px;
  width: 95%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 35px auto;
}

.landing-progress-bar-92 {
  background-color: var(--primary-dark);
  border-radius: 10px;
  width: 92%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-100 {
  background-color: var(--primary-dark);
  border-radius: 10px;
  width: 100%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-88 {
  background-color: var(--primary-dark);
  border-radius: 10px;
  width: 88%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.landing-feature-icon {
  color: var(--white);
  background-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-inner-page-item {
  background-color: var(--primary);
  text-align: center;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-image {
  box-shadow: 0 0 30px 0 var(--primary-light);
  object-fit: cover;
  object-position: 50% 0%;
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary-dark);
  color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  margin-bottom: 60px;
  display: flex;
}

.nav-dropdown-column {
  width: 25%;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-download-block-wrapper {
  background-color: var(--primary-dark);
  background-image: url('../images/Frame-47.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
  box-shadow: 0 0 30px #0000004d;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.mb-20 {
  margin-bottom: 20px;
}

.play-button-icon {
  z-index: 7;
  color: var(--primary-dark);
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid var(--white);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.secondary-button {
  border: 1px solid var(--dark-brown);
  color: var(--primary-dark);
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 20px;
  font-weight: 600;
  transition-property: none;
}

.secondary-button.margin-top-large {
  margin-top: 50px;
}

.contacts-3-location-wrapper {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.navbar-absolute {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  height: 110px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

.banner-slide-content {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 450px;
  font-weight: 400;
  display: flex;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 68px;
  font-size: 20px;
  font-weight: 600;
  display: none;
  top: auto;
  bottom: 40px;
  left: 56%;
}

.banner-slide-content-con {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr auto;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.slide-nav {
  display: none;
}

.banner-slide-active-item {
  color: var(--primary);
  font-size: 18px;
  line-height: 1;
}

.banner-slide-active-item.slide-2 {
  opacity: 0;
  position: absolute;
}

.banner-slide-active-item.slide-1 {
  position: absolute;
}

.banner-slide-active-item.slide-3 {
  opacity: 0;
}

.banner-slide-active {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-slider-heading {
  color: var(--primary);
  text-align: left;
  margin-top: 0;
  line-height: 1.2em;
}

.banner-slide-3 {
  margin-right: 15px;
}

.slider-nav-bg {
  z-index: 2;
  border-top: 1px solid var(--paragraph-gray);
  align-items: center;
  width: 450px;
  height: 67px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 15px;
}

.banner-slide-nonactive {
  color: var(--dark-brown);
  font-size: 18px;
}

.banner-slide-1 {
  margin-right: 15px;
}

.right-arrow {
  background-color: var(--primary);
  transform: scale3d(1none, 1none, 1none);
  color: var(--primary);
  transform-style: preserve-3d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 56px;
  font-size: 20px;
  font-weight: 600;
  transition: transform .3s;
  display: flex;
  top: auto;
  bottom: 40px;
  right: 15px;
}

.right-arrow:hover {
  transform: scale(1.1);
}

.banner-slide-2 {
  margin-right: 15px;
}

.slide-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: auto;
  display: flex;
}

.banner-slider-slash {
  color: var(--dark-brown);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.empty-state {
  background-color: var(--primary);
}

.text-container {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.description-container {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  padding-bottom: 10px;
  display: flex;
}

.title-container {
  width: 100%;
}

.banner-section {
  background-color: var(--primary-dark);
  flex-direction: column;
  height: 800px;
  padding-top: 160px;
  position: relative;
  overflow: hidden;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.portfolio-grid-tabs {
  width: 100%;
}

.portfolio-grid-image-link {
  width: 100%;
  height: 400px;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
  display: inline-block;
}

.subtitle.text-white-color {
  color: var(--brand-green);
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.home-6-blog {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.latest-news-wrap {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: sticky;
  top: 80px;
}

.lastest-news-career {
  background-color: var(--primary-dark);
  flex-direction: column;
  align-items: center;
  height: 500vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.sidescroll-collection {
  justify-content: center;
  position: relative;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.home-service-item {
  flex-direction: column;
  align-items: stretch;
  width: 80vw;
  margin-bottom: 60px;
  margin-right: 30px;
  display: flex;
  box-shadow: 0 0 30px #00000014;
}

.home-6-blog-list {
  width: 2750vw;
  display: flex;
}

.home-6-blog-collection {
  width: 100%;
  max-width: 80vw;
  overflow: hidden;
}

.home-service-image {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.home-service-content {
  grid-column-gap: 10px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.category-link-triangle {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.project-image-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.industry-insights-left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 40px;
}

.category-link {
  color: var(--primary-dark);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: transform .3s, color .3s;
  display: flex;
  transform: translate(-15px);
}

.category-link:hover {
  transform: translate(3px);
}

.category-link-text {
  margin-right: 10px;
  font-size: 20px;
  font-weight: 500;
}

.category-collection-item {
  overflow: hidden;
}

.category-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.home-2-blog-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.blog-item {
  margin-top: 10px;
  position: relative;
}

.home-blog-category-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.home-2-blog-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.home-2-blog-content {
  z-index: 50;
  background-color: var(--white);
  padding-top: 10px;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.additional-features-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.additional-features-left {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-slider {
  background-color: var(--primary-dark);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.project-button-link {
  color: var(--primary-dark);
  justify-content: center;
  width: 50%;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.project-button-link.left {
  border-right: 1px solid var(--dark-gray-50);
}

.project-prev-button-link-icon {
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-next-button-link-icon {
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-button-link-paragraph {
  font-size: 18px;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.home-2-projects-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.projects-collection-column {
  width: 100%;
  padding-top: 60px;
}

.projects-collection-column.first {
  padding-top: 0;
}

.home-2-projects-item {
  position: relative;
}

.home-2-projects-overlay {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-2-projects-overlay.hide {
  display: none;
}

.home-projects-category {
  color: var(--primary-dark);
  font-size: 18px;
  font-weight: 600;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.info-block-title {
  color: #131c21;
  margin-top: 0;
  margin-bottom: 0;
}

.benefit-card {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary-dark);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

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

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-logos {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-top: 80px;
}

.menu-wrap {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-bottom: 20px;
  font-size: 32px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 26px;
}

.rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 22px;
}

.rich-text-style h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}

.rich-text-style h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.link {
  color: var(--primary-dark);
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.link.margin-top-medium {
  margin-top: 40px;
}

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

.link.align-start {
  align-self: flex-start;
}

.benefit-icon {
  object-fit: cover;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tablet-menu {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.brand-tablet.margin {
  margin-top: 10px;
  margin-left: 20px;
}

.brand.w--current {
  flex: none;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

.details-page-title {
  font-size: 60px;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.collection-list-wrapper-portfolio {
  width: 100%;
}

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

.testimonials-bg-element {
  background-color: var(--primary-dark);
  height: 160px;
  position: absolute;
  inset: 0% 0% auto;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.success-message {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
}

.error-message {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.error-message.black {
  color: var(--primary-dark);
}

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.form-contacts {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-block-contacts {
  width: 100%;
  margin-bottom: 0;
}

.span-point {
  background-color: var(--primary-dark);
  border-radius: 50px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  line-height: 14px;
  display: inline-block;
}

.underline {
  background-color: var(--primary-dark);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0%;
}

.underline.white {
  background-color: var(--primary);
}

.underline.hide-mobile {
  display: none;
}

.underline.hide-tab.underline-white {
  background-color: var(--white);
}

.span-point-small {
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.text-block-link.white {
  color: var(--primary);
}

.main-wrapper {
  width: 100%;
  height: 100%;
}

.banner-home {
  z-index: 3;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 18px;
  display: flex;
}

.background-video {
  height: 100%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.background-video.hide-mobile {
  object-fit: cover;
  height: 110%;
  margin-top: 0;
  inset: 0%;
}

.overflow-background {
  background-image: linear-gradient(#00000059, #000);
  position: absolute;
  inset: 0%;
}

.overflow-background.hide {
  display: none;
}

.heading-banner {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-banner.text-size-l {
  font-size: 40px;
}

.banner-content {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  display: grid;
  position: relative;
}

.benefits-wrapper {
  grid-column-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.intro-content {
  position: relative;
}

.intro-right-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.margin-bottom-medium {
  color: var(--black);
  margin-bottom: 30px;
}

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

.hero-background-image.benefit-intro-background {
  background-image: url('../images/about-image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-background-image.intro-background {
  background-image: url('../images/pexels-karolina-grabowska_1pexels-karolina-grabowska.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-background-image.benefit-intro-background {
  background-image: url('../images/Group-1_1Group 1.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  display: none;
}

.hero-background-image.intro-background-copy {
  background-image: url('../images/_WD_8064_WD_8063.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-load-top {
  z-index: 25;
  background-color: var(--primary);
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.background-load-top.dark-color {
  background-color: var(--primary);
}

.background-load-bottom {
  background-color: var(--primary);
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.background-load-bottom.dark-color {
  background-color: var(--primary-dark);
}

.slider-wrapper {
  width: 100%;
  padding-bottom: 100px;
  overflow: hidden;
}

.projects-card-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.projects-mask {
  width: 50%;
  max-width: 800px;
  overflow: visible;
}

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

.project-card-wrapper {
  color: var(--primary);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 28vh;
  min-height: 450px;
  max-height: 550px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.project-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  display: grid;
}

.project-card-bottom {
  z-index: 10;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.subtitle-category {
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}

.slide-arrow {
  border: 1px solid var(--primary);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  transition: transform .5s;
  display: flex;
  inset: auto auto -20% 38%;
}

.slide-arrow:hover {
  transform: scale(1.1);
}

.slide-arrow.right {
  left: 52%;
}

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

.stacked-intro {
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sticky-image-wrapper {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.sticky-image-wrapper.image-two {
  background-image: url('../images/services-2_1services 2.webp');
  background-position: 50%;
}

.sticky-image-wrapper.image-three {
  background-image: url('../images/services-3_1services 3.webp');
}

.sticky-image-wrapper.image-one {
  background-image: url('../images/services_1services.webp');
  background-position: 50% 100%;
}

.sticky-image-bar {
  grid-column-gap: 16px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  padding-bottom: 80px;
  display: grid;
  position: sticky;
  top: 100px;
}

.sticky-box-list {
  grid-row-gap: 120px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 80px;
  display: grid;
}

.services-container-home {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
  position: relative;
}

.mobile-intro-box-image {
  display: none;
  position: relative;
}

.stacked-info-wrap {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.sticky-image {
  width: 450px;
  min-width: 450px;
  height: 450px;
  min-height: 450px;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.stacked-title {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.intro-box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 450px;
  display: flex;
}

.services-list-wrapper {
  z-index: 20;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.image-events {
  object-fit: fill;
  position: relative;
  overflow: hidden;
}

.events-content {
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.bottom-block-moment {
  grid-column-gap: 30px;
  display: flex;
  overflow: hidden;
}

.top-block-moment {
  grid-column-gap: 30px;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.content-image {
  max-width: 630px;
  max-height: 350px;
  display: inline-block;
  overflow: hidden;
}

.content-image._2 {
  max-height: 250px;
}

.content-image._3 {
  max-height: 180px;
}

.base-container-slider {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.display-flex-horizontal {
  grid-column-gap: 80px;
  align-items: center;
  width: 100%;
  display: flex;
}

.display-flex-horizontal.margin-top-medium {
  margin-top: 60px;
}

.display-flex-horizontal.desktop-wrap-small-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex-vertical-align-center {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-bottom-xsmall {
  margin-bottom: 5px;
}

.testimonials-slider-style {
  background-color: #0000;
  max-width: 750px;
  height: 350px;
  overflow: hidden;
}

.image-testimonials {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  display: block;
}

.testimonials-slider-holder {
  width: 100%;
  max-width: 895px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.testimonials-slider-mask-style {
  overflow: visible;
}

.slide-arrow-black {
  border: 1px solid var(--primary-dark);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  transition: transform .5s;
  display: flex;
  top: auto;
  bottom: 1%;
  right: 1%;
}

.slide-arrow-black:hover {
  transform: scale(1.1);
}

.slide-arrow-black.left-arrow {
  left: 0%;
  right: auto;
}

.slide-arrow-black.right-arrow-slide {
  right: 78%;
}

.slide-arrow-black.left-arrow1 {
  left: 0;
  right: auto;
}

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

.text-color-white.without-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.text-color-white.all-caps {
  color: var(--brand-green);
}

.text-color-white.all-caps.text-color-black {
  color: var(--black);
}

.text-color-white.all-caps.text-color-black.text-color-white {
  color: var(--white);
}

.text-color-white.margin-bottom-small {
  margin-bottom: 20px;
}

.text-color-white.text-center {
  color: var(--black);
}

.text-color-white.director {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-color-white.text-align-left {
  color: var(--black);
}

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

.margin-top-small {
  margin-top: 20px;
}

.flex-horizontal-align-center {
  align-items: center;
  display: flex;
}

.flex-horizontal-align-center.small-gap {
  grid-column-gap: 20px;
}

.flex-horizontal-align-center.with-gap {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  flex: 1;
  margin-bottom: 0;
}

.employee-social-icon {
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.our-team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-card {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.employee-position {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

.team-member-image {
  object-fit: cover;
  width: 99%;
  height: 100%;
  overflow: hidden;
}

.card-content-wrapper {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #6d69694d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 30px 20px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-content-wrapper.align-right {
  align-items: flex-end;
}

.team-social-links-block {
  grid-column-gap: 20px;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.team-social-links-block.hide {
  display: none;
}

.team-member-card-image {
  color: #28382a;
  object-fit: cover;
  min-width: 100%;
  height: 360px;
}

.blog-home-wrapper {
  width: 100%;
}

.home-blog-list {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hover-line-fill {
  background-color: var(--primary-dark);
  width: 100%;
  height: 100%;
}

.hover-line-fill.grey {
  background-color: var(--gray);
}

.home-blog-image-link {
  height: 100%;
  overflow: hidden;
}

.list-blog-item {
  grid-column-gap: 30px;
  border-bottom: 1px solid var(--dark-gray-50);
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.hover-line {
  height: 1px;
  display: block;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-line.grey {
  background-color: var(--paragraph-gray);
}

.home-blog-post-heading {
  color: var(--primary-dark);
  transition: opacity .3s;
}

.home-blog-post-heading:hover {
  opacity: .7;
}

.home-content-block {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.blog-image {
  object-fit: cover;
  object-position: 50% 70%;
  width: 370px;
  height: 230px;
}

.published-date {
  margin-top: 0;
  margin-bottom: 0;
}

.home-blog-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.slide-arrow-white {
  border: 1px solid var(--primary);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  transition: transform .5s;
  display: flex;
  top: auto;
  bottom: 1%;
  right: 1%;
}

.slide-arrow-white:hover {
  transform: scale(1.1);
}

.slide-arrow-white.left {
  right: -54%;
}

.container-cta {
  z-index: 1;
  width: 100%;
  padding: 40px 10px;
  position: relative;
}

.container-cta.without-padding {
  padding: 20px 40px;
}

.action-block {
  grid-column-gap: 6rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.intro-title {
  z-index: 1;
  text-align: center;
  max-width: 25rem;
  position: relative;
}

.all-caps {
  text-transform: uppercase;
}

.all-caps.text-color-white {
  color: var(--primary);
}

.home-intro-strip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 13vw;
  margin-top: -5rem;
  margin-bottom: -5rem;
  display: grid;
}

.intro-paralax {
  width: 100%;
  margin-right: 0;
  overflow: hidden;
}

.home-image-intro {
  z-index: 1;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-intro-height {
  padding-top: 149%;
}

.home-intro-height.small {
  padding-top: 101%;
}

.image-overlay {
  background-color: #afafaf40;
  position: absolute;
  inset: 0%;
}

.image-fill {
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
  height: 99%;
  position: absolute;
  inset: 0%;
}

.image-fill.blur {
  opacity: .75;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.home-into-description {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 25rem;
  display: flex;
  position: relative;
}

.negative-margin {
  margin-bottom: -30px;
}

.nav-item-with-line-block {
  position: relative;
}

.secondary-button-white {
  border: 1px solid var(--primary);
  color: var(--primary);
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 20px;
  font-weight: 600;
  transition-property: none;
}

.secondary-button-white.margin-top-large {
  margin-top: 50px;
}

.justify-right {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.navbar-button-wrap.hide, .navbar-button-tablet {
  display: none;
}

.panel-lines-block {
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.panel-lines {
  border-right: 1px solid var(--dark-gray-50);
  flex: 1;
  height: 100%;
}

.panel-lines.last {
  border-right-style: none;
}

.panel-lines.display-none-mobile {
  background-image: url('../images/RA-Sky-LIne_VIEW-01_Final-2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-right-color: #0000;
}

.panel-lines.last-display-none-mobile {
  background-image: url('../images/PERSPECTIVE-CHAIMAA-NEW-PJT-1_1PERSPECTIVE CHAIMAA NEW PJT (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right-style: none;
  border-right-color: #0000;
}

.panel-lines.second-image {
  background-image: url('../images/306.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  border-right-color: #0000;
}

.panel-lines.first-image {
  background-image: url('../images/298-2_1298 (2).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right-color: #0000;
}

.hero-video-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 50%;
  height: 100%;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.video-button {
  border: 1px solid var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.vertical-line {
  background-color: var(--dark-gray-50);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.vertical-line.top {
  justify-content: flex-end;
}

.vertical-line.bottom-max {
  min-height: 20vh;
}

.line-fill {
  background-color: var(--primary);
  width: 100%;
  height: 25px;
}

.footer-wrap {
  grid-row-gap: 5px;
  flex-flow: wrap;
  width: 100%;
  padding-bottom: 60px;
  display: block;
}

.footer-top-wrapper {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
  position: relative;
}

.image-footer-absolute {
  object-fit: cover;
  object-position: 50% 0%;
  width: 33%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.footer-icons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-icon-links {
  border: 1px solid var(--primary-dark);
  transform: scale3d(1none, 1none, 1none);
  color: var(--primary-dark);
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa brands 400", sans-serif;
  transition: transform .3s, background-color .3s;
  display: flex;
}

.footer-icon-links:hover {
  background-color: var(--dark-brown);
  transform: scale(1.1);
}

.footer-text {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.big-text-footer {
  font-family: Kanit, sans-serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 1.2em;
}

.banner-slide-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.slide-active-services {
  flex-direction: column;
  align-items: flex-start;
  height: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-slide {
  color: var(--primary);
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.link-slide.slide-first {
  color: var(--primary);
}

.link-slide.slide-second, .link-slide.slide-thirth {
  opacity: 0;
}

.big-title {
  color: var(--primary);
  text-transform: uppercase;
  font-family: Kanit, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

.big-text {
  z-index: 1;
  max-width: 717px;
  position: relative;
}

.step-paragraph {
  z-index: 1;
  position: relative;
}

.step-description {
  color: var(--primary);
  margin-top: 20px;
}

.step-block {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.how-it-works-steps {
  width: 100%;
}

.text-about {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}

.testimonials-text {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}

.testimonials-text.al-right {
  text-align: right;
}

.process-text {
  display: block;
  position: relative;
}

.services-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.service-item-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-image-item {
  width: 100%;
  padding-top: 100%;
  position: absolute;
  overflow: hidden;
}

.image-overlay-item {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

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

.projects-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.text-description {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 100px;
}

.text-description.align-right {
  align-items: flex-end;
}

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

.project-item-image {
  height: 300px;
  overflow: hidden;
}

.project-image-fill {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.flex-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-vertical.medium-gap {
  grid-row-gap: 30px;
}

.flex-vertical.padding-medium {
  z-index: 5;
  padding-left: 60px;
  position: relative;
}

.flex-vertical.padding-top-small {
  padding-top: 5px;
}

.flex-vertical.padding-top-small.align-right {
  align-items: flex-end;
  display: flex;
}

.flex-vertical.small-gap {
  grid-row-gap: 5px;
}

.flex-vertical.align-right {
  align-items: flex-end;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.margin-bottom-small {
  margin-bottom: 0;
}

.location-icon {
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.location-icon.margin-left {
  margin-left: 5px;
  margin-right: 0;
}

.heading-project {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  position: relative;
}

.heading-project.margin-top-small {
  margin-top: 10px;
  margin-bottom: 0;
}

.without-margin {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-content-about {
  width: 50%;
}

.about-list {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  background-color: var(--grey-green);
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 350vh;
  margin-top: 10px;
  padding: 10px 20px;
  display: block;
}

.about-list.white {
  background-color: var(--color);
  width: 350vh;
}

.image-content-image {
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0 15px 0 auto;
}

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

.process-item-container {
  z-index: 5;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.process-overlay-bottom {
  z-index: 2;
  background-image: linear-gradient(to bottom, #fff0, var(--primary-light));
  height: 5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.process-overlay-bottom.black {
  z-index: 7;
  background-image: linear-gradient(#0000, #000);
}

.process-timeline {
  z-index: 1;
  background-color: var(--dark-brown);
  width: 3px;
  height: 100%;
  position: absolute;
}

.process-step {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4rem 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: relative;
}

.process-container {
  width: 100%;
  position: relative;
}

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

.process-overlay-top {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--primary-light), #fff0);
  height: 5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.process-overlay-top.black {
  z-index: 7;
  background-image: linear-gradient(to bottom, var(--primary-dark), #0000);
}

.process-item-indicator {
  z-index: 2;
  background-color: var(--primary-dark);
  box-shadow: 0 0 0 1.5rem var(--primary-light);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  font-size: 28px;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

.process-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.process-timeline-progress {
  background-color: var(--primary-dark);
  width: 3px;
  height: 0;
}

.process-item-description {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.overlay-team {
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.section-title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.home-review-content-wrapper {
  width: 65%;
}

.home-testimonials-image {
  object-fit: cover;
  width: 30%;
  height: 350px;
}

.home-testimonials-wrapper {
  grid-column-gap: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.home-review-quote {
  text-transform: none;
  margin-top: 20px;
}

.slider-home-testimonials {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: relative;
}

.display-flex-horizontal-gap {
  grid-column-gap: 10px;
  align-items: center;
  width: 100%;
  display: flex;
}

.display-flex-horizontal-gap.margin-top-medium {
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
}

.display-flex-horizontal-gap.margin-top-medium.align-right {
  justify-content: flex-end;
  margin-top: 20px;
}

.blog-home-image-link {
  width: 100%;
  overflow: hidden;
}

.about-action-block {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  display: flex;
}

.about-description {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35rem;
  display: flex;
  position: relative;
}

.mask-banner {
  width: 100%;
  margin-right: 15px;
  padding-left: 15px;
  overflow: hidden;
}

.hero-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.gradient-hero {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--primary-dark), #000000a6 33%, #000000a6 79%, black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-heading {
  color: var(--primary);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2em;
}

.large-growing-image {
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 550px;
  display: flex;
}

.growing-image {
  flex: 1;
  width: 40%;
  position: relative;
}

.growing-image.right {
  margin-left: 24px;
}

.growing-image.small {
  flex: 0 auto;
  width: 35%;
}

.growing-image.small-second {
  flex: 0 auto;
  width: 35%;
  margin-left: 24px;
}

.growing-background {
  background-image: url('../images/pexels-antoni.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.growing-background.second {
  background-image: url('../images/pexels_1pexels.webp');
}

.growing-background.first {
  background-image: url('../images/pexels-tima-miroshniche.jpg');
}

.growing-background.third {
  background-image: url('../images/mark-boss_1mark-boss.webp');
}

.process-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50%;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.benefit-block {
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

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

.team-member {
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 0%;
  align-self: auto;
  width: 25%;
  height: 200px;
  display: block;
}

.testimonials-tabs {
  flex-direction: column-reverse;
  display: flex;
}

.tabs-menu-testimonials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  margin-top: 60px;
  display: grid;
}

.tab-link {
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 10px;
  display: flex;
}

.tab-link.w--current {
  background-color: #0000;
}

.testimonial-avatar {
  z-index: 2;
  background-image: url('../images/Image1_1Image1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.testimonial-avatar.third {
  background-image: url('../images/client-2_1client 2.webp');
}

.testimonial-avatar.first {
  background-image: url('../images/Image4_1Image4.webp');
}

.tab-link-outline {
  border: 1px solid var(--dark-gray-50);
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

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

.text-testimonials {
  color: #242424;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}

.slider-projects {
  background-color: #0000;
  height: auto;
}

.collection-item-project {
  position: relative;
  overflow: hidden;
}

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

.small-image {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 250px;
  position: absolute;
  bottom: 13%;
  right: 5%;
}

.background-project {
  background-image: linear-gradient(#000000b3, #000000b3);
  position: absolute;
  inset: 0%;
}

.text-white-4 {
  color: #fff;
}

.background-services {
  background-image: linear-gradient(#000000b3, #000000b3);
  position: absolute;
  inset: 0%;
}

.link-block-service {
  position: relative;
}

.paragraph-service {
  color: var(--primary);
  text-align: center;
  width: 55%;
  font-size: 20px;
}

.big-heading {
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  font-family: Kanit, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.2em;
}

.description-absolute {
  position: absolute;
  bottom: -7%;
  left: 0%;
  right: 0%;
}

.left-description {
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-projects {
  color: var(--primary);
  width: 60%;
  font-size: 20px;
}

.bottom-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.slide-arrow-projects {
  border: 1px solid var(--primary);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  transition: transform .5s;
  display: flex;
  top: auto;
  bottom: 5%;
  right: -56%;
}

.slide-arrow-projects:hover {
  transform: scale(1.1);
}

.slide-arrow-projects.next {
  right: 5%;
}

.home-blog-title-copy {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  display: flex;
  position: sticky;
  top: 40px;
}

.news-home-wrapper {
  width: 70%;
  margin-top: 10px;
}

.home-heading-blog {
  max-width: 430px;
  margin-bottom: 20px;
}

.home-news-wrapper {
  grid-column-gap: 80px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.home-news-list {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hover-line-fill-second {
  background-color: var(--primary-dark);
  width: 100%;
  height: 100%;
}

.home-news-image-link {
  height: 100%;
  overflow: hidden;
}

.list-news-item {
  grid-column-gap: 30px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.hover-line-second {
  background-color: var(--dark-gray-50);
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

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

.home-news-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.news-picture {
  object-fit: cover;
  width: 350px;
  height: 300px;
}

.home-blog-post-title {
  margin-top: 0;
  transition: opacity .3s;
}

.home-blog-post-title:hover {
  opacity: .7;
}

.banner-home-grid {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 65%;
  display: grid;
  position: relative;
}

.grid-content {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -40px;
  display: grid;
}

.not-full {
  width: 80%;
}

.span-avatar {
  border: 1px solid var(--dark-gray-50);
  background-image: url('../images/Team-Member-3.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: -.8rem;
  margin-left: .5rem;
  margin-right: .5rem;
  transition-property: border-radius;
  transition-duration: .4s;
  display: inline-block;
  position: relative;
  bottom: -.075rem;
}

.span-avatar:hover {
  border-radius: 2rem;
}

.text-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  height: auto;
  display: flex;
  position: sticky;
  top: 100px;
}

.text-grid.align-right {
  align-items: flex-end;
}

.about-text-grid {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subtitle-big {
  color: var(--brand-green);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.card-info {
  z-index: 10;
  text-align: center;
  padding: 10px 20px 20px;
}

.card-info.hide {
  background-color: var(--white);
  display: none;
}

.home-12-team-socials-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.hover-image {
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 8px;
  width: 99%;
  min-width: 300px;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0%;
}

.container-blog {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.container-blog.margin {
  padding-top: 20px;
}

.collection-blog-wrap {
  -webkit-text-stroke-color: var(--transparent);
  width: 100vw;
  display: block;
}

.home-12-team-icon-2 {
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
}

.home-12-team-icon-2:hover {
  color: #3bbb96;
}

.hover-item-link {
  color: var(--white);
  width: 100%;
  min-width: 300px;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.slide-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 300px;
  height: auto;
  display: flex;
  position: relative;
}

.collection-list-blog {
  z-index: 20;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-text-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 80%;
  display: flex;
  position: relative;
}

.banner-text-wrapper.contact-us-two {
  margin-bottom: 60px;
}

.workflow-video-wrap {
  z-index: 5;
  width: 100%;
  height: 420px;
  position: absolute;
  inset: 0%;
}

.section-text-wrapper {
  text-align: center;
  max-width: 600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.faq-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.image-faq {
  height: 650px;
}

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

.accordion-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.team-description {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35rem;
  display: flex;
  position: relative;
}

.timeline-progress-line {
  z-index: 6;
  background-color: #fff3;
  width: 3px;
  height: 100%;
  position: absolute;
}

.text-align-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  display: grid;
}

.timeline-grid-wrapper {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 140px 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.timeline-circle {
  z-index: 5;
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: sticky;
  top: 50vh;
}

.timeline-description {
  color: #fff;
}

.timeline-progress-bar {
  background-color: #fff;
  width: 3px;
  height: 0;
}

.timeline-date {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.2em;
  position: sticky;
  top: 50vh;
}

.image-process {
  position: relative;
  top: -30px;
}

.content-about {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  display: flex;
}

.content-about.hide-on-desktop {
  display: none;
}

.title-awords {
  color: var(--primary);
  text-transform: uppercase;
  font-family: Kanit, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2em;
}

.awords-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.text-block-awords {
  z-index: 1;
  max-width: 717px;
  position: relative;
}

.overflow-backround-project {
  position: absolute;
  inset: 0%;
}

.banner-content-inner {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-start center;
  width: 60%;
  margin-top: 60px;
  display: grid;
  position: relative;
}

.project-item-image-big {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.project-background-wrapper {
  z-index: 2;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.empty-state-white {
  color: var(--primary);
  background-color: #0000;
}

.projects-wrapper {
  background-color: var(--primary-dark);
  flex-direction: column;
  display: flex;
}

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

.small-image-block {
  z-index: 2;
  width: 300px;
  height: 250px;
  position: absolute;
  bottom: 13%;
  right: 5%;
  overflow: hidden;
}

.banner-projects {
  grid-column-gap: 50px;
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-start start;
  width: 100%;
  display: grid;
  position: relative;
}

.banner-projects.al-right {
  justify-items: end;
}

.project-banner-top {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 60%;
  display: flex;
}

.project-banner-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project-banner-bottom.al-right {
  grid-template-columns: 1fr 1fr 1fr;
}

.info-list {
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.info-link {
  border-top: 1px solid var(--dark-gray-50);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: padding .5s, color .3s;
}

.info-link.w--current {
  background-color: #afafaf1a;
  padding-left: 20px;
  padding-right: 20px;
}

.info-link.last {
  border-bottom: 1px solid var(--dark-gray-50);
}

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

.project-stage-info {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-stage-info.align-right {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.banner-title-wrap {
  flex-direction: column;
  align-items: center;
  max-width: 650px;
  display: flex;
}

.poject-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.poject-title.top-margin-small {
  margin-top: 15px;
}

.stage-banner {
  width: 100%;
  height: 400px;
  position: relative;
}

.background-image-stage {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-image-stage._5 {
  background-image: url('../images/Screenshot-852_1Screenshot (852).webp');
}

.background-image-stage._6 {
  background-image: url('../images/Screenshot-851_1Screenshot (851).webp');
}

.background-image-stage._7 {
  background-image: url('../images/Screenshot-857_1Screenshot (857).webp');
}

.background-image-stage._8 {
  background-image: url('../images/Screenshot-862_1Screenshot (862).webp');
}

.gallert-image-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.lightbox-link-showcase {
  width: 100%;
}

.gallery-image-item {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.gallery-image-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gallery-image-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: -100px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gallery-image-background._1 {
  background-image: url('../images/Screenshot-851_1Screenshot (851).webp');
}

.gallery-image-background._2 {
  background-image: url('../images/Screenshot-854_1Screenshot (854).webp');
}

.gallery-image-background._3 {
  background-image: url('../images/Screenshot-857_1Screenshot (857).webp');
}

.gallery-image-background._4 {
  background-image: url('../images/Screenshot-861_1Screenshot (861).webp');
}

.poject-title-small {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

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

.projects-2-column.margin-bottom {
  grid-column-gap: 80px;
  margin-bottom: 100px;
}

.projects-2-list {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.pricing-featutes-grid {
  grid-column-gap: 70px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  width: 100%;
}

.margin-top-medium {
  margin-top: 30px;
}

.customer-block {
  z-index: 1;
  background-color: var(--primary);
  width: 200px;
  height: 180px;
  padding: 40px 30px;
  position: relative;
}

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

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

.banner-title-block {
  max-width: 650px;
}

.service-background-wrapper {
  z-index: 2;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.service-background-wrapper.left-20 {
  object-position: 90% 50%;
}

.services-collection-column {
  width: 100%;
}

.services-list {
  grid-column-gap: 80px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item-copy {
  position: relative;
}

.service-overlay {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.banner-services {
  grid-column-gap: 50px;
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-start start;
  width: 100%;
  display: grid;
  position: relative;
}

.paragraph-contact {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-contact.rev {
  transform-style: preserve-3d;
  transform: none;
}

.service-banner-top {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 70%;
  display: flex;
}

.secondary-button-form {
  border: 1px solid var(--primary);
  color: var(--primary);
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 20px;
  transition: color .3s, background-color .3s;
}

.secondary-button-form:hover {
  background-color: var(--primary);
  color: var(--primary-dark);
}

.secondary-button-form.margin-top-large {
  margin-top: 50px;
}

.contacts-form-2-wrapper {
  background-color: var(--primary-dark);
  width: 50%;
  margin-right: 60px;
  padding: 40px;
}

.project-item-image-fill {
  z-index: 2;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contacts-textarea-big {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dark-gray-50);
  color: var(--primary);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  min-width: 910px;
  max-width: 910px;
  min-height: 200px;
  max-height: 300px;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
}

.contacts-textarea-big:focus {
  border-bottom-color: var(--primary);
  padding-left: 16px;
}

.contacts-textarea-big:focus-visible {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.contacts-textarea-big[data-wf-focus-visible] {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.contacts-textarea-big::placeholder {
  color: var(--gray);
  font-size: 16px;
}

.blog-collection-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-list-grid {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.line {
  background-color: var(--primary);
  color: var(--primary);
  width: 20px;
  height: 2px;
  line-height: 1.2em;
}

.blog-template-prev {
  flex-direction: column;
  display: flex;
}

.margin-bottom-small {
  margin-bottom: 20px;
}

.flex-vertical-card {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.flex-vertical-card:hover {
  background-position: 50% 20%;
}

.flex-vertical-card.with-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.blog-small-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 90px;
  margin-right: 10px;
  transition: transform .6s;
}

.blog-small-image:hover {
  transform: scale(1.1);
}

.column-wrapper-medium {
  width: 60%;
}

.column-wrapper-medium.tablet-full-width {
  align-items: center;
}

.sidebar-search-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--gray);
  color: var(--primary);
  background-color: #0000;
  height: auto;
  margin-bottom: 0;
  padding: 18px;
  font-size: 18px;
}

.sidebar-search-input:focus {
  border-bottom-color: var(--primary-dark);
  font-size: 18px;
}

.sidebar-search-input:focus-visible {
  border-color: transparent transparent var(--primary);
}

.sidebar-search-input[data-wf-focus-visible] {
  border-color: transparent transparent var(--primary);
}

.sidebar-search-input::placeholder {
  color: var(--gray);
  font-size: 18px;
}

.title-hover {
  opacity: 1;
  color: var(--primary);
  transition: opacity .3s;
}

.title-hover:hover {
  opacity: .8;
}

.title-hover.without-top-margin {
  margin-top: 0;
}

.text-content-large {
  width: 80%;
}

.text-content-small {
  justify-content: flex-end;
  width: 23%;
  overflow: hidden;
}

.column-wrapper {
  width: 40%;
}

.primary-button-form {
  background-color: var(--primary-dark);
  border: 1px solid #000;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  transition: color .3s, background-color .3s;
}

.primary-button-form:hover {
  background-color: var(--primary);
  color: var(--primary-dark);
}

.blog-column {
  grid-column-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blog-grid-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 400px;
  transition: transform .9s;
}

.blog-grid-image:hover {
  transform: scale(1.1);
}

.description-container-blog {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 75px;
  margin-bottom: 55px;
  padding-bottom: 10px;
  display: flex;
}

.title-container-blog {
  margin-bottom: 60px;
}

.text-container-blog {
  grid-column-gap: 60px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.blog-content {
  z-index: 50;
  padding-top: 10px;
}

.blog-item-grid {
  position: relative;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.service-column {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.service-column.second {
  margin-top: 40px;
}

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

.heading-2-details {
  margin-top: 20px;
  font-size: 32px;
}

.image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-container-service {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

._404-block {
  font-size: 180px;
  line-height: 1.2em;
}

._404-text {
  font-family: Kanit, sans-serif;
  font-weight: 500;
}

.negative-botton-margin {
  margin-bottom: -30px;
}

.slide-testimonials {
  margin-right: 10px;
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  text-transform: none;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 296px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
}

.hire-buttons:hover {
  color: #ffffffb3;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.more-templates {
  z-index: 1000;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.more-templates:hover {
  color: #000;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.buy-this-template {
  z-index: 1000;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.buy-this-template:hover {
  color: #000;
}

.nav-link {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.nav-link.text-color-black {
  color: var(--black);
}

.nav-text-link {
  margin: 10px 20px;
  transition: all .3s;
  position: relative;
}

.nav-text-link:hover {
  color: var(--white);
}

.button-spacer {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  justify-content: flex-start;
  display: flex;
}

.underline-2 {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0%;
}

.underline-2.white {
  background-color: #fff;
}

.underline-2.hide-tab.underline-white {
  background-color: var(--primary);
}

.link-2 {
  color: #000;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.image {
  position: static;
}

.contacts-slider-arrow-icon-2 {
  color: #000;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-detail-2 {
  align-items: baseline;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-detail-2.content-right {
  justify-content: flex-end;
}

.paragraph-contact-2 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.contacts-right-arrow-2 {
  max-width: 40px;
  padding: 10px 15px;
  display: none;
  inset: 0% 19px auto auto;
}

.section-2 {
  background-color: #0000;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-2.padding-less {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-2.padding-large {
  padding-top: 120px;
  padding-bottom: 100px;
}

.contacts-left-arrow-2 {
  color: #afafaf80;
  max-width: 40px;
  padding: 10px 15px;
  display: none;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-arrows-divider-2 {
  background-color: #000;
  width: 1px;
  height: 20px;
  display: none;
  position: absolute;
  inset: 12px 60px auto auto;
}

.subtitle-3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
  display: inline-block;
}

.base-container-2 {
  flex-flow: column;
  align-items: center;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.base-container-2.align-right {
  align-items: flex-end;
}

.career-form-wrapper {
  background-color: var(--primary-dark);
  text-align: center;
  width: 100%;
  margin-left: 0;
  padding: 40px;
}

.careers-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dark-gray-50);
  color: var(--primary);
  background-color: #0000;
  border-radius: 0;
  min-width: 800px;
  max-width: 800px;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.careers-input:focus {
  border-bottom-color: var(--white);
  color: var(--primary);
  padding-left: 16px;
}

.careers-input:focus-visible {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.careers-input[data-wf-focus-visible] {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.careers-input::placeholder {
  color: var(--gray);
  font-size: 16px;
}

.careers-textarea {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dark-gray-50);
  color: var(--primary);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  min-width: 800px;
  max-width: 800px;
  min-height: 200px;
  max-height: 300px;
  margin-bottom: 40px;
  padding: 16px 18px;
  font-size: 16px;
}

.careers-textarea:focus {
  border-bottom-color: var(--primary);
  padding-left: 16px;
}

.careers-textarea:focus-visible {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.careers-textarea[data-wf-focus-visible] {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.careers-textarea::placeholder {
  color: var(--gray);
  font-size: 16px;
}

.form-contacts-career {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pre-loader_wrapper {
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.first-panel, .second-panel, .third-panel, .fourth-panel {
  background-color: var(--white);
  width: 25%;
  height: 100%;
  padding-right: 0;
}

.section-hero {
  background-color: var(--grey-green);
  width: 100%;
  height: auto;
  margin-bottom: 90px;
  padding-top: 50px;
  padding-right: 0;
  position: relative;
}

.section-hero.hide {
  display: none;
}

.hero-slider {
  width: 100%;
  height: 100%;
}

.hero-slider.hide {
  display: none;
}

.hero-slider_mask {
  width: 100%;
  height: 100%;
}

.left-arrow {
  border: 2px solid var(--white);
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: auto;
  padding: .625rem;
  transition: all .3s ease-in-out;
  display: flex;
  inset: 0% auto 0% 15px;
}

.right_arrow {
  border: 2px solid var(--white);
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: auto;
  padding: .625rem;
  font-size: 20px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: flex;
  inset: 0% 15px 0% auto;
}

.slide_nav {
  justify-content: flex-end;
  align-items: center;
  padding-right: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: .625rem;
  display: flex;
  bottom: 30px;
}

.main-container {
  z-index: 2;
  width: 100%;
  max-width: 80rem;
  height: 100vh;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
}

.slider-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main-slider_wrapper {
  width: 100%;
  height: 100%;
  padding-right: 0;
}

.hero-slider_text-wrapper {
  grid-row-gap: 3.125rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 3.75rem;
  padding-right: 0;
  display: flex;
}

.hero-slider_header {
  grid-column-gap: 1.875rem;
  grid-row-gap: .9375rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 49.375rem;
  display: flex;
  overflow: hidden;
}

.navbar-absolute--2 {
  z-index: 2147483647;
  background-color: #fff;
  width: 100%;
  height: 96px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-animation {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-line {
  background-color: var(--white);
  transform-origin: 0 0;
  width: 32px;
  height: 2px;
  padding-right: 0;
}

.top-line.bg-dark {
  background-color: var(--black);
}

.middlle-line {
  background-color: var(--white);
  width: 27px;
  height: 2px;
  margin-top: 8.4px;
  margin-bottom: 8.4px;
  padding-right: 0;
}

.middlle-line.bg-dark {
  background-color: var(--primary-dark);
}

.bottom-line {
  background-color: var(--white);
  transform-origin: 0 100%;
  width: 28px;
  height: 2px;
  padding-right: 0;
}

.bottom-line.bg-dark {
  background-color: var(--primary-dark);
}

.menu-wrap-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.nav-menu-2 {
  text-align: right;
  align-items: center;
}

.tablet-menu-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tablet-menu-2.hide-on-desktop {
  display: none;
}

.section_stats {
  width: 100%;
  padding-right: 0;
}

.container-large {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  overflow: hidden;
}

.container-large.padding-10 {
  padding-left: 10%;
  padding-right: 10%;
}

.container-large.padding-15 {
  padding-left: 15%;
  padding-right: 15%;
}

.spacer-large {
  min-height: 7rem;
}

.title-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10%;
  display: flex;
  position: relative;
}

.flex-wrap {
  flex-direction: row;
  display: flex;
}

.flex-wrap.space-8px {
  grid-column-gap: .5rem;
}

.flex-wrap.space-8px.algin-center {
  justify-content: center;
  align-items: center;
}

.sub-line {
  background-color: var(--brand-green);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: .25rem;
  padding-right: 0;
  display: flex;
}

.sub-line.rotate {
  background-color: var(--color-2);
  width: 1px;
  height: 20px;
  margin-right: 10px;
}

.sub-line.bg-white {
  background-color: var(--color);
}

.heading-h5-light {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.heading-h5-light.text-light {
  color: var(--white);
}

.heading-h5-light.text-light.rotate-90 {
  transform: rotate(90deg);
}

.heading-h5-light.text-light.margin-0, .heading-h5-light.text-color-yellow {
  margin-top: 0;
  margin-bottom: 0;
}

.spacer-32px {
  min-height: 2rem;
}

.stats-grid_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.stats-content_wrapper {
  background-color: var(--matte);
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  max-width: 22.5rem;
  height: 22.5rem;
  padding-right: 0;
  display: flex;
}

.stats-image {
  object-fit: cover;
  min-width: 7.5rem;
  max-width: 7.5rem;
}

.stats-content-main_wrapper {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.small-icon {
  object-fit: cover;
  width: 3rem;
  height: 3rem;
}

.stats-flex {
  flex-direction: row;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  right: 1px;
}

.text-color-yellow {
  color: var(--yellow);
}

.section_testimonial {
  width: 100%;
  padding-right: 0;
}

.testimonial-wrapper {
  grid-column-gap: 4rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.testimonial-flex {
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-right: 0;
  display: flex;
}

.testimonials-text_wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 24.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonial-slider {
  width: 60%;
  height: auto;
}

.testimonial-card_wrapper {
  background-color: var(--matte);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.testimonial-avatar_icon {
  object-fit: cover;
  border-radius: 6.25rem;
  box-shadow: 0 7px 15px #0000001a;
}

.space-1rem {
  min-height: 1rem;
}

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

.testimonial-card_flex {
  flex-direction: row;
  display: flex;
}

.heading-h4-caps {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.heading-h4-caps.text-light {
  color: var(--white);
}

.centred-paragraph {
  color: var(--white);
  text-align: center;
  letter-spacing: .6px;
  margin-top: 0;
  font-family: Kanit, sans-serif;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.4;
}

.left_arrow {
  border: 1px solid #4d4d4d;
  border-radius: 6.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  left: 1rem;
}

.left-icon, .right-icon {
  font-size: 1rem;
  font-weight: 700;
}

.right_arrow1 {
  border: 1px solid #4d4d4d;
  border-radius: 6.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding-right: 0;
  display: flex;
  right: 16px;
}

.button-block-05 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.button-block-05:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.button-text-05 {
  color: var(--primary);
  justify-content: flex-start;
  width: 230px;
  font-size: 1rem;
  font-weight: 500;
  display: block;
}

.button-icon-wrap-05 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-05-icon {
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
  transform: rotate(-45deg);
}

.button-text-05-icon.is-absolute {
  position: absolute;
  transform: translate(-15px, 10px)rotate(-45deg);
}

.button-block-05-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #f0f0f0;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.button-block-05-2:hover {
  background-color: var(--transparent);
  color: var(--white);
}

.button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-around;
}

.banner-heading-2 {
  color: var(--primary);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2em;
}

.banner-heading-2.text-color-black {
  color: var(--primary-dark);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 60px;
}

.button-text-07-icon {
  color: var(--color);
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
  transform: rotate(-45deg);
}

.button-text-07-icon.is-absolute {
  position: absolute;
  transform: translate(-15px, 10px)rotate(-45deg);
}

.secion_major-consultant {
  position: relative;
}

.paading-top {
  padding-top: 40px;
}

.marquee-conatiner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.marquee-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.marquee-wrap.marquee-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  justify-content: space-around;
}

.sponsor-logo {
  width: 150px;
  height: 65px;
  margin-right: 10px;
}

.secion_major-clients {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.marquee-conatiner-client {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.marquee-wrap-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.marquee-wrap-2.marquee-content-2 {
  flex: none;
  justify-content: space-around;
}

.section_tabs-2.spacer-large.hide-tab {
  background-color: var(--light-gray);
}

.section_tabs-2.spacer-large.hide-desktop {
  display: none;
}

.services-tabs {
  justify-content: space-between;
  display: flex;
}

.tabs-menu {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  height: 100%;
}

.tab-link {
  background-color: var(--primary);
  border-radius: 0%;
  width: 100%;
  height: auto;
  padding: 20px;
}

.tab-link.w--current {
  background-color: var(--primary);
  border-radius: 16px 16px 0% 0%;
  width: 100%;
  height: auto;
  padding: 20px;
  display: block;
}

.tab-content {
  grid-column-gap: 30px;
  flex-direction: column;
  display: flex;
}

.text-style-caps {
  text-transform: uppercase;
  align-items: center;
  display: flex;
}

.tab-pane {
  width: 100%;
  height: auto;
}

.padding-small {
  padding-top: 30px;
  padding-bottom: 30px;
}

.icon-tabs {
  width: 45px;
}

.tabs-content {
  width: 70%;
}

.tab-title {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.tab-main_wrap {
  background-color: var(--primary);
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.tab-image-wrap {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}

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

.tab-content-title {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 50px;
  display: flex;
}

.sub-title-wrap {
  grid-column-gap: 2px;
  display: flex;
}

.button-p {
  flex-direction: column;
  display: flex;
}

.tab-main_wrap-mv {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.tab-image-wrap-mv {
  width: 100%;
  height: 100%;
}

.text-p-white {
  color: var(--primary);
  width: 70%;
}

.section_about-us.padding-large {
  background-color: var(--color);
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 60px;
}

.about-grid_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.about-grid_wrapper.hide {
  display: none;
}

.about-content-_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparent);
  opacity: .85;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 20px;
  display: flex;
  position: static;
  top: 8rem;
}

.about-content-_wrap.align-right {
  align-items: flex-end;
}

.stats-no_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  top: 123px;
}

.stats-no-content_wrap {
  background-color: var(--white);
  text-align: center;
  border-radius: 8px;
  padding: 10px 30px;
  box-shadow: 10px 10px 30px #00000040;
}

.stats-number_h2 {
  color: var(--brand-green);
  font-size: 70px;
}

.about-image_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/RA--SKYLINE-TOWER--RECEPTION----HD-2.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 450px;
  margin-top: 60px;
}

.about-image_1 {
  width: 450px;
  height: 100%;
  padding-top: 0;
}

.image-wrap_1 {
  padding-top: 144px;
}

.image-wrap_2, .section_video.padding-medium {
  padding-top: 0;
  padding-bottom: 0;
}

.video-wrap {
  object-fit: fill;
  background-image: url('../images/webaliser_1webaliser.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.lightbox-wrap {
  background-image: url('../images/renovation.webp');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  width: auto;
  height: 500px;
  display: flex;
}

.title-wrap {
  flex-flow: column;
  margin-bottom: 40px;
  padding-left: 30px;
  display: flex;
}

.section_projects.padding-large {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-services {
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
}

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

.project-image-1 {
  object-fit: cover;
  height: auto;
}

.project-content_wrap-2 {
  margin-top: 80px;
  padding-right: 0;
}

.project-content_wrap-3 {
  margin-top: -40px;
  padding-top: 0;
}

.project-content_wrap-4 {
  margin-top: 60px;
  padding-right: 0;
}

.section_footer {
  background-image: url('../images/div.footer-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-grid_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.footer-top_wrap {
  flex-flow: column;
  align-items: flex-end;
  padding-right: 0;
  display: flex;
}

.footer-bottom_wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: grid;
}

.all-caps-light {
  text-align: right;
  letter-spacing: .03rem;
  text-transform: uppercase;
  font-weight: 300;
}

.base-container-footer {
  flex-direction: column;
  align-items: flex-end;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block {
  text-align: right;
}

.heading-footer {
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
}

.heading-footer.text-color-green {
  color: var(--brand-green);
}

.footer-link {
  color: var(--black);
}

.footer-link:hover {
  color: var(--brand-green);
}

.footer-bottom_flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.footer-flex {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link-b {
  color: var(--brand-green);
}

.align-right {
  text-align: right;
  font-size: 18px;
}

.footer-social-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-social {
  color: var(--brand-green);
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

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

.footer-link_wrap {
  flex-flow: column;
  display: flex;
}

.section_founder {
  background-color: var(--color);
  padding-top: 60px;
  padding-bottom: 40px;
}

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

.founder-image_wrap {
  padding: 30px;
}

.founder-content_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.founder-image {
  object-fit: cover;
  border-radius: 8px;
  width: auto;
  height: 240px;
}

.founder-image.height {
  object-fit: cover;
  width: 240px;
}

.paragraph-gray-2 {
  color: var(--black);
}

.paragraph-gray-2.text-color-white {
  color: var(--white);
}

.gradient-hero-2 {
  z-index: 2;
  background-image: linear-gradient(#00000073, #00000073);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-template-social-link-2 {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.project-template-social-link-2:hover {
  color: #000;
  background-color: #fff;
}

.project-template-social-link-2.last-child {
  border-color: var(--white);
  color: var(--white);
  margin-right: 0;
}

.project-template-social-link-2.last-child:hover {
  color: var(--black);
}

.info-link-2 {
  border-top: 1px solid #afafaf80;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: padding .5s, color .3s;
}

.info-link-2.w--current {
  background-color: #afafaf1a;
  padding-left: 20px;
  padding-right: 20px;
}

.info-link-2.last {
  border-bottom: 1px solid #afafaf80;
}

.subtitle-4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
  display: inline-block;
}

.subtitle-4.text-white-color {
  color: var(--brand-green);
}

.hover-item-link-2 {
  object-fit: fill;
  width: 34%;
  min-width: 33.33vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.secondary-button-white-3 {
  color: #fff;
  letter-spacing: .5px;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 20px;
  font-weight: 600;
  transition-property: none;
}

.secondary-button-white-3.margin-top-large {
  margin-top: 50px;
}

.slide-wrap-2-copy {
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
}

.section-3 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-3.background-overflow {
  background-color: var(--grey-green);
  overflow: hidden;
}

.section-3.background-overflow.hide {
  display: none;
}

.text-color-white-2 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.hover-image-3 {
  object-fit: fill;
  object-position: 50% 50%;
  width: 99%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-load-top-2 {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.background-load-top-2.dark-color {
  background-color: #000;
  display: none;
}

.base-container-3 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.description-container-2 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  padding-bottom: 10px;
  display: flex;
}

.description-container-2.hidden {
  display: none;
}

.background-load-bottom-2 {
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.background-load-bottom-2.dark-color {
  background-color: #000;
  display: none;
}

.collection-list-blog-3 {
  z-index: 20;
  justify-content: center;
  width: 100vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.span-point-4 {
  background-color: #fff;
  border-radius: 50px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  line-height: 14px;
  display: inline-block;
}

.section_project-detail-hero {
  padding-top: 7rem;
  padding-bottom: 2rem;
  padding-right: 0;
}

.project-hero_wrap {
  grid-column-gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
}

.project-full_image {
  object-fit: cover;
  width: 100%;
  height: 40rem;
}

.project-title-h2 {
  color: #000;
  text-transform: capitalize;
  flex: 1;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 120%;
}

.section_project-info {
  padding-top: 3.75rem;
  padding-bottom: 7.5rem;
}

.plus-gallery_icon {
  z-index: 2;
  background-image: url('../images/plus-icon.svg');
  background-position: 0 0;
  background-size: auto;
  width: 2.1875rem;
  height: 2.1875rem;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.text-size-regular {
  color: #000;
  font-size: 1rem;
  line-height: 170%;
}

.text-size-regular.margin-top {
  margin-top: 1rem;
}

.project-info_inner-wrap {
  grid-column-gap: .125rem;
  flex-flow: column;
  display: flex;
}

.project-info_inner-wrap.border {
  border-bottom: 1px solid #e6e6e6;
  flex-flow: column;
  padding-bottom: .625rem;
}

.project-info_inner-wrap.align-right {
  align-items: flex-end;
}

.section_project-gallery {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  padding-right: 0;
}

.lightbox-gallery_item {
  width: 100%;
  height: 100%;
  max-height: 17.5rem;
  position: relative;
  overflow: hidden;
}

.container-large-2 {
  width: 100%;
  max-width: 83.5rem;
  margin-left: auto;
  margin-right: auto;
}

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

.title-wrap-2 {
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.title-wrap-2.margin-bottom {
  margin-bottom: 2.5rem;
}

.padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.text-size-small {
  color: #333;
  font-size: .875rem;
  line-height: 170%;
}

.text-size-small.text-color-black {
  color: var(--brand-green);
  display: inline-flex;
}

.text-size-small.text-color-black.align-right {
  justify-content: flex-end;
}

.project-info_wrapper {
  grid-column-gap: 3.125rem;
  justify-content: space-between;
  margin-bottom: -1.25rem;
  display: flex;
}

.project-info_left {
  grid-row-gap: .625rem;
  flex-direction: column;
  width: 100%;
  min-width: 21.875rem;
  display: flex;
}

.project-gallery_grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-gallery {
  z-index: 2;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-gallery_wrap {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.gallery-move_wrap {
  grid-column-gap: 16px;
  flex: none;
  align-items: center;
  display: flex;
}

.about-gallery_image {
  border-radius: 8px;
  width: 100%;
  max-width: 360px;
}

.grid-stats_wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.stats-wrap {
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  margin-top: 80px;
  display: flex;
}

.stats-wrap.align-right {
  justify-content: flex-end;
}

.about-stats_number {
  text-align: center;
  font-size: 64px;
  line-height: 110%;
}

.about-stats_number.text-white {
  color: var(--transparent);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white-50);
  font-family: Oswald, sans-serif;
  font-size: 72px;
  font-weight: 700;
  position: absolute;
}

.about-stats_text {
  text-align: center;
  font-size: 22px;
  line-height: 120%;
}

.about-stats_text.text-color-white {
  align-self: auto;
  font-size: 20px;
  font-weight: 900;
}

.main-container-stats {
  z-index: 2;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.values-title_wrap {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.values-title_wrap.padding-40px {
  border: .5px solid #000;
  width: 400px;
  height: 450px;
  padding: 40px;
}

.values-wrap {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-medium-2 {
  color: #fff;
  margin-bottom: 30px;
}

.margin-bottom-medium-2.text-color-black {
  color: var(--black);
}

.workflow-video-wrapper-about {
  width: 100%;
}

.subtitle-5 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
  display: inline-block;
}

.subtitle-5.text-white {
  background-color: var(--transparent);
  color: var(--primary);
  margin-bottom: 10px;
}

.benefits-wrapper-2 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.benefits-wrapper-2.margin-bottom-xlarge {
  grid-column-gap: 36px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.benefits-wrapper-2.margin-bottom-xlarge-copy {
  grid-column-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.image-3 {
  border-radius: 8px;
  width: 100%;
}

.our-founders-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.without-margin-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.not-full-2 {
  width: 100%;
}

.section-4 {
  background-color: #0000;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-4.overflow {
  background-color: var(--primary);
  overflow: hidden;
}

.content-about-2 {
  width: 100%;
}

.about-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.text-content-about-2 {
  width: 50%;
}

.image-about-paralax-2 {
  object-fit: cover;
  height: 100%;
}

.section-5 {
  background-color: #0000;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-5.black-background {
  background-color: #fff;
}

.subtitle-6 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
  display: inline-block;
}

.vision {
  color: #fff;
}

.vision.text-color-black {
  color: var(--primary-dark);
}

.about-list-3 {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.image-content-image-2 {
  opacity: .8;
  object-fit: fill;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0 15px 0 auto;
}

.nav-dropdown-icon-2 {
  margin-right: 0;
  font-size: 16px;
  display: none;
}

.nav-item-title-2 {
  color: var(--black);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}

.nav-item-title-2.text-color-white {
  color: var(--primary);
}

.nav-dropdown-list-2 {
  background-color: #fff;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-link-line-2 {
  background-color: #000;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.nav-dropdown-link-2 {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link-2:hover {
  margin-left: 0;
}

.nav-dropdown-link-2.w--current {
  color: #000;
}

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

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

.director-member-card {
  width: 450px;
  position: relative;
  overflow: hidden;
}

.paragraph-large-d {
  width: 420px;
  font-size: 18px;
}

.heading-banner-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-content-inner-2 {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-start center;
  width: 60%;
  display: grid;
  position: relative;
}

.negative-margin-2 {
  margin-bottom: -30px;
}

.section-6 {
  background-color: #0000;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-6.inner {
  background-color: #000;
  padding-top: 180px;
  padding-bottom: 0;
  overflow: hidden;
}

.section-6.inner.news {
  padding-bottom: 100px;
}

.base-container-5, .base-container-6 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.facebook-feed_embed {
  margin-top: 40px;
}

.container-wrap {
  width: 100%;
  max-width: 75rem;
}

.icon-img {
  object-fit: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.subtitle-7 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.subtitle-7.align-right {
  justify-content: flex-end;
}

.subtitle-7.hidden {
  display: none;
}

.text-size-m {
  color: #535c62;
  max-width: 31.25rem;
  margin-bottom: 2.25rem;
  font-size: 1.125rem;
  line-height: 170%;
}

.text-subtitle {
  color: var(--brand-green);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: .5rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 130%;
}

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

.right-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.8125rem 3% 2.8125rem 10%;
  display: flex;
}

.button-primary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--brand-green);
  color: var(--white);
  border-radius: 8px;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  padding: .5rem 2rem;
  text-decoration: none;
  display: flex;
}

.icon-stats {
  background-color: #f0f6f8;
  margin-bottom: auto;
  margin-left: auto;
  padding: .875rem;
}

.grid-stats {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
}

.line-subtitle {
  background-color: #101b22;
  width: 1.6875rem;
  height: 1px;
}

.stats-content {
  margin: 1.125rem;
}

.text-button {
  background-color: var(--brand-green);
  color: #f2f2f2;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  line-height: 130%;
}

.who-we_grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  width: 100%;
}

.button-icon {
  color: #e6ecef;
  object-fit: contain;
  width: .25rem;
  max-width: none;
  height: .5rem;
  margin-left: .5rem;
}

.stats-heading {
  color: #101b22;
  max-width: 13.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
}

.numbers-stats {
  color: #101b22;
  letter-spacing: -1.4px;
  margin-bottom: .75rem;
  font-size: 3.625rem;
  font-weight: 500;
  line-height: 100%;
}

.section_who-we-are {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: .875rem;
  padding: 6.875rem 3.125rem;
  display: flex;
}

.section_who-we-are.backgound {
  background-color: var(--transparent);
}

.stats-wrap-2 {
  background-color: var(--light-green);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: .625rem;
  display: flex;
}

.heading-style-h2 {
  color: var(--color);
  letter-spacing: -1.4px;
  max-width: 43.75rem;
  margin-bottom: 1.625rem;
  font-family: Montserrat, sans-serif;
  font-size: 3.625rem;
  font-weight: 600;
  line-height: 107%;
}

.div-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.button--secondary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--brand-green);
  background-color: var(--transparent);
  color: var(--primary);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 48px;
  padding: .5rem 2rem;
  text-decoration: none;
  display: flex;
}

.button--secondary.white-button {
  border-color: var(--color);
}

.button--secondary.white-button:hover {
  background-color: #0003;
}

.text-button-secondary {
  background-color: var(--transparent);
  color: var(--brand-green);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  line-height: 130%;
}

.icon-arrow_down {
  width: .625rem;
  max-width: none;
  height: .625rem;
}

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

.block-heading_wrap-project.al-right {
  text-align: right;
  align-items: flex-end;
}

.project-content_wrap {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.25rem;
  display: flex;
}

.line-full {
  color: #101b22;
  background-color: #fdc23e;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.line-full.dark {
  background-color: #101b22;
}

.line-1px {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.line-1px.dark {
  background-color: #101b22;
}

.icon-arrow {
  letter-spacing: .13px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .625rem;
  height: .625rem;
  margin-left: .75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-arrow_up {
  width: .625rem;
  max-width: none;
  height: .625rem;
  position: absolute;
  transform: translate(-120%, 120%);
}

.section_projects-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: .875rem;
  padding: 6.875rem 3.125rem;
  display: flex;
}

.section_projects-2.background {
  background-color: var(--black);
}

.section_projects-2.background.hide {
  display: none;
}

.block-heading {
  background-color: var(--transparent);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.5rem;
  display: flex;
}

.block-heading.hide {
  display: none;
}

.heading-project-2 {
  color: #101b22;
  letter-spacing: -.8px;
  max-width: 19.375rem;
  margin-bottom: -.3125rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 120%;
}

.button-primary-2 {
  color: #101b22;
  background-color: #fdc23e;
  justify-content: center;
  align-items: center;
  padding: 1.6875rem 2.1875rem;
  text-decoration: none;
  display: flex;
}

.line-block {
  color: #101b22;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3px;
  display: flex;
  position: relative;
}

.text-type_project {
  color: #778697;
  margin-bottom: .5rem;
  font-size: .875rem;
  line-height: 130%;
}

.image_project {
  object-fit: cover;
  width: 100%;
  height: 28.125rem;
  margin-bottom: .125rem;
}

.grid-3_projects {
  grid-column-gap: 1.875rem;
  grid-row-gap: 3.4375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3_projects.hide {
  display: none;
}

.text-button-2 {
  color: var(--primary);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  line-height: 130%;
}

.link-image_project {
  width: 100%;
  margin-bottom: 0;
  text-decoration: none;
  transition: opacity .35s cubic-bezier(.215, .61, .355, 1);
}

.button-icon-2 {
  object-fit: contain;
  width: .25rem;
  max-width: none;
  height: .5rem;
  margin-left: .5rem;
}

.block-heading_button {
  margin-bottom: 1.875rem;
  margin-left: 1.5625rem;
}

.link-project {
  width: 100%;
  text-decoration: none;
  display: block;
}

.link-project.hide {
  display: none;
}

.founder-flex_wrap {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 20px 20px;
  display: flex;
}

.founder-flex_wrap.al-right {
  text-align: right;
  align-items: flex-end;
}

.banner-home {
  background-color: var(--grey-green);
  justify-content: flex-start;
  align-items: center;
  height: 790px;
  margin-top: 100px;
  display: flex;
}

.hero-grid_wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 790px;
  padding-top: 0;
  display: grid;
  overflow: visible;
}

.div-block-15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.heading-banner-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.video-btn {
  flex: none;
}

.text-style-btn {
  font-size: 20px;
  font-weight: 600;
}

.video-bt {
  color: #016629;
  text-align: center;
  border: 1px solid #016629;
  border-radius: 100px;
  align-items: center;
  padding: 18px 30px;
  display: flex;
}

.primary-button-white-2 {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  flex-wrap: nowrap;
  align-items: center;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 600;
  transition-property: none;
  display: inline-block;
}

.banner-content-2 {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  padding-top: 0;
  display: grid;
  position: relative;
}

.span-point-5 {
  color: #000;
  background-color: #016629;
  border-radius: 50px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  line-height: 14px;
  display: inline-block;
}

.span-point-5:hover {
  background-color: #fff;
}

.hero-sub {
  font-size: 20px;
}

.negative-botton-margin-2 {
  margin-bottom: 0;
}

.hero-image_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.hero-image_wrap.hide-tab {
  height: 790px;
  overflow: hidden;
}

.text-color-green {
  color: var(--brand-green);
}

.button-primary_1 {
  background-color: var(--brand-green);
  border-radius: 8px;
  flex-direction: column;
}

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

.button-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.hero-img {
  object-fit: contain;
  width: 100%;
  height: 790px;
  padding-left: 10px;
  position: relative;
  inset: 0%;
}

.button-block-05-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--brand-green);
  color: var(--color);
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.button-text-05-2 {
  justify-content: flex-start;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.button-block-05-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #f0f0f0;
  background-color: #f0f0f000;
  border: 1px solid #f0f0f0;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.values-grid_wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
  position: relative;
}

.values-content_wrap {
  border: 2px solid var(--gray);
  background-color: var(--grey-green);
  border-radius: 8px;
  flex-flow: column;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.values-icon {
  width: 2.5rem;
}

.values-text {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 500;
}

.values-icon_wrap {
  background-color: var(--brand-green);
  border-radius: 8px;
  padding: 4px;
  position: absolute;
  top: -25px;
}

.number-content_wrap {
  background-color: var(--white-50);
  border-radius: 8px;
  padding: 5px;
  position: relative;
  inset: 37px 0% 0%;
}

.number-text {
  font-size: 20px;
  font-weight: 700;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 240px;
  padding-top: 0;
  display: flex;
}

.heading {
  align-self: flex-start;
  width: 240px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.heading.name {
  text-align: left;
  padding-left: 0;
  font-size: 24px;
}

.heading.name.align-right {
  text-align: right;
}

.heading.al-right {
  align-self: flex-end;
}

.paragraph-large-copy {
  font-size: 16px;
}

.paragraph-large-copy.about-text {
  color: var(--primary);
  text-align: center;
  width: 80%;
}

.paragraph-large-copy.about-text.text-color-black {
  color: var(--primary-dark);
}

.paragraph-large-copy.text-color-white {
  color: #fff;
}

.hover-item_link {
  width: 100%;
  min-width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.slide_wrap {
  justify-content: space-between;
  align-items: center;
  width: 99.99%;
  min-width: 300px;
  height: auto;
  display: flex;
  position: relative;
}

.lightbox-wrap_full {
  background-image: url('../images/jpeg-optimizer_etienne-girardet-sgYamIzhAhg-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  width: auto;
  height: 500px;
  display: flex;
}

.section-case-study {
  padding-top: 40px;
  padding-bottom: 40px;
}

.case-study_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

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

.case-study_img {
  border-radius: 8px;
  width: 100%;
  position: relative;
}

.case-std_wrap {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 40px;
}

.case-std_wrap.align-right {
  align-items: flex-end;
}

.image-4 {
  width: 70%;
  display: block;
}

.text-color-white-copy {
  color: var(--brand-green);
}

.text-color-white-copy.without-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.text-color-white-copy.margin-bottom-small {
  margin-bottom: 20px;
}

.text-color-white-copy.text-center {
  color: var(--black);
}

.paragraph {
  padding-left: 10px;
  padding-right: 10px;
}

.section_home-hero {
  width: 100%;
  margin-top: 95px;
  overflow: hidden;
}

.section_home-hero.hide {
  display: none;
}

.home-hero_wrapper {
  flex-flow: row;
  justify-content: space-between;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home-hero_left-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 62%;
  margin-top: 5px;
  padding-top: 150px;
  padding-bottom: 0;
  display: flex;
}

.home-hero_left-wrap.al-right {
  align-items: flex-end;
}

.home-hero_right-wrap {
  justify-content: space-around;
  align-items: flex-start;
  width: 55%;
  max-width: 719px;
  display: flex;
  position: absolute;
  right: -12%;
}

.main-heading_wrap {
  margin-bottom: 24px;
}

.hero-heading_h1 {
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  display: inline-block;
}

.heading-relative_wrap {
  display: inline-block;
  position: relative;
}

.highlight-span {
  background-color: var(--brand-green);
  color: var(--brand-green);
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  transition: all .4s;
  display: inline-block;
}

.highlight-box {
  background-color: var(--brand-green);
  border-radius: 4px;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: auto -16px -18px auto;
}

.hero-paragraph {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
}

.hero-column {
  grid-row-gap: 16px;
  flex-flow: column;
  width: 45%;
  max-width: 300px;
  display: flex;
}

.hero-column._2 {
  margin-top: -140px;
}

.column-content_wrap {
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.column-text_wrap {
  grid-row-gap: 50px;
  background-color: var(--yellow-light);
  background-image: url('../images/306_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  height: 40vh;
  padding: 0;
  display: flex;
}

.column-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.column-heading_h2 {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 117%;
}

.column-image_wrap {
  background-color: #fff9ef;
  background-image: url('../images/3030-3_13030 3.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.column-image_wrap._180-px {
  background-color: #fff0;
  height: 180px;
  padding: 0;
}

.column-image_wrap._250-px {
  background-color: #fff9ef00;
  height: 250px;
  padding: 0;
}

.column-image_wrap._300-px {
  background-color: #fff9ef00;
  height: 300px;
  padding: 0;
}

.column-image_wrap._2 {
  background-color: var(--yellow-light);
  background-image: url('../images/756B0380_1756B0380.webp');
  background-position: 50%;
  background-size: cover;
  height: 200px;
  padding: 0;
}

.column-image {
  width: 100%;
  height: 100%;
}

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

.column-image.left {
  background-image: url('../images/delhi-private.webp');
  background-position: 50%;
  background-size: cover;
  max-width: none;
}

.column-content_wrapper {
  grid-row-gap: 19px;
  background-color: var(--purple);
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  padding: 0;
  display: flex;
}

.column-content_wrapper.center-img {
  background-color: var(--pista-green);
}

.section_experience.padding-large {
  background-color: var(--primary-dark);
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.exp-content_wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.exp-icon {
  background-color: var(--color);
  border-radius: 4px;
  align-self: auto;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  padding: 20px;
}

.exp-icon.margin-left {
  margin-left: 20px;
  margin-right: 0;
}

.exp-title {
  color: var(--white);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.exp-icon-img {
  width: 45px;
  max-width: none;
  display: block;
}

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

.exp-paragrph.hide {
  display: none;
}

.margin-30px {
  margin-top: 30px;
}

.founder-wrap {
  border: 0px solid var(--white);
  background-color: var(--transparent);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding: 40px 40px 20px;
  display: flex;
}

.founder-wrap._2 {
  height: auto;
}

.founder-txt {
  color: var(--brand-green);
  letter-spacing: 1.5px;
  margin-left: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 130%;
}

.title-wrap_1 {
  z-index: 10;
  background-color: var(--color);
  border-bottom-right-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-h3 {
  text-align: left;
}

.text-h3.text-white {
  transform: none;
}

.title-wrap_2 {
  z-index: 10;
  background-color: var(--color);
  border-radius: 0 0 0 8px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: none;
}

.text-h5.text-white-color, .text-h5.text-black-color {
  text-align: center;
  font-size: 32px;
}

.home-project_wrap {
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.home-project_scroll {
  background-color: var(--black);
  padding-bottom: 100px;
  overflow: hidden;
}

.home-project_sroll2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero_scroll-wrap {
  align-items: center;
  width: 100%;
  display: flex;
}

.home-hero_wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-card_wrap {
  flex-flow: column;
  justify-content: center;
  width: 390px;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.project-card {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-project_image {
  width: 100%;
  height: auto;
}

.home-project_image.img {
  height: 30rem;
}

.project-overlay {
  background-image: linear-gradient(#0000, #03052e80 99%);
  position: absolute;
  inset: 0%;
}

.home-project_content {
  align-self: stretch;
  max-width: 17ch;
  padding-bottom: 10px;
  padding-left: 10px;
  position: absolute;
  inset: auto 0% -54px 35px;
}

.heading-four.text-color-white {
  color: var(--white);
  font-size: 28px;
  line-height: 2rem;
}

.paragraph-2 {
  margin-bottom: 20px;
}

.paragraph-2.al-right {
  text-align: right;
}

.about-image_wrap1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  background-image: url('../images/HIGH-STAR-TEAM_1HIGH STAR TEAM.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 50rem;
  position: sticky;
  top: 5rem;
}

.about-image_wrap1.no-image {
  background-image: none;
  height: auto;
}

.lightbox-wrap_home {
  border-radius: 8px;
  justify-content: center;
  width: auto;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-span-2 {
  color: var(--brand-green);
}

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

.about-grid_wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.about-video {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.lightbox-cs_wrap {
  background-image: url('../images/delhi-private.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  width: auto;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-image-about {
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 8px;
  width: 99%;
  min-width: 300px;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0%;
}

.section_about-us2.padding-large {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 60px;
}

.div-block-17 {
  background-image: url('../images/756B0103_1756B0103.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 300px;
}

.about-list-copy {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 500vh;
  margin-top: 0;
  padding-top: 20px;
  display: block;
}

.heading-2, .heading-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.modal-popup {
  z-index: 2147483647;
  background-color: #1a1a1a80;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.founders-note_popup {
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 70rem;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.close-btn {
  color: var(--primary-dark);
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  font-size: 3rem;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(45deg);
}

.founder-popup_image {
  border-radius: 100px;
  width: 8rem;
  height: 8rem;
}

.founder-image_pwrap {
  border-radius: 100px;
  overflow: hidden;
}

.founders-txt_popup {
  margin-bottom: 0;
}

.h4-founder {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.section_founder-main {
  background-color: var(--color);
  padding-top: 100px;
  padding-bottom: 40px;
}

.founder-wrap_2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

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

.highstar-logo {
  width: 5.625rem;
  max-width: 100%;
}

.breadcrumb-wrap {
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.breadcrumb-wrap.al-right {
  justify-content: flex-end;
}

.breadcrumb-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: row;
  justify-content: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  text-decoration: none;
  display: flex;
}

.breadcrumb-text {
  color: var(--primary-dark);
  font-weight: 700;
}

.icon-embed {
  color: var(--primary-dark);
  justify-content: center;
  align-items: center;
  display: flex;
}

.founder-content_slider {
  width: 100%;
  height: 100%;
}

.f-arrow_left {
  border: 1px solid var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 1.875rem;
  display: flex;
  top: auto;
  bottom: 3%;
  right: -58%;
}

.f-arrow_right {
  border: 1px solid var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 1.875rem;
  display: flex;
  top: auto;
  bottom: 3%;
  right: 5%;
}

.slide-1 {
  background-color: var(--grey-green);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  margin-right: 1rem;
}

.arrow {
  border: .5px solid #7f7f7f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  position: relative;
}

.arrow-image {
  z-index: 7;
  opacity: 0;
  position: absolute;
}

.founder-slider_wrapper {
  width: 100%;
  position: relative;
}

.footer-logo_link {
  color: var(--black);
}

.footer-logo_link:hover {
  color: var(--brand-green);
}

.footer-logo_image {
  width: 5rem;
}

.founder-mask {
  background-color: var(--white);
  width: 100%;
  height: 400px;
}

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

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

.stack-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
}

.stack-card {
  background-color: var(--primary-light);
  background-image: url('../images/HIGH-STAR-TEAM_1HIGH STAR TEAM.webp');
  background-position: 50%;
  background-size: cover;
  height: 40rem;
  position: sticky;
  top: 5rem;
}

.stack-card.is-second {
  background-image: none;
}

.stack-card.is-3 {
  background-color: var(--color-2);
}

.stack-card.is-4 {
  background-color: var(--pista-green);
}

.about-content-_wrap-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--grey-green);
  opacity: .85;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 20px 100px 10px;
  position: static;
  inset: 0%;
}

.paragraph-3 {
  color: var(--primary-dark);
  font-weight: 500;
}

.section-home_hero {
  width: 100%;
  margin-top: 0;
  margin-bottom: 45px;
  overflow: hidden;
}

.banner-home-transparent {
  z-index: 3;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.section_stats-2 {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 20px;
}

.heading-4 {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--brand-green);
  font-family: Oswald, sans-serif;
}

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

.stats-hero_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start center;
  width: 100%;
}

.stats-stroke_text {
  color: var(--white);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--brand-green);
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 500;
}

.stats-hero_wrap {
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.stats-hero_subtext {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.action-block-flex {
  grid-column-gap: 6rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.navbar-absolute-dark {
  z-index: 999;
  background-color: #0000;
  width: 100%;
  height: 96px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragraph-4 {
  margin-top: 0;
}

.image-5 {
  width: 12rem;
  height: auto;
}

.section-title-wrapper-copy {
  text-align: left;
  text-align: left;
  max-width: none;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 40px;
}

.section-title-wrapper-copy.align-right {
  flex-flow: column;
  align-items: flex-end;
  margin-right: 0;
  display: flex;
}

.section-title-wrapper-copy {
  text-align: left;
  max-width: none;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 40px;
}

.section_hero-wrap {
  width: auto;
  height: 700px;
}

.subtext-wrap {
  order: -1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.subtext-wrap.less-margin {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.subtext-wrap.align-right {
  justify-content: flex-end;
}

.career-link {
  color: var(--brand-green);
  text-align: center;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.lightbox-cs_wrap2 {
  background-image: url('../images/delhi-private.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  width: auto;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-cs_wrap2.no-image {
  background-image: none;
}

.banner-heading-h1 {
  color: var(--primary);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2em;
}

.banner-heading-h1.text-color-white.hide {
  font-family: Oswald, sans-serif;
}

.banner-heading-h1.text-color-white.hide.align-right {
  text-align: right;
}

.team-skills_h4, .heading-h5-semibold {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-h5-semibold.hide {
  display: none;
}

.heading-h3-title {
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 600;
}

.heading-h4-semibold {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-h4-semibold.align-r {
  text-align: right;
}

.heading-style-h2_sb, .heading-h1-cs {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-h1-cs.text-color-white--c {
  color: var(--white);
  font-size: 58px;
}

.heading-2c {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.section-title_wrap {
  text-align: left;
  max-width: none;
  margin-bottom: 60px;
  margin-left: 60px;
  margin-right: auto;
  padding-left: 0;
}

.section-title_wrap.align-right2 {
  margin-left: auto;
  margin-right: 0;
}

.case-study_link-wrap {
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.case-study_link-wrap.align-right {
  justify-content: flex-end;
}

.case-study_link {
  color: var(--brand-green);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.spacer-dot {
  padding-left: 2px;
  padding-right: 2px;
}

.case-study-text {
  font-size: 18px;
}

.bg-black-absolute.hide-on-desktop {
  display: none;
}

.heading-7 {
  font-family: Mulish, sans-serif;
  font-weight: 400;
}

.service-sections {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-sections.margin-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 52px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 100px;
}

.home-2-projects-overlay-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: grid;
}

.background-video-mobile {
  height: 100%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.background-video-mobile.hide-mobile {
  object-fit: cover;
  margin-top: 0;
  inset: 0%;
}

.background-video-mobile.hide-desktop {
  display: none;
}

.case-study-bg_video {
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.project-card_wrap-landscape {
  flex-flow: column;
  justify-content: center;
  width: 390px;
  height: 300px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.block-heading-ar {
  background-color: var(--transparent);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.5rem;
  display: flex;
}

.block-heading-ar.hide, .client-icon.hide {
  display: none;
}

.gallery-lightbox_video {
  width: 100%;
  height: 100%;
}

.play-gallery_icon {
  z-index: 2;
  border: 1px solid var(--white);
  background-color: var(--black);
  background-image: url('../images/ph_play-light.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 100%;
  width: 2.1875rem;
  height: 2.1875rem;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.banner-heading-h1-ar {
  color: var(--primary);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2em;
}

.banner-heading-h1-ar.text-color-white.hide {
  font-family: Oswald, sans-serif;
}

.banner-heading-h1-ar.text-color-white.hide.align-right {
  text-align: right;
}

.nav_arabic-wrap {
  z-index: 99;
  background-color: #0000;
  width: 100%;
  height: 96px;
  margin-top: 72px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container-ar {
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-wrap_ar {
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 40px;
  display: flex;
}

.nav-menu-ar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.justify-left {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.top-line-ar {
  background-color: var(--white);
  width: 32px;
  height: 2px;
}

.bottom-line-ar {
  background-color: var(--white);
  width: 27px;
  height: 2px;
}

.middle-line-ar {
  background-color: var(--white);
  width: 27px;
  height: 2px;
  margin-top: 8.4px;
  margin-bottom: 8.4px;
}

.nav-link_ar {
  color: var(--primary);
  margin: 10px 20px;
  text-decoration: none;
  position: relative;
}

.underline-ar {
  background-color: var(--primary);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0%;
}

.tab-menu-ar.hide-on-desk {
  display: none;
}

.navbar-absolute-arabic {
  z-index: 2147483647;
  background-color: #0000;
  width: 100%;
  height: 96px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-absolute-arabic._2 {
  margin-top: 0;
  display: none;
}

.navbar-absolute--2-arabic {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  height: 96px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-absolute--2-arabic.mobile {
  display: none;
}

.navbar-absolute-arabic-hero {
  z-index: 2147483647;
  background-color: #0000;
  width: 100%;
  height: 96px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-absolute-arabic-hero._2 {
  margin-top: 0;
  display: none;
}

.heading-title_wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.navbar-absolute-arabic-mobile {
  z-index: 2147483647;
  background-color: #0000;
  width: 100%;
  height: 96px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-absolute-arabic-mobile._2 {
  margin-top: 0;
  display: none;
}

.careers-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts-wrapper-2 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.english-link {
  color: var(--primary);
  text-decoration: none;
}

.english-link:hover {
  color: var(--gray);
}

.english-link.text-color-black {
  color: var(--black);
}

.english-link.text-color-black.hide-desktop {
  display: none;
}

.form-field_label {
  color: var(--primary);
  font-family: Montserrat, sans-serif;
}

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

.form_text-field {
  border-radius: 12px;
}

.form_text-area {
  border-radius: 12px;
  height: auto;
  min-height: 7.5rem;
}

.client-icon-2.hide {
  display: none;
}

.heading-8 {
  font-size: 72px;
}

.preloader-wrap {
  z-index: 9999999;
  background-color: var(--white);
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-lottie {
  width: 10rem;
  height: 10rem;
}

.load-wrap {
  z-index: 9999999;
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-18 {
  width: auto;
}

.div-block-19 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 150px;
  height: 100px;
}

.div-block-20, .div-block-21 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 150px;
  height: 100px;
}

.stats-wrap-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--black);
  justify-content: space-between;
  width: 100%;
  max-width: 71.875rem;
  margin-top: 5.625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.stats-heading-style-h2 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 150%;
}

.stats-info_text {
  color: #fff;
  margin-top: -.625rem;
  line-height: 170%;
}

.video-link_wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  display: flex;
}

.video-link_wrap.align-right {
  justify-content: flex-end;
}

.arrow-image-light {
  width: 3rem;
  height: 3rem;
  position: static;
}

.subtitle-8 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
  display: inline-block;
}

.subtitle-8.text-white-color {
  color: #076c32;
}

.pre-loader_wrapper-2 {
  z-index: 9999;
  padding-right: 0;
  display: none;
}

.pr-wipe-2 {
  z-index: 6;
  background-image: url('../images/skyline-two_1skyline-two.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.pre-load_text {
  z-index: 2222;
  opacity: .95;
  color: #fff;
  text-align: center;
  text-transform: none;
  font-size: 8rem;
  line-height: 1.1em;
  position: relative;
}

.loader {
  background-color: #1e1e1e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.preload_wrap {
  width: 12.5rem;
  height: 18.75rem;
  position: absolute;
}

.pr-wipe-1 {
  background-image: url('../images/314-6_1314-6.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.page-wipe {
  z-index: 2147483647;
  background-color: #1e1e1e;
  position: absolute;
  inset: 0%;
}

.text-hide {
  overflow: hidden;
}

.prl-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lottie-preloader {
  z-index: 99999;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.preloader-lottie-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
}

.lottie-preloader-2 {
  z-index: 99999;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.toggle-btn {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #000000b3;
  border-radius: .25rem;
  order: -1;
  padding: .5rem 1rem;
  display: flex;
}

.eng-link {
  color: var(--white);
  padding: .25rem;
  text-decoration: none;
  position: relative;
}

.eng-link:hover {
  color: #c2c2c2;
}

.bg-toggle {
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.bg-toggle.dark-bg {
  background-color: var(--white);
  background-color: #fff;
  border-radius: .25rem;
}

.eng-text {
  position: relative;
}

.arabic-link-1 {
  color: var(--primary-dark);
  padding: .25rem .5rem;
  text-decoration: none;
  position: relative;
}

.arabic-link-1:hover {
  color: #c2c2c2;
}

.arabic-txt {
  position: relative;
}

.tooglebtn-wrap {
  order: -1;
}

.eng-link-2 {
  color: #fff;
  padding: .25rem;
  text-decoration: none;
  position: relative;
}

.eng-link-2:hover {
  color: #c2c2c2;
}

.arabic-link-2 {
  color: #000;
  padding: .25rem .5rem;
  text-decoration: none;
  position: relative;
}

.arabic-link-2:hover {
  color: #c2c2c2;
}

.contact-flex {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.contact-flex.align-right {
  justify-content: flex-end;
}

.case-study_flex {
  display: flex;
}

.video-img_bg {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 82px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.banner {
    padding-top: 180px;
  }

  .section.changelog-banner {
    padding-top: 190px;
  }

  .section.banner-home, .section.banner-service {
    padding-bottom: 130px;
  }

  .section.banner-contact {
    padding-bottom: 140px;
  }

  .section.search-banner {
    padding-top: 220px;
  }

  .section.no-margin {
    padding-top: 80px;
  }

  .base-container.no-paading {
    padding-left: 0;
    padding-right: 0;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-dropdown-list.megamenu.w--open {
    margin-left: -300px;
  }

  .banner-title.text-color-black.text-align-center {
    font-size: 48px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .workflow-content-wrapper {
    padding-left: 70px;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .workflow-video {
    height: 500px;
  }

  .workflow-title-wrapper {
    display: none;
  }

  .workflow-title-wrapper-desktop {
    display: block;
  }

  .workflow-quote {
    margin-top: 20px;
  }

  .contacts-textarea, .contacts-input {
    min-width: 445px;
    max-width: 445px;
  }

  .contacts-3-banner-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .adress-cards-wrapper {
    grid-column-gap: 30px;
    margin-top: 0;
  }

  .adress-card {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-bottom: 130px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .project-template-info {
    grid-row-gap: 60px;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .banner-slide-content {
    width: 500px;
  }

  .banner-slide-content-con {
    grid-column-gap: 120px;
    grid-template-columns: .5fr auto;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .text-container {
    grid-column-gap: 120px;
  }

  .title-container {
    padding-right: 40px;
  }

  .banner-section {
    padding-left: 40px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .home-6-blog {
    display: flex;
  }

  .lastest-news-career {
    align-items: center;
  }

  .sidescroll-collection {
    width: auto;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .additional-features-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 80px;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .benefit-icon {
    margin-right: 20px;
  }

  .center-title {
    padding-right: 140px;
  }

  .background-video.hide-mobile {
    height: 100%;
  }

  .banner-content {
    width: 55%;
  }

  .benefits-wrapper {
    grid-column-gap: 120px;
  }

  .slide-arrow {
    left: 40%;
  }

  .slide-arrow.right {
    left: 50%;
  }

  .sticky-image-bar {
    padding-bottom: 130px;
    top: 110px;
  }

  .sticky-box-list {
    padding-bottom: 130px;
  }

  .services-container-home {
    grid-column-gap: 120px;
    grid-template-columns: auto 1fr;
  }

  .quality-services-title {
    font-size: 54px;
  }

  .sticky-image {
    width: 500px;
    min-width: 500px;
    height: 500px;
    min-height: 500px;
    top: 110px;
  }

  .slide-arrow-black.right-arrow-slide {
    right: 80%;
  }

  .footer-wrap {
    margin-top: 30px;
  }

  .big-text-footer {
    font-size: 92px;
  }

  .big-title {
    font-size: 50px;
  }

  .big-text {
    font-size: 100px;
  }

  .step-paragraph {
    max-width: 400px;
  }

  .step-block {
    border-bottom: 1px solid var(--paragraph-gray);
  }

  .text-content-about {
    width: 47%;
  }

  .image-content-image {
    right: 42px;
  }

  .image-about-paralax {
    top: -130px;
  }

  .about-description {
    max-width: 40rem;
  }

  .banner-heading {
    font-size: 82px;
  }

  .process-grid {
    grid-column-gap: 120px;
    grid-row-gap: 80px;
  }

  .small-image {
    width: 400px;
    height: 300px;
    bottom: 17%;
  }

  .paragraph-service {
    width: 50%;
  }

  .big-heading {
    font-size: 72px;
  }

  .description-absolute {
    bottom: -8%;
  }

  .left-description {
    padding-top: 130px;
    padding-bottom: 130px;
    padding-left: 140px;
  }

  .slide-arrow-projects {
    right: -61%;
  }

  .home-news-wrapper {
    grid-column-gap: 140px;
  }

  .banner-home-grid {
    width: 55%;
  }

  .container-blog {
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .collection-blog-wrap {
    max-width: 1400px;
  }

  .banner-text-wrapper {
    max-width: 80%;
  }

  .workflow-video-wrap {
    height: 500px;
  }

  .faq-grid {
    grid-column-gap: 100px;
  }

  .team-description {
    max-width: 40rem;
  }

  .timeline-date {
    font-size: 32px;
  }

  .content-about {
    width: 95%;
  }

  .title-awords {
    font-size: 40px;
  }

  .banner-content-inner {
    width: 55%;
  }

  .small-image-block {
    width: 400px;
    height: 300px;
    bottom: 17%;
  }

  .project-banner-top {
    width: 80%;
  }

  .banner-title-wrap {
    max-width: 800px;
  }

  .stage-banner {
    height: 450px;
  }

  .projects-2-column.margin-bottom {
    margin-bottom: 80px;
  }

  .pricing-featutes-grid {
    grid-column-gap: 80px;
    grid-template-columns: .6fr 1fr;
  }

  .banner-title-block.full {
    max-width: 750px;
  }

  .contacts-form-2-wrapper {
    width: 45%;
  }

  .blog-column {
    grid-column-gap: 80px;
  }

  .description-container-blog {
    margin-top: 85px;
    margin-bottom: 60px;
  }

  .heading-2-details {
    font-size: 38px;
  }

  .text-container-service {
    grid-column-gap: 120px;
  }

  .paragraph-contact-2 {
    font-size: 15px;
  }

  .base-container-2.align-right {
    align-items: flex-end;
  }

  .careers-input, .careers-textarea {
    min-width: 800px;
    max-width: 800px;
  }

  .heading-h5-light.text-light.rotate-90 {
    transform: rotate(90deg);
  }

  .banner-heading-2 {
    font-size: 82px;
  }

  .tab-image {
    width: 100%;
  }

  .section-3 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .nav-dropdown-list-2.w--open {
    background-color: #0009;
  }

  .nav-dropdown-list-2.white.w--open {
    background-color: var(--white);
  }

  .nav-dropdown-link-2 {
    color: var(--white);
  }

  .nav-dropdown-link-2.w--current, .nav-dropdown-link-2.text-color-black.w--current {
    color: var(--brand-green);
  }

  .nav-dropdown-link-2.black {
    color: var(--black);
  }

  .nav-dropdown-link-2.black.w--current {
    color: var(--brand-green);
  }

  .heading-banner-3 {
    font-size: 70px;
  }

  .hero-image_wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .home-hero_left-wrap {
    width: 62%;
    padding-top: 170px;
  }

  .highstar-logo {
    width: 6rem;
  }

  .f-arrow_left {
    right: -60%;
  }

  .section-title-wrapper-copy.align-right {
    margin-left: auto;
  }

  .banner-heading-h1 {
    font-size: 82px;
  }

  .section-title_wrap {
    margin-left: 134px;
  }

  .section-title_wrap.align-right2 {
    margin-right: 130px;
  }

  .service-sections.margin-bottom {
    margin-bottom: 80px;
  }

  .banner-heading-h1-ar, .heading-8 {
    font-size: 82px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.home-banner {
    height: 700px;
  }

  .section.cta-section {
    overflow: hidden;
  }

  .section.banner-home {
    padding-top: 180px;
  }

  .section.our-team {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .section.banner-project, .section.banner-service, .section.banner-project {
    padding-top: 180px;
  }

  .base-container.no-paading {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-container {
    max-width: 1400px;
  }

  .banner-slide-content-con {
    grid-column-gap: 161px;
  }

  .banner-section {
    height: 700px;
    padding-left: 120px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .latest-news-wrap {
    top: 40px;
  }

  .home-service-item {
    width: 70vw;
  }

  .home-6-blog-list {
    width: 2400vw;
  }

  .home-6-blog-collection {
    max-width: 70vw;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .benefit-icon {
    margin-right: 30px;
  }

  .background-video.hide-mobile {
    padding-top: 0;
    position: static;
  }

  .sticky-image-box {
    min-height: 550px;
  }

  .intro-box {
    min-height: 500px;
  }

  .testimonials-slider-style {
    max-width: 980px;
  }

  .testimonials-slider-holder {
    max-width: 980px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-arrow-white.left {
    right: -60%;
  }

  .home-intro-height {
    padding-top: 100%;
  }

  .home-intro-height.small {
    padding-top: 80%;
  }

  .image-footer-absolute {
    width: 35%;
  }

  .big-text-footer {
    font-size: 100px;
  }

  .testimonials-text {
    font-size: 30px;
  }

  .image-content-image {
    width: 35%;
    right: 121px;
  }

  .team-member {
    height: 400px;
  }

  .image-project {
    height: 780px;
  }

  .slide-arrow-projects {
    right: -65%;
  }

  .hover-item-link {
    min-width: auto;
  }

  .banner-text-wrapper {
    max-width: 80%;
  }

  .title-hover {
    margin-bottom: 0;
  }

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

  .career-form-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .founder-grid_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .founder-content_wrap {
    width: 80%;
  }

  .hover-item-link-2 {
    min-width: 30vw;
  }

  .hover-image-3 {
    width: 90%;
  }

  .container-wrap {
    max-width: 75rem;
  }

  .hero-image_wrap {
    padding-top: 0;
  }

  .home-hero_left-wrap {
    width: 63%;
    margin-top: 50px;
    padding-top: 180px;
  }

  .founder-wrap {
    padding-top: 40px;
  }

  .highstar-logo {
    width: 7rem;
  }

  .section-home_hero {
    height: 100%;
  }

  .stats-stroke_text {
    font-weight: 700;
  }

  .section_hero-wrap {
    height: 700px;
  }

  .subtext-wrap.less-margin {
    padding-bottom: 20px;
  }

  .section-title_wrap {
    margin-left: 192px;
  }

  .section-title_wrap.align-right2 {
    margin-right: 190px;
  }

  .background-video-mobile.hide-mobile {
    padding-top: 0;
  }

  .heading-8 {
    font-size: 82px;
  }
}

@media screen and (min-width: 1920px) {
  .section.landing-banner {
    padding-top: 200px;
  }

  .section.home-banner {
    height: 100vh;
  }

  .section.banner-home {
    padding-top: 300px;
  }

  .section.background-overflow {
    width: 100%;
  }

  .section.our-team {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.inner {
    padding-top: 160px;
  }

  .section.inner-page {
    padding-top: 220px;
  }

  .section.banner-project, .section.banner-service {
    padding-top: 300px;
  }

  .section.banner-contact {
    padding-bottom: 140px;
  }

  .section.inner-pages {
    padding-top: 220px;
  }

  .section.banner-project {
    padding-top: 300px;
  }

  .section.black-background-copy {
    margin-top: -20vh;
  }

  .base-container.banner-first {
    align-self: center;
    position: static;
  }

  .base-container.no-paading {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom-wrapper {
    grid-template-columns: .75fr 1fr .75fr;
  }

  .paragraph-large.text-align-center.no-padding {
    font-size: 18px;
  }

  .customer-wrapper {
    height: 420px;
  }

  .banner-slide-1 {
    background-size: cover;
  }

  .banner-section {
    height: auto;
    padding-top: 220px;
    padding-left: 360px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .latest-news-wrap {
    top: 100px;
  }

  .home-service-item {
    width: 60vw;
  }

  .home-6-blog-list {
    width: 2050vw;
  }

  .home-6-blog-collection {
    max-width: 60vw;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .background-video.hide-mobile {
    object-fit: cover;
    height: 100%;
    margin-top: 0;
    position: static;
    overflow: hidden;
  }

  .events-content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-content: center;
  }

  .display-flex-horizontal.margin-top-medium {
    margin-top: 80px;
  }

  .intro-title {
    max-width: none;
  }

  .all-caps {
    margin-bottom: 0;
  }

  .home-intro-strip {
    max-width: 10vw;
  }

  .intro-paralax {
    margin-left: -1rem;
    margin-right: -4.7rem;
  }

  .intro-paralax.first {
    margin-right: -1.5rem;
  }

  .home-intro-height {
    padding-top: 150%;
  }

  .home-intro-height.small {
    padding-top: 100%;
  }

  .image-banner {
    height: 720px;
  }

  .image-content-image {
    width: 25%;
    right: 361px;
  }

  .process-item-image {
    width: 513px;
  }

  .display-flex-horizontal-gap.margin-top-medium {
    margin-top: 80px;
  }

  .about-description {
    max-width: 45rem;
  }

  .team-member {
    height: 480px;
  }

  .image-project {
    width: 100%;
    height: 900px;
  }

  .small-image {
    width: 500px;
    height: 350px;
    bottom: 13%;
    overflow: hidden;
  }

  .paragraph-service {
    width: 40%;
  }

  .text-projects {
    width: 50%;
  }

  .slide-arrow-projects {
    right: -70%;
  }

  .hover-image {
    object-fit: contain;
    object-position: 50% 50%;
    flex: 0 auto;
    width: 15vw;
    height: 20vh;
  }

  .collection-blog-wrap {
    max-width: none;
  }

  .hover-item-link {
    min-width: auto;
    height: 300px;
  }

  .slide-wrap {
    width: auto;
    height: auto;
  }

  .banner-text-wrapper {
    max-width: 80%;
  }

  .team-description {
    max-width: 45rem;
  }

  .image-small {
    height: 100%;
  }

  .small-image-block {
    width: 500px;
    height: 350px;
    bottom: 13%;
    overflow: hidden;
  }

  .section-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .base-container-2 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .section_about-us.padding-large {
    padding-bottom: 80px;
  }

  .about-content-_wrap {
    background-color: var(--transparent);
  }

  .project-image-1 {
    height: 800px;
  }

  .slide-wrap-2-copy {
    height: 600px;
  }

  .base-container-3 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .section-4, .section-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-banner-2 {
    font-size: 72px;
    display: block;
    overflow: visible;
  }

  .negative-margin-2 {
    display: block;
  }

  .section-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .base-container-5, .base-container-6 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .container-wrap {
    max-width: 87.5rem;
  }

  .heading-banner-3 {
    font-size: 72px;
    display: block;
    overflow: visible;
  }

  .paragraph-large-copy {
    font-size: 18px;
  }

  .home-hero_left-wrap {
    width: 65%;
    margin-top: 0;
  }

  .founder-wrap {
    padding-bottom: 40px;
  }

  .about-image_wrap1.no-image {
    height: auto;
  }

  .hover-image-about {
    flex: 0 auto;
    width: auto;
    height: auto;
  }

  .section_about-us2.padding-large {
    overflow: hidden;
  }

  .highstar-logo {
    width: 8rem;
  }

  .slide-1 {
    padding-bottom: 0;
  }

  .about-hero_grid {
    align-content: stretch;
  }

  .stack-wrap {
    overflow: hidden;
  }

  .about-content-_wrap-copy {
    background-color: var(--grey-green);
    overflow: hidden;
  }

  .section-home_hero {
    margin-bottom: 0;
  }

  .section_stats-2 {
    background-color: var(--black);
    margin-top: 0;
    padding-top: 20px;
  }

  .stats-hero_grid {
    background-color: var(--black);
  }

  .section_hero-wrap {
    height: 900px;
  }

  .background-video-mobile.hide-mobile {
    object-fit: cover;
    margin-top: 0;
    overflow: hidden;
  }

  .heading-8 {
    font-size: 82px;
  }
}

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

  h2 {
    font-size: 42px;
  }

  blockquote {
    font-size: 30px;
  }

  .section {
    margin-top: 0;
    padding-top: 60px;
  }

  .section.banner {
    min-height: 300px;
    padding-top: 100px;
  }

  .section.changelog-banner {
    min-height: 300px;
    padding-top: 110px;
  }

  .section.contacts-2-banner {
    padding-top: 140px;
  }

  .section.banner-testimonials {
    padding-top: 120px;
  }

  .section.landing-banner {
    padding-top: 110px;
  }

  .section.home-banner {
    height: auto;
    padding-top: 220px;
  }

  .section.our-team, .section.inner, .section.inner-page {
    padding-top: 110px;
  }

  .section.banner-project, .section.banner-service {
    padding-top: 180px;
  }

  .section.banner-contact {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .section.inner-pages, .section.blog-page {
    padding-top: 110px;
  }

  .section.banner-project {
    padding-top: 180px;
  }

  .base-container.position-relative-start, .base-container.banner-project {
    z-index: 3;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper, .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 300px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-list.megamenu.w--open {
    margin-left: 0;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title {
    color: var(--primary-dark);
    font-size: 16px;
  }

  .pages-banner {
    min-height: 300px;
    padding-top: 40px;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .banner-title {
    font-size: 52px;
  }

  .banner-title.text-color-black.text-align-center {
    font-size: 36px;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
  }

  .blog-template-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

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

  .section-title-wrapper {
    max-width: 560px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .paragraph-large.about-text {
    width: 85%;
  }

  .services-wrapper {
    flex-wrap: wrap;
  }

  .services-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .section-title.text-white {
    font-size: 30px;
  }

  .workflow-video-wrapper {
    align-self: center;
  }

  .workflow-quote {
    font-size: 16px;
  }

  .accordion-toggle:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-wrapper {
    flex-direction: column;
  }

  .accordion-wrap {
    width: 100%;
  }

  .accordion-title {
    width: auto;
  }

  .contacts-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

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

  .contacts-form-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-textarea, .contacts-input {
    min-width: 678px;
    max-width: 678px;
  }

  .contacts-2-location-wrapper {
    width: 45%;
    margin-top: 0;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .contacts-2-wrapper {
    flex-wrap: wrap-reverse;
  }

  .contacts-2-content {
    width: 55%;
    padding-right: 30px;
  }

  .adress-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .contacts-3-form-wrapper {
    width: 100%;
    max-width: 758px;
  }

  .contact-3-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .contacts-3-input.last-child {
    margin-right: 0;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .footer-logo-wrapper {
    width: 50%;
  }

  .customers-grid, .testimonials-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .service-details-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .about-2-featutes-grid {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .about-wrap.top-margin {
    margin-top: 0;
  }

  .portfolio-tab-link.all-projects {
    padding-left: 0;
  }

  .portfolio-tab-link.last-child {
    padding-right: 0;
  }

  .portfolio-grid-collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-grid-title-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-template-content {
    padding-right: 0;
    position: static;
  }

  .project-template-content.al-right {
    text-align: right;
  }

  .project-template-content-wrapper {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .navbar-absolute {
    height: 60px;
  }

  .banner-slide-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-slide-content-con {
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    height: auto;
    margin-left: 0;
  }

  .banner-slider-heading {
    width: 100%;
    max-width: 620px;
  }

  .right-arrow {
    bottom: 55px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .text-container {
    grid-column-gap: 20px;
  }

  .description-container.full, .title-container.full {
    width: 100%;
  }

  .banner-section {
    height: auto;
    padding-top: 100px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle.text-white-color {
    margin-bottom: 10px;
  }

  .latest-news-wrap {
    position: relative;
    top: 0;
  }

  .lastest-news-career {
    height: auto;
    padding-bottom: 0;
    overflow: hidden;
  }

  .home-service-item {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    box-shadow: 0 0 20px 1px #00000014;
  }

  .home-6-blog-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    width: 100%;
  }

  .home-6-blog-collection {
    max-width: 100%;
    overflow: visible;
  }

  .home-service-image {
    height: 300px;
  }

  .home-service-content {
    grid-row-gap: 40px;
  }

  .industry-insights-left {
    position: static;
  }

  .category-collection-list {
    flex-flow: wrap;
  }

  .home-2-blog-list {
    flex-direction: column;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .additional-features-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .additional-features-left {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .home-slider {
    height: auto;
  }

  .home-2-projects-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .text-align-center.text-white {
    font-size: 24px;
  }

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

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100dvh;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger, .brand-tablet {
    display: block;
  }

  .brand-tablet.w--current {
    height: 100%;
  }

  .details-page-title {
    font-size: 48px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .spacing-system-title {
    font-size: 25px;
  }

  .underline.hide-tab {
    display: none;
  }

  .background-video {
    margin-top: 60px;
  }

  .background-video.hide-mobile {
    height: 120%;
  }

  .banner-content {
    width: 65%;
  }

  .benefits-wrapper.margin-bottom-xlarge {
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .intro-right-image {
    min-height: 400px;
  }

  .subtitle-category {
    margin-bottom: 30px;
  }

  .slide-arrow {
    left: 36%;
  }

  .slide-arrow.right {
    left: 54%;
  }

  .stacked-intro {
    grid-row-gap: 25px;
  }

  .sticky-image-bar {
    display: none;
  }

  .sticky-box-list {
    grid-row-gap: 80px;
  }

  .services-container-home {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .mobile-intro-box-image {
    width: 100%;
    height: 375px;
    display: flex;
  }

  .intro-box {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    min-height: auto;
  }

  .services-list-wrapper {
    grid-row-gap: 48px;
  }

  .events-content {
    grid-row-gap: 20px;
  }

  .bottom-block-moment {
    grid-column-gap: 20px;
    margin-right: 80px;
    overflow: auto;
  }

  .top-block-moment {
    grid-column-gap: 20px;
    margin-left: 80px;
    overflow: auto;
  }

  .content-image {
    max-width: 374px;
    max-height: 208px;
    margin-bottom: 0;
  }

  .display-flex-horizontal.position-relative {
    width: 60%;
  }

  .testimonials-slider-style {
    height: 460px;
  }

  .testimonials-slider-holder {
    max-width: 675px;
  }

  .slide-arrow-black.right-arrow-slide {
    right: 70%;
  }

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

  .team-member-image {
    width: auto;
    display: block;
  }

  .card-content-wrapper {
    bottom: -1%;
  }

  .team-social-links-block {
    margin-top: 10px;
  }

  .team-member-card-image {
    object-fit: cover;
    max-width: 100%;
    height: 50vh;
  }

  .blog-home-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .hover-line {
    display: none;
  }

  .hover-line.grey {
    display: flex;
  }

  .home-content-block {
    width: 100%;
  }

  .home-blog-content-wrapper {
    width: 60%;
  }

  .slide-arrow-white.left {
    right: -38%;
  }

  .container-cta.without-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .action-block {
    grid-column-gap: 2rem;
    place-content: center;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .home-intro-strip.second {
    margin-top: 0;
  }

  .justify-right.hide-tab, .navbar-button-wrap {
    display: none;
  }

  .navbar-button-tablet {
    display: block;
  }

  .footer-wrap {
    position: relative;
  }

  .footer-top-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .footer-image {
    display: none;
  }

  .image-footer-absolute {
    opacity: .8;
    width: 100%;
  }

  .footer-icons-wrapper {
    margin-top: 0;
  }

  .footer-text {
    color: var(--primary-dark);
  }

  .big-text-footer {
    font-size: 68px;
  }

  .banner-slide-image {
    height: 90%;
    padding-bottom: 100px;
  }

  .step-description {
    margin-top: 0;
  }

  .step-block {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .step-block.without-top-padding {
    padding-top: 0;
  }

  .services-grid {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
  }

  .service-image-item {
    padding-top: 80%;
    position: relative;
  }

  .image-overlay-item {
    background-color: #0000;
  }

  .projects-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .text-description {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    position: static;
  }

  .flex-vertical.padding-medium {
    padding-left: 0;
  }

  .text-content-about {
    width: 80%;
  }

  .about-list.align-right {
    text-align: right;
  }

  .image-content-image {
    opacity: .35;
    width: 50%;
    right: 0;
  }

  .process-item-container {
    height: 100%;
  }

  .section-title-wrap {
    width: 70%;
  }

  .home-review-content-wrapper {
    width: 100%;
    padding-bottom: 60px;
  }

  .home-testimonials-image {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-testimonials-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .about-action-block {
    grid-column-gap: 2rem;
    place-content: center;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .about-description {
    max-width: 30rem;
  }

  .mask-banner {
    padding-left: 0;
  }

  .banner-heading {
    width: 100%;
    max-width: 620px;
    font-size: 62px;
  }

  .large-growing-image {
    min-height: 450px;
  }

  .process-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .team-member {
    height: 250px;
  }

  .centered-intro {
    max-width: 650px;
  }

  .text-testimonials {
    font-size: 24px;
  }

  .image-project {
    height: 700px;
  }

  .small-image {
    bottom: 15%;
  }

  .paragraph-service {
    width: 80%;
  }

  .big-heading {
    font-size: 48px;
  }

  .description-absolute {
    bottom: 15%;
  }

  .left-description {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0;
    padding-left: 40px;
    bottom: auto;
  }

  .text-projects {
    width: 45%;
    font-size: 18px;
  }

  .bottom-block.margin-top {
    margin-top: 30px;
  }

  .slide-arrow-projects {
    right: -37%;
  }

  .home-blog-title-copy {
    width: 70%;
    position: static;
  }

  .news-home-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .home-news-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .hover-line-fill-second {
    display: none;
  }

  .home-news-content-wrapper {
    width: 60%;
  }

  .banner-home-grid {
    width: 90%;
  }

  .text-grid {
    margin-bottom: 50px;
    position: static;
    top: 0;
  }

  .collection-blog-wrap {
    width: 100%;
  }

  .hover-item-link {
    width: 45%;
    min-width: 45vw;
  }

  .slide-wrap {
    height: 300px;
  }

  .collection-list-blog {
    grid-column-gap: 30px;
    justify-content: flex-start;
    width: 100%;
    min-height: 400px;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .section-text-wrapper {
    max-width: 560px;
  }

  .faq-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .image-faq {
    height: auto;
  }

  .image-cover {
    height: 400px;
  }

  .team-description {
    max-width: 30rem;
  }

  .timeline-progress-line {
    left: 4.3em;
  }

  .text-align-right {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .timeline-grid-wrapper {
    grid-column-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 140px 1fr;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-process {
    display: none;
  }

  .content-about.hide-on-desktop {
    display: flex;
  }

  .content-about.hide-tab {
    display: none;
  }

  .awords-grid {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
  }

  .overflow-backround-project {
    background-color: #0009;
  }

  .banner-content-inner {
    width: 65%;
  }

  .project-item-image-big {
    height: 300px;
  }

  .small-image-block {
    bottom: 15%;
  }

  .project-banner-top {
    width: 80%;
  }

  .info-list {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .info-link.last-tablet {
    border-bottom: 1px solid var(--dark-gray-50);
  }

  .gallert-image-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .projects-2-column {
    grid-column-gap: 50px;
  }

  .projects-2-column.margin-bottom {
    grid-column-gap: 50px;
    margin-bottom: 60px;
  }

  .pricing-featutes-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .services-list {
    grid-column-gap: 50px;
  }

  .service-banner-top {
    width: 80%;
  }

  .contacts-form-2-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }

  .contacts-textarea-big {
    min-width: 658px;
    max-width: 678px;
  }

  .blog-list-grid {
    grid-column-gap: 30px;
    flex-direction: column;
  }

  .flex-vertical-card {
    background-image: none;
  }

  .column-wrapper-medium.tablet-full-width, .column-wrapper {
    width: 100%;
  }

  .blog-column {
    flex-direction: column;
  }

  .description-container-blog {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-container-blog {
    grid-column-gap: 20px;
    margin-bottom: 0;
  }

  .heading-2-details {
    margin-top: 0;
  }

  .text-container-service {
    grid-column-gap: 20px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  ._404-text {
    font-size: 140px;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .nav-link {
    color: var(--primary-dark);
    font-size: 16px;
  }

  .nav-text-link {
    margin-left: 0;
  }

  .underline-2.white, .underline-2.hide-tab {
    display: none;
  }

  .contacts-right-arrow-2 {
    right: 0;
  }

  .contacts-left-arrow-2 {
    right: 41px;
  }

  .contacts-arrows-divider-2 {
    right: 40px;
  }

  .base-container-2 {
    align-items: center;
    height: auto;
    padding-top: 20px;
  }

  .career-form-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }

  .careers-input, .careers-textarea {
    min-width: 678px;
    max-width: 678px;
  }

  .left-arrow {
    inset: auto 0% 60px -60px;
  }

  .right_arrow {
    inset: auto -60px 60px 0%;
  }

  .slide_nav {
    display: none;
  }

  .main-container {
    max-width: 40.625rem;
  }

  .main-slider_wrapper {
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .hero-slider_text-wrapper {
    grid-row-gap: 1.25rem;
    align-items: flex-start;
    padding-left: 0;
  }

  .hero-slider_header {
    align-items: flex-start;
  }

  .navbar-absolute--2 {
    height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-wrap-2 {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .nav-menu-2 {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .tablet-menu-2 {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .tablet-menu-2.hide-on-desktop {
    display: flex;
  }

  .container-large {
    max-width: 45.5rem;
  }

  .container-large.padding-15 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .stats-grid_wrap {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-wrapper {
    flex-direction: column;
  }

  .testimonial-flex {
    width: 100%;
  }

  .testimonials-text_wrapper {
    height: auto;
    padding-top: 0;
  }

  .testimonial-slider {
    width: 100%;
  }

  .banner-heading-2 {
    width: 100%;
    max-width: 620px;
    font-size: 59px;
  }

  .banner-heading-2.text-color-black, .banner-heading-2.text-color-black.align-right {
    max-width: none;
  }

  .paading-top {
    padding-top: 20px;
  }

  .marquee-conatiner {
    padding-top: 50px;
  }

  .section_tabs-2.spacer-large.hide-tab {
    display: none;
  }

  .section_tabs-2.spacer-large.hide-desktop {
    display: block;
  }

  .about-content-_wrap {
    height: 12rem;
  }

  .stats-no_grid {
    grid-template-columns: 1fr 1fr 1fr;
    position: static;
  }

  .stats-number_h2 {
    font-size: 60px;
  }

  .project-grid_wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .founder-image {
    width: auto;
    height: auto;
  }

  .founder-image.height {
    width: auto;
    height: 240px;
  }

  .info-link-2.last-tablet {
    border-bottom: 1px solid #afafaf80;
  }

  .hover-item-link-2 {
    width: 45%;
    min-width: 45vw;
  }

  .slide-wrap-2-copy {
    height: 300px;
  }

  .base-container-3 {
    align-items: center;
  }

  .collection-list-blog-3 {
    grid-column-gap: 30px;
    justify-content: flex-start;
    width: 100%;
    min-height: 400px;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .section_project-detail-hero {
    padding-top: 5rem;
    padding-bottom: 1.5625rem;
  }

  .project-hero_wrap {
    grid-row-gap: .625rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-full_image {
    height: auto;
  }

  .project-title-h2 {
    font-size: 2.5rem;
  }

  .section_project-gallery {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .gallery-lightbox_image {
    max-height: none;
  }

  .title-wrap-2.margin-bottom {
    font-size: 3rem;
  }

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

  .about-gallery_image {
    max-width: 270px;
  }

  .grid-stats_wrap {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-stats_text {
    text-align: center;
  }

  .values-title_wrap.padding-40px {
    width: auto;
    height: auto;
  }

  .benefits-wrapper-2.margin-bottom-xlarge, .benefits-wrapper-2.margin-bottom-xlarge-copy {
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .our-founders-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .text-content-about-2 {
    width: 80%;
  }

  .image-about-paralax-2 {
    opacity: 1;
  }

  .vision {
    text-align: left;
  }

  .image-content-image-2 {
    opacity: .7;
    width: 50%;
    right: 0;
  }

  .nav-dropdown-icon-2 {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-item-title-2 {
    font-size: 16px;
  }

  .nav-item-title-2.text-color-white.text-color-black {
    color: var(--black);
  }

  .nav-dropdown-list-2 {
    border-style: none;
    flex-direction: column;
    width: 100px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-2.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-link-line-2 {
    display: none;
  }

  .nav-dropdown-link-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-link-2.text-color-black.w--current {
    color: var(--black);
  }

  .nav-dropdown-toggle-2 {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-toggle-2.negative-padding {
    padding-top: 0;
  }

  .director-member-card {
    aspect-ratio: auto;
    width: 100%;
  }

  .paragraph-large-d {
    width: auto;
  }

  .banner-content-inner-2 {
    width: 65%;
  }

  .section-6.inner {
    padding-top: 110px;
  }

  .base-container-5, .base-container-6 {
    align-items: center;
  }

  .grid-stats {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .who-we_grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .numbers-stats {
    font-size: 3rem;
  }

  .section_who-we-are {
    margin-bottom: .625rem;
    padding: 5.625rem 1.875rem;
  }

  .heading-style-h2 {
    font-size: 3rem;
  }

  .section_projects-2 {
    margin-bottom: .625rem;
    padding: 5.625rem 1.875rem;
  }

  .heading-project-2 {
    font-size: 1.5rem;
  }

  .grid-3_projects {
    grid-column-gap: 1.25rem;
  }

  .founder-flex_wrap {
    padding-bottom: 40px;
  }

  .banner-home {
    margin-top: 10px;
  }

  .hero-grid_wrap {
    height: auto;
    display: flex;
  }

  .video-bt {
    justify-content: center;
  }

  .primary-button-white-2:hover {
    opacity: 1;
  }

  .banner-content-2 {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .hero-image_wrap.hide-tab {
    display: none;
  }

  .button-wrap {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .hero-img.hide {
    display: none;
  }

  .values-grid_wrap.margin-bottom-xlarge {
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .paragraph-large-copy.about-text {
    width: 85%;
  }

  .case-std_wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    position: static;
  }

  .section_home-hero {
    margin-top: 60px;
  }

  .home-hero_wrapper {
    flex-flow: column;
    align-items: center;
  }

  .home-hero_left-wrap {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .home-hero_right-wrap {
    width: 100%;
    height: 100vh;
    position: static;
    overflow: hidden;
  }

  .founder-wrap {
    margin-bottom: 20px;
  }

  .founder-wrap._2 {
    height: 500px;
  }

  .title-wrap_1 {
    width: 160px;
    height: 160px;
    padding-top: 0;
  }

  .text-h3.text-white {
    font-size: 24px;
  }

  .title-wrap_2 {
    width: 180px;
    height: 120px;
    padding-top: 0;
  }

  .text-h5.text-white-color, .text-h5.text-black-color {
    font-size: 28px;
  }

  .home-hero_scroll-wrap {
    padding-bottom: 60px;
    overflow: auto;
  }

  .project-card_wrap.hide-on-tab, .modal-popup {
    display: none;
  }

  .founder-popup_image {
    width: 6rem;
    height: 6rem;
  }

  .founder-wrap_2 {
    align-self: center;
    align-items: center;
  }

  .founder-grid_wrap-2 {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .f-arrow_left {
    right: -45%;
  }

  .founder-mask {
    height: 80vh;
  }

  .group-image {
    height: 500px;
  }

  .stack-card {
    height: 30rem;
    position: static;
  }

  .about-content-_wrap-copy {
    height: auto;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-home_hero {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .banner-home-transparent {
    margin-top: 20px;
  }

  .stats-hero_subtext {
    text-align: center;
  }

  .action-block-flex {
    grid-column-gap: 2rem;
    place-content: center;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-absolute-dark {
    height: 80px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section-title-wrapper-copy {
    max-width: 560px;
  }

  .section-title-wrapper-copy.align-right {
    max-width: none;
  }

  .subtext-wrap {
    padding-bottom: 20px;
  }

  .career-link {
    padding-left: 5px;
  }

  .banner-heading-h1 {
    width: 100%;
    max-width: 620px;
    font-size: 62px;
  }

  .section-title_wrap {
    max-width: 560px;
    margin-left: 0;
  }

  .heading-7 {
    font-size: 18px;
  }

  .service-sections {
    grid-column-gap: 50px;
  }

  .service-sections.margin-bottom {
    grid-column-gap: 50px;
    margin-bottom: 60px;
  }

  .background-video-mobile {
    margin-top: 60px;
  }

  .banner-heading-h1-ar {
    width: 100%;
    max-width: 620px;
    font-size: 62px;
  }

  .nav-menu-ar {
    flex-flow: column;
  }

  .justify-left.hide-tab {
    display: flex;
  }

  .tab-menu-ar {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .tab-menu-ar.hide-on-desk, .tab-ar {
    display: flex;
  }

  .nav-menu_ar {
    width: 320px;
  }

  .navbar-absolute-arabic {
    height: 80px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navbar-absolute-arabic._2 {
    display: block;
  }

  .navbar-absolute-arabic.hide-tab {
    display: none;
  }

  .navbar-absolute--2-arabic {
    height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
  }

  .navbar-absolute--2-arabic.mobile {
    display: block;
  }

  .navbar-absolute-arabic-hero {
    height: 80px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navbar-absolute-arabic-hero._2 {
    display: block;
  }

  .navbar-absolute-arabic-hero.hide-tab {
    display: none;
  }

  .heading-title_wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .navbar-absolute-arabic-mobile {
    height: 80px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navbar-absolute-arabic-mobile._2 {
    display: block;
  }

  .navbar-absolute-arabic-mobile.hide-tab {
    display: none;
  }

  .contacts-wrapper-2 {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .english-link.text-color-black.hide-desktop {
    display: block;
  }

  .subtitle-8.text-white-color {
    margin-bottom: 10px;
  }

  .toggle-btn {
    order: 1;
    margin-top: 10px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
  }

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

  .section.banner-home {
    padding-top: 180px;
  }

  .section.background-overflow.founder {
    margin-top: 100px;
  }

  .section.banner-project, .section.banner-service {
    padding-top: 160px;
  }

  .section.banner-contact {
    padding-bottom: 100px;
  }

  .section.banner-project {
    padding-top: 160px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-container {
    margin-top: 20px;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-body-wrapper, .primary-button.full-width-mobile {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 20px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-dropdown-list, .nav-dropdown-list.megamenu {
    padding-left: 40px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .banner-title {
    font-size: 44px;
  }

  .banner-title.text-color-black.text-align-center {
    font-size: 32px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .blog-template-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .paragraph-large.about-text {
    width: 90%;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .services-item {
    width: 100%;
    margin-right: 0;
  }

  .services-item.last-child {
    margin-bottom: 0;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .workflow-profile-wrapper {
    justify-content: center;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .workflow-video-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .workflow-wrapper {
    flex-wrap: wrap;
  }

  .workflow-video {
    height: 350px;
  }

  .workflow-title-wrapper {
    margin-bottom: 20px;
  }

  .accordion-toggle, .accordion-toggle:hover, .accordion-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-textarea, .contacts-input {
    min-width: 410px;
    max-width: 528px;
  }

  .contacts-form-title {
    margin-right: auto;
  }

  .contacts-2-location-wrapper {
    width: 100%;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
  }

  .contacts-2-wrapper {
    justify-content: center;
  }

  .contacts-2-content {
    width: 100%;
    padding-right: 0;
  }

  .adress-cards-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .adress-card {
    padding: 20px 30px;
  }

  .contacts-3-form-wrapper {
    min-width: 450px;
    max-width: 568px;
    padding: 0;
  }

  .contact-3-inputs-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    grid-row-gap: 40px;
  }

  .footer-brand-wrapper {
    margin-bottom: 20px;
  }

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

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper {
    width: 70%;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-bottom: 60px;
  }

  .testimonials-card-item {
    max-width: 450px;
  }

  .service-details-content {
    grid-column-gap: 0px;
    flex-wrap: wrap;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

  .about-2-featutes-grid {
    width: auto;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .portfolio-grid-collection-list {
    grid-template-columns: 1fr;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-info {
    grid-row-gap: 50px;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
  }

  .project-template-info-wrap {
    margin-bottom: 20px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .left-arrow {
    left: 0;
    right: auto;
  }

  .banner-slide-content-con {
    margin-left: 0;
  }

  .slider-nav-bg {
    width: auto;
    right: 15px;
  }

  .right-arrow {
    bottom: 160px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .text-container {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .description-container {
    justify-content: flex-start;
    width: 100%;
  }

  .title-container {
    width: 100%;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .latest-news-wrap {
    top: 0;
  }

  .home-service-image {
    width: 100%;
  }

  .home-service-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industry-insights-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .additional-features-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .additional-features-left {
    width: 100%;
  }

  .additional-features-right {
    order: -1;
    width: 100%;
  }

  .home-9-team-item {
    width: 48%;
  }

  .projects-collection-column {
    padding-top: 0;
  }

  .home-2-projects-item {
    width: 100%;
  }

  .info-block-title {
    font-size: 22px;
  }

  .search {
    flex-direction: column;
    align-items: flex-start;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .text-align-center.text-white {
    font-size: 26px;
  }

  .home-logos {
    padding-top: 60px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .details-page-title {
    font-size: 40px;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .form-contacts {
    align-items: center;
  }

  .form-block-contacts {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-banner.text-size-l {
    font-size: 36px;
  }

  .banner-content {
    width: 90%;
  }

  .benefits-wrapper {
    grid-column-gap: 40px;
  }

  .intro-right-image {
    min-height: 350px;
  }

  .projects-mask {
    width: 90%;
  }

  .subtitle-category {
    line-height: 16px;
  }

  .slide-arrow {
    left: 26%;
  }

  .stacked-intro {
    grid-row-gap: 36px;
  }

  .mobile-intro-box-image {
    height: 325px;
  }

  .events-content {
    grid-row-gap: 15px;
  }

  .bottom-block-moment, .top-block-moment {
    grid-column-gap: 15px;
  }

  .display-flex-horizontal.margin-top-medium {
    margin-top: 40px;
  }

  .testimonials-slider-style {
    height: 350px;
  }

  .testimonials-slider-holder {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-arrow-black.right-arrow-slide {
    right: 55%;
  }

  .our-team-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .card-content-wrapper {
    width: 99%;
  }

  .team-member-card-image {
    aspect-ratio: 2 / 3;
    height: 100%;
  }

  .home-blog-item {
    width: 100%;
  }

  .list-blog-item {
    grid-row-gap: 30px;
    flex-direction: column;
    width: 100%;
  }

  .blog-image, .home-blog-content-wrapper {
    width: 100%;
  }

  .slide-arrow-white.left {
    right: -32%;
  }

  .action-block {
    grid-column-gap: .2rem;
    grid-template-columns: auto;
  }

  .intro-title {
    z-index: 2;
    max-width: 19rem;
  }

  .home-intro-strip {
    grid-row-gap: 80px;
    max-width: 20vw;
    height: 100%;
    position: absolute;
    left: 3%;
    right: auto;
  }

  .home-intro-strip.second {
    margin-left: 0;
    left: auto;
    right: 3%;
  }

  .intro-paralax.first {
    margin-right: -.5rem;
  }

  .image-fill {
    opacity: .35;
  }

  .home-into-description {
    max-width: 17rem;
  }

  .panel-lines.display-none-mobile, .panel-lines.last-display-none-mobile {
    display: none;
  }

  .hero-video-wrapper {
    grid-template-rows: .25fr auto 1fr;
  }

  .video-button {
    width: 80px;
    height: 80px;
  }

  .vertical-line.bottom-max {
    min-height: auto;
  }

  .footer-wrap {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .footer-top-wrapper {
    grid-row-gap: 0px;
  }

  .image-footer-absolute {
    opacity: .15;
  }

  .footer-icons-wrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .big-text-footer {
    font-size: 48px;
  }

  .big-text {
    width: 100%;
    font-size: 58px;
  }

  .testimonials-text {
    font-size: 22px;
  }

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

  .service-image-item {
    padding-top: 50%;
  }

  .text-description {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .process-timeline {
    align-self: flex-start;
    margin-left: 1.7rem;
  }

  .process-step {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-columns: 3.5rem 1fr;
    justify-items: stretch;
  }

  .process-item-indicator {
    width: 55px;
    height: 55px;
  }

  .section-title-wrap {
    width: 100%;
  }

  .home-review-content-wrapper {
    padding-bottom: 80px;
  }

  .home-testimonials-image {
    width: 70%;
  }

  .display-flex-horizontal-gap.margin-top-medium {
    margin-top: 40px;
  }

  .about-action-block {
    grid-column-gap: 0rem;
    grid-template-columns: auto;
  }

  .banner-heading {
    font-size: 46px;
  }

  .process-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .process-left {
    width: 100%;
  }

  .tabs-menu-testimonials {
    margin-top: 40px;
  }

  .image-project {
    height: 700px;
  }

  .paragraph-service {
    width: 100%;
  }

  .big-heading {
    font-size: 38px;
  }

  .description-absolute {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    inset: 0%;
  }

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

  .text-projects {
    width: 100%;
    display: none;
  }

  .slide-arrow-projects {
    right: -23%;
  }

  .home-blog-title-copy {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .home-heading-blog {
    max-width: 100%;
  }

  .home-news-item, .home-news-image-link {
    width: 100%;
  }

  .list-news-item {
    grid-row-gap: 30px;
    flex-direction: column;
    width: 100%;
  }

  .home-news-content-wrapper, .news-picture, .banner-home-grid, .not-full {
    width: 100%;
  }

  .span-avatar {
    margin-bottom: -1.7rem;
    bottom: .725rem;
  }

  .container-blog {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-blog.margin {
    padding-top: 10px;
  }

  .collection-list-blog {
    min-height: 200px;
  }

  .banner-text-wrapper {
    width: 100%;
  }

  .banner-text-wrapper.contact-us-two {
    margin-bottom: 40px;
  }

  .workflow-video-wrap {
    height: 350px;
  }

  .section-text-wrapper {
    margin-bottom: 40px;
  }

  .timeline-grid-wrapper {
    grid-column-gap: 0px;
  }

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

  .text-block-awords {
    width: 100%;
  }

  .banner-content-inner {
    width: 90%;
  }

  .banner-projects {
    grid-row-gap: 60px;
  }

  .project-banner-top {
    width: 100%;
  }

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

  .banner-title-wrap {
    width: 100%;
  }

  .gallert-image-grid, .projects-2-column {
    grid-template-columns: 1fr;
  }

  .projects-2-column.margin-bottom {
    margin-bottom: 0;
  }

  .projects-2-list {
    grid-row-gap: 40px;
  }

  .services-collection-column {
    padding-top: 0;
  }

  .services-list {
    grid-template-columns: 1fr;
  }

  .service-item-copy {
    width: 100%;
  }

  .banner-services {
    grid-row-gap: 60px;
  }

  .service-banner-top {
    width: 100%;
  }

  .secondary-button-form.left-auto {
    margin-right: auto;
  }

  .contacts-form-2-wrapper {
    flex-direction: column;
    align-items: center;
    min-width: 450px;
    max-width: 568px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .contacts-textarea-big {
    min-width: 410px;
    max-width: 540px;
  }

  .blog-collection-grid {
    padding-top: 0;
  }

  .blog-list-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .flex-vertical-card {
    margin-left: 0;
    margin-right: 0;
  }

  .column-wrapper-medium {
    width: 100%;
  }

  .title-hover {
    text-align: left;
  }

  .text-content-large {
    text-align: center;
    width: 100%;
  }

  .description-container-blog {
    justify-content: flex-start;
    width: 100%;
    margin-top: 40px;
  }

  .title-container-blog {
    width: 100%;
    margin-bottom: 40px;
  }

  .text-container-blog {
    flex-direction: column;
  }

  .service-column.second {
    margin-top: 0;
  }

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

  .text-container-service {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .subtitle-3 {
    line-height: 16px;
  }

  .career-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .careers-input, .careers-textarea {
    min-width: 410px;
    max-width: 528px;
  }

  .form-contacts-career {
    align-items: center;
  }

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

  .left-arrow {
    bottom: 60px;
    left: -60px;
    right: 0%;
  }

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

  .stats-grid_wrap {
    grid-template-columns: 1fr;
  }

  .testimonial-slider {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .banner-heading-2 {
    font-size: 46px;
  }

  .paading-top {
    padding-top: 10px;
  }

  .marquee-conatiner {
    padding-bottom: 50px;
  }

  .tab-image {
    width: 450px;
    height: 350px;
  }

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

  .tab-main_wrap-mv {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tab-image-wrap-mv {
    text-align: center;
    object-fit: cover;
    width: auto;
    height: auto;
  }

  .about-grid_wrapper {
    grid-template-columns: 1fr;
  }

  .about-content-_wrap {
    height: auto;
  }

  .stats-no_grid {
    grid-template-columns: 1fr;
    position: static;
  }

  .about-image_wrap {
    width: auto;
    height: 450px;
  }

  .image-wrap_1 {
    padding-top: 0;
  }

  .image-wrap_2 {
    padding-bottom: 0;
  }

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

  .project-content_wrap-2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .project-content_wrap-4 {
    margin-top: 0;
  }

  .founder-grid_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .founder-image_wrap {
    padding: 20px;
  }

  .founder-content_wrap {
    align-self: center;
    width: auto;
    padding-left: 20px;
  }

  .founder-image, .founder-image.height {
    width: 100px;
    height: 100px;
  }

  .subtitle-4 {
    line-height: 16px;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .description-container-2 {
    justify-content: flex-start;
    width: 100%;
  }

  .collection-list-blog-3 {
    min-height: 450px;
  }

  .project-info_right.margin-top {
    margin-top: 2rem;
  }

  .project-title-h2 {
    font-size: 2.5rem;
  }

  .section_project-info {
    padding-bottom: 5rem;
  }

  .title-wrap-2.margin-bottom {
    margin-bottom: 1.875rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .project-info_wrapper {
    grid-row-gap: 1.875px;
    flex-wrap: wrap;
  }

  .values-title_wrap.padding-40px {
    width: auto;
    height: auto;
  }

  .workflow-video-wrapper-about {
    width: 100%;
    margin-bottom: 20px;
  }

  .subtitle-5 {
    line-height: 16px;
  }

  .our-founders-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .not-full-2 {
    width: 100%;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-content-about-2 {
    width: 80%;
  }

  .section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .subtitle-6 {
    line-height: 16px;
  }

  .vision {
    text-align: left;
    font-size: 28px;
  }

  .image-content-image-2 {
    opacity: .7;
  }

  .nav-dropdown-list-2 {
    padding-left: 40px;
  }

  .director-member-card {
    width: 100%;
  }

  .paragraph-large-d {
    width: auto;
  }

  .banner-content-inner-2 {
    width: 90%;
  }

  .section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .who-we_grid {
    grid-template-columns: 1fr;
  }

  .section_who-we-are {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .block-heading_wrap-project.al-right {
    order: -1;
  }

  .section_projects-2 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

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

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

  .block-heading_button {
    margin-left: 0;
  }

  .founder-flex_wrap {
    width: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .banner-home {
    padding-top: 60px;
  }

  .hero-grid_wrap {
    height: auto;
  }

  .banner-content-2 {
    width: auto;
  }

  .values-grid_wrap {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-16 {
    justify-content: center;
    align-items: flex-start;
    width: 240px;
  }

  .div-block-16.align-right {
    align-items: flex-end;
  }

  .heading {
    font-size: 20px;
  }

  .heading.name {
    text-align: left;
    width: 240px;
    font-size: 22px;
  }

  .paragraph-large-copy.about-text {
    width: 90%;
  }

  .case-study_grid {
    grid-template-columns: 1fr;
  }

  .case-std_wrap {
    flex-flow: column;
    justify-content: center;
    padding: 10px;
  }

  .section_home-hero {
    margin-top: 60px;
  }

  .home-hero_left-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .founder-wrap {
    padding-left: 20px;
  }

  .founder-wrap._2 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 830px;
    padding-top: 40px;
  }

  .title-wrap_1 {
    width: 180px;
    height: 160px;
  }

  .text-h3.text-white {
    font-size: 26px;
  }

  .title-wrap_2 {
    width: 160px;
    height: 120px;
  }

  .home-hero_scroll-wrap {
    overflow: auto;
  }

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

  .about-video.no-image {
    order: 1;
  }

  .about-list-copy {
    padding-top: 0;
  }

  .founders-note_popup {
    padding: 1rem;
  }

  .founder-grid_wrap-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: block;
  }

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

  .f-arrow_left {
    bottom: 1%;
    right: -30%;
  }

  .f-arrow_right {
    bottom: 1%;
    right: 3%;
  }

  .slide-1 {
    margin-right: 2rem;
  }

  .founder-mask {
    background-color: var(--white);
  }

  .group-image {
    width: auto;
    height: auto;
  }

  .about-hero_grid {
    grid-template-columns: 1fr;
  }

  .stack-card {
    height: 20rem;
  }

  .about-content-_wrap-copy {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .stats-hero_grid {
    grid-template-columns: 1fr;
  }

  .action-block-flex {
    grid-column-gap: .2rem;
    grid-template-columns: auto;
  }

  .section-title-wrapper-copy {
    margin-bottom: 40px;
  }

  .subtext-wrap {
    padding-bottom: 20px;
  }

  .career-link {
    padding-left: 5px;
  }

  .lightbox-cs_wrap2 {
    height: 350px;
  }

  .banner-heading-h1 {
    font-size: 46px;
  }

  .team-skills_h4 {
    font-size: 26px;
  }

  .heading-style-h2_sb {
    text-align: center;
  }

  .section-title_wrap {
    margin-bottom: 40px;
    margin-left: 0;
  }

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

  .heading-7 {
    font-size: 16px;
  }

  .service-sections {
    grid-template-columns: 1fr;
  }

  .service-sections.margin-bottom {
    margin-bottom: 0;
  }

  .home-2-projects-overlay-copy {
    grid-template-columns: 1fr;
  }

  .block-heading-ar {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .block-heading-ar.align-right {
    align-items: flex-end;
  }

  .banner-heading-h1-ar {
    font-size: 46px;
  }

  .careers-wrap {
    grid-template-columns: 1fr;
  }

  .contacts-wrapper-2 {
    flex-wrap: wrap;
  }

  .stats-wrap-3 {
    grid-column-gap: 2.1875rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 3.75rem;
    display: grid;
  }

  .stats-content_wrapper-2 {
    text-align: center;
  }

  .stats-heading-style-h2 {
    font-size: 3.25rem;
  }

  .subtitle-8 {
    line-height: 16px;
  }

  .pre-load_text {
    font-size: 7rem;
  }
}

@media screen and (max-width: 479px) {
  li {
    margin-left: 10px;
  }

  .section {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.contacts-2-banner {
    padding-top: 110px;
  }

  .section.with-paralax {
    background-image: linear-gradient(to bottom, null, null), url('../images/401-2_1401 (2).webp');
    background-attachment: scroll, scroll;
  }

  .section.background-overflow {
    margin-top: 60px;
    overflow: scroll;
  }

  .section.our-team {
    padding-bottom: 20px;
  }

  .section.padding-40px {
    margin-top: 0;
  }

  .section.black-background-copy {
    margin-top: -25vh;
    padding-top: 15vh;
    padding-bottom: 40px;
  }

  .base-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .primary-button.margin-top-medium {
    margin-top: 40px;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-container {
    justify-content: space-between;
    align-items: center;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .banner-title {
    font-size: 44px;
  }

  .banner-title.text-color-black.text-align-center {
    margin-top: 60px;
    font-size: 24px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 36px;
  }

  .nav-menu-wrapper {
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    justify-content: center;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .section-title-wrapper {
    text-align: center;
  }

  .paragraph-large.text-white.align-right {
    text-align: right;
  }

  .paragraph-large.about-text {
    width: 95%;
  }

  .paragraph-large.text-color-white {
    text-align: left;
    width: 80vw;
    max-width: none;
    font-size: 16px;
  }

  .paragraph-large.without-margin {
    font-size: 18px;
  }

  .paragraph-large.without-margin-copy {
    margin-top: 0;
  }

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

  .pricing-plan-item {
    padding: 30px 30px 20px;
  }

  .section-title.text-white {
    text-align: left;
    font-size: 20px;
  }

  .workflow-title-wrapper-desktop {
    flex-flow: column;
    display: flex;
  }

  .workflow-title-wrapper-desktop.align-right {
    text-align: right;
    align-items: flex-end;
  }

  .workflow-quote.align-right {
    text-align: right;
  }

  .more-features-icon {
    margin-right: 15px;
  }

  .contacts-content-wrapper {
    padding-left: 0;
  }

  .contacts-location-slider {
    padding-right: 0;
  }

  .contacts-textarea {
    min-width: 300px;
    max-width: 340px;
  }

  .contacts-input {
    min-width: 280px;
    max-width: 460px;
  }

  .contacts-3-form-wrapper {
    min-width: 300px;
    max-width: 500px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .footer-logo-wrapper {
    margin-bottom: 20px;
  }

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

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-2-featutes-grid {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-wrap.align-right {
    text-align: right;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .portfolio-tab-link {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-tab-link.all-projects {
    position: relative;
  }

  .portfolio-tab-link.last-child {
    padding-left: 0;
  }

  .tabs-menu {
    justify-content: flex-start;
  }

  .portfolio-grid-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-template-content.hide {
    display: none;
  }

  .project-template-content.hide.al-right {
    align-items: flex-end;
  }

  .project-template-content.al-right {
    text-align: right;
  }

  .project-template-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
  }

  .project-template-info-wrap.align-right {
    align-items: flex-end;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

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

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .right-arrow {
    bottom: 150px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .text-container {
    margin-bottom: 0;
  }

  .title-container {
    width: auto;
  }

  .our-services-wrap {
    width: 100%;
  }

  .home-6-blog-list {
    margin-bottom: -80px;
  }

  .home-6-blog-collection {
    max-width: none;
  }

  .home-service-image {
    height: 350px;
  }

  .home-service-content {
    grid-column-gap: 0px;
    padding: 20px;
  }

  .home-blog-category-wrapper {
    padding-bottom: 0;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    height: 70px;
    padding-right: 40px;
  }

  .project-button-link.left {
    border-bottom: 1px solid var(--dark-gray-50);
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-item {
    width: 100%;
  }

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

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

  .home-23-team-item {
    width: 100%;
  }

  .center-title {
    text-align: center;
  }

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

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .background-video.hide-mobile {
    display: none;
  }

  .heading-banner.text-size-l {
    font-size: 36px;
  }

  .banner-content {
    grid-column-gap: 0px;
    width: 100%;
  }

  .intro-right-image {
    min-height: 300px;
  }

  .projects-mask {
    width: 85%;
  }

  .slide-arrow {
    left: 20%;
  }

  .mobile-intro-box-image {
    height: 275px;
  }

  .content-image {
    max-width: 242px;
    max-height: 135px;
  }

  .display-flex-horizontal.position-relative {
    width: 100%;
  }

  .testimonials-slider-style {
    height: auto;
    padding-bottom: 80px;
  }

  .testimonials-slider-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-arrow-black.right-arrow-slide {
    right: 25%;
  }

  .text-color-white {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .text-color-white.director {
    font-size: 20px;
  }

  .flex-horizontal-align-center.with-gap {
    flex-wrap: wrap;
  }

  .our-team-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .employee-position {
    margin-bottom: 0;
    font-size: 12px;
  }

  .employee-position.director {
    font-size: 16px;
  }

  .employee-position.align-right {
    text-align: right;
  }

  .team-member-image {
    height: 150%;
  }

  .card-content-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 95px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-content-wrapper.align-right {
    text-align: right;
  }

  .team-member-card-image {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    min-width: auto;
    height: auto;
  }

  .home-blog-item {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .slide-arrow-white {
    right: 3%;
  }

  .slide-arrow-white.left {
    right: 20%;
  }

  .action-block {
    grid-column-gap: .2rem;
    grid-template-columns: auto;
  }

  .home-intro-strip {
    grid-row-gap: 80px;
  }

  .intro-paralax {
    margin-right: -.3rem;
  }

  .negative-margin {
    margin-bottom: 0;
  }

  .footer-wrap {
    flex-wrap: wrap;
  }

  .footer-top-wrapper {
    grid-row-gap: 0px;
  }

  .big-title {
    font-size: 38px;
  }

  .step-paragraph {
    max-width: 100%;
  }

  .testimonials-text {
    font-size: 18px;
  }

  .text-description {
    grid-row-gap: 18px;
  }

  .flex-vertical.padding-top-small.align-right {
    text-align: right;
  }

  .without-margin {
    font-size: 20px;
  }

  .text-content-about {
    width: 100%;
  }

  .about-list, .about-list.white {
    width: auto;
  }

  .image-content-image {
    width: 100%;
  }

  .home-review-content-wrapper {
    padding-bottom: 20px;
  }

  .home-testimonials-image {
    width: 90%;
    height: 300px;
  }

  .home-testimonials-wrapper {
    grid-row-gap: 20px;
  }

  .home-review-quote {
    font-size: 20px;
  }

  .about-action-block {
    grid-column-gap: .2rem;
    grid-template-columns: auto;
  }

  .large-growing-image {
    min-height: 250px;
  }

  .team-member {
    height: 230px;
  }

  .text-testimonials {
    font-size: 20px;
  }

  .image-project {
    height: 680px;
  }

  .small-image {
    width: 90%;
    left: 5%;
  }

  .left-description {
    padding-left: 20px;
  }

  .slide-arrow-projects {
    right: 3%;
  }

  .home-news-item {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .list-news-item {
    grid-row-gap: 30px;
    flex-direction: column;
    padding-bottom: 40px;
  }

  .banner-home-grid {
    width: 100%;
  }

  .grid-content, .about-text-grid {
    grid-template-columns: 1fr;
  }

  .container-blog.margin {
    padding-top: 0;
  }

  .hover-item-link {
    width: 80%;
    min-width: 80vw;
  }

  .collection-list-blog {
    min-height: auto;
  }

  .banner-text-wrapper {
    max-width: 100%;
  }

  .image-cover {
    height: 350px;
  }

  .timeline-progress-line {
    left: 3.03em;
  }

  .timeline-grid-wrapper {
    grid-template-columns: 100px 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .timeline-circle {
    width: 12px;
    height: 12px;
  }

  .timeline-description {
    font-size: 16px;
  }

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

  .banner-content-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    width: 100%;
    margin-top: 40px;
  }

  .small-image-block {
    width: 90%;
    left: 5%;
  }

  .banner-projects {
    grid-row-gap: 60px;
  }

  .project-banner-top.align-right {
    text-align: right;
    align-items: flex-end;
  }

  .project-banner-bottom, .project-banner-bottom.al-right {
    grid-template-columns: 1fr;
  }

  .gallery-image-background._1, .gallery-image-background._2, .gallery-image-background._3, .gallery-image-background._4 {
    margin-right: 0;
  }

  .pricing-text-grid {
    grid-template-columns: 1fr;
  }

  .pricing-featutes-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-services {
    grid-row-gap: 60px;
  }

  .secondary-button-form.full-mobile {
    width: 100%;
  }

  .contacts-form-2-wrapper {
    min-width: 300px;
    max-width: 480px;
  }

  .contacts-textarea-big {
    min-width: 320px;
    max-width: 360px;
  }

  .flex-vertical-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-vertical-card.with-gap {
    padding-left: 0;
    padding-right: 0;
  }

  .text-content-small {
    width: 25%;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .subtitle-3 {
    font-size: 14px;
  }

  .base-container-2 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .base-container-2.align-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .careers-input {
    min-width: 280px;
    max-width: 460px;
  }

  .careers-textarea {
    min-width: 300px;
    max-width: 340px;
  }

  .left-arrow {
    inset: auto 0% 2% -20%;
  }

  .right_arrow {
    inset: auto -24% 2% 0%;
  }

  .main-container {
    width: auto;
    max-width: none;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-slider_wrapper {
    width: auto;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hero-slider_header {
    max-width: none;
  }

  .menu-wrap-2 {
    padding-bottom: 40px;
  }

  .container-large.padding-10, .container-large.padding-15 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-h5-light.text-color-yellow {
    letter-spacing: 2px;
  }

  .heading-h4-caps.text-light {
    font-size: 20px;
  }

  .button-block-05, .button-block-05-2 {
    width: 100%;
  }

  .button-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .banner-heading-2 {
    max-width: 300px;
  }

  .banner-heading-2.text-color-black {
    font-size: 32px;
  }

  .banner-heading-2.text-color-black.align-right {
    text-align: right;
  }

  .marquee-conatiner {
    padding-bottom: 50px;
  }

  .sponsor-logo {
    width: 120px;
    height: 45px;
  }

  .tab-image {
    width: 320px;
    height: 320px;
  }

  .tab-content-title {
    padding: 30px;
  }

  .tab-main_wrap-mv {
    padding: 20px;
  }

  .text-p-white {
    width: 100%;
  }

  .about-content-_wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: flex;
    position: static;
  }

  .about-content-_wrap.align-right {
    text-align: right;
  }

  .stats-no_grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .stats-number_h2 {
    text-align: center;
  }

  .about-image_wrap {
    grid-template-columns: 1fr;
    height: 320px;
  }

  .title-wrap {
    padding-left: 0;
  }

  .text-style-medium.align-right {
    text-align: right;
  }

  .project-image-1 {
    height: 400px;
  }

  .section_footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-grid_wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-top_wrap {
    align-items: flex-start;
  }

  .footer-bottom_wrap {
    grid-template-columns: 1fr;
  }

  .text-block {
    text-align: left;
  }

  .footer-bottom_flex {
    align-items: flex-start;
  }

  .align-right {
    text-align: left;
  }

  .footer-link_grid {
    grid-template-columns: 1fr 1fr;
  }

  .section_founder {
    padding-top: 40px;
  }

  .founder-image_wrap {
    padding: 15px;
  }

  .founder-content_wrap {
    width: 100%;
    padding-left: 0;
  }

  .founder-image {
    height: auto;
  }

  .founder-image.height {
    height: 100px;
  }

  .subtitle-4.text-white-color {
    font-size: 16px;
  }

  .hover-item-link-2 {
    width: 80%;
    min-width: 80vw;
  }

  .section-3.background-overflow {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .text-color-white-2 {
    text-align: left;
    width: 60vw;
    max-width: none;
    font-size: 14px;
    line-height: 1.6em;
  }

  .text-color-white-2.text-center {
    text-align: center;
    width: 80vw;
    font-size: 16px;
  }

  .base-container-3 {
    flex-direction: column;
  }

  .collection-list-blog-3 {
    min-height: auto;
  }

  .section_project-detail-hero {
    padding-bottom: 1.5625rem;
  }

  .project-info_right.margin-top {
    margin-top: 1.5rem;
  }

  .project-hero_wrap {
    grid-row-gap: 1.25rem;
    flex-direction: column;
  }

  .project-title-h2 {
    font-size: 1.625rem;
  }

  .section_project-info {
    padding-top: 1.875rem;
    padding-bottom: 3.75rem;
  }

  .text-size-regular.align-right {
    text-align: right;
  }

  .project-info_inner-wrap.border.align-right {
    align-items: flex-end;
  }

  .project-info_inner-wrap.align-right {
    text-align: right;
    align-items: flex-end;
  }

  .section_project-gallery {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }

  .title-wrap-2 {
    grid-row-gap: .375rem;
  }

  .title-wrap-2.margin-bottom.align-right {
    text-align: right;
  }

  .project-info_left {
    min-width: 21.875ch;
  }

  .project-gallery_grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-columns: 1fr;
  }

  .about-gallery {
    margin-top: 20px;
  }

  .about-gallery_image {
    max-width: 220px;
  }

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

  .stats-wrap {
    align-self: flex-start;
    margin-top: 50px;
  }

  .stats-wrap.align-right {
    align-self: flex-end;
  }

  .about-stats_number.text-white {
    font-size: 52px;
  }

  .about-stats_text.text-color-white {
    font-size: 18px;
  }

  .main-container-stats {
    width: auto;
    max-width: none;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-bottom-medium-2 {
    text-align: left;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    display: block;
  }

  .intro-content-wrap-2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .intro-content-wrap-2.align-right {
    align-items: flex-end;
  }

  .subtitle-5 {
    font-size: 14px;
  }

  .subtitle-5.text-white {
    font-size: 20px;
  }

  .without-margin-2 {
    font-size: 24px;
  }

  .not-full-2 {
    font-size: 28px;
  }

  .section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-content-about-2 {
    width: 100%;
  }

  .section-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .subtitle-6 {
    font-size: 14px;
  }

  .vision {
    text-align: left;
    font-size: 28px;
  }

  .image-content-image-2 {
    opacity: .35;
    width: 100%;
  }

  .paragraph-large-d {
    font-size: 16px;
  }

  .paragraph-large-d.align-right {
    text-align: right;
  }

  .heading-banner-2 {
    font-size: 40px;
  }

  .banner-content-inner-2 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .negative-margin-2 {
    margin-bottom: 0;
  }

  .section-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .base-container-5, .base-container-6 {
    flex-direction: column;
  }

  .text-subtitle {
    font-size: 14px;
    display: block;
  }

  .stats-heading {
    font-size: 1.0625rem;
  }

  .numbers-stats {
    font-size: 2.5rem;
  }

  .section_who-we-are {
    padding: 3.4375rem 1rem;
  }

  .section_who-we-are.backgound {
    margin-bottom: .375rem;
  }

  .heading-style-h2 {
    font-size: 2.125rem;
  }

  .button--secondary {
    width: 200px;
  }

  .section_projects-2 {
    margin-bottom: .375rem;
    padding: 3.4375rem 1rem;
  }

  .heading-project-2 {
    font-size: 1.25rem;
  }

  .image_project {
    height: 21.875rem;
  }

  .block-heading_button.al-right {
    order: 1;
  }

  .founder-flex_wrap {
    padding: 0 5px 10px;
  }

  .hero-grid_wrap {
    margin-top: 100px;
  }

  .div-block-15 {
    flex-direction: column;
  }

  .heading-banner-3 {
    font-size: 40px;
  }

  .text-style-btn {
    font-size: 16px;
  }

  .video-bt {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .primary-button-white-2 {
    font-size: 16px;
  }

  .banner-content-2 {
    grid-column-gap: 0px;
    width: auto;
  }

  .hero-sub {
    font-size: 18px;
  }

  .button-wrap {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .values-grid_wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .heading {
    font-size: 18px;
  }

  .heading.name {
    font-size: 20px;
  }

  .paragraph-large-copy {
    margin-top: 0;
  }

  .paragraph-large-copy.about-text {
    width: 95%;
  }

  .paragraph-large-copy.text-color-white {
    text-align: left;
    width: 80vw;
    max-width: none;
    font-size: 16px;
  }

  .paragraph-large-copy.without-margin {
    font-size: 18px;
  }

  .paragraph-large-copy.align-right {
    text-align: right;
  }

  .section_home-hero {
    margin-top: 60px;
  }

  .home-hero_left-wrap {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .home-hero_left-wrap.al-right {
    text-align: right;
  }

  .home-hero_right-wrap {
    height: 50vh;
  }

  .main-heading_wrap.align-right {
    text-align: right;
  }

  .hero-heading_h1 {
    margin-bottom: 0;
    font-size: 48px;
  }

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

  .hero-paragraph.text-color-white.align-right {
    text-align: right;
  }

  .margin-50px {
    text-align: center;
  }

  .exp-content_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .exp-title {
    text-align: center;
  }

  .founder-wrap {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .founder-wrap._2 {
    height: auto;
    padding-top: 20px;
  }

  .founder-wrap.margin-top {
    margin-top: 50px;
  }

  .title-wrap_1 {
    width: 120px;
    height: 140px;
  }

  .text-h3.text-white {
    font-size: 16px;
  }

  .title-wrap_2 {
    width: 100px;
    height: 100px;
  }

  .text-h5.text-white-color, .text-h5.text-black-color {
    font-size: 16px;
  }

  .project-card_wrap {
    width: 320px;
  }

  .paragraph-2 {
    margin-top: 0;
    font-size: 14px;
  }

  .about-image_wrap1 {
    background-image: none;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .about-image_wrap1.no-image {
    position: sticky;
  }

  .lightbox-wrap_home {
    height: 50vh;
  }

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

  .about-video.no-image {
    position: absolute;
  }

  .lightbox-cs_wrap {
    height: 320px;
  }

  .section_about-us2.padding-large {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .about-list-copy {
    width: auto;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .heading-3 {
    margin-top: 0;
  }

  .h4-founder {
    font-size: 24px;
  }

  .section_founder-main {
    padding-top: 40px;
  }

  .founder-wrap_2 {
    align-items: flex-start;
    padding-top: 0;
  }

  .highstar-logo {
    width: 6rem;
    padding-bottom: 0;
  }

  .founder-content_slider {
    height: auto;
  }

  .f-arrow_left {
    margin-bottom: 0;
    inset: auto 0% -4% -43%;
  }

  .f-arrow_right {
    margin-top: 0;
    inset: auto -45% -4% 0%;
  }

  .slide-1, .founder-mask {
    height: auto;
  }

  .about-hero_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    order: -1;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .stack-card {
    height: 12rem;
    position: static;
  }

  .about-content-_wrap-copy {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-home_hero {
    margin-top: 79px;
  }

  .banner-home-transparent {
    margin-top: 0;
  }

  .action-block-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: auto;
  }

  .navbar-absolute-dark {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    inset: 0% 0% auto;
  }

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

  .section-title-wrapper-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    padding-left: 0;
  }

  .section_hero-wrap {
    height: 550px;
  }

  .subtext-wrap {
    padding-bottom: 20px;
  }

  .subtext-wrap.align-right {
    text-align: right;
  }

  .career-link {
    padding-left: 2px;
    font-size: 15px;
  }

  .lightbox-cs_wrap2 {
    height: 320px;
  }

  .banner-heading-h1.text-color-white.hide {
    display: none;
  }

  .team-skills_h4 {
    font-size: 20px;
  }

  .heading-h3-title {
    font-size: 36px;
  }

  .heading-style-h2_sb {
    font-size: 26px;
  }

  .heading-style-h2_sb.al-right {
    text-align: right;
  }

  .heading-h1-cs.text-color-white--c {
    color: var(--white);
    font-size: 28px;
  }

  .heading-2c {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .section-title_wrap {
    text-align: center;
    padding-left: 0;
  }

  .bg-black-absolute {
    height: 80px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .bg-black-absolute.hide-on-desktop {
    background-color: #000;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .heading-6 {
    font-size: 26px;
  }

  .heading-7 {
    font-size: 16px;
  }

  .home-2-projects-overlay-copy {
    grid-template-columns: 1fr;
  }

  .background-video-mobile.hide-mobile {
    display: none;
  }

  .background-video-mobile.hide-desktop {
    height: 571px;
    display: block;
  }

  .project-card_wrap-landscape {
    width: 320px;
  }

  .banner-heading-h1-ar.text-color-white.hide {
    display: none;
  }

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

  .heading-8 {
    font-size: 58px;
  }

  .stats-heading-style-h2 {
    font-size: 2.625rem;
  }

  .stats-info_text {
    font-size: .875rem;
  }

  .pre-load_text {
    font-size: 4.5rem;
  }

  .toggle-btn {
    order: 1;
  }
}

#w-node-_61007013-6656-773e-8c42-d346d9942353-fecacb66, #w-node-_61007013-6656-773e-8c42-d346d9942359-fecacb66, #w-node-_61007013-6656-773e-8c42-d346d994235b-fecacb66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b52440be-7dc3-9322-df96-ad1d39ee3cb8-634f2c73 {
  justify-self: start;
}

#w-node-ec074abe-44f1-7c57-b0a4-97ba05e6e442-634f2c73 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-fdfca8cf-91cc-dbb3-1271-aee4069f9e40-634f2c73 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-_03aca095-f26c-2ba6-5838-959a5abf91f9-634f2c73 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8fff50a1-3d5c-2904-5b03-f17601c6acf0-634f2c73 {
  align-self: end;
}

#w-node-daf981fd-9b17-a0fb-7466-2c35634f2ca5-634f2c73 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48b87e65-e0cf-a07c-8c83-f5ced75afe75-fecacb67 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8db46aff-029b-8672-4d7f-668f003ca369-003ca366 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8db46aff-029b-8672-4d7f-668f003ca384-003ca366, #w-node-_9beadd0c-be53-50d4-02b0-671179a65ff8-fecacb68, #w-node-_48789143-2ae7-a7fa-100c-839ed050aac1-fecacb68, #w-node-_363f7529-884e-a7a7-3747-0637ad003f53-fecacb68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de96f3d6-a792-eac2-e29b-b26b4ab2da62-fecacb68 {
  align-self: start;
}

#w-node-d7482c2b-a418-4ab6-cebe-9e4b515d65a2-fecacb68, #w-node-_91a2d065-aa31-15f7-090f-c5bb9067ea49-fecacb68, #w-node-_7ee25787-1737-58ac-b6b3-00d710a0979f-fecacb68, #w-node-c9161fc3-873d-ebbb-66fc-592ba1f123b3-fecacb68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebaf0f75-4030-4ace-82db-23b320865fde-fecacb68 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_326233e0-4d2c-1574-f5c7-42f02c7072d0-fecacb68, #w-node-_326233e0-4d2c-1574-f5c7-42f02c7072d1-fecacb68, #w-node-_326233e0-4d2c-1574-f5c7-42f02c7072d2-fecacb68, #w-node-_59058acc-74a1-d45f-6e12-ec73f7ce6cf0-fecacb68, #w-node-e9849baa-38ad-552b-2363-443682e28760-fecacb68, #w-node-e9849baa-38ad-552b-2363-443682e28763-fecacb68, #w-node-e9849baa-38ad-552b-2363-443682e28764-fecacb68, #w-node-e9849baa-38ad-552b-2363-443682e2875e-fecacb68, #w-node-_95ba4f52-140f-d50a-0a3f-7f4cdf5b30fd-fecacb68, #w-node-_95ba4f52-140f-d50a-0a3f-7f4cdf5b3100-fecacb68, #w-node-_95ba4f52-140f-d50a-0a3f-7f4cdf5b3101-fecacb68, #w-node-_95ba4f52-140f-d50a-0a3f-7f4cdf5b30fb-fecacb68, #w-node-_705a8ade-2567-26a7-ee8a-d534192a7399-fecacb68, #w-node-_705a8ade-2567-26a7-ee8a-d534192a739c-fecacb68, #w-node-_705a8ade-2567-26a7-ee8a-d534192a739d-fecacb68, #w-node-_705a8ade-2567-26a7-ee8a-d534192a7397-fecacb68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ae823b9-64a4-c3fc-bcc2-2c0764495bb3-fecacb68 {
  align-self: start;
}

#w-node-_9ae823b9-64a4-c3fc-bcc2-2c0764495bc3-fecacb68 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d142db69-db03-0bf8-2c93-e60d19d6b939-fecacb69 {
  grid-area: 1 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-d142db69-db03-0bf8-2c93-e60d19d6b93a-fecacb69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-d142db69-db03-0bf8-2c93-e60d19d6b93f-fecacb69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-d142db69-db03-0bf8-2c93-e60d19d6b944-fecacb69 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-d142db69-db03-0bf8-2c93-e60d19d6b945-fecacb69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-d142db69-db03-0bf8-2c93-e60d19d6b94a-fecacb69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-d142db69-db03-0bf8-2c93-e60d19d6b94f-fecacb69 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0c4e16d4-9dba-86b3-e77b-fe73a1f3b262-fecacb6a, #w-node-_0c4e16d4-9dba-86b3-e77b-fe73a1f3b268-fecacb6a, #w-node-_0c4e16d4-9dba-86b3-e77b-fe73a1f3b26a-fecacb6a, #w-node-f744e636-e43f-8b96-64eb-574932b48eb2-fecacb6a, #w-node-_9b69c0c9-f308-e885-0484-fb74e34898b3-fecacb6a, #w-node-_34d899ce-bdf5-6b60-3fed-27db2a32b274-fecacb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_582544a3-8722-7bb5-2d74-18dd3bb04aa0-fecacb6a {
  align-self: start;
}

#w-node-_582544a3-8722-7bb5-2d74-18dd3bb04aa3-fecacb6a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_582544a3-8722-7bb5-2d74-18dd3bb04aa8-fecacb6a, #w-node-_582544a3-8722-7bb5-2d74-18dd3bb04ab8-fecacb6a, #w-node-_582544a3-8722-7bb5-2d74-18dd3bb04ac8-fecacb6a, #w-node-_582544a3-8722-7bb5-2d74-18dd3bb04ad8-fecacb6a, #w-node-f0290e09-6f87-fde2-ac89-fe3c64a202ef-fecacb6a, #w-node-_8e0d41cd-cac2-04dd-e4b8-1de201e4198c-fecacb6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53d036f4-187f-ce86-0237-daf2710a0d67-fecacb7f, #w-node-_16ec45a2-8a4d-a147-2cb1-d1ca12a27f4b-fecacbc2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_16ec45a2-8a4d-a147-2cb1-d1ca12a27f4d-fecacbc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20a774e9-639b-26fa-a2e6-300c2eaba59f-fecacbc8 {
  order: 9999;
}

#w-node-_530fe10a-2942-3d0a-76df-c6bacc7aa0ef-fecacbc8, #w-node-_2a33ba6a-58fd-2e6c-2f31-5fc48a81bbab-fecacbc8, #w-node-e417d3c2-2952-acba-a2aa-95256fa20c1e-fecacbc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe3dc056-e147-d2a7-9321-2fe40ea9414e-fecacbc8, #w-node-_7ddc281a-9bfa-7d30-cf54-c278d84642ec-fecacbc8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b64bbb3c-67d8-f6e1-e5f1-e3ec18a085d4-fecacbc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_11d0df1f-d20c-a725-711b-2ff490999711-fecacbc8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_11d0df1f-d20c-a725-711b-2ff49099970a-fecacbc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-eaebc7dc-01dd-681a-7e29-0270cb682fe7-fecacbc8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eaebc7dc-01dd-681a-7e29-0270cb682fe0-fecacbc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1ad407c8-7632-4323-9c07-cfc2dfbc65b6-fecacbc8, #w-node-_1ad407c8-7632-4323-9c07-cfc2dfbc65b7-fecacbc8, #w-node-_1ad407c8-7632-4323-9c07-cfc2dfbc65b8-fecacbc8, #w-node-_1ad407c8-7632-4323-9c07-cfc2dfbc65b9-fecacbc8, #w-node-_1ad407c8-7632-4323-9c07-cfc2dfbc65c3-fecacbc8, #w-node-_1ad407c8-7632-4323-9c07-cfc2dfbc65c4-fecacbc8, #w-node-_1ad407c8-7632-4323-9c07-cfc2dfbc65c5-fecacbc8, #w-node-_1ad407c8-7632-4323-9c07-cfc2dfbc65c6-fecacbc8, #w-node-_1ad407c8-7632-4323-9c07-cfc2dfbc65d0-fecacbc8, #w-node-_1ad407c8-7632-4323-9c07-cfc2dfbc65d1-fecacbc8, #w-node-_1ad407c8-7632-4323-9c07-cfc2dfbc65d3-fecacbc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e65aa7f3-7a3f-a017-f4e5-b85bf1512faf-fecacbc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e65aa7f3-7a3f-a017-f4e5-b85bf1512fb6-fecacbc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fd9c7ec-e9ab-f53f-3c94-1fc4e57199ae-e57199a9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5fd9c7ec-e9ab-f53f-3c94-1fc4e57199b1-e57199a9, #w-node-_11551769-f6c3-2b43-9a34-f95b33497f15-fecacbc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7786187f-ffc7-9e1e-d5a2-c602456e001a-fecacbc9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3c694915-d969-a601-1cd8-4afbc3e96cf8-fecacbc9 {
  align-self: start;
}

#w-node-_3c694915-d969-a601-1cd8-4afbc3e96cf9-fecacbc9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_400f187c-c728-2b29-1a5a-a800a07b21ad-fecacbc9 {
  align-self: start;
}

#w-node-a1162b0d-b859-9834-b136-64964053c925-fecacbc9, #w-node-a1162b0d-b859-9834-b136-64964053c92d-fecacbc9, #w-node-a1162b0d-b859-9834-b136-64964053c935-fecacbc9, #w-node-_08fe6d4b-7258-c807-5ebe-d81d0e9f3090-fecacbc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90c04041-2407-f70f-42df-add74e1a3670-fecacbc9, #w-node-_7d5a3ca3-4b09-51f3-f097-0a04c01019d9-fecacbc9, #w-node-f9907fbb-fbd6-9620-0191-b030100835c7-fecacbc9, #w-node-fe71976b-ceb6-c92a-b84d-74460beafc8f-fecacbc9, #w-node-_02f2896b-2e0b-be8d-855f-4c2757570f1a-fecacbc9, #w-node-_02f2896b-2e0b-be8d-855f-4c2757570f26-fecacbc9, #w-node-_11614807-ac58-da90-10c2-e7713feb789d-fecacbc9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_11614807-ac58-da90-10c2-e7713feb78a0-fecacbc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_11614807-ac58-da90-10c2-e7713feb78a1-fecacbc9, #w-node-_11614807-ac58-da90-10c2-e7713feb78a5-fecacbc9, #w-node-_1591f76c-efb6-fcb6-04e6-32add8482201-fecacbc9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1591f76c-efb6-fcb6-04e6-32add8482204-fecacbc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1591f76c-efb6-fcb6-04e6-32add8482207-fecacbc9, #w-node-_1591f76c-efb6-fcb6-04e6-32add848220d-fecacbc9, #w-node-fe71976b-ceb6-c92a-b84d-74460beafc97-fecacbc9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe71976b-ceb6-c92a-b84d-74460beafc9a-fecacbc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fe71976b-ceb6-c92a-b84d-74460beafc9d-fecacbc9, #w-node-fe71976b-ceb6-c92a-b84d-74460beafca3-fecacbc9, #w-node-_02d239c5-2b03-337f-0d55-19458a5ff7e8-fecacbc9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_02d239c5-2b03-337f-0d55-19458a5ff7eb-fecacbc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_02d239c5-2b03-337f-0d55-19458a5ff7ec-fecacbc9, #w-node-_02d239c5-2b03-337f-0d55-19458a5ff7f0-fecacbc9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a69252f-5757-50cb-801b-206161b7326a-fecacbca {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-df19722d-3434-cd2b-7203-3c3be9c3d993-fecacbca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00ad0be3-9186-cf03-4ea7-4ae9528518a4-fecacbdf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a6018867-b7b3-2724-2ef8-c0ee538c3e2d-fecacbdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6018867-b7b3-2724-2ef8-c0ee538c3e37-fecacbdf {
  align-self: center;
}

#w-node-_6b66fa71-be0f-18a1-a318-71de0ee3f30d-fecacbdf {
  order: -9999;
  align-self: center;
}

#w-node-dd9e1c11-a6f5-5e45-a969-919f1f1dcc27-fecacbdf {
  align-self: center;
}

#w-node-eb8cc826-117c-865a-2d4f-bc57792b42d0-fecacbdf {
  order: -9999;
  align-self: center;
}

#w-node-bcb20bf8-057b-7c0c-a52e-1ef497f34935-fecacbdf {
  align-self: center;
}

#w-node-bf8d5900-731c-3a23-8246-fb4e1275ab1b-fecacbe0, #w-node-_26543101-b116-618c-0ad4-3f1865ebbaa1-fecacbe0, #w-node-_5bc57874-f795-c13b-8f52-5f953f9e3c77-fecacbe1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ab22b1f8-d4ff-9845-d2e1-b5a9b5350a0d-fecacbe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1e1b4553-ce88-e0ab-46ef-35366d5a957b-fecacbe1 {
  justify-self: start;
}

#w-node-ab22b1f8-d4ff-9845-d2e1-b5a9b5350a10-fecacbe1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ab22b1f8-d4ff-9845-d2e1-b5a9b5350a13-fecacbe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_72c6a1eb-c584-fb29-5796-756edc025a2f-fecacbe1 {
  justify-self: start;
}

#w-node-ab22b1f8-d4ff-9845-d2e1-b5a9b5350a16-fecacbe1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ab22b1f8-d4ff-9845-d2e1-b5a9b5350a19-fecacbe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c3b5924f-0f45-494f-3b88-05095534023f-fecacbe1 {
  justify-self: start;
}

#w-node-ab22b1f8-d4ff-9845-d2e1-b5a9b5350a1c-fecacbe1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3217b9d5-7918-5064-190f-15e0868ced32-fecacbe1, #w-node-_3217b9d5-7918-5064-190f-15e0868ced33-fecacbe1, #w-node-_3217b9d5-7918-5064-190f-15e0868ced34-fecacbe1, #w-node-_3217b9d5-7918-5064-190f-15e0868ced35-fecacbe1, #w-node-_3217b9d5-7918-5064-190f-15e0868ced36-fecacbe1, #w-node-_3217b9d5-7918-5064-190f-15e0868ced37-fecacbe1 {
  justify-self: center;
}

#w-node-dddfd440-d68f-3feb-e405-3c793e99aeb8-fecacbe2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_03b94efb-3718-26ec-d720-124a6005ec2f-fecacbe2, #w-node-_03b94efb-3718-26ec-d720-124a6005ec42-fecacbe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b69fe01b-fe1f-7463-ff1f-da2d94e590ab-fecacbe2, #w-node-b69fe01b-fe1f-7463-ff1f-da2d94e590d1-fecacbe2, #w-node-b69fe01b-fe1f-7463-ff1f-da2d94e59072-fecacbe2, #w-node-b69fe01b-fe1f-7463-ff1f-da2d94e590e4-fecacbe2, #w-node-b69fe01b-fe1f-7463-ff1f-da2d94e590f7-fecacbe2, #w-node-b69fe01b-fe1f-7463-ff1f-da2d94e59085-fecacbe2, #w-node-b69fe01b-fe1f-7463-ff1f-da2d94e59098-fecacbe2, #w-node-b69fe01b-fe1f-7463-ff1f-da2d94e5905f-fecacbe2, #w-node-b69fe01b-fe1f-7463-ff1f-da2d94e590be-fecacbe2, #w-node-b69fe01b-fe1f-7463-ff1f-da2d94e5910a-fecacbe2, #w-node-b69fe01b-fe1f-7463-ff1f-da2d94e5911d-fecacbe2, #w-node-b69fe01b-fe1f-7463-ff1f-da2d94e59130-fecacbe2, #w-node-b5b064e1-e842-f85e-ddd3-4526384d2b5a-fecacbe2, #w-node-b5b064e1-e842-f85e-ddd3-4526384d2b6d-fecacbe2, #w-node-b5b064e1-e842-f85e-ddd3-4526384d2b47-fecacbe2, #w-node-b5b064e1-e842-f85e-ddd3-4526384d2b34-fecacbe2, #w-node-b5b064e1-e842-f85e-ddd3-4526384d2b80-fecacbe2, #w-node-_30d9ed8e-72c3-5739-c2e9-5c5f496e3867-fecacbe2, #w-node-_318d527f-c9e6-69d2-9c92-4bf009f90ef9-fecacbe2, #w-node-_9057f3e5-4a23-0ff1-b110-55e6eb86f44c-fecacbe2, #w-node-ab709cf3-f303-0e0c-2ab9-3088798fb24e-fecacbe2, #w-node-e516d9b7-50d3-4159-683d-a257179435d2-fecacbe3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e516d9b7-50d3-4159-683d-a257179435d9-fecacbe3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_040d296c-f183-9e4f-8197-b0359a5ac4a9-fecacbe4, #w-node-_040d296c-f183-9e4f-8197-b0359a5ac4ae-fecacbe4, #w-node-_040d296c-f183-9e4f-8197-b0359a5ac4b0-fecacbe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33b98dd7-e09b-ac9d-ea8b-f502f0b412bc-fecacbe4 {
  order: 9999;
  align-self: start;
}

#w-node-_33b98dd7-e09b-ac9d-ea8b-f502f0b412c0-fecacbe4, #w-node-_33b98dd7-e09b-ac9d-ea8b-f502f0b412c3-fecacbe4, #w-node-df5b3fbf-6082-23bb-2ccb-b6140529ac7d-fecacbe4, #w-node-_33b98dd7-e09b-ac9d-ea8b-f502f0b412c6-fecacbe4, #w-node-_33b98dd7-e09b-ac9d-ea8b-f502f0b412c9-fecacbe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33b98dd7-e09b-ac9d-ea8b-f502f0b412cc-fecacbe4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_33b98dd7-e09b-ac9d-ea8b-f502f0b412ce-fecacbe4, #w-node-_33b98dd7-e09b-ac9d-ea8b-f502f0b412cf-fecacbe4, #w-node-_33b98dd7-e09b-ac9d-ea8b-f502f0b412d1-fecacbe4, #w-node-_33b98dd7-e09b-ac9d-ea8b-f502f0b412d3-fecacbe4, #w-node-_33b98dd7-e09b-ac9d-ea8b-f502f0b412d6-fecacbe4, #w-node-_33b98dd7-e09b-ac9d-ea8b-f502f0b412d9-fecacbe4, #w-node-_33b98dd7-e09b-ac9d-ea8b-f502f0b412db-fecacbe4, #w-node-_33b98dd7-e09b-ac9d-ea8b-f502f0b412dd-fecacbe4, #w-node-_0d78b7e2-0c14-d58b-620a-794e1ac6a50e-fecacbe4, #w-node-_0d78b7e2-0c14-d58b-620a-794e1ac6a511-fecacbe4, #w-node-_37e709da-dbe2-d2f9-dd27-e4e0711030a2-fecacbe4, #w-node-_0d78b7e2-0c14-d58b-620a-794e1ac6a51f-fecacbe4, #w-node-_33b98dd7-e09b-ac9d-ea8b-f502f0b412e0-fecacbe4, #w-node-_33b98dd7-e09b-ac9d-ea8b-f502f0b412e3-fecacbe4, #w-node-_472b1ed2-a2e8-4ea7-a7d3-17d3fa4b19b6-fecacbe4, #w-node-_33b98dd7-e09b-ac9d-ea8b-f502f0b412e7-fecacbe4, #w-node-_33b98dd7-e09b-ac9d-ea8b-f502f0b412ea-fecacbe4, #w-node-_33b98dd7-e09b-ac9d-ea8b-f502f0b412ed-fecacbe4, #w-node-_3b354a46-a18e-10a6-8aff-abd40a0a63ee-fecacbe4, #w-node-_33b98dd7-e09b-ac9d-ea8b-f502f0b412f0-fecacbe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab0b5a7b-0c9c-3e2f-9ff2-e03ebc9365d3-fecacbe4 {
  order: 9999;
  align-self: start;
}

#w-node-ab0b5a7b-0c9c-3e2f-9ff2-e03ebc9365d6-fecacbe4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacbe5, #w-node-a9800629-874e-4b33-d9da-88f21943e767-fecacbe5, #w-node-a9800629-874e-4b33-d9da-88f21943e76a-fecacbe5, #w-node-a9800629-874e-4b33-d9da-88f21943e76d-fecacbe5, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacbe6, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacbe7, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacbe8, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacbe9, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacbea, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacbff, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacc00, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacc01, #w-node-c162cc23-13bc-b839-dfcc-f4a6ac4aeb7b-fecacc01, #w-node-_0cf0f7d6-61a5-0f3e-3b04-eaa06d8a4f7b-fecacc01, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacc02, #w-node-_36c315ea-f7a0-15a6-836b-83c67f163813-fecacc02, #w-node-_46986f59-efe9-4b6f-ea50-84bcbc9928a0-fecacc02, #w-node-ea327771-f7bb-9c20-e468-712d6d1ab0a6-fecacc02, #w-node-_6fe79aad-cc7d-c15a-1fef-64013fe96b59-fecacc02, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacc03, #w-node-_93811b0e-3bc8-85bb-e101-53570dc21118-fecacc03, #w-node-d4024eee-70ae-a191-677f-7220e57190b8-fecacc03, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacc04, #w-node-_7506e9e1-9394-e846-2841-fc47db2c46df-fecacc04, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacc05, #w-node-ca36e454-409b-d4a0-37cb-8dc2faa3d403-fecacc05, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacc06, #w-node-df8d41a5-3020-104f-0571-d45951d83624-fecacc06, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacc07, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacc08, #w-node-efdeed66-fdb4-fbe5-6b0f-3b02ebda2b72-fecacc08, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacc09, #w-node-c4cbdc1c-c3a6-f9a7-5dda-cede5ae0c044-fecacc09, #w-node-_0cdc5afa-c439-0d79-3b0f-df21704b87dd-fecacc09, #w-node-_59a6d855-26c1-f6d6-f633-4912a1dab079-fecacc09, #w-node-a87324bf-396f-0f25-9253-498dadcb2daf-fecacc09, #w-node-_863c52f4-0e13-e020-5214-34da1ce2de86-fecacc09, #w-node-_958cf1a3-6a53-23ce-ca53-4145b284ae64-fecacc09, #w-node-a2cfcf7c-fabf-268b-bc44-8c7371aded24-fecacc09, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacc0a, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacc0b, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacc0c, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacc0d, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacc0e, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacc0f, #w-node-_5aa2a4fb-14a0-b13e-028a-b8ab336f0f3d-fecacc0f, #w-node-cb5e2767-98a6-46a9-d4af-9adf97710394-fecacc0f, #w-node-_5881de34-e1b0-800f-ffdd-c77c92af66c0-fecacc0f, #w-node-cc18a93c-6a3c-4813-a1b6-82784dc85928-fecacc0f, #w-node-_7584a123-1e65-fe12-a025-c750c66f9392-fecacc0f, #w-node-daf5daff-dba7-f229-a617-471a65e49461-fecacc0f, #w-node-_74be5fef-c820-f388-9862-bca27ad8c609-fecacc0f, #w-node-e1fe0107-588f-6e8a-f422-f356056bc315-fecacc0f, #w-node-_81d7048c-9a9a-3a1a-c6d6-27e588fc1955-fecacc0f, #w-node-_003f3837-24d1-258a-f75a-8e7761718cb6-fecacc0f, #w-node-_36b1f069-f606-3809-88c1-5ef7b11a7ff8-fecacc0f, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacc10, #w-node-_5881de34-e1b0-800f-ffdd-c77c92af66c0-fecacc10, #w-node-cc18a93c-6a3c-4813-a1b6-82784dc85928-fecacc10, #w-node-a9800629-874e-4b33-d9da-88f21943e764-fecacc1a, #w-node-_5aa241c7-5a22-9949-b4f0-52cf2822847d-fecacc1a, #w-node-_4e252ff7-1c2e-c841-12ac-a581a44c3c92-fecacc1a, #w-node-_00d1d608-f5eb-edd0-fe40-9612e42c8899-fecacc1a, #w-node-_98598b63-253f-2ca6-d4d7-2a597cd30e80-fecacc1a, #w-node-e97366a5-6f06-0caf-b17d-c6d86bac3311-fecacc1a, #w-node-c55d9dd7-8249-08af-8e98-eb08f010dbde-fecacc1a, #w-node-_56d8082b-c1f2-dc6c-7797-3584a81ef87e-fecacc1a, #w-node-_6aaf3cc8-37a0-ce3b-dbfe-9acb0abfce7b-fecacc1a, #w-node-eb96648f-409f-9938-00e4-9c869666f369-fecacc1a, #w-node-b5d7ff59-e197-a65f-75ce-22f6eded5adc-fecacc1a, #w-node-_1735882f-27a2-7984-1f85-c606fc6a19ba-fecacc1a, #w-node-_5881de34-e1b0-800f-ffdd-c77c92af66c0-fecacc1a, #w-node-cc18a93c-6a3c-4813-a1b6-82784dc85928-fecacc1a, #w-node-a9800629-874e-4b33-d9da-88f21943e764-112a6a9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-d142db69-db03-0bf8-2c93-e60d19d6b939-fecacb69, #w-node-d142db69-db03-0bf8-2c93-e60d19d6b944-fecacb69 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b52440be-7dc3-9322-df96-ad1d39ee3cb8-634f2c73 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-ec074abe-44f1-7c57-b0a4-97ba05e6e442-634f2c73 {
    grid-column: span 1 / span 1;
    justify-self: start;
  }

  #w-node-fdfca8cf-91cc-dbb3-1271-aee4069f9e40-634f2c73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8fff50a1-3d5c-2904-5b03-f17601c6acf0-634f2c73 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-a8c0808a-e773-aa91-795c-0ceefe8a87a3-634f2c73 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8db46aff-029b-8672-4d7f-668f003ca369-003ca366 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8db46aff-029b-8672-4d7f-668f003ca384-003ca366 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-de96f3d6-a792-eac2-e29b-b26b4ab2da62-fecacb68 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d142db69-db03-0bf8-2c93-e60d19d6b939-fecacb69 {
    grid-row-end: 3;
    justify-self: start;
  }

  #w-node-d142db69-db03-0bf8-2c93-e60d19d6b944-fecacb69 {
    grid-area: 1 / 3 / 3 / 4;
    justify-self: start;
  }

  #w-node-d142db69-db03-0bf8-2c93-e60d19d6b94a-fecacb69 {
    justify-self: center;
  }

  #w-node-_582544a3-8722-7bb5-2d74-18dd3bb04aa3-fecacb6a {
    grid-row: span 1 / span 1;
  }

  #w-node-_8e0d41cd-cac2-04dd-e4b8-1de201e4198a-fecacb6a {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_8e0d41cd-cac2-04dd-e4b8-1de201e4198c-fecacb6a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5fd9c7ec-e9ab-f53f-3c94-1fc4e57199ae-e57199a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5fd9c7ec-e9ab-f53f-3c94-1fc4e57199b1-e57199a9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3c694915-d969-a601-1cd8-4afbc3e96cf9-fecacbc9 {
    grid-row: span 1 / span 1;
  }

  #w-node-_3217b9d5-7918-5064-190f-15e0868ced32-fecacbe1, #w-node-_3217b9d5-7918-5064-190f-15e0868ced33-fecacbe1, #w-node-_3217b9d5-7918-5064-190f-15e0868ced34-fecacbe1, #w-node-_3217b9d5-7918-5064-190f-15e0868ced35-fecacbe1, #w-node-_3217b9d5-7918-5064-190f-15e0868ced36-fecacbe1, #w-node-_3217b9d5-7918-5064-190f-15e0868ced37-fecacbe1 {
    justify-self: center;
  }

  #w-node-_6bcc641f-7ee1-f692-2c0a-12f5f1e6458c-fecacbe2 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-ab709cf3-f303-0e0c-2ab9-3088798fb24e-fecacbe2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e516d9b7-50d3-4159-683d-a257179435d2-fecacbe3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_33b98dd7-e09b-ac9d-ea8b-f502f0b412bc-fecacbe4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ab0b5a7b-0c9c-3e2f-9ff2-e03ebc9365d3-fecacbe4 {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_03aca095-f26c-2ba6-5838-959a5abf91f9-634f2c73, #w-node-_8fff50a1-3d5c-2904-5b03-f17601c6acf0-634f2c73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8c0808a-e773-aa91-795c-0ceefe8a87a3-634f2c73 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-daf981fd-9b17-a0fb-7466-2c35634f2ca5-634f2c73 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8db46aff-029b-8672-4d7f-668f003ca369-003ca366 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8db46aff-029b-8672-4d7f-668f003ca384-003ca366 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4ae9d29b-ae24-efb6-88fc-5bcb7cc63164-fecacbc8 {
    order: 9999;
  }

  #w-node-fe3dc056-e147-d2a7-9321-2fe40ea9414a-fecacbc8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fe3dc056-e147-d2a7-9321-2fe40ea9414e-fecacbc8 {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }

  #w-node-_7ddc281a-9bfa-7d30-cf54-c278d84642ec-fecacbc8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b64bbb3c-67d8-f6e1-e5f1-e3ec18a085d4-fecacbc8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_11d0df1f-d20c-a725-711b-2ff490999711-fecacbc8 {
    order: 9999;
  }

  #w-node-_11d0df1f-d20c-a725-711b-2ff49099970a-fecacbc8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-eaebc7dc-01dd-681a-7e29-0270cb682fe7-fecacbc8 {
    order: 9999;
  }

  #w-node-eaebc7dc-01dd-681a-7e29-0270cb682fe0-fecacbc8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_5fd9c7ec-e9ab-f53f-3c94-1fc4e57199ae-e57199a9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5fd9c7ec-e9ab-f53f-3c94-1fc4e57199b1-e57199a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6b66fa71-be0f-18a1-a318-71de0ee3f30b-fecacbdf, #w-node-eb8cc826-117c-865a-2d4f-bc57792b42ce-fecacbdf {
    order: -9999;
  }

  #w-node-_27247ca7-3f11-a7a0-fec3-d94325177cbd-fecacbe2 {
    grid-area: 2 / 1 / 4 / 2;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d142db69-db03-0bf8-2c93-e60d19d6b94f-fecacb69 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c4b8c48d-9ea0-094b-fb90-4843b77f39e4-fecacbc8 {
    justify-self: center;
  }

  #w-node-_4ae9d29b-ae24-efb6-88fc-5bcb7cc63164-fecacbc8 {
    order: 9999;
  }

  #w-node-fe3dc056-e147-d2a7-9321-2fe40ea9414e-fecacbc8 {
    grid-area: span 7 / span 2 / span 7 / span 2;
  }

  #w-node-_11d0df1f-d20c-a725-711b-2ff490999711-fecacbc8 {
    order: 9999;
  }

  #w-node-_11d0df1f-d20c-a725-711b-2ff49099970a-fecacbc8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-eaebc7dc-01dd-681a-7e29-0270cb682fe7-fecacbc8 {
    order: 9999;
  }

  #w-node-eaebc7dc-01dd-681a-7e29-0270cb682fe0-fecacbc8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_6b66fa71-be0f-18a1-a318-71de0ee3f30b-fecacbdf, #w-node-eb8cc826-117c-865a-2d4f-bc57792b42ce-fecacbdf {
    order: -9999;
  }

  #w-node-dddfd440-d68f-3feb-e405-3c793e99aeb8-fecacbe2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_040d296c-f183-9e4f-8197-b0359a5ac4a9-fecacbe4 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-ab0b5a7b-0c9c-3e2f-9ff2-e03ebc9365d3-fecacbe4 {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}