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

body {
  font-family: 'DM Sans', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: 'Red Hat Display', sans-serif;
}

a {
  text-decoration: underline;
}

.image {
  z-index: 99;
  width: 170px;
}

.navigation-container {
  position: relative;
  z-index: 99;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 12px;
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-link:hover {
  text-decoration: none;
}

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

.nav-link.text-white {
  color: #fff;
}

.nav-link.text-white.w--current {
  color: #2c8a44;
}

.nav-link.text-white {
  color: #fff;
}

.nav-link.text-white.w--current {
  color: #57a773;
}

.container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container.bg-white {
  background-color: #fff;
}

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

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.18);
  background-color: transparent;
}

.nav-functions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu-wrapper-2.nav-custom {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-menu-wrapper-2.nav-custom.engl-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-links.nav-links-1 {
  margin-left: 36px;
}

.nav-links.nav-links-1.bt {
  text-decoration: none;
}

.nav-menu-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  padding: 15px 34px;
  border-style: solid;
  border-width: 2px;
  border-color: #2a4d33;
  border-radius: 999999999999999px;
  background-color: #2a4d33;
  box-shadow: inset 0 0 100px 100px transparent;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  border-style: solid;
  border-color: #2a4d33;
  background-color: #2a4d33;
  box-shadow: none;
  text-decoration: none;
}

.button.bg-white {
  border-color: #fff;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease;
  color: #222525;
}

.button.bg-white:hover {
  border-color: #ecebea;
  background-color: #ecebea;
}

.button.button-row-last {
  margin-left: 12px;
}

.navbar-topo {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 998;
}

.navbar-topo.navbar-header {
  border-bottom: 1px solid hsla(0, 0%, 52.7%, 0.16);
  box-shadow: 1px 1px 3px -2px rgba(0, 0, 0, 0.5);
}

