:root {
  --azul-abertura: #2e7bbe;
  --azul-mod1: #73b5d6;
  --lilas-mod2: #9ca7e3;
  --roxo-mod3: #a78ea6;
  --amarelo-mod4: #eeb66c;
  --black: black;
  --dark-slate-blue: #2a5077;
  --amarelo: #eaf4a7;
  --texto-cinza: #666;
  --bege: #efefef;
  --verde-atividade: #2d989b;
  --azul-claro: #afddf9;
  --azul-mp2: #08d1ff;
}

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

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

a {
  text-decoration: underline;
}

.abertura {
  min-height: 700px;
  background-image: url('../images/abertura.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logos {
  margin-top: 1em;
}

.logo_curso {
  margin-top: 5em;
}

.br_iniciar {
  width: 100px;
  color: var(--azul-abertura);
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bt_iniciar.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  margin-top: 3em;
  margin-bottom: 3em;
  margin-right: 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.section-branca {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.section-branca.fundo1 {
  background-image: url('../images/rio.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  padding-top: 40px;
}

.section-branca.fundo_mod1 {
  background-image: url('../images/mod1.png');
  background-position: 0 40px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
}

.section-branca.fundo2 {
  background-image: url('../images/rio2.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  padding-top: 40px;
}

.section-branca.fundo5 {
  background-image: url('../images/ilustra52.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
}

.section-branca.fundo3 {
  background-image: url('../images/planta1.png');
  background-position: 150%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
}

.section-branca.fundo_mod2 {
  background-image: url('../images/mod2.png');
  background-position: 0 40px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
}

.section-branca.fundo4 {
  background-image: url('../images/rio3.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  padding-top: 40px;
}

.section-branca.fundo5 {
  background-image: url('../images/rio4.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  padding-top: 40px;
}

.section-branca.fundo_mod3 {
  background-image: url('../images/mod3.png');
  background-position: 0 40px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
}

.section-branca.fundo_mod4 {
  background-image: url('../images/mod4.png');
  background-position: 0 40px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
}

.section-branca.fundo-rio-mod3b {
  background-image: url('../images/rio6.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  padding-top: 40px;
}

.section-branca.fundo6 {
  background-image: url('../images/ilustra64.png');
  background-position: 120%;
  background-repeat: repeat-y;
  background-size: 35%;
  background-attachment: fixed;
}

.section-branca.fundo-rio-mod3a {
  background-image: url('../images/rio5.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
}

.section-branca.fundo-rio-mod4b {
  background-image: url('../images/rio8.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  padding-top: 40px;
}

.section-branca.fundo-rio-mod4a {
  background-image: url('../images/rio7.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
}

.section-abertura {
  background-color: var(--azul-abertura);
  opacity: 1;
  background-image: url('../images/ilustra52.png');
  background-position: -5% 100%;
  background-repeat: repeat-y;
  background-size: auto 100%;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.section-abertura.fundo3 {
  background-image: url('../images/ilustra66.png');
  background-position: -30%;
  background-size: auto 110%;
}

.grid-container-90 {
  width: 90%;
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  margin-bottom: 0;
}

.grid-conteudo {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.h2-subtit-mod {
  color: var(--azul-mod1);
  margin-top: 0;
  margin-bottom: 2em;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.h2-subtit-mod.lilas-mod2 {
  color: var(--lilas-mod2);
}

.h2-subtit-mod.roxo-mod3 {
  color: var(--roxo-mod3);
}

.h2-subtit-mod.amarelo_mod4 {
  color: var(--amarelo-mod4);
}

.texto {
  color: var(--black);
  margin-bottom: 1.5em;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.texto.branco {
  color: #fff;
}

.texto.preto {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: block;
  position: static;
}

.onda {
  width: 100%;
  margin: 0 0 -1px;
  padding-bottom: 0;
}

.acordeon-wrapper {
  background-color: rgba(0, 0, 0, 0);
  margin: 0 0 1.5em;
  padding-bottom: 0;
}

.acordeon-item {
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.acordeon-tit {
  color: #000;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.acordeon-icon {
  margin-left: 1em;
  margin-right: 0;
  position: relative;
}

.acordeon-text {
  color: #000;
  margin-bottom: 1.5em;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.acordeon-text1 {
  color: #000;
  margin-bottom: 1.5em;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1.5em;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.container-menu {
  flex-direction: row;
  align-items: flex-end;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
  margin-right: 10px;
}

.nav-menu {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.nav-link {
  color: var(--dark-slate-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 5px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.nav-link:hover {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--dark-slate-blue);
  background-color: rgba(46, 123, 190, .1);
  padding-top: 10px;
}

.nav-link:active {
  background-color: #a8b7c3;
}

.nav-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  border: 0 #fff;
  border-bottom: 3px solid #0082f3;
}

.box_saiba_mais {
  background-color: var(--amarelo);
  color: var(--amarelo);
  border-radius: 20px;
  align-items: flex-start;
  margin-bottom: 1.5em;
  padding: 1em;
  font-family: ff-uberhand-pro, sans-serif;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.img-destaque {
  width: 35px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.bullet {
  color: var(--black);
  background-image: url('../images/leaf-amarelo.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-bottom: .5em;
  margin-left: 0;
  padding-left: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
  list-style-type: none;
}

.bullet.branco {
  color: #fff;
}

.bullet.preto {
  color: #000;
  padding-left: 25px;
}

.bullet.branco2 {
  color: #fff;
  background-image: none;
  padding-left: 0;
}

.bullet_list {
  margin-bottom: 2em;
  margin-left: 0;
  padding-left: 0;
}

.citacao {
  color: var(--azul-abertura);
  text-align: left;
  border: 1px #000;
  margin-bottom: 1.5em;
  padding: 0 70px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.citacao.amarelo {
  color: var(--amarelo);
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  line-height: 140%;
}

.citacao.azul-escuro {
  color: var(--dark-slate-blue);
}

.modal_div_window {
  z-index: 9900;
  width: 50%;
  height: auto;
  background-color: var(--amarelo);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 2em 2em 1em;
  display: block;
  position: relative;
  overflow: auto;
  box-shadow: 4px 4px 20px 1px #000;
}

.modal_bt_fechar {
  background-color: var(--azul-abertura);
  color: #fff;
  text-align: right;
  border-radius: 20px;
  margin-bottom: 2em;
  margin-left: 0;
  padding: 2px 7px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.modal_bt_fechar:hover {
  background-color: var(--texto-cinza);
}

.modal_bt_fechar:active {
  background-color: var(--dark-slate-blue);
}

.modal9 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_text {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 150%;
  display: block;
}

.links {
  color: var(--black);
}

.links.branco {
  color: #fff;
}

.links.preto {
  color: #000;
}

.links.amarelo {
  color: var(--amarelo);
}

.links.azul-abertura {
  color: var(--azul-abertura);
}

.destaque_texto {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 140%;
}

.destaque_texto.preto {
  color: #000;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 18px;
  line-height: 140%;
}

.destaque_texto.azul-abertura {
  color: var(--azul-abertura);
  font-size: 20px;
  list-style-type: decimal;
}

.box_atencao {
  color: var(--amarelo);
  align-items: flex-start;
  margin-bottom: 1.5em;
  padding-right: 0;
  font-family: ff-uberhand-pro, sans-serif;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.tit_saiba_mais {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.image {
  margin-top: 0;
  margin-bottom: 0;
}

.bt_seguir {
  color: var(--azul-abertura);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/seta_dir_1seta_dir.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-left: 20px;
  padding-right: 35px;
  font-family: ff-uberhand-pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.bt_voltar {
  color: var(--azul-abertura);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/seta_esq_1seta_esq.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-left: 35px;
  padding-right: 20px;
  font-family: ff-uberhand-pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.h1-tit-mod {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
}

.h1-tit-mod.azul-mod1 {
  color: var(--azul-mod1);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 130%;
}

.h1-tit-mod.lilas-mod2 {
  color: var(--lilas-mod2);
  line-height: 130%;
}

.h1-tit-mod.roxo-mod3 {
  color: var(--roxo-mod3);
  line-height: 130%;
}

.h1-tit-mod.amarelo-mod4 {
  color: var(--amarelo-mod4);
  line-height: 130%;
}

.mapa {
  width: 638px;
  height: 539px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
}

.lista_destaque {
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: decimal;
}

.bt_temas_mod1 {
  width: auto;
  height: auto;
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bt_temas_mod1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 140%;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  padding-top: 10px;
  padding-left: 35px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.section-mod1 {
  background-color: #68b2d6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.section-mod1.fundo1 {
  background-image: url('../images/ilustra83.png');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: auto 110%;
  background-attachment: fixed;
}

.section-mod1.fundo2 {
  background-image: url('../images/ilustra58.png');
  background-position: 160% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
}

.section-mod1.fundo3 {
  background-image: url('../images/ilustra66.png');
  background-position: -30%;
  background-repeat: repeat-y;
  background-size: auto 110%;
  background-attachment: fixed;
}

.section-mod1.fundo4 {
  background-image: url('../images/ilustra95.png');
  background-position: 140%;
  background-repeat: no-repeat;
  background-size: auto 110%;
  background-attachment: fixed;
}

.section-mod1.fundo5 {
  background-image: url('../images/planta1.png');
  background-position: 140%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
}

.section-mod1.fundo6 {
  background-image: url('../images/ilustra52.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
}

.tit-tema {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 1.5em;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  line-height: 130%;
}

.tit-tema.azul-abertura {
  color: var(--azul-abertura);
}

.tit-tema.preto {
  color: var(--black);
}

.tit-tema.branco {
  color: #fff;
}

.modal_bt_fechar18 {
  background-color: var(--azul-abertura);
  color: #fff;
  text-align: right;
  border-radius: 20px;
  margin-bottom: 2em;
  padding: 2px 7px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.modal_bt_fechar18:hover {
  background-color: var(--texto-cinza);
}

.modal_bt_fechar18:active {
  background-color: var(--dark-slate-blue);
}

.box_pergunta {
  color: var(--amarelo);
  align-items: center;
  margin-bottom: 1.5em;
  padding-right: 0;
  font-family: ff-uberhand-pro, sans-serif;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.tabela-2 {
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 "Area-7 . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  align-items: start;
  justify-items: start;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  line-height: 20px;
  display: none;
}

.legenda {
  color: var(--black);
  margin-top: 1em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.legenda.preto {
  color: #000;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  display: block;
  position: static;
}

.list_saiba_mais {
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: disc;
}

.bullet_saiba_mais {
  margin-bottom: 0;
  line-height: 140%;
}

.bullet_saiba_mais.preto {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 18px;
  line-height: 140%;
}

.section-atividade {
  background-color: #066;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.section-atividade.fundo3 {
  background-image: url('../images/ilustra65.png');
  background-position: -5% 100%;
  background-repeat: no-repeat;
  background-size: auto 95%;
  background-attachment: fixed;
}

.section-atividade.fundo4 {
  background-image: url('../images/ilustra68.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 95%;
  background-attachment: fixed;
}

.section-atividade.fundo81 {
  background-image: url('../images/ilustra62.png');
  background-position: -40%;
  background-repeat: repeat-y;
  background-size: auto 100%;
  background-attachment: fixed;
}

.bullet_fim {
  color: var(--texto-cinza);
  background-image: url('../images/leaf-amarelo.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-bottom: 1.5em;
  margin-left: 0;
  padding-left: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
  list-style-type: none;
}

.bullet_fim.branco {
  color: #fff;
  margin-bottom: 0;
}

.bullet_fim.branco2 {
  color: #fff;
  background-image: none;
  margin-bottom: 0;
  padding-left: 0;
}

.grid-container-setas {
  width: 90%;
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  margin-bottom: 20px;
}

.destaque_texto_acordeon {
  color: var(--azul-abertura);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 140%;
}

.destaque_texto_final {
  margin-top: 1em;
  margin-bottom: 0;
  line-height: 140%;
}

.destaque_texto_final.azul-abertura {
  color: var(--azul-abertura);
  font-size: 20px;
  list-style-type: decimal;
}

.tabs-content {
  z-index: 0;
  background-color: var(--bege);
  border: 1px rgba(0, 0, 0, 0);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
  margin-bottom: 1.5em;
  padding: 1.5em;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, .3);
}

.tabs_tit {
  color: #000;
  text-align: center;
  font-family: ff-uberhand-pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.tab_link {
  height: 45px;
  background-color: #bbb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-right: 5px;
  padding: 5px 5px 0;
  transition: opacity .2s;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, .3);
}

.tab_link:hover {
  box-shadow: none;
  background-color: #ddd9d9;
}

.tab_link.w--current {
  height: 45px;
  background-color: var(--bege);
  padding-top: 5px;
  padding-bottom: 0;
}

.acordeon-bullet {
  color: #000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.referencias {
  color: var(--black);
  font-family: Open Sans, sans-serif;
}

.referencias.branco {
  color: #fff;
}

.box_imagem {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.fonte_imagem {
  color: #000;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  line-height: 16px;
  display: block;
}

.section-final {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.bt_temas_mod2 {
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bt_temas_mod2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 140%;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  padding-top: 10px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.section-mod2 {
  background-color: var(--lilas-mod2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.section-mod2.fundo7 {
  background-image: url('../images/ilustra93.png');
  background-position: 150%;
  background-repeat: no-repeat;
  background-size: auto 110%;
  background-attachment: fixed;
}

.section-mod2.fundo8 {
  background-image: url('../images/ilustra64.png');
  background-position: 115%;
  background-repeat: no-repeat;
  background-size: auto 110%;
  background-attachment: fixed;
}

.section-mod2.fundo9 {
  background-image: url('../images/ilustra89.png');
  background-position: -10% 100%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-attachment: fixed;
}

.section-mod2.fundo10 {
  background-image: url('../images/ilustra49.png');
  background-position: 130%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
}

.section-mod2.fundo11 {
  background-image: url('../images/ilustra78.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
}

.section-mod2.fundo12 {
  background-image: url('../images/ilustra96.png');
  background-position: -40%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
}

.section-mod2.fundo13 {
  background-image: url('../images/ilustra72.png');
  background-position: 0%;
  background-repeat: repeat-y;
  background-size: auto 15%;
  background-attachment: fixed;
}

.ods {
  width: 85px;
  padding-bottom: 0;
  padding-right: 0;
}

.ods:hover {
  border: 5px solid var(--bege);
  box-shadow: 3px 0 3px rgba(0, 0, 0, .5);
}

.fonte {
  color: #000;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 1.5em;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  line-height: 150%;
}

.fonte.cinza {
  color: var(--texto-cinza);
}

.destaque_texto2 {
  color: var(--azul-abertura);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 140%;
}

.box_atencao2 {
  color: var(--amarelo);
  align-items: center;
  margin-bottom: 1.5em;
  padding-right: 0;
  font-family: ff-uberhand-pro, sans-serif;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.epigrafe {
  color: #000;
  text-align: right;
  margin-bottom: 4em;
  margin-left: 15em;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.modal8, .modal10, .modal7 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox {
  z-index: 0;
  justify-content: center;
  margin-bottom: 2em;
  display: flex;
  position: static;
  top: 0;
}

.texto2 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.pergunta {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 5px;
  font-size: 22px;
}

.pergunta.preto {
  color: var(--dark-slate-blue);
}

.img_video {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.silhoueta {
  width: 200px;
  height: 518px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: block;
  position: absolute;
}

.bt1 {
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  align-self: center;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  position: absolute;
  top: 29px;
  left: 111px;
}

.bt2 {
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  align-self: center;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  position: absolute;
  top: 104px;
  left: 44px;
}

.bt3 {
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  align-self: center;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  position: absolute;
  top: 121px;
  left: 121px;
}

.bt4 {
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  align-self: center;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  position: absolute;
  top: 225px;
  left: 108px;
}

.bt5 {
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  align-self: center;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  position: absolute;
  top: 255px;
  left: 105px;
}

.bt6 {
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  align-self: center;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  position: absolute;
  top: 340px;
  left: 67px;
}

.bt7 {
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  align-self: center;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  position: absolute;
  top: 300px;
  left: 127px;
}

.bt8 {
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  align-self: center;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  position: absolute;
  top: 462px;
  left: 73px;
}

.bt9 {
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  align-self: center;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  position: absolute;
  top: 255px;
  left: 16px;
}

.bloco1 {
  z-index: 1;
  width: 50%;
  background-color: var(--amarelo);
  opacity: 1;
  color: var(--black);
  text-align: center;
  border: 2px solid #fff;
  padding: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 0;
  left: 140px;
  right: 0;
}

.bloco2 {
  z-index: 1;
  width: 50%;
  background-color: var(--amarelo);
  opacity: 1;
  color: var(--black);
  text-align: center;
  border: 2px solid #fff;
  padding: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 140px;
  left: 20px;
  right: 0%;
}

.bloco3 {
  z-index: 1;
  width: 50%;
  background-color: var(--amarelo);
  opacity: 1;
  color: var(--black);
  text-align: center;
  border: 2px solid #fff;
  padding: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 145px;
  left: auto;
  right: 0%;
}

.bloco4 {
  z-index: 1;
  width: 50%;
  background-color: var(--amarelo);
  opacity: 1;
  color: var(--black);
  text-align: center;
  border: 2px solid #fff;
  padding: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 180px;
  left: 140px;
}

.bloco5 {
  z-index: 1;
  width: 50%;
  background-color: var(--amarelo);
  opacity: 1;
  color: var(--black);
  text-align: center;
  border: 2px solid #fff;
  padding: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 220px;
  left: 130px;
  right: 0%;
}

.bloco6 {
  z-index: 1;
  width: 50%;
  background-color: var(--amarelo);
  opacity: 1;
  color: var(--black);
  text-align: center;
  border: 2px solid #fff;
  padding: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 360px;
  left: auto;
  right: 0%;
}

.bloco7 {
  z-index: 1;
  width: 50%;
  background-color: var(--amarelo);
  opacity: 1;
  color: var(--black);
  text-align: center;
  border: 2px solid #fff;
  padding: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 330px;
  left: auto;
  right: 0%;
}

.bloco8 {
  z-index: 1;
  width: 50%;
  background-color: var(--amarelo);
  opacity: 1;
  color: var(--black);
  text-align: center;
  border: 2px solid #fff;
  padding: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 0%;
}

.bloco9 {
  z-index: 1;
  width: 50%;
  background-color: var(--amarelo);
  opacity: 1;
  color: var(--black);
  text-align: center;
  border: 2px solid #fff;
  padding: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 190px;
  left: 0;
  right: 0%;
}

.h2-sub {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
}

.h2-sub.azul {
  color: var(--azul-abertura);
}

.h3-sub {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
}

.ods3 {
  width: 60px;
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
}

.box_acordeon {
  color: var(--amarelo);
  align-items: flex-start;
  margin-bottom: .5em;
  padding-right: 0;
  font-family: ff-uberhand-pro, sans-serif;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.box_acordeon1 {
  color: var(--amarelo);
  align-items: flex-start;
  margin-top: 1em;
  margin-bottom: .5em;
  padding-right: 0;
  font-family: ff-uberhand-pro, sans-serif;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.ods3_tit {
  width: 60px;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

.tab_link2 {
  height: 85px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  padding: 0 5px;
}

.tab_link2.w--current {
  height: 95px;
  border: 5px solid var(--texto-cinza);
  border-radius: 0;
  margin-bottom: 10px;
  padding: 0;
}

.tabs-content-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  padding: 0;
}

.tab_interno {
  background-color: var(--bege);
  margin-top: -5px;
  padding: 10px;
}

.acordeon-text-final {
  color: #000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.acordeon-text-final.branco {
  color: #fff;
}

.box_imagem3 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.moradia {
  width: 70px;
  height: 70px;
  float: left;
  background-color: #f9b214;
  border-radius: 0 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  margin-right: 1em;
  display: flex;
}

.icone {
  width: 50px;
}

.alimentacao {
  width: 70px;
  height: 70px;
  float: left;
  clear: none;
  background-color: #81aa29;
  border-radius: 0 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 1em;
  padding-right: 0;
  display: flex;
  position: static;
}

.sanemaento {
  width: 70px;
  height: 70px;
  float: left;
  background-color: #3091d0;
  border-radius: 0 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  margin-right: 1em;
  display: flex;
}

.ambiente {
  width: 70px;
  height: 70px;
  float: left;
  background-color: #12510b;
  border-radius: 0 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 1em;
  display: flex;
}

.trabalho {
  width: 70px;
  height: 70px;
  float: left;
  background-color: #e52d12;
  border-radius: 0 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  margin-right: 1em;
  display: flex;
}

.servicos {
  width: 70px;
  height: 70px;
  float: left;
  background-color: #7a3b8f;
  border-radius: 0 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  margin-right: 1em;
  display: flex;
}

.tit_esquema {
  color: var(--bege);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  display: flex;
  overflow: visible;
}

.texto_esquema {
  color: var(--texto-cinza);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  display: block;
}

.acordeon-item-content {
  width: 100%;
  background-color: var(--bege);
  border: 1px #000;
  border-bottom-left-radius: 20px;
  justify-content: flex-start;
  padding-top: 0;
  padding-left: 2em;
  padding-right: 2em;
  display: block;
  overflow: hidden;
}

.button3 {
  width: 155px;
  height: 70px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  position: absolute;
  top: 280px;
  left: 320px;
}

.button1 {
  width: 200px;
  height: 80px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  position: absolute;
  top: 20px;
  left: 275px;
}

.button2 {
  width: 155px;
  height: 80px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  position: absolute;
  top: 170px;
  left: 330px;
}

.button4 {
  width: 150px;
  height: 80px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  position: absolute;
  top: 395px;
  left: 280px;
}

.box_imagem_dir {
  width: 50%;
  float: right;
  clear: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 1em;
  margin-left: 1em;
  display: flex;
  position: static;
}

.box_imagem_esq {
  width: 50%;
  float: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1em;
  margin-right: 2em;
  display: flex;
}

.img-destaque2 {
  width: 23px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.image-6 {
  width: 550px;
  margin-top: 1em;
}

.bt_temas_mod3 {
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bt_temas_mod3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 140%;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  padding-top: 10px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.fonte_imagem2 {
  color: #000;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 2em;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
}

.bt_temas_mod4 {
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bt_temas_mod4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 140%;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  padding-top: 10px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.section-mod3 {
  background-color: var(--roxo-mod3);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.section-mod3.fundo69 {
  background-image: url('../images/ilustra69.png');
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-size: 18%;
}

.section-mod3.fundo51 {
  background-image: url('../images/ilustra51.png');
  background-position: 0 100%;
  background-repeat: repeat-y;
  background-size: 15%;
  background-attachment: scroll;
}

.section-mod3.fundo81 {
  background-image: url('../images/ilustra81.png');
  background-position: -50%;
  background-repeat: repeat-y;
  background-size: auto 100%;
  background-attachment: fixed;
}

.section-mod3.fundo95 {
  background-color: #b398b3;
  background-image: url('../images/ilustra95.png');
  background-position: 0%;
  background-repeat: repeat-y;
  background-size: 20%;
  background-attachment: fixed;
}

.section-mod3.fundo79 {
  background-image: url('../images/ilustra79.png');
  background-position: 145%;
  background-repeat: repeat-y;
  background-size: auto 100%;
  background-attachment: fixed;
}

.section-mod3.fundo54b {
  background-image: url('../images/ilustra54.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
}

.section-mod3.fundo81b {
  background-image: url('../images/ilustra81.png');
  background-position: 145%;
  background-repeat: repeat-y;
  background-size: auto 100%;
  background-attachment: fixed;
}

.modal6 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.acordeon-tit2 {
  width: 92%;
  color: #000;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.acordeon-item-trigger2 {
  width: 100%;
  height: 100px;
  border: 2px solid var(--amarelo);
  cursor: pointer;
  background-color: rgba(234, 244, 167, .5);
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-left: 2em;
  display: flex;
}

.modal5 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.modal4, .modal3, .modal2 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.legenda2 {
  color: var(--black);
  text-align: left;
  margin-top: 1em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 150%;
}

.list_acordeon {
  margin-bottom: 1.5em;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  list-style-type: disc;
}

.bullet_acordeon {
  color: var(--black);
  margin-bottom: 10px;
  line-height: 150%;
}

.modal1, .modal0 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.list_acordeon_num {
  margin-bottom: 1.5em;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  list-style-type: decimal;
}

.cantos_redondos {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.box_imagem_dir2 {
  width: 50%;
  float: right;
  clear: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2em;
  margin-left: 1em;
  display: flex;
  position: static;
}

.fala {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 150%;
  display: block;
}

.box_falas {
  align-items: flex-start;
  display: flex;
}

.box_imagem_dir3 {
  width: 30%;
  float: right;
  clear: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2em;
  margin-left: 1em;
  display: flex;
  position: static;
}

.box_imagem_esq2 {
  width: 50%;
  float: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 1em;
  margin-right: 2em;
  display: flex;
}

.acordeon-item-trigger {
  width: 100%;
  height: 60px;
  border: 2px solid var(--amarelo);
  cursor: pointer;
  background-color: rgba(234, 244, 167, .5);
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-left: 2em;
  display: flex;
}

.box_silhoueta {
  height: 518px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-16 {
  position: static;
}

.div_mapa {
  height: 539px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
  position: static;
}

.text-span-2 {
  color: var(--azul-abertura);
  font-weight: 700;
}

.div_esquema {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.parte1 {
  width: 300px;
  position: relative;
}

.parte2 {
  width: 350px;
  height: 500px;
  position: relative;
}

.div_verde {
  width: 300px;
  display: none;
  position: absolute;
  top: 0;
}

.verde1 {
  height: 50px;
  background-color: #22b573;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div_laranja {
  width: 300px;
  display: none;
  position: absolute;
  top: 50px;
}

.div_amarelo {
  width: 300px;
  display: none;
  position: absolute;
  top: 105px;
}

.div_azul_claro {
  width: 300px;
  display: none;
  position: absolute;
  top: 160px;
}

.div_azul {
  width: 300px;
  display: none;
  position: absolute;
  top: 210px;
}

.laranja1 {
  height: 50px;
  background-color: #f15a24;
  justify-content: center;
  align-items: center;
  display: flex;
}

.amarelo1 {
  height: 50px;
  background-color: #f7931e;
  justify-content: center;
  align-items: center;
  display: flex;
}

.azul_claro1 {
  height: 50px;
  background-color: #6bddfc;
  justify-content: center;
  align-items: center;
  display: flex;
}

.azul1 {
  height: 50px;
  background-color: #29abe2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.botao_verde {
  z-index: 2;
  width: 295px;
  height: 500px;
  position: absolute;
}

.botao_laranja {
  z-index: 3;
  width: 250px;
  height: 410px;
  position: absolute;
  top: 45px;
}

.botao_amarelo {
  z-index: 4;
  width: 195px;
  height: 300px;
  position: absolute;
  top: 100px;
}

.botao_azul_claro {
  z-index: 5;
  width: 145px;
  height: 205px;
  position: absolute;
  top: 147px;
}

.botao_azul {
  z-index: 6;
  width: 100px;
  height: 120px;
  position: absolute;
  top: 190px;
}

.venda2 {
  width: 70px;
  height: 70px;
  float: left;
  clear: none;
  background-color: #f08a03;
  border-radius: 0 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 1em;
  padding-right: 0;
  display: flex;
  position: static;
}

.div-block {
  margin-bottom: 2em;
}

.div-block-2, .div-block-3 {
  margin-bottom: 1.5em;
}

.bullet-azul {
  color: var(--black);
  background-image: url('../images/leaf-azul.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-bottom: .5em;
  margin-left: 0;
  padding-left: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
  list-style-type: none;
}

.bullet-lilas {
  color: var(--black);
  background-image: url('../images/leaf-lilas.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-bottom: .5em;
  margin-left: 0;
  padding-left: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
  list-style-type: none;
}

.bullet-roxo {
  color: var(--black);
  background-image: url('../images/leaf-roxo.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-bottom: .5em;
  margin-left: 0;
  padding-left: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
  list-style-type: none;
}

.bullet-roxo-fim {
  color: var(--black);
  background-image: url('../images/leaf-roxo.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-bottom: 2em;
  margin-left: 0;
  padding-left: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
  list-style-type: none;
}

.modal11, .modal12 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs {
  margin-bottom: 1.5em;
}

.img {
  width: 140px;
  height: 70px;
  float: left;
  clear: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 1em;
  padding-right: 0;
  display: flex;
  position: static;
}

.img2 {
  width: 140px;
  height: auto;
  float: left;
  clear: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 1em;
  padding-right: 0;
  display: flex;
  position: static;
}

.topo {
  z-index: 1;
  width: 100%;
  height: 80px;
  text-align: left;
  background-color: #2e7bbe;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.titulo {
  color: #fff;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  line-height: 1.5em;
  display: block;
  position: relative;
}

.menu_anos {
  direction: ltr;
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  padding: 4px 8px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  transition: font-size .5s cubic-bezier(1, .059, 0, .931), color .4s;
}

.menu_anos:hover {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
}

.menu_anos:focus {
  color: #fff;
  background-color: #2e7bbe;
  font-size: 18px;
}

.box-geral {
  min-height: 400px;
  perspective: 1000px;
  justify-content: center;
  display: flex;
  position: static;
}

.ano {
  color: #fff;
  letter-spacing: 9px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 0;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 900;
  display: block;
  position: relative;
}

.timeline {
  width: 100%;
  margin-top: 80px;
  margin-left: 0;
  position: relative;
}

.div_direita {
  width: 35%;
  max-width: 35%;
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible;
}

.fio {
  width: 2px;
  height: 144px;
  border: 2px rgba(252, 156, 11, .76);
  border-left-color: #2e7bbe;
  border-right: 2px dotted #2e7bbe;
}

.links_azul {
  color: #2e7bbe;
}

.divisao-fio {
  justify-content: center;
  display: flex;
}

.container {
  background-image: url('../images/ilustra54_1.png');
  background-position: 120% 40%;
  background-repeat: no-repeat;
  background-size: auto 120%;
  background-attachment: fixed;
  display: flex;
}

.box-menu {
  z-index: 1;
  width: 36px;
  height: 70vh;
  float: none;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 65px;
  margin-left: 10px;
  padding-top: 70px;
  padding-bottom: 72px;
  display: flex;
  position: fixed;
  top: 65px;
  bottom: auto;
  left: auto;
  right: auto;
}

.box-texto {
  width: auto;
  height: 100%;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 36px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.div_esquerda {
  width: 35%;
  max-width: 35%;
  margin-top: 0;
  margin-bottom: 0;
}

.texto-2 {
  color: var(--black);
  margin: 10px 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

.box-cor {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.box-cor._4 {
  background-color: #f47d21;
  background-image: none;
}

.box-cor._5 {
  background-color: #ea2922;
  background-image: none;
}

.box-cor._2 {
  width: 100%;
  background-color: #2287c8;
  background-image: none;
}

.box-cor._3a {
  background-color: #669f41;
  background-image: none;
}

.box-cor._1 {
  background-color: #31439b;
  background-image: none;
}

.box-cor._3 {
  background-color: #0d7b6d;
  background-image: none;
}

.box-cor._0 {
  background-color: #c21289;
  background-image: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.base {
  height: 10vh;
}

.isbn {
  color: var(--bege);
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  display: block;
}

.seta {
  font-size: 18px;
}

.modal13 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.acordeon-text2 {
  color: #000;
  margin-bottom: 1.5em;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.pergunta_lilas {
  color: var(--lilas-mod2);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 5px;
  font-size: 22px;
}

.image-19 {
  width: 300px;
}

.box_5ps {
  height: 460px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.box_5ps.box_interacao {
  height: 305px;
}

._5ps {
  width: 360px;
  height: 460px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
}

._5ps.interacao {
  width: 600px;
  height: 305px;
  flex-direction: row;
  align-items: flex-start;
}

.bloco_pessoas {
  background-color: #e90020;
  margin-left: 2em;
  padding: 1em;
  display: none;
  position: absolute;
  top: 120px;
  left: 300px;
}

.bloco_paz {
  background-color: #3fc6ff;
  margin-left: 2em;
  padding: 1em;
  display: none;
  position: absolute;
  top: 120px;
  left: 300px;
}

.bt_pessoas {
  width: 120px;
  height: 100px;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 10px;
  left: 160px;
}

.bt_paz {
  width: 100px;
  height: 100px;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  position: absolute;
  top: 130px;
  left: 200px;
}

.bloco_prosperidade {
  background-color: #d9bc15;
  margin-left: 2em;
  padding: 1em;
  display: none;
  position: absolute;
  top: 120px;
  left: 300px;
}

.bloco_planeta {
  background-color: #149400;
  margin-left: 2em;
  padding: 1em;
  display: none;
  position: absolute;
  top: 120px;
  left: 300px;
}

.bloco_parcerias {
  background-color: #ff8f00;
  margin-left: 2em;
  padding: 1em;
  display: none;
  position: absolute;
  top: 120px;
  left: 300px;
}

.bt_prosperidade {
  width: 120px;
  height: 80px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  position: absolute;
  top: 210px;
  left: 90px;
}

.bt_planeta {
  width: 100px;
  height: 100px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  position: absolute;
  top: 130px;
}

.bt_parcerias {
  width: 120px;
  height: 100px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  position: absolute;
  top: 10px;
  left: 30px;
}

.image-20 {
  height: 220px;
}

.tit_grafico {
  color: var(--texto-cinza);
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.tit_grafico.preto {
  color: #000;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  display: block;
  position: static;
}

.tit_grafico.azul {
  color: var(--azul-mod1);
  font-weight: 700;
}

.image-21 {
  width: 300px;
}

.box_imagem5 {
  width: auto;
  justify-content: flex-start;
  margin-top: 1.5em;
  display: flex;
}

.image-22 {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.box_imagem_saiba_mais {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.box_atencao3 {
  color: var(--amarelo);
  align-items: flex-start;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-right: 0;
  font-family: ff-uberhand-pro, sans-serif;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.image-23, .image-24 {
  width: 500px;
}

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

.box1 {
  width: auto;
  background-color: #fff;
  margin-top: 2em;
  margin-bottom: .25em;
  padding: 1em;
  display: none;
  position: static;
}

.box2, .box3, .box4, .box5, .box6, .box7, .box8, .box10, .box13, .box11, .box16, .box17 {
  background-color: #fff;
  margin-top: 2em;
  margin-bottom: .25em;
  padding: 1em;
  display: none;
}

.bt_ods1 {
  width: 60px;
  height: 60px;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  position: absolute;
  top: 152px;
  left: 390px;
}

.bt_ods2 {
  width: 60px;
  height: 60px;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  position: absolute;
  top: 227px;
  left: 390px;
}

.bt_ods3 {
  width: 60px;
  height: 60px;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  position: absolute;
  top: 300px;
  left: 360px;
}

.image-25 {
  width: 450px;
  margin-right: 1em;
}

.bt_ods4 {
  width: 60px;
  height: 60px;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  position: absolute;
  top: 350px;
  left: 310px;
}

.bt_ods5 {
  width: 60px;
  height: 60px;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  position: absolute;
  top: 383px;
  left: 239px;
}

.bt_ods6 {
  width: 60px;
  height: 60px;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  position: absolute;
  top: 377px;
  left: 160px;
  right: auto;
}

.bt_ods7 {
  width: 60px;
  height: 60px;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  position: absolute;
  top: 343px;
  bottom: auto;
  left: 75px;
  right: auto;
}

.bt_ods8 {
  width: 60px;
  height: 60px;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  position: absolute;
  top: 275px;
  left: 17px;
  right: auto;
}

.bt_ods10 {
  width: 90px;
  height: 80px;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  position: absolute;
  top: 130px;
  left: 0;
}

.bt_ods11 {
  width: 60px;
  height: 60px;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  position: absolute;
  top: 15px;
  left: 105px;
  right: auto;
}

.bt_ods13 {
  width: 60px;
  height: 60px;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  position: absolute;
  top: 0;
  left: 215px;
}

.bt_ods16 {
  width: 60px;
  height: 60px;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  position: absolute;
  top: 25px;
  left: 300px;
}

.bt_ods17 {
  width: 60px;
  height: 60px;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  position: absolute;
  top: 85px;
  left: 367px;
}

.graf_corona {
  width: 500px;
  height: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
}

.graf_corona.interacao {
  width: 650px;
  max-width: 100%;
  flex-direction: row;
}

.box_centro2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5em;
  display: flex;
}

.box_corona {
  width: auto;
  height: 630px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.box_corona.box_interacao {
  height: 450px;
  flex-direction: column;
  align-items: center;
}

.image-28 {
  width: 325px;
}

.section-mod4 {
  background-color: var(--amarelo-mod4);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.section-mod4.fundo49 {
  background-image: url('../images/ilustra49.png');
  background-position: -50%;
  background-repeat: repeat-y;
  background-size: auto 100%;
  background-attachment: fixed;
}

.section-mod4.fundo50 {
  background-image: url('../images/ilustra64.png');
  background-position: 115%;
  background-repeat: repeat-y;
  background-size: auto 100%;
  background-attachment: fixed;
}

.section-mod4.fundo51 {
  background-image: url('../images/ilustra95.png');
  background-position: -5%;
  background-repeat: repeat-y;
  background-size: auto 15%;
}

.section-mod4.fundo52 {
  background-image: url('../images/ilustra52.png');
  background-position: 135%;
  background-repeat: repeat-y;
  background-size: auto 100%;
}

.section-mod4.fundo53 {
  background-image: url('../images/ilustra96.png');
  background-position: -40%;
  background-repeat: repeat-y;
  background-size: auto 100%;
  background-attachment: fixed;
}

.section-mod4.fundo54 {
  background-image: url('../images/ilustra89.png');
  background-position: 120% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
}

.tabs2 {
  margin-top: 2em;
}

.acordeon-item-content-2 {
  width: 100%;
  background-color: rgba(234, 244, 167, .2);
  border: 1px #000;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: flex-start;
  padding-top: 0;
  padding-left: 2em;
  padding-right: 2em;
  display: block;
  overflow: hidden;
}

.modal14, .modal15 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bullet_num {
  color: #fff;
  margin-bottom: 1.5em;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
  list-style-type: decimal;
}

.bullet_num_item {
  margin-bottom: .5em;
}

.image-29 {
  width: 150px;
}

.box_imagem_dir4 {
  float: right;
  clear: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 1em;
  margin-left: 1em;
  display: flex;
  position: static;
}

.image-30 {
  margin-bottom: .5em;
  margin-right: 1em;
}

.div-block-5 {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 1em;
  display: flex;
}

.div-block-6 {
  flex-direction: row;
  margin-bottom: 1.5em;
  display: flex;
}

.image-31 {
  height: 180px;
  border-top-right-radius: 20px;
  margin-right: .5em;
}

.image-32 {
  height: 180px;
  border-bottom-left-radius: 20px;
  margin-right: .5em;
}

.acordeon-item-trigger3 {
  width: 100%;
  height: 60px;
  border: 2px solid var(--amarelo);
  cursor: pointer;
  background-color: rgba(234, 244, 167, .5);
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-left: 2em;
  display: flex;
}

.slide_text {
  width: 100%;
  background-color: var(--bege);
  color: #000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 120%;
}

.slide {
  background-image: url('../images/esquema-02.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-attachment: scroll;
}

.slide_container {
  height: 100%;
  align-items: flex-end;
  display: flex;
}

.slide-nav {
  display: none;
}

.slide-2 {
  background-image: url('../images/esquema-03.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/esquema-04.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.slide-4 {
  background-image: url('../images/esquema-05.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: auto 100%;
}

.slide-5 {
  background-image: url('../images/esquema-06.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.slide-6 {
  background-image: url('../images/esquema-07.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.external {
  font-family: "Fa solid 900", sans-serif;
  font-size: .75em;
}

.slide-7 {
  background-image: url('../images/esquema-09.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
}

.slide-8 {
  background-image: url('../images/esquema-10.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.slide-9 {
  background-image: url('../images/esquema-11.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.slide-10 {
  background-image: url('../images/esquema-13.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.slide-11 {
  background-image: url('../images/esquema-14.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.slide-12 {
  background-image: url('../images/esquema-15.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.slide-13 {
  background-image: url('../images/esquema-16.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.slide-14 {
  background-image: url('../images/esquema-18.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-15 {
  background-image: url('../images/esquema-19.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-16 {
  background-image: url('../images/esquema-20.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-17 {
  background-image: url('../images/esquema-21.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-18 {
  background-image: url('../images/esquema-22.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-19 {
  background-image: url('../images/esquema-23.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/esquema-24.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-21 {
  background-image: url('../images/esquema-25.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-22 {
  background-image: url('../images/esquema-26.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1 {
  background-image: url('../images/esquema-27.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-2 {
  background-image: url('../images/esquema-28.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-3 {
  background-image: url('../images/esquema-29.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-4 {
  background-image: url('../images/esquema-30.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.slide-1-5 {
  background-image: url('../images/esquema-31.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-23 {
  background-image: url('../images/esquema-32.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-24 {
  background-image: url('../images/esquema-33.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 85%;
}

.slide-25 {
  background-image: url('../images/esquema-34.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 70%;
}

.tit-ativ {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1.5em;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  line-height: 130%;
}

.acessibilidade {
  z-index: 2;
  width: 90px;
  background-color: var(--bege);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: none;
  position: absolute;
  overflow: visible;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .5);
}

.acessibilidade:focus {
  padding: 10px;
}

.modulo {
  z-index: 1;
  background-color: #eee;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
}

.modulo_tit {
  color: var(--azul-abertura);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.box_imagem6 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 0;
  display: flex;
}

.box_imagem7 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1em;
  margin-bottom: .5em;
  display: flex;
}

.image-33 {
  height: 500px;
}

.html-embed {
  width: 100%;
  margin-bottom: 1.5em;
}

.bt_impressao {
  height: 60px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/print.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 30px;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.botoes_iniciais {
  align-items: center;
  display: flex;
}

.bt_impressao_mod {
  width: 40px;
  height: 35px;
  color: var(--azul-abertura);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/print_azul.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  display: block;
}

.bt_impressao_mod:hover {
  background-image: url('../images/print_azul_claro.png');
}

.div_mod {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bt_impressao_tema {
  width: 90px;
  height: 30px;
  color: var(--azul-abertura);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/print_black.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 30px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 20px;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  display: block;
}

.bt_impressao_tema:hover {
  background-image: url('../images/print.png');
}

.bt_impressao_tema2 {
  width: 90px;
  height: 30px;
  color: var(--azul-abertura);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/print.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 30px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 20px;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  display: block;
}

.bt_impressao_tema2:hover {
  background-image: url('../images/print_azul.png');
}

.modal-close_btn {
  z-index: 10;
  color: #fff;
  background-color: #2e7bbe;
  border-radius: 20px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: .3;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-close_btn:hover {
  color: #444;
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-container {
  z-index: 9900;
  width: 100%;
  background-color: var(--bege);
  border: 1px #9bd6e4;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 20px 1px #000;
}

.modal-close_area-2 {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.bt_modulo {
  width: 100px;
  color: var(--azul-abertura);
  text-align: center;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 18px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}

.grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.bt_pagina {
  width: 100px;
  color: var(--azul-abertura);
  text-align: center;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 18px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}

.div_tit {
  width: 100%;
}

.modal16, .modal17, .modal18, .modal19, .modal20 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bt_mapa {
  color: var(--azul-abertura);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/seta-mapa_1seta-mapa.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-attachment: scroll;
  padding-left: 30px;
  padding-right: 0;
  font-family: ff-uberhand-pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.texto-tela-nav {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin: 0 0 1em;
  padding: 0 0 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.fundo-tela-nav {
  background-color: #fff;
  border-width: 1px;
  border-color: #000;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 2em;
  display: flex;
}

.tela-nav {
  border: 2px solid #ddd;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 3em;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, .5);
}

.grid-2 {
  background-color: #fff;
  border-radius: 20px;
  grid-template: "Area Area-2 Area-3 Area-4 Area-5"
                 "Area-6 Area-7 Area-8 Area-9 Area-10"
                 / 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
  margin-bottom: 2em;
  padding: 1em;
}

.image-36, .image-37, .image-38 {
  height: 100px;
}

.paragraph {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 130%;
}

.fonte2 {
  color: #000;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 3em;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  line-height: 150%;
}

.slide26 {
  background-image: url('../images/esquema-35.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.credito1 {
  color: var(--azul-abertura);
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.creditos2 {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.creditos4 {
  background-color: rgba(234, 244, 167, .3);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Open Sans, sans-serif;
}

.grid-3 {
  grid-template-rows: auto;
  font-family: Open Sans, sans-serif;
}

.logos-fim {
  margin-bottom: 2em;
}

.tela-nav-fim {
  border: 2px solid #ddd;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, .5);
}

.verde {
  color: var(--verde-atividade);
}

.text-span-7 {
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

@media screen and (min-width: 1280px) {
  .section-branca.fundo3 {
    background-position: 125%;
  }

  .image {
    margin-bottom: 0;
  }

  .section-mod1.fundo2 {
    background-position: 130% 100%;
  }

  .section-mod1.fundo3 {
    background-position: -15%;
  }

  .section-mod1.fundo4, .section-mod1.fundo5 {
    background-position: 120%;
  }

  .section-atividade.fundo81 {
    background-position: -30%;
  }

  .section-mod2.fundo7 {
    background-position: 130%;
  }

  .section-mod2.fundo8 {
    background-position: 110%;
  }

  .section-mod2.fundo9 {
    background-position: -5% 100%;
  }

  .section-mod2.fundo10 {
    background-position: 125%;
  }

  .section-mod2.fundo12 {
    background-position: -20%;
  }

  .tabs-menu {
    background-position: 15% 90%;
  }

  .button3 {
    height: 70px;
  }

  .button1 {
    height: 90px;
  }

  .box_imagem_dir {
    width: 50%;
  }

  .image-6 {
    width: 600px;
  }

  .section-mod3.fundo81 {
    background-position: -25%;
  }

  .section-mod3.fundo79 {
    background-position: 135%;
  }

  .section-mod3.fundo54b {
    background-image: url('../images/ilustra54.png');
    background-position: 0%;
  }

  .section-mod3.fundo81b {
    background-position: 140%;
  }

  .cantos_redondos {
    width: auto;
  }

  .box_imagem_dir2 {
    width: 35%;
  }

  .box_imagem_dir3 {
    width: 30%;
  }

  .box_imagem_esq2 {
    width: 35%;
  }

  .container {
    background-position: 140% 40%;
  }

  .box_imagem_saiba_mais {
    align-items: center;
  }

  .section-mod4.fundo49 {
    background-position: -25%;
  }

  .section-mod4.fundo50 {
    background-position: 115%;
  }

  .section-mod4.fundo51 {
    background-position: 0%;
    background-size: auto 20%;
  }

  .section-mod4.fundo52 {
    background-position: 120%;
  }

  .section-mod4.fundo53 {
    background-position: -40%;
  }

  .section-mod4.fundo54 {
    background-position: 115% 100%;
    background-size: auto 100%;
  }

  .image-31, .image-32 {
    height: 230px;
  }

  .slide, .slide-25 {
    background-size: auto 80%;
  }

  .box_imagem7 {
    margin-top: 1em;
    margin-bottom: .5em;
  }
}

@media screen and (min-width: 1440px) {
  .section-branca.fundo3 {
    background-position: 125%;
  }

  .section-mod1.fundo4 {
    background-position: 120%;
    background-size: auto 110%;
  }

  .tabs-menu {
    background-position: 99% 85%;
  }

  .button3 {
    height: 70px;
  }

  .button1 {
    height: 90px;
  }

  .box_imagem_dir {
    width: 50%;
  }

  .box_imagem_esq {
    margin-bottom: 1em;
  }

  .box_imagem_dir2, .box_imagem_dir3 {
    width: 30%;
  }

  .container {
    background-position: 140% 40%;
  }

  .box_imagem_saiba_mais, .box_corona.box_interacao {
    align-items: center;
  }

  .section-mod4.fundo49 {
    background-position: -20%;
  }

  .section-mod4.fundo50 {
    background-position: 110%;
  }

  .section-mod4.fundo51 {
    background-size: auto 25%;
  }

  .section-mod4.fundo52 {
    background-position: 110%;
  }

  .section-mod4.fundo53 {
    background-position: -20%;
  }

  .section-mod4.fundo54 {
    background-position: 110% 100%;
  }

  .image-31, .image-32 {
    height: 260px;
  }
}

@media screen and (min-width: 1920px) {
  .box_atencao {
    clear: left;
  }

  .mapa {
    display: block;
  }

  .tabs-menu {
    background-position: 45% 85%;
  }

  .box_imagem_dir, .box_imagem_esq {
    width: 40%;
  }

  .box_imagem_dir2 {
    width: 25%;
  }

  .box_imagem_dir3 {
    width: 20%;
  }

  .box_imagem_esq2 {
    width: 25%;
  }

  .container {
    background-position: 140% 40%;
  }

  .section-mod4.fundo49 {
    background-position: -20%;
  }

  .section-mod4.fundo50 {
    background-position: 110%;
  }

  .section-mod4.fundo51 {
    background-size: auto 30%;
  }

  .section-mod4.fundo52 {
    background-position: 105%;
  }

  .section-mod4.fundo53 {
    background-position: -20%;
  }

  .section-mod4.fundo54 {
    background-position: 110% 100%;
  }

  .image-31, .image-32 {
    height: 340px;
  }
}

@media screen and (max-width: 991px) {
  .abertura {
    min-height: 420px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .logos {
    width: 60%;
  }

  .logo_curso {
    width: 35%;
  }

  .br_iniciar {
    width: 80px;
  }

  .section-branca.fundo1, .section-branca.fundo_mod1, .section-branca.fundo2, .section-branca.fundo5, .section-branca.fundo3, .section-branca.fundo_mod2, .section-branca.fundo4 {
    background-image: none;
  }

  .section-branca.fundo4, .section-branca.fundo5 {
    background-position: 210% 100%;
    background-size: auto 100%;
  }

  .section-branca.fundo_mod3, .section-branca.fundo_mod4, .section-branca.fundo-rio-mod3b, .section-branca.fundo6, .section-branca.fundo-rio-mod3a, .section-branca.fundo-rio-mod4b, .section-branca.fundo-rio-mod4a, .section-abertura, .section-abertura.fundo3 {
    background-image: none;
  }

  .onda {
    margin-bottom: -1px;
  }

  .acordeon-wrapper {
    width: 100%;
  }

  .container-menu {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .modal_div_window {
    width: 70%;
    height: 50%;
  }

  .modal9 {
    display: none;
  }

  .menu-button {
    background-color: #cac8c8;
    border: 1px #000;
    border-radius: 30px;
  }

  .mapa {
    width: 456px;
    height: 385px;
  }

  .bt_temas_mod1 {
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100% 140%;
  }

  .section-mod1 {
    background-position: -130% 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
  }

  .section-mod1.fundo1, .section-mod1.fundo2, .section-mod1.fundo3, .section-mod1.fundo4, .section-mod1.fundo5, .section-mod1.fundo6, .section-atividade.fundo3, .section-atividade.fundo4, .section-atividade.fundo81 {
    background-image: none;
  }

  .tabs-content {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .tabs_tit {
    font-size: 14px;
  }

  .tab_link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-mod2 {
    background-position: -130% 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
  }

  .section-mod2.fundo7, .section-mod2.fundo8, .section-mod2.fundo9, .section-mod2.fundo10, .section-mod2.fundo11, .section-mod2.fundo12, .section-mod2.fundo13 {
    background-image: none;
  }

  .modal8, .modal10, .modal7 {
    display: none;
  }

  .bt6 {
    top: 340px;
    left: 67px;
  }

  .bloco1, .bloco2, .bloco3, .bloco4, .bloco5, .bloco6, .bloco7, .bloco8, .bloco9 {
    padding: 5px;
    font-family: Open Sans, sans-serif;
  }

  .servicos {
    margin-bottom: .5em;
  }

  .tit_esquema, .texto_esquema {
    font-size: 12px;
    line-height: 16px;
  }

  .tabs-menu {
    background-position: 98% 90%;
  }

  .acordeon-item-content {
    flex-wrap: wrap;
  }

  .button3 {
    width: 110px;
    height: 50px;
    top: 200px;
    left: 230px;
  }

  .button1 {
    width: 150px;
    height: 60px;
    top: 15px;
    left: 195px;
  }

  .button2 {
    width: 110px;
    height: 65px;
    top: 120px;
    left: 230px;
  }

  .button4 {
    width: 110px;
    height: 65px;
    top: 280px;
    left: 200px;
  }

  .box_imagem_dir {
    width: 50%;
  }

  .section-mod3 {
    background-position: -130% 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
  }

  .section-mod3.fundo69, .section-mod3.fundo51, .section-mod3.fundo81, .section-mod3.fundo95, .section-mod3.fundo79, .section-mod3.fundo54b, .section-mod3.fundo81b {
    background-image: none;
  }

  .modal6 {
    display: none;
  }

  .acordeon-tit2 {
    line-height: 24px;
  }

  .acordeon-item-trigger2 {
    height: 80px;
  }

  .modal5, .modal4, .modal3, .modal2, .modal1, .modal0 {
    display: none;
  }

  .box_imagem_dir2, .box_imagem_dir3 {
    width: 50%;
  }

  .acordeon-item-trigger {
    height: 60px;
  }

  .div_mapa {
    height: 385px;
    position: relative;
  }

  .div_verde {
    width: 265px;
    display: none;
  }

  .div_laranja {
    width: 265px;
    display: none;
    top: 50px;
  }

  .div_amarelo {
    width: 265px;
    display: none;
    top: 110px;
  }

  .div_azul_claro {
    width: 265px;
    display: none;
    top: 160px;
  }

  .div_azul {
    width: 265px;
    display: none;
    top: 220px;
  }

  .modal11, .modal12 {
    display: none;
  }

  .titulo {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
  }

  .box-geral {
    height: auto;
    min-height: 200px;
    padding-left: 0;
  }

  .ano {
    letter-spacing: 5px;
  }

  .timeline {
    width: 100%;
    margin-left: 20px;
  }

  .div_direita {
    width: 42%;
    max-width: 42%;
  }

  .fio {
    height: 144px;
  }

  .container {
    background-image: none;
    justify-content: flex-start;
  }

  .box-texto {
    padding-top: 11px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div_esquerda {
    width: 42%;
    max-width: 42%;
    flex: 0 auto;
  }

  .texto-2 {
    font-size: 14px;
    line-height: 150%;
  }

  .box-cor {
    width: auto;
    height: 100%;
  }

  .box-cor._4, .box-cor._5, .box-cor._3a, .box-cor._1, .box-cor._3, .box-cor._0 {
    width: 100%;
  }

  .base {
    height: 10vh;
    align-items: flex-end;
  }

  .modal13 {
    display: none;
  }

  .section-mod4 {
    background-position: -130% 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
  }

  .section-mod4.fundo49, .section-mod4.fundo50, .section-mod4.fundo51, .section-mod4.fundo52, .section-mod4.fundo53, .section-mod4.fundo54 {
    background-image: none;
  }

  .acordeon-item-content-2 {
    flex-wrap: wrap;
  }

  .modal14, .modal15 {
    display: none;
  }

  .acordeon-item-trigger3 {
    height: 60px;
  }

  .modulo {
    top: 70px;
  }

  .modal16, .modal17, .modal18, .modal19, .modal20 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .abertura {
    min-height: 340px;
    background-position: 50% 0;
    background-size: cover;
  }

  .logos {
    width: 80%;
  }

  .logo_curso {
    width: 40%;
  }

  .br_iniciar {
    width: 80px;
  }

  .section-branca.fundo1, .section-branca.fundo2, .section-branca.fundo4, .section-branca.fundo4, .section-branca.fundo5, .section-branca.fundo-rio-mod3b, .section-branca.fundo-rio-mod4b {
    background-position: 170% 100%;
    background-size: auto 60%;
  }

  .section-abertura {
    background-position: -80% 100%;
    background-size: auto 60%;
  }

  .h2-subtit-mod {
    font-size: 20px;
    line-height: 120%;
  }

  .acordeon-tit {
    font-size: 16px;
  }

  .acordeon-icon {
    margin-left: 1em;
    margin-right: 1em;
  }

  .img-destaque {
    margin-right: 10px;
  }

  .bullet.branco {
    font-size: 18px;
  }

  .citacao {
    padding-left: 40px;
    padding-right: 40px;
  }

  .citacao.amarelo {
    padding-left: 60px;
  }

  .modal9 {
    display: none;
  }

  .h1-tit-mod.azul-mod1 {
    font-size: 24px;
  }

  .section-mod1 {
    background-position: -80% 100%;
    background-size: auto 60%;
  }

  .tit-tema {
    font-size: 22px;
  }

  .box_pergunta {
    flex-direction: row;
    align-items: center;
  }

  .legenda {
    font-size: 14px;
  }

  .bullet_saiba_mais {
    font-size: 16px;
    line-height: 130%;
  }

  .bullet_fim {
    font-size: 14px;
  }

  .bullet_fim.branco2 {
    font-size: 18px;
  }

  .destaque_texto_acordeon {
    line-height: 130%;
  }

  .tabs-content {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .tab_link {
    margin-right: 2px;
  }

  .section-mod2 {
    background-position: -80% 100%;
    background-size: auto 60%;
  }

  .ods {
    width: 60px;
  }

  .destaque_texto2 {
    font-size: 16px;
    line-height: 130%;
  }

  .epigrafe {
    margin-left: 10em;
  }

  .modal8, .modal10, .modal7 {
    display: none;
  }

  .h2-sub {
    font-size: 18px;
    line-height: 120%;
  }

  .h3-sub {
    line-height: 120%;
  }

  .tab_link2 {
    margin-bottom: 0;
  }

  .tab_link2.w--current {
    height: 70px;
    margin-bottom: 0;
  }

  .acordeon-text-final {
    font-size: 14px;
    line-height: 150%;
  }

  .moradia {
    width: 60px;
    height: 60px;
    margin-bottom: .5em;
  }

  .icone {
    width: 50px;
  }

  .alimentacao, .sanemaento, .ambiente, .trabalho {
    width: 60px;
    height: 60px;
    margin-bottom: .5em;
  }

  .servicos {
    width: 60px;
    height: 60px;
  }

  .tit_esquema {
    font-size: 10px;
    line-height: 14px;
  }

  .texto_esquema {
    padding: 10px;
    font-size: 10px;
    line-height: 14px;
  }

  .tabs-menu {
    background-position: 30% 95%;
  }

  .acordeon-item-content {
    flex-wrap: wrap;
  }

  .button3 {
    width: 110px;
    height: 50px;
  }

  .button1 {
    width: 150px;
    height: 60px;
  }

  .button2 {
    width: 110px;
    height: 65px;
  }

  .button4 {
    width: 110px;
  }

  .imagem {
    width: 500px;
  }

  .img-destaque2 {
    margin-right: 10px;
  }

  .fonte_imagem2 {
    font-size: 10px;
    line-height: 16px;
  }

  .bt_temas_mod4 {
    font-size: 14px;
  }

  .section-mod3 {
    background-position: -80% 100%;
    background-size: auto 60%;
  }

  .modal6 {
    display: none;
  }

  .acordeon-tit2 {
    font-size: 14px;
    line-height: 150%;
  }

  .acordeon-item-trigger2 {
    height: 100px;
  }

  .modal5, .modal4, .modal3, .modal2 {
    display: none;
  }

  .legenda2 {
    font-size: 12px;
  }

  .bullet_acordeon {
    font-size: 14px;
    line-height: 150%;
  }

  .modal1, .modal0 {
    display: none;
  }

  .acordeon-item-trigger {
    height: 60px;
  }

  .parte2 {
    height: 400px;
  }

  .div_verde {
    width: 200px;
    display: none;
  }

  .div_laranja {
    width: 200px;
    display: none;
    top: 40px;
  }

  .div_amarelo {
    width: 200px;
    display: none;
    top: 80px;
  }

  .div_azul_claro {
    width: 200px;
    display: none;
    top: 120px;
  }

  .div_azul {
    width: 200px;
    display: none;
    top: 170px;
  }

  .botao_verde {
    width: 230px;
    height: 400px;
  }

  .botao_laranja {
    width: 190px;
    height: 320px;
    top: 40px;
  }

  .botao_amarelo {
    width: 150px;
    height: 240px;
    top: 80px;
  }

  .botao_azul_claro {
    width: 110px;
    height: 160px;
    top: 120px;
  }

  .botao_azul {
    width: 80px;
    height: 100px;
    top: 150px;
  }

  .venda2 {
    width: 60px;
    height: 60px;
    margin-bottom: .5em;
  }

  .bullet-roxo-fim {
    color: var(--black);
  }

  .modal11, .modal12 {
    display: none;
  }

  .img {
    width: 60px;
    height: 60px;
    margin-bottom: .5em;
  }

  .img2 {
    width: 140px;
    height: auto;
    margin-bottom: .5em;
  }

  .titulo {
    margin-right: 0;
    font-size: 20px;
  }

  .menu_anos {
    font-size: 21px;
  }

  .menu_anos:hover {
    color: rgba(0, 0, 0, .34);
    font-size: 36px;
  }

  .box-geral {
    justify-content: center;
    margin-right: 0;
  }

  .ano {
    letter-spacing: 3px;
    font-size: 48px;
  }

  .timeline {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .fio {
    height: 70px;
  }

  .box-menu {
    border-right: 1px dotted #fc9c0b;
    margin-left: 0;
    padding-right: 40px;
    display: none;
  }

  .box-texto {
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  }

  .div_esquerda {
    opacity: 1;
  }

  .texto-2 {
    font-size: 12px;
  }

  .box-cor {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  }

  .box-cor._3a {
    box-shadow: 0 0 16px #000;
  }

  .box-cor._3 {
    width: 100%;
  }

  .base {
    align-items: flex-end;
  }

  .modal13 {
    display: none;
  }

  .acordeon-text2 {
    font-size: 14px;
    line-height: 150%;
  }

  ._5ps.interacao {
    width: 500px;
  }

  .bloco_pessoas, .bloco_paz, .bloco_prosperidade, .bloco_planeta, .bloco_parcerias {
    top: 100px;
  }

  .tit_grafico, .tit_grafico.preto {
    font-size: 14px;
  }

  .box1 {
    display: none;
  }

  .bt_ods1 {
    width: 60px;
    height: 55px;
    top: 155px;
    right: 0;
  }

  .bt_ods2 {
    width: 60px;
    height: 55px;
    top: 230px;
    right: 0;
  }

  .bt_ods3 {
    width: 60px;
    height: 55px;
    top: 302px;
  }

  .image-25 {
    width: 450px;
  }

  .bt_ods4 {
    width: 60px;
    height: 55px;
    top: 355px;
    right: 80px;
  }

  .bt_ods5 {
    width: 60px;
    height: 55px;
    top: 385px;
  }

  .bt_ods6 {
    width: 60px;
    height: 55px;
    top: 380px;
    left: 160px;
  }

  .bt_ods7 {
    width: 60px;
    height: 55px;
    top: 345px;
    left: 75px;
  }

  .bt_ods8 {
    width: 60px;
    height: 55px;
    top: 280px;
    left: 18px;
  }

  .bt_ods10 {
    width: 90px;
    height: 80px;
    top: 130px;
    left: 0;
  }

  .bt_ods11 {
    width: 60px;
    height: 55px;
    top: 18px;
    left: 105px;
  }

  .bt_ods13 {
    width: 60px;
    height: 55px;
    right: 175px;
  }

  .bt_ods16 {
    width: 60px;
    height: 55px;
    top: 27px;
    right: 90px;
  }

  .bt_ods17 {
    width: 60px;
    height: 55px;
    top: 85px;
  }

  .graf_corona {
    width: 450px;
  }

  .graf_corona.interacao {
    width: 460px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .box_corona.box_interacao {
    height: 600px;
    align-items: center;
  }

  .section-mod4 {
    background-position: -80% 100%;
    background-size: auto 60%;
  }

  .acordeon-item-content-2 {
    flex-wrap: wrap;
  }

  .modal14, .modal15 {
    display: none;
  }

  .image-31, .image-32 {
    height: 130px;
  }

  .acordeon-item-trigger3 {
    height: 60px;
  }

  .slide_text {
    font-size: 12px;
    line-height: 150%;
  }

  .slide {
    background-size: auto 55%;
  }

  .slide-25 {
    background-size: auto 40%;
  }

  .tit-ativ {
    font-size: 22px;
  }

  .image-33 {
    height: 400px;
  }

  .modal16, .modal17, .modal18, .modal19, .modal20 {
    display: none;
  }

  .texto-tela-nav {
    line-height: 150%;
  }

  .grid-2 {
    grid-template: "Area Area-2 Area-3"
                   "Area-6 Area-7 Area-8"
                   "Area-4 Area-5 ."
                   "Area-9 Area-10 ."
                   / 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .abertura {
    background-color: var(--azul-abertura);
    background-image: none;
  }

  .logo_curso {
    width: 50%;
  }

  .br_iniciar.w--current {
    width: 60px;
    font-size: 12px;
  }

  .section-branca.fundo1, .section-branca.fundo2, .section-branca.fundo4, .section-branca.fundo4, .section-branca.fundo5, .section-branca.fundo-rio-mod3b, .section-branca.fundo-rio-mod4b, .section-abertura {
    background-image: none;
  }

  .grid-conteudo {
    display: block;
  }

  .acordeon-wrapper {
    width: 100%;
  }

  .acordeon-item {
    margin-bottom: 1em;
  }

  .acordeon-tit {
    font-size: 12px;
    line-height: 14px;
  }

  .box_saiba_mais {
    flex-direction: column;
    padding: .75em .5em;
    display: flex;
  }

  .img-destaque {
    width: 35px;
    margin-right: 10px;
  }

  .citacao {
    padding-left: 10px;
    padding-right: 10px;
  }

  .citacao.amarelo {
    padding-left: 20px;
  }

  .modal_div_window {
    width: 90%;
    height: 60%;
    display: block;
  }

  .modal9 {
    display: none;
  }

  .mapa {
    width: 300px;
    height: 253px;
  }

  .lista_destaque {
    padding-left: 0;
  }

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

  .section-mod1 {
    background-image: none;
  }

  .tabela-2 {
    align-content: flex-start;
  }

  .bullet_fim.branco {
    font-size: 18px;
  }

  .tabs-content {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .tab_link {
    height: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-right: 0;
  }

  .tab_link.w--current {
    height: 40px;
  }

  .referencias {
    font-size: 12px;
    line-height: 16px;
  }

  .fonte_imagem {
    font-size: 10px;
    line-height: 140%;
  }

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

  .section-mod2 {
    background-image: none;
  }

  .ods {
    width: 60px;
    margin-bottom: 0;
    padding-right: 0;
  }

  .epigrafe {
    margin-left: 3em;
  }

  .modal8, .modal10, .modal7 {
    display: none;
  }

  .bold-text {
    line-height: 120%;
  }

  .ods3, .ods3_tit {
    width: 40px;
  }

  .tab_link2 {
    height: 48px;
    margin-bottom: .5em;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .tab_link2.w--current {
    height: 48px;
    margin-bottom: .5em;
  }

  .moradia {
    width: 50px;
    height: 50px;
  }

  .icone {
    width: 40px;
  }

  .alimentacao, .sanemaento, .ambiente, .trabalho, .servicos {
    width: 50px;
    height: 50px;
  }

  .tit_esquema {
    font-size: 9px;
    line-height: 10px;
  }

  .texto_esquema {
    padding: 5px;
    font-size: 9px;
    line-height: 10px;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button3 {
    width: 80px;
    height: 35px;
    top: 130px;
    left: 150px;
  }

  .button1 {
    width: 100px;
    height: 40px;
    top: 10px;
    left: 130px;
  }

  .button2 {
    width: 75px;
    height: 45px;
    top: 80px;
    left: 150px;
  }

  .button4 {
    width: 75px;
    height: 45px;
    top: 185px;
    left: 130px;
  }

  .box_imagem_dir {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .imagem {
    width: 100%;
  }

  .box_imagem_esq {
    width: 100%;
    float: none;
  }

  .img-destaque2 {
    width: 15%;
    margin-right: 10px;
  }

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

  .fonte_imagem2 {
    font-size: 10px;
    line-height: 140%;
  }

  .bt_temas_mod4 {
    font-size: 14px;
  }

  .section-mod3 {
    background-image: none;
  }

  .modal6 {
    display: none;
  }

  .acordeon-item-trigger2 {
    height: 200px;
  }

  .modal5, .modal4, .modal3, .modal2, .modal1, .modal0 {
    display: none;
  }

  .list_acordeon_num {
    font-size: 12px;
  }

  .box_imagem_dir2 {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .box_imagem_dir3 {
    width: 80%;
    float: none;
    margin-left: 0;
  }

  .box_imagem_esq2 {
    width: 100%;
    float: none;
  }

  .acordeon-item-trigger {
    height: 100px;
  }

  .div_mapa {
    height: 253px;
  }

  .parte2 {
    height: 210px;
  }

  .div_verde {
    width: 110px;
    display: none;
  }

  .verde2 {
    margin-bottom: 0;
    display: block;
  }

  .div_laranja {
    width: 110px;
    display: none;
    top: 10px;
  }

  .div_amarelo, .div_azul_claro {
    width: 110px;
    display: none;
    top: 20px;
  }

  .div_azul {
    width: 110px;
    display: none;
    top: 40px;
  }

  .botao_verde {
    width: 120px;
    height: 200px;
  }

  .botao_laranja {
    width: 95px;
    height: 160px;
    top: 20px;
  }

  .botao_amarelo {
    width: 75px;
    height: 120px;
    top: 40px;
  }

  .botao_azul_claro {
    width: 55px;
    height: 80px;
    top: 60px;
  }

  .botao_azul {
    width: 40px;
    height: 50px;
    top: 75px;
  }

  .venda2 {
    width: 50px;
    height: 50px;
  }

  .bullet-azul {
    color: var(--black);
  }

  .modal11, .modal12 {
    display: none;
  }

  .img {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }

  .img2 {
    width: 70px;
    height: auto;
    margin-bottom: 0;
  }

  .topo {
    height: 120px;
  }

  .titulo {
    letter-spacing: normal;
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3em;
  }

  .box-geral {
    height: auto;
    min-height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .ano {
    border-top: 3px #fc9c0b;
    font-size: 40px;
  }

  .timeline {
    display: block;
  }

  .div_direita {
    width: 100%;
    height: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .container {
    flex-direction: row;
    display: flex;
  }

  .box-menu {
    display: none;
  }

  .box-texto {
    width: auto;
    height: auto;
    padding: 12px;
    display: block;
    position: static;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  }

  .div_esquerda {
    width: 100%;
    height: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .texto-2 {
    color: rgba(51, 51, 51, .8);
    font-size: 16px;
  }

  .box-cor {
    width: 100%;
    height: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  }

  .isbn {
    font-size: 10px;
  }

  .modal13 {
    display: none;
  }

  .pergunta_lilas {
    font-size: 20px;
    line-height: 130%;
  }

  .image-19 {
    width: 300px;
  }

  .box_5ps.box_interacao {
    height: 420px;
    justify-content: flex-start;
  }

  ._5ps.interacao {
    width: 300px;
    flex-direction: column;
    align-items: center;
  }

  .bloco_pessoas {
    margin-top: 1em;
    margin-left: 0;
    display: none;
    position: static;
    top: auto;
    left: auto;
  }

  .bloco_paz {
    margin-top: 1em;
    margin-left: 0;
    display: none;
    position: static;
  }

  .bt_pessoas {
    width: 100px;
    height: 100px;
    top: 20px;
  }

  .bt_paz {
    width: 80px;
    height: 100px;
    top: 140px;
    right: 10px;
  }

  .bloco_prosperidade, .bloco_planeta, .bloco_parcerias {
    margin-top: 1em;
    margin-left: 0;
    position: static;
  }

  .bt_prosperidade {
    width: 100px;
    height: 70px;
    top: 220px;
  }

  .bt_planeta {
    width: 90px;
    height: 100px;
    top: 140px;
    left: 10px;
  }

  .bt_parcerias {
    width: 100px;
    height: 100px;
    top: 20px;
  }

  .tit_grafico.preto {
    font-size: 14px;
  }

  .bt_ods1 {
    width: 40px;
    height: 40px;
    top: 100px;
    left: 255px;
  }

  .bt_ods2 {
    width: 40px;
    height: 40px;
    top: 150px;
    left: 250px;
    right: 0;
  }

  .bt_ods3 {
    width: 40px;
    height: 40px;
    top: 200px;
    left: 235px;
  }

  .image-25 {
    width: 300px;
  }

  .bt_ods4 {
    width: 40px;
    height: 40px;
    top: 235px;
    left: 200px;
  }

  .bt_ods5 {
    width: 40px;
    height: 40px;
    top: 255px;
    left: 152px;
  }

  .bt_ods6 {
    width: 40px;
    height: 40px;
    top: 252px;
    left: 100px;
    right: 0;
  }

  .bt_ods7 {
    width: 40px;
    height: 40px;
    top: 230px;
    left: 42px;
    right: 0;
  }

  .bt_ods8 {
    width: 40px;
    height: 40px;
    top: 185px;
    left: 5px;
    right: 0;
  }

  .bt_ods10 {
    width: 60px;
    height: 55px;
    top: 85px;
    left: 0;
    right: 0;
  }

  .bt_ods11 {
    width: 40px;
    height: 40px;
    top: 10px;
    left: 65px;
    right: 0;
  }

  .bt_ods13 {
    width: 40px;
    height: 40px;
    top: 0;
    left: 135px;
  }

  .bt_ods16 {
    width: 40px;
    height: 40px;
    top: 17px;
    left: 195px;
    right: 60px;
  }

  .bt_ods17 {
    width: 40px;
    height: 40px;
    top: 55px;
    left: 240px;
  }

  .graf_corona, .graf_corona.interacao {
    width: 300px;
  }

  .box_corona {
    height: 460px;
  }

  .box_corona.box_interacao {
    height: 470px;
  }

  .section-mod4 {
    background-image: none;
  }

  .modal14, .modal15 {
    display: none;
  }

  .box_imagem_dir4 {
    width: 100%;
    float: none;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
  }

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

  .div-block-5 {
    width: 100%;
    margin-top: .5em;
    margin-right: 0;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: center;
  }

  .image-31, .image-32 {
    height: 80px;
  }

  .acordeon-item-trigger3 {
    height: 60px;
  }

  .slide_text {
    font-size: 10px;
    line-height: 100%;
  }

  .slide {
    background-size: auto 45%;
  }

  .slide-12 {
    background-size: auto 55%;
  }

  .slide-18 {
    background-size: auto 40%;
  }

  .slide-19 {
    background-size: auto 30%;
  }

  .slide-25 {
    background-size: auto 20%;
  }

  .image-33 {
    height: 200px;
  }

  .div_mod {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .bt_impressao_tema, .bt_impressao_tema2 {
    width: 30px;
    margin-left: 0;
  }

  .modal-container {
    display: block;
  }

  .modal16, .modal17, .modal18, .modal19, .modal20 {
    display: none;
  }

  .bt_mapa {
    align-items: center;
    display: flex;
  }

  .grid-2 {
    grid-template: "Area Area-2"
                   "Area-6 Area-7"
                   "Area-3 Area-4"
                   "Area-8 Area-9"
                   "Area-5 ."
                   "Area-10 ."
                   / 1fr 1fr;
  }

  .credito1 {
    font-size: 14px;
  }

  .creditos2, .creditos4 {
    font-size: 12px;
    line-height: 18px;
  }

  .grid-3 {
    font-size: 12px;
  }
}

#w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-290f0d75, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-290f0d75, #w-node-_3dce4f0e-26a2-2bb5-9894-c289cb3f50bd-290f0d75, #w-node-_25f7f738-d368-ec2a-b30d-8c9581fb13aa-290f0d75 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-ca70a88d-1312-614d-8ae1-9d260f1bd309-290f0d75 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-_80b7515e-83e3-04fc-dd70-5ee08fa3611d-0f0f0d77, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-5b0f0d79 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_428b1256-d8c8-8f9c-ddd1-216fa33b7589-5b0f0d79 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-cd0f0d7a {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_428b1256-d8c8-8f9c-ddd1-216fa33b7589-cd0f0d7a {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-ac0f0d7b {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_428b1256-d8c8-8f9c-ddd1-216fa33b7589-ac0f0d7b {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-820f0d7c {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_428b1256-d8c8-8f9c-ddd1-216fa33b7589-820f0d7c {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-_80b7515e-83e3-04fc-dd70-5ee08fa3611d-aa0f0d7f, #w-node-_1c8db907-e790-2d8f-8199-201a907c79ae-aa0f0d7f, #w-node-_7434b295-4dec-960b-521b-b77940282ab2-aa0f0d7f, #w-node-_1e8a42f1-632a-8b22-ddd8-833f695664af-aa0f0d7f {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-cd661fda-e756-3891-5bf9-62924188460d-c60f0d80, #w-node-a91b694c-d5d7-6c4d-525f-3d564fe1df74-c60f0d80 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-c60f0d80 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_7385e419-2c29-63cb-45f5-4375de12107d-c60f0d80 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-_1e8a5457-a38b-b488-e739-17ab1a63f4c9-c60f0d80 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-e5040996-6077-27a6-87b2-b6cc6ea56f15-c60f0d80 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-c6192858-7373-8486-b939-5786bd9584ed-c60f0d80 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_1d08fbcb-b23d-30b2-8526-6323f4d6b104-c60f0d80 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-_0503f0c3-e78b-20bd-af87-22cb6a37c58b-c60f0d80 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-ef500045-491b-534f-65e4-1954ef7f1509-c60f0d80 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-_42ac2063-d19f-c5da-ca86-7f4fdfe73b9c-6b0f0d81, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-6b0f0d81 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-6b0f0d81 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_7385e419-2c29-63cb-45f5-4375de12107d-6b0f0d81 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-_1e8a5457-a38b-b488-e739-17ab1a63f4c9-6b0f0d81 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-e5040996-6077-27a6-87b2-b6cc6ea56f15-6b0f0d81 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-c6192858-7373-8486-b939-5786bd9584ed-6b0f0d81 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-ef500045-491b-534f-65e4-1954ef7f1509-6b0f0d81 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-feb55a92-011f-4cc5-f6c0-d379362ea8e3-140f0d82, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-140f0d82 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-140f0d82 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_7385e419-2c29-63cb-45f5-4375de12107d-140f0d82 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-_1e8a5457-a38b-b488-e739-17ab1a63f4c9-140f0d82 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-e5040996-6077-27a6-87b2-b6cc6ea56f15-140f0d82 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-ef500045-491b-534f-65e4-1954ef7f1509-140f0d82 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-b2b0b92f-afcb-47a7-53d6-a2c1c59cc730-710f0d83, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-710f0d83 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-710f0d83 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_7385e419-2c29-63cb-45f5-4375de12107d-710f0d83 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-_1e8a5457-a38b-b488-e739-17ab1a63f4c9-710f0d83 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_8ebd1a3f-23b1-8264-a847-7fd604a0478a-710f0d83 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-_8f85468d-a3ec-26a5-c5ca-53f802ea75dc-710f0d83 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_81b8fc8e-164f-63c1-ad50-036b441a87bc-710f0d83 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-_823e6e4e-6a28-9733-3b98-f57309687b00-710f0d83 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-e5040996-6077-27a6-87b2-b6cc6ea56f15-710f0d83 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-ef500045-491b-534f-65e4-1954ef7f1509-710f0d83 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-_0a2e9370-0b50-a6a1-25dc-4bd94ac84f4c-350f0d84, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-350f0d84 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-350f0d84 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-f8ae5b7e-85c6-1c37-807c-837ba3833463-350f0d84 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-_057a8dc4-c242-4e28-2b69-8147484b23e3-350f0d84 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-ef500045-491b-534f-65e4-1954ef7f1509-350f0d84 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-_511a71f0-ee7f-c5ad-1462-86a1cf8d7616-a70f0d85, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-a70f0d85 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-a70f0d85 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_6e510810-d90c-bea4-60e5-a8caab39f17f-a70f0d85 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-e994c859-c8d7-54c1-a837-85592f441eb8-a70f0d85 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_5703144f-b8dd-d17c-79d4-4e3330b79623-a70f0d85 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-_60458a15-fa1e-8c8c-dc2d-6ea5dd22ba26-a70f0d85, #w-node-_0503f0c3-e78b-20bd-af87-22cb6a37c58b-a70f0d85 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-ef500045-491b-534f-65e4-1954ef7f1509-a70f0d85 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-bb34c8ae-667e-ae23-1e18-011a95cddfd0-090f0d86, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-090f0d86 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-090f0d86 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_644924c0-251a-a645-40c6-28723496e45a-090f0d86 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-ef500045-491b-534f-65e4-1954ef7f1509-090f0d86 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-f87f7b17-4194-0863-a819-a6d562a0508b-ba0f0d87, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-ba0f0d87 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-ba0f0d87 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_337951f1-718c-93eb-4e6c-ca2771f40432-ba0f0d87 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-c98c7821-5167-59d6-da6f-b3b02d0b33e8-ba0f0d87 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_34b59dc9-78ea-c06a-534c-ff774a87e415-ba0f0d87 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-f7ae7d58-5a6f-f605-7279-052b53ee5faa-ba0f0d87 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_73e31296-6941-c4af-f37e-c802968b5998-ba0f0d87 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-_79be1ffd-728a-f14a-0c44-2f71a3f14e79-ba0f0d87 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_573d4c63-6f33-3082-7da9-00e858cebbcc-ba0f0d87 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-_105c69d6-5c1f-4cf9-603e-254c28e167f5-ba0f0d87, #w-node-_0503f0c3-e78b-20bd-af87-22cb6a37c58b-ba0f0d87 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-ef500045-491b-534f-65e4-1954ef7f1509-ba0f0d87 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-c9e88bfd-80e7-0876-101e-66e3aaaf29fb-b20f0d88, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-b20f0d88, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-b20f0d88, #w-node-ed722f51-ac3e-f83a-70fe-50dd10e664db-b20f0d88 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-_0503f0c3-e78b-20bd-af87-22cb6a37c58b-b20f0d88 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-ef500045-491b-534f-65e4-1954ef7f1509-b20f0d88 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-bc0448c4-e60a-d23e-eea9-d58fb65f871c-890f0d89, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-890f0d89 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-890f0d89 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_019695a8-165a-7388-6b27-55ad0e21d192-890f0d89 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-c31548fc-868e-7c27-7799-491247df337f-890f0d89 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-c111f78d-7566-11f1-3cee-8c6006cb2158-890f0d89 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-ef500045-491b-534f-65e4-1954ef7f1509-890f0d89 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-f38718da-b9fa-964e-98b6-5a0fa58a93f2-9b0f0d8a, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-9b0f0d8a {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-9b0f0d8a {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_297723ac-c263-0be9-51b1-9411f4e4d537-9b0f0d8a {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-_34c56f33-2d7d-d481-e8df-fba21babb35a-9b0f0d8a {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_6b87ae10-452d-23a4-1f07-dc8b5bdb47bb-9b0f0d8a {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-ef500045-491b-534f-65e4-1954ef7f1509-9b0f0d8a {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-c32c7e1e-1dbd-556d-5132-62b6a642ba66-180f0d8b, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-180f0d8b {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-180f0d8b {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_9e5e81bb-084e-bf53-f385-72895c740c02-180f0d8b {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-_9e82fbd9-59b8-809e-5e89-3113954772d9-180f0d8b {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-a38e278a-9cdf-3033-7e38-0ae200d5fb79-180f0d8b {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-ef500045-491b-534f-65e4-1954ef7f1509-180f0d8b {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-aaf8cae8-afe0-c803-3ec7-e9998f387ef5-340f0d8c, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-340f0d8c, #w-node-_720e023a-3c15-ba00-fdeb-2a461935287f-340f0d8c, #w-node-_543cb33d-acf1-a1dc-f7d2-fd31ae7eb978-340f0d8c {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-ef500045-491b-534f-65e4-1954ef7f1509-340f0d8c {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-_64987d77-41ca-82d4-6580-9e84f3dd3f10-8a0f0d8d, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-8a0f0d8d, #w-node-_9f285f2f-1da6-350c-6bc5-381a06e9e827-8a0f0d8d, #w-node-_233f23ab-2362-3d50-514c-6a92f89535a5-8a0f0d8d {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-e70e3cb7-4cb5-71bd-3622-362cc185dbda-8a0f0d8d {
  align-self: center;
}

#w-node-_1cb39a5e-b2c2-0986-3413-663d6d9375a7-8a0f0d8d {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-_1a2fb881-d2c0-f084-c32c-1c1d556fbd81-8a0f0d8d {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-ef500045-491b-534f-65e4-1954ef7f1509-8a0f0d8d {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-bcf589f1-a867-31fc-089d-c068452584d1-4a0f0d8e, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-4a0f0d8e, #w-node-_4c81442c-9e65-e350-61eb-ab8a9729a814-4a0f0d8e, #w-node-_2d71d963-ce09-7ce7-f0b6-cbc4ad0f7756-4a0f0d8e {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-_175bfca5-438b-85b5-9a55-9d6b74734973-4a0f0d8e {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-ef500045-491b-534f-65e4-1954ef7f1509-4a0f0d8e {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-_0c29e3d6-74ca-5c6d-d125-87796d4bfa42-900f0d8f, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-900f0d8f, #w-node-f8098169-cca6-67af-75f2-40caa137e0d1-900f0d8f {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-e2648611-fe46-240a-2cab-fa1caa6dcdbb-900f0d8f {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-ef500045-491b-534f-65e4-1954ef7f1509-900f0d8f {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-_899f8c0d-8872-e0d6-3104-a229d5abed43-470f0d90, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-470f0d90, #w-node-_99ff2f24-3246-387b-d951-6c53a24461cb-470f0d90 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: auto;
}

#w-node-e2f8eb2b-e9ae-22f8-e0a4-f4a2600a544a-470f0d90 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-ef500045-491b-534f-65e4-1954ef7f1509-470f0d90 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-290f0d75, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-290f0d75, #w-node-_3dce4f0e-26a2-2bb5-9894-c289cb3f50bd-290f0d75, #w-node-_25f7f738-d368-ec2a-b30d-8c9581fb13aa-290f0d75, #w-node-_80b7515e-83e3-04fc-dd70-5ee08fa3611d-0f0f0d77, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-5b0f0d79, #w-node-_428b1256-d8c8-8f9c-ddd1-216fa33b7589-5b0f0d79, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-cd0f0d7a, #w-node-_428b1256-d8c8-8f9c-ddd1-216fa33b7589-cd0f0d7a, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-ac0f0d7b, #w-node-_428b1256-d8c8-8f9c-ddd1-216fa33b7589-ac0f0d7b, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-820f0d7c, #w-node-_428b1256-d8c8-8f9c-ddd1-216fa33b7589-820f0d7c, #w-node-_80b7515e-83e3-04fc-dd70-5ee08fa3611d-aa0f0d7f, #w-node-_1c8db907-e790-2d8f-8199-201a907c79ae-aa0f0d7f, #w-node-_7434b295-4dec-960b-521b-b77940282ab2-aa0f0d7f, #w-node-_1e8a42f1-632a-8b22-ddd8-833f695664af-aa0f0d7f, #w-node-cd661fda-e756-3891-5bf9-62924188460d-c60f0d80, #w-node-a91b694c-d5d7-6c4d-525f-3d564fe1df74-c60f0d80, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-c60f0d80, #w-node-_7385e419-2c29-63cb-45f5-4375de12107d-c60f0d80, #w-node-_1e8a5457-a38b-b488-e739-17ab1a63f4c9-c60f0d80, #w-node-e5040996-6077-27a6-87b2-b6cc6ea56f15-c60f0d80, #w-node-c6192858-7373-8486-b939-5786bd9584ed-c60f0d80, #w-node-_1d08fbcb-b23d-30b2-8526-6323f4d6b104-c60f0d80, #w-node-_0503f0c3-e78b-20bd-af87-22cb6a37c58b-c60f0d80, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-c60f0d80, #w-node-_42ac2063-d19f-c5da-ca86-7f4fdfe73b9c-6b0f0d81, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-6b0f0d81, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-6b0f0d81, #w-node-_7385e419-2c29-63cb-45f5-4375de12107d-6b0f0d81, #w-node-_1e8a5457-a38b-b488-e739-17ab1a63f4c9-6b0f0d81, #w-node-e5040996-6077-27a6-87b2-b6cc6ea56f15-6b0f0d81, #w-node-c6192858-7373-8486-b939-5786bd9584ed-6b0f0d81, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-6b0f0d81, #w-node-feb55a92-011f-4cc5-f6c0-d379362ea8e3-140f0d82, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-140f0d82, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-140f0d82, #w-node-_7385e419-2c29-63cb-45f5-4375de12107d-140f0d82, #w-node-_1e8a5457-a38b-b488-e739-17ab1a63f4c9-140f0d82, #w-node-e5040996-6077-27a6-87b2-b6cc6ea56f15-140f0d82, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-140f0d82, #w-node-b2b0b92f-afcb-47a7-53d6-a2c1c59cc730-710f0d83, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-710f0d83, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-710f0d83, #w-node-_7385e419-2c29-63cb-45f5-4375de12107d-710f0d83, #w-node-_1e8a5457-a38b-b488-e739-17ab1a63f4c9-710f0d83, #w-node-_8ebd1a3f-23b1-8264-a847-7fd604a0478a-710f0d83, #w-node-_8f85468d-a3ec-26a5-c5ca-53f802ea75dc-710f0d83, #w-node-_81b8fc8e-164f-63c1-ad50-036b441a87bc-710f0d83, #w-node-_823e6e4e-6a28-9733-3b98-f57309687b00-710f0d83, #w-node-e5040996-6077-27a6-87b2-b6cc6ea56f15-710f0d83, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-710f0d83, #w-node-_0a2e9370-0b50-a6a1-25dc-4bd94ac84f4c-350f0d84, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-350f0d84, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-350f0d84, #w-node-f8ae5b7e-85c6-1c37-807c-837ba3833463-350f0d84, #w-node-_057a8dc4-c242-4e28-2b69-8147484b23e3-350f0d84, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-350f0d84, #w-node-_511a71f0-ee7f-c5ad-1462-86a1cf8d7616-a70f0d85, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-a70f0d85, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-a70f0d85, #w-node-_6e510810-d90c-bea4-60e5-a8caab39f17f-a70f0d85, #w-node-e994c859-c8d7-54c1-a837-85592f441eb8-a70f0d85, #w-node-_5703144f-b8dd-d17c-79d4-4e3330b79623-a70f0d85, #w-node-_60458a15-fa1e-8c8c-dc2d-6ea5dd22ba26-a70f0d85, #w-node-_0503f0c3-e78b-20bd-af87-22cb6a37c58b-a70f0d85, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-a70f0d85, #w-node-bb34c8ae-667e-ae23-1e18-011a95cddfd0-090f0d86, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-090f0d86, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-090f0d86, #w-node-_644924c0-251a-a645-40c6-28723496e45a-090f0d86, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-090f0d86, #w-node-f87f7b17-4194-0863-a819-a6d562a0508b-ba0f0d87, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-ba0f0d87, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-ba0f0d87, #w-node-_337951f1-718c-93eb-4e6c-ca2771f40432-ba0f0d87, #w-node-c98c7821-5167-59d6-da6f-b3b02d0b33e8-ba0f0d87, #w-node-_34b59dc9-78ea-c06a-534c-ff774a87e415-ba0f0d87, #w-node-f7ae7d58-5a6f-f605-7279-052b53ee5faa-ba0f0d87, #w-node-_73e31296-6941-c4af-f37e-c802968b5998-ba0f0d87, #w-node-_79be1ffd-728a-f14a-0c44-2f71a3f14e79-ba0f0d87, #w-node-_573d4c63-6f33-3082-7da9-00e858cebbcc-ba0f0d87, #w-node-_105c69d6-5c1f-4cf9-603e-254c28e167f5-ba0f0d87, #w-node-_0503f0c3-e78b-20bd-af87-22cb6a37c58b-ba0f0d87, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-ba0f0d87, #w-node-c9e88bfd-80e7-0876-101e-66e3aaaf29fb-b20f0d88, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-b20f0d88, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-b20f0d88, #w-node-ed722f51-ac3e-f83a-70fe-50dd10e664db-b20f0d88, #w-node-_0503f0c3-e78b-20bd-af87-22cb6a37c58b-b20f0d88, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-b20f0d88, #w-node-bc0448c4-e60a-d23e-eea9-d58fb65f871c-890f0d89, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-890f0d89, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-890f0d89, #w-node-_019695a8-165a-7388-6b27-55ad0e21d192-890f0d89, #w-node-c31548fc-868e-7c27-7799-491247df337f-890f0d89, #w-node-c111f78d-7566-11f1-3cee-8c6006cb2158-890f0d89, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-890f0d89, #w-node-f38718da-b9fa-964e-98b6-5a0fa58a93f2-9b0f0d8a, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-9b0f0d8a, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-9b0f0d8a, #w-node-_297723ac-c263-0be9-51b1-9411f4e4d537-9b0f0d8a, #w-node-_34c56f33-2d7d-d481-e8df-fba21babb35a-9b0f0d8a, #w-node-_6b87ae10-452d-23a4-1f07-dc8b5bdb47bb-9b0f0d8a, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-9b0f0d8a, #w-node-c32c7e1e-1dbd-556d-5132-62b6a642ba66-180f0d8b, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-180f0d8b, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-180f0d8b, #w-node-_9e5e81bb-084e-bf53-f385-72895c740c02-180f0d8b, #w-node-_9e82fbd9-59b8-809e-5e89-3113954772d9-180f0d8b, #w-node-a38e278a-9cdf-3033-7e38-0ae200d5fb79-180f0d8b, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-180f0d8b, #w-node-aaf8cae8-afe0-c803-3ec7-e9998f387ef5-340f0d8c, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-340f0d8c, #w-node-_720e023a-3c15-ba00-fdeb-2a461935287f-340f0d8c, #w-node-_543cb33d-acf1-a1dc-f7d2-fd31ae7eb978-340f0d8c, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-340f0d8c, #w-node-_64987d77-41ca-82d4-6580-9e84f3dd3f10-8a0f0d8d, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-8a0f0d8d, #w-node-_9f285f2f-1da6-350c-6bc5-381a06e9e827-8a0f0d8d, #w-node-_233f23ab-2362-3d50-514c-6a92f89535a5-8a0f0d8d, #w-node-_1cb39a5e-b2c2-0986-3413-663d6d9375a7-8a0f0d8d, #w-node-_1a2fb881-d2c0-f084-c32c-1c1d556fbd81-8a0f0d8d, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-8a0f0d8d, #w-node-bcf589f1-a867-31fc-089d-c068452584d1-4a0f0d8e, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-4a0f0d8e, #w-node-_4c81442c-9e65-e350-61eb-ab8a9729a814-4a0f0d8e, #w-node-_2d71d963-ce09-7ce7-f0b6-cbc4ad0f7756-4a0f0d8e, #w-node-_175bfca5-438b-85b5-9a55-9d6b74734973-4a0f0d8e, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-4a0f0d8e, #w-node-_0c29e3d6-74ca-5c6d-d125-87796d4bfa42-900f0d8f, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-900f0d8f, #w-node-f8098169-cca6-67af-75f2-40caa137e0d1-900f0d8f, #w-node-e2648611-fe46-240a-2cab-fa1caa6dcdbb-900f0d8f, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-900f0d8f, #w-node-_899f8c0d-8872-e0d6-3104-a229d5abed43-470f0d90, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-470f0d90, #w-node-_99ff2f24-3246-387b-d951-6c53a24461cb-470f0d90, #w-node-e2f8eb2b-e9ae-22f8-e0a4-f4a2600a544a-470f0d90, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-470f0d90 {
    grid-column: 2 / 12;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-290f0d75, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-290f0d75, #w-node-_3dce4f0e-26a2-2bb5-9894-c289cb3f50bd-290f0d75, #w-node-_25f7f738-d368-ec2a-b30d-8c9581fb13aa-290f0d75, #w-node-ca70a88d-1312-614d-8ae1-9d260f1bd309-290f0d75, #w-node-_80b7515e-83e3-04fc-dd70-5ee08fa3611d-0f0f0d77, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-5b0f0d79, #w-node-_428b1256-d8c8-8f9c-ddd1-216fa33b7589-5b0f0d79, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-cd0f0d7a, #w-node-_428b1256-d8c8-8f9c-ddd1-216fa33b7589-cd0f0d7a, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-ac0f0d7b, #w-node-_428b1256-d8c8-8f9c-ddd1-216fa33b7589-ac0f0d7b, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-820f0d7c, #w-node-_428b1256-d8c8-8f9c-ddd1-216fa33b7589-820f0d7c, #w-node-_80b7515e-83e3-04fc-dd70-5ee08fa3611d-aa0f0d7f, #w-node-_1c8db907-e790-2d8f-8199-201a907c79ae-aa0f0d7f, #w-node-_7434b295-4dec-960b-521b-b77940282ab2-aa0f0d7f, #w-node-_1e8a42f1-632a-8b22-ddd8-833f695664af-aa0f0d7f, #w-node-cd661fda-e756-3891-5bf9-62924188460d-c60f0d80, #w-node-a91b694c-d5d7-6c4d-525f-3d564fe1df74-c60f0d80, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-c60f0d80, #w-node-_7385e419-2c29-63cb-45f5-4375de12107d-c60f0d80, #w-node-_1e8a5457-a38b-b488-e739-17ab1a63f4c9-c60f0d80, #w-node-e5040996-6077-27a6-87b2-b6cc6ea56f15-c60f0d80, #w-node-c6192858-7373-8486-b939-5786bd9584ed-c60f0d80, #w-node-_1d08fbcb-b23d-30b2-8526-6323f4d6b104-c60f0d80, #w-node-_0503f0c3-e78b-20bd-af87-22cb6a37c58b-c60f0d80, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-c60f0d80, #w-node-_42ac2063-d19f-c5da-ca86-7f4fdfe73b9c-6b0f0d81, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-6b0f0d81, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-6b0f0d81, #w-node-_7385e419-2c29-63cb-45f5-4375de12107d-6b0f0d81, #w-node-_1e8a5457-a38b-b488-e739-17ab1a63f4c9-6b0f0d81, #w-node-e5040996-6077-27a6-87b2-b6cc6ea56f15-6b0f0d81, #w-node-c6192858-7373-8486-b939-5786bd9584ed-6b0f0d81, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-6b0f0d81, #w-node-feb55a92-011f-4cc5-f6c0-d379362ea8e3-140f0d82, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-140f0d82, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-140f0d82, #w-node-_7385e419-2c29-63cb-45f5-4375de12107d-140f0d82, #w-node-_1e8a5457-a38b-b488-e739-17ab1a63f4c9-140f0d82, #w-node-e5040996-6077-27a6-87b2-b6cc6ea56f15-140f0d82, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-140f0d82, #w-node-b2b0b92f-afcb-47a7-53d6-a2c1c59cc730-710f0d83, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-710f0d83, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-710f0d83, #w-node-_7385e419-2c29-63cb-45f5-4375de12107d-710f0d83, #w-node-_1e8a5457-a38b-b488-e739-17ab1a63f4c9-710f0d83, #w-node-_8ebd1a3f-23b1-8264-a847-7fd604a0478a-710f0d83, #w-node-_8f85468d-a3ec-26a5-c5ca-53f802ea75dc-710f0d83, #w-node-_81b8fc8e-164f-63c1-ad50-036b441a87bc-710f0d83, #w-node-_823e6e4e-6a28-9733-3b98-f57309687b00-710f0d83, #w-node-e5040996-6077-27a6-87b2-b6cc6ea56f15-710f0d83, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-710f0d83, #w-node-_0a2e9370-0b50-a6a1-25dc-4bd94ac84f4c-350f0d84, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-350f0d84, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-350f0d84, #w-node-f8ae5b7e-85c6-1c37-807c-837ba3833463-350f0d84, #w-node-_057a8dc4-c242-4e28-2b69-8147484b23e3-350f0d84, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-350f0d84, #w-node-_511a71f0-ee7f-c5ad-1462-86a1cf8d7616-a70f0d85, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-a70f0d85, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-a70f0d85, #w-node-_6e510810-d90c-bea4-60e5-a8caab39f17f-a70f0d85, #w-node-e994c859-c8d7-54c1-a837-85592f441eb8-a70f0d85, #w-node-_5703144f-b8dd-d17c-79d4-4e3330b79623-a70f0d85, #w-node-_60458a15-fa1e-8c8c-dc2d-6ea5dd22ba26-a70f0d85, #w-node-_0503f0c3-e78b-20bd-af87-22cb6a37c58b-a70f0d85, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-a70f0d85, #w-node-bb34c8ae-667e-ae23-1e18-011a95cddfd0-090f0d86, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-090f0d86, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-090f0d86, #w-node-_644924c0-251a-a645-40c6-28723496e45a-090f0d86, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-090f0d86, #w-node-f87f7b17-4194-0863-a819-a6d562a0508b-ba0f0d87, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-ba0f0d87, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-ba0f0d87, #w-node-_337951f1-718c-93eb-4e6c-ca2771f40432-ba0f0d87, #w-node-c98c7821-5167-59d6-da6f-b3b02d0b33e8-ba0f0d87, #w-node-_34b59dc9-78ea-c06a-534c-ff774a87e415-ba0f0d87, #w-node-f7ae7d58-5a6f-f605-7279-052b53ee5faa-ba0f0d87, #w-node-_73e31296-6941-c4af-f37e-c802968b5998-ba0f0d87, #w-node-_79be1ffd-728a-f14a-0c44-2f71a3f14e79-ba0f0d87, #w-node-_573d4c63-6f33-3082-7da9-00e858cebbcc-ba0f0d87, #w-node-_105c69d6-5c1f-4cf9-603e-254c28e167f5-ba0f0d87, #w-node-_0503f0c3-e78b-20bd-af87-22cb6a37c58b-ba0f0d87, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-ba0f0d87, #w-node-c9e88bfd-80e7-0876-101e-66e3aaaf29fb-b20f0d88, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-b20f0d88, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-b20f0d88, #w-node-ed722f51-ac3e-f83a-70fe-50dd10e664db-b20f0d88, #w-node-_0503f0c3-e78b-20bd-af87-22cb6a37c58b-b20f0d88, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-b20f0d88, #w-node-bc0448c4-e60a-d23e-eea9-d58fb65f871c-890f0d89, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-890f0d89, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-890f0d89, #w-node-_019695a8-165a-7388-6b27-55ad0e21d192-890f0d89, #w-node-c31548fc-868e-7c27-7799-491247df337f-890f0d89, #w-node-c111f78d-7566-11f1-3cee-8c6006cb2158-890f0d89, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-890f0d89, #w-node-f38718da-b9fa-964e-98b6-5a0fa58a93f2-9b0f0d8a, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-9b0f0d8a, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-9b0f0d8a, #w-node-_297723ac-c263-0be9-51b1-9411f4e4d537-9b0f0d8a, #w-node-_34c56f33-2d7d-d481-e8df-fba21babb35a-9b0f0d8a, #w-node-_6b87ae10-452d-23a4-1f07-dc8b5bdb47bb-9b0f0d8a, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-9b0f0d8a, #w-node-c32c7e1e-1dbd-556d-5132-62b6a642ba66-180f0d8b, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-180f0d8b, #w-node-b880335a-3c8d-988d-c243-2b2bbbe3aa52-180f0d8b, #w-node-_9e5e81bb-084e-bf53-f385-72895c740c02-180f0d8b, #w-node-_9e82fbd9-59b8-809e-5e89-3113954772d9-180f0d8b, #w-node-a38e278a-9cdf-3033-7e38-0ae200d5fb79-180f0d8b, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-180f0d8b, #w-node-aaf8cae8-afe0-c803-3ec7-e9998f387ef5-340f0d8c, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-340f0d8c, #w-node-_720e023a-3c15-ba00-fdeb-2a461935287f-340f0d8c, #w-node-_543cb33d-acf1-a1dc-f7d2-fd31ae7eb978-340f0d8c, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-340f0d8c, #w-node-_64987d77-41ca-82d4-6580-9e84f3dd3f10-8a0f0d8d, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-8a0f0d8d, #w-node-_9f285f2f-1da6-350c-6bc5-381a06e9e827-8a0f0d8d, #w-node-_233f23ab-2362-3d50-514c-6a92f89535a5-8a0f0d8d {
    grid-column: 2 / 12;
  }

  #w-node-_600fe506-0d23-8964-1a2b-2a20fb5343eb-8a0f0d8d {
    grid-area: Area-4;
  }

  #w-node-_322a35d1-832d-b95a-fc36-435a242f7277-8a0f0d8d {
    grid-area: Area-5;
  }

  #w-node-_50a1fc12-0868-6d83-ad1b-0f292f1d901f-8a0f0d8d {
    grid-area: Area-6;
  }

  #w-node-_7d21c70a-6d01-03e0-59a6-eb72815e807b-8a0f0d8d {
    grid-area: Area-7;
  }

  #w-node-_86f0b019-c20c-70b0-9817-653d2d6c5e91-8a0f0d8d {
    grid-area: Area-8;
  }

  #w-node-_542458f7-0a5d-ba4a-fecb-c6e4f0ffbba3-8a0f0d8d {
    grid-area: Area-9;
  }

  #w-node-aa87eef5-9c61-426f-24ae-4dd0816cb30b-8a0f0d8d {
    grid-area: Area-10;
  }

  #w-node-_1cb39a5e-b2c2-0986-3413-663d6d9375a7-8a0f0d8d, #w-node-_1a2fb881-d2c0-f084-c32c-1c1d556fbd81-8a0f0d8d, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-8a0f0d8d, #w-node-bcf589f1-a867-31fc-089d-c068452584d1-4a0f0d8e, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-4a0f0d8e, #w-node-_4c81442c-9e65-e350-61eb-ab8a9729a814-4a0f0d8e, #w-node-_2d71d963-ce09-7ce7-f0b6-cbc4ad0f7756-4a0f0d8e, #w-node-_175bfca5-438b-85b5-9a55-9d6b74734973-4a0f0d8e, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-4a0f0d8e, #w-node-_0c29e3d6-74ca-5c6d-d125-87796d4bfa42-900f0d8f, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-900f0d8f, #w-node-f8098169-cca6-67af-75f2-40caa137e0d1-900f0d8f, #w-node-e2648611-fe46-240a-2cab-fa1caa6dcdbb-900f0d8f, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-900f0d8f, #w-node-_899f8c0d-8872-e0d6-3104-a229d5abed43-470f0d90, #w-node-_48ddc9da-6c81-355c-7639-f5e467cac38d-470f0d90, #w-node-_99ff2f24-3246-387b-d951-6c53a24461cb-470f0d90, #w-node-e2f8eb2b-e9ae-22f8-e0a4-f4a2600a544a-470f0d90, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-470f0d90 {
    grid-column: 2 / 12;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_428b1256-d8c8-8f9c-ddd1-216fa33b7589-5b0f0d79, #w-node-_428b1256-d8c8-8f9c-ddd1-216fa33b7589-cd0f0d7a, #w-node-_428b1256-d8c8-8f9c-ddd1-216fa33b7589-ac0f0d7b, #w-node-_428b1256-d8c8-8f9c-ddd1-216fa33b7589-820f0d7c, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-c60f0d80, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-6b0f0d81, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-140f0d82, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-710f0d83 {
    grid-column: 2 / 12;
  }

  #w-node-_11681b4d-30dc-d649-cb53-954507be2416-350f0d84, #w-node-_11681b4d-30dc-d649-cb53-954507be2418-350f0d84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11681b4d-30dc-d649-cb53-954507be241a-350f0d84 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-ef500045-491b-534f-65e4-1954ef7f1509-350f0d84, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-a70f0d85, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-090f0d86, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-ba0f0d87, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-b20f0d88, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-890f0d89, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-9b0f0d8a, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-180f0d8b, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-340f0d8c {
    grid-column: 2 / 12;
  }

  #w-node-_6b22f168-db6f-d268-d33b-e12abf88875f-8a0f0d8d {
    grid-area: Area-3;
  }

  #w-node-ef500045-491b-534f-65e4-1954ef7f1509-8a0f0d8d, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-4a0f0d8e, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-900f0d8f, #w-node-ef500045-491b-534f-65e4-1954ef7f1509-470f0d90 {
    grid-column: 2 / 12;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}