:root {
  --black: #1e1e1e;
  --rosa: #e61476;
  --rosa-claro: #fdb3d5;
  --blanco-gris: #f5f5f6;
  --white: white;
  --verde-claro: #a1b657;
  --verde: #87a425;
  --borde-caja: #ff407526;
}

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

h1 {
  color: var(--black);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arvo, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
}

h2 {
  letter-spacing: 8px;
}

h3 {
  color: var(--black);
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arvo, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arvo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arvo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arvo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.navbar {
  background-color: #fff;
  box-shadow: 0 2px 15px #e614761a;
}

.nav-link {
  color: #333;
  padding: 13px 16px;
  font-family: Arvo, sans-serif;
  font-size: 18px;
}

.nav-link:hover {
  color: var(--rosa);
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--rosa);
}

.logo {
  max-width: 80px;
  max-height: 80px;
}

.menu-container {
  align-items: center;
  max-width: 1440px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.brand {
  margin-right: 20px;
}

.boton-almacen {
  background-color: var(--rosa);
  align-self: flex-start;
  margin-top: auto;
  padding: 10px 20px;
  font-family: Arvo, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.boton-almacen:hover {
  background-color: var(--rosa-claro);
}

.div-block {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.slide-01 {
  background-image: url('../images/foto-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask {
  min-height: 75vh;
}

.slide-nav {
  display: none;
}

.slide-2 {
  background-image: linear-gradient(#e614764d, #e614764d), url('../images/slider_02.png');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.hero {
  margin-bottom: 10vh;
}

.slider {
  height: 75vh;
}

.slider-container {
  flex-direction: column;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
}

.container-2 {
  max-width: 1440px;
}

.div-hero {
  z-index: 999;
  background-color: var(--blanco-gris);
  width: 50%;
  margin-bottom: 40px;
  margin-left: 40px;
  padding: 40px;
  position: absolute;
  inset: auto auto 0%;
  box-shadow: 6px 10px 19px 2px #e6147626;
}

.footer {
  color: var(--black);
  background-color: #1e1e1e;
  display: none;
}

.section {
  min-height: 50vh;
  padding-top: 64px;
  padding-bottom: 64px;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  padding: 40px 8vw 64px;
  display: flex;
}

.logo-footer {
  max-height: 200px;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  margin-top: 24px;
}

.link-footer {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  font-family: Arvo, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.link-footer:hover {
  color: var(--rosa);
}

.raya-footer {
  border: .5px solid #fff;
  width: 100%;
}

.raya-footer.mt-4vh {
  margin-top: 4vh;
}

.firma {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Arvo, sans-serif;
  font-size: 12px;
}

.link {
  color: #fff;
}

.link:hover {
  color: var(--rosa);
}

.firma-ajolote {
  padding-top: 16px;
  padding-bottom: 16px;
}

.container-4 {
  padding-top: 120px;
}

.heading {
  font-family: Arvo, sans-serif;
  font-size: 12px;
}

.main-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
}

.main-container.flex-vertical {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
}

.heading-2, .heading-3 {
  margin-bottom: 16px;
}

.paragraph {
  margin-top: 40px;
}

.image {
  margin-top: 48px;
}

.grid-equipo {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.nombre {
  color: #fff;
  text-transform: uppercase;
  margin-top: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.cargo {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}

.div-integrante {
  flex-direction: column;
  align-items: center;
  padding: 0;
}

.seccion-equipo {
  min-height: 50vh;
  padding-top: 64px;
  padding-bottom: 64px;
}

.seccion-noticias {
  border-bottom: 1px solid #000;
  min-height: 50vh;
  padding-top: 64px;
  padding-bottom: 128px;
}

.main-section.fondo-rosa {
  background-color: var(--rosa-claro);
}

.main-section.fondo-rosa.oculto {
  display: none;
}

.main-section.fondo-negro {
  background-color: var(--black);
}

.div-der {
  background-color: #ececea;
  align-items: center;
  padding: 40px 10vw 40px 8vw;
  display: flex;
}

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

.div-block-6 {
  background-image: url('../images/archivo-2.jpg');
  background-position: 50% 71%;
  background-size: cover;
  height: 100%;
}

.div-block-6._02 {
  background-image: url('../images/archivo-3.jpg');
}

.div-block-7 {
  background-image: url('../images/archivo-3.jpg');
  background-position: 50% 32%;
  background-size: cover;
  height: 100%;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(500px, 1fr) minmax(500px, 1fr);
}

.grid-2.movil {
  display: none;
}

.div-izq {
  background-color: #ececea;
  align-items: center;
  padding: 40px 8vw;
  display: flex;
}

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

.heading-4 {
  text-transform: uppercase;
  font-weight: 700;
}

.titulo-noticias {
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: 700;
}

.extracto-noticias {
  text-transform: uppercase;
  font-weight: 400;
}

.coleccion-noticias {
  margin-top: 80px;
  display: none;
}

.div-block-8 {
  background-color: #fff;
  padding: 40px;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider2.tall {
  overflow: hidden;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.slider-tall_photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s;
  position: absolute;
  inset: 0%;
  transform: scale(1.2);
}

.slider-tall_img {
  width: 100%;
  min-height: 350px;
  transition: border-radius .5s, transform .5s;
  position: relative;
  overflow: hidden;
}

.slider-tall_img.rounded {
  border-radius: 2em;
}

.section-2.is--dark {
  color: var(--black);
  margin-top: 80px;
}

.sliders_text2 {
  text-transform: uppercase;
  font-style: italic;
}

.embed {
  margin-right: 6px;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
}

.splide__slide.five-cards {
  width: 50%;
}

.text-opacity {
  transition: opacity .35s;
}

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

.splide__track {
  width: 100%;
}

.slider-tall.center {
  text-align: center;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__arrows.is--center {
  justify-content: center;
  margin-top: 40px;
}

.slider-css {
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.div-fondo-rosa {
  background-color: var(--rosa);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.link-block {
  color: var(--black);
  text-decoration: none;
}

.ver-articulo {
  opacity: 1;
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
}

.ver-articulo.sin-linea {
  text-align: center;
  text-decoration: none;
}

.ver-articulo.sin-linea.oculto {
  display: none;
}

.artistas {
  min-height: 80vh;
  padding-top: 64px;
  padding-bottom: 128px;
}

.container-base {
  max-width: 1440px;
  padding-top: 4vh;
  padding-left: 8vw;
  padding-right: 8vw;
}

.container-base.sin-padding {
  padding-top: 0;
}

.center {
  text-align: center;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper {
  margin-top: 64px;
}

.collection-list-wrapper.movil, .letra-filtro {
  display: none;
}

.campo-seleccion {
  color: #000;
  background-color: #fff;
  margin-bottom: 0;
  padding-right: 6px;
  font-family: Arvo, sans-serif;
  font-weight: 400;
}

.form-block {
  justify-content: flex-end;
  margin-top: 32px;
  margin-bottom: 0;
  display: flex;
}

.div-block-9 {
  cursor: pointer;
  position: relative;
}

.fondo-rosa-artistas {
  background-color: var(--rosa);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-block-2 {
  position: relative;
}

.artistas-cms {
  min-height: 70vh;
  padding-top: 64px;
  padding-bottom: 128px;
}

.logo-hover {
  max-width: 80px;
  max-height: 80px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-logo-footer, .link-logo-footer.w--current {
  position: relative;
}

.logo-footer-hover {
  max-height: 200px;
  padding-left: 4px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-9 {
  max-width: 1440px;
  padding-top: 64px;
  padding-left: 10vw;
  padding-right: 10vw;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2fr;
  margin-top: 40px;
}

.image-2 {
  margin-bottom: 48px;
}

.html-embed {
  color: var(--rosa);
  width: 20px;
  height: 24px;
  margin-right: 8px;
}

.html-embed._30 {
  width: 24px;
  height: 30px;
  margin-right: 24px;
}

.grid-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: auto;
  justify-items: start;
  margin-top: 24px;
  margin-bottom: 40px;
}

.link-perfil {
  color: var(--rosa);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.texto-link-perfil {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.texto-link-perfil.regular {
  font-weight: 400;
  text-decoration: none;
}

.boton-verde {
  background-color: #87a425;
  justify-content: center;
  padding: 10px 32px;
  font-family: Arvo, sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.boton-verde:hover {
  background-color: var(--verde-claro);
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.image-3 {
  margin-bottom: 16px;
}

.section-4 {
  min-height: 70vh;
}

.espacios {
  min-height: 80vh;
  padding-top: 64px;
  padding-bottom: 128px;
}

.div-imagen-destacada {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.grid-espacios {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-top: 1vh;
  margin-bottom: 1vh;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.galeria {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.lightbox-link {
  display: block;
  overflow: hidden;
}

.hero-espacio {
  min-height: 80vh;
  padding-top: 64px;
  padding-bottom: 128px;
}

.contacto-espacio {
  background-color: var(--blanco-gris);
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-6 {
  grid-column-gap: 62px;
  grid-row-gap: 54px;
  grid-template-rows: auto;
}

.grid-redes {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

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

.container-8-copy {
  max-width: 1440px;
  padding: 94px 8vw 80px;
}

.contacto {
  min-height: 70vh;
  padding-top: 64px;
  padding-bottom: 128px;
}

.caja-formulario {
  border-style: solid;
  border-width: 0 0 3px;
  border-color: black black var(--rosa);
  text-transform: uppercase;
  margin-bottom: 60px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.caja-formulario:focus {
  border-bottom-color: var(--rosa-claro);
}

.caja-formulario._110 {
  min-width: 100%;
  max-width: 100%;
  min-height: 110px;
  max-height: 110px;
}

.submit-button {
  background-color: var(--verde);
  text-transform: uppercase;
  padding: 15px 30px;
  font-family: Arvo, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.submit-button:hover {
  background-color: var(--verde-claro);
}

.form-block-2 {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.grid-8 {
  grid-template-rows: auto;
  margin-top: 40px;
}

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

.div-formulario {
  box-shadow: 0 7px 13px 0 var(--borde-caja);
  min-height: 500px;
  padding: 16px;
}

.image-5 {
  max-width: 435px;
  max-height: 435px;
}

.success-message {
  background-color: #fff;
  margin-top: 40px;
}

.text-block {
  color: #272626;
  font-family: Arvo, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 27px;
}

.error-message {
  background-color: #fff;
}

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

.noticias-hero-cms {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.noticias-cms {
  min-height: 70vh;
  padding-top: 0;
  padding-bottom: 128px;
}

.rich-text-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-6 {
  width: 100%;
}

.foto-artista {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  min-width: 100%;
  position: relative;
}

.rich-text-block-2 {
  margin-top: 24px;
}

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

.logo-artista {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 112px;
  height: 112px;
}

.exposiciones-espacios {
  background-color: var(--blanco-gris);
}

.video {
  margin-bottom: 1vh;
}

.exposici-n-cms {
  padding-top: 64px;
  padding-bottom: 128px;
}

.descripcion-exposicion {
  margin-top: 40px;
}

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

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.colecion-galeria-exposiciones {
  margin-top: 40px;
}

.collection-list-2-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._16 {
  letter-spacing: 2px;
  font-size: 16px;
}

._16.capital {
  text-transform: uppercase;
}

._16.capital.rosa {
  color: var(--rosa);
}

.puedes-encontrarme {
  color: var(--rosa);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 64px;
  margin-bottom: 24px;
  font-size: 16px;
}

.coleccion {
  margin-top: 64px;
}

.murales {
  padding-top: 64px;
  padding-bottom: 128px;
}

.descripcion {
  margin-top: 40px;
  margin-bottom: 40px;
}

.collection-list-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.image-7 {
  width: 100%;
}

.performances {
  padding-top: 64px;
  padding-bottom: 128px;
}

.collection-list-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.image-8 {
  display: block;
}

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

.breadcrumb {
  max-width: 1440px;
  margin-bottom: 24px;
  display: flex;
}

.link-breadcrumb {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.link-breadcrumb:hover {
  color: var(--rosa);
}

.text-block-2 {
  font-family: Roboto, sans-serif;
}

.text-breadcrumb {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.performances-cms, .murales-cms {
  min-height: 80vh;
  padding-top: 64px;
  padding-bottom: 128px;
}

.espacios-relacionados-performance {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-link-2, .lightbox-link-3 {
  margin-bottom: 16px;
  display: block;
  overflow: hidden;
}

.lightbox-link-4 {
  display: block;
  overflow: hidden;
}

.lightbox-link-5 {
  margin-bottom: 16px;
  overflow: hidden;
}

.sin-datos {
  background-color: #0000;
  border: 1px solid #000;
  justify-content: center;
  padding: 100px 24px;
  display: flex;
}

.sin-datos.margin {
  margin-bottom: 6vh;
}

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

.integrante._01 {
  background-image: url('../images/violeta-chiang-coordinacion.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.integrante._02 {
  background-image: url('../images/patricio-soto-vinculacion-territorial-gestion-cultural.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.integrante._03 {
  background-image: url('../images/belen-alfaro-produccion.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.integrante._04 {
  background-image: url('../images/camila-miranda-administracion.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.integrante._05 {
  background-image: url('../images/carla-perez-diseno-grafico.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.integrante._06 {
  background-image: url('../images/carolina-toro-diseno-grafico-digital.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.integrante._07 {
  background-image: url('../images/andrea-olea-social-media-manager.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.integrante._08 {
  background-image: url('../images/denisse-leigthon-prensa-y-medios.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.integrante._09 {
  background-image: url('../images/jaqueline-romero-aseo.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.integrante._10 {
  background-image: url('../images/marcos-saavedra-registro-fotografico.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.integrante._11 {
  background-image: url('../images/manuel-acevedo-montaje-y-mantencion.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.integrante._12 {
  background-image: url('../images/steven-flores-practicante.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.integrante._13 {
  background-image: url('../images/jose-manuel-godoy-practicante.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.integrante._14 {
  background-image: url('../images/javiera-cabrera-practicante.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.fondo-integrante {
  background-color: var(--rosa);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-anterior {
  flex: 1;
  display: flex;
}

.div-siguiente {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.siguiente {
  color: var(--black);
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Arvo, sans-serif;
}

.paginacion {
  padding: 10px 20px;
}

.paginacion:hover {
  text-decoration: underline;
}

.previous {
  color: var(--black);
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Arvo, sans-serif;
}

.pagination {
  margin-top: 64px;
}

.div-block-11 {
  display: none;
}

.nav-link-menu {
  color: #333;
  padding: 8px 16px;
  font-family: Arvo, sans-serif;
  font-size: 18px;
}

.nav-link-menu:hover {
  color: var(--rosa);
  text-decoration: none;
}

.nav-link-menu.w--current {
  color: var(--rosa);
}

.grid-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 24px;
}

.container-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  padding: 40px 8vw 64px;
  display: flex;
}

.footer-movil, .footer-movil-2, .div-puedes-encontrarme.movil, .galeria-artista.movil {
  display: none;
}

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

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

.bold-text {
  color: var(--rosa);
}

.link-2 {
  text-decoration: none;
}

.image-9 {
  max-width: 300px;
  max-height: 300px;
}

.heading-8 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 48px;
}

.text-block-3 {
  max-width: 300px;
}

.image-10 {
  width: 100%;
}

.hero-colaboradores {
  min-height: 80vh;
  padding-top: 64px;
  padding-bottom: 128px;
}

.contacto-colaboradores {
  background-color: var(--blanco-gris);
  padding-top: 64px;
  padding-bottom: 128px;
}

.colaboradores {
  background-color: var(--blanco-gris);
  padding-top: 0;
  padding-bottom: 128px;
}

.colaboradores.pt {
  padding-top: 64px;
}

.espacios-copy {
  min-height: 80vh;
  padding-top: 64px;
  padding-bottom: 128px;
}

.div-block-14 {
  overflow: hidden;
}

.footer-section {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
}

.footer-container {
  max-width: 1440px;
  padding: 4vh 8vh;
}

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

.menu-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.otras-webs {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 3vh auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-4 {
  color: var(--rosa);
  margin-bottom: 2vh;
  font-family: Arvo, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.logo-foot {
  max-width: 100px;
}

.svg-icon {
  color: var(--white);
  width: 2rem;
  height: 2rem;
}

.svg-icon:hover {
  color: var(--rosa);
  cursor: pointer;
}

.mapa {
  margin-bottom: 1vh;
}

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

.slide-02 {
  background-image: url('../images/slider_01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-03 {
  background-image: url('../images/archivo-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.video-2 {
  aspect-ratio: 9 / 16;
}

.flex-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.image-noticia {
  object-fit: cover;
  height: 700px;
}

.texto-rosa {
  color: var(--rosa);
}

.grid-2-a-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.flex-horizontal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.grid-1-a-1, .grid-1 {
  grid-template-rows: auto;
}

.mb-1vh {
  margin-bottom: 1vh;
}

@media screen and (min-width: 1440px) {
  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .boton-almacen {
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-hero {
    box-shadow: none;
    margin-left: 5vw;
    margin-right: 5vw;
    left: auto;
    right: auto;
  }

  .container-3 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .main-section.fondo-negro.bottom {
    margin-top: auto;
  }

  .div-der, .div-izq {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-8 {
    box-shadow: 6px 9px 15px #e6147626;
  }

  .container-base {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .campo-seleccion {
    background-color: #fff;
    justify-content: flex-end;
    margin-top: 32px;
  }

  .form, .form-block {
    justify-content: flex-end;
  }

  .container-9, .container-8-copy {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-link-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-footer {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer-container {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .logo-foot {
    max-width: 125px;
  }

  .body {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .div-hero {
    max-width: 1000px;
  }

  .container-3 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: auto auto auto auto auto auto;
  }

  .div-der {
    padding-right: 5vw;
  }

  .div-izq {
    padding-left: 5vw;
  }

  .container-base {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .artistas-cms, .performances {
    padding-top: 64px;
  }

  .integrante {
    background-image: url('../images/violeta.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

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

  .container-footer {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .footer-container {
    padding-left: 2vh;
    padding-right: 2vh;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: 6px;
    font-size: 48px;
    line-height: 56px;
  }

  h3 {
    letter-spacing: 3px;
    font-size: 24px;
    line-height: 32px;
  }

  h4 {
    letter-spacing: 3px;
    font-size: 16px;
    line-height: 22px;
  }

  h6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  p {
    font-size: 16px;
    line-height: 20px;
  }

  .nav-link {
    background-color: #fff;
  }

  .nav-menu {
    background-color: #fff;
    padding: 24px 8vw;
  }

  .boton-almacen {
    flex: 1;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 18px;
  }

  .div-block {
    background-color: #fff;
    justify-content: center;
  }

  .mask {
    min-height: 50vh;
  }

  .slider {
    height: 50vh;
  }

  .container-3 {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .link-footer {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-2, .heading-3 {
    margin-bottom: 8px;
  }

  .grid-equipo {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .nombre {
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    text-decoration: underline;
  }

  .cargo {
    text-align: center;
    font-size: 10px;
    line-height: 16px;
  }

  .seccion-equipo {
    padding-bottom: 112px;
  }

  .titulo-noticias {
    font-size: 14px;
    line-height: 16px;
  }

  .div-block-8 {
    padding: 32px;
  }

  .slider-tall_img {
    min-height: 250px;
  }

  .sliders_text2 {
    font-size: 14px;
    line-height: 16px;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__slide.five-cards {
    width: 33.3333%;
  }

  .ver-articulo {
    font-size: 14px;
    line-height: 16px;
  }

  .container-base {
    padding-top: 40px;
  }

  .collection-list-wrapper {
    margin-top: 24px;
  }

  .campo-seleccion {
    border-radius: 0;
  }

  .form-block {
    margin-top: 24px;
  }

  .fondo-rosa-artistas {
    display: none;
  }

  .grid-3 {
    margin-top: 24px;
  }

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

  .collection-list-4 {
    column-count: 2;
    column-rule-style: none;
    column-rule-width: 0px;
  }

  .hero-espacio {
    min-height: auto;
  }

  .grid-6 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-redes {
    display: flex;
  }

  .container-8-copy {
    padding-top: 64px;
  }

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

  .image-5 {
    max-width: 300px;
    max-height: 300px;
  }

  .noticias-hero-cms {
    min-height: 30vh;
  }

  .noticias-cms {
    min-height: auto;
  }

  .rich-text-block {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .fondo-integrante {
    padding: 16px;
  }

  .div-block-11 {
    flex: 1;
    display: block;
  }

  .menu-button {
    color: var(--rosa);
    padding-right: 0;
    font-family: Arvo, sans-serif;
    font-size: 32px;
    line-height: 32px;
  }

  .menu-button.w--open {
    color: var(--rosa);
    background-color: #fff;
    padding-right: 0;
  }

  .nav-link-menu {
    border-bottom: 1px solid var(--rosa);
    text-align: center;
    background-color: #fff;
    justify-content: center;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 18px;
  }

  .nav-link-menu.last {
    border-bottom-style: none;
  }

  .grid-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container-footer {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .heading-7 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .utility-page-wrap {
    height: 60vh;
  }

  .image-9 {
    max-width: 200px;
    max-height: 200px;
  }

  .heading-8 {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-colaboradores {
    min-height: auto;
  }

  .footer-container {
    max-width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
  }

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

  .text-block-4 {
    font-size: 16px;
  }

  .logo-foot {
    max-width: 90px;
  }

  .grid-12, .grid-2-a-1 {
    grid-template-columns: 1.5fr;
  }
}

@media screen and (max-width: 767px) {
  .brand.w--current {
    padding-left: 0;
  }

  .link-footer {
    font-size: 14px;
    line-height: 18px;
  }

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

  .splide.slider2.tall {
    overflow: visible;
  }

  .slider-tall_img {
    padding-top: 0%;
  }

  .splide__slide, .splide__slide.five-cards {
    width: 100%;
  }

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

  .image-5 {
    max-width: 300px;
    max-height: 300px;
  }

  .grid-footer {
    display: none;
  }

  .footer-movil {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    margin-top: 24px;
    margin-bottom: 8px;
    display: grid;
  }

  .footer-movil-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .text-block-4 {
    font-size: 16px;
  }

  .logo-foot {
    max-width: 90px;
  }

  .svg-icon {
    width: 1.8rem;
  }

  .grid-medios {
    grid-template-columns: 1.25fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: 3px;
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
  }

  h4 {
    font-size: 12px;
    line-height: 20px;
  }

  h5 {
    font-size: 10px;
    line-height: 18px;
  }

  p {
    font-size: 14px;
    line-height: 18px;
  }

  .menu-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .left-arrow, .right-arrow {
    width: 24px;
  }

  .hero {
    margin-bottom: 25vh;
  }

  .slider {
    height: 60vh;
  }

  .div-hero {
    width: auto;
    margin-bottom: 24px;
    margin-left: 24px;
    margin-right: 24px;
    padding: 24px;
  }

  .link-footer {
    text-align: center;
  }

  .main-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-2, .heading-3 {
    margin-bottom: 0;
  }

  .grid-equipo {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .seccion-equipo {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .seccion-noticias {
    padding-top: 40px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .main-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .div-der {
    padding: 14vw;
  }

  .div-block-6, .div-block-7 {
    min-height: 350px;
  }

  .grid-2 {
    grid-template-rows: minmax(350px, .7fr);
    grid-template-columns: 1fr;
    display: none;
  }

  .grid-2.movil {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-izq {
    padding: 14vw;
  }

  .section-2.is--dark {
    margin-top: 40px;
  }

  .container-7 {
    overflow: hidden;
  }

  .artistas {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .container-base {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .collection-list-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-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: block;
  }

  .campo-seleccion {
    border-radius: 0;
    padding-left: 20px;
    padding-right: 12px;
  }

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

  .espacios {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .hero-espacio {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .contacto-espacio {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .container-8-copy {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .contacto {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .caja-formulario {
    font-size: 14px;
    line-height: 16px;
  }

  .submit-button {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 18px;
  }

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

  .image-5 {
    max-width: 200px;
    max-height: 200px;
  }

  .success-message {
    margin-top: 20px;
  }

  .text-block {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }

  .noticias-hero-cms {
    min-height: 30vh;
  }

  .noticias-cms {
    padding-bottom: 80px;
  }

  .exposici-n-cms {
    padding-top: 40px;
    padding-bottom: 80px;
  }

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

  .collection-list-5 {
    column-count: 2;
  }

  .colecion-galeria-exposiciones {
    margin-top: 0;
  }

  .puedes-encontrarme {
    margin-top: 40px;
    font-size: 14px;
    line-height: 16px;
  }

  .murales {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .titulo {
    letter-spacing: 2px;
    font-size: 24px;
    line-height: 32px;
  }

  .descripcion {
    margin-top: 8px;
  }

  .collection-list-6 {
    direction: rtl;
    column-count: 2;
  }

  .image-7 {
    width: 100%;
  }

  .performances {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .collection-list-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    direction: rtl;
    column-count: 2;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .link-breadcrumb, .text-breadcrumb {
    font-size: 12px;
    line-height: 14px;
  }

  .performances-cms, .murales-cms {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .grid-footer {
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    display: none;
  }

  .grid-footer.movil {
    display: flex;
  }

  .footer-movil {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    margin-top: 24px;
    margin-bottom: 8px;
    display: grid;
  }

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .footer-movil-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .heading-7 {
    line-height: 12px;
  }

  .div-puedes-encontrarme.escritorio {
    display: none;
  }

  .div-puedes-encontrarme.movil {
    display: block;
  }

  .galeria-artista.escritorio {
    display: none;
  }

  .galeria-artista.movil {
    margin-top: 24px;
    display: block;
  }

  .utility-page-wrap {
    height: 80vh;
    padding: 80px 5vw;
  }

  .image-9 {
    max-width: 150px;
    max-height: 150px;
  }

  .heading-8 {
    font-size: 24px;
    line-height: 28px;
  }

  .text-block-3 {
    font-size: 12px;
    line-height: 14px;
  }

  .hero-colaboradores {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .contacto-colaboradores {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .colaboradores, .espacios-copy {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .footer-container {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

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

  .otras-webs {
    margin-top: 2vh;
  }

  .text-block-4 {
    text-align: center;
    font-size: 14px;
  }

  .logo-foot {
    max-width: 75px;
  }

  .redes {
    text-align: center;
  }

  .icon-2 {
    margin-right: 0;
  }
}

#w-node-c9b6b0d9-e0a8-37d4-32fa-d1a032c90262-acd525c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e4ee0f7e-bf00-f1e5-30b1-d015e61f839a-acd525c2, #w-node-_12e5334e-b8df-ba3a-3224-8a23f8926bbc-acd525c2, #w-node-_701293f2-4671-23d5-0dc2-4e5946cad985-acd525c2, #w-node-_00d9335e-f802-0eec-d665-8b88a28b2231-acd525c2, #w-node-_954f8800-9be1-fd2a-614c-3f900a7f5fe3-acd525c2, #w-node-ff5a7e37-36bf-8abe-e44a-99c15828b8da-acd525c2, #w-node-_064e54f2-7d62-fd01-a330-e591c9d48399-acd525c2, #w-node-dd358460-d0ba-1b93-93ab-a804d15da5b8-acd525c2, #w-node-_52cae178-d770-ae0f-c649-1095ccbbd078-acd525c2, #w-node-e42238df-0c16-fc81-71b6-5d6b33bb4924-acd525c2, #w-node-dc6cbdc6-b295-e5e1-ef2a-c1ce017d47aa-acd525c2, #w-node-_37fa779b-03e5-f6ed-4746-f5f711bd7edd-acd525c2, #w-node-_75851053-9b2f-0c3a-32a1-073604625203-acd525c2, #w-node-_33c956ec-373d-64aa-13df-8c76296f833f-acd525c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be5c786e-3017-41fb-fa3a-836e972f6810-acd525c2 {
  align-self: start;
}

#w-node-_05e819eb-8aeb-9fbc-0066-a25b8937b6d8-acd525c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b8a84ff-2f19-7005-7a6b-a7cdb7b8da74-acd525c2, #w-node-_39e14b16-849c-b9da-db7a-32ab58ff3b63-acd525c2, #w-node-ca7211a7-b83a-6617-b331-7d4092bae1ba-acd525c2, #w-node-_4be3034d-7030-719a-f4c8-16d1e2648d34-acd525c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4be3034d-7030-719a-f4c8-16d1e2648d31-acd525c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4be3034d-7030-719a-f4c8-16d1e2648d35-acd525c2, #w-node-_4be3034d-7030-719a-f4c8-16d1e2648d36-acd525c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_882f9406-c46b-d3db-ba31-100bbba2ad34-bba2ad31 {
  align-self: center;
}

#w-node-_68202557-07fc-0aa1-7d19-424d3691f419-bba2ad31, #w-node-_882f9406-c46b-d3db-ba31-100bbba2ad38-bba2ad31, #w-node-_882f9406-c46b-d3db-ba31-100bbba2ad3a-bba2ad31, #w-node-_882f9406-c46b-d3db-ba31-100bbba2ad3c-bba2ad31, #w-node-_882f9406-c46b-d3db-ba31-100bbba2ad3e-bba2ad31, #w-node-_882f9406-c46b-d3db-ba31-100bbba2ad40-bba2ad31, #w-node-_882f9406-c46b-d3db-ba31-100bbba2ad42-bba2ad31, #w-node-_882f9406-c46b-d3db-ba31-100bbba2ad44-bba2ad31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_882f9406-c46b-d3db-ba31-100bbba2ad47-bba2ad31 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_882f9406-c46b-d3db-ba31-100bbba2ad49-bba2ad31, #w-node-_882f9406-c46b-d3db-ba31-100bbba2ad4b-bba2ad31 {
  place-self: center start;
}

#w-node-_7a52b880-35d4-5f7b-eddf-d6719c1c17d3-7456c6fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a5e280b-51cc-638b-e161-ed2624119775-7456c6fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-eb90af79-533f-9097-b203-fb6f42c61987-3a822371, #w-node-_768102ea-d028-19e9-3b39-11b3f5eed4e4-3a822371, #w-node-fa87fc32-d0dc-fe14-fa97-c7c4d3cb8bdb-3a822371, #w-node-b1d483c4-f201-b273-f8b3-a9f9e3e1a229-3a822371, #w-node-a2f78772-b055-8e12-7a5d-f95caa66d8a2-3a822371, #w-node-d0a0d666-d0d6-7c14-0c0a-6746530ef209-3a822371, #w-node-d0a0d666-d0d6-7c14-0c0a-6746530ef20a-3a822371, #w-node-b745a676-9a1a-e981-47b9-012cf8decb5b-3a822371, #w-node-b745a676-9a1a-e981-47b9-012cf8decb5c-3a822371, #w-node-_8e696364-a279-b4c9-f77b-ce4b1924a8d2-3a822371, #w-node-_8e696364-a279-b4c9-f77b-ce4b1924a8d3-3a822371, #w-node-_802f14de-0520-f84e-ce70-786f04ee607f-3a822371, #w-node-d377d2de-9558-cb62-a051-d4bbbaa9d302-937f5a83, #w-node-b0137ba8-4def-20a0-03ba-9b00cae3377c-937f5a83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0137ba8-4def-20a0-03ba-9b00cae33771-937f5a83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-b0137ba8-4def-20a0-03ba-9b00cae33773-937f5a83, #w-node-b0137ba8-4def-20a0-03ba-9b00cae33774-937f5a83, #w-node-b0137ba8-4def-20a0-03ba-9b00cae33776-937f5a83, #w-node-b0137ba8-4def-20a0-03ba-9b00cae33777-937f5a83, #w-node-b0137ba8-4def-20a0-03ba-9b00cae33779-937f5a83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe60b607-984d-2666-312f-16c3c2fa8a8c-937f5a83 {
  align-self: start;
}

#w-node-b357ec9e-06c9-3196-68a5-1fdeb88b4462-d7904be4, #w-node-_7ee04a15-40e7-09b2-257b-c7e99c0ed526-4023339e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ee04a15-40e7-09b2-257b-c7e99c0ed527-4023339e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7ee04a15-40e7-09b2-257b-c7e99c0ed529-4023339e, #w-node-_7ee04a15-40e7-09b2-257b-c7e99c0ed52a-4023339e, #w-node-_7ee04a15-40e7-09b2-257b-c7e99c0ed52d-4023339e, #w-node-_7ee04a15-40e7-09b2-257b-c7e99c0ed52e-4023339e, #w-node-_7ee04a15-40e7-09b2-257b-c7e99c0ed531-4023339e, #w-node-_7ee04a15-40e7-09b2-257b-c7e99c0ed535-4023339e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_882f9406-c46b-d3db-ba31-100bbba2ad3c-bba2ad31, #w-node-_882f9406-c46b-d3db-ba31-100bbba2ad3e-bba2ad31, #w-node-_882f9406-c46b-d3db-ba31-100bbba2ad40-bba2ad31 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8a5e280b-51cc-638b-e161-ed2624119775-7456c6fc {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7b8a84ff-2f19-7005-7a6b-a7cdb7b8da74-acd525c2 {
    order: -9999;
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_4be3034d-7030-719a-f4c8-16d1e2648d34-acd525c2 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_882f9406-c46b-d3db-ba31-100bbba2ad34-bba2ad31, #w-node-_882f9406-c46b-d3db-ba31-100bbba2ad37-bba2ad31, #w-node-_882f9406-c46b-d3db-ba31-100bbba2ad46-bba2ad31, #w-node-_3741f530-b4de-c362-7e3d-3bb61b53f57f-bba2ad31 {
    justify-self: center;
  }

  #w-node-_8a5e280b-51cc-638b-e161-ed2624119775-7456c6fc {
    order: -9999;
  }

  #w-node-fa87fc32-d0dc-fe14-fa97-c7c4d3cb8bdb-3a822371 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b0137ba8-4def-20a0-03ba-9b00cae33771-937f5a83, #w-node-_7ee04a15-40e7-09b2-257b-c7e99c0ed527-4023339e {
    order: -9999;
  }
}


