@font-face {
  font-family: Abrade;
  src: url('../fonts/Abrade-Regular.ttf') format("truetype"), url('../fonts/Abrade-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Abrade;
  src: url('../fonts/Abrade-ExtraBold.ttf') format("truetype"), url('../fonts/Abrade-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Rifficfree;
  src: url('../fonts/RifficFree-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #191919;
  --white: white;
  --blue: #b4b4b4;
}

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

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

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

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Euclid;
  font-size: 1vw;
  line-height: 1.6;
  transition: color .4s, background-color .4s;
}

h1 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7em;
  font-weight: 500;
  line-height: .9;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 3em;
}

.container.is--hero {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container.is--nav {
  padding-top: 3.7em;
  padding-bottom: 3.7em;
}

.container.is--title {
  z-index: 1500;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  transition: opacity .2s;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2em;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.portfolio.is--hero {
  z-index: 1;
  flex-flow: column;
  align-items: center;
  width: 100vw;
  height: 20vh;
  display: block;
  position: static;
}

.box {
  cursor: pointer;
  background-color: green;
  background-image: url('../images/mark-zuravski-MmC7VSkNTwI-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 20em;
  height: 20em;
  margin-top: 0;
  margin-left: -5.8em;
  display: block;
  position: absolute;
  inset: 0% auto auto;
  box-shadow: 0 2px 10px 8px #0003;
}

.box.is--grow {
  width: 50em;
  height: 50em;
}

.box.is--2 {
  z-index: 3;
  background-image: url('../images/policia.png');
  margin-top: 15vh;
  margin-left: 9em;
  left: auto;
}

.box.is--3 {
  z-index: 4;
  background-image: url('../images/iso-Outline-600-w-fafafa.svg');
  margin-top: 97vh;
  margin-left: 47.6em;
  left: -47%;
}

.box.is--4 {
  z-index: 5;
  background-image: url('../images/guacamaya.png');
  margin-top: 9vh;
  margin-left: 68.3em;
  left: auto;
}

.box.is--5 {
  z-index: 6;
  background-image: url('../images/amor-de-abuela.png');
  margin-top: 70vh;
  margin-left: 74.1em;
  left: auto;
}

.box.is--6 {
  z-index: 7;
  background-image: url('../images/avila-conmovida.png');
  margin-top: 75vh;
  margin-left: 20.6em;
}

.box.is--7 {
  z-index: 8;
  background-image: url('../images/cofre.png');
  margin-top: 43vh;
  margin-left: 45.7em;
}

.box.is--1 {
  z-index: 2;
  background-image: url('../images/mi-papi.png');
  left: auto;
}

.alt {
  z-index: 2000;
  background-color: var(--white);
  background-image: url('../images/pexels-cup-of-couple-8473863.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.is--show {
  display: block;
}

.is--hide {
  display: none;
}

.work {
  aspect-ratio: auto;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  height: 20vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.work.is--first {
  background-color: #181818;
}

.work.is--1 {
  z-index: 1;
}

.is--work {
  background-color: var(--white);
  height: auto;
  min-height: auto;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Abrade, Verdana, sans-serif;
  font-size: 1rem;
  display: block;
  overflow: visible;
}

.light-mode {
  background-color: var(--white);
}

.hero {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  transition: height .3s;
}

.box_link {
  display: none;
}

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

.press {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid #ffffff4a;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1em 2.1em;
  font-size: 10px;
  display: flex;
}

.press_icon {
  width: 2em;
  height: 2em;
  margin-right: .7em;
}

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

.logo_svg {
  width: 4em;
  height: 4em;
}

.wrapperg {
  color: #fff;
  background-color: red;
  background-image: url('../images/Maggination-Export-2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
  overflow: visible;
}

.container-3 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-image: url('../images/Maggination-Export-2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

.main-wrapper {
  position: relative;
  top: 100px;
  bottom: 100px;
}

.stack_component-2 {
  text-align: center;
}

.stack_card-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-height: 22rem;
  display: flex;
}

.section_placeholder-2 {
  height: 10vh;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-2.padding-section-medium {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.stack_card-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  height: 22rem;
  color: var(--blue);
  border: 2px dotted #00000040;
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 9rem;
  display: block;
  position: sticky;
  top: 7rem;
  overflow: hidden;
  box-shadow: 0 -12px 16px -4px #0000000d;
}

.stack_card-4.is-2 {
  background-color: var(--white);
  margin-bottom: 6rem;
  top: 10rem;
}

.stack_card-4.is-6 {
  background-color: var(--white);
  margin-bottom: 3rem;
  top: 13rem;
}

.stack_card-4.is-last {
  background-color: var(--white);
  margin-bottom: 0;
  top: 16rem;
  box-shadow: 0 -12px 16px -4px #0000000d;
}

.stack_card-image-wrapper {
  opacity: .16;
  background-image: url('../images/Iso-M-1000-W-191919.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 22rem;
  display: flex;
}

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

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.content-container {
  width: 100vw;
  display: block;
  overflow: visible;
}

.projects {
  position: static;
  top: 0;
}

.projects-list {
  display: block;
}

.projects-list.camera {
  margin-bottom: -50vh;
  padding-top: 100vh;
  overflow: visible;
}

.project-slider-container {
  width: 100vw;
  height: 200vh;
  position: relative;
}

.project-slider-container.with-margin {
  margin-top: -150vh;
  position: static;
}

.track-desktop-portfolio {
  background-color: #ff0;
  width: 100vw;
  height: 500vw;
  display: block;
  position: static;
  top: 0;
  overflow: hidden;
}

.camara-desktop-top {
  width: 100vw;
  height: 100%;
  position: static;
  top: 0;
}

.frame-desktop-portfolio {
  background-color: red;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
  top: 0;
}

.item-desktop-portfolio {
  background-color: var(--white);
  border: 2px solid #000;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: static;
}

.text-block-32 {
  color: #a5d3d8;
  font-size: 5rem;
  line-height: 5rem;
}

.container-4 {
  max-width: none;
  position: relative;
}

.testimonial-image {
  width: 100%;
  max-width: none;
  height: 459px;
  min-height: 450px;
  max-height: 450px;
}

.section-2 {
  padding: 200px 20px;
  display: none;
}

.testimonial-4 {
  z-index: 4;
  background-color: #eae7da;
  border-radius: 5px;
}

.testimonial-text {
  text-align: center;
  margin-bottom: 20px;
  line-height: 140%;
}

.testimonial-author-image {
  border-radius: 100%;
  max-width: 50px;
  max-height: 50px;
  margin-bottom: 3px;
}

.testimonial-author-info {
  font-size: .8rem;
  line-height: 130%;
}

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

.testimonial-3 {
  z-index: 100;
  background-color: var(--white);
  border-radius: 20px;
  position: relative;
}

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

.testimonial-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end stretch;
  height: 450px;
  min-height: 450px;
  padding: 20px;
  display: grid;
}

.testimonials-flex {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  min-height: 100vh;
  margin-bottom: 40px;
  display: grid;
  position: relative;
}

.testimonial-1 {
  background-color: #eceae5;
  border-radius: 5px;
}

.testimonial-5 {
  z-index: 2;
  background-color: #eceae5;
  border-radius: 5px;
}

.testimonial-2 {
  background-color: #eae7da;
  border-radius: 5px;
}

.bottom-margin---m {
  margin-bottom: 40px;
}

.testimonial-author-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-dropdown-2 {
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.less {
  color: #203492;
  display: none;
  position: absolute;
}

.dropdown-arrow-image {
  transform: rotate(180deg);
}

.container-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1350px;
  display: flex;
}

.more {
  color: #203492;
  position: static;
}

.no-margin {
  margin-bottom: 0;
}

.faq-answer {
  display: none;
  overflow: hidden;
}

.read-more-wrap {
  cursor: pointer;
  align-items: center;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.6em;
  display: flex;
  position: relative;
}

.sticky-faq {
  position: sticky;
  top: 100px;
}

.dropdown-arrow {
  border: 1px solid #203492;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: flex;
}

.guide-heading {
  color: #adadad;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

.faq-title {
  max-width: 350px;
  margin-bottom: 0;
  font-size: 3em;
}

.faq-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.section-3 {
  color: var(--black);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.image-21 {
  opacity: 1;
  width: 60%;
  overflow: visible;
}

.navigation-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-2 {
  color: #283338;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  position: static;
}

.navigation-center {
  justify-content: center;
  align-items: center;
  width: 80%;
  font-size: 16px;
  display: flex;
}

.image-11-menu {
  opacity: .2;
  mix-blend-mode: lighten;
  width: 100%;
  max-width: none;
  height: auto;
  display: none;
  position: absolute;
  top: 0;
  -webkit-mask-image: linear-gradient(0deg, #0000 0%, #000 100%);
  mask-image: linear-gradient(0deg, #0000 0%, #000 100%);
}

.navigation-left {
  align-items: center;
  width: 10%;
  display: none;
}

.button-8-mobile-menu {
  opacity: .8;
  color: #9ed9cc;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #1c1b33;
  border: 2px solid #9ed9cc;
  border-radius: 100vh;
  width: auto;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5rem;
  text-decoration: none;
  display: none;
  box-shadow: 0 7px 12px #1c1b33b3;
}

.nav-link-2-copy {
  color: #191919;
  letter-spacing: .05em;
  border: 1px solid #191919;
  border-radius: 9px;
  padding: 10px 14px;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.nav-link-2-copy:hover {
  color: #d8c3e3;
}

.nav-link-2 {
  color: #191919;
  letter-spacing: .05em;
  padding: 10px 14px;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #9ed9cc;
}

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

.navigation {
  z-index: 99;
  opacity: .5;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-link-2-mobile {
  color: #fef5e6;
  letter-spacing: .05em;
  padding: 10px 14px;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: none;
}

.nav-link-2-mobile:hover {
  color: #9ed9cc;
}

.nav-link-2-mobile.w--current {
  color: #fef5e6;
}

.image-31 {
  display: none;
}

.navigation-right {
  color: #9ed9cc;
  justify-content: flex-end;
  align-items: center;
  width: 10%;
  display: none;
}

.heading {
  color: var(--black);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Abrade, Verdana, sans-serif;
  font-size: 3em;
  position: relative;
}

.button {
  background-color: var(--black);
  border-radius: 10px;
  justify-content: center;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.6;
  display: flex;
  position: relative;
}

.image-32 {
  max-width: 20%;
}

.image-33 {
  z-index: 0;
  width: 100%;
  max-width: none;
  height: auto;
  position: static;
  top: auto;
  bottom: 0;
  overflow: visible;
}

.div-block {
  z-index: 0;
  box-sizing: border-box;
  aspect-ratio: auto;
  width: 100%;
  position: static;
  inset: auto 0% 0%;
}

.div-block-2 {
  z-index: 2;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
  top: 25vh;
}

.image-34 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 50%;
  width: 100%;
  margin-top: 220px;
  display: block;
  position: static;
  overflow: visible;
}

.section-4 {
  background-color: green;
  width: 100%;
  height: 20vh;
  position: static;
}

.wrapper-hero {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 140px;
  display: flex;
  position: relative;
}

.wrapper-hero.hero-reveal {
  overflow: hidden;
}

.image-36 {
  z-index: 0;
  background-image: linear-gradient(#000, #fff);
  position: sticky;
  top: 0;
}

.section-5 {
  height: 20vh;
}

.section-6 {
  z-index: 10;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 140px;
  display: block;
  position: relative;
}

.paragraph {
  color: var(--black);
}

.image-37 {
  transform: rotate(0);
}

.section-7 {
  z-index: 90;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: static;
  top: 0;
}

.text-movig-wrapper {
  background-color: #0000;
  width: auto;
  height: 3rem;
  display: block;
  overflow: hidden;
}

.text-mover {
  color: #fafafa;
  text-align: center;
  text-transform: uppercase;
  height: 3rem;
  font-weight: 200;
  overflow: visible;
}

.text-mover-item {
  height: 3rem;
  color: var(--black);
  text-align: center;
  letter-spacing: .2rem;
  text-shadow: none;
  word-break: normal;
  margin-left: auto;
  font-size: 3rem;
  font-weight: 100;
  line-height: 3rem;
}

.text-mover-item-2 {
  height: 3rem;
  color: var(--black);
  text-align: center;
  letter-spacing: .2rem;
  text-transform: capitalize;
  text-shadow: none;
  word-break: normal;
  margin-left: auto;
  font-family: Rifficfree, Verdana, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
}

.heading-2 {
  color: var(--black);
  text-align: center;
  letter-spacing: .05rem;
  text-transform: capitalize;
  margin-bottom: auto;
  font-family: Rifficfree, Verdana, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2em;
}

.bottom-image {
  z-index: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: visible;
}

.top-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: auto;
  overflow: visible;
}

.top-image.top-reveal {
  z-index: 2;
  object-fit: cover;
  top: auto;
  bottom: 0;
  left: 0;
}

.hero-reveal {
  z-index: 1;
  border-radius: 2rem;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  top: 0;
  overflow: hidden;
  box-shadow: 0 13px 16px 2px #00000029;
}

.div-block-3 {
  z-index: 3;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
  top: 140px;
}

.image-38 {
  filter: brightness(126%) grayscale();
  mix-blend-mode: normal;
  width: 15%;
}

.image-39 {
  opacity: .36;
  max-width: 20%;
}

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

.button-2 {
  color: var(--white);
}

.button-3 {
  background-color: var(--black);
  letter-spacing: .1em;
  text-transform: capitalize;
  border-radius: 10px;
  font-family: Abrade, Verdana, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
}

.image-40 {
  opacity: .04;
  mix-blend-mode: normal;
  max-width: 40%;
}

.button-wrapper-sticky {
  perspective: 6rem;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: capitalize;
  background-color: #000;
  background-image: linear-gradient(#313131, #000);
  border: .125rem solid #000;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-family: Rifficfree, Verdana, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  transition: box-shadow .1s;
}

.button-4:hover {
  background-color: var(--white);
  color: var(--black);
  background-image: linear-gradient(#31313100, #fff);
  box-shadow: 0 0 2rem .5rem #0000001a;
}

.button-4.is-secondary {
  color: #000;
  letter-spacing: .05em;
  background-color: #0000;
  background-image: none;
  border: .125rem solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Rifficfree, Verdana, sans-serif;
  font-size: 1.5em;
}

.button-4.is-secondary:hover {
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
}

.button-4.is-secondary-body {
  border: .125rem solid var(--white);
  background-color: var(--blue);
  color: var(--white);
  letter-spacing: 0;
  background-image: none;
  margin-top: 20px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Abrade, Verdana, sans-serif;
  font-size: 1em;
  line-height: 1;
}

.button-4.is-secondary-body:hover {
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
}

.text-span {
  font-family: Rifficfree, Verdana, sans-serif;
}

.paragraph-2 {
  max-width: 40%;
  color: var(--black);
  text-align: center;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2;
}

.top-image-2 {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: auto;
  overflow: visible;
}

.top-image-2.top-reveal {
  z-index: 2;
  object-fit: cover;
  top: auto;
  bottom: 0;
  left: 0;
}

.top-image-3 {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: auto;
  overflow: visible;
}

.top-image-3.top-reveal {
  z-index: 2;
  object-fit: cover;
  top: auto;
  bottom: 0;
  left: 0;
}

.section-8 {
  background-color: var(--black);
  width: 100%;
  height: 5vw;
}

.marquee-wrapper {
  background-color: var(--white);
  color: #dfdfdf;
  border-top: 5px solid #d1e1e1;
  border-bottom: 5px solid #d1e1e1;
  width: 100vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

.marquee-container {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.marquee-content-contaier {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.marquee-text {
  color: var(--black);
  white-space: nowrap;
  font-family: Rifficfree, Verdana, sans-serif;
  font-size: 3.5vw;
  line-height: 1.5em;
}

.marquee-icon {
  width: 100%;
  max-width: none;
}

.button-bg {
  z-index: 5;
  background-color: #111;
  position: absolute;
  inset: 0%;
}

.stacking-cards_info-link {
  color: #444;
  text-align: center;
  border-bottom: .1rem solid #444;
  align-items: center;
  font-size: 1.5rem;
  text-decoration: none;
  display: flex;
}

.stacking-cards_info-link:hover {
  opacity: .7;
}

.stacking-cards_arrow-icon {
  width: 1.75rem;
  height: 1.75rem;
  margin-top: .2rem;
  display: inline-block;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.stacking-cards_info-2 {
  grid-column-gap: 2rem;
  text-align: center;
  justify-content: flex-start;
  margin-top: 1rem;
  display: flex;
}

.page-wrapper {
  display: none;
  position: relative;
}

.div-block-5 {
  display: none;
  position: static;
}

.image-41 {
  filter: blur(4px);
  transform-style: preserve-3d;
  position: relative;
  top: 0;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.squarediv {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 300px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.squarediv.d {
  margin-top: 210vh;
  position: sticky;
  top: 30vh;
}

.squarediv.a {
  position: sticky;
  top: 30vh;
}

.squarediv.b {
  margin-top: 70vh;
  position: sticky;
  top: 30vh;
}

.squarediv.c {
  margin-top: 140vh;
  position: sticky;
  top: 30vh;
}

.cards-acopilado {
  background-image: linear-gradient(138deg, #4abdac, #28a49a);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 300vh;
  display: flex;
}

.button-5 {
  background-color: #4abdac;
  border-radius: 10px;
  padding: 10px 40px;
  transition: all .2s;
}

.button-5:hover {
  background-color: #28a49a;
  transform: scale(1.1);
}

.container-6 {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding: 40px;
}

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

.track-desktop-portfolio-2 {
  width: 100vw;
  height: 800vw;
  display: none;
  position: static;
}

.camara-desktop-top-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  margin-top: 0%;
  display: block;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.frame-desktop-portfolio-2 {
  align-items: center;
  width: 400vw;
  height: 100%;
  display: flex;
  position: static;
}

.item-desktop-portfolio-2 {
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.item-portfolio-desktop-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

.frame-desktop-portfolio-bottom {
  align-items: center;
  height: 50%;
  display: flex;
  position: static;
}

.wrapper-top {
  z-index: 50;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 0 0 30px 30px;
  flex-flow: column;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: relative;
  overflow: visible;
  box-shadow: 0 2px 12px 10px #0003;
}

.wrapper-tracker {
  z-index: 30;
  width: auto;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.wrapper-landing {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: none;
  position: static;
  overflow: visible;
}

.wrapper-buttom {
  z-index: 50;
  background-color: var(--white);
  background-image: linear-gradient(180deg, var(--white), #ffe8bd 26%, orange);
  width: 100vw;
  height: auto;
  display: block;
  position: relative;
}

.section-9 {
  background-color: #000;
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
  position: relative;
}

.section-9.is-neutral0 {
  color: #0e1017;
  background-color: #fafbfb;
}

.section-9.is-neutral0.is-marquee {
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.marquee {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-right: 6rem;
  display: flex;
}

.marquee-in {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: flex-start;
  align-items: center;
  padding-right: 6rem;
  display: flex;
}

.logos-container2 {
  flex-flow: row;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.logos-row2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: none;
  align-items: center;
  padding-left: 3rem;
  display: flex;
}

.logo-2 {
  max-width: 2%;
}

.logos-gradient {
  background-image: linear-gradient(90deg, var(--white), #0e0c1500);
  width: 5rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logos-gradient.is-inverted {
  inset: 0% 0% 0% auto;
  transform: rotate(180deg);
}

.paragraph-3 {
  color: var(--black);
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100vw;
  height: 100vh;
  color: var(--black);
  border-right: 2px dotted #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.heading-3 {
  letter-spacing: .5px;
  font-family: Rifficfree, Verdana, sans-serif;
  font-size: 3em;
}

.text-span-2 {
  letter-spacing: .05em;
  font-family: Rifficfree, Verdana, sans-serif;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 2px dotted #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-right: 60px;
  display: flex;
}

.paragraph-4 {
  text-align: center;
  font-size: 1.2em;
}

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

.textblock {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
}

.accordian {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.div-accordion-inner {
  background-color: #0000;
  height: auto;
  display: none;
  position: relative;
  overflow: hidden;
}

.inside {
  color: #fff;
  padding: 20px 35px;
  display: flex;
}

.arrow {
  color: #000;
  font-size: 1.5rem;
}

.div-accordion-item {
  width: 100%;
}

.div-accordion-trigger {
  display: block;
}

.text {
  color: #000;
  margin-bottom: 0;
  font-size: 1.2rem;
  display: block;
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.image-42 {
  opacity: .55;
  width: 40%;
}

.image-43 {
  filter: grayscale();
  max-width: 35%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  width: 100%;
  height: 95vh;
  display: flex;
}

.div-block-11 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 5vh;
  padding-top: 0;
  display: flex;
}

.image-43-copy {
  filter: grayscale();
  max-width: 20%;
  margin-left: auto;
  margin-right: 0;
}

.paragraph-4-copy {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
}

.dropdown-list {
  background-color: #fff;
  padding: 0 20px;
  display: none;
  position: static;
}

.faq-headline {
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  height: 80px;
  padding: 0;
  font-size: 1.21rem;
  display: flex;
}

.accordion-item {
  width: 100%;
  overflow: hidden;
}

.text-block {
  white-space: normal;
  flex: none;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
}

.faq-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: block;
}

.faq-paragraph-2 {
  margin-bottom: 40px;
}

.div-block-12 {
  background-image: url('../images/Screen-Shot-2020-11-19-at-8.52.06-AM.png');
  background-position: 50%;
  background-size: auto;
}

.faq {
  width: 100%;
  max-width: none;
  padding: 0;
}

.text-block-33 {
  font-size: 1.2rem;
  font-weight: 600;
}

.text-block-34, .text-block-35 {
  font-weight: 600;
}

.image-44 {
  opacity: .1;
  max-width: 50%;
}

.button-4-copy {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: capitalize;
  background-color: #000;
  background-image: linear-gradient(#313131, #000);
  border: .125rem solid #000;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-family: Rifficfree, Verdana, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  transition: box-shadow .1s;
}

.button-4-copy:hover {
  background-color: var(--white);
  color: var(--black);
  background-image: linear-gradient(#31313100, #fff);
  box-shadow: 0 0 2rem .5rem #0000001a;
}

.button-4-copy.is-secondary {
  color: #000;
  letter-spacing: .05em;
  background-color: #0000;
  background-image: none;
  border: .125rem solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Rifficfree, Verdana, sans-serif;
  font-size: 1em;
}

.button-4-copy.is-secondary:hover {
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
}

.div-block-13 {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.page-wrapper-2 {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.rotating-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  justify-items: center;
  display: grid;
  position: relative;
  inset: 0% auto 0% 0%;
}

.rotate-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  display: grid;
}

.rotate-text-wrapper.top-text {
  z-index: 20;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.rotate-heading {
  letter-spacing: -.025em;
  white-space: nowrap;
  font-size: 6vw;
  line-height: 1.6em;
}

.dot {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.dot.large {
  background-color: #0000;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  margin-left: 18px;
  margin-right: 18px;
}

.dot.large.solid {
  background-color: #fff;
}

.page-wrapper-3 {
  background-color: var(--white);
  max-width: 100%;
  padding-top: 140px;
  padding-right: 0;
}

.text-block-36 {
  width: 100%;
  color: var(--blue);
  text-align: left;
  font-family: Abrade, Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-block-36-copy {
  width: 100%;
  color: var(--black);
  text-align: left;
  font-family: Rifficfree, Verdana, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.div-block-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-45 {
  width: 20%;
  max-width: none;
}

.div-block-14-copy {
  height: 20%;
}

.section-10 {
  width: 100%;
}

.text-block-37 {
  color: var(--black);
  text-align: right;
  padding-right: 20px;
}

.index {
  width: 100%;
  color: var(--blue);
  text-align: right;
  text-transform: uppercase;
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

.button-6 {
  margin-top: 20px;
  margin-left: 0;
  margin-right: auto;
}

.image-46 {
  filter: grayscale();
  max-width: 70%;
}

.div-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-16 {
  filter: grayscale();
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  height: 100%;
  display: flex;
}

.div-block-17 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.index-copy {
  width: 100%;
  color: var(--blue);
  text-align: left;
  text-transform: uppercase;
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

.image-47-copy {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.div-block-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 2px dotted var(--blue);
  color: #191919;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 60px;
  display: flex;
}

.button-4-copy-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: capitalize;
  background-color: #000;
  background-image: linear-gradient(#313131, #000);
  border: .125rem solid #000;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-size: 1.2em;
  font-weight: 600;
  transition: box-shadow .1s;
}

.button-4-copy-2:hover {
  color: #191919;
  background-color: #fff;
  background-image: linear-gradient(#31313100, #fff);
  box-shadow: 0 0 2rem .5rem #0000001a;
}

.button-4-copy-2.is-secondary {
  color: #000;
  letter-spacing: .05em;
  background-color: #0000;
  background-image: none;
  border: .125rem solid #000;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1em;
}

.button-4-copy-2.is-secondary:hover {
  color: #fff;
  background-color: #191919;
  border-color: #fff;
}

.heading-4 {
  letter-spacing: .5px;
  font-family: Rifficfree, Verdana, sans-serif;
  font-size: 3em;
}

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-20 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 5vh;
  padding-top: 0;
  display: flex;
}

.text-block-38 {
  white-space: normal;
  flex: none;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
}

.div-block-21 {
  width: 100%;
  height: 95vh;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-right: 2px dotted var(--blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-right: 60px;
  display: flex;
}

.track-desktop-portfolio-3 {
  width: 100vw;
  height: 800vw;
  display: block;
  position: static;
  overflow: hidden;
}

.text-block-39 {
  font-size: 1.2rem;
  font-weight: 600;
}

.div-block-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-48 {
  filter: grayscale();
  max-width: 35%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-4-2 {
  text-align: left;
  font-size: 1.2em;
}

.text-wrapper.cc-top-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.faq-question-2 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  transition: margin-left .25s;
  display: flex;
}

.faq-question-2:hover {
  margin-left: .25rem;
}

.faq-accordion {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  border-radius: .5rem;
  flex-flow: column;
  padding: 1.5rem 1rem;
  transition: background-color .3s;
  display: flex;
}

.faq-accordion:hover {
  background-color: var(--blue);
}

.heading-5 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 3rem;
}

.button-7 {
  color: #eef4f4;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1e2029;
  border: 1px solid #404145;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.column-left {
  position: relative;
  top: 0;
}

.image-2.cc-faq-1-copy {
  border: 3px solid #dce2e2;
  border-radius: 20px;
  margin-left: -35px;
  transform: rotate(-15deg)scale(.8);
}

.image-2.cc-faq-1 {
  border: 3px solid #dce2e2;
  border-radius: 20px;
  margin-left: -35px;
  transform: rotate(15deg)scale(.8);
}

.title-wrapper-2 {
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-sm {
  color: var(--black);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4;
  display: block;
}

.faq-img {
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.text-xl {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

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

.column-right.cc-max-660 {
  width: 100%;
  min-width: 41.25rem;
  max-width: 41.25rem;
}

.column-right.cc-max-660.cc-gap-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  min-width: 100%;
  max-width: 100%;
  display: inline-flex;
}

.paragraph-5 {
  text-align: center;
  margin-bottom: 0;
}

.faq-icon {
  max-width: 1.5rem;
  max-height: 1.5rem;
}

.faq-answer-2 {
  padding-right: 20px;
  display: block;
  overflow: hidden;
}

.container-7 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-7.cc-faq {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

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

.div-block-24 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 60px;
}

.grid-cols {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-cols.cc-2col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr;
}

.grid-cols.cc-2col.cc-gap-80 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1.25fr .75fr;
  width: 100%;
}

.section-11 {
  z-index: 10;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 80vh;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
  position: relative;
  box-shadow: 0 11px 14px 8px #0003;
}

.faq-sectiion {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.faq-sectiion.cc-faq {
  padding: 100px;
  display: flex;
  position: static;
}

.image-49 {
  max-width: 50%;
}

.heading-6 {
  color: var(--black);
  font-family: Rifficfree, Verdana, sans-serif;
}

.container-8 {
  background-color: var(--black);
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.text-block-40 {
  color: var(--black);
  text-align: center;
}

.div-block-25 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-25.precio {
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-25.testimonios {
  height: auto;
  padding: 140px 100px;
  display: block;
}

.div-block-25.footer {
  background-image: url('../images/Prueba-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-25.be-brave {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.text-block-41 {
  color: var(--black);
}

.badge-author---brix {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 100px;
  padding: 15px 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  inset: auto auto 40px 40px;
}

.social-icon-square {
  background-color: #f3f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  transition: transform .3s;
  display: flex;
}

.social-icon-square:hover {
  transform: translate(0, -4px);
}

.mg-bottom-8px {
  color: var(--black);
  margin-bottom: 8px;
  font-family: Rifficfree, Verdana, sans-serif;
}

.author-image-square---brix {
  background-image: url('../images/placeholder-author-bio-image-v2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 55%;
}

.author-image-square---brix.float-image {
  background-color: var(--white);
  background-image: url('../images/1768006094022.jpeg');
  position: absolute;
  inset: 0% auto 0% 0%;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.end {
  justify-content: flex-end;
}

.flex-horizontal.end.tablet-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.card-author---brix {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 4px 4px 14px #080f340a;
}

.card-author---brix.right {
  z-index: 1;
  min-width: 600px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.mg-bottom-32ps {
  color: var(--black);
  margin-bottom: 32px;
}

.social-media-grid-top {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  place-content: stretch start;
  place-items: stretch start;
}

.right-content-v2---brix {
  max-width: 530px;
  padding: 60px 48px;
  box-shadow: 0 -20px 3px -10px #000;
}

.container-default {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.cloneable-container-default {
  background-color: #f7f7fb;
  border-radius: 20px;
  min-height: 624px;
  transform: translate(0);
}

.cloneable-container-default.center {
  border-radius: 0;
  align-items: center;
  min-height: auto;
  padding-top: 116px;
  padding-bottom: 116px;
}

.cloneable-container-default.center.bg-transparent {
  z-index: 10;
  background-color: #0000;
  position: relative;
}

.container-865px-center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.position-relative {
  position: relative;
}

.feature-info {
  color: #ff000080;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 1.2em;
  font-weight: 600;
  display: flex;
}

.feature-info.chispatext {
  color: orange;
}

.feature-info.textcolor {
  color: #00f;
}

.feature-info.textmagia {
  color: green;
}

.plan-name {
  color: #000;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.plan-info-wrapper {
  background-color: #57cbff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  display: flex;
}

.plan-info-wrapper.chispa {
  background-color: #5cde6d;
}

.plan-info-wrapper.color {
  background-color: #26ade4;
}

.plan-info-wrapper.green {
  background-color: #3abd6f;
}

.feature-name-wrap {
  text-align: left;
}

.feature-desc {
  color: #ff72f6;
  margin-bottom: 0;
  padding-right: 30%;
  font-size: 1rem;
  line-height: 1.2rem;
  display: block;
}

.section-12 {
  padding: 80px 20px;
}

.plan-desc {
  color: var(--black);
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.1rem;
}

.heading-7 {
  color: #000;
  text-align: center;
}

.pricing-page-desc {
  color: #666;
  text-align: center;
  margin-bottom: 40px;
}

.pricing-grid-row {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  background-color: #4285f4;
  border-top: 1px solid #0000001a;
  border-radius: 12px;
  grid-template: "feature plan-1 plan-2 plan-3"
                 "feature . . Area"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.pricing-grid-row.cc-plans {
  opacity: 1;
  background-color: #4285f4;
  border-top-style: none;
  border-bottom: 1px solid #0000001a;
  border-radius: 20px;
  grid-template: "feature plan-1 plan-2 plan-3"
  / 1fr 1fr 1fr 1fr;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 0;
}

.pricing-grid-row.top {
  background-color: #4285f4;
  border-top-style: none;
  border-radius: 12px;
  grid-auto-rows: 1fr;
}

.plan-price {
  text-align: center;
  background-color: #018001;
  border-radius: 10px;
  padding: 10px;
  font-size: 1rem;
  font-weight: 300;
}

.plan-price.erase {
  opacity: 0;
}

.feature-name {
  color: #7f59fd;
  margin-top: 0;
}

.pricing-grid-container {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-9 {
  width: 50%;
  max-width: 50%;
  height: 100%;
  overflow: hidden;
}

.div-block-26 {
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 50vw;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.background-video {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.container-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: 70vh;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.text-block-42 {
  background-color: #fff6;
  border-radius: 8px;
  padding: 10px;
}

.button-8 {
  background-color: orange;
  border-radius: 8px;
}

.heading-8 {
  color: var(--black);
}

.paragraph-6 {
  color: var(--black);
  overflow: hidden;
}

.button-8-copy {
  background-color: orange;
  border-radius: 8px;
  margin-left: auto;
}

.image-50 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-6 {
  z-index: 4;
  background-color: #eae7da;
  border-radius: 20px;
  overflow: hidden;
}

.testimonial-7 {
  background-color: var(--blue);
  border-radius: 20px;
  overflow: hidden;
}

.testimonial-8 {
  z-index: 2;
  background-color: #eceae5;
  border-radius: 20px;
  overflow: hidden;
}

.testimonial-9 {
  background-color: #eae7da;
  border-radius: 20px;
  overflow: hidden;
}

.div-block-27 {
  background-color: var(--white);
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vh;
  padding-top: 1%;
  padding-left: 15px;
  display: flex;
}

.text-rights-light {
  color: var(--blue);
  text-transform: capitalize;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-right: 5px;
  font-size: .5rem;
  font-weight: 600;
  line-height: 0;
  text-decoration: none;
  display: block;
}

.image-29 {
  opacity: .5;
  filter: invert();
  width: 3rem;
  max-width: none;
}

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

.text-block-43 {
  width: 50%;
  color: var(--blue);
  text-align: center;
  font-family: Rifficfree, Verdana, sans-serif;
  font-size: 5rem;
  line-height: 5rem;
}

.footer_right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.footer_bottom {
  z-index: 1;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 0;
  bottom: auto;
}

.footer_top {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.footer_link-2 {
  color: #0b1730cc;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.footer_link-2:hover {
  color: #0b173099;
  text-decoration: underline;
}

.footer-brand-icon {
  opacity: .35;
  width: 400px;
}

.text-size-small {
  font-size: .875rem;
}

.footer_socials {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  opacity: .4;
  display: flex;
}

.footer_bottom-right {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.is-grey {
  color: #0b1730cc;
}

.footer_left-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.footer_brand {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.aerokit_p2 {
  color: #0b173099;
  font-size: 1rem;
  font-weight: 600;
}

.footer_icon-wrap {
  border: 1px solid #dbe2eb;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  padding: 5px;
  display: flex;
}

.footer_link {
  color: #0b1730cc;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.footer_link:hover {
  color: #0b173099;
}

.footer_bottom-link {
  color: #0b1730cc;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.footer_bottom-link:hover {
  color: #0b173099;
}

.footer_left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  display: flex;
}

.footer_wrap {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.footer_icon-wrap-2 {
  border: 1px solid #dbe2eb;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  padding: 5px;
  transition: all .3s;
  display: flex;
}

.footer_icon-wrap-2:hover {
  filter: invert(35%);
}

.footer_right-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.footer_links-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer_top-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.aerokit_common-container {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.aerokit_common-container._50px-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section_footer {
  background-image: url('../images/prueba1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  min-height: auto;
  padding-bottom: 40vh;
  line-height: 1.4;
  display: flex;
}

.image-51 {
  width: 20%;
  max-width: none;
}

.div-block-29 {
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  position: static;
  top: 0;
  left: 0;
}

.container-11 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.button-9 {
  background-color: #34a853;
  border-radius: 9px;
  box-shadow: 0 2px 5px #0003;
}

.button-10 {
  background-color: #00f;
  border-radius: 9px;
}

.button-11 {
  background-color: green;
  border-radius: 10px;
}

.hero-reveal-mobile {
  z-index: 1;
  border-radius: 2rem;
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
  top: 0;
  overflow: hidden;
  box-shadow: 0 13px 16px 2px #00000029;
}

.background-mobile {
  z-index: 3;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
  top: 140px;
}

.container-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.countdown-outer {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.main-div {
  position: relative;
}

.heading-9 {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 900;
}

.text-block-44 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 21px;
  font-size: 20px;
}

.countdown-row {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.countdown-block {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #fff;
  background-color: #0000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin: 0 20px 0 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.countdown-time {
  opacity: 1;
  color: #242c61;
  font-family: Rifficfree, Verdana, sans-serif;
  font-size: 4rem;
  line-height: 4rem;
}

.countdown-detail {
  opacity: .8;
  color: #c8c8c8;
  text-transform: capitalize;
  font-family: Abrade, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.image-52 {
  opacity: .8;
  max-width: 20%;
}

.image-53 {
  opacity: .6;
  max-width: 30%;
  margin-bottom: 40px;
}

.text-block-43-copy {
  opacity: 1;
  color: #8488a4;
  text-align: center;
  letter-spacing: .05rem;
  width: 60%;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Rifficfree, Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.container-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  display: flex;
}

.image-54 {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.image-55 {
  opacity: .7;
  max-width: 30%;
  margin-top: 40px;
  margin-bottom: 20vh;
}

@media screen and (min-width: 1280px) {
  .faq-answer-2 {
    display: none;
  }

  .section-11 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .is--work {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-large {
    width: 80%;
  }

  .track-desktop-portfolio {
    z-index: 1;
    padding-top: 0%;
  }

  .camara-desktop-top {
    z-index: 2;
    width: 100vw;
    height: 100%;
    overflow: hidden;
  }

  .frame-desktop-portfolio {
    flex-flow: row;
    width: auto;
    height: 100%;
    display: flex;
  }

  .item-desktop-portfolio {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100%;
    display: flex;
  }

  .text-block-32 {
    color: #ff8000;
    font-size: 10rem;
    line-height: 10rem;
  }

  .track-desktop-camara-top-bottom {
    width: 100vw;
    height: 50vh;
    display: none;
  }

  .section-2, .section-3 {
    display: block;
  }

  .section-7 {
    position: static;
  }

  .text-movig-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-reveal {
    top: 0;
  }

  .marquee-text {
    font-family: Rifficfree, Verdana, sans-serif;
  }

  .marquee-icon {
    width: 100%;
  }

  .div-block-5 {
    flex-flow: column;
    display: flex;
  }

  .track-desktop-portfolio-2 {
    z-index: 1;
  }

  .camara-desktop-top-2 {
    z-index: 2;
  }

  .frame-desktop-portfolio-2 {
    flex-flow: row;
    position: static;
    top: 0;
    left: 0;
  }

  .item-desktop-portfolio-2 {
    background-image: radial-gradient(circle, #000 57%, #fff);
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .item-portfolio-desktop-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .frame-desktop-portfolio-bottom {
    border: 5px solid #f00605;
    flex-flow: row;
    width: auto;
    height: 50%;
    display: flex;
    position: static;
    top: 0;
    left: 0;
  }

  .wrapper-buttom {
    flex-flow: column;
  }

  .paragraph-4 {
    width: 80%;
  }

  .dropdown-list {
    display: none;
  }

  .image-47-copy {
    transform: rotate(0);
  }

  .track-desktop-portfolio-3 {
    z-index: 1;
  }

  .div-block-25.footer {
    background-position: 50% 100%;
    justify-content: flex-start;
    align-items: center;
    height: 60vh;
  }

  .div-block-25.be-brave {
    background-image: none;
    height: auto;
  }

  .div-block-27 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .text-rights-light {
    font-size: .8rem;
  }

  .image-29 {
    width: 8rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-28 {
    width: 100vw;
    height: auto;
  }

  .text-block-43 {
    width: 50%;
    color: var(--black);
    text-align: center;
    font-family: Rifficfree, Verdana, sans-serif;
    font-size: 5rem;
  }

  .footer_right {
    width: auto;
    max-width: none;
  }

  .footer_top {
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer-brand-icon {
    opacity: .21;
    width: 400px;
  }

  .footer_bottom-right {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer_links-wrap {
    flex-flow: row;
    align-items: flex-start;
  }

  .image-51 {
    width: 20%;
    max-width: none;
  }

  .hero-reveal-mobile {
    top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .button-7 {
    text-transform: uppercase;
    background-color: #1e2029;
    padding-top: 14px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.5vw;
  }

  p {
    font-size: 15px;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .box.is--3 {
    margin-top: 89vh;
    margin-left: 42.1em;
  }

  .box.is--4 {
    margin-top: 20vh;
    margin-left: 34.5em;
  }

  .box.is--5 {
    margin-top: 58vh;
    margin-left: 9.2em;
  }

  .box.is--6 {
    margin-top: 106vh;
    margin-left: 19.1em;
  }

  .box.is--7 {
    margin-top: 52vh;
    margin-left: 49.9em;
  }

  .box.is--1 {
    margin-left: -1.5em;
  }

  .logo {
    font-size: 12px;
  }

  .stack_card-4 {
    height: 20rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .testimonial-3 {
    position: sticky;
    top: 0;
  }

  .testimonials-flex {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-1 {
    z-index: 1;
  }

  .testimonial-5 {
    z-index: 5;
  }

  .testimonial-2 {
    z-index: 2;
  }

  .faq-dropdown-2 {
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-faq {
    position: relative;
    top: 0;
  }

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

  .menu-button-2 {
    text-align: center;
    background-color: #fff6;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    margin-left: 12px;
    padding: 7px 0 0;
    font-size: 32px;
  }

  .menu-button-2:hover {
    background-color: #fff;
  }

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

  .navigation-left, .navigation-right {
    display: flex;
  }

  .section-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    height: 80vh;
  }

  .text-mover-item, .text-mover-item-2 {
    font-size: 2.5rem;
  }

  .heading-2 {
    margin-bottom: auto;
    font-size: 1.8em;
  }

  .hero-reveal {
    height: 40vh;
  }

  .div-block-3 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: flex-start;
    top: 40px;
  }

  .image-38 {
    width: 30%;
  }

  .button-4 {
    padding: .5rem 1rem;
    font-size: 1em;
    line-height: 1;
  }

  .button-4.is-secondary-body {
    width: 100%;
  }

  .paragraph-2 {
    max-width: 60%;
    font-size: 1em;
  }

  .wrapper-tracker {
    height: 50vh;
  }

  .section-9 {
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .marquee {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-right: 5rem;
  }

  .rotate-text-wrapper.top-text {
    grid-column-gap: 12px;
  }

  .rotate-heading {
    font-size: 9vw;
  }

  .text-block-36 {
    color: var(--black);
    text-align: left;
    letter-spacing: .05rem;
    font-family: Rifficfree, Verdana, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
  }

  .text-block-36-copy {
    text-align: left;
    font-family: Abrade, Verdana, sans-serif;
    font-size: 1.2rem;
  }

  .div-block-14 {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .div-block-15 {
    width: 70%;
  }

  .div-block-16 {
    width: 40%;
  }

  .faq-accordion {
    padding-top: 1.125rem;
    padding-bottom: 1rem;
  }

  .image-2 {
    height: auto;
  }

  .column-right.cc-max-660.cc-gap-16 {
    max-width: none;
  }

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

  .grid-cols {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .grid-cols.cc-2col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-cols.cc-2col.cc-gap-80 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .section-11 {
    flex-flow: column;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .author-image-square---brix.float-image {
    width: 100%;
    min-height: 500px;
    position: static;
  }

  .flex-horizontal.end.tablet-vertical {
    flex-direction: column;
  }

  .card-author---brix.right {
    min-width: auto;
    margin-top: -58px;
    margin-bottom: 0;
  }

  .right-content-v2---brix {
    max-width: none;
  }

  .feature-name-wrap {
    border-bottom: 1px solid #0000001a;
  }

  .feature-desc {
    margin-bottom: 10px;
  }

  .pricing-grid-row {
    grid-row-gap: 17px;
    border-top-style: none;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "feature feature feature"
                         "plan-1 plan-2 plan-3";
  }

  .pricing-grid-row.cc-plans {
    grid-template-areas: "feature feature feature"
                         "plan-1 plan-2 plan-3";
    padding-bottom: 20px;
  }

  .div-block-26 {
    width: 100%;
    height: 60vh;
  }

  .container-10 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-block-42 {
    margin-top: auto;
    padding-top: 0;
  }

  .heading-8 {
    margin-bottom: 0;
  }

  .paragraph-6 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .testimonial-7 {
    z-index: 1;
  }

  .testimonial-8 {
    z-index: 5;
  }

  .testimonial-9 {
    z-index: 2;
  }

  .div-block-27 {
    justify-content: center;
  }

  .hero-reveal-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2vw;
  }

  .container.is--title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .box.is--3 {
    margin-top: 68vh;
    margin-left: 23.6em;
  }

  .box.is--4 {
    margin-top: 36vh;
    margin-left: 32.6em;
  }

  .box.is--5 {
    margin-top: 51vh;
    margin-left: 6em;
  }

  .box.is--6 {
    margin-top: 98vh;
    margin-left: 25em;
  }

  .box.is--7 {
    margin-top: 110vh;
    margin-left: 3.6em;
  }

  .press {
    margin-top: 2em;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .testimonial-image {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .testimonial-text {
    font-size: 1.2rem;
  }

  .testimonial-3 {
    position: static;
  }

  .testimonial-block {
    min-height: 300px;
  }

  .testimonials-flex {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .menu-button-2 {
    background-color: #5e4b8b40;
  }

  .navigation-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-menu-2 {
    z-index: 25;
    background-color: #1c1b33;
    background-image: radial-gradient(circle at 0 0, #5e4b8bcc, #1c1b33cc 21% 89%, #5e4b8bcc), url('../images/9083206.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    padding-top: 25%;
    padding-bottom: 5%;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
    overflow: auto;
  }

  .navigation-center {
    width: auto;
  }

  .image-11-menu {
    opacity: .26;
    display: inline-flex;
    left: 0;
  }

  .button-8-mobile-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 10%;
    display: flex;
  }

  .icon-3 {
    color: #9ed9cc;
  }

  .nav-link-2-copy {
    padding-left: 40px;
    font-size: 22px;
    line-height: 50px;
  }

  .nav-link-2 {
    color: #d8c3e3;
    text-align: left;
    padding-left: 2em;
    padding-right: 0;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .nav-link-2.w--current {
    z-index: 25;
    color: #9ed9cc;
    text-align: left;
    padding-left: 2em;
    padding-right: 0;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .navigation {
    width: 100%;
  }

  .nav-link-2-mobile {
    color: #d8c3e3;
    text-align: left;
    padding-left: 2em;
    padding-right: 0;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
    display: inline-flex;
  }

  .nav-link-2-mobile.w--current {
    z-index: 25;
    color: #9ed9cc;
    text-align: left;
    padding-left: 2em;
    padding-right: 0;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .image-31 {
    opacity: .5;
    mix-blend-mode: color-dodge;
    justify-content: center;
    align-items: center;
    max-width: 60%;
    display: none;
    -webkit-mask-image: linear-gradient(#000, #0000);
    mask-image: linear-gradient(#000, #0000);
  }

  .navigation-right {
    display: none;
  }

  .section-9 {
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .marquee {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-right: 4rem;
  }

  .rotate-text-wrapper.top-text {
    grid-column-gap: 9px;
  }

  .rotate-heading {
    font-size: 12vw;
  }

  .dot.large {
    border-width: 1px;
  }

  .column-right.cc-max-660.cc-gap-16 {
    min-width: auto;
  }

  .grid-cols.cc-2col {
    grid-template-columns: 1fr;
  }

  .grid-cols.cc-2col.cc-gap-80 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .author-image-square---brix.float-image {
    min-height: 402px;
  }

  .right-content-v2---brix {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .feature-name {
    font-size: 14px;
  }

  .footer_right {
    max-width: none;
  }

  .footer_top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

  .footer_left-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 100%;
    max-width: none;
  }

  .footer_left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: none;
  }

  .footer_right-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: none;
  }

  .footer_top-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 2.5vw;
  }

  .box.is--3 {
    margin-top: 64vh;
    margin-left: 18em;
  }

  .box.is--4 {
    margin-left: 22.3em;
  }

  .box.is--5 {
    margin-top: 47vh;
    margin-left: 2.5em;
  }

  .box.is--6 {
    margin-top: 85vh;
    margin-left: 2.4em;
  }

  .box.is--7 {
    margin-top: 103vh;
    margin-left: 16.5em;
  }

  .press {
    font-size: 7px;
  }

  .container-3 {
    width: 100%;
    overflow: visible;
  }

  .section-2 {
    overflow: hidden;
  }

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

  .testimonials-flex {
    grid-template-columns: 1fr;
  }

  .faq-dropdown-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-faq {
    position: relative;
    top: 0;
  }

  .faq-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .section-3 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .image-21 {
    width: 100%;
  }

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

  .navigation-container {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav-menu-2 {
    z-index: 25;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #1c1b33;
    background-image: radial-gradient(circle at 0 0, #5e4b8bcc, #1c1b33cc 19% 76%, #5e4b8bcc), url('../images/9083206.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 20%;
    padding-bottom: 5%;
    display: block;
    position: fixed;
    overflow: auto;
  }

  .navigation-center {
    width: auto;
  }

  .image-11-menu {
    aspect-ratio: auto;
    opacity: .25;
    object-fit: cover;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .navigation-left {
    width: 25%;
  }

  .button-8-mobile-menu {
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    line-height: 2.2rem;
    display: flex;
  }

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

  .nav-link-2 {
    z-index: 25;
    color: #d8c3e3;
    text-align: left;
    width: 100%;
    padding-left: 2em;
    padding-right: 0;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .nav-link-2.w--current {
    z-index: 25;
    color: #9ed9cc;
    text-align: left;
    padding-left: 2em;
  }

  .navigation {
    width: 100%;
  }

  .nav-link-2-mobile {
    z-index: 25;
    color: #d8c3e3;
    text-align: left;
    width: 100%;
    padding-left: 2em;
    padding-right: 0;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .nav-link-2-mobile.w--current {
    z-index: 25;
    color: #9ed9cc;
    text-align: left;
    padding-left: 2em;
  }

  .image-31 {
    opacity: .5;
    mix-blend-mode: color-dodge;
    justify-content: center;
    align-items: center;
    max-width: 40%;
    display: inline-flex;
  }

  .navigation-right {
    display: none;
  }

  .section-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
  }

  .text-movig-wrapper {
    display: block;
    overflow: hidden;
  }

  .text-mover {
    overflow: visible;
  }

  .text-mover-item, .text-mover-item-2 {
    color: #a5d3d8;
    text-align: center;
    letter-spacing: .1rem;
    font-size: 2rem;
    display: block;
  }

  .image-38 {
    width: 50%;
  }

  .image-40 {
    opacity: .5;
    max-width: 80%;
    color: var(--blue);
  }

  .button-4.is-secondary {
    opacity: .61;
    font-size: 1.2em;
  }

  .page-wrapper {
    display: none;
  }

  .section-9 {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-wrapper-2 {
    display: none;
  }

  .rotate-heading {
    font-size: 12vw;
  }

  .dot.large {
    border-width: 1px;
    width: 9px;
    height: 9px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .page-wrapper-3 {
    display: none;
  }

  .text-wrapper.cc-top-20 {
    margin-top: 1rem;
  }

  .faq-accordion {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: 1rem;
  }

  .image-2.cc-faq-1-copy, .image-2.cc-faq-1 {
    max-width: 4rem;
    margin-left: -26px;
  }

  .grid-cols, .grid-cols.cc-2col.cc-gap-80 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-11 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .author-image-square---brix.float-image {
    min-height: 350px;
  }

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

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

  .feature-desc {
    padding-right: 10%;
  }

  .plan-desc {
    display: none;
  }

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

  .pricing-grid-row.cc-plans {
    grid-template-areas: "feature feature feature"
                         "plan-1 plan-2 plan-3";
  }

  .plan-price {
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-27 {
    justify-content: center;
  }

  .footer_top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .aerokit_p2 {
    font-size: .875rem;
  }

  .footer_left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-bottom-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: center;
  }

  .footer_top-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .background-mobile {
    background-image: url('../images/Prueba-5.png');
    background-position: 50% 100%;
    background-size: cover;
  }

  .countdown-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
  }

  .countdown-time {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .countdown-detail {
    opacity: 1;
    font-size: 12px;
    font-weight: 400;
  }

  .image-53 {
    max-width: 50%;
  }

  .text-block-43-copy {
    width: 80%;
    font-size: 2rem;
    line-height: 2rem;
  }

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

#w-node-_7d128895-b2bb-06ef-6882-a074a974264e-c59c8bbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed6fb-c59c8bbc {
  grid-area: plan-1;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed702-c59c8bbc {
  grid-area: plan-2;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed709-c59c8bbc {
  grid-area: plan-3;
}

#w-node-_710d285d-c9a0-2078-1ed5-3427944d4f71-c59c8bbc {
  grid-area: feature;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed711-c59c8bbc {
  grid-area: plan-3;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed713-c59c8bbc {
  grid-area: plan-2;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed715-c59c8bbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed717-c59c8bbc {
  grid-area: feature;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed71d-c59c8bbc {
  grid-area: plan-3;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed71f-c59c8bbc {
  grid-area: plan-2;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed721-c59c8bbc {
  grid-area: plan-1;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed723-c59c8bbc {
  grid-area: feature;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed729-c59c8bbc {
  grid-area: plan-3;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed72b-c59c8bbc {
  grid-area: plan-2;
}

#w-node-_7528d767-a46b-772f-9d60-91110fdb41df-c59c8bbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed72f-c59c8bbc {
  grid-area: feature;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed735-c59c8bbc {
  grid-area: plan-3;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed737-c59c8bbc {
  grid-area: plan-2;
}

#w-node-d04c08fb-c9ed-4ffa-c508-6554facbef1f-c59c8bbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed73b-c59c8bbc {
  grid-area: feature;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed741-c59c8bbc {
  grid-area: plan-3;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed743-c59c8bbc {
  grid-area: plan-2;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed745-c59c8bbc {
  grid-area: plan-1;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed747-c59c8bbc {
  grid-area: feature;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed74d-c59c8bbc {
  grid-area: plan-3;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed74f-c59c8bbc {
  grid-area: plan-2;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed751-c59c8bbc {
  grid-area: plan-1;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed753-c59c8bbc {
  grid-area: feature;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed759-c59c8bbc {
  grid-area: plan-3;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed75b-c59c8bbc {
  grid-area: plan-2;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed75d-c59c8bbc {
  grid-area: plan-1;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed75f-c59c8bbc {
  grid-area: feature;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed765-c59c8bbc {
  grid-area: plan-3;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed767-c59c8bbc {
  grid-area: plan-2;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed769-c59c8bbc {
  grid-area: plan-1;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed76b-c59c8bbc {
  grid-area: feature;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed771-c59c8bbc {
  grid-area: plan-3;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed773-c59c8bbc {
  grid-area: plan-2;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed775-c59c8bbc {
  grid-area: plan-1;
}

#w-node-_5c16b6ed-349e-9c9a-c748-b361479ed777-c59c8bbc {
  grid-area: feature;
}

#w-node-bbbe0232-1cda-d55e-6a25-8dac300224dd-c59c8bbc {
  grid-area: plan-3;
}

#w-node-bbbe0232-1cda-d55e-6a25-8dac300224df-c59c8bbc {
  grid-area: plan-2;
}

#w-node-bbbe0232-1cda-d55e-6a25-8dac300224e1-c59c8bbc {
  grid-area: plan-1;
}

#w-node-bbbe0232-1cda-d55e-6a25-8dac300224e3-c59c8bbc {
  grid-area: feature;
}

#w-node-_80f3d9de-5b4b-a5de-4027-48d907ddd7a2-c59c8bbc {
  grid-area: plan-3;
}

#w-node-_80f3d9de-5b4b-a5de-4027-48d907ddd7a4-c59c8bbc {
  grid-area: plan-2;
}

#w-node-_80f3d9de-5b4b-a5de-4027-48d907ddd7a6-c59c8bbc {
  grid-area: plan-1;
}

#w-node-_80f3d9de-5b4b-a5de-4027-48d907ddd7a8-c59c8bbc {
  grid-area: feature;
}

#w-node-ef8c207d-598c-baca-9d7f-de22fbcd02db-c59c8bbc {
  grid-area: plan-3;
}

#w-node-ef8c207d-598c-baca-9d7f-de22fbcd02dd-c59c8bbc {
  grid-area: plan-2;
}

#w-node-ef8c207d-598c-baca-9d7f-de22fbcd02df-c59c8bbc {
  grid-area: plan-1;
}

#w-node-ef8c207d-598c-baca-9d7f-de22fbcd02e1-c59c8bbc {
  grid-area: feature;
}

#w-node-_476bb329-e639-9185-8b3d-bfb5977faccc-c59c8bbc {
  grid-area: plan-3;
}

#w-node-_476bb329-e639-9185-8b3d-bfb5977facce-c59c8bbc {
  grid-area: plan-2;
}

#w-node-_476bb329-e639-9185-8b3d-bfb5977facd0-c59c8bbc {
  grid-area: plan-1;
}

#w-node-_476bb329-e639-9185-8b3d-bfb5977facd2-c59c8bbc {
  grid-area: feature;
}

#w-node-_99e6a219-2b4d-781b-f29c-ef5beb5185e5-c59c8bbc {
  grid-area: plan-3;
}

#w-node-_99e6a219-2b4d-781b-f29c-ef5beb5185e7-c59c8bbc {
  grid-area: plan-2;
}

#w-node-_99e6a219-2b4d-781b-f29c-ef5beb5185e9-c59c8bbc {
  grid-area: plan-1;
}

#w-node-_99e6a219-2b4d-781b-f29c-ef5beb5185eb-c59c8bbc {
  grid-area: feature;
}

#w-node-dd8f25d4-3c09-3ac3-b595-a183150fa04e-c59c8bbc {
  grid-area: plan-3;
}

#w-node-dd8f25d4-3c09-3ac3-b595-a183150fa050-c59c8bbc {
  grid-area: plan-2;
}

#w-node-dd8f25d4-3c09-3ac3-b595-a183150fa052-c59c8bbc {
  grid-area: plan-1;
}

#w-node-dd8f25d4-3c09-3ac3-b595-a183150fa054-c59c8bbc {
  grid-area: feature;
}

#w-node-_09740ce4-7dfe-3566-1054-ffd7d3011361-c59c8bbc {
  grid-area: plan-3;
}

#w-node-_09740ce4-7dfe-3566-1054-ffd7d3011363-c59c8bbc {
  grid-area: plan-2;
}

#w-node-_09740ce4-7dfe-3566-1054-ffd7d3011365-c59c8bbc {
  grid-area: plan-1;
}

#w-node-_09740ce4-7dfe-3566-1054-ffd7d3011367-c59c8bbc {
  grid-area: feature;
}

#w-node-_73cc1d51-cf75-e16b-3af7-7d15f2175e75-c59c8bbc {
  grid-area: plan-3;
}

#w-node-_73cc1d51-cf75-e16b-3af7-7d15f2175e77-c59c8bbc {
  grid-area: plan-2;
}

#w-node-_73cc1d51-cf75-e16b-3af7-7d15f2175e79-c59c8bbc {
  grid-area: plan-1;
}

#w-node-_73cc1d51-cf75-e16b-3af7-7d15f2175e7b-c59c8bbc {
  grid-area: feature;
}

@media screen and (max-width: 991px) {
  #w-node-_5c16b6ed-349e-9c9a-c748-b361479ed6fb-c59c8bbc {
    grid-area: plan-1;
  }

  #w-node-_5c16b6ed-349e-9c9a-c748-b361479ed702-c59c8bbc {
    grid-area: plan-2;
  }

  #w-node-_5c16b6ed-349e-9c9a-c748-b361479ed709-c59c8bbc {
    grid-area: plan-3;
  }

  #w-node-_710d285d-c9a0-2078-1ed5-3427944d4f71-c59c8bbc {
    grid-area: plan-1;
  }

  #w-node-_4fe65bc0-ea2e-11c2-92c6-32c521a25fef-c59c8bbc {
    grid-area: 1 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4fe65bc0-ea2e-11c2-92c6-32c521a25fef-c59c8bbc {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4fe65bc0-ea2e-11c2-92c6-32c521a25fef-c59c8bbc {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }
}


@font-face {
  font-family: 'Abrade';
  src: url('../fonts/Abrade-Regular.ttf') format('truetype'), url('../fonts/Abrade-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abrade';
  src: url('../fonts/Abrade-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abrade';
  src: url('../fonts/Abrade-ExtraBold.ttf') format('truetype'), url('../fonts/Abrade-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abrade';
  src: url('../fonts/Abrade-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abrade';
  src: url('../fonts/Abrade-SemiLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rifficfree';
  src: url('../fonts/RifficFree-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}