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

.section-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  padding: 0px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/documents/20184/2127317/foto-header.png');
  background-position: 50% 50%;
  background-size: cover;
}

.wrapper-home {
  width: 500px;
  margin-left: 100px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.h1 {
  padding-right: 12px;
  font-family: Roboto, sans-serif;
  color: #f8f8f8;
  font-size: 36px;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: 0.05px;
}

.h1.landing-color-font {
  color: #1f1f1f;
  font-size: 32px;
  line-height: 135%;
}

.grid-hero {
  position: relative;
  z-index: 2;
  height: 250px;
  margin: 112px auto 0px;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 0.9fr;
  grid-template-columns: 1fr 0.9fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h4 {
  font-family: Roboto, sans-serif;
  color: #f8f8f8;
  font-size: 18px;
  line-height: 140%;
  font-weight: 300;
}

.subtitulo-home {
  margin-top: 16px;
  padding-right: 91px;
  font-family: Roboto, sans-serif;
  color: #f8f8f8;
  font-size: 16px;
  line-height: 155%;
  font-weight: 300;
}

.subtitulo-home.landing-color-font {
  margin-top: 19px;
  padding-right: 0px;
  color: #1f1f1f;
  font-size: 16px;
}

.s-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 0px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #68a3ab;
}

.s-02.section {
  background-color: #4fafb8;
}

.s-02.section {
  background-color: #68a3ab;
}

.grid-section {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-wrapper-section {
  position: relative;
  z-index: 9;
  padding-right: 110px;
}

.h2 {
  margin-bottom: 0px;
  padding-right: 0px;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 28px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.h2.aproximacao {
  margin-bottom: 42px;
}

.corpo-texto-branco {
  font-family: Roboto, sans-serif;
  color: #f8f8f8;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  letter-spacing: -0.25px;
}

.botao-cta {
  width: 160px;
  height: 45px;
  margin-top: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #f7f7f7;
  border-radius: 8px;
  text-decoration: none;
}

.text-block {
  width: 160px;
  height: 45px;
}

.texto-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1.5px solid #f8f8f8;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #f8f8f8;
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 0.35px;
  text-decoration: none;
  text-transform: lowercase;
}

.texto-cta:hover {
  background-color: #f8f8f8;
  color: #090b0f;
  font-weight: 500;
}

.s-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 0px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e8a326;
}

.s-03.section {
  background-color: #c03535;
}

.s-03.section {
  background-color: #ddab38;
}

.texto-cta-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1.5px solid #f8f8f8;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #f8f8f8;
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 0.35px;
  text-decoration: none;
  text-transform: lowercase;
}

.texto-cta-2:hover {
  background-color: #f8f8f8;
  color: #e29f26;
  font-weight: 500;
}

.s-04 {
  display: none;
  height: 100vh;
  padding: 0px 0px 0px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
}

.s-04.section {
  display: none;
}

.titulo-section {
  margin-bottom: 20px;
  padding-right: 0px;
  font-family: Roboto, sans-serif;
  color: #f8f8f8;
  font-size: 28px;
  line-height: 150%;
  font-weight: 500;
}

.corpo-texto {
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  letter-spacing: -0.2px;
}

.texto-cta-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1.5px solid #090b0f;
  border-radius: 8px;
  background-color: #f8f8f8;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 0.35px;
  text-transform: lowercase;
}

.texto-cta-3:hover {
  background-color: #090b0f;
  color: #f8f8f8;
  font-weight: 500;
}

.titulo-section-black {
  margin-bottom: 20px;
  padding-right: 0px;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 28px;
  line-height: 150%;
  font-weight: 500;
}

.fundo-fluxo {
  position: relative;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.centralizador-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.centralizador-conteudo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  position: relative;
  width: 500px;
  margin-right: 0px;
  margin-left: auto;
}

.image {
  display: block;
  margin-bottom: 0px;
}

.div-block-2 {
  position: absolute;
  left: auto;
  top: 2120px;
  right: 0px;
  width: 650px;
  margin-top: 0px;
  margin-left: auto;
  float: none;
  clear: right;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45vw;
  height: 100vh;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-4 {
  position: absolute;
  display: block;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  position: absolute;
  width: 1200px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #a54d4d;
}

.conteudo-fluxo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 950px;
  height: 100vh;
  margin-right: auto;
  margin-bottom: -100vh;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-section-meio {
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  grid-column-gap: 80px;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-2 {
  max-width: 100%;
  margin-top: -6px;
}

.navbar {
  height: 8vh;
}

.container {
  height: 8vh;
}

.navbar-2 {
  position: fixed;
  width: 100vw;
  height: 8vh;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 8vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-3 {
  position: fixed;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 60px;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #090b0f;
}

.container-3 {
  width: 1200px;
  height: 8vh;
}

.nav-link {
  height: 20px;
  padding: 0px 20px;
  opacity: 1;
  font-family: Roboto, sans-serif;
  color: #f1f1f1;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.25px;
  text-transform: none;
}

.nav-link:hover {
  font-weight: 400;
  text-decoration: underline;
}

.nav-link.w--current {
  color: #f1f1f1;
  font-weight: 700;
  text-decoration: none;
}

.brand {
  margin-top: 0px;
}

.brand.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 963px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  overflow: visible;
}

.container-grid {
  max-width: 950px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.section-sobre {
  margin-top: -100vh;
  padding: 40px;
}

.grid-sobre {
  margin-top: 84px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h3 {
  margin-top: 102px;
  margin-bottom: 18px;
  border: 1px none #000;
  font-family: Roboto, sans-serif;
  color: #252525;
  font-size: 21px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: -0.25px;
  text-decoration: none;
  text-transform: none;
}

.h3.primeiro-h3 {
  margin-top: 72px;
  margin-bottom: 30px;
}

.h3.espaco-sobre {
  margin-top: 120px;
}

.h3.distancia-materiais {
  margin-top: 52px;
}

.texto-objetivos {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 16px;
  line-height: 180%;
  font-weight: 400;
  letter-spacing: -0.2px;
}

.bold {
  font-weight: 500;
}

.grid-equipe {
  margin-top: 4px;
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-equipe {
  height: 320px;
  padding: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 12px 8px rgba(48, 48, 48, 0.03);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.wrapper-equipe:hover {
  box-shadow: 0 0 14px 3px rgba(48, 48, 48, 0.13);
}

.div-integrante {
  display: block;
  text-decoration: none;
}

.nome-integrante {
  margin-top: 12px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-decoration: none;
}

.cargo {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.img-integrante {
  border-radius: 8px;
}

.wrapper-caixa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}

.text-block-2 {
  display: inline;
}

.mostrar-texto {
  display: inline;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 18px;
  line-height: 200%;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.wrapper-ferramentas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}

.texto-ferramenta {
  margin-top: 6px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #252525;
  font-size: 16px;
  line-height: 180%;
  font-weight: 400;
  letter-spacing: -0.2px;
}

.mais-menos {
  padding-left: 0px;
  cursor: pointer;
}

.esconder-texto {
  display: inline;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 18px;
  line-height: 200%;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.texto-servico {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 16px;
  line-height: 180%;
  font-weight: 400;
  letter-spacing: -0.2px;
}

.titulo-ferramenta {
  position: static;
  display: block;
  font-family: Roboto, sans-serif;
  color: #252525;
  font-size: 17px;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.dropdown {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.dropdown-toggle {
  position: static;
  display: block;
  min-width: 400px;
  padding: 0px;
  font-weight: 400;
}

.text-block-3 {
  display: inline-block;
  padding-right: 7px;
  font-size: 17px;
  font-weight: 400;
}

.text-span-9 {
  color: #1f07b2;
}

.icon {
  position: static;
  display: inline-block;
  margin-right: 10px;
  margin-left: 0px;
  padding-right: 0px;
}

.dropdown-list {
  padding-right: 3px;
}

.dropdown-list.w--open {
  position: static;
  padding-right: 0px;
  background-color: transparent;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-9 {
  margin-left: 0px;
  padding-top: 11px;
  padding-right: 0px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.accordion-item {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
}

.accordion-item.ultimo {
  border-bottom-style: none;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.accordion-item-content {
  overflow: hidden;
}

.down-arrow {
  max-width: 100%;
  min-width: auto;
  margin-left: 8px;
  padding-left: 4px;
}

.modal-marcelo {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 8%, 0.9);
}

.modal-content {
  position: relative;
  z-index: 99;
  display: block;
  overflow: visible;
  max-height: 80vh;
  max-width: 700px;
  padding: 60px 65px 65px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 8px;
  background-color: #f8f8f8;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.27);
}

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

.grid.teste {
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.texto-integrante {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #383838;
  font-size: 16px;
  line-height: 180%;
  font-weight: 400;
  letter-spacing: -0.2px;
}

.close-modal {
  position: absolute;
  left: auto;
  top: -25px;
  right: -25px;
  bottom: auto;
  display: block;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 35px;
  text-decoration: none;
}

.image-3 {
  display: none;
}

.close-modal-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
}

.modal-leo {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 8%, 0.9);
}

.link-block {
  width: auto;
  height: auto;
  margin-top: 62px;
}

.link-block-cta {
  width: auto;
  height: auto;
  margin-top: 58px;
  text-decoration: none;
}

.section-experimentos {
  padding: 40px;
}

.grid-experimentos {
  margin-top: 84px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-expermentos {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.wrapper-experimento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  padding: 22px;
  background-color: #d4d4d4;
}

.wrapper-experimento.e-guanaclin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding: 18px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.42)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.42));
  opacity: 1;
}

.wrapper-experimento.e-guanaclin:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.61)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.61));
  opacity: 1;
}

.wrapper-experimento.e-bussola-gh {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent)), url('/documents/20184/2127317/b_bg-1.png');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.6), transparent), url('/documents/20184/2127317/b_bg-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wrapper-experimento.e-impacta {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent)), url('/documents/20184/2127317/impacta-1.png');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.6), transparent), url('/documents/20184/2127317/impacta-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wrapper-experimento.e-fagulha {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent)), url('/documents/20184/2127317/fagulha.png');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.6), transparent), url('/documents/20184/2127317/fagulha.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wrapper-experimento.e-hackfest {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent)), url('/documents/20184/2127317/Treinamento-ODP.png');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.6), transparent), url('/documents/20184/2127317/Treinamento-ODP.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-6 {
  width: 234px;
  height: 180px;
  background-color: #090b0f;
}

.conteudo-experimentos {
  width: 950px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.titulo-experimento {
  display: block;
  clear: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.titulo-ferramenta-copy {
  position: static;
  display: block;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 18px;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.nome-projeto {
  position: static;
  display: block;
  margin-bottom: -50px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.seta-projeto {
  position: static;
  display: inline-block;
  opacity: 0;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.section-pag-proj {
  padding: 40px;
}

.container-grid-copy {
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.container-pag-proj {
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.grid-pag-proj {
  width: 950px;
  margin-top: 90px;
  justify-items: start;
  grid-column-gap: 110px;
  grid-row-gap: 15px;
  grid-template-areas: ".";
  -ms-grid-columns: 2fr 110px 220px;
  grid-template-columns: 2fr 220px;
  -ms-grid-rows: auto 15px auto 15px auto;
  grid-template-rows: auto auto auto;
}

.img-proj {
  margin-top: 0px;
  margin-bottom: 18px;
}

.div-paragrafo {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #444;
  font-size: 14px;
  line-height: 170%;
  font-weight: 300;
}

.img-projeto {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.img-projeto.borda-imagem {
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
}

.texto-paragrafo {
  margin-bottom: 24px;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 180%;
  font-weight: 400;
  letter-spacing: 0px;
}

.div-detalhes-proj {
  position: static;
  top: 50px;
  margin-top: 18px;
  margin-right: 0px;
  font-family: Roboto, sans-serif;
  color: #505050;
  line-height: 180%;
  text-align: left;
}

.linha-divisoria {
  width: 90%;
  height: 1px;
  margin-bottom: 18px;
  background-color: #3a3a3a;
}

.texto-detalhes {
  margin-bottom: 4px;
  font-family: Roboto, sans-serif;
  color: #505050;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0px;
}

.texto-detalhes.distancia-detalhes-proj {
  margin-top: 44px;
  margin-bottom: 4px;
}

.navbar-branca {
  border-bottom: 0.5px solid #d4d4d4;
  background-color: #fff;
}

.navlink-branca {
  height: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 1;
  font-family: Roboto, sans-serif;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px;
  text-transform: none;
}

.navlink-branca:hover {
  font-weight: 400;
  text-decoration: underline;
}

.navlink-branca.w--current {
  color: #1f1f1f;
  font-weight: 700;
  text-decoration: none;
}

.titulo-detalhes {
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.titulo-detalhes-proj {
  margin-top: 34px;
  margin-bottom: 6px;
  padding-bottom: 0px;
  border-bottom: 1px none #5e5e5e;
  font-family: 'Roboto Mono', sans-serif;
  color: #505050;
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.section-acervo {
  padding: 40px;
}

.grid-acervo {
  margin-top: 84px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.link-acervo {
  text-decoration: none;
}

.grid-relatorios-atividades {
  margin-top: -10px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-5 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 237.5px;
}

.grid-objetivos {
  margin-top: 40px;
  margin-bottom: 20px;
  grid-column-gap: 39px;
  grid-row-gap: 41px;
}

.caixa-objetivos {
  margin-left: 0px;
  padding: 15px 25px 20px 36px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 8px;
}

.image-6 {
  width: 60px;
  max-width: none;
  margin: -40px auto -8px -62px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #fff;
}

.texto-objetivos-2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 12px;
  line-height: 180%;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
}

.bold-2 {
  font-size: 15px;
  font-weight: 500;
}

.bold-2.projeto {
  font-size: 14px;
}

.texto-fluxo {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  letter-spacing: -0.2px;
}

.grid-equipe-2 {
  margin-top: 4px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.wrapper-equipe-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  min-height: 100%;
  padding: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 12px 8px rgba(48, 48, 48, 0.03);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  cursor: pointer;
}

.wrapper-equipe-2:hover {
  box-shadow: 0 0 12px 3px rgba(48, 48, 48, 0.15);
}

.wrapper-equipe-2.off {
  display: none;
}

.div-integrante-2 {
  display: block;
  margin-top: -7px;
}

.div-integrante-2.box {
  margin-top: 0px;
  color: #505050;
}

.div-integrante-2.box.teste {
  margin-top: 0px;
}

.div-integrante-2.teste {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 7px;
  grid-row-gap: 4px;
  -ms-grid-columns: 0.5fr 1.5fr;
  grid-template-columns: 0.5fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nome-integrante-2 {
  display: block;
  margin-top: 12px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #252525;
  font-size: 15.5px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.cargo-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #252525;
  font-size: 13px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 0.25px;
}

.cargo-2.teste {
  margin-top: 36px;
}

.img-john-experimento {
  position: relative;
  top: 1116px;
}

.image-7 {
  margin-left: 105px;
}

.nome-projeto-2 {
  position: static;
  display: block;
  margin-bottom: -50px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 29px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.grid-experimentoss {
  margin-top: 64px;
  padding-right: 0px;
  padding-left: 0px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  background-color: transparent;
}

.wrapper-experimento-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  padding: 22px;
  background-color: #d4d4d4;
  text-decoration: none;
}

.wrapper-experimento-2.e-sintese {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('/documents/20184/2127317/sintese.jpg.png');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8), transparent), url('/documents/20184/2127317/sintese.jpg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.wrapper-experimento-2.e-simplifica {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('/documents/20184/2127317/simplifica.png');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8), transparent), url('/documents/20184/2127317/simplifica.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  text-decoration: none;
}

.wrapper-experimento-2.e-bussola-gh {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('/documents/20184/2127317/b_gh.jpg');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8), transparent), url('/documents/20184/2127317/b_gh.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wrapper-experimento-2.e-antivirus {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('/documents/20184/2127317/antivirus.png');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8), transparent), url('/documents/20184/2127317/antivirus.png');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
}

.wrapper-experimento-2.e-impacta {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('/documents/20184/2127317/impacta.png');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8), transparent), url('/documents/20184/2127317/impacta.png');
  background-position: 0px 0px, 40% 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.wrapper-experimento-2.e-vertice {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('/documents/20184/2127317/vertice.jpg');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8), transparent), url('/documents/20184/2127317/vertice.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.wrapper-experimento-2.e-jornada {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('/documents/20184/2127317/jornada-do-obito.png');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8), transparent), url('/documents/20184/2127317/jornada-do-obito.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.wrapper-experimento-2.e-ouvidoria {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('/documents/20184/2127317/ouvidoria.png');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8), transparent), url('/documents/20184/2127317/ouvidoria.png');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.wrapper-experimento-2.e-reuniao {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('/documents/20184/2127317/reunioes-37.png');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8), transparent), url('/documents/20184/2127317/reunioes-37.png');
  background-position: 0px 0px, 48% 15%;
  background-size: auto, 124%;
  background-attachment: scroll, scroll;
}

.wrapper-experimento-2.e-hackfest {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('/documents/20184/2127317/hackfest_1hackfest.jpg');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8), transparent), url('/documents/20184/2127317/hackfest_1hackfest.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.wrapper-experimento-2.e-fagulha {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('/documents/20184/2127317/simplifica_1.png');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8), transparent), url('/documents/20184/2127317/simplifica_1.png');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.wrapper-experimento-2.e-guanabara {
  background-image: none;
}

.wrapper-experimento-2.e-argos {
  display: none;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('/documents/20184/2127317/argos.png');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8), transparent), url('/documents/20184/2127317/argos.png');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.wrapper-experimento-2.e-prisional {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('/documents/20184/2127317/exp-prisional.png');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8), transparent), url('/documents/20184/2127317/exp-prisional.png');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.wrapper-experimento-2.e-promotoria {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('/documents/20184/2127317/promotoria.jpg');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8), transparent), url('/documents/20184/2127317/promotoria.jpg');
  background-position: 0px 0px, -84px 0px;
  background-size: auto, cover;
}

.wrapper-experimento-2.e-integra {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('/documents/20184/2127317/integra.jpg');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8), transparent), url('/documents/20184/2127317/integra.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  text-decoration: none;
}

