:root {
  --color--second-color: #000;
  --font--primary-font: "Space Mono", sans-serif;
  --colors--fourth-color: #00d0ff;
  --page-margin--margin-15px: 15px;
  --line-height--page-line-height: 1.1;
  --font-weight--500: 500;
  --font--h1: 2.8rem;
  --font--h2: 2.2rem;
  --font--h3: 1.7rem;
  --font--h4: 1.4rem;
  --font--h5: 1rem;
  --font--h6: .8rem;
  --page-margin--margin-20px: 20px;
  --line-height--paragraph-line-height: 1.3;
  --colors--second-color: #ff5e00;
  --button--button-color: white;
  --font-weight--400: 400;
  --colors--first-color: #000;
  --page-container--width: 90%;
  --page-container--container: 95%;
  --colors--third-color: #fff;
  --font-weight--800: 800;
  --color--first-color: white;
  --page-margin--margin-60px: 60px;
  --font--second-font: "Droid Sans", sans-serif;
  --page-margin--margin-30px: 30px;
  --backdrop-filter--blur-color: #f8f8f31a;
  --backdrop-filter--backdrop-size: 40px;
  --colors--fifth-color: #a5fd01;
  --colors--sixth-color: #ff0051;
  --button--font-size: 14px;
  --_navbar---navbar-height: 75px;
  --button--nav-text: .8rem;
  --font--work-title: 1.2rem;
  --work-subtitle: .8rem;
  --page-margin--margin-5px: 5px;
  --page-margin--margin-100px: 100px;
  --page-margin--margin-40px: 40px;
  --button--cta-title: 24vw;
  --page-margin--margin-70px: 70px;
  --page-margin--margin-50px: 50px;
  --h1mobile: var(--font--h1);
  --divserviceleftmargin: -20vw;
  --button--round-corners: 3rem;
  --button--circle-round-corners: 10rem;
  --backdrop-filter--backdrop-size-second: 15px;
  --page-container--round-corners: .6rem;
  --page-margin--margin-10px: 10px;
  --page-margin--margin-80px: 80px;
  --page-margin--margin-90px: 90px;
  --page-margin--margin-150px: 150px;
  --page-margin--margin-200px: 200px;
  --section--padding-top-bottom: 250px;
  --section--padding-left-right: 2%;
  --font-weight--300: 300;
  --font-weight--600: 600;
  --font-weight--700: 700;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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 {
  background-color: var(--color--second-color);
  font-family: var(--font--primary-font);
  color: var(--colors--fourth-color);
  font-size: var(--page-margin--margin-15px);
  line-height: var(--line-height--page-line-height);
  font-weight: var(--font-weight--500);
  overflow-x: hidden;
}

h1 {
  font-size: var(--font--h1);
  line-height: var(--line-height--page-line-height);
  font-weight: var(--font-weight--500);
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  font-size: var(--font--h2);
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  font-size: var(--font--h3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

h4 {
  font-size: var(--font--h4);
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  font-size: var(--font--h5);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

h6 {
  font-size: var(--font--h6);
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  font-size: var(--page-margin--margin-20px);
  line-height: var(--line-height--paragraph-line-height);
  font-weight: var(--font-weight--500);
  margin-bottom: 10px;
}

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

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

blockquote {
  border-left: 1px solid var(--button--button-color);
  color: var(--colors--fourth-color);
  font-size: 28px;
  line-height: var(--line-height--paragraph-line-height);
  font-weight: var(--font-weight--400);
  margin-bottom: 10px;
  padding: 0 20px;
}

.page-wrapper {
  z-index: 20;
  position: relative;
}

.button-with-animation {
  color: #0c0c1d;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button {
  background-color: var(--colors--fourth-color);
  color: var(--colors--first-color);
  text-align: center;
  letter-spacing: -1px;
  border-radius: 3px;
  padding: .85rem 1.4rem;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button:hover {
  opacity: .76;
}

.container {
  z-index: 30;
  width: var(--page-container--width);
  max-width: var(--page-container--container);
  flex: 1;
  position: relative;
}

.section {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section.with-work-page {
  z-index: 20;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 20px 60px 50px;
  display: flex;
}

.section.with-utility {
  background-color: var(--colors--first-color);
  padding: 150px 100px;
}

.section.with-z-index {
  z-index: 100;
  justify-content: center;
  width: 100vw;
  margin-top: 30vh;
  display: flex;
}

.display-1 {
  opacity: 100;
  color: var(--colors--third-color);
  line-height: var(--line-height--page-line-height);
  margin-top: 0;
  margin-bottom: 0;
}

.display-1.second {
  font-size: var(--font--h1);
}

.display-1.second._5rem {
  font-weight: var(--font-weight--800);
}

.display-1.second._7rem {
  color: var(--color--first-color);
  line-height: 1;
}

.display-1.second._1-7-rem {
  font-size: var(--font--h5);
  padding-left: 20px;
  padding-right: 20px;
}

.display-1.second._1-2-rem {
  font-size: var(--font--h5);
  letter-spacing: -.02rem;
}

.display-1.second.altcolor {
  color: var(--colors--second-color);
}

.display-1.title {
  font-size: 3rem;
  font-weight: var(--font-weight--800);
}

.display-1.bold {
  font-weight: var(--font-weight--800);
}

.display-1.bold.c1 {
  color: var(--colors--second-color);
}

.display-1.bold.c2 {
  color: #ff0051;
}

.display-1.bold.c3 {
  color: #00d0ff;
}

.display-1.bold.c4 {
  color: #a5fd01;
}

.display-1.smaller {
  margin-bottom: 40px;
}

.margin-60 {
  margin-top: var(--page-margin--margin-60px);
}

.other-font {
  font-family: var(--font--second-font);
  letter-spacing: -1px;
  font-style: italic;
  font-weight: 400;
  line-height: .3;
}

.margin-30 {
  margin-top: var(--page-margin--margin-30px);
  margin-bottom: var(--page-margin--margin-30px);
}

.margin-30.make-flex {
  display: flex;
}

.margin-30.make-flex.c {
  justify-content: center;
  align-items: center;
}

.project-circle {
  z-index: 999;
  opacity: 1;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 20px 20px auto;
}

.margin-20 {
  margin-top: var(--page-margin--margin-20px);
}

.hero_pricing-link {
  color: #fff;
  text-align: center;
  background-color: #2a2a2d;
  border: 1px solid #414141;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.hero_pricing-link:hover {
  box-shadow: 0 0 5px 2px #ffffffbf;
}

.hero_pricing-features-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.faq-item-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #ffffff1f;
  border-left: 1px #ffffff1f;
  border-right: 1px #ffffff1f;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 34px;
  display: grid;
}

.faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ddd0;
  border-top: 1px solid #e7eeee;
  border-bottom: 1px #ffffff1f;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch stretch;
  width: 100%;
  padding: 0;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.faq-item.w--current {
  background-color: #ddd0;
  overflow: hidden;
}

.utility-page-wrap {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.utility-page-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.input-first {
  background-color: var(--backdrop-filter--blur-color);
  min-height: 53px;
  -webkit-backdrop-filter: blur(var(--backdrop-filter--backdrop-size));
  backdrop-filter: blur(var(--backdrop-filter--backdrop-size));
  color: var(--colors--first-color);
  border: 1px #000;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 16px 24px 16px 14px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.input-first:hover {
  border-color: var(--colors--first-color);
}

.input-first:focus {
  border-color: var(--colors--first-color);
  color: #555;
}

.input-first::placeholder {
  color: #999;
  letter-spacing: -.3px;
  font-size: 15px;
  font-weight: 400;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fa242a;
  border-radius: .4rem;
  font-size: 15px;
  font-weight: 500;
}

.white-block {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.caption {
  color: #ffffff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  opacity: .74;
  color: var(--colors--second-color);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
}

.caption.margined._2 {
  text-transform: none;
  font-size: 13px;
  font-weight: 500;
}

.color-block {
  background-color: var(--colors--first-color);
  border: 1px solid #81818b33;
  border-radius: 2px;
  width: 100%;
  height: 85px;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
}

.color-block._2 {
  background-color: var(--colors--second-color);
  color: #3d3d3d;
}

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

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

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

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

.light-block-second {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.light-block-second.rounded-bottom {
  border-radius: 3px;
  padding-bottom: 30px;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.light-block {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.licensing-content {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

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

.button-first-line {
  color: var(--colors--first-color);
  font-size: var(--button--font-size);
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
}

.container-nav {
  z-index: 5;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.part-2 {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.navlinks {
  z-index: 5;
  height: 71px;
  color: var(--colors--first-color);
  font-size: 76px;
  font-weight: 400;
  line-height: .9;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.social-icon-wrapper {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 22px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-wrapper-main {
  z-index: 2000;
  width: 100%;
  min-height: var(--_navbar---navbar-height);
  filter: none;
  -webkit-backdrop-filter: brightness(75%) blur(20px);
  backdrop-filter: brightness(75%) blur(20px);
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.navigation-content {
  z-index: 9999;
  width: var(--page-container--width);
  max-width: var(--page-container--container);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  place-items: start stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.part-3 {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-main {
  font-size: var(--button--font-size);
  letter-spacing: 0;
  white-space: nowrap;
  filter: url('../images/');
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  transition-property: all;
  transition-duration: .9s;
  transition-timing-function: cubic-bezier(.135, .9, .15, 1);
  display: flex;
  position: relative;
}

.blog-link {
  width: 100%;
  height: 100%;
  color: var(--color--first-color);
  text-decoration: none;
}

.last-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  width: 100%;
}

.navigation-link {
  color: var(--colors--third-color);
  font-size: var(--button--nav-text);
  line-height: var(--line-height--paragraph-line-height);
  font-weight: var(--font-weight--500);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.navigation-link:where(.w-variant-c88d97d7-2cae-93c7-4d4a-436a02b27614) {
  color: var(--color--first-color);
  font-size: var(--font--h4);
}

.navigation-link:hover {
  color: var(--colors--second-color);
}

.navigation-link.for-button {
  opacity: 1;
  color: var(--color--first-color);
  letter-spacing: -.15px;
  font-size: 1rem;
}

.navigation-link.for-footer {
  filter: invert();
  color: var(--colors--first-color);
  font-size: 1.5rem;
  font-weight: var(--font-weight--400);
  letter-spacing: -.15px;
}

.navigation-link.for-footer.gray-color {
  opacity: .5;
  filter: hue-rotate(230deg) invert();
}

.navigation-link.for-logo {
  font-weight: var(--font-weight--800);
}

.nav-text.first {
  font-size: var(--button--nav-text);
}

.nav-text.first.bottom {
  font-size: var(--font--h6);
}

.nav-text.second {
  pointer-events: none;
  font-size: var(--button--nav-text);
  position: absolute;
  top: 100%;
}

.top-hero {
  z-index: 3;
  background-color: var(--colors--first-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.top-hero.for-inner {
  min-height: auto;
  padding-top: 50px;
  padding-bottom: 16px;
}

.top-hero.main {
  padding-top: 40px;
  padding-bottom: 40px;
}

.work-wrapper-first {
  color: var(--colors--first-color);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-overlay {
  z-index: 1;
  opacity: .28;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.work-overlay.first {
  opacity: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fff0;
  -webkit-mask-image: linear-gradient(to top, #000 10%, #0000 100%);
  mask-image: linear-gradient(to top, #000 10%, #0000 100%);
}

.work-overlay.first.half {
  background-color: #fff0;
  height: 60%;
  inset: auto 0% 0%;
}

.work-photo-first {
  width: 100%;
  min-height: 100%;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
}

.photo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subhead-main {
  color: var(--colors--third-color);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.subhead-main.for-footer-title {
  opacity: .6;
  font-size: var(--font--h3);
  text-transform: capitalize;
  margin-top: 40px;
  margin-bottom: 40px;
}

.subhead-main.for-footer-details {
  opacity: .6;
  font-size: 15px;
  line-height: var(--font--h6);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
}

.subhead-main.right {
  font-size: 15px;
  line-height: var(--font--h6);
}

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

.projectdetails {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.photo-interaction {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.case-sticky {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-height: 100vh;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.line-flex {
  border-top: .5px solid #ffffff4d;
  border-bottom: .5px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.case-picture {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.loader-badge {
  background-image: url('../images/loader.svg');
  background-position: 0 0;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  inset: -19px -15px auto auto;
}

.loader-badge.for-page {
  z-index: 5;
  filter: hue-rotate(143deg);
  background-image: url('../images/dot_loader.svg');
  top: -17px;
  right: -16px;
}

.grid-2-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-column.reverse {
  text-align: left;
}

.grid-2-column.reverse._15-gap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.grid-2-column.reverse.add-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #333;
  padding: 5px;
  display: flex;
  position: relative;
}

.photo-author {
  background-color: #fff;
  width: 70px;
  height: 70px;
}

.photo-author.second {
  background-image: url('../images/photo-17-2_1photo-17 (2).webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 100%;
  flex: none;
  width: 100px;
  height: 100px;
}

.info-text {
  z-index: 3;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #222;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 7px 15px 5px;
  display: flex;
  position: relative;
}

.name-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.name-title.lighter {
  opacity: .4;
  color: var(--colors--third-color);
  font-size: 15px;
  font-weight: 500;
}

.absolute-shape {
  background-color: #111;
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.contact-link {
  text-decoration: none;
  transition: all .2s;
}

.contact-link:hover {
  filter: invert();
}

.photo-overflow {
  overflow: hidden;
}

.smaller {
  font-size: var(--font--h3);
  line-height: var(--line-height--paragraph-line-height);
  font-weight: var(--font-weight--500);
  cursor: default;
  margin-top: 40px;
  display: inline-block;
}

.smaller.margin-100-r {
  font-size: var(--font--h4);
}

.smaller.secondary {
  font-family: var(--font--second-font);
}

.overlay-main {
  z-index: 1;
  opacity: .28;
  background-color: #0b0516;
  position: absolute;
  inset: 0%;
}

.overlay-main._01 {
  opacity: 1;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #fff0;
  -webkit-mask-image: linear-gradient(to top, #000 10%, #0000 100%);
  mask-image: linear-gradient(to top, #000 10%, #0000 100%);
}

.overlay-main._01.less {
  z-index: 5;
  pointer-events: none;
  height: 30%;
  inset: auto 0% -2px;
}

.overlay-main._01.less.full {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000004d;
  background-image: linear-gradient(0deg, #000000b0, #fff0 52%);
  height: 100%;
}

.overlay-main._01.less.full.thumbgradient {
  background-image: linear-gradient(0deg, #000000b0 6%, #fff0 31%);
  display: none;
}

.work-photo {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.work-photo.second-photo {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.worktitle {
  color: var(--colors--third-color);
  font-size: var(--font--work-title);
  line-height: var(--font--work-title);
  font-weight: var(--font-weight--800);
  letter-spacing: -.01em;
  overflow-wrap: anywhere;
}

.worktitle.light-text {
  opacity: .45;
  font-size: var(--work-subtitle);
  font-weight: var(--font-weight--500);
  padding-left: 15px;
}

.work-title-wrapper {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 90%;
  padding: 15px 20px;
  display: flex;
  position: absolute;
  inset: auto auto 12px 12px;
}

.project-card-thumbnail-wrapper {
  z-index: 6;
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-bg {
  z-index: 4;
  object-fit: cover;
  background-color: #000;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-row {
  width: 100%;
  margin-top: var(--page-margin--margin-15px);
  grid-column-gap: var(--page-margin--margin-15px);
  grid-row-gap: var(--page-margin--margin-15px);
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-wrapper {
  width: 100%;
  min-height: 35vw;
  color: var(--colors--fourth-color);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-100 {
  margin-top: var(--page-margin--margin-100px);
}

.testimonials-card {
  background-image: url('../images/photo-17-1_1photo-17 (1).webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 40vw;
  padding: 20px;
  display: flex;
  position: relative;
}

.part-top {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
  position: relative;
}

.part-bottom {
  z-index: 5;
  position: relative;
}

.button-text {
  height: 20px;
}

.button-text-wrapper {
  height: 22px;
  overflow: hidden;
}

.button-line-first {
  background-color: #0006;
  width: 100%;
  height: 1px;
  margin-top: 1px;
  position: relative;
}

.logo-white {
  width: 70px;
}

.button-flex {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-line-overlay {
  z-index: 1;
  background-color: var(--colors--first-color);
  width: 100%;
  height: 1px;
  position: absolute;
}

.button-with-line {
  color: var(--color--second-color);
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.button-with-line.invert {
  filter: invert();
}

.button-with-line.invert:hover {
  filter: none;
  color: var(--colors--second-color);
}

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

.hero-video {
  cursor: none;
  height: 80vh;
  position: relative;
}

.text-big {
  pointer-events: none;
  mix-blend-mode: normal;
  position: absolute;
  inset: auto 0% 40px;
}

.tv-dots {
  z-index: 3;
  opacity: .05;
  pointer-events: none;
  background-image: url('../images/dots.gif');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.max-w-left {
  padding-left: 2vw;
}

.servise-wrapper {
  flex-flow: column;
  margin-top: -2.5vh;
  display: flex;
}

.service-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
  display: grid;
}

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

.services-image-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.services-image-aspect-ratio {
  aspect-ratio: 1;
  align-self: center;
  width: 22vh;
  height: 22vh;
  position: relative;
  overflow: hidden;
}

.image-background {
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 100%;
  padding: 10px;
  position: absolute;
  inset: 0%;
}

.service-title {
  font-size: var(--font--h3);
  line-height: 1;
  font-weight: var(--font-weight--800);
}

.accortion-button {
  background-color: #222;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 5vh;
  height: 5vh;
  padding: 25px;
  display: flex;
  position: relative;
}

.plus-wrapper {
  justify-content: center;
  align-items: center;
  width: 3vh;
  height: 3vh;
  display: flex;
  position: absolute;
}

.line-1 {
  background-color: var(--color--first-color);
  width: 2px;
  height: 50%;
  position: absolute;
}

.line-2 {
  background-color: var(--colors--second-color);
  width: 50%;
  height: 2px;
  position: absolute;
}

.accordion-bottom-text {
  padding-bottom: 4vh;
  padding-left: 2vw;
  padding-right: 4vw;
}

.p-accortion {
  margin-bottom: 0;
}

.accordion-bottom {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  position: relative;
}

.logo-svg {
  width: 100%;
  height: 100%;
}

.main-strip {
  z-index: 5;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.main-strip.right {
  z-index: 51;
  inset: 0% 0% 0% auto;
}

.hero-interaction {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-overflow-title {
  z-index: 50;
  position: sticky;
  top: 200px;
}

.hero-preview {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

.hero-home-flex {
  z-index: 25;
  line-height: var(--line-height--paragraph-line-height);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
}

.main-image {
  width: 22vw;
  height: 27vw;
  min-height: 27vw;
  position: relative;
  left: 0%;
}

.main-image.fifth {
  width: 16vw;
  height: 19vw;
  min-height: 19vw;
  margin-top: -50vw;
  left: -57vw;
}

.main-image.first {
  width: 16vw;
  height: 19vw;
  min-height: 19vw;
  margin-top: -39vw;
  top: -37vh;
  left: -60vw;
}

.main-image.third {
  width: 16vw;
  height: 19vw;
  min-height: 19vw;
  top: 22.2vh;
  left: 6.5vw;
}

.main-image.sixth {
  width: 16vw;
  height: 19vw;
  min-height: 19vw;
  margin-bottom: -5vw;
  top: .5vh;
  left: -9.6vw;
}

.main-image.eight {
  margin-top: -150%;
}

.main-image.seven {
  margin-top: 0%;
  margin-bottom: -45%;
  left: 140%;
}

.main-image.fourth {
  width: 16vw;
  height: 19vw;
  min-height: 19vw;
  margin-top: -45vw;
  top: 17.4vh;
  left: 58vw;
}

.main-image.second {
  width: 16vw;
  height: 19vw;
  min-height: 19vw;
  top: -21.4vh;
  left: -4.2vw;
}

.hero-main-title {
  color: var(--colors--second-color);
  font-size: var(--button--cta-title);
  line-height: var(--line-height--page-line-height);
  font-weight: var(--font-weight--500);
  letter-spacing: -1rem;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
}

.animation-wrapper {
  cursor: default;
  width: 100vw;
  height: 300vh;
  position: relative;
}

.hero-content {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-bottom: -100vh;
  padding-bottom: 3rem;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.hero-images {
  z-index: 10;
  grid-column-gap: 26vw;
  grid-row-gap: 26vw;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  width: 100%;
  padding-top: 40vh;
  display: flex;
}

.hero-images.right-slide {
  z-index: 25;
  justify-content: center;
  align-items: center;
  inset: 0% 0% 0% auto;
}

.hero-images.left, .top-title-overflow {
  position: relative;
}

.hero-text-wrapper {
  z-index: 15;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 70vw;
  display: flex;
  position: static;
}

.hero-first {
  z-index: 25;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

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

.blog-main-wrapper {
  color: #121212;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.blog-main-wrapper.flex-center {
  color: #c1c1be;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 21px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrap {
  box-sizing: border-box;
  aspect-ratio: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-wrap.for-instagram {
  aspect-ratio: 1;
}

.image-wrap.for-instagram._02 {
  aspect-ratio: 3 / 2;
}

.image-wrap.for-instagram._03 {
  aspect-ratio: 2 / 3;
}

.paralax-image {
  object-fit: cover;
  width: 100%;
  height: 105%;
  position: absolute;
  bottom: 0;
}

.button-icon-main {
  background-color: var(--colors--second-color);
  color: #c1c1be;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
  overflow: hidden;
  transform: none;
}

.buton-icon-svg {
  filter: invert();
  justify-content: center;
  align-items: center;
  width: 18px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.buton-icon-svg.is-absolute {
  z-index: 2;
  position: absolute;
  transform: translate(-30px);
}

.team-name-tag {
  font-size: var(--font--h5);
  font-weight: var(--font-weight--500);
  background-color: #f70;
  border-radius: 5px;
  padding: 6px 12px;
  position: absolute;
  inset: 9% -7% auto auto;
  transform: rotate(6deg);
}

.team-name-tag._01 {
  background-color: #0059ff;
  inset: auto auto -3% -8%;
  transform: rotate(-4deg);
}

.team-name-tag._02 {
  background-color: #9000ff;
  top: 5%;
  right: 5%;
  transform: rotate(-3deg);
}

.team-name-tag._03 {
  background-color: #ff0051;
  inset: auto 35% -4% auto;
  transform: rotate(3deg);
}

.team-name-tag._04 {
  background-color: #00a0a3;
  inset: 16% auto auto -11%;
  transform: rotate(-4deg);
}

.team-name-tag._05 {
  background-color: #333;
  inset: 10% -5% auto auto;
  transform: rotate(-12deg);
}

.footer {
  z-index: 30;
  width: 100vw;
  padding: 50px var(--page-margin--margin-70px) 30px;
  background-color: var(--colors--first-color);
  justify-content: center;
  display: flex;
  position: relative;
}

.line-divider {
  width: 100%;
  height: 1px;
  margin-top: var(--page-margin--margin-50px);
  margin-bottom: var(--page-margin--margin-30px);
  background-color: #ffffff26;
}

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

.navigation-grid._1-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block {
  align-self: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.social-content {
  grid-column-gap: 20px;
  justify-content: flex-end;
  display: flex;
}

.social-content.left {
  justify-content: flex-start;
}

.social-wrapper {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-icon {
  z-index: 1;
  width: 20px;
  position: relative;
}

.social-icon.second {
  width: 18px;
}

.div-block-2 {
  z-index: -100;
  position: relative;
}

.preloader {
  z-index: 99999;
  background-color: var(--colors--first-color);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.code-embed-3 {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  min-width: 100%;
  min-height: 100%;
  margin-top: 44px;
  display: none;
  position: relative;
}

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

.background-video {
  width: 100vw;
  min-width: 100vw;
  height: 100%;
  margin-top: auto;
}

.background-video.cursor-zone {
  margin-top: auto;
}

.intromobile {
  display: none;
}

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

.homeprojects {
  z-index: 10;
  width: var(--page-container--width);
  max-width: var(--page-container--container);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.div-block-gradient {
  z-index: 4;
  background-image: linear-gradient(0deg, var(--colors--first-color) 31%, #fff0);
  min-width: 1920px;
  min-height: 150px;
  position: absolute;
  inset: auto 0% -4%;
}

.body {
  background-color: var(--colors--first-color);
  color: var(--colors--third-color);
  flex-flow: column;
  align-items: center;
  display: flex;
  overflow-x: hidden;
}

.mouseplaybutton {
  z-index: 999;
  position: relative;
  top: -1905px;
}

.asciicursor {
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  position: relative;
}

.preloadersvg {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 50vw;
  max-height: 50vh;
  display: flex;
}

.container-tactil {
  z-index: 30;
  width: var(--page-container--width);
  max-width: var(--page-container--container);
  mix-blend-mode: normal;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.link-block {
  z-index: 4;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.chevron {
  filter: invert();
}

.langbar {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link:hover {
  color: var(--colors--second-color);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  transform: translate(50px);
}

.nav-link.w--current {
  color: #d69800;
}

.nav-link.w--current:hover {
  color: #fdb800;
  background-color: #fdb80000;
}

.nav-link.lang {
  font-size: var(--button--nav-text);
  padding: 0;
}

.nav-link.lang:hover {
  color: var(--colors--second-color);
  background-color: #fdb80000;
  transform: none;
}

.nav-link.lang.w--current {
  justify-content: center;
  align-items: stretch;
  padding: 20px 0;
}

.nav-link.display-1.big {
  z-index: 30;
  font-size: var(--font--h2);
  position: relative;
}

.nav-link.display-1.big:hover {
  filter: drop-shadow(0 2px 5px #000000b3);
  transform: translate(20px);
}

.nav-bar-social-link {
  opacity: 1;
  filter: invert();
  width: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  transition: opacity .2s;
}

.nav-bar-social-link:hover {
  opacity: .3;
}

.nav-bar-social-link.lang {
  filter: invert();
  pointer-events: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  transition: opacity .2s;
}

.h2 {
  font-weight: 500;
}

.contact-block-image {
  box-sizing: content-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: clip;
}

.form-inputs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

.contactsection {
  z-index: 100;
  background-color: var(--color--second-color);
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.medium-uppercase-xs-black {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
}

.medium-uppercase-xs-black.input-label {
  color: var(--color--first-color);
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 0;
}

.form-inputs-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.form-input {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.contact-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  height: 100%;
  display: grid;
}

.submit-button {
  background-color: var(--colors--second-color);
  color: var(--colors--first-color);
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding: 18px;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  transition: transform .2s, color .25s cubic-bezier(.39, .575, .565, 1), background-color .25s cubic-bezier(.39, .575, .565, 1);
}

.submit-button:hover {
  color: #000;
  transform: scale(1.05);
}

.submit-button:focus {
  background-color: #fff;
  transform: scale(1);
}

.success-message-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #454545;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 28px 24px;
  display: flex;
}

.success-message {
  background-color: #00000012;
  border-radius: 8px;
  height: 587px;
  padding: 0;
}

.icon-24 {
  filter: brightness(200%) hue-rotate(260deg);
  width: 24px;
  height: 24px;
}

.input {
  border: 1px solid var(--colors--second-color);
  color: #000;
  height: 60px;
  margin-bottom: 0;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 120%;
  transition: border-color .25s cubic-bezier(.39, .575, .565, 1), background-color .25s cubic-bezier(.39, .575, .565, 1);
}

.input:hover {
  background-color: #fffc;
}

.input:active {
  background-color: #fff;
  border-style: solid;
  border-color: #00000012;
}

.input:focus {
  border-style: solid;
  border-color: #00000012;
}

.input::placeholder {
  color: #00000080;
}

.input.text-area {
  height: auto;
  min-height: 100px;
}

.medium-uppercase-m {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.contact-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.success-message-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 260px;
  display: flex;
}

.error-message-2 {
  text-align: center;
  background-color: #303030;
  margin-top: 24px;
  padding: 20px 24px;
}

.wide-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1928px;
  display: flex;
}

.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.max-w-center {
  align-self: center;
  max-width: 80%;
}

.case-middle {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.heading-4 {
  color: var(--colors--second-color);
  font-size: var(--font--h4);
  font-weight: var(--font-weight--800);
}

.lottie-arrow {
  aspect-ratio: 1;
  background-image: linear-gradient(to bottom, var(--colors--second-color), var(--colors--second-color));
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.titleproyectos {
  z-index: 30;
  flex: 1;
  width: 90%;
  max-width: 95%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.section-2 {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.logotactil {
  filter: invert();
  max-width: 80%;
}

.logotactil.mini {
  max-width: 120px;
}

.div-block-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.div-service {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  order: 9999;
  align-self: center;
}

.div-block-17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-link {
  z-index: 999;
}

.worksubtitle {
  color: var(--colors--third-color);
  font-size: var(--font--work-title);
  line-height: var(--font--work-title);
  font-weight: var(--font-weight--800);
  letter-spacing: -.01em;
  overflow-wrap: anywhere;
}

.worksubtitle.light-text {
  opacity: .45;
  font-size: var(--work-subtitle);
  line-height: var(--work-subtitle);
  font-weight: var(--font-weight--500);
  padding-left: 15px;
}

.background-video-2 {
  aspect-ratio: 16 / 9;
  width: 100vw;
  height: auto;
}

.lottie-animation {
  filter: invert();
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
}

@media screen and (min-width: 1920px) {
  .navigation-link.for-logo.w--current {
    font-weight: var(--font-weight--800);
  }

  .top-hero.main {
    border-bottom: 1px solid #000;
  }

  .projectdetails {
    grid-template-columns: minmax(35rem, 1fr) 3fr;
  }

  .projectdetails.about {
    grid-template-columns: minmax(40vw, 1fr) 3fr;
  }

  .overlay-main._01.less.full {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .worktitle {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .preloader {
    background-color: var(--colors--first-color);
    background-image: linear-gradient(#00000080, #00000080);
  }

  .homeprojects {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-gradient {
    background-image: linear-gradient(0deg, black, var(--colors--first-color) 31%, #fff0);
  }

  .wide-container {
    max-width: 100%;
  }

  .worksubtitle {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 991px) {
  body {
    --color--second-color: #000;
    --font--primary-font: "Space Mono", sans-serif;
    --colors--fourth-color: #00d0ff;
    --page-margin--margin-15px: 15px;
    --line-height--page-line-height: 1.1;
    --font-weight--500: 500;
    --font--h1: 3.8rem;
    --font--h2: 2.2rem;
    --font--h3: 1.7rem;
    --font--h4: 1.4rem;
    --font--h5: 1rem;
    --font--h6: .8rem;
    --page-margin--margin-20px: 20px;
    --line-height--paragraph-line-height: 1.3;
    --colors--second-color: #ff5e00;
    --button--button-color: white;
    --font-weight--400: 400;
    --colors--first-color: #000;
    --page-container--width: 90%;
    --page-container--container: 95%;
    --colors--third-color: #fff;
    --font-weight--800: 800;
    --color--first-color: white;
    --page-margin--margin-60px: 60px;
    --font--second-font: "Droid Sans", sans-serif;
    --page-margin--margin-30px: 30px;
    --backdrop-filter--blur-color: #f8f8f31a;
    --backdrop-filter--backdrop-size: 40px;
    --colors--fifth-color: #a5fd01;
    --colors--sixth-color: #ff0051;
    --button--font-size: 14px;
    --button--nav-text: 1.1rem;
    --font--work-title: 1.2rem;
    --work-subtitle: .8rem;
    --page-margin--margin-5px: 5px;
    --page-margin--margin-100px: 100px;
    --page-margin--margin-40px: 40px;
    --button--cta-title: 24vw;
    --page-margin--margin-70px: 70px;
    --page-margin--margin-50px: 10px;
    --divserviceleftmargin: -20vw;
    --button--round-corners: 3rem;
    --button--circle-round-corners: 10rem;
    --backdrop-filter--backdrop-size-second: 15px;
    --page-container--round-corners: .6rem;
    --page-margin--margin-10px: 10px;
    --page-margin--margin-80px: 80px;
    --page-margin--margin-90px: 90px;
    --page-margin--margin-150px: 150px;
    --page-margin--margin-200px: 100px;
    --section--padding-top-bottom: 100px;
    --section--padding-left-right: 2%;
    --font-weight--300: 300;
    --font-weight--600: 600;
    --font-weight--700: 700;
  }

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

  .section.with-work-page {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.with-utility {
    padding-top: 100px;
  }

  .display-1.second {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }

  .display-1.second._5rem {
    text-align: center;
    font-size: 2.2rem;
    line-height: 2.2rem;
  }

  .display-1.second._1-7-rem {
    font-size: var(--font--h6);
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.4rem;
  }

  .margin-30.make-flex {
    justify-content: center;
  }

  .faq-item-top {
    grid-template-columns: 2rem 1fr auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .utility-page-wrap {
    height: auto;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .utility-page-wrap._01 {
    padding-bottom: 297px;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .navlinks {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 60px;
    line-height: .9;
  }

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

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

  .menu-button {
    z-index: 999;
    filter: invert();
    order: 1;
    padding: 0;
  }

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

  .nav-menu {
    min-height: 100vh;
    margin-top: var(--_navbar---navbar-height);
    background-color: var(--colors--first-color);
    flex: 1;
    padding: 25px 10px;
    position: fixed;
  }

  .navigation-link {
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navigation-link.for-button {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .navigation-link.for-footer {
    justify-content: center;
    align-items: flex-start;
  }

  .navigation-link.for-footer.gray-color {
    font-size: 1.2rem;
  }

  .navigation-link.for-logo {
    font-size: 1.6rem;
  }

  .navigation-link.for-logo.w--current {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-text.first.logo {
    font-size: 1.1rem;
  }

  .top-hero {
    min-height: auto;
  }

  .top-hero.main {
    margin-left: 25px;
    margin-right: 25px;
  }

  .subhead-main.for-footer-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .projectdetails {
    grid-row-gap: 1.4rem;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .case-sticky {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    max-height: none;
    padding-top: 0;
    padding-bottom: 20px;
    position: relative;
  }

  .grid-2-column {
    text-align: center;
    display: flex;
  }

  .grid-2-column.reverse {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .grid-2-column.reverse._15-gap {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr 1fr;
    grid-auto-columns: 1fr;
  }

  .grid-2-column.reverse.add-gap {
    display: flex;
  }

  .info-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .smaller {
    letter-spacing: -.04rem;
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .smaller.margin-100-r {
    padding-left: 70px;
    padding-right: 70px;
  }

  .overlay-main._01.less.full.thumbgradient {
    display: block;
  }

  .work-title-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-card-thumbnail-wrapper {
    width: 100%;
  }

  .work-bg {
    opacity: 1;
    filter: brightness(0%);
  }

  .card-row {
    grid-column-gap: var(--page-margin--margin-5px);
    grid-row-gap: var(--page-margin--margin-5px);
    margin-top: 5px;
  }

  .work-wrapper {
    align-items: flex-start;
    min-height: 38vw;
  }

  .testimonials-card {
    min-height: 70vw;
  }

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

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

  .services-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .service-title {
    margin-left: 2vh;
    font-size: 28px;
  }

  .accordion-bottom-text {
    padding-left: 4vh;
  }

  .main-image {
    width: 30vw;
    height: 30vw;
    min-height: 30vw;
  }

  .main-image.fifth {
    width: 19vw;
    height: 22vw;
    min-height: 22vw;
    left: -51vw;
  }

  .main-image.first {
    width: 19vw;
    height: 22vw;
    min-height: 22vw;
  }

  .main-image.third {
    width: 19vw;
    height: 22vw;
    min-height: 22vw;
    top: 9.8vh;
  }

  .main-image.sixth {
    width: 19vw;
    height: 22vw;
    min-height: 22vw;
    left: -10vw;
  }

  .main-image.fourth {
    width: 19vw;
    height: 22vw;
    min-height: 22vw;
    margin-top: -61vw;
  }

  .main-image.second {
    width: 19vw;
    height: 22vw;
    min-height: 22vw;
  }

  .hero-main-title {
    letter-spacing: -.5rem;
  }

  .hero-content {
    padding-top: 4.4rem;
    padding-bottom: 20vh;
  }

  .hero-text-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

  .team-name-tag {
    font-size: 14px;
    right: -26%;
  }

  .team-name-tag._05 {
    right: -26%;
  }

  .div-block {
    align-self: auto;
    width: 100%;
  }

  .intropic {
    display: none;
  }

  .background-video {
    margin-top: 0;
  }

  .homeprojects {
    width: var(--page-container--container);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .langbar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-link {
    text-align: right;
    background-color: #0000;
    padding-right: 20px;
  }

  .nav-link.lang {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-block-image {
    order: 9999;
    align-self: stretch;
    display: none;
  }

  .contact-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    height: 100%;
    display: flex;
  }

  .icon-24 {
    align-self: center;
    width: 40px;
    height: 40px;
  }

  .max-w-center {
    max-width: 100%;
  }

  .case-middle {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    max-height: none;
    padding: 0 20px;
    position: relative;
  }

  .div-block-9 {
    text-align: center;
  }

  .titleproyectos {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-13 {
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    background-color: #94949475;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-bottom: 5vh;
    display: flex;
  }

  .div-block-14 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .playbutton {
    font-size: var(--font--h2);
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --color--second-color: #000;
    --font--primary-font: "Space Mono", sans-serif;
    --colors--fourth-color: #00d0ff;
    --page-margin--margin-15px: 5px;
    --line-height--page-line-height: 1.1;
    --font-weight--500: 500;
    --font--h1: 3.2rem;
    --font--h2: 2rem;
    --font--h3: 1.7rem;
    --font--h4: 1.4rem;
    --font--h5: 1rem;
    --font--h6: .8rem;
    --page-margin--margin-20px: 20px;
    --line-height--paragraph-line-height: 1.3;
    --colors--second-color: #ff5e00;
    --button--button-color: white;
    --font-weight--400: 400;
    --colors--first-color: #000;
    --page-container--width: 90%;
    --page-container--container: 95%;
    --colors--third-color: #fff;
    --font-weight--800: 800;
    --color--first-color: white;
    --page-margin--margin-60px: 60px;
    --font--second-font: "Droid Sans", sans-serif;
    --page-margin--margin-30px: 30px;
    --backdrop-filter--blur-color: #f8f8f31a;
    --backdrop-filter--backdrop-size: 40px;
    --colors--fifth-color: #a5fd01;
    --colors--sixth-color: #ff0051;
    --button--font-size: 14px;
    --button--nav-text: .9rem;
    --font--work-title: 1rem;
    --work-subtitle: .8rem;
    --page-margin--margin-5px: 5px;
    --page-margin--margin-100px: 100px;
    --page-margin--margin-40px: 40px;
    --button--cta-title: 24vw;
    --page-margin--margin-70px: 70px;
    --page-margin--margin-50px: 10px;
    --divserviceleftmargin: -20vw;
    --button--round-corners: 3rem;
    --button--circle-round-corners: 10rem;
    --backdrop-filter--backdrop-size-second: 15px;
    --page-container--round-corners: .4rem;
    --page-margin--margin-10px: 10px;
    --page-margin--margin-80px: 80px;
    --page-margin--margin-90px: 90px;
    --page-margin--margin-150px: 100px;
    --page-margin--margin-200px: 100px;
    --section--padding-top-bottom: 60px;
    --section--padding-left-right: 2%;
    --font-weight--300: 300;
    --font-weight--600: 600;
    --font-weight--700: 700;
    --_navbar---navbar-height: 55px;
  }

  .section {
    padding: 20px 2%;
  }

  .section.with-work-page {
    padding-top: 39px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .margin-30.make-flex {
    margin-top: var(--page-margin--margin-20px);
  }

  .project-circle {
    width: 90px;
    height: 90px;
  }

  .faq-item-top {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .utility-page-wrap {
    padding-top: 175px;
    padding-bottom: 155px;
  }

  .navigation-wrapper-main {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-content {
    padding-top: 15px;
  }

  .navigation-link:where(.w-variant-c88d97d7-2cae-93c7-4d4a-436a02b27614) {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .navigation-link.for-button {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navigation-link.for-footer {
    justify-content: center;
    align-items: flex-start;
  }

  .top-hero {
    padding-top: 150px;
  }

  .top-hero.main {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .case-sticky {
    padding-left: 10px;
    padding-right: 10px;
  }

  .info-text {
    grid-row-gap: 0px;
  }

  .name-title.lighter {
    font-size: 12px;
  }

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

  .smaller.margin-100-r {
    padding-left: 30px;
    padding-right: 30px;
  }

  .worktitle {
    padding-left: 0;
    padding-right: 0;
  }

  .worktitle.light-text {
    padding-left: 5px;
    padding-right: 0;
  }

  .work-title-wrapper {
    padding: 5px 5px 0;
  }

  .margin-100 {
    margin-top: var(--page-margin--margin-40px);
  }

  .hero-video {
    height: 31vh;
    min-height: 300px;
  }

  .service-title {
    margin-left: 0;
  }

  .accordion-bottom-text {
    padding-left: 1vh;
    padding-right: 2vh;
  }

  .main-image.sixth {
    margin-bottom: 12vw;
    top: -1.4vh;
  }

  .hero-text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .instragram-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-wrap.for-instagram {
    height: auto;
  }

  .team-name-tag._02 {
    right: -28%;
  }

  .team-name-tag._04 {
    left: -34%;
  }

  .team-name-tag._05 {
    right: -36%;
  }

  .footer {
    padding-right: var(--page-margin--margin-30px);
    padding-left: var(--page-margin--margin-30px);
  }

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

  .intropic {
    display: none;
  }

  .intromobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

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

  .langbar {
    align-self: center;
  }

  .nav-bar-social-link {
    width: 30px;
  }

  .form-inputs {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .contactsection {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .input {
    height: 56px;
    padding: 18px 20px;
  }

  .contact-form {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .regular-s {
    letter-spacing: -.4px;
  }

  .wide-container {
    max-width: 100%;
  }

  .case-middle {
    padding-left: 10px;
    padding-right: 10px;
  }

  .titleproyectos {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-17 {
    flex-flow: row;
  }

  .worksubtitle {
    padding-left: 0;
    padding-right: 0;
  }

  .worksubtitle.light-text {
    padding-left: 5px;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    --color--second-color: #000;
    --font--primary-font: "Space Mono", sans-serif;
    --colors--fourth-color: #00d0ff;
    --page-margin--margin-15px: 15px;
    --line-height--page-line-height: 1.1;
    --font-weight--500: 500;
    --font--h1: 1.9rem;
    --font--h2: 1.9rem;
    --font--h3: 1.1rem;
    --font--h4: 1.4rem;
    --font--h5: 1rem;
    --font--h6: .8rem;
    --page-margin--margin-20px: 20px;
    --line-height--paragraph-line-height: 1.3;
    --colors--second-color: #ff5e00;
    --button--button-color: white;
    --font-weight--400: 400;
    --colors--first-color: #000;
    --page-container--width: 90%;
    --page-container--container: 95%;
    --colors--third-color: #fff;
    --font-weight--800: 800;
    --color--first-color: white;
    --page-margin--margin-60px: 60px;
    --font--second-font: "Droid Sans", sans-serif;
    --page-margin--margin-30px: 30px;
    --backdrop-filter--blur-color: #f8f8f31a;
    --backdrop-filter--backdrop-size: 40px;
    --colors--fifth-color: #a5fd01;
    --colors--sixth-color: #ff0051;
    --button--font-size: 14px;
    --button--nav-text: 1.1rem;
    --font--work-title: 1rem;
    --work-subtitle: .8rem;
    --page-margin--margin-5px: 5px;
    --page-margin--margin-100px: 100px;
    --page-margin--margin-40px: 40px;
    --button--cta-title: 24vw;
    --page-margin--margin-70px: 70px;
    --page-margin--margin-50px: 50px;
    --divserviceleftmargin: -20vw;
    --button--round-corners: 3rem;
    --button--circle-round-corners: 10rem;
    --backdrop-filter--backdrop-size-second: 15px;
    --page-container--round-corners: .4rem;
    --page-margin--margin-10px: 10px;
    --page-margin--margin-80px: 80px;
    --page-margin--margin-90px: 90px;
    --page-margin--margin-150px: 100px;
    --page-margin--margin-200px: 100px;
    --section--padding-top-bottom: 60px;
    --section--padding-left-right: 2%;
    --font-weight--300: 300;
    --font-weight--600: 600;
    --font-weight--700: 700;
  }

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

  .section.with-work-page {
    padding: 14px 0 0;
  }

  .section.with-utility {
    padding-top: 80px;
  }

  .display-1.second._5rem {
    text-align: center;
    font-size: 1.9rem;
  }

  .display-1.second._7rem {
    font-size: 4rem;
  }

  .display-1.second._1-7-rem {
    letter-spacing: -.01rem;
  }

  .display-1.title {
    font-size: 2rem;
  }

  .margin-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-circle {
    width: 70px;
    height: 70px;
  }

  .hero_pricing-link {
    width: 100%;
  }

  .utility-page-wrap {
    padding-top: 111px;
    padding-bottom: 54px;
  }

  .utility-page-wrap._01 {
    padding-bottom: 326px;
  }

  .input-first {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .input-first::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .color-row {
    flex-direction: column;
  }

  .part-2 {
    order: -1;
  }

  .navlinks {
    font-size: 50px;
  }

  .navigation-link.for-footer {
    font-size: 1.2rem;
  }

  .navigation-link.for-footer.gray-color {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .navigation-link.for-logo.w--current {
    font-size: 1.2rem;
  }

  .top-hero {
    padding-top: 100px;
  }

  .top-hero.main {
    margin-left: 0;
    margin-right: 0;
  }

  .work-wrapper-first {
    justify-content: center;
  }

  .subhead-main, .subhead-main.for-footer-title, .subhead-main.for-footer-details {
    font-size: 15px;
  }

  .subhead-main.right {
    text-align: right;
  }

  .case-sticky {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .photo-author.second {
    width: 70px;
    height: 70px;
  }

  .smaller {
    letter-spacing: -.01rem;
  }

  .smaller.mobile {
    font-family: var(--font--primary-font);
  }

  .worktitle.hide {
    display: none;
  }

  .project-card-thumbnail-wrapper {
    width: 100%;
  }

  .card-row {
    margin-top: var(--page-margin--margin-5px);
    flex-flow: column;
  }

  .testimonials-card {
    grid-row-gap: 50px;
  }

  .part-top {
    flex-flow: column;
  }

  .logo-white {
    width: 60px;
  }

  .button-flex {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-video {
    height: 50vh;
    min-height: 200px;
  }

  .service-title {
    font-size: 22px;
  }

  .p-accortion {
    letter-spacing: -.01px;
    font-size: 1.1rem;
  }

  .hero-interaction {
    margin-top: 92vh;
  }

  .main-image {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
  }

  .main-image.fifth {
    width: 37vw;
    height: 40vw;
    min-height: 40vw;
    top: 141px;
  }

  .main-image.first {
    width: 37vw;
    height: 40vw;
    min-height: 40vw;
    margin-top: -4vw;
    left: -53vw;
  }

  .main-image.third {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    display: none;
    top: 33.8vh;
    left: -4.1vw;
  }

  .main-image.sixth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-bottom: -62vw;
    display: none;
    top: -19.5vh;
    left: -4vw;
  }

  .main-image.eight, .main-image.seven {
    display: none;
  }

  .main-image.fourth {
    width: 37vw;
    height: 40vw;
    min-height: 40vw;
    margin-top: 48vw;
    left: 54.5vw;
  }

  .main-image.second {
    width: 37vw;
    height: 40vw;
    min-height: 40vw;
    top: -8vh;
  }

  .hero-main-title {
    letter-spacing: -.1rem;
  }

  .hero-content {
    padding-bottom: 14vh;
  }

  .hero-images.right-slide {
    height: 50vh;
    max-height: 50vh;
  }

  .hero-images.left {
    height: 70vh;
    max-height: 70vh;
  }

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

  .image-wrap {
    aspect-ratio: 1;
  }

  .button-icon-main {
    width: 32px;
    height: 32px;
    inset: auto 5px 5px auto;
  }

  .buton-icon-svg {
    width: 13px;
  }

  .team-name-tag._04 {
    top: 66%;
    left: -9%;
  }

  .navigation-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

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

  .navigation-grid._2-column {
    flex-flow: column;
    grid-auto-flow: column;
    justify-items: start;
    display: flex;
  }

  .social-content {
    display: none;
  }

  .social-content.left {
    display: flex;
  }

  .intromobile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .langbar, .nav-bar-social-link {
    filter: none;
  }

  .h2 {
    text-align: center;
  }

  .contact-block-image {
    flex: 1;
    order: 9999;
  }

  .form-inputs-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .success-message {
    height: 400px;
  }

  .regular-s {
    font-size: 15px;
    line-height: 15px;
  }

  .case-middle {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .titleproyectos {
    flex: 1;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-service {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .worksubtitle.hide {
    display: none;
  }
}

#w-node-b3a01e61-756e-3bb6-f627-b7dd008dda35-73323a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc6f5de0-ae5d-fd02-9260-f90de93f090d-73323a60 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d79fa38c-8ecb-a176-9278-ba6c01f7913e-73323a60, #w-node-_792b4641-a9fb-f62b-7afe-d39f799b6293-73323a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1aafccb-4331-a733-4b8d-24cbb3e4ecf2-b3e4ecca {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a1aafccb-4331-a733-4b8d-24cbb3e4ecf7-b3e4ecca {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_5569bf3d-4e36-1559-2b1f-6d8d84822fa6-84822fa3 {
  place-self: stretch stretch;
}

#w-node-_5569bf3d-4e36-1559-2b1f-6d8d84822fa7-84822fa3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_528a429d-d8e0-bb7b-63db-ba5915b8ef5c-15b8ef50, #w-node-_528a429d-d8e0-bb7b-63db-ba5915b8ef68-15b8ef50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2839d10-ba96-7988-8bad-d65fd19ecb1b-d19ecb18 {
  justify-self: start;
}

#w-node-c2839d10-ba96-7988-8bad-d65fd19ecb21-d19ecb18 {
  place-self: center end;
}

#w-node-cdcb0ebe-6184-0899-ea51-5038671515ce-671515cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-cdcb0ebe-6184-0899-ea51-5038671515d2-671515cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_74a2dd41-4619-5ac3-5f2c-04ecfea15277-73323a61 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_74a2dd41-4619-5ac3-5f2c-04ecfea15278-73323a61 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3d81bdc2-7a0c-09da-d4b2-a0dc81590dc4-73323a64 {
  grid-area: 1 / 1 / 2 / 3;
}

#ProjectTitle.w-node-_3d81bdc2-7a0c-09da-d4b2-a0dc81590dc5-73323a64 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6161d15c-ca43-395b-b2d8-28355f5890ce-73323a64 {
  order: 9999;
}

#w-node-_5fbc8c97-5248-f982-f692-feeec2a0b197-73323a66 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5fbc8c97-5248-f982-f692-feeec2a0b195-73323a66 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5fbc8c97-5248-f982-f692-feeec2a0b194-73323a66 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_5fbc8c97-5248-f982-f692-feeec2a0b198-73323a66, #w-node-d68b75e0-e472-138b-f256-c2b30adf4ef4-73323a66, #w-node-d68b75e0-e472-138b-f256-c2b30adf4ef5-73323a66 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d68b75e0-e472-138b-f256-c2b30adf4ef7-73323a66 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d68b75e0-e472-138b-f256-c2b30adf4ef8-73323a66 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_65266881-0320-2db8-212c-7b80ac491918-2c77350c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_65266881-0320-2db8-212c-7b80ac49191b-2c77350c {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_65266881-0320-2db8-212c-7b80ac491918-336e0de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_65266881-0320-2db8-212c-7b80ac49191b-336e0de4 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-b3a01e61-756e-3bb6-f627-b7dd008dda35-73323a60 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc6f5de0-ae5d-fd02-9260-f90de93f090d-73323a60 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f02d5005-9aa8-c402-61f1-7e323a8e0b80-73323a60 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_37efd638-531e-be7b-71d1-da46039a2c1a-73323a60 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a1aafccb-4331-a733-4b8d-24cbb3e4ecf2-b3e4ecca {
    grid-column-end: 2;
  }

  #w-node-a1aafccb-4331-a733-4b8d-24cbb3e4ecf7-b3e4ecca {
    grid-column: 2 / 3;
  }
}


