:root {
  --black: #141414;
  --light-grey: lightgrey;
  --amarillo-1: #f1b90e;
  --blanco: white;
}

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

.section {
  width: 50vw;
  height: 100vh;
  position: fixed;
}

.div-block {
  width: 50%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.div-block-2 {
  z-index: 100;
  -webkit-text-fill-color: inherit;
  background-color: #fff0d4;
  background-image: linear-gradient(#030303, #030303);
  background-position: 0 0;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  height: auto;
  min-height: 100vh;
  margin-left: auto;
  padding: 40px 60px 45px;
  display: flex;
  position: relative;
}

.body {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-3 {
  z-index: 300;
  background-color: #f0c633;
  width: 0%;
  position: absolute;
  inset: 0%;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: 50px;
  left: 60px;
}

.brand {
  padding: 5px;
}

.nav-menu {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

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

.div-block-4 {
  z-index: 20;
  background-image: linear-gradient(129deg, var(--black), #0003 54%, #00000138);
  position: absolute;
  inset: 0%;
}

.nav-link {
  color: var(--light-grey);
  text-align: left;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 0;
  padding: 10px 0;
  font-family: bebas-neue, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1em;
}

.nav-link:hover {
  color: var(--amarillo-1);
}

.nav-link.w--current {
  color: var(--amarillo-1);
  letter-spacing: .1em;
  font-family: bebas-neue, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.nav-link.w--current:hover {
  color: var(--amarillo-1);
}

.nav-link.w--current:active {
  font-weight: 600;
}

.nav-link.w--current:focus {
  color: var(--amarillo-1);
}

.nav-link.jac {
  letter-spacing: .1em;
  font-weight: 400;
}

.nav-link-2 {
  color: #d3d3d3;
  text-transform: uppercase;
  margin-left: 10px;
  padding: 10px 0;
  font-family: Oswald, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
}

.nav-link-3 {
  color: #d3d3d3;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 0;
  padding: 10px 0;
  font-family: Oswald, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
}

.grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
}

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

.text-block {
  color: var(--amarillo-1);
  font-family: rig-solid-bold-inline-solo, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

.text-block.seccion {
  text-transform: uppercase;
  margin-top: 0;
  font-family: rig-solid-bold-inline-solo, sans-serif;
  font-size: 3em;
}

.text-block.seccion.bufete {
  margin-top: 0;
}

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

.image {
  max-width: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 10px;
}

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

.image-2 {
  max-width: 30px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.bold-text {
  color: var(--blanco);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.5em;
}

.bold-text.promos {
  font-style: normal;
}

.paragraph {
  color: var(--blanco);
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  font-family: open-sans, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45vw;
  display: flex;
}

.image-3 {
  margin-top: 10px;
}

.image-3._22 {
  margin-bottom: 10px;
}

.div-block-7 {
  text-align: center;
  background-color: #8d8230;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-7.line {
  background-color: #f1b90e59;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-7.line.top {
  width: 35vw;
  margin-bottom: 10px;
}

.div-block-7.line.square {
  margin-top: 15px;
}

.div-block-7.line.jugos {
  margin-top: 0;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-8.top {
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template: ". ."
                 ". Area"
                 / 1fr 2fr .75fr;
}

.grid-2._2 {
  grid-column-gap: 11px;
  grid-row-gap: 12px;
  grid-template-columns: 1.25fr 2.5fr .75fr;
  margin-top: 5px;
}

.grid-2._2.square {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.25fr;
  margin-left: 0;
  margin-right: 0;
}

.grid-2._2.secondpostre {
  grid-template-columns: 6.5fr 2.5fr;
}

.grid-2._2.lastpost {
  grid-template-columns: 2.5fr 2.25fr .75fr;
  align-items: center;
}

.grid-2._2.pocotext, .grid-2._2.wings {
  grid-row-gap: 0px;
}

.grid-2.toppostre {
  grid-row-gap: 0px;
  grid-template-columns: 5fr 2.5fr 1fr;
  grid-auto-rows: 24px;
}

.grid-2.licor {
  grid-column-gap: 44px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  place-items: center start;
  display: grid;
}

.grid-2.longtext {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  grid-template-columns: .75fr 2fr .5fr;
}

.heading {
  color: var(--blanco);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: bebas-neue, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.1em;
}

.heading.sec-clean {
  height: 1px;
}

.heading.square {
  color: #8d8230;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
}

.heading.square._2 {
  font-family: Roboto Condensed, sans-serif;
}

.heading.square.sub {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 2em;
  font-weight: 500;
}

.heading.acdc {
  margin-left: 0;
}

.paragraph-2 {
  color: #fff;
  object-fit: contain;
  margin-bottom: 0;
  font-family: open-sans, sans-serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

.paragraph-2.ita {
  margin-top: 5px;
  font-style: italic;
}

.paragraph-2.ita.cent {
  text-align: center;
  margin-top: 0;
}

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

.paragraph-3 {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1em;
}

.text-block-2 {
  color: var(--blanco);
  text-align: right;
  font-family: bebas-neue, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1em;
}

.text-block-2.priceclean {
  height: 1px;
}

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

.text-block-2.ml {
  text-align: right;
  font-family: open-sans, sans-serif;
  font-size: 1.2em;
}

.platillo {
  flex-direction: column;
  align-items: center;
  width: 45vw;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.platillo.top {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.platillo.list {
  margin-top: 20px;
}

.platillo.square {
  border: 1px solid #8d8230;
  margin-left: 100px;
  margin-right: 100px;
  padding: 15px 20px 20px;
}

.platillo.postre.bottom, .platillo.postre.buffet {
  margin-bottom: 0;
}

.platillo.lastpost {
  margin-bottom: 50px;
}

.div-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9.promos._1 {
  margin-top: 16px;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  font-style: italic;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1em;
}

.heading-2._2 {
  margin-top: 7px;
  font-style: italic;
}

.text-span-8 {
  font-style: italic;
}

.div-block-10 {
  align-self: auto;
  width: 45vw;
  margin-left: 0;
}

.div-block-11 {
  background-image: url('../images/portada_09fruta.jpg');
  background-position: 50%;
  background-size: cover;
  height: 30vh;
}

.div-block-11.second {
  background-image: url('../images/portada_19martini.jpg');
  margin-top: 75px;
}

.div-block-11.second.cye {
  background-image: url('../images/Rocksalads_Portada.jpg');
  height: 35vh;
  margin-top: 40px;
}

.div-block-11.second.csp {
  background-image: url('../images/Rocktadito-Vegetariano.jpg');
  height: 35vh;
  margin-top: 40px;
}

.div-block-11.second.pm {
  background-image: url('../images/Wings_Portada.jpg');
  height: 35vh;
  margin-top: 40px;
}

.div-block-11.second.a {
  background-image: url('../images/portada_05aves.jpg');
  height: 35vh;
}

.div-block-11.second.a.pollo {
  background-image: url('../images/Portada-Rockqueca.jpg');
  margin-top: 40px;
}

.div-block-11.second.ce {
  background-image: url('../images/Rocktaco_Alex-Lora.jpg');
  background-position: 50% 68%;
  height: 35vh;
  margin-top: 40px;
}

.div-block-11.second.mi {
  background-image: url('../images/Rockfajitas.jpg');
  background-position: 50% 68%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 35vh;
}

.div-block-11.second.mi.postre {
  background-image: url('../images/Postre_Portada.jpg');
  margin-top: 40px;
}

.div-block-11.second.mi.rockfajitas {
  margin-top: 40px;
}

.div-block-11.second.p {
  background-image: url('../images/Rockburger_Nashville.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 35vh;
  margin-top: 40px;
}

.div-block-11.second.pc {
  background-image: url('../images/portada_10pan.jpg');
  height: 30vh;
}

.div-block-11.second.pg {
  background-image: url('../images/portada_11gorditas.jpg');
  height: 30vh;
}

.div-block-11.second.c {
  background-image: url('../images/portada_12caldos.jpg');
  height: 30vh;
}

.div-block-11.second.h {
  background-image: url('../images/portada_13huevos.jpg');
  height: 30vh;
}

.div-block-11.second.ch {
  background-image: url('../images/portada_14chilaquiles.jpg');
  height: 30vh;
}

.div-block-11.second.e {
  background-image: url('../images/portada_15especialidades.jpg');
  height: 30vh;
}

.div-block-11.second.b {
  background-image: url('../images/portada_16naranjada.jpg');
  height: 30vh;
}

.div-block-11.second.bc {
  background-image: url('../images/portada_17café.jpg');
  height: 30vh;
}

.div-block-11.second.m {
  background-image: url('../images/Portada_Cocteleria.jpg');
  margin-top: 50px;
}

.div-block-11.second.d {
  background-image: url('../images/Portada_Margarita.jpg');
  margin-top: 50px;
}

.div-block-11.second.l {
  background-image: url('../images/Portada_Martini.jpg');
  margin-top: 50px;
}

.div-block-11.second.w {
  background-image: url('../images/Portada_Daiquiri.jpg');
  background-position: 50%;
  margin-top: 50px;
}

.div-block-11.second.g {
  background-image: url('../images/Portdada_Whiskey.jpg');
  margin-top: 50px;
}

.div-block-11.second.v {
  background-image: url('../images/Portada-gin.jpg');
  margin-top: 50px;
}

.div-block-11.second.co {
  background-image: url('../images/Portada_Vodka.jpg');
  margin-top: 50px;
}

.div-block-11.second.ca {
  background-image: url('../images/portada_26cerArtesanal.jpg');
}

.div-block-11.second.ca.vm1 {
  background-image: url('../images/Portada_Tequila.jpg');
  background-position: 50% 44%;
  margin-top: 50px;
}

.div-block-11.second.ca.vm2 {
  background-image: url('../images/Portada_Cognac.jpg');
  background-position: 50% 52%;
}

.div-block-11.second.ca.vm2.cognac {
  background-position: 50% 46%;
  margin-top: 50px;
}

.div-block-11.second.ca.vm2.brandy {
  background-image: url('../images/Portada_Brandy.jpg');
  margin-top: 50px;
}

.div-block-11.second.ca.vm3 {
  background-image: url('../images/wm3.jpg');
  background-position: 50% 57%;
}

.div-block-11.second.ca.vm4 {
  background-image: url('../images/wm4.jpg');
}

.div-block-11.second.beb {
  background-image: url('../images/portada_27refresco.jpg');
}

.div-block-11.second.cer {
  background-image: url('../images/Portada-cerveza.jpg');
  margin-top: 50px;
}

.div-block-11.second.t {
  background-image: url('../images/Portada_Cafe.jpg');
  margin-top: 50px;
}

.div-block-11.second.br {
  background-image: url('../images/Portada_Vino.jpg');
  margin-top: 50px;
}

.div-block-11.second.r {
  background-image: url('../images/Portada_Ron.jpg');
  margin-top: 50px;
}

.div-block-11.second.me {
  background-image: url('../images/Mezcal_Portada.jpg');
  margin-top: 50px;
}

.div-block-11.second.caf {
  background-image: url('../images/Portada-Shot.jpg');
}

.div-block-11.second.caf.bebidas {
  background-image: url('../images/Portada-bebidas.jpg');
  margin-top: 50px;
}

.div-block-11.second.caf.shots {
  background-image: url('../images/Portada-Shots.jpg');
  margin-top: 50px;
}

.div-block-11.promos {
  height: 50vh;
}

.div-block-11.promos._2 {
  background-image: url('../images/botella-nacional.jpg');
  background-position: 50% 100%;
  height: 70vh;
  margin-top: 20px;
}

.div-block-11.promos._1 {
  background-image: url('../images/Promo_Juriquilla_2x1cerveza.jpg');
  background-position: 50% 100%;
  height: 70vh;
  margin-top: 20px;
}

.div-block-11.promos._3 {
  background-image: url('../images/Promo_Juriquilla_2CervezaRockqueca.jpg');
  height: 70vh;
  margin-top: 20px;
}

.div-block-11.entradas {
  height: 35vh;
}

.div-block-11.entradas.e {
  background-image: url('../images/Portada_Entradas_1.jpg');
  background-position: 50%;
}

.div-block-11.c {
  background-image: url('../images/Carajillos_1.jpg');
}

.div-block-11.buffet {
  margin-top: 75px;
}

.footer-text {
  color: #fff;
}

.paragraph-4 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: none;
  margin-top: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: .8em;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
}

.paragraph-4.promos {
  margin-top: 35px;
}

.text-span-9 {
  font-style: italic;
  font-weight: 200;
}

.text-span-10 {
  font-family: open-sans, sans-serif;
  font-size: .6em;
  font-weight: 300;
}

.text-span-11 {
  font-size: .8em;
  font-weight: 400;
}

.text-span-12 {
  font-style: italic;
  font-weight: 200;
}

.text-block-3 {
  color: #fff;
  font-family: Oswald, sans-serif;
}

.text-block-3.text-subs {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1em;
}

.grid-3 {
  grid-column-gap: 54px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.text-block-4 {
  color: #b7a430;
  margin-left: 9px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
}

.text-block-4.estrella {
  color: var(--blanco);
  font-family: open-sans, sans-serif;
}

.text-block-4.sano {
  color: #6caf33;
}

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

.div-block-13 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.recomendados {
  justify-content: flex-start;
  align-items: center;
  margin-right: 7px;
  padding-right: 0;
  display: flex;
}

.recomendados.top {
  align-items: flex-start;
}

.recomendados.spec {
  margin-right: 7px;
}

.div-block-14 {
  align-items: flex-start;
  display: flex;
}

.div-block-15 {
  flex-direction: row;
  display: flex;
}

.div-block-16 {
  display: flex;
}

.text-span-13 {
  font-size: 1.2em;
}

.bold-text-2 {
  color: #b7a430;
  font-size: 1.5em;
}

.text-span-14 {
  color: #b7a430;
}

.bold-text-3 {
  color: #6caf33;
  font-size: 1.5em;
}

.bold-text-4 {
  color: #b7a430;
  font-size: 1.5em;
}

.bold-text-5 {
  font-size: 1.5em;
}

.div-block-17 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-18 {
  align-items: flex-start;
  display: flex;
}

.paragraph-ingles {
  color: #fff;
  margin-bottom: 0;
  font-family: open-sans, sans-serif;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

.paragraph-ingles.ita {
  margin-top: 5px;
  font-style: italic;
}

.paragraph-ingles.ita.cent {
  text-align: center;
  margin-top: 0;
}

.paragraph-ingles.square {
  text-align: center;
}

.paragraph-ingles.rq {
  white-space: nowrap;
}

.descripcion {
  color: var(--blanco);
  margin-top: 5px;
  font-family: open-sans, sans-serif;
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
}

.grid-4 {
  grid-column-gap: 32px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  justify-content: center;
  place-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-19 {
  margin-bottom: 25px;
}

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

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  max-width: 40vw;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
}

.grid-5.mobil {
  grid-column-gap: 29px;
  max-width: 40vw;
}

.grid-2-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
                 ". Area"
                 / 1fr 2fr .75fr;
}

.grid-2-copy._2 {
  grid-column-gap: 11px;
  grid-row-gap: 12px;
  grid-template-columns: 1.25fr 2.5fr .75fr;
  margin-top: 5px;
}

.grid-2-copy._2.square {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.25fr;
  margin-left: 0;
  margin-right: 0;
}

.grid-2-copy._2.secondpostre {
  grid-template-columns: 6.5fr 2.5fr;
}

.grid-2-copy._2.lastpost {
  grid-template-columns: 2.5fr 2.25fr .75fr;
  align-items: center;
}

.grid-2-copy._2.pocotext {
  grid-row-gap: 0px;
}

.grid-2-copy.toppostre {
  grid-row-gap: 0px;
  grid-template-columns: 5fr 2.5fr 1fr;
  grid-auto-rows: 24px;
}

.grid-2-copy.licor {
  grid-column-gap: 44px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  place-items: center start;
  display: grid;
}

.grid-2-copy.longtext {
  grid-column-gap: 0px;
  grid-template-columns: .75fr 2fr .5fr;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr 1fr;
  width: 100%;
}

.grid-7 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .25fr;
}

.image-9 {
  opacity: .75;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 20px;
  display: flex;
}

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

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  width: 100%;
}

.grid-10, .grid-11, .grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
}

.grid-13, .grid-14, .grid-15 {
  grid-template-rows: auto;
  width: 100%;
}

.text-span-15 {
  font-family: open-sans, sans-serif;
  font-size: .6em;
  font-weight: 300;
}

.image-10, .image-11 {
  padding-right: 5px;
}

.text-span-16, .text-span-17, .text-span-18 {
  font-family: open-sans, sans-serif;
  font-size: .6em;
  font-weight: 300;
}

.grid-20 {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr .5fr;
}

.text-span-20, .text-span-21, .text-span-22 {
  font-style: italic;
}

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

.text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37, .text-span-38, .text-span-39, .text-span-40, .text-span-41, .text-span-42, .text-span-43, .text-span-44, .text-span-45, .text-span-46, .text-span-47, .text-span-48, .text-span-49 {
  font-style: italic;
}

.div-block-22 {
  align-items: flex-end;
  display: flex;
}

.grid-22 {
  grid-column-gap: 9px;
  grid-row-gap: 3px;
  grid-template-columns: 2fr .5fr .25fr;
  align-items: center;
  width: 100%;
}

.grid-23 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  width: 100%;
}

.section-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/back4-page-fr.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

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

.paragraph-5 {
  color: #fff;
  text-align: center;
  font-family: open-sans, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

.heading-3 {
  color: var(--amarillo-1);
  text-align: center;
  font-family: rig-solid-bold-inline-solo, sans-serif;
  font-size: 3em;
  line-height: 1em;
}

.container {
  color: var(--amarillo-1);
}

.button, .button-2, .button-3 {
  text-align: center;
}

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

.text-span-50, .text-span-51 {
  font-size: .9em;
}

.div-block-33 {
  background-image: url('../images/plato-2-u13031.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.text-span-53 {
  font-size: .8em;
  font-style: italic;
  line-height: 1em;
}

.text-span-54 {
  font-size: 1.2em;
  line-height: 1em;
}

.text-span-55 {
  color: var(--blanco);
  font-size: .8em;
  line-height: 1em;
}

.text-span-56 {
  font-size: .8em;
  line-height: 1em;
}

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

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

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

@media screen and (max-width: 479px) {
  .div-block {
    align-self: auto;
    width: 100%;
    height: 50vh;
  }

  .div-block-2 {
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    padding: 30px 10px 20px;
    top: 50vh;
  }

  .slider {
    z-index: -50;
    object-fit: fill;
    width: 100%;
    height: 50vh;
  }

  .navbar {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    inset: 11% 0% auto;
  }

  .nav-menu {
    background-color: #0000;
  }

  .div-block-4 {
    background-image: linear-gradient(129deg, #0d0022d9, #0003 71%, #00000138);
    width: 100%;
    height: 50vh;
    inset: 0%;
  }

  .text-block {
    text-align: center;
    font-size: 2.5em;
  }

  .text-block.seccion {
    margin-top: 0;
    font-size: 2.8em;
  }

  .div-block-5 {
    max-width: 90vw;
    font-size: .8em;
    line-height: 1em;
  }

  .image, .image-2 {
    max-width: 30px;
  }

  .paragraph {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
    line-height: 1em;
  }

  .div-block-6 {
    width: 95vw;
  }

  .image-3 {
    max-width: 80%;
  }

  .div-block-7.line {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 90vw;
    margin-bottom: 5px;
    display: flex;
    overflow: hidden;
  }

  .div-block-7.line.square {
    width: 85vw;
  }

  .div-block-8 {
    margin-top: 25px;
  }

  .div-block-8.top {
    max-width: 90vw;
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-8.top.menumobil {
    max-width: 90vw;
    font-size: .8em;
    line-height: 1em;
  }

  .grid-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    display: flex;
  }

  .grid-2._2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1.25fr;
  }

  .grid-2._2.secondpostre {
    grid-template-rows: auto auto;
    grid-template-columns: 6.5fr;
  }

  .grid-2._2.lastpost {
    grid-template-columns: 2.5fr;
  }

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

  .grid-2.toppostre.grid-0 {
    flex-direction: column;
  }

  .grid-2.licor {
    grid-template-columns: 1.25fr;
  }

  .heading {
    text-align: center;
    white-space: normal;
    flex-direction: column;
    margin-bottom: 0;
    font-size: 2em;
    font-style: normal;
    display: flex;
  }

  .paragraph-2 {
    text-align: center;
    margin-bottom: 5px;
  }

  .text-block-2 {
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    font-size: 2em;
    display: flex;
  }

  .text-block-2.ml {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 1.1em;
    display: flex;
  }

  .platillo {
    width: 90vw;
  }

  .platillo.top.postre {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
  }

  .platillo.square {
    margin-left: 10px;
    margin-right: 10px;
  }

  .platillo.postre {
    flex: 0 auto;
    align-self: center;
  }

  .slide {
    width: 100%;
    max-width: none;
    height: 50vh;
    overflow: hidden;
  }

  .image-4 {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: visible;
  }

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

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

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

  .div-block-11 {
    width: 90vw;
  }

  .div-block-11.second.cer {
    margin-top: 20px;
  }

  .div-block-11.second.caf.shots {
    background-image: url('../images/Portada-Shots_1.jpg');
  }

  .div-block-11.promos {
    height: 25vh;
  }

  .div-block-11.promos._2, .div-block-11.promos._1, .div-block-11.promos._3 {
    height: 35vh;
    margin-top: 35px;
  }

  .mask {
    width: 100%;
    height: 50vh;
  }

  .slide-2, .slide-3, .slide-4, .slide-5 {
    width: 100%;
    height: 50vh;
    overflow: hidden;
  }

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

  .paragraph-4.promos.firma {
    width: 80vw;
  }

  .text-block-3.text-subs {
    text-align: center;
  }

  .grid-3 {
    grid-column-gap: 26px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .paragraph-ingles {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    font-style: italic;
  }

  .descripcion {
    text-align: center;
  }

  .grid-5 {
    grid-column-gap: 11px;
    grid-template-columns: .75fr .75fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-5.mobil {
    max-width: 90vw;
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-2-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
  }

  .grid-2-copy._2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1.25fr;
  }

  .grid-2-copy._2.secondpostre {
    grid-template-rows: auto auto;
    grid-template-columns: 6.5fr;
  }

  .grid-2-copy._2.lastpost {
    grid-template-columns: 2.5fr;
  }

  .grid-2-copy.toppostre {
    grid-template-rows: auto auto;
    grid-template-columns: 6.25fr;
  }

  .grid-2-copy.licor {
    grid-template-columns: 1.25fr;
  }

  .grid-6 {
    grid-column-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.5fr;
    place-content: stretch;
  }

  .grid-7 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1.25fr .75fr;
    grid-template-areas: ". . Area";
    place-items: start;
  }

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

  .image-9 {
    max-width: 90%;
  }

  .div-block-21 {
    margin-bottom: 10px;
  }

  .grid-9 {
    grid-column-gap: 1px;
    grid-row-gap: 7px;
    text-align: center;
    grid-template-columns: .75fr;
    place-content: center;
    place-items: center;
  }

  .grid-13 {
    grid-row-gap: 3px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: start stretch;
  }

  .grid-14, .grid-15 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-span-19 {
    font-style: italic;
  }

  .grid-20 {
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: grid;
  }

  .grid-22 {
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-block-23, .div-block-24, .div-block-25, .div-block-26, .div-block-27, .div-block-28, .div-block-29, .div-block-30, .div-block-31, .div-block-32 {
    align-items: flex-end;
    display: flex;
  }

  .grid-23 {
    grid-row-gap: 6px;
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-self: center;
    place-items: center;
  }

  .text-span-52 {
    font-size: .8em;
    font-style: italic;
    line-height: 1em;
  }
}

#w-node-_92ef5d20-c909-b3f5-3b9f-09428cd3837f-82188782, #w-node-_5c473be1-92fe-9c49-0f70-3b5310a36e9c-82188782 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_349cb187-2ee9-efd6-5f5a-070e413008fd-82188782 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1159ce53-b65b-dc3c-f9de-892d1ceb10f4-82188782, #w-node-_3911eb78-5be4-c5fb-6da8-c020eb8f5513-82188782, #w-node-_0d41f8b7-2938-8e0d-bdb3-7343402305a3-82188782, #w-node-e2714286-f9d2-ee95-8e0f-13e98fdc690f-82188782, #w-node-e2714286-f9d2-ee95-8e0f-13e98fdc6910-82188782, #w-node-_677eac20-7679-12e1-600a-abceda37bb24-82188782, #w-node-e2714286-f9d2-ee95-8e0f-13e98fdc6916-82188782, #w-node-_16d714bc-4ee3-e8b1-4d40-13d270096a20-82188782, #w-node-_16d714bc-4ee3-e8b1-4d40-13d270096a25-82188782, #w-node-_16d714bc-4ee3-e8b1-4d40-13d270096a27-82188782, #w-node-f504f191-5cb4-8448-90b3-0d073dc2e610-82188782, #w-node-f504f191-5cb4-8448-90b3-0d073dc2e611-82188782, #w-node-f504f191-5cb4-8448-90b3-0d073dc2e613-82188782, #w-node-f504f191-5cb4-8448-90b3-0d073dc2e61a-82188782, #w-node-_8bbb7dfb-439e-973d-f568-a8ca9a9c0524-82188782, #w-node-_8bbb7dfb-439e-973d-f568-a8ca9a9c0525-82188782, #w-node-_8bbb7dfb-439e-973d-f568-a8ca9a9c0527-82188782, #w-node-_8bbb7dfb-439e-973d-f568-a8ca9a9c052e-82188782, #w-node-_08d00d4b-16a2-e399-78fd-be7392e62272-82188782, #w-node-_08d00d4b-16a2-e399-78fd-be7392e62273-82188782, #w-node-_08d00d4b-16a2-e399-78fd-be7392e62275-82188782, #w-node-_08d00d4b-16a2-e399-78fd-be7392e6227c-82188782, #w-node-d1ecfc96-7e0f-6c2e-bc2d-6cf8c8f6b6a5-82188782, #w-node-d1ecfc96-7e0f-6c2e-bc2d-6cf8c8f6b6a6-82188782, #w-node-d1ecfc96-7e0f-6c2e-bc2d-6cf8c8f6b6a8-82188782, #w-node-d1ecfc96-7e0f-6c2e-bc2d-6cf8c8f6b6af-82188782, #w-node-_8e9af6c5-38c8-5d09-76c0-99860a34e36b-82188782, #w-node-_8e9af6c5-38c8-5d09-76c0-99860a34e36c-82188782, #w-node-_8e9af6c5-38c8-5d09-76c0-99860a34e370-82188782, #w-node-_8e9af6c5-38c8-5d09-76c0-99860a34e372-82188782, #w-node-_9377c711-fc18-ca06-3e7e-23357a41eaa6-82188782, #w-node-_9377c711-fc18-ca06-3e7e-23357a41eaa7-82188782, #w-node-_9377c711-fc18-ca06-3e7e-23357a41eaab-82188782, #w-node-_9377c711-fc18-ca06-3e7e-23357a41eaad-82188782, #w-node-_18a373cd-ee9c-6a48-bba2-c1a1cdd44d4b-82188782, #w-node-_18a373cd-ee9c-6a48-bba2-c1a1cdd44d4d-82188782, #w-node-_18a373cd-ee9c-6a48-bba2-c1a1cdd44d4f-82188782, #w-node-_18a373cd-ee9c-6a48-bba2-c1a1cdd44d51-82188782, #w-node-_5ad32eee-1030-a2ab-1156-d866d7212b57-82188782, #w-node-_5ad32eee-1030-a2ab-1156-d866d7212b58-82188782, #w-node-_5ad32eee-1030-a2ab-1156-d866d7212b5a-82188782, #w-node-_5ad32eee-1030-a2ab-1156-d866d7212b60-82188782, #w-node-_180ab9ba-b4cc-9a7c-58ea-354214996021-82188782, #w-node-_180ab9ba-b4cc-9a7c-58ea-354214996025-82188782, #w-node-_180ab9ba-b4cc-9a7c-58ea-354214996027-82188782, #w-node-e08200ce-ae0d-9fc1-4f71-dff2788512bd-82188782, #w-node-e08200ce-ae0d-9fc1-4f71-dff2788512bf-82188782, #w-node-e08200ce-ae0d-9fc1-4f71-dff2788512c3-82188782, #w-node-e08200ce-ae0d-9fc1-4f71-dff2788512c5-82188782, #w-node-f1ed2cf7-87f1-b7fe-b900-9fb262b83178-82188782, #w-node-f1ed2cf7-87f1-b7fe-b900-9fb262b8317a-82188782, #w-node-f1ed2cf7-87f1-b7fe-b900-9fb262b8317c-82188782, #w-node-f1ed2cf7-87f1-b7fe-b900-9fb262b8317e-82188782, #w-node-_8d39e319-8d29-39a6-1433-d47b15ddd28d-82188782, #w-node-_68e76c14-e006-9303-443d-11aee80b415d-82188782, #w-node-_68e76c14-e006-9303-443d-11aee80b415e-82188782, #w-node-_68e76c14-e006-9303-443d-11aee80b4160-82188782, #w-node-_68e76c14-e006-9303-443d-11aee80b4162-82188782, #w-node-d75ebd98-7d3a-cf48-289c-da4a76918900-82188782, #w-node-d75ebd98-7d3a-cf48-289c-da4a76918901-82188782, #w-node-d75ebd98-7d3a-cf48-289c-da4a76918903-82188782, #w-node-d75ebd98-7d3a-cf48-289c-da4a76918905-82188782, #w-node-_74e45d2f-72b7-5dc7-2900-9409d3986cf2-82188782, #w-node-_74e45d2f-72b7-5dc7-2900-9409d3986cf3-82188782, #w-node-_74e45d2f-72b7-5dc7-2900-9409d3986cf5-82188782, #w-node-_74e45d2f-72b7-5dc7-2900-9409d3986cf7-82188782, #w-node-_97a55c4f-0988-3541-9c67-79fa41aa2644-82188782, #w-node-_70bb549a-b67e-07ca-aa78-e0f6b48b280d-82188782, #w-node-_70bb549a-b67e-07ca-aa78-e0f6b48b280e-82188782, #w-node-_70bb549a-b67e-07ca-aa78-e0f6b48b2810-82188782 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffb3dab6-438a-0bf4-9380-7bc624134847-82188782 {
  grid-area: Area;
}

#w-node-_70bb549a-b67e-07ca-aa78-e0f6b48b2812-82188782, #w-node-_86432e1b-aa5d-4218-69c0-7eaa68452089-82188782, #w-node-c9fefe02-543e-6586-2b1d-6b4b2d5c897e-82188782, #w-node-f91f853e-4984-b855-e41d-da29a8e4309b-82188782, #w-node-_9c72cdd8-fac5-dca4-609f-24e2fee5845b-82188782, #w-node-_9c72cdd8-fac5-dca4-609f-24e2fee5845c-82188782, #w-node-_9c72cdd8-fac5-dca4-609f-24e2fee5845e-82188782, #w-node-_9c72cdd8-fac5-dca4-609f-24e2fee58460-82188782, #w-node-_28288d66-3170-0b2e-0814-badcae17a945-82188782, #w-node-_28288d66-3170-0b2e-0814-badcae17a946-82188782, #w-node-_28288d66-3170-0b2e-0814-badcae17a948-82188782, #w-node-_28288d66-3170-0b2e-0814-badcae17a94a-82188782, #w-node-_0d43d446-9348-2b5d-1cb7-dee556411300-82188782, #w-node-_3bed138d-363c-9382-937b-7e639305b82c-82188782, #w-node-_3bed138d-363c-9382-937b-7e639305b82d-82188782, #w-node-_3bed138d-363c-9382-937b-7e639305b82f-82188782, #w-node-_3bed138d-363c-9382-937b-7e639305b831-82188782 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bed138d-363c-9382-937b-7e639305b834-82188782 {
  grid-area: Area;
}

#w-node-_3bed138d-363c-9382-937b-7e639305b837-82188782, #w-node-_3bed138d-363c-9382-937b-7e639305b84f-82188782, #w-node-b81dab50-9de8-8155-e63f-ccd6d92b629b-82188782, #w-node-_8de6804b-11be-94d7-9c78-85933b79eac0-82188782, #w-node-f1a8a6f8-d20d-fe3e-cd5b-42786028c4af-82188782, #w-node-b407dfc1-3d1d-2ba1-f455-9dd038d327db-82188782, #w-node-_6fae9fee-98cf-8f2d-b228-a98c7c89b96d-82188782, #w-node-ca48dadc-fb84-ab10-fb63-a57eea571910-82188782, #w-node-ca48dadc-fb84-ab10-fb63-a57eea571911-82188782, #w-node-ca48dadc-fb84-ab10-fb63-a57eea571913-82188782, #w-node-ca48dadc-fb84-ab10-fb63-a57eea571915-82188782, #w-node-_091f6759-f774-bce9-3eee-053b17e2d320-82188782, #w-node-_091f6759-f774-bce9-3eee-053b17e2d321-82188782, #w-node-_091f6759-f774-bce9-3eee-053b17e2d323-82188782, #w-node-_091f6759-f774-bce9-3eee-053b17e2d325-82188782, #w-node-_3bb60de8-6d36-5986-256c-97258e75b10a-82188782, #w-node-_3bb60de8-6d36-5986-256c-97258e75b10b-82188782, #w-node-_3bb60de8-6d36-5986-256c-97258e75b10d-82188782, #w-node-_3bb60de8-6d36-5986-256c-97258e75b10f-82188782, #w-node-dd105875-0a7a-530d-d25a-176e159b9bf8-82188782, #w-node-dd105875-0a7a-530d-d25a-176e159b9bf9-82188782, #w-node-dd105875-0a7a-530d-d25a-176e159b9bfb-82188782, #w-node-dd105875-0a7a-530d-d25a-176e159b9bfd-82188782, #w-node-ec57caac-1da8-531a-d7bc-0dbb38a9dc96-82188782, #w-node-_33f3de55-da30-6a10-c741-dd5c28e543c8-82188782, #w-node-_33f3de55-da30-6a10-c741-dd5c28e543c9-82188782, #w-node-_33f3de55-da30-6a10-c741-dd5c28e543cb-82188782, #w-node-_33f3de55-da30-6a10-c741-dd5c28e543cd-82188782, #w-node-fd20c20d-fe9a-467d-a9c6-54dbd007a341-82188782, #w-node-fd20c20d-fe9a-467d-a9c6-54dbd007a342-82188782, #w-node-fd20c20d-fe9a-467d-a9c6-54dbd007a344-82188782, #w-node-fd20c20d-fe9a-467d-a9c6-54dbd007a346-82188782, #w-node-b51a269a-ff95-30e5-4835-36a8d9ca0b65-82188782, #w-node-b51a269a-ff95-30e5-4835-36a8d9ca0b6a-82188782, #w-node-b51a269a-ff95-30e5-4835-36a8d9ca0b6c-82188782, #w-node-c296bb7f-87bf-389b-9af6-246ec9b6f638-82188782, #w-node-_99e65493-6751-f7e5-18e8-187534a8b035-82188782, #w-node-_99e65493-6751-f7e5-18e8-187534a8b036-82188782, #w-node-_99e65493-6751-f7e5-18e8-187534a8b038-82188782, #w-node-_99e65493-6751-f7e5-18e8-187534a8b03a-82188782, #w-node-f83f2770-6a79-619a-8a78-f1459788d298-82188782, #w-node-f83f2770-6a79-619a-8a78-f1459788d299-82188782, #w-node-f83f2770-6a79-619a-8a78-f1459788d29b-82188782, #w-node-f83f2770-6a79-619a-8a78-f1459788d29d-82188782, #w-node-_9de29165-2916-7f24-3028-6d4725d1130c-82188782, #w-node-_9de29165-2916-7f24-3028-6d4725d1130d-82188782, #w-node-_9de29165-2916-7f24-3028-6d4725d1130f-82188782, #w-node-_9de29165-2916-7f24-3028-6d4725d11311-82188782, #w-node-_96c40495-0eb8-a8ab-f71f-7163a9c4579f-82188782, #w-node-_96c40495-0eb8-a8ab-f71f-7163a9c457a0-82188782, #w-node-_96c40495-0eb8-a8ab-f71f-7163a9c457a2-82188782, #w-node-_96c40495-0eb8-a8ab-f71f-7163a9c457a4-82188782, #w-node-ae656f5c-6247-50be-8a4e-e2d57cdfabed-82188782, #w-node-_97b08c2f-9faf-3c8c-971e-7b9e27488a51-82188782, #w-node-_97b08c2f-9faf-3c8c-971e-7b9e27488a52-82188782, #w-node-_97b08c2f-9faf-3c8c-971e-7b9e27488a54-82188782, #w-node-_97b08c2f-9faf-3c8c-971e-7b9e27488a56-82188782, #w-node-_3c689098-a239-bab1-5199-246f47ba6bf6-82188782, #w-node-_3c689098-a239-bab1-5199-246f47ba6bf7-82188782, #w-node-_3c689098-a239-bab1-5199-246f47ba6bf9-82188782, #w-node-_3c689098-a239-bab1-5199-246f47ba6bfb-82188782, #w-node-f5cceaeb-bb4d-e52c-a9e7-d90388f8c369-f2188783, #w-node-f5cceaeb-bb4d-e52c-a9e7-d90388f8c36a-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_349cb187-2ee9-efd6-5f5a-070e413008fd-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1159ce53-b65b-dc3c-f9de-892d1ceb10f4-f2188783, #w-node-_0a6d5412-c9ee-d5d6-314d-bc2b9f0f1dab-f2188783, #w-node-c73bb738-ed06-c255-7af4-c73d66f85da4-f2188783, #w-node-_62103486-1468-d744-fdd9-835e15547bc7-f2188783, #w-node-_62103486-1468-d744-fdd9-835e15547bc8-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62103486-1468-d744-fdd9-835e15547bca-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6bcff6dd-0faa-c69c-cf1a-599b8ba3f1bf-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_8fe4d660-0e3e-e09f-c515-2aca1323bd1c-f2188783, #w-node-e533938a-bea7-1a0c-943c-70b5427ca8d3-f2188783, #w-node-e533938a-bea7-1a0c-943c-70b5427ca8d4-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e533938a-bea7-1a0c-943c-70b5427ca8d6-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-e533938a-bea7-1a0c-943c-70b5427ca8d8-f2188783, #w-node-e533938a-bea7-1a0c-943c-70b5427ca8db-f2188783, #w-node-_1da3b0b9-7cf5-1fbd-240b-9e563cae20ef-f2188783, #w-node-_1da3b0b9-7cf5-1fbd-240b-9e563cae20f0-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1da3b0b9-7cf5-1fbd-240b-9e563cae20f2-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1da3b0b9-7cf5-1fbd-240b-9e563cae20f4-f2188783, #w-node-_1da3b0b9-7cf5-1fbd-240b-9e563cae20f7-f2188783, #w-node-_8cc8e167-7e11-3e2f-38b5-05e6535ccf99-f2188783, #w-node-_8cc8e167-7e11-3e2f-38b5-05e6535ccf9a-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cc8e167-7e11-3e2f-38b5-05e6535ccf9c-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_8cc8e167-7e11-3e2f-38b5-05e6535ccf9e-f2188783, #w-node-_8cc8e167-7e11-3e2f-38b5-05e6535ccfa1-f2188783, #w-node-_53b64daa-07ff-7c57-4602-cbe480c8bd51-f2188783, #w-node-_53b64daa-07ff-7c57-4602-cbe480c8bd52-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53b64daa-07ff-7c57-4602-cbe480c8bd54-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_53b64daa-07ff-7c57-4602-cbe480c8bd56-f2188783, #w-node-_53b64daa-07ff-7c57-4602-cbe480c8bd59-f2188783, #w-node-_48e89ab3-af0f-f304-bb2f-daf471cb1129-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48e89ab3-af0f-f304-bb2f-daf471cb112c-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_48e89ab3-af0f-f304-bb2f-daf471cb112e-f2188783, #w-node-_48e89ab3-af0f-f304-bb2f-daf471cb1131-f2188783, #w-node-_177fe1c6-cc78-dd1e-e0ff-8742728880e9-f2188783, #w-node-_177fe1c6-cc78-dd1e-e0ff-8742728880ea-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_177fe1c6-cc78-dd1e-e0ff-8742728880ec-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_177fe1c6-cc78-dd1e-e0ff-8742728880ee-f2188783, #w-node-_177fe1c6-cc78-dd1e-e0ff-8742728880f1-f2188783, #w-node-_8d4c7289-3641-0bda-53b6-4ceef23729e4-f2188783, #w-node-_8d4c7289-3641-0bda-53b6-4ceef23729e5-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d4c7289-3641-0bda-53b6-4ceef23729e7-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_8d4c7289-3641-0bda-53b6-4ceef23729e9-f2188783, #w-node-_8d4c7289-3641-0bda-53b6-4ceef23729ec-f2188783, #w-node-cb5cfc36-ccb5-73e4-f99d-926b864e2958-f2188783, #w-node-cb5cfc36-ccb5-73e4-f99d-926b864e2959-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb5cfc36-ccb5-73e4-f99d-926b864e295b-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-cb5cfc36-ccb5-73e4-f99d-926b864e295d-f2188783, #w-node-cb5cfc36-ccb5-73e4-f99d-926b864e2960-f2188783, #w-node-_68cd4680-7608-f17a-e1c1-9ddce6a64db4-f2188783, #w-node-_68cd4680-7608-f17a-e1c1-9ddce6a64db5-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cd4680-7608-f17a-e1c1-9ddce6a64db7-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_68cd4680-7608-f17a-e1c1-9ddce6a64db9-f2188783, #w-node-_68cd4680-7608-f17a-e1c1-9ddce6a64dbc-f2188783, #w-node-_9f8e0d25-072f-5363-5922-d5a991c79d1f-f2188783, #w-node-_9f8e0d25-072f-5363-5922-d5a991c79d20-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f8e0d25-072f-5363-5922-d5a991c79d22-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_9f8e0d25-072f-5363-5922-d5a991c79d24-f2188783, #w-node-_9f8e0d25-072f-5363-5922-d5a991c79d27-f2188783, #w-node-_242457c4-3eb6-bc68-393b-739eb4595f3a-f2188783, #w-node-ffaef00a-1c1f-6cfe-5571-f4eb27f0d70b-f2188783, #w-node-ffaef00a-1c1f-6cfe-5571-f4eb27f0d70c-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffaef00a-1c1f-6cfe-5571-f4eb27f0d70e-f2188783, #w-node-ffaef00a-1c1f-6cfe-5571-f4eb27f0d710-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_87ca6271-14b2-8343-69ef-b3712deb6266-f2188783, #w-node-_87ca6271-14b2-8343-69ef-b3712deb6267-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87ca6271-14b2-8343-69ef-b3712deb6269-f2188783, #w-node-_87ca6271-14b2-8343-69ef-b3712deb626b-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_34e61393-873a-53ab-a788-cba2634bfd70-f2188783, #w-node-_34e61393-873a-53ab-a788-cba2634bfd71-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34e61393-873a-53ab-a788-cba2634bfd73-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_34e61393-873a-53ab-a788-cba2634bfd75-f2188783, #w-node-_49875547-856e-0e0e-c01c-e8160d0b5d58-f2188783, #w-node-_49875547-856e-0e0e-c01c-e8160d0b5d59-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49875547-856e-0e0e-c01c-e8160d0b5d5b-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_49875547-856e-0e0e-c01c-e8160d0b5d5d-f2188783, #w-node-cdaa105d-b88f-0ed5-c7cf-f5793a09eafd-f2188783, #w-node-cdaa105d-b88f-0ed5-c7cf-f5793a09eafe-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdaa105d-b88f-0ed5-c7cf-f5793a09eb00-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-cdaa105d-b88f-0ed5-c7cf-f5793a09eb02-f2188783, #w-node-_6bb5c035-18f0-fe4e-7a99-51ec77fe997a-f2188783, #w-node-_6bb5c035-18f0-fe4e-7a99-51ec77fe997b-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bb5c035-18f0-fe4e-7a99-51ec77fe997d-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_6bb5c035-18f0-fe4e-7a99-51ec77fe997f-f2188783, #w-node-ba6e0568-7cbc-fe2f-98b5-267de590569b-f2188783, #w-node-ba6e0568-7cbc-fe2f-98b5-267de590569c-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba6e0568-7cbc-fe2f-98b5-267de590569e-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ba6e0568-7cbc-fe2f-98b5-267de59056a0-f2188783, #w-node-_89c7f9a3-e793-1c75-4c6e-280078c4d682-f2188783, #w-node-_89c7f9a3-e793-1c75-4c6e-280078c4d683-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89c7f9a3-e793-1c75-4c6e-280078c4d685-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_89c7f9a3-e793-1c75-4c6e-280078c4d687-f2188783, #w-node-_3e38b6bd-6a63-ca08-c8bb-faf54bb21121-f2188783, #w-node-_3e38b6bd-6a63-ca08-c8bb-faf54bb21122-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e38b6bd-6a63-ca08-c8bb-faf54bb21124-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_3e38b6bd-6a63-ca08-c8bb-faf54bb21126-f2188783, #w-node-_70ba2d7f-b47c-8095-70b5-dfca8e3a2fc9-f2188783, #w-node-_70ba2d7f-b47c-8095-70b5-dfca8e3a2fca-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70ba2d7f-b47c-8095-70b5-dfca8e3a2fcc-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_70ba2d7f-b47c-8095-70b5-dfca8e3a2fce-f2188783, #w-node-_42bbdf73-6349-d213-50e5-3e3568e802f8-f2188783, #w-node-_42bbdf73-6349-d213-50e5-3e3568e802f9-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42bbdf73-6349-d213-50e5-3e3568e802fb-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_42bbdf73-6349-d213-50e5-3e3568e802fd-f2188783, #w-node-_56413c5c-d149-3e4b-7cc9-8e46d555bb22-f2188783, #w-node-_3631c01f-ff8b-d6cc-13db-19e8d6264722-f2188783, #w-node-_3631c01f-ff8b-d6cc-13db-19e8d6264723-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3631c01f-ff8b-d6cc-13db-19e8d6264725-f2188783, #w-node-_3631c01f-ff8b-d6cc-13db-19e8d6264727-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_2b22ea26-da1d-194c-fab9-dcc60dae2f11-f2188783, #w-node-_2b22ea26-da1d-194c-fab9-dcc60dae2f12-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b22ea26-da1d-194c-fab9-dcc60dae2f14-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_2b22ea26-da1d-194c-fab9-dcc60dae2f16-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-fc396707-f1b3-5b6f-7dce-37ed74e4328d-f2188783, #w-node-fc396707-f1b3-5b6f-7dce-37ed74e4328e-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc396707-f1b3-5b6f-7dce-37ed74e43290-f2188783, #w-node-fc396707-f1b3-5b6f-7dce-37ed74e43292-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-c3ba21c9-4ed6-21ba-460b-a15cb157501e-f2188783, #w-node-c3ba21c9-4ed6-21ba-460b-a15cb157501f-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3ba21c9-4ed6-21ba-460b-a15cb1575021-f2188783, #w-node-c3ba21c9-4ed6-21ba-460b-a15cb1575023-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_63446265-488f-40cf-f847-13d3e1354fd9-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7733fe1b-43f9-0073-899a-f9a459292261-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_7733fe1b-43f9-0073-899a-f9a459292262-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7733fe1b-43f9-0073-899a-f9a459292264-f2188783, #w-node-_7733fe1b-43f9-0073-899a-f9a459292266-f2188783, #w-node-_36560a6e-b1de-7308-df74-1af0481270eb-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_36560a6e-b1de-7308-df74-1af0481270ec-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36560a6e-b1de-7308-df74-1af0481270ee-f2188783, #w-node-_36560a6e-b1de-7308-df74-1af0481270f0-f2188783, #w-node-cc1bc1df-0f02-cafd-667a-b6963f9c456b-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-cc1bc1df-0f02-cafd-667a-b6963f9c456c-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc1bc1df-0f02-cafd-667a-b6963f9c456e-f2188783, #w-node-cc1bc1df-0f02-cafd-667a-b6963f9c4570-f2188783, #w-node-_5a03337a-db6a-f5e5-f8f3-ed798c564e19-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_5a03337a-db6a-f5e5-f8f3-ed798c564e1a-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a03337a-db6a-f5e5-f8f3-ed798c564e1c-f2188783, #w-node-_5a03337a-db6a-f5e5-f8f3-ed798c564e1e-f2188783, #w-node-_702f62da-d41d-70c9-4026-fcdb26df2481-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_702f62da-d41d-70c9-4026-fcdb26df2482-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_702f62da-d41d-70c9-4026-fcdb26df2484-f2188783, #w-node-_702f62da-d41d-70c9-4026-fcdb26df2486-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-a4b119db-2dab-8995-1ddb-c3b87ec3686e-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2ba1ef3-3574-4438-0f9c-8822b8fb3baf-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-c2ba1ef3-3574-4438-0f9c-8822b8fb3bb0-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2ba1ef3-3574-4438-0f9c-8822b8fb3bb2-f2188783, #w-node-c2ba1ef3-3574-4438-0f9c-8822b8fb3bb4-f2188783, #w-node-ffcea99c-b33f-684f-f17a-127cdf8c9bdc-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ffcea99c-b33f-684f-f17a-127cdf8c9bdd-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffcea99c-b33f-684f-f17a-127cdf8c9bdf-f2188783, #w-node-ffcea99c-b33f-684f-f17a-127cdf8c9be1-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_31439f20-fa48-a8a3-a2b3-9b62fdbd53e7-f2188783, #w-node-_31439f20-fa48-a8a3-a2b3-9b62fdbd53e8-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31439f20-fa48-a8a3-a2b3-9b62fdbd53ea-f2188783, #w-node-_31439f20-fa48-a8a3-a2b3-9b62fdbd53ec-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1fc4762f-a123-5563-a7a1-413753e049bd-f2188783, #w-node-_1fc4762f-a123-5563-a7a1-413753e049be-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fc4762f-a123-5563-a7a1-413753e049c0-f2188783, #w-node-_1fc4762f-a123-5563-a7a1-413753e049c2-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_8e87aaeb-b952-67d4-1646-139dcfc20c6d-f2188783, #w-node-d26a631a-a7a8-a78b-ea0f-ae7bd75d40e1-f2188783, #w-node-d26a631a-a7a8-a78b-ea0f-ae7bd75d40e4-f2188783, #w-node-d26a631a-a7a8-a78b-ea0f-ae7bd75d40e8-f2188783, #w-node-_35b0feee-c223-62b0-f845-4d8c959208b4-f2188783, #w-node-_35b0feee-c223-62b0-f845-4d8c959208b7-f2188783, #w-node-_35b0feee-c223-62b0-f845-4d8c959208bb-f2188783, #w-node-_4eccbd09-826b-b721-d604-e21b3780803b-f2188783, #w-node-_4eccbd09-826b-b721-d604-e21b3780803e-f2188783, #w-node-_4eccbd09-826b-b721-d604-e21b37808042-f2188783, #w-node-_5afda290-4e63-ba83-a205-5c292888ef85-f2188783, #w-node-_5afda290-4e63-ba83-a205-5c292888ef88-f2188783, #w-node-_5afda290-4e63-ba83-a205-5c292888ef8c-f2188783, #w-node-_58337325-819d-2161-82a3-5af236bc0c89-f2188783, #w-node-_58337325-819d-2161-82a3-5af236bc0c8c-f2188783, #w-node-_58337325-819d-2161-82a3-5af236bc0c90-f2188783, #w-node-_88095310-995a-f0bc-c89f-85c855ebd933-f2188783, #w-node-_88095310-995a-f0bc-c89f-85c855ebd936-f2188783, #w-node-_88095310-995a-f0bc-c89f-85c855ebd93a-f2188783, #w-node-a7f5c039-1cd6-e900-b910-b15d0ca1b1b6-f2188783, #w-node-a7f5c039-1cd6-e900-b910-b15d0ca1b1b9-f2188783, #w-node-a7f5c039-1cd6-e900-b910-b15d0ca1b1bd-f2188783, #w-node-_0f96a4a9-16cf-76a0-b8e7-6f089df46ed3-f2188783, #w-node-_0f96a4a9-16cf-76a0-b8e7-6f089df46ed6-f2188783, #w-node-_0f96a4a9-16cf-76a0-b8e7-6f089df46eda-f2188783, #w-node-_8f48662c-7d12-60f8-413f-d22081f112bc-f2188783, #w-node-_8f48662c-7d12-60f8-413f-d22081f112bf-f2188783, #w-node-_8f48662c-7d12-60f8-413f-d22081f112c3-f2188783, #w-node-_2ac84666-0a86-6387-8d8e-23d88c44324c-f2188783, #w-node-_2ac84666-0a86-6387-8d8e-23d88c44324f-f2188783, #w-node-_2ac84666-0a86-6387-8d8e-23d88c443253-f2188783, #w-node-_4aedbe58-c2d4-1d56-9e0a-2af7ae06d260-f2188783, #w-node-_9fbbd226-cc56-a093-cdce-d3788f86a4cb-f2188783, #w-node-_9fbbd226-cc56-a093-cdce-d3788f86a4ce-f2188783, #w-node-_9fbbd226-cc56-a093-cdce-d3788f86a4d2-f2188783, #w-node-ac1943d8-3806-4327-0141-cf0f77d40276-f2188783, #w-node-ac1943d8-3806-4327-0141-cf0f77d40279-f2188783, #w-node-ac1943d8-3806-4327-0141-cf0f77d4027d-f2188783, #w-node-b30de7b1-aee1-e88a-7fff-a96f0cdcd88d-f2188783, #w-node-b30de7b1-aee1-e88a-7fff-a96f0cdcd890-f2188783, #w-node-b30de7b1-aee1-e88a-7fff-a96f0cdcd894-f2188783, #w-node-e9187fbd-e62f-f09e-8f79-cff8d59c75c8-f2188783, #w-node-e9187fbd-e62f-f09e-8f79-cff8d59c75cb-f2188783, #w-node-e9187fbd-e62f-f09e-8f79-cff8d59c75cf-f2188783, #w-node-_41f4d325-aeb7-f771-242d-9d12585a8136-f2188783, #w-node-_06c97edd-cec5-d2c1-bc71-38a0064d8428-f2188783, #w-node-_06c97edd-cec5-d2c1-bc71-38a0064d842b-f2188783, #w-node-_06c97edd-cec5-d2c1-bc71-38a0064d842f-f2188783, #w-node-_29507dd6-c1a3-5c48-0c07-cf9c9805ed59-f2188783, #w-node-_29507dd6-c1a3-5c48-0c07-cf9c9805ed5c-f2188783, #w-node-_29507dd6-c1a3-5c48-0c07-cf9c9805ed60-f2188783, #w-node-_26643c23-4a5d-c9f8-ef07-f077271def43-f2188783, #w-node-_26643c23-4a5d-c9f8-ef07-f077271def46-f2188783, #w-node-_26643c23-4a5d-c9f8-ef07-f077271def4a-f2188783, #w-node-_8b36c479-91e7-c33b-d888-ede1d6c0cdf6-f2188783, #w-node-_8b36c479-91e7-c33b-d888-ede1d6c0cdf9-f2188783, #w-node-_8b36c479-91e7-c33b-d888-ede1d6c0cdfd-f2188783, #w-node-_647580f1-9998-3ed9-6d02-2c8c10f2e0aa-f2188783, #w-node-_647580f1-9998-3ed9-6d02-2c8c10f2e0ad-f2188783, #w-node-_647580f1-9998-3ed9-6d02-2c8c10f2e0b1-f2188783, #w-node-df2b3eaf-c7f1-a109-3d78-f1c8404e6bb7-f2188783, #w-node-efdc3c45-f320-96ad-fefb-703d30c58fb7-f2188783, #w-node-efdc3c45-f320-96ad-fefb-703d30c58fba-f2188783, #w-node-efdc3c45-f320-96ad-fefb-703d30c58fbe-f2188783, #w-node-d2bb16be-fbc7-9e0c-a622-ce33e7c5e57a-f2188783, #w-node-d2bb16be-fbc7-9e0c-a622-ce33e7c5e57d-f2188783, #w-node-d2bb16be-fbc7-9e0c-a622-ce33e7c5e581-f2188783, #w-node-_3460e470-228b-d020-04be-3155aacc424a-f2188783, #w-node-_3460e470-228b-d020-04be-3155aacc424d-f2188783, #w-node-_3460e470-228b-d020-04be-3155aacc4251-f2188783, #w-node-a02131b3-56b1-f4ea-05a8-9db135e3f3fa-f2188783, #w-node-a02131b3-56b1-f4ea-05a8-9db135e3f3fd-f2188783, #w-node-a02131b3-56b1-f4ea-05a8-9db135e3f401-f2188783, #w-node-e42d6667-6fc2-c93e-7bc7-62a50cd4977e-f2188783, #w-node-e42d6667-6fc2-c93e-7bc7-62a50cd49781-f2188783, #w-node-e42d6667-6fc2-c93e-7bc7-62a50cd49785-f2188783, #w-node-_6c3eae68-9675-9d53-52d6-d4796469ae98-f2188783, #w-node-_6c3eae68-9675-9d53-52d6-d4796469ae9b-f2188783, #w-node-_6c3eae68-9675-9d53-52d6-d4796469ae9f-f2188783, #w-node-c51a510e-144f-a6eb-e1f5-1ca459024e82-f2188783, #w-node-c51a510e-144f-a6eb-e1f5-1ca459024e85-f2188783, #w-node-c51a510e-144f-a6eb-e1f5-1ca459024e89-f2188783, #w-node-eee2b46e-42c8-fc9e-997a-dcfc23e50d0f-f2188783, #w-node-eee2b46e-42c8-fc9e-997a-dcfc23e50d12-f2188783, #w-node-eee2b46e-42c8-fc9e-997a-dcfc23e50d16-f2188783, #w-node-_3428e94f-c57c-8476-5bc4-984274898a6b-f2188783, #w-node-_3428e94f-c57c-8476-5bc4-984274898a6e-f2188783, #w-node-_3428e94f-c57c-8476-5bc4-984274898a72-f2188783, #w-node-ee04f4a8-c0d6-3c0e-85a1-fb5abd8b0de5-f2188783, #w-node-ee04f4a8-c0d6-3c0e-85a1-fb5abd8b0de8-f2188783, #w-node-ee04f4a8-c0d6-3c0e-85a1-fb5abd8b0dec-f2188783, #w-node-d0a18ce1-6a86-3a1e-05a5-984ed717df7a-f2188783, #w-node-d0a18ce1-6a86-3a1e-05a5-984ed717df7d-f2188783, #w-node-d0a18ce1-6a86-3a1e-05a5-984ed717df81-f2188783, #w-node-_3ba9b71f-fc80-c6c5-093c-f74e224b3825-f2188783, #w-node-_3ba9b71f-fc80-c6c5-093c-f74e224b3828-f2188783, #w-node-_3ba9b71f-fc80-c6c5-093c-f74e224b382c-f2188783, #w-node-_7c92da29-dbc0-521e-ce10-0a790079786f-f2188783, #w-node-_7c92da29-dbc0-521e-ce10-0a7900797872-f2188783, #w-node-_7c92da29-dbc0-521e-ce10-0a7900797876-f2188783, #w-node-_0064f40b-3035-af19-dd07-3c707bbfd6dd-f2188783, #w-node-_0064f40b-3035-af19-dd07-3c707bbfd6e0-f2188783, #w-node-_0064f40b-3035-af19-dd07-3c707bbfd6e4-f2188783, #w-node-_49acb766-de11-0374-591f-2383d29728bc-f2188783, #w-node-_49acb766-de11-0374-591f-2383d29728bf-f2188783, #w-node-_49acb766-de11-0374-591f-2383d29728c3-f2188783, #w-node-_342fc134-5df9-fe4f-047e-868ded23c0d0-f2188783, #w-node-_342fc134-5df9-fe4f-047e-868ded23c0d3-f2188783, #w-node-_342fc134-5df9-fe4f-047e-868ded23c0d7-f2188783, #w-node-a3579f9a-90e2-08b3-d1ea-159142203c06-f2188783, #w-node-e7b2d954-fccd-ff4f-5a16-c73f87f8794f-f2188783, #w-node-e7b2d954-fccd-ff4f-5a16-c73f87f87952-f2188783, #w-node-e7b2d954-fccd-ff4f-5a16-c73f87f87956-f2188783, #w-node-_54167932-f784-a998-aa84-bef0f9542d23-f2188783, #w-node-_54167932-f784-a998-aa84-bef0f9542d26-f2188783, #w-node-_54167932-f784-a998-aa84-bef0f9542d2a-f2188783, #w-node-aef9115f-310c-73fb-3342-ae9d63a6bc74-f2188783, #w-node-aef9115f-310c-73fb-3342-ae9d63a6bc77-f2188783, #w-node-aef9115f-310c-73fb-3342-ae9d63a6bc7b-f2188783, #w-node-f5fbf930-4d0f-88cb-02e9-deb577391388-f2188783, #w-node-f5fbf930-4d0f-88cb-02e9-deb57739138b-f2188783, #w-node-f5fbf930-4d0f-88cb-02e9-deb57739138f-f2188783, #w-node-ca6e20bf-e559-878c-ff87-5ed020ad17fe-f2188783, #w-node-dd1ceafd-77c5-4a3c-c2a6-9f734f9887b5-f2188783, #w-node-dd1ceafd-77c5-4a3c-c2a6-9f734f9887b6-f2188783, #w-node-dd1ceafd-77c5-4a3c-c2a6-9f734f9887b8-f2188783, #w-node-_05620325-ba5d-6e84-4228-715ee7ce8c59-f2188783, #w-node-_05620325-ba5d-6e84-4228-715ee7ce8c5a-f2188783, #w-node-_05620325-ba5d-6e84-4228-715ee7ce8c5c-f2188783, #w-node-_13652a0c-bf56-3831-eb74-9d5ff07d6536-f2188783, #w-node-_13652a0c-bf56-3831-eb74-9d5ff07d6537-f2188783, #w-node-_13652a0c-bf56-3831-eb74-9d5ff07d6539-f2188783, #w-node-_9239d42a-93f8-fe1b-69af-acff0a151bb9-f2188783, #w-node-eea2f465-a210-3c18-d5dc-8d9e2ee31b1f-f2188783, #w-node-eea2f465-a210-3c18-d5dc-8d9e2ee31b20-f2188783, #w-node-eea2f465-a210-3c18-d5dc-8d9e2ee31b22-f2188783, #w-node-_79075e34-3252-2ea9-5802-fde55d39bb7f-f2188783, #w-node-_79075e34-3252-2ea9-5802-fde55d39bb80-f2188783, #w-node-_79075e34-3252-2ea9-5802-fde55d39bb82-f2188783, #w-node-_1f2bbff1-0822-4856-afd0-07b070276902-f2188783, #w-node-_1f2bbff1-0822-4856-afd0-07b070276903-f2188783, #w-node-_1f2bbff1-0822-4856-afd0-07b070276905-f2188783, #w-node-_463780d0-93f1-67ac-19a4-f6e28bed32b6-f2188783, #w-node-_463780d0-93f1-67ac-19a4-f6e28bed32b7-f2188783, #w-node-_463780d0-93f1-67ac-19a4-f6e28bed32b9-f2188783, #w-node-e10adc2f-801f-1672-4a8a-be6953a5a469-f2188783, #w-node-e10adc2f-801f-1672-4a8a-be6953a5a46a-f2188783, #w-node-e10adc2f-801f-1672-4a8a-be6953a5a46c-f2188783, #w-node-_35902c26-daf7-0b9c-a3f1-6e61ce6cd540-f2188783, #w-node-_35902c26-daf7-0b9c-a3f1-6e61ce6cd541-f2188783, #w-node-_35902c26-daf7-0b9c-a3f1-6e61ce6cd543-f2188783, #w-node-f11b3c58-9c25-8a36-b5eb-61be58ad5431-f2188783, #w-node-f11b3c58-9c25-8a36-b5eb-61be58ad5432-f2188783, #w-node-f11b3c58-9c25-8a36-b5eb-61be58ad5434-f2188783, #w-node-_4de70720-0e1e-678b-a183-8eab194e145f-f2188783, #w-node-_4de70720-0e1e-678b-a183-8eab194e1460-f2188783, #w-node-_4de70720-0e1e-678b-a183-8eab194e1462-f2188783, #w-node-e378de64-273b-8664-effb-99230fcb640f-f2188783, #w-node-e378de64-273b-8664-effb-99230fcb6410-f2188783, #w-node-e378de64-273b-8664-effb-99230fcb6412-f2188783, #w-node-c7a3a999-6b2b-8f23-b788-24dc129fa4be-f2188783, #w-node-c7a3a999-6b2b-8f23-b788-24dc129fa4bf-f2188783, #w-node-c7a3a999-6b2b-8f23-b788-24dc129fa4c1-f2188783, #w-node-a8d58a11-e229-7319-d08b-6924e658db69-f2188783, #w-node-_31b9ba8f-1597-4843-d9a9-a11e115be597-f2188783, #w-node-_31b9ba8f-1597-4843-d9a9-a11e115be598-f2188783, #w-node-_31b9ba8f-1597-4843-d9a9-a11e115be59a-f2188783, #w-node-_64a8bdc7-f0db-c3ba-101b-7ba88501c38f-f2188783, #w-node-_64a8bdc7-f0db-c3ba-101b-7ba88501c390-f2188783, #w-node-_64a8bdc7-f0db-c3ba-101b-7ba88501c392-f2188783, #w-node-_7a36e4e0-6439-fea2-173c-94379e5d0f01-f2188783, #w-node-_7a36e4e0-6439-fea2-173c-94379e5d0f02-f2188783, #w-node-_7a36e4e0-6439-fea2-173c-94379e5d0f04-f2188783, #w-node-_45a3b7ac-0a12-ad4d-aac8-e97a0161a38c-f2188783, #w-node-e7c2da5b-bd27-6a72-bad2-12749b5fcf1e-f2188783, #w-node-e7c2da5b-bd27-6a72-bad2-12749b5fcf21-f2188783, #w-node-e7c2da5b-bd27-6a72-bad2-12749b5fcf25-f2188783, #w-node-_9b76bd35-fb71-b5c0-5181-f974a9086b42-f2188783, #w-node-_9b76bd35-fb71-b5c0-5181-f974a9086b45-f2188783, #w-node-_9b76bd35-fb71-b5c0-5181-f974a9086b49-f2188783, #w-node-_81b4b31e-39a5-b872-b881-345732295ed4-f2188783, #w-node-_5f2fc19d-dac9-6865-3555-3baa7b55a6de-f2188783, #w-node-_5f2fc19d-dac9-6865-3555-3baa7b55a6e1-f2188783, #w-node-_5f2fc19d-dac9-6865-3555-3baa7b55a6e5-f2188783, #w-node-fd8ab2c5-ec4a-e885-3995-bf63d366baec-f2188783, #w-node-fd8ab2c5-ec4a-e885-3995-bf63d366baef-f2188783, #w-node-fd8ab2c5-ec4a-e885-3995-bf63d366baf3-f2188783, #w-node-_43737707-4452-8cdc-aa05-ccb1a9f331eb-f2188783, #w-node-_43737707-4452-8cdc-aa05-ccb1a9f331ee-f2188783, #w-node-_43737707-4452-8cdc-aa05-ccb1a9f331f2-f2188783, #w-node-_43a7d46a-3578-d109-78f6-e6dd784ca5b0-f2188783, #w-node-_43a7d46a-3578-d109-78f6-e6dd784ca5b3-f2188783, #w-node-_43a7d46a-3578-d109-78f6-e6dd784ca5b7-f2188783, #w-node-c0bb627d-5727-5506-2971-50ca329258e8-f2188783, #w-node-c0bb627d-5727-5506-2971-50ca329258eb-f2188783, #w-node-c0bb627d-5727-5506-2971-50ca329258ef-f2188783, #w-node-_3b41c1f5-6311-7371-71e8-c3b711605fb4-f2188783, #w-node-_3b41c1f5-6311-7371-71e8-c3b711605fb7-f2188783, #w-node-_3b41c1f5-6311-7371-71e8-c3b711605fbb-f2188783, #w-node-_4f69abc8-a650-884f-4853-dacdcc2408cf-f2188783, #w-node-_4f69abc8-a650-884f-4853-dacdcc2408d2-f2188783, #w-node-_4f69abc8-a650-884f-4853-dacdcc2408d6-f2188783, #w-node-_63dda033-8b87-77a9-876a-1aa008f0110f-f2188783, #w-node-_63dda033-8b87-77a9-876a-1aa008f01112-f2188783, #w-node-_63dda033-8b87-77a9-876a-1aa008f01116-f2188783, #w-node-_7f1455cf-2ba4-bba9-076e-9d4c1bcf5c77-f2188783, #w-node-_7f1455cf-2ba4-bba9-076e-9d4c1bcf5c7a-f2188783, #w-node-_7f1455cf-2ba4-bba9-076e-9d4c1bcf5c7e-f2188783, #w-node-_4466c9ce-95e7-2c76-d827-1ca54084bd9b-f2188783, #w-node-_4466c9ce-95e7-2c76-d827-1ca54084bd9e-f2188783, #w-node-_4466c9ce-95e7-2c76-d827-1ca54084bda2-f2188783, #w-node-a55a7941-aed4-9ca2-307d-5b3f1d94410d-f2188783, #w-node-a55a7941-aed4-9ca2-307d-5b3f1d944110-f2188783, #w-node-a55a7941-aed4-9ca2-307d-5b3f1d944114-f2188783, #w-node-af99c506-beac-6e22-3013-a6c9dd93a6fb-f2188783, #w-node-af99c506-beac-6e22-3013-a6c9dd93a6fe-f2188783, #w-node-af99c506-beac-6e22-3013-a6c9dd93a702-f2188783, #w-node-_0dec44a2-3f04-0415-619b-d4a22e99987f-f2188783, #w-node-_0dec44a2-3f04-0415-619b-d4a22e999882-f2188783, #w-node-_0dec44a2-3f04-0415-619b-d4a22e999886-f2188783, #w-node-_96d3ce0d-4523-506f-9a12-3e32e7ade1b3-f2188783, #w-node-_96d3ce0d-4523-506f-9a12-3e32e7ade1b6-f2188783, #w-node-_96d3ce0d-4523-506f-9a12-3e32e7ade1ba-f2188783, #w-node-b46ae53e-1449-a9b6-689b-aa70804bb124-f2188783, #w-node-_9549e680-47d6-522b-3619-a60d3431928a-f2188783, #w-node-_9549e680-47d6-522b-3619-a60d3431928d-f2188783, #w-node-_9549e680-47d6-522b-3619-a60d34319291-f2188783, #w-node-a5af5ecd-877f-06b7-7cc9-baee2a9695a2-f2188783, #w-node-a5af5ecd-877f-06b7-7cc9-baee2a9695a5-f2188783, #w-node-a5af5ecd-877f-06b7-7cc9-baee2a9695a9-f2188783, #w-node-ca334279-3ecd-c737-b75d-51d14a0ee92e-f2188783, #w-node-ca334279-3ecd-c737-b75d-51d14a0ee931-f2188783, #w-node-ca334279-3ecd-c737-b75d-51d14a0ee935-f2188783, #w-node-_58ed5c6d-3853-41ce-a387-ca3667d9d425-f2188783, #w-node-_58ed5c6d-3853-41ce-a387-ca3667d9d428-f2188783, #w-node-_58ed5c6d-3853-41ce-a387-ca3667d9d42c-f2188783, #w-node-_3a43f5b6-d5d2-517b-ae36-371fae988fa0-f2188783, #w-node-_3a43f5b6-d5d2-517b-ae36-371fae988fa3-f2188783, #w-node-_3a43f5b6-d5d2-517b-ae36-371fae988fa7-f2188783, #w-node-b6ed4ab4-9083-c7cc-884b-9c85ebd5d8ff-f2188783, #w-node-_052db368-d5f4-275b-cffb-8fd298e38b20-f2188783, #w-node-_052db368-d5f4-275b-cffb-8fd298e38b21-f2188783, #w-node-_052db368-d5f4-275b-cffb-8fd298e38b23-f2188783, #w-node-_9abe16df-25b0-83d1-ca31-1338cbafea0f-f2188783, #w-node-_9abe16df-25b0-83d1-ca31-1338cbafea10-f2188783, #w-node-_9abe16df-25b0-83d1-ca31-1338cbafea12-f2188783, #w-node-_8f4d682c-33a7-54f6-bec0-6db68f12b5e3-f2188783, #w-node-_8f4d682c-33a7-54f6-bec0-6db68f12b5e4-f2188783, #w-node-_8f4d682c-33a7-54f6-bec0-6db68f12b5e6-f2188783, #w-node-_7f785e03-b537-f5b0-2071-85ba7e377f83-f2188783, #w-node-_7f785e03-b537-f5b0-2071-85ba7e377f84-f2188783, #w-node-_7f785e03-b537-f5b0-2071-85ba7e377f86-f2188783, #w-node-_534375d3-6bc8-4f52-34a4-619e01c30d97-f2188783, #w-node-_534375d3-6bc8-4f52-34a4-619e01c30d98-f2188783, #w-node-_534375d3-6bc8-4f52-34a4-619e01c30d9a-f2188783, #w-node-_73a9f94c-903a-2780-4858-2e8de08f7fa9-f2188783, #w-node-_73a9f94c-903a-2780-4858-2e8de08f7faa-f2188783, #w-node-_73a9f94c-903a-2780-4858-2e8de08f7fac-f2188783, #w-node-c9dc30f4-51ec-03a6-5dfc-5836f684a641-f2188783, #w-node-c9dc30f4-51ec-03a6-5dfc-5836f684a642-f2188783, #w-node-c9dc30f4-51ec-03a6-5dfc-5836f684a644-f2188783, #w-node-c4125abc-ef71-e9bd-ab21-71868731ea33-f2188783, #w-node-c4125abc-ef71-e9bd-ab21-71868731ea34-f2188783, #w-node-c4125abc-ef71-e9bd-ab21-71868731ea36-f2188783, #w-node-cdbb74fc-d0cb-2270-b9eb-fec33399cf57-f2188783, #w-node-cdbb74fc-d0cb-2270-b9eb-fec33399cf58-f2188783, #w-node-cdbb74fc-d0cb-2270-b9eb-fec33399cf5a-f2188783, #w-node-_5e072711-23bb-7f3f-13d9-135708bcbe77-f2188783, #w-node-_5e072711-23bb-7f3f-13d9-135708bcbe78-f2188783, #w-node-_5e072711-23bb-7f3f-13d9-135708bcbe7a-f2188783, #w-node-_30d48d7f-0871-137d-de52-53f3215b3048-f2188783, #w-node-_16d38556-ad2b-4b41-e6b5-9691707d74d0-f2188783, #w-node-_16d38556-ad2b-4b41-e6b5-9691707d74d2-f2188783, #w-node-_16d38556-ad2b-4b41-e6b5-9691707d74d4-f2188783, #w-node-_3975b940-b0cf-0b48-a0f7-9cd568465de9-f2188783, #w-node-_3975b940-b0cf-0b48-a0f7-9cd568465dea-f2188783, #w-node-_3975b940-b0cf-0b48-a0f7-9cd568465dec-f2188783, #w-node-f787e2d4-3dc9-8d83-f65a-b2026244bdf0-f2188783, #w-node-f787e2d4-3dc9-8d83-f65a-b2026244bdf1-f2188783, #w-node-f787e2d4-3dc9-8d83-f65a-b2026244bdf3-f2188783, #w-node-_6976d3ab-ffe0-1554-7d2c-a7d292d33b77-f2188783, #w-node-_6976d3ab-ffe0-1554-7d2c-a7d292d33b78-f2188783, #w-node-_6976d3ab-ffe0-1554-7d2c-a7d292d33b7a-f2188783, #w-node-_8207b573-9796-b937-a6e1-c94549c645a2-f2188783, #w-node-_8207b573-9796-b937-a6e1-c94549c645a3-f2188783, #w-node-_8207b573-9796-b937-a6e1-c94549c645a5-f2188783, #w-node-_9b7530e6-9380-80a0-e09d-0936513f94f3-f2188783, #w-node-_9b7530e6-9380-80a0-e09d-0936513f94f4-f2188783, #w-node-_9b7530e6-9380-80a0-e09d-0936513f94f6-f2188783, #w-node-_0fa74589-63d7-c3c1-3099-d291c4122688-f2188783, #w-node-_0fa74589-63d7-c3c1-3099-d291c4122689-f2188783, #w-node-_0fa74589-63d7-c3c1-3099-d291c412268b-f2188783, #w-node-_5ddf8ef8-3268-df72-f1e9-e02ded12fce4-f2188783, #w-node-_5ddf8ef8-3268-df72-f1e9-e02ded12fce5-f2188783, #w-node-_5ddf8ef8-3268-df72-f1e9-e02ded12fce7-f2188783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_349cb187-2ee9-efd6-5f5a-070e413008fd-19188785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1159ce53-b65b-dc3c-f9de-892d1ceb10f4-19188785, #w-node-bc4ad71c-a37c-e95b-62cb-6cd5396ced4a-19188785, #w-node-_0aa9d658-bd8b-1879-86ec-2e70a566a066-19188785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-ffaef00a-1c1f-6cfe-5571-f4eb27f0d70e-f2188783, #w-node-ffaef00a-1c1f-6cfe-5571-f4eb27f0d710-f2188783 {
    place-self: center;
  }

  #w-node-_87ca6271-14b2-8343-69ef-b3712deb626b-f2188783 {
    place-self: end center;
  }

  #w-node-_34e61393-873a-53ab-a788-cba2634bfd75-f2188783 {
    justify-self: end;
  }

  #w-node-_6bb5c035-18f0-fe4e-7a99-51ec77fe997f-f2188783 {
    place-self: end;
  }

  #w-node-_3631c01f-ff8b-d6cc-13db-19e8d6264725-f2188783, #w-node-_3631c01f-ff8b-d6cc-13db-19e8d6264727-f2188783, #w-node-_2b22ea26-da1d-194c-fab9-dcc60dae2f16-f2188783 {
    justify-self: center;
  }

  #w-node-_7733fe1b-43f9-0073-899a-f9a459292261-f2188783, #w-node-_36560a6e-b1de-7308-df74-1af0481270eb-f2188783, #w-node-cc1bc1df-0f02-cafd-667a-b6963f9c456b-f2188783, #w-node-_5a03337a-db6a-f5e5-f8f3-ed798c564e19-f2188783, #w-node-_702f62da-d41d-70c9-4026-fcdb26df2481-f2188783 {
    align-self: end;
  }
}