.wrapper-experimento-2.e-bussola-gh {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent)), url('/documents/20184/2127317/b_bg-1.png');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.6), transparent), url('/documents/20184/2127317/b_bg-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wrapper-experimento-2.e-guanabara {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent)), url('/documents/20184/2127317/b_bg.jpg');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.6), transparent), url('/documents/20184/2127317/b_bg.jpg');
  background-position: 0px 0px, -26px 0px;
  background-size: auto, cover;
}

.wrapper-experimento-2.e-integra {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent)), url('/documents/20184/2127317/integra.jpg');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.6), transparent), url('/documents/20184/2127317/integra.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  text-decoration: none;
}

.wrapper-experimento-2.e-bussola-gh {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent)), url('/documents/20184/2127317/b_gh.jpg');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.6), transparent), url('/documents/20184/2127317/b_gh.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wrapper-experimento-2.e-guanaclin {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('/documents/20184/2127317/2_b_guanabara.png');
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8), transparent), url('/documents/20184/2127317/2_b_guanabara.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.botao-acervo {
  text-decoration: none;
}

.botao-acervo:hover {
  color: #313131;
  text-decoration: none;
}

.wrapper-equipe-3 {
  max-height: 100%;
  min-height: 100%;
  padding: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 12px 8px rgba(48, 48, 48, 0.03);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  cursor: pointer;
}

.wrapper-equipe-3:hover {
  box-shadow: 0 0 14px 3px rgba(48, 48, 48, 0.13);
  text-decoration: none;
}

.img-integrante-2 {
  border-radius: 8px;
}

.nome-integrante-3 {
  margin-top: 12px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 15.5px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.nome-integrante-3.link {
  display: inline-block;
  margin-top: 0px;
  color: #424242;
  font-size: 16px;
  text-decoration: none;
}

.nome-integrante-3.link:hover {
  text-decoration: underline;
}

.cargo-3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #3a3a3a;
  font-size: 12px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 0.25px;
}

.botao-acervo-2 {
  text-decoration: none;
}

.botao-acervo-2:hover {
  color: #313131;
  text-decoration: none;
}

.wrapper-equipe-4 {
  max-height: 100%;
  min-height: 100%;
  padding: 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 12px 8px rgba(48, 48, 48, 0.03);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  cursor: pointer;
}

.wrapper-equipe-4:hover {
  box-shadow: 0 0 14px 3px rgba(48, 48, 48, 0.13);
}

.h3-2 {
  margin-top: 58px;
  margin-bottom: 14px;
  border: 1px none #000;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 21px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: -0.25px;
  text-decoration: none;
  text-transform: none;
}

