:root {
  --cor2: #355ca7;
  --preto-5: #f2f2f2;
  --cor1-15: #f4e3de;
  --cor3-15: #f4ebdf;
  --cor1: #b34324;
  --preto-70: #4c4c4c;
  --cor2-15: #e1e7f2;
  --cor3: #b27825;
  --branco: white;
  --preto: black;
  --preto-20: #ccc;
  --cor2-30: #c2cee4;
  --cor3-40: #e0c9a8;
  --cor6-50: #b5e9bd;
  --cor1-25: #ecd0c8;
  --cor4: #d3c96c;
  --cor4-50: #e9e4b5;
  --cor4-15: #f9f7e9;
  --cor5: #6cd1d3;
  --cor5-50: #b5e8e9;
  --cor5-15: #e9f8f9;
  --cor6: #6cd37d;
  --cor6-15: #e9f9ec;
  --cor7: #d5a56e;
  --cor7-50: #ead2b6;
  --cor7-15: #f9f2e9;
  --cor8: #6cb4d3;
  --cor8-50: #b5d9e9;
  --cor8-15: #e9f4f8;
  --cor1-escura: #2d304f;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

h1 {
  max-width: 600px;
  color: var(--cor2);
  margin: 0 auto 20px;
  font-family: Bahamasb, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 90px;
}

h2 {
  margin-bottom: 20px;
  font-family: all-round-gothic, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 65px;
}

h3 {
  margin-top: 0;
  font-family: all-round-gothic, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

h4 {
  font-family: all-round-gothic, sans-serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
}

h5 {
  text-align: center;
  margin-top: 0;
  font-size: 17px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .8em;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #000;
  text-align: left;
  margin-bottom: 1.25rem;
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.2rem;
}

a {
  color: #000;
  text-decoration: none;
}

ul {
  padding-left: 60px;
  font-size: 1.3rem;
  line-height: 1.9rem;
}

ol {
  margin-bottom: 20px;
  padding-left: 60px;
}

li {
  margin-bottom: 10px;
}

form {
  font-size: 1.1rem;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: left;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.section.bg-abertura {
  background-image: url('../images/bg-abertura150x150.png'), url('../images/bg-abertura150x150.png');
  background-position: 50% 100%, 0 0;
  background-repeat: repeat-x, repeat-x;
  background-size: auto, auto;
}

.section.bg-preto-5 {
  background-color: var(--preto-5);
}

.section.modal {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .3);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.section.cor1-15, .section.cor2-15 {
  background-color: var(--cor1-15);
}

.section.cor3-15 {
  background-color: var(--cor3-15);
}

.section.bg-ua1-mod1 {
  background-image: linear-gradient(to right, var(--cor1) 25%, transparent), url('../images/senadores-celebram.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.bg-preto-60 {
  background-color: var(--preto-70);
}

.section.cor2-15 {
  background-color: var(--cor2-15);
}

.section.bg-ua1-mod2 {
  background-image: linear-gradient(to right, var(--cor1) 26%, transparent), url('../images/8-conferencia-nacional-saude.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.bg-ua1-mod4 {
  background-image: linear-gradient(to right, var(--cor1) 26%, transparent), url('../images/publico-com-crachas.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.bg-ua1-mod5 {
  background-image: linear-gradient(to right, var(--cor1) 26%, transparent), url('../images/computador-fala-br.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.bg-ua1-mod6 {
  background-image: linear-gradient(to right, var(--cor1) 26%, transparent), url('../images/manifestacao-saude.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.bg-ua1-mod3 {
  background-image: linear-gradient(to right, var(--cor1) 26%, transparent), url('../images/cartao-art2-direito-fundamental_1.png');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.section.bg-ua2-mod1 {
  background-image: linear-gradient(to right, var(--cor2) 26%, transparent), url('../images/ouvidoria-sus-bahia.jpg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.bg-cor1-15 {
  background-color: var(--cor1-15);
}

.section.bg-cor2-15 {
  background-color: var(--cor2-15);
}

.section.cor2 {
  background-color: var(--cor2);
}

.section.bg-ua2-mod2 {
  background-image: linear-gradient(to right, var(--cor2) 26%, transparent), url('../images/reuniao-mesa-jovens.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.bg-preto-5 {
  background-color: #f2f2f2;
}

.section.bg-ua2-mod3 {
  background-image: linear-gradient(to right, var(--cor2) 26%, transparent), url('../images/digitando-notebook.jpg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.bg-ua2-mod4 {
  background-image: linear-gradient(to right, var(--cor2) 26%, transparent), url('../images/reuniao-3-pessoas-mesa.jpg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.bg-ua2-mod5 {
  background-image: linear-gradient(to right, var(--cor2) 26%, transparent), url('../images/apertando-botoes-comunicacao.jpg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.bg-ua3-mod1 {
  background-image: linear-gradient(to right, var(--cor3) 26%, transparent), url('../images/coracao-codigo-binario.jpg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.cor3-15, .section.bg-cor3-15 {
  background-color: var(--cor3-15);
}

.section.bg-ua3-mod2 {
  background-image: linear-gradient(to right, var(--cor3) 26%, transparent), url('../images/note-mesa-caneca_1.png');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.bg-ua3-mod3 {
  background-image: linear-gradient(to right, var(--cor3) 26%, transparent), url('../images/bg-ua3-mod3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.container {
  flex: 1;
  padding: 40px 20px;
}

.container.modal-print {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.capa {
  padding-top: 200px;
  padding-bottom: 150px;
}

.container.full-width {
  max-width: 100vw;
  position: relative;
}

.container.full-width._12-conferencia-saude-2003 {
  min-height: 350px;
  background-image: url('../images/12-conferencia-saude-2003.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.container.full-width.democracia {
  min-height: 350px;
  background-image: url('../images/democracia.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.container.full-width._8-conferencia-nacional-saude-1986 {
  min-height: 350px;
  background-image: url('../images/8-conferencia-nacional-saude-1986.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.container.full-width.encerramento-votacoes-nova-carta-constitucional {
  min-height: 350px;
  background-image: url('../images/encerramento-votacoes-nova-carta-constitucional.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.container.full-width.marcha-defesa-sus-2015 {
  min-height: 350px;
  background-image: url('../images/marcha-defesa-sus-2015.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.container.full-width.pessoas-diferentes-idades {
  min-height: 350px;
  background-image: url('../images/pessoas-diferentes-idades.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.container.full-width.pessoas-mascaras-protecao {
  min-height: 350px;
  background-image: url('../images/pessoas-mascaras-protecao.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.container.full-width.homem-mascara-defenda-sus {
  min-height: 350px;
  background-image: url('../images/homem-mascara-defenda-sus.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.container.full-width.em-defesa-sus {
  min-height: 350px;
  background-image: url('../images/em-defesa-sus.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.container.full-width.maos-diversidades {
  min-height: 350px;
  background-image: url('../images/maos-diversidades.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.container.full-width.calllcenter-mulher {
  min-height: 350px;
  background-image: url('../images/callcenter-mulher.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.container.full-width.mulher-estendendo-mao {
  min-height: 350px;
  background-image: url('../images/mulher-estendendo-mao.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.container.full-width.reuniao-cadeirante {
  min-height: 350px;
  background-image: url('../images/reuniao-cadeirante.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.container.full-width.estatistica-financeira {
  min-height: 350px;
  background-image: url('../images/estatistica-financeira.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.container.capa2 {
  height: 100vh;
  min-height: 600px;
  align-items: center;
  display: flex;
}

.marcas {
  align-self: center;
  margin-bottom: 10px;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.isbn {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.grid-capa {
  grid-template-rows: 96px auto auto auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-items: center;
}

.acordeon {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.acordeon.geral {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 0 9px rgba(0, 0, 0, .2);
}

.acordeon-cabecalho {
  width: 100%;
  height: 70px;
  color: var(--preto-5);
  cursor: pointer;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-self: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
}

.acordeon-cabecalho.bg-cor2 {
  background-color: var(--cor1);
}

.acordeon-cabecalho.bonecos2 {
  background-image: url('../images/bg-bonecos-fullscreen-laranja.png');
  background-position: 0 0;
  background-size: auto;
}

.acordeon-cabecalho.bg-cor2 {
  background-color: #b34324;
}

.acordeon-ico {
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  padding: 5px;
  font-size: 26px;
  position: relative;
}

.acordeon-conteudo {
  min-width: 100%;
  background-color: var(--preto-5);
  justify-content: flex-start;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  overflow: hidden;
}

.acordeon-text {
  padding-top: 15px;
  padding-bottom: 15px;
}

.embed-tabela {
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 "Area-7 . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  align-items: start;
  justify-items: start;
}

.link {
  text-decoration: underline;
}

.link:hover {
  color: #4d4d4d;
  background-color: #e5e5e5;
}

.link.w--current {
  display: none;
}

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

.card-modal {
  background-color: var(--branco);
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 15px;
  display: block;
  box-shadow: 0 0 7px rgba(0, 0, 0, .3);
}

.card-modal.scroll {
  max-height: 70%;
}

.card-modal-conteudo {
  grid-template-rows: auto;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.card-modal-conteudo.scroll {
  max-height: 100%;
  overflow: auto;
}

.capa {
  grid-template-rows: minmax(auto, 1fr) 132px auto 96px;
  grid-template-columns: .25fr 1fr .25fr;
  justify-items: center;
}

.bt-caixa2 {
  max-width: 130px;
  background-color: var(--branco);
  color: var(--preto);
  text-align: center;
  font-family: Bahamasn, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.15em;
  text-decoration: none;
  transition: all .2s;
  transform: translate(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}

.bt-caixa2:hover {
  background-color: var(--preto-20);
  transform: translate(0, 4px);
  box-shadow: inset 0 -2px rgba(255, 255, 255, .5), 0 2px 0 -2px #4d6f22, 0 0 2px rgba(0, 0, 0, .3);
}

.bt-caixa2.w--current {
  padding: 6px;
  font-size: 1.2em;
}

.bt-img {
  width: 40px;
  height: 40px;
  float: right;
  background-color: var(--branco);
  color: var(--preto);
  text-align: center;
  border-radius: 30px;
  align-items: center;
  margin-bottom: 5px;
  margin-left: 5px;
  font-family: Lato, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.15em;
  text-decoration: none;
  transition: all .2s;
  transform: translate(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}

.bt-img:hover {
  background-color: var(--preto-20);
  transform: translate(0, 2px);
  box-shadow: inset 0 -2px rgba(255, 255, 255, .5), 0 2px 0 -2px #4d6f22, 0 0 2px rgba(0, 0, 0, .3);
}

.bt-img.w--current {
  padding: 6px;
  font-size: 1.2em;
}

.ass2 {
  max-width: 400px;
  font-size: 1.2em;
}

.card-regua {
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.card-regua.bg-regua2 {
  background-image: url('../images/bg-bonecos-fullscreen-laranja.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.botao.horizontal {
  font-family: all-round-gothic, sans-serif;
  font-size: .938rem;
  font-weight: 500;
  display: flex;
}

.botao.vertical {
  flex-direction: column;
  display: flex;
}

.botao.vertical.modelo2 {
  border: 1px solid var(--branco);
  background-color: var(--branco);
  border-radius: 30px;
}

.botao.vertical.voltar-topo {
  z-index: 3;
  position: fixed;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 5%;
}

.botao.modelo1 {
  border-radius: 30px;
}

.botao.modelo1.float-right {
  float: right;
}

.botao.absolute {
  box-shadow: 0 0 rgba(0, 0, 0, .1);
}

.botao.itens-ancoras {
  background-color: var(--preto-5);
  border-radius: 30px 30px 30px 0;
  padding: 15px;
  font-family: all-round-gothic, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.botao.itens-ancoras.margin-bottom-5.w--current {
  background-color: var(--cor2-30);
}

.botao.print {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.botao.itens-ancoras {
  background-color: #f2f2f2;
  border-radius: 30px 30px 30px 0;
  padding: 15px;
  font-family: all-round-gothic, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.botao.itens-ancoras.margin-bottom-5.w--current {
  background-color: #ecd0c8;
}

.botao.bt-ancora {
  background-color: var(--preto-5);
  border-radius: 30px 30px 30px 0;
  padding: .938rem;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.botao.bt-global {
  background-color: var(--preto-5);
  border-radius: .625rem;
  padding: .938rem;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.botao.bt-vertical {
  flex-direction: column;
  padding: .313rem;
  font-family: all-round-gothic, sans-serif;
  font-size: .938rem;
  font-weight: 500;
}

.botao.bt-horizontal {
  padding: .313rem;
  font-family: all-round-gothic, sans-serif;
  font-size: .938rem;
  font-weight: 500;
}

.bt-texto {
  padding: .188rem;
}

.card-horizontal {
  padding: 20px;
  display: flex;
}

.card-horizontal.destaque-1 {
  background-color: var(--branco);
  outline-color: var(--preto-20);
  outline-offset: 0px;
  border-radius: 30px;
  outline-width: 2px;
  outline-style: solid;
  font-size: 1.3rem;
  line-height: 1.7rem;
}

.card-horizontal.destaque-2 {
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.7rem;
}

.card-horizontal.destaque-1 {
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 30px;
  outline: 2px solid #ccc;
}

.card-horizontal.destaque-sessao-reflexiva {
  color: var(--branco);
  align-items: center;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.7rem;
}

.card-horizontal.destaque-1 {
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 30px;
  outline: 2px solid #ccc;
  font-size: 1.3rem;
  line-height: 1.7rem;
}

.grid-modal {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  padding: 15px;
}

.columns-footer {
  display: flex;
}

.column1-footer, .column2-footer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal1 {
  z-index: 1000;
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25%;
  padding-right: 25%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-imagem {
  text-align: center;
}

.card-imagem.ico-125 {
  max-width: 125px;
  min-width: 125px;
  margin-left: auto;
  margin-right: auto;
}

.card-imagem.ico-300 {
  max-width: 300px;
  min-width: 300px;
}

.card-imagem.ico-75 {
  max-width: 75px;
  min-width: 75px;
}

.card-imagem.last {
  order: 1;
}

.card-imagem.ico-100 {
  max-width: 100px;
  min-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.card-vertical {
  align-items: flex-start;
  padding: 15px;
}

.card-vertical.destaque-reflexao {
  color: var(--branco);
  text-align: left;
  border-radius: 15px;
  align-items: center;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.card-vertical.card-linha-equerda {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.card-vertical.card-linha-direita {
  background-color: var(--cor2-15);
  border-radius: 0 15px 15px 0;
  align-items: center;
  line-height: 31px;
}

.card-vertical.card-aba-equerda {
  background-color: var(--cor2);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-vertical.card-aba-equerda.mobile {
  display: none;
}

.card-vertical.card-aba-direita {
  background-color: var(--cor2);
  text-align: center;
  border-radius: 0 15px 15px 0;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-vertical.card-aba-direita.mobile {
  display: none;
}

.card-vertical.bilhete2 {
  color: var(--preto-70);
  text-align: left;
  align-items: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 33px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.card-vertical.aprendendo-juntos.linha-cor1 {
  border-left: 4px solid var(--cor1);
}

.card-vertical.aprendendo-juntos.linha-cor2 {
  border-left: 4px solid var(--cor2);
  border-left: 4px solid #355ca7;
}

.card-vertical.aprendendo-juntos.linha-cor3 {
  border-left: 4px solid var(--cor3);
}

.card-vertical.destaque-reflexao {
  color: #fff;
  text-align: left;
  border-radius: 15px;
  align-items: center;
  font-family: all-round-gothic, sans-serif;
  font-weight: 500;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.card-vertical.exemplo {
  background-color: var(--branco);
  align-items: center;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.card-vertical.card-linha-esquerda {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-end;
  padding-right: 30px;
  display: flex;
}

.card-vertical.card-linha-direita {
  background-color: #f4e3de;
  border-radius: 0 15px 15px 0;
  align-items: center;
  line-height: 31px;
}

.card-vertical.card-linha-direita.cor {
  background-color: #f4e3de;
}

.card-vertical.card-aba-equerda {
  background-color: #b34324;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-direction: column;
  align-items: center;
}

.card-vertical.card-aba-equerda.mobile {
  display: none;
}

.card-vertical.card-aba-direita {
  text-align: center;
  background-color: #b34324;
  border-radius: 0 15px 15px 0;
  flex-direction: column;
  align-items: center;
}

.card-vertical.card-aba-direita.mobile {
  display: none;
}

.card-vertical.bilhete {
  color: #4c4c4c;
  text-align: left;
  align-items: center;
  font-family: Great Vibes, cursive;
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.card-vertical.placa {
  background-color: var(--cor2-15);
  border-radius: 10px;
  align-items: center;
  font-family: all-round-gothic, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.card-vertical.balao-pergunta {
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  font-family: all-round-gothic, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.card-vertical.escada {
  background-color: var(--cor2-15);
  justify-content: space-between;
  align-items: center;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3rem;
  display: flex;
}

.card-vertical.balao-ilustra-15 {
  max-width: 250px;
  background-color: var(--branco);
  border-radius: 10px;
  align-items: center;
  font-family: all-round-gothic, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.card-vertical.interseccao {
  border-radius: 10px;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: flex;
}

.card-vertical.balao-historia {
  border: .188rem solid var(--preto-20);
  background-color: var(--branco);
  border-radius: 20px;
  align-items: center;
  font-family: all-round-gothic, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.card-vertical.balao-dia-reuniao {
  background-color: var(--branco);
  border-radius: 20px;
  align-items: center;
  font-family: all-round-gothic, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  position: absolute;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.card-vertical.balao-antes-depois {
  background-color: var(--preto-70);
  color: var(--branco);
  align-items: center;
  font-family: all-round-gothic, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.card-vertical.bandeira-aprendendo-juntos {
  color: var(--branco);
  text-align: left;
  border-radius: 15px 0 0 15px;
  align-items: center;
  font-family: all-round-gothic, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 31px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.card-vertical.carta {
  border: 3px solid var(--preto-20);
  text-align: center;
  border-style: dotted;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.1rem;
  line-height: 1.2rem;
  display: flex;
}

.card-vertical.carta-cabecalho {
  background-color: var(--cor2-15);
  border-radius: 10px;
  align-items: center;
  font-family: all-round-gothic, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1rem;
}

.card-vertical.destaque-reflexao {
  color: #fff;
  text-align: left;
  border-radius: 15px;
  align-items: center;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.card-vertical.carta-interativa {
  border: 3px solid var(--preto-20);
  text-align: center;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.1rem;
  line-height: 1.2rem;
  display: flex;
}

.localizador {
  min-height: 60px;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu {
  min-width: 630px;
  background-color: var(--branco);
  flex-direction: row;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.img-localizador {
  min-width: 140px;
}

.container-navbar {
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.dropdown-list {
  right: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
}

.dropdown-link {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.dropdown-link:hover {
  background-color: #f2f2f2;
}

.dropdown-link.w--current {
  background-color: var(--preto-70);
  color: var(--branco);
}

.dropdown-toggle:hover, .nav-link:hover {
  color: #7f7f7f;
}

.nav-link.w--current {
  background-color: var(--preto-20);
  color: #000;
}

.navbar {
  z-index: 4;
  background-color: var(--branco);
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
}

.texto-localizador {
  min-width: 130px;
  color: var(--branco);
  padding-right: 10px;
  font-family: Bahamasn, sans-serif;
  font-size: 22px;
  display: none;
}

.menu-button {
  z-index: 3;
}

.lista-romana {
  margin-left: 60px;
  list-style-type: lower-roman;
}

.card-thumb {
  background-color: var(--preto-5);
  object-fit: fill;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: row;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: 0 0 9px rgba(0, 0, 0, .3);
}

.card-thumb:hover {
  background-color: silver;
}

.texto-card-thumbs {
  color: var(--preto-70);
  padding: 15px;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.1em;
}

.card-thumb-img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: 100% 50%;
}

.lista-alfabetica {
  margin-left: 60px;
  list-style-type: lower-alpha;
}

.grid-cards {
  grid-template-rows: auto auto auto;
  align-items: start;
}

.card-img {
  justify-content: center;
  display: flex;
}

.card-img.float-left {
  float: left;
  margin-right: 30px;
}

.card-img.float-right {
  float: right;
  margin-left: 30px;
}

.bt-ico {
  min-height: 2.5rem;
  min-width: 2.5rem;
}

.card-regua-conteudo {
  max-width: 900px;
  min-height: 80px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lista-decorativa {
  background-image: url('../images/bullet-branco.png');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: auto 15px;
  margin-left: 35px;
  padding-left: 1.2em;
  font-family: Lato, sans-serif;
  list-style-type: none;
}

.lista-decorativa.bullet1 {
  background-image: url('../images/bullet-laranja.png');
  background-position: 0 10px;
  background-size: auto .7em;
}

.lista-decorativa.bullet2 {
  background-image: url('../images/bullet-azul.png');
  background-position: 0 8px;
  background-size: auto .7em;
}

.lista-decorativa.bullet0 {
  background-image: url('../images/bullet-branco.png');
}

.lista-decorativa.bullet3 {
  background-image: url('../images/bullet-amarelo.png');
}

.titulo-img {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
}

.legenda {
  font-size: 1rem;
  line-height: 1.1rem;
}

.center {
  text-align: center;
}

.h1-subtitulo {
  margin-top: 10px;
  font-family: all-round-gothic, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  display: block;
}

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

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

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

.grid-abertura-ua1 {
  max-width: 800px;
  background-color: var(--branco);
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
}

.cor-branco, .paragraph {
  color: var(--branco);
}

.grid-modulos {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

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

.card-horizontal-texto.margin-bottom-20 {
  margin-bottom: 20px;
}

.acordeon-cabecalho-texto {
  color: var(--branco);
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.grid-aprendendo-juntos {
  grid-column-gap: 0px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 2fr;
}

.titulo-aprendendo-juntos {
  text-align: right;
  font-size: 23px;
  font-weight: 400;
  line-height: 18px;
}

.right {
  text-align: right;
}

.margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.card-horizontal-paragrafo {
  color: var(--preto);
  font-family: Lato, sans-serif;
  font-size: 21px;
  line-height: 38px;
}

.card-horizontal-paragrafo.sessao-reflexiva {
  font-family: all-round-gothic, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.card-horizontal-paragrafo.sessao-reflexiva.cor-branco {
  color: var(--branco);
}

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

.olho {
  max-width: 350px;
  float: right;
  border-left: 5px dotted var(--preto-20);
  color: var(--preto-70);
  margin-left: 20px;
  padding: 10px;
  font-family: all-round-gothic, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.card-legenda-parallax {
  max-width: 500px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 5px 0 0 5px;
  flex-direction: column;
  padding: 5px;
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.fonte {
  font-size: .9rem;
  line-height: 1.1rem;
}

.tab-link {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.tab-link.w--current {
  background-color: var(--preto-20);
}

.tab-link.bt-resposta {
  background-color: var(--preto-20);
  border-radius: .313rem;
  margin-bottom: 3px;
  margin-right: 3px;
  padding: 10px;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.tab-link.bt-resposta:hover {
  background-color: var(--preto-20);
}

.tab-link.quebra-cabecas2 {
  background-image: url('../images/ico-quebra-cabecas2.png');
  background-position: 0 0;
  background-size: cover;
}

.tab-link.quebra-cabecas2:hover {
  background-image: url('../images/ico-quebra-cabecas2.png'), linear-gradient(to bottom, var(--cor1-15), var(--cor1-15));
  filter: grayscale(0%);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.tab-link.quebra-cabecas2.w--current {
  background-image: url('../images/ico-quebra-cabecas2.png'), linear-gradient(to bottom, var(--cor1), var(--cor1));
  filter: grayscale(0%);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.tab-link.quebra-cabecas2.w--current:hover {
  background-image: url('../images/ico-quebra-cabecas2.png'), linear-gradient(to bottom, null, null);
  background-size: cover, auto;
}

.tab-link.quebra-cabecas3 {
  background-image: url('../images/ico-quebra-cabecas3.png');
  background-position: 0 0;
  background-size: cover;
}

.tab-link.quebra-cabecas3:hover {
  background-image: url('../images/ico-quebra-cabecas3.png'), linear-gradient(to bottom, var(--cor3-40), var(--cor3-40));
  filter: grayscale(70%);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.tab-link.quebra-cabecas3.w--current {
  background-image: url('../images/ico-quebra-cabecas3.png'), linear-gradient(to bottom, var(--cor3), var(--cor3));
  filter: grayscale(0%);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.tab-link.quebra-cabecas4 {
  background-image: url('../images/ico-quebra-cabecas4.png');
  background-position: 0 0;
  background-size: cover;
}

.tab-link.quebra-cabecas4:hover {
  background-image: url('../images/ico-quebra-cabecas4.png'), linear-gradient(to bottom, var(--cor3-40), var(--cor3-40));
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.tab-link.quebra-cabecas4.w--current {
  background-image: url('../images/ico-quebra-cabecas4.png'), linear-gradient(to bottom, var(--cor3), var(--cor3));
  filter: grayscale(0%);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.tab-link.quebra-cabecas5 {
  background-image: url('../images/ico-quebra-cabecas5.png');
  background-position: 0 0;
  background-size: cover;
}

.tab-link.quebra-cabecas5:hover {
  background-image: url('../images/ico-quebra-cabecas5.png'), linear-gradient(to bottom, var(--cor2-30), var(--cor2-30));
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.tab-link.quebra-cabecas5.w--current {
  background-image: url('../images/ico-quebra-cabecas5.png'), linear-gradient(to bottom, var(--cor2), var(--cor2));
  filter: grayscale(0%);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.tab-link.quebra-cabecas6 {
  background-image: url('../images/ico-quebra-cabecas6.png');
  background-position: 0 0;
  background-size: cover;
}

.tab-link.quebra-cabecas6:hover {
  background-image: url('../images/ico-quebra-cabecas6.png'), linear-gradient(to bottom, var(--cor3-40), var(--cor3-40));
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.tab-link.quebra-cabecas6.w--current {
  background-image: url('../images/ico-quebra-cabecas6.png'), linear-gradient(to bottom, var(--cor1), var(--cor1));
  filter: grayscale(0%);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.tab-link.quebra-cabecas1 {
  background-image: url('../images/ico-quebra-cabecas1.png');
  background-position: 0 0;
  background-size: cover;
}

.tab-link.quebra-cabecas1:hover {
  background-image: url('../images/ico-quebra-cabecas1.png'), linear-gradient(to bottom, var(--cor2-30), var(--cor2-30));
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.tab-link.quebra-cabecas1.w--current {
  background-image: url('../images/ico-quebra-cabecas1.png'), linear-gradient(to bottom, var(--cor2), var(--cor2));
  filter: grayscale(0%);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.tabs-content {
  justify-content: flex-start;
  padding: 25px;
  display: flex;
}

._w-450 {
  width: 100%;
  max-width: 450px;
  position: relative;
}

._w-900 {
  width: 100%;
  max-width: 900px;
}

._w-300 {
  width: 100%;
  max-width: 300px;
}

.margin-bottom-20 {
  margin-bottom: 1.25rem;
}

.margin-bottom-5 {
  margin-bottom: .313rem;
}

.citacao1 {
  max-width: 700px;
  text-align: left;
  border-left: 0 solid #000;
  margin-left: 7rem;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.3rem;
  line-height: 1.7rem;
}

.espaco-40 {
  margin-bottom: 40px;
}

.referencias a {
  color: var(--preto);
  text-decoration: underline;
}

.referencias a:hover {
  background-color: var(--preto-5);
}

.card-box {
  flex-direction: column;
  padding: 15px;
}

.card-box.modelo1 {
  flex-direction: column;
  align-items: center;
  padding: 15px;
  display: flex;
}

.card-vertical-ico.ico-125 {
  max-width: 125px;
  min-width: 125px;
  text-align: center;
}

.card-vertical-ico.ico-125.margin-bottom-15 {
  margin-bottom: 15px;
}

.card-container {
  grid-template-rows: auto;
}

.card-vertical-texto {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

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

.grid-problemas-sus.margin-bottom-40 {
  grid-template-columns: auto auto auto auto;
}

.display-none {
  display: none;
}

.coluna-linha-direita {
  padding-left: 0;
}

.coluna-linha-direita.linha-direita-3 {
  border-left: 4px solid var(--cor3);
}

.coluna-linha-direita.linha-direita-1 {
  border-left: 4px solid var(--cor1);
}

.coluna-linha-esquerda {
  padding-left: 0;
  padding-right: 0;
}

.card-linha-titulo {
  color: var(--branco);
  font-family: all-round-gothic, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.navbar-lateral {
  max-width: 300px;
  flex-direction: column;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 1%;
  left: auto;
  right: 1%;
}

.navbar-lateral.margin-top-60 {
  top: 140px;
}

.navbar-lateral.display-none {
  display: none;
}

.bg-boneco1 {
  background-image: url('../images/bg-bonecos-fullscreen-laranja.png');
  background-position: 0 0;
  background-size: auto;
}

.bg-boneco2 {
  background-image: url('../images/bg-bonecos-fullscreen-azul.png');
  background-position: 0 0;
  background-size: auto;
}

.sticky-70 {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

.ico-numero {
  width: 3rem;
  height: 3rem;
  text-align: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-family: all-round-gothic, sans-serif;
  font-size: 40px;
  font-weight: 700;
  display: flex;
}

.ico-numero.cor2 {
  background-color: var(--cor2-30);
  color: var(--cor2);
}

.ico-numero.cinza {
  background-color: var(--preto-20);
  color: var(--preto-70);
}

.ico-numero.cor3 {
  background-color: var(--cor3-40);
  color: var(--cor3);
}

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

.grid-pnh.margin-bottom-40 {
  align-items: stretch;
}

.card-som {
  width: 100%;
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.player-som {
  width: 100%;
}

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

.grid-atendimento-aspectos {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.grid-atendimento-aspectos.margin-bottom-40 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
}

.grid-atendimento-1-2-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-atendimento-1-2-3.margin-bottom-40 {
  grid-template-columns: 1fr 1fr 1fr;
}

.bg-preto-10 {
  background-color: var(--preto-5);
}

.grid-classificacao-manifestacao {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.margin-bottom-10 {
  margin-bottom: .625rem;
}

.bg-cor2-15 {
  background-color: var(--cor2-15);
}

.bg-boneco3 {
  background-image: url('../images/bg-bonecos-fullscreen-amarelo.png');
  background-position: 0 0;
  background-size: auto;
}

.bg-cor3 {
  background-color: var(--cor3);
}

.coluna-linha-esquerda-2 {
  background-color: var(--branco);
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.coluna-linha-esquerda-2.magin-top-40 {
  padding-top: 40px;
}

.nospace {
  margin-bottom: 0;
}

.coluna-linha-direita-2 {
  border-left: 4px solid #b34324;
  padding-left: 0;
  padding-right: 0;
}

.coluna-linha-direita-2.margin-top-40 {
  padding-top: 40px;
}

.columns {
  display: flex;
}

.texto-branco-2 {
  color: #fff;
}

.cor1 {
  color: #b34324;
}

.acordeon-conteudo-2 {
  min-width: 100%;
  background-color: #f2f2f2;
  justify-content: flex-start;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  overflow: hidden;
}

.acordeon-cabecalho-texto-2 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.lista-numerica {
  margin-left: 60px;
  list-style-type: decimal;
}

.card-linha-equerda-titulo-2 {
  color: #fff;
  font-family: all-round-gothic, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

._w-600 {
  width: 100%;
  max-width: 600px;
}

.grid-atendimento-ouvidoria-resultara {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.grid-atendimento-ouvidoria-resultara.margin-bottom-40 {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.card-tabela-2 {
  margin-top: 10px;
  margin-bottom: 40px;
}

.modal2 {
  z-index: 100;
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25%;
  padding-right: 25%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-selecao-metodo {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.grid-selecao-metodo.margin-bottom-40 {
  grid-template-columns: 1fr 1fr;
}

.tab-link-3 {
  background-color: #f2f2f2;
  border-radius: 10px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.tab-link-3.modelo1 {
  color: #4c4c4c;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
  margin-right: 3px;
  font-family: all-round-gothic, sans-serif;
  display: flex;
}

.tab-link-3.modelo1:hover {
  background-color: var(--preto-5);
}

.grid-representacoes-graficas {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.grid-representacoes-graficas.margin-bottom-40 {
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

.grid-medidas-posicao-central {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.grid-medidas-posicao-central.margin-bottom-40 {
  grid-template-columns: 1fr 1fr 1fr;
}

.modal10 {
  z-index: 100;
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25%;
  padding-right: 25%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.marcas-creditos {
  align-self: center;
  padding: 5px;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.texto-right {
  text-align: right;
}

.card-titulo {
  font-family: all-round-gothic, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
}

.grid-recursos-humano {
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  padding-bottom: 40px;
}

.lista {
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5em;
}

.grid-perfil-ouvidor-saude-1, .grid-perfil-ouvidor-saude-2, .grid-perfil-ouvidor-saude-3 {
  grid-template-rows: auto;
}

.bg-cor1 {
  background-color: var(--cor1);
}

.grid-processo-trabalho-padrao-ouvidorias-sus {
  grid-template-columns: 1fr 1fr 1fr;
}

.bg-branco {
  background-color: var(--branco);
}

.grid-estrutura-fisica-ouvidorias-sus {
  grid-row-gap: 270px;
  background-image: url('../images/ilustra-10.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 700px;
  grid-template-rows: auto auto;
}

.grid-estrutura-fisica-ouvidorias-sus.margin-bottom-40 {
  grid-row-gap: 270px;
}

.grid-aspectos-eticos {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 5px;
}

.grid-exemplos-perguntas-sondagem {
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
}

.bg-cor3-15 {
  background-color: var(--cor3-15);
}

.grid-tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 150px 150px;
  grid-template-columns: 150px 150px 150px;
  grid-auto-columns: 1fr;
  align-content: start;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-tabs {
  display: flex;
}

.grid-disseminacao-informacoes {
  grid-column-gap: 0px;
  grid-row-gap: 1px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.absolute {
  position: absolute;
}

.margin-bottom-15 {
  margin-bottom: .938rem;
}

.grid-manifestacao-ouvidoria-prazo-normal {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

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

.script-atividade-select {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
}

.tabs-principios-diretrizes-ouvidoria-sus {
  display: flex;
}

.tabs-principios-diretrizes-ouvidoria-sus-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
}

.grid-historia {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.grid-historia-espaco-coluna {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.grid-historia-1 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr .5fr .5fr;
}

.grid-qual-a-importancia-monitoramento-gestao-servicos {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-qual-a-importancia-monitoramento-gestao-servicos.margin-bottom-40 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.bg-cor2 {
  background-color: var(--cor2);
}

.bg-cor1-15 {
  background-color: var(--cor1-15);
}

.tabs-modelos-saude {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.tab-cartas {
  background-color: var(--preto-5);
  border-radius: 10px;
  align-items: center;
  padding: 20px;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2rem;
  display: flex;
}

.tab-cartas:hover {
  background-color: var(--preto-20);
}

.tab-resposta {
  background-color: var(--preto-5);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3rem;
}

.tab-resposta.w--current {
  background-color: var(--preto-20);
}

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

.margin-right-10 {
  margin-right: .625rem;
}

.margin-right-15 {
  margin-right: .938rem;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-right-20 {
  margin-right: 20px;
}

.relative {
  position: relative;
}

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

.grid-tratamento-dados {
  grid-template-columns: 1fr 1fr;
}

.card.carta-vertical {
  background-color: var(--preto-5);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .625rem;
  font-family: all-round-gothic, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  display: flex;
}

.card.carta-horizontal {
  background-color: var(--preto-5);
  text-align: left;
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  padding: 15px;
  font-family: all-round-gothic, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  display: flex;
}

.card.fala-usuario {
  background-color: var(--branco);
  text-align: left;
  border-radius: 10px;
  align-items: center;
  padding: 15px;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.1rem;
  line-height: 1.2rem;
  display: flex;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.card.lgpd {
  border: .2rem solid var(--cor2);
  background-color: var(--cor2-15);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-family: all-round-gothic, sans-serif;
  font-size: .8rem;
  line-height: 1.2rem;
  display: flex;
}

.card.lgpd.w--current {
  background-color: var(--cor2);
  color: var(--branco);
  font-weight: 500;
}

.card.lgpd-circulo-2 {
  width: 9rem;
  height: 9rem;
  border: .7rem solid var(--cor2);
  background-color: var(--branco);
  text-align: center;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  font-family: all-round-gothic, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2rem;
  display: flex;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.card.lgpd-circulo-1 {
  width: 15rem;
  height: 15rem;
  border: 1rem solid var(--cor2);
  background-color: var(--branco);
  text-align: center;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2rem;
  display: flex;
}

.card.card-horizontal {
  border: 2px solid var(--preto-20);
  border-radius: 1.875rem;
  flex-direction: row;
  align-items: center;
  padding: .625rem;
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  line-height: 1.7rem;
  display: flex;
}

.grid-producao-gerenciamento-divulgacao {
  grid-column-gap: 38px;
  grid-template-rows: auto;
}

.grid-relatorios-gerenciais, .grid-relatorios-gerenciais-indica {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-relatorios-gerenciais-indica.margin-bottom-40 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
}

.filter-cor-3 {
  filter: brightness(133%) hue-rotate(173deg);
}

.grid-dado-info-conhecimento {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-dado-info-conhecimento.margin-bottom-40 {
  grid-column-gap: 0px;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
  align-items: start;
}

.ico-50 {
  max-width: 50px;
  min-width: 50px;
}

.ico-25 {
  max-width: 25px;
  min-width: 25px;
  margin-left: auto;
  margin-right: auto;
}

.ico-100 {
  max-width: 6.25rem;
  min-width: 6.25rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-75 {
  max-width: 4.688rem;
  min-width: 4.688rem;
  margin-left: auto;
  margin-right: auto;
}

.lista-check {
  background-image: url('../images/bullet-branco.png');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: auto 15px;
  padding-left: 1.2em;
  font-family: Lato, sans-serif;
  list-style-type: none;
}

.lista-check.bullet-check-3 {
  background-image: url('../images/ico-check-3.svg');
  background-position: 0 5px;
  background-size: auto 20px;
}

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

.grid-pnh-2.margin-bottom-40 {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.link-modal {
  text-decoration: underline;
}

.link-modal:hover {
  color: #4d4d4d;
  background-color: #e5e5e5;
}

.link-modal.w--current {
  display: none;
}

.navfooter {
  font-family: all-round-gothic, sans-serif;
  position: fixed;
}

.navfooter.esquerda {
  bottom: 1.25rem;
  left: 1.25rem;
}

.navfooter.direita {
  bottom: 1.25rem;
  right: 1.25rem;
}

.container-navfooter {
  justify-content: flex-end;
  align-items: center;
}

.nav-menu-footer {
  flex-direction: row;
  align-items: center;
}

.nav-link-footer {
  text-align: center;
  display: block;
}

.nav-link-footer:hover {
  font-weight: 500;
}

.nav-link-footer.w--current {
  background-color: var(--preto-20);
  color: var(--preto-70);
  font-weight: 500;
  transform: scale(1.1);
}

.coluna-flex {
  display: flex;
}

.botao-resposta, .botao-limpar {
  background-color: var(--preto-5);
  color: var(--preto);
  border-radius: .313rem;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.bt-seta {
  color: rgba(0, 0, 0, .2);
  background-color: rgba(242, 242, 242, .3);
  border: 4px solid rgba(0, 0, 0, .2);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
}

.bt-seta:hover {
  transform: translate(0, 2px);
}

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

.checkbox {
  min-height: 30px;
  min-width: 30px;
  margin-left: 0;
}

.margin-right-5 {
  margin-right: .313rem;
}

.grid-lgpd {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 9rem 9rem 1fr;
  justify-items: center;
}

.grid-lgpd.mobile {
  max-height: 700px;
  display: none;
}

.grid-lgpd.relative {
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.column {
  overflow: auto;
}

.margin-left-30 {
  margin-left: 30px;
}

.ico-75 {
  min-width: 75px;
}

.padding-10 {
  padding: .625rem;
}

.padding-3, .bt-container {
  padding: .188rem;
}

.state-success {
  background-color: var(--branco);
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.state-success.bg-cor-success.sizing-grow {
  flex: 1;
}

.state-error {
  text-align: center;
  background-color: #ffdede;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.state-error.sizing-grow {
  flex: 1;
}

.ico-40 {
  max-width: 40px;
  min-width: 40px;
  margin-left: auto;
  margin-right: auto;
}

.acordeon-2 {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.acordeon-2.acordeon-3 {
  border-top-left-radius: .625rem;
  border-bottom-left-radius: .625rem;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.1rem;
  line-height: 1.2rem;
}

.acordeon-2.acordeon-indicadores {
  border-radius: .75rem;
  font-size: 1.1rem;
}

.acordeon-cabecalho-2 {
  height: 190px;
  text-align: center;
  cursor: pointer;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.acordeon-overflow {
  justify-content: flex-start;
  overflow: hidden;
}

.acordeon-container {
  padding: .938rem 1.563rem;
}

.grid-finalidades-gestao, .grid-objetivo-meta {
  grid-template-rows: auto;
}

._w-750 {
  width: 100%;
  max-width: 750px;
}

.acordeon-cabecalho-3 {
  height: 110px;
  text-align: center;
  cursor: pointer;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.rt-creditos {
  flex-direction: column;
}

.rt-creditos p {
  margin-bottom: .313rem;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.rt-creditos blockquote {
  background-color: var(--preto-5);
  border: 1px #000;
  padding: 1rem;
  font-family: all-round-gothic, sans-serif;
}

.rt-creditos a {
  color: #e20177;
  text-decoration: underline;
}

.rt-creditos a:hover {
  color: #4c4c4c;
}

.rt-creditos em {
  color: var(--cor2);
  font-family: all-round-gothic, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7rem;
}

.rt-creditos p {
  margin-bottom: .313rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.rt-creditos em {
  color: var(--cor2);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7rem;
}

.div-block-2 {
  align-items: center;
  display: flex;
}

.acordeon-ico-2 {
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 26px;
  display: flex;
  position: relative;
}

.acordeon-cabecalho-4 {
  width: 100%;
  min-height: 70px;
  cursor: pointer;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2rem;
  display: flex;
}

.bg-cor3-40 {
  background-color: var(--cor3-40);
}

.padding-20 {
  padding: 1.25rem;
}

.padding-5 {
  padding: .313rem;
}

.bg-white {
  background-color: var(--branco);
}

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

.acordeon-cabecalho-2-2 {
  min-height: 55px;
  text-align: center;
  cursor: pointer;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1.563rem;
}

.acordeon-ico-3 {
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 26px;
  display: flex;
  position: relative;
}

.bg-cor2-15 {
  background-color: #cde4e2;
}

.sticky-100 {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
}

.sticky-60 {
  z-index: 3;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.bg-yellow-claro {
  background-color: #fff4d9;
}

.bg-laranja-claro {
  background-color: #ffebe5;
}

.bg-azul-claro {
  background-color: #e5ecfa;
}

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

.acordeon-cabecalho-acordeon-pesquisa {
  width: 100%;
  min-height: 70px;
  border: 1px solid var(--preto-20);
  color: var(--cor3);
  cursor: pointer;
  border-radius: 50px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2rem;
  display: flex;
}

.div-block-3 {
  align-items: center;
  display: flex;
}

.grid-script-atividade-select {
  grid-column-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: minmax(200px, .5fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.margin-right-5-2 {
  margin-right: .313rem;
}

.cards.card-flex-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cards.card-block-2 {
  border-radius: .625rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 11px -6px #000;
}

.select-field {
  margin-bottom: 0;
}

.bg-cor-success {
  background-color: var(--cor6-50);
}

.bg-cor1-10 {
  background-color: var(--cor1-15);
}

.max-w-300 {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.grid-script-atividade-select-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
}

.margin-bottom-15-2 {
  margin-bottom: .938rem;
}

.grid-script-atividade-select-2 {
  grid-template-rows: auto;
  grid-template-columns: minmax(12.5rem, 1fr) minmax(12.5rem, 1fr) minmax(18.75rem, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.atividade-checkbox {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.margin-left-10 {
  margin-left: .625rem;
}

.text-align-left {
  text-align: left;
}

.grid-script-atividade-textarea {
  grid-template-rows: auto;
  grid-template-columns: minmax(12.5rem, 1fr) minmax(12.5rem, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-field-2 {
  width: 30px;
  height: 30px;
  text-align: center;
  margin-bottom: 0;
  padding: .313rem;
}

.input-field {
  align-items: center;
  display: flex;
}

.atividade-relacione {
  border: 1px solid #e5e5e5;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container.desktop {
    display: none;
  }

  .acordeon-conteudo {
    flex-wrap: wrap;
  }

  .card-modal, .card-horizontal {
    object-fit: contain;
  }

  .modal1 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .card-imagem.ico-300 {
    min-width: 150px;
  }

  .card-vertical.card-aba-equerda.mobile, .card-vertical.card-aba-direita.mobile, .card-vertical.card-aba-equerda.mobile, .card-vertical.card-aba-direita.mobile {
    display: block;
  }

  .card-vertical.placa, .card-vertical.balao-pergunta, .card-vertical.escada, .card-vertical.balao-ilustra-15, .card-vertical.interseccao, .card-vertical.balao-historia, .card-vertical.balao-dia-reuniao, .card-vertical.balao-antes-depois, .card-vertical.carta, .card-vertical.carta-cabecalho, .card-vertical.carta-interativa {
    font-size: 16px;
  }

  .localizador {
    z-index: 2;
  }

  .icon {
    color: #fff;
  }

  .texto-localizador {
    left: 143px;
  }

  .menu-button {
    background-color: #7f7f7f;
  }

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

  .card-thumb {
    object-fit: contain;
  }

  .card-img.float-left {
    margin-left: auto;
  }

  .card-regua-conteudo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-titulo {
    font-size: 16px;
    line-height: 16px;
  }

  .card-box {
    object-fit: contain;
  }

  .navbar-lateral.margin-top-60 {
    display: none;
  }

  .grid-perguntas-numericas {
    grid-template-columns: 1fr;
  }

  .grid-pnh.margin-bottom-40 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card-som {
    object-fit: contain;
  }

  .grid-tipos-atendimento.margin-bottom-40 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .coluna-linha-esquerda-2 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .cor1 {
    text-align: right;
  }

  .acordeon-conteudo-2 {
    flex-wrap: wrap;
  }

  .modal2, .modal10 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-processo-trabalho-padrao-ouvidorias-sus, .grid-aspectos-eticos {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-tabs {
    flex-direction: column;
  }

  .tabs-modelos-saude, .grid-dados-pessoais.margin-bottom-10 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-pnh-2.margin-bottom-40 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-navfooter {
    position: relative;
  }

  .nav-menu-footer {
    background-color: #ddd;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-menu-footer.padding-top-16 {
    padding-top: 1rem;
  }

  .grid-lgpd.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 9rem 9rem 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .acordeon-overflow {
    flex-wrap: wrap;
  }

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

  .grid-script-atividade-select {
    grid-template-columns: minmax(200px, .5fr) minmax(200px, 1fr) minmax(200px, 1fr);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 70px;
    line-height: 55px;
  }

  h2 {
    font-size: 48px;
    line-height: 42px;
  }

  h5 {
    text-align: center;
  }

  .acordeon-conteudo {
    flex-wrap: wrap;
  }

  .bt-caixa2.w--current, .bt-img.w--current {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .botao.bt-vertical {
    font-size: 1rem;
  }

  .botao.bt-horizontal {
    flex-direction: column;
    font-size: 1rem;
  }

  .card-vertical.card-linha-equerda, .card-vertical.card-aba-equerda, .card-vertical.card-aba-direita {
    border-radius: 0 15px 15px 0;
  }

  .card-vertical.card-linha-esquerda {
    border-radius: 0 15px 15px 0;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .card-vertical.card-aba-equerda, .card-vertical.card-aba-direita {
    border-radius: 0 15px 15px 0;
  }

  .card-vertical.placa, .card-vertical.balao-pergunta, .card-vertical.escada, .card-vertical.balao-ilustra-15, .card-vertical.interseccao, .card-vertical.balao-historia, .card-vertical.balao-dia-reuniao, .card-vertical.balao-antes-depois {
    font-size: 14px;
    line-height: 17px;
  }

  .card-vertical.bandeira-aprendendo-juntos {
    border-radius: 0 15px 15px 0;
  }

  .card-vertical.carta, .card-vertical.carta-cabecalho, .card-vertical.carta-interativa {
    font-size: 14px;
    line-height: 17px;
  }

  .localizador {
    position: relative;
  }

  .container-navbar {
    width: 60px;
  }

  .texto-localizador {
    left: 472px;
  }

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

  .card-img.float-left {
    float: none;
    margin-right: auto;
  }

  .card-img.float-right {
    float: none;
    margin-left: auto;
  }

  .card-tabela {
    margin-left: auto;
    margin-right: auto;
  }

  .h1-subtitulo {
    font-size: 32px;
    line-height: 38px;
  }

  .grid-aprendendo-juntos {
    grid-template-columns: auto;
  }

  .right {
    text-align: right;
  }

  .heading-2 {
    font-size: 73px;
    font-weight: 400;
    line-height: 62px;
  }

  .card-vertical-ico {
    max-width: 60px;
  }

  .grid-problemas-sus.margin-bottom-40 {
    grid-template-columns: auto auto;
  }

  .coluna-linha-esquerda {
    border-left-style: solid;
    border-left-width: 4px;
  }

  .coluna-linha-esquerda.linha-cor-1 {
    border-left-color: var(--cor1);
  }

  .grid-atendimento-aspectos.margin-bottom-40, .grid-atendimento-1-2-3, .grid-atendimento-1-2-3.margin-bottom-40, .grid-classificacao-manifestacao {
    grid-template-columns: 1fr 1fr;
  }

  .coluna-linha-esquerda-2 {
    border-left: 4px solid #b34324;
  }

  .coluna-linha-direita-2.margin-top-40 {
    padding-top: 0;
  }

  .columns {
    flex-direction: column;
    align-items: flex-start;
  }

  .acordeon-conteudo-2 {
    flex-wrap: wrap;
  }

  ._w-600 {
    max-width: none;
  }

  .grid-atendimento-ouvidoria-resultara.margin-bottom-40 {
    grid-template-columns: 1fr 1fr;
  }

  .card-tabela-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-selecao-metodo.margin-bottom-40, .grid-representacoes-graficas.margin-bottom-40, .grid-medidas-posicao-central.margin-bottom-40 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-recursos-humano {
    grid-template-columns: auto;
  }

  .grid-perfil-ouvidor-saude-1, .grid-perfil-ouvidor-saude-2, .grid-perfil-ouvidor-saude-3 {
    grid-template-columns: 1fr;
  }

  .grid-processo-trabalho-padrao-ouvidorias-sus {
    grid-template-columns: 1fr 1fr;
  }

  .grid-processo-trabalho-padrao-ouvidorias-sus.margin-bottom-20, .grid-aspectos-eticos {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-disseminacao-informacoes {
    grid-template-columns: 1fr;
  }

  .grid-manifestacao-ouvidoria-prazo-normal {
    grid-template-columns: 1fr 1fr;
  }

  .grid-imformacoes-institucionais.margin-bottom-10 {
    grid-template-columns: 1fr;
  }

  .tabs-principios-diretrizes-ouvidoria-sus {
    flex-direction: column;
  }

  .tabs-principios-diretrizes-ouvidoria-sus-menu {
    grid-template-rows: auto auto auto auto 263px auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-qual-a-importancia-monitoramento-gestao-servicos.margin-bottom-40 {
    grid-template-columns: 1fr 1fr;
  }

  .card.card-horizontal {
    flex-direction: column;
  }

  .grid-producao-gerenciamento-divulgacao {
    grid-template-columns: 1fr;
  }

  .grid-relatorios-gerenciais-indica.margin-bottom-40 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-dado-info-conhecimento.margin-bottom-40 {
    grid-template-columns: 1fr;
  }

  .seta-rotacao {
    transform: rotate(90deg);
  }

  .container-navfooter {
    width: 60px;
  }

  .coluna-flex {
    display: block;
  }

  .grid-lgpd.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 9rem 9rem 1fr;
    grid-auto-columns: 1fr;
  }

  .display-none-mobile {
    display: none;
  }

  .acordeon-overflow {
    flex-wrap: wrap;
  }

  .grid-script-atividade-select {
    max-height: 50vh;
    overflow: auto;
  }

  .cards.card-flex-1, .cards.card-block-2 {
    flex-direction: column;
  }

  .grid-script-atividade-select-2, .grid-script-atividade-textarea {
    max-height: 50vh;
    overflow: auto;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 33px;
    line-height: 30px;
  }

  h2 {
    font-size: 18px;
    line-height: 23px;
  }

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

  ul {
    padding-left: 10px;
  }

  ol {
    padding-left: 20px;
  }

  li {
    margin-left: 15px;
  }

  blockquote {
    font-size: 17px;
    line-height: 21px;
  }

  figcaption {
    font-size: 14px;
    line-height: 17px;
  }

  .section.modal {
    display: none;
  }

  .container {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-capa {
    grid-template-rows: auto 24px auto auto;
    grid-template-columns: .25fr 1.5fr .25fr;
  }

  .acordeon {
    margin-bottom: 1em;
  }

  .acordeon-ico {
    font-size: 20px;
  }

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

  .card-modal {
    display: block;
  }

  .capa {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .5fr 1fr .25fr;
  }

  .bt-caixa2 {
    font-size: 11px;
  }

  .botao {
    font-size: 14px;
  }

  .botao.itens-ancoras, .botao.bt-ancora {
    font-size: 17px;
  }

  .card-horizontal.destaque-2 {
    flex-direction: column;
    display: flex;
  }

  .card-horizontal.destaque-1 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column1-footer {
    justify-content: flex-start;
  }

  .column2-footer {
    justify-content: flex-end;
  }

  .card-imagem {
    margin-bottom: 15px;
  }

  .card-vertical.card-linha-equerda, .card-vertical.card-linha-direita, .card-vertical.card-aba-equerda {
    font-size: 21px;
    line-height: 26px;
  }

  .card-vertical.card-aba-direita {
    text-align: center;
    font-size: 21px;
    line-height: 26px;
  }

  .card-vertical.bilhete2, .card-vertical.destaque-reflexao, .card-vertical.card-linha-esquerda, .card-vertical.card-linha-direita, .card-vertical.card-aba-equerda {
    font-size: 21px;
    line-height: 26px;
  }

  .card-vertical.card-aba-direita {
    text-align: center;
    font-size: 21px;
    line-height: 26px;
  }

  .card-vertical.bilhete, .card-vertical.bandeira-aprendendo-juntos {
    font-size: 21px;
    line-height: 26px;
  }

  .container-navbar {
    display: flex;
  }

  .brand {
    max-width: 100px;
  }

  .texto-localizador {
    font-size: 19px;
    left: 224px;
  }

  .lista-romana {
    font-size: 18px;
    line-height: 27px;
  }

  .card-thumb {
    display: block;
  }

  .lista-alfabetica {
    font-size: 18px;
    line-height: 27px;
  }

  .card-video-conteudo {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .card-img {
    margin-bottom: 15px;
  }

  .lista-decorativa {
    background-position: 0 5px;
    margin-left: 0;
  }

  .lista-decorativa.bullet1 {
    background-position: 0 8px;
    background-size: auto .7em;
  }

  .lista-decorativa.bullet2 {
    background-position: 0 6px;
  }

  .h1-subtitulo {
    font-size: 17px;
    line-height: 19px;
  }

  .grid-abertura-ua1 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .card-horizontal-texto {
    font-size: 18px;
    line-height: 22px;
  }

  .acordeon-cabecalho-texto {
    font-size: 19px;
    line-height: 19px;
  }

  .card-horizontal-paragrafo {
    font-size: 18px;
    line-height: 29px;
  }

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

  .card-legenda-parallax {
    max-width: 300px;
  }

  .heading-2 {
    font-size: 46px;
    line-height: 40px;
  }

  .citacao1 {
    margin-left: 0;
    font-size: 17px;
    line-height: 21px;
  }

  .card-box {
    font-size: 18px;
    line-height: 29px;
    display: block;
  }

  .card-vertical-ico {
    margin-left: auto;
    margin-right: auto;
  }

  .card-vertical-texto {
    font-size: 16px;
    line-height: 19px;
  }

  .grid-problemas-sus.margin-bottom-40 {
    grid-template-columns: auto;
  }

  .grid-pnh.margin-bottom-40, .grid-tipos-atendimento.margin-bottom-40, .grid-atendimento-aspectos.margin-bottom-40, .grid-atendimento-1-2-3, .grid-atendimento-1-2-3.margin-bottom-40, .grid-classificacao-manifestacao {
    grid-template-columns: 1fr;
  }

  .cor1 {
    text-align: left;
  }

  .acordeon-cabecalho-texto-2 {
    font-size: 19px;
    line-height: 19px;
  }

  .lista-numerica {
    font-size: 18px;
    line-height: 27px;
  }

  .grid-atendimento-ouvidoria-resultara.margin-bottom-40, .grid-selecao-metodo.margin-bottom-40, .grid-representacoes-graficas.margin-bottom-40, .grid-medidas-posicao-central.margin-bottom-40 {
    grid-template-columns: 1fr;
  }

  .card-titulo {
    font-size: 18px;
    line-height: 22px;
  }

  .arrow {
    display: none;
  }

  .grid-processo-trabalho-padrao-ouvidorias-sus, .grid-processo-trabalho-padrao-ouvidorias-sus.margin-bottom-20 {
    grid-template-columns: 1fr;
  }

  .grid-estrutura-fisica-ouvidorias-sus {
    grid-row-gap: 15px;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .grid-estrutura-fisica-ouvidorias-sus.margin-bottom-40 {
    grid-row-gap: 10px;
  }

  .grid-aspectos-eticos {
    grid-template-columns: 1fr;
  }

  .grid-exemplos-perguntas-sondagem {
    grid-row-gap: 15px;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .grid-tabs-menu {
    grid-template-rows: 95px 95px;
    grid-template-columns: 95px 95px 95px;
  }

  .grid-disseminacao-informacoes, .grid-manifestacao-ouvidoria-prazo-normal {
    grid-template-columns: 1fr;
  }

  .script-atividade-select {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .grid-historia, .grid-historia-espaco-coluna {
    grid-template-columns: 1fr;
  }

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

  .grid-qual-a-importancia-monitoramento-gestao-servicos.margin-bottom-40, .tabs-modelos-saude, .grid-dados-pessoais.margin-bottom-10, .grid-tratamento-dados {
    grid-template-columns: 1fr;
  }

  .card.fala-usuario, .card.lgpd, .card.lgpd-circulo-2, .card.lgpd-circulo-1 {
    flex-direction: column;
  }

  .grid-relatorios-gerenciais.margin-bottom-40, .grid-dado-info-conhecimento.margin-bottom-40 {
    grid-template-columns: 1fr;
  }

  .lista-check {
    background-position: 0 5px;
    margin-left: 0;
  }

  .grid-pnh-2.margin-bottom-40 {
    grid-template-columns: 1fr;
  }

  .container-navfooter {
    display: flex;
  }

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

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

  .grid-lgpd.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .grid-finalidades-gestao.margin-bottom-40 {
    grid-template-columns: 1fr;
  }

  .acordeon-ico-2 {
    font-size: 20px;
  }

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

  .acordeon-ico-3 {
    font-size: 20px;
  }

  .grid-carta-interativa {
    grid-template-columns: 1fr 1fr;
  }

  .select-field {
    display: flex;
  }
}

#w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-14b89556 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e7882619-1ffc-2742-15e3-e572a5fedf52-14b89556 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
  justify-self: center;
}

#w-node-dd17cf19-94fc-c988-33e7-80fbacfca085-14b89556 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_1d0f9533-3613-c259-7ee1-220abc89bb58-14b89556, #w-node-dd17cf19-94fc-c988-33e7-80fbacfca086-14b89556 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_85595d96-1a39-7a52-c72a-b212f6f4603c-71ef8a80, #w-node-_85595d96-1a39-7a52-c72a-b212f6f4603e-71ef8a80, #w-node-_17f1b7d8-befd-d39a-2c35-e84277bc5c75-ae060478 {
  align-self: center;
  justify-self: center;
}

#w-node-_99e73e6b-c225-55aa-5ad7-7fa13a136569-bdb89561 {
  align-self: center;
}

#w-node-c79bc5ca-d50a-4a5b-b229-a1dd5ac9dc1e-bdb89561 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27a5e624-d3fc-a03b-0ada-aea231f42a6b-9fb89562, #w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-7db89575 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7c6fffb4-9afd-a260-1c4b-9ff8b6b9c6bf-7db89575 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d7e9d251-df44-cdc5-0f23-1729ad23b230-7db89575 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_758bfd7d-2c4a-b2e3-f7a1-9f9806dcd570-7db89575 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8b5d6170-d924-fa31-cb2f-eaf35b11cb8b-7db89575 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f77fe663-d94f-126f-2fac-1910a8980ae2-7db89575, #w-node-_6f41034e-02ee-d3ab-889c-4ecb4ecedb3e-7db89575 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-e1b89576 {
  justify-self: start;
}

#w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-e1b89576 {
  justify-self: center;
}

#w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-e1b89576, #w-node-e09141f7-d1bc-9a1f-1154-6dcd25e50561-e1b89576 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: start;
}

#w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-61b89577 {
  justify-self: start;
}

#w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-61b89577 {
  justify-self: center;
}

#w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-61b89577 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: start;
}

#w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-33b89578 {
  justify-self: start;
}

#w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-33b89578 {
  justify-self: center;
}

#w-node-ca773261-f0b1-33b7-4ecb-c897b0eeb51e-33b89578, #w-node-ee48cda1-deb5-baf4-9e7a-c5b098eb67aa-33b89578, #w-node-_9ec43618-9324-9fd4-c684-b594920b98db-33b89578, #w-node-a33c4551-ed62-5882-9840-2ba42eb9c71d-33b89578 {
  align-self: start;
}

#w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-33b89578, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-33b89578, #w-node-ca8b333f-d739-3ef7-9f17-cf1c0b3dc29c-33b89578, #w-node-_80b366f2-53ff-9cba-f149-8494a8460ac5-33b89578 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: start;
}

#w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-f6b89579 {
  justify-self: start;
}

#w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-f6b89579 {
  justify-self: center;
}

#w-node-e4353346-0e76-d201-3487-1fca04e8f3d8-f6b89579, #w-node-e4353346-0e76-d201-3487-1fca04e8f3db-f6b89579 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: start;
}

#w-node-ba163cfb-8e0b-0cce-02fb-9ca51abf8783-f6b89579, #w-node-ba163cfb-8e0b-0cce-02fb-9ca51abf8787-f6b89579, #w-node-ba163cfb-8e0b-0cce-02fb-9ca51abf878b-f6b89579, #w-node-ba163cfb-8e0b-0cce-02fb-9ca51abf87a5-f6b89579, #w-node-ba163cfb-8e0b-0cce-02fb-9ca51abf87bb-f6b89579, #w-node-ba163cfb-8e0b-0cce-02fb-9ca51abf87d1-f6b89579, #w-node-ba163cfb-8e0b-0cce-02fb-9ca51abf87e7-f6b89579, #w-node-ba163cfb-8e0b-0cce-02fb-9ca51abf87fd-f6b89579, #w-node-ba163cfb-8e0b-0cce-02fb-9ca51abf8813-f6b89579, #w-node-ba163cfb-8e0b-0cce-02fb-9ca51abf8829-f6b89579, #w-node-ba163cfb-8e0b-0cce-02fb-9ca51abf883f-f6b89579 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-fc1e69b6 {
  justify-self: start;
}

#w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-fc1e69b6 {
  justify-self: center;
}

#w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-fc1e69b6, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-fc1e69b6, #w-node-ca8b333f-d739-3ef7-9f17-cf1c0b3dc29c-fc1e69b6, #w-node-_80b366f2-53ff-9cba-f149-8494a8460ac5-fc1e69b6, #w-node-_198f5b97-6903-23bd-cc13-a4e3b2ca57d0-fc1e69b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: start;
}

#w-node-d5b26204-1a7c-4ba1-2047-37a88fb5702a-fc1e69b6 {
  align-self: start;
}

#w-node-d5b26204-1a7c-4ba1-2047-37a88fb57031-fc1e69b6 {
  align-self: center;
}

#w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-4290b771 {
  justify-self: start;
}

#w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-4290b771 {
  justify-self: center;
}

#w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-4290b771, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-4290b771, #w-node-ca8b333f-d739-3ef7-9f17-cf1c0b3dc29c-4290b771, #w-node-_80b366f2-53ff-9cba-f149-8494a8460ac5-4290b771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: start;
}

#w-node-aa97faa3-2c20-119e-ecce-c646d922cf09-4290b771 {
  align-self: start;
}

#w-node-aa97faa3-2c20-119e-ecce-c646d922cf10-4290b771 {
  align-self: center;
}

#w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-c0b3ecfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7c6fffb4-9afd-a260-1c4b-9ff8b6b9c6bf-c0b3ecfe, #w-node-_71935c50-529a-4973-87d9-17e6c6be897c-c0b3ecfe, #w-node-aa206be6-3787-249e-dddc-57da34180938-c0b3ecfe, #w-node-_39d5b513-07c6-c8ef-380e-ee2cdb420a60-c0b3ecfe, #w-node-_2623b164-f9e4-a740-7fa6-0ea13db479bd-c0b3ecfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-84547b8e {
  justify-self: start;
}

#w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-84547b8e {
  justify-self: center;
}

#w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-84547b8e, #w-node-_12e8aef1-d14d-52fe-f26f-b3649288d321-84547b8e, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-84547b8e, #w-node-ca8b333f-d739-3ef7-9f17-cf1c0b3dc29c-84547b8e, #w-node-_1f7312cf-3073-a14e-8408-98f0f36128b6-84547b8e, #w-node-_80b366f2-53ff-9cba-f149-8494a8460ac5-84547b8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: start;
}

#w-node-f2034396-6a67-1e1f-f94d-f4d2bb042eee-84547b8e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f2034396-6a67-1e1f-f94d-f4d2bb042ef1-84547b8e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f2034396-6a67-1e1f-f94d-f4d2bb042ef4-84547b8e {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_8758540a-f0b6-31d7-e74e-2cf72a6d3403-84547b8e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ae0480c8-8d9b-2206-ee36-400ec7f798bf-84547b8e {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_35807832-287c-e00d-771b-4c8456e0a40b-84547b8e {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-fd778edc-5f6e-e3b5-fa64-f93fb0544e16-84547b8e {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_8040d48c-ecb0-ddbd-bf2f-ac7393cc6900-84547b8e {
  align-self: start;
}

#w-node-_8040d48c-ecb0-ddbd-bf2f-ac7393cc6907-84547b8e {
  align-self: center;
}

#w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-c37389eb {
  justify-self: start;
}

#w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-c37389eb {
  justify-self: center;
}

#w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-c37389eb, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-c37389eb, #w-node-ca8b333f-d739-3ef7-9f17-cf1c0b3dc29c-c37389eb, #w-node-_80b366f2-53ff-9cba-f149-8494a8460ac5-c37389eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: start;
}

#w-node-e74fafc1-faef-cdd6-49ef-b53c1cb8ff6d-c37389eb {
  align-self: center;
}

#w-node-bae94230-3bc6-2eb1-1f03-5fa017b8337f-c37389eb, #w-node-_7dadb2bb-4177-c86b-81a3-72b361b6db76-c37389eb {
  justify-self: end;
}

#w-node-_39a7663c-bce2-9988-e5b6-23688fc8bae1-c37389eb, #w-node-c958fbba-fbf8-db84-e5f1-a78a4a0b3392-c37389eb, #w-node-_64da4b74-d77b-2855-7b93-1fbc7b4c4ee3-c37389eb, #w-node-_277dcf42-9994-05cb-94ed-88c77c64e20b-c37389eb, #w-node-_97f4ea58-d8d5-a61a-7a2c-ac9ef11c50e9-c37389eb, #w-node-e6418040-7d12-cd38-7f5d-21d1b4a2c543-c37389eb, #w-node-adb8b250-1b80-3bb2-2b97-b54a31762e2e-c37389eb {
  align-self: center;
}

#w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-d945cb7f {
  justify-self: start;
}

#w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-d945cb7f {
  justify-self: center;
}

#w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-d945cb7f, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-d945cb7f, #w-node-ca8b333f-d739-3ef7-9f17-cf1c0b3dc29c-d945cb7f, #w-node-ea8ce5d1-8914-6f67-a163-c1e2bdc9b873-d945cb7f, #w-node-_24ab7e5a-c42d-fcab-f65e-c17322829016-d945cb7f, #w-node-_80b366f2-53ff-9cba-f149-8494a8460ac5-d945cb7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: start;
}

#w-node-_44fe815c-88f4-15aa-1f4b-9dc690db56ba-d945cb7f {
  align-self: center;
  justify-self: end;
}

#w-node-_44fe815c-88f4-15aa-1f4b-9dc690db56bd-d945cb7f {
  align-self: center;
}

#w-node-_44fe815c-88f4-15aa-1f4b-9dc690db56c0-d945cb7f, #w-node-_44fe815c-88f4-15aa-1f4b-9dc690db56c3-d945cb7f {
  align-self: center;
  justify-self: center;
}

#w-node-d4cf7d8e-71aa-dfff-ff14-adf9099886ac-d945cb7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_3b795ce6-d8d6-3c76-f5b8-933697eef1bb-d945cb7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dd5d3e6d-1fa5-7a88-d33a-0caf981945b1-d945cb7f, #w-node-_76259f34-8966-20e9-8b9d-34d6b16756c7-d945cb7f, #w-node-_04d83d03-e73f-3b92-cb73-21dbed55794c-d945cb7f, #w-node-fbc2a9c0-786c-e971-096e-2f1cb0a37ce6-d945cb7f, #w-node-fc9265df-6d88-ed24-0ff5-f80ecfc906e3-d945cb7f, #w-node-_893c0ddd-b963-4f08-e253-835e3bb5ae46-d945cb7f, #w-node-_272b8534-bab9-3e34-9453-1933a7fa24c3-d945cb7f, #w-node-_272b8534-bab9-3e34-9453-1933a7fa24c7-d945cb7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-9940d649 {
  justify-self: start;
}

#w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-9940d649 {
  justify-self: center;
}

#w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-9940d649, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-9940d649, #w-node-ca8b333f-d739-3ef7-9f17-cf1c0b3dc29c-9940d649, #w-node-_80b366f2-53ff-9cba-f149-8494a8460ac5-9940d649, #w-node-b1f8f56b-8359-c62d-acb8-3c12599b4613-9940d649, #w-node-aa766d1f-1a3a-9408-472a-6ca01611a94a-9940d649 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: start;
}

#w-node-_8223eba3-8871-d3f5-1726-636efe3b0e24-9940d649, #w-node-_8223eba3-8871-d3f5-1726-636efe3b0e28-9940d649, #w-node-_8223eba3-8871-d3f5-1726-636efe3b0e2c-9940d649, #w-node-_8223eba3-8871-d3f5-1726-636efe3b0e48-9940d649, #w-node-_8223eba3-8871-d3f5-1726-636efe3b0e60-9940d649, #w-node-_8223eba3-8871-d3f5-1726-636efe3b0e78-9940d649, #w-node-_8223eba3-8871-d3f5-1726-636efe3b0e90-9940d649 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-0e334096 {
  justify-self: start;
}

#w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-0e334096 {
  justify-self: center;
}

#w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-0e334096, #w-node-ee93a44d-8653-e743-09eb-add3f8324413-0e334096, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-0e334096, #w-node-f2152720-acee-0862-e5bb-70906b689001-0e334096 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: start;
}

#w-node-_2795dcb1-1551-0279-d11f-cf23ee6eb64f-0e334096 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-d6106a98-2345-1026-fee2-13b0466e4554-0e334096 {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-_95815567-b062-c585-ebbf-3841a9e6cb1e-0e334096 {
  grid-area: 6 / 2 / 7 / 4;
}

#w-node-_53b0f40f-8229-a3f9-e8ca-0b22abc8386f-0e334096 {
  grid-area: 5 / 3 / 6 / 5;
}

#w-node-_2a0b349e-124a-527e-7373-f5c2a5b23267-0e334096 {
  grid-area: 4 / 4 / 5 / 6;
}

#w-node-_2cbd2160-716e-50a8-fcec-01a47773dae2-0e334096 {
  grid-area: 3 / 5 / 4 / 7;
}

#w-node-_3e9d12cc-3c45-eb4a-d59c-ab8a1edc03a1-0e334096 {
  grid-area: 2 / 6 / 3 / 8;
}

#w-node-_2795dcb1-1551-0279-d11f-cf23ee6eb694-0e334096 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_992ea73a-812b-28b5-3dc7-8d3de61d5303-0e334096, #w-node-e1d2f571-e503-ca35-6841-9bb8689bfcf1-0e334096, #w-node-_98925cec-8ff8-17a0-cc0f-81408c272ade-0e334096, #w-node-cf274ae7-e838-2dbf-8b95-23aa28daa52c-0e334096 {
  align-self: start;
}

#w-node-_0db55747-c062-7261-04aa-cb67e11a852e-0e334096 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0db55747-c062-7261-04aa-cb67e11a8539-0e334096, #w-node-_0db55747-c062-7261-04aa-cb67e11a8542-0e334096, #w-node-_0db55747-c062-7261-04aa-cb67e11a854b-0e334096, #w-node-_0db55747-c062-7261-04aa-cb67e11a8554-0e334096, #w-node-_0db55747-c062-7261-04aa-cb67e11a855d-0e334096, #w-node-_0db55747-c062-7261-04aa-cb67e11a8566-0e334096 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07707b22-690e-7a01-28bf-940a27296102-0e334096 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_07707b22-690e-7a01-28bf-940a2729610c-0e334096 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_07707b22-690e-7a01-28bf-940a27296116-0e334096 {
  align-self: start;
}

#w-node-_07707b22-690e-7a01-28bf-940a27296120-0e334096 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_07707b22-690e-7a01-28bf-940a2729612b-0e334096 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_07707b22-690e-7a01-28bf-940a27296135-0e334096 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_07707b22-690e-7a01-28bf-940a2729613f-0e334096 {
  align-self: start;
}

#w-node-_07707b22-690e-7a01-28bf-940a2729614b-0e334096 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_13ca4526-13e2-b44c-f42c-9ce20ffb8740-0e334096, #w-node-bc3de02a-27d1-b330-642f-fa52ec4cef9c-0e334096, #w-node-_065b6564-ce4a-383e-5688-b7b0e3a05df2-0e334096 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_89bd4e4d-5547-e94a-f4da-04732b7b9483-0e334096 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_89bd4e4d-5547-e94a-f4da-04732b7b9484-0e334096 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_89bd4e4d-5547-e94a-f4da-04732b7b948d-0e334096 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_89bd4e4d-5547-e94a-f4da-04732b7b9494-0e334096 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_89bd4e4d-5547-e94a-f4da-04732b7b9495-0e334096 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: start;
}

#w-node-_89bd4e4d-5547-e94a-f4da-04732b7b9496-0e334096 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_89bd4e4d-5547-e94a-f4da-04732b7b9499-0e334096 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_89bd4e4d-5547-e94a-f4da-04732b7b94a0-0e334096 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_89bd4e4d-5547-e94a-f4da-04732b7b94aa-0e334096 {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: start;
}

#w-node-_89bd4e4d-5547-e94a-f4da-04732b7b94ab-0e334096 {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: end;
}

#w-node-_0011285b-d4d7-d095-9c91-8481274e5420-0e334096 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_0011285b-d4d7-d095-9c91-8481274e5421-0e334096 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0011285b-d4d7-d095-9c91-8481274e542a-0e334096 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_0011285b-d4d7-d095-9c91-8481274e5434-0e334096 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_89c71c2d-08e2-f29c-26c2-a2594ba881d4-0e334096 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: start;
}

#w-node-_0011285b-d4d7-d095-9c91-8481274e5438-0e334096 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_0011285b-d4d7-d095-9c91-8481274e543b-0e334096 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_0011285b-d4d7-d095-9c91-8481274e5442-0e334096 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_0c702d99-c45f-0234-db41-0c858dd03f5e-0e334096 {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: start;
}

#w-node-_182e646a-50ce-a9e1-0e91-e51cfef17868-0e334096 {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: end;
}

#w-node-fe4dab5e-e4b3-3064-133e-3be4a3f9ff7e-0e334096 {
  align-self: start;
}

#w-node-fe4dab5e-e4b3-3064-133e-3be4a3f9ff85-0e334096 {
  align-self: center;
}

#w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-4c4e8471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7c6fffb4-9afd-a260-1c4b-9ff8b6b9c6bf-4c4e8471, #w-node-_71935c50-529a-4973-87d9-17e6c6be897c-4c4e8471, #w-node-aa206be6-3787-249e-dddc-57da34180938-4c4e8471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-ccdd4353 {
  justify-self: start;
}

#w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-ccdd4353 {
  justify-self: center;
}

#w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-ccdd4353, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-ccdd4353, #w-node-ca8b333f-d739-3ef7-9f17-cf1c0b3dc29c-ccdd4353, #w-node-_80b366f2-53ff-9cba-f149-8494a8460ac5-ccdd4353, #w-node-_75892c3b-0162-abd0-a1d8-48734d4d9e7c-ccdd4353, #w-node-_6c50fb00-125c-3463-4cd2-ceab7e7058af-ccdd4353, #w-node-fa53c308-d60b-befd-0da0-b4dd3d3d46f9-ccdd4353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: start;
}

#w-node-_571728d6-b64b-984f-bc08-c0797377f9bb-ccdd4353 {
  justify-self: center;
}

#w-node-_571728d6-b64b-984f-bc08-c0797377f9be-ccdd4353 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_571728d6-b64b-984f-bc08-c0797377f9c1-ccdd4353 {
  justify-self: end;
}

#w-node-_571728d6-b64b-984f-bc08-c0797377f9c4-ccdd4353 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1051b20f-31a3-6545-5b6b-808bc35362bb-ccdd4353 {
  justify-self: center;
}

#w-node-_1051b20f-31a3-6545-5b6b-808bc35362be-ccdd4353 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1051b20f-31a3-6545-5b6b-808bc35362c1-ccdd4353 {
  align-self: end;
  justify-self: start;
}

#w-node-_1051b20f-31a3-6545-5b6b-808bc35362c4-ccdd4353 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b7b795f9-af66-4a59-8b12-231d2913fa4f-ccdd4353 {
  justify-self: end;
}

#w-node-_05e51a8b-1954-fd92-89d8-4f806e9fb5e6-ccdd4353 {
  justify-self: start;
}

#w-node-b7b795f9-af66-4a59-8b12-231d2913fa52-ccdd4353 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b7b795f9-af66-4a59-8b12-231d2913fa58-ccdd4353 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9def8e82-7f0b-1f1a-bec5-13dd2aa3254c-ccdd4353 {
  align-self: end;
  justify-self: center;
}

#w-node-_9def8e82-7f0b-1f1a-bec5-13dd2aa3254f-ccdd4353 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9def8e82-7f0b-1f1a-bec5-13dd2aa32552-ccdd4353 {
  align-self: end;
  justify-self: center;
}

#w-node-_9def8e82-7f0b-1f1a-bec5-13dd2aa32555-ccdd4353 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-dd9e360a-131b-229c-c9f6-55e183ba7241-ccdd4353 {
  align-self: end;
  justify-self: center;
}

#w-node-df33874e-a641-6f0c-9b16-d7496d568ccc-ccdd4353 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
  justify-self: center;
}

#w-node-_6fcf13e2-aabe-e53a-8e40-a640b7a239e1-ccdd4353 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-_8692dedc-96b7-adbc-59b4-131bf9b96b93-ccdd4353 {
  align-self: end;
  justify-self: center;
}

#w-node-aec5f6c1-1408-d239-7e76-3491c03e9e1a-ccdd4353 {
  align-self: end;
  justify-self: end;
}

#w-node-_6fcf13e2-aabe-e53a-8e40-a640b7a239e7-ccdd4353 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_3ba47f13-4db8-aaf0-0b73-2004ed09985e-ccdd4353 {
  align-self: end;
  justify-self: center;
}

#w-node-_3ba47f13-4db8-aaf0-0b73-2004ed099861-ccdd4353 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
  justify-self: start;
}

#w-node-_3ba47f13-4db8-aaf0-0b73-2004ed099864-ccdd4353 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-_3ba47f13-4db8-aaf0-0b73-2004ed099867-ccdd4353 {
  align-self: end;
  justify-self: center;
}

#w-node-_3ba47f13-4db8-aaf0-0b73-2004ed09986a-ccdd4353 {
  align-self: end;
  justify-self: end;
}

#w-node-_3ba47f13-4db8-aaf0-0b73-2004ed09986d-ccdd4353 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-da5df976-f6c6-ac24-4fc5-d9b824cbc024-ccdd4353 {
  align-self: end;
  justify-self: center;
}

#w-node-da5df976-f6c6-ac24-4fc5-d9b824cbc027-ccdd4353 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
  justify-self: start;
}

#w-node-da5df976-f6c6-ac24-4fc5-d9b824cbc02a-ccdd4353 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-da5df976-f6c6-ac24-4fc5-d9b824cbc030-ccdd4353 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-da5df976-f6c6-ac24-4fc5-d9b824cbc033-ccdd4353 {
  align-self: end;
}

#w-node-_99319f94-3e03-c212-d5da-1ec258e79b39-ccdd4353, #w-node-_0fc0baa7-5066-0eb6-8a1e-136ec8968a45-ccdd4353 {
  align-self: center;
}

#w-node-bcf02499-c79f-ca00-ec5d-59ddb9d06a07-ccdd4353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0d1ed57-df9c-9e56-1fb3-7ca85af44b0b-ccdd4353 {
  align-self: center;
}

#w-node-bcf02499-c79f-ca00-ec5d-59ddb9d06a10-ccdd4353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8680e48b-7ce7-7cef-368c-dd64edb4b181-ccdd4353 {
  align-self: center;
}

#w-node-bcf02499-c79f-ca00-ec5d-59ddb9d06a19-ccdd4353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ee2c26f-d18e-993b-f38b-943d8c788bc0-ccdd4353 {
  align-self: end;
  justify-self: center;
}

#w-node-_5ee2c26f-d18e-993b-f38b-943d8c788bc3-ccdd4353 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5ee2c26f-d18e-993b-f38b-943d8c788bc6-ccdd4353 {
  justify-self: end;
}

#w-node-_5ee2c26f-d18e-993b-f38b-943d8c788bc9-ccdd4353 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5ee2c26f-d18e-993b-f38b-943d8c788bce-ccdd4353 {
  justify-self: center;
}

#w-node-_5ee2c26f-d18e-993b-f38b-943d8c788bd1-ccdd4353 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5ee2c26f-d18e-993b-f38b-943d8c788bd4-ccdd4353 {
  align-self: end;
  justify-self: end;
}

#w-node-_5ee2c26f-d18e-993b-f38b-943d8c788bd7-ccdd4353 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-eaee2d7c-ad84-68a3-a2ec-112c29296d97-ccdd4353 {
  align-self: end;
  justify-self: center;
}

#w-node-eaee2d7c-ad84-68a3-a2ec-112c29296d9a-ccdd4353 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
  justify-self: start;
}

#w-node-eaee2d7c-ad84-68a3-a2ec-112c29296d9d-ccdd4353 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-eaee2d7c-ad84-68a3-a2ec-112c29296da0-ccdd4353 {
  align-self: start;
  justify-self: center;
}

#w-node-eaee2d7c-ad84-68a3-a2ec-112c29296da3-ccdd4353 {
  align-self: end;
  justify-self: end;
}

#w-node-eaee2d7c-ad84-68a3-a2ec-112c29296da6-ccdd4353 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_65be2bd8-217e-ad95-b722-648c1131ba58-ccdd4353, #w-node-_824735bb-86b1-eb9e-3347-ecf099badf6e-ccdd4353, #w-node-_22387ebe-0db6-553c-7a7e-3fda30dc8861-ccdd4353 {
  align-self: center;
}

#w-node-e1585bc1-e23b-090b-7afa-300a16223ee1-ccdd4353, #w-node-a9a5668f-bd90-8416-5d4a-7d5308335939-ccdd4353, #w-node-_02065f88-4667-7909-019e-51f0c853ec28-ccdd4353, #w-node-aab33a98-a390-c4a7-b7b8-57752dce9efc-ccdd4353, #w-node-_5efa5cb4-238a-5aab-778c-5e2157569f51-ccdd4353, #w-node-aab33a98-a390-c4a7-b7b8-57752dce9f02-ccdd4353, #w-node-aab33a98-a390-c4a7-b7b8-57752dce9f08-ccdd4353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92d1fe39-f35e-0534-ec2c-113e88ba8c16-ccdd4353 {
  align-self: end;
  justify-self: center;
}

#w-node-_92d1fe39-f35e-0534-ec2c-113e88ba8c19-ccdd4353 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
  justify-self: end;
}

#w-node-_92d1fe39-f35e-0534-ec2c-113e88ba8c1c-ccdd4353 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-_92d1fe39-f35e-0534-ec2c-113e88ba8c22-ccdd4353 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_92d1fe39-f35e-0534-ec2c-113e88ba8c25-ccdd4353 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-d9fa5381-d40f-eacc-9bab-6c8a87396cb6-ccdd4353 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
  justify-self: start;
}

#w-node-_92d1fe39-f35e-0534-ec2c-113e88ba8c33-ccdd4353 {
  grid-area: 2 / 1 / 5 / 2;
}

#w-node-_92d1fe39-f35e-0534-ec2c-113e88ba8c3c-ccdd4353 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_92d1fe39-f35e-0534-ec2c-113e88ba8c44-ccdd4353 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: end;
  justify-self: start;
}

#w-node-_92d1fe39-f35e-0534-ec2c-113e88ba8c47-ccdd4353 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_92d1fe39-f35e-0534-ec2c-113e88ba8c4a-ccdd4353 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_92d1fe39-f35e-0534-ec2c-113e88ba8c4d-ccdd4353 {
  align-self: end;
}

#w-node-d4d6ab2f-b639-82a3-1e58-f9b05cb16702-ccdd4353 {
  align-self: end;
  justify-self: center;
}

#w-node-d4d6ab2f-b639-82a3-1e58-f9b05cb16708-ccdd4353 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-d4d6ab2f-b639-82a3-1e58-f9b05cb16705-ccdd4353 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
  justify-self: end;
}

#w-node-d4d6ab2f-b639-82a3-1e58-f9b05cb1670e-ccdd4353 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: end;
  justify-self: end;
}

#w-node-d4d6ab2f-b639-82a3-1e58-f9b05cb16711-ccdd4353 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-d4d6ab2f-b639-82a3-1e58-f9b05cb1671c-ccdd4353 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: end;
  justify-self: start;
}

#w-node-d4d6ab2f-b639-82a3-1e58-f9b05cb1671f-ccdd4353 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-d4d6ab2f-b639-82a3-1e58-f9b05cb16725-ccdd4353 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-d4d6ab2f-b639-82a3-1e58-f9b05cb16728-ccdd4353 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-2acacf50 {
  justify-self: start;
}

#w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-2acacf50 {
  justify-self: center;
}

#w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-2acacf50, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-2acacf50, #w-node-ca8b333f-d739-3ef7-9f17-cf1c0b3dc29c-2acacf50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: start;
}

#w-node-d4adf8b3-5995-3fd6-6922-e510f7380cc9-2acacf50 {
  align-self: end;
  justify-self: center;
}

#w-node-d982a00e-146e-7343-6ce4-d0a39fe77843-2acacf50 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-c20fd858-bed6-31a7-8dd0-4e20adbe750d-2acacf50, #w-node-_19b15f8f-e058-05d4-0a3e-105475f1a7e2-2acacf50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-_47f98615-4006-c3e1-d82d-71b28155129a-2acacf50 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_7d7a0c40-e1cb-3856-7784-6feb7b7b4958-2acacf50 {
  align-self: end;
}

#w-node-d4b8d47e-8e75-7704-c0b3-344682a91747-2acacf50 {
  align-self: center;
}

#w-node-_8b849ff4-c06a-3a0b-f059-bf13b886dc94-2acacf50 {
  align-self: start;
}

#w-node-_8b849ff4-c06a-3a0b-f059-bf13b886dc9b-2acacf50 {
  align-self: center;
}

#w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-9596dc20 {
  justify-self: start;
}

#w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-9596dc20 {
  justify-self: center;
}

#w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-9596dc20, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-9596dc20, #w-node-ca8b333f-d739-3ef7-9f17-cf1c0b3dc29c-9596dc20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: start;
}

#w-node-d113309c-d72b-1342-06ca-244d3ae1c272-9596dc20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d113309c-d72b-1342-06ca-244d3ae1c27c-9596dc20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_8211ebca-d099-b7e4-2f4f-85c19f3eb7d7-9596dc20, #w-node-_8211ebca-d099-b7e4-2f4f-85c19f3eb7df-9596dc20, #w-node-_8211ebca-d099-b7e4-2f4f-85c19f3eb7e7-9596dc20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e439545e-1f15-74ba-451e-5502f97cdc74-9596dc20 {
  align-self: start;
}

#w-node-e439545e-1f15-74ba-451e-5502f97cdc7b-9596dc20 {
  align-self: center;
}

#w-node-_7dd5f504-494d-3a81-d5ea-a65f7e7a10ef-683ad3ac, #w-node-_065e429c-b370-7d64-4592-6812598a8898-683ad3ac {
  align-self: center;
  justify-self: center;
}

#w-node-e3407fbc-665d-efb8-2839-5f7567843f75-683ad3ac {
  align-self: center;
}

#w-node-bb421763-e3a4-4d4c-770c-16a8f3495c65-06dcbd87 {
  align-self: start;
}

#w-node-bb421763-e3a4-4d4c-770c-16a8f3495c6c-06dcbd87 {
  align-self: center;
}

#w-node-fc180075-4067-38ff-6029-41565fd7cc98-99144bfc {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-fc180075-4067-38ff-6029-41565fd7cc9c-99144bfc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fc180075-4067-38ff-6029-41565fd7cca0-99144bfc {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fc180075-4067-38ff-6029-41565fd7cca4-99144bfc {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-fc180075-4067-38ff-6029-41565fd7cca8-99144bfc {
  grid-area: 4 / 2 / 7 / 3;
  justify-self: start;
}

#w-node-fc180075-4067-38ff-6029-41565fd7ccac-99144bfc {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: end;
}

#w-node-fc180075-4067-38ff-6029-41565fd7ccb0-99144bfc {
  grid-area: 5 / 1 / 6 / 2;
  justify-self: end;
}

#w-node-fc180075-4067-38ff-6029-41565fd7ccb4-99144bfc {
  grid-area: 4 / 3 / 7 / 4;
  justify-self: end;
}

#w-node-fc180075-4067-38ff-6029-41565fd7ccb8-99144bfc {
  grid-area: 4 / 4 / 5 / 5;
  justify-self: start;
}

#w-node-fc180075-4067-38ff-6029-41565fd7ccbc-99144bfc {
  grid-area: 5 / 4 / 6 / 5;
  justify-self: start;
}

#w-node-fc180075-4067-38ff-6029-41565fd7ccc0-99144bfc {
  grid-area: 6 / 4 / 7 / 5;
  justify-self: start;
}

#w-node-bbc7e403-4748-2927-b34c-006abe513240-99144bfc {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-d0aabf3c-6a45-16b4-7e76-2af0b482a035-99144bfc {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-bbc7e403-4748-2927-b34c-006abe513244-99144bfc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bbc7e403-4748-2927-b34c-006abe513248-99144bfc {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-bbc7e403-4748-2927-b34c-006abe51324c-99144bfc {
  grid-area: 4 / 2 / 5 / 4;
}

#w-node-bbc7e403-4748-2927-b34c-006abe513250-99144bfc {
  grid-area: 6 / 2 / 9 / 3;
  justify-self: start;
}

#w-node-_913db6df-c0f6-48cc-3580-bc40e017800b-99144bfc {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-bbc7e403-4748-2927-b34c-006abe513254-99144bfc {
  grid-area: 7 / 1 / 8 / 2;
  justify-self: end;
}

#w-node-bbc7e403-4748-2927-b34c-006abe513258-99144bfc {
  grid-area: 8 / 1 / 9 / 2;
  justify-self: end;
}

#w-node-bbc7e403-4748-2927-b34c-006abe51325c-99144bfc {
  grid-area: 6 / 3 / 9 / 4;
  justify-self: end;
}

