:root {
  --black-2: #071422;
  --white: white;
  --dark-grey: #999;
  --blue-primary: #2185f5;
  --blue-secundary: #2169ba;
  --black: black;
  --grey: #757575;
  --green-yellow: #c2ff42;
  --black-3: #03080e;
  --midnight-blue: #0a1c2f;
  --white-smoke: #f0f0f0;
}

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

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

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

a {
  font-family: Poppins, sans-serif;
  text-decoration: underline;
}

li {
  padding-top: 10px;
  padding-bottom: 10px;
}

label {
  color: #999;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Mona sans;
  font-size: 11px;
  font-weight: 300;
  display: block;
}

.inner-padding-large {
  padding-top: 10em;
  padding-bottom: 10em;
}

.section {
  background-color: var(--black-2);
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.section.footer {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 98vh;
  display: flex;
}

.section.bg-gray {
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

.section.footer-black {
  background-color: #000;
  padding-top: 4em;
}

.section.bg-footer {
  background-color: #0e0e0e;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.content-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.content-wrapper.gap-s {
  grid-row-gap: 10px;
}

.content-wrapper.profile {
  grid-row-gap: 25px;
  justify-content: center;
  width: 100%;
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
}

.main-paragraph {
  color: var(--black-2);
  text-align: left;
  letter-spacing: -.01em;
  flex-direction: column;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.main-paragraph.text-gray {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
}

.main-paragraph.large {
  color: #6d6d6d;
  font-size: 24px;
}

.text-white {
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.cover-image {
  object-fit: cover;
  align-self: flex-start;
  width: 100%;
  height: 100%;
}

.header {
  padding-top: 10em;
  padding-bottom: 5em;
}

.h-large {
  color: var(--black-2);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: Poppins, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: .9;
  display: block;
}

.h-large.condensed {
  padding-top: .1em;
  font-size: 15em;
  font-weight: 600;
  line-height: .8;
}

.h-large.s {
  font-size: 5em;
}

.h-large.pro {
  font-size: 12em;
}

.button {
  z-index: 5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button:hover {
  color: #616161;
  background-color: #efffa6;
}

.inner-block-content {
  grid-row-gap: 2px;
  flex-direction: column;
  flex: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-asterisk {
  background-image: url('../images/copyright.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: .75em;
  height: .75em;
  margin-left: .06em;
  margin-right: .06em;
  display: inline-block;
}

.nav-w {
  z-index: 10;
  grid-column-gap: 10px;
  align-items: center;
  padding: 2em 45px 2.6em;
  display: flex;
  position: relative;
}

.nav-w.left {
  grid-column-gap: 15px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.nav-w.left-n {
  grid-column-gap: 15px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 45px;
}

.small-p {
  color: var(--dark-grey);
  text-transform: uppercase;
  font-family: Mona sans;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.2;
}

.wide-container {
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding: 200px 45px 100px;
  position: relative;
}

.wide-container.gap {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1300px;
  padding: 0 6%;
  display: flex;
}

.wide-container.header {
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-start;
  min-height: 100vh;
  padding-top: 8em;
  padding-bottom: 6em;
  display: flex;
}

.wide-container.n {
  justify-content: space-between;
  max-width: 1900px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 35px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.wide-container.footer-padding {
  flex-direction: column;
  justify-content: space-between;
  min-height: 90vh;
  padding-top: 6em;
  display: flex;
  overflow: hidden;
}

.wide-container.next {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.wide-container.profile-header {
  padding-top: 10em;
  padding-bottom: 10em;
}

.button-3d-wrapper {
  width: 20em;
  height: 6em;
  position: relative;
}

.link-block-cube {
  perspective: 1250px;
  width: 250px;
  height: 6em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-face {
  z-index: 3;
  background-color: var(--blue-primary);
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate3d(0, 0, 3.5em);
}

.button-face-back {
  background-color: var(--blue-secundary);
  transform-origin: 50% 100%;
  color: #fff;
  transform-style: preserve-3d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
  transform: translate3d(0, 0, 3.5em)rotateX(90deg)rotateY(0)rotateZ(0);
}

.inner-face-back {
  text-transform: uppercase;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.gap {
  grid-row-gap: 10em;
  flex-direction: column;
  padding-top: 12em;
  padding-bottom: 12em;
  display: flex;
}

.heading-medium-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7em;
  font-weight: 300;
  line-height: .85;
}

.work-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  width: 100%;
  height: 20em;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.ticker-wrapper {
  flex: none;
  align-self: center;
  align-items: center;
  display: flex;
}

.nav-wrapper-pop-up {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  display: flex;
  position: absolute;
  inset: 0% 20px auto auto;
}

.nav-pop-01 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 5px;
  width: 400em;
  height: 400em;
  display: none;
  position: absolute;
}

.nav-pop-02 {
  background-color: var(--blue-primary);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 5px;
  width: 400em;
  height: 400em;
  display: none;
  position: absolute;
}

.nav-container {
  align-items: center;
  width: 100%;
  max-width: 2200px;
  height: 8.8em;
  padding-left: 45px;
  display: flex;
}

.nav-link-large {
  z-index: 3;
  color: var(--black-2);
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 10em;
  font-weight: 600;
  line-height: .88;
  overflow: hidden;
}

.nav-menu {
  z-index: 60;
  background-color: #0000;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  inset: 0% auto auto 0%;
}

.navbar-version-01 {
  z-index: 10;
  background-color: #0000;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.nav-menu-items-wrapper {
  flex: 0 auto;
  padding-top: 6em;
}

.grid-nav-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 3em;
}

.nav-close {
  background-color: #000;
  border-radius: 5px;
  width: 2em;
  height: 2em;
  position: absolute;
}

.menu-button {
  z-index: 55;
  width: 5em;
  height: 5em;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.footer-wrapper {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
  position: relative;
  top: 0;
}

.footer-stick-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  top: 0;
}

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

.footer-small-p {
  color: #8d8d8d;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.link-23 {
  color: #818181;
  text-decoration: none;
}

.nav-drop-wrapper {
  z-index: 2;
  width: 16em;
  height: 4.5em;
  position: relative;
}

.nav-menu-drop {
  z-index: 2;
  background-color: #fff0;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 4.6em;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.menu-button-regular {
  z-index: 90;
  color: #837777;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.menu-button-regular.w--open {
  color: #000;
  background-color: #fff0;
}

.drop-open {
  border-radius: 15px;
  width: 16em;
  height: 25em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-link-white {
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.nav-link-white:hover {
  color: var(--black);
  background-color: #fff;
  font-weight: 500;
}

.nav-link-white.w--current {
  font-weight: 600;
}

.nav-link-white.m-30 {
  padding-left: 30px;
}

.navbar-drop-ing {
  z-index: 998;
  background-color: #0000;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo-image {
  height: 22px;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  width: 4.5em;
  height: 4.5em;
  display: flex;
  position: static;
  inset: 0% 45px auto auto;
}

.brand-2.w--current {
  width: 4.5em;
  height: 4.5em;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: auto;
}

.image-13 {
  width: 100%;
  height: 100%;
}

.nav-drop-icon {
  flex: 0 auto;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
}

.nav-drop-button {
  background-color: var(--black);
  border-radius: 15%;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.p-small {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

.p-small.text-white {
  color: #fff;
}

.p-small.uppercase {
  font-size: 14px;
  font-weight: 600;
}

.p-small.white {
  color: #fffc;
  text-align: center;
  width: 90%;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  display: flex;
}

.bg-black {
  background-color: #000;
}

.footer-logo-large {
  width: 100%;
  position: relative;
}

.footer-link-p {
  color: #7c7c7c;
  text-transform: capitalize;
  border-bottom: 1px solid #7c7c7c00;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.footer-link-p:hover {
  border-bottom-color: #747474;
}

.footer-large-smile-wrapper {
  padding-top: 20em;
  position: relative;
}

.team-member-wrapper {
  background-color: #8d8d8d;
  height: 42em;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.next-work-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 35vw;
  height: 35vw;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-baseline-wrapper {
  text-align: center;
  align-self: stretch;
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
}

.nav-drop-open {
  background-color: var(--black);
  border-radius: 15px;
  width: 16em;
  height: 25em;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.collection-list-2 {
  grid-row-gap: 12em;
  flex-direction: column;
  display: flex;
}

.rich-text-block {
  color: #6d6d6d;
  letter-spacing: -.02em;
  text-transform: none;
  margin-bottom: 35px;
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.rich-text-block h2 {
  color: var(--black-2);
}

.rich-text-block p {
  color: var(--black-2);
  margin-bottom: 35px;
  font-family: Poppins, sans-serif;
}

.rich-text-block a {
  color: #000;
}

.rich-text-block h4 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.sub-intro-works {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  width: 50em;
  display: flex;
}

.link-in-line {
  color: #000;
  text-transform: uppercase;
  border-bottom: 3px solid #000;
  padding-bottom: 3px;
  font-size: 1.1em;
  font-weight: 300;
  text-decoration: none;
}

.collection-list-3 {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item {
  flex: 0 auto;
  order: 1;
}

.footer-cta-wrapper {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.regular-footer-logo {
  height: 22px;
}

.navbar-5 {
  background-color: #0000;
  align-items: center;
  display: block;
}

.regular-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 8.8em;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.hp-link-wrapper {
  grid-row-gap: 15px;
  color: #242424;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
}

.hp-link-wrapper:hover {
  box-shadow: 0 2px 30px #0000001a;
}

.link-regular-button {
  border: 1px solid var(--blue-primary);
  background-color: var(--blue-primary);
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-regular-button:hover {
  border-color: var(--blue-secundary);
  background-color: var(--blue-secundary);
}

.regular-footer-wrapper {
  grid-column-gap: 60px;
  border-top: 1px solid #d4d4d4;
  justify-content: space-between;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.regular-footer-content {
  flex: 1;
  align-self: center;
  padding-top: 18px;
  padding-bottom: 18px;
}

.text-initial {
  color: #000;
  text-transform: uppercase;
  font-size: 32em;
  font-weight: 700;
}

.footer-black-wrapper {
  justify-content: space-between;
  padding-bottom: 5em;
  display: flex;
}

.footer-black-inner {
  grid-column-gap: 120px;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.image-22 {
  height: 22px;
}

.link-gray {
  color: #757575;
  font-family: Inter;
  font-weight: 600;
  text-decoration: none;
}

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

.text-footer {
  color: var(--grey);
  font-family: Inter;
  font-weight: 500;
}

.center-heading-wrapper {
  padding-bottom: 6em;
}

.nav-items-wrapper-bottom {
  grid-row-gap: 35px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.nav-items-wrapper-bottom.right-n {
  padding-right: 45px;
}

.inline-link {
  color: #000;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s;
}

.inline-link:hover {
  border-bottom-color: #000;
}

.inline-link.gray {
  color: #8d8d8d;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.inline-link.gray:hover {
  border-bottom-color: #585858;
}

.regular-footer-grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr auto;
  width: 100%;
}

.inline-link-wrapper {
  grid-column-gap: 25px;
  justify-content: center;
  display: flex;
}

.baseline-wrapper {
  grid-column-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.smile-image {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.grid-footer {
  grid-column-gap: 12px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  width: 100%;
}

.footer-smile-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 32vw;
  height: 32vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% -20vh;
}

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

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

.footer-p {
  color: #7c7c7c;
  letter-spacing: -.02em;
  font-family: Inter;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
}

.marquee-s {
  color: var(--green-yellow);
  text-transform: uppercase;
  white-space: nowrap;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 2em;
  font-weight: 100;
  line-height: 1.1;
}

.footer-ticker-wrapper {
  grid-column-gap: 5px;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.overflow-heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1em;
  display: flex;
  overflow: hidden;
}

.nav-menu-5 {
  grid-column-gap: 25px;
  display: flex;
}

.uppercase-h-small {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.text-back-flip {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

.inner-cube-p {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  line-height: 1.3em;
}

.grid-works-hero {
  grid-template-rows: auto;
}

.grid-works-info {
  grid-column-gap: 35px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr 1fr;
}

.profile-hero-image {
  height: 60em;
}

.grid-profile {
  grid-column-gap: 42px;
  grid-template-rows: auto;
}

.next-work-initial {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35vw;
  height: 35vw;
  display: flex;
}

.team-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-items-wrapper {
  color: var(--black);
  padding-top: .8rem;
  padding-bottom: .2rem;
  padding-left: 3em;
  position: relative;
  overflow: hidden;
}

.nav-items-bg {
  background-color: var(--blue-secundary);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-small {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 22px;
}

.heading-small.white {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

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

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

._404 {
  z-index: 1;
  color: #000;
  text-align: center;
  font-size: 32rem;
  position: relative;
}

.smile-404 {
  z-index: 3;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

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

.text-field {
  height: 60px;
  font-size: 16px;
}

.gap-s {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.inner-cube-info {
  grid-row-gap: 25px;
  flex-direction: column;
  max-width: 300px;
  display: flex;
}

.preloader {
  z-index: 9000;
  background-color: #e6e6e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.lottie-animation {
  height: 80px;
}

.pop-up {
  z-index: 999;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 24px;
  display: flex;
  position: fixed;
}

.pop-up.auxetic {
  perspective: 1000px;
  display: none;
}

.modal {
  z-index: 2;
  background-color: var(--black-2);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  padding: 60px 30px;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 5px #0003;
}

.link-block {
  position: absolute;
  inset: 5% 5% auto auto;
}

.div-qrcode {
  width: 100%;
  max-width: 160px;
  height: 100%;
}

.div-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
}

.div-overlay {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

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

.image-23 {
  width: 300px;
}

.dropdown-toggle {
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.language-switch-en {
  color: var(--white);
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 18px;
}

.language-switch-en.language-switch-active {
  color: var(--blue-primary);
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
}

.language-switch-en.language-switch-active:hover {
  background-color: var(--white);
  border-radius: 5px;
}

.language-switch-en.language-switch-active.small {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.language-switch-es {
  color: var(--white);
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 18px;
}

.language-switch-es:hover {
  background-color: var(--white);
  color: var(--black);
  border-radius: 5px;
}

.language-switch-es.language-switch-active {
  color: var(--blue-primary);
  font-weight: 600;
}

.language-switch-es.small {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-list {
  background-color: var(--blue-primary);
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  top: 50px;
}

.dropdown-list.w--open {
  background-color: var(--black);
  border-radius: 0 0 15px 15px;
  width: 77%;
  padding: 10px 12px;
}

.language-switch {
  z-index: 1;
  background-color: var(--black);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 4.5em;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.language-switch.small {
  z-index: 1;
  width: 90px;
  display: none;
}

.ing {
  width: 30px;
}

.text-block-4 {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.footer-wrapper-es {
  background-color: var(--black-3);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: relative;
  top: 0;
}

.footer-wrapper-ing {
  background-color: var(--black-3);
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 100px;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: relative;
  top: 0;
}

.login-button {
  z-index: 1;
  background-color: var(--blue-primary);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 4.5em;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto;
}

.login-button:hover {
  background-color: var(--blue-secundary);
}

.login-button.small {
  width: 4.5em;
  display: none;
}

.text-block-7 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.header-right-side {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.user-button {
  z-index: 1;
  width: 4.5em;
  height: 4.5em;
  display: none;
  position: relative;
}

.user-button-background {
  background-color: #6355b2;
  border-radius: 15px;
}

.dropdown-toggle-2 {
  justify-content: center;
  align-items: center;
  width: 4.5em;
  height: 4.5em;
  padding: 0;
  display: flex;
}

.user-button-text {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
}

.user-menu {
  background-color: var(--black);
}

.user-menu.w--open {
  border-radius: 12px;
  padding: 30px 20px;
  inset: 66px 0 auto auto;
}

.container-email-name {
  margin-bottom: 10px;
}

.user-menu-name {
  font-weight: 600;
}

.user {
  color: var(--white);
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
}

.menu-list {
  color: var(--white);
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 18px;
  font-weight: 600;
}

.menu-list:hover {
  background-color: var(--white);
  color: var(--black);
  border-radius: 5px;
}

.email {
  color: var(--white);
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
}

.user-menu-email {
  color: #ffffffb3;
}

.navbar-drop-por {
  z-index: 998;
  background-color: #0000;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.social-media {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.link-social-media {
  color: var(--white);
  width: 45px;
  height: 45px;
}

.link-social-media:hover {
  color: var(--dark-grey);
  -webkit-text-stroke-color: var(--blue-secundary);
}

.html-embed-social-media {
  width: 100%;
  height: 100%;
}

.circle-section {
  border-radius: 100%;
  width: 1em;
  height: 1em;
  position: absolute;
}

.circle-section.bg-ocher {
  background-color: #af7c5d;
  border-radius: 5%;
}

.wide-container-2 {
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.main-paragraph-2 {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: -.01em;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.main-paragraph-2.features {
  color: var(--white);
  text-align: left;
  font-size: 1.2rem;
  display: flex;
}

.inner-section-content {
  height: auto;
  min-height: auto;
}

.sticky-work-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: auto;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-section-wrapper {
  z-index: 5;
  background-color: var(--midnight-blue);
  position: relative;
}

.sticky-section-wrapper.bb {
  background-color: #0a2232;
}

.inner-circle {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.inner-circle.bg-light-gray {
  background-color: #f0f0f0;
  border-radius: 5px;
}

.div-mask {
  z-index: 1;
  background-image: linear-gradient(to right, #0009 20%, #fff0);
  position: absolute;
  inset: 0%;
}

.section-full {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-full.transparent {
  background-color: #0000;
}

.section-sticky-h {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: auto;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: sticky;
  top: 0;
}

.track-5 {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: 500vh;
  display: flex;
  position: relative;
}

.track-5.t {
  min-height: 130vh;
}

.div-icon-lengueje {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.html-embed-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2-600 {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}

.h2-600.white {
  color: var(--white);
  font-weight: 500;
}

.h2-600.white.center {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
  line-height: 1;
}

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

.h2-600.center.dark-blue {
  color: #0b1223;
}

.h3-600 {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 600;
}

.h3-600.white {
  color: var(--white);
  font-size: 3rem;
  line-height: 1;
}

.h2-small-600 {
  color: var(--black-2);
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.h2-small-600.white {
  color: var(--white);
  font-weight: 600;
}

.container-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-text-sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
  overflow: hidden;
}

.div-text-slider-sticky {
  z-index: 2;
  grid-row-gap: 15px;
  color: #fff;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 450px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto auto auto 8%;
}

.h2-600-sticky {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}

.h2-600-sticky.bb {
  color: #01b4bc;
  -webkit-text-stroke-color: #677b92;
}

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

.background-video-card {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

.hp-link-wrapper-2 {
  grid-row-gap: 15px;
  color: #242424;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
}

.hp-link-wrapper-2:hover {
  box-shadow: 0 2px 30px #0000001a;
}

.qr-code {
  z-index: 2;
  border-radius: 5px;
  width: 130px;
  margin-top: 10px;
  position: static;
}

.small-p-2 {
  color: #999;
  text-transform: uppercase;
  font-family: Mona sans;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.2;
}

.small-p-2.hp {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
}

.small-p-2.hp.code {
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}

.small-p-2.hp.code.ocher {
  color: #0b1223;
  font-weight: 400;
}

.html-embed-piece-1 {
  z-index: 2;
  width: 400px;
  height: 100%;
  display: flex;
}

.div-mask-2 {
  z-index: 1;
  background-image: linear-gradient(to right, #0009 23%, #fff0);
  position: absolute;
  inset: 0%;
}

.div-mask-2.blue {
  background-image: linear-gradient(to right, #00000080 10%, #fff0);
}

.div-iframe-qrcode {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 80px 5px;
  display: flex;
  position: absolute;
  inset: auto 10% auto auto;
}

.div-mask-vertical {
  z-index: 1;
  background-image: linear-gradient(to top, #0009 23%, #fff0);
  display: none;
  position: absolute;
  inset: 0%;
}

.back-video-re {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bold-text-401 {
  font-weight: 600;
}

.text-button {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}

.language-switch-pt {
  color: var(--white);
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 18px;
}

.language-switch-pt:hover {
  background-color: var(--white);
  color: var(--black);
  border-radius: 5px;
}

.language-switch-pt.language-switch-active {
  color: var(--blue-primary);
  font-weight: 600;
}

.language-switch-pt.small {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-wrapper-pt {
  background-color: var(--black-3);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 40vh;
  padding-top: 100px;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: relative;
  top: 0;
}

.div-icon-login {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.html-embed-icon-login {
  width: 100%;
  height: 100%;
}

.sticky-work-link-qrcode {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: auto;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: sticky;
  top: 0;
}

.div-container-bb {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1520px;
  height: 100%;
  padding: 100px 6% 150px;
  display: flex;
}

.section-immersive-spaces {
  z-index: 1;
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-360-tour, .div-pices-qrcode {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary-medium {
  border: 1px solid var(--blue-primary);
  background-color: var(--blue-primary);
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-primary-medium:hover {
  border-color: var(--blue-secundary);
  background-color: var(--blue-secundary);
}

.button-primary-medium.w--current {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 30px;
  font-size: 16px;
}

.div-card-space-qrcode {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.qr-code-architectures {
  border-radius: 5px;
  width: 120px;
  height: 120px;
}

.div-text-qrcode {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-spaces-bb {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.div-backgroud-color-ocher {
  background-color: #af7c5d;
  position: absolute;
  inset: 0%;
}

.section-bb {
  z-index: 6;
  background-color: #0a2538;
  background-image: linear-gradient(#0a2538, #0a2232);
  justify-content: center;
  display: flex;
  position: relative;
}

.div-text-motive {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: -50px 0 0;
  overflow: hidden;
}

.image-texts-motive {
  width: 100%;
}

.div-tiqui-logo {
  z-index: 3;
  justify-content: center;
  align-items: center;
  height: 60vh;
  margin-left: 6%;
  display: flex;
  position: absolute;
  inset: auto auto auto 0;
}

.image-39 {
  width: 100%;
  height: 100%;
}

.div-tiqui-motive {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-40 {
  position: relative;
  bottom: 150px;
}

.div-text-hero-1 {
  z-index: 4;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 180px;
  display: flex;
  position: absolute;
  inset: 0 auto auto;
}

.h-5-bb {
  color: #8e999b;
  font-size: 20px;
  font-weight: 400;
}

.bold-bb-text-hero {
  font-weight: 600;
}

.div-text-hero-2 {
  z-index: 4;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0;
}

.h4-bb-text-hero {
  font-size: 25px;
  font-weight: 600;
}

.link-clique-tour {
  color: #d2b263;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-clique-tour:hover {
  color: #a78d4c;
}

.div-block-logos {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.texts_motive_tablet, .texts_motive_mobile {
  width: 100%;
  display: none;
}

.list-3 {
  flex-direction: column;
  padding-left: 30px;
}

.list-item-2 {
  font-weight: 400;
}

.image-piece-6 {
  display: none;
}

.html-embed-piece-2, .html-embed-piece-3, .html-embed-piece-4, .html-embed-piece-5, .html-embed-piece-6, .html-embed-piece-7, .html-embed-piece-8, .html-embed-piece-9, .html-embed-piece-10, .html-embed-piece-11 {
  z-index: 2;
  width: 400px;
  height: 100%;
  display: flex;
}

.image-piece-5, .image-piece-2, .image-piece-4, .image-piece-3, .image-piece-8, .image-piece-1, .image-piece-9, .image-piece-7, .image-piece-10, .image-piece-11 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .div-text-slider-sticky {
    width: 500px;
  }

  .hp-image-wrapper {
    height: 250px;
  }

  .html-embed-piece-1 {
    width: 500px;
  }

  .div-360-tour, .div-pices-qrcode {
    width: 80vw;
  }

  .h-5-bb {
    font-size: 25px;
  }

  .h4-bb-text-hero {
    font-size: 30px;
  }

  .html-embed-piece-2, .html-embed-piece-3, .html-embed-piece-4, .html-embed-piece-5, .html-embed-piece-6, .html-embed-piece-7, .html-embed-piece-8, .html-embed-piece-9, .html-embed-piece-10, .html-embed-piece-11 {
    width: 500px;
  }
}

@media screen and (min-width: 1920px) {
  .wide-container.gap {
    grid-row-gap: 60px;
    max-width: 1400px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .inner-cube-p {
    font-size: 25px;
  }

  .inner-cube-info {
    max-width: 450px;
  }

  .footer-wrapper-es {
    padding-top: 150px;
  }

  .footer-wrapper-ing {
    padding-top: 150px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .main-paragraph-2.features {
    display: block;
  }

  .sticky-section-wrapper.bb {
    background-color: #071b31;
  }

  .image-spaces {
    object-fit: cover;
  }

  .hp-image-wrapper {
    height: 280px;
  }

  .html-embed-piece-1 {
    width: 600px;
  }

  .footer-wrapper-pt {
    padding-top: 150px;
  }

  .grid-spaces-bb {
    grid-template-rows: minmax(300px, 1fr) auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-bb {
    background-image: linear-gradient(#0a2538, #092234 50%, #071b31);
  }

  .image-texts-motive {
    max-width: none;
  }

  .div-tiqui-logo {
    margin-left: 10%;
  }

  .h-5-bb {
    font-size: 25px;
  }

  .h4-bb-text-hero {
    font-size: 30px;
  }

  .texts_motive_tablet, .texts_motive_mobile {
    max-width: none;
  }

  .html-embed-piece-2, .html-embed-piece-3, .html-embed-piece-4, .html-embed-piece-5, .html-embed-piece-6, .html-embed-piece-7, .html-embed-piece-8, .html-embed-piece-9, .html-embed-piece-10, .html-embed-piece-11 {
    width: 600px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    width: 100%;
  }

  .content-wrapper {
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

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

  .h-large {
    text-align: center;
    font-size: 4em;
  }

  .h-large.condensed {
    font-size: 100px;
  }

  .h-large.pro {
    font-size: 90px;
  }

  .button {
    padding: 18px 40px;
  }

  .button:hover {
    background-color: #80808033;
  }

  .nav-w {
    padding: 0 0;
  }

  .nav-w.left-n {
    align-self: flex-start;
    padding-left: 0;
  }

  .wide-container.gap {
    align-items: center;
  }

  .wide-container.footer-padding {
    min-height: 80vh;
  }

  .link-block-cube {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .button-face {
    margin-left: auto;
    margin-right: auto;
  }

  .button-face-back {
    display: none;
  }

  .heading-medium-2 {
    font-size: 5em;
    line-height: .9;
  }

  .nav-wrapper-pop-up {
    right: 0;
  }

  .nav-pop-01 {
    width: 300vw;
    height: 300vw;
    display: none;
  }

  .nav-pop-02 {
    width: 300vw;
    height: 300vw;
  }

  .nav-link-large {
    padding-left: 0;
    font-size: 60px;
    line-height: 1;
  }

  .nav-menu {
    min-height: 100dvh;
    padding: 160px 35px 45px;
  }

  .nav-menu-items-wrapper {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .grid-nav-menu {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 100dvh;
    display: flex;
  }

  .grid-baseline {
    flex-direction: column;
    grid-template-rows: auto auto;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-small-p {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .p-small.uppercase {
    grid-column-gap: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .next-work-wrapper {
    width: auto;
    height: auto;
  }

  .collection-list-2 {
    grid-row-gap: 20px;
  }

  .sub-intro-works {
    width: auto;
  }

  .collection-list-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .regular-nav-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .link-regular-button {
    margin-left: auto;
    margin-right: auto;
  }

  .regular-footer-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .regular-footer-content {
    flex: 0 45%;
    order: 1;
  }

  .footer-black-wrapper {
    grid-row-gap: 35px;
    flex-direction: column;
  }

  .footer-black-inner {
    grid-column-gap: 0px;
    text-align: center;
    justify-content: space-between;
  }

  .nav-items-wrapper-bottom {
    align-self: flex-start;
    width: 100%;
  }

  .inline-link {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
    display: block;
  }

  .inline-link.gray {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .inline-link.main-nav {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 22px;
  }

  .inline-link-wrapper {
    width: 100%;
  }

  .baseline-wrapper {
    justify-content: center;
  }

  .smile-image {
    width: 35vw;
    inset: auto 0% -12vw;
  }

  .grid-footer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .footer-smile-wrapper {
    bottom: 0;
  }

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

  .nav-menu-5 {
    background-color: #fff;
    border-radius: 7px;
    flex-direction: column;
    align-items: center;
  }

  .uppercase-h-small {
    font-size: 12px;
  }

  .text-back-flip {
    font-size: 40px;
  }

  .grid-works-hero {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
  }

  .menu-button-4.w--open {
    color: #000;
    background-color: #fff;
    border-radius: 5px;
  }

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

  .next-work-initial {
    width: auto;
    height: auto;
  }

  .next-work-initial.next {
    display: none;
  }

  .nav-items-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-items-bg {
    display: flex;
  }

  .inner-cube-info {
    max-width: 50vw;
  }

  .social-media {
    margin-bottom: 30px;
  }

  .main-paragraph-2.features {
    text-align: center;
  }

  .div-mask {
    display: none;
  }

  .h2-600.white.center, .h2-600.center {
    font-size: 3.5rem;
  }

  .h3-600.white, .h2-small-600 {
    text-align: center;
  }

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

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

  .div-text-slider-sticky {
    align-items: center;
    inset: auto auto 5%;
  }

  .h2-600-sticky {
    font-size: 3.5rem;
  }

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

  .qr-code, .small-p-2.hp.code {
    display: none;
  }

  .html-embed-piece-1 {
    justify-content: center;
    align-items: center;
    margin-bottom: 140px;
    display: none;
  }

  .div-mask-2 {
    display: none;
  }

  .div-iframe-qrcode {
    padding-top: 17px;
    inset: auto;
  }

  .div-mask-vertical {
    display: block;
  }

  .section-immersive-spaces {
    width: 100%;
  }

  .div-360-tour {
    height: 90vh;
  }

  .div-card-space-qrcode {
    margin-left: auto;
    margin-right: auto;
  }

  .div-text-qrcode {
    display: none;
  }

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

  .image-texts-motive {
    display: none;
  }

  .div-tiqui-logo {
    height: 50vh;
  }

  .h-5-bb {
    font-size: 18px;
  }

  .h4-bb-text-hero {
    font-size: 20px;
  }

  .div-block-logos {
    z-index: 2;
    padding-left: 35px;
    padding-right: 35px;
    left: auto;
    right: auto;
  }

  .texts_motive_tablet {
    display: block;
  }

  .texts_motive_mobile {
    display: none;
  }

  .list-3 {
    padding-left: 20px;
  }

  .list-item-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-piece-6 {
    width: 80%;
    display: block;
    position: relative;
    top: -60px;
  }

  .html-embed-piece-2, .html-embed-piece-3, .html-embed-piece-4, .html-embed-piece-5, .html-embed-piece-6, .html-embed-piece-7, .html-embed-piece-8, .html-embed-piece-9, .html-embed-piece-10, .html-embed-piece-11 {
    justify-content: center;
    align-items: center;
    margin-bottom: 140px;
    display: none;
  }

  .image-piece-5, .image-piece-2, .image-piece-4, .image-piece-3, .image-piece-8, .image-piece-1, .image-piece-9, .image-piece-7, .image-piece-10, .image-piece-11 {
    width: 80%;
    display: block;
    position: relative;
    top: -60px;
  }
}

@media screen and (max-width: 767px) {
  .inner-padding-large {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .content-wrapper {
    align-self: center;
    padding-right: 0;
  }

  .h-large {
    font-size: 40px;
  }

  .h-large.s {
    font-size: 32px;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .wide-container.gap {
    grid-row-gap: 30px;
    align-items: center;
  }

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

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

  .next-work-wrapper {
    width: auto;
  }

  .rich-text-block h2 {
    font-size: 42px;
  }

  .hp-link-wrapper {
    grid-row-gap: 12px;
  }

  .regular-footer-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto auto;
  }

  .profile-hero-image {
    height: 45vh;
  }

  .next-work-initial {
    width: auto;
  }

  .image-23 {
    width: 250px;
  }

  .wide-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .h3-600.white {
    font-size: 2.5rem;
  }

  .h2-small-600 {
    font-size: 2rem;
  }

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

  .div-text-slider-sticky {
    grid-row-gap: 10px;
    width: 80%;
  }

  .h2-600-sticky {
    font-size: 3rem;
  }

  .hp-image-wrapper {
    height: 220px;
  }

  .hp-link-wrapper-2 {
    grid-row-gap: 12px;
  }

  .html-embed-piece-1 {
    width: 100%;
    height: 60%;
  }

  .div-360-tour {
    height: 100vh;
  }

  .grid-spaces-bb {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-tiqui-logo {
    display: none;
  }

  .div-text-hero-1, .div-text-hero-2 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .html-embed-3 {
    display: none;
  }

  .image-piece-6 {
    width: 90%;
  }

  .html-embed-piece-2, .html-embed-piece-3, .html-embed-piece-4, .html-embed-piece-5, .html-embed-piece-6, .html-embed-piece-7, .html-embed-piece-8, .html-embed-piece-9, .html-embed-piece-10, .html-embed-piece-11 {
    width: 100%;
    height: 60%;
  }

  .image-piece-5, .image-piece-2, .image-piece-4, .image-piece-3, .image-piece-8, .image-piece-1, .image-piece-9, .image-piece-7, .image-piece-10, .image-piece-11 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 40vh;
  }

  .content-wrapper {
    align-items: center;
    padding-right: 0;
  }

  .content-wrapper.profile {
    padding-top: 0;
  }

  .main-paragraph {
    text-align: center;
    column-count: 1;
    font-size: 16px;
  }

  .main-paragraph.text-gray {
    font-size: 1.2rem;
  }

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

  .h-large {
    font-size: 32px;
  }

  .h-large.condensed {
    font-size: 60px;
    line-height: .9;
  }

  .h-large.s {
    font-size: 32px;
  }

  .h-large.pro {
    font-size: 60px;
  }

  .button {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .inner-block-content {
    padding-top: 10px;
  }

  .nav-w {
    order: 1;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .small-p {
    font-size: 10px;
  }

  .wide-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wide-container.gap {
    grid-row-gap: 30px;
  }

  .wide-container.header {
    min-height: 100dvh;
    padding-bottom: 3em;
  }

  .wide-container.n {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wide-container.footer-padding {
    min-height: auto;
    padding-top: 4em;
  }

  .wide-container.profile-header {
    padding-top: 7em;
    padding-bottom: 6em;
  }

  .button-3d-wrapper, .link-block-cube {
    width: 100%;
    height: 4.5em;
  }

  .gap {
    grid-row-gap: 5em;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .heading-medium-2 {
    align-self: center;
    width: 100%;
    font-size: 2.5em;
  }

  .work-wrapper {
    height: auto;
  }

  .nav-wrapper-pop-up {
    width: 95px;
    height: 90px;
  }

  .nav-pop-01 {
    width: 220vh;
    height: 220vh;
    display: none;
  }

  .nav-pop-02 {
    width: 220vh;
    height: 220vh;
  }

  .nav-container {
    height: 90px;
    padding-left: 20px;
  }

  .nav-link-large {
    font-size: 40px;
    line-height: 1.2;
  }

  .nav-menu {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    top: 120px;
  }

  .navbar-version-01 {
    z-index: 90;
  }

  .grid-nav-menu {
    min-height: 100dvh;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    z-index: 61;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    display: flex;
  }

  .menu-button.w--open {
    width: 20px;
    height: 20px;
  }

  .footer-stick-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-small-p {
    grid-column-gap: 3px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    display: flex;
  }

  .brand-2 {
    padding-left: 0;
    display: none;
    right: 0;
  }

  .brand-2.w--current {
    justify-content: flex-end;
    display: none;
  }

  .p-small {
    align-items: center;
    width: 100%;
    font-size: 16px;
    display: flex;
  }

  .p-small.uppercase {
    grid-column-gap: 6px;
    font-size: 12px;
  }

  .p-small.white {
    width: 100%;
  }

  .footer-large-smile-wrapper {
    padding-top: 6em;
  }

  .team-member-wrapper {
    height: 20em;
  }

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

  .next-work-wrapper {
    width: auto;
  }

  .footer-baseline-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .collection-list-2 {
    grid-row-gap: 2em;
  }

  .rich-text-block {
    font-size: 18px;
  }

  .rich-text-block h2 {
    font-size: 32px;
  }

  .collection-list-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-cta-wrapper {
    grid-row-gap: 2.5em;
    width: 100%;
  }

  .regular-nav-wrapper {
    min-height: auto;
  }

  .hp-link-wrapper {
    padding: 12px 12px 16px;
    font-size: 12px;
  }

  .link-regular-button {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .regular-footer-content {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .text-initial {
    font-size: 220px;
  }

  .footer-black-inner {
    grid-row-gap: 45px;
    flex-direction: column;
  }

  .nav-items-wrapper-bottom {
    align-items: flex-start;
    width: 100%;
  }

  .inline-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .inline-link.gray {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .inline-link.footer {
    border-bottom-style: none;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
  }

  .inline-link-wrapper {
    grid-column-gap: 15px;
    flex-wrap: wrap;
  }

  .baseline-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .smile-image {
    width: 50vw;
    inset: 20vw auto 0 0%;
  }

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

  .footer-smile-wrapper {
    z-index: 12;
    width: 50vw;
    height: 50vw;
  }

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

  .footer-p {
    font-size: 24px;
  }

  .marquee-s {
    letter-spacing: .4px;
    font-size: 28px;
  }

  .footer-ticker-wrapper {
    height: auto;
  }

  .overflow-heading {
    padding-top: 5px;
  }

  .text-back-flip {
    font-size: 25px;
  }

  .inner-cube-p {
    font-size: 16px;
  }

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

  .profile-hero-image {
    height: 45vh;
  }

  .grid-profile {
    grid-row-gap: 3em;
  }

  .next-work-initial {
    width: auto;
  }

  .inner-cube-info {
    grid-row-gap: 15px;
    max-width: 70vw;
  }

  .modal {
    border-radius: 0;
    min-height: 100vh;
  }

  .link-block {
    top: 3%;
  }

  .image-23 {
    width: 200px;
  }

  .dropdown-toggle.w--open, .language-switch-en.language-switch-active {
    font-size: 16px;
  }

  .language-switch-en.small {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .language-switch-es {
    font-size: 16px;
  }

  .language-switch {
    display: none;
  }

  .language-switch.small {
    display: flex;
  }

  .ing {
    display: none;
  }

  .footer-wrapper-es {
    padding-left: 6%;
    padding-right: 6%;
  }

  .login-button {
    display: none;
  }

  .login-button.small {
    display: flex;
  }

  .text-block-7 {
    font-size: 16px;
  }

  .user-button {
    display: none;
  }

  .user-button-background {
    position: absolute;
  }

  .social-media {
    grid-column-gap: 10px;
    margin-bottom: 30px;
  }

  .link-social-media {
    width: 35px;
    height: 35px;
  }

  .main-paragraph-2 {
    column-count: 1;
    font-size: 14px;
  }

  .main-paragraph-2.features {
    font-size: 14px;
  }

  .h2-600.white.center {
    font-size: 2rem;
  }

  .h2-600.center {
    font-size: 2.5rem;
  }

  .h3-600.white {
    font-size: 1.8rem;
  }

  .h2-small-600 {
    font-size: 1.5rem;
  }

  .div-text-slider-sticky {
    align-items: center;
    bottom: 10%;
  }

  .h2-600-sticky {
    font-size: 2rem;
  }

  .hp-image-wrapper {
    border-radius: 4px;
    height: auto;
  }

  .hp-link-wrapper-2 {
    padding: 12px 12px 16px;
    font-size: 12px;
  }

  .small-p-2 {
    font-size: 10px;
  }

  .div-iframe-qrcode {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bold-text-401 {
    font-weight: 600;
  }

  .text-button, .language-switch-pt {
    font-size: 16px;
  }

  .footer-wrapper-pt {
    padding-left: 6%;
    padding-right: 6%;
  }

  .div-360-tour {
    width: 100%;
    height: 90%;
  }

  .div-pices-qrcode {
    width: 100%;
  }

  .button-primary-medium {
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .button-primary-medium.w--current {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .grid-spaces-bb {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-text-motive {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    top: 0;
  }

  .div-text-hero-1 {
    margin-top: 230px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-text-hero-2 {
    padding-bottom: 260px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed-3 {
    display: none;
  }

  .div-block-logos {
    padding-left: 16px;
    padding-right: 16px;
  }

  .texts_motive_tablet {
    display: none;
  }

  .texts_motive_mobile {
    display: block;
  }

  .image-piece-6, .image-piece-5, .image-piece-2, .image-piece-4, .image-piece-3, .image-piece-8, .image-piece-1, .image-piece-9, .image-piece-7, .image-piece-10, .image-piece-11 {
    width: 100%;
    position: relative;
    top: -80px;
  }
}

#w-node-_2cf6b2d9-bba4-930a-29a9-d2df2055cc46-6e957ff2, #oficina.w-node-_61dd4eb0-dd83-e362-82a7-8d214193d580-6e957ff2, #w-node-_8119cfa7-7b34-b265-8cb4-680b5a9cb8bc-6e957ff2, #w-node-a0127cfb-5670-033b-b010-184e4bb153e7-6e957ff2, #w-node-_61dd4eb0-dd83-e362-82a7-8d214193d586-6e957ff2, #w-node-_9b399e01-40e8-f8c2-36cb-3dd8e47bae3d-6e957ff2, #w-node-_76c40cc9-269f-76cb-cd51-c93ec6972262-6e957ff2, #w-node-_61dd4eb0-dd83-e362-82a7-8d214193d58c-6e957ff2, #w-node-_86cc7f82-deec-6de5-7562-b76b1e7fdd3b-6e957ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f442c5e-ce62-85c8-fcdf-1e8570046a8e-70046a6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9f442c5e-ce62-85c8-fcdf-1e8570046a9a-70046a6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_9f442c5e-ce62-85c8-fcdf-1e8570046a8e-70046a6f {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_9f442c5e-ce62-85c8-fcdf-1e8570046a9a-70046a6f {
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9f442c5e-ce62-85c8-fcdf-1e8570046a9a-70046a6f {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }
}


