:root {
  --white: white;
  --black: #131313;
  --dim-grey: #7a7a7a;
  --dark-grey: #adadad;
  --orange-red: darkorange;
  --grey: #4e4e4e;
  --gainsboro: #dadada;
  --navajo-white: #ffd077;
  --dark-grey-3: #cccfd5;
  --dark-grey-2: #c1c1c1;
  --gainsboro-2: #cbcacf;
  --white-2: #adadad;
  --dark-orange-2: #39b54a;
  --medium-sea-green: #3dff58;
  --dark-orange: #ab5e00;
  --green: #0a801c;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.foto1 {
  letter-spacing: 10px;
  background-image: url('../images/american-women-color-work-international-shipping-yard-area-export_desktop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.navbar {
  color: #b6b6b6;
  letter-spacing: 3px;
  background-color: rgba(221, 221, 221, 0);
  justify-content: space-between;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  background-image: url('../images/correb_256.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  padding-bottom: 0;
}

.container {
  width: 100%;
}

.text_home {
  color: var(--white);
  text-align: center;
  letter-spacing: 10px;
  margin-top: -43px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 120px;
  font-weight: 900;
}

.text_home-secundario {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  flex: 0 auto;
  order: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 900;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #696969;
}

.texto_nav-link {
  color: var(--white);
  letter-spacing: 1px;
}

.texto_nav-link.w--current {
  color: var(--white);
  text-decoration: none;
}

.foto2 {
  background-image: linear-gradient(to top, rgba(19, 19, 19, .73), rgba(255, 255, 255, 0)), url('../images/truck-driver-inspecting-.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding-top: 220px;
  padding-bottom: 330px;
  display: flex;
}

.text_tit_medio {
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 900;
}

.text_tit_grande {
  opacity: 1;
  color: var(--orange-red);
  text-align: center;
  letter-spacing: 15px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}

.section1 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1011px;
  display: flex;
}

.text_tit_grande-foto {
  opacity: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: 15px;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}

.text_tit_medio-branco {
  color: var(--white);
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 900;
}

.texto_paragrafo_branco {
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
}

.foto3 {
  background-image: linear-gradient(to bottom, var(--orange-red), var(--orange-red));
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding-top: 100px;
  display: flex;
}

.texto_paragrafo_cinzaescuro {
  color: var(--dim-grey);
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column, .columns {
  height: 100%;
}

.texto_paragrafo_orange {
  color: var(--orange-red);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 102px;
  display: flex;
}

.texto_paragrafo_cinzaeclaro {
  color: var(--dark-grey);
  text-align: center;
  width: 95%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.text_tit_grande-cinza {
  opacity: 1;
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: 15px;
  margin-top: 83px;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 80px;
}

.text_tit_medio-cinza {
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 900;
}

.image {
  border-radius: 150px;
}

.foto_comex {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 20px;
  margin-right: 20px;
}

.foto_finan-as {
  border-radius: 150px;
  margin-left: 20px;
}

.foto4 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(to top, rgba(19, 19, 19, .47), rgba(200, 200, 200, .24)), url('../images/maos.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding-top: 173px;
  display: flex;
}

.image-2 {
  margin-top: 61px;
  margin-bottom: 61px;
}

.section-mddal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  grid-template: "Area Area-3"
                 "Area-2 Area-4"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 800px;
  margin-bottom: 0;
  padding-top: 0;
  display: grid;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  outline-color: var(--orange-red);
  outline-offset: 0px;
  text-align: center;
  outline-width: 3px;
  outline-style: none;
  flex: 1;
  margin-bottom: 58px;
}

.cards-grid-container {
  grid-column-gap: 120px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template: "Area-17 Area-2" 314px
                 "Area Area-5" 76px
                 "Area-4 Area-10"
                 "Area-6 Area-11"
                 "Area-7 Area-12"
                 "Area-8 Area-13"
                 "Area-9 Area-14"
                 "Area-15 Area-16"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  height: auto;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text_tit_servicos {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

.heading, .heading-2 {
  text-align: center;
}

.image-3 {
  margin-bottom: 93px;
}

.image-4 {
  margin-bottom: 61px;
  margin-right: 40px;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 159px;
  display: flex;
}

.image-5 {
  margin-bottom: 61px;
  margin-left: 40px;
}

.grid {
  width: 100%;
}

.section-servicos {
  background-color: var(--gainsboro);
  background-image: linear-gradient(315deg, var(--orange-red), var(--navajo-white)), url('../images/warehouse-woman-worker-_02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 137px;
  padding-bottom: 100px;
  display: flex;
}

.div-block {
  filter: saturate(0%);
  background-image: url('../images/container-operation-port-series.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-2 {
  background-image: linear-gradient(rgba(255, 140, 0, .56), rgba(255, 255, 255, 0)), url('../images/airplane-airport-runway-sunset-tasmania.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text_tit_medio-orange {
  filter: saturate(200%);
  color: var(--orange-red);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 900;
}

.div-block-3 {
  background-image: linear-gradient(to bottom, var(--orange-red), rgba(255, 255, 255, 0)), url('../images/TREM.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-modal {
  background-color: var(--dark-grey);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  height: auto;
  padding-top: 110px;
  padding-bottom: 40px;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.div-block-4 {
  background-image: linear-gradient(rgba(255, 140, 0, .53), rgba(255, 255, 255, 0)), url('../images/container-operation-port-series.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  background-image: linear-gradient(to bottom, var(--orange-red), rgba(255, 255, 255, 0)), url('../images/large-general-cargo-ship-top-down-aerial-view_02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-7 {
  text-align: left;
  width: 100%;
}

.text_home-secundario2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  flex: 0 auto;
  order: 0;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.text_tit_medio-cinzaclaro {
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 900;
}

.container-7 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template: "Area-4 Area-3 Area Area-2" 143px
                 "Area-5 Area-6 Area-7 Area-8"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  height: auto;
  margin-top: 43px;
  margin-bottom: 76px;
  display: grid;
}

.div-block-8 {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 9px;
  display: flex;
}

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

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

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

.texto_paragrafo_modais {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.image-6 {
  margin-bottom: 6px;
}

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

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

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

.section-diferencial {
  background-color: var(--gainsboro);
  background-image: linear-gradient(315deg, var(--orange-red), var(--navajo-white)), url('../images/setas_02.jpg');
  background-position: 0 0, 50%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 137px;
  padding-bottom: 100px;
  display: flex;
}

.section-projetos-especiais {
  background-color: var(--dark-grey-3);
  background-image: url('../images/DOCKWISE_VANGUARD_deskto_01.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  height: 1985px;
  padding-top: 150px;
  padding-bottom: 0;
}

.text-span {
  color: var(--orange-red);
}

.section-estrategias {
  background-color: var(--gainsboro);
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(19, 19, 19, .47)), url('../images/warehouse-woman-worker-_02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 266px;
  padding-bottom: 220px;
  display: flex;
}

.container-8 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-8 {
  margin-bottom: 40px;
}

.text_tit_grande-cinzaesc {
  opacity: 1;
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: 15px;
  margin-top: 83px;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}

.text-block {
  color: var(--white);
  text-align: center;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.link {
  color: var(--orange-red);
  text-decoration: none;
}

.container-estrategia {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.section-brasil {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 146px;
  padding-bottom: 102px;
  display: flex;
}

.section-experiencia {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 220px;
  display: flex;
}

.image-9 {
  margin-top: 73px;
  margin-bottom: 280px;
}

.imagem_mapa_desktop {
  flex: none;
  margin-top: 73px;
  margin-bottom: 0;
}

.container-9 {
  background-image: url('../images/Asset-6brasil.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  max-width: 500px;
  height: 800px;
  margin-bottom: 0;
}

.section-rodrigo {
  background-color: var(--gainsboro);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 231px;
  display: flex;
}

.container-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3"
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 500px;
  height: 100%;
  display: grid;
}

.div-block-16 {
  background-image: url('../images/rodrigo_01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 0;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
}

.cards-grid-container-2 {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.texto_paragrafo_quemsomos {
  opacity: 0;
  color: var(--dim-grey);
  text-align: center;
  width: 95%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.container-equipe {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 100px;
  display: flex;
}

.text_tit_equipe-medio-orange {
  filter: saturate(200%);
  color: var(--orange-red);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 28px;
}

.text-span-2 {
  color: var(--dim-grey);
  font-size: 22px;
}

.box-contato {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template: "Area-4 Area-3 Area" 163px
                 "Area-5 Area-6 Area-7" 129px
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  height: auto;
  margin-top: 43px;
  margin-bottom: 105px;
  display: grid;
}

.image-10 {
  flex: 0 auto;
}

.texto_paragrafo_contato {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.div-block-18 {
  text-decoration: none;
}

.image-2--desktop {
  margin-top: 61px;
  margin-bottom: 61px;
}

.div-block-19 {
  background-image: url('../images/Asset-4servicos-correb.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 600px;
  margin-top: 87px;
  padding-top: 0;
}

.div-block-20 {
  background-image: url('../images/Asset-6brasil.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 500px;
  margin-top: 60px;
  margin-bottom: 100px;
}

.div-block_mapa {
  background-image: url('../images/brasil_desktop.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 500px;
  margin-top: 60px;
  margin-bottom: 100px;
}

.texto_paragrafo-projetos_cinzaescuro {
  color: var(--dim-grey);
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.image-11 {
  opacity: .92;
}

.link-2 {
  color: var(--white);
  text-decoration: none;
}

.div-block-21 {
  color: var(--white);
  background-image: url('../images/weight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0);
  width: 150px;
  height: 150px;
  margin-bottom: 40px;
}

.texto_paragrafo_topicos {
  color: var(--white);
  text-align: center;
  font-family: Varela, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.container-3-nacional, .container-3-pe, .container-3-experiencia {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-23 {
  background-image: url('../images/Asset-25.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  margin-bottom: 50px;
}

.div-block-24 {
  background-image: url('../images/efficiency.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  margin-bottom: 77px;
  margin-left: 40px;
  margin-right: 0;
}

.div-block-25 {
  background-image: url('../images/competent_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  margin-bottom: 50px;
}

.div-block-26 {
  background-image: url('../images/servi%c3%83%c2%a7os.html');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  margin-bottom: 40px;
}

.div-block-27 {
  background-image: url('../images/modal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  margin-bottom: 40px;
}

.image-12 {
  margin-bottom: 20px;
}

.text-span-3 {
  font-size: 22px;
  font-weight: 900;
}

.credito {
  color: var(--orange-red);
  text-align: center;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.div-block-31 {
  background-image: url('../images/nacional.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  margin-bottom: 40px;
}

.div-block-32 {
  background-image: url('../images/medidas.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  margin-bottom: 40px;
}

.div-block-33 {
  background-image: url('../images/equipe_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 150px;
  height: 150px;
  margin-bottom: 40px;
}

.div-block-34 {
  background-image: url('../images/gostou.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  margin-bottom: 40px;
}

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

.text-block-2 {
  color: var(--white);
  text-align: left;
  text-transform: none;
  width: 90%;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.div-block-38 {
  background-image: url('../images/logo_correp_outline_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  padding-bottom: 20px;
}

.container-11 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template: "Area-5 Area-6 Area-7"
  / .25fr .5fr .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 0;
  display: grid;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.div-block-39 {
  background-image: url('../images/social_face.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 40px;
}

.div-block-40 {
  background-image: url('../images/social_insta.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 40px;
}

.div-block-41 {
  background-image: url('../images/social_linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 40px;
}

.container-12 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-42 {
  background-image: url('../images/social_linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-43 {
  background-image: url('../images/social_insta.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-44 {
  background-image: url('../images/social_face.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  padding-left: 60px;
  padding-right: 60px;
}

.link-block {
  background-image: url('../images/social_linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

.link-block-2 {
  background-image: url('../images/social_insta.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

.link-block-3 {
  background-image: url('../images/social_face.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

.text_home_correparti {
  opacity: .8;
  color: #fff;
  text-align: center;
  letter-spacing: 20px;
  text-transform: uppercase;
  margin-top: 47px;
  margin-bottom: 29px;
  font-family: Montserrat, sans-serif;
  font-size: 150px;
  font-weight: 900;
  line-height: 73px;
}

.foto1_correp {
  letter-spacing: 10px;
  background-image: url('../images/bigstock-Happy-Farmer-Sitting-In-Traile-255928171.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.brand_correparti {
  background-image: url('../images/C__logo_cor.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 50px;
  padding-bottom: 0;
}

.text_home-secundario_correparti {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  flex: 0 auto;
  order: 0;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 35px;
}

.image-8_correp {
  margin-bottom: 40px;
}

.text_tit_grande_c {
  opacity: 1;
  color: var(--grey);
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.foto2_c {
  background-image: linear-gradient(to top, rgba(19, 19, 19, .43), rgba(19, 19, 19, .28)), url('../images/afro-american-caucasian-cheerful-businessmen-handshaking_1.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding-top: 369px;
  padding-bottom: 330px;
  display: flex;
}

.text_tit_grande-foto_c {
  opacity: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 75px;
}

.texto_paragrafo_branco_c {
  color: var(--white);
  text-align: center;
  width: 70%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 32px;
}

.container-13 {
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  flex-direction: row;
  grid-template: "Area-4 Area Area-6 Area-8"
                 "Area-5 Area-3 Area-2 Area-7"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 65px;
  margin-bottom: 126px;
  display: grid;
}

.features_c {
  color: var(--white);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-45 {
  background-image: url('../images/experiencia.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}

.div-block-46 {
  background-image: url('../images/lider.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}

.div-block-47 {
  background-image: url('../images/negociados.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}

.section_descri-oes {
  background-color: var(--grey);
  background-image: linear-gradient(315deg, var(--white), var(--gainsboro));
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 137px;
  padding-bottom: 100px;
  display: flex;
}

.foto4_c {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/bigstock-Young-Attractive-Asian-Worker--281499280_low.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding-top: 250px;
  padding-bottom: 0;
  display: flex;
}

.div-block-19-copy {
  background-image: url('../images/Asset-4servicos-correb.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 600px;
  margin-top: 87px;
  padding-top: 0;
}

.div-block-48 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-49 {
  background-image: url('../images/hedge.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}

.div-block-50 {
  background-image: url('../images/preformance-e.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.text_tit_medio-branco_c {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 900;
}

.text-span-4, .text-span-5, .text-span-6 {
  font-weight: 900;
}

.section_3_c {
  background-color: var(--dark-grey-3);
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/business-team-working-together.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
  padding-top: 250px;
  padding-bottom: 250px;
}

.div-block-51 {
  background-image: url('../images/bloomberg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 150px;
}

.text_tit_medio-cinza_c {
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 49px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 900;
}

.container-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  height: auto;
  display: grid;
}

.div-block-52 {
  background-image: url('../images/broadcast_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-53 {
  background-image: url('../images/broadcast.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-54 {
  background-image: url('../images/cma.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 120px;
}

._04-section-formadora {
  background-color: var(--gainsboro);
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(19, 19, 19, .47)), url('../images/DSC01850_LOW.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.texto_paragrafo_cinza_c {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.navbar_c {
  z-index: 9999;
  color: #b6b6b6;
  letter-spacing: 3px;
  background-color: rgba(19, 19, 19, 0);
  justify-content: space-between;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar_c.relacoes {
  background-color: var(--gainsboro-2);
  color: var(--white-2);
}

.jefferson, .ricardo {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.guga {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-55 {
  background-image: url('../images/Jefferson_0018_Background-copy-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
  padding-bottom: 0;
}

.container-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3" 500px
                 "Area-4 Area-5 Area-6"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-self: auto;
  align-items: stretch;
  height: auto;
  display: grid;
}

.div-block-56 {
  background-image: url('../images/Jefferson_0018_Background-copy-2_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  height: 900px;
}

.div-block-57 {
  background-image: url('../images/ricardo_0018_Background-copy-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 900px;
}

.div-block-58 {
  background-image: url('../images/guga.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 900px;
  padding-bottom: 0;
}

.container-16 {
  background-image: url('../images/bigstock-Sugar-Cane-Hasvest-Plantation-239165296_low.jpg');
  background-position: 50%;
  background-size: cover;
  height: 800px;
}

.grid-2 {
  grid-column-gap: 22px;
  grid-row-gap: 0px;
  grid-template-rows: auto 650px;
  grid-template-columns: 1fr 1fr 1fr;
  width: auto;
}

.div-block-59 {
  background-image: url('../images/Jefferson_0018_Background-copy-2_1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 500px;
}

.div-block-60 {
  background-image: url('../images/ricardo_0018_Background-copy-2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-61 {
  background-image: url('../images/guga.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-62 {
  background-image: linear-gradient(to bottom, var(--grey), var(--grey));
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-63 {
  background-color: var(--grey);
  background-image: linear-gradient(to bottom, var(--grey), var(--grey));
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-64 {
  background-color: var(--dark-orange-2);
  background-image: linear-gradient(to bottom, var(--grey), var(--grey));
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-7 {
  font-size: 28px;
  font-weight: 900;
}

.bold-text {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.texto_paragrafo_branco--boxes_c {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

.text-span-8, .bold-text-2 {
  font-weight: 800;
}

.texto_paragrafo_cinzaeclaro_c {
  color: var(--dim-grey);
  text-align: justify;
  width: 95%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
}

.div-block_produtos_c {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.section-referencia {
  background-color: var(--gainsboro);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

._04-section-newsletter {
  background-color: var(--gainsboro);
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(19, 19, 19, .47)), url('../images/jeff_informativo_01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
}

.button {
  background-color: #39b54a;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

._05-section-parceira {
  background-color: var(--gainsboro);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(19, 19, 19, .47)), url('../images/amazing-view-with-man-who-check-natural-organic-harvest-sunset-light.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
}

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

.link-3, .text-span-10 {
  text-decoration: none;
}

.link-4 {
  color: var(--white);
  text-decoration: none;
}

._05-cliente {
  background-color: var(--gainsboro);
  background-image: linear-gradient(rgba(0, 0, 0, .06), rgba(19, 19, 19, .47)), url('../images/bigstock-Sugar-Cane-Hasvest-Plantation-239165296_low.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.section-contato {
  background-color: var(--dark-orange-2);
  background-image: linear-gradient(to bottom, var(--dim-grey), var(--grey)), url('../images/warehouse-woman-worker-_02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 137px;
  padding-bottom: 100px;
  display: flex;
}

.section-mais-clientes {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 220px;
  padding-bottom: 0;
  display: flex;
}

.text_tit_grande-motivos_c {
  opacity: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 75px;
}

.container-17 {
  background-image: url('../images/clientes-3-2500x604.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
  display: flex;
}

.div-block-65 {
  background-image: url('../images/clientes_horizontal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 285px;
  margin-top: 0;
  margin-bottom: 101px;
}

.youtube {
  width: 100%;
  height: auto;
  margin-top: 146px;
}

.links {
  color: var(--white);
  text-decoration: none;
}

.section-2 {
  margin-bottom: 179px;
}

.texto_nav-link_c {
  color: var(--white);
  letter-spacing: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.texto_nav-link_c.w--current {
  color: var(--white);
}

.youtube-2 {
  margin-top: 38px;
  margin-bottom: 140px;
}

.botao_insc_correparti {
  background-color: var(--medium-sea-green);
  color: #00570d;
  text-align: center;
  border-radius: 20px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
}

.text_tit_carta-mobile_c {
  opacity: 1;
  color: var(--grey);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.slide {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 16%, #000), url('../images/veterinarian-animal-doctor-pig-farm-checking-hea.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.slider {
  background-color: rgba(19, 19, 19, 0);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .59));
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100vh;
  display: block;
}

.div-block-66 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-bottom: 39px;
  display: block;
}

.container-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
}

.features-servicos_c {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.texto_paragrafo_branco-features_c {
  color: var(--white);
  text-align: center;
  letter-spacing: -2px;
  width: 100%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

.slide-2 {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 7%, #000), url('../images/white-truck-highway-road-with-container-transportation-concept-import.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(rgba(19, 19, 19, .15), rgba(0, 0, 0, .64)), url('../images/business-owner-working-packing-order-sh.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 17%, #000), url('../images/rear-viewyoung-family-with-shopping-bagsphoto-with-copy-space.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.slide-5 {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 26%, #000), url('../images/close-up-male-hands-counting-dollar-bills.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-6 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000), url('../images/new-cars-parked-distribution-center-automobile-factory-night-with-lights-aerial-view.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-7 {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 20%, #000), url('../images/houses-parliament-london.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-8 {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 21%, #000), url('../images/attractive-smiling-woman-pink-shirt-sitting.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-9 {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #000), url('../images/managers-visiting-storage-center-discussing-about-distribution-goals-year.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-1 {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #000), url('../images/smiling-businessman-eyeglasses-sitting-by-table-cafe-with-la.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-3-slider {
  height: 100vh;
}

.italic-text {
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}

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

.link-6, .link-7 {
  color: var(--white);
  text-decoration: none;
}

.div-block-38-copy {
  background-image: url('../images/logo_outline.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  padding-bottom: 20px;
}

.div-block-67 {
  background-image: url('../images/usinast.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 250px;
  height: 200px;
}

.italic-text-2, .italic-text-3 {
  font-weight: 800;
}

.div-block-68 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 63px;
  display: flex;
}

.div-block-69 {
  background-image: url('../images/bacen.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
}

.section-3 {
  background-image: url('../images/smiling-asian-woman-glasses-holding-tablet-computer-looking-camera.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.tabela_balancetes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(19, 19, 19, .78);
  grid-template: "Area-7 Area-7 Area-7 Area-7 Area-7 Area-7"
                 "Area Area-2 Area-3 Area-4 Area-5 Area-6"
                 / 3fr 3fr 3fr 3fr 3fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 20px;
  display: grid;
}

.texto_paragrafo_tabela-ano_c {
  color: var(--white);
  text-align: center;
  width: auto;
  margin-bottom: 0;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 16px;
}

.text_tit_blancetesmedio-branco_c {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
}

.container-20 {
  justify-content: center;
  margin-top: 81px;
  margin-bottom: 40px;
  display: flex;
}

.texto_paragrafo_tabela-mes_c {
  color: var(--white);
  text-align: center;
  width: auto;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.link-8, .link-9, .link-10, .link-11, .link-12, .link-13, .link-14, .link-15, .link-16, .link-17, .link-18, .link-19, .link-20, .link-21 {
  color: var(--white);
  text-decoration: none;
}

.tabela_docs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(19, 19, 19, .78);
  grid-template: "Area-7"
                 "Area"
                 / 4.75fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 20px;
  display: grid;
}

.bold-text-3 {
  font-weight: 900;
}

.section-4 {
  background-color: var(--dark-grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.texto_paragrafo_docs_c {
  color: var(--grey);
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
}

.bold-text-4 {
  font-weight: 900;
  text-decoration: none;
}

.link-22 {
  color: var(--grey);
  text-decoration: none;
}

.bold-text-5 {
  color: var(--grey);
  font-weight: 900;
  text-decoration: none;
}

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

.link-24 {
  color: var(--grey);
  text-decoration: none;
}

.div-block-70 {
  background-image: url('../images/abracam.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 60px;
}

.link-block-yt {
  background-image: url('../images/youtube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-71 {
  background-image: url('../images/abracam.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 80px;
}

.div-block-72 {
  background-image: url('../images/C__logo_cor.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 350px;
  height: 350px;
}

.div-block-73 {
  background-image: url('../images/usinast.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 100px;
  margin-bottom: 52px;
}

.cookies {
  background-color: var(--medium-sea-green);
  justify-content: center;
  align-items: center;
  width: 47.9861px;
  height: 100px;
  padding: 8px 24px;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.cookies2 {
  z-index: 999;
  text-align: center;
  background-color: rgba(19, 19, 19, .73);
  border-radius: 20px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: auto;
  padding: 20px 10px;
  line-height: 16px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.text-block-3 {
  color: var(--dark-grey);
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.button-2 {
  background-color: var(--white);
  color: var(--grey);
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.section-servicos-copy, .section-contato-correb {
  background-color: var(--gainsboro);
  background-image: linear-gradient(315deg, var(--orange-red), var(--navajo-white)), url('../images/warehouse-woman-worker-_02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 137px;
  padding-bottom: 100px;
  display: flex;
}

.section-5 {
  background-color: var(--dim-grey);
}

.div-block-75 {
  background-image: url('../images/logo_outline.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.container-22 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-4 {
  color: var(--gainsboro);
  text-align: center;
  text-transform: none;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.section-servicos_correb {
  background-color: var(--gainsboro);
  background-image: linear-gradient(315deg, var(--orange-red), var(--navajo-white)), url('../images/warehouse-woman-worker-_02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 137px;
  padding-bottom: 100px;
  display: flex;
}

.container-3-pp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.link-25 {
  color: var(--dim-grey);
  text-decoration: none;
}

.text_doc-links {
  color: var(--grey);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}

.text_tit_blancetesmedio-branco_c-copy {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
}

.link-26, .link-27, .link-28, .link-29, .link-30, .link-31, .link-32, .link-33, .link-34, .link-35, .link-36, .link-37 {
  color: var(--grey);
  text-decoration: none;
}

.text_correspondentes {
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 49px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.text-span-11 {
  font-size: 32px;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .foto1 {
    background-image: linear-gradient(rgba(19, 19, 19, .23), rgba(255, 255, 255, 0)), url('../images/american-women-color-work-international-shipping-yard-area-export_desktop.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .navbar {
    background-color: rgba(19, 19, 19, 0);
    margin-top: 0;
  }

  .text_home {
    color: var(--white);
    letter-spacing: 10px;
    margin-top: 0;
    font-size: 60px;
  }

  .text_home-secundario {
    width: 60%;
  }

  .container-2 {
    margin-top: 0;
  }

  .texto_nav-link {
    color: var(--white);
  }

  .foto2 {
    background-image: linear-gradient(to top, var(--black), rgba(255, 255, 255, 0)), url('../images/truck-driver-inspecting-.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 391px;
    padding-bottom: 374px;
  }

  .text_tit_medio {
    font-size: 28px;
    font-weight: 600;
  }

  .text_tit_grande {
    font-size: 50px;
    line-height: 55px;
  }

  .text_tit_grande-foto {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 55px;
  }

  .text_tit_medio-branco {
    margin-top: 0;
    font-size: 28px;
    font-weight: 600;
  }

  .texto_paragrafo_cinzaescuro, .container-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text_tit_grande-cinza {
    font-size: 50px;
  }

  .text_tit_medio-cinza {
    font-weight: 600;
  }

  .foto4 {
    background-image: linear-gradient(225deg, rgba(19, 19, 19, .56), rgba(0, 0, 0, 0)), url('../images/maos.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .cards-grid-container {
    grid-column-gap: 80px;
    grid-row-gap: 0px;
  }

  .cards-image-mask {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .cards-image {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .container-5 {
    margin-bottom: 177px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-servicos {
    background-size: cover;
  }

  .text_tit_medio-orange {
    font-size: 28px;
    font-weight: 600;
  }

  .text_home-secundario2 {
    color: var(--white);
    letter-spacing: 3px;
    width: 100%;
    margin-top: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 50px;
  }

  .text_tit_medio-cinzaclaro {
    font-size: 28px;
    font-weight: 600;
  }

  .container-7 {
    grid-column-gap: 60px;
    grid-row-gap: 24px;
    grid-template-rows: 97px 134px auto auto;
    grid-template-areas: "Area-4 Area-3"
                         "Area-5 Area-6"
                         "Area Area-2"
                         "Area-7 Area-8";
    padding-left: 20px;
    padding-right: 20px;
  }

  .texto_paragrafo_modais {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-diferencial {
    background-size: cover;
  }

  .section-projetos-especiais {
    background-size: contain;
    background-attachment: scroll;
    height: 1247px;
  }

  .section-estrategias {
    background-size: cover;
    padding-top: 158px;
    padding-bottom: 140px;
  }

  .container-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .text_tit_grande-cinzaesc {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 55px;
  }

  .section-brasil {
    padding-top: 106px;
  }

  .section-rodrigo {
    background-size: cover;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
    grid-row-gap: 100px;
    grid-template: "Area-3"
                   "Area"
                   "Area-2"
                   / 1fr;
    justify-items: stretch;
  }

  .box-contato {
    margin-bottom: 86px;
  }

  .div-block-20 {
    background-image: url('../images/brasil-mobile_2.svg');
    height: 1095px;
  }

  .div-block_mapa {
    background-image: url('../images/Brasil_mobile2_1.svg');
    height: 1095px;
  }

  .texto_paragrafo-projetos_cinzaescuro {
    padding-left: 40px;
    padding-right: 40px;
  }

  .icon {
    color: var(--white);
  }

  .container-3-experiencia {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-26 {
    margin-bottom: 40px;
  }

  .div-block-28, .div-block-29, .div-block-30 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-35, .div-block-36, .div-block-37 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container-11 {
    grid-template-columns: .25fr 1fr 1fr 1fr;
    grid-template-areas: "Area-4 Area-5 Area-6 Area-7";
  }

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

  .nav-menu {
    opacity: 1;
    color: #b6b6b6;
    background-color: rgba(19, 19, 19, .2);
  }

  .menu-button {
    background-color: rgba(19, 19, 19, 0);
  }

  .menu-button.w--open {
    background-color: rgba(19, 19, 19, .2);
  }

  .text_home_correparti {
    opacity: .8;
    color: var(--white);
    letter-spacing: 0;
    margin-top: 46px;
    margin-bottom: 0;
    font-size: 90px;
    line-height: 90px;
  }

  .foto1_correp {
    background-image: linear-gradient(rgba(19, 19, 19, .23), rgba(255, 255, 255, 0)), url('../images/bigstock-Happy-Farmer-Sitting-In-Traile-255928171_mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .text_home-secundario_correparti {
    color: var(--white);
    letter-spacing: 0;
    width: 80%;
    margin-top: 0;
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
  }

  .text_tit_grande_c {
    font-size: 38px;
    line-height: 38px;
  }

  .foto2_c {
    background-image: linear-gradient(rgba(19, 19, 19, .52), rgba(255, 255, 255, 0)), url('../images/afro-american-caucasian-cheerful-businessmen-handshaking_1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .text_tit_grande-foto_c {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 38px;
  }

  .texto_paragrafo_branco_c {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
  }

  .section_descri-oes {
    background-size: cover;
  }

  .foto4_c {
    background-image: linear-gradient(225deg, rgba(19, 19, 19, .56), rgba(0, 0, 0, 0)), url('../images/bigstock-Young-Attractive-Asian-Worker--281499280_low.jpg');
    background-position: 0 0, 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .text_tit_medio-branco_c {
    text-align: center;
    letter-spacing: 0;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
  }

  .section_3_c {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/business-team-working-together.jpg');
    background-position: 0 0, 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 1247px;
  }

  .text_tit_medio-cinza_c {
    letter-spacing: 0;
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
  }

  .container-14 {
    padding-left: 36px;
  }

  .div-block-54 {
    height: 80px;
  }

  ._04-section-formadora {
    background-position: 20%;
    background-size: cover;
    padding-top: 158px;
    padding-bottom: 140px;
  }

  .navbar_c {
    background-color: rgba(19, 19, 19, 0);
    margin-top: 0;
  }

  .jefferson, .ricardo, .guga {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grid-2 {
    grid-template-rows: 358px 755px;
  }

  .div-block-59 {
    width: auto;
    height: auto;
  }

  .bold-text {
    font-size: 14px;
  }

  .section-referencia {
    background-image: none;
    padding-bottom: 0;
  }

  ._04-section-newsletter {
    background-position: 80%;
    background-size: cover;
    padding-top: 158px;
    padding-bottom: 140px;
  }

  ._05-section-parceira {
    background-size: cover;
    height: 100vh;
    padding-top: 158px;
    padding-bottom: 140px;
  }

  ._05-cliente {
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .section-contato {
    background-size: cover;
  }

  .text_tit_grande-motivos_c {
    width: 80%;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 55px;
  }

  .div-block-65 {
    background-image: url('../images/clientes_vertical.jpg');
    background-size: contain;
    width: 100%;
    height: 800px;
    margin-bottom: 0;
  }

  .texto_nav-link_c {
    color: var(--white);
  }

  .botao_insc_correparti {
    background-color: var(--medium-sea-green);
  }

  .text_tit_carta-mobile_c {
    font-size: 38px;
    line-height: 38px;
  }

  .slider {
    height: 700px;
  }

  .container-18 {
    justify-content: flex-end;
  }

  .features-servicos_c {
    font-size: 18px;
  }

  .texto_paragrafo_branco-features_c {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
  }

  .section-3-slider {
    height: auto;
  }

  .italic-text {
    text-decoration: none;
  }

  .link-5, .link-6, .link-7 {
    color: var(--white);
    text-decoration: none;
  }

  .div-block-69 {
    width: 150px;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

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

  .texto_paragrafo_tabela-ano_c {
    width: 100%;
    padding: 10px 20px;
    font-weight: 900;
  }

  .text_tit_blancetesmedio-branco_c {
    text-align: center;
    letter-spacing: 0;
    width: 70%;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 42px;
    font-weight: 800;
    line-height: 50px;
  }

  .texto_paragrafo_tabela-mes_c {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
  }

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

  .container-21 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-70 {
    margin-left: 10px;
    margin-right: 20px;
  }

  .div-block-71 {
    width: 150px;
  }

  .cookies2 {
    width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-servicos-copy, .section-contato-correb, .section-servicos_correb {
    background-size: cover;
  }

  .container-3-pp {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text_tit_blancetesmedio-branco_c-copy {
    text-align: center;
    letter-spacing: 0;
    width: 70%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 42px;
    font-weight: 800;
    line-height: 50px;
  }

  .text_correspondentes {
    letter-spacing: 0;
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .foto1 {
    background-image: linear-gradient(rgba(19, 19, 19, .1), rgba(19, 19, 19, .1)), url('../images/american-women-color-work-international-shipping-yard-area-export_mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 800px;
  }

  .navbar {
    background-color: rgba(19, 19, 19, .1);
  }

  .container {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 10px;
    padding-right: 10px;
  }

  .text_home {
    letter-spacing: 10px;
    width: 100%;
    font-size: 40px;
  }

  .text_home-secundario {
    font-size: 24px;
  }

  .container-2 {
    max-width: 500px;
    margin-top: 40px;
  }

  .foto2 {
    background-image: linear-gradient(to top, rgba(19, 19, 19, .71), rgba(255, 255, 255, 0)), url('../images/truck-driver-inspecting-.jpg');
    background-position: 0 0, 60% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 151px;
    padding-bottom: 113px;
  }

  .text_tit_medio {
    margin-top: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .text_tit_grande {
    letter-spacing: 10px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
  }

  .text_tit_grande-foto {
    letter-spacing: 10px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
  }

  .text_tit_medio-branco {
    font-size: 22px;
    line-height: 28px;
  }

  .texto_paragrafo_branco {
    width: 80%;
    margin-bottom: 58px;
  }

  .container-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .texto_paragrafo_orange {
    color: var(--orange-red);
  }

  .texto_paragrafo_cinzaeclaro {
    width: 80%;
  }

  .text_tit_grande-cinza {
    letter-spacing: 10px;
    width: 100%;
    font-size: 40px;
  }

  .text_tit_medio-cinza {
    margin-top: 0;
  }

  .foto4 {
    padding-top: 100px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .centered-container {
    padding-left: 0;
  }

  .cards-grid-container {
    grid-column-gap: 0px;
    grid-template-rows: 339px auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
    margin-bottom: 100px;
  }

  .container-5 {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-servicos {
    padding-bottom: 0;
  }

  .text_tit_medio-orange {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
  }

  .text_home-secundario2 {
    font-size: 24px;
    line-height: 28px;
  }

  .text_tit_medio-cinzaclaro {
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
  }

  .container-7 {
    grid-template-rows: 97px 210px auto auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-13 {
    justify-content: center;
  }

  .section-diferencial {
    padding-bottom: 10px;
  }

  .section-projetos-especiais {
    background-color: var(--dark-grey-3);
    background-image: url('../images/DOCKWISE_VANGUARD_deskto_01.jpg');
    background-position: 50% 100%;
    background-size: contain;
    height: 1132px;
    padding-top: 100px;
  }

  .section-estrategias {
    padding-top: 100px;
  }

  .text_tit_grande-cinzaesc {
    letter-spacing: 10px;
    width: 100%;
    margin-bottom: 0;
    font-size: 40px;
  }

  .container-estrategia {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-rodrigo {
    padding-bottom: 100px;
  }

  .cards-grid-container-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .texto_paragrafo_quemsomos {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-equipe {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .box-contato {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    grid-template: "Area-4 Area-4 Area-4 Area-4 Area-4" 163px
                   "Area-5 Area-5 Area-5 Area-5 Area-5" 129px
                   "Area-3 Area-3 Area-3 Area-3 Area-3" 158px
                   "Area-6 Area-6 Area-6 Area-6 Area-6" 162px
                   "Area Area Area Area Area" 167px
                   "Area-7 Area-7 Area-7 Area-7 Area-7" 223px
                   / 1fr;
    margin-bottom: 0;
  }

  .texto_paragrafo_contato {
    width: 80%;
    text-decoration: none;
  }

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

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

  .div-block-17-copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-19 {
    height: 600px;
    margin-top: 0;
    margin-bottom: 103px;
  }

  .div-block-20 {
    background-image: url('../images/brasil-mobile_2.svg');
    height: 900px;
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .div-block_mapa {
    background-image: url('../images/Brasil_mobile2.svg');
    height: 900px;
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .div-block-21 {
    width: 100px;
    height: 100px;
  }

  .texto_paragrafo_topicos {
    font-size: 18px;
  }

  .container-3-nacional, .container-3-pe, .container-3-experiencia {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-servicos-copy {
    padding-top: 100px;
    padding-bottom: 10px;
  }

  .div-block-23, .div-block-24, .div-block-25, .div-block-26 {
    width: 100px;
    height: 100px;
  }

  .credito {
    margin-top: 0;
  }

  .div-block-33, .div-block-34 {
    width: 100px;
    height: 100px;
  }

  .text-block-2 {
    padding-bottom: 0;
  }

  .container-11 {
    grid-template: "Area-4 Area-5 Area-5 ." 109px
                   "Area-7 Area-7 Area-7 Area-7" 57px
                   ". . . ."
                   / .75fr 1fr 1fr 1fr;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .container-12 {
    margin-bottom: 100px;
  }

  .nav-menu {
    background-color: rgba(19, 19, 19, .4);
  }

  .menu-button.w--open {
    background-color: rgba(19, 19, 19, 0);
  }

  .text_home_correparti {
    opacity: 1;
    letter-spacing: 0;
    width: 100%;
    margin-top: 0;
    font-size: 64px;
  }

  .foto1_correp {
    background-image: linear-gradient(rgba(255, 140, 0, .1), rgba(255, 140, 0, .1)), url('../images/bigstock-Happy-Farmer-Sitting-In-Traile-255928171_mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 800px;
  }

  .text_home-secundario_correparti {
    font-size: 24px;
    line-height: 28px;
  }

  .text_tit_grande_c {
    letter-spacing: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 42px;
  }

  .foto2_c {
    background-image: linear-gradient(to top, rgba(19, 19, 19, .71), rgba(255, 255, 255, 0)), url('../images/afro-american-caucasian-cheerful-businessmen-handshaking_1.jpg');
    background-position: 0 0, 60% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 220px;
    padding-bottom: 113px;
  }

  .text_tit_grande-foto_c {
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
  }

  .texto_paragrafo_branco_c {
    text-align: center;
    width: 80%;
    margin-bottom: 58px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .container-13 {
    grid-template: "Area-4 Area"
                   "Area-5 Area-3" 129px
                   "Area-6 Area-8"
                   "Area-2 Area-7"
                   / 1fr 1fr;
  }

  .features_c {
    font-size: 18px;
  }

  .section_descri-oes {
    padding-bottom: 10px;
  }

  .foto4_c {
    padding-top: 220px;
  }

  .div-block-19-copy {
    height: 600px;
    margin-top: 0;
    margin-bottom: 103px;
  }

  .text_tit_medio-branco_c {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .section_3_c {
    background-color: var(--dark-grey-3);
    background-image: url('../images/business-team-working-together.jpg');
    background-position: 50%;
    background-size: cover;
    height: 1132px;
    padding-top: 220px;
  }

  .text_tit_medio-cinza_c {
    margin-top: 0;
    font-size: 22px;
    line-height: 28px;
  }

  ._04-section-formadora {
    background-position: 20%;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    padding-top: 220px;
  }

  .texto_paragrafo_cinza_c {
    width: 80%;
    margin-bottom: 58px;
  }

  .navbar_c {
    background-color: rgba(19, 19, 19, 0);
  }

  .grid-2 {
    grid-row-gap: 0px;
    grid-template: "Area-2" 358px
                   "Area-4" 420px
                   "Area" 358px
                   "Area-5" 420px
                   "Area-3" 358px
                   "Area-6" 420px
                   / 1fr;
  }

  .div-block-62 {
    background-image: linear-gradient(to bottom, var(--grey), rgba(255, 255, 255, 0));
    padding: 30px 0 40px;
  }

  .div-block-63 {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, var(--grey), rgba(255, 255, 255, 0));
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-64 {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, var(--grey), rgba(255, 255, 255, 0));
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-span-7 {
    color: var(--white);
    font-size: 20px;
  }

  .bold-text {
    color: var(--white);
    line-height: 14px;
  }

  .texto_paragrafo_branco--boxes_c {
    color: var(--white);
    text-align: center;
    width: 80%;
    margin-bottom: 0;
  }

  .text-span-8 {
    color: var(--white);
  }

  .texto_paragrafo_cinzaeclaro_c {
    text-align: center;
    width: 80%;
  }

  .section-referencia {
    padding-bottom: 100px;
  }

  ._04-section-newsletter {
    background-position: 70%;
    background-size: cover;
    padding-top: 100px;
  }

  ._05-section-parceira {
    background-position: 30%;
    padding-top: 220px;
  }

  ._05-cliente {
    padding-top: 100px;
  }

  .section-contato {
    padding-bottom: 0;
  }

  .section-mais-clientes {
    padding-top: 140px;
  }

  .text_tit_grande-motivos_c {
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
  }

  .div-block-65 {
    height: 500px;
    margin-bottom: 67px;
  }

  .botao_insc_correparti {
    width: 80%;
    margin-bottom: 58px;
  }

  .text_tit_carta-mobile_c {
    letter-spacing: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 42px;
  }

  .features-servicos_c {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }

  .texto_paragrafo_branco-features_c {
    text-align: center;
    letter-spacing: 0;
    width: 80%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-69 {
    margin-left: 35px;
  }

  .section-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/smiling-asian-woman-glasses-holding-tablet-computer-looking-camera.jpg');
    background-position: 0 0, 30%;
  }

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

  .texto_paragrafo_tabela-ano_c {
    text-align: center;
    width: 80%;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 900;
  }

  .text_tit_blancetesmedio-branco_c {
    width: 70%;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 30px;
  }

  .texto_paragrafo_tabela-mes_c {
    text-align: center;
    width: auto;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 700;
  }

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

  .texto_paragrafo_docs_c {
    text-align: center;
    width: 80%;
  }

  .cookies2 {
    width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-servicos-copy, .section-contato-correb {
    padding-bottom: 0;
  }

  .container-22 {
    padding-bottom: 40px;
  }

  .section-servicos_correb {
    padding-top: 100px;
    padding-bottom: 10px;
  }

  .container-3-pp {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text_tit_blancetesmedio-branco_c-copy {
    width: 70%;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 30px;
  }

  .text_correspondentes {
    margin-top: 0;
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  .foto1 {
    background-image: linear-gradient(rgba(19, 19, 19, .1), rgba(19, 19, 19, .1)), url('../images/american-women-color-work-international-shipping-yard-area-export_mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 100vh;
    padding-bottom: 0;
  }

  .container {
    background-color: rgba(0, 0, 0, 0);
  }

  .text_home {
    color: var(--white);
    letter-spacing: 2px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 900;
  }

  .text_home-secundario {
    text-align: center;
    font-size: 18px;
  }

  .container-2 {
    flex: 0 auto;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .texto_nav-link {
    color: var(--white);
  }

  .foto2 {
    background-image: linear-gradient(to bottom, var(--dim-grey), rgba(122, 122, 122, 0)), url('../images/truck_mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text_tit_medio {
    color: var(--dim-grey);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .text_tit_grande {
    font-size: 24px;
    line-height: 30px;
  }

  .text_tit_grande-foto {
    color: var(--white);
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .text_tit_medio-branco {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .texto_paragrafo_branco {
    text-align: left;
    white-space: pre-line;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .texto_paragrafo_cinzaescuro {
    color: var(--grey);
    text-align: left;
    white-space: pre-line;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .container-3 {
    justify-content: center;
    padding: 0 20px;
  }

  .texto_paragrafo_orange {
    font-size: 16px;
    font-weight: 600;
  }

  .container-4 {
    margin-bottom: 0;
    padding: 0 20px;
  }

  .texto_paragrafo_cinzaeclaro {
    color: var(--dim-grey);
    text-align: left;
    white-space: pre-line;
    width: 100%;
    margin-bottom: 73px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

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

  .foto4 {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: auto;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .image-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .cards-grid-container {
    grid-template: "Area-17" 282px
                   "Area"
                   "Area-4" 1fr
                   "Area-6"
                   "Area-7"
                   "Area-8"
                   "Area-9"
                   "Area-15"
                   "Area-15" 48px
                   "Area-2" 306px
                   "Area-5"
                   "Area-10"
                   "Area-11"
                   "Area-12"
                   "Area-13"
                   "Area-14"
                   "Area-16"
                   / 1fr;
    margin-bottom: 46px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-5 {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .section-servicos {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .text_tit_medio-orange {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

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

  .text_home-secundario2 {
    color: var(--white);
    letter-spacing: 5px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 900;
    line-height: 22px;
  }

  .text_tit_medio-cinzaclaro {
    color: var(--dim-grey);
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .container-7 {
    grid-row-gap: 2px;
    grid-template: "Area-4" 97px
                   "Area-5" 100px
                   "Area"
                   "Area-7" 116px
                   "Area-3"
                   "Area-6" 150px
                   "Area-2"
                   "Area-8" 100px
                   / 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .texto_paragrafo_modais {
    text-align: left;
    font-weight: 500;
    line-height: 24px;
  }

  .section-diferencial {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-projetos-especiais {
    background-color: var(--dark-grey-2);
    background-image: url('../images/DOCKWISE_VANGUARD_mobile_01.jpg'), linear-gradient(to bottom, var(--dark-grey-2), var(--dark-grey-2));
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    background-attachment: scroll, scroll;
    height: auto;
    padding-top: 0;
    padding-bottom: 190px;
  }

  .section-estrategias {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-8 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text_tit_grande-cinzaesc {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block {
    color: var(--white);
  }

  .link {
    color: var(--orange-red);
  }

  .container-estrategia {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-brasil {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-experiencia {
    height: auto;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .container-9 {
    margin-bottom: 0;
  }

  .section-rodrigo {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .centered-container-2 {
    text-align: left;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .texto_paragrafo_quemsomos {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .container-equipe {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text_tit_equipe-medio-orange {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .text-span-2 {
    font-size: 14px;
    font-weight: 600;
  }

  .box-contato {
    grid-template: "Area-4 Area-4 Area-4" 140px
                   "Area-5 Area-5 Area-5" 129px
                   "Area-3 Area-3 Area-3" 140px
                   "Area-6 Area-6 Area-6" 148px
                   "Area Area Area" 140px
                   "Area-7 Area-7 Area-7" 167px
                   / .5fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .texto_paragrafo_contato {
    font-size: 18px;
    line-height: 20px;
  }

  .image-2--desktop {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-19 {
    background-image: url('../images/Asset-16areas-mobile.svg');
    height: 584px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-20 {
    background-image: url('../images/brasil-mobile_2.svg');
    height: 695px;
    margin-top: 35px;
    margin-bottom: 0;
  }

  .div-block_mapa {
    background-image: url('../images/Brasil_mobile2_1.svg');
    height: 695px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .texto_paragrafo-projetos_cinzaescuro {
    text-align: left;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .image-11 {
    opacity: 1;
  }

  .icon {
    color: var(--gainsboro);
  }

  .div-block-21 {
    width: 80px;
    height: 80px;
  }

  .div-block-22 {
    height: 50px;
  }

  .texto_paragrafo_topicos {
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .container-3-nacional {
    justify-content: center;
    height: 100%;
    padding: 100px 20px;
  }

  .container-3-pe {
    justify-content: center;
    height: 100vh;
    padding: 100px 20px 0;
  }

  .container-3-experiencia {
    justify-content: center;
    align-items: center;
    padding: 62px 20px 0;
  }

  .section-servicos-copy {
    justify-content: center;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .div-block-27 {
    width: 130px;
    height: 130px;
    margin-bottom: 37px;
  }

  .credito {
    color: var(--grey);
    font-size: 10px;
  }

  .div-block-31, .div-block-32 {
    width: 100px;
    height: 100px;
  }

  .text-block-2 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-35, .div-block-36, .div-block-37 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-38 {
    width: 80px;
    padding-top: 60px;
    padding-bottom: 65px;
  }

  .container-11 {
    grid-template: "Area-4"
                   "Area-9"
                   "Area-10"
                   "Area-11" 128px
                   / 1fr;
    margin-bottom: 0;
    padding-top: 35px;
    padding-left: 15px;
  }

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

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .container-12 {
    margin-bottom: 90px;
  }

  .div-block-42, .div-block-43, .div-block-44 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-block-2 {
    background-size: auto;
    background-attachment: scroll;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .text_home_correparti {
    opacity: 1;
    color: var(--white);
    letter-spacing: 0;
    width: 100%;
    margin-top: 106px;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 900;
    line-height: 60px;
  }

  .foto1_correp {
    background-image: linear-gradient(rgba(255, 140, 0, .1), rgba(255, 140, 0, .1)), url('../images/bigstock-Happy-Farmer-Sitting-In-Traile-255928171_mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 600px;
    padding-bottom: 0;
  }

  .brand_correparti {
    height: 100%;
  }

  .text_home-secundario_correparti {
    color: var(--white);
    letter-spacing: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
  }

  .image-8_correp {
    margin-bottom: 0;
  }

  .text_tit_grande_c {
    letter-spacing: 0;
    font-size: 32px;
    line-height: 32px;
  }

  .foto2_c {
    background-image: linear-gradient(to bottom, var(--dim-grey), rgba(122, 122, 122, 0)), url('../images/afro-american-caucasian-cheerful-businessmen-handshaking.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text_tit_grande-foto_c {
    color: var(--white);
    letter-spacing: 0;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .texto_paragrafo_branco_c {
    text-align: center;
    white-space: pre-line;
    width: 100%;
    margin-bottom: 63px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
  }

  .container-13 {
    grid-template: "Area-4"
                   "Area-5" 96px
                   "Area"
                   "Area-3" 129px
                   "Area-6"
                   "Area-2" 120px
                   "Area-7"
                   "Area-8"
                   / 1.75fr;
    height: auto;
    margin-bottom: 60px;
  }

  .section_descri-oes {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .foto4_c {
    background-image: linear-gradient(rgba(19, 19, 19, .56), rgba(0, 0, 0, .61)), url('../images/bigstock-Young-Attractive-Asian-Worker--281499280_low.jpg');
    background-position: 0 0, 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-19-copy {
    background-image: url('../images/Asset-16areas-mobile.svg');
    height: 584px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text_tit_medio-branco_c {
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
  }

  .section_3_c {
    background-color: var(--dark-grey-2);
    background-image: url('../images/business-team-working-together.jpg'), linear-gradient(to bottom, var(--dark-grey-2), var(--dark-grey-2));
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    height: auto;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .text_tit_medio-cinza_c {
    color: var(--dim-grey);
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
  }

  .container-14 {
    grid-template: "Area"
                   "Area-2"
                   / 1fr;
    padding-left: 0;
  }

  .div-block-53 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-54 {
    height: 60px;
  }

  ._04-section-formadora {
    background-color: var(--grey);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .texto_paragrafo_cinza_c {
    text-align: left;
    white-space: pre-line;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .grid-2 {
    grid-template-rows: 358px 500px 358px 475px 358px 420px;
    margin-top: 43px;
  }

  .div-block-62 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text {
    line-height: 22px;
  }

  .texto_paragrafo_branco--boxes_c {
    text-align: left;
    white-space: pre-line;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
  }

  .texto_paragrafo_cinzaeclaro_c {
    color: var(--dim-grey);
    text-align: center;
    white-space: pre-line;
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
  }

  .div-block_produtos_c {
    grid-template: "Area" 180px
                   "Area-2" 180px
                   "Area-3" 180px
                   / 1fr;
    margin-bottom: 0;
  }

  .section-referencia {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  ._04-section-newsletter {
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  ._05-section-parceira {
    background-position: 35%;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  ._05-cliente {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-contato {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section-mais-clientes {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text_tit_grande-motivos_c {
    color: var(--white);
    letter-spacing: 0;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 32px;
  }

  .div-block-65 {
    height: 300px;
    margin-top: 28px;
    margin-bottom: 40px;
  }

  .texto_nav-link_c {
    color: var(--white);
  }

  .youtube-2 {
    margin-bottom: 40px;
  }

  .botao_insc_correparti {
    text-align: center;
    white-space: pre-line;
    width: 100%;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 800;
    line-height: 18px;
  }

  .text_tit_carta-mobile_c {
    letter-spacing: 0;
    margin-top: 40px;
    font-size: 28px;
    line-height: 32px;
  }

  .slider {
    height: 400px;
  }

  .features-servicos_c {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
    line-height: 14px;
  }

  .texto_paragrafo_branco-features_c {
    text-align: center;
    white-space: pre-line;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  .slide-7 {
    background-position: 0 0, 100%;
  }

  .icon-2 {
    margin-left: 0;
  }

  .icon-3 {
    margin-right: 0;
  }

  .div-block-67 {
    width: 200px;
    height: auto;
  }

  .div-block-68 {
    margin-top: 0;
  }

  .div-block-69 {
    width: 223px;
    height: 100px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/smiling-asian-woman-glasses-holding-tablet-computer-looking-camera.jpg');
    background-position: 0 0, 32%;
  }

  .tabela_balancetes {
    grid-template: "Area-7 Area-7 Area-7" 57px
                   "Area Area-2 Area-3"
                   "Area-4 Area-5 Area-6"
                   "Area-8 Area-9 Area-10"
                   "Area-11 Area-12 Area-13"
                   / 2fr 2.5fr 2fr;
    padding: 0 10px 20px;
  }

  .texto_paragrafo_tabela-ano_c {
    text-align: center;
    white-space: pre-line;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 18px;
  }

  .text_tit_blancetesmedio-branco_c {
    color: var(--white);
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
  }

  .container-20 {
    margin-bottom: 60px;
  }

  .texto_paragrafo_tabela-mes_c {
    text-align: center;
    white-space: pre-line;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
  }

  .tabela_docs {
    grid-template: "Area-7 Area-7 Area-7" 57px
                   "Area Area Area"
                   / 2fr 2.5fr 2fr;
    padding: 0 10px 20px;
  }

  .texto_paragrafo_docs_c {
    color: var(--dim-grey);
    text-align: center;
    white-space: pre-line;
    width: 100%;
    margin-bottom: 60px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
  }

  .link-24 {
    font-weight: 900;
  }

  .div-block-70 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-yt {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-72 {
    width: 200px;
    height: 200px;
  }

  .div-block-73 {
    width: 150px;
  }

  .cookies2 {
    flex-direction: column;
    width: 100%;
  }

  .text-block-3 {
    margin-bottom: 17px;
  }

  .section-servicos-copy {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section-contato-correb {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .text-block-4 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .section-servicos_correb {
    justify-content: center;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-3-pp {
    justify-content: center;
    align-items: center;
    padding: 62px 20px 0;
  }

  .text_tit_blancetesmedio-branco_c-copy {
    color: var(--white);
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
  }

  .text_correspondentes {
    color: var(--dim-grey);
    margin-top: 60px;
    margin-bottom: 40px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
  }
}

#w-node-_23c7b5b9-fca3-1465-e855-31ae8d5d127f-20768653 {
  grid-area: Area-17;
}

#w-node-_82107e1b-e4f8-a3c2-b3ef-b27c8affb6cb-20768653 {
  grid-area: Area;
}

#w-node-_3c39a812-00e7-bdf1-1340-c432db8946ec-20768653 {
  grid-area: Area-4;
}

#w-node-_3c39a812-00e7-bdf1-1340-c432db8946e5-20768653 {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-df80d3f4-2e79-03df-ad83-4b1f548c3e5e-20768653 {
  grid-area: Area-7;
}

#w-node-_3c39a812-00e7-bdf1-1340-c432db8946f3-20768653 {
  grid-area: Area-8;
}

#w-node-a39b2e50-2d4c-b71e-4c6d-9187222e169f-20768653 {
  grid-area: Area-9;
}

#w-node-_4e6890a9-0839-fad2-558b-e65d9a5d106a-20768653 {
  grid-area: Area-15;
}

#w-node-_32ac853a-6661-7752-8e26-ca7556a8f4c0-20768653 {
  grid-area: Area-2;
}

#w-node-_07abd961-9085-a834-e1bd-3323429ccc2a-20768653 {
  grid-area: Area-5;
  align-self: auto;
  justify-self: center;
}

#w-node-de52be52-e6d8-1add-7db4-33dafe4d5f0d-20768653 {
  grid-area: Area-10;
}

#w-node-_5830a788-3db7-66e6-ffd9-832e9762cc70-20768653 {
  grid-area: Area-11;
  justify-self: center;
}

#w-node-_17f1fd41-c419-6ff4-2c38-760dcfb8ca73-20768653 {
  grid-area: Area-12;
}

#w-node-_2f11162f-cee9-4f2f-d427-4c959a294e2b-20768653 {
  grid-area: Area-13;
}

#w-node-a28a65a0-1422-95b3-594c-358a3ab369a9-20768653 {
  grid-area: Area-14;
}

#w-node-ce51805c-7ab3-6324-12b8-75102cbfffc7-20768653 {
  grid-area: Area-16;
}

#w-node-_022a89c6-d6d8-7c2a-1978-08318e2bf148-20768653 {
  grid-area: Area-6;
}

#w-node-_071de3a8-76ff-c73d-2ab6-b31bef939822-20768653 {
  grid-area: Area-5;
}

#w-node-_1ab458ee-bf5d-fd7c-0bfc-8b3aa6abb2f5-20768653 {
  grid-area: Area-4;
  align-self: center;
  justify-self: center;
}

#w-node-_3db2bf42-b234-b2a4-10e2-638cc4cdef76-20768653 {
  grid-area: Area-2;
  align-self: center;
  justify-self: center;
}

#w-node-_4d97b3fb-2f2c-9f7d-3fc7-b2d4ea7f776b-20768653 {
  grid-area: Area-8;
}

#w-node-_4e1c28e8-ab12-aa7a-ee37-40d416271ea6-20768653, #w-node-bc4f9362-ca91-2eb9-0b06-140b75e9e714-20768653 {
  grid-area: Area-7;
}

#w-node-_90c55075-b73e-89df-bc75-84ef51b83d78-20768653 {
  grid-area: Area-3;
  align-self: center;
  justify-self: center;
}

#w-node-dc520744-670d-a167-2430-4b71575ffa84-20768653 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_0def2a94-c7fa-320c-5bc6-03395b74a75f-20768653 {
  grid-area: Area-6;
}

#w-node-_0def2a94-c7fa-320c-5bc6-03395b74a762-20768653 {
  grid-area: Area-5;
}

#w-node-_0def2a94-c7fa-320c-5bc6-03395b74a765-20768653, #w-node-_0def2a94-c7fa-320c-5bc6-03395b74a767-20768653 {
  grid-area: Area-4;
}

#w-node-_0def2a94-c7fa-320c-5bc6-03395b74a770-20768653 {
  grid-area: Area-7;
}

#w-node-_0def2a94-c7fa-320c-5bc6-03395b74a773-20768653 {
  grid-area: Area-3;
}

#w-node-_0def2a94-c7fa-320c-5bc6-03395b74a777-20768653 {
  grid-area: Area;
}

#w-node-_550b2326-c2c7-fbca-b330-e5ce139efea3-2004f72c {
  grid-area: Area-5;
}

#w-node-_550b2326-c2c7-fbca-b330-e5ce139efea5-2004f72c {
  grid-area: Area-3;
}

#w-node-_550b2326-c2c7-fbca-b330-e5ce139efea7-2004f72c {
  grid-area: Area-2;
}

#w-node-_4fd36511-6061-b1d9-3e19-e83b5ef0ce33-2004f72c {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-a5b1bf31-c9f7-baf9-44da-1dd87f4cc263-2004f72c {
  grid-area: Area;
  justify-self: center;
}

#w-node-_61647f80-070c-8c98-79de-b92fd9c0baa2-2004f72c {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_38b78fbf-0fc1-43d7-7344-362ebf0c61fe-2004f72c {
  grid-area: Area-8;
  align-self: center;
  justify-self: center;
}

#w-node-_4fc0023d-6c0c-85b6-b27c-32cfda6d3183-2004f72c {
  grid-area: Area-7;
}

#w-node-d1852d1e-708e-4092-89c8-a2d9f0c21042-2004f72c {
  grid-area: Area-3;
}

#w-node-a031a736-c2c0-6b06-9a3b-8308312ae267-2004f72c {
  grid-area: Area-2;
}

#w-node-ec97d955-68c5-6047-0d4c-143b8c51be3e-2004f72c {
  grid-area: Area;
}

#w-node-_601d405b-a660-d3be-8d78-f0c7d011c4d4-2004f72c {
  grid-area: Area;
  align-self: center;
}

#w-node-_4a9057c4-89a8-b50f-20b5-52b89d3ca569-2004f72c {
  grid-area: Area-2;
  align-self: center;
}

#w-node-b7ea5949-7610-b4b7-8d9d-4a5a9f017765-2004f72c, #w-node-d762f14d-be32-a35f-7027-86e89b7c8485-2004f72c, #w-node-_96e6bce8-d86a-dec5-1c1f-60fbe3731c3d-2004f72c, #w-node-_08b1414a-8958-5849-f416-8c46a2f0c01b-2004f72c, #w-node-_7f3dbb0c-f590-1c62-75bc-2623d15b7f98-2004f72c, #w-node-_6383384a-dcd5-f38b-f0f1-96946b275d51-2004f72c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0def2a94-c7fa-320c-5bc6-03395b74a75f-2004f72c {
  grid-area: Area-6;
}

#w-node-_0def2a94-c7fa-320c-5bc6-03395b74a762-2004f72c {
  grid-area: Area-5;
}

#w-node-_0def2a94-c7fa-320c-5bc6-03395b74a765-2004f72c, #w-node-_0def2a94-c7fa-320c-5bc6-03395b74a767-2004f72c {
  grid-area: Area-4;
}

#w-node-_0def2a94-c7fa-320c-5bc6-03395b74a770-2004f72c {
  grid-area: Area-7;
}

#w-node-_0def2a94-c7fa-320c-5bc6-03395b74a773-2004f72c {
  grid-area: Area-3;
}

#w-node-_0def2a94-c7fa-320c-5bc6-03395b74a777-2004f72c {
  grid-area: Area;
}

#w-node-_79a65e7f-0ab1-c094-01bc-9231b469d5e2-1aefa85f {
  grid-area: Area-7;
}

#w-node-_20baa06e-f2cd-24a0-34a4-28421aefa861-1aefa85f {
  grid-area: Area-6;
  align-self: center;
  justify-self: center;
}

#w-node-_20baa06e-f2cd-24a0-34a4-28421aefa863-1aefa85f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_20baa06e-f2cd-24a0-34a4-28421aefa862-1aefa85f {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-dcb731d6-be43-761b-ba37-4a7492d2c0ff-60320fdb {
  grid-area: Area-7;
}

#w-node-bacc193a-510d-78ac-3f4b-5bf252e6c1fa-60320fdb {
  grid-area: Area;
  align-self: auto;
}

#w-node-_001abe6c-2315-6c4d-55ea-669b2aea0f51-60320fdb {
  grid-area: Area-2;
  align-self: auto;
}

#w-node-f2b09e4e-60be-bafa-704c-fe8b1b2d580c-60320fdb {
  grid-area: Area-3;
  align-self: center;
}

#w-node-_48fec26d-b480-5dd1-e8d7-8960a535841d-60320fdb {
  grid-area: Area-4;
  align-self: auto;
}

#w-node-_1b1ab5c5-528d-9903-92aa-0e8e8cb4945b-60320fdb, #w-node-_1bbf9584-f581-0447-f9bc-6379e5761339-60320fdb, #w-node-_772180ed-6d6b-946f-135c-6fab07e89c4e-60320fdb, #w-node-ed14b6d1-ed38-fdb2-e0f2-f6e5d254d307-60320fdb, #w-node-_1f1a7f03-9172-b760-0ef8-2a36876980f8-60320fdb, #w-node-_277fa97e-1623-ca92-bdbb-ba761d3bedd0-60320fdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_36e54483-1ab1-f0e8-e334-13d44b66f703-60320fdb {
  grid-area: Area-5;
  align-self: auto;
}

#w-node-_6648e3b5-a79c-b2e1-61dc-9c9dd51aa770-60320fdb {
  grid-area: Area-6;
  align-self: auto;
}

#w-node-_6245cbd7-6144-015b-c90b-b5433f780f85-60320fdb {
  grid-area: Area-7;
}

#w-node-_6245cbd7-6144-015b-c90b-b5433f780f87-60320fdb {
  grid-area: Area;
  align-self: auto;
}

#w-node-_6245cbd7-6144-015b-c90b-b5433f780f8a-60320fdb {
  grid-area: Area-2;
  align-self: auto;
}

#w-node-_6245cbd7-6144-015b-c90b-b5433f780f8d-60320fdb {
  grid-area: Area-3;
  align-self: center;
}

#w-node-_6245cbd7-6144-015b-c90b-b5433f780f90-60320fdb {
  grid-area: Area-4;
  align-self: auto;
}

#w-node-_6245cbd7-6144-015b-c90b-b5433f780f93-60320fdb, #w-node-_6245cbd7-6144-015b-c90b-b5433f780f96-60320fdb, #w-node-_6245cbd7-6144-015b-c90b-b5433f780f99-60320fdb, #w-node-_6245cbd7-6144-015b-c90b-b5433f780f9c-60320fdb, #w-node-_6245cbd7-6144-015b-c90b-b5433f780f9f-60320fdb, #w-node-_6245cbd7-6144-015b-c90b-b5433f780fa2-60320fdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_6245cbd7-6144-015b-c90b-b5433f780fa5-60320fdb {
  grid-area: Area-5;
  align-self: auto;
}

#w-node-_6245cbd7-6144-015b-c90b-b5433f780fa8-60320fdb {
  grid-area: Area-6;
  align-self: auto;
}

#w-node-_4db20f87-a937-4618-6246-fd18fb6ed8b1-60320fdb {
  grid-area: Area-7;
}

#w-node-_4db20f87-a937-4618-6246-fd18fb6ed8b3-60320fdb {
  grid-area: Area;
  align-self: auto;
}

#w-node-_4db20f87-a937-4618-6246-fd18fb6ed8b6-60320fdb {
  grid-area: Area-2;
  align-self: auto;
}

#w-node-_4db20f87-a937-4618-6246-fd18fb6ed8b9-60320fdb {
  grid-area: Area-3;
  align-self: center;
}

#w-node-_4db20f87-a937-4618-6246-fd18fb6ed8bc-60320fdb {
  grid-area: Area-4;
  align-self: auto;
}

#w-node-_4db20f87-a937-4618-6246-fd18fb6ed8bf-60320fdb, #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8c2-60320fdb, #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8c5-60320fdb, #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8c8-60320fdb, #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8cb-60320fdb, #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8ce-60320fdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_4db20f87-a937-4618-6246-fd18fb6ed8d1-60320fdb {
  grid-area: Area-5;
  align-self: auto;
}

#w-node-_4db20f87-a937-4618-6246-fd18fb6ed8d4-60320fdb {
  grid-area: Area-6;
  align-self: auto;
}

#w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e077b-60320fdb {
  grid-area: Area-7;
}

#w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e077d-60320fdb {
  grid-area: Area;
  align-self: auto;
}

#w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e0780-60320fdb {
  grid-area: Area-2;
  align-self: auto;
}

#w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e0783-60320fdb {
  grid-area: Area-3;
  align-self: center;
}

#w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e0786-60320fdb {
  grid-area: Area-4;
  align-self: auto;
}

#w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e0789-60320fdb, #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e078c-60320fdb, #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e078f-60320fdb, #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e0792-60320fdb, #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e0795-60320fdb, #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e0798-60320fdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e079b-60320fdb {
  grid-area: Area-5;
  align-self: auto;
}

#w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e079e-60320fdb {
  grid-area: Area-6;
  align-self: auto;
}

#w-node-caf6feb8-9c71-93b1-95e8-afc78c26f29c-60320fdb {
  grid-area: Area-7;
}

#w-node-caf6feb8-9c71-93b1-95e8-afc78c26f29e-60320fdb {
  grid-area: Area;
  align-self: auto;
}

#w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2a1-60320fdb {
  grid-area: Area-2;
  align-self: auto;
}

#w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2a4-60320fdb {
  grid-area: Area-3;
  align-self: center;
}

#w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2a7-60320fdb {
  grid-area: Area-4;
  align-self: auto;
}

#w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2aa-60320fdb, #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2ad-60320fdb, #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2b0-60320fdb, #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2b3-60320fdb, #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2b6-60320fdb, #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2b9-60320fdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2bc-60320fdb {
  grid-area: Area-5;
  align-self: auto;
}

#w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2bf-60320fdb {
  grid-area: Area-6;
  align-self: auto;
}

#w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f03ec-60320fdb {
  grid-area: Area-7;
}

#w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f03ee-60320fdb {
  grid-area: Area;
  align-self: auto;
}

#w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f03f1-60320fdb {
  grid-area: Area-2;
  align-self: auto;
}

#w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f03f4-60320fdb {
  grid-area: Area-3;
  align-self: center;
}

#w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f03f7-60320fdb {
  grid-area: Area-4;
  align-self: auto;
}

#w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f03fa-60320fdb, #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f03fd-60320fdb, #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f0400-60320fdb, #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f0403-60320fdb, #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f0406-60320fdb, #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f0409-60320fdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f040c-60320fdb {
  grid-area: Area-5;
  align-self: auto;
}

#w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f040f-60320fdb {
  grid-area: Area-6;
  align-self: auto;
}

#w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd86e-60320fdb {
  grid-area: Area-7;
}

#w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd870-60320fdb {
  grid-area: Area;
  align-self: auto;
}

#w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd873-60320fdb {
  grid-area: Area-2;
  align-self: auto;
}

#w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd876-60320fdb {
  grid-area: Area-3;
  align-self: center;
}

#w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd879-60320fdb {
  grid-area: Area-4;
  align-self: auto;
}

#w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd87c-60320fdb, #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd87f-60320fdb, #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd882-60320fdb, #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd885-60320fdb, #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd888-60320fdb, #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd88b-60320fdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd88e-60320fdb {
  grid-area: Area-5;
  align-self: auto;
}

#w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd891-60320fdb {
  grid-area: Area-6;
  align-self: auto;
}

#w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e34c-60320fdb {
  grid-area: Area-7;
}

#w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e34e-60320fdb {
  grid-area: Area;
  align-self: auto;
}

#w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e351-60320fdb {
  grid-area: Area-2;
  align-self: auto;
}

#w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e354-60320fdb {
  grid-area: Area-3;
  align-self: center;
}

#w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e357-60320fdb {
  grid-area: Area-4;
  align-self: auto;
}

#w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e35a-60320fdb, #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e35d-60320fdb, #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e360-60320fdb, #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e363-60320fdb, #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e366-60320fdb, #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e369-60320fdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e36c-60320fdb {
  grid-area: Area-5;
  align-self: auto;
}

#w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e36f-60320fdb {
  grid-area: Area-6;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_022a89c6-d6d8-7c2a-1978-08318e2bf148-20768653 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_08b1414a-8958-5849-f416-8c46a2f0c01b-2004f72c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79a65e7f-0ab1-c094-01bc-9231b469d5e2-1aefa85f {
    grid-area: Area-6;
  }

  #w-node-_20baa06e-f2cd-24a0-34a4-28421aefa861-1aefa85f {
    grid-area: Area-5;
  }

  #w-node-_20baa06e-f2cd-24a0-34a4-28421aefa863-1aefa85f {
    grid-area: Area-7;
  }

  #w-node-_20baa06e-f2cd-24a0-34a4-28421aefa862-1aefa85f {
    grid-area: Area-4;
  }

  #w-node-_277fa97e-1623-ca92-bdbb-ba761d3bedd0-60320fdb {
    grid-area: Area-6;
  }

  #w-node-_36e54483-1ab1-f0e8-e334-13d44b66f703-60320fdb {
    grid-area: Area-8;
  }

  #w-node-_6648e3b5-a79c-b2e1-61dc-9c9dd51aa770-60320fdb {
    grid-area: Area-9;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780fa2-60320fdb {
    grid-area: Area-6;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780fa5-60320fdb {
    grid-area: Area-8;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780fa8-60320fdb {
    grid-area: Area-9;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8ce-60320fdb {
    grid-area: Area-6;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8d1-60320fdb {
    grid-area: Area-8;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8d4-60320fdb {
    grid-area: Area-9;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e0798-60320fdb {
    grid-area: Area-6;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e079b-60320fdb {
    grid-area: Area-8;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e079e-60320fdb {
    grid-area: Area-9;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2b9-60320fdb {
    grid-area: Area-6;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2bc-60320fdb {
    grid-area: Area-8;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2bf-60320fdb {
    grid-area: Area-9;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f0409-60320fdb {
    grid-area: Area-6;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f040c-60320fdb {
    grid-area: Area-8;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f040f-60320fdb {
    grid-area: Area-9;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd88b-60320fdb {
    grid-area: Area-6;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd88e-60320fdb {
    grid-area: Area-8;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd891-60320fdb {
    grid-area: Area-9;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e369-60320fdb {
    grid-area: Area-6;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e36c-60320fdb {
    grid-area: Area-8;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e36f-60320fdb {
    grid-area: Area-9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3c39a812-00e7-bdf1-1340-c432db8946ef-20768653, #w-node-_3c39a812-00e7-bdf1-1340-c432db8946f6-20768653, #w-node-a39b2e50-2d4c-b71e-4c6d-9187222e16a0-20768653, #w-node-_4e6890a9-0839-fad2-558b-e65d9a5d106b-20768653, #w-node-de52be52-e6d8-1add-7db4-33dafe4d5f0e-20768653, #w-node-_2f11162f-cee9-4f2f-d427-4c959a294e2c-20768653, #w-node-a28a65a0-1422-95b3-594c-358a3ab369aa-20768653, #w-node-ce51805c-7ab3-6324-12b8-75102cbfffc8-20768653, #w-node-b76e330b-70d2-bc7a-2ec7-17efb5f45f06-20768653, #w-node-b76e330b-70d2-bc7a-2ec7-17efb5f45f08-20768653, #w-node-b76e330b-70d2-bc7a-2ec7-17efb5f45f0d-20768653 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b76e330b-70d2-bc7a-2ec7-17efb5f45f0f-20768653 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-d762f14d-be32-a35f-7027-86e89b7c8485-2004f72c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_96e6bce8-d86a-dec5-1c1f-60fbe3731c3d-2004f72c {
    grid-area: Area-3;
  }

  #w-node-_08b1414a-8958-5849-f416-8c46a2f0c01b-2004f72c {
    grid-area: Area-4;
  }

  #w-node-_7f3dbb0c-f590-1c62-75bc-2623d15b7f98-2004f72c {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_6383384a-dcd5-f38b-f0f1-96946b275d51-2004f72c {
    grid-area: Area-6;
    align-self: auto;
  }

  #w-node-_79a65e7f-0ab1-c094-01bc-9231b469d5e2-1aefa85f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_20baa06e-f2cd-24a0-34a4-28421aefa863-1aefa85f {
    grid-area: Area-7;
  }

  #w-node-dcb731d6-be43-761b-ba37-4a7492d2c0ff-60320fdb {
    justify-self: center;
  }

  #w-node-bacc193a-510d-78ac-3f4b-5bf252e6c1fa-60320fdb, #w-node-_001abe6c-2315-6c4d-55ea-669b2aea0f51-60320fdb {
    justify-self: auto;
  }

  #w-node-f2b09e4e-60be-bafa-704c-fe8b1b2d580c-60320fdb {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_48fec26d-b480-5dd1-e8d7-8960a535841d-60320fdb {
    grid-area: Area-8;
    justify-self: auto;
  }

  #w-node-_1b1ab5c5-528d-9903-92aa-0e8e8cb4945b-60320fdb {
    grid-area: Area-12;
    justify-self: auto;
  }

  #w-node-_1bbf9584-f581-0447-f9bc-6379e5761339-60320fdb {
    grid-area: Area-13;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_772180ed-6d6b-946f-135c-6fab07e89c4e-60320fdb {
    grid-area: Area-5;
    justify-self: auto;
  }

  #w-node-ed14b6d1-ed38-fdb2-e0f2-f6e5d254d307-60320fdb {
    grid-area: Area-4;
    justify-self: auto;
  }

  #w-node-_1f1a7f03-9172-b760-0ef8-2a36876980f8-60320fdb {
    grid-area: Area-11;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_277fa97e-1623-ca92-bdbb-ba761d3bedd0-60320fdb {
    grid-area: Area-6;
    justify-self: auto;
  }

  #w-node-_36e54483-1ab1-f0e8-e334-13d44b66f703-60320fdb {
    grid-area: Area-9;
    justify-self: auto;
  }

  #w-node-_6648e3b5-a79c-b2e1-61dc-9c9dd51aa770-60320fdb {
    grid-area: Area-10;
    justify-self: center;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780f85-60320fdb {
    justify-self: center;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780f87-60320fdb, #w-node-_6245cbd7-6144-015b-c90b-b5433f780f8a-60320fdb {
    justify-self: auto;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780f8d-60320fdb {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780f90-60320fdb {
    grid-area: Area-8;
    justify-self: auto;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780f93-60320fdb {
    grid-area: Area-12;
    justify-self: auto;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780f96-60320fdb {
    grid-area: Area-13;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780f99-60320fdb {
    grid-area: Area-5;
    justify-self: auto;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780f9c-60320fdb {
    grid-area: Area-4;
    justify-self: auto;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780f9f-60320fdb {
    grid-area: Area-11;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780fa2-60320fdb {
    grid-area: Area-6;
    justify-self: auto;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780fa5-60320fdb {
    grid-area: Area-9;
    justify-self: auto;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780fa8-60320fdb {
    grid-area: Area-10;
    justify-self: center;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8b1-60320fdb {
    justify-self: center;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8b3-60320fdb, #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8b6-60320fdb {
    justify-self: auto;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8b9-60320fdb {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8bc-60320fdb {
    grid-area: Area-8;
    justify-self: auto;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8bf-60320fdb {
    grid-area: Area-12;
    justify-self: auto;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8c2-60320fdb {
    grid-area: Area-13;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8c5-60320fdb {
    grid-area: Area-5;
    justify-self: auto;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8c8-60320fdb {
    grid-area: Area-4;
    justify-self: auto;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8cb-60320fdb {
    grid-area: Area-11;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8ce-60320fdb {
    grid-area: Area-6;
    justify-self: auto;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8d1-60320fdb {
    grid-area: Area-9;
    justify-self: auto;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8d4-60320fdb {
    grid-area: Area-10;
    justify-self: center;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e077b-60320fdb {
    justify-self: center;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e077d-60320fdb, #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e0780-60320fdb {
    justify-self: auto;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e0783-60320fdb {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e0786-60320fdb {
    grid-area: Area-8;
    justify-self: auto;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e0789-60320fdb {
    grid-area: Area-12;
    justify-self: auto;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e078c-60320fdb {
    grid-area: Area-13;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e078f-60320fdb {
    grid-area: Area-5;
    justify-self: auto;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e0792-60320fdb {
    grid-area: Area-4;
    justify-self: auto;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e0795-60320fdb {
    grid-area: Area-11;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e0798-60320fdb {
    grid-area: Area-6;
    justify-self: auto;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e079b-60320fdb {
    grid-area: Area-9;
    justify-self: auto;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e079e-60320fdb {
    grid-area: Area-10;
    justify-self: center;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f29c-60320fdb {
    justify-self: center;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f29e-60320fdb, #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2a1-60320fdb {
    justify-self: auto;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2a4-60320fdb {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2a7-60320fdb {
    grid-area: Area-8;
    justify-self: auto;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2aa-60320fdb {
    grid-area: Area-12;
    justify-self: auto;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2ad-60320fdb {
    grid-area: Area-13;
    align-self: auto;
    justify-self: center;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2b0-60320fdb {
    grid-area: Area-5;
    justify-self: auto;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2b3-60320fdb {
    grid-area: Area-4;
    justify-self: auto;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2b6-60320fdb {
    grid-area: Area-11;
    align-self: auto;
    justify-self: center;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2b9-60320fdb {
    grid-area: Area-6;
    justify-self: auto;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2bc-60320fdb {
    grid-area: Area-9;
    justify-self: auto;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2bf-60320fdb {
    grid-area: Area-10;
    justify-self: center;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f03ec-60320fdb {
    justify-self: center;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f03ee-60320fdb, #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f03f1-60320fdb {
    justify-self: auto;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f03f4-60320fdb {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f03f7-60320fdb {
    grid-area: Area-8;
    justify-self: auto;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f03fa-60320fdb {
    grid-area: Area-12;
    justify-self: auto;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f03fd-60320fdb {
    grid-area: Area-13;
    align-self: auto;
    justify-self: center;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f0400-60320fdb {
    grid-area: Area-5;
    justify-self: auto;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f0403-60320fdb {
    grid-area: Area-4;
    justify-self: auto;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f0406-60320fdb {
    grid-area: Area-11;
    align-self: auto;
    justify-self: center;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f0409-60320fdb {
    grid-area: Area-6;
    justify-self: auto;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f040c-60320fdb {
    grid-area: Area-9;
    justify-self: auto;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f040f-60320fdb {
    grid-area: Area-10;
    justify-self: center;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd86e-60320fdb {
    justify-self: center;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd870-60320fdb, #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd873-60320fdb {
    justify-self: auto;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd876-60320fdb {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd879-60320fdb {
    grid-area: Area-8;
    justify-self: auto;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd87c-60320fdb {
    grid-area: Area-12;
    justify-self: auto;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd87f-60320fdb {
    grid-area: Area-13;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd882-60320fdb {
    grid-area: Area-5;
    justify-self: auto;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd885-60320fdb {
    grid-area: Area-4;
    justify-self: auto;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd888-60320fdb {
    grid-area: Area-11;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd88b-60320fdb {
    grid-area: Area-6;
    justify-self: auto;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd88e-60320fdb {
    grid-area: Area-9;
    justify-self: auto;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd891-60320fdb {
    grid-area: Area-10;
    justify-self: center;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e34c-60320fdb {
    justify-self: center;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e34e-60320fdb, #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e351-60320fdb {
    justify-self: auto;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e354-60320fdb {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e357-60320fdb {
    grid-area: Area-8;
    justify-self: auto;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e35a-60320fdb {
    grid-area: Area-12;
    justify-self: auto;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e35d-60320fdb {
    grid-area: Area-13;
    align-self: auto;
    justify-self: center;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e360-60320fdb {
    grid-area: Area-5;
    justify-self: auto;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e363-60320fdb {
    grid-area: Area-4;
    justify-self: auto;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e366-60320fdb {
    grid-area: Area-11;
    align-self: auto;
    justify-self: center;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e369-60320fdb {
    grid-area: Area-6;
    justify-self: auto;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e36c-60320fdb {
    grid-area: Area-9;
    justify-self: auto;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e36f-60320fdb {
    grid-area: Area-10;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3c39a812-00e7-bdf1-1340-c432db8946ec-20768653 {
    grid-column: span 1 / span 1;
    align-self: center;
    justify-self: auto;
  }

  #w-node-_3c39a812-00e7-bdf1-1340-c432db8946e5-20768653, #w-node-df80d3f4-2e79-03df-ad83-4b1f548c3e5e-20768653, #w-node-_3c39a812-00e7-bdf1-1340-c432db8946f3-20768653, #w-node-a39b2e50-2d4c-b71e-4c6d-9187222e169f-20768653, #w-node-_4e6890a9-0839-fad2-558b-e65d9a5d106a-20768653, #w-node-de52be52-e6d8-1add-7db4-33dafe4d5f0d-20768653, #w-node-_5830a788-3db7-66e6-ffd9-832e9762cc70-20768653, #w-node-_17f1fd41-c419-6ff4-2c38-760dcfb8ca73-20768653, #w-node-_2f11162f-cee9-4f2f-d427-4c959a294e2b-20768653, #w-node-a28a65a0-1422-95b3-594c-358a3ab369a9-20768653, #w-node-ce51805c-7ab3-6324-12b8-75102cbfffc7-20768653, #w-node-b76e330b-70d2-bc7a-2ec7-17efb5f45efc-20768653, #w-node-b76e330b-70d2-bc7a-2ec7-17efb5f45f03-20768653, #w-node-b76e330b-70d2-bc7a-2ec7-17efb5f45f0a-20768653 {
    grid-column: span 1 / span 1;
  }

  #w-node-_550b2326-c2c7-fbca-b330-e5ce139efea5-2004f72c {
    grid-area: Area-2;
  }

  #w-node-_550b2326-c2c7-fbca-b330-e5ce139efea7-2004f72c {
    grid-area: Area-3;
  }

  #w-node-a5b1bf31-c9f7-baf9-44da-1dd87f4cc263-2004f72c {
    grid-area: Area-6;
  }

  #w-node-_61647f80-070c-8c98-79de-b92fd9c0baa2-2004f72c {
    grid-area: Area;
  }

  #w-node-_38b78fbf-0fc1-43d7-7344-362ebf0c61fe-2004f72c {
    grid-area: Area-7;
  }

  #w-node-_4fc0023d-6c0c-85b6-b27c-32cfda6d3183-2004f72c {
    grid-area: Area-8;
  }

  #w-node-_79a65e7f-0ab1-c094-01bc-9231b469d5e2-1aefa85f {
    grid-area: Area-9;
    align-self: center;
    justify-self: center;
  }

  #w-node-_20baa06e-f2cd-24a0-34a4-28421aefa861-1aefa85f {
    grid-area: Area-10;
    align-self: center;
    justify-self: center;
  }

  #w-node-_20baa06e-f2cd-24a0-34a4-28421aefa863-1aefa85f {
    grid-area: Area-11;
    align-self: center;
  }

  #w-node-_20baa06e-f2cd-24a0-34a4-28421aefa862-1aefa85f {
    grid-area: Area-4;
    align-self: center;
  }

  #w-node-dcb731d6-be43-761b-ba37-4a7492d2c0ff-60320fdb {
    align-self: center;
  }

  #w-node-_48fec26d-b480-5dd1-e8d7-8960a535841d-60320fdb {
    grid-area: Area-4;
  }

  #w-node-_1b1ab5c5-528d-9903-92aa-0e8e8cb4945b-60320fdb {
    grid-area: Area-8;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_1bbf9584-f581-0447-f9bc-6379e5761339-60320fdb {
    grid-area: Area-9;
  }

  #w-node-_772180ed-6d6b-946f-135c-6fab07e89c4e-60320fdb {
    grid-area: Area-10;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-ed14b6d1-ed38-fdb2-e0f2-f6e5d254d307-60320fdb {
    grid-area: Area-11;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_1f1a7f03-9172-b760-0ef8-2a36876980f8-60320fdb {
    grid-area: Area-12;
  }

  #w-node-_277fa97e-1623-ca92-bdbb-ba761d3bedd0-60320fdb {
    grid-area: Area-13;
  }

  #w-node-_36e54483-1ab1-f0e8-e334-13d44b66f703-60320fdb {
    grid-area: Area-5;
  }

  #w-node-_6648e3b5-a79c-b2e1-61dc-9c9dd51aa770-60320fdb {
    grid-area: Area-6;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780f85-60320fdb {
    align-self: center;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780f90-60320fdb {
    grid-area: Area-4;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780f93-60320fdb {
    grid-area: Area-8;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780f96-60320fdb {
    grid-area: Area-9;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780f99-60320fdb {
    grid-area: Area-10;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780f9c-60320fdb {
    grid-area: Area-11;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780f9f-60320fdb {
    grid-area: Area-12;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780fa2-60320fdb {
    grid-area: Area-13;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780fa5-60320fdb {
    grid-area: Area-5;
  }

  #w-node-_6245cbd7-6144-015b-c90b-b5433f780fa8-60320fdb {
    grid-area: Area-6;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8b1-60320fdb {
    align-self: center;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8bc-60320fdb {
    grid-area: Area-4;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8bf-60320fdb {
    grid-area: Area-8;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8c2-60320fdb {
    grid-area: Area-9;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8c5-60320fdb {
    grid-area: Area-10;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8c8-60320fdb {
    grid-area: Area-11;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8cb-60320fdb {
    grid-area: Area-12;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8ce-60320fdb {
    grid-area: Area-13;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8d1-60320fdb {
    grid-area: Area-5;
  }

  #w-node-_4db20f87-a937-4618-6246-fd18fb6ed8d4-60320fdb {
    grid-area: Area-6;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e077b-60320fdb {
    align-self: center;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e0786-60320fdb {
    grid-area: Area-4;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e0789-60320fdb {
    grid-area: Area-8;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e078c-60320fdb {
    grid-area: Area-9;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e078f-60320fdb {
    grid-area: Area-10;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e0792-60320fdb {
    grid-area: Area-11;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e0795-60320fdb {
    grid-area: Area-12;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e0798-60320fdb {
    grid-area: Area-13;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e079b-60320fdb {
    grid-area: Area-5;
  }

  #w-node-_71f7b548-23dd-8510-3a6d-a7e5b89e079e-60320fdb {
    grid-area: Area-6;
    align-self: auto;
    justify-self: center;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f29c-60320fdb {
    align-self: center;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2a7-60320fdb {
    grid-area: Area-4;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2aa-60320fdb {
    grid-area: Area-8;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2ad-60320fdb {
    grid-area: Area-9;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2b0-60320fdb {
    grid-area: Area-10;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2b3-60320fdb {
    grid-area: Area-11;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2b6-60320fdb {
    grid-area: Area-12;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2b9-60320fdb {
    grid-area: Area-13;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2bc-60320fdb {
    grid-area: Area-5;
  }

  #w-node-caf6feb8-9c71-93b1-95e8-afc78c26f2bf-60320fdb {
    grid-area: Area-6;
    align-self: auto;
    justify-self: center;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f03ec-60320fdb {
    align-self: center;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f03f7-60320fdb {
    grid-area: Area-4;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f03fa-60320fdb {
    grid-area: Area-8;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f03fd-60320fdb {
    grid-area: Area-9;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f0400-60320fdb {
    grid-area: Area-10;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f0403-60320fdb {
    grid-area: Area-11;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f0406-60320fdb {
    grid-area: Area-12;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f0409-60320fdb {
    grid-area: Area-13;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f040c-60320fdb {
    grid-area: Area-5;
  }

  #w-node-d9b094ff-dedf-70f9-28e6-69aa5b2f040f-60320fdb {
    grid-area: Area-6;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd86e-60320fdb {
    align-self: center;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd879-60320fdb {
    grid-area: Area-4;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd87c-60320fdb {
    grid-area: Area-8;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd87f-60320fdb {
    grid-area: Area-9;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd882-60320fdb {
    grid-area: Area-10;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd885-60320fdb {
    grid-area: Area-11;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd888-60320fdb {
    grid-area: Area-12;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd88b-60320fdb {
    grid-area: Area-13;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd88e-60320fdb {
    grid-area: Area-5;
  }

  #w-node-_02ce31a5-271e-e992-37e9-bb4e6f7cd891-60320fdb {
    grid-area: Area-6;
    align-self: auto;
    justify-self: center;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e34c-60320fdb {
    align-self: center;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e357-60320fdb {
    grid-area: Area-4;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e35a-60320fdb {
    grid-area: Area-8;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e35d-60320fdb {
    grid-area: Area-9;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e360-60320fdb {
    grid-area: Area-10;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e363-60320fdb {
    grid-area: Area-11;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e366-60320fdb {
    grid-area: Area-12;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e369-60320fdb {
    grid-area: Area-13;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e36c-60320fdb {
    grid-area: Area-5;
  }

  #w-node-ed1d6f30-9491-c740-2897-d3e0c6b9e36f-60320fdb {
    grid-area: Area-6;
    align-self: auto;
    justify-self: center;
  }
}


