.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.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;
}

.video-vimeo-wrapper-2 {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  border-radius: 0;
  padding-top: 61%;
  position: relative;
  overflow: hidden;
}

.unmute-icon {
  width: 1em;
  height: 1em;
  font-size: 1.9em;
}

.link {
  color: #fff;
  font-family: Copperplate, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.link:hover {
  color: #686868;
}

.link.right {
  color: #fff;
  text-align: right;
  font-family: Copperplate, sans-serif;
  font-size: 22px;
}

.link.right:hover {
  color: #686868;
}

.play-pause--icon {
  width: 1em;
  height: 1em;
  font-size: 1.7em;
}

.video-play-wrapper {
  z-index: 0;
  color: #000;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: .2em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.container.full {
  height: 100%;
  max-width: none;
  justify-content: center;
  display: flex;
}

.container.absolute {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container.absolute.right {
  z-index: 99;
  width: 5%;
  height: 100%;
  max-width: none;
  justify-content: flex-end;
  align-items: center;
  margin-right: 4em;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.container.absolute.down {
  z-index: 99;
  margin-bottom: 30px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container.absolute.down.hidden {
  display: flex;
}

.container.absolute.up {
  z-index: 99;
  margin-top: 4em;
}

.container.absolute.left {
  z-index: 99;
  width: 10%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  margin-left: 4em;
  margin-right: 0;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
  transform: rotate(0);
}

.container.descripci-n-proyecto {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1.2em;
  line-height: 2em;
}

.container.descripci-n-proyecto.principal {
  flex-direction: column;
  align-items: center;
  margin-top: 9em;
  margin-bottom: 9em;
  display: flex;
}

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

.container.espacios {
  margin-left: 0;
  margin-right: 0;
  padding-left: 4em;
  padding-right: 4em;
}

.vimeo-embed-2 {
  width: 100%;
  height: 100vh;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.youtube {
  display: block;
}

.youtube.hidden, .hidden {
  display: none;
}

.custom-video-wrapper {
  z-index: 1;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-play-pause-wrapper {
  width: 5em;
  height: 5em;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 999em;
  transition: all .25s;
  position: relative;
}

.video-play-pause-wrapper:hover {
  transform: scale(1.2);
}

.video-play-pause-wrapper:active {
  transform: scale(.95);
}

.video-unmute-wrapper {
  z-index: 3;
  width: 7em;
  height: 7em;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  color: #000;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 10px 4em rgba(0, 0, 0, .45);
}

.video-unmute-wrapper:hover {
  transform: scale(1.2);
}

.video-unmute-wrapper:active {
  transform: scale(.95);
}

.video-play-pause-toggle {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1.5em;
  bottom: auto;
  left: auto;
  right: 1.5em;
}

.video-play-pause-toggle.hidden {
  z-index: 999;
  margin-right: 109px;
  display: block;
  right: 3em;
}

.video-pause-wrapper {
  z-index: 1;
  color: #000;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
}

.section._100vh {
  height: 100vh;
  margin-top: 0;
  position: relative;
}

.section.header {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  padding: 2em 4em;
  display: flex;
  position: relative;
}

.section.header.experiencias {
  margin-top: 0;
}

.section.rejilla {
  height: 100vh;
  object-fit: cover;
  flex-direction: row;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section.rejilla.experiencias {
  margin-top: 2vh;
}

.section.rejilla.espacios {
  margin-top: 0;
  padding-bottom: 2em;
  position: relative;
}

.section.imagenes-home {
  margin-top: 8vh;
  margin-bottom: 0;
  padding-bottom: 15em;
}

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

.delete-background-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.gutter-outside {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.video-unmute-button {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
}

.video-unmute-button.hidden {
  display: none;
}

.texto-proyecto {
  text-align: center;
  margin-top: 0%;
  margin-bottom: 0%;
  padding: 10% 5% 5%;
  font-family: Copperplate, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
}

.image {
  width: 15em;
  height: auto;
}

.rejilla-fotos {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: 4em;
  margin-right: 4em;
}

.imagen {
  width: 100%;
}

.boton-audio {
  background-color: #000;
  border-radius: 6px;
  margin-top: 2em;
}

.link-2 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.rejilla-espacios {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.enlace-proyecto {
  position: relative;
}

.contenedor-titulo {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.contenedor-titulo.header {
  z-index: 8;
  flex-flow: row;
  justify-content: center;
  display: flex;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.titulo-proyecto {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Copperplate, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 2.6em;
  display: flex;
  position: relative;
}

.imagen-portfolio {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.imagen-portfolio:hover {
  display: block;
}

.video-portfolio {
  width: 100%;
  height: 540px;
  object-fit: cover;
  display: block;
}

.logo {
  width: 15em;
}

.contenedor-logo {
  z-index: 99;
  position: relative;
}

.titulo-pagina {
  justify-content: center;
  font-family: Copperplate, sans-serif;
  font-size: 1.8em;
  line-height: 2em;
  display: flex;
}

.rejilla-experiencias {
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
}

._100vh {
  height: 100vh;
}

.contenedor-titulo-pagina {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.contenedor-titulo-pagina.header {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-block {
  z-index: 999;
  position: relative;
}

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

.container-historia.full {
  height: 100%;
  max-width: none;
  justify-content: center;
  display: flex;
}

.container-historia.absolute {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-historia.absolute.right {
  z-index: 99;
  width: 5%;
  height: 100%;
  max-width: none;
  justify-content: flex-end;
  align-items: center;
  margin-right: 4em;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.container-historia.absolute.down {
  z-index: 99;
  margin-bottom: 30px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-historia.absolute.down.hidden {
  display: flex;
}

.container-historia.absolute.up {
  z-index: 99;
  margin-top: 4em;
}

.container-historia.absolute.left {
  z-index: 99;
  width: 5%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  margin-left: 4em;
  margin-right: 0;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
  transform: rotate(0);
}

.container-historia.descripci-n-proyecto {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1.2em;
  line-height: 2em;
}

.container-historia.descripci-n-proyecto.principal {
  max-width: 1600px;
  flex-direction: column;
  align-items: center;
  margin-top: 5em;
  margin-bottom: 10em;
  display: flex;
}

.container-historia.descripci-n-proyecto.principal.hidden {
  display: none;
}

.container-historia.fotos {
  max-width: none;
}

.container-historia.espacios {
  margin-left: 0;
  margin-right: 0;
  padding-left: 4em;
  padding-right: 4em;
}

.section-footer {
  width: 100%;
  text-align: center;
}

.div-block-2 {
  text-align: center;
}

.text-footer {
  color: #000;
  text-align: center;
  font-weight: 300;
  position: static;
}

.text-footer.grande {
  font-size: 16px;
  font-weight: 500;
}

.text-footer.grande.direccion {
  font-weight: 300;
}

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

.container-2.footer {
  max-width: none;
  margin-top: 10em;
  margin-bottom: auto;
}

.container-2.full {
  height: 100%;
  max-width: none;
  justify-content: center;
  display: flex;
}

.container-2.video-responsive-home {
  display: none;
}

.container-footer {
  width: 100%;
  flex-direction: row;
  margin-top: 4vh;
  margin-bottom: 4vh;
  display: flex;
  position: relative;
}

.container-footer.final {
  margin-bottom: 5vh;
  padding-bottom: 20px;
}

.link-redes {
  margin-right: 20px;
}

.footer-casa-club {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.footer-casa-club.footer {
  z-index: 999;
  height: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3em;
  padding-bottom: 1em;
  position: relative;
}

.is-magnetic-2 {
  padding-left: 0;
  position: relative;
}

.vimeo-embed-3 {
  width: 100%;
  height: 100vh;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.video-pause-wrapper-2 {
  z-index: 98;
  color: #000;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-play-wrapper-2 {
  z-index: 100;
  color: #000;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: .2em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-vimeo-wrapper-3 {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  border-radius: 0;
  padding-top: 61%;
  position: relative;
  overflow: hidden;
}

.vimeo-embed-4 {
  width: 100%;
  height: 100vh;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.video-play-wrapper-3 {
  z-index: 999;
  color: #000;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: .2em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-video-vimeo {
  display: none;
}

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

.container-video.footer {
  max-width: none;
  margin-top: 10em;
  margin-bottom: auto;
}

.container-video.full {
  height: 100%;
  max-width: none;
  justify-content: center;
  display: flex;
}

.container-video.video-responsive-home, .container-video-responsive.bornveron {
  display: none;
}

.botones-video-responsive {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1.5em;
  bottom: auto;
  left: auto;
  right: 1.5em;
}

.magnetic-responsive {
  padding-left: 0;
}

.video-play-pause-wrapper-2 {
  width: 5em;
  height: 5em;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 999em;
  transition: all .25s;
}

.video-play-pause-wrapper-2:hover {
  transform: scale(1.2);
}

.video-play-pause-wrapper-2:active {
  transform: scale(.95);
}

.boton-play-responsive {
  z-index: 100;
  color: #000;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: .2em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-left: 40px;
  padding-right: 40px;
}

.container-responsive {
  display: none;
}

.text_centers {
  text-align: center;
}

.heading2 {
  font-size: 4.8rem;
  line-height: 1.2;
}

.ui_left2 {
  height: 20rem;
  background-color: #303030;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  padding: 4.1rem;
  font-size: 4rem;
  display: flex;
}

.arrow_wrapper {
  width: 12rem;
  height: 12rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
  position: relative;
  transform: translate(0);
}

.arrow_wrapper.on_video {
  transform: rotate(-90deg);
}

.margin-top-5 {
  margin-top: 5rem;
}

.ui_example {
  color: #ded9dd;
  background-color: #202020;
  margin-left: 8rem;
  margin-right: 8rem;
}

.branding {
  width: 16rem;
  border: 1.5px solid #000;
  margin-top: 1rem;
  margin-left: auto;
  display: flex;
}

.branding.color_lime {
  border-color: #e8f824;
}

.letterspacing_1 {
  letter-spacing: 1rem;
}

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

.more_videos_link {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.more_videos_link:hover {
  color: #201e1f;
  background-color: #e8f824;
  padding-left: 3rem;
  padding-right: 3rem;
}

.ui_cols {
  margin-left: 6rem;
  margin-right: 6rem;
}

.ui_right {
  height: 73rem;
  background-color: #303030;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6rem;
  margin-left: 4rem;
  padding: 4.1rem;
  font-size: 4rem;
  display: flex;
  position: relative;
}

.divider-2 {
  height: 1px;
  background-color: #979797;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.divider-2.no_margin {
  margin-top: 0;
  margin-bottom: 0;
}

.ui_header {
  background-color: #303030;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
  padding: 4.1rem;
  font-size: 4rem;
  display: flex;
}

.delay_wrapper {
  width: 8rem;
  height: 8rem;
  border: 1px solid rgba(178, 178, 178, .16);
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  margin-right: 4rem;
  display: flex;
}

.description_4-8 {
  font-size: 4.8rem;
  line-height: .9;
}

.button-2 {
  color: #fff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -6rem;
  margin-left: 3rem;
  padding: 1.8rem 3.6rem;
  text-decoration: none;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  transform: translate(0, 3rem);
}

.button-2:hover {
  background-position: 50% 100%;
  background-size: 120%;
}

.button-2.on_play_video {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}

.text_right {
  text-align: right;
}

.display_col-2, .flex-align-center {
  align-items: center;
  display: flex;
}

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

.text_bold {
  font-weight: 700;
}

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

.coming_soon {
  width: 100%;
  opacity: .3;
  cursor: not-allowed;
  justify-content: space-between;
  align-items: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  display: flex;
}

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

.margin-top-14 {
  margin-top: 14rem;
}

.arrow {
  width: 4rem;
  height: 4rem;
  color: rgba(0, 0, 0, 0);
}

.arrow.row2 {
  color: #fff;
  position: absolute;
  top: 4rem;
  bottom: auto;
  left: 4rem;
  right: auto;
}

.arrow.row1 {
  color: rgba(0, 0, 0, 0);
}

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

.section-8.has_video {
  padding-bottom: 16rem;
}

.section-8.hero {
  padding-top: 0;
}

.text_lime {
  color: #e8f824;
}

.px_guy {
  width: 100%;
  height: 55rem;
  object-fit: contain;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header_wrapper {
  color: #201e1f;
  background-color: #e8f824;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-left: 4rem;
  margin-right: 4rem;
  padding: 4rem;
}

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

.text_strikethrough {
  font-weight: 200;
  text-decoration: line-through;
}

.margin-left-2 {
  margin-left: 2rem;
}

.more_video_links {
  width: 100%;
  height: 58rem;
  background-color: #505050;
  padding: 3rem 6rem 6rem;
  position: relative;
}

.ui_left3 {
  height: 15rem;
  background-color: #303030;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  padding: 4.1rem;
  font-size: 4rem;
  display: flex;
}

.ui_left1 {
  height: 30rem;
  background-color: #505050;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  padding: 4.1rem;
  font-size: 4rem;
  display: flex;
}

.video_play_cta {
  width: 60rem;
  position: absolute;
  top: auto;
  bottom: -3rem;
  left: 6rem;
  right: auto;
}

.margin-top-1 {
  margin-top: 1rem;
}

.branding_logo {
  width: 8rem;
  background-color: #201e1f;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.branding_logo.color_lime {
  background-color: #e8f824;
}

.display_subhead {
  position: absolute;
  top: auto;
  bottom: 1.6rem;
  left: 52rem;
  right: auto;
}

.description_2 {
  font-size: 2rem;
}

.video_link {
  width: 100%;
  height: 58rem;
  background-color: #505050;
  background-image: none;
  background-position: 50%;
  background-size: 100%;
  transition: all .5s;
  position: relative;
}

.video_link:hover {
  background-size: 110%;
}

.delay_image_margin_right {
  margin-right: 2rem;
}

.divider_vertical {
  width: 1px;
  height: 5rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #979797;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 4rem;
}

.branding_image {
  width: 8rem;
  object-fit: contain;
  object-position: 50% 100%;
}

.section_grid {
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 64px;
  display: flex;
}

.my_container__1160 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.grid__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid__wrapper.movil {
  display: none;
}

.responsive__grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  margin-top: 16px;
}

.responsive__grid.reverse {
  grid-template-columns: 1fr 1fr 2fr;
  margin-top: 16px;
}

.responsive__grid.reverse.vertical {
  grid-template-columns: 3fr 3fr;
}

.responsive__grid.reverse.horivert {
  grid-template-columns: 2fr 1fr;
}

.responsive__grid.reverse.verthori {
  grid-template-columns: 1fr 2fr;
}

.responsive__grid.reverse.horihori {
  grid-template-columns: 1.5fr 1.5fr;
}

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

.grid__image {
  object-fit: cover;
  background-image: url('../images/image_1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.espacio {
  height: 50px;
}

@media screen and (max-width: 991px) {
  .video-play-wrapper:active {
    transform: scale(.9);
  }

  .container.absolute.left {
    width: 15%;
  }

  .container.espacios {
    padding-left: 2em;
    padding-right: 2em;
  }

  .video-play-pause-wrapper:hover {
    transform: none;
  }

  .video-play-pause-wrapper:active {
    transform: scale(.9);
  }

  .video-unmute-wrapper:hover {
    transform: none;
  }

  .video-unmute-wrapper:active {
    transform: scale(.9);
  }

  .section.header {
    height: auto;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .background-video.hidden {
    display: flex;
  }

  .container-w1.gutter-outside {
    width: 100%;
    width: 100%;
    width: 100%;
    display: block;
  }

  .texto-proyecto {
    padding-top: 10%;
  }

  .enlace-proyecto {
    text-decoration: none;
  }

  .contenedor-titulo {
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }

  .contenedor-titulo.header {
    height: auto;
    position: relative;
  }

  .titulo-proyecto {
    margin-left: auto;
    margin-right: auto;
    font-size: 2.1em;
    position: absolute;
  }

  .contenedor-logo {
    margin-bottom: 30px;
    position: relative;
  }

  .contenedor-titulo-pagina {
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }

  .contenedor-titulo-pagina.header {
    height: auto;
    position: relative;
  }

  .container-historia.espacios {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container-2.full {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
  }

  .container-2.full.video {
    height: auto;
    display: block;
  }

  .vimeo-embed-3 {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
    overflow: visible;
  }

  .video-play-wrapper-2:active {
    transform: scale(.9);
  }

  .video-vimeo-wrapper-3 {
    width: 100%;
    height: 100vh;
    max-height: none;
    object-fit: cover;
    padding-top: 0%;
    overflow: hidden;
  }

  .vimeo-embed-4 {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
    overflow: visible;
  }

  .video-play-wrapper-3:active {
    transform: scale(.9);
  }

  .container-video.full {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
  }

  .container-video.full.video {
    height: auto;
    display: block;
  }

  .video-play-pause-wrapper-2:hover {
    transform: none;
  }

  .video-play-pause-wrapper-2:active, .boton-play-responsive:active {
    transform: scale(.9);
  }

  .container-responsive {
    display: none;
  }

  .section_grid {
    height: auto;
    padding: 32px;
  }

  .grid__wrapper {
    flex-direction: column;
    display: none;
  }

  .grid__wrapper.movil {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .responsive__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

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

@media screen and (max-width: 767px) {
  .link, .link.right {
    font-size: 15px;
  }

  .link.movil-home {
    color: #0c0c0c;
  }

  .container {
    text-align: center;
  }

  .container.absolute.right {
    display: none;
  }

  .container.absolute.down.hidden {
    margin-bottom: 14em;
    display: none;
  }

  .container.absolute.left {
    width: 30%;
    height: 100%;
    align-items: center;
    margin-bottom: 2em;
    margin-left: 0;
    display: none;
  }

  .container.absolute.left.hidden {
    display: none;
  }

  .container.espacios {
    padding-left: 0;
    padding-right: 0;
  }

  .video-play-pause-wrapper {
    font-size: .8em;
  }

  .video-unmute-wrapper {
    font-size: .9em;
  }

  .video-play-pause-toggle {
    top: 1em;
    right: 1em;
  }

  .section {
    margin-top: 4vh;
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .background-video.hidden {
    display: flex;
  }

  .container-w1.gutter-outside {
    display: block;
    overflow: visible;
  }

  .texto-proyecto {
    margin-top: 0%;
  }

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

  .enlace-proyecto {
    display: flex;
  }

  .contenedor-titulo {
    flex-direction: column;
    align-items: center;
  }

  .titulo-proyecto {
    font-size: 1.6em;
  }

  .logo {
    width: 12em;
  }

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

  .contenedor-titulo-pagina {
    flex-direction: column;
    align-items: center;
  }

  .container-historia {
    text-align: center;
  }

  .container-historia.espacios {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-redes {
    width: 20px;
    height: 20px;
    line-height: 14px;
  }

  .text-footer.grande {
    font-size: 14px;
  }

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

  .container-2.full, .container-2.full.home, .container-2.full.video {
    display: none;
  }

  .container-2.video-responsive-home {
    height: 90vh;
    justify-content: center;
    display: flex;
  }

  .container-footer {
    flex-direction: row;
    align-items: center;
  }

  .footer-casa-club {
    text-align: center;
  }

  .footer-casa-club.footer {
    margin-top: 1em;
  }

  .video-responsive-home {
    width: 100%;
    height: 100vh;
  }

  .section-video-vimeo {
    z-index: 99999;
    width: 100%;
    height: 100vh;
    align-items: center;
    display: none;
    position: absolute;
  }

  .video-vimeo-responsive {
    position: absolute;
  }

  .contenedor-cerrar {
    width: 30px;
    height: 30px;
    margin-top: 40px;
    margin-left: 7%;
    margin-right: 0%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .container-video {
    text-align: center;
  }

  .container-video.full, .container-video.full.home, .container-video.full.video {
    display: none;
  }

  .container-video.video-responsive-home {
    height: 90vh;
    justify-content: center;
    display: none;
  }

  .container-video-responsive {
    width: 100vw;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .container-video-responsive.bornveron {
    width: 100vw;
    height: 100vh;
    background-image: url('../images/hub-1.png');
    background-position: 50%;
    background-size: auto;
    margin-left: -15px;
    display: flex;
  }

  .container-video-responsive.bornveron.salon-verde {
    background-image: url('../images/salon-verde.png');
    background-size: cover;
  }

  .container-video-responsive.bornveron.salon-principal {
    background-image: url('../images/salon-principal.png');
    background-position: 50%;
    background-size: cover;
  }

  .container-video-responsive.bornveron.txoko {
    background-image: url('../images/txoko.png');
    background-size: cover;
  }

  .container-video-responsive.bornveron.gastronomia {
    background-image: url('../images/Gastronomia.png');
  }

  .container-video-responsive.bornveron.formacion-y-cultura {
    background-image: url('../images/Formación.png');
  }

  .container-video-responsive.bornveron.deportes {
    background-image: url('../images/deportes.png');
  }

  .container-video-responsive.bornveron.celebraciones {
    background-image: url('../images/IMG_0554-2.jpg');
    background-size: cover;
  }

  .container-video-responsive.bornveron.responsabilidad-social {
    background-image: url('../images/responsabilidad-social.png');
    background-size: cover;
  }

  .container-video-responsive.bornveron.corporativo {
    background-image: url('../images/DSC00966-1.jpg');
    background-size: cover;
  }

  .container-video-responsive.bornveron.hub {
    background-size: cover;
  }

  .container-video-responsive.bornveron.home {
    background-image: url('../images/DSC00958-1-1.jpg');
    background-size: cover;
  }

  .botones-video-responsive {
    width: 100%;
    height: 90vh;
    max-width: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    right: 0;
  }

  .video-play-pause-wrapper-2 {
    font-size: .8em;
  }

  .boton-play-responsive {
    padding-left: .2em;
  }

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

  .container-responsive {
    margin-top: 5%;
    margin-bottom: 5%;
    display: block;
    position: relative;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    margin-top: 5%;
  }

  .section_grid {
    padding: 16px;
  }
}

@media screen and (max-width: 479px) {
  .container.absolute.right {
    width: 5%;
    margin-right: 0;
  }

  .container.absolute.left {
    height: 100%;
    align-items: center;
    margin-bottom: 0;
  }

  .container.espacios {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .texto-proyecto {
    margin-top: 5%;
    padding-top: 5%;
  }

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

  .contenedor-titulo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .contenedor-logo {
    margin-bottom: 20px;
  }

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

  .contenedor-titulo-pagina {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .container-historia.espacios {
    padding-left: 0;
    padding-right: 0;
  }

  .container-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .vimeo-embed-3, .vimeo-embed-4 {
    width: 100%;
    left: 0;
    overflow: visible;
  }

  .container-video-responsive.bornveron {
    background-position: 50%;
  }

  .grid {
    grid-template-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

#w-node-_8b9346ef-d4c7-76f0-30b8-99d0ebde5d49-edb799ce {
  grid-area: span 5 / span 5 / span 5 / span 5;
}

#w-node-_620c9d71-c60a-06f8-0158-99cec3768848-edb799ce {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_217c366f-98e9-35b7-d657-e72ff3852275-edb799ce {
  grid-area: span 4 / span 7 / span 4 / span 7;
}

#w-node-db3b07bf-594a-7056-c1e8-fb2f080505b5-edb799ce {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_498328c4-bb0a-ffc4-2bcd-6e03c963ebcf-edb799ce {
  grid-area: span 2 / span 7 / span 2 / span 7;
}

#w-node-_64fe7a97-0c05-6330-63ec-e412a4da71c7-edb799ce {
  grid-area: span 3 / span 5 / span 3 / span 5;
}

#w-node-_7a6b656b-d51c-0384-ad01-d8d5041cfbef-edb799ce {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_85d6bfcb-54d1-eced-30fe-2160ef0971df-edb799ce {
  grid-area: span 2 / span 7 / span 2 / span 7;
}

#w-node-_824c63ef-f5aa-ee47-3ff9-d963217bff63-edb799ce {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-f1435bb4-bdae-eed1-23d6-5583e1fa10b1-edb799ce {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_865ec04f-e9f5-493f-6cd9-7fb2585c671d-edb799ce {
  grid-area: span 2 / span 7 / span 2 / span 7;
}

#w-node-_1ec54a51-2272-8d54-80ab-596fc238590e-edb799ce {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_1f54e840-779b-75d5-a2ee-7032e03953db-edb799ce {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_1c146398-142d-fdd2-f5ab-7262677582f8-edb799ce {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_7ca88169-f6a2-276c-9a7d-0345dd330c2e-edb799ce {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-a3f31406-caa2-c153-8ee0-bdee764a53e6-edb799ce {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ffbf0a2d-bd51-83b3-af4b-639ee1eac4f0-edb799ce {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1a5662a6-3d4f-0c52-1262-b123987f98e5-edb799ce {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-e8d7a56a-d6fd-f3ce-58bb-379fea7eede9-edb799ce, #w-node-_540c0a03-7b65-5f91-2402-3f80af07a881-edb799ce {
  grid-area: span 2 / span 7 / span 2 / span 7;
}

#w-node-_09484cf2-caac-c52c-5d91-80e9ae1ce453-edb799ce {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_6f84659f-44ad-f7bd-4c60-90df0b38e3ab-edb799ce {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_83cdfe34-af1c-3f07-13c4-b393cd3fab4a-edb799ce {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-c0ee2a2c-7514-adc0-d25e-a24c4ca734cf-edb799ce {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_40b25ad5-d702-ad54-b5d2-9af863c66ae0-edb799ce {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-a9395bd1-874e-a8e1-6597-2f0923ecb3bd-edb799ce {
  grid-area: span 2 / span 7 / span 2 / span 7;
}

#w-node-_82e7cf2d-56c3-3732-cba1-43a837f114d4-edb799ce {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_881bdc6a-6bb9-5e91-4485-f56a4dd9a6ce-edb799ce {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e8caec2a-bc47-0d36-5bbb-316725b7b960-edb799ce {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ef48670e-2e59-5a1b-3487-e5cfc2e3d80f-edb799ce {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_7a663282-dada-c56d-5531-76326ab54e03-edb799ce, #w-node-_4d489952-a0aa-d751-03d1-a713e84cf6d7-edb799ce {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_41a84ccd-c002-82e8-59a3-6d2aa74400f9-edb799ce, #w-node-_41a84ccd-c002-82e8-59a3-6d2aa74400fa-edb799ce, #w-node-_1dff580c-e49f-8822-f53f-f76ea2d2be2e-edb799ce, #w-node-_1dff580c-e49f-8822-f53f-f76ea2d2be2f-edb799ce, #w-node-_1dff580c-e49f-8822-f53f-f76ea2d2be30-edb799ce, #w-node-_77f437e6-94a2-c314-fec5-a36026ea430c-edb799ce, #w-node-_77f437e6-94a2-c314-fec5-a36026ea430d-edb799ce, #w-node-_54321c34-3d2b-a265-d24f-7e5316dd51a0-edb799ce, #w-node-_54321c34-3d2b-a265-d24f-7e5316dd51a1-edb799ce, #w-node-_84572051-f29f-4d6d-944c-0a7f0e4d7a76-edb799ce, #w-node-_84572051-f29f-4d6d-944c-0a7f0e4d7a77-edb799ce, #w-node-_84572051-f29f-4d6d-944c-0a7f0e4d7a78-edb799ce {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_1dff580c-e49f-8822-f53f-f76ea2d2be32-edb799ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_1dff580c-e49f-8822-f53f-f76ea2d2be34-edb799ce, #w-node-_96c3d0b4-e7e7-dee6-8a9f-ce973c9cd408-edb799ce, #w-node-_96c3d0b4-e7e7-dee6-8a9f-ce973c9cd409-edb799ce, #w-node-be4a4b0a-e96a-82d2-3081-b30ba9d62787-edb799ce, #w-node-be4a4b0a-e96a-82d2-3081-b30ba9d62788-edb799ce, #w-node-_938fd27b-3b7a-40b5-445d-7b531bfa7f04-edb799ce, #w-node-_938fd27b-3b7a-40b5-445d-7b531bfa7f05-edb799ce, #w-node-_938fd27b-3b7a-40b5-445d-7b531bfa7f06-edb799ce {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-b48a6087-9b1e-6d9c-6351-a10eb2a55dce-edb799ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-b48a6087-9b1e-6d9c-6351-a10eb2a55dcf-edb799ce, #w-node-_677cd934-350a-c6f2-346e-96eafb794a4f-edb799ce, #w-node-_677cd934-350a-c6f2-346e-96eafb794a50-edb799ce, #w-node-_677cd934-350a-c6f2-346e-96eafb794a51-edb799ce, #w-node-_8b81a82e-2af3-ee28-436b-4fb4d7f190cd-edb799ce, #w-node-_8b81a82e-2af3-ee28-436b-4fb4d7f190ce-edb799ce {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_45cde2b3-5e87-f626-c95b-aa5d76e3678d-edb799ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_45cde2b3-5e87-f626-c95b-aa5d76e3678e-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1bf8-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1bf9-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1bfb-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1bfc-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1bfd-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1bff-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c00-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c02-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c03-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c05-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c06-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c07-edb799ce {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c09-edb799ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c0a-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c0c-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c0d-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c0f-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c10-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c12-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c13-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c14-edb799ce {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c16-edb799ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c17-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c19-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c1a-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c1b-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c1d-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c1e-edb799ce {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c20-edb799ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c21-edb799ce {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_53a8d8cb-d5e4-ef59-71a2-ca40e9670587-0adc89ac, #w-node-_53a8d8cb-d5e4-ef59-71a2-ca40e9670588-0adc89ac, #w-node-_53a8d8cb-d5e4-ef59-71a2-ca40e9670589-0adc89ac, #w-node-_53a8d8cb-d5e4-ef59-71a2-ca40e967058a-0adc89ac, #w-node-_53a8d8cb-d5e4-ef59-71a2-ca40e967058b-0adc89ac, #w-node-_544bebcb-384f-5100-4a3b-288af9128499-2f529315, #w-node-_544bebcb-384f-5100-4a3b-288af91284a0-2f529315, #w-node-_544bebcb-384f-5100-4a3b-288af91284a7-2f529315, #w-node-_544bebcb-384f-5100-4a3b-288af91284ae-2f529315, #w-node-_544bebcb-384f-5100-4a3b-288af91284b6-2f529315, #w-node-_544bebcb-384f-5100-4a3b-288af91284bd-2f529315, #w-node-_544bebcb-384f-5100-4a3b-288af91284c4-2f529315, #w-node-_544bebcb-384f-5100-4a3b-288af91284cb-2f529315, #w-node-_544bebcb-384f-5100-4a3b-288af91284d3-2f529315, #w-node-_544bebcb-384f-5100-4a3b-288af91284da-2f529315, #w-node-_544bebcb-384f-5100-4a3b-288af91284e1-2f529315, #w-node-_544bebcb-384f-5100-4a3b-288af91284e8-2f529315, #w-node-_544bebcb-384f-5100-4a3b-288af91284f0-2f529315, #w-node-_544bebcb-384f-5100-4a3b-288af91284f7-2f529315, #w-node-_544bebcb-384f-5100-4a3b-288af91284fe-2f529315, #w-node-_544bebcb-384f-5100-4a3b-288af9128505-2f529315, #w-node-_544bebcb-384f-5100-4a3b-288af912850d-2f529315, #w-node-_544bebcb-384f-5100-4a3b-288af9128514-2f529315, #w-node-_544bebcb-384f-5100-4a3b-288af912851b-2f529315, #w-node-_544bebcb-384f-5100-4a3b-288af9128522-2f529315 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_41a84ccd-c002-82e8-59a3-6d2aa74400fa-edb799ce {
    grid-area: 2 / 1 / 3 / 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_1dff580c-e49f-8822-f53f-f76ea2d2be2e-edb799ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_77f437e6-94a2-c314-fec5-a36026ea430d-edb799ce, #w-node-_54321c34-3d2b-a265-d24f-7e5316dd51a1-edb799ce {
    grid-area: 2 / 1 / 3 / 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_84572051-f29f-4d6d-944c-0a7f0e4d7a76-edb799ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_1dff580c-e49f-8822-f53f-f76ea2d2be34-edb799ce, #w-node-_96c3d0b4-e7e7-dee6-8a9f-ce973c9cd409-edb799ce, #w-node-be4a4b0a-e96a-82d2-3081-b30ba9d62788-edb799ce {
    grid-area: 2 / 1 / 3 / 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_938fd27b-3b7a-40b5-445d-7b531bfa7f04-edb799ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-b48a6087-9b1e-6d9c-6351-a10eb2a55dcf-edb799ce {
    grid-area: 2 / 1 / 3 / 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_677cd934-350a-c6f2-346e-96eafb794a4f-edb799ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_8b81a82e-2af3-ee28-436b-4fb4d7f190ce-edb799ce, #w-node-_45cde2b3-5e87-f626-c95b-aa5d76e3678e-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1bf9-edb799ce {
    grid-area: 2 / 1 / 3 / 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1bfb-edb799ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c00-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c03-edb799ce {
    grid-area: 2 / 1 / 3 / 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c05-edb799ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c0a-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c0d-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c10-edb799ce {
    grid-area: 2 / 1 / 3 / 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c12-edb799ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c17-edb799ce {
    grid-area: 2 / 1 / 3 / 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c19-edb799ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c1e-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c21-edb799ce {
    grid-area: 2 / 1 / 3 / 3;
    align-self: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8b9346ef-d4c7-76f0-30b8-99d0ebde5d49-edb799ce {
    grid-area: span 5 / span 7 / span 5 / span 7;
  }

  #w-node-db3b07bf-594a-7056-c1e8-fb2f080505b5-edb799ce {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_64fe7a97-0c05-6330-63ec-e412a4da71c7-edb799ce {
    grid-area: span 3 / span 7 / span 3 / span 7;
  }

  #w-node-_824c63ef-f5aa-ee47-3ff9-d963217bff63-edb799ce {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-f1435bb4-bdae-eed1-23d6-5583e1fa10b1-edb799ce, #w-node-_1f54e840-779b-75d5-a2ee-7032e03953db-edb799ce, #w-node-_7ca88169-f6a2-276c-9a7d-0345dd330c2e-edb799ce, #w-node-a3f31406-caa2-c153-8ee0-bdee764a53e6-edb799ce, #w-node-ffbf0a2d-bd51-83b3-af4b-639ee1eac4f0-edb799ce, #w-node-_1a5662a6-3d4f-0c52-1262-b123987f98e5-edb799ce, #w-node-e8d7a56a-d6fd-f3ce-58bb-379fea7eede9-edb799ce, #w-node-_540c0a03-7b65-5f91-2402-3f80af07a881-edb799ce, #w-node-_09484cf2-caac-c52c-5d91-80e9ae1ce453-edb799ce, #w-node-_6f84659f-44ad-f7bd-4c60-90df0b38e3ab-edb799ce, #w-node-_83cdfe34-af1c-3f07-13c4-b393cd3fab4a-edb799ce, #w-node-c0ee2a2c-7514-adc0-d25e-a24c4ca734cf-edb799ce, #w-node-_40b25ad5-d702-ad54-b5d2-9af863c66ae0-edb799ce, #w-node-a9395bd1-874e-a8e1-6597-2f0923ecb3bd-edb799ce, #w-node-_82e7cf2d-56c3-3732-cba1-43a837f114d4-edb799ce, #w-node-_881bdc6a-6bb9-5e91-4485-f56a4dd9a6ce-edb799ce, #w-node-e8caec2a-bc47-0d36-5bbb-316725b7b960-edb799ce, #w-node-ef48670e-2e59-5a1b-3487-e5cfc2e3d80f-edb799ce, #w-node-_7a663282-dada-c56d-5531-76326ab54e03-edb799ce, #w-node-_4d489952-a0aa-d751-03d1-a713e84cf6d7-edb799ce {
    grid-area: span 3 / span 7 / span 3 / span 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8b9346ef-d4c7-76f0-30b8-99d0ebde5d49-edb799ce {
    grid-area: span 5 / span 7 / span 5 / span 7;
  }

  #w-node-db3b07bf-594a-7056-c1e8-fb2f080505b5-edb799ce {
    grid-area: span 2 / span 7 / span 2 / span 7;
  }

  #w-node-_64fe7a97-0c05-6330-63ec-e412a4da71c7-edb799ce {
    grid-area: span 3 / span 7 / span 3 / span 7;
  }

  #w-node-_824c63ef-f5aa-ee47-3ff9-d963217bff63-edb799ce {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-f1435bb4-bdae-eed1-23d6-5583e1fa10b1-edb799ce, #w-node-_1f54e840-779b-75d5-a2ee-7032e03953db-edb799ce, #w-node-_7ca88169-f6a2-276c-9a7d-0345dd330c2e-edb799ce, #w-node-a3f31406-caa2-c153-8ee0-bdee764a53e6-edb799ce, #w-node-ffbf0a2d-bd51-83b3-af4b-639ee1eac4f0-edb799ce, #w-node-_1a5662a6-3d4f-0c52-1262-b123987f98e5-edb799ce, #w-node-e8d7a56a-d6fd-f3ce-58bb-379fea7eede9-edb799ce, #w-node-_540c0a03-7b65-5f91-2402-3f80af07a881-edb799ce, #w-node-_09484cf2-caac-c52c-5d91-80e9ae1ce453-edb799ce, #w-node-_6f84659f-44ad-f7bd-4c60-90df0b38e3ab-edb799ce, #w-node-_83cdfe34-af1c-3f07-13c4-b393cd3fab4a-edb799ce, #w-node-c0ee2a2c-7514-adc0-d25e-a24c4ca734cf-edb799ce, #w-node-_40b25ad5-d702-ad54-b5d2-9af863c66ae0-edb799ce, #w-node-a9395bd1-874e-a8e1-6597-2f0923ecb3bd-edb799ce, #w-node-_82e7cf2d-56c3-3732-cba1-43a837f114d4-edb799ce, #w-node-_881bdc6a-6bb9-5e91-4485-f56a4dd9a6ce-edb799ce, #w-node-e8caec2a-bc47-0d36-5bbb-316725b7b960-edb799ce, #w-node-ef48670e-2e59-5a1b-3487-e5cfc2e3d80f-edb799ce, #w-node-_7a663282-dada-c56d-5531-76326ab54e03-edb799ce, #w-node-_4d489952-a0aa-d751-03d1-a713e84cf6d7-edb799ce {
    grid-area: span 3 / span 7 / span 3 / span 7;
  }

  #w-node-_41a84ccd-c002-82e8-59a3-6d2aa74400f9-edb799ce {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_41a84ccd-c002-82e8-59a3-6d2aa74400fa-edb799ce {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_1dff580c-e49f-8822-f53f-f76ea2d2be2f-edb799ce, #w-node-_1dff580c-e49f-8822-f53f-f76ea2d2be30-edb799ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_77f437e6-94a2-c314-fec5-a36026ea430c-edb799ce {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_77f437e6-94a2-c314-fec5-a36026ea430d-edb799ce {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_54321c34-3d2b-a265-d24f-7e5316dd51a0-edb799ce {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_54321c34-3d2b-a265-d24f-7e5316dd51a1-edb799ce {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_84572051-f29f-4d6d-944c-0a7f0e4d7a77-edb799ce, #w-node-_84572051-f29f-4d6d-944c-0a7f0e4d7a78-edb799ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_1dff580c-e49f-8822-f53f-f76ea2d2be32-edb799ce {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_1dff580c-e49f-8822-f53f-f76ea2d2be34-edb799ce {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_96c3d0b4-e7e7-dee6-8a9f-ce973c9cd408-edb799ce {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_96c3d0b4-e7e7-dee6-8a9f-ce973c9cd409-edb799ce {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-be4a4b0a-e96a-82d2-3081-b30ba9d62787-edb799ce {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-be4a4b0a-e96a-82d2-3081-b30ba9d62788-edb799ce {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_938fd27b-3b7a-40b5-445d-7b531bfa7f05-edb799ce, #w-node-_938fd27b-3b7a-40b5-445d-7b531bfa7f06-edb799ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-b48a6087-9b1e-6d9c-6351-a10eb2a55dce-edb799ce {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-b48a6087-9b1e-6d9c-6351-a10eb2a55dcf-edb799ce {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_677cd934-350a-c6f2-346e-96eafb794a50-edb799ce, #w-node-_677cd934-350a-c6f2-346e-96eafb794a51-edb799ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_8b81a82e-2af3-ee28-436b-4fb4d7f190cd-edb799ce {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_8b81a82e-2af3-ee28-436b-4fb4d7f190ce-edb799ce {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_45cde2b3-5e87-f626-c95b-aa5d76e3678d-edb799ce {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_45cde2b3-5e87-f626-c95b-aa5d76e3678e-edb799ce {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1bf8-edb799ce {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1bf9-edb799ce {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1bfc-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1bfd-edb799ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1bff-edb799ce {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c00-edb799ce {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c02-edb799ce {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c03-edb799ce {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c06-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c07-edb799ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c09-edb799ce {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c0a-edb799ce {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c0c-edb799ce {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c0d-edb799ce {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c0f-edb799ce {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c10-edb799ce {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c13-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c14-edb799ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c16-edb799ce {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c17-edb799ce {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c1a-edb799ce, #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c1b-edb799ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c1d-edb799ce {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c1e-edb799ce {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c20-edb799ce {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-f6bdf859-650f-3a5a-8f45-fd75f5be1c21-edb799ce {
    grid-area: 3 / 1 / 4 / 4;
    align-self: stretch;
    justify-self: stretch;
  }
}


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