.grid-3 {
  margin-top: -10px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.botao-acervo-3 {
  text-decoration: none;
}

.botao-acervo-3:hover {
  color: #313131;
  text-decoration: none;
}

.container-pag-proj-2 {
  max-width: 950px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.grid-pag-proj-2 {
  width: 950px;
  margin-top: 94px;
  margin-right: 0px;
  padding-right: 122px;
  justify-items: start;
  grid-column-gap: 60px;
  grid-row-gap: 15px;
  grid-template-areas: ".";
  -ms-grid-columns: 2fr 60px 220px;
  grid-template-columns: 2fr 220px;
  -ms-grid-rows: auto 15px auto 15px auto 15px auto 15px auto;
  grid-template-rows: auto auto auto auto auto;
}

.grid-relacionados {
  grid-column-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(auto, 1fr);
  grid-template-rows: minmax(auto, 1fr);
}

.titulo-detalhes-proj-2 {
  margin-top: 34px;
  margin-bottom: 6px;
  padding-bottom: 0px;
  border-bottom: 1px none #5e5e5e;
  font-family: 'Roboto Mono', sans-serif;
  color: #444;
  font-size: 13px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.h2-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 28px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.texto-detalhes-2 {
  margin-top: 18px;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  color: #505050;
  font-size: 14px;
  line-height: 180%;
  font-weight: 400;
  letter-spacing: 0px;
  text-indent: 0px;
}

.texto-detalhes-2.relacionados {
  margin-top: -22px;
  margin-bottom: 1px;
  margin-left: 0px;
  padding-top: 3px;
  line-height: 160%;
  letter-spacing: -0.3px;
  text-indent: 0px;
  white-space: normal;
}

.texto-detalhes-2.titulo {
  margin-top: -16px;
  margin-bottom: -16px;
}

.texto-detalhes-2.link {
  display: block;
  margin-bottom: -12px;
  margin-left: -1px;
  color: #505050;
  letter-spacing: -0.3px;
  text-decoration: none;
  text-indent: -7px;
  white-space: normal;
}

.texto-detalhes-2.link:hover {
  text-decoration: underline;
}

.texto-detalhes-2.distancia-detalhes-proj {
  margin-top: 30px;
  margin-bottom: 4px;
}

.underline-recuo {
  margin-left: -2px;
  font-weight: 300;
}

.underline-recuo:hover {
  text-decoration: none;
}

.s-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  padding: 0px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/documents/20184/2127317/foto-header.png');
  background-position: 50% 50%;
  background-size: cover;
}

.s-01.section {
  background-image: url('/documents/20184/2127317/foto-header.png');
  background-position: 50% 50%;
  background-size: cover;
}

.banner-fluxo {
  margin-bottom: 25px;
  margin-left: -13px;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #273241;
}

.button-7 {
  background-color: transparent;
  background-image: url('/documents/20184/2127317/yt.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.redes-sociais {
  display: -ms-grid;
  display: grid;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 50px;
  grid-template-rows: auto 50px;
}

.button-6 {
  background-color: transparent;
  background-image: url('/documents/20184/2127317/tt.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-span-2 {
  display: block;
  margin-top: 22px;
}

.titulohead {
  display: block;
  margin-top: -13px;
  margin-bottom: 5px;
  font-family: 'Roboto Mono', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.titulohead.servi-o {
  margin-top: -13px;
  margin-bottom: -12px;
}

.titulohead.acesso {
  margin-top: 0px;
  margin-bottom: -22px;
}

.div-block-7 {
  padding-top: 0px;
  padding-left: 12px;
  border-left: 0.4px solid #fff;
}

.div-block-7.acesso {
  display: -ms-grid;
  display: grid;
  margin-top: 19px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr auto auto auto auto;
  grid-template-columns: 1fr auto auto auto auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.button-5 {
  margin-right: 0px;
  background-color: transparent;
  background-image: url('/documents/20184/2127317/fb.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-span {
  font-weight: 500;
}

.subs {
  color: #fff;
  text-decoration: none;
}

.conteudo-footer {
  display: -ms-grid;
  display: grid;
  max-width: 1150px;
  margin: 28px auto 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-color: transparent;
}

.button-8 {
  background-color: transparent;
  background-image: url('/documents/20184/2127317/fli.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.texto-footer {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 46px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
}

.texto-footer.conhe-a {
  margin-bottom: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.texto-footer.conhe-a.ult {
  margin-bottom: 0px;
}

.texto-footer.conhe-a.social {
  margin-right: -50px;
  margin-bottom: 0px;
  font-size: 15px;
}

.secao-footer {
  margin-top: 104px;
  padding: 70px 25px 50px;
  border-top: 1px none #6364a8;
  background-color: #f1f1f1;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 100;
  letter-spacing: 0.25px;
}

.container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.grid-conteudo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 2.25fr;
  grid-template-columns: 1fr 2.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.texto-rodape {
  margin-right: 0px;
  font-family: Roboto, sans-serif;
  color: #747474;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: right;
}

.grid-footer {
  display: -ms-grid;
  display: grid;
  width: 950px;
  margin-top: 7px;
  margin-bottom: 0px;
  margin-left: -3px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-103 {
  width: 130px;
  margin-top: -10px;
  margin-left: -8px;
}

.div-block-8 {
  position: absolute;
  left: auto;
  top: 143%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-104 {
  width: 700px;
  height: 300px;
  max-width: 70%;
  clear: none;
}

.fluxo-pag-sobre {
  position: relative;
  top: 754px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  height: 100vh;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.modal-bia {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 8%, 0.9);
}

.modal-juliana {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 8%, 0.9);
}

.modal-breno {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 8%, 0.9);
}

.modal-mayra {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 8%, 0.9);
}

.modal-estevan {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 8%, 0.9);
}

.modal-larissa {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 8%, 0.9);
}

.modal-julia {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 8%, 0.9);
}

.modal-leticia {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 8%, 0.9);
}

.modal-manuella {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 8%, 0.9);
}

.modal-matheus {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 8%, 0.9);
}

.image-15 {
  max-width: 100%;
}

.grid-section-2 {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.s-05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 0px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e8a326;
}

.s-05.section {
  background-color: #f49819;
}

.text-wrapper-section-3 {
  position: relative;
  z-index: 9;
  margin-left: 1px;
  padding-right: 50px;
}

.titulo-section-black-3 {
  margin-bottom: 20px;
  padding-right: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 150%;
  font-weight: 500;
}

.corpo-texto-2 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  letter-spacing: -0.2px;
}

.texto-cta-3-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 0.35px;
  text-transform: lowercase;
}

.texto-cta-3-2:hover {
  background-color: #fff;
  color: #363377;
  font-weight: 500;
}

.texto-cta-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1.5px solid #f8f8f8;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #f8f8f8;
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 0.35px;
  text-decoration: none;
  text-transform: lowercase;
}

.texto-cta-2:hover {
  background-color: #f8f8f8;
  color: #68a3ab;
  font-weight: 500;
}

.grid-section-2 {
  margin: 0px auto;
  grid-column-gap: 80px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-section-2.invertida {
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
}

.texto-cta-2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1.5px solid #f8f8f8;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #f8f8f8;
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 0.35px;
  text-decoration: none;
  text-transform: lowercase;
}

.texto-cta-2-2:hover {
  background-color: #f8f8f8;
  color: #ddab38;
  font-weight: 500;
}

.s-04-2 {
  display: block;
  height: 100vh;
  padding: 0px 0px 0px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
}

.s-04-2.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #363377;
}

.footer-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #090b0f;
}

.footer-2.section {
  padding-top: 70px;
  background-color: #1d1d1d;
}

.image-105 {
  max-width: 95%;
}

.text-wrapper-section-4 {
  position: relative;
  z-index: 9;
  margin-left: 0px;
  padding-right: 50px;
}

.seta {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
}

.image-107 {
  max-width: 20px;
}

.image-107.teste-abertura {
  max-width: 25px;
}

.link-projeto {
  color: #000;
  font-weight: 500;
}

.text-span-10 {
  color: #ff0505;
}

.text-span-11 {
  color: red;
}

.text-span-12 {
  color: #ff0808;
}

.text-span-13 {
  color: red;
}

.text-span-14 {
  color: red;
}

.text-span-15 {
  color: red;
  text-indent: 0px;
}

.text-span-16 {
  color: #ff0808;
}

.text-span-17 {
  color: red;
}

.text-span-18 {
  color: red;
}

.text-span-19 {
  color: #f80000;
}

.section-contato {
  padding: 40px;
}

