@font-face {
  font-family: Inter;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Migra;
  src: url('../fonts/Migra-Extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Monumentgrotesk;
  src: url('../fonts/MonumentGrotesk-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Monumentgrotesk;
  src: url('../fonts/MonumentGrotesk-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --border-radius--menu-wrapper: 100px;
  --border-radius--menu-link: 92px;
  --dark-brown: #2e2a27;
  --linen: #e8e2da;
  --nexourbano: #894336;
  --crisalida: #6e884e;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.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: #fff;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  letter-spacing: -.08em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.1;
  position: absolute;
  top: 20%;
}

p {
  margin-bottom: 10px;
  font-weight: 300;
}

a {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

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

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 1rem;
  display: flex;
}

.n-container {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.glass {
  object-fit: cover;
  border: 3px solid #ffffff42;
  border-radius: 100rem;
  width: 7rem;
  height: 7rem;
  position: absolute;
}

.page-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  position: static;
}

.menu-outer {
  z-index: 999999;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--border-radius--menu-wrapper);
  background-color: #1a1b1e66;
  border: 1px solid #222325;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 9px;
  display: flex;
  position: fixed;
  inset: auto auto 0%;
  overflow: visible;
}

.menu-inner {
  z-index: 9999;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--border-radius--menu-link);
  background-color: #1a1b1e;
  justify-content: space-between;
  width: auto;
  padding: 12px;
  display: flex;
  position: fixed;
  inset: auto auto 5%;
  overflow: auto;
}

.menu-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #222325;
  border-radius: 80px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 114.286%;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.menu-link:hover {
  background-color: #36353a;
}

.menu-link.w--current {
  opacity: .5;
  background-color: #424242;
  border-radius: 20px;
}

.menu-link.get-in-touch {
  background-color: #36353a;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.menu-link.get-in-touch:hover {
  color: #111;
  background-color: #fff;
}

.menu-expand {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #1a1b1e;
  border-radius: 23px;
  flex-direction: column;
  max-width: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.menu-expand-header {
  color: #313235;
  border-bottom: 1px solid #222325;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
  padding-bottom: 13px;
  font-size: 10px;
  line-height: 120%;
}

.menu-expand-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
  display: grid;
}

.menu-expand-link {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.menu-expand-link:hover {
  text-decoration: underline;
}

.heading {
  color: var(--dark-brown);
  text-align: center;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-family: Migra, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 200;
  line-height: .8;
  position: static;
}

.heading.white {
  color: var(--linen);
}

.italic-text {
  font-weight: 100;
}

.information {
  z-index: 9;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40em;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 0% 8em 0;
  display: flex;
  position: static;
  inset: 0%;
}

.paragraph {
  color: #666;
  text-align: center;
  font-family: Monumentgrotesk, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2em;
}

.paragraph.bold {
  margin-bottom: 0;
  font-family: Monumentgrotesk, Arial, sans-serif;
  font-weight: 500;
}

.paragraph.left {
  text-align: left;
  font-size: 1.2rem;
}

.tag {
  border: 1px solid #fff;
  border-radius: 100px;
  width: 240px;
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-weight: 300;
}

.section-white {
  background-color: var(--linen);
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.section-3 {
  position: static;
  inset: auto 0% 0%;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.section_black {
  background-color: #000;
  width: 100vw;
  height: 100vh;
  padding-left: 0;
}

.nav-bar {
  z-index: 9999;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--border-radius--menu-link);
  background-color: #27282a;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  display: flex;
  position: fixed;
  inset: auto auto 5%;
  overflow: auto;
}

.hero {
  z-index: 0;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60em;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0%;
  padding-left: 0;
  padding-right: 0%;
  display: flex;
  position: relative;
  inset: 0%;
}

.scroll_wrap {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.scroll_section {
  text-align: center;
  visibility: hidden;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding: 8px 6vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scroll_section.is-active {
  visibility: visible;
  width: auto;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  inset: 0%;
}

.scroll_section.is-active.black {
  background-color: #000;
}

.scroll_section.is-active {
  visibility: visible;
  inset: 0%;
}

.scroll_text {
  text-wrap: balance;
  max-width: 52ch;
  margin-top: 1.1rem;
  font-size: 1.2rem;
}

.scroll_text.is-number {
  color: #fa5835;
  margin-top: 0;
  margin-bottom: .7rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.scroll_title {
  color: var(--linen);
  letter-spacing: 0;
  text-transform: none;
  max-width: 18em;
  margin-left: auto;
  margin-right: auto;
  font-family: Migra, Arial, sans-serif;
  font-size: min(3rem, 9vw);
  font-weight: 200;
  line-height: 1;
}

.scroll_title.black {
  color: var(--dark-brown);
}

.u-color-secondary {
  color: #fa5835;
}

.text-block {
  color: var(--dark-brown);
  font-family: Monumentgrotesk, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1em;
}

.text-block.menos {
  padding-bottom: 0;
}

.text-block.white {
  color: var(--linen);
  margin-top: 24px;
}

.text-block.white:hover {
  opacity: .8;
  text-decoration: underline;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.scroll_title_h1 {
  color: var(--linen);
  letter-spacing: 0;
  text-transform: none;
  max-width: 16em;
  font-family: Migra, Arial, sans-serif;
  font-size: min(3rem, 9vw);
  font-weight: 200;
  line-height: 1;
}

.scroll_title_h1.black {
  color: var(--dark-brown);
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 9.9em;
  height: auto;
  margin-bottom: 24px;
  font-size: min(8rem, 16vw);
  line-height: .8;
  display: flex;
  position: static;
  inset: auto;
}

.scroll_title_h1.black.section {
  margin-bottom: 0;
  padding-bottom: 0;
}

.body {
  background-color: var(--linen);
}

.black {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navbar-text {
  opacity: 1;
  font-family: Monumentgrotesk, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1em;
}

.navbar-text.w--current {
  opacity: .33;
  color: var(--linen);
}

.image-2 {
  width: 100%;
  max-width: none;
  overflow: visible;
}

.div-block-2 {
  width: auto;
  max-width: 600px;
  max-height: 600px;
}

.sticker-01 {
  z-index: 99998;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.section-12 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.animations_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 6rem;
}

.pi_animation {
  background-color: #2a2a2a;
  justify-content: space-between;
  align-items: flex-end;
  height: 20rem;
  padding: 3rem;
  display: flex;
  transform: perspective(200px)perspective(200px)perspective(200px);
}

.container-8 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.text_bold {
  font-weight: 700;
}

.description_2-4 {
  font-size: 2.4rem;
}

.heading1 {
  letter-spacing: -4px;
}

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

.text_right {
  text-align: right;
}

.sticker-04 {
  z-index: 99998;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 24px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.sticker-03 {
  z-index: 99998;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 80px;
  margin-left: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.sticker-02 {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  margin: 80px 40px 16px 0;
  padding-top: 80px;
  padding-bottom: 8px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.code-embed {
  width: 220px;
  margin-top: 80px;
}

.code-embed-2 {
  width: auto;
  height: 200px;
  margin-top: 0;
  padding-top: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.code-embed-3, .code-embed-4 {
  width: 200px;
}

.m-nav-toggle-description {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
}

.m-nav-link-item {
  text-align: center;
}

.m-nav-link-item.last-item {
  padding-bottom: 135px;
}

.m-nav-link-item.first-item {
  padding-top: 65px;
}

.m-nav-list {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.nav-overlay-gradient-bottom {
  z-index: 4;
  background-image: linear-gradient(to top, #242423 15%, #24242300);
  height: 130px;
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.m-nav-toggle-bg {
  z-index: 1;
  background-image: linear-gradient(#eee0, #fff 98%);
  height: 125px;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-mobile {
  box-shadow: none;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 99em;
  justify-content: center;
  align-items: center;
  padding: 17px 25px;
  transition: transform .25s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.navbar-mobile:active {
  transform: scale(.88);
}

.navbar-mobile.close {
  padding: 18px;
}

.nav-overlay-gradient-top {
  z-index: 4;
  background-image: linear-gradient(#242423 15%, #24242300);
  height: 65px;
  position: absolute;
  inset: 0% 0% auto;
}

.mobile-nav {
  display: none;
  position: relative;
}

.m-nav-overlay {
  z-index: 95;
  background-color: #242423;
  align-items: flex-end;
  width: 100%;
  height: 90%;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.m-nav-content {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: auto;
}

.m-nav-close-icon {
  width: 23px;
  padding: 1px;
}

.m-nav-toggle-open {
  z-index: 1;
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 55px;
}

.m-nav-toggle {
  z-index: 99;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.m-nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 54px;
  text-decoration: none;
}

.m-nav-toggle-close {
  z-index: 1;
  text-decoration: none;
  display: none;
  position: absolute;
  bottom: 55px;
}

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

.text_xs {
  color: #666;
  letter-spacing: .03em;
  font-family: Monumentgrotesk, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.body-2 {
  background-color: var(--linen);
}

.subtitle {
  color: var(--dark-brown);
  letter-spacing: 0;
  text-transform: none;
  max-width: 18em;
  margin-left: auto;
  margin-right: auto;
  font-family: Migra, Arial, sans-serif;
  font-size: min(3rem, 9vw);
  font-weight: 200;
  line-height: 1;
}

.subtitle.black {
  color: var(--dark-brown);
}

.title-section {
  color: var(--nexourbano);
  letter-spacing: 0;
  text-transform: none;
  max-width: 18em;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-family: Monumentgrotesk, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

.title-section.black {
  color: var(--dark-brown);
}

.title-section.green {
  color: var(--crisalida);
}

.title-section.green.v2 {
  margin-bottom: 16px;
}

.title-section._3 {
  color: var(--dark-brown);
}

.title-section.v2 {
  margin-bottom: 16px;
}

.paragraph-bold {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}

.faq-icon-square {
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.faq-toggle:hover {
  color: #338cff;
}

.faq-arrow {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.faq-content-wrapper {
  width: 100%;
  max-width: 90%;
  line-height: 36px;
}

.grid-one-column {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.faq-item-line {
  border: 1px #ababab;
  border-bottom-style: solid;
  border-radius: 0;
  padding: 0 0 8px;
  transition: all .3s;
  display: block;
}

.section-faq {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 10rem 5% 0;
  display: flex;
  position: relative;
}

.faq-content {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-title-wrapper {
  color: #160042;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.paragraph-2 {
  color: #727178;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3em;
}

.section_brown {
  background-color: var(--nexourbano);
  width: 100vw;
  height: 100vh;
}

.image-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.container-9 {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.scroll_title_black {
  color: var(--dark-brown);
  letter-spacing: 0;
  text-transform: none;
  max-width: 24em;
  margin-left: auto;
  margin-right: auto;
  font-family: Migra, Arial, sans-serif;
  font-size: min(3rem, 9vw);
  font-weight: 200;
  line-height: 1;
}

.scroll_title_black.black {
  color: var(--dark-brown);
}

.information_l {
  z-index: 9;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60em;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 0% 8em 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tab_text-wrapper {
  margin-left: 1.2em;
  padding-left: 6px;
  overflow: hidden;
}

.h3 {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.row {
  margin-bottom: -32px;
  margin-left: -20px;
  margin-right: -20px;
}

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

.tab-link {
  opacity: .26;
  color: #182c4f;
  cursor: pointer;
  background-color: #0000;
  border-left: 4px solid #0000;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 0;
  transition: opacity .2s ease-out;
  display: block;
}

.tab-link:hover {
  opacity: .6;
  border-left-style: none;
  border-left-color: #ff6161;
  text-decoration: none;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-style: none;
  border-left-color: #ff6161;
  margin-bottom: 24px;
  transition: opacity .2s ease-out;
}

.col {
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
}

.col._2col {
  flex: 0 50%;
}

.col._2col.tab-menu {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.col._2col.overflow-visible, .tab_pane {
  overflow: visible;
}

.tab_text {
  margin-top: 0;
  margin-bottom: 0;
}

.tab_illo-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.strategy-illo_top {
  width: 100%;
  max-width: 400px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.strategy-illo_bg {
  width: 100%;
  max-width: 400px;
  max-height: none;
}

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

.text-block---maleta {
  color: var(--dark-brown);
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Monumentgrotesk, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1em;
}

._100 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-xxs {
  color: #666;
  letter-spacing: .02rem;
  font-family: Monumentgrotesk, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1em;
}

.image-loader {
  max-width: none;
  overflow: hidden;
}

.wrap-loader {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 8px 6vw;
  font-family: Migra, Arial, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrap-loader.is-active {
  visibility: visible;
  inset: 0%;
}

.wrap-loader.is-active.black {
  background-color: #000;
}

.section-hero {
  background-color: var(--linen);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.img-loader-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 60%;
  display: flex;
  overflow: hidden;
}

.nav-bar-mobile {
  display: none;
  position: relative;
}

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

.m-nav-toggle-2 {
  z-index: 99;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-bar-desktop {
  z-index: 9999;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #27282a;
  border-radius: 92px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  display: flex;
  position: fixed;
  inset: auto auto 5%;
  overflow: auto;
}

.m-nav-toggle-inner {
  box-shadow: none;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 99em;
  justify-content: center;
  align-items: center;
  padding: 17px 25px;
  transition: transform .25s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.m-nav-toggle-inner:active {
  transform: scale(.88);
}

.m-nav-toggle-open-2 {
  z-index: 1;
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 55px;
}

.section-white---intro {
  background-color: var(--linen);
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.information-blur {
  z-index: 9;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40em;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 0% 8em 0;
  display: flex;
  position: static;
  inset: 0%;
}

.image-5 {
  width: 100%;
  max-width: 80%;
  overflow: visible;
}

.scroll_title_black-2 {
  color: #2e2a27;
  letter-spacing: 0;
  text-transform: none;
  max-width: 24em;
  margin-left: auto;
  margin-right: auto;
  font-family: Migra, Arial, sans-serif;
  font-size: min(3rem, 9vw);
  font-weight: 200;
  line-height: 1;
}

.section-white-2 {
  background-color: #e8e2da;
  width: 100vw;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-block-2 {
  color: #2e2a27;
  font-family: Monumentgrotesk, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1em;
}

.container-10 {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.paragraph-3 {
  color: #666;
  text-align: center;
  font-family: Monumentgrotesk, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2em;
}

.information-2 {
  z-index: 9;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40em;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 0% 8em 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-white-3 {
  background-color: #e8e2da;
  width: 100vw;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-11 {
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-right: 0;
  display: flex;
}

.scroll_section-2 {
  text-align: center;
  visibility: hidden;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding: 8px 6vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scroll_section-2.is-active {
  visibility: visible;
  inset: 0%;
}

.container-12 {
  justify-content: center;
  align-items: center;
  max-width: 600px;
  max-height: 600px;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.paragraph-4 {
  color: #666;
  text-align: center;
  font-family: Monumentgrotesk, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2em;
}

.information-3 {
  z-index: 9;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40em;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 0% 8em 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scroll_section-3 {
  text-align: center;
  visibility: hidden;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding: 8px 6vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scroll_section-3.is-active {
  visibility: visible;
  inset: 0%;
}

.container-13 {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.section--objects {
  background-color: var(--linen);
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.image-6 {
  width: 100%;
  max-width: 80%;
  overflow: visible;
}

.img-wrapper-scale {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-dark {
  background-color: #0000;
  border-bottom: 0 solid #0000;
  width: 100%;
  padding: 50px 30px 84px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  width: 140px;
  line-height: 1;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-family: Monumentgrotesk, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.footer-white {
  background-color: #0000;
  border-bottom: 0 solid #0000;
  width: 100%;
  padding: 50px 30px 84px;
  position: relative;
}

.footer-copyright-center-black {
  color: var(--dark-brown);
  text-align: center;
  font-family: Monumentgrotesk, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.image-2-copy {
  width: 100%;
  max-width: none;
  overflow: visible;
}

.nav-bar-desktop-audio {
  z-index: 9999;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #27282a;
  border-radius: 92px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  display: flex;
  position: static;
  inset: auto auto 5%;
  overflow: auto;
}

.button-icon {
  color: #fbf9fc;
  text-align: center;
  background-color: #8f00ff;
  border-radius: 90px;
  height: auto;
  margin-right: 0;
  padding: 8px 16px;
  font-weight: 400;
}

.button-icon.audio {
  background-color: var(--dark-brown);
  justify-content: space-around;
  width: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 16px;
  font-family: Monumentgrotesk, Arial, sans-serif;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.button-icon.audio:hover {
  opacity: 1;
}

.button-icon.audio {
  background-color: #27282a;
  border: 1px solid #222325;
  justify-content: space-around;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button-icon.audio:hover {
  opacity: 1;
  background-color: #36353a;
}

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

.line-one {
  background-color: #fbf9fc;
  border-radius: 100px;
  flex: none;
  width: 2px;
  height: 1%;
  margin-right: 3px;
  position: static;
  inset: auto auto 0% 0%;
}

.audio-animation {
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: 8px;
  display: flex;
  position: relative;
}

.line-three {
  background-color: #fbf9fc;
  border-radius: 100px;
  flex: none;
  width: 2px;
  height: 40%;
  margin-right: 3px;
  position: static;
  inset: auto auto 0% 0%;
}

.play {
  color: #fff;
  width: auto;
  margin-right: 0;
  font-size: .9rem;
  line-height: 1em;
}

.line-two {
  background-color: #fbf9fc;
  border-radius: 100px;
  flex: none;
  width: 2px;
  height: 1%;
  margin-right: 3px;
  position: static;
  inset: auto auto 0% 0%;
}

.pause-wrapper {
  opacity: 0;
  justify-content: center;
  display: flex;
  position: absolute;
}

.song-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.audio-player {
  background-color: #27282a;
  border-radius: 92px;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  padding: 12px;
  display: flex;
  position: static;
}

.songs-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.song-name {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}

.song-album {
  color: #8f00ff;
  background-image: linear-gradient(#8f00ff33, #fff0);
  border: 1px solid #161616;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
  padding: 0;
}

.song-album.rap {
  background-image: url('../images/wild-vibes-1RnPg7tET_s-unsplash.jpeg'), linear-gradient(#8f00ff33, #fff0);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.song-album.reggae {
  background-image: linear-gradient(#8f00ff33, #fff0), url('../images/photo-1625870488794-20355ed956e5.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.song-album.techno {
  background-image: linear-gradient(#8f00ff33, #fff0), url('../images/photo-1571839154183-6bb84a567903.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 21px;
}

.player {
  z-index: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wrapper-navbar-desktop {
  z-index: 9999;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: fixed;
  inset: auto auto 5%;
  overflow: auto;
}

.section_green {
  background-color: var(--crisalida);
  width: 100vw;
  height: 100vh;
}

.image-scroll {
  width: auto;
  max-width: none;
  overflow: visible;
}

.div-block-4 {
  margin-bottom: 40px;
  display: flex;
}

.transition {
  z-index: 99999;
  background-color: #1ed760;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.transiccion.green {
  z-index: 999999;
  background-color: var(--crisalida);
  display: none;
  position: fixed;
  inset: 0%;
}

.transiccion.black {
  z-index: 999999;
  background-color: var(--dark-brown);
  display: none;
  position: fixed;
  inset: 0%;
}

.transiccion.brown {
  z-index: 999999;
  background-color: var(--nexourbano);
  display: none;
  position: fixed;
  inset: 0%;
}

.code-embed-5 {
  color: #fff;
  width: 11px;
  line-height: 1;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.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;
  width: 260px;
  display: flex;
}

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

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

.number {
  height: 1.2em;
}

@media screen and (min-width: 1920px) {
  .title-section.green.v2 {
    margin-bottom: 16px;
  }

  .title-section._3 {
    color: var(--dark-brown);
  }

  .section-faq {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .nav-bar-desktop-audio {
    width: auto;
  }

  .button-icon.audio {
    font-size: 17px;
  }

  .song-name {
    font-size: 18px;
  }

  .song-album {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 991px) {
  .n-container {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    display: flex;
  }

  .section-white {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-white.botton {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

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

  .scroll_title {
    width: 85%;
    max-width: none;
    font-size: min(2.2rem, 8vw);
  }

  .scroll_title_h1.black {
    font-size: min(5rem, 10vw);
  }

  .scroll_title_h1.black.section {
    padding-left: 0;
    padding-right: 0;
    font-size: min(4rem, 8vw);
  }

  .image-2 {
    height: 70vh;
  }

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

  .code-embed {
    width: 180px;
  }

  .code-embed-2 {
    height: 180px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .code-embed-3 {
    width: 180px;
  }

  .code-embed-4 {
    width: 170px;
  }

  .mobile-nav {
    display: block;
  }

  .subtitle {
    width: 85%;
    max-width: none;
    font-size: min(2.2rem, 8vw);
  }

  .title-section {
    max-width: 10em;
    margin-bottom: 32px;
    font-size: min(2rem, 3vw);
  }

  .title-section.green {
    font-size: min(2rem, 3vw);
  }

  .title-section._3 {
    color: var(--dark-brown);
    font-size: min(1.6rem, 2.6vw);
  }

  .section-faq {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .faq-content {
    width: 100%;
  }

  .container-x-small {
    max-width: none;
  }

  .section_brown {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-wrapper {
    justify-content: center;
    align-items: flex-end;
  }

  .container-9 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .scroll_title_black {
    width: 85%;
    max-width: none;
    font-size: min(2.2rem, 8vw);
  }

  .information_l {
    width: auto;
  }

  .tab-link {
    margin-bottom: 6px;
    padding-right: 0%;
  }

  .tab-link.w--current {
    margin-bottom: 24px;
  }

  .container-maleta {
    margin-top: auto;
    margin-bottom: auto;
  }

  .text-block---maleta {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrap-loader {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-bar-mobile {
    display: block;
  }

  .scroll_title_black-2 {
    font-size: min(2.8rem, 8.3vw);
  }

  .section--objects {
    padding-left: 32px;
    padding-right: 32px;
  }

  .img-wrapper-scale {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 70vh;
    overflow: hidden;
  }

  .hero-wrapper {
    margin-bottom: 32px;
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-copyright-center-black {
    color: var(--dark-brown);
  }

  .image-2-copy {
    height: auto;
  }

  .button-icon {
    flex: 0 auto;
    order: 0;
    align-self: flex-end;
    margin-bottom: 0;
  }

  .songs-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .song-album {
    width: 200px;
    height: 200px;
  }

  .section_green {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-scroll {
    height: 70vh;
  }

  .div-block-4 {
    margin-bottom: 40px;
  }

  .div-block-6 {
    margin-bottom: 4px;
  }

  .number {
    height: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .menu-link, .menu-link.w--current {
    border-radius: 20px;
  }

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

  .information {
    width: auto;
    padding-left: 1.9em;
    padding-right: 1.9em;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-bar {
    border-radius: 20px;
    flex-flow: column;
    margin-bottom: 80px;
  }

  .scroll_title {
    font-size: min(2rem, 6vw);
  }

  .scroll_title_h1.black {
    font-size: min(5rem, 10vw);
  }

  .sticker-03 {
    margin-bottom: 160px;
    margin-left: 8px;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .m-nav-toggle-description {
    font-family: Monumentgrotesk, Arial, sans-serif;
    font-size: .9em;
    font-weight: 400;
  }

  .m-nav-toggle-open {
    z-index: 999999;
  }

  .subtitle {
    font-size: min(2rem, 5vw);
  }

  .title-section, .title-section.green {
    font-size: min(2rem, 3vw);
  }

  .title-section._3 {
    color: var(--dark-brown);
    font-size: min(2rem, 3vw);
  }

  .paragraph-bold {
    font-size: 1.2rem;
  }

  .section-faq {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }

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

  .scroll_title_black {
    font-size: min(2rem, 6vw);
  }

  .information_l {
    width: auto;
    padding-left: 1.9em;
    padding-right: 1.9em;
  }

  .tab_text-wrapper {
    margin-left: 1.3em;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .row.flex-center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .tab-link {
    margin-top: 0;
    margin-bottom: 6px;
    margin-left: 0;
    padding-left: 0;
  }

  .tab-link.w--current {
    margin-bottom: 14px;
    margin-left: 0;
  }

  .col {
    padding-left: 12px;
    padding-right: 12px;
  }

  .strategy-illo_top, .strategy-illo_bg {
    max-width: none;
  }

  .text-block---maleta {
    margin-top: 0;
    margin-bottom: 0;
  }

  ._100 {
    height: auto;
    margin-top: 4em;
  }

  .nav-bar-desktop {
    border-radius: 20px;
    flex-flow: column;
    margin-bottom: 80px;
  }

  .m-nav-toggle-inner {
    background-color: #27282a;
  }

  .m-nav-toggle-open-2 {
    z-index: 999999;
  }

  .information-blur {
    width: auto;
    padding-left: 1.9em;
    padding-right: 1.9em;
  }

  .scroll_title_black-2 {
    font-size: min(2rem, 6vw);
  }

  .information-2, .information-3 {
    width: auto;
    padding-left: 1.9em;
    padding-right: 1.9em;
  }

  .section--objects {
    margin-bottom: 32px;
  }

  .footer-dark {
    padding-bottom: 73px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-14 {
    max-width: none;
    display: flex;
  }

  .footer-wrapper {
    flex-flow: row;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-white {
    padding-bottom: 73px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-bar-desktop-audio {
    border-radius: 20px;
    flex-flow: column;
    width: 100%;
    margin-bottom: 8px;
  }

  .button-icon {
    order: 1;
    width: 100%;
    margin-bottom: 0;
  }

  .audio-player {
    border-radius: 20px;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    overflow: auto;
  }

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

  .song-album {
    width: 250px;
    height: 250px;
  }

  .wrapper-navbar-desktop {
    border-radius: 20px;
    flex-flow: column;
    margin-bottom: 64px;
  }

  .div-block-6 {
    margin-bottom: 4px;
  }

  .number {
    height: 1.3em;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    padding: 0 16px;
  }

  .menu-link {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .menu-link.w--current {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .information {
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph {
    font-size: 1rem;
  }

  .paragraph.left {
    margin-bottom: 16px;
    font-size: 1rem;
  }

  .section-white {
    height: 100vh;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-white.botton {
    margin-top: auto;
    padding-bottom: 0;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .section_black {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-bar {
    z-index: 999999;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 20px;
    flex-flow: column;
    width: auto;
    margin-bottom: 56px;
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    overflow: visible;
  }

  .scroll_wrap {
    height: 100%;
  }

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

  .scroll_section.is-active {
    padding-left: 16px;
    padding-right: 16px;
  }

  .scroll_text {
    font-size: 1rem;
  }

  .scroll_title {
    font-size: min(2rem, 7.6vw);
  }

  .text-block {
    margin-top: 0;
    font-size: 1rem;
  }

  .scroll_title_h1.black {
    margin-left: 2em;
    margin-right: 2em;
    padding-left: 0;
    padding-right: 0;
    font-size: min(5rem, 12vw);
    line-height: .9;
  }

  .scroll_title_h1.black.section {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    font-size: min(5rem, 12vw);
    line-height: .9;
  }

  .navbar-text {
    font-size: 1rem;
  }

  .image-2 {
    max-width: none;
    height: 100%;
    margin-left: 0;
  }

  .div-block-2 {
    width: 100%;
  }

  .sticker-01 {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto;
  }

  .sticker-04 {
    z-index: 888888;
    margin-bottom: 40px;
    margin-right: -40px;
    padding-bottom: 0;
    inset: auto auto 0% 0%;
  }

  .sticker-03 {
    margin: 24px 0 -80px -80px;
    inset: auto auto 0% 0%;
  }

  .sticker-02 {
    z-index: 9997;
    justify-content: center;
    align-items: flex-end;
    margin: 0 -40px -16px 0;
    padding-top: 0;
  }

  .code-embed {
    width: 130px;
    margin-top: 24px;
  }

  .code-embed-2 {
    width: 130px;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
  }

  .nav-menu-wrapper {
    display: flex;
    inset: 0%;
  }

  .nav-menu {
    flex-direction: column;
    position: absolute;
    inset: 0%;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .code-embed-3 {
    width: 130px;
  }

  .code-embed-4 {
    width: 145px;
  }

  .m-nav-toggle-description {
    font-family: Monumentgrotesk, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .navbar-mobile {
    z-index: 9999999;
    box-shadow: none;
    cursor: pointer;
    background-color: #27282a;
    transition: background-color .2s ease-in-out;
    position: fixed;
    inset: auto auto 32px;
    transform: none;
  }

  .navbar-mobile:hover, .navbar-mobile:active {
    background-color: #36353a;
  }

  .mobile-nav {
    z-index: 9999999;
    position: fixed;
    inset: auto 0% 0%;
  }

  .m-nav-toggle-open {
    justify-content: center;
    align-items: center;
    display: flex;
    inset: auto auto 0%;
  }

  .m-nav-toggle {
    z-index: 999999;
    position: relative;
    left: auto;
    right: auto;
  }

  .div-block-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbars {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: center;
    height: 0;
    display: flex;
  }

  .text_xs {
    letter-spacing: .03em;
    font-size: .6rem;
    line-height: .8;
  }

  .subtitle {
    max-width: none;
    margin-left: 16px;
    margin-right: 16px;
    font-size: min(2rem, 7.6vw);
  }

  .title-section {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: min(2rem, 3vw);
  }

  .title-section.green {
    font-size: min(2rem, 3vw);
  }

  .title-section._3 {
    color: var(--dark-brown);
    font-size: min(2rem, 3vw);
  }

  .faq-item-line {
    border-color: #ababab;
    padding: 0 0 8px;
  }

  .section-faq {
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .container-x-small {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-title-wrapper {
    margin-top: 0;
  }

  .paragraph-2 {
    font-size: 1.1rem;
  }

  .section_brown {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-wrapper {
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
  }

  .container-9 {
    justify-content: center;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .scroll_title_black {
    font-size: min(2rem, 7.6vw);
  }

  .tab_text-wrapper {
    margin-left: 1.2em;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.flex-center {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .tab-link {
    margin-top: 0;
    margin-bottom: 16px;
    margin-left: 0;
    padding-left: 0;
  }

  .tab-link.w--current {
    padding-left: 0;
  }

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

  .col._2col.tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
  }

  .col._2col.overflow-visible {
    width: 100%;
    margin-top: 24px;
  }

  .tab_illo-wrapper {
    width: 100%;
    height: 70vh;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .strategy-illo_top {
    width: auto;
    max-width: none;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    inset: 0% auto;
    overflow: visible;
  }

  .strategy-illo_bg {
    width: auto;
    max-width: none;
    height: 100%;
    overflow: visible;
  }

  .container-maleta {
    width: 100%;
    max-width: none;
    margin-bottom: 80px;
  }

  .text-block---maleta {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
  }

  ._100 {
    height: auto;
    margin-top: 4em;
  }

  .text-xxs {
    letter-spacing: .01rem;
    margin-top: 0;
    font-size: .6rem;
    font-weight: 400;
  }

  .image-loader {
    max-width: 100%;
  }

  .section-hero {
    height: 100vh;
    padding-bottom: 0;
  }

  .nav-bar-mobile {
    z-index: 9999999;
  }

  .nav-bars {
    z-index: 999999;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .nav-bar-desktop {
    z-index: 999999;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border-radius: 20px;
    flex-flow: column;
    width: auto;
    margin-bottom: 56px;
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    overflow: visible;
  }

  .m-nav-toggle-inner {
    box-shadow: none;
    cursor: pointer;
    background-color: #27282a;
    transition: background-color .2s ease-in-out;
    transform: none;
  }

  .m-nav-toggle-inner:hover, .m-nav-toggle-inner:active {
    background-color: #36353a;
  }

  .m-nav-toggle-open-2 {
    bottom: 32px;
  }

  .section-white---intro {
    height: 100vh;
    padding-bottom: 0;
  }

  .image-5 {
    max-width: 100%;
  }

  .scroll_title_black-2 {
    font-size: min(2rem, 7.6vw);
  }

  .section-white-2 {
    height: 100vh;
    padding-bottom: 0;
  }

  .text-block-2 {
    margin-top: 0;
  }

  .section-white-3 {
    height: 100vh;
    padding-bottom: 0;
  }

  .container-11 {
    height: 100vh;
  }

  .section--objects {
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .img-wrapper-scale {
    justify-content: center;
    align-items: flex-end;
    height: 70vh;
    margin-left: auto;
    margin-right: auto;
  }

  .image-2-copy {
    width: auto;
    max-width: none;
    height: 70vh;
    margin-left: auto;
    margin-right: auto;
  }

  .img-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70vh;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .hero-wrapper {
    margin-bottom: 48px;
    padding-bottom: 0;
  }

  .footer-dark {
    border-bottom-style: none;
    border-bottom-width: 1px;
    padding-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-brand {
    width: 100px;
  }

  .footer-copyright-center {
    font-size: 12px;
  }

  .footer-white {
    border-bottom-style: none;
    border-bottom-width: 1px;
    padding-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-copyright-center-black {
    font-size: 12px;
  }

  .image-2-copy {
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
  }

  .nav-bar-desktop-audio {
    z-index: 999999;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border-radius: 20px;
    flex-flow: column;
    width: 100%;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    overflow: visible;
  }

  .button-icon {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    display: block;
  }

  .button-icon.audio {
    align-items: stretch;
    width: 100%;
    max-width: none;
  }

  .audio-animation {
    display: flex;
  }

  .song-wrapper {
    width: 100%;
  }

  .audio-player {
    background-image: none;
    background-position: 0 0;
    border-radius: 20px;
    order: 1;
    align-items: flex-start;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    overflow: auto;
  }

  .songs-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-content: stretch;
    align-items: start;
  }

  .song-album {
    width: 250px;
    height: 250px;
  }

  .wrapper-navbar-desktop {
    z-index: 999999;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 20px;
    flex-flow: column;
    width: auto;
    margin-bottom: 64px;
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    overflow: visible;
  }

  .section_green {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-scroll {
    max-width: none;
    height: 100%;
    margin-left: 0;
  }

  .transition {
    z-index: 99998;
    background-color: var(--crisalida);
    display: none;
    position: fixed;
  }

  .transition.black {
    background-color: var(--dark-brown);
  }

  .transition.brown {
    background-color: var(--nexourbano);
    display: block;
  }

  .transiccion {
    z-index: 9999999;
    background-color: #0000;
    position: fixed;
    inset: 0%;
  }

  .transiccion.green {
    background-color: var(--crisalida);
    display: none;
  }

  .transiccion.black {
    background-color: var(--dark-brown);
    display: none;
  }

  .transiccion.brown {
    background-color: var(--nexourbano);
  }

  .div-block-6 {
    margin-bottom: 4px;
  }

  .number {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 1.2em;
    height: 1.2em;
    display: flex;
  }
}

#w-node-_17f532ae-1c78-b959-8c6d-87dc09214683-9ee80287, #w-node-df69d042-443b-1579-2de3-47b05d63ddd8-84438438, #w-node-df69d042-443b-1579-2de3-47b05d63ddd8-c49e34ef, #w-node-df69d042-443b-1579-2de3-47b05d63ddd8-0fc209eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Migra';
  src: url('../fonts/Migra-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monumentgrotesk';
  src: url('../fonts/MonumentGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monumentgrotesk';
  src: url('../fonts/MonumentGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}