@font-face {
  font-family: Mohr rounded semi;
  src: url('../fonts/Mohr-Rounded-Semi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mohr rounded;
  src: url('../fonts/Mohr-Rounded-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mohr rounded;
  src: url('../fonts/Mohr-Rounded-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mohr rounded;
  src: url('../fonts/Mohr-Rounded-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mohr rounded;
  src: url('../fonts/Mohr-Rounded-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mohr rounded;
  src: url('../fonts/Mohr-Rounded-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-green: #2c691c;
  --linen: #f8efe5;
  --orange-red: #de4c12;
  --dark-orange: #fc8e00;
  --black: #2b2b2b;
  --olive-drab: #519424;
  --orange: #ff9c01;
  --dark-green-2: #1a440f;
}

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

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

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

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

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

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

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

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

.cont-header {
  max-width: 100%;
}

.banner-header-jacobinho {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
}

.div-banner-header {
  justify-content: center;
  display: flex;
}

.div-banner-header.mobile {
  display: none;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.navbar {
  background-color: var(--dark-green);
  padding: 35px 0;
  position: sticky;
  inset: 0% 0% auto;
}

.image {
  width: 250px;
}

.navlink {
  color: var(--linen);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Mohr rounded, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2em;
}

.navlink.w--current {
  color: #73b845;
}

.cont-produtos-destaque {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.grid-thumb-home {
  grid-column-gap: 23px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-titulo-pomaris {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: center;
  margin-bottom: 100px;
}

.bloco-titulo-pomaris {
  background-color: var(--dark-green);
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  display: flex;
}

.body {
  background-color: var(--linen);
  font-family: Mohr rounded, sans-serif;
}

.heading {
  color: var(--linen);
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Mohr rounded, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.1em;
}

.thumb-pomaris {
  background-color: var(--orange-red);
  mix-blend-mode: multiply;
  background-image: linear-gradient(#ff6427, #ac2e00);
  border-radius: 50px;
  padding: 21px 0;
  transition: all .3s cubic-bezier(.643, .217, .25, 1);
  display: flex;
}

.thumb-pomaris:hover {
  transform: scale(1.1);
}

.thumb-pomaris.uva {
  -webkit-text-fill-color: inherit;
  background-color: #561c69;
  background-image: linear-gradient(#9e16c8, #2e0a48);
  background-clip: border-box;
}

.thumb-pomaris.maracuja {
  background-color: var(--dark-orange);
  background-image: linear-gradient(#ffae00, #e4511c);
}

.thumb-pomaris.caju {
  background-image: linear-gradient(#fb8d61, #dc5220);
}

.img-thumb-pomaris {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 0;
}

.img-thumb-pomaris.maracuja {
  object-fit: cover;
  width: auto;
  height: auto;
}

.thumbs-destaques {
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.banner-header-mobile {
  object-fit: cover;
  object-position: 50% 50%;
  height: auto;
}

.btn-base {
  background-color: var(--dark-orange);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  width: 100%;
  margin-top: 40px;
  padding: 30px 40px;
  font-family: Mohr rounded, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all .2s;
}

.btn-base:hover {
  background-color: #6db93a;
}

.btn-base._10px {
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 18px;
  line-height: 1.3em;
}

.cont-boxes {
  max-width: 1300px;
  margin-top: 120px;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.grid-destaques {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.bloco-destaque {
  opacity: 1;
  background-color: #2c691c;
  border-radius: 60px;
  padding: 100px 70px;
}

.bloco-destaque.historia, .bloco-destaque.laranja {
  background-color: var(--orange-red);
}

.wrapper-destaques {
  padding: 140px 0;
}

.h1-destaques {
  color: var(--linen);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Mohr rounded, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2em;
}

.h1-destaques.texto-centro {
  text-align: center;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1.3em;
}

.h1-destaques.texto-centro.sem-margin {
  margin-bottom: 0;
}

.p-base {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.p-base.texto-centro {
  text-align: center;
  margin-bottom: 0;
}

.p-base.preto {
  color: var(--black);
  font-family: Lato, sans-serif;
}

.p-base._40px-bottom {
  text-align: left;
  margin-bottom: 40px;
}

.p-base.p-branco {
  color: var(--linen);
}

.p-base.p-branco.texto-centro {
  font-size: 15px;
}

.nav-menu {
  display: flex;
}

.cont-contato {
  background-color: var(--olive-drab);
  max-width: 900px;
  padding-left: 50px;
  padding-right: 50px;
}

.grid {
  grid-column-gap: 42px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.bloco-titulo-contato {
  border-radius: 0;
  padding: 150px 0;
}

.grid-footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr;
}

.section-footer {
  background-color: var(--dark-green);
}

.footer-telefone {
  color: var(--linen);
  margin-bottom: 15px;
  font-family: Mohr rounded, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
}

.footer-textobase {
  color: var(--linen);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Mohr rounded, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
}

.image-4 {
  width: 250px;
  margin-bottom: 30px;
}

.footer-menu {
  flex-direction: column;
  display: flex;
}

.link-footer {
  color: var(--linen);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Mohr rounded, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.footer-social {
  flex-direction: row;
  display: flex;
}

.section-blocos {
  background-image: url('../images/bg-madeira.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-5 {
  width: 30px;
  height: 30px;
}

.icone-footer {
  padding-right: 15px;
}

.div-block-5 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.cont-footer {
  max-width: 1000px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.image-6 {
  object-fit: contain;
  height: 120px;
}

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

.texto-legal {
  color: var(--linen);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.section-contato {
  background-color: var(--olive-drab);
}

.img-madeira-produto {
  height: 100px;
}

.image-7 {
  object-fit: fill;
  width: 100%;
  height: 100px;
}

.cont-produtos {
  max-width: 1100px;
  margin-bottom: 140px;
}

.grid-thumbs {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 59px;
}

.grid-thumbs._2-colunas {
  grid-template-columns: 1fr 1fr;
}

.thumb {
  background-color: #0000;
  border-radius: 20px;
  margin-bottom: 20px;
}

.img-thumb {
  mix-blend-mode: multiply;
  width: 100%;
}

.banner-ondeencontro {
  background-color: var(--dark-orange);
  background-image: url('../images/bg-instagram.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 250px;
  margin-top: 60px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.grid-descricao-produto {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}

.grid-descricao-produto.prod-menor {
  grid-template-columns: .75fr 1fr;
}

.img-principal {
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.link-menu-produto {
  color: var(--dark-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 20px;
  font-family: Mohr rounded, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.link-menu-produto.w--current {
  font-weight: 900;
}

.div-block-11 {
  border-bottom: 1px solid var(--olive-drab);
  padding-top: 60px;
  padding-bottom: 30px;
}

.h2-produto {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: .5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Mohr rounded, sans-serif;
  font-size: 13px;
  line-height: 1.3em;
}

.h1-produto {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Mohr rounded, sans-serif;
  font-weight: 900;
  line-height: 1.2em;
}

.h1-produto._40px-margin-bottom {
  margin-bottom: 40px;
}

.grid-tamanhos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.thumb-jacobinho {
  mix-blend-mode: normal;
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.h3-produto {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Mohr rounded, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
}

.bloco-banner-produtos-mobile {
  background-color: var(--dark-orange);
  border-radius: 20px;
  height: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  display: none;
}

.image-13 {
  width: 80px;
  height: 80px;
}

.div-block-12 {
  display: flex;
}

.h1-bloco-info {
  color: var(--linen);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Mohr rounded, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2em;
  text-decoration: none;
}

.h1-bloco-info.padding-esquerda {
  padding-left: 20px;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #0000;
  min-width: 230px;
  max-height: 100vh;
  padding-top: 25px;
  top: 40px;
  left: -30px;
}

.nav-content-wrap {
  color: #f1ece9;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.icon-4 {
  color: #fff;
  margin-right: 5px;
}

.pointer {
  z-index: 20;
  background-color: var(--olive-drab);
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -3% 4% auto 0%;
  transform: rotate(45deg);
}

.nav-link-details {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: normal;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3em;
  transition: all .2s;
}

.nav-link-details:hover {
  color: var(--orange);
}

.dropdown_fundo {
  background-color: var(--olive-drab);
  border-radius: 10px;
  min-width: 160px;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden;
  box-shadow: 4px -19px 35px #20355a14, 11px 11px 30px -10px #20355a26;
}

.dropdown_fundo.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.dropdown-toggle {
  padding-left: 20px;
  padding-right: 30px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #8c54ff;
}

.dropdown-toggle.w--open:hover, .dropdown-toggle.w--open:active {
  background-color: #0000;
}

.dropdown-link {
  z-index: 25;
  color: var(--linen);
  background-color: #0000;
  align-items: center;
  padding: 11px 0;
  font-family: Mohr rounded, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link:hover {
  color: #7839f3;
  font-size: 14px;
}

.dropdown_seta {
  position: relative;
}

.image-14 {
  object-fit: contain;
  height: 100%;
}

.div-block-14 {
  height: 100%;
}

.div-block-15 {
  background-color: #030304;
  height: 10px;
}

.titulo-produto {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.h1-titulo-pagina {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 25px;
  font-family: Mohr rounded, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.3em;
}

.thumb-bolhas {
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 100%;
  height: 340px;
}

.img-destaque-bolhas {
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 100%;
  height: 500px;
}

.link {
  color: var(--linen);
  text-decoration: underline;
}

.link-2 {
  color: var(--linen);
}

.link-3 {
  color: var(--linen);
  text-decoration: none;
}

.texto-info-footer {
  margin-bottom: 5px;
  font-family: Mohr rounded, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

.texto-info-footer.maior {
  font-size: 24px;
  font-weight: 900;
}

.grid-contato {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  margin-top: 60px;
}

.link-4 {
  color: var(--black);
}

.grid-empresa {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 60px;
}

.image-16, .image-17 {
  mix-blend-mode: multiply;
}

.image-18 {
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 100%;
  height: 450px;
}

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

.image-19 {
  mix-blend-mode: multiply;
}

.image-20 {
  object-fit: contain;
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.html-form-trabalhe {
  margin-top: 20px;
}

.p {
  color: #3c2823;
  text-transform: none;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6em;
}

.span-empresa {
  font-size: 30px;
  font-weight: 700;
}

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

.formulario {
  margin-top: 40px;
  margin-bottom: 0;
}

.text-field {
  margin-bottom: 20px;
  padding: 25px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-field.sem-margin {
  margin-bottom: 0;
}

.text-block-2 {
  color: #e4610a;
}

.label-form {
  font-weight: 500;
}

.textarea {
  margin-bottom: 40px;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.anexo-trabalhe {
  border: 1px none var(--dark-green);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.lightbox-link {
  background-color: #eee9db;
  border-radius: 20px;
  width: 100%;
  height: 250px;
}

.thumb-suco-pomaris {
  mix-blend-mode: normal;
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.section-obrigado {
  background-color: var(--dark-green);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-obrigado {
  width: 400px;
}

.heading-2 {
  color: var(--linen);
  text-align: center;
  font-family: Mohr rounded semi, sans-serif;
  line-height: 1.1em;
}

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

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

.checkbox-label {
  font-size: 12px;
}

.div-block-17 {
  margin-top: 40px;
}

.cont--onde {
  max-width: 1100px;
  margin-bottom: 100px;
}

.html-embed {
  margin-top: 40px;
}

.slide, .mask {
  width: 100%;
}

.slider-desk, .banner-rotativo, .link-block {
  width: 100%;
  height: 100%;
}

.slider-mobile {
  height: 100%;
  display: none;
}

.link-menu-produto-normal {
  color: var(--dark-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 20px;
  font-family: Mohr rounded, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.link-menu-produto-normal.w--current {
  font-weight: 400;
}

.text-block-3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1em;
}

.logo-cobs {
  height: 5rem;
  margin-bottom: 40px;
}

.logo-pomaris {
  object-fit: contain;
  margin-bottom: 1rem;
}

.div-block-18 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.btn-anexar {
  background-color: var(--dark-green);
  text-align: center;
  text-transform: uppercase;
  border-radius: 6px;
  min-width: 100%;
  margin-top: .5rem;
  padding: 19px;
  font-size: .8rem;
}

.esp-form {
  height: 2rem;
}

.logo-cobs-titulo {
  object-fit: contain;
  height: 8rem;
}

.div-block-19 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.social-menu {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: 2rem;
  display: flex;
}

.div-block-20 {
  height: 1rem;
}

@media screen and (max-width: 991px) {
  .navlink {
    padding: 25px 30px;
  }

  .cont-produtos-destaque {
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-thumb-home {
    grid-column-gap: 11px;
    grid-row-gap: 30px;
  }

  .grid-titulo-pomaris {
    grid-template-columns: .5fr 1fr;
    margin-bottom: 40px;
  }

  .bloco-titulo-pomaris {
    height: 100px;
  }

  .heading {
    padding-left: 57px;
    padding-right: 57px;
    font-size: 22px;
    line-height: 1.3em;
  }

  .thumb-pomaris {
    border-radius: 20px;
    height: 100%;
    padding: 29px 0;
  }

  .thumbs-destaques {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    color: var(--linen);
    font-size: 30px;
  }

  .btn-base {
    margin-top: 40px;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .btn-base._10px {
    margin-top: 0;
    font-size: 15px;
  }

  .cont-boxes {
    max-width: 60%;
    margin-top: 80px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .bloco-destaque {
    padding: 85px;
  }

  .wrapper-destaques {
    padding: 100px 0;
  }

  .h1-destaques {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .h1-destaques.texto-centro {
    font-size: 38px;
  }

  .menu-button {
    background-color: var(--dark-green);
  }

  .menu-button.w--open {
    background-color: #71a84c;
    border-radius: 12px;
  }

  .nav-menu {
    background-color: var(--dark-green);
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-3 {
    background-position: 100%;
    background-size: cover;
  }

  .cont-contato {
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr .5fr;
  }

  .bloco-titulo-contato {
    padding: 85px 0;
  }

  .bloco-contato-home {
    margin-bottom: 0;
  }

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

  .footer-telefone {
    font-size: 24px;
  }

  .footer-textobase {
    font-size: 12px;
  }

  .cont-footer {
    max-width: 75%;
  }

  .cont-produtos {
    max-width: 90%;
    margin-bottom: 60px;
  }

  .grid-thumbs {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
  }

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

  .img-principal {
    padding-left: 90px;
    padding-right: 90px;
  }

  .img-principal.sem-padding {
    padding: 0;
  }

  .h1-bloco-info {
    font-size: 24px;
  }

  .navigation-dropdown.w--open {
    min-width: 250px;
    padding-top: 20px;
    position: static;
    left: 0;
  }

  .pointer {
    width: 20px;
    height: 20px;
    top: -1%;
  }

  .nav-link-details {
    text-align: center;
  }

  .dropdown-toggle {
    width: 100%;
    padding-left: 0;
  }

  .img-destaque-bolhas {
    padding-left: 90px;
    padding-right: 90px;
  }

  .grid-contato, .grid-empresa {
    grid-template-columns: 1fr;
  }

  .image-16, .image-17 {
    object-fit: contain;
    width: 100%;
    height: 400px;
  }

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

  .p {
    font-size: 13px;
    line-height: 1.6em;
  }

  .span-empresa {
    line-height: 35px;
  }

  .cont--onde {
    max-width: 90%;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .grid-thumb-home {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .heading {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }

  .thumb-pomaris {
    border-radius: 20px;
  }

  .thumbs-destaques {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .btn-base {
    padding: 20px 25px;
    font-size: 15px;
  }

  .bloco-destaque {
    border-radius: 50px;
    padding: 80px 50px;
  }

  .wrapper-destaques {
    padding: 60px 0;
  }

  .h1-destaques {
    font-size: 34px;
  }

  .h1-destaques.texto-centro {
    font-size: 32px;
  }

  .bloco-titulo-contato {
    border-radius: 0;
    padding: 80px 0;
  }

  .grid-footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr .5fr;
  }

  .cont-footer {
    max-width: 80%;
  }

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

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

  .thumb-jacobinho {
    padding: 0;
  }

  .bloco-banner-produtos-mobile {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-13 {
    width: 40px;
    height: 40px;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: center;
    max-width: 60%;
  }

  .h1-bloco-info {
    text-align: center;
    margin-top: 29px;
    padding-left: 0;
    padding-right: 0;
  }

  .img-destaque-bolhas {
    height: 400px;
  }

  .p {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .banner-header-jacobinho {
    display: none;
  }

  .div-banner-header.mobile {
    display: block;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image {
    width: 200px;
  }

  .navlink {
    border-bottom: 1px solid var(--linen);
    color: var(--linen);
    text-align: center;
    font-size: 18px;
  }

  .cont-produtos-destaque {
    border-top: 13px #030304;
    max-width: 75%;
  }

  .grid-thumb-home {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .grid-titulo-pomaris {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .bloco-titulo-pomaris {
    max-width: 100%;
    height: auto;
  }

  .heading {
    padding: 0 45px;
    font-size: 21px;
    line-height: 1.2em;
  }

  .thumb-pomaris {
    border-radius: 20px;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 25px 0;
  }

  .thumbs-destaques {
    max-width: none;
  }

  .selo-pomaris {
    width: 100%;
    height: 100%;
    padding: 0 35px;
  }

  .div-selo-pomaris {
    width: 100%;
  }

  .btn-base {
    margin-top: 40px;
    padding: 20px 40px;
    font-size: 16px;
  }

  .btn-base._10px {
    margin-top: 40px;
  }

  .btn-base._10px.no-margin {
    margin-top: 0;
  }

  .btn-base._10px.margin-menor {
    margin-top: 20px;
  }

  .cont-boxes {
    max-width: 75%;
    margin-top: 100px;
    margin-bottom: 0;
  }

  .bloco-destaque {
    border-radius: 35px;
    padding: 50px 40px;
  }

  .wrapper-destaques {
    padding: 80px 0;
  }

  .h1-destaques {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .h1-destaques.texto-centro {
    font-size: 26px;
  }

  .p-base {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .p-base._40px-bottom {
    margin-bottom: 20px;
  }

  .nav-menu {
    background-color: var(--olive-drab);
    padding: 15px 25px 40px;
  }

  .div-block-3 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .cont-contato {
    max-width: 70%;
  }

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

  .bloco-titulo-contato {
    border-radius: 0;
    padding: 100px 0 40px;
  }

  .bloco-contato-home {
    max-height: 100%;
    margin-bottom: 100px;
  }

  .grid-footer {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .footer-telefone {
    text-align: center;
    font-size: 24px;
  }

  .footer-textobase {
    text-align: center;
  }

  .div-logo-footer {
    align-self: center;
  }

  .link-footer {
    text-align: center;
  }

  .footer-social {
    justify-content: center;
    margin-top: 20px;
  }

  .icone-footer.no-margin, .icone-footer.margin-zero {
    padding-right: 0;
  }

  .cont-footer {
    max-width: 70%;
  }

  .texto-legal {
    text-align: center;
  }

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

  .div-block-8 {
    flex-direction: column;
    display: flex;
  }

  .img-madeira-produto {
    display: none;
  }

  .image-7 {
    object-fit: cover;
  }

  .cont-produtos {
    max-width: 80%;
    margin-bottom: 100px;
  }

  .grid-thumbs {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .grid-thumbs._2-colunas {
    grid-template-columns: 1fr;
  }

  .thumb {
    margin-bottom: 20px;
  }

  .thumb.sem-margin {
    margin-bottom: 0;
  }

  .img-thumb {
    height: 100%;
  }

  .banner-ondeencontro {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .banner-ondeencontro.margin-maior {
    margin-top: 100px;
  }

  .grid-descricao-produto {
    margin-top: 40px;
  }

  .grid-descricao-produto.prod-menor {
    grid-template-columns: 1fr;
  }

  .img-principal {
    padding-left: 0;
    padding-right: 0;
  }

  .img-principal.sem-padding {
    height: 350px;
  }

  .div-block-11 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h2-produto {
    margin-bottom: 10px;
  }

  .h1-produto {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.1em;
  }

  .h1-produto._40px-margin-bottom {
    margin-bottom: 20px;
  }

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

  .thumb-jacobinho {
    padding: 15px;
  }

  .h3-produto {
    margin-bottom: 10px;
  }

  .bloco-banner-produtos-mobile {
    margin-top: 0;
    margin-bottom: 60px;
    display: block;
  }

  .div-block-12 {
    max-width: 70%;
  }

  .h1-bloco-info {
    padding-left: 0;
    padding-right: 0;
  }

  .h1-bloco-info.padding-esquerda {
    margin-top: 20px;
    padding-left: 0;
  }

  .navigation-dropdown.w--open {
    min-width: 100%;
    left: 0;
  }

  .nav-content-wrap {
    padding-left: 0;
  }

  .pointer {
    background-color: var(--dark-green);
    width: 30px;
    height: 30px;
    top: -3%;
    right: 0%;
  }

  .nav-link-details {
    color: var(--linen);
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    font-weight: 700;
  }

  .dropdown_fundo {
    background-color: var(--dark-green);
    box-shadow: none;
    min-width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-link {
    color: #fff;
    padding: 20px 50px;
    font-size: 18px;
  }

  .div-block-14 {
    height: 150px;
  }

  .titulo-produto {
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .h1-titulo-pagina {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 38px;
    line-height: 1.1em;
  }

  .img-destaque-bolhas {
    height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .texto-info-footer {
    font-size: 15px;
  }

  .grid-contato {
    margin-top: 40px;
  }

  .grid-empresa {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-auto-flow: row;
    margin-top: 40px;
  }

  .image-16, .image-17, .image-18 {
    width: auto;
    height: auto;
  }

  .p {
    font-size: 13px;
    line-height: 1.7em;
  }

  .span-empresa {
    line-height: 35px;
  }

  .text-field {
    margin-bottom: 20px;
  }

  .label-form {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.4em;
  }

  .div-obrigado {
    width: 75%;
  }

  .heading-2 {
    font-size: 26px;
  }

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

  .image-22 {
    height: 50px;
  }

  .cont--onde {
    max-width: 80%;
    margin-bottom: 100px;
  }

  .slider-desk {
    display: none;
  }

  .slider-mobile {
    display: block;
  }

  .text-block-3 {
    line-height: 1.2em;
  }

  .logo-cobs {
    object-fit: contain;
  }

  .logo-pomaris, .logo-cobs-titulo {
    height: 50px;
  }

  .right-arrow, .left-arrow {
    width: 2rem;
    font-size: 12px;
  }

  .social-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    margin-top: 20px;
    margin-left: auto;
  }
}

#w-node-_554d21e4-2166-bad5-8427-2a278d779009-8032d558, #w-node-_78fec13e-6e0f-1444-8a73-42625230c07d-8032d558, #w-node-_7fed0bfb-87d6-3955-4dfe-529eb814e1da-8032d558 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b52b7c43-ef18-16d5-14de-a8e6b83c61ee-8032d558 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5fcea16e-5d6e-de33-6fc9-0fe077f48e3f-8032d558, #w-node-_65a5b7c8-ed21-fe8d-e3fa-8a015cc01e91-8032d558 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b80bc8f9-ab01-bd89-0017-0d6e5bce8cfe-8032d558, #w-node-_839e0ba3-dfbc-c805-a176-40496eb2d4c8-8032d558 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_02cd1008-e3b3-9886-ad13-7e85a9b8a57d-a9b8a579 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02cd1008-e3b3-9886-ad13-7e85a9b8a588-a9b8a579 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_02cd1008-e3b3-9886-ad13-7e85a9b8a59d-a9b8a579, #w-node-_81de1ee4-5994-5a05-1b33-17510057c605-09dcf5fc, #w-node-_81de1ee4-5994-5a05-1b33-17510057c60a-09dcf5fc, #w-node-b43c4113-ab41-4ef5-5f2c-107c14d150f8-09dcf5fc, #w-node-_81de1ee4-5994-5a05-1b33-17510057c60f-09dcf5fc, #w-node-_81de1ee4-5994-5a05-1b33-17510057c614-09dcf5fc, #w-node-_81de1ee4-5994-5a05-1b33-17510057c619-09dcf5fc, #w-node-_9055790b-d631-b590-fcac-4859c8aafecd-09dcf5fc, #w-node-_0d2b7a29-dc85-412f-7352-a7bd9f6ace9a-09dcf5fc, #w-node-_7ff262c9-02cb-c10d-2f40-33a1c568e8b7-c2ae3896 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c1d7a02-7556-dd04-ba01-5a93192d743f-c2ae3896 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cced820a-b874-b92a-060c-13b8b54fc083-c2ae3896, #w-node-_6bf3550c-e141-2bde-35ba-67837ff3cc33-c2ae3896, #w-node-db6c1b1d-2c6a-4d29-c785-7efa3c822f56-c2ae3896, #w-node-ade95fc7-875d-3a40-4df9-35b086849cbf-c2ae3896, #w-node-f3e6378e-a2c7-d05c-bdbc-ad2f24e48705-c2ae3896, #w-node-_9fd78aaa-df30-9064-8350-f751c17b291d-c2ae3896, #w-node-_7ff262c9-02cb-c10d-2f40-33a1c568e8b7-a0b4d772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c1d7a02-7556-dd04-ba01-5a93192d743f-a0b4d772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cced820a-b874-b92a-060c-13b8b54fc083-a0b4d772, #w-node-_077db034-c64f-4c50-4132-d686bc5f1187-a0b4d772, #w-node-_8dbe9169-9dc5-cb50-1f8b-2d80d862e20c-a0b4d772, #w-node-_790182b6-b2de-8b90-db49-cfe06d257d5e-a0b4d772, #w-node-eed6981e-d408-05ef-0ca3-0bcbc9385a95-a0b4d772, #w-node-_378dd51b-6e77-c2ef-3a08-858019ca0b3c-a0b4d772, #w-node-_89483717-1a18-7e77-d7c8-9959bd4cfd8e-a0b4d772, #w-node-_7ff262c9-02cb-c10d-2f40-33a1c568e8b7-e9046ad8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c1d7a02-7556-dd04-ba01-5a93192d743f-e9046ad8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cced820a-b874-b92a-060c-13b8b54fc083-e9046ad8, #w-node-_7020f3ec-4451-6c66-ead4-cbceac1a7197-e9046ad8, #w-node-_882fbeb2-45df-3672-e49a-c2cb93de36b2-e9046ad8, #w-node-dc8c3fe2-5b1d-3904-6ab4-58791c53202d-e9046ad8, #w-node-b0751138-e04d-8fd0-4941-19fd7ef41dd9-e9046ad8, #w-node-_7ff262c9-02cb-c10d-2f40-33a1c568e8b7-fc5b8ac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c1d7a02-7556-dd04-ba01-5a93192d743f-fc5b8ac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cced820a-b874-b92a-060c-13b8b54fc083-fc5b8ac1, #w-node-d02937c6-fac5-b6dc-9b7e-8d188aec1aed-fc5b8ac1, #w-node-_15d66d5d-b6b9-e3b7-f6bb-666c93fc58ee-fc5b8ac1, #w-node-_3a958e69-6063-0eea-4938-3860fa545f59-fc5b8ac1, #w-node-ba1e9d5b-6c80-174c-e7a0-2614bce3610d-fc5b8ac1, #w-node-_7ff262c9-02cb-c10d-2f40-33a1c568e8b7-d99c5095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c1d7a02-7556-dd04-ba01-5a93192d743f-d99c5095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cced820a-b874-b92a-060c-13b8b54fc083-d99c5095, #w-node-_85f15001-6888-95a1-c66b-3e7192076b0d-d99c5095, #w-node-_2baf4446-c2e2-e7e2-a8b7-ea22dd172dbc-d99c5095, #w-node-_410eaa0b-c58f-20ab-5bd2-66e6eef79408-d99c5095, #w-node-a16f8327-0faf-cb6a-6723-5b0834d7b54b-d99c5095, #w-node-_7ff262c9-02cb-c10d-2f40-33a1c568e8b7-1cc89033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c1d7a02-7556-dd04-ba01-5a93192d743f-1cc89033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cced820a-b874-b92a-060c-13b8b54fc083-1cc89033, #w-node-_3e1050a1-c1aa-f77e-b5eb-a24ec4abc79a-1cc89033, #w-node-_07f411d7-1349-c1b2-3b1b-243054adcdd2-1cc89033, #w-node-_0e616988-f42f-44fe-95dc-f3d79dba650d-1cc89033, #w-node-_831776b0-a8ce-63c1-5ce8-de092224a2e1-1cc89033, #w-node-_7ff262c9-02cb-c10d-2f40-33a1c568e8b7-8890d129 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c1d7a02-7556-dd04-ba01-5a93192d743f-8890d129 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cced820a-b874-b92a-060c-13b8b54fc083-8890d129, #w-node-dfc4bfe8-9d65-8b29-34ab-5036f983e36c-8890d129, #w-node-c2b7c969-038c-8566-4a8c-40696b0f063b-8890d129, #w-node-a7dd56df-6aca-9594-d730-48308f42cc5b-8890d129, #w-node-_7ff262c9-02cb-c10d-2f40-33a1c568e8b7-df888acf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c1d7a02-7556-dd04-ba01-5a93192d743f-df888acf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6c1d7a02-7556-dd04-ba01-5a93192d743f-940ca1b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a27091b0-d256-0d17-6f2e-8d9b47c8734e-940ca1b5, #w-node-_39bad229-2c50-b869-08cd-17cf3ad028e0-d6300e1e, #w-node-_6cf998c2-2fb1-dca2-e636-e63eca20f4b3-d6300e1e, #w-node-_23bf1ada-b6c9-b8f5-0c2e-2c2f22b5546c-d6300e1e, #w-node-d49cbeb3-9b4b-d54a-50eb-829693be316c-d6300e1e, #w-node-_96f41256-4829-f63f-e3b5-1488b7969cde-d6300e1e, #w-node-_511aac67-534c-6121-c3f7-5640e0d1cc85-d6300e1e, #w-node-_3cca3ad8-5a32-5cf3-1f01-32dd58285075-d6300e1e, #w-node-_3588d668-8eea-b650-3513-47d3e1103c21-d6300e1e, #w-node-b3f3a3fb-5b91-d402-5425-383c55ac5978-d6300e1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c1d7a02-7556-dd04-ba01-5a93192d743f-591a2df7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a27091b0-d256-0d17-6f2e-8d9b47c8734e-591a2df7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c1d7a02-7556-dd04-ba01-5a93192d743f-d6cd2f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a27091b0-d256-0d17-6f2e-8d9b47c8734e-d6cd2f58, #w-node-_3cca3ad8-5a32-5cf3-1f01-32dd58285075-9ddf5c57, #w-node-_3588d668-8eea-b650-3513-47d3e1103c21-9ddf5c57, #w-node-b3f3a3fb-5b91-d402-5425-383c55ac5978-9ddf5c57, #w-node-_81de1ee4-5994-5a05-1b33-17510057c605-f9a812d1, #w-node-_81de1ee4-5994-5a05-1b33-17510057c60a-f9a812d1, #w-node-_7ff262c9-02cb-c10d-2f40-33a1c568e8b7-373c4a06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c1d7a02-7556-dd04-ba01-5a93192d743f-373c4a06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cced820a-b874-b92a-060c-13b8b54fc083-373c4a06, #w-node-_077db034-c64f-4c50-4132-d686bc5f1187-373c4a06, #w-node-_790182b6-b2de-8b90-db49-cfe06d257d5e-373c4a06, #w-node-eed6981e-d408-05ef-0ca3-0bcbc9385a95-373c4a06, #w-node-_378dd51b-6e77-c2ef-3a08-858019ca0b3c-373c4a06, #w-node-_7ff262c9-02cb-c10d-2f40-33a1c568e8b7-907222a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c1d7a02-7556-dd04-ba01-5a93192d743f-907222a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cced820a-b874-b92a-060c-13b8b54fc083-907222a4, #w-node-_077db034-c64f-4c50-4132-d686bc5f1187-907222a4, #w-node-_790182b6-b2de-8b90-db49-cfe06d257d5e-907222a4, #w-node-eed6981e-d408-05ef-0ca3-0bcbc9385a95-907222a4, #w-node-_7ff262c9-02cb-c10d-2f40-33a1c568e8b7-a5a19a4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c1d7a02-7556-dd04-ba01-5a93192d743f-a5a19a4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cced820a-b874-b92a-060c-13b8b54fc083-a5a19a4b, #w-node-d02937c6-fac5-b6dc-9b7e-8d188aec1aed-a5a19a4b, #w-node-_15d66d5d-b6b9-e3b7-f6bb-666c93fc58ee-a5a19a4b, #w-node-_3a958e69-6063-0eea-4938-3860fa545f59-a5a19a4b, #w-node-ba1e9d5b-6c80-174c-e7a0-2614bce3610d-a5a19a4b, #w-node-_7ff262c9-02cb-c10d-2f40-33a1c568e8b7-5383f398 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c1d7a02-7556-dd04-ba01-5a93192d743f-5383f398 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cced820a-b874-b92a-060c-13b8b54fc083-5383f398, #w-node-_077db034-c64f-4c50-4132-d686bc5f1187-5383f398, #w-node-_790182b6-b2de-8b90-db49-cfe06d257d5e-5383f398, #w-node-eed6981e-d408-05ef-0ca3-0bcbc9385a95-5383f398, #w-node-_81de1ee4-5994-5a05-1b33-17510057c605-157a3b5d, #w-node-_81de1ee4-5994-5a05-1b33-17510057c60a-157a3b5d, #w-node-b43c4113-ab41-4ef5-5f2c-107c14d150f8-157a3b5d, #w-node-_81de1ee4-5994-5a05-1b33-17510057c60f-157a3b5d, #w-node-_81de1ee4-5994-5a05-1b33-17510057c614-157a3b5d, #w-node-_81de1ee4-5994-5a05-1b33-17510057c619-157a3b5d, #w-node-_7ff262c9-02cb-c10d-2f40-33a1c568e8b7-e2439898 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c1d7a02-7556-dd04-ba01-5a93192d743f-e2439898 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cced820a-b874-b92a-060c-13b8b54fc083-e2439898, #w-node-_077db034-c64f-4c50-4132-d686bc5f1187-e2439898, #w-node-_790182b6-b2de-8b90-db49-cfe06d257d5e-e2439898, #w-node-eed6981e-d408-05ef-0ca3-0bcbc9385a95-e2439898, #w-node-_7ff262c9-02cb-c10d-2f40-33a1c568e8b7-21b38a04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c1d7a02-7556-dd04-ba01-5a93192d743f-21b38a04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cced820a-b874-b92a-060c-13b8b54fc083-21b38a04, #w-node-_077db034-c64f-4c50-4132-d686bc5f1187-21b38a04, #w-node-_790182b6-b2de-8b90-db49-cfe06d257d5e-21b38a04, #w-node-eed6981e-d408-05ef-0ca3-0bcbc9385a95-21b38a04, #w-node-_7ff262c9-02cb-c10d-2f40-33a1c568e8b7-525f27d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c1d7a02-7556-dd04-ba01-5a93192d743f-525f27d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cced820a-b874-b92a-060c-13b8b54fc083-525f27d6, #w-node-_077db034-c64f-4c50-4132-d686bc5f1187-525f27d6, #w-node-_790182b6-b2de-8b90-db49-cfe06d257d5e-525f27d6, #w-node-eed6981e-d408-05ef-0ca3-0bcbc9385a95-525f27d6, #w-node-_7ff262c9-02cb-c10d-2f40-33a1c568e8b7-1eecf277 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c1d7a02-7556-dd04-ba01-5a93192d743f-1eecf277 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cced820a-b874-b92a-060c-13b8b54fc083-1eecf277, #w-node-_077db034-c64f-4c50-4132-d686bc5f1187-1eecf277, #w-node-_790182b6-b2de-8b90-db49-cfe06d257d5e-1eecf277, #w-node-eed6981e-d408-05ef-0ca3-0bcbc9385a95-1eecf277 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_78fec13e-6e0f-1444-8a73-42625230c07d-8032d558 {
    justify-self: center;
  }

  #w-node-b52b7c43-ef18-16d5-14de-a8e6b83c61ee-8032d558 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_839e0ba3-dfbc-c805-a176-40496eb2d4c8-8032d558, #w-node-_02cd1008-e3b3-9886-ad13-7e85a9b8a57d-a9b8a579, #w-node-_02cd1008-e3b3-9886-ad13-7e85a9b8a59d-a9b8a579 {
    justify-self: center;
  }

  #w-node-a27091b0-d256-0d17-6f2e-8d9b47c8734e-940ca1b5, #w-node-a27091b0-d256-0d17-6f2e-8d9b47c8734e-591a2df7, #w-node-a27091b0-d256-0d17-6f2e-8d9b47c8734e-d6cd2f58 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Mohr rounded semi';
  src: url('../fonts/Mohr-Rounded-Semi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mohr rounded';
  src: url('../fonts/Mohr-Rounded-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mohr rounded';
  src: url('../fonts/Mohr-Rounded-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mohr rounded';
  src: url('../fonts/Mohr-Rounded-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mohr rounded';
  src: url('../fonts/Mohr-Rounded-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mohr rounded';
  src: url('../fonts/Mohr-Rounded-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}