.container-contato {
  max-width: 950px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.contato-label {
  margin-left: -1px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.campo-texto-contato {
  margin-top: 12px;
  margin-bottom: 28px;
  border-radius: 8px;
}

.campo-texto-contato.mensagem {
  overflow: scroll;
  height: 100px;
  white-space: break-spaces;
  -o-object-fit: fill;
  object-fit: fill;
}

.botao-enviar-contato {
  width: 160px;
  height: 45px;
  margin-top: 34px;
  padding: 12px 9px;
  border-style: solid;
  border-width: 1px;
  border-color: #c9c9c9;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.botao-enviar-contato:hover {
  border-color: #e8a326;
  background-color: #e8a326;
  color: #fff;
}

.wrapper-formulario {
  margin-top: 0px;
}

.grid-contato {
  margin-top: 84px;
  grid-column-gap: 48px;
  grid-template-areas: ".";
  -ms-grid-columns: 0.9fr 48px 1fr;
  grid-template-columns: 0.9fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.map {
  margin-bottom: 15px;
}

.html-embed {
  min-height: 369px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 0px;
}

.image-108 {
  margin-top: 2px;
}

.div-block-9 {
  max-height: 84%;
  min-height: 100%;
}

.div-block-10 {
  margin-left: -16px;
  padding-left: 14px;
  border-left: 1px solid #5a5a5a;
}

.textarea {
  min-height: 100px;
  margin-top: 12px;
  margin-bottom: 0px;
  border-radius: 8px;
}

.text-block-4 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.success-message {
  padding-bottom: 25px;
  padding-left: 54px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 12px 8px rgba(122, 111, 64, 0);
}

.text-span-20 {
  display: inline-block;
  padding-top: 0px;
  font-size: 12px;
  font-weight: 300;
}

.text-span-21 {
  font-size: 15px;
}

.success-message-2 {
  padding-top: 27px;
  padding-left: 47px;
}

.error-message {
  position: absolute;
  width: 300px;
  margin-top: 29px;
  padding-right: 0px;
  padding-left: 31px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: transparent;
}

.link {
  color: #2e2e2e;
}

.link:hover {
  color: #f9a12a;
}

.texto-objetivos-3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 16px;
  line-height: 180%;
  font-weight: 300;
  letter-spacing: -0.2px;
}

.accordion-item-2 {
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
}

.accordion-item-2.objetivo-sem-linha {
  border-bottom-style: none;
}

.grid-equipe-3 {
  margin-top: 4px;
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-13 {
  margin-left: 0px;
  padding: 15px 25px 15px 36px;
  border: 1.5px solid #dedede;
  border-radius: 8px;
}

.div-block-13:hover {
  border-color: #dedede;
}

.image-109 {
  width: 55px;
  max-width: 60px;
  margin-top: -41px;
  margin-right: -4px;
  margin-left: -58px;
  padding-right: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.bold-3 {
  font-size: 16px;
  font-weight: 500;
}

.div-integrante-3 {
  display: block;
}

.grid-objetivos-2 {
  margin-top: 27px;
  grid-column-gap: 39px;
  grid-row-gap: 41px;
}

.accordion-item-trigger-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.texto-ferramenta-2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 16px;
  line-height: 180%;
  font-weight: 400;
  letter-spacing: -0.2px;
}

.container-grid-2 {
  max-width: 950px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.grid-ex-integrantes {
  margin-top: 4px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-material {
  display: block;
}

.div-material.box {
  margin-top: 198px;
}

.nome-material {
  margin-top: 12px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 15.5px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.nome-material.link {
  margin-top: 0px;
  text-decoration: none;
}

.nome-material.link:hover {
  text-decoration: underline;
}

.tipo-material {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 12px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 0.25px;
}

.image-110 {
  width: 16px;
  margin-bottom: 3px;
  margin-left: 11px;
}

.link-block-3 {
  margin-left: 0px;
}

.img-integrante-teste2 {
  max-width: 40%;
  margin-right: 11px;
  border-radius: 8px;
}

.wrapper-equipe-2-teste2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  padding: 18px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 12px 8px rgba(48, 48, 48, 0.03);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  cursor: pointer;
}

.wrapper-equipe-2-teste2:hover {
  box-shadow: 0 0 12px 3px rgba(48, 48, 48, 0.15);
}

.div-integrante-2-teste2 {
  display: block;
  margin-top: -9px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-integrante-2-teste2.box {
  margin-top: 198px;
}

.subtitulo-projeto {
  margin-top: -2px;
  margin-bottom: 15px;
  padding-right: 0px;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 14px;
  line-height: 175%;
  font-weight: 400;
  letter-spacing: 0px;
}

.caixa-titulo-projeto {
  margin-top: 0px;
}

.image-111 {
  display: inline;
  max-width: 82%;
  line-height: 0px;
  text-align: center;
}

.section-faq {
  margin-top: 0vh;
  padding: 40px;
}

.texto-faq {
  margin-top: 6px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 16px;
  line-height: 180%;
  font-weight: 300;
  letter-spacing: 0px;
}

.texto-faq.teste {
  font-weight: 300;
}

.texto-faq.final {
  margin-top: 50px;
}

.texto-faq-ultimo {
  margin-top: 6px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 16px;
  line-height: 180%;
  font-weight: 300;
  letter-spacing: 0px;
}

.texto-faq-ultimo.teste {
  font-weight: 300;
}

.titulo-faq {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 160%;
  font-weight: 400;
  letter-spacing: -0.2px;
}

.italic-text {
  font-weight: 300;
}

.underline-recuo-parceiros {
  margin-left: -10px;
}

.wrapper-detalhe {
  margin-bottom: 20px;
}

.titulo-detalhes-projeto {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-bottom: 0px;
  border-bottom: 1px none #5e5e5e;
  font-family: 'Roboto Mono', sans-serif;
  color: #444;
  font-size: 13px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.categoria-nome {
  margin-bottom: 2px;
  font-family: Roboto, sans-serif;
  color: #505050;
  font-size: 14px;
  line-height: 180%;
  font-weight: 500;
}

.categoria-nome.projeto {
  font-size: 14px;
}

.conteudo-detalhe {
  margin-bottom: 13px;
}

.coluna-direita {
  position: static;
  top: 50px;
  margin-top: 5px;
  margin-right: 0px;
  font-family: Roboto, sans-serif;
  color: #505050;
  line-height: 170%;
  text-align: left;
}

.item-informacoes-proj {
  margin-bottom: 6px;
}

.link-item {
  color: #505050;
  text-decoration: none;
}

.link-item:hover {
  color: #f9a12a;
  text-decoration: underline;
}

.link-footer {
  color: #fff;
}

.image-113 {
  margin-top: 2px;
}

.home-section1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.conteudo-section {
  max-width: 100vw;
}

.grid-section1 {
  width: 100vw;
  height: 100vh;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg-section1 {
  width: 100%;
  height: 100%;
  background-color: #e9bf43;
}

.img-landing {
  width: 550px;
  margin-left: -46px;
  border-radius: 8px;
  box-shadow: 6px 6px 14px 1px rgba(56, 54, 46, 0.35);
}

.div-text-landing {
  width: 500px;
}

.icone-sucess-msg {
  width: 60px;
  max-width: none;
  margin: -71px auto -8px -62px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #fff;
}

.secao-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-homepage {
  width: 950px;
  max-width: 950px;
}

.grid-4 {
  margin-top: -60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.titulo-homepage {
  margin-bottom: 10px;
  padding-right: 0px;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 28px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.titulo-homepage.aproximacao {
  margin-bottom: 42px;
}

.texto-homepage {
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  color: #090b0f;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  letter-spacing: -0.2px;
}

.image-114 {
  width: 300px;
  margin-left: 42px;
}

.div-button-azul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #68a3ab;
  border-radius: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #68a3ab;
  text-decoration: none;
}

.div-button-azul:hover {
  background-color: #68a3ab;
  color: #fff;
}

.text-block-5 {
  text-decoration: none;
}

.text-button {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.div-button-amarelo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #ddab38;
  border-radius: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ddab38;
  text-decoration: none;
}

.div-button-amarelo:hover {
  background-color: #ddab38;
  color: #fff;
}

.grid-amarelo {
  margin-top: 0px;
  grid-column-gap: 110px;
  -ms-grid-columns: 500px 320px;
  grid-template-columns: 500px 320px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-azul {
  margin-top: 0px;
  grid-column-gap: 110px;
  -ms-grid-columns: 320px 500px;
  grid-template-columns: 320px 500px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-roxo {
  margin-top: 0px;
  grid-column-gap: 110px;
  -ms-grid-columns: 320px 500px;
  grid-template-columns: 320px 500px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-homepage-amarelo {
  width: 950px;
  max-width: 950px;
}

.image-azul {
  width: 320px;
  margin-left: 0px;
}

.image-amarelo {
  width: 320px;
  margin-left: 0px;
}

.image-roxo {
  width: 320px;
  margin-left: 0px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.div-button-roxo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #363377;
  border-radius: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #363377;
  text-decoration: none;
}

.div-button-roxo:hover {
  background-color: #363377;
  color: #fff;
}

.secao-heroo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.secao-heroo.section {
  background-color: #2c374b;
}

.secao-heroo.section {
  background-image: url('/documents/20184/2127317/bg-hero-fluxo-37.svg');
  background-position: 0% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.secao-heroo.section.teste {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  padding: 0px;
  background-color: #160104;
  background-image: none;
}

.secao-heroo.section.teste.preto {
  background-color: #0e131b;
}

.secao-heroo.section.teste.roxo {
  background-color: #161635;
}

.secao-heroo.section.teste.ver-claro {
  display: block;
  background-color: #752116;
}

.secao-heroo.section.teste.ver-clarinha {
  background-color: #561c1d;
}

.secao-heroo.section.teste.cinza {
  background-color: #d3d3d3;
}

.div-fluxo-azul-bg {
  position: absolute;
  left: 0%;
  top: 60px;
  right: auto;
  bottom: auto;
  z-index: 1;
}

.image-115 {
  width: 600px;
  height: auto;
}

.img-hero {
  border-radius: 8px;
}

.frase-hero {
  margin-top: -8px;
}

.image-116 {
  position: relative;
  z-index: 1;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 3px 3px 12px -3px rgba(0, 0, 0, 0.38);
}

.div-fluxo-laranj-bg {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 9;
}

.img-fluxo-laranj {
  width: 500px;
  height: auto;
}

.img-fluxo-azul {
  width: 700px;
  height: auto;
}

.grid-5 {
  margin-top: -136px;
  padding-top: 0px;
  grid-column-gap: 0px;
  -ms-grid-columns: 0.4fr 1fr;
  grid-template-columns: 0.4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-117 {
  position: relative;
  z-index: 99;
}

.grid-6 {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pedaco-2-fluxo {
  position: relative;
  z-index: 0;
  margin-left: -2px;
}

.grid-7 {
  position: relative;
  top: 0px;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-14 {
  position: relative;
  left: 55px;
  top: -5px;
  margin-left: 0px;
}

.div-fluxo-laranj {
  position: relative;
  left: 121px;
  top: 10px;
  margin-left: 0px;
}

.div-fluxo-laranja-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.img-laranja-fluxo2 {
  height: auto;
  margin-top: 30px;
}

.grid-hero-2 {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
}

.h1-2 {
  padding-right: 78px;
  font-family: Roboto, sans-serif;
  color: #f8f8f8;
  font-size: 42px;
  line-height: 130%;
  font-weight: 500;
}

.subtitulo-home-2 {
  padding-right: 161px;
  font-family: Roboto, sans-serif;
  color: #f8f8f8;
  font-size: 18px;
  line-height: 155%;
  font-weight: 300;
}

.titulo {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.titulo.branco {
  color: #fff;
}

.lottie-animation-3 {
  position: absolute;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.background-video-2 {
  height: 101vh;
}

.background-video-2.teste-hero {
  display: none;
  width: 100%;
  height: 100vh;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-abertura {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  grid-row-gap: 50px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto 30px;
  grid-template-rows: auto 30px;
}

.container-homepage-2 {
  position: static;
  width: 950px;
  max-width: 950px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.container-homepage-2.teste-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-logoclara {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  width: 100vw;
  height: 60px;
  margin-top: 0px;
  background-color: #fff;
}

.nav-logoclara.abertura-teste {
  z-index: 50;
  display: block;
  background-color: transparent;
}

.navbar1-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 962px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-nav {
  height: 21px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-118 {
  width: 100px;
}

.navbar1-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.navbar1-wrapper-link {
  display: block;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  text-align: center;
}

.navbar1-link {
  margin-left: 43px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.navbar1-link:hover {
  text-decoration: underline;
}

.navbar1-link.w--current {
  font-weight: 700;
}

.navbar1-link.preto {
  color: #000;
}

.nav-logoescura {
  position: fixed;
  z-index: 51;
  display: block;
  width: 100vw;
  height: 60px;
  margin-top: 0px;
  background-color: #283449;
}

.nav-logoescura.abertura-teste-2 {
  z-index: 40;
  display: block;
  margin-top: 0px;
  background-color: #fff;
}

.navbar2-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 962px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar2-wrapper-link {
  display: block;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #22344a;
  text-align: center;
}

.navbar2-link {
  margin-left: 43px;
  font-family: Roboto, sans-serif;
  color: #22344a;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.navbar2-link:hover {
  text-decoration: underline;
}

.navbar2-link.w--current {
  font-weight: 700;
}

.logo-escura {
  height: 21px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-118-copy {
  display: block;
  width: 100px;
}

.link-block-5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.link-block-6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.link-block-7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-seta {
  margin-top: 0px;
}

.navbar-4 {
  display: none;
}

.div-block-16 {
  margin-top: 0px;
}

.hero-nav-logo-escura {
  position: fixed;
  z-index: 51;
  display: block;
  width: 100vw;
  height: 60px;
  margin-top: 0px;
  background-color: #283449;
}

.hero-nav-logo-escura.abertura-teste-2 {
  z-index: 40;
  display: none;
  margin-top: 0px;
  background-color: #fff;
}

.div-block-17 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.html-embed-2 {
  display: none;
}

.div-button-vermelho {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1.5px solid #6c1b1b;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #6c1b1b;
  font-weight: 500;
}

.div-button-vermelho:hover {
  background-color: #6c1b1b;
  color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.text-span-22 {
  color: #550f0e;
}

@media screen and (max-width: 991px) {
  .section-01 {
    padding: 45px 40px;
  }

  .grid-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: left;
  }

  .s-02 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .s-02.section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .grid-section {
    width: 100%;
    padding: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .text-wrapper-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .h2 {
    margin-bottom: 38px;
  }

  .botao-cta {
    margin-top: 30px;
    clear: left;
  }

  .s-03 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .s-04 {
    padding-left: 40px;
  }

  .titulo-section {
    margin-bottom: 10px;
    text-align: left;
  }

  .titulo-section-black {
    margin-bottom: 10px;
  }

  .div-block-3 {
    width: 600px;
  }

  .conteudo-fluxo {
    width: 100%;
  }

  .grid-section-meio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 0px 45px 0px 0px;
    align-self: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .image-2 {
    opacity: 0.1;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 18px 25px 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #090b0f;
    color: #fff;
    text-align: left;
  }

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

  .navbar-wrapper {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-grid {
    margin-top: 60px;
  }

  .grid-sobre {
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
  }

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

  .modal-marcelo {
    display: none;
  }

  .modal-content {
    max-height: 75vh;
  }

  .modal-leo {
    display: none;
  }

  .link-block-cta {
    margin-top: 0px;
  }

  .section-experimentos {
    max-width: 100vw;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .grid-experimentos {
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
  }

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

  .conteudo-experimentos {
    width: 90vw;
  }

  .grid-pag-proj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
  }

  .img-proj {
    margin-bottom: 8px;
  }

  .img-projeto {
    margin-bottom: 24px;
  }

  .div-detalhes-proj {
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0.5px none #d4d4d4;
  }

  .navlink-branca {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #2c2c2c;
    text-align: left;
  }

  .grid-acervo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
  }

  .grid-relatorios-atividades {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-objetivos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .caixa-objetivos {
    padding-top: 6px;
    padding-left: 36px;
  }

  .image-6 {
    max-width: 15%;
    margin-top: -30px;
    margin-left: -60px;
  }

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

  .nome-projeto-2 {
    font-size: 24px;
  }

  .grid-experimentoss {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wrapper-experimento-2 {
    height: 250px;
  }

  .wrapper-experimento-2.e-fagulha {
    margin-bottom: 9px;
  }

  .wrapper-experimento-2.e-bussola-gh {
    height: 250px;
  }

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

  .grid-pag-proj-2 {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-top: 84px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .grid-relacionados {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h2-2 {
    margin-bottom: 0px;
  }

  .texto-detalhes-2.relacionados {
    margin-bottom: -48px;
  }

  .texto-detalhes-2.titulo {
    margin-top: 0px;
  }

  .s-01 {
    padding: 45px 40px;
  }

  .redes-sociais {
    margin-top: 25px;
  }

  .titulohead.arapido {
    margin-bottom: 16px;
  }

  .div-block-7.acesso {
    margin-top: 25px;
    grid-row-gap: 6px;
    -ms-grid-columns: 1fr auto auto;
    grid-template-columns: 1fr auto auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-7.transparencia {
    margin-top: 58px;
  }

  .div-block-7.comunica-ao {
    margin-top: 25px;
  }

  .conteudo-footer {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .texto-footer {
    margin-top: 25px;
    background-color: transparent;
    color: #fff;
    font-size: 13px;
  }

  .texto-footer.conhe-a {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .texto-footer.conhe-a.webmail {
    margin-left: -31px;
  }

  .texto-footer.conhe-a.mapa {
    margin-left: -15px;
  }

  .texto-footer.conhe-a.social {
    font-size: 14px;
  }

  .secao-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-footer {
    max-width: 963px;
    margin-right: auto;
    margin-left: auto;
  }

  .grid-conteudo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .texto-rodape {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
  }

  .grid-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    max-width: 963px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .image-103 {
    margin-top: -10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .fluxo-pag-sobre {
    top: 1192px;
    width: 400px;
  }

  .modal-bia {
    display: none;
  }

  .modal-juliana {
    display: none;
  }

  .modal-breno {
    display: none;
  }

  .modal-mayra {
    display: none;
  }

  .modal-estevan {
    display: none;
  }

  .modal-larissa {
    display: none;
  }

  .modal-julia {
    display: none;
  }

  .modal-leticia {
    display: none;
  }

  .modal-manuella {
    display: none;
  }

  .modal-matheus {
    display: none;
  }

  .image-15 {
    max-width: 45%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .grid-section-2 {
    width: 100%;
    padding: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .s-05 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-wrapper-section-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .titulo-section-black-3 {
    margin-bottom: 10px;
  }

  .grid-section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
  }

  .grid-section-2.invertida {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .s-04-2 {
    padding-left: 40px;
  }

  .s-04-2.section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
  }

  .image-105 {
    max-width: 45%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-106 {
    width: 45%;
    height: 4%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-wrapper-section-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .image-107.teste-abertura {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .grid-contato {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 48px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .body-2 {
    max-width: 100vw;
  }

  .grid-equipe-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-13 {
    margin-top: 9px;
    margin-bottom: 34px;
    padding-top: 3px;
    padding-left: 38px;
  }

  .image-109 {
    width: 60px;
    max-width: 60px;
    margin-top: -28px;
    margin-left: -59px;
  }

  .grid-objetivos-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-ex-integrantes {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .icon-2 {
    color: #f0f0f0;
  }

  .menu-button {
    color: #f0f0f0;
  }

  .menu-button.w--open {
    background-color: #090b0f;
  }

  .menu-button-2 {
    background-color: #090b0f;
  }

  .menu-button-2.w--open {
    background-color: #090b0f;
    color: #f0f0f0;
  }

  .icon-3 {
    color: #f0f0f0;
  }

  .nav-menu {
    color: #f0f0f0;
  }

  .menu-button-3 {
    background-color: #fff;
  }

  .menu-button-3.w--open {
    background-color: #fff;
  }

  .icon-4 {
    color: #2c2c2c;
  }

  .nav-menu-2 {
    border-bottom: 0.5px solid #d4d4d4;
  }

  .subtitulo-projeto {
    padding-right: 0px;
  }

  .coluna-direita {
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0.5px none #d4d4d4;
  }

  .icone-sucess-msg {
    max-width: 15%;
    margin-top: -30px;
    margin-left: -60px;
  }

  .titulo-homepage {
    margin-bottom: 15px;
  }

  .grid-amarelo {
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 0.7fr;
    grid-template-columns: 1fr 0.7fr;
  }

  .grid-azul {
    grid-column-gap: 40px;
    -ms-grid-columns: 0.7fr 1fr;
    grid-template-columns: 0.7fr 1fr;
  }

  .grid-roxo {
    grid-column-gap: 40px;
    -ms-grid-columns: 0.7fr 1fr;
    grid-template-columns: 0.7fr 1fr;
  }

  .secao-heroo.section.teste {
    height: 100%;
    background-color: #160104;
  }

  .div-fluxo-azul-bg {
    display: none;
  }

  .img-hero {
    margin-top: 25px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .frase-hero {
    padding-right: 78px;
    padding-left: 78px;
    text-align: center;
  }

  .image-116 {
    max-width: 60%;
    text-align: center;
  }

  .img-fluxo-azul {
    display: none;
  }

  .grid-5 {
    display: none;
  }

  .image-117 {
    display: none;
  }

  .pedaco-2-fluxo {
    display: none;
  }

  .grid-7 {
    display: none;
  }

  .div-fluxo-laranj {
    display: none;
  }

  .div-fluxo-laranja-2 {
    display: none;
  }

  .img-laranja-fluxo2 {
    display: none;
  }

  .grid-hero-2 {
    width: 100%;
    padding: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: left;
  }

  .titulo {
    margin-bottom: 0px;
  }

  .lottie-animation-3 {
    display: block;
    height: 100vh;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .background-video-2.teste-hero {
    display: none;
  }

  .grid-abertura {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto 30px;
    grid-template-rows: auto 30px;
    text-align: center;
  }

  .container-homepage-2.teste-hero {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    height: 100vh;
    max-width: none;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-homepage-2.teste-hero.off {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    padding-top: 0px;
  }

  .nav-logoclara.abertura-teste {
    display: none;
  }

  .navbar1-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-logoescura.abertura-teste-2 {
    display: none;
  }

  .navbar2-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-seta {
    margin-top: 30px;
  }

  .navbar-4 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 8vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none none solid;
    border-width: 1px 1px 0.5px;
    border-color: #000 #000 silver;
    background-color: #fff;
  }

  .container-4 {
    width: 90vw;
  }

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 10vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-119 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .menu-button-4 {
    background-color: #fff;
  }

  .menu-button-4.w--open {
    background-color: #fff;
  }

  .nav-link-2 {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 13px;
  }

  .nav-menu-3 {
    padding-top: 0px;
    padding-bottom: 15px;
    border-bottom: 0.5px solid silver;
    background-color: #fff;
  }

  .nav-link-3 {
    display: block;
  }

  .nav-link-4 {
    display: block;
  }

  .nav-link-5 {
    display: block;
  }

  .nav-link-6 {
    display: block;
  }

  .navlink {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
    font-size: 14px;
  }

  .navlink.w--current {
    color: #333;
  }

  .icon-5 {
    color: #333;
  }

  .hero-nav-logo-escura.abertura-teste-2 {
    display: none;
  }

  .div-block-17 {
    position: absolute;
    background-color: #11293b;
  }
}

@media screen and (max-width: 767px) {
  .section-01 {
    padding-right: 45px;
    padding-left: 45px;
  }

  .h1 {
    font-size: 32px;
  }

  .grid-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .subtitulo-home {
    padding-right: 0px;
    font-size: 16px;
  }

  .s-02 {
    padding-right: 45px;
    padding-left: 45px;
  }

  .text-wrapper-section {
    padding-right: 0px;
  }

  .s-03 {
    padding-right: 45px;
    padding-left: 45px;
  }

  .s-04 {
    overflow: hidden;
    padding-right: 45px;
    padding-left: 45px;
  }

  .div-block-3 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .conteudo-fluxo {
    width: 100%;
  }

  .grid-section-meio {
    width: 100%;
  }

  .image-2 {
    opacity: 0.1;
  }

  .navbar-3 {
    padding-left: 30px;
  }

  .nav-link {
    padding-left: 40px;
    color: #fff;
  }

  .brand.w--current {
    padding-left: 2px;
  }

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

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

  .modal-marcelo {
    display: none;
    padding: 45px;
  }

  .modal-content {
    max-height: 72vh;
    padding-top: 45px;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-3 {
    display: none;
    width: 90px;
  }

  .modal-leo {
    display: none;
    padding: 45px;
  }

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

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

  .grid-pag-proj {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-detalhes-proj {
    margin-top: 18px;
    padding-top: 48px;
    border-top-style: solid;
    border-top-width: 0.5px;
  }

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

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

  .grid-relatorios-atividades {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .caixa-objetivos {
    padding-top: 9px;
    padding-left: 33px;
  }

  .image-6 {
    margin-top: -37px;
    margin-left: -60px;
  }

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

  .div-integrante-2.box {
    display: block;
    margin-top: 0px;
    margin-bottom: 12px;
  }

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

  .wrapper-experimento-2.e-sintese {
    margin-bottom: 10px;
  }

  .wrapper-experimento-2.e-simplifica {
    margin-bottom: 10px;
  }

  .wrapper-experimento-2.e-antivirus {
    margin-bottom: 10px;
  }

  .wrapper-experimento-2.e-impacta {
    margin-bottom: 10px;
  }

  .wrapper-experimento-2.e-vertice {
    margin-bottom: 10px;
  }

  .wrapper-experimento-2.e-jornada {
    margin-bottom: 10px;
  }

  .wrapper-experimento-2.e-ouvidoria {
    margin-bottom: 10px;
  }

  .wrapper-experimento-2.e-reuniao {
    margin-bottom: 10px;
  }

  .wrapper-experimento-2.e-hackfest {
    margin-bottom: 10px;
  }

  .wrapper-experimento-2.e-fagulha {
    margin-bottom: 10px;
  }

  .wrapper-experimento-2.e-argos {
    margin-bottom: 10px;
  }

  .wrapper-experimento-2.e-prisional {
    margin-bottom: 10px;
  }

  .wrapper-experimento-2.e-promotoria {
    margin-bottom: 10px;
  }

  .wrapper-experimento-2.e-integra {
    margin-bottom: 10px;
  }

  .wrapper-experimento-2.e-bussola-gh {
    margin-bottom: 10px;
  }

  .wrapper-experimento-2.e-guanaclin {
    margin-bottom: 10px;
  }

  .nome-integrante-3.link {
    font-size: 16px;
  }

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

  .grid-pag-proj-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
    padding-right: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-relacionados {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .s-01 {
    padding-right: 45px;
    padding-left: 45px;
  }

  .redes-sociais {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-7.transparencia {
    margin-top: 25px;
    margin-bottom: 62px;
  }

  .conteudo-footer {
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .texto-footer {
    margin-top: 0px;
    color: #fff;
    font-size: 12px;
    text-align: left;
  }

  .texto-footer.conhe-a {
    font-size: 13.5px;
  }

  .texto-footer.conhe-a.social {
    margin-right: 0px;
    text-align: left;
  }

  .grid-conteudo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .texto-rodape {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .grid-footer {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-103 {
    margin-bottom: 10px;
    margin-left: -11px;
  }

  .fluxo-pag-sobre {
    top: 990px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .modal-bia {
    display: none;
    padding: 45px;
  }

  .modal-juliana {
    display: none;
    padding: 45px;
  }

  .modal-breno {
    display: none;
    padding: 45px;
  }

  .modal-mayra {
    padding: 45px;
  }

  .modal-estevan {
    display: none;
    padding: 45px;
  }

  .modal-larissa {
    display: none;
    padding: 45px;
  }

  .modal-julia {
    display: none;
    padding: 45px;
  }

  .modal-leticia {
    display: none;
    padding: 45px;
  }

  .modal-manuella {
    display: none;
    padding: 45px;
  }

  .modal-matheus {
    display: none;
    padding: 45px;
  }

  .image-15 {
    display: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .s-05 {
    padding-right: 45px;
    padding-left: 45px;
  }

  .text-wrapper-section-3 {
    padding-right: 0px;
  }

  .grid-section-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .s-04-2 {
    overflow: hidden;
    padding-right: 45px;
    padding-left: 45px;
  }

  .image-105 {
    display: none;
  }

  .image-106 {
    display: none;
  }

  .text-wrapper-section-4 {
    padding-right: 0px;
  }

  .section-contato {
    margin-bottom: -156px;
  }

  .grid-contato {
    padding-right: 27px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .html-embed {
    min-height: 386px;
  }

  .grid-equipe-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-13 {
    padding-top: 0px;
    padding-left: 35px;
  }

  .image-109 {
    max-width: 55px;
    margin-top: -21px;
    margin-left: -57px;
  }

  .grid-ex-integrantes {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .div-material.box {
    display: none;
  }

  .img-integrante-teste2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .wrapper-equipe-2-teste2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-integrante-2-teste2 {
    margin-top: -7px;
    padding-top: 6px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-integrante-2-teste2.box {
    display: block;
    margin-top: 0px;
  }

  .subtitulo-projeto {
    padding-right: 0px;
  }

  .caixa-titulo-projeto {
    margin-top: 10px;
  }

  .coluna-direita {
    margin-top: 18px;
    margin-bottom: -63px;
    padding-top: 52px;
    border-top-style: solid;
    border-top-width: 0.5px;
  }

  .icone-sucess-msg {
    margin-top: -37px;
    margin-left: -60px;
  }

  .secao-hero.section {
    padding: 65px;
  }

  .text-hero {
    text-align: center;
  }

  .titulo-homepage {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .texto-homepage {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .grid-amarelo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-azul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-roxo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-azul {
    width: 220px;
    margin-bottom: 0px;
  }

  .image-amarelo {
    width: 220px;
  }

  .image-roxo {
    width: 220px;
  }

  .secao-heroo.section {
    padding: 65px;
    background-position: 0px 0px, 100% 50%;
  }

  .secao-heroo.section {
    padding: 65px;
    background-position: 0px 0px, 100% 50%;
  }

  .img-hero {
    margin-top: 0px;
  }

  .frase-hero {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-116 {
    max-width: 100%;
    margin-top: 0px;
  }

  .grid-hero-2 {
    width: 100%;
  }

  .h1-2 {
    font-size: 32px;
  }

  .subtitulo-home-2 {
    padding-right: 0px;
    font-size: 16px;
  }

  .titulo {
    font-size: 28px;
    line-height: 150%;
  }

  .grid-abertura {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .container-homepage-2.teste-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-homepage-2.teste-hero.off {
    position: relative;
  }

  .div-seta {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section-01 {
    padding: 24px 15px;
  }

  .h1 {
    padding-right: 0px;
    font-size: 27px;
    line-height: 131%;
  }

  .grid-hero {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    justify-items: start;
    text-align: left;
  }

  .subtitulo-home {
    padding-right: 0px;
    font-size: 13px;
    text-align: center;
  }

  .s-02 {
    padding: 24px 15px;
    background-color: #68a3ab;
  }

  .s-02.section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-section {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .text-wrapper-section {
    padding-right: 0px;
  }

  .h2 {
    margin-bottom: -11px;
    font-size: 24px;
  }

  .corpo-texto-branco {
    font-size: 13px;
  }

  .s-03 {
    padding: 24px 15px;
  }

  .s-04 {
    overflow: hidden;
    padding: 23px 15px;
  }

  .titulo-section {
    margin-bottom: 27px;
    font-size: 24px;
  }

  .div-block-3 {
    overflow: hidden;
  }

  .conteudo-fluxo {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .grid-section-meio {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    text-align: center;
  }

  .image-2 {
    overflow: hidden;
  }

  .navbar-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link {
    padding-left: 24px;
    color: #fff;
  }

  .brand.w--current {
    padding-left: 0px;
  }

  .navbar-wrapper {
    width: 100vw;
    max-width: none;
    padding-right: 10px;
    padding-left: 15px;
  }

  .container-grid {
    max-width: 100%;
  }

  .section-sobre {
    margin-top: 0vh;
    padding-right: 25px;
    padding-left: 25px;
  }

  .grid-sobre {
    margin-top: 74px;
  }

  .h3.distancia-materiais {
    margin-bottom: 28px;
  }

  .grid-equipe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-integrante {
    max-height: 90px;
    max-width: 90%;
    margin-right: 16px;
  }

  .titulo-ferramenta {
    line-height: 160%;
  }

  .dropdown {
    min-width: auto;
  }

  .dropdown-toggle {
    min-width: 0px;
    padding-left: 0px;
  }

  .paragraph-9 {
    max-width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 10px;
    font-size: 15px;
  }

  .modal-marcelo {
    display: none;
    padding: 32px;
  }

  .modal-content {
    overflow: scroll;
    max-height: 72vh;
    padding: 25px;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .close-modal {
    top: -35px;
    right: 0px;
  }

  .image-3 {
    display: none;
  }

  .modal-leo {
    display: none;
  }

  .section-experimentos {
    padding-right: 25px;
    padding-left: 25px;
  }

  .grid-experimentos {
    margin-top: 74px;
  }

  .conteudo-experimentos {
    width: 100%;
  }

  .titulo-ferramenta-copy {
    line-height: 160%;
  }

  .nome-projeto {
    line-height: 160%;
  }

  .seta-projeto {
    line-height: 160%;
  }

  .section-pag-proj {
    max-width: 100vw;
    padding-right: 25px;
    padding-left: 25px;
  }

  .img-projeto {
    margin-bottom: 0px;
  }

  .div-detalhes-proj {
    margin-top: 0px;
    padding-top: 38px;
    border-top: 0.5px solid #d4d4d4;
  }

  .navlink-branca {
    padding-left: 24px;
  }

  .section-acervo {
    padding-right: 25px;
    padding-left: 25px;
  }

  .grid-acervo {
    margin-top: 74px;
  }

  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-relatorios-atividades {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .caixa-objetivos {
    padding-top: 14px;
    padding-right: 18px;
    padding-left: 21px;
  }

  .image-6 {
    max-width: 25%;
    margin-top: -43px;
    margin-left: -41px;
  }

  .grid-equipe-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .wrapper-equipe-2 {
    display: block;
    margin-top: -9px;
    margin-bottom: 22px;
    padding: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-integrante-2 {
    margin-top: -1px;
    margin-bottom: -10px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-integrante-2.box {
    margin-bottom: 12px;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .nome-integrante-2 {
    margin-top: 0px;
    line-height: 130%;
  }

  .nome-projeto-2 {
    line-height: 140%;
  }

  .grid-experimentoss {
    width: 100%;
  }

  .wrapper-experimento-2.e-sintese {
    margin-bottom: 15px;
  }

  .wrapper-experimento-2.e-simplifica {
    margin-bottom: 15px;
  }

  .wrapper-experimento-2.e-antivirus {
    margin-bottom: 15px;
  }

  .wrapper-experimento-2.e-impacta {
    margin-bottom: 15px;
  }

  .wrapper-experimento-2.e-vertice {
    margin-bottom: 15px;
  }

  .wrapper-experimento-2.e-jornada {
    margin-bottom: 15px;
  }

  .wrapper-experimento-2.e-ouvidoria {
    margin-bottom: 15px;
  }

  .wrapper-experimento-2.e-reuniao {
    margin-bottom: 15px;
  }

  .wrapper-experimento-2.e-hackfest {
    margin-bottom: 15px;
  }

  .wrapper-experimento-2.e-fagulha {
    margin-bottom: 15px;
  }

  .wrapper-experimento-2.e-guanabara {
    margin-bottom: 15px;
  }

  .wrapper-experimento-2.e-argos {
    margin-bottom: 15px;
  }

  .wrapper-experimento-2.e-prisional {
    margin-bottom: 15px;
  }

  .wrapper-experimento-2.e-promotoria {
    margin-bottom: 15px;
    background-position: 0px 0px, 50% 50%;
  }

  .wrapper-experimento-2.e-integra {
    margin-bottom: 15px;
  }

  .wrapper-experimento-2.e-bussola-gh {
    width: 100%;
    margin-bottom: 15px;
  }

  .wrapper-experimento-2.e-guanaclin {
    margin-bottom: 15px;
  }

  .wrapper-equipe-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
  }

  .img-integrante-2 {
    width: 95px;
    height: 95px;
    max-width: none;
  }

  .nome-integrante-3 {
    margin-top: 0px;
  }

  .wrapper-equipe-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-pag-proj-2 {
    max-width: 100vw;
    padding-left: 0px;
  }

  .grid-pag-proj-2 {
    margin-top: 60px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-relacionados {
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .h2-2 {
    margin-bottom: 6px;
    line-height: 120%;
  }

  .texto-detalhes-2.titulo {
    margin-top: 0px;
  }

  .texto-detalhes-2.link {
    margin-bottom: 7px;
  }

  .s-01 {
    padding: 24px 15px;
  }

  .s-01.section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .redes-sociais {
    margin-top: 13px;
    padding-left: 0px;
  }

  .titulohead {
    margin-right: 0px;
  }

  .titulohead.acesso {
    margin-right: 0px;
  }

  .div-block-7 {
    margin-top: 13px;
  }

  .div-block-7.acesso {
    margin-top: 13px;
    -ms-grid-columns: 80px 80px 80px;
    grid-template-columns: 80px 80px 80px;
  }

  .div-block-7.transparencia {
    margin-top: 13px;
    margin-bottom: 0px;
  }

  .div-block-7.comunica-ao {
    margin-top: 13px;
  }

  .subs {
    font-size: 12px;
  }

  .conteudo-footer {
    margin-bottom: 28px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-grid-columns: 280px;
    grid-template-columns: 280px;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .texto-footer {
    margin-top: 1px;
    margin-bottom: -21px;
    color: #fff;
    font-size: 12px;
    line-height: 19px;
    text-align: left;
  }

  .texto-footer.conhe-a.webmail {
    margin-left: -40px;
  }

  .texto-footer.conhe-a.mapa {
    margin-left: -10px;
  }

  .texto-footer.conhe-a.social {
    text-align: left;
  }

  .secao-footer {
    display: block;
    width: 100vw;
    max-width: 100vw;
    margin-top: 20px;
    padding-top: 50px;
  }

  .container-footer {
    padding-left: 0px;
  }

  .grid-conteudo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-footer {
    margin-bottom: 7px;
    margin-left: 1px;
    grid-row-gap: 5px;
  }

  .image-103 {
    margin-top: 0px;
    margin-left: -12px;
  }

  .fluxo-pag-sobre {
    top: 1216px;
    display: none;
    overflow: hidden;
    width: 300px;
  }

  .modal-bia {
    display: none;
    padding: 32px;
  }

  .modal-juliana {
    display: none;
    padding: 32px;
  }

  .modal-breno {
    display: none;
    padding: 32px;
  }

  .modal-mayra {
    display: none;
    padding: 32px;
  }

  .modal-estevan {
    display: none;
    padding: 32px;
  }

  .modal-larissa {
    display: none;
    padding: 32px;
  }

  .modal-julia {
    display: none;
    padding: 32px;
  }

  .modal-leticia {
    display: none;
    padding: 32px;
  }

  .modal-manuella {
    display: none;
    padding: 32px;
  }

  .modal-matheus {
    display: none;
    padding: 32px;
  }

  .grid-section-2 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .s-05 {
    padding: 24px 15px;
  }

  .text-wrapper-section-3 {
    width: 90%;
    margin-top: -40px;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .texto-cta-3-2 {
    width: 140px;
    height: 40px;
    font-size: 12px;
  }

  .texto-cta-2 {
    width: 140px;
    height: 40px;
    font-size: 12px;
  }

  .grid-section-2 {
    width: 90%;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .texto-cta-2-2 {
    width: 140px;
    height: 40px;
    font-size: 12px;
  }

  .s-04-2 {
    overflow: hidden;
    padding: 23px 15px;
    background-color: #363377;
  }

  .s-04-2.section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-wrapper-section-4 {
    padding-right: 0px;
  }

  .seta {
    margin-bottom: 32px;
  }

  .section-contato {
    margin-bottom: -194px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .botao-enviar-contato {
    width: 140px;
    height: 40px;
    padding-top: 8px;
    font-size: 12px;
    text-align: center;
  }

  .wrapper-formulario {
    margin-top: -5px;
  }

  .grid-contato {
    margin-top: 74px;
    padding-right: 0px;
  }

  .html-embed {
    min-height: 270px;
    margin-top: 24px;
    margin-bottom: 100px;
  }

  .textarea {
    height: auto;
    min-height: 100px;
    margin-top: 12px;
    margin-bottom: 0px;
    padding-top: 8px;
    border-radius: 8px;
  }

  .texto-objetivos-3 {
    margin-top: 9px;
    text-align: center;
  }

  .grid-equipe-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
    margin-bottom: 36px;
    padding-top: 14px;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-109 {
    max-width: 60px;
    margin-top: -44px;
    margin-bottom: 12px;
    margin-left: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .grid-ex-integrantes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .icon-2 {
    background-color: #090b0f;
    color: #fff;
  }

  .menu-button {
    z-index: 9999;
    background-color: #090b0f;
  }

  .menu-button-3 {
    border-bottom: 0.5px solid #d4d4d4;
  }

  .nav-menu-2 {
    border-bottom: 0.5px solid #d4d4d4;
  }

  .div-material {
    margin-top: -3px;
    margin-bottom: -10px;
    margin-left: 13px;
    padding-right: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .nome-material {
    margin-top: 0px;
  }

  .image-110 {
    margin-left: 8px;
  }

  .img-integrante-teste2 {
    max-height: 90px;
    max-width: 90%;
    margin-right: 16px;
  }

  .wrapper-equipe-2-teste2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -9px;
    margin-bottom: 32px;
    padding: 14px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-integrante-2-teste2 {
    margin-top: -7px;
    margin-bottom: -10px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-integrante-2-teste2.box {
    margin-bottom: -6px;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .subtitulo-projeto {
    margin-top: 10px;
    padding-right: 0px;
    line-height: 160%;
  }

  .caixa-titulo-projeto {
    margin-top: 30px;
  }

  .section-faq {
    margin-top: 0vh;
    padding-right: 25px;
    padding-left: 25px;
  }

  .coluna-direita {
    margin-top: 0px;
    padding-top: 38px;
    border-top: 0.5px solid #d4d4d4;
  }

  .image-112 {
    margin-left: 0px;
  }

  .link-footer {
    color: #fff;
  }

  .icone-sucess-msg {
    max-width: 25%;
    margin-top: -43px;
    margin-left: -41px;
  }

  .secao-hero.section {
    padding: 24px;
  }

  .titulo-homepage {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .texto-homepage {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .image-azul {
    margin-bottom: -22px;
  }

  .image-amarelo {
    margin-bottom: -25px;
  }

  .image-roxo {
    margin-bottom: -18px;
  }

  .div-button-roxo {
    font-size: 13px;
  }

  .secao-heroo.section {
    padding: 24px;
    background-position: 0px 0px, 90% 50%;
  }

  .secao-heroo.section {
    padding: 24px;
    background-position: 0px 0px, 90% 50%;
  }

  .secao-heroo.section.teste {
    background-color: #160104;
  }

  .frase-hero {
    text-align: center;
  }

  .grid-hero-2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    justify-items: start;
    text-align: left;
  }

  .h1-2 {
    padding-right: 0px;
    font-size: 27px;
    line-height: 131%;
  }

  .subtitulo-home-2 {
    padding-right: 0px;
    font-size: 13px;
    text-align: left;
  }

  .titulo {
    font-size: 24px;
    line-height: 145%;
    letter-spacing: 0px;
  }

  .lottie-animation-3 {
    margin-left: 0px;
    padding-left: 0px;
  }

  .background-video-2 {
    background-color: #11283a;
  }

  .background-video-2.teste-hero {
    height: 100vh;
  }

  .grid-abertura {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .container-homepage-2.teste-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-seta {
    margin-top: 30px;
  }

  .container-4 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .menu-button-4 {
    padding-top: 22px;
    padding-bottom: 0px;
  }

  .nav-menu-3 {
    color: #fff;
  }

  .navlink {
    padding-left: 27px;
    font-family: Roboto, sans-serif;
  }

  .navlink.w--current {
    padding-left: 27px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }

  .div-block-17 {
    background-color: #160104;
  }
}

#w-node-_45aa6a7e-b265-a83d-2672-c72f1a8ee7e4-ed07c9ee {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_36b3e59d-6cb8-774a-9f86-2674f6057472-ed07c9ee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_25607b47-c0f2-ea23-09f9-c524dad9affa-ed07c9ee {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e5ba3ab2-a625-178d-f1b9-8c1aecfc42e3-ed07c9ee {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7fc3df81-754a-f340-5d3b-7448a0fbd07c-ed07c9ee {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_7fc3df81-754a-f340-5d3b-7448a0fbd082-ed07c9ee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7fc3df81-754a-f340-5d3b-7448a0fbd088-ed07c9ee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7fc3df81-754a-f340-5d3b-7448a0fbd08e-ed07c9ee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_072a0052-7bdd-a39a-e5ec-970b4db22612-ed07c9ee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_072a0052-7bdd-a39a-e5ec-970b4db22643-ed07c9ee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_072a0052-7bdd-a39a-e5ec-970b4db22651-ed07c9ee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_072a0052-7bdd-a39a-e5ec-970b4db2264a-ed07c9ee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_072a0052-7bdd-a39a-e5ec-970b4db22635-ed07c9ee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_082481d2-e26a-a046-bdc3-8637406f105e-ed07c9ee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2cfe69e4-ac32-53df-ce17-97236f115887-ed07c9ee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_072a0052-7bdd-a39a-e5ec-970b4db2265f-ed07c9ee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_072a0052-7bdd-a39a-e5ec-970b4db22658-ed07c9ee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_072a0052-7bdd-a39a-e5ec-970b4db2262e-ed07c9ee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aed34b73-cdf8-f1e0-7cc2-f5c2a1a8b64a-ed07c9ee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_215c990f-cbb0-50d4-f772-e2df19236f90-19236f82 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-feb54ef2-de20-c265-b9b6-6993fb355f21-19236f82 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c41f91a4-93e9-b86b-2c0d-bc423fcf886f-1f07c9f0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c41f91a4-93e9-b86b-2c0d-bc423fcf8871-1f07c9f0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c41f91a4-93e9-b86b-2c0d-bc423fcf8876-1f07c9f0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-c41f91a4-93e9-b86b-2c0d-bc423fcf8881-1f07c9f0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-c41f91a4-93e9-b86b-2c0d-bc423fcf88cf-1f07c9f0 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-c41f91a4-93e9-b86b-2c0d-bc423fcf88d1-1f07c9f0 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c41f91a4-93e9-b86b-2c0d-bc423fcf88d8-1f07c9f0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c41f91a4-93e9-b86b-2c0d-bc423fcf88de-1f07c9f0 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8889df0f-72cb-b614-6aa0-6ea0b5071897-2007c9f1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_299cbe1c-78d6-f35c-43c8-6f102cd042a4-2007c9f1 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_299cbe1c-78d6-f35c-43c8-6f102cd042ac-2007c9f1 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_299cbe1c-78d6-f35c-43c8-6f102cd042b4-2007c9f1 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6c6c64c5-1a91-94f5-9cc9-ce217e5df91c-2007c9f1 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_299cbe1c-78d6-f35c-43c8-6f102cd042c4-2007c9f1 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_299cbe1c-78d6-f35c-43c8-6f102cd042cc-2007c9f1 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c807dd3f-638d-8c1d-9ec2-63c8620fc616-2007c9f1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_195fc3bb-acc7-ecb6-d794-c7b5383f7a85-2007c9f1 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_195fc3bb-acc7-ecb6-d794-c7b5383f7a8e-2007c9f1 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_195fc3bb-acc7-ecb6-d794-c7b5383f7a96-2007c9f1 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_2fe29d3e-68c6-b54f-cdd8-51ff0cbdca00-2007c9f1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-fc629a56-00bf-cce5-5bd0-4b57bb75df54-2007c9f1 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-fc629a56-00bf-cce5-5bd0-4b57bb75df65-2007c9f1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fc629a56-00bf-cce5-5bd0-4b57bb75df5d-2007c9f1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fc629a56-00bf-cce5-5bd0-4b57bb75df6d-2007c9f1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a242fa64-8aad-b080-402d-f8d3cd1d39a9-2007c9f1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ad612cd8-3921-7765-2621-4427dbf8c696-2007c9f1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_785d5e08-0837-5c2f-8db1-8a114d061cf7-7607c9f2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_785d5e08-0837-5c2f-8db1-8a114d061cfc-7607c9f2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_785d5e08-0837-5c2f-8db1-8a114d061d0d-7607c9f2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_785d5e08-0837-5c2f-8db1-8a114d061d71-7607c9f2 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_785d5e08-0837-5c2f-8db1-8a114d061d73-7607c9f2 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_785d5e08-0837-5c2f-8db1-8a114d061d7a-7607c9f2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_785d5e08-0837-5c2f-8db1-8a114d061d80-7607c9f2 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b447bc98-6de0-2b76-2f05-6d40c6ded00f-1a07c9f3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b447bc98-6de0-2b76-2f05-6d40c6ded011-1a07c9f3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-b447bc98-6de0-2b76-2f05-6d40c6ded016-1a07c9f3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-b447bc98-6de0-2b76-2f05-6d40c6ded026-1a07c9f3 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-b447bc98-6de0-2b76-2f05-6d40c6ded076-1a07c9f3 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-b447bc98-6de0-2b76-2f05-6d40c6ded078-1a07c9f3 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b447bc98-6de0-2b76-2f05-6d40c6ded07f-1a07c9f3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b447bc98-6de0-2b76-2f05-6d40c6ded085-1a07c9f3 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_9dda2629-93af-fa6c-aac1-4d51eeb43b3e-1907c9f4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-db395601-d63c-32e3-11a9-b4a42d66b900-1907c9f4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_9dda2629-93af-fa6c-aac1-4d51eeb43b99-1907c9f4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_10acf82b-d820-1ec9-c3cf-32380fd3c1c0-1907c9f4 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_9dda2629-93af-fa6c-aac1-4d51eeb43ba4-1907c9f4 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_9dda2629-93af-fa6c-aac1-4d51eeb43ba6-1907c9f4 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_97629010-7fc6-aa40-9d9c-3d77403f28a4-8907c9f5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_97629010-7fc6-aa40-9d9c-3d77403f28a6-8907c9f5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_97629010-7fc6-aa40-9d9c-3d77403f28ab-8907c9f5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_97629010-7fc6-aa40-9d9c-3d77403f28ba-8907c9f5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_97629010-7fc6-aa40-9d9c-3d77403f28d9-8907c9f5 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_97629010-7fc6-aa40-9d9c-3d77403f28db-8907c9f5 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_97629010-7fc6-aa40-9d9c-3d77403f28e8-8907c9f5 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f56df856-3b75-1a7d-d70c-efc10be194f6-7707c9f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f56df856-3b75-1a7d-d70c-efc10be194f8-7707c9f6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-f56df856-3b75-1a7d-d70c-efc10be194fd-7707c9f6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-f56df856-3b75-1a7d-d70c-efc10be19510-7707c9f6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-f56df856-3b75-1a7d-d70c-efc10be1954f-7707c9f6 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-f56df856-3b75-1a7d-d70c-efc10be19551-7707c9f6 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_6c732a14-a023-05c6-4a7e-7a522aff7c08-e707c9f7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6c732a14-a023-05c6-4a7e-7a522aff7c0a-e707c9f7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_6c732a14-a023-05c6-4a7e-7a522aff7c0f-e707c9f7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_6c732a14-a023-05c6-4a7e-7a522aff7c1d-e707c9f7 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_6c732a14-a023-05c6-4a7e-7a522aff7c5b-e707c9f7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_6c732a14-a023-05c6-4a7e-7a522aff7c5d-e707c9f7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_801f1352-c197-680c-32cb-78b2ef94aae3-f507c9f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_801f1352-c197-680c-32cb-78b2ef94aae5-f507c9f8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_801f1352-c197-680c-32cb-78b2ef94aaea-f507c9f8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_801f1352-c197-680c-32cb-78b2ef94aaf7-f507c9f8 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_801f1352-c197-680c-32cb-78b2ef94ab19-f507c9f8 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_801f1352-c197-680c-32cb-78b2ef94ab1b-f507c9f8 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-cf43cdb9-03a9-5ec2-506e-2fc8dc7f5405-6707c9f9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-cf43cdb9-03a9-5ec2-506e-2fc8dc7f5407-6707c9f9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-cf43cdb9-03a9-5ec2-506e-2fc8dc7f540c-6707c9f9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-cf43cdb9-03a9-5ec2-506e-2fc8dc7f5419-6707c9f9 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-cf43cdb9-03a9-5ec2-506e-2fc8dc7f5440-6707c9f9 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-cf43cdb9-03a9-5ec2-506e-2fc8dc7f5442-6707c9f9 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-a7fdade0-3c3d-8bf6-c906-88ab4e81b671-c507c9fa {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a7fdade0-3c3d-8bf6-c906-88ab4e81b673-c507c9fa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-a7fdade0-3c3d-8bf6-c906-88ab4e81b678-c507c9fa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-a7fdade0-3c3d-8bf6-c906-88ab4e81b687-c507c9fa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-a7fdade0-3c3d-8bf6-c906-88ab4e81b6b4-c507c9fa {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-a7fdade0-3c3d-8bf6-c906-88ab4e81b6b6-c507c9fa {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_9dda2629-93af-fa6c-aac1-4d51eeb43b3e-0907c9fb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_57706e85-cf39-103a-acea-c0709ba646f5-0907c9fb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_9dda2629-93af-fa6c-aac1-4d51eeb43b99-0907c9fb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-bf1533fe-e684-6fe5-4b90-8df7ce977219-0907c9fb {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_9dda2629-93af-fa6c-aac1-4d51eeb43ba4-0907c9fb {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_9dda2629-93af-fa6c-aac1-4d51eeb43ba6-0907c9fb {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_61bcff6e-649f-7286-d3d6-393894e5eab8-0907c9fb {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_33a50695-c50a-bf0d-2dee-825afeb0bfaf-3707c9fc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_33a50695-c50a-bf0d-2dee-825afeb0bfb1-3707c9fc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_33a50695-c50a-bf0d-2dee-825afeb0bfb6-3707c9fc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_33a50695-c50a-bf0d-2dee-825afeb0bfd5-3707c9fc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_33a50695-c50a-bf0d-2dee-825afeb0c008-3707c9fc {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_33a50695-c50a-bf0d-2dee-825afeb0c00a-3707c9fc {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_33a50695-c50a-bf0d-2dee-825afeb0c017-3707c9fc {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c83166f5-d6e3-eeda-6736-86772a0cdbaf-b707c9fd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c83166f5-d6e3-eeda-6736-86772a0cdbb1-b707c9fd {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c83166f5-d6e3-eeda-6736-86772a0cdbb6-b707c9fd {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-c83166f5-d6e3-eeda-6736-86772a0cdbbd-b707c9fd {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-c83166f5-d6e3-eeda-6736-86772a0cdbdd-b707c9fd {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-c83166f5-d6e3-eeda-6736-86772a0cdbdf-b707c9fd {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-ec2c8eca-1c77-c7cf-bf95-c370a0048922-6c07c9fe {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ec2c8eca-1c77-c7cf-bf95-c370a0048924-6c07c9fe {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-ec2c8eca-1c77-c7cf-bf95-c370a0048929-6c07c9fe {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-ec2c8eca-1c77-c7cf-bf95-c370a0048930-6c07c9fe {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-ec2c8eca-1c77-c7cf-bf95-c370a004893e-6c07c9fe {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-ec2c8eca-1c77-c7cf-bf95-c370a0048940-6c07c9fe {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d5dd0655-b524-c5c5-fb6d-cbf76278038a-3f07c9ff {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d5dd0655-b524-c5c5-fb6d-cbf76278038c-3f07c9ff {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-d5dd0655-b524-c5c5-fb6d-cbf762780391-3f07c9ff {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-d5dd0655-b524-c5c5-fb6d-cbf76278039e-3f07c9ff {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-d5dd0655-b524-c5c5-fb6d-cbf7627803bd-3f07c9ff {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-d5dd0655-b524-c5c5-fb6d-cbf7627803bf-3f07c9ff {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d5dd0655-b524-c5c5-fb6d-cbf7627803cc-3f07c9ff {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5df74994-1850-48f9-956c-83e2885dc097-9e07ca00 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5df74994-1850-48f9-956c-83e2885dc099-9e07ca00 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_5df74994-1850-48f9-956c-83e2885dc09e-9e07ca00 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_5df74994-1850-48f9-956c-83e2885dc0b6-9e07ca00 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_5df74994-1850-48f9-956c-83e2885dc0df-9e07ca00 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_5df74994-1850-48f9-956c-83e2885dc0e1-9e07ca00 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_8889df0f-72cb-b614-6aa0-6ea0b5071897-eb07ca01 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_9d0d01cf-f04b-b7c6-98d2-fcf06816186c-eb07ca01 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_2adc51ac-061b-2590-1d9f-2191c9fba548-eb07ca01 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_56025c26-b7e0-48a8-a40b-f66ff10de389-2bba8437 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_56025c26-b7e0-48a8-a40b-f66ff10de38b-2bba8437 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_9948cb16-31ac-2b42-f2b7-df6515d5fa54-2bba8437 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3f5fe57d-5153-9ede-051c-a71cea7f469a-2bba8437 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f6dd162e-e981-b3fe-a74f-177c3b540244-2bba8437 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-div-block-2-2bba8437 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ae136d81-7a49-76a8-ddc8-be03aa659810-2bba8437 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ae136d81-7a49-76a8-ddc8-be03aa659811-2bba8437 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_33c2831c-0fb7-2144-95cf-ff50b4893539-2bba8437 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_33c2831c-0fb7-2144-95cf-ff50b489353a-2bba8437 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f20af782-7119-254d-a73e-b95f74ffb896-2bba8437 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f20af782-7119-254d-a73e-b95f74ffb897-2bba8437 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-eefa6b1d-074b-fa76-371f-d299194f3dd1-2bba8437 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-eefa6b1d-074b-fa76-371f-d299194f3dd5-2bba8437 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-eefa6b1d-074b-fa76-371f-d299194f3dee-2bba8437 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-eefa6b1d-074b-fa76-371f-d299194f3def-2bba8437 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

#w-node-eefa6b1d-074b-fa76-371f-d299194f3df2-2bba8437 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-eefa6b1d-074b-fa76-371f-d299194f3df5-2bba8437 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-eefa6b1d-074b-fa76-371f-d299194f3df8-2bba8437 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-eefa6b1d-074b-fa76-371f-d299194f3dfb-2bba8437 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-eefa6b1d-074b-fa76-371f-d299194f3dfe-2bba8437 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-eefa6b1d-074b-fa76-371f-d299194f3e01-2bba8437 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-eefa6b1d-074b-fa76-371f-d299194f3e17-2bba8437 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-eefa6b1d-074b-fa76-371f-d299194f3e3f-2bba8437 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-eefa6b1d-074b-fa76-371f-d299194f3e50-2bba8437 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-eefa6b1d-074b-fa76-371f-d299194f3e51-2bba8437 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-eefa6b1d-074b-fa76-371f-d299194f3e53-2bba8437 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-eefa6b1d-074b-fa76-371f-d299194f3e54-2bba8437 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eefa6b1d-074b-fa76-371f-d299194f3e55-2bba8437 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eefa6b1d-074b-fa76-371f-d299194f3e56-2bba8437 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-_7fc3df81-754a-f340-5d3b-7448a0fbd07c-ed07c9ee {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_7fc3df81-754a-f340-5d3b-7448a0fbd082-ed07c9ee {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_7fc3df81-754a-f340-5d3b-7448a0fbd088-ed07c9ee {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_7fc3df81-754a-f340-5d3b-7448a0fbd08e-ed07c9ee {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_072a0052-7bdd-a39a-e5ec-970b4db22612-ed07c9ee {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_072a0052-7bdd-a39a-e5ec-970b4db22643-ed07c9ee {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_072a0052-7bdd-a39a-e5ec-970b4db22651-ed07c9ee {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_072a0052-7bdd-a39a-e5ec-970b4db2264a-ed07c9ee {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_072a0052-7bdd-a39a-e5ec-970b4db22635-ed07c9ee {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_082481d2-e26a-a046-bdc3-8637406f105e-ed07c9ee {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2cfe69e4-ac32-53df-ce17-97236f115887-ed07c9ee {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_072a0052-7bdd-a39a-e5ec-970b4db2265f-ed07c9ee {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_072a0052-7bdd-a39a-e5ec-970b4db22658-ed07c9ee {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_072a0052-7bdd-a39a-e5ec-970b4db2262e-ed07c9ee {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-aed34b73-cdf8-f1e0-7cc2-f5c2a1a8b64a-ed07c9ee {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-feb54ef2-de20-c265-b9b6-6993fb355f21-19236f82 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_299cbe1c-78d6-f35c-43c8-6f102cd042a4-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_299cbe1c-78d6-f35c-43c8-6f102cd042ac-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_299cbe1c-78d6-f35c-43c8-6f102cd042b4-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6c6c64c5-1a91-94f5-9cc9-ce217e5df91c-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_299cbe1c-78d6-f35c-43c8-6f102cd042c4-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_299cbe1c-78d6-f35c-43c8-6f102cd042cc-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fc629a56-00bf-cce5-5bd0-4b57bb75df65-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fc629a56-00bf-cce5-5bd0-4b57bb75df5d-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fc629a56-00bf-cce5-5bd0-4b57bb75df6d-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a242fa64-8aad-b080-402d-f8d3cd1d39a9-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ad612cd8-3921-7765-2621-4427dbf8c696-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_57706e85-cf39-103a-acea-c0709ba646f5-0907c9fb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_33a50695-c50a-bf0d-2dee-825afeb0bfb1-3707c9fc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-c83166f5-d6e3-eeda-6736-86772a0cdbb1-b707c9fd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ec2c8eca-1c77-c7cf-bf95-c370a0048924-6c07c9fe {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-d5dd0655-b524-c5c5-fb6d-cbf76278038c-3f07c9ff {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5df74994-1850-48f9-956c-83e2885dc099-9e07ca00 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3dd5-2bba8437 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3dee-2bba8437 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3def-2bba8437 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3df2-2bba8437 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3df5-2bba8437 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3df8-2bba8437 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3dfb-2bba8437 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3dfe-2bba8437 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3e01-2bba8437 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3e3f-2bba8437 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3e50-2bba8437 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_072a0052-7bdd-a39a-e5ec-970b4db22612-ed07c9ee {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_072a0052-7bdd-a39a-e5ec-970b4db22643-ed07c9ee {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_072a0052-7bdd-a39a-e5ec-970b4db22651-ed07c9ee {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_072a0052-7bdd-a39a-e5ec-970b4db2264a-ed07c9ee {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_072a0052-7bdd-a39a-e5ec-970b4db22635-ed07c9ee {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_082481d2-e26a-a046-bdc3-8637406f105e-ed07c9ee {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_2cfe69e4-ac32-53df-ce17-97236f115887-ed07c9ee {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_072a0052-7bdd-a39a-e5ec-970b4db2265f-ed07c9ee {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_072a0052-7bdd-a39a-e5ec-970b4db22658-ed07c9ee {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_072a0052-7bdd-a39a-e5ec-970b4db2262e-ed07c9ee {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-aed34b73-cdf8-f1e0-7cc2-f5c2a1a8b64a-ed07c9ee {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_299cbe1c-78d6-f35c-43c8-6f102cd042a4-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_299cbe1c-78d6-f35c-43c8-6f102cd042ac-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_299cbe1c-78d6-f35c-43c8-6f102cd042b4-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6c6c64c5-1a91-94f5-9cc9-ce217e5df91c-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_299cbe1c-78d6-f35c-43c8-6f102cd042c4-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_299cbe1c-78d6-f35c-43c8-6f102cd042cc-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_195fc3bb-acc7-ecb6-d794-c7b5383f7a8e-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_195fc3bb-acc7-ecb6-d794-c7b5383f7a96-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fc629a56-00bf-cce5-5bd0-4b57bb75df65-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fc629a56-00bf-cce5-5bd0-4b57bb75df5d-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fc629a56-00bf-cce5-5bd0-4b57bb75df6d-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a242fa64-8aad-b080-402d-f8d3cd1d39a9-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ad612cd8-3921-7765-2621-4427dbf8c696-2007c9f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2adc51ac-061b-2590-1d9f-2191c9fba548-eb07ca01 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3dd5-2bba8437 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3dee-2bba8437 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3e01-2bba8437 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3e3f-2bba8437 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3e50-2bba8437 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c41f91a4-93e9-b86b-2c0d-bc423fcf88d8-1f07c9f0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c41f91a4-93e9-b86b-2c0d-bc423fcf88de-1f07c9f0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_785d5e08-0837-5c2f-8db1-8a114d061d7a-7607c9f2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_785d5e08-0837-5c2f-8db1-8a114d061d80-7607c9f2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b447bc98-6de0-2b76-2f05-6d40c6ded07f-1a07c9f3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b447bc98-6de0-2b76-2f05-6d40c6ded085-1a07c9f3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_61bcff6e-649f-7286-d3d6-393894e5eab8-0907c9fb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_33a50695-c50a-bf0d-2dee-825afeb0c017-3707c9fc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d5dd0655-b524-c5c5-fb6d-cbf7627803cc-3f07c9ff {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3dd1-2bba8437 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3dd5-2bba8437 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3dee-2bba8437 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3df2-2bba8437 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3df5-2bba8437 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3dfb-2bba8437 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3e01-2bba8437 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3e17-2bba8437 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3e3f-2bba8437 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-eefa6b1d-074b-fa76-371f-d299194f3e50-2bba8437 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

