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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

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

body {
  color: #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;
}

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

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

.section.contact {
  background-color: #0000;
  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.right-align {
  text-align: left;
  align-items: center;
  display: flex;
}

.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.center {
  text-align: center;
}

.text-white {
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

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

.uppercase-small {
  color: #000;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.3;
}

.uppercase-small.gray {
  color: #6b6b6b;
}

.uppercase-small.mono {
  font-family: IBM Plex Mono;
}

.uppercase-small.mono.gray {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.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.white {
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: block;
  transform: rotate(0);
}

.h-large.white.rotate {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.h-large.white.es {
  font-size: 50px;
  font-weight: 900;
}

.h-large.white.es.rotate {
  font-weight: 900;
}

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

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

.our-solutions {
  background-color: var(--white);
  flex-direction: column;
  width: 100%;
  height: 300vw;
  display: flex;
  position: relative;
  top: 0;
}

.horizontal-wrapper {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.h-cube-wrapper {
  width: 300vw;
  height: 100vh;
  display: flex;
}

.flip-cube {
  perspective: 125em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
}

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

.flip-cube-wrapper {
  background-color: #d13b3b;
  width: 100%;
  height: 100%;
  position: relative;
}

.f-cube-01 {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.f-cube-02 {
  z-index: 3;
  background-color: var(--blue-primary);
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-image: radial-gradient(circle, #b8b8b800 23%, #27272733);
  width: 2em;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotateX(0)rotateY(90deg)rotateZ(0);
}

.f-cube-03 {
  z-index: 2;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(0)translate3d(0, 0, -2em);
}

.f-cube-04 {
  z-index: 3;
  background-color: var(--blue-secundary);
  transform-origin: 100%;
  transform-style: preserve-3d;
  width: 2em;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotateX(0)rotateY(-90deg)rotateZ(0);
}

.cube-03-info {
  z-index: 1;
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px 20px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.hero-rail {
  overflow: hidden;
}

.hero-rail.up {
  z-index: 0;
  z-index: 2;
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: relative;
}

.rail {
  grid-row-gap: 0em;
  flex-direction: column;
  justify-content: space-between;
  min-height: auto;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.hero-agency-01 {
  perspective: 1250px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: relative;
  top: 0;
}

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

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

.rail-reverse {
  grid-row-gap: 8vh;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.cube-portrait {
  z-index: 12;
  perspective: 100em;
  width: 30em;
  height: 12em;
  position: static;
  right: 170px;
}

.cube-p-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotate(0);
}

.cube-p-1 {
  z-index: 10;
  background-color: var(--blue-secundary);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
  transform: translate3d(0, 0, 20em);
}

.cube-p-2 {
  z-index: 10;
  background-color: var(--blue-primary);
  transform-origin: 0%;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
  transform: translate3d(0, 0, 20em)rotateX(0)rotateY(90deg)rotateZ(0);
}

.cube-p-3 {
  z-index: 5;
  background-color: var(--blue-secundary);
  transform-origin: 0%;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
  transform: translate3d(0, 0, -10em);
}

.cube-p-4 {
  z-index: 10;
  background-color: var(--blue-primary);
  transform-origin: 100%;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
  transform: translate3d(0, 0, 20em)rotateX(0)rotateY(-90deg)rotateZ(0);
}

.cube-hero-wrapper {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.h-medium {
  color: var(--black-2);
  text-align: center;
  text-transform: uppercase;
  width: 900px;
  font-family: Poppins, sans-serif;
  font-size: 7em;
  font-weight: 600;
  line-height: .8;
}

.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.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.padding-bottom-large {
  max-width: 1520px;
  padding: 100px 24px;
}

.wide-container.padding-bottom-large.nwesleter {
  background-color: var(--black-2);
  background-image: linear-gradient(to bottom, var(--black-2), #03080e);
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.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;
  display: flex;
  position: relative;
  top: 0;
}

.grid-baseline {
  grid-template-rows: auto;
  grid-template-columns: 1fr 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;
}

.bg-works-heading {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page-wrapper-z {
  z-index: 2;
  background-color: #fff;
  position: relative;
}

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

.black-bg-content {
  grid-column-gap: 12em;
  grid-row-gap: 12em;
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  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;
}

.p-small.white.form {
  display: flex;
}

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

.grid-hero-agency {
  grid-column-gap: 6em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

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

.header-page {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.link-regular-button.contact {
  margin-top: 40px;
  margin-left: 0;
  margin-right: auto;
}

.link-regular-button.footer {
  width: 250px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.link-regular-button.form-popup {
  width: 100%;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.link-regular-button.outline {
  background-color: var(--white-smoke);
  color: var(--blue-primary);
  border-width: 2px;
}

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

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

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

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

.inner-grid-content {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-top: 10px;
  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;
}

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

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

.text-field.outline {
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff #fff var(--black-2);
  background-color: #fff0;
  margin-bottom: 15px;
}

.text-field.outline.footer {
  border-bottom-color: var(--white);
  color: var(--white);
  padding-left: 12px;
}

.text-field.outline.footer.tags, .text-field.outline.tags {
  display: none;
}

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

.link-wrapper {
  border-bottom: 2px solid #0000;
  text-decoration: none;
}

.link-wrapper:hover {
  border-bottom: 2px solid var(--white);
}

.custom-form {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.success-message {
  background-color: var(--blue-primary);
  border-radius: 5px;
}

.error-message {
  background-color: #ffcaca;
  border-radius: 5px;
}

.contact-wrapper {
  grid-row-gap: 30px;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.contact-address {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.contact-info {
  grid-column-gap: 60px;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

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

.div-hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1520px;
  height: 100vh;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.grid-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.div-iframe, .html-iframe {
  width: 100%;
  height: 100%;
}

.icon {
  color: var(--black-2);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

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

.div-icons-iframe {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 70px;
  display: flex;
  position: relative;
  inset: -33px 0% 0% auto;
}

.div-text-art {
  text-align: center;
  position: relative;
  top: -30px;
}

.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, .pop-up.crown {
  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-content.form {
  width: 100%;
}

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

.bold-text-5 {
  font-size: .8em;
  font-weight: 600;
}

.bold-text-7 {
  font-weight: 700;
}

.div-paragraph {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.form {
  text-align: left;
  flex-direction: column;
  align-items: center;
}

.div-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100%;
}

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

.div-newsletter {
  grid-row-gap: 20px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

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

.tab-link-tab-1 {
  border: 2px solid var(--blue-primary);
  color: var(--blue-primary);
  text-transform: uppercase;
  background-color: #2185f500;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 270px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.tab-link-tab-1:hover {
  border-color: var(--blue-secundary);
  background-color: var(--blue-secundary);
  color: var(--white);
}

.tab-link-tab-1.w--current {
  border: 2px solid var(--blue-primary);
  background-color: var(--blue-primary);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 270px;
  padding: 25px 40px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.tab-link-tab-1.w--current:hover {
  border-color: var(--blue-secundary);
  background-color: var(--blue-secundary);
}

.tab-link-tab-2 {
  border: 2px solid var(--blue-primary);
  color: var(--blue-primary);
  text-transform: uppercase;
  background-color: #2185f500;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 270px;
  margin-left: 15px;
  padding: 25px 10px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.tab-link-tab-2:hover {
  border-color: var(--blue-secundary);
  background-color: var(--blue-secundary);
  color: var(--white);
}

.tab-link-tab-2:focus {
  color: var(--white);
  background-color: #2185f5;
}

.tab-link-tab-2.w--current {
  background-color: var(--blue-primary);
  color: var(--white);
}

.tab-link-tab-2.w--current:hover {
  background-color: var(--blue-secundary);
}

.tabs-menu {
  display: flex;
}

.tabs-content {
  margin-top: 90px;
}

.tab-pane-tab-1 {
  text-align: left;
}

.list {
  color: var(--black-2);
  font-size: 18px;
}

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

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

.link-social-media:hover {
  color: var(--blue-secundary);
  -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-blue {
  background-color: var(--blue-secundary);
  border-radius: 5px;
}

.circle-section.bg-white {
  background-color: var(--white);
  border-radius: 5px;
}

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

.main-paragraph-2.conversion {
  color: var(--white);
  text-align: center;
  max-width: 700px;
  font-size: 1.2rem;
  display: flex;
}

.main-paragraph-2.histiries {
  font-size: 1.5rem;
}

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

.work-link {
  color: #000;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.inner-circle.bg-white {
  background-color: var(--white);
  border-radius: 5px;
}

.inner-circle.bg-blue {
  background-color: var(--blue-primary);
  border-radius: 5%;
}

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

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

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

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

.section-3.bg-white {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.section-3.bg-white._100vh {
  height: 100%;
}

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

.content-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 100px 6% 150px;
  display: flex;
  position: static;
  top: 0;
}

.content-intro.top {
  justify-content: flex-start;
  height: 100%;
  min-height: 100%;
  padding: 130px 6% 150px;
}

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

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

.track-5.s {
  z-index: 6;
  min-height: 180vh;
}

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

.uppercase-h-small-2.hero.white {
  color: #fff;
  font-weight: 400;
}

.uppercase-h-small-2.hero {
  color: #0a1c2f;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.main-paragraph-black {
  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-black.p-600 {
  text-transform: uppercase;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

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

.contact-wrappe {
  grid-row-gap: 30px;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  padding-left: 24px;
  display: flex;
}

.testimonial-stack {
  padding: 100px 30px;
}

.container-success {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three {
  text-align: center;
  border-radius: 10px;
  padding: 64px 42px;
}

.testimonial-card-content {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author-name-three {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.testimonial-title {
  color: var(--midnight-blue);
  text-transform: uppercase;
  font-weight: 500;
}

.h1-big-900 {
  color: var(--black-2);
  text-align: center;
  text-transform: uppercase;
  font-size: 7rem;
  font-weight: 900;
  line-height: .95;
}

.h1-big-900.left {
  text-align: left;
  justify-content: center;
  width: 100%;
  display: flex;
}

.h1-big-900.left.esp {
  width: 700px;
  font-size: 6rem;
  line-height: 1;
}

.h1-big-900.white {
  color: #fff;
}

.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.black {
  color: var(--black-2);
}

.h3-200 {
  font-size: 2.5rem;
  font-weight: 200;
}

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

.h3-200.white.center {
  text-align: center;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 100;
  line-height: 1;
}

.h3-200.center {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.bold-text-400 {
  font-weight: 400;
}

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

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

.h3-600.white.center {
  text-align: center;
  font-weight: 600;
}

.h3-600.white.all-caps {
  font-size: 2rem;
}

.h3-600.white.all-caps.product-currency-symbol {
  margin-bottom: 5px;
  font-size: 1.5rem;
}

.h3-600.white.all-caps.product-currency {
  margin-bottom: 2px;
  font-size: 1.3rem;
  font-weight: 400;
}

.h3-600.all-caps {
  color: var(--black-2);
  font-size: 1.8rem;
}

.h3-600.all-caps.white {
  color: var(--white);
  font-size: 1.8rem;
}

.h3-600.all-caps.white.product-currency-symbol {
  margin-bottom: 3px;
}

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

.h1-small-600.mg20 {
  margin-bottom: 20px;
}

.h1-medio-700 {
  color: var(--black-2);
  text-transform: uppercase;
  width: 100%;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.div-margin-40px {
  width: 100%;
  margin-bottom: 40px;
}

.div-margin-40px.center {
  text-align: center;
}

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

.h2-small-600.mg20 {
  margin-bottom: 20px;
}

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

.link-text:hover {
  color: var(--blue-secundary);
}

.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-hero {
  z-index: 1;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
  position: absolute;
  inset: auto;
}

.background-video-hero {
  width: 100%;
  height: 100vh;
  position: static;
}

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

.div-grid-statistics {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
}

.div-statistics {
  grid-row-gap: 15px;
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 100%;
  padding: 20px;
  display: flex;
}

.h4-800 {
  color: var(--black-2);
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
}

.h4-800.center {
  color: var(--blue-primary);
  text-align: center;
  line-height: 1;
}

.h4-800.mg20 {
  margin-bottom: 20px;
}

.div-block-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.div-icon {
  color: #b6b6b6;
  width: 50px;
  height: 50px;
  display: flex;
}

.container-items {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 80vh;
  display: flex;
}

.section-conversion {
  background-color: var(--blue-secundary);
}

.div-block-3 {
  z-index: 2;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  display: flex;
  position: absolute;
  inset: auto;
}

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

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

.link-regular-button-consultation {
  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-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-consultation:hover {
  border-color: var(--blue-secundary);
  background-color: var(--blue-secundary);
}

.div-block-6 {
  flex-direction: column;
  display: flex;
}

.div-logo-construreal {
  height: 100px;
}

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

.modal-form {
  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 30px;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 5px #0003;
}

.checkbox-label {
  color: #fff;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 300;
}

.text-seccess-en {
  color: var(--white);
  text-align: center;
}

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

.text-seccess-es {
  color: var(--white);
  text-align: center;
}

.text-error-es {
  color: var(--black-2);
  text-align: center;
}

.hero-rail-2 {
  overflow: hidden;
}

.hero-rail-2.up {
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: relative;
}

.grid-hero-agency-2 {
  grid-column-gap: 6em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 100vh;
}

.track-03 {
  height: 300vh;
}

.image-26, .image-32, .image-34 {
  border-radius: 5px;
}

.heading-flex-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.image-31, .image-33, .image-35, .image-29, .image-36, .image-37, .image-30 {
  border-radius: 5px;
}

.hero-container {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.hero-agency-02 {
  background-color: #071422;
  justify-content: space-between;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.hero-agency {
  z-index: 9;
  grid-row-gap: 25px;
  text-align: center;
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-25 {
  border-radius: 5px;
}

.div-block {
  width: 900px;
}

.div-logo-2 {
  width: auto;
  max-width: 250px;
}

.image-27, .image-28 {
  border-radius: 5px;
}

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

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

.wide-container-3.padding-bottom-large {
  z-index: 1;
  background-color: #f0f0f0;
  justify-content: center;
  max-width: none;
  margin-bottom: 0;
  padding: 100px 6%;
  display: flex;
}

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

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

.inline-link-2.category {
  color: var(--black-2);
  font-size: 20px;
}

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

.main-heading-2 {
  grid-row-gap: 5px;
  color: #071422;
  letter-spacing: -.04em;
  text-transform: uppercase;
  flex-direction: column;
  font-family: Poppins, sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: .9;
  display: flex;
}

.main-heading-2.spaces {
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  color: var(--black-2);
  flex-direction: column;
  align-items: center;
  font-size: 3.5em;
  font-weight: 600;
  display: flex;
}

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

.bold-text-2 {
  color: #2185f5;
  font-size: 2em;
  font-weight: 800;
}

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

.header-page-2 {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 55em;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  display: block;
}

.link-regular-button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #2185f5;
  border: 1px solid #2185f5;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 25px 45px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-regular-button-2:hover {
  background-color: #2169ba;
  border-color: #2169ba;
}

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

.div-category {
  grid-column-gap: 20px;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

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

.back-video-devices {
  z-index: 1;
  width: 100%;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}

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

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

.main-paragraph-3 {
  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-3.features {
  text-align: left;
  font-size: 1.2rem;
}

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

.sticky-work-link-2 {
  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;
}

.work-link-2 {
  color: #000;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list-2 {
  margin-bottom: 5px;
  margin-left: 0;
}

.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.text-card {
  color: #999;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.sticky-section-wrapper-2 {
  z-index: 5;
  background-color: #071422;
  position: relative;
}

.div-devices {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 520px;
  height: 320px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 5% auto auto;
}

.div-backgroud-color-back {
  color: #071422;
  background-color: #060b16;
  position: absolute;
  inset: 0%;
}

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

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

.inner-work-link-2 {
  z-index: 2;
  grid-row-gap: 15px;
  color: #fff;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto auto auto 8%;
}

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

.section-5.bg-green {
  background-color: #2185f5;
  height: 100vh;
}

.div-backgroud-color-blue-more {
  background-color: #2169ba;
  position: absolute;
  inset: 0%;
}

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

.section-sticky-h-2 {
  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;
}

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

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

.track-6.s {
  z-index: 6;
  min-height: 180vh;
}

.h-overflow {
  text-transform: uppercase;
  position: relative;
}

.h-overflow.features {
  text-align: left;
  margin-bottom: 10px;
  font-size: 3rem;
}

.div-container-pricing {
  flex-direction: column;
  max-width: 1280px;
  display: flex;
}

.main-paragraph-4 {
  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-4.card {
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.pricing-comparison {
  background-color: #f0f0f0;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 150px 6% 120px;
  display: flex;
}

.html-embed-2 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 8px;
  display: flex;
}

.tab-link-tab-1-2 {
  color: #0a1c2f;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.tab-link-tab-1-2.w--current {
  color: #fff;
  background-color: #0a1c2f;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 20px;
  display: flex;
  box-shadow: 0 2px 30px #0003;
}

.text-pricing {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2em;
}

.pricing-title {
  color: #2185f5;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 33px;
  font-weight: 900;
  line-height: 1.2em;
}

.comparison-title {
  color: #071422;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1.5rem;
  font-weight: 600;
}

.comparison-title.maas {
  text-align: center;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.tab-link-tab-2-2 {
  color: #0a1c2f;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.tab-link-tab-2-2.w--current {
  color: #fff;
  background-color: #071422;
  box-shadow: 0 2px 30px #0003;
}

.row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: .5px solid #0714221a;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-row.text {
  grid-template-columns: 1.5fr;
}

.tab-link-tab-3 {
  color: #0a1c2f;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.tab-link-tab-3.w--current {
  color: #fff;
  background-color: #071422;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.container-table {
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
}

.comparison-positive {
  filter: blur(5px);
  color: #2185f5;
  padding-left: 24px;
  font-size: 23px;
  font-weight: 600;
}

.link-regular-button-3 {
  color: #fff;
  text-transform: uppercase;
  background-color: #2185f5;
  border: 1px solid #2185f5;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 25px 45px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-regular-button-3:hover {
  background-color: #2169ba;
  border-color: #2169ba;
}

.comparison-negative {
  color: #0a1c2f;
  padding-left: 24px;
  font-size: 20px;
}

.comparison-negative.negrita {
  font-weight: 600;
}

.tabs-menu-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-regular-button-call {
  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: 200px;
  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-call:hover {
  border-color: var(--blue-secundary);
  background-color: var(--blue-secundary);
}

.link-regular-button-call.es {
  width: 300px;
}

.pop-up-form-art, .pop-up-form-marketing, .pop-up-form-retail, .pop-up-form-human-resources, .pop-up-form-real-estate {
  z-index: 999;
  perspective: 1000px;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 24px;
  display: none;
  position: fixed;
}

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

.back-video-avatar-v2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.back-video-page-events, .back-video-360-tour, .back-video-streaming, .back-video-meeting {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.back-video-spaces {
  width: 100%;
}

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

.text-new {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 14px;
  font-weight: 600;
}

.section-iframe {
  margin-top: 95px;
}

.container-iframe {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  display: flex;
}

.div-ireame-escene {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vw;
  display: flex;
}

.html-embed-escene {
  width: 100vw;
  height: 100vh;
}

.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: 100vh;
  padding-top: 100px;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: relative;
  top: 0;
}

.bold-text-tc {
  text-transform: uppercase;
}

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

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

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

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

.link-regular-button-4 {
  color: #fff;
  text-transform: uppercase;
  background-color: #2185f5;
  border: 1px solid #2185f5;
  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-4:hover {
  background-color: #2169ba;
  border-color: #2169ba;
}

.link-regular-button-4.white {
  color: #2185f5;
  background-color: #fff;
  border-color: #fff;
  width: auto;
}

.link-regular-button-4.white:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.grid-pricing {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 40px;
}

.card-pricing {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 35px;
  display: flex;
  box-shadow: 0 2px 10px #00000026;
}

.card-pricing.enterprise {
  background-color: var(--white-smoke);
}

.div-option-pricing {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.type-plan {
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.h5 {
  color: var(--black-2);
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 600;
}

.price {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--midnight-blue);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container-what-plan {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container-option {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-text-capacity {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2px;
  display: flex;
}

.h6 {
  color: var(--black-2);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}

.label {
  color: var(--grey);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.label.semiblod {
  font-weight: 600;
}

.embed-icon-pricing {
  margin-right: 10px;
}

.div-buttom {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.container-ready-more {
  width: 100%;
}

.card-ready-more {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 2px 10px #00000026;
}

.div-text-ready {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  display: flex;
}

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

.pop-up-form-pricing.contact1, .pop-up-form-pricing.contact2 {
  display: none;
}

.button-pricing {
  z-index: 1;
  border: 2px solid var(--blue-primary);
  color: var(--blue-primary);
  text-transform: uppercase;
  background-color: #3898ec00;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 4rem;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  position: relative;
  inset: auto;
}

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

.div-text-100 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .uppercase-h-small-2.hero {
    font-weight: 600;
  }
}

@media screen and (min-width: 1440px) {
  .cube-portrait {
    right: 200px;
  }

  .contact-wrapper {
    padding-left: 100px;
    padding-right: 50px;
  }

  .contact-info {
    padding-left: 50px;
    padding-right: 100px;
  }

  .work-link {
    width: 80vw;
  }

  .inner-work-link {
    width: 500px;
  }

  .contact-wrappe {
    padding-left: 100px;
    padding-right: 50px;
  }

  .div-text-slider-sticky {
    width: 500px;
  }

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

  .work-link-2 {
    width: 80vw;
  }

  .div-devices {
    width: 700px;
    height: 420px;
  }

  .html-embed {
    width: 500px;
  }

  .inner-work-link-2 {
    width: 550px;
  }
}

@media screen and (min-width: 1920px) {
  .section.contact {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .hero-agency-01 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cube-portrait {
    right: 255px;
  }

  .wide-container.gap {
    grid-row-gap: 60px;
    max-width: 1400px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .black-bg-content {
    justify-content: center;
  }

  .inner-grid-content {
    max-width: 1200px;
  }

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

  .link-wrapper {
    border-bottom: 1px solid #0000;
  }

  .link-wrapper:hover {
    border-bottom-color: var(--white);
  }

  .contact-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 200px;
    padding-right: 150px;
  }

  .contact-info {
    padding-left: 200px;
    padding-right: 200px;
  }

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

  .div-hero {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-iframe {
    height: 600px;
  }

  .bold-text-5 {
    font-size: 1em;
  }

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

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

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

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

  .work-link {
    width: 80vw;
    height: 90vh;
  }

  .content-intro {
    justify-content: flex-start;
  }

  .contact-wrappe {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 200px;
    padding-right: 150px;
  }

  .testimonial-card-three {
    box-shadow: none;
  }

  .div-grid-statistics {
    flex-direction: column;
  }

  .section-conversion {
    display: block;
  }

  .heading-flex-wrapper {
    height: 100%;
  }

  .hero-container {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .work-link-2 {
    height: 90vh;
  }

  .div-devices {
    width: 920px;
    height: 600px;
    right: 3%;
  }

  .html-embed {
    width: 600px;
  }

  .tab-link-tab-1-2, .tab-link-tab-1-2.w--current {
    width: 100%;
  }

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

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

  .section.contact {
    height: 100%;
  }

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

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

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

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

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

  .button {
    padding: 18px 40px;
  }

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

  .our-solutions {
    width: 100%;
    height: auto;
  }

  .horizontal-wrapper {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .h-cube-wrapper {
    border: 3px solid #000;
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .flip-cube {
    flex: 0 auto;
    height: 45em;
  }

  .nav-w {
    padding: 0 0;
  }

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

  .hero-rail {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .hero-rail.up {
    display: none;
  }

  .rail {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .rail-reverse {
    width: 100%;
    min-height: auto;
  }

  .cube-portrait {
    width: 30em;
    height: 10em;
    display: block;
  }

  .cube-p-3 {
    flex-direction: row;
    display: flex;
  }

  .h-medium {
    font-size: 6em;
  }

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

  .grid-hero-agency {
    grid-row-gap: 0em;
    grid-template-columns: 1fr 1fr;
  }

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

  .header-page {
    align-items: center;
  }

  .link-regular-button, .link-regular-button.contact {
    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;
  }

  .inner-grid-content {
    align-self: center;
    width: 100%;
  }

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

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

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

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

  .contact-wrapper {
    align-items: center;
    width: 100%;
    min-height: auto;
    padding: 10em 100px 6em;
  }

  .contact-address {
    min-height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-info {
    align-items: center;
    width: 100%;
    padding: 6em 100px;
  }

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

  .grid-top {
    grid-row-gap: 35px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-iframe {
    height: 400px;
  }

  .div-icons-iframe {
    display: none;
  }

  .div-text-art {
    position: static;
  }

  .div-paragraph {
    align-items: center;
  }

  .div-contact {
    grid-row-gap: 0px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .tabs-menu {
    justify-content: center;
  }

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

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

  .work-link {
    height: 90vh;
  }

  .div-mask {
    display: none;
  }

  .inner-work-link {
    align-items: center;
    inset: auto auto 10%;
  }

  .section-3 {
    width: 100%;
  }

  .section-3.bg-white, .section-3.bg-white._100vh {
    height: 100%;
  }

  .back-video-avatar-v1 {
    display: none;
  }

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

  .uppercase-h-small-2.hero.white, .main-paragraph-black {
    text-align: center;
  }

  .contact-wrappe {
    align-items: center;
    width: 100%;
    min-height: auto;
    padding: 10em 100px 6em;
  }

  .container-success {
    max-width: 728px;
  }

  .h1-big-900 {
    text-align: center;
    width: 100%;
    font-size: 5rem;
  }

  .h1-big-900.left {
    text-align: center;
  }

  .h1-big-900.left.esp {
    text-align: center;
    width: 100%;
    font-size: 4rem;
  }

  .h1-big-900.white {
    font-size: 4.5rem;
  }

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

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

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

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

  .div-text-hero {
    padding-left: 6%;
    padding-right: 6%;
  }

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

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

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

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

  .h4-800.mg20 {
    text-align: center;
  }

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

  .div-block-3 {
    padding: 50px 6%;
  }

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

  .hero-rail-2, .hero-rail-2.up {
    display: none;
  }

  .grid-hero-agency-2 {
    grid-template-columns: 1fr 1fr;
  }

  .track-03, .hero-agency-02 {
    height: auto;
  }

  .section-4 {
    width: 100%;
  }

  .hero-agency {
    align-items: center;
    width: 100%;
    min-height: 100vh;
  }

  .div-block {
    width: 100%;
  }

  .wide-container-3.padding-bottom-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

  .main-heading-2.spaces {
    font-size: 2em;
  }

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

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

  .qr-code {
    display: none;
  }

  .main-paragraph-3.features, .list-item-3 {
    text-align: center;
  }

  .work-link-2 {
    height: 90vh;
  }

  .list-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .small-p-2.hp.text-card {
    text-align: center;
    font-size: 12px;
  }

  .div-devices {
    margin-bottom: 140px;
    inset: auto;
  }

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

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

  .inner-work-link-2 {
    align-items: center;
    inset: auto auto 10%;
  }

  .section-5 {
    width: 100%;
  }

  .div-iframe-qrcode {
    inset: auto;
  }

  .h-overflow.features {
    text-align: center;
    font-size: 2rem;
  }

  .div-container-pricing {
    width: 100%;
  }

  .main-paragraph-4.card {
    font-size: 1rem;
  }

  .html-embed-2 {
    width: 54%;
  }

  .text-pricing {
    font-size: 35px;
  }

  .pricing-title {
    text-align: center;
    font-size: 25px;
  }

  .comparison-title {
    font-size: 1.2rem;
  }

  .container-table {
    max-width: 728px;
  }

  .comparison-positive {
    font-size: 20px;
  }

  .comparison-negative {
    font-size: 18px;
  }

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

  .div-mask-vertical, .back-video-avatar-v2 {
    display: block;
  }

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

  .grid-pricing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 60%;
  }

  .container-ready-more {
    width: 60%;
  }

  .div-text-ready {
    width: 70%;
  }

  .button-pricing {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper {
    align-self: center;
    padding-right: 0;
  }

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

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

  .h-large.white {
    font-size: 80px;
  }

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

  .hero-agency-01 {
    flex-direction: column;
  }

  .cube-portrait {
    display: block;
  }

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

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

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

  .inner-grid-content {
    align-items: center;
  }

  .custom-form {
    justify-content: center;
    display: flex;
  }

  .contact-wrapper, .contact-info {
    padding-left: 50px;
    padding-right: 50px;
  }

  .grid-top {
    grid-row-gap: 30px;
    justify-items: stretch;
    width: 100%;
  }

  .div-icons-iframe {
    grid-column-gap: 15px;
  }

  .form {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .div-contact {
    width: 100%;
  }

  .image-23 {
    width: 250px;
  }

  .language-switch {
    display: none;
  }

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

  .div-newsletter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .login-button {
    display: none;
  }

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

  .tab-link-tab-2 {
    margin-left: 0;
  }

  .tabs-menu {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

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

  .main-paragraph-2.histiries {
    font-size: 1.3rem;
  }

  .work-link {
    width: 90vw;
    height: 100vw;
  }

  .inner-work-link {
    grid-row-gap: 10px;
    width: 80%;
  }

  .uppercase-h-small-2.hero {
    font-size: 1.4rem;
  }

  .main-paragraph-black {
    font-size: 16px;
  }

  .contact-wrappe {
    padding-left: 50px;
    padding-right: 50px;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .h1-big-900.left.esp {
    font-size: 4rem;
  }

  .h1-big-900.white {
    font-size: 3.5rem;
  }

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

  .h1-medio-700 {
    font-size: 3.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;
  }

  .inline-link-2.category {
    font-size: 18px;
  }

  .main-heading-2.spaces {
    font-size: 1.5em;
  }

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

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

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

  .list-item-3 {
    text-align: center;
  }

  .work-link-2 {
    width: 90vw;
    height: 100vw;
  }

  .div-devices {
    width: 100%;
    height: 50%;
    margin-bottom: 120px;
  }

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

  .inner-work-link-2 {
    grid-row-gap: 10px;
    width: 80%;
  }

  .pricing-comparison {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-pricing, .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .comparison-positive {
    font-size: 18px;
  }

  .comparison-negative {
    padding-left: 10px;
    font-size: 16px;
  }

  .tabs-menu-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .ws {
    padding-left: 0;
  }

  .grid-pricing {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 80%;
  }

  .container-ready-more, .div-text-ready {
    width: 80%;
  }
}

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

  .section.contact {
    height: 100%;
  }

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

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

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

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

  .uppercase-small {
    font-size: .8em;
  }

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

  .h-large.white {
    font-size: 30px;
    font-weight: 600;
  }

  .h-large.white.es {
    font-size: 28px;
  }

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

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

  .hero-rail.up {
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .rail {
    min-height: 70vh;
  }

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

  .cube-portrait {
    width: 70vw;
    height: 8vh;
  }

  .cube-p-wrapper {
    transform: none;
  }

  .cube-p-1 {
    transform: translate3d(0, 0, 35vw);
  }

  .cube-p-2 {
    transform: translate3d(0, 0, 35vw)rotateX(0)rotateY(90deg)rotateZ(0);
  }

  .cube-p-3 {
    transform: translate3d(0, 0, -35vw);
  }

  .cube-p-4 {
    transform: translate3d(0, 0, 35vw)rotateX(0)rotateY(-90deg)rotateZ(0);
  }

  .h-medium {
    font-size: 4em;
  }

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

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

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

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

  .wide-container.padding-bottom-large {
    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;
  }

  .grid-hero-agency {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    height: 100vh;
  }

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

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

  .header-page {
    align-items: center;
  }

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

  .link-regular-button.contact {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .link-regular-button.footer, .link-regular-button.white {
    width: 100%;
  }

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

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

  .inner-grid-content {
    grid-row-gap: 2em;
    align-items: center;
  }

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

  .padding-bottom-large {
    padding-bottom: 6em;
  }

  .text-field.outline.footer {
    font-size: 14px;
  }

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

  .contact-info {
    flex-direction: column;
    align-items: center;
    padding: 50px 16px;
  }

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

  .grid-top {
    grid-row-gap: 25px;
  }

  .div-iframe {
    height: 350px;
  }

  .icon {
    width: 24px;
    height: 24px;
  }

  .div-icons-iframe {
    grid-column-gap: 15px;
    justify-content: flex-end;
    padding-right: 0;
    top: -35px;
  }

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

  .link-block {
    top: 3%;
  }

  .div-paragraph {
    align-items: center;
  }

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

  .div-newsletter {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .login-button {
    display: none;
  }

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

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

  .user-button {
    display: none;
  }

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

  .tab-link-tab-1 {
    width: 100%;
  }

  .tab-link-tab-1.w--current {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    display: flex;
  }

  .tab-link-tab-2 {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    display: flex;
  }

  .tabs-menu {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .tabs {
    width: 100%;
  }

  .tabs-content {
    margin-top: 50px;
  }

  .list {
    font-size: 16px;
  }

  .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, .main-paragraph-2.conversion {
    font-size: 14px;
  }

  .main-paragraph-2.histiries {
    font-size: 1.2rem;
  }

  .work-link {
    width: 100%;
    height: 80%;
  }

  .content-intro {
    height: auto;
    padding-bottom: 100px;
  }

  .track-5.s {
    min-height: 100vh;
  }

  .uppercase-h-small-2.hero {
    font-size: 1rem;
  }

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

  .main-paragraph-black.p-600 {
    font-size: 1.3rem;
  }

  .contact-wrappe {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-success {
    max-width: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .h1-big-900 {
    font-size: 2.7rem;
  }

  .h1-big-900.left {
    font-size: 3.5rem;
  }

  .h1-big-900.left.esp {
    font-size: 3rem;
  }

  .h1-big-900.white {
    font-size: 2.2rem;
  }

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

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

  .h3-200.white.center, .h3-200.center {
    font-size: 1.5rem;
  }

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

  .h3-600.all-caps, .h3-600.all-caps.white {
    font-size: 1.5rem;
  }

  .h3-600.all-caps.white.product-currency-symbol {
    margin-bottom: 2px;
    font-size: 1.2rem;
  }

  .h3-600.all-caps.white.product-currency {
    font-size: 1rem;
  }

  .h1-small-600, .h1-medio-700 {
    font-size: 2rem;
  }

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

  .div-text-hero {
    width: 100%;
  }

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

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

  .h4-800.center {
    font-size: 2.5rem;
  }

  .h4-800.mg20 {
    font-size: 1.4rem;
  }

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

  .div-logo-construreal {
    height: 100%;
  }

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

  .checkbox-label {
    font-size: .8rem;
  }

  .hero-rail-2.up {
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-hero-agency-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    height: 100vh;
  }

  .heading-flex-wrapper {
    justify-content: space-around;
    padding-top: 10px;
  }

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

  .hero-agency {
    min-height: auto;
    padding-top: 8em;
    padding-bottom: 4em;
  }

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

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

  .main-heading-2 {
    font-size: 32px;
  }

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

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

  .div-category {
    flex-direction: column;
    align-items: center;
  }

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

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

  .main-paragraph-3 {
    column-count: 1;
    font-size: 16px;
  }

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

  .work-link-2 {
    width: 100%;
    height: 80%;
  }

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

  .div-devices {
    height: 35%;
    margin-bottom: 120px;
  }

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

  .track-6.s {
    min-height: 100vh;
  }

  .main-paragraph-4 {
    column-count: 1;
    font-size: 16px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .row-main {
    grid-column-gap: 20px;
  }

  .comparison-row {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container-table {
    max-width: none;
  }

  .comparison-positive {
    background-image: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 18px;
  }

  .comparison-negative {
    text-align: center;
    background-image: none;
    padding-left: 0;
    font-size: 16px;
  }

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

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

  .text-button {
    font-size: 16px;
  }

  .text-new {
    font-size: 12px;
  }

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

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

  .ws {
    display: none;
    right: 0;
  }

  .ws.w--current {
    justify-content: flex-end;
    display: flex;
  }

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

  .link-regular-button-4.white, .grid-pricing {
    width: 100%;
  }

  .h5.product-name {
    font-size: 1.2rem;
  }

  .price {
    height: 80px;
  }

  .container-what-plan {
    width: 90%;
  }

  .h6 {
    font-size: .9rem;
  }

  .div-buttom {
    width: 80%;
  }

  .container-ready-more {
    width: 100%;
  }

  .div-text-ready {
    width: 85%;
  }
}

#w-node-_7484683f-3710-1920-14c7-52088ffa4de7-dc64e3d1, #w-node-_43fcea73-26a2-15f5-b314-96747f9f7a62-dc64e3d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7df968c5-f1f9-6580-672a-cafb47dae9b6-47dae9a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7df968c5-f1f9-6580-672a-cafb47dae9bf-47dae9a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7df968c5-f1f9-6580-672a-cafb47dae9c3-47dae9a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7f47e12f-95bc-6117-f431-1f88f9f550bd-dc64e415 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_7f47e12f-95bc-6117-f431-1f88f9f550c8-dc64e415 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_7f47e12f-95bc-6117-f431-1f88f9f550bd-dc64e416 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_7f47e12f-95bc-6117-f431-1f88f9f550c8-dc64e416 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1e6950d3-aed7-d10f-728f-f0fe6a3117c2-6a3117af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1e6950d3-aed7-d10f-728f-f0fe6a3117cb-6a3117af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e6950d3-aed7-d10f-728f-f0fe6a3117cf-6a3117af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c47bfb9f-410b-0d56-7870-012ea2ba4e5f-dc64e417 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c47bfb9f-410b-0d56-7870-012ea2ba4e6a-dc64e417 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#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-1e8570046a95-70046a6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_2fa3134f-3335-fd93-58a8-5b9e098f3255-dc64e418 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_8264fc67-fff9-3d83-fe3e-97ce69e2b140-dc64e418 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2fa3134f-3335-fd93-58a8-5b9e098f3255-dc64e419 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_8264fc67-fff9-3d83-fe3e-97ce69e2b140-dc64e419 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2fa3134f-3335-fd93-58a8-5b9e098f3255-dc64e41a {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_8264fc67-fff9-3d83-fe3e-97ce69e2b140-dc64e41a, #w-node-cc805178-4728-8749-972a-e8773fec38ab-dc64e41b, #w-node-cc805178-4728-8749-972a-e8773fec38b7-dc64e41b, #w-node-cc805178-4728-8749-972a-e8773fec38c3-dc64e41b, #w-node-cc805178-4728-8749-972a-e8773fec38d0-dc64e41b, #w-node-cc805178-4728-8749-972a-e8773fec38dc-dc64e41b, #w-node-cc805178-4728-8749-972a-e8773fec38e8-dc64e41b, #w-node-_3b590030-1505-ce04-8387-d4f97e7262db-dc64e41c, #w-node-_3b590030-1505-ce04-8387-d4f97e7262e7-dc64e41c, #w-node-_3b590030-1505-ce04-8387-d4f97e7262f3-dc64e41c, #w-node-_3b590030-1505-ce04-8387-d4f97e726300-dc64e41c, #w-node-_3b590030-1505-ce04-8387-d4f97e72630c-dc64e41c, #w-node-_3b590030-1505-ce04-8387-d4f97e726318-dc64e41c, #w-node-_15d211bf-3f9b-94d4-e9da-7c1ef9e1095d-dc64e41d, #w-node-_15d211bf-3f9b-94d4-e9da-7c1ef9e10969-dc64e41d, #w-node-_15d211bf-3f9b-94d4-e9da-7c1ef9e10975-dc64e41d, #w-node-_15d211bf-3f9b-94d4-e9da-7c1ef9e10982-dc64e41d, #w-node-_15d211bf-3f9b-94d4-e9da-7c1ef9e1098e-dc64e41d, #w-node-_15d211bf-3f9b-94d4-e9da-7c1ef9e1099a-dc64e41d, #w-node-d3a02a9b-1e7e-a029-9c21-fed92cdb7784-dc64e434, #w-node-_43fcea73-26a2-15f5-b314-96747f9f7a62-dc64e434 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aec123c3-c931-94b0-d727-75b29055605c-dc64e435 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-aec123c3-c931-94b0-d727-75b290556064-dc64e435 {
  justify-self: center;
}

#w-node-aec123c3-c931-94b0-d727-75b290556066-dc64e435 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-aec123c3-c931-94b0-d727-75b290556071-dc64e435 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#oficina.w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d022-dc64e435, #w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d028-dc64e435, #w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d02e-dc64e435, #stand.w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d034-dc64e435, #w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d03a-dc64e435, #w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d040-dc64e435, #feria.w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d046-dc64e435, #w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d04c-dc64e435, #w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d052-dc64e435, #arte.w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d058-dc64e435, #arte.w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d05e-dc64e435, #arte.w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d064-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18284-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18286-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18289-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18293-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18295-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18298-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182a2-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182a4-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182a7-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182b1-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182b3-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182b6-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182c0-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182c2-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182c5-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182c7-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182ca-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182cc-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182d4-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182d6-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182d9-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182e3-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182e5-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182e8-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182f2-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182f4-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182f7-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18301-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18303-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18306-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18310-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18312-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18315-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18317-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a1831a-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a1831c-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a1831f-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18322-dc64e435, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18325-dc64e435 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aec123c3-c931-94b0-d727-75b29055605c-dc64e436 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-aec123c3-c931-94b0-d727-75b290556064-dc64e436 {
  justify-self: center;
}

#w-node-aec123c3-c931-94b0-d727-75b290556066-dc64e436 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-aec123c3-c931-94b0-d727-75b290556071-dc64e436 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#oficina.w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d022-dc64e436, #w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d028-dc64e436, #w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d02e-dc64e436, #stand.w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d034-dc64e436, #w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d03a-dc64e436, #w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d040-dc64e436, #feria.w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d046-dc64e436, #w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d04c-dc64e436, #w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d052-dc64e436, #arte.w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d058-dc64e436, #arte.w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d05e-dc64e436, #arte.w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d064-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18284-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18286-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18289-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18293-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18295-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18298-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182a2-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182a4-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182a7-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182b1-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182b3-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182b6-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182c0-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182c2-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182c5-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182c7-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182ca-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182cc-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182d4-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182d6-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182d9-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182e3-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182e5-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182e8-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182f2-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182f4-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182f7-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18301-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18303-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18306-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18310-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18312-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18315-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18317-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a1831a-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a1831c-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a1831f-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18322-dc64e436, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18325-dc64e436 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aec123c3-c931-94b0-d727-75b29055605c-dc64e437 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-aec123c3-c931-94b0-d727-75b290556064-dc64e437 {
  justify-self: center;
}

#w-node-aec123c3-c931-94b0-d727-75b290556066-dc64e437 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-aec123c3-c931-94b0-d727-75b290556071-dc64e437 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#oficina.w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d022-dc64e437, #w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d028-dc64e437, #w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d02e-dc64e437, #stand.w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d034-dc64e437, #w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d03a-dc64e437, #w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d040-dc64e437, #feria.w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d046-dc64e437, #w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d04c-dc64e437, #w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d052-dc64e437, #arte.w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d058-dc64e437, #arte.w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d05e-dc64e437, #arte.w-node-_8053d65c-93fe-dfbe-ed59-80a7bf13d064-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18284-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18286-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18289-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18293-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18295-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18298-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182a2-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182a4-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182a7-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182b1-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182b3-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182b6-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182c0-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182c2-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182c5-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182c7-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182ca-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182cc-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182d4-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182d6-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182d9-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182e3-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182e5-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182e8-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182f2-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182f4-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a182f7-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18301-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18303-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18306-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18310-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18312-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18315-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18317-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a1831a-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a1831c-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a1831f-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18322-dc64e437, #w-node-_47e8c37b-45bf-db12-74e8-fa8aa6a18325-dc64e437, #w-node-d3a02a9b-1e7e-a029-9c21-fed92cdb7784-dc64e438, #w-node-_43fcea73-26a2-15f5-b314-96747f9f7a62-dc64e438 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_510fbf66-1849-82bb-539d-f30cb24e9a87-dc64e43a {
  justify-self: center;
}

#w-node-a7356fea-f51a-d1ef-d73d-15bb086111d1-dc64e43a, #w-node-e1077d82-1ec0-e277-f370-f40166cfb2dd-dc64e43a, #w-node-d37526a0-1c4b-433f-0fcd-829a2945066e-dc64e43a, #w-node-_815dc494-5dde-7ccb-76f5-5d7dfb4f074f-dc64e43a, #w-node-_815dc494-5dde-7ccb-76f5-5d7dfb4f0759-dc64e43a, #w-node-_815dc494-5dde-7ccb-76f5-5d7dfb4f0763-dc64e43a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_510fbf66-1849-82bb-539d-f30cb24e9a87-dc64e43b {
  justify-self: center;
}

#w-node-a7356fea-f51a-d1ef-d73d-15bb086111d1-dc64e43b, #w-node-e1077d82-1ec0-e277-f370-f40166cfb2dd-dc64e43b, #w-node-d37526a0-1c4b-433f-0fcd-829a2945066e-dc64e43b, #w-node-_815dc494-5dde-7ccb-76f5-5d7dfb4f074f-dc64e43b, #w-node-_815dc494-5dde-7ccb-76f5-5d7dfb4f0759-dc64e43b, #w-node-_815dc494-5dde-7ccb-76f5-5d7dfb4f0763-dc64e43b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_510fbf66-1849-82bb-539d-f30cb24e9a87-dc64e43c {
  justify-self: center;
}

#w-node-a7356fea-f51a-d1ef-d73d-15bb086111d1-dc64e43c, #w-node-e1077d82-1ec0-e277-f370-f40166cfb2dd-dc64e43c, #w-node-d37526a0-1c4b-433f-0fcd-829a2945066e-dc64e43c, #w-node-_815dc494-5dde-7ccb-76f5-5d7dfb4f074f-dc64e43c, #w-node-_815dc494-5dde-7ccb-76f5-5d7dfb4f0759-dc64e43c, #w-node-_815dc494-5dde-7ccb-76f5-5d7dfb4f0763-dc64e43c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_43fcea73-26a2-15f5-b314-96747f9f7a62-dc64e3d1 {
    order: -9999;
  }

  #w-node-_7df968c5-f1f9-6580-672a-cafb47dae9b6-47dae9a5 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_7df968c5-f1f9-6580-672a-cafb47dae9bf-47dae9a5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7df968c5-f1f9-6580-672a-cafb47dae9c3-47dae9a5 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_7f47e12f-95bc-6117-f431-1f88f9f550bd-dc64e415 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7f47e12f-95bc-6117-f431-1f88f9f550c8-dc64e415 {
    grid-row: 2 / 3;
    grid-column-end: 3;
    align-self: start;
  }

  #w-node-_7f47e12f-95bc-6117-f431-1f88f9f550bd-dc64e416 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7f47e12f-95bc-6117-f431-1f88f9f550c8-dc64e416 {
    grid-row: 2 / 3;
    grid-column-end: 3;
    align-self: start;
  }

  #w-node-_1e6950d3-aed7-d10f-728f-f0fe6a3117c2-6a3117af {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_1e6950d3-aed7-d10f-728f-f0fe6a3117cb-6a3117af {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1e6950d3-aed7-d10f-728f-f0fe6a3117cf-6a3117af {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-c47bfb9f-410b-0d56-7870-012ea2ba4e5f-dc64e417 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c47bfb9f-410b-0d56-7870-012ea2ba4e6a-dc64e417 {
    grid-row: 2 / 3;
    grid-column-end: 3;
    align-self: start;
  }

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

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

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

  #w-node-_2fa3134f-3335-fd93-58a8-5b9e098f3255-dc64e418, #w-node-_2fa3134f-3335-fd93-58a8-5b9e098f3255-dc64e419, #w-node-_2fa3134f-3335-fd93-58a8-5b9e098f3255-dc64e41a {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_43fcea73-26a2-15f5-b314-96747f9f7a62-dc64e434 {
    order: -9999;
  }

  #w-node-aec123c3-c931-94b0-d727-75b29055605c-dc64e435 {
    grid-column-end: 3;
  }

  #w-node-aec123c3-c931-94b0-d727-75b290556066-dc64e435 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aec123c3-c931-94b0-d727-75b290556071-dc64e435 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-aec123c3-c931-94b0-d727-75b29055605c-dc64e436 {
    grid-column-end: 3;
  }

  #w-node-aec123c3-c931-94b0-d727-75b290556066-dc64e436 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aec123c3-c931-94b0-d727-75b290556071-dc64e436 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-aec123c3-c931-94b0-d727-75b29055605c-dc64e437 {
    grid-column-end: 3;
  }

  #w-node-aec123c3-c931-94b0-d727-75b290556066-dc64e437 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aec123c3-c931-94b0-d727-75b290556071-dc64e437 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_43fcea73-26a2-15f5-b314-96747f9f7a62-dc64e438 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7df968c5-f1f9-6580-672a-cafb47dae9bf-47dae9a5 {
    grid-column-end: 4;
  }

  #w-node-_7df968c5-f1f9-6580-672a-cafb47dae9c3-47dae9a5 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_7f47e12f-95bc-6117-f431-1f88f9f550bd-dc64e415 {
    grid-column-end: 2;
    align-self: start;
  }

  #w-node-_7f47e12f-95bc-6117-f431-1f88f9f550c8-dc64e415 {
    grid-column-start: 1;
  }

  #w-node-_7f47e12f-95bc-6117-f431-1f88f9f550bd-dc64e416 {
    grid-column-end: 2;
    align-self: start;
  }

  #w-node-_7f47e12f-95bc-6117-f431-1f88f9f550c8-dc64e416 {
    grid-column-start: 1;
  }

  #w-node-_1e6950d3-aed7-d10f-728f-f0fe6a3117cb-6a3117af {
    grid-column-end: 4;
  }

  #w-node-_1e6950d3-aed7-d10f-728f-f0fe6a3117cf-6a3117af {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-c47bfb9f-410b-0d56-7870-012ea2ba4e5f-dc64e417 {
    grid-column-end: 2;
    align-self: start;
  }

  #w-node-c47bfb9f-410b-0d56-7870-012ea2ba4e6a-dc64e417 {
    grid-column-start: 1;
  }

  #w-node-_9f442c5e-ce62-85c8-fcdf-1e8570046a95-70046a6f {
    grid-column-end: 4;
  }

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

  #w-node-aec123c3-c931-94b0-d727-75b290556064-dc64e435 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-aec123c3-c931-94b0-d727-75b290556066-dc64e435 {
    grid-column-end: 2;
    align-self: start;
  }

  #w-node-aec123c3-c931-94b0-d727-75b290556071-dc64e435 {
    grid-column-start: 2;
  }

  #w-node-aec123c3-c931-94b0-d727-75b290556064-dc64e436 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-aec123c3-c931-94b0-d727-75b290556066-dc64e436 {
    grid-column-end: 2;
    align-self: start;
  }

  #w-node-aec123c3-c931-94b0-d727-75b290556071-dc64e436 {
    grid-column-start: 2;
  }

  #w-node-aec123c3-c931-94b0-d727-75b290556064-dc64e437 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-aec123c3-c931-94b0-d727-75b290556066-dc64e437 {
    grid-column-end: 2;
    align-self: start;
  }

  #w-node-aec123c3-c931-94b0-d727-75b290556071-dc64e437 {
    grid-column-start: 2;
  }

  #w-node-_510fbf66-1849-82bb-539d-f30cb24e9a87-dc64e43a, #w-node-_510fbf66-1849-82bb-539d-f30cb24e9a87-dc64e43b, #w-node-_510fbf66-1849-82bb-539d-f30cb24e9a87-dc64e43c {
    grid-area: 2 / 1 / 3 / 4;
  }
}


