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

.page-wrapper.hide {
  display: block;
}

.header {
  background-color: #f2f1ee;
  padding-top: 24px;
  padding-bottom: 24px;
}

.container-default {
  z-index: 2;
  max-width: 1291px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.container-default.header-container {
  padding-right: 24px;
  position: static;
}

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

.split-content {
  width: 280px;
}

.split-content.header-right {
  z-index: 1;
  position: relative;
}

.split-content.header-left {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.split-content.content-top-home-portfolio-left {
  max-width: 426px;
}

.split-content.content-top-home-portfolio-right {
  max-width: 433px;
}

.split-content.content-top-blog-section-right {
  max-width: 426px;
}

.split-content.content-top-team-members-left {
  width: auto;
  max-width: 426px;
}

.split-content.content-top-values-left {
  width: auto;
  max-width: 528px;
}

.brand {
  padding-left: 0;
  transition: transform .3s;
}

.nav-menu {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.header-navigation {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
}

.nav-item-wrapper {
  margin-bottom: 0;
  margin-right: 32px;
}

.nav-item-wrapper.last {
  margin-right: 0;
}

.nav-item-wrapper.button-mobile {
  display: none;
}

.bg {
  justify-content: center;
  align-items: stretch;
  position: absolute;
}

.bg.page-lines-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg.home-hero {
  z-index: 1;
  color: #020202;
  background-color: #030303;
  min-height: 400px;
  inset: auto 0% 0%;
  overflow: hidden;
}

.bg.home-project-featured-filter {
  opacity: .5;
  background-color: #000;
  display: block;
}

.page-lines-outside {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  justify-content: center;
  width: 87.5%;
  max-width: 1245px;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.page-lines-outside.dark {
  border-left-color: #333;
  border-right-color: #333;
}

.page-lines-inside {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  width: 34%;
  height: 100%;
  min-height: 100%;
}

.page-lines-inside.dark {
  border-left-color: #333;
  border-right-color: #333;
}

.button-secondary {
  color: #020202;
  background-color: #272727;
  border: 1.5px solid #000;
  border-radius: 80px;
  align-items: center;
  padding: 14px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.1em;
  display: flex;
  position: relative;
  top: -2px;
}

.button-secondary._2-buttons-button {
  background-color: #0000;
  display: inline-block;
  position: static;
}

.button-secondary._2-buttons-button.black {
  color: #020202;
  transform-style: preserve-3d;
  transition: transform .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-secondary._2-buttons-button.black:hover {
  transform: scale3d(1.03, 1.03, 1.01);
}

.button-secondary._2-buttons-button {
  color: #fff;
  transform-style: preserve-3d;
  margin-bottom: 15px;
  margin-right: 28px;
  padding: 22px 56px 24px;
  font-size: 20px;
}

.button-secondary.button-white._2-buttons-button {
  text-align: center;
  border-color: #fff;
  margin-right: 0;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.image.service-item, .image.home-about {
  object-fit: cover;
  width: 100%;
  margin-left: 0;
}

.image.home-about.block {
  aspect-ratio: auto;
  object-fit: contain;
}

.image.home-project-featured {
  object-fit: cover;
  align-self: stretch;
  width: 100%;
  margin-left: 0;
}

.image.testimonial {
  object-fit: cover;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.image.testimonial.logo, .image.testimonial._3 {
  width: 120px;
}

.image.card-testimonial {
  border-radius: 1000px;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-left: 0;
  margin-right: 16px;
}

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

.image.card-value-icon {
  max-height: 74px;
  margin-bottom: 30px;
}

.menu-button {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  display: block;
}

.section {
  z-index: 1;
  background-color: #f2f1ee;
  padding-top: 144px;
  padding-bottom: 144px;
  position: relative;
}

.section.home-hero {
  z-index: 1;
  background-color: #f2f1ee;
  padding-top: 83px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.section.padding-240px {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.padding-240px.bg-neutral-800 {
  z-index: 1;
  background-color: #020202;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.section.padding-240px.hide {
  display: none;
}

.section.bg-neutral-800 {
  background-color: #020202;
}

.section.bg-neutral-800.hide {
  display: none;
}

.section.services {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.padding-200px {
  padding-top: 160px;
  padding-bottom: 160px;
}

.link {
  color: #292929;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
}

.link:hover {
  color: #b1b1b1;
}

.title {
  color: #020202;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.08em;
}

.title.display-1.home-hero {
  color: #020202;
  text-align: left;
  margin-top: 0;
  margin-bottom: 38px;
  font-family: Montserrat, sans-serif;
  font-size: 86px;
  font-weight: 400;
  line-height: 1.038em;
  display: block;
}

.title.color-neutral-100 {
  color: #fff;
}

.title.color-neutral-100.home-services {
  color: #fff;
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 46px;
  line-height: 1.083em;
}

.title.color-neutral-100.cta {
  color: #fff;
  flex: 1;
  max-width: 45%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 30px;
  font-size: 42px;
  line-height: 1.083em;
}

.title.color-neutral-100.home-project-featured-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.083em;
}

.title.color-neutral-100.blog-section {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.083em;
}

.title.color-neutral-100.services-testimonials {
  text-align: center;
  margin-bottom: 24px;
}

.title.color-neutral-100.team-members {
  margin-bottom: 0;
}

.title.color-neutral-100.team-item-name {
  margin-bottom: 20px;
  font-size: 24px;
}

.title.h3-size {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.28em;
}

.title.h3-size.home-services {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.286em;
}

.title.h3-size.service-item {
  margin-bottom: 15px;
  font-size: 24px;
}

.title.home-about {
  color: #020202;
  margin-top: 0;
  margin-bottom: 44px;
  font-size: 34px;
  line-height: 1.083em;
}

.title.home-portfolio, .title.home-testimonial {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.083em;
}

.title.card-testimonial {
  color: #000;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 1.286em;
}

.title.post-item-title.color-neutral-100 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 38px;
  font-size: 28px;
  line-height: 1.286em;
}

.title.footer-menu {
  color: #000;
  margin-bottom: 27px;
  font-size: 20px;
  line-height: 1.1em;
}

.title.footer-menu.right {
  text-align: right;
}

.title.services {
  margin-bottom: 18px;
  font-size: 46px;
}

.title.card-value {
  margin-bottom: 15px;
  font-size: 21px;
}

.paragraph-large {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.58em;
}

.paragraph-large.home-hero {
  color: #6b6b6b;
  max-width: 789px;
  margin-bottom: 33px;
  font-size: 24px;
  line-height: 1.583em;
}

.paragraph-large.services {
  margin-bottom: 0;
  font-size: 18px;
}

.home-hero-content-bottom {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._2-buttons {
  border-right-style: none;
  border-right-color: #000;
  margin-bottom: -15px;
}

._2-buttons.center {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.home-hero-scroll-down-wrapper {
  color: #020202;
  border: 1.5px solid #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 96px;
  min-width: 96px;
  min-height: 96px;
  max-height: 96px;
  font-family: Inconsolata, monospace;
  font-size: 36px;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .3s, transform .3s;
  display: flex;
  overflow: hidden;
}

.home-hero-scroll-down-arrow {
  width: 50px;
}

.image-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.home-hero {
  align-items: center;
  width: 100vw;
  margin-top: 120px;
  margin-left: -1px;
  display: none;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.service-item {
  align-items: center;
  width: 100%;
  margin-bottom: 46px;
  display: flex;
  transform: translate(0);
}

.image-wrapper.home-about {
  align-items: center;
  max-width: 816px;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.home-about.right {
  justify-content: flex-end;
  align-items: center;
  max-width: 8%;
}

.image-wrapper.home-project-featured {
  align-items: center;
  max-width: 1176px;
  min-height: 662px;
  display: flex;
  position: absolute;
  right: 0;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.testimonial {
  filter: grayscale();
  max-width: 897px;
  min-height: 120px;
  transition: filter .3s;
}

.image-wrapper.testimonial:hover {
  filter: grayscale(0%);
}

.image-wrapper.post-item-image {
  align-items: center;
  margin-bottom: 45px;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.team-item-image {
  margin-bottom: 43px;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  max-height: 800px;
}

.home-services-content-top {
  margin-bottom: 67px;
}

.subtitle {
  letter-spacing: .06em;
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1em;
}

.subtitle.color-neutral-500 {
  color: #b1b1b1;
  letter-spacing: .06em;
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1em;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
}

.paragraph.service-item {
  flex: 1;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 16px;
}

.paragraph.service-item.home-services {
  color: #b1b1b1;
  margin-bottom: 40px;
}

.paragraph.home-about {
  color: #6b6b6b;
  margin-bottom: 48px;
  font-size: 16px;
}

.paragraph.home-portfolio {
  color: #6b6b6b;
}

.paragraph.color-neutral-400 {
  color: #e6e6e6;
}

.paragraph.color-neutral-400.home-project-featured {
  margin-bottom: 48px;
}

.paragraph.color-neutral-400.home-services {
  color: #e6e6e6;
}

.paragraph.color-neutral-400.team-item-summary {
  margin-bottom: 0;
}

.paragraph.card-testimonial {
  color: #6b6b6b;
  margin-bottom: 33px;
  font-size: 16px;
}

.paragraph.footer-main-content-paragraph {
  margin-bottom: 25px;
  font-weight: 100;
  line-height: 1.667em;
}

.paragraph.color-neutral-100 {
  color: #fff;
}

.paragraph.color-neutral-100.team-members, .paragraph.values {
  margin-bottom: 0;
}

.paragraph.card-value {
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
}

.home-services-mask {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.home-service-slide {
  width: 31.4%;
  margin-right: 36px;
}

.service-item-wrapper {
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.service-item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.link-underline-wrapper {
  color: #020202;
  font-weight: 600;
  line-height: 1.11em;
  display: inline-block;
}

.link-underline-wrapper.color-neutral-100 {
  color: #fff;
  cursor: pointer;
  flex: 0 auto;
  display: inline-block;
}

.link-underline-wrapper.color-neutral-100.weight-medium {
  line-height: 1.111em;
  display: inline-block;
}

.underline-wrapper {
  background-color: #b1b1b1;
  width: 100%;
  min-height: 2px;
  max-height: 2px;
  margin-top: 10px;
  overflow: hidden;
}

.underline-wrapper.dark {
  background-color: #fff;
  width: 100%;
  min-height: 2px;
  max-height: 2px;
  margin-top: 10px;
  line-height: 1.111em;
  overflow: hidden;
}

.underline {
  background-color: #020202;
  width: 100%;
  min-height: 2px;
  max-height: 2px;
}

.underline.bg-neutral-100 {
  background-color: #fff;
  width: 100%;
  min-height: 2px;
  max-height: 2px;
}

.home-services-slider {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  min-height: 100%;
  display: grid;
}

.home-services-slider.hide {
  display: block;
}

.slide-left-arrow {
  border: 1.5px solid #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 68px;
  min-width: 68px;
  min-height: 68px;
  max-height: 68px;
  font-family: Inconsolata, monospace;
  font-size: 15px;
  line-height: 1em;
  transition: transform .3s, border-color .3s;
  display: flex;
  inset: -138px 92px auto auto;
}

.slide-right-arrow {
  border: 1.5px solid #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 68px;
  min-width: 68px;
  min-height: 68px;
  max-height: 68px;
  font-size: 15px;
  line-height: 1em;
  transition: transform .3s, border-color .3s;
  display: flex;
  inset: -138px 0 auto auto;
}

.slide-nav {
  display: none;
}

.body {
  color: #6b6b6b;
  background-color: #f2f1ee;
  font-family: JetBrains Mono, sans-serif;
  font-size: 18px;
  line-height: 1.667em;
}

.body-2 {
  font-size: 18px;
  line-height: 20em;
}

.home-about-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.home-about-content {
  background-color: #fdfdfd;
  max-width: 585px;
  padding: 85px 42px;
  position: absolute;
  right: 0;
}

.button-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #000;
  border: 1.5px solid #000;
  border-radius: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  padding: 18px 36px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  transition: transform .3s;
  display: block;
  transform: scale3d(1, 1, 1.01);
}

.button-primary:hover {
  transform: scale3d(1.03, 1.03, 1.01);
}

.button-primary.header-button {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border: 1.5px solid #000;
  border-radius: 80px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.1em;
  transition: transform .3s;
  display: block;
  transform: scale3d(1, 1, 1.01);
}

.button-primary.header-button.mobile {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border: 1.5px solid #000;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
  transition: transform .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-primary.button-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  display: inline-block;
}

.button-primary.button-white._2-buttons-button {
  margin-right: 28px;
}

.button-primary.button-white._2-buttons-button.last {
  margin-right: 0;
}

.button-primary._2-buttons-button {
  margin-bottom: 15px;
  margin-right: 28px;
  padding: 22px 56px 24px;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}

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

.content-top.home-portfolio {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 68px;
  display: flex;
}

.content-top.blog-section, .content-top.team-members {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  display: flex;
}

.content-top.values {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 52px;
  display: flex;
}

.flex-vc {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.home-project-featured-wrapper {
  justify-content: space-between;
  align-items: center;
  min-height: 662px;
  display: flex;
  position: relative;
}

.home-project-featured-content {
  z-index: 1;
  background-color: #000;
  max-width: 574px;
  padding-top: 93px;
  padding-bottom: 93px;
  padding-right: 80px;
  position: relative;
}

.home-project-featured-video-button-wrapper {
  z-index: 1;
  flex: 1;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.home-project-featured-video-button {
  color: #000;
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 165px;
  min-width: 165px;
  height: auto;
  min-height: 165px;
  max-height: 165px;
  transition: color .3s;
  display: flex;
  overflow: hidden;
}

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

.home-testimonial-title-wrapper {
  text-align: center;
  margin-bottom: 56px;
}

.home-testimonial-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
  position: relative;
}

.card {
  background-color: #fff;
  overflow: hidden;
}

.card.testimonial {
  max-width: 640px;
  padding: 64px 53px;
  position: absolute;
  right: 0;
}

.card.value {
  border-top: 3px solid #000;
  padding: 48px 24px;
}

.card-testimonial-content-bottom {
  align-items: center;
  display: flex;
}

.card-testimonial-name {
  color: #000;
  margin-bottom: 7px;
  font-weight: 600;
  line-height: 1.111em;
}

.card-testimonial-rol {
  line-height: 1.111em;
}

.blog-grid.blog-section-grid {
  grid-column-gap: 52px;
  grid-row-gap: 73px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.post-item-wrapper {
  flex-direction: column;
  transition: color .3s;
  display: flex;
}

.image.post-item-image {
  width: 100%;
}

.post-item-content-top.color-neutral-500 {
  color: #b1b1b1;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.125em;
  display: flex;
}

.post-item-content-top-divider.bg-neutral-600 {
  background-color: #6b6b6b;
  width: 20px;
  min-height: 1px;
  margin-left: 16px;
  margin-right: 16px;
}

.post-item-reading-time {
  display: flex;
}

.empty-state {
  color: #333;
  text-align: center;
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 15px;
  font-weight: 400;
}

.footer {
  background-color: #f2f1ee;
  border-top: 1px solid #b1b1b1;
  padding-top: 120px;
  padding-bottom: 30px;
  position: sticky;
  bottom: 0;
}

.footer-content {
  justify-content: space-between;
  margin-bottom: 85px;
  display: flex;
}

.footer-main-content {
  min-width: 391px;
  max-width: 391px;
  margin-right: 40px;
}

.footer-logo-container {
  color: #000;
  margin-bottom: 15px;
  transition: transform .3s;
}

.footer-logo {
  width: 249px;
}

.footer-social-media-wrapper {
  flex-wrap: wrap;
  margin-bottom: -12px;
  margin-right: -12px;
  display: flex;
}

.footer-social-media-wrapper.hide {
  display: none;
}

.footer-social-media-link {
  color: #fff;
  background-color: #f2f1ee;
  border: 1px solid #000;
  border-radius: 1000px;
  place-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  min-height: 32px;
  max-height: 32px;
  margin-bottom: 12px;
  margin-right: 12px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.footer-social-media-link:hover {
  background-color: #fff;
}

.footer-menu-main-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 718px;
  margin-bottom: -40px;
  display: flex;
}

.footer-menu-wrapper {
  margin-bottom: 40px;
  margin-right: 40px;
}

.footer-menu-wrapper.first {
  width: 100%;
  max-width: 348px;
}

.footer-menu-wrapper.last {
  margin-right: 0;
}

.footer-menu-content {
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: -24px;
  display: flex;
}

.footer-nav-links {
  margin-bottom: 0;
  margin-right: 35px;
  padding-left: 0;
  list-style-type: none;
}

.footer-nav-links.last {
  margin-right: 0;
}

.footer-nav-link-item {
  margin-bottom: 24px;
  line-height: 1.111em;
}

.footer-nav-link {
  color: #6b6b6b;
  white-space: nowrap;
  font-weight: 300;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: inline-block;
}

.footer-nav-link:hover {
  color: #000;
  transform: translate(5px);
}

.divider {
  background-color: #b1b1b1;
  width: 100%;
  height: 1px;
}

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

.button-arrow {
  background-color: #000;
  border-radius: 500px;
  margin-right: 28px;
  padding: 20px 56px;
  display: inline-block;
}

.body-4 {
  background-color: #f2f1ee;
  font-family: JetBrains Mono, sans-serif;
}

.nav-link {
  color: #020202;
  cursor: pointer;
  font-size: 21px;
  line-height: 1.11em;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover {
  color: #b1b1b1;
}

.container-medium-644px {
  z-index: 2;
  max-width: 644px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container-medium-644px.services {
  text-align: center;
  margin-bottom: 60px;
}

.services-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-wrapperv {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapperv.service-item {
  width: 100%;
  margin-bottom: 46px;
}

.testimonial-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.image-5 {
  margin-top: 2px;
  margin-left: 2px;
}

.image-6 {
  width: 70%;
}

.link-2 {
  color: #2b2b2b;
  text-decoration: none;
}

.team-members-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-item-wrapper {
  color: #6b6b6b;
  text-decoration: none;
  transition: color .3s;
}

.grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-columns: 1fr 1fr 1fr;
}

.lottie-animation {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.div-block {
  height: 100vh;
  position: relative;
}

.lottie-animation-2 {
  height: 700px;
}

.div-block-2 {
  background-color: #000;
  height: 100vh;
}

.div-block-3 {
  display: block;
}

.link-block {
  clear: none;
  color: #020202;
  margin-left: 20px;
  text-decoration: none;
}

.link-block.hide {
  display: none;
}

.text-block {
  text-align: right;
}

.link-3 {
  color: #6b6b6b;
  text-align: right;
  font-weight: 800;
  text-decoration: none;
}

.paragraph-2 {
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .split-content.header-right {
    z-index: 99;
  }

  .split-content.header-left {
    width: 460px;
  }

  .split-content.content-top-home-portfolio-left, .split-content.content-top-blog-section-left {
    margin-bottom: 30px;
  }

  .nav-menu {
    flex: 1;
    max-width: 100%;
    padding-top: 100px;
    padding-bottom: 36px;
    display: none;
  }

  .header-navigation {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 24px;
    margin-right: 24px;
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-item-wrapper.button-mobile {
    align-self: stretch;
    display: block;
  }

  .bg.home-hero {
    min-height: 300px;
  }

  .button-secondary._2-buttons-button.black {
    font-size: 16px;
    text-decoration: none;
  }

  .button-secondary._2-buttons-button {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    margin-bottom: 0;
    margin-right: 0;
    text-decoration: underline;
    transition: transform .3s;
    display: inline-block;
    position: static;
    transform: scale3d(1, 1, 1.01);
  }

  .button-secondary.button-white._2-buttons-button {
    font-size: 16px;
  }

  .image.home-about {
    box-sizing: border-box;
    aspect-ratio: 2;
    object-fit: cover;
    object-position: 50% 0%;
    max-height: 420px;
    margin-left: 0;
    margin-right: auto;
  }

  .image.home-project-featured {
    align-self: stretch;
  }

  .section {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .section.home-hero {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section.padding-240px, .section.padding-240px.bg-neutral-800 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .title.display-1.home-hero {
    margin-bottom: 32px;
    font-size: 64px;
  }

  .title.color-neutral-100.cta {
    max-width: 557px;
    margin-bottom: 60px;
    margin-right: 0;
    font-weight: 400;
  }

  .title.color-neutral-100.home-project-featured-title {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 1.083em;
  }

  .title.home-about {
    margin-bottom: 30px;
  }

  .title.card-testimonial {
    margin-bottom: 20px;
  }

  .paragraph-large.home-hero {
    font-size: 18px;
  }

  .home-hero-scroll-down-wrapper {
    width: 90px;
    min-width: 90px;
    min-height: 90px;
    max-height: 90px;
  }

  .image-wrapper.home-hero {
    margin-top: 100px;
  }

  .image-wrapper.home-about {
    max-width: 100%;
  }

  .image-wrapper.home-project-featured {
    min-height: 80%;
    bottom: 0;
    right: auto;
  }

  .image-wrapper.testimonial {
    max-width: 100%;
  }

  .image-wrapper.post-item-image, .paragraph.home-about {
    margin-bottom: 40px;
  }

  .paragraph.color-neutral-400.home-project-featured {
    max-width: 513px;
    margin-bottom: 40px;
  }

  .paragraph.card-testimonial {
    max-width: 626px;
  }

  .home-services-slider {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .home-about-wrapper {
    flex-direction: column;
  }

  .home-about-content {
    z-index: 1;
    max-width: 85%;
    margin-top: -240px;
    padding: 60px 60px 0;
    position: relative;
    right: auto;
  }

  .button-primary {
    color: #fff;
    border: 1.5px solid #000;
    border-radius: 80px;
    padding: 22px 36px 24px;
    font-size: 16px;
    line-height: 1.1em;
    text-decoration: none;
    transition: transform .3s;
    transform: scale3d(1, 1, 1.01);
  }

  .button-primary._2-buttons-button {
    font-size: 16px;
  }

  .cta-wrapper {
    text-align: center;
    flex-direction: column;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .content-top.home-portfolio {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }

  .content-top.blog-section {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .home-project-featured-wrapper {
    flex-direction: column;
  }

  .home-project-featured-content {
    max-width: 85%;
    padding-top: 0;
    padding-bottom: 78px;
    padding-left: 80px;
  }

  .home-project-featured-video-button-wrapper {
    padding: 100px 0;
  }

  .home-project-featured-video-button {
    width: 160px;
    min-width: 160px;
    min-height: 160px;
    max-height: 160px;
  }

  .home-testimonial-title-wrapper {
    text-align: left;
    margin-bottom: 50px;
  }

  .home-testimonial-wrapper {
    flex-direction: column-reverse;
  }

  .card.testimonial {
    z-index: 1;
    max-width: 85%;
    margin-bottom: -164px;
    padding-top: 68px;
    padding-bottom: 68px;
    position: relative;
    right: auto;
  }

  .image.post-item-image {
    margin-left: 0;
  }

  .footer {
    padding-top: 96px;
    position: static;
  }

  .footer-content {
    flex-direction: column;
    margin-bottom: 70px;
  }

  .footer-main-content {
    text-align: center;
    min-width: auto;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social-media-wrapper {
    justify-content: center;
  }

  .footer-menu-main-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-menu-wrapper.first {
    width: auto;
    max-width: none;
    margin-right: 0;
  }

  .body-3 {
    color: #6b6b6b;
    font-size: 18px;
    line-height: 1.667em;
  }

  .image-4 {
    width: 28%;
  }

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

@media screen and (max-width: 767px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .split-content.content-top-home-portfolio-left {
    margin-bottom: 25px;
  }

  .bg.page-lines-wrapper {
    display: none;
  }

  .bg.home-hero {
    min-height: 230px;
    display: block;
  }

  .button-secondary._2-buttons-button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image.card-testimonial {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .section.home-hero {
    padding-top: 50px;
  }

  .section.padding-240px, .section.padding-240px.bg-neutral-800 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .title.display-1.home-hero {
    margin-bottom: 26px;
    font-size: 61px;
  }

  .title.color-neutral-100.home-services {
    margin-bottom: 25px;
    font-size: 40px;
  }

  .title.color-neutral-100.cta {
    max-width: 462px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .title.color-neutral-100.home-project-featured-title, .title.color-neutral-100.blog-section, .title.home-portfolio, .title.home-testimonial {
    font-size: 40px;
  }

  .title.card-testimonial {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .title.post-item-title.color-neutral-100 {
    margin-bottom: 26px;
    font-size: 26px;
  }

  .title.footer-menu {
    margin-bottom: 24px;
  }

  .paragraph-large.home-hero {
    font-size: 22px;
  }

  .home-hero-content-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  ._2-buttons {
    display: flex;
  }

  .home-hero-scroll-down-wrapper {
    width: 80px;
    min-width: 80px;
    min-height: 80px;
    max-height: 80px;
    margin-top: 50px;
    display: none;
  }

  .image-wrapper.home-hero {
    margin-top: 80px;
  }

  .image-wrapper.home-project-featured {
    min-height: 70%;
  }

  .image-wrapper.post-item-image {
    margin-bottom: 35px;
  }

  .home-services-content-top {
    margin-bottom: 120px;
  }

  .subtitle, .subtitle.color-neutral-500 {
    margin-bottom: 4px;
    font-size: 25px;
  }

  .paragraph.color-neutral-400.home-project-featured {
    margin-bottom: 35px;
  }

  .paragraph.card-testimonial {
    margin-bottom: 30px;
  }

  .home-service-slide {
    width: 100%;
    margin-right: 30px;
  }

  .slide-left-arrow {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    top: -93px;
    left: 0;
    right: auto;
  }

  .slide-right-arrow {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    top: -93px;
    left: 82px;
    right: auto;
  }

  .cta-wrapper {
    align-items: stretch;
  }

  .content-top.home-portfolio {
    margin-bottom: 50px;
  }

  .flex-vc {
    align-items: stretch;
  }

  .home-project-featured-content {
    max-width: 90%;
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .home-project-featured-video-button-wrapper {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .home-project-featured-video-button {
    width: 130px;
    min-width: 130px;
    min-height: 130px;
    max-height: 130px;
  }

  .home-testimonial-title-wrapper, .home-testimonial-wrapper {
    margin-bottom: 40px;
  }

  .card.testimonial {
    max-width: 90%;
    margin-bottom: -94px;
    padding: 50px 44px;
  }

  .card-testimonial-name {
    margin-bottom: 5px;
  }

  .blog-grid.blog-section-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .post-item-content {
    max-width: 595px;
  }

  .post-item-content-top.color-neutral-500 {
    margin-bottom: 20px;
  }

  .footer {
    padding-top: 77px;
  }

  .footer-content {
    margin-bottom: 60px;
  }

  .footer-main-content {
    text-align: left;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-social-media-wrapper {
    justify-content: flex-start;
  }

  .footer-menu-main-wrapper {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-menu-wrapper.first {
    width: auto;
    max-width: none;
    margin-right: 0;
  }

  .footer-menu-content {
    flex-wrap: wrap;
  }

  .footer-nav-links {
    margin-right: 30px;
  }

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

  .button-arrow {
    flex: 1;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 22px 25px 24px;
    font-size: 20px;
    line-height: 1.1em;
  }
}

@media screen and (max-width: 479px) {
  .container-default, .container-default.header-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .split-content.header-right {
    text-align: left;
    margin-right: 20px;
  }

  .split-content.content-top-home-portfolio-left {
    margin-bottom: 20px;
  }

  .nav-menu {
    padding-top: 85px;
    display: none;
  }

  .bg.home-hero {
    min-height: 130px;
  }

  .button-secondary._2-buttons-button.black {
    text-align: center;
  }

  .button-secondary._2-buttons-button {
    flex: 0 auto;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    display: block;
  }

  .image.card-testimonial {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .section {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .section.home-hero {
    padding-top: 40px;
  }

  .section.padding-240px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.padding-240px.bg-neutral-800 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title.display-1.home-hero {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .title.color-neutral-100.home-services {
    margin-bottom: 20px;
    font-size: 33px;
    font-weight: 400;
  }

  .title.color-neutral-100.cta {
    max-width: 390px;
    margin-bottom: 40px;
    font-size: 33px;
  }

  .title.color-neutral-100.home-project-featured-title, .title.color-neutral-100.blog-section {
    font-size: 33px;
    font-weight: 400;
  }

  .title.home-about {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 400;
  }

  .title.home-portfolio, .title.home-testimonial {
    font-size: 33px;
    font-weight: 400;
  }

  .title.card-testimonial {
    font-size: 23px;
  }

  .title.post-item-title.color-neutral-100 {
    margin-bottom: 22px;
    font-size: 23px;
  }

  .title.footer-menu.right {
    text-align: left;
  }

  .title.services {
    font-size: 32px;
  }

  .paragraph-large.home-hero {
    margin-bottom: 28px;
    font-size: 18px;
  }

  ._2-buttons {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .home-hero-scroll-down-wrapper {
    width: 67px;
    min-width: 67px;
    min-height: 67px;
    max-height: 67px;
    margin-top: 40px;
  }

  .image-wrapper.home-hero {
    margin-top: 60px;
  }

  .image-wrapper.home-project-featured {
    min-height: 60%;
  }

  .image-wrapper.post-item-image {
    margin-bottom: 30px;
  }

  .home-services-content-top {
    margin-bottom: 40px;
  }

  .subtitle, .subtitle.color-neutral-500 {
    margin-bottom: 2px;
    font-size: 20px;
  }

  .paragraph.home-about {
    margin-bottom: 30px;
  }

  .paragraph.home-portfolio {
    margin-right: 20px;
  }

  .paragraph.color-neutral-400.home-project-featured {
    margin-bottom: 30px;
  }

  .paragraph.card-testimonial {
    margin-bottom: 25px;
    margin-right: 10px;
  }

  .paragraph.footer-main-content-paragraph {
    margin-bottom: 20px;
  }

  .service-item-wrapper {
    margin-bottom: 40px;
  }

  .link-underline-wrapper.color-neutral-100.weight-medium {
    font-size: 16px;
  }

  .underline-wrapper.dark, .underline.bg-neutral-100 {
    width: 35%;
  }

  .home-services-slider {
    grid-template-columns: 1fr;
  }

  .slide-left-arrow {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
    top: -78px;
  }

  .slide-right-arrow {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
    top: -78px;
    left: 72px;
  }

  .home-about-content {
    max-width: 90%;
    margin-top: -69px;
    padding: 40px 25px;
  }

  .button-primary {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    display: block;
  }

  .button-primary.button-white._2-buttons-button {
    margin-right: 0;
  }

  .button-primary.mob-hide {
    display: none;
  }

  .content-top.home-portfolio {
    text-align: left;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .home-project-featured-content {
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-project-featured-video-button-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-project-featured-video-button {
    width: 120px;
    min-width: 120px;
    min-height: 120px;
    max-height: 120px;
  }

  .card.testimonial {
    margin-bottom: -48px;
    padding: 40px 25px;
  }

  .card-testimonial-content-bottom {
    flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .card-testimonial-name-wrapper {
    margin-bottom: 10px;
  }

  .card-testimonial-name, .card-testimonial-rol {
    font-size: 16px;
  }

  .blog-grid.blog-section-grid {
    display: block;
  }

  .post-item-content-top.color-neutral-500 {
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 61px;
    padding-bottom: 25px;
  }

  .footer-content {
    margin-bottom: 50px;
  }

  .footer-main-content {
    margin-bottom: 40px;
  }

  .footer-social-media-wrapper {
    margin-right: -10px;
  }

  .footer-social-media-link {
    margin-right: 10px;
  }

  .footer-menu-wrapper.first {
    width: 100%;
    max-width: 300px;
    margin-right: 35px;
  }

  .footer-menu-content {
    text-align: left;
  }

  .footer-nav-links {
    margin-right: 25px;
  }

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

  .spline-scene {
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .div-block-3 {
    display: none;
  }

  .div-block-4 {
    color: #000;
    background-color: #000;
    height: 100px;
  }

  .spline-scene-2 {
    height: 100vh;
  }

  .text-block, .link-3 {
    text-align: left;
  }
}

#w-node-_11f25028-7459-b7c3-815c-a6fc74f5c7e0-ff106b20, #w-node-ca013e67-b305-4f17-9c87-1a4145c6c835-ff106b20, #w-node-f9b8ff2c-702a-b70b-43c1-b489bddc4c90-ff106b20, #w-node-_916e6bba-188e-f0de-775f-d49b944969d6-ff106b20, #w-node-_8bac2e9d-b3c3-f4e3-263f-e32a7809f281-ff106b20, #w-node-a8c7fa28-ac3c-2ac8-b371-70e63be38c7a-ff106b20, #w-node-_959448f1-3e1b-40ef-56f0-7f8e2e399a64-ff106b20, #w-node-_2863b03b-0627-985c-9184-144814bb53e4-ff106b20, #w-node-_7f6a5c4e-f576-4331-2f47-06cf745f8315-ff106b20, #w-node-_7ff8bbab-7f20-739e-b401-a74b8210e3af-ff106b20, #w-node-af79a3e2-75ff-2245-175a-442ab0f61e7e-ff106b20, #w-node-_11f25028-7459-b7c3-815c-a6fc74f5c7e0-86ac61d7, #w-node-ca013e67-b305-4f17-9c87-1a4145c6c835-86ac61d7, #w-node-f9b8ff2c-702a-b70b-43c1-b489bddc4c90-86ac61d7, #w-node-_916e6bba-188e-f0de-775f-d49b944969d6-86ac61d7, #w-node-_8bac2e9d-b3c3-f4e3-263f-e32a7809f281-86ac61d7, #w-node-a8c7fa28-ac3c-2ac8-b371-70e63be38c7a-86ac61d7, #w-node-_959448f1-3e1b-40ef-56f0-7f8e2e399a64-86ac61d7, #w-node-_2863b03b-0627-985c-9184-144814bb53e4-86ac61d7, #w-node-_7f6a5c4e-f576-4331-2f47-06cf745f8315-86ac61d7, #w-node-_7ff8bbab-7f20-739e-b401-a74b8210e3af-86ac61d7, #w-node-af79a3e2-75ff-2245-175a-442ab0f61e7e-86ac61d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


