.button.purple {
  background-color: var(--purple);
  color: var(--color);
  text-align: center;
  background-image: none;
  width: 100%;
  margin-top: 10px;
}

.button.purple:hover {
  background-color: var(--organge);
  background-image: none;
}

.text-block.black {
  color: var(--black);
  font-size: 15px;
}

.quick-stack-3 {
  background-image: linear-gradient(90deg, #4d148c, #7834c2);
  border-radius: 25px;
  width: auto;
  margin-bottom: 60px;
  padding: 40px;
}

.contenedor-contenido-principal-internas {
  width: 100%;
  max-width: 1100px;
  padding-left: 0;
  padding-right: 0;
}

.heading-2 {
  color: var(--color);
  font-family: Titan One, sans-serif;
}

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

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

.cell-3 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-4 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  padding-left: 0;
  padding-right: 0;
}

.titulo-seccion-juegos {
  color: var(--purple);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Titan One, sans-serif;
  font-size: 23px;
  line-height: 23px;
}

.juegos-internas {
  justify-content: space-between;
  align-items: flex-start;
}

.video-loop-playing {
  background-image: url('../images/placeholder-video-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: auto;
  height: 450px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.video-loop-playing._3 {
  background-image: url('../images/placeholder-video-3.jpg');
}

.video-loop-playing._4 {
  background-image: url('../images/placeholder-video-4.jpg');
}

.image-9, .iconos-internas-juegos {
  width: 100px;
}

.iconos-internas-juegos._05 {
  width: auto;
  height: 90px;
}

.contenedor-titular-texto {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.titulo-seccion-juegos-2, .titulo-seccion-juegos-3 {
  color: #4d148c;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Titan One, sans-serif;
  font-size: 23px;
  line-height: 23px;
}

.image-10 {
  padding-top: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container-2 {
  background-color: var(--organge);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 140px;
  margin-top: 60px;
  padding: 20px 10px;
  display: flex;
}

.quick-stack-5 {
  width: 100%;
}

.quick-stack-6 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.cell-4 {
  justify-content: center;
  align-items: flex-start;
}

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

.heading-3 {
  color: var(--color);
  text-align: right;
  margin-top: 10px;
  font-family: Titan One, sans-serif;
  line-height: 25px;
}

.cell-6, .cell-7 {
  justify-content: center;
  align-items: flex-start;
}

.paragraph-2 {
  color: var(--color);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

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

.quick-stack-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 20px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.quick-stack-8.primero {
  margin-top: 80px;
}

.image-11 {
  border-radius: 20px;
}

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

.image-12 {
  margin-top: -34px;
}

.contenedor-sub-menu {
  background-color: #e7e7e7;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin-bottom: 0;
  padding: 5px;
  display: flex;
}

.section-sub-nav {
  margin-bottom: 40px;
}

.enlace-sub-nav {
  background-color: var(--color);
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.enlace-sub-nav.activo {
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.enlace-sub-nav.activo._0, .enlace-sub-nav.activo._1 {
  display: flex;
}

.enlace-sub-nav.activo.is-duplicate {
  display: none;
}

.enlace-sub-nav.inactivo {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
}

.enlace-sub-nav.inactivo:hover {
  background-color: #f3f3f3;
}

.enlace-sub-nav.inactivo._0 {
  background-image: none;
  display: flex;
}

.enlace-sub-nav.inactivo._0:hover {
  background-image: none;
}

.enlace-sub-nav.inactivo._0.is-duplicate {
  display: none;
}

.textos-sub-nav {
  color: var(--black);
  text-align: center;
  margin-top: 3px;
  line-height: 16px;
}

.iconos-sub-nav {
  mix-blend-mode: multiply;
}

.container-3 {
  max-width: 1100px;
}

.header-equipos {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.heading-5 {
  color: var(--purple);
  margin-top: 10px;
  font-family: Titan One, sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.heading-5.centrado {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.page-indoor-playground-components-and-attractions .heading-5:not(.centrado) {
  text-align: left;
}

.icono-header-equipos {
  width: 65px;
}

.quick-stack-10 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.fondo-degrado-colores {
  background-image: linear-gradient(321deg, #ffe46a, #f60 53%, #7834c2);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
}

.fondo-degrado-colores.naranja-amarillo {
  background-image: linear-gradient(321deg, #ffe46a, #f60 100%, #f60);
}

.fondo-degrado-colores.naranja-amarillo-claro {
  background-image: linear-gradient(321deg, #ffe46a, #ffd000 0%, #ffc800);
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  height: 90%;
  display: flex;
  position: relative;
  overflow: visible;
}

.texto-sub-sub {
  margin-bottom: 35px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.texto-sub-sub.lista {
  margin-bottom: 10px;
}

.container-4 {
  background-image: linear-gradient(#e8d2ff, #fff);
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  padding-top: 20px;
  display: flex;
}

.heading-6 {
  color: var(--purple);
  font-family: Titan One, sans-serif;
  font-size: 28px;
}

.quick-stack-11 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  width: 100%;
}

.quick-stack-12 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.quick-stack-13 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.quick-stack-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.quick-stack-15 {
  height: 100%;
  padding: 0;
}

.image-13 {
  width: 100%;
  margin-left: 3px;
  margin-right: 3px;
}

.cell-10 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
}

.image-14, .image-15, .image-16, .image-17 {
  width: 100%;
}

.cell-11 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
}

.cell-12 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
}

.image-18 {
  margin-left: 0;
  margin-right: 0;
}

.quick-stack-16 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 0;
}

.celda-opciones-parques {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.heading-7 {
  color: var(--purple);
  font-family: Titan One, sans-serif;
  font-size: 20px;
}

.textos-opciones-parques {
  color: var(--purple);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titan One, sans-serif;
  font-size: 18px;
  line-height: 19px;
}

.asterisco {
  margin-right: 8px;
}

.image-19 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.quick-stack-17 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.heading-8 {
  color: var(--purple);
  font-family: Titan One, sans-serif;
}

.bordes-redondeados-25px {
  border-radius: 25px;
}

.quick-stack-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 80%;
  margin-bottom: 20px;
}

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

.short-videos-preview {
  border-radius: 15px;
  width: auto;
  height: auto;
}

.text-block-4 {
  color: var(--black);
  font-family: Roboto, sans-serif;
}

.clips-de-videos-cortos {
  background-image: linear-gradient(#e8d2ff, #fff);
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.quick-stack-19 {
  width: 90%;
}

.contenedor-botones-galeria {
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.botones-galeria {
  background-color: var(--purple);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Titan One, sans-serif;
  display: flex;
}

.botones-galeria.active {
  text-align: center;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 30px;
  padding-right: 30px;
}

.botones-galeria.inactive {
  background-color: var(--color);
  color: var(--purple);
  text-align: center;
  width: 100%;
  height: 65px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 18px;
}

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

.galeria-thumb {
  border-radius: 15px;
}

.goplay-gallery-thumb-bg {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

@supports not (aspect-ratio: 1 / 1) {
  .goplay-gallery-thumb-bg {
    height: 0;
    padding-top: 100%;
  }
}

.quick-stack-20 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.cell-14, .celda-boton {
  justify-content: center;
  align-items: center;
}

.texto-destacado {
  color: var(--purple);
  margin-top: 20px;
  font-family: Titan One, sans-serif;
  font-size: 20px;
}

.texto-destacado.colores {
  margin-bottom: 15px;
}

.image-20 {
  margin-top: -76px;
}

.quick-stack-21 {
  width: 90%;
  padding: 0;
}

.quick-stack-22 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  width: 90%;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-23 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

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

.text-block-6 {
  text-align: center;
  font-family: Titan One, sans-serif;
  line-height: 17px;
}

.temas-graficos-textos-iconos {
  color: var(--purple);
  text-align: center;
  margin-top: 10px;
  font-family: Titan One, sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.celdas-temas-graficos-iconos {
  justify-content: space-between;
  align-items: center;
}

.image-21 {
  flex: 0 auto;
}

.text-block-7 {
  font-family: Titan One, sans-serif;
}

.texto-thumbs-video {
  color: var(--purple);
  text-align: center;
  margin-top: 10px;
  font-family: Titan One, sans-serif;
  line-height: 17px;
}

.texto-thumbs-video._20px {
  margin-top: 0;
  font-size: 20px;
}

.llamada-temas-graficos {
  background-image: linear-gradient(110deg, #ff0, #ffc36a);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-bottom: 40px;
  display: flex;
}

.grilla-temas-graficos-elementos-tematicos {
  width: 90%;
}

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

.grilla-elementos-tematicos {
  justify-content: flex-start;
  align-items: center;
}

.subtitulo-paleta-colores {
  color: var(--purple);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Titan One, sans-serif;
  font-size: 20px;
}

.image-22 {
  margin-right: 78px;
  position: relative;
}

.cell-18 {
  justify-content: flex-end;
  align-items: center;
}

.quick-stack-24 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  width: 100%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.cell-19, .celda-colores-juegos {
  justify-content: flex-start;
  align-items: center;
}

.texto-proceso-colores {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.text-block-8, .numero-proceso-colores {
  color: var(--color);
  font-family: Titan One, sans-serif;
  font-size: 25px;
}

.ciculo-naranja-numero {
  background-color: var(--organge);
  border-radius: 2000px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  padding: 20px;
  display: flex;
}

.text-block-9 {
  color: var(--purple);
  font-family: Titan One, sans-serif;
  font-size: 22px;
}

.quick-stack-26 {
  width: 90%;
  padding-left: 0;
  padding-right: 0;
}

.text-block-10 {
  color: var(--color);
  text-align: center;
  font-family: Titan One, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.grilla-colores.espuma {
  width: auto;
}

.color.celeste.espuma {
  background-color: #0183b5;
}

.color.celeste.vinilo {
  background-color: #008fd3;
}

.color.azul-oscuro.espuma {
  background-color: #0d2a70;
}

.color.azul-oscuro.vinilo {
  background-color: #112ba4;
}

.color.turquesa.vinilo {
  background-color: #00a8a9;
}

.color.rojo.espuma {
  background-color: #ba211b;
}

.color.rojo.vinilo {
  background-color: #c0070f;
}

.color.amarillo.espuma {
  background-color: #e8c425;
}

.color.amarillo.vinilo {
  background-color: #f9e014;
}

.color.naranja.espuma {
  background-color: #db4e09;
}

.color.naranja.vinilo {
  background-color: #fd671b;
}

.color.verde-lima.espuma {
  background-color: #62a639;
}

.color.verde-lima.vinilo {
  background-color: #49dd3e;
}

.color.verde-oscuro.vinilo {
  background-color: #047464;
}

.color.marron-claro.vinilo {
  background-color: #8c472a;
}

.color.marron-oscuro.vinilo {
  background-color: #462a1f;
}

.color.negro.vinilo {
  background-color: #0b1315;
}

.color.purpura.vinilo {
  background-color: #7a43c2;
}

.color.gris.vinilo {
  background-color: #87969b;
}

.celda-colores {
  justify-content: flex-start;
  align-items: center;
}

.text-block-11, .texto-color {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 17px;
}

.image-24 {
  margin-bottom: 5px;
}

.div-para-centrar {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.fotos-costado {
  flex: 0 auto;
  width: auto;
  display: block;
}

.fotos-costado.swiper-wrapper {
  width: auto;
  min-width: 250px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-27 {
  width: 90%;
}

.contenedor-cierre-sub-sub {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.quick-stack-28 {
  padding: 0;
}

.sublinea-sub-sub {
  color: var(--purple);
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.imagen-cierre-sub-sub {
  mix-blend-mode: multiply;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contenedor-temas-graficos {
  background-image: linear-gradient(#e8d2ff, #fff);
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin-top: 60px;
  padding-top: 60px;
  display: flex;
}

.thumbs-temas-graficos {
  border-radius: 15px;
}

.grilla-videos-cortos-temas-graficos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 80%;
  margin-bottom: 20px;
}

.contenedor-colores-juegos {
  background-image: linear-gradient(#e8d2ff, #fff);
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin-top: 60px;
  padding-top: 0;
  display: flex;
}

.detalle-abajo-foto {
  background-image: linear-gradient(#e9d3ff, #fff0);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 100%;
  height: 90px;
  margin-top: 20px;
}

.detalle-abajo-foto.naranja {
  background-image: linear-gradient(#f60, #fff0);
  width: 60%;
  height: 120px;
  margin-top: 0;
}

.quick-stack-25 {
  width: 100%;
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.item-proceso-color {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.textos-proceso-colores {
  color: var(--purple);
  font-family: Titan One, sans-serif;
  font-size: 20px;
  line-height: 21px;
}

.contendor-texto-proceso-colores {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.image-23 {
  margin-top: 40px;
  position: absolute;
}

.guia-de-colores {
  background-image: linear-gradient(#e8d2ff, #fff);
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.guia-colores-contorno-externo {
  background-image: linear-gradient(#4e158c, #fff0);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.contenedor-colores {
  background-color: var(--color);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 13px;
  box-shadow: 0 2px 10px #0003;
}

.contenedor-colores.vinilo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

.grilla-colores {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 0;
  padding: 10px;
}

.color {
  background-color: #0195ed;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  margin-bottom: 3px;
}

.color.azul-oscuro {
  background-color: #0046c2;
}

.color.turquesa {
  background-color: #01afb8;
}

.color.verde-gecko {
  background-color: #b1ce24;
}

.color.rojo {
  background-color: #f5153a;
}

.color.marron {
  background-color: #94664f;
}

.color.amarillo {
  background-color: #f9b900;
}

.color.rosa-intenso {
  background-color: #b84185;
}

.color.naranja {
  background-color: #e95429;
}

.color.morado {
  background-color: #843c7c;
}

.color.verde-lima {
  background-color: #77c649;
}

.color.verde-oscuro {
  background-color: #27622c;
}

.color.rosa-claro {
  background-color: #d76e75;
}

.color.beige {
  background-color: #a08655;
}

.color.marron-claro {
  background-color: #885c2d;
}

.color.marron-oscuro {
  background-color: #49301c;
}

.color.negro {
  background-color: #0a0c09;
}

.color.fuscia {
  background-color: #e63583;
}

.color.purpura {
  background-color: #382a65;
}

.color.gris {
  background-color: #9b9b91;
}

.color.rosa {
  background-color: #ff5f9f;
}

.contenedor-atracciones-especiales {
  background-image: linear-gradient(#e8d2ff, #fff);
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.botones-sub-sub {
  background-color: var(--purple);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Titan One, sans-serif;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.botones-sub-sub.active {
  text-align: center;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 30px;
  padding-right: 30px;
}

.botones-sub-sub.inactive {
  background-color: var(--color);
  color: var(--purple);
  text-align: center;
  width: 100%;
  height: 65px;
  margin: 5px 0;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 18px;
  box-shadow: 0 2px 5px #0003;
}

.botones-sub-sub.inactive.swiper-slide {
  flex: none;
}

.botones-sub-sub.swiper-slide {
  flex: none;
  width: 100%;
}

.titulares-sub-sub-internas {
  color: var(--purple);
  margin-bottom: 10px;
  font-family: Titan One, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.menu-swiper {
  width: 100%;
}

.menu-swiper.swiper-wrapper {
  width: auto;
  min-width: 250px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.swiper-wrapper {
  flex-flow: column;
  display: flex;
}

.contenedor-swiper {
  width: 100%;
}

.contenedor-contenido-sub {
  background-image: linear-gradient(#e8d2ff, #fff0);
  border-radius: 25px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
  padding: 40px;
  display: flex;
  position: relative;
}

.contenedor-contenido-sub-sub {
  flex: 1;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.bordes-redondeados-10px {
  border-radius: 10px;
}

.galeria-de-fotos {
  background-image: linear-gradient(#e8d2ff, #fff);
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.heros-recuadro-internas {
  background-image: url('../images/hero-juegos-interactivos.jpg'), linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.heros-recuadro-internas.naranja-amarillo {
  background-image: linear-gradient(321deg, #ffe46a, #f60 100%, #f60);
}

.heros-recuadro-internas.naranja-amarillo-claro {
  background-image: linear-gradient(321deg, #ffe46a, #ffd000 0%, #ffc800);
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  height: 90%;
  display: flex;
  position: relative;
  overflow: visible;
}

.heros-recuadro-internas.instalaciones {
  background-image: url('../images/instalacion-juegos-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heros-recuadro-internas.instalaciones.dyi {
  background-image: url('../images/hero-instalacion-dyi.jpg');
}

.heros-recuadro-internas.repuestos-remodelaciones {
  background-image: url('../images/repuestos-y-remodelaciones-hero.jpg'), linear-gradient(#0000, #0000);
}

.btn-next {
  margin-left: 10px;
  margin-right: 40px;
}

.btn-back {
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 10px;
  display: flex;
}

.image-27 {
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .contenedor-contenido-principal-internas {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .titulo-seccion-juegos {
    font-size: 18px;
    line-height: 20px;
  }

  .video-loop-playing {
    width: 100%;
    height: 300px;
  }

  .container-2 {
    height: auto;
  }

  .quick-stack-5, .quick-stack-6 {
    padding: 0;
  }

  .heading-3 {
    text-align: left;
    margin-top: 10px;
  }

  .quick-stack-7 {
    padding: 0;
  }

  .contenedor-sub-menu {
    border-radius: 0;
    padding-left: 40px;
    padding-right: 40px;
    overflow: auto;
  }

  .enlace-sub-nav.activo {
    width: auto;
    min-width: 120px;
    display: flex;
  }

  .enlace-sub-nav.activo._0 {
    display: none;
  }

  .enlace-sub-nav.activo.is-duplicate.not {
    display: flex;
  }

  .enlace-sub-nav.inactivo {
    background-image: none;
    min-width: 120px;
  }

  .enlace-sub-nav.inactivo._0 {
    min-width: 120px;
    display: flex;
  }

  .header-equipos {
    margin-bottom: 20px;
    position: relative;
  }

  .heading-5 {
    font-size: 25px;
    line-height: 28px;
  }

  .quick-stack-16 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .image-19 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .quick-stack-18 {
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .botones-galeria.inactive {
    line-height: 15px;
  }

  .contenedor-temas-graficos {
    padding-top: 20px;
  }

  .grilla-videos-cortos-temas-graficos {
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-22 {
    margin-right: 0;
  }

  .contenedor-colores-juegos {
    margin-top: 20px;
    padding-top: 20px;
  }

  .detalle-abajo-foto {
    background-image: linear-gradient(#e9d3ff, #fff0);
  }

  .quick-stack-25 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .guia-de-colores {
    margin-top: 20px;
  }

  .guia-colores-contorno-externo {
    padding-top: 10px;
  }

  .contenedor-atracciones-especiales {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    overflow: hidden;
  }

  .botones-sub-sub {
    min-width: 200px;
    height: 65px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .botones-sub-sub.inactive {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 15px;
  }

  .botones-sub-sub.inactive.swiper-slide {
    min-width: 180px;
    height: 55px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .botones-sub-sub.swiper-slide {
    width: auto;
    height: 55px;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .menu-swiper.swiper-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: auto;
  }

  .swiper-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .contenedor-swiper {
    width: auto;
    min-width: 0;
    margin-bottom: 40px;
    overflow: auto;
  }

  .contenedor-contenido-sub {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .contenedor-contenido-sub-sub {
    padding-left: 40px;
    padding-right: 40px;
  }

  .galeria-de-fotos {
    margin-top: 20px;
  }

  .heros-recuadro-internas {
    height: 300px;
  }

  .btn-next {
    margin-left: 10px;
    margin-right: 40px;
  }

  .btn-back {
    margin-left: 40px;
    margin-right: 10px;
  }

  .image-27 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .text-block.black {
    text-align: left;
  }

  .video-loop-playing {
    background-size: cover;
    height: 250px;
  }

  .container-2 {
    padding: 0;
  }

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

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

  .quick-stack-7 {
    padding: 20px;
  }

  .header-equipos {
    margin-bottom: 20px;
  }

  .heading-6 {
    text-align: center;
  }

  .quick-stack-17 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .quick-stack-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .botones-galeria.active, .botones-galeria.inactive {
    width: 100%;
  }

  .quick-stack-20 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grilla-videos-cortos-temas-graficos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .image-22 {
    margin-right: 0;
  }

  .contenedor-colores-juegos {
    margin-top: 0;
  }

  .detalle-abajo-foto.naranja {
    width: 40%;
    height: 350px;
  }

  .quick-stack-25 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contenedor-atracciones-especiales {
    margin-top: 0;
  }

  .botones-sub-sub.active, .botones-sub-sub.inactive {
    width: 100%;
  }

  .botones-sub-sub.inactive.swiper-slide {
    width: auto;
  }

  .btn-next {
    margin-right: 20px;
  }

  .btn-back {
    margin-left: 20px;
  }

  .quick-stack-21, .quick-stack-22 {
    width: 100%;
  }

  .quick-stack-23 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .temas-graficos-textos-iconos {
    font-size: 17px;
    line-height: 20px;
  }

  .grilla-temas-graficos-elementos-tematicos {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 0;
  }

  .quick-stack-24 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-para-centrar {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .text-block.black {
    margin-top: 0;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 20px;
  }

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

  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .video-loop-playing {
    height: 150px;
  }

  .image-10 {
    display: none;
  }

  .quick-stack-7 {
    padding: 20px;
  }

  .quick-stack-8.primero {
    margin-top: 40px;
  }

  .header-equipos {
    flex-flow: column;
  }

  .heading-5 {
    text-align: center;
    font-size: 20px;
    line-height: 21px;
  }

  .quick-stack-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fondo-degrado-colores, .texto-sub-sub {
    margin-bottom: 20px;
  }

  .enlace-youtube-modal {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-4 {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
    line-height: 22px;
  }

  .quick-stack-11 {
    padding-top: 10px;
  }

  .quick-stack-16 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .textos-opciones-parques {
    font-size: 14px;
  }

  .image-19 {
    width: 80%;
    margin: 20px;
  }

  .quick-stack-17 {
    margin-bottom: 20px;
  }

  .quick-stack-18 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
  }

  .clips-de-videos-cortos {
    margin-bottom: 40px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-19 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 0;
  }

  .contenedor-botones-galeria {
    width: 100%;
  }

  .quick-stack-20 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_07657482-4747-9dd3-4166-dfb330e5305c-2db942cc, #w-node-_203bd7a3-6633-4631-31e9-36399a60822e-4b11d45c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_332059a3-8491-07f7-6158-69a0b8a5cb1c-4b11d45c, #w-node-c3fe07ea-02e5-bd41-dac7-160bc27f1001-4b11d45c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_358c914c-894e-b5da-99fe-30f60a20e9a5-4b11d45c, #w-node-edafa171-7d63-6ed0-d725-a3edd8f32b90-4b11d45c, #w-node-f28bf34e-e33c-f902-9526-8697b52d0fe5-4b11d45c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ab6fe407-38b3-08bc-0cdc-778a24221244-4b11d45c, #w-node-d3c8b644-edc9-5125-ee4b-5fccfe6711de-4b11d45c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_350d86e7-a8fa-15db-93c1-5291eb948afc-16c382e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f681106b-7db0-18a8-435b-6bc989ad9ef1-16c382e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f681106b-7db0-18a8-435b-6bc989ad9ef3-16c382e1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f681106b-7db0-18a8-435b-6bc989ad9efd-16c382e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-f681106b-7db0-18a8-435b-6bc989ad9f01-16c382e1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5165bf73-e4d7-cae6-5ea7-6dad36af9159-16c382e1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-dc37d89a-86b2-c71c-b929-ff037e68d763-16c382e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ad9e362c-22b2-2498-ebfd-a75cede654fc-16c382e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-fa105c12-e4f4-2cdd-71cd-df877f31caf7-16c382e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-fce6b7d5-354b-22c3-1170-6c0cc06904ce-16c382e1 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_350d86e7-a8fa-15db-93c1-5291eb948afc-b7ac6f97 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_582a529d-8f91-3a58-107f-76c9ae84134e-b7ac6f97 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_64dd7210-ac2d-f140-58b4-525a9a116f57-b7ac6f97, #w-node-fc9d922d-4046-7d99-8691-71d1b33f496e-b7ac6f97 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ad9e362c-22b2-2498-ebfd-a75cede654fc-b7ac6f97 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-fce6b7d5-354b-22c3-1170-6c0cc06904ce-b7ac6f97 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_350d86e7-a8fa-15db-93c1-5291eb948afc-ece45808 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2102e7e-8e05-b8ea-a976-4a599b34f431-ece45808, #w-node-d5555873-e62e-b3ac-2ca7-2bb01c455fa6-ece45808 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c5005c0a-d230-b6b7-73a4-915a7bfed177-ece45808 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b9544ef8-7a5d-0152-ee6e-4acd492ea13d-ece45808 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_48681158-5ff0-49aa-ddd6-36d7dfe4d3c4-ece45808, #w-node-ba3d534f-18b6-e881-561a-ee8f8828a407-ece45808 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_99d2bd94-242b-af68-6f43-51c9fba28df5-819593d0 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_1afb1738-c77b-f715-7288-78fe90316cae-819593d0, #w-node-_1afb1738-c77b-f715-7288-78fe90316cae-3d8571da, #w-node-_1afb1738-c77b-f715-7288-78fe90316cae-eafdf50e, #w-node-_1afb1738-c77b-f715-7288-78fe90316cae-5f398216, #w-node-_1afb1738-c77b-f715-7288-78fe90316cae-e822b62b, #w-node-_1afb1738-c77b-f715-7288-78fe90316cae-b122ce06 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_07657482-4747-9dd3-4166-dfb330e5305c-2db942cc, #w-node-_203bd7a3-6633-4631-31e9-36399a60822e-4b11d45c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_203bd7a3-6633-4631-31e9-36399a608230-4b11d45c {
    order: -9999;
  }

  #w-node-_332059a3-8491-07f7-6158-69a0b8a5cb1c-4b11d45c, #w-node-c3fe07ea-02e5-bd41-dac7-160bc27f1001-4b11d45c, #w-node-edafa171-7d63-6ed0-d725-a3edd8f32b90-4b11d45c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f28bf34e-e33c-f902-9526-8697b52d0fe5-4b11d45c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ab6fe407-38b3-08bc-0cdc-778a24221244-4b11d45c, #w-node-d3c8b644-edc9-5125-ee4b-5fccfe6711de-4b11d45c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d3c8b644-edc9-5125-ee4b-5fccfe6711e4-4b11d45c {
    order: 9999;
  }

  #w-node-_350d86e7-a8fa-15db-93c1-5291eb948afc-16c382e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_350d86e7-a8fa-15db-93c1-5291eb948afe-16c382e1 {
    order: -9999;
  }

  #w-node-_5165bf73-e4d7-cae6-5ea7-6dad36af9159-16c382e1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-fce6b7d5-354b-22c3-1170-6c0cc06904ce-16c382e1 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_350d86e7-a8fa-15db-93c1-5291eb948afc-b7ac6f97 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_350d86e7-a8fa-15db-93c1-5291eb948afe-b7ac6f97 {
    order: -9999;
  }

  #w-node-fce6b7d5-354b-22c3-1170-6c0cc06904ce-b7ac6f97 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_350d86e7-a8fa-15db-93c1-5291eb948afc-ece45808 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_350d86e7-a8fa-15db-93c1-5291eb948afe-ece45808 {
    order: -9999;
  }

  #w-node-b2102e7e-8e05-b8ea-a976-4a599b34f431-ece45808 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d5555873-e62e-b3ac-2ca7-2bb01c455fa6-ece45808 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_99d2bd94-242b-af68-6f43-51c9fba28df5-819593d0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_358c914c-894e-b5da-99fe-30f60a20e9a5-4b11d45c, #w-node-edafa171-7d63-6ed0-d725-a3edd8f32b90-4b11d45c, #w-node-ab6fe407-38b3-08bc-0cdc-778a24221244-4b11d45c, #w-node-d3c8b644-edc9-5125-ee4b-5fccfe6711de-4b11d45c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d3c8b644-edc9-5125-ee4b-5fccfe6711e4-4b11d45c {
    order: 0;
  }

  #w-node-f681106b-7db0-18a8-435b-6bc989ad9ef1-16c382e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5165bf73-e4d7-cae6-5ea7-6dad36af9159-16c382e1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-dc37d89a-86b2-c71c-b929-ff037e68d763-16c382e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-dc37d89a-86b2-c71c-b929-ff037e68d765-16c382e1 {
    order: -9999;
  }

  #w-node-fa105c12-e4f4-2cdd-71cd-df877f31caf7-16c382e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-fce6b7d5-354b-22c3-1170-6c0cc06904ce-16c382e1 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_582a529d-8f91-3a58-107f-76c9ae84134e-b7ac6f97 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_64dd7210-ac2d-f140-58b4-525a9a116f57-b7ac6f97, #w-node-fc9d922d-4046-7d99-8691-71d1b33f496e-b7ac6f97 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-fce6b7d5-354b-22c3-1170-6c0cc06904ce-b7ac6f97 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d5555873-e62e-b3ac-2ca7-2bb01c455fa6-ece45808 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c5005c0a-d230-b6b7-73a4-915a7bfed177-ece45808 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_332059a3-8491-07f7-6158-69a0b8a5cb1c-4b11d45c, #w-node-c3fe07ea-02e5-bd41-dac7-160bc27f1001-4b11d45c, #w-node-_358c914c-894e-b5da-99fe-30f60a20e9a5-4b11d45c, #w-node-edafa171-7d63-6ed0-d725-a3edd8f32b90-4b11d45c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5165bf73-e4d7-cae6-5ea7-6dad36af9159-16c382e1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ad9e362c-22b2-2498-ebfd-a75cede654fc-16c382e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-fa105c12-e4f4-2cdd-71cd-df877f31caf7-16c382e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_582a529d-8f91-3a58-107f-76c9ae84134e-b7ac6f97 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_64dd7210-ac2d-f140-58b4-525a9a116f57-b7ac6f97, #w-node-fc9d922d-4046-7d99-8691-71d1b33f496e-b7ac6f97 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ad9e362c-22b2-2498-ebfd-a75cede654fc-b7ac6f97 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-fce6b7d5-354b-22c3-1170-6c0cc06904ce-b7ac6f97 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b9544ef8-7a5d-0152-ee6e-4acd492ea13d-ece45808 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_48681158-5ff0-49aa-ddd6-36d7dfe4d3c4-ece45808, #w-node-ba3d534f-18b6-e881-561a-ee8f8828a407-ece45808 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_99d2bd94-242b-af68-6f43-51c9fba28df5-819593d0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1afb1738-c77b-f715-7288-78fe90316cae-819593d0, #w-node-_1afb1738-c77b-f715-7288-78fe90316cae-3d8571da, #w-node-_1afb1738-c77b-f715-7288-78fe90316cae-eafdf50e, #w-node-_1afb1738-c77b-f715-7288-78fe90316cae-5f398216, #w-node-_1afb1738-c77b-f715-7288-78fe90316cae-e822b62b, #w-node-_1afb1738-c77b-f715-7288-78fe90316cae-b122ce06 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}
