:root {
  --orange: #e2cc3b;
  --white-transparent: #fff0;
  --black: #333;
  --white: #fff;
  --grey: var(--orange);
}

.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 {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.section.coversec {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.footer {
  background-color: var(--orange);
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.coversec2 {
  background-image: url('../images/woman-typing-laptop-keyboard.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.coversec2.priv-pol {
  background-image: url('../images/security-protection-hologram.jpeg');
  background-position: 50%;
  background-attachment: scroll;
}

.section.coversec2.att {
  background-image: url('../images/black-man-posing.jpeg');
  background-position: 50%;
  background-size: cover;
}

.section.coversec2.att26 {
  background-image: url('../images/full-shot-underground-hip-hop-musicians.jpeg');
  background-position: 100% 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 65vh;
}

.section.short-sec {
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg-sec {
  background-color: var(--orange);
  color: #fff;
}

.section.bg-sec.att {
  color: #000;
  background-image: linear-gradient(#f2f2f2, #f2f2f2);
}

.section.att {
  background-color: #f7f7f7;
}

.navbar {
  z-index: 3;
  background-color: #3330;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 96px;
  display: flex;
}

.container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 100px;
  display: flex;
}

.slider {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

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

.slide._1 {
  background-image: url('../images/Daniel-Banze-photo.jpg');
  background-position: 50% 80%;
}

.slide._2 {
  background-image: url('../images/Cesaria-photo.jpeg');
  background-position: 50%;
}

.slide._3 {
  background-image: url('../images/Ghost-note-band-photo.jpeg');
  background-position: 50%;
}

.slide._4 {
  background-image: url('../images/Osvalda-Nhacune-photo.jpeg');
  background-position: 50% 75%;
}

.slide._5 {
  background-image: url('../images/Phayra-Baloi-photo.jpeg');
  background-position: 50%;
}

.slide-nav {
  margin-bottom: 64px;
}

.nav-link {
  color: #fff;
  background-color: #e2cc3b00;
  border: 1px solid #e2cc3b;
  border-radius: 64px;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.nav-link:hover {
  color: #e2cc3b;
}

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

.cover-info {
  z-index: 2;
  background-color: #00000073;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.cover-info._2 {
  height: 50vh;
}

.cover-info._3 {
  height: 65vh;
}

.cover-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.cover-txt {
  color: #fff;
  width: 100%;
  margin-bottom: 32px;
  font-size: 64px;
  font-weight: 800;
  line-height: 68px;
}

.cover-prg {
  color: #fff;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.text-span {
  color: #e2cc3b;
}

.section-container {
  width: 80%;
}

.section-container.form-cont {
  text-align: center;
}

.section-container.modelos {
  width: 680px;
}

.section-tittle {
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.quick-stack {
  padding: 0;
}

.cell {
  border: 1px solid #000;
  padding: 16px;
}

.paragraph {
  color: #000;
}

.paragraph.form-prg {
  text-align: center;
}

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

.paragraph.pric-pol {
  text-align: left;
}

.grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-areas: "Area Area-2"
                       ". ."
                       ". ."
                       ". ."
                       ". .";
}

.grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 8px;
  border: 1px solid var(--orange);
  border-radius: 12px;
  grid-template-rows: auto auto;
  padding: 24px;
}

.grid-2.bg-grid {
  border-color: var(--white-transparent);
  grid-template-columns: 1fr 1fr;
}

.grid-2.notation {
  grid-template-columns: 1fr .25fr;
}

.paragraph-2 {
  width: 100%;
  height: 100px;
}

.tab-block {
  border-bottom: 1px solid #00000026;
  align-items: center;
  display: flex;
}

.tab-block.center {
  width: 100%;
}

.paragraph-3 {
  align-self: center;
}

.paragraph-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.paragraph-4.center {
  text-align: center;
  width: 100%;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: stretch;
  width: 48%;
  padding: 16px 24px;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-link.priv-pol-footer {
  margin: 0 8px;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  margin-right: 12px;
  font-size: 14px;
  line-height: 16px;
}

.footer-txt {
  margin-right: 8px;
  text-decoration: none;
}

.footer-txt._1 {
  margin-right: 0;
}

.footer-txt.mosign-link {
  color: #2bbdbe;
  text-decoration: underline;
}

.html-embed {
  width: 100%;
  margin-top: 32px;
}

.button {
  background-color: var(--orange);
  border-radius: 64px;
  margin-top: 24px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
}

.button.modelos {
  border: 1px solid var(--orange);
  background-color: var(--white-transparent);
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button.modelos:hover {
  background-color: var(--orange);
}

.button.modelos:active {
  color: var(--white);
}

.button-container {
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-top: 24px;
  display: flex;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.fotter-sm {
  width: 24px;
}

.gap-sec {
  padding-top: 32px;
  padding-bottom: 32px;
}

.paragraph-4-copy {
  margin-top: 4px;
  margin-bottom: 4px;
}

.footer-logo {
  width: 100%;
}

.priv-pol-bold {
  color: var(--orange);
}

.footer-space {
  margin-right: 8px;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_button {
  border: 2px solid var(--orange);
  background-color: var(--orange);
  color: #000;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.last-block {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.qs-artistas-c {
  padding: 0;
}

.db-artistas-iren {
  color: #000;
  text-align: justify;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 31%;
  margin-bottom: 64px;
  display: flex;
}

.paragraph-6 {
  color: #000;
}

.img-att-c {
  width: 160px;
}

.dropdown-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown {
  width: 100%;
}

.dropdown-list {
  width: 1030.01%;
}

.dropdown-list.w--open, .italic-text, .italic-text-2 {
  width: 100%;
}

.right-arrow {
  color: #000;
  background-color: #f2f2f2;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 128px;
  margin-top: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: static;
  inset: 0% auto auto 0%;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  position: static;
  inset: 0% auto auto 0%;
}

.image {
  border-radius: 80px;
}

.div-block {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.att-sm {
  justify-content: center;
  align-items: center;
  display: flex;
}

.db-att {
  z-index: 1;
  background-color: var(--orange);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px 24px;
  display: flex;
  position: relative;
}

.dsc-ct {
  border: 3px solid var(--orange);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 18px;
  display: flex;
}

.att-name {
  margin-right: 4px;
}

.mask {
  border-radius: 24px;
}

.att-togle {
  flex-flow: column;
  align-items: stretch;
  font-size: 14px;
  line-height: 16px;
}

.image-2 {
  width: 100%;
}

.att-cover {
  background-image: url('../images/photo-phayra.jpeg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.att-cover.cesaria {
  background-image: url('../images/Cesaria.jpg');
  background-position: 50%;
}

.att-cover.ezequiel {
  background-image: url('../images/Ezequiel-Mandlate--Iraneta-Campos-1.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.att-cover.iraneta {
  background-image: url('../images/Ezequiel-Mandlate--Iraneta-Campos-2.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.att-cover.david {
  background-image: url('../images/David-Almeida-Francisco-Houana.jpeg');
  background-position: 50% 0;
}

.att-cover.ana {
  background-image: url('../images/Ana-Constantino.jpeg');
}

.att-cover.matilde {
  background-image: url('../images/Matilde-Chabana.jpeg');
}

.att-cover.daniel {
  background-image: url('../images/Daniel-Banze.jpeg');
}

.att-cover.hilario {
  background-image: url('../images/Hilario.jpg');
  background-position: 50% 0;
}

.att-cover.ghost {
  background-image: url('../images/Ghost-Note-Band.jpg');
  background-position: 50%;
}

.att-cover.cs {
  background-image: url('../images/Cesaria.jpg');
  background-position: 50%;
}

.att-cover.hl {
  background-image: url('../images/Hilário-Vasco-Manhiça-2.jpg');
}

.att-cover.osvalda {
  background-image: url('../images/Osvalda-Nhacune.jpeg');
}

.att-cover.armando {
  background-image: url('../images/Armando-Feliciano-Mazoio-foto.jpeg');
  background-position: 50% 0;
}

.att-cover.gerson {
  background-image: url('../images/Gerson-Mbalango.jpeg');
  background-position: 50% 0;
}

.att-cover.leia {
  background-image: url('../images/Leia-Nhambe.jpeg');
  background-position: 50% 0;
}

.att-cover.mariana {
  background-image: url('../images/Mariana-da-Silva-Carrilho-foto.jpeg');
  background-position: 50%;
}

.att-cover.mirrely {
  background-image: url('../images/Mirrely-Timbane.jpeg');
  background-position: 50%;
}

.att-cover.natacha {
  background-image: url('../images/Natacha-Socre.jpeg');
}

.att-cover.neide {
  background-image: url('../images/Neide-Sigauque.jpeg');
}

.att-cover.raul {
  background-image: url('../images/Raul-Zimila.jpeg');
}

.att-cont {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  z-index: 1;
  border: 4px solid #e2cc3ba6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 6px 6px 35px;
}

.att-image {
  width: 100%;
  position: absolute;
  top: 0;
}

.text-block {
  margin-left: 16px;
}

.section-break {
  background-color: var(--orange);
  width: 680px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.dsc-prg {
  height: 100%;
  padding: 24px;
  overflow: scroll;
}

.sec-slide {
  z-index: 1;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 25%;
}

.fir-slide {
  z-index: 0;
}

.dsc-prg24 {
  margin-left: 24px;
  margin-right: 24px;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.coversec {
    height: 720px;
  }

  .nav-container {
    width: 90%;
  }

  .slider, .cover-info {
    height: 720px;
  }

  .cover-txt {
    font-size: 48px;
    line-height: 52px;
  }

  .cover-prg {
    font-size: 16px;
    line-height: 20px;
  }

  .section-container {
    width: 90%;
  }

  .section-tittle {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }

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

  .footer-brand {
    width: 100%;
  }

  .footer-content {
    grid-column-gap: 60px;
    margin-left: 16px;
  }

  .title-small {
    margin-bottom: 8px;
  }

  .footer-social-block {
    margin-top: 8px;
  }

  .footer-txt {
    font-size: 14px;
  }

  .gap-sec {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .last-block {
    width: 90%;
  }

  .db-artistas-iren {
    width: 48%;
  }

  .db-att {
    padding: 8px 16px;
    font-size: 14px;
  }

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

  .att-togle {
    font-size: 12px;
  }

  .div-block-4 {
    border-width: 3px;
    bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-bottom: 24px;
  }

  .section.coversec2.att {
    background-position: 50% 100%;
  }

  .nav-link {
    color: var(--orange);
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
  }

  .cover-txt {
    font-size: 32px;
    line-height: 36px;
  }

  .cover-prg {
    font-size: 14px;
    line-height: 18px;
  }

  .section-container.modelos {
    width: 90%;
  }

  .section-tittle {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
  }

  .grid-2 {
    grid-column-gap: 8px;
  }

  .grid-2.notation {
    grid-column-gap: 16px;
    grid-template-columns: 2.25fr .25fr;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    justify-content: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .footer-block {
    align-items: center;
  }

  .title-small {
    text-align: center;
    margin-bottom: 4px;
  }

  .footer-link {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 4px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-copyright-center, .footer-txt {
    font-size: 12px;
  }

  .button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-button {
    border: 1px solid var(--orange);
    color: #fff;
    border-radius: 8px;
  }

  .menu-button.w--open {
    background-color: var(--orange);
  }

  .nav-menu {
    background-color: #fff;
    height: 100vh;
    padding: 64px 32px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .db-artistas-iren {
    width: 100%;
  }

  .db-att {
    font-size: 12px;
  }

  .dsc-ct {
    font-size: 12px;
    line-height: 14px;
  }

  .att-togle {
    font-size: 10px;
  }

  .div-block-4 {
    border-width: 2px;
    bottom: 31px;
  }

  .section-break {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .tab-block {
    align-items: flex-start;
  }

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

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .db-artistas-iren {
    height: 240px;
  }

  .db-artistas-iren.fill {
    height: auto;
  }

  .slider-2 {
    height: 100%;
  }
}

#w-node-_8a9d3448-8607-72c4-8bda-add2ba391104-3192f589, #w-node-dccbc6f3-55de-1165-2c17-6e9d540def3d-3192f589, #w-node-db50f4c7-8a6a-a1ec-ab3d-2c43b75f22e6-3192f589, #w-node-d3d53065-43a5-e49f-75f8-669131320c77-3192f589, #w-node-_989f0db1-5e6f-d2a2-5ce1-4c11368ef254-3192f589, #w-node-_3fe20f2a-ccf5-8505-7477-0b03955ffd27-3192f589, #w-node-_785464d6-6060-6667-c452-ff0da7844f8d-3192f589, #w-node-_1cbde332-71ba-ef1f-b8dd-5a4765c81f5b-3192f589, #w-node-_0bb24a05-4415-cb38-ed4e-a81143b1b192-3192f589, #w-node-_25903cfd-6dff-7202-c11d-c1a55dfbe2de-3192f589, #w-node-ef909575-e9fb-c42a-d180-9a786121bc4e-3192f589, #w-node-ef909575-e9fb-c42a-d180-9a786121bc51-3192f589, #w-node-ef909575-e9fb-c42a-d180-9a786121bc56-3192f589, #w-node-ef909575-e9fb-c42a-d180-9a786121bc59-3192f589, #w-node-_7b4d2003-815a-0d35-0619-4d6a12586c4e-3192f589 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b4d2003-815a-0d35-0619-4d6a12586c51-3192f589 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b4d2003-815a-0d35-0619-4d6a12586c56-3192f589 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b4d2003-815a-0d35-0619-4d6a12586c59-3192f589 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b4d2003-815a-0d35-0619-4d6a12586c5e-3192f589 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b4d2003-815a-0d35-0619-4d6a12586c61-3192f589 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b4d2003-815a-0d35-0619-4d6a12586c66-3192f589 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b4d2003-815a-0d35-0619-4d6a12586c69-3192f589 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b4d2003-815a-0d35-0619-4d6a12586c6e-3192f589 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b4d2003-815a-0d35-0619-4d6a12586c71-3192f589 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d8894a97-f1ac-0d62-83f3-bce96179f3c4-3192f589 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ed9d002-763d-2287-8220-25cb928890eb-3192f589 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a99d165b-6709-791d-3af1-2beae6045802-3192f589 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26b4c37e-f7be-612b-8933-256ab3dfddf1-3192f589 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2f0b9869-15c7-492a-475a-d0ebf2bb83f1-f2bb83eb, #w-node-_2f0b9869-15c7-492a-475a-d0ebf2bb83f8-f2bb83eb, #w-node-_2f0b9869-15c7-492a-475a-d0ebf2bb840b-f2bb83eb, #w-node-fc0d62b3-9d0f-1fa3-63a8-be7cbd0adb66-3192f58a, #w-node-fc0d62b3-9d0f-1fa3-63a8-be7cbd0adb80-3192f58a, #w-node-d505ab28-5d5b-6d87-255e-06cca3f2e8af-482ebee9, #w-node-d505ab28-5d5b-6d87-255e-06cca3f2e8c9-482ebee9, #w-node-fc0d62b3-9d0f-1fa3-63a8-be7cbd0adb66-92518fc0, #w-node-fc0d62b3-9d0f-1fa3-63a8-be7cbd0adb80-92518fc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


