@font-face {
  font-family: Codina;
  src: url('../fonts/codina-semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Codina;
  src: url('../fonts/codina-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --codina: Codina, Arial, sans-serif;
  --white: white;
  --yellow: yellow;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.header {
  z-index: 99;
  background-color: #fff;
  justify-content: space-around;
  align-items: baseline;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 0;
}

.menu-container {
  align-self: center;
}

.logo-block {
  flex: 1;
  align-self: center;
  min-width: 150px;
  max-width: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.body {
  background-color: var(--black);
  font-family: var(--codina);
}

.header-container-wrap {
  z-index: 99;
  background-color: var(--white);
  border-bottom: 1px solid #000;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.link-block-2 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
}

.row-top-2 {
  z-index: 999;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.grid-lines {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #000;
  height: 100vh;
  padding: 0;
}

.cell-2 {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.cell-4 {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.cell-5 {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.cell-8 {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.cell-9 {
  border-left: 1px solid #000;
}

.cell-10 {
  border-right: 1px solid #000;
}

.flex-block-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 15% 0% auto;
  overflow: hidden;
}

.marquee {
  grid-column-gap: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.text-block-4 {
  font-family: var(--codina);
  color: #000;
  text-transform: lowercase;
  font-size: 9vw;
  line-height: 1;
}

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

.text-span-2, .text-span-3 {
  font-weight: 600;
}

.text-block-5 {
  color: var(--black);
  font-size: 3rem;
  line-height: 3rem;
}

.cell-11 {
  justify-content: center;
  align-items: center;
}

.frase-text-gran {
  grid-column-gap: 15vh;
  grid-row-gap: 15vh;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding: 15vh 20px;
}

.section-circle-animation {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  margin-top: 15vh;
  margin-bottom: 15vh;
  padding-top: 35vh;
  padding-bottom: 35vh;
  display: flex;
}

.cell-12 {
  justify-content: center;
  align-items: center;
}

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

.menu-container {
  z-index: 99;
  background-color: #fff;
  border-left: 1px solid #000;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  height: 100vh;
  padding: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
  transform: translate(105%);
}

.text-menu {
  font-size: 9vw;
  line-height: 1em;
}

.link-text-menu {
  color: var(--white);
  text-decoration: none;
}

.link-text-menu.one-menu-link, .link-text-menu.two-menu-link, .link-text-menu.three-menu-link {
  color: var(--black);
}

.code-embed {
  align-self: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.carrousel-wrapper {
  width: 200%;
}

.section-carrousel {
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: none;
  overflow: hidden;
}

.carrousel {
  width: 50%;
  display: flex;
}

.block-services {
  border: 1px solid #000;
  border-left: 0 #000;
  border-right-style: dashed;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  min-width: 300px;
  height: 40vh;
  padding: 20px;
  display: flex;
}

.menu-line-top {
  border-bottom: 1px solid #000;
  width: 100%;
}

.menu-lines {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 40px;
  height: 40px;
  display: flex;
}

.menu-line-bottom {
  border-bottom: 1px solid #000;
  width: 100%;
}

.text-block-light {
  color: var(--white);
  text-align: center;
  align-self: center;
  font-size: 2rem;
  line-height: 2rem;
}

.grid-no-lines-dark {
  background-color: var(--black);
}

.scroll-track {
  height: 300vh;
  position: relative;
}

.avio-zoom {
  height: 120svh;
}

.grid-mask {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image-3 {
  object-fit: contain;
  align-self: center;
  width: 100vw;
  max-width: none;
}

.cell-15 {
  justify-content: center;
  align-items: center;
}

.text-small {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}

.section-services {
  grid-column-gap: 15vh;
  grid-row-gap: 15vh;
  flex-flow: column;
  margin-top: 25vh;
  margin-bottom: 25vh;
  display: flex;
  position: relative;
}

.ticket-card {
  background-color: var(--white);
  border: 1px solid #000;
  border-style: solid dashed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 55svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 15svh;
}

.ticket-card.branding {
  position: sticky;
  top: 15vh;
}

.ticket-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.image-4 {
  max-width: 30%;
}

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

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

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

.image-5 {
  max-width: 30px;
  transform: rotate(90deg);
}

.flex-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
}

.airthinking-section {
  background-color: var(--black);
  width: 100vw;
  height: 160vw;
  position: relative;
}

.camera1 {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  grid-column-gap: 25svw;
  grid-row-gap: 25svw;
  align-items: center;
  height: 100%;
  padding-left: 0;
  display: flex;
  position: static;
}

.div-block-2 {
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  height: 70px;
  display: flex;
  position: absolute;
  inset: 100px auto 0% 0%;
}

.atprocess {
  flex: none;
  width: 40vw;
  margin-right: 20px;
}

.atprocess.flying, .atprocess.landing, .atprocess.arewethere {
  color: var(--white);
  width: 100%;
  max-width: 360px;
  padding: 20px;
}

.atprocess.departure {
  width: 100%;
  max-width: 360px;
  padding: 20px;
}

.heading-3, .text-block-6 {
  color: var(--white);
}

.frase-text-gran-2 {
  grid-column-gap: 15vh;
  grid-row-gap: 15vh;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
}

.home-logo-left-gradient {
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-logo-left-gradient.right {
  background-image: linear-gradient(270deg, #fff, #fff0);
  inset: 0% 0% 0% auto;
}

.client-logo {
  opacity: .8;
  object-fit: contain;
  width: 100%;
  min-height: 7rem;
  max-height: 7rem;
  transition: opacity .4s;
}

.client-logo:hover {
  opacity: 1;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate {
  grid-column-gap: 3rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.embed {
  display: none;
}

.home-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-9 {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.heading-4 {
  color: var(--black);
  text-align: center;
}

.cell-16 {
  justify-content: center;
  align-items: center;
}

.div-block-3 {
  grid-column-gap: 25vh;
  grid-row-gap: 25vh;
  flex-flow: column;
  display: flex;
}

.footer {
  background-color: var(--white);
  padding-top: 25vh;
  padding-bottom: 15vh;
}

.flex-block-12 {
  grid-column-gap: 15vh;
  grid-row-gap: 15vh;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
}

.image-6 {
  width: 100%;
}

.aspect-square {
  padding-top: 100%;
}

.draggable_overlay {
  justify-content: center;
  align-items: center;
  padding: 2.5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.draggable-height {
  padding-top: 60%;
}

.draggable_section {
  background-color: var(--white);
  cursor: grab;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.draggable_title_text {
  font-size: 2rem;
  line-height: 1.2em;
}

.draggable_box {
  outline-offset: -.5px;
  outline: 1px solid #fff;
  width: 50%;
  height: 50%;
}

.draggable_corner {
  border-style: solid;
  border-width: 3px 0 0 3px;
  border-bottom-color: #000;
  border-right-color: #000;
  width: 4.5%;
  margin: -2.5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.draggable_corner.is-3 {
  inset: auto 0% 0% auto;
  transform: rotate(180deg);
}

.draggable_corner.is-2 {
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.draggable_corner.is-4 {
  inset: auto auto 0% 0%;
  transform: rotate(-90deg);
}

.draggable_item {
  opacity: 1;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.draggable_canvas.draggable-width {
  width: 40%;
}

.draggable_title_wrap {
  text-align: center;
  padding-bottom: 6%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.draggable_lines {
  opacity: .25;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  display: none;
}

.draggable_list {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 33.3333%;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.draggable-scale {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.draggable-width {
  width: 50%;
  position: absolute;
}

.draggable_circle {
  border-radius: 50%;
  outline: 1px solid #fff;
  width: 26%;
  position: absolute;
}

.draggable_link {
  width: 100%;
  height: 100%;
}

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

.image-7 {
  width: 100%;
}

.project-title {
  color: var(--white);
  font-size: 2rem;
}

.flex-block-13 {
  padding: 20px;
}

.load_grid {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.load_grid-item {
  background-color: var(--white);
  border-right: 1px solid #000;
  width: 100%;
  height: 100%;
}

.main-dark {
  background-color: var(--black);
  padding: 40px 20px 20px;
}

.form07_link {
  color: #ffffff4d;
  font-size: 13px;
  font-weight: 300;
}

.text-counter {
  color: var(--white);
  font-size: 14px;
}

.paragraph-4 {
  color: var(--white);
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 23px;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.next-button {
  background-color: var(--black);
  color: var(--yellow);
  flex: 1;
  align-self: center;
  padding: 10px 20px;
  font-size: 15px;
  transition: background-color .2s ease-in;
}

.field-title {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 1px solid #0000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  border: 1px solid #000;
}

.success-message {
  letter-spacing: 1px;
  padding: 50px;
}

.form12_checkbox_field {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 140px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 35px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.checkbox-title {
  color: var(--white);
  order: -1;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.slider {
  background-color: #0000;
  max-width: 700px;
  height: auto;
  position: relative;
}

.mobile-nav-bottom {
  display: none;
}

.submit-button {
  background-color: var(--yellow);
  box-shadow: none;
  color: var(--black);
  letter-spacing: 1px;
  width: 100%;
  max-width: 390px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.previous {
  opacity: .45;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: auto;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.previous:hover {
  opacity: 1;
}

.field-input {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #0000;
  width: 100%;
  min-height: 45px;
  font-size: 16px;
}

.field-input:focus {
  border-color: #0064fe #0064fe var(--yellow);
}

.field-input::placeholder {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
}

.next {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 50px;
  margin: auto auto 25px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.checkbox-field {
  border-width: 1px;
  border-color: var(--white);
  background-color: var(--black);
  box-shadow: none;
  border-left-style: solid;
  border-right-style: solid;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40%;
  min-height: 180px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 20px;
  display: flex;
}

.checkbox_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  display: flex;
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.form-wrapper {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.form-wrap {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 390px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-section-title {
  color: var(--white);
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 32px;
}

.form-full {
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.previous-button {
  opacity: 1;
  color: var(--white);
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 10px 20px;
  font-size: 15px;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.form07_legal {
  color: #ffffff4d;
  margin-top: 20px;
  font-size: 14px;
}

.slider-content-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0 75px;
  display: flex;
  position: relative;
}

.form-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  margin-bottom: -20px;
  display: flex;
}

.text-block-7 {
  color: var(--white);
  font-weight: 500;
}

.form-wrap-full {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.details-right {
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph-5 {
  color: var(--white);
  font-weight: 300;
}

.paragraph-5-copy {
  opacity: .3;
  color: var(--white);
  font-weight: 300;
}

.textarea {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--white);
  background-color: var(--black);
  color: var(--white);
}

.textarea:focus {
  border-bottom-color: var(--yellow);
}

.heading-business {
  color: var(--black);
  font-weight: 300;
}

.section-10 {
  background-color: var(--black);
}

.text-block-5-light {
  color: var(--white);
  text-align: center;
  font-size: 5.5vw;
  line-height: .9em;
}

.frase-text-gran-dark {
  grid-column-gap: 15vh;
  grid-row-gap: 15vh;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding: 15vh 60px;
}

.checkbox-title-small {
  color: var(--white);
  order: -1;
  justify-content: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.1em;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
  position: relative;
}

.chockbox-small-field {
  border: 1px solid var(--white);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100px;
  height: 35px;
  padding: 10px 20px;
  display: flex;
}

.checkbox-2 {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 1px solid #0000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox-2:active {
  border: 1px solid #000;
}

.image-mouse-wrap {
  order: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: block;
  position: relative;
}

.button {
  z-index: 9999;
  background-color: var(--yellow);
  color: var(--black);
  text-transform: lowercase;
  border-radius: 30px;
  padding: 10px 40px;
  font-size: 1rem;
  line-height: 1rem;
}

.code-embed-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.body-4 {
  background-image: url('../images/background-unit-2.svg');
  background-position: 50%;
  background-size: 20px 20px;
  font-family: Codina, Arial, sans-serif;
  font-size: 16px;
}

.main-content {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.super-header {
  z-index: 99;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  min-height: 10svh;
  padding: 20px 20px 10px;
  display: grid;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

.hero {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  max-width: 940px;
  height: 100svh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.marker-notactive {
  width: 30px;
  height: 30px;
  position: absolute;
}

.marker-active {
  width: 32px;
  height: 32px;
  display: none;
  position: absolute;
}

.link-block-4 {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.sub-header {
  pointer-events: none;
  padding: 10px 20px;
  position: fixed;
  inset: auto 0% 0%;
}

.gmb-hours-widget {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gmb-hours-status {
  text-transform: lowercase;
  padding: 7px 14px;
  font-weight: 600;
}

.gmb-hours-line {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: lowercase;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.span {
  font-weight: 600;
}

.stack-cards__before {
  padding-top: 117.5%;
}

.stacked-cards__collection {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.stack-cards {
  width: 25em;
  position: relative;
}

.stack-cards__card {
  background-color: var(--yellow);
  background-image: url('../images/postit1_2000_opt.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  box-shadow: 0 2px 15px -5px #0003;
}

.shuffle-btn__icon-svg {
  width: 1em;
}

.stack-cards__item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.stacked-cards__stack {
  z-index: 0;
  width: 100%;
  position: relative;
}

.shuffle-btn {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black);
  background-color: #efefef80;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 2.75em;
  padding-left: 1.25em;
  padding-right: 1.5em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.shuffle-btn:hover {
  text-decoration: none;
}

.shuffle-btn__span {
  color: var(--black);
  white-space: nowrap;
  margin-top: .0625em;
}

.stack-cards__list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.stacked-cards__controls {
  z-index: 1;
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -1.5em;
  display: flex;
  position: relative;
}

.p-bold {
  font-weight: 600;
}

.services {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15svh;
  display: flex;
}

.sticky-features__tag {
  background-color: #ffffff1a;
  border-radius: .25em;
  font-size: 1em;
  line-height: 1;
}

.sticky-features__img-collection {
  width: 100%;
}

.sticky-features__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.sticky-features__wrap {
  width: 100%;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: relative;
}

.sticky-features__img-item {
  -webkit-clip-path: inset(50% round 0);
  clip-path: inset(50% round 0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sticky-features__text-collection {
  height: 100%;
}

.sticky-features__img-list {
  aspect-ratio: 1 / 1.3;
  width: 100%;
  position: relative;
}

.sticky-features__progress-bar {
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transform: scale3d(0, 1, 1);
}

.sticky-feaures__col {
  flex: 1;
  position: relative;
}

.sticky-feaures__col.is--img {
  overflow: hidden;
}

.sticky-features__text-list {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.sticky-features__p {
  margin-bottom: 0;
  line-height: 1.2;
}

.sticky-features__heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.sticky-features__progress-w {
  background-color: #ffffff26;
  height: .25em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sticky-features__container {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sticky-features__text-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  visibility: hidden;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 27.5em;
  margin-left: auto;
  display: flex;
  position: absolute;
  right: 0;
}

.proces-serveis {
  width: 100%;
  overflow: hidden;
}

.draggable-marquee {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.draggable-marquee__collection {
  will-change: transform;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.draggable-marquee__list {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.draggable-marquee__item {
  flex: none;
  height: 40vh;
  margin-right: 1em;
  overflow: hidden;
}

.draggable-marquee__item-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.projects {
  width: 100%;
  padding-top: 15svh;
  padding-bottom: 15svh;
  overflow: hidden;
}

.advantage {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 40rem;
  padding: 15svh 20px;
  display: flex;
}

.h-center {
  text-align: center;
  font-weight: 300;
}

.p-center-w {
  text-align: center;
}

.logo-wall {
  justify-content: center;
  width: 100%;
  display: flex;
}

.logo-wall__collection {
  width: 100%;
}

.logo-wall__list {
  flex-flow: wrap;
  display: flex;
}

.logo-wall__item {
  width: 25%;
  position: relative;
}

.logo-wall__logo {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-wall__logo-before {
  padding-top: 100%;
}

.logo-wall__logo-target {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.logo-wall__logo-img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: clip;
}

.treballant {
  width: 100%;
  padding-top: 15svh;
  padding-bottom: 15svh;
}

.text-draw {
  color: var(--black);
  cursor: pointer;
  padding-top: .625em;
  font-weight: 600;
  text-decoration: none;
}

.text-draw__span {
  margin-bottom: 0;
  line-height: 1.1;
}

.text-draw__box {
  color: var(--yellow);
  width: 100%;
  height: .625em;
  position: relative;
}

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

.air-thinking {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
}

.heading-8 {
  font-weight: 300;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-20 {
  max-width: 27.5em;
}

.demo-footer__col {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: calc(33.3333% - 1.66667em);
  display: flex;
}

.demo-footer {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  font-variation-settings: "wght" 670;
  letter-spacing: -.02em;
  flex-flow: column;
  justify-content: space-between;
  min-height: 80svh;
  padding: 2.5em;
  font-weight: 600;
  display: flex;
  position: relative;
}

.footer-wrap__dark {
  opacity: 0;
  pointer-events: none;
  background-color: #201d1d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.demo-eyebrow {
  margin-bottom: 0;
  font-weight: 300;
}

.demo-footer__links-row {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  justify-content: space-between;
  display: flex;
}

.demo-footer__logo-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  padding-bottom: 40px;
  display: flex;
}

.footer-wrap {
  background-color: var(--white);
  color: var(--black);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.demo-footer__links {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.section-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .airthinking-section {
    height: 500vw;
  }

  .draggable_title_wrap {
    padding-bottom: 10%;
  }

  .draggable-width {
    width: 70%;
  }

  .draggable_circle {
    width: 36%;
  }

  .field-title {
    padding-left: 0;
  }

  .h-center, .p-center-w {
    width: 75%;
  }

  .logo-wall__item {
    width: 33.333%;
  }

  .demo-footer__col {
    width: 100%;
  }

  .demo-footer__links-row {
    flex-flow: column;
  }

  .demo-footer__logo-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .draggable_corner {
    margin: -2%;
  }

  .draggable-width {
    width: 83%;
  }

  .draggable_circle {
    width: 45%;
  }

  .form12_checkbox_field {
    width: 47%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .slider {
    height: auto;
  }

  .mobile-nav-bottom {
    z-index: 5;
    border-top: 1px solid var(--white);
    background-color: var(--black);
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .previous, .next {
    z-index: 6;
    margin-bottom: 15px;
    position: fixed;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .form-wrapper {
    width: 100%;
  }

  .form-content {
    width: 90%;
  }

  .stack-cards {
    width: 19em;
  }

  .stack-cards__card {
    pointer-events: auto;
  }

  .stack-cards__item {
    pointer-events: none;
  }

  .sticky-features__tag {
    margin-bottom: 0;
  }

  .sticky-features__scroll {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 100svh;
    padding-top: 1.25em;
    padding-bottom: 2.5em;
  }

  .sticky-features__img-list {
    aspect-ratio: 1;
  }

  .sticky-features__text-list {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 20em;
    max-height: none;
  }

  .sticky-features__p {
    font-size: 1em;
  }

  .sticky-features__heading {
    font-size: 1.5em;
  }

  .sticky-features__container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .sticky-features__text-item {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .h-center, .p-center-w {
    width: 100%;
  }

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

  .demo-footer__col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .demo-footer {
    padding-left: 1em;
    padding-right: 1em;
  }

  .demo-eyebrow {
    font-size: 1em;
  }
}

@media screen and (max-width: 479px) {
  .menu-container {
    display: none;
  }

  .header-container-wrap {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .row-top-2 {
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-lines {
    height: 70vh;
  }

  .text-block-4 {
    font-size: 20vw;
  }

  .text-block-5 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .cell-12, .cell-13 {
    display: flex;
  }

  .menu-container {
    width: 100%;
    display: flex;
  }

  .text-menu {
    font-size: 20vw;
  }

  .scroll-track {
    height: 400svh;
  }

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

  .ticket-card.branding, .ticket-card.technology, .ticket-card.media {
    transform: scale(.8);
  }

  .heading-2 {
    font-size: 24px;
  }

  .client-logo {
    object-position: 0% 50%;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .clients-grid.logo-animate {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 26px;
  }

  .div-block-3 {
    flex-flow: column;
    width: 100%;
    display: flex;
    position: relative;
  }

  .form12_checkbox_field {
    width: 100%;
    min-width: auto;
    height: 130px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .mobile-nav-bottom {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .submit-button {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .previous {
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    display: flex;
  }

  .mask {
    height: auto;
    position: relative;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .previous-button {
    flex: 1;
  }

  .slider-content-wrap {
    justify-content: center;
    width: 100%;
    margin-bottom: 140px;
    padding: 50px 10px;
  }

  .form-content {
    width: 100%;
  }

  .heading-business {
    font-size: 24px;
  }

  .button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .super-header {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .logo-wall__item {
    width: 50%;
  }
}

#w-node-_77c7c533-3a30-40fb-65a5-ea10cf6935d9-07dc6024 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_3f9f31c0-387d-6e45-3c0f-a4375f13c3fc-07dc6024, #w-node-_534b268b-60b0-41d9-2bb8-11e40159794b-07dc6024 {
  grid-column: span 3 / span 3;
}

#w-node-_69efd1d6-f703-5be8-8449-3b0e6e4cff37-07dc6024 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-_69efd1d6-f703-5be8-8449-3b0e6e4cff39-07dc6024 {
  grid-column: span 3 / span 3;
}

#w-node-_98f2abc1-5d43-ae7a-a8e8-745543cd754b-07dc6024 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_98f2abc1-5d43-ae7a-a8e8-745543cd754d-07dc6024, #w-node-_98f2abc1-5d43-ae7a-a8e8-745543cd755f-07dc6024 {
  grid-column: span 3 / span 3;
}

#w-node-dfea96fe-bd30-e6af-0bd7-9386254671ba-07dc6024 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_420eb6c3-093e-f3fc-e0ac-21a1d510a622-07dc6024 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_420eb6c3-093e-f3fc-e0ac-21a1d510a624-07dc6024 {
  grid-column: span 3 / span 3;
}

#w-node-_4f7ab801-0ba0-1ca1-c123-a2819d3b28b0-07dc6024, #w-node-_4f7ab801-0ba0-1ca1-c123-a2819d3b28c2-07dc6024 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1a278a6-512c-1e56-abd7-fc91c1b4a7bb-07dc6024 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-e1a278a6-512c-1e56-abd7-fc91c1b4a7bd-07dc6024 {
  grid-column: span 3 / span 3;
}

#w-node-d162e901-567f-e149-412d-0f58169bee2b-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee2c-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee2e-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee2f-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee30-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee31-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee32-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee33-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee36-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee37-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee39-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee3a-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee3b-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee3c-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee3d-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee3e-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee41-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee42-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee44-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee45-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee46-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee47-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee48-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee49-07dc6024 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51ed3f1d-a205-3609-f119-442a4d5ed6a4-07dc6024 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_05ccbda9-8a3e-a159-8bdb-d269912ee2ff-de1f3974 {
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-d162e901-567f-e149-412d-0f58169bee2f-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee3a-07dc6024, #w-node-d162e901-567f-e149-412d-0f58169bee45-07dc6024 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_69efd1d6-f703-5be8-8449-3b0e6e4cff37-07dc6024, #w-node-_420eb6c3-093e-f3fc-e0ac-21a1d510a622-07dc6024, #w-node-e1a278a6-512c-1e56-abd7-fc91c1b4a7bb-07dc6024 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Codina';
  src: url('../fonts/codina-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Codina';
  src: url('../fonts/codina-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}