:root {
  --reino: #41acbe;
  --preto-menu: #333;
  --restin: #b27489;
  --black: #d2c8c3;
  --dark-grey: #ababab;
  --peru: #ab7e54;
  --mangiare: #4ba621;
  --gestos: #e27843;
  --rosa: #b93546;
  --black-2: #202020;
  --in-comum: #828b3a;
  --o-muro: #807f75;
  --lavender-blush: #e4d3dc;
  --gainsboro: #e8e8e8;
  --royal-blue: #6a7ab1;
}

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

body {
  color: #000;
  font-family: fira-sans;
  font-size: 14px;
  line-height: 1.7em;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--reino);
  text-decoration: none;
}

.botao-burger {
  z-index: 20;
  text-align: center;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 10px 0;
}

.botao-burger:hover {
  background-color: #0006;
}

.burger-linha {
  background-color: #fff;
  border-radius: 3px;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  display: block;
}

.foto-restin {
  background-image: url('../images/Menu-Restin.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 220px;
  width: 0;
  margin-left: 0;
  padding-top: 142px;
  padding-left: 250px;
}

.bloco-frase {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.menu-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu-link:hover {
  color: #fff;
}

.bloco-itens-menu {
  flex-direction: column;
  display: flex;
}

.bloco-menu {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #202020f2;
  grid-template: "."
  / minmax(20px, 520px) minmax(190px, 270px) minmax(20px, 80px) minmax(210px, 550px) minmax(190px, 310px);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-weight: 300;
  display: none;
  position: relative;
  inset: 0%;
}

.slider-fotos {
  z-index: 0;
  height: 100vh;
  display: none;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.slide-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.barra-menu {
  z-index: 50;
  background-color: var(--preto-menu);
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.bloco-marca-pedras {
  z-index: 50;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(10px, 1fr) minmax(0, 160px) minmax(10px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 200px;
  display: grid;
  position: relative;
  inset: auto 0% auto auto;
}

.bloco-botoes-social {
  flex-direction: column;
  justify-content: flex-end;
  width: 50px;
  height: 125px;
  display: flex;
}

.botao-instagram {
  background-image: url('../images/Instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 2px solid #fff;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  min-height: 50px;
  margin-top: 25px;
  transition: background-color .2s;
}

.botao-instagram:hover {
  background-color: #c92f60;
}

.botao-facebook {
  background-image: url('../images/Facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 2px solid #fff;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  min-height: 50px;
  margin-top: 25px;
  transition: background-color .1s;
}

.botao-facebook:hover {
  background-color: #3b5998;
}

.bloco-restin {
  z-index: 2;
  background-color: var(--restin);
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.menu-titulo {
  opacity: 1;
  color: var(--black);
  margin-bottom: 8px;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.1em;
  transition: margin-left .2s, border-color .4s cubic-bezier(.55, .085, .68, .53);
}

.bloco-sessao-menu {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.left-arrow-2, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.marca-pedras {
  position: relative;
}

.marca-pedras._1 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/Boneco-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.marca-pedras._2 {
  background-image: url('../images/Boneco-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.marca-pedras._3 {
  background-image: url('../images/Boneco-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.marca-pedras._4 {
  background-image: url('../images/Boneco-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.marca-pedras._5 {
  background-image: url('../images/Boneco-5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.slider {
  background-color: #ddd0;
  justify-content: center;
  align-self: center;
  width: 100%;
  height: 200px;
}

.menu-espetaculo {
  color: var(--dark-grey);
  border-bottom: 1px solid #ababab00;
  width: 100%;
  margin-top: 10px;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.3em;
  text-decoration: none;
  transition: margin .2s, border-color .2s;
}

.menu-espetaculo:hover {
  border-bottom: 1px dotted var(--dark-grey);
  color: #fff;
  margin-left: 10px;
  padding-left: 0;
}

.bloco-muro {
  z-index: 2;
  background-color: var(--peru);
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.foto-muro {
  background-image: url('../images/Menu-Muro.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 194px;
  width: 0;
  margin-left: 0;
  padding-top: 152px;
  padding-left: 218px;
}

.slide-2 {
  background-image: url('../images/Foto-1.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.body {
  clear: left;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1.25fr) minmax(auto, 1920px) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.sessao-fixa {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1.25fr) minmax(630px, 1730px) minmax(140px, 190px) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  width: 100vw;
  display: grid;
  position: fixed;
  inset: 0%;
}

.menu-grupo {
  color: var(--dark-grey);
  border-bottom: 1px solid #ababab00;
  margin-top: 10px;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.3em;
  text-decoration: none;
  transition: margin .2s;
}

.menu-grupo:hover {
  color: #fff;
  margin-left: 10px;
  font-weight: 300;
}

.bloco-mangiare {
  z-index: 2;
  background-color: var(--mangiare);
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.bloco-reino {
  z-index: 2;
  background-color: var(--reino);
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.bloco-gestos {
  z-index: 2;
  background-color: var(--gestos);
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.bloco-in-comum {
  z-index: 2;
  background-color: #828b3a;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.bloco-rosa {
  z-index: 2;
  background-color: var(--rosa);
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.foto-mangiare {
  background-image: url('../images/Menu-Mangiare.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0;
  margin-left: 0;
  padding-top: 150px;
  padding-left: 205px;
}

.foto-reino {
  background-image: url('../images/Menu-Reino.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0;
  margin-left: 8%;
  padding-top: 160px;
  padding-left: 84%;
}

.foto-gestos {
  background-image: url('../images/Menu-Gestos.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0;
  margin-left: 0;
  padding-top: 150px;
  padding-left: 244px;
}

.foto-in-comum {
  background-image: url('../images/Menu-In-Comum.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0;
  margin-left: 0;
  padding-top: 130px;
  padding-left: 200px;
}

.foto-rosa {
  background-image: url('../images/Menu-Rosa.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0;
  margin-left: 0;
  padding-top: 123px;
  padding-left: 250px;
}

.boneco {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  width: 180px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.cortina {
  z-index: 40;
  background-color: var(--black-2);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.frase-restin, .frase-muro {
  z-index: 6;
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  border-left-width: 0;
  flex-direction: column;
  margin-bottom: 8px;
  padding: 0 14%;
  font-family: pauline, sans-serif;
  font-size: 1.54em;
  font-weight: 300;
  line-height: 1.3em;
}

.frase-mangiare {
  z-index: 6;
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  border-left-width: 0;
  flex-direction: column;
  margin-bottom: 8px;
  padding: 0 20%;
  font-family: pauline, sans-serif;
  font-size: 1.54em;
  font-weight: 300;
  line-height: 1.3em;
}

.frase-reino, .frase-gestos {
  z-index: 6;
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  border-left-width: 0;
  flex-direction: column;
  margin-bottom: 8px;
  padding: 0 14%;
  font-family: pauline, sans-serif;
  font-size: 1.54em;
  font-weight: 300;
  line-height: 1.3em;
}

.frase-in-comum {
  z-index: 6;
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  border-left-width: 0;
  flex-direction: column;
  margin-bottom: 16px;
  padding: 0 14%;
  font-family: pauline, sans-serif;
  font-size: 1.54em;
  font-weight: 300;
  line-height: 1.3em;
}

.frase-rosa {
  z-index: 6;
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  border-left-width: 0;
  flex-direction: column;
  margin-bottom: 19px;
  padding: 0 14%;
  font-family: pauline, sans-serif;
  font-size: 1.54em;
  font-weight: 300;
  line-height: 1.3em;
}

.bloco-logo-pedras {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(250px, 270px) minmax(10px, 80px);
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.logo-pedras {
  background-image: url('../images/Logo-Pedras.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 90px;
}

.section-conteudo-fixo {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 100vh;
  grid-template-columns: minmax(190px, 520px) minmax(220px, 500px) minmax(20px, 180px) minmax(200px, 530px);
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: grid;
  position: relative;
  inset: 0% auto;
}

.bloco-texto {
  margin-top: 0;
}

.paragrafo {
  color: var(--preto-menu);
  margin-top: 12px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5em;
}

.heading {
  color: var(--rosa);
  font-family: museo-sans-rounded, sans-serif;
  font-size: 2.2em;
  font-weight: 500;
  line-height: 2em;
}

.heading.in-comum {
  color: var(--in-comum);
}

.heading.gestos {
  color: var(--gestos);
}

.heading.reino {
  color: var(--reino);
}

.heading.mangiare {
  color: var(--mangiare);
}

.heading.o-muro {
  color: var(--o-muro);
}

.heading.restin {
  color: var(--restin);
}

.item-lista {
  color: #6e828b;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 500;
  list-style-type: none;
}

.div-block-2 {
  height: 50px;
}

.recorte-1 {
  z-index: 5;
  background-image: url('../images/Rosa-Recorte-1.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: flex-end;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: auto auto 0% 0%;
}

.recorte-1.rosa {
  width: 96%;
}

.recorte-1.in-comum {
  background-image: url('../images/In-Comum-Recorte-1.png');
  display: block;
}

.recorte-1.gestos {
  background-image: url('../images/Gestos-Recorte-1.png');
  height: 97vh;
}

.recorte-1.reino {
  background-image: url('../images/Reino-Recorte-1.png');
  width: 108%;
  display: block;
}

.recorte-1.mangiare {
  background-image: url('../images/Mangiare-Recorte-1.png');
  width: 130%;
  margin-left: -15%;
  display: block;
}

.recorte-1.o-muro {
  background-image: url('../images/O-Muro-Recorte-1.png');
  width: 140%;
  margin-left: -15%;
  display: block;
}

.recorte-1.restin {
  background-image: url('../images/Restin-Recorte-1.png');
  height: 87vh;
  display: block;
}

.titulo {
  display: block;
}

.titulo.rosa {
  margin-top: 7vh;
  margin-bottom: 4vh;
  transform: translate(-8%);
}

.titulo.in-comum {
  margin-top: 7vh;
  margin-bottom: 3vh;
  display: inline-block;
}

.titulo.gestos {
  margin-top: 8vh;
  margin-bottom: 5vh;
}

.titulo.reino {
  height: 40vh;
  margin: 6vh auto 5vh;
}

.titulo.mangiare {
  max-width: 88%;
  margin: 8vh auto 5vh;
  position: relative;
  inset: auto;
  transform: scale(1.2);
}

.titulo.o-muro {
  margin-top: 8vh;
  margin-bottom: 5vh;
  transform: scale(1.1);
}

.titulo.restin {
  margin-top: 8vh;
  margin-bottom: 5vh;
}

.titulo.grupo {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 15%;
  padding-right: 15%;
  display: inline-block;
}

.recorte-2 {
  z-index: 5;
  background-image: url('../images/Rosa-Recorte-2.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: flex-end;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.recorte-2.rosa {
  width: 96%;
}

.recorte-2.in-comum {
  background-image: url('../images/In-Comum-Recorte-2.png');
  width: 63%;
  display: block;
}

.recorte-2.gestos {
  background-image: url('../images/Gestos-Recorte-2.png');
  height: 96vh;
}

.recorte-2.reino {
  background-image: url('../images/Reino-Recorte-2.png');
  width: 110%;
  margin-bottom: 2vh;
  display: block;
}

.recorte-2.mangiare {
  background-image: url('../images/Mangiare-Recorte-2.png');
  width: 137%;
  display: block;
}

.recorte-2.o-muro {
  background-image: url('../images/O-Muro-Recorte-2.png');
  height: 90vh;
}

.recorte-2.restin {
  background-image: url('../images/Restin-Recorte-2.png');
  width: 110%;
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% 0% auto;
}

.blocos-fotos-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 35vh;
  max-width: 90%;
  display: grid;
}

.foto {
  border: 3px solid #fffdfdb3;
  border-radius: 50%;
}

.destaque {
  color: var(--preto-menu);
  font-size: 1.04em;
  font-weight: 700;
}

.detalhe-1 {
  width: 67%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.detalhe-1.reino {
  inset: auto 0% 9%;
}

.detalhe-1.gestos {
  width: 64%;
  margin-bottom: 5%;
}

.detalhe-1.mangiare {
  width: 80%;
  padding-bottom: 70%;
  padding-right: 20%;
}

.detalhe-1.o-muro {
  width: 83%;
}

.recorte-detalhes {
  background-color: #0000;
  height: 100vh;
  display: block;
}

.recorte-detalhes.gestos, .recorte-detalhes.mangiare, .recorte-detalhes.o-muro {
  display: block;
}

.left-arrow-3, .right-arrow-3, .slide-nav-3 {
  display: none;
}

.detalhe-2 {
  width: 95%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.detalhe-2.in-comum {
  width: 93%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% 0%;
}

.detalhe-2.gestos {
  width: 72%;
  margin: 20% auto auto;
  inset: 0%;
}

.detalhe-2.mangiare {
  width: 94%;
  margin: auto;
  padding-top: 70%;
  inset: 0%;
}

.detalhe-2.o-muro {
  width: 70%;
  margin: auto auto 20%;
  inset: 0%;
}

.detalhe-3 {
  width: 80%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.detalhe-3.reino {
  width: auto;
  height: 47%;
  inset: auto 0% 3%;
}

.detalhe-3.restin {
  width: 65%;
}

.detalhe-3.gestos {
  width: 70%;
}

.detalhe-3.mangiare {
  width: 85%;
  margin-top: -20%;
}

.detalhe-4 {
  width: 100%;
  margin-top: 25vh;
  margin-right: 6%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.detalhe-4.reino {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% 11%;
}

.detalhe-4.mangiare {
  width: 85%;
  margin: auto auto 20%;
  inset: 0%;
}

.sessao-fotos {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(410px, 1420px) minmax(200px, 270px) minmax(20px, 40px);
  position: relative;
}

.section-scroll {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 100vh;
  grid-template-columns: minmax(0, 1.25fr) minmax(190px, 520px) minmax(220px, 500px) minmax(20px, 180px) minmax(200px, 530px) minmax(140px, 190px) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: grid;
  position: static;
  inset: 0% auto;
}

.section-scroll.grupo {
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1.25fr) minmax(150px, 520px) minmax(340px, 690px) minmax(150px, 520px) minmax(140px, 190px) minmax(0, 1fr);
  margin-top: 0;
}

.bloco-fundo-recorte {
  width: 63%;
  min-width: 190px;
  display: flex;
}

.bloco-fundo-recorte.reino {
  align-items: flex-start;
  width: 110%;
  margin-right: auto;
}

.bloco-fundo-recorte.restin {
  align-items: flex-end;
  width: 90%;
  margin-top: auto;
  margin-right: auto;
}

.bloco-fundo-recorte-2 {
  justify-content: flex-end;
  width: 58%;
  min-width: 180px;
  display: flex;
}

.bloco-botao-menu {
  flex-direction: column;
  justify-content: flex-start;
  width: 50px;
  height: 50px;
  display: flex;
}

.laterais {
  z-index: 50;
  background-color: var(--preto-menu);
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.bloco-fechar {
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 25px;
  margin-top: 2px;
  display: none;
  position: absolute;
}

.espaco-recorte {
  height: 70vh;
  display: none;
}

.section-fotos-espetaculo {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 100vh;
  grid-template-columns: minmax(190px, 520px) minmax(220px, 500px) minmax(20px, 180px) minmax(200px, 530px);
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: grid;
  position: relative;
  inset: 0% auto;
}

.fundo {
  background-image: url('../images/In-Comum-Fundo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.fundo.rosa {
  background-image: url('../images/Rosa-Fundo.jpg');
}

.fundo.in-comum {
  background-image: url('../images/In-Comum-Fundo_1.jpg');
}

.fundo.gestos {
  background-image: url('../images/Gestos-Fundo.jpg');
}

.fundo.reino {
  background-image: url('../images/Reino-Fundo.jpg');
}

.fundo.mangiare {
  background-image: url('../images/Mangiare-Fundo.jpg');
}

.fundo.o-muro {
  background-image: url('../images/O-Muro-Fundo.jpg');
}

.fundo.restin {
  background-image: url('../images/Restin-Fundo.jpg');
}

.recortes-atores {
  display: flex;
  position: relative;
}

.menu-titulo-hover {
  opacity: 1;
  color: var(--black);
  margin-bottom: 8px;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.1em;
  transition: margin-left .2s, border-color .4s cubic-bezier(.55, .085, .68, .53);
}

.menu-titulo-hover:hover {
  color: #fff;
  margin-left: 10px;
}

.bloco-contato {
  z-index: 2;
  background-color: #843c66;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.contato {
  z-index: 6;
  opacity: 1;
  color: #e4d3dc;
  text-align: center;
  letter-spacing: .5px;
  border-left-width: 0;
  flex-direction: column;
  margin-bottom: 0;
  padding: 0;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.6em;
}

.email {
  color: #e4d3dc;
  text-decoration: none;
}

.email:hover {
  color: #fff;
}

.menu-contato {
  opacity: 1;
  color: var(--black);
  margin-bottom: 8px;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.1em;
  transition: margin-left .2s, border-color .4s cubic-bezier(.55, .085, .68, .53);
}

.menu-contato:hover {
  color: #fff;
  margin-left: 10px;
}

.logo-contato {
  background-image: url('../images/Menu-Contato.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 26px;
  padding-bottom: 282px;
  padding-right: 100%;
}

.blocos-fotos-2 {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 35vh;
  max-width: 90%;
  display: grid;
}

.botao-fotos {
  cursor: pointer;
  background-color: #e8e8e880;
  border: 2px solid #da2228;
  border-radius: 30px;
  width: 70px;
  margin-bottom: 12vh;
  padding: 5px;
  box-shadow: inset 1px 1px 10px #00000021;
}

.botao-fotos.in-comum {
  border-color: #747c35;
}

.botao-fotos.reino {
  border-color: #348b99;
  display: none;
}

.botao-fotos.mangiare {
  border-color: var(--mangiare);
}

.bola-botao-fotos {
  background-color: #da2228;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.bola-botao-fotos.in-comum {
  background-color: #747c35;
}

.bola-botao-fotos.reino {
  background-color: #1190a6;
}

.bola-botao-fotos.mangiare {
  background-color: #2c8c00;
}

.recorte-1-inicio {
  z-index: 5;
  background-image: url('../images/Rosa-Recorte-1.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: flex-end;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: auto auto 0% 0%;
}

.recorte-1-inicio.rosa {
  width: 96%;
}

.recorte-1-inicio.in-comum {
  background-image: url('../images/In-Comum-Recorte-1.png');
  display: block;
}

.recorte-1-inicio.gestos {
  background-image: url('../images/Gestos-Recorte-1.png');
  height: 97vh;
}

.recorte-1-inicio.reino {
  background-image: url('../images/Reino-Recorte-1.png');
  width: 108%;
  display: block;
}

.recorte-1-inicio.mangiare {
  background-image: url('../images/Mangiare-Recorte-1.png');
  width: 130%;
  margin-left: -15%;
  display: block;
}

.recorte-1-inicio.o-muro {
  background-image: url('../images/O-Muro-Recorte-1.png');
  width: 140%;
  margin-left: -15%;
  display: block;
}

.recorte-1-inicio.restin {
  background-image: url('../images/Restin-Recorte-1.png');
  height: 87vh;
  display: block;
}

.blocos-fotos-e-botao {
  grid-template-rows: 14% 70% 16%;
  grid-template-columns: 100%;
}

.fotos-grupo {
  background-color: #0000;
  height: 30vw;
  max-height: 570px;
  margin-top: 30px;
}

.grupo {
  width: 100%;
  margin-top: 30px;
}

.left-arrow-4, .right-arrow-4, .slide-nav-4 {
  display: none;
}

.foto-grupo {
  background-image: url('../images/Grupo-1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.foto-grupo._2 {
  background-image: url('../images/Grupo-2.jpg');
  background-position: 50% 100%;
  background-size: contain;
}

.foto-grupo._3 {
  background-image: url('../images/Grupo-3.jpg');
  background-position: 50% 100%;
  background-size: contain;
}

.foto-grupo._4 {
  background-image: url('../images/Grupo-4.jpg');
  background-position: 50% 100%;
  background-size: contain;
}

.foto-grupo._5 {
  background-image: url('../images/Grupo-5.jpg');
  background-position: 50% 100%;
}

.foto-grupo._1 {
  background-size: contain;
}

.mask-3 {
  height: 30vw;
  max-height: 570px;
}

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

.fotos-deitadas {
  width: 100%;
  height: 100vh;
}

.fotos-em-pe {
  width: 100%;
  height: 100vh;
  display: none;
}

@media screen and (max-width: 991px) {
  .bloco-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "."
    / minmax(40px, 200px) minmax(230px, 270px) 30px 230px minmax(40px, 200px);
    grid-auto-columns: 1fr;
    display: none;
  }

  .barra-menu {
    z-index: 20;
  }

  .menu-titulo {
    font-size: 2em;
  }

  .bloco-sessao-menu {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .menu-espetaculo {
    font-size: 1.4em;
    line-height: 1.1em;
  }

  .menu-espetaculo:hover {
    border-bottom: 1px solid #0000;
    margin-left: 0;
  }

  .sessao-fixa {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: minmax(630px, 815px) 18vw;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-grupo {
    font-size: 1.4em;
    line-height: 1em;
  }

  .menu-grupo:hover {
    margin-left: 0;
  }

  .section-conteudo-fixo {
    z-index: 10;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100vh;
    grid-template-columns: minmax(220px, 285px) minmax(410px, 530px);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragrafo {
    font-size: 1.3em;
  }

  .heading {
    font-size: 2.3em;
  }

  .recorte-1 {
    width: 86%;
    margin-right: 10px;
    display: block;
    inset: auto 0% 0% auto;
  }

  .titulo.in-comum, .titulo.gestos, .titulo.reino {
    width: 95%;
  }

  .titulo.mangiare {
    max-width: 80%;
  }

  .titulo.o-muro, .titulo.restin {
    width: 95%;
  }

  .recorte-2 {
    width: 90%;
    inset: auto 0% 0% auto;
  }

  .blocos-fotos-1 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto auto;
  }

  .sessao-fotos {
    grid-template-columns: minmax(380px, 490px) minmax(230px, 295px) minmax(20px, 30px);
  }

  .section-scroll {
    grid-template-columns: minmax(220px, 285px) minmax(400px, 460px) minmax(10px, 70px) 18vw;
  }

  .section-scroll.grupo {
    grid-template-columns: minmax(0, 1.25fr) minmax(100px, 520px) minmax(420px, 500px) minmax(100px, 520px) 18vw minmax(0, 1fr);
  }

  .bloco-fundo-recorte {
    width: 35%;
    min-width: 0;
  }

  .bloco-fundo-recorte-2 {
    display: none;
  }

  .laterais {
    z-index: 20;
    display: none;
  }

  .espaco-recorte {
    height: 140vh;
    display: block;
  }

  .section-fotos-espetaculo {
    z-index: 10;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100vh;
    grid-template-columns: minmax(220px, 285px) minmax(410px, 530px) 18vw;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fundo {
    display: none;
  }

  .fundo.rosa, .fundo.in-comum, .fundo.gestos, .fundo.reino, .fundo.mangiare, .fundo.o-muro, .fundo.restin {
    display: flex;
  }

  .menu-titulo-hover {
    font-size: 2em;
  }

  .bloco-contato {
    display: none;
  }

  .menu-contato {
    font-size: 2em;
  }

  .blocos-fotos-2 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto auto;
  }

  .recorte-1-inicio {
    width: 86%;
    margin-right: 10px;
    display: block;
    inset: auto 0% 0% auto;
  }

  .blocos-fotos-e-botao {
    grid-template-rows: 14% 70% 16%;
  }

  .fotos-deitadas {
    display: none;
  }

  .fotos-em-pe {
    display: flex;
  }

  .link-tel {
    color: var(--lavender-blush);
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .bloco-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: minmax(40px, 102px) minmax(154px, 240px) minmax(10px, 15px) minmax(190px, 272px);
    grid-auto-columns: 1fr;
    display: none;
  }

  .barra-menu {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bloco-marca-pedras {
    grid-template-columns: minmax(7px, 1fr) minmax(0, 160px) minmax(7px, 1fr);
  }

  .botao-instagram {
    display: none;
  }

  .menu-titulo {
    margin-bottom: 20px;
    font-size: 1.6em;
  }

  .bloco-sessao-menu {
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu-espetaculo {
    margin-top: 0;
    margin-bottom: 10px;
    display: none;
  }

  .sessao-fixa {
    grid-template-columns: minmax(394px, 629px) 18vw;
  }

  .menu-grupo, .logo-pedras.w--current {
    display: none;
  }

  .section-conteudo-fixo {
    grid-template-columns: minmax(134px, 220px) minmax(260px, 410px);
  }

  .recorte-1 {
    width: 120%;
    margin-right: 0;
    padding-bottom: 95vh;
  }

  .titulo {
    max-width: 95%;
    padding-top: 30px;
  }

  .titulo.grupo {
    max-width: 100%;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 20%;
    padding-right: 20%;
  }

  .recorte-2 {
    width: 120%;
    padding-bottom: 95vh;
  }

  .blocos-fotos-1 {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    width: 80%;
  }

  .sessao-fotos {
    grid-template-columns: minmax(230px, 374px) minmax(154px, 240px) minmax(10px, 15px);
  }

  .section-scroll {
    grid-template-columns: minmax(134px, 220px) minmax(250px, 400px) 10px 18vw;
  }

  .section-scroll.grupo {
    grid-row-gap: 10px;
    grid-template-columns: minmax(0, 1.25fr) minmax(20px, 150px) minmax(300px, 350px) minmax(20px, 150px) 18vw minmax(0, 1fr);
  }

  .bloco-fundo-recorte {
    width: 25%;
  }

  .bloco-fechar {
    align-self: flex-start;
  }

  .section-fotos-espetaculo {
    grid-template-columns: minmax(134px, 220px) minmax(260px, 410px);
  }

  .menu-titulo-hover {
    margin-bottom: 20px;
    font-size: 1.6em;
  }

  .bloco-contato {
    display: none;
  }

  .contato {
    line-height: 1.4em;
  }

  .email {
    font-size: .8em;
  }

  .menu-contato {
    margin-bottom: 20px;
    font-size: 1.6em;
  }

  .logo-contato {
    background-size: contain;
    padding-bottom: 230px;
    padding-right: 100%;
  }

  .blocos-fotos-2 {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    width: 80%;
  }

  .recorte-1-inicio {
    width: 120%;
    margin-right: 0;
    padding-bottom: 95vh;
  }

  .blocos-fotos-e-botao {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    grid-template-rows: 20% auto 20%;
  }

  .fotos-grupo {
    height: 40vw;
    margin-top: 5px;
  }

  .foto-grupo._2, .foto-grupo._3, .foto-grupo._4, .foto-grupo._5, .foto-grupo._1 {
    background-position: 50% 0;
    background-size: cover;
  }

  .mask-3 {
    height: 40vw;
  }

  .link-tel {
    font-size: 1em;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 479px) {
  .botao-burger {
    z-index: 330;
  }

  .menu-link {
    justify-content: center;
  }

  .bloco-itens-menu {
    margin-top: 20px;
  }

  .bloco-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 150px auto;
    grid-template-columns: 1fr 20px 180px 20px 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    height: auto;
    display: none;
  }

  .slide-1 {
    background-repeat: no-repeat;
  }

  .barra-menu {
    flex-direction: row-reverse;
    align-items: center;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bloco-marca-pedras {
    grid-template-columns: 80%;
    width: 50%;
    height: 80px;
    margin-left: 70px;
    margin-right: 70px;
  }

  .bloco-botoes-social {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 250px;
    height: 100%;
    padding-left: 20px;
    padding-right: 0;
    display: none;
  }

  .botao-instagram {
    width: 46px;
    height: 46px;
    margin-top: 0;
  }

  .botao-facebook {
    width: 46px;
    height: 46px;
    margin-top: 0;
    margin-right: 10px;
  }

  .menu-titulo {
    text-align: center;
  }

  .marca-pedras._1 {
    background-position: 50% 0;
    background-size: 90px 80px;
  }

  .marca-pedras._2, .marca-pedras._3, .marca-pedras._4, .marca-pedras._5 {
    background-position: 50% 0;
    background-size: auto 80px;
  }

  .slider {
    width: 100%;
    height: 80px;
  }

  .mask {
    height: 80px;
  }

  .menu-espetaculo {
    text-align: center;
    padding-right: 0;
    display: none;
  }

  .slide-2 {
    background-repeat: no-repeat;
  }

  .sessao-fixa {
    grid-template-rows: 100px auto;
    grid-template-columns: 100vw;
    height: 100vh;
  }

  .menu-grupo {
    text-align: center;
    padding-right: 0;
  }

  .logo-pedras.w--current {
    display: none;
  }

  .section-conteudo-fixo {
    grid-template-rows: auto;
    grid-template-columns: 40px auto 40px;
    overflow: scroll;
  }

  .recorte-1 {
    width: 100%;
    height: 95%;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: 5% 0% 0%;
  }

  .titulo.rosa {
    padding-top: 0;
    transform: none;
  }

  .titulo.in-comum, .titulo.gestos, .titulo.reino, .titulo.mangiare, .titulo.o-muro, .titulo.restin {
    width: 100%;
    padding-top: 0;
  }

  .titulo.grupo {
    padding-top: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .recorte-2 {
    width: 100%;
    height: 95%;
    padding-bottom: 0;
    position: absolute;
    top: 5%;
  }

  .blocos-fotos-1 {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto auto;
    grid-auto-rows: auto;
  }

  .recorte-detalhes {
    display: none;
  }

  .sessao-fotos {
    grid-template-columns: minmax(30px, 1fr) 180px minmax(30px, 1fr);
  }

  .section-scroll {
    grid-template-rows: 100px auto;
    grid-template-columns: 40px auto 40px;
  }

  .section-scroll.grupo {
    grid-template-rows: 100px auto;
    grid-template-columns: 100vw;
  }

  .bloco-fundo-recorte {
    width: 30%;
  }

  .bloco-botao-menu {
    z-index: 200;
    justify-content: center;
    align-items: flex-end;
    width: 70px;
    padding-right: 20px;
    position: absolute;
  }

  .laterais {
    flex-direction: row-reverse;
    align-items: center;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-fotos-espetaculo {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    overflow: scroll;
  }

  .fundo.rosa, .fundo.in-comum, .fundo.gestos, .fundo.reino, .fundo.mangiare, .fundo.o-muro, .fundo.restin {
    width: 100vw;
  }

  .menu-titulo-hover {
    text-align: center;
  }

  .bloco-contato {
    height: 150px;
    display: none;
  }

  .contato {
    line-height: 1.5em;
  }

  .email {
    font-size: 1em;
  }

  .menu-contato {
    text-align: center;
  }

  .logo-contato {
    display: none;
  }

  .blocos-fotos-2 {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
  }

  .recorte-1-inicio {
    width: 100%;
    height: 95%;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: 5% 0% 0%;
  }

  .fotos-grupo {
    max-height: 570px;
  }

  .foto-grupo, .foto-grupo._2, .foto-grupo._3, .foto-grupo._4, .foto-grupo._5 {
    background-size: contain;
  }

  .mask-3 {
    max-width: 100vw;
  }

  .fotos-deitadas {
    display: none;
  }

  .fotos-em-pe {
    flex-direction: column;
    display: block;
  }

  .bloco-texto-grupo {
    padding-left: 10%;
    padding-right: 10%;
  }

  .link-tel {
    font-size: 1em;
    line-height: 1.2em;
  }
}

#w-node-_5ddf63f8-d8e6-212c-4a3c-e58f752e6835-797e71d6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-797e71d6 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-b98790c5-fbf0-001b-b46c-a7f500338e9e-797e71d6 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: auto;
}

#w-node-_2cd6b4fb-bbdc-ade8-ea8d-6032c4a00ca1-797e71d6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-797e71d6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_982cc9ee-5e1a-8827-04e6-5534ec18acfe-797e71d6 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ab75d7ec-d981-22d8-9072-8ca257fa7a41-797e71d6, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc4-797e71d6 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch center;
}

#w-node-_67cddddc-a0c0-34de-47a2-62be3547729d-797e71d6 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start center;
}

#w-node-_74810245-525a-78f5-55f1-dde9f032a5f8-797e71d6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_74810245-525a-78f5-55f1-dde9f032a5f9-797e71d6 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-797e71d6 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_2908e70e-7c25-4b5c-705e-aced873ae789-873ae789 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_2908e70e-7c25-4b5c-705e-aced873ae78a-873ae789 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8f404222-8a76-c171-5b9a-b3a29752e13a-9752e13a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ee847c8d-a887-ff67-b65b-79d834d36ea3-34d36ea3, #w-node-ee847c8d-a887-ff67-b65b-79d834d36ea4-34d36ea3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ee847c8d-a887-ff67-b65b-79d834d36ea5-34d36ea3 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-f9a45569-2d44-4c18-dc28-f82d6dc90456-34d36ea3 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-ee847c8d-a887-ff67-b65b-79d834d36ecf-34d36ea3 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: auto;
}

#w-node-ee847c8d-a887-ff67-b65b-79d834d36ed6-34d36ea3 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-ee847c8d-a887-ff67-b65b-79d834d36edd-34d36ea3, #w-node-ee847c8d-a887-ff67-b65b-79d834d36ee4-34d36ea3, #w-node-ee847c8d-a887-ff67-b65b-79d834d36eeb-34d36ea3, #w-node-ee847c8d-a887-ff67-b65b-79d834d36ef2-34d36ea3, #w-node-ee847c8d-a887-ff67-b65b-79d834d36ef9-34d36ea3 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: auto;
}

#w-node-_5ddf63f8-d8e6-212c-4a3c-e58f752e6835-5d7e71d4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-5d7e71d4 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-b98790c5-fbf0-001b-b46c-a7f500338e9e-5d7e71d4 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: auto;
}

#w-node-_2cd6b4fb-bbdc-ade8-ea8d-6032c4a00ca1-5d7e71d4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-5d7e71d4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_982cc9ee-5e1a-8827-04e6-5534ec18acfe-5d7e71d4 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ab75d7ec-d981-22d8-9072-8ca257fa7a41-5d7e71d4 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch center;
}

#w-node-_74810245-525a-78f5-55f1-dde9f032a5f8-5d7e71d4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_74810245-525a-78f5-55f1-dde9f032a5f9-5d7e71d4 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-5d7e71d4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5ddf63f8-d8e6-212c-4a3c-e58f752e6835-d47e71d7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-d47e71d7 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-b98790c5-fbf0-001b-b46c-a7f500338e9e-d47e71d7 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: auto;
}

#w-node-_2cd6b4fb-bbdc-ade8-ea8d-6032c4a00ca1-d47e71d7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-d47e71d7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_982cc9ee-5e1a-8827-04e6-5534ec18acfe-d47e71d7 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ab75d7ec-d981-22d8-9072-8ca257fa7a41-d47e71d7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch center;
}

#w-node-_74810245-525a-78f5-55f1-dde9f032a5f8-d47e71d7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_74810245-525a-78f5-55f1-dde9f032a5f9-d47e71d7 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-d47e71d7 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5ddf63f8-d8e6-212c-4a3c-e58f752e6835-cb7e71d2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-cb7e71d2 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-b98790c5-fbf0-001b-b46c-a7f500338e9e-cb7e71d2 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: auto;
}

#w-node-_2cd6b4fb-bbdc-ade8-ea8d-6032c4a00ca1-cb7e71d2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_337ed380-8599-c6eb-c224-6b20510cb694-cb7e71d2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-b5e31056-cd3d-d7a1-c1b2-6e7759d545bb-cb7e71d2 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-cb7e71d2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_982cc9ee-5e1a-8827-04e6-5534ec18acfe-cb7e71d2 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ab75d7ec-d981-22d8-9072-8ca257fa7a41-cb7e71d2, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc4-cb7e71d2 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch center;
}

#w-node-_67cddddc-a0c0-34de-47a2-62be3547729d-cb7e71d2 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start center;
}

#w-node-_74810245-525a-78f5-55f1-dde9f032a5f8-cb7e71d2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_74810245-525a-78f5-55f1-dde9f032a5f9-cb7e71d2 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-cb7e71d2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8a71ac4a-0e78-e74c-d72e-b1029927cdb6-787e71ce {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_30052765-9030-c2bd-fb51-6ed130f86de5-787e71ce {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7b2cc2e3-7d43-ab2c-5f79-96c5e3be65ab-787e71ce {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-f8c5e17c-beed-fe95-c701-847c429dca2f-787e71ce, #w-node-eaaa5b67-a96f-2865-9ce7-5bd30ed4d4de-787e71ce {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-fc358641-83ed-7948-2c5d-f28e1433fb7c-787e71ce {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fc358641-83ed-7948-2c5d-f28e1433fb7d-787e71ce {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_5ddf63f8-d8e6-212c-4a3c-e58f752e6835-847e71d3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-847e71d3 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-b98790c5-fbf0-001b-b46c-a7f500338e9e-847e71d3 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: auto;
}

#w-node-_2cd6b4fb-bbdc-ade8-ea8d-6032c4a00ca1-847e71d3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-847e71d3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_982cc9ee-5e1a-8827-04e6-5534ec18acfe-847e71d3 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ab75d7ec-d981-22d8-9072-8ca257fa7a41-847e71d3, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc4-847e71d3 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch center;
}

#w-node-_67cddddc-a0c0-34de-47a2-62be3547729d-847e71d3 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start center;
}

#w-node-_74810245-525a-78f5-55f1-dde9f032a5f8-847e71d3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_74810245-525a-78f5-55f1-dde9f032a5f9-847e71d3 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-847e71d3 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5ddf63f8-d8e6-212c-4a3c-e58f752e6835-3b7e71d8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-3b7e71d8 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-b98790c5-fbf0-001b-b46c-a7f500338e9e-3b7e71d8 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: auto;
}

#w-node-_2cd6b4fb-bbdc-ade8-ea8d-6032c4a00ca1-3b7e71d8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fe5c09cd-6a3f-94e8-2781-aa4403eb846c-3b7e71d8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-3b7e71d8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_982cc9ee-5e1a-8827-04e6-5534ec18acfe-3b7e71d8 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ab75d7ec-d981-22d8-9072-8ca257fa7a41-3b7e71d8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch center;
}

#w-node-_74810245-525a-78f5-55f1-dde9f032a5f8-3b7e71d8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_74810245-525a-78f5-55f1-dde9f032a5f9-3b7e71d8 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-3b7e71d8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5ddf63f8-d8e6-212c-4a3c-e58f752e6835-d27e71d5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-d27e71d5 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-b98790c5-fbf0-001b-b46c-a7f500338e9e-d27e71d5 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: auto;
}

#w-node-_2cd6b4fb-bbdc-ade8-ea8d-6032c4a00ca1-d27e71d5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_34da4acc-4a84-80e2-37d3-6fd2395b8537-d27e71d5 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-d27e71d5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_982cc9ee-5e1a-8827-04e6-5534ec18acfe-d27e71d5 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ab75d7ec-d981-22d8-9072-8ca257fa7a41-d27e71d5, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc4-d27e71d5 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch center;
}

#w-node-_67cddddc-a0c0-34de-47a2-62be3547729d-d27e71d5 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start center;
}

#w-node-_74810245-525a-78f5-55f1-dde9f032a5f8-d27e71d5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_74810245-525a-78f5-55f1-dde9f032a5f9-d27e71d5 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-d27e71d5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_74810245-525a-78f5-55f1-dde9f032a5f8-187e71d9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_74810245-525a-78f5-55f1-dde9f032a5f9-187e71d9 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-d1510de6-3c4d-1f34-f93a-a1cf5028405e-187e71d9 {
  grid-area: 1 / 2 / 2 / 5;
  place-self: stretch stretch;
}

#w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-187e71d9 {
  grid-area: 2 / 3 / 3 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_5ddf63f8-d8e6-212c-4a3c-e58f752e6835-797e71d6 {
    grid-column: 1 / 2;
  }

  #w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-797e71d6 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: end;
  }

  #w-node-b98790c5-fbf0-001b-b46c-a7f500338e9e-797e71d6 {
    grid-column: 1 / 3;
  }

  #w-node-_2cd6b4fb-bbdc-ade8-ea8d-6032c4a00ca1-797e71d6 {
    grid-column: 1 / 2;
  }

  #w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-797e71d6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_982cc9ee-5e1a-8827-04e6-5534ec18acfe-797e71d6 {
    grid-column: 1 / 3;
  }

  #w-node-_78e453b1-405a-215e-f368-876ff7295e8f-797e71d6, #w-node-a4098051-e468-21f7-b1c8-d9431f06b645-797e71d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-797e71d6 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2908e70e-7c25-4b5c-705e-aced873ae789-873ae789, #w-node-_8f404222-8a76-c171-5b9a-b3a29752e13a-9752e13a {
    grid-column: 2 / 3;
  }

  #w-node-ee847c8d-a887-ff67-b65b-79d834d36ea3-34d36ea3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f9a45569-2d44-4c18-dc28-f82d6dc90456-34d36ea3 {
    grid-column: 1 / 3;
  }

  #w-node-_5ddf63f8-d8e6-212c-4a3c-e58f752e6835-5d7e71d4 {
    grid-column: 1 / 2;
  }

  #w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-5d7e71d4 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: end;
  }

  #w-node-b98790c5-fbf0-001b-b46c-a7f500338e9e-5d7e71d4 {
    grid-column: 1 / 3;
  }

  #w-node-_2cd6b4fb-bbdc-ade8-ea8d-6032c4a00ca1-5d7e71d4 {
    grid-column: 1 / 2;
  }

  #w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-5d7e71d4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_982cc9ee-5e1a-8827-04e6-5534ec18acfe-5d7e71d4 {
    grid-column: 1 / 3;
  }

  #w-node-_78e453b1-405a-215e-f368-876ff7295e8f-5d7e71d4, #w-node-a4098051-e468-21f7-b1c8-d9431f06b645-5d7e71d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-5d7e71d4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5ddf63f8-d8e6-212c-4a3c-e58f752e6835-d47e71d7 {
    grid-column: 1 / 2;
  }

  #w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-d47e71d7 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: end;
  }

  #w-node-b98790c5-fbf0-001b-b46c-a7f500338e9e-d47e71d7 {
    grid-column: 1 / 3;
  }

  #w-node-_2cd6b4fb-bbdc-ade8-ea8d-6032c4a00ca1-d47e71d7 {
    grid-column: 1 / 2;
  }

  #w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-d47e71d7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_982cc9ee-5e1a-8827-04e6-5534ec18acfe-d47e71d7 {
    grid-column: 1 / 3;
  }

  #w-node-_78e453b1-405a-215e-f368-876ff7295e8f-d47e71d7, #w-node-a4098051-e468-21f7-b1c8-d9431f06b645-d47e71d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-d47e71d7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5ddf63f8-d8e6-212c-4a3c-e58f752e6835-cb7e71d2 {
    grid-column: 1 / 2;
  }

  #w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-cb7e71d2 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: end;
  }

  #w-node-b98790c5-fbf0-001b-b46c-a7f500338e9e-cb7e71d2 {
    grid-column: 1 / 3;
  }

  #w-node-_2cd6b4fb-bbdc-ade8-ea8d-6032c4a00ca1-cb7e71d2 {
    grid-column: 1 / 2;
  }

  #w-node-_337ed380-8599-c6eb-c224-6b20510cb694-cb7e71d2 {
    grid-column: 1 / 3;
  }

  #w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-cb7e71d2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_982cc9ee-5e1a-8827-04e6-5534ec18acfe-cb7e71d2 {
    grid-column: 1 / 3;
  }

  #w-node-_78e453b1-405a-215e-f368-876ff7295e8f-cb7e71d2, #w-node-a4098051-e468-21f7-b1c8-d9431f06b645-cb7e71d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-cb7e71d2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_30052765-9030-c2bd-fb51-6ed130f86de5-787e71ce {
    grid-column: 1 / 2;
  }

  #w-node-_7b2cc2e3-7d43-ab2c-5f79-96c5e3be65ab-787e71ce {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-_5ddf63f8-d8e6-212c-4a3c-e58f752e6835-847e71d3 {
    grid-column: 1 / 2;
  }

  #w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-847e71d3 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: end;
  }

  #w-node-b98790c5-fbf0-001b-b46c-a7f500338e9e-847e71d3 {
    grid-column: 1 / 3;
  }

  #w-node-_2cd6b4fb-bbdc-ade8-ea8d-6032c4a00ca1-847e71d3 {
    grid-column: 1 / 2;
  }

  #w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-847e71d3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_982cc9ee-5e1a-8827-04e6-5534ec18acfe-847e71d3 {
    grid-column: 1 / 3;
  }

  #w-node-_78e453b1-405a-215e-f368-876ff7295e8f-847e71d3, #w-node-a4098051-e468-21f7-b1c8-d9431f06b645-847e71d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-847e71d3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5ddf63f8-d8e6-212c-4a3c-e58f752e6835-3b7e71d8 {
    grid-column: 1 / 2;
  }

  #w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-3b7e71d8 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: end;
  }

  #w-node-b98790c5-fbf0-001b-b46c-a7f500338e9e-3b7e71d8 {
    grid-column: 1 / 3;
  }

  #w-node-_2cd6b4fb-bbdc-ade8-ea8d-6032c4a00ca1-3b7e71d8 {
    grid-column: 1 / 2;
  }

  #w-node-fe5c09cd-6a3f-94e8-2781-aa4403eb846c-3b7e71d8 {
    grid-area: 1 / 1 / 1 / 3;
  }

  #w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-3b7e71d8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_982cc9ee-5e1a-8827-04e6-5534ec18acfe-3b7e71d8 {
    grid-column: 1 / 3;
  }

  #w-node-_78e453b1-405a-215e-f368-876ff7295e8f-3b7e71d8, #w-node-a4098051-e468-21f7-b1c8-d9431f06b645-3b7e71d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-3b7e71d8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5ddf63f8-d8e6-212c-4a3c-e58f752e6835-d27e71d5 {
    grid-column: 1 / 2;
  }

  #w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-d27e71d5 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: end;
  }

  #w-node-b98790c5-fbf0-001b-b46c-a7f500338e9e-d27e71d5 {
    grid-column: 1 / 3;
  }

  #w-node-_2cd6b4fb-bbdc-ade8-ea8d-6032c4a00ca1-d27e71d5 {
    grid-column: 1 / 2;
  }

  #w-node-_34da4acc-4a84-80e2-37d3-6fd2395b8537-d27e71d5 {
    grid-area: 1 / 1 / 1 / 3;
  }

  #w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-d27e71d5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_982cc9ee-5e1a-8827-04e6-5534ec18acfe-d27e71d5 {
    grid-column: 1 / 3;
  }

  #w-node-_78e453b1-405a-215e-f368-876ff7295e8f-d27e71d5, #w-node-a4098051-e468-21f7-b1c8-d9431f06b645-d27e71d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-d27e71d5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-187e71d9 {
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-797e71d6 {
    grid-column-end: 3;
  }

  #w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-797e71d6 {
    grid-column-end: 2;
  }

  #w-node-ab75d7ec-d981-22d8-9072-8ca257fa7a41-797e71d6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_78e453b1-405a-215e-f368-876ff7295e8f-797e71d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc4-797e71d6 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc5-797e71d6, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc7-797e71d6, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc9-797e71d6, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcb-797e71d6, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcd-797e71d6, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcf-797e71d6 {
    justify-self: auto;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbd1-797e71d6, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbd3-797e71d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-ee847c8d-a887-ff67-b65b-79d834d36ea4-34d36ea3 {
    grid-area: 1 / 5 / 2 / 6;
  }

  #w-node-ee847c8d-a887-ff67-b65b-79d834d36ea5-34d36ea3 {
    grid-column-start: 2;
  }

  #w-node-f9a45569-2d44-4c18-dc28-f82d6dc90456-34d36ea3 {
    grid-column: 4 / 5;
  }

  #w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-5d7e71d4 {
    grid-column-end: 3;
  }

  #w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-5d7e71d4 {
    grid-column-end: 2;
  }

  #w-node-ab75d7ec-d981-22d8-9072-8ca257fa7a41-5d7e71d4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_78e453b1-405a-215e-f368-876ff7295e8f-5d7e71d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-d47e71d7 {
    grid-column-end: 3;
  }

  #w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-d47e71d7 {
    grid-column-end: 2;
  }

  #w-node-ab75d7ec-d981-22d8-9072-8ca257fa7a41-d47e71d7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_78e453b1-405a-215e-f368-876ff7295e8f-d47e71d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-cb7e71d2 {
    grid-column-end: 3;
  }

  #w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-cb7e71d2 {
    grid-column-end: 2;
  }

  #w-node-ab75d7ec-d981-22d8-9072-8ca257fa7a41-cb7e71d2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_78e453b1-405a-215e-f368-876ff7295e8f-cb7e71d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc4-cb7e71d2 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc5-cb7e71d2, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc7-cb7e71d2, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc9-cb7e71d2, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcb-cb7e71d2, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcd-cb7e71d2, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcf-cb7e71d2 {
    justify-self: auto;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbd1-cb7e71d2, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbd3-cb7e71d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_30052765-9030-c2bd-fb51-6ed130f86de5-787e71ce {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-847e71d3 {
    grid-column-end: 3;
  }

  #w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-847e71d3 {
    grid-column-end: 2;
  }

  #w-node-ab75d7ec-d981-22d8-9072-8ca257fa7a41-847e71d3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_78e453b1-405a-215e-f368-876ff7295e8f-847e71d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc4-847e71d3 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc5-847e71d3, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc7-847e71d3, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc9-847e71d3, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcb-847e71d3, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcd-847e71d3, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcf-847e71d3 {
    justify-self: auto;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbd1-847e71d3, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbd3-847e71d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-3b7e71d8 {
    grid-column-end: 3;
  }

  #w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-3b7e71d8 {
    grid-column-end: 2;
  }

  #w-node-ab75d7ec-d981-22d8-9072-8ca257fa7a41-3b7e71d8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_78e453b1-405a-215e-f368-876ff7295e8f-3b7e71d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-d27e71d5 {
    grid-column-end: 3;
  }

  #w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-d27e71d5 {
    grid-column-end: 2;
  }

  #w-node-ab75d7ec-d981-22d8-9072-8ca257fa7a41-d27e71d5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_78e453b1-405a-215e-f368-876ff7295e8f-d27e71d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc4-d27e71d5 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc5-d27e71d5, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc7-d27e71d5, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc9-d27e71d5, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcb-d27e71d5, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcd-d27e71d5, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcf-d27e71d5 {
    justify-self: auto;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbd1-d27e71d5, #w-node-_23f89924-554b-7abc-c562-e8469c4cfbd3-d27e71d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ddf63f8-d8e6-212c-4a3c-e58f752e6835-797e71d6 {
    grid-row: 2 / 3;
  }

  #w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-797e71d6 {
    grid-column-end: 4;
  }

  #w-node-b98790c5-fbf0-001b-b46c-a7f500338e9e-797e71d6 {
    grid-row: 1 / 2;
    grid-column-end: 4;
  }

  #w-node-_2cd6b4fb-bbdc-ade8-ea8d-6032c4a00ca1-797e71d6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-797e71d6, #w-node-ab75d7ec-d981-22d8-9072-8ca257fa7a41-797e71d6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc4-797e71d6 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: stretch center;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc5-797e71d6 {
    place-self: center end;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc7-797e71d6 {
    place-self: center start;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc9-797e71d6 {
    place-self: center end;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcb-797e71d6 {
    place-self: center start;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcd-797e71d6 {
    place-self: center end;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcf-797e71d6 {
    place-self: center start;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbd1-797e71d6 {
    place-self: center end;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbd3-797e71d6 {
    place-self: center start;
  }

  #w-node-_67cddddc-a0c0-34de-47a2-62be3547729d-797e71d6 {
    grid-column-end: 2;
  }

  #w-node-_74810245-525a-78f5-55f1-dde9f032a5f8-797e71d6 {
    grid-column: 3 / 4;
  }

  #w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-797e71d6 {
    grid-row: 2 / 3;
  }

  #w-node-_2908e70e-7c25-4b5c-705e-aced873ae789-873ae789 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_2908e70e-7c25-4b5c-705e-aced873ae78a-873ae789 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_8f404222-8a76-c171-5b9a-b3a29752e13a-9752e13a {
    grid-column: 1 / 2;
    align-self: center;
  }

  #w-node-ee847c8d-a887-ff67-b65b-79d834d36ea3-34d36ea3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ee847c8d-a887-ff67-b65b-79d834d36ea4-34d36ea3 {
    grid-column: 3 / 4;
    align-self: center;
  }

  #w-node-ee847c8d-a887-ff67-b65b-79d834d36ea5-34d36ea3 {
    grid-area: 2 / 2 / 3 / 5;
    place-self: start center;
  }

  #w-node-f9a45569-2d44-4c18-dc28-f82d6dc90456-34d36ea3 {
    grid-area: 1 / 1 / 2 / 6;
    place-self: start;
  }

  #w-node-_5ddf63f8-d8e6-212c-4a3c-e58f752e6835-5d7e71d4 {
    grid-row: 2 / 3;
  }

  #w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-5d7e71d4 {
    grid-column-end: 4;
  }

  #w-node-b98790c5-fbf0-001b-b46c-a7f500338e9e-5d7e71d4 {
    grid-row: 1 / 2;
    grid-column-end: 4;
  }

  #w-node-_2cd6b4fb-bbdc-ade8-ea8d-6032c4a00ca1-5d7e71d4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-5d7e71d4, #w-node-ab75d7ec-d981-22d8-9072-8ca257fa7a41-5d7e71d4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_74810245-525a-78f5-55f1-dde9f032a5f8-5d7e71d4 {
    grid-column: 3 / 4;
  }

  #w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-5d7e71d4, #w-node-_5ddf63f8-d8e6-212c-4a3c-e58f752e6835-d47e71d7 {
    grid-row: 2 / 3;
  }

  #w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-d47e71d7 {
    grid-column-end: 4;
  }

  #w-node-b98790c5-fbf0-001b-b46c-a7f500338e9e-d47e71d7 {
    grid-row: 1 / 2;
    grid-column-end: 4;
  }

  #w-node-_2cd6b4fb-bbdc-ade8-ea8d-6032c4a00ca1-d47e71d7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-d47e71d7, #w-node-ab75d7ec-d981-22d8-9072-8ca257fa7a41-d47e71d7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_74810245-525a-78f5-55f1-dde9f032a5f8-d47e71d7 {
    grid-column: 3 / 4;
  }

  #w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-d47e71d7, #w-node-_5ddf63f8-d8e6-212c-4a3c-e58f752e6835-cb7e71d2 {
    grid-row: 2 / 3;
  }

  #w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-cb7e71d2 {
    grid-column-end: 4;
  }

  #w-node-b98790c5-fbf0-001b-b46c-a7f500338e9e-cb7e71d2 {
    grid-row: 1 / 2;
    grid-column-end: 4;
  }

  #w-node-_2cd6b4fb-bbdc-ade8-ea8d-6032c4a00ca1-cb7e71d2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_337ed380-8599-c6eb-c224-6b20510cb694-cb7e71d2 {
    grid-row: 1 / 2;
  }

  #w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-cb7e71d2, #w-node-ab75d7ec-d981-22d8-9072-8ca257fa7a41-cb7e71d2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc4-cb7e71d2 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: stretch center;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc5-cb7e71d2 {
    place-self: center end;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc7-cb7e71d2 {
    place-self: center start;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc9-cb7e71d2 {
    place-self: center end;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcb-cb7e71d2 {
    place-self: center start;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcd-cb7e71d2 {
    place-self: center end;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcf-cb7e71d2 {
    place-self: center start;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbd1-cb7e71d2 {
    place-self: center end;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbd3-cb7e71d2 {
    place-self: center start;
  }

  #w-node-_67cddddc-a0c0-34de-47a2-62be3547729d-cb7e71d2 {
    grid-column-end: 2;
  }

  #w-node-_74810245-525a-78f5-55f1-dde9f032a5f8-cb7e71d2 {
    grid-column: 3 / 4;
  }

  #w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-cb7e71d2 {
    grid-row: 2 / 3;
  }

  #w-node-_30052765-9030-c2bd-fb51-6ed130f86de5-787e71ce {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7b2cc2e3-7d43-ab2c-5f79-96c5e3be65ab-787e71ce {
    grid-column: 2 / 3;
    align-self: start;
  }

  #w-node-f8c5e17c-beed-fe95-c701-847c429dca2f-787e71ce, #w-node-eaaa5b67-a96f-2865-9ce7-5bd30ed4d4de-787e71ce {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-fc358641-83ed-7948-2c5d-f28e1433fb7c-787e71ce {
    grid-column: 3 / 4;
  }

  #w-node-_5ddf63f8-d8e6-212c-4a3c-e58f752e6835-847e71d3 {
    grid-row: 2 / 3;
  }

  #w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-847e71d3 {
    grid-column-end: 4;
  }

  #w-node-b98790c5-fbf0-001b-b46c-a7f500338e9e-847e71d3 {
    grid-row: 1 / 2;
    grid-column-end: 4;
  }

  #w-node-_2cd6b4fb-bbdc-ade8-ea8d-6032c4a00ca1-847e71d3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-847e71d3, #w-node-ab75d7ec-d981-22d8-9072-8ca257fa7a41-847e71d3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc4-847e71d3 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: stretch center;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc5-847e71d3 {
    place-self: center end;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc7-847e71d3 {
    place-self: center start;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc9-847e71d3 {
    place-self: center end;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcb-847e71d3 {
    place-self: center start;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcd-847e71d3 {
    place-self: center end;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcf-847e71d3 {
    place-self: center start;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbd1-847e71d3 {
    place-self: center end;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbd3-847e71d3 {
    place-self: center start;
  }

  #w-node-_67cddddc-a0c0-34de-47a2-62be3547729d-847e71d3 {
    grid-column-end: 2;
  }

  #w-node-_74810245-525a-78f5-55f1-dde9f032a5f8-847e71d3 {
    grid-column: 3 / 4;
  }

  #w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-847e71d3, #w-node-_5ddf63f8-d8e6-212c-4a3c-e58f752e6835-3b7e71d8 {
    grid-row: 2 / 3;
  }

  #w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-3b7e71d8 {
    grid-column-end: 4;
  }

  #w-node-b98790c5-fbf0-001b-b46c-a7f500338e9e-3b7e71d8 {
    grid-row: 1 / 2;
    grid-column-end: 4;
  }

  #w-node-_2cd6b4fb-bbdc-ade8-ea8d-6032c4a00ca1-3b7e71d8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fe5c09cd-6a3f-94e8-2781-aa4403eb846c-3b7e71d8 {
    grid-area: 1 / 1 / 2 / 1;
  }

  #w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-3b7e71d8, #w-node-ab75d7ec-d981-22d8-9072-8ca257fa7a41-3b7e71d8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_74810245-525a-78f5-55f1-dde9f032a5f8-3b7e71d8 {
    grid-column: 3 / 4;
  }

  #w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-3b7e71d8, #w-node-_5ddf63f8-d8e6-212c-4a3c-e58f752e6835-d27e71d5 {
    grid-row: 2 / 3;
  }

  #w-node-_16683ca4-5336-fea0-4434-bc4de9d747db-d27e71d5 {
    grid-column-end: 4;
  }

  #w-node-b98790c5-fbf0-001b-b46c-a7f500338e9e-d27e71d5 {
    grid-row: 1 / 2;
    grid-column-end: 4;
  }

  #w-node-_2cd6b4fb-bbdc-ade8-ea8d-6032c4a00ca1-d27e71d5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_34da4acc-4a84-80e2-37d3-6fd2395b8537-d27e71d5 {
    grid-area: 1 / 1 / 2 / 1;
  }

  #w-node-_1debdaef-7e61-0ec3-9e39-a2c19bdbb9d7-d27e71d5, #w-node-ab75d7ec-d981-22d8-9072-8ca257fa7a41-d27e71d5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc4-d27e71d5 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: stretch center;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc5-d27e71d5 {
    place-self: center end;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc7-d27e71d5 {
    place-self: center start;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbc9-d27e71d5 {
    place-self: center end;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcb-d27e71d5 {
    place-self: center start;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcd-d27e71d5 {
    place-self: center end;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbcf-d27e71d5 {
    place-self: center start;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbd1-d27e71d5 {
    place-self: center end;
  }

  #w-node-_23f89924-554b-7abc-c562-e8469c4cfbd3-d27e71d5 {
    place-self: center start;
  }

  #w-node-_67cddddc-a0c0-34de-47a2-62be3547729d-d27e71d5 {
    grid-column-end: 2;
  }

  #w-node-_74810245-525a-78f5-55f1-dde9f032a5f8-d27e71d5 {
    grid-column: 3 / 4;
  }

  #w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-d27e71d5 {
    grid-row: 2 / 3;
  }

  #w-node-_74810245-525a-78f5-55f1-dde9f032a5f8-187e71d9 {
    grid-column: 3 / 4;
  }

  #w-node-d1510de6-3c4d-1f34-f93a-a1cf5028405e-187e71d9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0bbc8779-4d38-c228-89da-c88a6b7a2d2d-187e71d9 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