.menu-button {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block {
  font-size: 18px;
  line-height: 18px;
}

.text-block.text-white {
  color: #fff;
}

.customer-info {
  max-width: 540px;
  margin: 20px auto;
  color: #ceb74c;
  font-size: 17px;
  line-height: 26px;
}

.button-2 {
  position: relative;
  padding: 10px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #061d84;
  border-radius: 5px;
  background-color: #061d84;
  box-shadow: inset 0 0 100px 100px transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.button-2:hover {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.button-2.button-row-last {
  margin-left: 12px;
  padding: 15px 34px;
  border-style: solid;
  border-color: #fff;
  border-radius: 999999999999999px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  cursor: pointer;
}

.button-2.button-row-last:hover {
  border-color: #ceb74c;
  background-color: #ceb74c;
}

.heading {
  margin-bottom: 20px;
  color: #1f1f1f;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: -3px;
}

.heading.text-white {
  margin-bottom: 24px;
  color: #fff;
  font-size: 56px;
  letter-spacing: 0px;
  text-indent: 0px;
}

.section {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #f8f6f4;
}

.section.banner-principal {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/bg-home.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/bg-home.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-size: 16px;
}

.section.bg-gray-4 {
  background-color: #f8f6f4;
}

.section.bg-gray-4.section-n-top {
  padding-top: 0px;
}

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

.section.section-beneficios.bg-white {
  background-color: #fff;
}

.section.image-bg-section {
  padding-top: 20vh;
  padding-bottom: 20vh;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/5f204f8a7a4d755f3697d431_image-banner-cta-farm-template.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/5f204f8a7a4d755f3697d431_image-banner-cta-farm-template.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  color: #fff;
}

.section.image-bg-section.cta-banner {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0.71))), url('../images/IMG_1394-2.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.71)), url('../images/IMG_1394-2.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.image-bg-section.cta-banner.cta-banner-alt {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/IMG_1394-2.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/IMG_1394-2.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.section-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.section-small.bg-white {
  background-color: #fff;
}

.section.section-small.bg-white.footer-small {
  padding-bottom: 0px;
}

.section.section-npt {
  overflow: visible;
}

.section.bg-green {
  background-color: #2a4d33;
}

.section.section-npb {
  padding-bottom: 0px;
}

.section.section-archive {
  padding-bottom: 49px;
}

.section.section-archive.section-npt {
  padding-bottom: 96px;
}

.section.bg-verde {
  background-color: #2a4d33;
}

.section.bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Ativo-62x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Ativo-62x.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.section.ocultar {
  display: none;
}

.section.bg-image {
  height: 500px;
  background-image: url('../images/Untitled-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.section-banner {
  height: 500px;
  background-image: url('../images/IMG_1247.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.section.bg-white {
  background-color: #fff;
}

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

.header-sub {
  max-width: 540px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #666;
  font-size: 21px;
  line-height: 36px;
}

.header-sub.text-white {
  color: hsla(0, 0%, 100%, 0.81);
}

.header-sub.text-white.paragraph-banner {
  max-width: 712px;
  margin-bottom: 48px;
  color: #fff;
  line-height: 30px;
}

.button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-content-top {
  margin-bottom: 22px;
  color: #ceb74c;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.header-content-top.new {
  margin-bottom: 0px;
  font-size: 26px;
}

.header-content {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.row-split-content {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  -ms-grid-columns: 0.75fr 0.25fr;
  grid-template-columns: 0.75fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.row.row-split-content.direction-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  direction: rtl;
}

.row.row-split-content.direction-reverse.top {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 48px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.row.row-split-content._2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.row-split-content._2._3 {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -ms-grid-columns: 0.75fr 0.25fr 1fr;
  grid-template-columns: 0.75fr 0.25fr 1fr;
}

.row.row-split-content._2._3.grid-3 {
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.row.row-no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row.row-no-wrap.row-align-center {
  text-align: center;
}

.row.products-row {
  margin-top: 30px;
}

.row.products-row.home {
  display: none;
}

.row.no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row.no-wrap.row-justify-center {
  padding-bottom: 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.row.no-wrap.row-justify-center.row-cta {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.row.row-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.footer-list-card {
  padding-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.row-texts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.row.row-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1px;
}

.icon-list-item.align-center {
  padding-bottom: 0px;
  border: 1px none #000;
}

.icon-list-item.calendario-item {
  margin-top: 18px;
  margin-left: 15px;
}

.icon-list-item.calendario-item.first {
  margin-left: 0px;
}

.margin-top {
  margin-top: 36px;
}

.image-duo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 501px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subheading {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
}

.subheading.text-primary-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2a4d33;
  line-height: 45px;
}

.subheading.text-primary-1.text-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.subheading.text-primary-1.certifications {
  padding-top: 40px;
  padding-right: 60px;
  padding-left: 60px;
  color: #fff;
}

.subheading.text-primary-1.certifications-title {
  color: #fff;
  font-size: 22px;
}

.subheading.text-primary-1.new {
  color: #2a4d33;
  line-height: 24px;
}

.subheading.text-primary-1 {
  color: #2a4d33;
  line-height: 45px;
}

.subheading.text-primary-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #57a773;
  line-height: 45px;
}

.subheading.text-primary-1.text-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.large-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2a4d33;
  font-size: 45px;
  line-height: 1.1em;
}

.large-heading.cta-text {
  color: #fff;
  font-size: 32px;
}

.large-heading.cta-text.color {
  color: #f8f6f4;
  font-size: 35px;
}

.large-heading.yellow {
  color: #ceb74c;
}

.large-heading.white {
  color: #fff;
}

.collage-image {
  max-width: 264px;
  border-radius: 12px;
}

.collage-image.collage-image-b {
  position: relative;
  left: -10px;
  top: -24px;
  max-width: 370px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.collage-image.collage-image-a {
  max-width: 380px;
  min-width: 500px;
}

.collage-image.collage-image-a.big {
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.collage-image.collage-image-a.big.a {
  max-height: 450px;
}

.collage-image.collage-image-a.big.b {
  max-width: 319px;
  min-width: 600px;
}

.list.calendario-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-width-medium {
  width: 100%;
  max-width: 506px;
  direction: ltr;
}

.content-width-medium._100 {
  max-width: none;
}

.no-bottom-space {
  margin-bottom: 0px;
  font-size: 19px;
}

.no-bottom-space.text-about-us {
  color: #464e4e;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.no-bottom-space.text-about-us.medium {
  margin-top: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #2a4d33;
  font-size: 20px;
  line-height: 25px;
}

.no-bottom-space.text-about-us.medium.white {
  color: #fff;
}

.no-bottom-space.text-about-us.medium.justify {
  text-align: justify;
}

.no-bottom-space.text-space-left {
  display: block;
}

.no-bottom-space.text-about-us {
  color: #464e4e;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #ecebea;
  border-radius: 6px;
  background-color: #fff;
}

.card:hover {
  text-decoration: none;
}

.card.no-border {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: box-shadow 200ms cubic-bezier(.645, .045, .355, 1);
  transition: box-shadow 200ms cubic-bezier(.645, .045, .355, 1);
}

.card.no-border:hover {
  box-shadow: 5px 5px 0 0 #2a4d33;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.card.no-border {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.card.no-border {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: box-shadow 200ms cubic-bezier(.645, .045, .355, 1);
  transition: box-shadow 200ms cubic-bezier(.645, .045, .355, 1);
}

.card.no-border:hover {
  box-shadow: 5px 5px 0 0 #57a773;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.card.no-border.empacotamento {
  background-color: transparent;
  -webkit-transition-property: none;
  transition-property: none;
}

.card.no-border.empacotamento:hover {
  box-shadow: none;
}

.product-item.text-space-left {
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.product-item.text-space-left.certificado {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.product-item.text-space-left.text-center {
  margin-left: 0px;
  text-align: center;
}

.product-item.subcategory {
  margin-top: 5px;
  font-size: 12px;
}

.product-item.subcategory.text-space-left {
  padding: 2px 10px;
  border-radius: 20px;
  background-color: #2a4d33;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.product-item.subcategory.text-space-left.empacotamento-subtext {
  padding-left: 0px;
  background-color: transparent;
  color: #919191;
  text-transform: none;
}

.product-item.subcategory.text-space-left {
  padding: 2px 10px;
  border-radius: 20px;
  background-color: #57a773;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.card-body {
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-body.card-produtos {
  display: -ms-grid;
  display: grid;
  padding-top: 40px;
  padding-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.card-body.card-produtos.card-empacotamento {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-body.card-produtos.card-certificados {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-body.card-beneficios {
  display: -ms-grid;
  display: grid;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 23px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.card-body.card-footer {
  padding: 0px 24px;
  border-right: 2px solid rgba(0, 0, 0, 0.05);
}

.card-body.card-footer.card-footer-last {
  border-right-style: none;
}

.card-body.card-footer.first-child {
  padding-left: 0px;
}

.icon-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ecf9f4;
}

.icon-circle.icon-circle-big {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #278060;
}

.icon-circle.circle-calendario {
  width: 15px;
  height: 14px;
  border-radius: 50%;
  background-color: #2a4d33;
}

.icon-circle.circle-calendario.unavailable {
  background-color: #a6ceb3;
}

.icon-circle.icon-circle-empacotamento {
  background-color: #fff;
}

.grid-rows {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-rows.grid-rows-compact {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-rows.grid-rows-compact.grid-empacotamento {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

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

.grid-rows.grid-rows-compact.grid-certificados._2 {
  max-width: 950px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.content-width-small {
  width: 400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  direction: ltr;
}

.content-width-small.card-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-width-small.expandable-tabs-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 2px solid #ecebea;
}

.content-width-large {
  width: 100%;
  max-width: 612px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  direction: ltr;
}

.content-width-large.beneficios-column {
  max-width: 100%;
  background-color: #339b76;
  background-image: url('../images/Ativo-42x.png');
  background-position: 50% 50%;
  background-size: cover;
}

.content-width-large.tabs-row-content {
  margin-right: 24px;
  margin-left: 24px;
  background-color: #ecebea;
}

.beneficios-title {
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.grid-beneficios {
  display: -ms-grid;
  display: grid;
  padding: 20px 40px 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.number-item {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}

.text-caps {
  margin-right: -0.25em;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.video-lightbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-lightbox-button-wrapper {
  position: absolute;
}

.button-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.button-circle:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.button-circle.button-circle-large {
  width: 120px;
  height: 120px;
}

.button-circle.button-circle-large.bg-primary-1:hover {
  text-decoration: none;
}

.button-circle.button-small {
  width: 36px;
  height: 36px;
}

.button-circle.button-small.bg-white {
  background-color: #2a4d33;
}

.button-circle.button-small.bg-white.icone {
  display: none;
}

.button-circle.button-small.bg-white {
  background-color: #57a773;
}

.handwriting {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.03em;
}

.handwriting.text-primary-1.hidden-on-mobile {
  display: none;
  font-family: Caveat, sans-serif;
}

.text-large {
  font-size: 18px;
  line-height: 28px;
}

.text-large.footer-text {
  max-width: 294px;
  margin-bottom: 20px;
  color: rgba(61, 61, 61, 0.64);
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}

.text-large.text-2 {
  color: hsla(0, 0%, 100%, 0.84);
}

.cta-row-heading {
  max-width: 660px;
  margin-bottom: 0px;
}

.row-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-space-left {
  margin-left: 11px;
  font-weight: 400;
}

.grid-halves {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

.avatar.avatar-small {
  width: 48px;
  height: 48px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.text-small.text-muted {
  color: #8d8d8d;
}

.card-head {
  padding: 16px 24px;
  border-bottom: 1px solid #ecebea;
}

.card-head.no-border {
  padding-bottom: 0px;
  border: 1px none #000;
}

.empty-state {
  padding: 24px;
  border-radius: 6px;
  background-color: #ecebea;
  text-align: center;
}

.grid-thirds {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-thirds.text-white {
  color: #fff;
}

.section-title-wide {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  text-align: center;
}

.footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hover-link {
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #222525;
  font-size: 15px;
  text-decoration: none;
}

.hover-link:hover {
  opacity: 1;
  text-decoration: none;
}

.link-list {
  display: -ms-grid;
  display: grid;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer {
  padding-top: 0px;
  padding-bottom: 48px;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 96px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h6-small {
  font-size: 16px;
  line-height: 24px;
}

.horizontal-rule {
  width: 100%;
  height: 1px;
}

.horizontal-rule.bg-white {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.footer-logo {
  margin-bottom: 24px;
}

.footer-logo.w--current {
  margin-bottom: 24px;
}

.footer-menu-column {
  margin-left: 60px;
}

.social-icons-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4px;
  margin-left: -4px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-fields {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 6px 1fr 6px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg-primary-3 {
  background-color: #001e42;
  color: #fff;
}

.social-icon {
  width: 16px;
  height: 16px;
}

.list-item {
  margin-right: 4px;
  margin-left: 4px;
}

.list-item.list-item-text {
  margin: 0px 0px 0px 11px;
  color: #464e4e;
  font-size: 16px;
  font-weight: 700;
}

.list-item.list-item-text {
  margin: 0px 0px 0px 11px;
  font-family: 'DM Sans', sans-serif;
  color: #464e4e;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.footer-lower-row {
  font-size: 14px;
  line-height: 20px;
}

.button-default-2 {
  padding: 12px 35px;
  border-radius: 6px;
  background-color: #ff434a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
}

.button-default-2:hover {
  background-color: #002763;
}

.blog-placeholder-image-02 {
  width: 100%;
  min-height: 220px;
  border-radius: 14px;
  background-image: url('../images/IMG_1261.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-placeholder-image-03 {
  width: 100%;
  min-height: 220px;
  border-radius: 14px;
  background-image: url('../images/IMG_1411.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.column {
  width: 33%;
  padding: 10px;
}

.blog-content {
  margin-bottom: 0px;
}

.category-title {
  font-family: 'Red Hat Display', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #2e3642;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.paragraph-3 {
  max-width: 490px;
  color: #a5a5a5;
  font-size: 17px;
  line-height: 1.3;
  font-style: normal;
}

.blog-article-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.blog-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 140px;
  padding-top: 15px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-placeholder-image {
  width: 100%;
  min-height: 220px;
  border-radius: 14px;
  background-image: url('../images/IMG_1079-2.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.category-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 5px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #2a4d33;
}

.blog-card {
  overflow: hidden;
  width: 100%;
  margin-right: 0px;
  padding: 15px 16px 35px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.blog-card:hover {
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.12);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.text-block-2 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 17px;
}

.text-block-3 {
  font-size: 18px;
}

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

.grid-column.align-center {
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-column.align-center.text-center {
  justify-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-column.months {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-column._2 {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px none #ceb74c;
  border-left: 1px none #ceb74c;
}

.grid-column._2._3 {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
}

.footer-heading {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-subtext {
  font-family: 'Red Hat Display', sans-serif;
  color: rgba(61, 61, 61, 0.64);
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}

.expandable-heading {
  margin-bottom: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
}

.expandable-heading:hover {
  color: #c9d935;
}

.expandable-heading.h6-small {
  margin-bottom: 0px;
}

.expandable-text {
  margin-top: 8px;
  font-family: 'Red Hat Display', sans-serif;
  color: #464e4e;
}

.section-2 {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-2.bg-gray-4 {
  background-color: #f8f6f4;
  font-family: 'DM Sans', sans-serif;
}

.section-2.bg-primary-3 {
  background-color: #002763;
}

.section-2.bg-green {
  background-color: #4f9b6a;
}

.section-2.bg-green.text-white {
  color: #fff;
}

.section-2.bg-green.bg {
  background-color: #2a4d33;
}

.section-2.image-bg-section {
  padding-top: 20vh;
  padding-bottom: 20vh;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/5f204f8a7a4d755f3697d431_image-banner-cta-farm-template.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/5f204f8a7a4d755f3697d431_image-banner-cta-farm-template.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  color: #fff;
}

.section-2.section-4 {
  padding-top: 10px;
}

.tabs-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subheading-2 {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.subheading-2.text-primary-1 {
  line-height: 45px;
}

.large-heading-2 {
  margin-bottom: 24px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 54px;
  line-height: 1;
}

.expandable.expandable-card {
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, border-color 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
}

.expandable.expandable-card:hover {
  -webkit-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
  text-decoration: none;
}

.expandable.expandable-card.w--current {
  padding-top: 24px;
  padding-bottom: 24px;
  border-color: #ecebea;
  background-color: #fff;
}

.expandable.expandable-card.w--current:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.expandable.expandable-tab-vertical {
  right: 2px;
  padding: 12px 0px 12px 16px;
  border-left: 2px solid transparent;
  background-color: transparent;
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease, border-color 200ms ease;
  transition: opacity 200ms ease, border-color 200ms ease;
}

.expandable.expandable-tab-vertical:hover {
  opacity: 1;
  text-decoration: none;
}

.expandable.expandable-tab-vertical.w--current {
  border-left-color: #c9d935;
  opacity: 1;
}

.vertical-tabs-row {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.certifications {
  margin-right: 60px;
  margin-left: 60px;
  padding-top: 40px;
  color: #fff;
}

.image-2 {
  min-width: 0px;
}

.image-3 {
  border-radius: 8px;
}

.text-block-4 {
  font-family: 'Red Hat Display', sans-serif;
  color: #919191;
  text-align: center;
}

.text-block-4.text-block-5 {
  font-size: 18px;
  font-weight: 400;
}

.text-block-4.text-block-5.center {
  text-align: center;
}

.bold-text-2 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.heading-7 {
  color: #fff;
}

.text-large-2 {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.text-large-2.medium-content {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.medium-heading {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 42px;
}

.medium-heading.text-white {
  color: #fff;
}

.icon-large {
  width: 96px;
  margin-bottom: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon-large.image-melon {
  width: 215px;
  border-style: solid;
  border-width: 0px 0px 5px 5px;
  border-color: #000 #000 #2a4d33 #2a4d33;
  border-radius: 13%;
}

.restricted-grid-item {
  padding-right: 36px;
  padding-left: 36px;
}

.restricted-grid-item.border-sides-white {
  border-right: 2px solid hsla(0, 0%, 100%, 0.5);
  border-left: 2px solid hsla(0, 0%, 100%, 0.5);
}

.centered-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  text-align: center;
}

.section-title-wide-2 {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 72px;
  margin-left: auto;
  text-align: center;
}

.lightbox-image {
  position: relative;
  box-shadow: 0 4px 6px 0 transparent;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.lightbox-image:hover {
  z-index: 2;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.handwriting-2 {
  font-family: Caveat, sans-serif;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.03em;
}

.handwriting-2.rotate {
  -webkit-transform: translate(0px, -16px) rotate(-15deg);
  -ms-transform: translate(0px, -16px) rotate(-15deg);
  transform: translate(0px, -16px) rotate(-15deg);
  white-space: nowrap;
}

.handwriting-contents {
  position: absolute;
  top: -4px;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.large-heading-3 {
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 1;
}

.grid-quarters {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-quarters.none {
  display: none;
}

.handwriting-arrow {
  margin-top: 6px;
}

.handwriting-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-title {
  max-width: 612px;
  margin-right: auto;
  margin-bottom: 72px;
  margin-left: auto;
  text-align: center;
}

.custom-video {
  width: 50px;
}

.image-gallery {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-background {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.image-background.bg-image-1 {
  background-image: url('../images/hero-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.8;
}

.section-subtitle {
  width: 100%;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}

.button-3 {
  padding: 15px 34px;
  border: 2px solid #57a773;
  border-radius: 999999999999999px;
  background-color: #57a773;
  box-shadow: inset 0 0 100px 100px transparent;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.button-3:hover {
  border-style: solid;
  border-color: #57a773;
  background-color: #57a773;
  box-shadow: none;
  text-decoration: none;
}

.section-3 {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #f8f6f4;
}

.section-3.image-bg-section {
  padding-top: 20vh;
  padding-bottom: 20vh;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/5f204f8a7a4d755f3697d431_image-banner-cta-farm-template.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/5f204f8a7a4d755f3697d431_image-banner-cta-farm-template.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  color: #fff;
}

.section-3.image-bg-section.cta-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0.71))), url('../images/IMG_1394-2.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.71)), url('../images/IMG_1394-2.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-3.bg-green {
  background-color: #57a773;
}

.section-3.section-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-3.section-small.bg-white {
  background-color: #fff;
}

.section-3.section-small.bg-white.footer-small {
  padding-bottom: 0px;
}

.section-3.section-npt {
  padding-top: 0px;
}

.mes {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  border-radius: 11px;
  background-color: #2a4d33;
  color: #fff;
  font-size: 0px;
  line-height: 0px;
}

.mes.unavailable {
  background-color: rgba(87, 167, 115, 0.51);
}

.mes-title {
  font-size: 14px;
  line-height: 10px;
  text-transform: uppercase;
}

.flex-meses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-3 {
  width: 27px;
  height: 27px;
}

.caracteristica-subtext {
  font-weight: 500;
}

.image-4 {
  display: block;
  max-width: 50px;
}

.image-4.certificado {
  max-width: 100%;
}

.image-4.certificado.nature {
  max-width: 148px;
  min-width: auto;
}

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

.paragraph-4 {
  margin-top: 40px;
  font-size: 17px;
  text-align: center;
}

.image-5 {
  min-width: 600px;
}

.text-span {
  color: #122423;
  font-weight: 700;
}

.text-block-6 {
  color: #fff;
}

.text-block-6.mt {
  margin-top: 50px;
}

.text-span-2 {
  font-weight: 700;
}

.text-span-3 {
  color: #2a4d33;
  font-weight: 700;
}

.text-span-4 {
  color: #2a4d33;
  font-weight: 700;
}

.div-block-5 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-7 {
  font-size: 19px;
  line-height: 26px;
  text-align: right;
}

.text-block-7.color-white {
  color: #fff;
}

.heading-8 {
  font-size: 42px;
  line-height: 34px;
  text-align: left;
}

.heading-8.color-white {
  color: #fff;
  line-height: 39px;
}

.card-ino {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  margin-right: auto;
  margin-bottom: 65px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #2a4d33;
  border-radius: 70px;
}

.heading-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #ceb74c;
  color: #fff;
  font-size: 22px;
}

.text-block-8 {
  margin-top: 30px;
  color: #2a4d33;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.div-block-7 {
  padding: 0px 20px 30px;
}

.section-info {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-top: -50px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: #fff;
  box-shadow: 6px 6px 10px -2px #e6e6e6;
}

.heading-10 {
  font-family: 'DM Sans', sans-serif;
  color: #2a4d33;
  font-size: 40px;
  text-align: center;
}

.text-span-5 {
  font-weight: 700;
}

.flex-photos {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-galery {
  width: 100%;
  height: 100%;
  min-height: 300px;
  min-width: 300px;
}

.image-7 {
  width: 100%;
  height: 100%;
  min-height: 300px;
  min-width: 300px;
}

.image-8 {
  width: 100%;
  height: 100%;
  min-height: 300px;
  min-width: 300px;
}

.block-fildset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #396143;
  border-radius: 60px;
}

.block-fildset.color-white {
  margin-top: 60px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.heading-11 {
  width: 350px;
  font-size: 27px;
  font-weight: 400;
  text-align: center;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -45px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2a4d33;
}

.heading-12 {
  font-family: 'DM Sans', sans-serif;
}

.block-states {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #35583e;
}

.div-block-9 {
  display: -ms-grid;
  display: grid;
  width: 700px;
  margin-top: 20px;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 0.5fr auto;
  grid-template-rows: 0.5fr auto;
}

.text-block-9 {
  font-size: 17px;
  font-weight: 700;
}

.text-block-9.btn {
  color: #000;
  text-decoration: none;
}

.nav-menu {
  display: none;
}

.image-9 {
  width: 1080px;
}

.image-10 {
  width: 132px;
}

.image-10.img-produto {
  border-radius: 100%;
}

.image-10.img-produto.icone-img {
  margin-left: -20px;
}

.image-11 {
  width: 1080px;
}

.image-12 {
  width: 132px;
  border-radius: 100%;
}

.image-12.icone-img {
  margin-left: -20px;
}

.image-12.image-13 {
  width: 225px;
  border-bottom: 5px solid #2a4d33;
  border-left: 5px solid #2a4d33;
  border-radius: 8%;
}

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

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.image-14 {
  width: 60%;
  border-radius: 100%;
}

.icon-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-language.w--current {
  width: 35px;
  height: 35px;
}

.image-15 {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11.mobile {
  display: none;
}

@media screen and (min-width: 1920px) {
  .section.section-beneficios {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.image-bg-section.cta-banner {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/5f204f8a7a4d755f3697d431_image-banner-cta-farm-template.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/5f204f8a7a4d755f3697d431_image-banner-cta-farm-template.jpg');
    background-size: auto, cover;
  }

  .row.row-split-content.direction-reverse {
    max-width: 1248px;
  }

  .section-3.image-bg-section.cta-banner {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/5f204f8a7a4d755f3697d431_image-banner-cta-farm-template.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/5f204f8a7a4d755f3697d431_image-banner-cta-farm-template.jpg');
    background-size: auto, cover;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0px;
  }

  .navbar {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .nav-menu-wrapper-2 {
    padding: 16px;
    border: 1px solid #ecebea;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-menu-wrapper-2.nav-custom.none-mobile {
    display: none;
  }

  .nav-menu-wrapper-2.nav-custom.engl-btn.none {
    display: none;
  }

  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-links.nav-links-1 {
    margin-left: 0px;
  }

  .menu-cross-icon {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .nav-menu-button-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-button {
    margin-left: 12px;
    padding: 0px;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .heading {
    font-size: 56px;
    line-height: 62px;
  }

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

  .section.section-banner.section-banner-mob {
    height: 460px;
  }

  .header-content-top.new {
    text-align: center;
  }

  .row.row-split-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .row.row-split-content.direction-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    direction: ltr;
  }

  .row.row-split-content.direction-reverse.row-2 {
    padding-top: 60px;
  }

  .row.row-no-wrap.row-align-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row.no-wrap.row-justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row.row-texts {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .margin-top {
    margin-top: 24px;
  }

  .image-duo {
    position: relative;
    max-width: 700px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .large-heading {
    text-align: center;
  }

  .large-heading.title-left {
    text-align: left;
  }

  .collage-image.collage-image-b {
    left: -7px;
    top: -187px;
  }

  .collage-image.collage-image-a {
    left: -117px;
    top: 36px;
    max-width: 336px;
    min-width: 0px;
  }

  .collage-image.collage-image-a.big.b {
    max-width: 650px;
  }

  .content-width-medium {
    max-width: 650px;
  }

  .no-bottom-space.text-about-us.medium {
    text-align: center;
  }

  .product-item.text-space-left {
    text-align: center;
  }

  .product-item.subcategory.text-space-left {
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }

  .product-item.subcategory.text-space-left {
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }

  .icon-circle {
    margin-bottom: 20px;
  }

  .grid-rows.grid-rows-compact {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
  }

  .grid-rows.grid-rows-compact.grid-certificados {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-rows.grid-rows-compact.grid-certificados._2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .content-width-small {
    width: 600px;
  }

  .content-width-small.column-beneficios-text {
    width: 600px;
  }

  .content-width-large {
    margin-right: 0px;
    margin-left: 0px;
  }

  .content-width-large.beneficios-column {
    max-width: 100%;
    min-height: 400px;
  }

  .content-width-large.tabs-row-content {
    margin-top: 48px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .cta-row-heading {
    margin-bottom: 24px;
  }

  .row-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .avatar {
    width: 72px;
    height: 72px;
  }

  .grid-thirds {
    max-width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .section-title-wide {
    max-width: 550px;
    margin-bottom: 60px;
  }

  .footer-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer {
    padding-top: 72px;
  }

  .footer-row {
    margin-bottom: 72px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .horizontal-rule {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .footer-menu-column {
    margin-right: 24px;
    margin-left: 24px;
  }

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

  .footer-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-lower-row {
    text-align: center;
  }

  .column {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .paragraph-3 {
    max-width: none;
  }

  .blog-article-wrap {
    display: -ms-grid;
    display: grid;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .blog-content-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }

  .blog-card {
    padding: 20px 5px 35px;
  }

  .grid-column._2 {
    padding-bottom: 0px;
  }

  .section-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .tabs-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .vertical-tabs-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block {
    text-align: center;
  }

  .restricted-grid-item.border-sides-white {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section-title-wide-2 {
    margin-bottom: 60px;
  }

  .handwriting-contents.hidden-on-mobile {
    top: 10px;
  }

  .large-heading-3 {
    padding-bottom: 20px;
  }

  .handwriting-arrow {
    right: 107px;
    margin-top: 0px;
  }

  .section-title {
    margin-bottom: 60px;
  }

  .section-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block-4 {
    text-align: center;
  }

  .image-5 {
    width: 100%;
  }

  .menu-button-2 {
    display: block;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    width: 100%;
    margin-top: 85px;
    background-color: #fff;
  }

  .image-10.img-produto {
    width: 96px;
  }

  .div-block-10 {
    padding-top: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-14 {
    width: 152px;
  }
}

@media screen and (max-width: 767px) {
  .nav-functions {
    display: none;
  }

  .section.section-banner.section-banner-mob {
    height: 380px;
  }

  .row.row-split-content {
    grid-row-gap: 36px;
  }

  .icon-list-item {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .image-duo {
    height: 450px;
  }

  .large-heading {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 42px;
    text-align: center;
  }

  .collage-image.collage-image-b {
    top: -60px;
  }

  .collage-image.collage-image-a {
    left: -80px;
  }

  .collage-image.collage-image-a.big.b {
    min-width: 100%;
  }

  .content-width-medium {
    width: 100%;
  }

  .card-body {
    padding: 16px;
  }

  .card-body.card-footer {
    border: 1px none #000;
  }

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

  .content-width-small {
    width: 100%;
    max-width: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content-width-small.column-beneficios-text {
    width: 100%;
  }

  .content-width-small.column-beneficios-text.colum-ben-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .content-width-large {
    margin-right: 0px;
    margin-left: 0px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .content-width-large.tabs-row-content {
    margin-top: 36px;
  }

  .button-circle.button-circle-large {
    width: 96px;
    height: 96px;
  }

  .handwriting {
    font-size: 28px;
    line-height: 32px;
  }

  .grid-halves {
    grid-column-gap: 12px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .card-head {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .grid-thirds.blog-grid-thirds {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .section-title-wide {
    margin-bottom: 48px;
  }

  .footer-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-row {
    margin-bottom: 48px;
  }

  .footer-menu-column {
    width: 50%;
    margin-right: 0px;
    margin-bottom: 36px;
    margin-left: 0px;
  }

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

  .blog-article-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 35px;
  }

  .grid-column {
    padding-right: 0px;
  }

  .large-heading-2 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 42px;
  }

  .medium-heading {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  .icon-large {
    width: 82px;
  }

  .restricted-grid-item {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .restricted-grid-item.border-sides-white {
    border-right-style: none;
    border-left-style: none;
  }

  .centered-grid-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

  .section-title-wide-2 {
    margin-bottom: 48px;
  }

  .handwriting-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .handwriting-contents.hidden-on-mobile {
    top: 40px;
  }

  .large-heading-3 {
    margin-bottom: 16px;
    padding-bottom: 0px;
    font-size: 40px;
    line-height: 42px;
  }

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

  .section-title {
    margin-bottom: 48px;
  }

  .mes {
    margin-top: 10px;
  }

  .flex-meses {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-5 {
    min-width: 100%;
  }

  .card-ino {
    width: 100%;
  }

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

  .div-block-9 {
    width: 100%;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-10.img-produto {
    width: 101px;
  }

  .div-block-10 {
    padding-top: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-14 {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }

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

  .nav-menu-wrapper-2 {
    padding: 12px;
  }

  .button {
    width: 100%;
  }

  .button.button-row-last {
    margin-top: 12px;
    margin-left: 0px;
  }

  .menu-button {
    overflow: hidden;
  }

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

  .customer-info {
    font-size: 15px;
  }

  .button-2.button-row-last {
    width: 100%;
    margin-top: 12px;
    margin-left: 0px;
  }

  .heading {
    font-size: 42px;
    line-height: 46px;
    text-align: left;
  }

  .heading.text-white {
    font-size: 38px;
    line-height: 42px;
    text-align: center;
  }

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

  .section.section-small {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.section-npt {
    padding-bottom: 0px;
  }

  .section.bg-image.section-mobile {
    height: 320px;
  }

  .section.section-banner.section-banner-mob {
    height: 249px;
  }

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

  .header-sub.text-white {
    text-align: center;
  }

  .header-sub.text-white.paragraph-banner {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }

  .button-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .row.row-split-content {
    -ms-grid-columns: minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr);
  }

  .row.row-no-wrap.row-align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row.no-wrap.row-justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-list-item {
    margin-bottom: 5px;
    padding-bottom: 0px;
  }

  .margin-top {
    margin-top: 16px;
  }

  .subheading {
    margin-bottom: 12px;
  }

  .subheading.text-primary-1 {
    line-height: 25px;
    text-align: center;
  }

  .subheading.text-primary-1 {
    line-height: 25px;
    text-align: center;
  }

  .large-heading {
    margin-bottom: 0px;
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }

  .large-heading.cta-text {
    text-align: center;
  }

  .collage-image.collage-image-b {
    left: 0px;
    top: 0px;
    max-width: 264px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .collage-image.collage-image-a {
    left: 0px;
    top: 0px;
    max-width: 264px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .no-bottom-space.text-about-us {
    line-height: 26px;
    text-align: center;
  }

  .no-bottom-space.text-about-us {
    line-height: 26px;
    text-align: center;
  }

  .product-item.subcategory.text-space-left {
    width: 100%;
    margin-left: 0px;
  }

  .product-item.subcategory.text-space-left {
    width: 100%;
    margin-left: 0px;
  }

  .card-body {
    padding: 12px;
  }

  .card-body.card-produtos {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .card-body.card-beneficios {
    justify-items: center;
  }

  .card-body.card-footer {
    border: 1px none #000;
  }

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

  .grid-rows.grid-rows-compact.grid-empacotamento {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-rows.grid-rows-compact.grid-certificados {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-rows.grid-rows-compact.grid-certificados._2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-width-small {
    width: 100%;
  }

  .content-width-small.column-beneficios-text {
    padding: 10px;
  }

  .content-width-large {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-width-large.tabs-row-content {
    margin-top: 24px;
  }

  .grid-beneficios {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .handwriting.text-primary-1.hidden-on-mobile {
    display: none;
  }

  .text-large {
    font-size: 16px;
    line-height: 24px;
  }

  .grid-halves {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-thirds {
    grid-row-gap: 24px;
  }

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

  .section-title-wide {
    margin-bottom: 36px;
  }

  .footer-right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    padding-top: 48px;
  }

  .footer-row {
    margin-bottom: 24px;
  }

  .footer-menu-column {
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
  }

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

  .blog-card {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-column {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-column.align-center {
    justify-items: center;
  }

  .grid-column._2 {
    padding-top: 0px;
  }

  .section-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .subheading-2 {
    margin-bottom: 12px;
  }

  .image-2 {
    min-width: 26px;
  }

  .text-block-4 {
    line-height: 22px;
    text-align: center;
  }

  .div-block {
    width: 100%;
  }

  .div-block-2 {
    width: 100%;
  }

  .text-large-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .icon-large {
    width: 72px;
  }

  .restricted-grid-item {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .section-title-wide-2 {
    margin-bottom: 36px;
  }

  .handwriting-2.rotate {
    font-size: 24px;
  }

  .handwriting-contents.hidden-on-mobile {
    top: 60px;
  }

  .grid-quarters {
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-title {
    margin-bottom: 36px;
  }

  .button-3 {
    width: 100%;
  }

  .section-3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-3.section-small {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-7.color-white {
    width: 100%;
  }

  .heading-8.color-white {
    width: 100%;
  }

  .text-block-8 {
    font-size: 16px;
    line-height: 24px;
  }

  .section-info {
    width: 100%;
  }

  .heading-10 {
    font-size: 32px;
  }

  .heading-11 {
    width: 100%;
    font-size: 29px;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .div-block-10 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-14 {
    width: 161px;
  }

  .icon-language {
    width: 30px;
    height: 30px;
  }

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

  .div-block-11 {
    display: none;
  }

  .div-block-11.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#w-node-_54139cb7-aa35-710a-dfd0-8fbaa5b4f278-54c424f2 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_54139cb7-aa35-710a-dfd0-8fbaa5b4f27e-54c424f2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_54139cb7-aa35-710a-dfd0-8fbaa5b4f27f-54c424f2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_6db7d6d8-d6b3-8511-5ae6-3bc8a543b186-54c424f2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ef01e194-3dea-6a81-4652-450e2ca0e0db-54c424f2 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7c80cdde-fde0-631b-14c5-414c7228ac13-7228abfe {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7c80cdde-fde0-631b-14c5-414c7228ac28-7228abfe {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_898e8b1c-169d-1db3-3736-21f000589ad6-70519544 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0b512de7-9686-bf72-caf8-6e4fcc97adb0-70519544 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b9dba6fe-134d-3232-5b79-2f5786b33046-70519544 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5e6bf817-365c-8fca-1883-acaf49f283f4-70519544 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bb31c9c3-4193-7b4e-004a-7709576c4c99-70519544 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_89e857fc-13f6-a2a3-fdf3-5cca4455bfbf-70519544 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ab7fcc8a-dacf-9bcc-7c53-7a8e912adc4e-70519544 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9ec4a10c-930c-b8f8-49ce-62ed150a83b9-70519544 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_943965e4-ea77-5b02-f174-0168cac096c2-70519544 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_54139cb7-aa35-710a-dfd0-8fbaa5b4f278-6aac9878 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_54139cb7-aa35-710a-dfd0-8fbaa5b4f27e-6aac9878 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_54139cb7-aa35-710a-dfd0-8fbaa5b4f27f-6aac9878 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_6db7d6d8-d6b3-8511-5ae6-3bc8a543b186-6aac9878 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ef01e194-3dea-6a81-4652-450e2ca0e0db-6aac9878 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5e00074b-818f-57c9-be94-ef4577bf6bb0-77bf6b9b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5e00074b-818f-57c9-be94-ef4577bf6bc4-77bf6b9b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e6e37501-a2ce-e4f2-f23d-b4111a37363d-dc357537 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dda3594e-7a85-4bcf-ad40-629a0cff11d8-dc357537 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c0701e2a-f5e8-5749-2e93-30db882a698c-dc357537 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bb31c9c3-4193-7b4e-004a-7709576c4c99-dc357537 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_76587fd6-5956-a5a7-eee1-bb0722080dd5-dc357537 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3a8d2cec-48c8-da9d-b7b8-032e4fb15cbc-dc357537 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ef263ac4-3467-bf03-1cd6-98e3a99a113d-dc357537 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b721419d-b0ea-624a-4f99-ae8454efc924-dc357537 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_49da03a7-05f9-4330-0856-3a3dfd5d0066-9a1cb194 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_49da03a7-05f9-4330-0856-3a3dfd5d006c-9a1cb194 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f7a81706-74cd-c7e4-0c0c-5414a7be3391-54c424f2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ef01e194-3dea-6a81-4652-450e2ca0e0db-54c424f2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7c80cdde-fde0-631b-14c5-414c7228ac28-7228abfe {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f7a81706-74cd-c7e4-0c0c-5414a7be3391-6aac9878 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ef01e194-3dea-6a81-4652-450e2ca0e0db-6aac9878 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5e00074b-818f-57c9-be94-ef4577bf6bc4-77bf6b9b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

