:root {
  --_masi-colors---background: #e7e4df;
  --almost-black: #111;
  --whitesmoke: #f5f2ec;
  --_masi-colors---opium-blue: #01364e;
  --_masi-colors---masi-light-blue: #2a90c4;
  --transparent: #3330;
  --dark-grey: #5d5d5d;
  --white: #fff;
  --light-grey: #d1d1d1;
  --grey: #9f9f9f;
  --_masi-colors---masi-comercial-blue: #14437c;
  --_masi-colors---abode-complementario: #026b9c;
  --_masi-colors---titles: nasalization, sans-serif;
  --_masi-colors---masi-dark-blue: #004e9a;
  --_masi-colors---wilshire-blue: #5e88ad;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  background-color: var(--_masi-colors---background);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--almost-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 11vw;
  font-weight: 600;
  line-height: 11vw;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 6vw;
  font-weight: 600;
  line-height: 6vw;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 4.5vw;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 3vw;
  font-weight: 500;
  line-height: 3.5vw;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 2.5vw;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 1.8vw;
}

p {
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 1.8vw;
}

a {
  color: var(--almost-black);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

figure {
  margin-bottom: 10px;
}

.cursor-wrap {
  z-index: 999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.cursor-core {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.cursor-pointer {
  aspect-ratio: 1;
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  border: 1px solid #0000;
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1vw;
  display: flex;
}

.pointer-text {
  z-index: 5;
  color: var(--almost-black);
  font-family: Inter Tight, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1vw;
  display: none;
  position: absolute;
}

.container {
  background-color: var(--whitesmoke);
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 1vw;
  display: block;
}

.container.footer {
  background-color: var(--_masi-colors---opium-blue);
  height: 29vw;
  padding: .5vw;
}

.container.container-sec2 {
  display: flex;
}

.container.container-sec2.card {
  object-fit: contain;
  height: auto;
  padding: 1vw 1vw 0;
  display: block;
  position: relative;
  top: auto;
}

.container.intro-container {
  background-image: linear-gradient(180deg, var(--whitesmoke), var(--_masi-colors---masi-light-blue));
}

.container.motore {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 42vh;
  display: flex;
}

.section {
  background-color: var(--_masi-colors---background);
  width: 100%;
  padding: .5rem;
}

.section.utilities-head {
  padding-top: 25vh;
}

.section.utilitiy-content {
  padding-top: 5vh;
}

.section.hero {
  z-index: 1;
  background-color: var(--transparent);
  flex: none;
  margin-top: -60px;
  margin-left: 0;
  padding: .5rem;
  position: relative;
  top: 0;
}

.section.header {
  z-index: 999;
  background-color: var(--transparent);
  padding-top: 1vw;
  padding-bottom: 1vw;
  position: fixed;
  inset: 0% 0% auto;
}

.section.about {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.mid-cta {
  z-index: 3;
  margin-top: -120vh;
  position: relative;
}

.section.contact {
  padding-top: 10vw;
}

.section.columns-product {
  margin-top: 9vh;
  padding: 1vh 1vw;
}

.section.section-2 {
  z-index: 3;
  height: 399vh;
  padding: 1vh 1vw;
  position: relative;
}

.main-button {
  z-index: 2;
  background-color: var(--dark-grey);
  color: #fff;
  border: 0 #000;
  border-radius: 5px;
  margin-top: 0;
  padding: 1vw 2vw;
  font-family: Inter Tight, sans-serif;
  font-size: 1.3vw;
  line-height: 1.8vw;
  transition: color .2s, background-color .2s;
  position: relative;
}

.main-button:hover {
  background-color: var(--almost-black);
  color: var(--white);
}

.social-link-block {
  transition: all .2s;
}

.social-link-block:hover {
  background-color: var(--light-grey);
  border-radius: 99vw;
}

.navbar {
  z-index: 1;
  color: #d8d8d8;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -5vw;
  padding-top: 2vw;
  font-weight: 500;
  display: block;
  position: sticky;
  top: 0;
}

.utility-title {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.guide-single-conten-group {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.guide-single-conten-group.rich-text {
  margin-top: 100px;
}

.color-code {
  font-family: Inter Tight, sans-serif;
  font-weight: 400;
}

.guide-menu-list-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.guide-menu-head {
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.guide-item {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.guide-item.typo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #a8a8a8;
  padding-bottom: 50px;
}

.guide-typo-description {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

.guide-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 30%;
  margin-top: 18px;
  display: flex;
  position: sticky;
  top: 10vw;
}

.guide-color {
  aspect-ratio: 1;
  background-color: #000;
  border-radius: 15px;
  width: 100%;
}

.guide-color._5 {
  background-color: var(--light-grey);
}

.guide-color._4 {
  background-color: var(--grey);
}

.guide-color._1 {
  background-color: var(--whitesmoke);
}

.guide-color._2 {
  background-color: var(--white);
  border: 1px solid #a8a8a8;
}

.guide-color._3 {
  background-color: var(--almost-black);
}

.guide-color._7 {
  background-color: var(--dark-grey);
}

.guide-single-conten {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.guide-single-conten.typo, .guide-single-conten.button {
  padding-top: 200px;
}

.guide-conten-list {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.guide-item-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid #a8a8a8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.guide-item-list.button {
  flex-flow: column;
  grid-template-columns: 1fr 1fr;
  display: flex;
}

.guide-item-list.typo {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.style-guide {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.guide-menu-list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  background-color: #f7f7f7;
  border-radius: 10px;
  flex-flow: column;
  padding: 20px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.guide-menu-list.w--current {
  color: #fff;
  background-color: #000;
}

.guide-description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  font-family: Inter Tight, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1rem;
  display: flex;
}

.small-text-2 {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1rem;
}

.guide-color-name {
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.guide-single-title {
  font-family: Inter Tight, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
}

.guide-typo-title {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.guide-menu-title {
  font-family: Inter Tight, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.lisence-block-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.lisence-block {
  justify-content: space-between;
  width: 100%;
}

.lisence-type {
  width: 30%;
}

.lisence-details {
  width: 70%;
}

.link-license {
  font-weight: 600;
}

.license-description {
  width: 60%;
}

.changelog-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px #b6b6b6;
  border-radius: 10px;
  flex-flow: column;
  padding: 60px;
  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;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
}

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

._404-wrap {
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

._404-heading {
  margin-bottom: 10px;
  font-size: 17vw;
  font-weight: 500;
  line-height: 14vw;
}

._404-text {
  margin-bottom: 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

.hero-image-overlay {
  background-color: #0006;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.hero-image-card {
  z-index: 2;
  aspect-ratio: 2.3 / 3;
  border-radius: 2vw;
  flex-flow: column-reverse;
  max-width: 24vw;
  padding: 0;
  display: flex;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 4vw 6vw -2vw #00000063;
}

.hero-image-card-outer {
  perspective: 1500px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.hero-image-bg-image {
  object-fit: cover;
  border-radius: 2vw;
  width: 120%;
  max-width: none;
  height: 120%;
}

.hero-image-bg-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.hero-image-overlay-effect {
  background-color: #ffffff12;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-wrap {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.hero-ttile-wrap {
  z-index: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  color: #14437c;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  height: auto;
  font-family: nasalization, sans-serif;
  font-size: 10vw;
  line-height: 12vw;
}

.hero-trigger {
  height: 100vw;
}

.hero-bottom-content {
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: auto 0 1.5vw 0;
}

.hero-text {
  color: var(--_masi-colors---masi-light-blue);
  font-family: Inter Tight, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

.hero-text-wrap {
  width: 33%;
}

.hero-social {
  justify-content: flex-end;
  align-items: center;
  width: 34%;
  display: flex;
}

.link-t14-text {
  font-family: Inter Tight, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1.9vw;
}

.link-t14-text.cat {
  text-align: center;
  letter-spacing: 3px;
  font-family: Exo, sans-serif;
  font-size: 2vw;
  font-weight: 700;
}

.link-t14-icon-wrap {
  font-family: Material Icons, sans-serif;
}

.link-t14-icon-wrap.open {
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.link-t14-icon-wrap.close {
  display: flex;
  overflow: hidden;
}

.link-t14-text-wrap {
  display: flex;
}

.link-t14-text-wrap.cat {
  color: var(--_masi-colors---background);
}

.link-type-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.link-t14-icon-in-wrap {
  padding-right: 6px;
}

.link-t14-icon-in-wrap.right {
  padding-left: 6px;
  padding-right: 0;
}

.link-t14-line {
  background-color: var(--almost-black);
  width: 100%;
  height: .2vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link-t14-line.cat {
  background-color: var(--_masi-colors---background);
}

.link-t14-wrap {
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.material-icon-text {
  font-size: 1.4vw;
  line-height: 1.9vw;
}

.social-wrap-2 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.social-button-2 {
  background-color: #3330;
  border: 1px gray;
  border-radius: 999px;
  width: 3vw;
  max-width: 100%;
  margin: 0;
  padding: .75vw;
}

.social-button-2:hover {
  border-color: #414141;
}

.hero-tag-wrap {
  color: var(--_masi-colors---masi-light-blue);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-tag-text {
  text-transform: uppercase;
  font-family: Inter Tight, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 3vw;
}

.hero-tag-outer-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-tag-inner-wrap {
  overflow: hidden;
}

.navbar-menu-button-dark {
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: flex;
}

.navbar-menu-button-dark.w--open {
  background-color: #3898ec00;
}

.link-text {
  text-transform: uppercase;
  flex-flow: row;
  display: flex;
}

.navbar-logo-dark {
  width: 50%;
  padding-bottom: 0;
  display: flex;
}

.navbar-logo-dark.w--current {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.navbar-link {
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  line-height: 4rem;
}

.navbar-section {
  background-color: #3330;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 0;
}

.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: relative;
}

.navbar-wrapper.close {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.menu-flex {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-top: 0;
  display: flex;
}

.logo-normal {
  border-radius: 0;
  width: 8%;
}

.navbar-open {
  filter: none;
  border-radius: 0;
}

.navbar-open.white {
  filter: invert();
}

.navbar-button-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-bottom: 0;
  display: flex;
}

.navbar-button-wrap.visible {
  width: 50%;
  padding-right: 0;
}

.navbar-menu {
  z-index: 5;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #111;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 1.5vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.navbar-menu-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.header-link-wrap {
  margin-top: 25px;
  display: inline-block;
  overflow: hidden;
}

.header-link-wrap.navbar {
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
}

.header-link-wrap.navbar:hover {
  color: var(--white);
}

.achievement-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-link-wrap.cat {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.text-opacity {
  color: #aeaeae;
  flex: none;
  width: auto;
  height: 36px;
  font-family: Inter Tight, sans-serif;
  font-size: 2.75vw;
  font-weight: 500;
  line-height: 3.25vw;
}

.text-opacity.absolute {
  color: var(--_masi-colors---masi-comercial-blue);
  width: auto;
  height: 36px;
  font-family: Inter Tight, sans-serif;
}

.text-block-3 {
  color: var(--_masi-colors---opium-blue);
}

.counter-t1-digit-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.counter-type-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.achievement-text {
  color: var(--_masi-colors---background);
  font-family: Inconsolata, monospace;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

.about-wrap {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  display: flex;
  position: sticky;
  top: 20%;
}

.text-hidden-wrap {
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-hidden-wrap.first-row {
  width: 533px;
  height: 36px;
  display: flex;
  overflow: hidden;
}

.text-hidden-wrap.forth-row {
  overflow: hidden;
}

.text-hidden-wrap.second-row {
  width: 503px;
  height: 36px;
  overflow: hidden;
}

.text-hidden-wrap.third-row {
  overflow: hidden;
}

.counter-t1-digit-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 6vw;
  display: flex;
  overflow: hidden;
}

.text-opacity-move-wrap {
  flex-flow: column;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.achievement-title {
  border-top: .125vw #d4d4d4;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 1.5vw;
  display: flex;
}

.counter-t1-prefix {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.text-animation-wrap {
  width: 503px;
  height: 36px;
  font-size: 6vw;
  line-height: 120%;
  display: flex;
  position: relative;
}

.about-left {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.single-achievement {
  background-color: #f5f5f5;
  border-radius: 1vw;
  padding: 1vw 1vw 1.5vw;
}

.single-achievement.website {
  background-color: var(--_masi-colors---abode-complementario);
  padding: 0;
}

.about-right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  height: 33vw;
  display: flex;
}

.counter-t1-num {
  color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Inter Tight, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 6.5vw;
  display: flex;
}

.achievement-content {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  -webkit-backdrop-filter: brightness(97%);
  backdrop-filter: brightness(97%);
  border-radius: 1vw;
  flex-flow: column;
  padding: 1vw;
  display: flex;
}

.counter-t1-digit-1, .counter-t1-digit-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-sticky-trigger {
  height: 150vh;
}

.service-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-bg-wrap {
  border-radius: 1vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 36vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-bg-image {
  z-index: 0;
  background-color: var(--transparent);
  object-fit: cover;
  height: 42vw;
  padding-bottom: 3vw;
  position: relative;
}

.service-bg-image.absolute {
  position: absolute;
  transform: rotate(7deg);
}

.service-bg-image.front {
  background-color: var(--_masi-colors---background);
  -webkit-backdrop-filter: blur(10vw);
  backdrop-filter: blur(10vw);
  top: 15px;
}

.service-title-wrap {
  z-index: 3;
  color: var(--almost-black);
  justify-content: center;
  align-items: center;
  height: 9.1vw;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.big-h2 {
  font-size: 12vw;
  font-weight: 500;
  line-height: 12vw;
}

.big-h2._1 {
  color: var(--_masi-colors---opium-blue);
  display: block;
}

.big-h2.xl {
  color: var(--_masi-colors---abode-complementario);
  font-size: 11vw;
  line-height: 14vw;
}

.big-h2.xl.top10 {
  color: var(--_masi-colors---opium-blue);
  text-align: center;
  width: 100%;
  margin-top: 40px;
  position: absolute;
  inset: 0% auto auto 0;
}

.horizontal-section-container {
  z-index: 1;
  width: auto;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.horizontal-scroll-sticky {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.link-anchor-wrap {
  position: absolute;
}

.horizontal-section {
  background-color: #fff;
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.horizontal-section.website {
  z-index: 5;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.horizontal-section.graphic, .horizontal-section.brand, .horizontal-section.tuc-72 {
  z-index: 5;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.horizontal-section.norad {
  z-index: 5;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.horizontal-scroll-wrap {
  z-index: 5;
  background-color: #fff;
  width: 100%;
  height: 1000vh;
  display: flex;
  position: relative;
}

.view-window {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.link-anchor {
  height: 100vh;
}

.link-anchor.grapihic {
  margin-top: 680vh;
  position: absolute;
}

.link-anchor.website {
  height: 100vh;
  margin-top: 120vh;
  position: absolute;
}

.link-anchor.brand {
  margin-top: 380vh;
  position: relative;
}

.link-anchor.norad {
  margin-top: 460vh;
}

.container-horizontal {
  width: 100%;
  max-width: none;
  padding-left: 2vw;
  padding-right: 2vw;
}

.container-horizontal.sidebar {
  justify-content: space-between;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
}

.service-desc-wrap {
  text-align: left;
  width: 15vw;
  position: absolute;
  inset: 7vw 0% auto auto;
  overflow: hidden;
}

.service-detail-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: var(--_masi-colors---abode-complementario);
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.service-detail {
  text-transform: uppercase;
  font-family: Inter Tight, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 3vw;
}

.single-service-detail {
  display: flex;
  overflow: hidden;
}

.service-title-small {
  position: absolute;
  inset: 7vw auto auto 0%;
  overflow: hidden;
}

.mini-text {
  font-family: Inter Tight, sans-serif;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 1.8vw;
}

.service-button-wrap {
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.button-t1-move-bg {
  background-color: #d0f74c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-t1-move-bg.hero {
  background-color: var(--_masi-colors---abode-complementario);
}

.button-t1-move-bg.hero.cat {
  background-color: var(--_masi-colors---masi-comercial-blue);
}

.button-t1-move-bg.hero.wellington {
  background-color: var(--_masi-colors---opium-blue);
}

.button-type-1 {
  color: #000;
  background-color: #fff;
  border-radius: 99vw;
  justify-content: center;
  align-items: center;
  padding: 1vw 2vw;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-type-1.hero {
  background-color: var(--almost-black);
  -webkit-backdrop-filter: blur(1vw);
  backdrop-filter: blur(1vw);
  padding-top: 1.1vw;
  padding-bottom: 1.1vw;
}

.button-t1-text {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

.button-t1-text.visible {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
  display: flex;
  position: relative;
}

.button-t1-text.hero-invisible {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
  display: flex;
  position: absolute;
}

.button-t1-text-wrap {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2vw;
  line-height: 1.7vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-icon {
  border-radius: 99vw;
  margin-left: .5vw;
  padding: 0;
  font-family: Material Icons, sans-serif;
  font-size: 2vw;
  line-height: 2vw;
}

.button-wrap.cat {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: sticky;
  top: 608px;
}

.project-arrow-icon {
  color: var(--_masi-colors---abode-complementario);
  font-family: Material Icons, sans-serif;
  font-size: 5vw;
  line-height: 5vw;
}

.project-big-title-wrap {
  font-size: 68px;
  font-weight: 700;
  line-height: 110%;
  overflow: hidden;
}

.project-wrap {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.project-wrap-sticky {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.project-item-in-wrap {
  aspect-ratio: auto;
  border-radius: 1vw;
  flex-flow: column;
  width: 40vw;
  height: 75vh;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6vw 7vw -3vw #0000003b;
}

.project-arrow-icon-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 0;
  height: 0;
  margin-bottom: -40px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 50%;
  right: 50%;
}

.project-head {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.project-item {
  justify-content: center;
  align-items: center;
  height: 120vh;
  display: flex;
}

.project-image {
  object-fit: cover;
  transform-style: preserve-3d;
  flex: 1;
  width: 100%;
  min-height: auto;
  transform: none;
}

.project-in-head {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.project-item-description {
  z-index: 3;
  grid-column-gap: .2vw;
  grid-row-gap: .2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
  display: flex;
  position: absolute;
  inset: auto 0% 2vw 2vw;
}

.project-wrap-item-list {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-title-wrap {
  background-color: var(--white);
  border-radius: 0;
}

.project-title {
  background-color: var(--whitesmoke);
  color: var(--_masi-colors---opium-blue);
  text-transform: uppercase;
  border-radius: 0;
  padding-left: .5vw;
  padding-right: .5vw;
  font-family: Inter Tight, sans-serif;
  font-size: 3vw;
  line-height: 5.5vw;
}

.project-category-wrap {
  background-color: var(--white);
}

.project-category {
  background-color: var(--whitesmoke);
  color: var(--_masi-colors---abode-complementario);
  text-transform: capitalize;
  padding-left: .5vw;
  padding-right: .5vw;
  font-family: Inter Tight, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 2.5vw;
}

.project-category-outer-wrap {
  grid-column-gap: .2vw;
  grid-row-gap: .2vw;
  border-radius: 5px;
  display: flex;
  overflow: hidden;
}

.project-title-outer-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.end-trigger {
  height: 100vh;
}

.accordion {
  margin: 0;
}

.faq-content-wrap {
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(1vw);
  backdrop-filter: blur(1vw);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.accordion-hidden {
  display: none;
}

.accordion-item {
  background-color: #0000;
  border-top-width: 1px;
  border-top-color: #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
  flex-flow: column;
  padding: 2vw 0;
  transition: all .5s;
  display: flex;
}

.accordion-item.w--current {
  background-color: #0000;
  border-top-width: 1px;
  border-top-color: #3e3e3e;
  border-bottom-width: 1px;
  border-bottom-color: #3e3e3e;
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.accordion-position {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-top: 17vw;
  display: flex;
}

.faq-content {
  border-radius: 1vw;
  position: relative;
  overflow: visible;
}

.accordion-menu {
  flex-flow: column;
  display: flex;
}

.faq-content-inner-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.accordion-title {
  color: var(--_masi-colors---opium-blue);
  font-family: Inter Tight, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 2vw;
}

.accordion-head-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-paragraph-warp-2 {
  margin-top: 2vw;
  padding-right: 10vw;
}

.faq-paragraph {
  color: var(--_masi-colors---abode-complementario);
  text-align: left;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

.accordion-icon {
  aspect-ratio: 1;
  -webkit-text-stroke-width: 1px;
  justify-content: center;
  align-items: center;
  width: 38px;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  display: flex;
}

.faq-title-wrap-2 {
  flex: none;
  width: 40%;
  position: sticky;
  top: 8vw;
  overflow: hidden;
}

.accordion-content-wrap {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.mid-cta-wrap {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  mix-blend-mode: normal;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
}

.mid-cta-text {
  color: var(--_masi-colors---background);
  text-transform: uppercase;
  text-shadow: 0 1px 13px var(--almost-black);
  font-family: Inter Tight, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 2vw;
}

.mid-cta-text-wrap {
  mix-blend-mode: normal;
  width: 65%;
}

.mid-cta-link-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.faq-title-slide-wrap {
  height: 5.7vw;
  overflow: hidden;
}

.service-v1-title {
  padding-left: 0;
  overflow: hidden;
}

.form-button-field {
  z-index: 3;
  color: #000;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 0;
  font-weight: 700;
  position: absolute;
  inset: 0%;
}

.error-message-text-block {
  font-family: Inter Tight, sans-serif;
  line-height: 2rem;
  position: static;
}

.contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.contact-button-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  font-style: normal;
  display: flex;
}

.error-message {
  border-radius: 0;
  margin-top: 30px;
}

.contact-page-hero-grid {
  grid-column-gap: 9vw;
  grid-row-gap: 9vw;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5vw;
  display: flex;
}

.success-message {
  color: #212121;
  background-color: #3330;
}

.contact-form-block {
  color: #212121;
  background-color: #3330;
  border: 1px #eec6ab;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  font-size: 1.3rem;
  display: block;
}

.contact-form-button {
  color: #000;
  background-color: #fff;
  border: 2px #b6b6b6;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.success-message-text-block {
  font-family: Inter Tight, sans-serif;
}

.contact-span {
  flex-flow: row;
  margin-top: 1vw;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2.3vw;
  display: flex;
}

.contact-left-column {
  width: 50%;
}

.contact-form-wrap {
  padding-top: 0;
  padding-left: 0;
}

.contact-text-field {
  color: #252323;
  -webkit-text-stroke-color: #262424;
  background-color: #fff;
  border: 1px solid #8d8d8d;
  border-radius: 4px;
  margin-bottom: 1.5vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  font-family: Inter Tight, sans-serif;
  font-size: 1.3vw;
  line-height: 1.8vw;
}

.contact-text-field::placeholder {
  color: #b6b6b6;
  -webkit-text-stroke-color: white;
  font-family: Inter Tight, sans-serif;
}

.contact-text-field.area {
  padding-top: 15px;
  padding-bottom: 100px;
}

.contact-right-column {
  border-left: 1px #b6b6b6;
  width: 50%;
  padding-bottom: 0;
  padding-left: 0;
}

.contact-info-wrap {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.footer-powered-link {
  color: var(--whitesmoke);
  font-weight: 600;
}

.footer-powered-link:hover {
  color: var(--white);
}

.footer-bottom {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.footer-by-brand {
  color: var(--light-grey);
  font-family: Inter Tight, sans-serif;
  font-size: 1.3vw;
  line-height: 1.5vw;
}

.footer-in-menu-wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 36%;
  display: flex;
}

.footer-brand {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: .5vw;
  margin-bottom: 0;
  padding-left: .5vw;
  padding-right: .5vw;
  font-size: 5vw;
  display: flex;
}

.footer-brand-link {
  width: 14vw;
  margin-bottom: 2vw;
}

.footer-brand-link.w--current {
  width: 8vw;
}

.footer-menu {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 67%;
  padding-top: 0;
  padding-left: 60px;
  display: flex;
}

.footer-info-text {
  color: var(--_masi-colors---background);
  flex-flow: row;
  width: 100%;
  font-family: Inconsolata, monospace;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2.5vw;
  display: flex;
}

.section-footer {
  background-color: #fff;
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.section-footer.footer {
  z-index: 2;
  background-color: var(--_masi-colors---background);
  color: var(--_masi-colors---opium-blue);
  padding: 1vw;
  position: relative;
}

.footer-in-menu {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: flex-start start;
  display: flex;
}

.footer-in-menu.second {
  grid-template-rows: auto auto;
}

.footer-in-menu.utility-wrap {
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
}

.footer-powered {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 1.3vw;
  line-height: 1.5vw;
}

.footer-top {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-wrap {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.footer-brand-image {
  filter: brightness(0%) invert();
  object-fit: contain;
  width: 8vw;
  height: 8vw;
}

.footer-in-info {
  flex-flow: column;
  width: 100%;
  padding-right: 2vw;
  display: flex;
}

.footer-menu-item {
  color: var(--light-grey);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.5vw;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.footer-menu-item:hover {
  color: var(--white);
}

.footer-info {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-left: .5vw;
  padding-right: .5vw;
  display: flex;
}

.text-block-4 {
  font-family: Inter Tight, sans-serif;
}

.logo_title {
  font-family: var(--_masi-colors---titles);
  color: var(--_masi-colors---masi-comercial-blue);
  font-size: 3vw;
  font-weight: 400;
  line-height: 3vw;
}

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

.container-2 {
  background-color: var(--_masi-colors---masi-comercial-blue);
  height: 40px;
}

.trapezoid {
  border-right: 50px solid var(--transparent);
  border-bottom: 6px solid #000;
  border-left: 50px solid var(--transparent);
  border-radius: 20px;
  height: 100px;
}

.flex-horizontal {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--_masi-colors---masi-light-blue);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1.5rem;
  font-size: 2vw;
  line-height: 2vw;
  display: flex;
}

.snap-container {
  border-radius: 30px;
  align-items: flex-end;
  width: 61.25rem;
  height: 100%;
  padding: 3.5rem;
  display: flex;
}

.snap-container.is-navy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--_masi-colors---masi-comercial-blue);
  color: #f7d5b1;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.snap-container.is-navy.tab-area {
  grid-column-gap: 4vh;
  grid-row-gap: 4vh;
  background-image: linear-gradient(180deg, var(--light-grey), var(--_masi-colors---abode-complementario));
  color: var(--_masi-colors---masi-light-blue);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
}

.snap-container.is-green {
  background-color: var(--_masi-colors---abode-complementario);
  color: #ddea90;
  background-image: url('../images/motores_wellington_uno.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: .25rem;
}

.snap-container.is-purple {
  background-color: var(--_masi-colors---masi-light-blue);
  color: #fea4b9;
  background-image: url('../images/wellington_motores.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.snap-container.is-red {
  background-color: var(--_masi-colors---opium-blue);
  background-image: linear-gradient(180deg, var(--_masi-colors---opium-blue), var(--_masi-colors---background));
  color: #f7bb2e;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}

.container-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: .5rem;
  display: flex;
}

.snap-text {
  z-index: 2;
  color: var(--_masi-colors---masi-comercial-blue);
  letter-spacing: 0;
  mix-blend-mode: normal;
  width: 500px;
  padding-bottom: 0;
  font-size: 10vw;
  line-height: .8;
  position: relative;
}

.snap-text.snap-2 {
  width: 100%;
  margin-top: 2vw;
  font-size: 9vw;
}

.section-2 {
  border-bottom: 1px solid #80808033;
  flex: none;
}

.nw-link {
  z-index: 3;
  border: 1px solid var(--_masi-colors---opium-blue);
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 12px;
  text-decoration: none;
  position: relative;
}

.nw-link.cta-buy {
  background-color: var(--_masi-colors---opium-blue);
}

.body-2 {
  background-color: var(--_masi-colors---background);
  width: 100vw;
  position: relative;
  top: 0;
}

.navbar-2 {
  background-color: var(--transparent);
}

.nav-menu {
  text-transform: uppercase;
  font-family: nasalization, sans-serif;
  font-size: .8rem;
}

.nav-link {
  color: var(--_masi-colors---masi-comercial-blue);
  line-height: 20px;
}

.nav-link-2, .nav-link-3 {
  color: var(--_masi-colors---masi-comercial-blue);
}

.heading {
  font-size: 4vw;
  line-height: 4vw;
}

.heading.logo-brand {
  background-color: var(--transparent);
  color: var(--_masi-colors---masi-comercial-blue);
  width: auto;
  height: 60px;
  margin-top: auto;
  margin-left: auto;
  padding: 20px 10px;
  font-family: nasalization, sans-serif;
  font-size: 1.5vw;
  line-height: 1rem;
  position: relative;
  top: auto;
}

.container-3 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  max-width: 3840px;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  display: block;
}

.logo_vector {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0%;
  padding-bottom: 0%;
  display: block;
  position: relative;
  inset: 0%;
  overflow: clip;
}

.image {
  z-index: 2;
  width: 42px;
  display: block;
  position: relative;
  inset: 0%;
}

.brand-2 {
  background-color: var(--transparent);
  width: 250px;
  height: 60px;
  top: 6px;
}

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

.logo_background {
  background-color: var(--_masi-colors---background);
  max-width: 250px;
  height: 53px;
  margin-top: 7px;
  position: absolute;
  inset: 0%;
}

.logo_container {
  justify-content: center;
  align-items: center;
  max-width: 55px;
  height: 55px;
  display: flex;
  position: absolute;
  inset: 10% 0% 0%;
}

.logo-brand-container {
  background-color: var(--_masi-colors---background);
  width: 250px;
  max-width: none;
  height: 55px;
  position: absolute;
  inset: 6px auto auto 0%;
}

.logo-text {
  color: var(--_masi-colors---masi-comercial-blue);
  font-family: nasalization, sans-serif;
  font-size: 1rem;
  position: relative;
}

.heading-2 {
  color: var(--_masi-colors---masi-light-blue);
  font-size: 3vw;
}

.brand-logo {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 20%;
  height: 85%;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: auto;
}

.heading-3 {
  font-family: nasalization, sans-serif;
}

._3d-model {
  width: 250px;
  max-width: none;
  height: 350px;
  position: relative;
  inset: 0% 0% auto auto;
}

.spline-scene {
  width: 100%;
  height: 100%;
}

.subtitle-h1 {
  color: var(--_masi-colors---opium-blue);
  width: 500px;
  font-family: Inconsolata, monospace;
  font-size: 3vw;
  line-height: .8;
}

.hero-content {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 44px;
  padding: 40px;
  display: flex;
  position: relative;
}

.spline-scene-2 {
  width: 100%;
  height: 100%;
}

.column-scroll-wrapper {
  width: 100%;
  height: 600vh;
  position: relative;
}

.column-scroll-sticky {
  width: 100%;
  height: 96vh;
  position: sticky;
  top: 1.4vw;
}

.column-scroll-sticky-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.column-scroll-item {
  flex: none;
  width: 33.3333vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: 1.5rem 0 2rem #0000001c;
}

.column-scroll-item.is-3 {
  box-shadow: none;
  width: 31vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.column-scroll-item.is-2 {
  box-shadow: none;
  width: 31vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  right: 0;
}

.column-scroll-item.is-1 {
  box-shadow: none;
  width: 31vw;
}

.column-scroll-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.card-container {
  z-index: 3;
  background-color: var(--transparent);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 92vh;
  display: block;
  position: sticky;
  top: 0;
  right: 0;
}

.sticky-card-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--transparent);
  border-radius: 16px;
  grid-template: "Area-2 Area"
  / 1fr 31.5vw;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-left: auto;
  margin-right: 0;
  display: grid;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.sticky-card-container.second {
  background-color: var(--_masi-colors---masi-light-blue);
  height: 100vh;
}

.sticky-card-container.three {
  background-color: var(--_masi-colors---masi-dark-blue);
}

.sticky-card-container.fourth {
  background-color: var(--dark-grey);
  height: 100vh;
}

.sticky-card-container.fifth {
  background-color: var(--_masi-colors---masi-dark-blue);
}

.sticky-card-container.sticky-container-one {
  z-index: 1;
  height: 150vh;
}

.sticky-card-container.sticky-container-one.business-one {
  border-radius: 16px;
  height: 92vh;
}

.sticky-card-container.sticky-container-two {
  height: 150vh;
}

.sticky-card-container.sticky-container-two.business-two {
  height: 77vw;
}

.sticky-card-container.sticky-container-three {
  height: 150vh;
}

.sticky-card-container.sticky-container-three.b-3 {
  height: 77vw;
}

.sticky-card-container.sticky-container-four {
  height: 150vh;
}

.sticky-card-container.sticky-container-four.b-4 {
  height: 77vw;
}

.absolute-container-card {
  z-index: 5;
  flex-flow: column;
  width: 100%;
  height: 100vh;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.relative-product-card {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 600vh;
  display: flex;
  position: static;
}

.title-hero {
  color: var(--_masi-colors---opium-blue);
  letter-spacing: -4px;
  mix-blend-mode: hard-light;
  margin-top: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 10vw;
  font-weight: 600;
  line-height: 7vw;
  position: relative;
  top: 8vw;
}

.text-span {
  color: var(--_masi-colors---abode-complementario);
  letter-spacing: -7px;
  font-family: Inconsolata, monospace;
  font-size: 6vw;
}

.hero-paragraph {
  color: var(--_masi-colors---opium-blue);
  width: auto;
  height: 20px;
  font-family: Exo, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 21px;
  position: static;
  top: 36px;
  left: 5px;
  overflow: visible;
}

.hero-paragraph.secondary-hero.last-hero {
  color: var(--_masi-colors---background);
  height: 18vh;
  font-family: Changa One, Impact, sans-serif;
  font-size: 7vw;
  line-height: .7;
  position: relative;
  top: 72px;
}

.hero-paragraph.secondary-hero.middle-hero {
  color: var(--_masi-colors---background);
  height: auto;
  font-family: Changa One, Impact, sans-serif;
  font-size: 7vw;
  line-height: 1;
  position: static;
}

.hero-paragraph.secondary-hero.first-hero {
  color: var(--_masi-colors---background);
  height: auto;
  font-family: Changa One, Impact, sans-serif;
  font-size: 7vw;
  line-height: 1;
}

.hero-paragraph.one-hero {
  height: 12vh;
  font-family: Inconsolata, monospace;
  font-size: 7vw;
  font-weight: 700;
  line-height: .7;
}

.text-span-2 {
  width: auto;
  height: 24px;
  position: absolute;
  overflow: hidden;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area-2 Area"
  / 1fr 1fr;
  grid-auto-rows: 30px;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 61vw;
  height: 20px;
  margin-top: 21px;
  display: grid;
  overflow: hidden;
}

.div-block.hero-grid {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: column;
  width: 63vw;
  height: 44vh;
  margin-top: 23vw;
  display: flex;
  position: absolute;
  top: 10vh;
  overflow: hidden;
}

.hero-text-block-one {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  height: 46px;
  margin-bottom: 63px;
  display: block;
  position: static;
}

.hero-text-block-two {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: .8;
  display: flex;
}

.main-hero {
  font-family: Changa One, Impact, sans-serif;
  line-height: .8;
  position: absolute;
}

.middle-hero {
  position: absolute;
}

.last-hero {
  line-height: .8;
  position: absolute;
  top: 47.9609px;
}

.sticky-container-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  grid-template: "Area-2 Area"
  / 1fr 31.5vw;
  grid-auto-columns: 1fr;
  max-width: none;
  display: grid;
}

.image-sticky-container {
  background-color: var(--_masi-colors---masi-dark-blue);
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-sticky-container.sticky-image-one {
  border-radius: 20px;
  margin-top: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.image-sticky-container.sticky-image-two {
  background-color: var(--_masi-colors---opium-blue);
  margin-top: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.image-sticky-container.sticky-image-three {
  background-color: var(--_masi-colors---wilshire-blue);
  margin-top: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.image-sticky-container.sticky-image-four {
  background-color: var(--_masi-colors---abode-complementario);
  margin-top: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.sticky-text-container {
  border-radius: 16px;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sticky-text-container.sticky-text-one {
  background-color: var(--_masi-colors---masi-dark-blue);
  background-image: url('../images/restaurante.webp');
  background-position: 50% 100%;
  background-size: auto;
  border-radius: 20px;
  height: auto;
  margin-bottom: 0;
}

.sticky-text-container.sticky-text-two {
  background-color: var(--_masi-colors---opium-blue);
  background-image: url('../images/hoteles.webp');
  background-position: 100% 100%;
  background-size: auto;
  margin-bottom: 0;
}

.sticky-text-container.sticky-text-three {
  background-color: var(--_masi-colors---wilshire-blue);
  background-image: url('../images/bares2.webp');
  background-position: 50% 100%;
  background-size: cover;
  margin-bottom: 0;
}

.sticky-text-container.sticky-text-four {
  background-color: var(--_masi-colors---abode-complementario);
  background-image: url('../images/supermercados.webp');
  background-position: 0 100%;
  background-size: cover;
  margin-top: 1vw;
  margin-bottom: 0;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.bussiness-title {
  color: var(--_masi-colors---background);
  letter-spacing: -6px;
  text-transform: uppercase;
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  margin-top: 5%;
  padding-left: 5%;
  font-family: Exo, sans-serif;
  font-size: 8vw;
  font-weight: 700;
  line-height: 9vw;
}

.bussiness-title.title-one {
  letter-spacing: -8px;
  mix-blend-mode: hard-light;
  margin-top: 7%;
  font-family: Inter Tight, sans-serif;
}

.bussiness-title.title-two {
  mix-blend-mode: hard-light;
  margin-top: 8%;
  font-family: Inter Tight, sans-serif;
}

.bussiness-title.title-three {
  mix-blend-mode: hard-light;
  margin-top: 7%;
  font-family: Inter Tight, sans-serif;
}

.bussiness-title.title-four {
  margin-top: 8%;
  font-family: Inter Tight, sans-serif;
  font-size: 7.5vw;
}

.paragraph-business {
  color: var(--_masi-colors---wilshire-blue);
  font-family: Lora, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2vw;
}

.paragraph-business.p-one {
  color: var(--light-grey);
  mix-blend-mode: hard-light;
  padding-left: 5%;
}

.cat-text-block {
  color: var(--_masi-colors---background);
  -webkit-text-stroke-width: 0px;
  text-overflow: clip;
  column-count: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  mix-blend-mode: hard-light;
  margin-top: 20%;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 3vw;
  line-height: 2vw;
}

.cat-image {
  border-radius: 20px;
  width: 28vw;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

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

.container-cat-block.cat-block-4 {
  position: sticky;
  top: 32px;
}

.text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
  color: var(--_masi-colors---opium-blue);
}

.heading-5 {
  color: var(--_masi-colors---abode-complementario);
}

.heading-6 {
  color: var(--_masi-colors---masi-comercial-blue);
}

.heading-7 {
  color: var(--_masi-colors---abode-complementario);
}

.background-video {
  z-index: 0;
  border-radius: 20px;
  width: 100%;
  height: 40vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer_logo {
  color: var(--white);
  width: 100%;
  padding-left: 10px;
  font-family: nasalization, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5vw;
}

.text-block-10, .text-block-11, .text-block-12, .text-block-13 {
  color: var(--_masi-colors---background);
}

.navbar-desktop {
  z-index: 10;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  -webkit-text-fill-color: inherit;
  background-color: #01364eb0;
  background-clip: border-box;
  border-radius: 1.5vw;
  width: 70vw;
  height: 8vh;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 1vh 1vw auto;
  box-shadow: 0 2px 11px #000000c4;
}

.container-4 {
  z-index: 4;
  width: 100%;
  max-width: 2000px;
  height: 9vh;
  margin-left: .5rem;
  margin-right: .5rem;
  position: static;
  top: 5px;
}

.container-5 {
  background-color: var(--_masi-colors---opium-blue);
  opacity: .79;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  mix-blend-mode: normal;
  border-radius: 11px;
  width: 100%;
  max-width: 100vw;
  height: 8vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.container-6 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 96%;
  height: 100%;
  display: flex;
}

.logo-brand-block {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 51%;
  height: 100%;
  display: flex;
  position: relative;
}

.logo_text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--_masi-colors---background);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-family: nasalization, sans-serif;
  font-size: 1.5vw;
  line-height: 1.5vw;
  text-decoration: none;
  display: flex;
}

.container-7 {
  width: 100%;
  max-width: 96%;
}

.container-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

.link {
  color: var(--_masi-colors---background);
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: .9rem;
}

.grid {
  grid-row-gap: 7px;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "Area Area-2"
                       "Area Area-2";
  display: flex;
}

.card {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  height: 95vh;
  display: flex;
  position: sticky;
  top: 2vw;
}

.card.card-1 {
  margin-bottom: 80vh;
  position: sticky;
  top: 1.5vw;
}

.card.card-translation {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  margin-bottom: 0;
  top: 2vh;
}

.card.card-translation.card-1, .card.card-translation.card-2 {
  margin-bottom: 20vh;
}

.card.card-translation.card-3 {
  margin-bottom: 4vh;
}

.card.card-translation.card-4 {
  margin-bottom: 2vh;
}

.card.card-two, .card.card-three {
  margin-bottom: 80vh;
  top: 2vh;
}

.card.card-four {
  margin-bottom: auto;
  top: 2vh;
}

.image-card {
  box-sizing: border-box;
  object-fit: fill;
  background-image: url('../images/restaurante.webp');
  background-position: 0%;
  background-size: cover;
  border-radius: 1.5vw;
  width: 80vw;
  position: static;
  overflow: clip;
}

.image-card.card-1 {
  background-image: url('../images/bares2.webp');
}

.image-card.display-2 {
  background-image: url('../images/hoteles.webp');
}

.image-card.display-2.card-three {
  background-image: url('../images/bares2.webp');
}

.image-card.display-2.image-four {
  background-image: url('../images/supermercados.webp');
}

.image-card.img-2 {
  background-image: url('../images/hoteles.webp');
  background-size: cover;
  border-radius: 1.5vw;
}

.image-card.img-3 {
  background-image: url('../images/bares2.webp');
  background-size: cover;
  border-radius: 1.5vw;
}

.image-card.img-4 {
  background-image: url('../images/supermercados.webp');
  background-size: cover;
  border-radius: 1.5vw;
}

.text-card {
  background-color: var(--_masi-colors---masi-dark-blue);
  border-radius: 2vw;
  width: 40vw;
}

.text-card.text-1 {
  background-color: var(--_masi-colors---masi-light-blue);
  border-radius: 1.5vw;
}

.text-card.text-2 {
  background-color: var(--_masi-colors---masi-comercial-blue);
  border-radius: 1.5vw;
}

.text-card.text-3 {
  background-color: var(--_masi-colors---abode-complementario);
  border-radius: 1.5vw;
}

.text-card.text-4 {
  background-color: var(--_masi-colors---opium-blue);
  border-radius: 1.5vw;
}

.image-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: clip;
}

.image-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10vh;
  padding-left: 2vw;
  display: flex;
}

.image-title.vertical-text {
  writing-mode: sideways-lr;
  padding-left: 0;
  line-height: 20px;
}

.image-title-text {
  color: var(--_masi-colors---background);
  letter-spacing: 6px;
  text-transform: uppercase;
  text-shadow: 4px 7px 13px var(--almost-black);
  font-family: Inter Tight, sans-serif;
  font-size: 6vw;
  font-weight: 600;
}

.image-title-text.vertical-text {
  writing-mode: sideways-lr;
  font-size: 8vh;
}

.image-contett-text {
  color: var(--_masi-colors---background);
  letter-spacing: .3vw;
  text-shadow: 0 7px 14px var(--almost-black);
  padding-right: 4vw;
  font-family: Inter Tight, sans-serif;
  font-size: 2vw;
  line-height: 2vw;
}

.text-card-container-info {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin: 2vw;
  display: flex;
  position: relative;
}

.product-info {
  border-radius: 1vw;
}

.product-info-text {
  color: var(--_masi-colors---background);
  text-align: justify;
  text-transform: uppercase;
  white-space: pre-wrap;
  word-break: break-all;
  padding-top: 2vw;
  font-size: 5vh;
  line-height: 3vw;
}

.spline-scene-3 {
  width: 100vw;
}

.wellington_motor_3d {
  z-index: 1;
  pointer-events: none;
  cursor: auto;
  width: 100vw;
  height: 100vh;
  font-size: 3vw;
  position: fixed;
  inset: 0% auto auto 0%;
}

.bold-text {
  color: var(--whitesmoke);
  font-size: 8vw;
}

.queson-grid {
  grid-column-gap: 16px;
  grid-template: "Area-2 Area Area-4"
                 "Area-3 . Area-5"
                 "Area-3 . ."
                 / 1fr 1.75fr 1fr;
  width: 100%;
  height: 100%;
  padding-top: 2vh;
}

.grid-s1 {
  z-index: 2;
  background-color: var(--transparent);
  box-shadow: 0 2px 20px 4px var(--almost-black);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 3vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph {
  color: var(--light-grey);
  margin: 1vh 1vw;
  padding: 1vh 1vw;
  font-family: Inconsolata, monospace;
  font-size: 1.5vw;
  line-height: .9;
}

.bold-text-2 {
  color: var(--_masi-colors---opium-blue);
}

.btn-style-2 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
}

.cto-text {
  border: 0px solid var(--_masi-colors---opium-blue);
  color: var(--whitesmoke);
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
}

.text-block-14 {
  text-align: center;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 1.5vw;
  line-height: 2vh;
}

.text-span-3, .text-span-4 {
  color: var(--_masi-colors---masi-light-blue);
}

.text-span-5 {
  color: var(--_masi-colors---opium-blue);
}

.text-span-6 {
  color: var(--_masi-colors---masi-light-blue);
}

.text-span-7 {
  color: var(--_masi-colors---opium-blue);
}

.heading-8 {
  color: var(--_masi-colors---opium-blue);
  font-size: 8vw;
  font-weight: 700;
  line-height: .8;
}

.bold-text-3 {
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1vh;
}

.text-area {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0 solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  overflow: clip;
}

.tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.tab-link-tab-2 {
  background-color: var(--_masi-colors---background);
  border-radius: 5vw;
  width: 100%;
}

.tab-link-tab-2:lang(es-mx) {
  font-family: Inconsolata, monospace;
}

.tab-link-tab-2.w--current {
  background-color: var(--_masi-colors---abode-complementario);
  color: var(--_masi-colors---background);
  border-radius: 5vw;
  font-family: Inconsolata, monospace;
}

.tab-link-tab-1 {
  background-color: var(--_masi-colors---background);
  color: var(--almost-black);
  border-radius: 5vw;
  font-family: Inconsolata, monospace;
}

.tab-link-tab-1.w--current {
  background-color: var(--_masi-colors---abode-complementario);
  border-radius: 5vw;
  overflow: clip;
}

.text-block-15 {
  color: var(--_masi-colors---opium-blue);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  font-family: Inconsolata, monospace;
  font-size: 1.5vw;
}

.text-block-16 {
  color: var(--_masi-colors---opium-blue);
  text-align: center;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 1.5vw;
}

.tab-content {
  border: 1px solid var(--_masi-colors---abode-complementario);
  border-radius: 2vw;
}

.text-block-17 {
  color: var(--_masi-colors---opium-blue);
  text-align: right;
  text-transform: none;
  text-underline-offset: 1vh;
  flex-flow: column;
  margin-bottom: 1vh;
  padding: 1vh 1vw;
  font-style: italic;
  line-height: 14px;
  text-decoration: underline;
  display: block;
}

.general-specs {
  background-color: var(--_masi-colors---background);
  border-radius: 1vw;
}

.general-specs-text {
  color: var(--_masi-colors---opium-blue);
  margin: 1vh 1vw;
  padding: 1vh 1vw;
  line-height: 1vw;
}

.heading-9 {
  color: var(--white);
  text-shadow: 0 1px 20px var(--almost-black);
  font-size: 8vw;
  line-height: .8;
}

@media screen and (min-width: 1280px) {
  .text-hidden-wrap.first-row {
    width: 700px;
    height: 42px;
  }

  .mid-cta-wrap {
    position: absolute;
  }

  .container-cat-block.cat-block-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .logo-brand-block {
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
  }

  .logo_text {
    font-size: 1.5rem;
    line-height: 22px;
  }

  .link {
    font-size: 1.1rem;
  }

  .card {
    margin-bottom: 80vw;
  }

  .image-card.display-2 {
    background-image: url('../images/bares2.webp');
  }
}

@media screen and (min-width: 1440px) {
  .container.container-sec2.card {
    height: 443.5vh;
  }

  .section.section-2 {
    height: 447vh;
  }

  .text-opacity.absolute {
    height: 45px;
  }

  .text-hidden-wrap.first-row {
    width: 800px;
    height: 52px;
  }

  .text-hidden-wrap.second-row, .text-animation-wrap {
    width: 560px;
    height: 45px;
  }

  .button-wrap.cat {
    top: 769px;
  }

  .hero-paragraph.one-hero {
    line-height: 62px;
  }

  .logo_text {
    font-size: 1.6rem;
    line-height: 26px;
  }

  .link {
    letter-spacing: .3rem;
    font-size: 1.2rem;
  }

  .card.card-translation.card-3, .card.card-translation.card-4 {
    margin-bottom: 20vh;
  }

  .image-contett-text {
    letter-spacing: .3vw;
  }
}

@media screen and (min-width: 1920px) {
  .hero-image-overlay {
    display: none;
  }

  .h1 {
    font-size: 10vw;
  }

  .text-opacity, .text-opacity.absolute {
    height: 65px;
  }

  .text-hidden-wrap.first-row {
    width: 1043px;
    height: 65px;
  }

  .text-hidden-wrap.second-row {
    width: 750px;
    height: 65px;
  }

  .text-opacity-move-wrap {
    width: 111%;
  }

  .text-animation-wrap {
    width: 1050px;
    height: 65px;
  }

  .container-3 {
    display: block;
  }

  .heading-4 {
    font-family: Exo, sans-serif;
    position: static;
  }

  .hero-paragraph.secondary-hero.last-hero {
    height: 32px;
  }

  .hero-paragraph.one-hero {
    line-height: 62px;
  }

  .hero-text-block-one {
    font-size: 21px;
  }

  .sticky-text-container.sticky-text-four {
    padding-bottom: 1vw;
  }

  .cat-text-block {
    font-size: 3.6rem;
    line-height: 26px;
  }

  .logo_text {
    text-indent: 0;
    font-size: 2rem;
    line-height: 34px;
  }

  .link {
    letter-spacing: .4rem;
    font-size: 1.6rem;
  }

  .grid-s1 {
    background-color: #01364e78;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 10vw;
    line-height: 10vw;
  }

  h2 {
    font-size: 8vw;
    line-height: 8.5vw;
  }

  h3 {
    font-size: 5vw;
  }

  h4 {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  h5, p {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  ul, ol, blockquote {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .cursor-wrap {
    display: none;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section.header {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .section.section-2 {
    padding-left: .5vw;
  }

  .main-button {
    padding: 2vw 4vw;
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .navbar {
    margin-bottom: -8.25vw;
    padding-top: 4vw;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .guide-typo-description {
    flex-flow: wrap;
  }

  .guide-menu {
    display: none;
  }

  .guide-single-conten.typo, .guide-single-conten.button {
    padding-top: 160px;
  }

  .lisence-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .lisence-type, .lisence-details {
    width: 100%;
  }

  .changelog-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  ._404-heading {
    font-size: 20vw;
  }

  ._404-text {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .hero-text {
    font-size: 2.5vw;
  }

  .link-t14-text {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .material-icon-text {
    font-size: 3vw;
    line-height: 3vw;
  }

  .social-wrap-2 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-top: 0;
  }

  .social-button-2 {
    width: 4vw;
    max-width: 100%;
  }

  .navbar-link {
    font-size: 2.8rem;
  }

  .navbar-section {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar-wrapper.close {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 30px;
  }

  .navbar-menu {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-menu-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .achievement-wrap {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .text-opacity, .text-opacity.absolute {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .achievement-text {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .about-wrap {
    flex-flow: column;
    top: 15vw;
  }

  .counter-t1-digit-wrap {
    height: 9vw;
  }

  .about-left {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    width: 100%;
  }

  .single-achievement {
    padding: 2vw;
  }

  .about-right {
    width: 100%;
    margin-top: 4rem;
  }

  .counter-t1-num {
    font-size: 9vw;
    line-height: 9vw;
  }

  .service-wrap {
    height: 80vh;
  }

  .horizontal-section-container {
    padding-bottom: 10vw;
  }

  .horizontal-section.website, .horizontal-section.graphic, .horizontal-section.brand, .horizontal-section.tuc-72 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .container-horizontal {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-horizontal.sidebar {
    padding-left: 1.5rem;
  }

  .service-desc-wrap {
    width: 30vw;
    inset: auto auto 0%;
  }

  .mini-text {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .button-type-1.hero {
    padding: 1.5vw 3vw;
  }

  .button-t1-text.visible, .button-t1-text.hero-invisible, .arrow-icon {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .project-big-title-wrap {
    font-size: 64px;
  }

  .project-item-in-wrap {
    width: 55vw;
    height: auto;
  }

  .project-item-description {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .project-title {
    font-size: 7vw;
    line-height: 7.5vw;
  }

  .project-category {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .project-category-outer-wrap {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .accordion {
    margin-left: 40px;
    margin-right: 40px;
  }

  .faq-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-accordion-wrap {
    width: 100%;
  }

  .accordion-position {
    justify-content: flex-start;
    align-items: center;
    margin-top: 10vw;
  }

  .faq-content-inner-wrap {
    flex-flow: column;
    display: block;
  }

  .accordion-title {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .faq-paragraph {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .faq-title-wrap-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .faq-title-slide-wrap {
    text-align: center;
    height: auto;
  }

  .service-v1-title {
    text-align: center;
  }

  .contact-form {
    padding-left: 0;
    display: block;
  }

  .contact-page-hero-grid {
    flex-flow: row;
    grid-template-columns: 1fr;
  }

  .contact-span {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .contact-left-column {
    width: 30%;
  }

  .contact-form-wrap {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .contact-text-field {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .contact-right-column {
    border-top: 1px #8d8d8d;
    width: 70%;
    padding: 0;
  }

  .contact-info-wrap {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer-by-brand {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .footer-in-menu-wrap {
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
  }

  .footer-brand {
    width: 100%;
    padding-bottom: 30px;
  }

  .footer-brand-link {
    width: 21vw;
    margin-bottom: 1vw;
  }

  .footer-menu {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    padding-top: 3rem;
    padding-left: 0;
    display: flex;
  }

  .footer-info-text {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .section-footer.footer {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .footer-in-menu {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    flex: 1;
    justify-content: space-between;
  }

  .footer-in-menu.utility-wrap {
    width: auto;
  }

  .footer-powered {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .footer-wrap {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
  }

  .footer-menu-item {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .footer-info {
    width: 41%;
    padding-top: 0;
    padding-right: 0;
  }

  .snap-container, .container-wrapper {
    padding: 1.5rem;
  }

  .relative-product-card {
    height: 800vh;
  }

  .title-hero {
    letter-spacing: -4px;
    width: 61vw;
    height: auto;
    font-size: 9vw;
    line-height: 8vw;
    top: .8rem;
  }

  .text-span {
    letter-spacing: -5px;
    font-size: 5vw;
  }

  .hero-paragraph {
    color: var(--_masi-colors---opium-blue);
    width: 61vw;
    font-family: Exo, sans-serif;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h3 {
    font-size: 2rem;
    line-height: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h5 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  h6 {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  p {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  ul {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  blockquote {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.hero {
    padding-top: 6rem;
  }

  .section.header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section.about {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .main-button {
    text-align: center;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .navbar {
    z-index: 2;
    margin-bottom: -8.5vw;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .utility-title {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .guide-single-title {
    font-size: 2rem;
    line-height: 2rem;
  }

  .list {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  ._404-heading {
    font-size: 10rem;
    line-height: 7rem;
  }

  ._404-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .hero-image-card {
    max-width: 10rem;
    position: relative;
  }

  .hero-image-card-outer {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    height: auto;
    position: relative;
  }

  .hero-ttile-wrap {
    padding-top: 1rem;
  }

  .hero-trigger {
    display: none;
  }

  .hero-bottom-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 1.5rem;
    position: relative;
  }

  .hero-text {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .hero-text-wrap {
    text-align: center;
    width: 100%;
  }

  .hero-social {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .link-t14-text {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .link-t14-line {
    height: .15rem;
  }

  .material-icon-text {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .social-wrap-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    position: static;
  }

  .social-button-2 {
    width: 2rem;
    padding: .4rem;
  }

  .hero-tag-wrap {
    justify-content: center;
    align-items: center;
  }

  .hero-tag-text {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .hero-tag-outer-wrap {
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    position: relative;
  }

  .navbar-logo-dark {
    padding-left: 0;
  }

  .navbar-link {
    font-size: 2rem;
    line-height: 3rem;
  }

  .navbar-section {
    background-color: #3898ec00;
    padding-left: 0;
    padding-right: 0;
  }

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

  .navbar-wrapper.close {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .logo-normal {
    width: 15%;
  }

  .navbar-menu-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    display: grid;
  }

  .about-link-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    display: flex;
  }

  .text-opacity, .text-opacity.absolute {
    font-size: 1.7rem;
    line-height: 1.7rem;
  }

  .achievement-text {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .counter-t1-digit-wrap {
    height: 3rem;
  }

  .text-opacity-move-wrap {
    justify-content: center;
    align-items: center;
  }

  .single-achievement {
    border-radius: 1rem;
    padding: 1rem;
  }

  .counter-t1-num {
    font-size: 3rem;
    line-height: 3rem;
  }

  .achievement-content {
    padding: 1rem;
  }

  .service-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    height: auto;
  }

  .service-bg-image.front {
    height: 15rem;
  }

  .service-title-wrap {
    height: auto;
    position: relative;
  }

  .big-h2._1 {
    font-size: 4.2rem;
    line-height: 4.5rem;
  }

  .big-h2.xl {
    font-size: 6.7rem;
    line-height: 6.7rem;
  }

  .horizontal-section-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    height: auto;
  }

  .horizontal-scroll-sticky {
    flex-flow: column;
    height: auto;
    position: relative;
  }

  .horizontal-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .horizontal-section.website, .horizontal-section.graphic, .horizontal-section.brand, .horizontal-section.tuc-72 {
    padding-top: 8rem;
    padding-bottom: 3rem;
  }

  .horizontal-scroll-wrap {
    flex-flow: column;
    height: auto;
  }

  .view-window {
    height: auto;
  }

  .container-horizontal {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .service-desc-wrap {
    text-align: center;
    width: 85%;
    position: relative;
  }

  .service-detail-wrap {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: visible;
  }

  .service-detail {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }

  .single-service-detail {
    overflow: hidden;
  }

  .service-title-small {
    display: none;
  }

  .mini-text {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .service-button-wrap {
    margin-top: 1rem;
    position: relative;
  }

  .button-type-1, .button-type-1.hero {
    padding: 1rem 1.5rem;
  }

  .button-t1-text.visible, .button-t1-text.hero-invisible {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .arrow-icon {
    margin-left: .5rem;
    padding: .2rem;
    font-size: .7rem;
    line-height: .7rem;
  }

  .project-arrow-icon {
    font-size: 3rem;
    line-height: 3.2rem;
  }

  .project-big-title-wrap {
    font-size: 40px;
  }

  .project-head {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .project-in-head {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .project-title {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }

  .project-category {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .accordion {
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-content-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .accordion-item {
    padding-top: 1rem;
  }

  .accordion-item.w--current {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .accordion-title {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    line-height: 1.8rem;
    display: flex;
  }

  .faq-paragraph {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .faq-title-wrap-2 {
    padding-left: 0;
  }

  .mid-cta-text {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .mid-cta-text-wrap {
    width: 55%;
  }

  .mid-cta-link-wrap {
    margin-top: 1rem;
  }

  .contact-page-hero-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-form-button {
    padding: 0;
  }

  .contact-span {
    text-align: center;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .contact-left-column {
    width: 51%;
    padding-bottom: 0;
  }

  .contact-form-wrap {
    text-align: left;
    flex-flow: column;
    padding-top: 60px;
  }

  .contact-text-field {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .contact-right-column {
    border-top: 1px #b6b6b6;
    border-left-style: none;
    width: 90%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom {
    padding-top: 2rem;
  }

  .footer-by-brand {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .footer-in-menu-wrap {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-brand {
    justify-content: center;
    align-items: center;
    width: 70%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-brand-link {
    width: 50%;
  }

  .footer-menu {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-left: 0;
  }

  .footer-info-text {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .section-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-footer.footer {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .footer-in-menu {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .footer-powered {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .footer-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-in-info {
    padding-right: 0;
  }

  .footer-menu-item {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .footer-info {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-top: 0;
    padding-right: 0;
  }

  .logo_title {
    font-size: 4vw;
  }

  .container-wrapper {
    padding: 0;
  }

  .snap-text {
    font-size: 5rem;
  }

  .section-2 {
    border-bottom-style: none;
  }

  .column-scroll-wrapper {
    height: auto;
  }

  .column-scroll-sticky {
    position: static;
  }

  .column-scroll-sticky-inner {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .main-button {
    padding: 1rem 2rem;
  }

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

  .guide-item-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .style-guide {
    justify-content: center;
    align-items: center;
  }

  .license-description {
    width: 100%;
  }

  .changelog-wrap {
    text-align: center;
    padding: 30px;
  }

  ._404-heading {
    font-size: 8rem;
    line-height: 5rem;
  }

  .social-wrap-2 {
    flex-flow: row;
    margin-top: 0;
    display: flex;
  }

  .social-button-2 {
    max-width: 90%;
  }

  .navbar-menu-button-dark {
    margin-left: 10px;
  }

  .navbar-menu-button-dark.w--open {
    justify-content: center;
    align-items: center;
  }

  .navbar-logo-dark {
    padding-left: 0;
  }

  .navbar-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-wrapper.close {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-flex {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .logo-normal {
    width: 27%;
    font-size: 14px;
  }

  .navbar-button-wrap, .navbar-button-wrap.visible {
    justify-content: flex-end;
    align-items: center;
  }

  .navbar-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-menu-wrapper {
    flex-flow: column;
    display: flex;
  }

  .header-link-wrap {
    display: inline-block;
  }

  .header-link-wrap.navbar {
    max-width: none;
  }

  .achievement-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .text-opacity, .text-opacity.absolute {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .achievement-text {
    text-align: center;
  }

  .about-wrap {
    top: 5rem;
  }

  .counter-t1-digit-wrap {
    height: 3rem;
  }

  .achievement-title {
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    padding-top: 1rem;
  }

  .single-achievement {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .about-right {
    height: auto;
  }

  .counter-t1-num {
    font-size: 3rem;
  }

  .service-bg-wrap {
    height: auto;
    margin-bottom: -1rem;
  }

  .service-bg-image.absolute, .service-bg-image.front {
    height: auto;
  }

  .big-h2._1 {
    font-size: 3.8rem;
    line-height: 3.8rem;
  }

  .big-h2.xl {
    font-size: 4rem;
    line-height: 4rem;
  }

  .horizontal-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .horizontal-section.website {
    max-width: none;
    padding-top: 2rem;
  }

  .horizontal-section.graphic {
    padding-top: 2rem;
  }

  .horizontal-section.brand {
    max-width: none;
    padding-top: 2rem;
  }

  .horizontal-section.tuc-72 {
    padding-top: 2rem;
  }

  .container-horizontal {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-horizontal.sidebar {
    padding-left: 1rem;
  }

  .project-arrow-icon {
    font-size: 2rem;
    line-height: 2rem;
  }

  .project-big-title-wrap {
    font-size: 28px;
  }

  .project-item-in-wrap {
    width: 100%;
  }

  .project-item {
    height: 100vh;
  }

  .faq-content-wrap {
    justify-content: center;
    align-items: center;
  }

  .accordion-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .accordion-item.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .accordion-position {
    margin-top: 0;
  }

  .faq-content {
    border-radius: 1.5rem;
  }

  .accordion-title {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  .accordion-paragraph-warp-2 {
    padding-right: 0;
  }

  .accordion-icon {
    width: 19px;
  }

  .faq-title-wrap-2 {
    padding-right: 0;
  }

  .mid-cta-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .mid-cta-text-wrap {
    text-align: center;
    width: 100%;
  }

  .mid-cta-link-wrap {
    justify-content: center;
    align-items: flex-end;
  }

  .service-v1-title {
    padding-left: 0;
  }

  .contact-form {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .contact-left-column {
    text-align: center;
  }

  .contact-form-wrap {
    padding-right: 0;
  }

  .contact-right-column {
    width: 100%;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .contact-info-wrap {
    display: flex;
  }

  .footer-bottom {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-in-menu-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-brand {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-brand-link {
    width: 50%;
    margin-bottom: 1rem;
  }

  .footer-menu {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .section-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-in-menu {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-in-menu.utility-wrap {
    grid-template-columns: 1fr 1fr;
    min-width: auto;
    max-width: none;
  }

  .footer-brand-image {
    width: 100vw;
  }

  .footer-in-info {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .footer-menu-item {
    text-align: center;
  }

  .logo_title {
    font-size: 6vw;
    line-height: 5vw;
  }

  .snap-container.is-navy, .snap-container.is-green, .snap-container.is-purple, .snap-container.is-red {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .container-wrapper {
    height: 98vh;
  }

  .nw-link {
    border: 1px solid #fff;
    border-radius: 20px;
    flex-direction: column;
    margin-top: 8px;
    margin-bottom: 0;
    padding: 8px 12px;
    display: flex;
  }

  .column-scroll-sticky {
    height: auto;
  }

  .column-scroll-sticky-inner {
    position: relative;
  }

  .column-scroll-item {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    position: relative;
  }
}

#w-node-be692023-84d8-b3f6-0573-07100495abc9-f86fb574 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d214a48d-9e2f-5f49-e5e6-83dbf96e5965-f86fb574 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d101866-e14f-4166-7674-83a6f499b40d-f86fb574 {
  place-self: center;
}

#w-node-a2c32c0d-b40f-5891-4f8d-620a0a6179d8-f86fb574 {
  grid-area: Area-4;
}

@media screen and (max-width: 767px) {
  #w-node-_249d7dee-4d80-9e03-7d30-3cc420ee21b6-37eaa700 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


