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

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

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

@font-face {
  font-family: Latinotype juana alt;
  src: url('../fonts/Latinotype---Juana-Alt-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

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

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

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

h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 45px;
  font-family: Foundersgrotesk Light, sans-serif;
  font-size: 9vw;
  font-weight: 300;
  line-height: 50%;
  display: inline-block;
}

h2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Foundersgrotesk Light, sans-serif;
  font-size: 3.2vw;
  font-weight: 300;
  line-height: 85%;
}

h3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Foundersgrotesk Light, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 26px;
}

p {
  color: #ffffff80;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Foundersgrotesk Light, sans-serif;
  font-weight: 400;
  line-height: 18px;
}

.container-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100%;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.row-top {
  z-index: 10;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  display: flex;
  position: sticky;
  inset: 0 0 auto;
}

.row-middle {
  backface-visibility: visible;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
  transform: none;
}

.row-bottom {
  align-items: center;
  width: 100%;
  height: 10%;
  display: flex;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: .85fr 1fr;
  grid-template-columns: 1.8fr 1fr;
  width: 100%;
  height: 100%;
  position: relative;
}

.grid.two {
  grid-template-rows: 3.1fr 1fr;
  grid-template-columns: .75fr 1fr;
}

.img-parent {
  color: #fff;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.img-inner {
  width: 100%;
  height: 100%;
}