#w-node-bbc7e403-4748-2927-b34c-006abe513260-99144bfc {
  grid-area: 6 / 4 / 7 / 5;
  justify-self: start;
}

#w-node-bbc7e403-4748-2927-b34c-006abe513264-99144bfc {
  grid-area: 7 / 4 / 8 / 5;
  justify-self: start;
}

#w-node-bbc7e403-4748-2927-b34c-006abe513268-99144bfc {
  grid-area: 8 / 4 / 9 / 5;
  justify-self: start;
}

#w-node-ea1220d4-c614-090f-e23c-31200decb725-99144bfc {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-df6b6995-c746-4f1e-52a2-502962b82a15-99144bfc, #w-node-df6b6995-c746-4f1e-52a2-502962b82a1e-99144bfc, #w-node-df6b6995-c746-4f1e-52a2-502962b82a27-99144bfc, #w-node-df6b6995-c746-4f1e-52a2-502962b82a30-99144bfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-14b89556, #w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-e1b89576 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-e1b89576 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-61b89577 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-61b89577 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-33b89578 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-33b89578 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-f6b89579 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-f6b89579 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-fc1e69b6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-fc1e69b6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-4290b771 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-4290b771 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-84547b8e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-84547b8e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-c37389eb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-c37389eb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-d945cb7f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-d945cb7f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-9940d649 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-9940d649 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-0e334096 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-0e334096 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-ccdd4353 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-ccdd4353 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-2acacf50 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-2acacf50 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-9596dc20 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1aac2840-63d4-e4a6-7ad7-f8a9fd1f085b-9596dc20 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_17f1b7d8-befd-d39a-2c35-e84277bc5c75-ae060478 {
    align-self: center;
  }

  #w-node-_8758540a-f0b6-31d7-e74e-2cf72a6d3403-84547b8e {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ae0480c8-8d9b-2206-ee36-400ec7f798bf-84547b8e {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_35807832-287c-e00d-771b-4c8456e0a40b-84547b8e {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-fd778edc-5f6e-e3b5-fa64-f93fb0544e16-84547b8e {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_2795dcb1-1551-0279-d11f-cf23ee6eb64f-0e334096 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-d6106a98-2345-1026-fee2-13b0466e4554-0e334096, #w-node-_95815567-b062-c585-ebbf-3841a9e6cb1e-0e334096, #w-node-_53b0f40f-8229-a3f9-e8ca-0b22abc8386f-0e334096, #w-node-_2a0b349e-124a-527e-7373-f5c2a5b23267-0e334096, #w-node-_2cbd2160-716e-50a8-fcec-01a47773dae2-0e334096, #w-node-_3e9d12cc-3c45-eb4a-d59c-ab8a1edc03a1-0e334096 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2795dcb1-1551-0279-d11f-cf23ee6eb694-0e334096 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_89bd4e4d-5547-e94a-f4da-04732b7b9483-0e334096 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_89bd4e4d-5547-e94a-f4da-04732b7b9494-0e334096 {
    justify-self: center;
  }

  #w-node-_89bd4e4d-5547-e94a-f4da-04732b7b9495-0e334096 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_89bd4e4d-5547-e94a-f4da-04732b7b9499-0e334096 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_89bd4e4d-5547-e94a-f4da-04732b7b94a0-0e334096 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_89bd4e4d-5547-e94a-f4da-04732b7b94aa-0e334096 {
    grid-area: 4 / 2 / 5 / 3;
    justify-self: center;
  }

  #w-node-_89bd4e4d-5547-e94a-f4da-04732b7b94ab-0e334096 {
    justify-self: center;
  }

  #w-node-_0011285b-d4d7-d095-9c91-8481274e5420-0e334096 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_0011285b-d4d7-d095-9c91-8481274e5434-0e334096 {
    justify-self: center;
  }

  #w-node-_89c71c2d-08e2-f29c-26c2-a2594ba881d4-0e334096 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_0011285b-d4d7-d095-9c91-8481274e543b-0e334096 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_0011285b-d4d7-d095-9c91-8481274e5442-0e334096 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_0c702d99-c45f-0234-db41-0c858dd03f5e-0e334096 {
    grid-area: 4 / 2 / 5 / 3;
    justify-self: center;
  }

  #w-node-_182e646a-50ce-a9e1-0e91-e51cfef17868-0e334096 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-e1b89576, #w-node-e09141f7-d1bc-9a1f-1154-6dcd25e50561-e1b89576, #w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-61b89577, #w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-33b89578, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-33b89578, #w-node-ca8b333f-d739-3ef7-9f17-cf1c0b3dc29c-33b89578, #w-node-_80b366f2-53ff-9cba-f149-8494a8460ac5-33b89578, #w-node-e4353346-0e76-d201-3487-1fca04e8f3d8-f6b89579, #w-node-e4353346-0e76-d201-3487-1fca04e8f3db-f6b89579, #w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-fc1e69b6, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-fc1e69b6, #w-node-ca8b333f-d739-3ef7-9f17-cf1c0b3dc29c-fc1e69b6, #w-node-_80b366f2-53ff-9cba-f149-8494a8460ac5-fc1e69b6, #w-node-_198f5b97-6903-23bd-cc13-a4e3b2ca57d0-fc1e69b6, #w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-4290b771, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-4290b771, #w-node-ca8b333f-d739-3ef7-9f17-cf1c0b3dc29c-4290b771, #w-node-_80b366f2-53ff-9cba-f149-8494a8460ac5-4290b771, #w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-84547b8e, #w-node-_12e8aef1-d14d-52fe-f26f-b3649288d321-84547b8e, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-84547b8e, #w-node-ca8b333f-d739-3ef7-9f17-cf1c0b3dc29c-84547b8e, #w-node-_1f7312cf-3073-a14e-8408-98f0f36128b6-84547b8e, #w-node-_80b366f2-53ff-9cba-f149-8494a8460ac5-84547b8e, #w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-c37389eb, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-c37389eb, #w-node-ca8b333f-d739-3ef7-9f17-cf1c0b3dc29c-c37389eb, #w-node-_80b366f2-53ff-9cba-f149-8494a8460ac5-c37389eb, #w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-d945cb7f, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-d945cb7f, #w-node-ca8b333f-d739-3ef7-9f17-cf1c0b3dc29c-d945cb7f, #w-node-ea8ce5d1-8914-6f67-a163-c1e2bdc9b873-d945cb7f, #w-node-_24ab7e5a-c42d-fcab-f65e-c17322829016-d945cb7f, #w-node-_80b366f2-53ff-9cba-f149-8494a8460ac5-d945cb7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3b795ce6-d8d6-3c76-f5b8-933697eef1bb-d945cb7f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-9940d649, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-9940d649, #w-node-ca8b333f-d739-3ef7-9f17-cf1c0b3dc29c-9940d649, #w-node-_80b366f2-53ff-9cba-f149-8494a8460ac5-9940d649, #w-node-b1f8f56b-8359-c62d-acb8-3c12599b4613-9940d649, #w-node-aa766d1f-1a3a-9408-472a-6ca01611a94a-9940d649, #w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-0e334096, #w-node-ee93a44d-8653-e743-09eb-add3f8324413-0e334096, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-0e334096, #w-node-f2152720-acee-0862-e5bb-70906b689001-0e334096, #w-node-_0db55747-c062-7261-04aa-cb67e11a852e-0e334096, #w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-ccdd4353, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-ccdd4353, #w-node-ca8b333f-d739-3ef7-9f17-cf1c0b3dc29c-ccdd4353, #w-node-_80b366f2-53ff-9cba-f149-8494a8460ac5-ccdd4353, #w-node-_75892c3b-0162-abd0-a1d8-48734d4d9e7c-ccdd4353, #w-node-_6c50fb00-125c-3463-4cd2-ceab7e7058af-ccdd4353, #w-node-fa53c308-d60b-befd-0da0-b4dd3d3d46f9-ccdd4353 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_571728d6-b64b-984f-bc08-c0797377f9be-ccdd4353 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_571728d6-b64b-984f-bc08-c0797377f9c4-ccdd4353, #w-node-_1051b20f-31a3-6545-5b6b-808bc35362be-ccdd4353, #w-node-_1051b20f-31a3-6545-5b6b-808bc35362c4-ccdd4353, #w-node-b7b795f9-af66-4a59-8b12-231d2913fa52-ccdd4353, #w-node-b7b795f9-af66-4a59-8b12-231d2913fa58-ccdd4353, #w-node-_9def8e82-7f0b-1f1a-bec5-13dd2aa3254f-ccdd4353, #w-node-_9def8e82-7f0b-1f1a-bec5-13dd2aa32555-ccdd4353, #w-node-_6fcf13e2-aabe-e53a-8e40-a640b7a239e1-ccdd4353, #w-node-_6fcf13e2-aabe-e53a-8e40-a640b7a239e7-ccdd4353, #w-node-_3ba47f13-4db8-aaf0-0b73-2004ed099864-ccdd4353, #w-node-_3ba47f13-4db8-aaf0-0b73-2004ed09986d-ccdd4353, #w-node-da5df976-f6c6-ac24-4fc5-d9b824cbc02a-ccdd4353, #w-node-da5df976-f6c6-ac24-4fc5-d9b824cbc033-ccdd4353 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ee2c26f-d18e-993b-f38b-943d8c788bc3-ccdd4353 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_5ee2c26f-d18e-993b-f38b-943d8c788bc9-ccdd4353, #w-node-_5ee2c26f-d18e-993b-f38b-943d8c788bd1-ccdd4353, #w-node-_5ee2c26f-d18e-993b-f38b-943d8c788bd7-ccdd4353, #w-node-eaee2d7c-ad84-68a3-a2ec-112c29296d9d-ccdd4353, #w-node-eaee2d7c-ad84-68a3-a2ec-112c29296da6-ccdd4353, #w-node-_92d1fe39-f35e-0534-ec2c-113e88ba8c1c-ccdd4353, #w-node-_92d1fe39-f35e-0534-ec2c-113e88ba8c25-ccdd4353, #w-node-_92d1fe39-f35e-0534-ec2c-113e88ba8c33-ccdd4353, #w-node-_92d1fe39-f35e-0534-ec2c-113e88ba8c3c-ccdd4353, #w-node-_92d1fe39-f35e-0534-ec2c-113e88ba8c47-ccdd4353, #w-node-_92d1fe39-f35e-0534-ec2c-113e88ba8c4d-ccdd4353, #w-node-d4d6ab2f-b639-82a3-1e58-f9b05cb16708-ccdd4353, #w-node-d4d6ab2f-b639-82a3-1e58-f9b05cb16705-ccdd4353 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d4d6ab2f-b639-82a3-1e58-f9b05cb1670e-ccdd4353 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: end;
  }

  #w-node-d4d6ab2f-b639-82a3-1e58-f9b05cb16711-ccdd4353, #w-node-d4d6ab2f-b639-82a3-1e58-f9b05cb1671f-ccdd4353 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d4d6ab2f-b639-82a3-1e58-f9b05cb16725-ccdd4353 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: end;
  }

  #w-node-d4d6ab2f-b639-82a3-1e58-f9b05cb16728-ccdd4353, #w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-2acacf50, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-2acacf50, #w-node-ca8b333f-d739-3ef7-9f17-cf1c0b3dc29c-2acacf50 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d4adf8b3-5995-3fd6-6922-e510f7380cc9-2acacf50 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
    justify-self: center;
  }

  #w-node-d982a00e-146e-7343-6ce4-d0a39fe77843-2acacf50, #w-node-_47f98615-4006-c3e1-d82d-71b28155129a-2acacf50 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_9aeba6fc-028f-a1be-1a15-93955fee9631-9596dc20, #w-node-eeb6c818-4733-0ab4-434b-d666b524d14b-9596dc20, #w-node-ca8b333f-d739-3ef7-9f17-cf1c0b3dc29c-9596dc20 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fc180075-4067-38ff-6029-41565fd7cc98-99144bfc {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fc180075-4067-38ff-6029-41565fd7cc9c-99144bfc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fc180075-4067-38ff-6029-41565fd7cca0-99144bfc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fc180075-4067-38ff-6029-41565fd7cca4-99144bfc {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-fc180075-4067-38ff-6029-41565fd7cca8-99144bfc {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-fc180075-4067-38ff-6029-41565fd7ccac-99144bfc {
    grid-area: 5 / 1 / 6 / 2;
    justify-self: center;
  }

  #w-node-fc180075-4067-38ff-6029-41565fd7ccb0-99144bfc {
    grid-area: 6 / 1 / 7 / 2;
    justify-self: center;
  }

  #w-node-fc180075-4067-38ff-6029-41565fd7ccb4-99144bfc {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-fc180075-4067-38ff-6029-41565fd7ccb8-99144bfc {
    grid-area: 5 / 2 / 6 / 3;
    justify-self: center;
  }

  #w-node-fc180075-4067-38ff-6029-41565fd7ccbc-99144bfc {
    grid-area: 6 / 2 / 7 / 3;
    justify-self: center;
  }

  #w-node-fc180075-4067-38ff-6029-41565fd7ccc0-99144bfc {
    grid-area: 7 / 2 / 8 / 3;
    justify-self: center;
  }

  #w-node-bbc7e403-4748-2927-b34c-006abe513240-99144bfc {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bbc7e403-4748-2927-b34c-006abe513244-99144bfc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bbc7e403-4748-2927-b34c-006abe513248-99144bfc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-bbc7e403-4748-2927-b34c-006abe51324c-99144bfc {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-bbc7e403-4748-2927-b34c-006abe513250-99144bfc {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bbc7e403-4748-2927-b34c-006abe513254-99144bfc {
    grid-area: 5 / 1 / 6 / 2;
    justify-self: center;
  }

  #w-node-bbc7e403-4748-2927-b34c-006abe513258-99144bfc {
    grid-area: 6 / 1 / 7 / 2;
    justify-self: center;
  }

  #w-node-bbc7e403-4748-2927-b34c-006abe51325c-99144bfc {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-bbc7e403-4748-2927-b34c-006abe513260-99144bfc {
    grid-area: 5 / 2 / 6 / 3;
    justify-self: center;
  }

  #w-node-bbc7e403-4748-2927-b34c-006abe513264-99144bfc {
    grid-area: 6 / 2 / 7 / 3;
    justify-self: center;
  }

  #w-node-bbc7e403-4748-2927-b34c-006abe513268-99144bfc {
    grid-area: 7 / 2 / 8 / 3;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Bahamasb';
  src: url('../fonts/BAHAMASB.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bahamasn';
  src: url('../fonts/BAHAMASN.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.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}