.img-inner.img-1 {
  background-image: url('../images/bbva.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-inner.img-3 {
  background-image: url('../images/madbcn1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.img-inner.img-4 {
  object-fit: fill;
  background-image: url('../images/99_2.png');
  background-position: 0 0;
  background-size: auto;
  height: 500px;
}

.img-inner.img-2 {
  background-image: url('../images/99mockups5-u569268-fr.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-inner.img-3 {
  background-image: url('../images/Pll-resvista.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-parent {
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
  position: relative;
}

.text-wrap {
  z-index: 1;
  position: relative;
}

.text-wrap.flex {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.link-block {
  opacity: 1;
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 20px;
  flex: 1;
  align-items: center;
  width: 100%;
  font-family: Foundersgrotesk Light, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
}

.border-line-btm {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.push-50 {
  color: #00000080;
  text-transform: none;
  max-width: 400px;
  margin-left: 0%;
  margin-right: 5%;
  font-size: 18px;
  line-height: 1.3em;
}

.text-hide {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: block;
  overflow: hidden;
}

.text-span {
  display: inline-block;
}

.text-span.one {
  z-index: -9999;
  opacity: 0;
  color: #000;
  text-transform: none;
  font-family: Foundersgrotesk Light, sans-serif;
  font-size: 2vw;
  font-weight: 300;
  display: block;
  position: relative;
}

.text-span.six {
  float: none;
  opacity: 0;
  color: #fff;
  font-size: 5vw;
  display: block;
}

.block-cover {
  z-index: 1;
  color: #fff;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.block-cover-shade {
  background-color: #0a0a0a;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.sm-txt {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  margin-top: 3px;
  margin-left: 15px;
  font-family: Foundersgrotesk Light, sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
}

.menu-parent {
  cursor: pointer;
  width: 70px;
  padding: 0 20px;
  position: relative;
  top: -33px;
  right: 0;
}

.line-top {
  background-color: #000;
  width: 100%;
  height: 3px;
}

.line-bottom {
  background-color: #000;
  width: 100%;
  height: 3px;
  margin-bottom: 6px;
}

.menu-parent-slide {
  z-index: 1;
  color: #db1d1d;
  text-align: left;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #f3f3f3;
  background-clip: border-box;
  flex-flow: column;
  place-content: flex-start center;
  align-items: flex-start;
  width: 42%;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav-parent {
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-top: 0;
  margin-left: 0;
  padding-left: 40px;
  display: block;
}

.menu-txt {
  color: #444;
  text-transform: none;
  margin-bottom: 7px;
  font-size: 25px;
  line-height: 30px;
  transition: opacity .4s;
  display: block;
}

.menu-txt:hover {
  opacity: .5;
}

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

.link-block-menu.one {
  flex: 0 auto;
}

.link-block-menu.two {
  flex: 0 auto;
  position: relative;
}

.link-block-menu.three, .link-block-menu.four {
  flex: 0 auto;
}

.about-panel {
  z-index: 2;
  background-color: #1b1b1b;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.about-inner {
  width: 100%;
  height: 100vh;
  padding-bottom: 40px;
}

.about-content-inner {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 40%;
  height: 100%;
  padding: 440px 40px 0 30px;
  display: flex;
  position: relative;
}

.spacer-20 {
  width: 100%;
  padding-bottom: 20px;
}

.close {
  z-index: 999;
  background-color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 30px 30px auto auto;
}

.heading {
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  display: block;
  position: static;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.heading-2 {
  letter-spacing: .5px;
  text-transform: none;
}

.paragraph {
  text-transform: none;
}

.heading-3 {
  max-width: 600px;
}

.container {
  height: 100%;
}

.contenedor-principal {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.body {
  background-color: #fff;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-2 {
  background-color: #285ef1;
  width: 60%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
}

.top {
  z-index: 30;
  clear: none;
  background-color: #fff0;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: 80px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: sticky;
  inset: 0% auto auto;
  overflow: visible;
}

.heading-4 {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  font-family: Foundersgrotesk Light, sans-serif;
  font-size: 25px;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.heading-4.w--current {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-top: 10px;
  font-size: 22px;
  text-decoration: none;
  position: sticky;
}

.div-block-3 {
  align-items: center;
  width: 100%;
  height: 20%;
  margin-top: -19px;
  margin-bottom: 30px;
  display: flex;
  position: static;
}

.bottom {
  grid-column-gap: 22px;
  grid-row-gap: 23px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 4.75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 20%;
  margin-bottom: 29px;
  display: grid;
  position: static;
  bottom: auto;
}

.body-2 {
  background-color: #fff;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

.image {
  object-fit: cover;
  object-position: 35% 0%;
  width: 100%;
  height: 100%;
  display: block;
}

.paragraph-2 {
  color: #00000080;
  text-transform: none;
  object-fit: fill;
  width: auto;
  height: auto;
  margin-top: 19px;
  margin-bottom: auto;
  padding-top: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 1.2em;
  overflow: visible;
}

.big-heading {
  z-index: 9999;
  color: #000;
  text-align: right;
  letter-spacing: -12px;
  text-transform: none;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Latinotype juana alt, sans-serif;
  font-size: 22vw;
  font-weight: 300;
  line-height: .8em;
  display: inline-flex;
  position: static;
  top: 7px;
}

.big-heading.two {
  letter-spacing: -12px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.big-heading.last {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12vw;
}

.paragraph-3 {
  z-index: 200;
  color: #000;
  text-transform: none;
  width: auto;
  margin-bottom: 20px;
  font-family: Foundersgrotesk Regular, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  position: relative;
}

.image-2 {
  clear: none;
  object-fit: cover;
  object-position: 0% 50%;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 20px 0 0 20px;
  flex: 0 auto;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0%;
  margin-bottom: 0;
  display: block;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.me {
  z-index: 2000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 0;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.block-quote {
  clear: none;
  direction: ltr;
  color: #000;
  letter-spacing: .2px;
  text-transform: none;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  font-family: Foundersgrotesk Light, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  display: block;
}

.imagen {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 0;
}

.imagen._50 {
  object-fit: cover;
  object-position: 50% 50%;
  width: auto;
  height: auto;
}

.grid-2 {
  grid-template-rows: auto;
  width: 100%;
  min-width: 100%;
}

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

.trabajo-solo {
  object-fit: cover;
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-bottom: 116px;
  margin-left: 0;
  margin-right: 20px;
  padding-right: 0;
  display: block;
}

.trabajo-solo.last {
  object-fit: cover;
  flex: 1;
  height: 50%;
  margin-right: 0;
}

.trabajo-solo._50 {
  width: auto;
}

.trabajos {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: flex;
}

.trabajos.one-work {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.trabajos.dcha {
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-around;
}

.heading-5 {
  color: #000;
  text-transform: none;
  flex: 1;
  align-self: center;
  font-size: 100px;
  line-height: .7em;
}

.grid-3 {
  grid-template-rows: auto auto auto;
}

.section {
  display: flex;
}

.grid-4 {
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
  align-items: start;
  margin-bottom: 45px;
  padding-left: 30px;
  padding-right: 30px;
}

.descripcion-proyecto {
  color: #00000080;
  text-transform: none;
  margin-top: 20px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
  text-decoration: none;
}

.descripcion-proyecto.primero {
  box-sizing: border-box;
  color: #000;
  align-self: flex-end;
  max-width: 20ch;
  margin: 1px 0 0 18px;
  padding-left: 0;
  font-size: 40px;
  line-height: 1.1em;
  position: static;
}

.descripcion-proyecto.primero.segundo {
  clear: none;
  color: #000000b3;
  flex-flow: column;
  align-self: flex-end;
  align-items: flex-start;
  width: 30%;
  max-width: 30ch;
  padding-left: 60px;
  font-size: 18px;
  line-height: 1.2em;
  display: block;
}

.descripcion-proyecto.primero.segundo.ultimo {
  align-self: center;
  margin-left: 44px;
  margin-right: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.2em;
}

.descripcion-proyecto.primero.segundo.intro {
  color: #000000b3;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-size: 18px;
  display: block;
}

.descripcion-proyecto.primero.medio {
  align-self: center;
  line-height: 1.1em;
}

.descripcion-proyecto.relativebig {
  color: #000;
  align-self: flex-end;
  max-width: 20ch;
  margin: 1px 0 0;
  padding-left: 0;
  font-size: 40px;
  line-height: 1.1em;
  position: static;
  top: -213px;
}

.descripcion-proyecto.relativebig.segundo {
  clear: none;
  color: #00000080;
  flex-direction: column;
  align-self: flex-end;
  width: 30%;
  max-width: 30ch;
  padding-left: 60px;
  font-size: 16px;
  display: flex;
}

.descripcion-proyecto.relativebig.segundo.ultimo {
  align-self: center;
  margin-left: 44px;
  padding-left: 0;
}

.descripcion-proyecto.relativebig.segundo.intro {
  justify-content: flex-start;
  align-self: flex-end;
  width: auto;
  max-width: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
}

.descripcion-proyecto.relativebig.medio {
  align-self: center;
}

.proyecto {
  width: 100%;
}

.imagen-proyecto {
  opacity: 1;
  object-fit: cover;
  object-position: 50% 0%;
  border: 0 solid #000;
  border-radius: 20px;
  width: 100%;
  height: 400px;
  margin-bottom: 0;
}

.div-block-6 {
  align-self: flex-start;
  width: 70vw;
  max-width: none;
  height: auto;
  padding-right: 0;
  display: block;
}

.heading-6 {
  color: #000;
  text-transform: none;
  margin-bottom: 25px;
  padding-top: 0;
  font-size: 25px;
  line-height: 1em;
}

.div-block-7 {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.imagen-link {
  opacity: 1;
  border: 0 solid #000;
}

.destacado {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  margin-bottom: 60px;
  padding-left: 0;
  display: flex;
}

.destacado.abajo {
  justify-content: flex-end;
  margin-bottom: 40px;
}

.destacado.shorter {
  justify-content: center;
  align-items: flex-start;
}

.destacado.v {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 60px;
  position: relative;
}

.destacado-imagen {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: auto;
}

.destacado-imagen.segundo {
  object-fit: contain;
  flex: 1;
  width: 100%;
  max-width: none;
  height: auto;
}

.destacado-imagen.segundoa {
  object-fit: contain;
  flex: 1;
  width: 60vw;
  max-width: none;
  height: auto;
}

.paragraph-4 {
  color: #00000080;
}

.link-block-2 {
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  max-width: 55%;
  display: flex;
}

.section-2 {
  margin-bottom: 26px;
  padding-left: 30px;
  padding-right: 30px;
}

.link-block-3 {
  align-self: flex-start;
  width: 60%;
}

.bold-text {
  color: #00000080;
}

.link {
  height: 200px;
}

.section-3 {
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.link-2 {
  color: #464646;
  flex: 0 auto;
  align-self: center;
  text-decoration: none;
  position: static;
  left: 0;
}

.image-3, .image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

.section-4 {
  filter: grayscale();
  perspective: 2000px;
  transform-style: preserve-3d;
  background-image: url('../images/fbbva.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 1000px;
  line-height: 100px;
  transform: perspective(2000px)rotateX(26deg)rotateY(17deg)rotateZ(0);
}

.grid-5 {
  grid-column-gap: 0px;
  grid-auto-rows: 500px;
  place-content: center space-around;
  place-items: stretch baseline;
  height: 900px;
}

.div-block-8 {
  background-color: #000;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  position: relative;
  top: -358px;
}

.heading-7 {
  color: #fff;
  text-transform: none;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 50px;
  line-height: 1em;
}

.paragraph-6 {
  color: #ffffffb8;
  text-transform: none;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
}

.div-block-9 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/me.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: flex-end;
  height: 900px;
  display: flex;
}

.image-7 {
  object-fit: scale-down;
  width: 70%;
  height: auto;
  margin-left: 0;
  display: block;
}

.div-block-10 {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  display: block;
  position: relative;
}

.div-block-11 {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
}

.link-block-5 {
  background-color: #fff;
  border-radius: 15px 0 0 15px;
  width: 100%;
  height: 800px;
  margin-top: -169px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
}

.gallery-track {
  align-items: center;
  width: 300vw;
  height: 100%;
  display: flex;
  position: relative;
}

.gallery-image {
  border-radius: 5px;
  flex: 1;
  height: 70vh;
  margin: 20px;
  box-shadow: 1px 1px 19px #00000040;
}

.gallery-image._1 {
  background-image: url('../images/saso-tusar-181518_compressed.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-image._2 {
  background-image: url('../images/carson-arias-197710_compressed.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-image._3 {
  background-image: url('../images/andrew-bui-277993_compressed.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-12 {
  z-index: 1;
  align-self: flex-start;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.bold-text-2 {
  font-weight: 300;
}

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

.div-block-14 {
  align-self: center;
  min-width: 220px;
  padding-left: 0;
}

.div-block-14.down {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: flex-end;
  width: 50%;
  min-width: auto;
  margin-left: -22vw;
  margin-right: 20px;
  padding-left: 0;
  display: flex;
}

.award {
  font-size: 15px;
  line-height: 1.1em;
}

.image-8 {
  align-self: flex-start;
  width: 140px;
  max-width: none;
  margin-top: 10px;
  display: block;
}

.background-video {
  width: auto;
  height: 900px;
  position: relative;
}

.link-block-video {
  align-self: flex-start;
  width: 90vw;
}

.image-9 {
  align-self: flex-start;
  width: 140px;
  max-width: none;
  margin-bottom: 0;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 42%;
  height: auto;
  position: absolute;
  inset: auto 0% 8% auto;
}

.text-span-2 {
  font-family: Foundersgrotesk Medium, sans-serif;
}

.text-span-3, .text-span-4 {
  font-family: Foundersgrotesk Medium, sans-serif;
  font-weight: 500;
}

.text-span-5 {
  flex: 0 auto;
  font-family: Foundersgrotesk Medium, sans-serif;
  font-weight: 500;
}

.text-span-6, .text-span-7, .text-span-8, .nnn {
  font-family: Foundersgrotesk Medium, sans-serif;
  font-weight: 500;
}

.text-span-9 {
  font-family: Foundersgrotesk Light, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.link-3 {
  color: #000;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-3:hover {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.text-span-10, .text-span-11, .text-span-12 {
  font-size: 18px;
}

@media screen and (min-width: 1920px) {
  .container-wrap {
    object-fit: fill;
    margin-top: 10px;
    padding-top: 0;
    padding-left: 30px;
    display: flex;
    position: static;
  }

  .row-top {
    object-fit: fill;
    height: 100px;
    padding-top: 0;
    display: flex;
  }

  .row-middle {
    height: 85%;
  }

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

  .img-inner.img-1 {
    background-image: url('../images/loeweint.jpg');
  }

  .img-inner.img-2 {
    background-image: url('../images/abatonweb.jpg');
  }

  .text-wrap {
    margin-bottom: 25px;
    position: static;
  }

  .text-hide {
    margin-top: -298px;
  }

  .block-cover {
    display: none;
  }

  .menu-parent {
    top: -10px;
  }

  .menu-parent-slide {
    border-left: 0 solid #000;
    display: block;
  }

  .nav-parent {
    align-self: flex-start;
    display: block;
  }

  .menu-txt {
    margin-bottom: 10px;
  }

  .heading {
    height: 10px;
    padding-top: 45px;
  }

  .contenedor-principal {
    margin-top: 0;
  }

  .body {
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .top {
    z-index: 9999;
    width: auto;
    margin-bottom: 0;
  }

  .body-2 {
    overflow: visible;
  }

  .big-heading {
    z-index: 999;
    clear: none;
    letter-spacing: -12px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 20vw;
    top: 9px;
  }

  .big-heading.two {
    letter-spacing: -14px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .big-heading.last {
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 12vw;
  }

  .paragraph-3 {
    color: #000;
    width: 90%;
    font-family: Foundersgrotesk Medium, sans-serif;
    font-size: 22px;
    font-weight: 300;
  }

  .image-2 {
    box-sizing: border-box;
    object-fit: cover;
    object-position: 0% 50%;
    background-color: #fff;
    border-radius: 20px 0 0 20px;
    width: 100%;
    max-width: none;
    height: 100%;
    margin-top: 0;
    position: static;
    top: 0;
    overflow: hidden;
  }

  .me {
    z-index: 1;
    clear: none;
    object-fit: contain;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 40px;
    margin-right: 0;
    line-height: 12px;
    display: flex;
    position: relative;
    bottom: auto;
    overflow: visible;
  }

  .descripcion-proyecto.primero {
    color: #000;
    align-self: flex-end;
    max-width: 20ch;
    font-size: 50px;
    line-height: 1em;
  }

  .descripcion-proyecto.primero.segundo {
    align-self: flex-end;
    font-size: 20px;
    line-height: 1.3em;
  }

  .descripcion-proyecto.primero.segundo.ultimo {
    line-height: 1.3em;
  }

  .descripcion-proyecto.primero.segundo.intro {
    justify-content: flex-end;
    align-self: center;
    width: auto;
    max-width: 350px;
    padding-left: 0;
    font-size: 20px;
    line-height: 1.3em;
  }

  .descripcion-proyecto.primero.medio {
    line-height: 1em;
  }

  .descripcion-proyecto.relativebig {
    color: #000;
    align-self: flex-end;
    max-width: 20ch;
    font-size: 50px;
    line-height: 1em;
  }

  .descripcion-proyecto.relativebig.segundo {
    align-self: flex-end;
    font-size: 20px;
  }

  .descripcion-proyecto.relativebig.segundo.intro {
    justify-content: flex-end;
    align-self: flex-end;
    padding-left: 10px;
  }

  .descripcion-proyecto.relativebig.medio {
    line-height: 1.1em;
  }

  .imagen-proyecto {
    height: 400px;
  }

  .div-block-6 {
    flex: 0 auto;
    width: 60vw;
  }

  .destacado {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    height: 100%;
  }

  .destacado.abajo {
    width: auto;
    height: auto;
    margin-bottom: 60px;
  }

  .destacado.shorter {
    width: auto;
    height: auto;
  }

  .destacado-imagen {
    width: 100%;
  }

  .destacado-imagen.segundo {
    -webkit-text-fill-color: inherit;
    object-fit: contain;
    background-clip: padding-box;
    border-radius: 20px;
    width: auto;
    height: 800px;
    display: block;
  }

  .destacado-imagen.segundoa {
    -webkit-text-fill-color: inherit;
    object-fit: contain;
    background-clip: padding-box;
    width: auto;
    height: 800px;
    display: block;
  }

  .link-block-2 {
    flex: 0 auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .section-2 {
    margin-bottom: 31px;
  }

  .link-block-3 {
    flex: 0 auto;
    width: auto;
    height: 800px;
  }

  .link-block-4 {
    object-fit: cover;
    height: 400px;
  }

  .paragraph-5 {
    color: #00000080;
    margin-bottom: 1px;
    padding-top: 22px;
    padding-bottom: 0;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
  }

  .link-2 {
    margin-left: 41px;
  }

  .heading-7 {
    line-height: 1em;
  }

  .link-block-5 {
    background-color: #fff;
    border-radius: 20px;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 900px;
    margin-top: -192px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .div-block-14.down {
    justify-content: flex-end;
    margin-left: -377px;
    margin-right: 20px;
  }

  .image-8 {
    margin-top: 0;
  }

  .background-video {
    height: 1000px;
  }

  .link-block-video {
    flex: 0 auto;
    width: 100%;
    height: 1100px;
  }

  .image-9 {
    align-self: flex-start;
    margin-bottom: 0;
  }

  .flex-block {
    inset: auto 0% 0% auto;
  }
}

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

  .grid {
    grid-template-rows: 1.4fr 1fr;
  }

  .push-50 {
    margin-top: 30px;
    margin-left: 0%;
  }

  .about-content-inner {
    max-width: 50%;
  }

  .top {
    width: auto;
  }

  .heading-4 {
    font-size: 5vw;
  }

  .heading-4.w--current {
    font-size: 22px;
    font-weight: 300;
  }

  .bottom {
    grid-template-columns: 4.75fr;
  }

  .big-heading {
    letter-spacing: -3px;
    font-size: 18vw;
    line-height: .8em;
  }

  .big-heading.two {
    letter-spacing: -6px;
    margin-top: 80px;
    margin-bottom: 20px;
  }

  .paragraph-3 {
    width: 75%;
  }

  .image-2 {
    order: -1;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .me {
    flex-direction: column;
    display: flex;
  }

  .block-quote {
    width: 100%;
  }

  .trabajos {
    flex-direction: column;
    display: flex;
  }

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

  .descripcion-proyecto.primero {
    align-self: center;
    width: 50%;
    max-width: none;
    margin-top: 23px;
    margin-left: 0;
    margin-right: 0;
    font-size: 26px;
  }

  .descripcion-proyecto.primero.segundo {
    align-self: flex-start;
    width: 100%;
    max-width: 60ch;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .descripcion-proyecto.primero.segundo.ultimo {
    width: 100%;
    margin-left: 0;
  }

  .descripcion-proyecto.primero.segundo.intro {
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .descripcion-proyecto.primero.medio {
    width: 70%;
    font-size: 26px;
  }

  .descripcion-proyecto.relativebig {
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 26px;
    top: 0;
  }

  .descripcion-proyecto.relativebig.segundo {
    width: 100%;
    max-width: 60ch;
    margin-bottom: 24px;
    padding-left: 0;
  }

  .descripcion-proyecto.relativebig.segundo.ultimo {
    width: 100%;
    margin-left: 0;
  }

  .descripcion-proyecto.relativebig.segundo.intro {
    flex-wrap: nowrap;
    align-self: flex-start;
    margin-top: 20px;
    padding-left: 0;
    display: flex;
  }

  .imagen-proyecto {
    height: 300px;
  }

  .div-block-6 {
    flex: 0 auto;
    order: -1;
    width: 90vw;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .heading-6 {
    font-size: 8vw;
  }

  .destacado {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 60px;
    display: flex;
  }

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

  .destacado.shorter {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .destacado.v {
    margin-bottom: 60px;
  }

  .destacado.vertresp {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .destacado-imagen {
    object-fit: cover;
    width: 450px;
    height: 300px;
    display: block;
    position: static;
  }

  .destacado-imagen.segundo, .destacado-imagen.segundoa {
    object-fit: contain;
    width: 100%;
    height: auto;
  }

  .destacado-imagen.bbva {
    width: auto;
  }

  .link-block-2 {
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    max-width: none;
    display: flex;
  }

  .link-block-3 {
    width: 100%;
  }

  .heading-7 {
    padding-top: 0;
  }

  .image-7 {
    width: 100%;
  }

  .link-block-5 {
    order: -1;
    height: 600px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .gallery-image {
    height: 50vh;
  }

  .div-block-14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .div-block-14.down {
    flex-flow: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: auto;
    margin: 20px 0;
  }

  .award {
    font-size: 14px;
  }

  .image-8 {
    align-self: flex-start;
    width: 110px;
    margin-top: 0;
  }

  .background-video {
    width: auto;
    height: 500px;
  }

  .link-block-video {
    width: 100%;
  }

  .image-9 {
    width: 100px;
  }

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 45%;
    inset: auto 0% 0% auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 20px;
    padding-top: 60px;
    font-size: 20vw;
  }

  h2 {
    font-size: 5vw;
    line-height: 90%;
  }

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

  .nav-parent {
    margin-left: 40px;
  }

  .about-content-inner {
    max-width: 100%;
  }

  .heading {
    padding-top: 45px;
  }

  .top {
    width: auto;
    margin-bottom: 0;
  }

  .heading-4.w--current {
    font-size: 20px;
  }

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

  .paragraph-2 {
    padding-right: 49px;
  }

  .big-heading {
    letter-spacing: -7px;
    font-size: 30vw;
  }

  .big-heading.two {
    letter-spacing: -7px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-heading.last {
    letter-spacing: -3px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15vw;
  }

  .paragraph-3 {
    width: auto;
  }

  .image-2 {
    order: -1;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .me {
    padding-left: 20px;
  }

  .block-quote {
    font-size: 14px;
  }

  .trabajos {
    display: block;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .descripcion-proyecto.primero {
    align-self: flex-start;
    width: auto;
    margin-left: 0;
    font-size: 20px;
  }

  .descripcion-proyecto.primero.segundo {
    width: 100%;
    padding-left: 0;
  }

  .descripcion-proyecto.primero.segundo.ultimo {
    width: 100%;
    margin-left: 0;
  }

  .descripcion-proyecto.primero.segundo.intro {
    padding-right: 0;
  }

  .descripcion-proyecto.primero.medio {
    align-self: flex-start;
    width: auto;
    font-size: 20px;
  }

  .descripcion-proyecto.relativebig {
    margin-left: 0;
    font-size: 20px;
  }

  .descripcion-proyecto.relativebig.segundo {
    width: 100%;
    padding-left: 0;
  }

  .descripcion-proyecto.relativebig.segundo.ultimo {
    width: 100%;
    margin-left: 0;
  }

  .descripcion-proyecto.relativebig.segundo.intro {
    padding-right: 20px;
  }

  .imagen-proyecto {
    max-width: none;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-6 {
    padding-right: 20px;
  }

  .destacado {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .destacado.abajo {
    width: 100%;
  }

  .destacado.shorter {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .destacado-imagen {
    width: 100%;
    height: auto;
  }

  .destacado-imagen.segundo, .destacado-imagen.segundoa {
    object-fit: cover;
    width: 100%;
  }

  .destacado-imagen.bbva, .link-block-2 {
    width: 100%;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-5 {
    grid-template-columns: 2.25fr .25fr;
  }

  .heading-7 {
    padding-top: 0;
    font-size: 10vw;
  }

  .link-block-5 {
    margin-top: 0;
  }

  .gallery-image {
    min-width: 22.5%;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .div-block-14 {
    align-self: flex-start;
    min-width: auto;
    margin-bottom: 10px;
  }

  .award {
    font-size: 12px;
  }

  .image-8 {
    width: 110px;
  }

  .background-video {
    height: 350px;
  }

  .image-9 {
    margin-bottom: 0;
  }

  .flex-block {
    max-width: 50%;
  }

  .link-block-6, .link-block-7, .link-block-8, .link-block-9 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 0;
  }

  h2 {
    font-size: 8vw;
  }

  h3 {
    font-size: 24px;
    line-height: 24px;
  }

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

  .row-top {
    align-items: flex-start;
    height: 100px;
  }

  .row-bottom {
    height: 60px;
  }

  .grid {
    grid-row-gap: 30px;
    grid-template-rows: 1.2fr 1fr 1.2fr;
    grid-template-columns: 1fr 1fr;
  }

  .content-parent {
    height: 200px;
  }

  .menu-parent {
    width: 50px;
    padding-right: 0;
    top: 3px;
  }

  .menu-parent-slide {
    width: 100%;
  }

  .nav-parent {
    margin-left: 20px;
  }

  .menu-txt {
    font-size: 40px;
  }

  .about-content-inner {
    padding-bottom: 100px;
    padding-right: 30px;
  }

  .close {
    top: 20px;
    right: 20px;
  }

  .heading {
    padding-top: 40px;
  }

  .contenedor-principal {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-4 {
    padding-top: 0;
    font-size: 6vw;
  }

  .heading-4.w--current {
    margin-top: 0;
    font-size: 14px;
  }

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

  .big-heading {
    letter-spacing: -3px;
    font-size: 25vw;
  }

  .big-heading.two {
    letter-spacing: -3px;
  }

  .big-heading.last {
    letter-spacing: -1px;
  }

  .paragraph-3 {
    width: 100%;
    margin-bottom: 10px;
    font-family: Foundersgrotesk Medium, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
  }

  .image-2 {
    object-fit: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 100%;
    height: 280px;
    margin-bottom: 0;
  }

  .me {
    order: 0;
    padding-left: 0;
    display: flex;
  }

  .block-quote {
    width: 100%;
    font-size: 13px;
  }

  .grid-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .descripcion-proyecto.primero {
    margin-top: 0;
    margin-left: 0;
    font-size: 22px;
    line-height: 1.1em;
  }

  .descripcion-proyecto.primero.segundo {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding-left: 0;
  }

  .descripcion-proyecto.primero.segundo.ultimo {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .descripcion-proyecto.primero.segundo.intro {
    padding-right: 0;
  }

  .descripcion-proyecto.primero.medio {
    width: auto;
    font-size: 22px;
    line-height: 1.1em;
  }

  .descripcion-proyecto.relativebig {
    margin-left: 0;
    font-size: 22px;
    line-height: 1.1em;
  }

  .descripcion-proyecto.relativebig.segundo {
    width: 100%;
    max-width: none;
    padding-left: 0;
  }

  .descripcion-proyecto.relativebig.segundo.ultimo {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .descripcion-proyecto.relativebig.medio {
    line-height: 1.1em;
  }

  .imagen-proyecto {
    height: 180px;
  }

  .div-block-6 {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .destacado {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 40px;
    display: flex;
  }

  .destacado.abajo, .destacado.v {
    margin-bottom: 20px;
  }

  .destacado-imagen {
    width: 100%;
    height: auto;
  }

  .destacado-imagen.segundo {
    object-fit: cover;
    height: 150px;
    margin-bottom: 10px;
  }

  .destacado-imagen.segundoa {
    object-fit: cover;
    height: 150px;
  }

  .destacado-imagen.bbva {
    width: 100%;
  }

  .link-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .section-2 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-3 {
    order: -1;
    width: 100%;
  }

  .link-2 {
    font-family: Foundersgrotesk Light, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2em;
  }

  .div-block-8 {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
  }

  .heading-7 {
    padding-top: 0;
    line-height: 1em;
  }

  .div-block-9 {
    flex-flow: row;
    align-content: center;
  }

  .link-block-5 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: auto;
    padding: 7px;
  }

  .gallery-track {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-12 {
    padding-left: 0;
  }

  .div-block-14 {
    margin-bottom: 20px;
  }

  .div-block-14.down {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    min-width: auto;
  }

  .image-8 {
    width: 80px;
  }

  .background-video {
    height: 140px;
  }

  .link-block-video {
    order: -1;
    width: 100%;
  }

  .image-9 {
    align-self: flex-start;
    width: 60px;
    margin-bottom: 0;
  }

  .flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    max-width: none;
    height: auto;
    position: static;
  }

  .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10 {
    width: 100%;
  }

  .text-span-9 {
    font-size: 26px;
    line-height: 1.1em;
  }
}

#w-node-d59bcd10-b0b6-c898-2e1a-3c1006118760-86be1a6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-d59bcd10-b0b6-c898-2e1a-3c1006118760-86be1a6b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_471a8927-ac60-84eb-bdc9-3cbb7ca41997-2df498d8 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a27ade5d-83b4-5f81-ecd8-e9b4aaa2b7ba-2df498d8 {
    justify-self: auto;
  }

  #w-node-_962e6140-bd3d-aa1c-7509-1487350327c2-86be1a6b, #w-node-_3063751e-1179-1a92-e47d-4865de8aab73-86be1a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-d59bcd10-b0b6-c898-2e1a-3c1006118760-86be1a6b {
    grid-area: 2 / 1 / 3 / 3;
  }
}


@font-face {
  font-family: 'Foundersgrotesk Medium';
  src: url('../fonts/FoundersGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgrotesk Regular';
  src: url('../fonts/FoundersGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgrotesk Light';
  src: url('../fonts/FoundersGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Latinotype juana alt';
  src: url('../fonts/Latinotype---Juana-Alt-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}