.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: 'Open Sans', sans-serif;
  color: #333;
  font-size: 45px;
  line-height: 1.2em;
  font-weight: 600;
}

.nav-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.36);
}

.menu-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 2%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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;
  color: #fff;
  cursor: pointer;
}

.menu-button:focus {
  color: #040404;
}

.burger-line {
  width: 40px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #052812;
  color: #052812;
}

.full-screen-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  -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;
  background-color: #fff;
  background-image: url('../images/grass2.jpg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.nav-link {
  margin-top: 10px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #356f41;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
}

.nav-link:hover {
  color: rgba(94, 91, 91, 0.75);
}

.nav-link.w--current {
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.hero {
  position: relative;
  z-index: 4000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #fff;
  background-image: url('../images/field-top.jpg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.logo {
  position: absolute;
  left: 4%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5000;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
}

.section {
  height: 900px;
  padding-top: 0px;
  padding-bottom: 336px;
  background-image: url('../images/s1.jpg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.heading {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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-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;
  text-align: center;
}

.titulo1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25%;
  margin-bottom: 46px;
  padding-top: 73px;
  -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-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;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 5vw;
  font-weight: 400;
  text-align: center;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}

.subtitulo-pre {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25%;
  -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-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;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 3vw;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 0 7px rgba(0, 0, 0, 0.44);
}

.div-block {
  position: absolute;
  width: 400px;
  height: 400px;
  margin-top: 0px;
  margin-left: 5%;
  padding: 21px;
  background-color: rgba(101, 148, 74, 0.76);
}

.image {
  margin-top: 16px;
}

.heading-2 {
  font-family: Bigcaslon, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
}

.paragraph {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
}

.box-titles {
  font-family: Bigcaslon, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
}

.box-blurbs {
  padding-top: 13px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 0.5em;
  line-height: 1.5em;
  font-weight: 400;
}

.plato-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #bce2ff;
  background-color: #d9efff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #589641;
  text-decoration: none;
}

.plato-link-wrapper:hover {
  background-color: #bce2ff;
  color: #052812;
}

.section-copy-wrapper {
  position: relative;
}

.container {
  position: relative;
  width: 85%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.plato-logo-section {
  position: relative;
  left: 27px;
  top: -44px;
}

.nav-panel-content {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.internal-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  text-decoration: none;
}

.internal-link:hover {
  color: #3fb813;
}

.kca-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #bce2ff;
  background-color: #d9efff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #2d98ea;
  text-decoration: none;
}

.kca-link-wrapper:hover {
  background-color: #bce2ff;
  color: #2d98ea;
}

.p3 {
  margin-bottom: 30px;
  color: rgba(28, 81, 9, 0.74);
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.image-2 {
  position: relative;
  top: auto;
  right: auto;
  border-radius: 0px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.4);
}

.blue-highlight {
  color: #1c5009;
}

.internal-link-line {
  display: inline-block;
  width: 30px;
  height: 2px;
  margin-top: -8px;
  margin-left: -30px;
  background-color: #3fb813;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.internal-link-line:hover {
  background-color: #2d98ea;
}

.solution-title {
  margin-bottom: 5px;
  color: #283e69;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.h1_underline {
  position: absolute;
  top: 82px;
  z-index: 4;
  width: 85%;
  height: 4px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(28, 81, 9, 0.74)), to(rgba(138, 165, 248, 0)));
  background-image: linear-gradient(90deg, rgba(28, 81, 9, 0.74), rgba(138, 165, 248, 0));
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.h2 {
  margin-bottom: 15px;
  font-family: Bigcaslon, sans-serif;
  color: #589641;
  font-size: 1.1em;
  line-height: 40px;
  font-style: italic;
  font-weight: 700;
}

.solution-subheading {
  margin-bottom: 30px;
  color: rgba(40, 62, 105, 0.7);
  font-size: 18px;
  font-weight: 400;
}

.products {
  position: static;
  left: 0%;
  top: 70px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 230px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 6px 6px 15px 0 rgba(0, 0, 0, 0.35);
}

.p2 {
  margin-bottom: 40px;
  color: rgba(28, 81, 9, 0.74);
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.text-block-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.h1_section {
  position: relative;
  z-index: 5;
  margin-bottom: 15px;
  font-family: Bigcaslon, sans-serif;
  color: #589641;
  font-size: 1.3em;
  line-height: 64px;
  font-style: italic;
  font-weight: 900;
}

.link-block-2 {
  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;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #2d98ea;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #d9efff;
  text-decoration: none;
}

.link-block-2:hover {
  background-color: #005fa7;
  color: #d9efff;
}

.text-image-grid {
  margin-bottom: 80px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 78px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-5 {
  display: inline-block;
  padding: 10px;
}

.paragraph-5:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #3fb813;
  color: #3fb813;
}

.quote-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 115, 37, 0.65)), to(rgba(60, 115, 37, 0.65))), url('../images/grass2.jpg');
  background-image: linear-gradient(180deg, rgba(60, 115, 37, 0.65), rgba(60, 115, 37, 0.65)), url('../images/grass2.jpg');
  background-position: 0px 0px, 100% 59%;
  background-size: auto, cover;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container-2._2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.block-quote {
  z-index: 2;
  width: 1000px;
  border-left: 10px solid #5fcf36;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 3vw;
  line-height: 60px;
  font-style: italic;
  font-weight: 400;
}

.about-section {
  position: relative;
  z-index: 4000;
  padding-top: 58px;
  padding-bottom: 89px;
  background-color: #fff;
}

.bold-text {
  color: rgba(28, 81, 9, 0.74);
}

.footer-top-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}

.link-block-4 {
  position: absolute;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.social-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.f01 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 500px;
  padding: 59px 0% 0px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.77))), url('../images/tractor-1549621_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url('../images/tractor-1549621_1920.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

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

.container-3 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-header {
  margin-bottom: 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}

.f03_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  min-width: 150px;
  padding-right: 28px;
  padding-left: 28px;
  -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: 40px;
  background-color: #589641;
  color: #052812;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.f03_column {
  text-align: center;
}

.social-icon-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.text-link-footer {
  display: block;
  margin-bottom: 15px;
  font-family: Varela, sans-serif;
  color: rgba(255, 255, 255, 0.77);
  font-size: 14px;
  line-height: 9px;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
}

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

.social-icon-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 0px;
  margin-left: 15px;
  padding: 8px;
  -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%;
  background-color: #fff;
}

.text-block-26 {
  display: block;
  color: rgba(217, 239, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
}

.div-block-5 {
  padding-top: 35px;
  line-height: 1.3em;
}

.footer-h1 {
  display: block;
  max-width: 480px;
  margin-top: 5px;
  margin-bottom: 8px;
  font-family: Bigcaslon, sans-serif;
  color: #c6e4bc;
  font-size: 32px;
  line-height: 38px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.kca-link-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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 solid solid none;
  border-width: 1px;
  border-color: #bce2ff;
  background-color: #d9efff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #2d98ea;
  text-decoration: none;
}

.kca-link-wrapper-copy:hover {
  background-color: #bce2ff;
  color: #2d98ea;
}

.nav-panel-content-copy {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.p3-2 {
  margin-bottom: 30px;
  color: rgba(40, 62, 105, 0.7);
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.image-3 {
  position: relative;
  top: auto;
  right: auto;
  border-radius: 10px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.4);
}

.blue-highlight-2 {
  color: #01bbff;
}

.internal-link-line-2 {
  display: inline-block;
  width: 30px;
  height: 2px;
  margin-top: -8px;
  margin-left: -30px;
  background-color: #37d1b5;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.internal-link-line-2:hover {
  background-color: #2d98ea;
}

.h1_underline-2 {
  position: absolute;
  top: 82px;
  z-index: 4;
  width: 85%;
  height: 4px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#01bbff), to(rgba(138, 165, 248, 0)));
  background-image: linear-gradient(90deg, #01bbff, rgba(138, 165, 248, 0));
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.h2-2 {
  margin-bottom: 15px;
  color: #283e69;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.p2-2 {
  margin-bottom: 40px;
  color: rgba(40, 62, 105, 0.7);
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.h1_section-2 {
  position: relative;
  z-index: 5;
  margin-bottom: 15px;
  font-family: Bigcaslon, sans-serif;
  color: #283e69;
  font-size: 60px;
  line-height: 64px;
  font-style: italic;
  font-weight: 900;
}

.section-2 {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 150px;
  padding-bottom: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(176, 207, 167, 0.68)), color-stop(19%, rgba(255, 255, 255, 0.69)), to(hsla(0, 0%, 100%, 0.49))), url('../images/rice-560046.jpg');
  background-image: linear-gradient(180deg, rgba(176, 207, 167, 0.68), rgba(255, 255, 255, 0.69) 19%, hsla(0, 0%, 100%, 0.49)), url('../images/rice-560046.jpg');
  background-position: 0px 0px, 10% 0%;
  background-size: auto, cover;
  text-align: center;
}

.div-block-2 {
  position: relative;
}

.paragraph-6 {
  display: inline-block;
  padding: 10px;
}

.paragraph-6:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #37d1b5;
}

.footer-spacer {
  position: relative;
  min-height: 500px;
}

.columns {
  margin-top: -24px;
  padding-top: 0px;
}

.social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.social-round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 200px;
  background-color: transparent;
}

.social-round:hover {
  background-color: rgba(95, 125, 83, 0.24);
}

.socials {
  margin-right: 7px;
  margin-left: 7px;
}

.text-field {
  margin-bottom: auto;
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: transparent;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 28px;
}

.italic-text {
  font-style: normal;
}

.boton-yellow {
  padding: 17px 38px;
  background-color: #ffc800;
  font-family: 'Varela Round', sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 400;
}

.link-header-2 {
  margin-bottom: 23px;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
}

.text-link-footer-2 {
  display: block;
  margin-bottom: 1px;
  font-family: Varela, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.f03_column_right-2 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-4 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-6 {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.div-block-7 {
  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;
}

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

.f03_column-2 {
  padding-top: 38px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: #31322e;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Varela, sans-serif;
  color: rgba(187, 245, 165, 0.74);
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

.footer-logo-codigo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: right;
}

.bottom-link {
  font-family: Varela, sans-serif;
  color: rgba(187, 245, 165, 0.74);
  font-size: 12px;
  text-decoration: none;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.motto-wrap {
  width: 80%;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  text-align: center;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #589641;
  font-size: 2.5vw;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.heading-jumbo-small.centre {
  text-align: center;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.about-grid {
  margin-bottom: 172px;
  padding-top: 84px;
  padding-bottom: 84px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  margin-bottom: 60px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
}

.paragraph-light {
  margin-right: auto;
  margin-left: auto;
  opacity: 0.6;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 1.2vw;
  line-height: 1.6em;
  font-weight: 300;
  text-align: left;
}

.paragraph-light.long {
  padding-top: 36px;
  padding-bottom: 36px;
}

.container-4 {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.section-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #589641;
  font-size: 1.1em;
  line-height: 45px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

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

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-light {
  opacity: 0.6;
  color: #589641;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #589641;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Varela, sans-serif;
  color: rgba(187, 245, 165, 0.74);
  font-size: 0.4em;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #124927;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.text-block-27 {
  font-size: 1.1em;
}

.div-block-9 {
  padding-right: 30px;
  padding-left: 30px;
}

.top-section {
  height: 500px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff);
}

.top-section.about {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, hsla(0, 0%, 100%, 0.35)), color-stop(86%, #fff)), url('../images/field-1920.jpg');
  background-image: linear-gradient(900deg, hsla(0, 0%, 100%, 0.35) 27%, #fff 86%), url('../images/field-1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.intro-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 333px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  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;
  color: #1c5009;
}

.heading-jumbo {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: 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;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #1c5009;
  font-size: 64px;
  line-height: 80px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.button-2 {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #32343a;
  color: #fff;
}

.button-2:active {
  background-color: #43464d;
}

.button-2.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-2.cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

.button-2.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-2.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 0.6;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -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: #f4f4f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  color: #fff;
}

.intro-header.about {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, transparent), to(#fff)), url('../images/field-1920.jpg');
  background-image: linear-gradient(180deg, transparent 21%, #fff), url('../images/field-1920.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.intro-header.our-products {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, transparent), to(#fff)), url('../images/field-858653_1920.jpg');
  background-image: linear-gradient(180deg, transparent 21%, #fff), url('../images/field-858653_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.intro-header.our-products-plants {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, transparent), to(#fff)), url('../images/salad-800.jpg');
  background-image: linear-gradient(180deg, transparent 21%, #fff), url('../images/salad-800.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.intro-header.our-products-cattle {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, transparent), to(#fff)), url('../images/cattle-800.jpg');
  background-image: linear-gradient(180deg, transparent 21%, #fff), url('../images/cattle-800.jpg');
  background-position: 0px 0px, 50% 88%;
  background-size: auto, cover;
}

.intro-header.our-products-pigs {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, transparent), to(#fff)), url('../images/Pigs_in_the_New_Forest_at_Brockenhurst_Hampshire_Hampshire.jpg');
  background-image: linear-gradient(180deg, transparent 21%, #fff), url('../images/Pigs_in_the_New_Forest_at_Brockenhurst_Hampshire_Hampshire.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.intro-header.our-products-turkey {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, transparent), to(#fff)), url('../images/turkey-72771_640.jpg');
  background-image: linear-gradient(180deg, transparent 21%, #fff), url('../images/turkey-72771_640.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.intro-header.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, transparent), to(#fff)), url('../images/agriculture-900.jpg');
  background-image: linear-gradient(180deg, transparent 21%, #fff), url('../images/agriculture-900.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.intro-header.our-products-prawns {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, transparent), to(#fff)), url('../images/fish-800.jpg');
  background-image: linear-gradient(180deg, transparent 21%, #fff), url('../images/fish-800.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.intro-header.dowload {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, transparent), to(#fff)), url('../images/laboratory-385349_1920.jpg');
  background-image: linear-gradient(180deg, transparent 21%, #fff), url('../images/laboratory-385349_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-4 {
  margin-right: 30px;
  margin-left: 30px;
}

.about-story-wrap {
  width: 80%;
  margin: 80px auto;
  text-align: center;
}

.heading-jumbo-small-2 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.paragraph-light-2 {
  opacity: 0.6;
  font-family: Verdana, Geneva, sans-serif;
}

.heading-jumbo-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.intro-header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -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: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.intro-header-2.cc-subpage {
  height: 480px;
  background-color: #000;
  background-image: none;
  color: #fff;
}

.leaf-icon {
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
}

.quote-section-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 115, 37, 0.65)), to(rgba(60, 115, 37, 0.65))), url('../images/grass2.jpg');
  background-image: linear-gradient(180deg, rgba(60, 115, 37, 0.65), rgba(60, 115, 37, 0.65)), url('../images/grass2.jpg');
  background-position: 0px 0px, 100% 59%;
  background-size: auto, cover;
}

.block-quote-2 {
  z-index: 2;
  width: 1000px;
  border-left: 10px solid #5fcf36;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 3vw;
  line-height: 60px;
  font-style: italic;
  font-weight: 400;
}

.cta-general {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 115, 37, 0.65)), to(rgba(60, 115, 37, 0.65))), url('../images/grass2.jpg');
  background-image: linear-gradient(180deg, rgba(60, 115, 37, 0.65), rgba(60, 115, 37, 0.65)), url('../images/grass2.jpg');
  background-position: 0px 0px, 100% 59%;
  background-size: auto, cover;
}

.div-block-10 {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
}

.f01-2 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: auto;
  padding: 91px 5%;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.77))), url('../images/tractor-1549621_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url('../images/tractor-1549621_1920.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.image-5 {
  margin-right: auto;
  margin-left: auto;
}

.footer-logo-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Varela, sans-serif;
  color: rgba(187, 245, 165, 0.74);
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

.bottom-link-2 {
  font-family: Varela, sans-serif;
  color: rgba(187, 245, 165, 0.74);
  text-decoration: none;
}

.columns-3 {
  margin-top: auto;
  padding-top: 86px;
}

.section-5 {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.86)), to(hsla(0, 0%, 100%, 0.86))), url('../images/rice-560046.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.86), hsla(0, 0%, 100%, 0.86)), url('../images/rice-560046.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-heading-2 {
  margin-bottom: 20px;
}

.section-heading-2.centered {
  text-align: center;
}

.section-subheading.center {
  font-size: 20px;
  text-align: center;
}

.feature-column {
  text-align: center;
}

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

.f-card-subheading {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

.f-card-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: url('../images/mountain-301715_1280.jpg');
  background-position: 0% 50%;
  background-size: 700px;
}

.f-card-img.news1 {
  background-image: url('../images/salad-800.jpg');
  background-size: cover;
}

.f-card-img.news-3 {
  background-image: url('../images/Screen-Shot-2019-10-26-at-12.14.07-am.png');
  background-size: cover;
}

.f-card-img.news2 {
  background-image: url('../images/cow-2132526_1280.jpg');
  background-size: cover;
}

.f-card-img.newspigs {
  background-image: url('../images/pig-800.jpg');
  background-size: cover;
}

.f-card-img.fish {
  background-image: url('../images/fish-800.jpg');
  background-size: cover;
}

.f-card-img.turkey {
  background-image: url('../images/turkey-72771_640.jpg');
  background-size: cover;
}

.projects-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 288px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #adadad;
  box-shadow: 0 7px 17px -5px rgba(30, 28, 40, 0.36);
  color: #fff;
  cursor: pointer;
}

.projects-cont {
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.header2block.m-width {
  max-width: 400px;
}

.projects-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-card-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 0, 0.61)), color-stop(65%, transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.61) 10%, transparent 65%);
}

.header2 {
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: 'Varela Round', sans-serif;
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
}

.f-card-heading {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 24px;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.headingline {
  width: 65px;
  height: 3px;
  background-color: #de4647;
}

.link-project-w30 {
  width: 32%;
  text-decoration: none;
}

.f-card-content {
  position: relative;
  z-index: 10;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 25px;
  -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: 0px;
  background-color: #589641;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Varela, sans-serif;
  color: rgba(187, 245, 165, 0.74);
  font-size: 0.4em;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button-3:active {
  background-color: #43464d;
}

.button-4 {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #589641;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Varela, sans-serif;
  color: rgba(187, 245, 165, 0.74);
  font-size: 0.4em;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button-4:active {
  background-color: #43464d;
}

.call-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 25px;
  clear: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 0px;
  background-color: #589641;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Varela, sans-serif;
  color: rgba(187, 245, 165, 0.74);
  font-size: 0.4em;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.call-button:hover {
  background-color: #124927;
  color: #fff;
}

.call-button:active {
  background-color: #43464d;
}

.section-title {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #2ae6d5;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.container-18 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.section-team {
  position: static;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40vh;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/grass2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/grass2.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.column-3 {
  padding: 20px;
  text-align: center;
}

.column-2 {
  padding: 20px;
  text-align: center;
}

.container-11 {
  margin-bottom: 40px;
}

.title {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: rgba(28, 81, 9, 0.74);
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-3 {
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.heading-3.other {
  color: #fff;
}

.heading-24 {
  font-family: Bigcaslon, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 400;
}

.paragraph-20 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.team-description {
  padding-top: 26px;
  font-family: Exo, sans-serif;
  color: #3c3d3c;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.team-name {
  font-family: Bigcaslon, sans-serif;
  color: rgba(28, 81, 9, 0.74);
  font-style: italic;
  font-weight: 400;
}

.image-6 {
  font-size: 90px;
}

.div-block-11 {
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
}

.profile-pic {
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(28, 81, 9, 0.51);
  border-radius: 200px;
  background-image: url('../images/michael-profile.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.profile-pic-bill {
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(28, 81, 9, 0.51);
  border-radius: 200px;
  background-image: url('../images/ans.jpeg');
  background-position: 50% 0%;
  background-size: cover;
}

.profile-pic-steve {
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(28, 81, 9, 0.51);
  border-radius: 200px;
  background-image: url('../images/Steve-Jobs-action-figure-portrait.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid {
  padding-top: 140px;
  padding-bottom: 140px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2 {
  padding-top: 63px;
  padding-bottom: 63px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3 {
  padding-top: 147px;
  padding-bottom: 147px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4 {
  padding-top: 111px;
  padding-bottom: 111px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-boxes {
  margin-right: auto;
  margin-left: auto;
}

.long-chunks {
  padding: 101px 10%;
}

.bold-text-2 {
  line-height: 45px;
  font-weight: 400;
}

.composition-box {
  display: block;
  margin: 19px 36px;
  padding: 59px 80px;
  background-color: rgba(88, 150, 65, 0.44);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(205, 229, 196, 0.74)), to(rgba(205, 229, 196, 0.74))), url('../images/rice-560046.jpg');
  background-image: linear-gradient(180deg, rgba(205, 229, 196, 0.74), rgba(205, 229, 196, 0.74)), url('../images/rice-560046.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.16);
}

.composition-box.cattle {
  margin-top: -82px;
}

.composition-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #589641;
  font-size: 3vw;
  line-height: 45px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

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

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-left: 65px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-picture-section {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.verdes {
  color: #1c5009;
}

.paragraph-light-3 {
  margin-right: auto;
  margin-left: auto;
  opacity: 0.6;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 1.2vw;
  line-height: 1.6em;
  font-weight: 300;
  text-align: left;
}

.paragraph-light-3.long {
  padding-top: 36px;
  padding-bottom: 36px;
}

.verdes-2 {
  color: #1c5009;
}

.composition-title-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  font-family: Bigcaslon, sans-serif;
  color: #589641;
  font-size: 3vw;
  line-height: 45px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.html-embed {
  width: 100%;
  margin-top: -92px;
  margin-bottom: 61px;
  padding-right: 18px;
  padding-bottom: 3px;
  padding-left: 18px;
  background-color: #fff;
  box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.3);
  font-size: 21px;
  text-align: center;
}

.paragraph-21 {
  font-family: Bigcaslon, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.italic-text-2 {
  font-style: normal;
}

.columns-4 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 104px;
  padding-left: 104px;
}

.column-5 {
  text-align: right;
}

.procducts-titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #589641;
  font-size: 1.1em;
  line-height: 45px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

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

.download-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.93);
}

.container-19 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  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;
}

.div-block-12 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 50%;
  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: 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;
}

.popup-title {
  margin: 7px auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Oswald, sans-serif;
  color: #063b6e;
  text-align: center;
}

.image-17 {
  position: static;
  top: 7px;
  right: 7px;
  z-index: 9000;
  display: block;
  clear: left;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  cursor: pointer;
}

.call-to-action {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vh;
  height: 80vh;
  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: 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;
}

.sign-up-form {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: auto auto 0px;
  padding: 10px 14px 20%;
  float: right;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  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;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.52)), color-stop(65%, hsla(0, 0%, 100%, 0.86))), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.52), hsla(0, 0%, 100%, 0.86) 65%), linear-gradient(180deg, #fff, #fff);
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}

.popup-subtitle {
  margin: 1px auto;
  padding-right: 57px;
  padding-left: 57px;
  font-family: Oswald, sans-serif;
  color: #063b6e;
  font-size: 24px;
  font-weight: 400;
}

.div-block-13 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 122px;
}

.sign-up-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(49, 91, 34, 0.74);
}

.book-tickets {
  margin-top: 13px;
  margin-right: auto;
  margin-left: auto;
  padding: 22px 102px;
  background-color: #063b6e;
  background-image: url('../images/ticket-icon.png');
  background-position: 94% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.image-18 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 15px;
}

.subtitulos {
  font-family: Varela, sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.section-6 {
  padding-bottom: 56px;
}

.products-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #589641;
  font-size: 1.1em;
  line-height: 45px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

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

.before-after {
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 125px;
}

.before-after-image {
  width: 95%;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.46)), color-stop(35%, transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.46) 20%, transparent 35%);
}

.before-after-image._1 {
  background-image: url('../images/nature-800.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.before-after-image._2 {
  background-image: url('../images/salad-800.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.before-after-image.ba1 {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(0, 0, 0, 0.46)), color-stop(0, transparent)), url('../images/before-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.46) 15%, transparent 0), url('../images/before-1.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.before-after-image.ba2 {
  height: 600px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.46)), color-stop(35%, transparent)), url('../images/nature-800.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.46) 20%, transparent 35%), url('../images/nature-800.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.before-after-image.ba-2 {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(0, 0, 0, 0.46)), color-stop(0, transparent)), url('../images/after-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.46) 15%, transparent 0), url('../images/after-1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.before-after-image.ba3 {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(0, 0, 0, 0.46)), color-stop(0, transparent)), url('../images/1578460602411.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.46) 15%, transparent 0), url('../images/1578460602411.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.before-after-image.ba4 {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(0, 0, 0, 0.46)), color-stop(0, transparent)), url('../images/1578463447846.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.46) 15%, transparent 0), url('../images/1578463447846.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.after-image {
  width: 95%;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/nature-800.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.f-card-heading-2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

.f-card-date {
  margin-top: 8px;
}

.f-card-overlay-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 95%;
  height: 400px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.73)), color-stop(38%, transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.73), transparent 38%);
  color: #fff;
}

.new-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 5000;
  width: 90px;
}

.text-block-28 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.modal1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9000;
  display: none;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(3, 22, 10, 0.86);
}

.image-19 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 12px;
  padding-right: 12px;
}

.video-code-holder {
  width: 900px;
  height: 460px;
  background-color: #fff;
}

.div-block-14 {
  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;
}

.play-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100px;
  height: 100px;
  margin-top: 35%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-20 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

@media (max-width: 991px) {
  .hero {
    -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-position: 100% 0%;
    background-size: auto 70%;
  }
  .logo {
    padding-right: 39px;
    padding-left: 39px;
  }
  .titulo1 {
    padding-top: 42px;
    font-size: 7vw;
  }
  .subtitulo-pre {
    font-size: 5vw;
  }
  .image-2 {
    height: auto;
  }
  .quote-section {
    min-height: 30vh;
  }
  .block-quote {
    font-size: 6vw;
  }
  .f01 {
    padding-right: 0%;
    padding-left: 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.77))), url('../images/tractor-1549621_1920.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url('../images/tractor-1549621_1920.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, auto;
  }
  .text-link-footer {
    font-size: 12px;
  }
  .section-2 {
    padding-top: 108px;
    padding-bottom: 108px;
  }
  .text-link-footer-2 {
    font-size: 12px;
  }
  .div-block-6 {
    max-width: 100%;
  }
  .heading-jumbo-small {
    font-size: 6vw;
  }
  .about-grid {
    margin-top: -81px;
    margin-bottom: 80px;
    padding-top: 0px;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .about-grid.cc-about-2 {
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .paragraph-light {
    font-size: 3vw;
    text-align: center;
  }
  .paragraph-light.long {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .container-4 {
    margin-top: -64px;
  }
  .section-heading {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .intro-text {
    width: auto;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .button-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .intro-header.about {
    height: 500px;
  }
  .intro-header.our-products {
    height: 500px;
  }
  .intro-header.our-products-plants {
    height: 500px;
  }
  .intro-header.our-products-cattle {
    height: 500px;
  }
  .intro-header.our-products-pigs {
    height: 500px;
  }
  .intro-header.our-products-turkey {
    height: 500px;
  }
  .intro-header.contact {
    height: 500px;
  }
  .intro-header.our-products-prawns {
    height: 500px;
  }
  .intro-header.dowload {
    height: 500px;
  }
  .heading-jumbo-2 {
    font-size: 56px;
    line-height: 70px;
  }
  .quote-section-2 {
    min-height: 30vh;
  }
  .block-quote-2 {
    font-size: 6vw;
  }
  .cta-general {
    min-height: 30vh;
  }
  .div-block-10 {
    max-width: 100%;
  }
  .f01-2 {
    padding-right: 0%;
    padding-left: 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.77))), url('../images/tractor-1549621_1920.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url('../images/tractor-1549621_1920.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, auto;
  }
  .projects-row {
    width: 95%;
  }
  .button-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .call-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .long-chunks {
    padding-right: 5%;
    padding-left: 5%;
  }
  .bold-text-2 {
    font-size: 2vw;
  }
  .composition-box {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 36px;
    padding-left: 36px;
  }
  .composition-title {
    font-size: 8vw;
  }
  .column-4 {
    padding-top: 142px;
    padding-left: 0px;
  }
  .paragraph-light-3 {
    font-size: 3vw;
  }
  .paragraph-light-3.long {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .composition-title-2 {
    font-size: 8vw;
  }
  .columns-4 {
    padding-right: 13px;
    padding-left: 13px;
  }
  .procducts-titles {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .call-to-action {
    width: 90%;
  }
  .popup-subtitle {
    padding: 0px 38px;
    text-align: center;
  }
  .div-block-13 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sign-up-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .subtitulos {
    font-size: 20px;
  }
  .products-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .before-after-image.ba1 {
    background-position: 0px 0px, 50% 50%;
  }
  .before-after-image.ba-2 {
    background-position: 0px 0px, 50% 50%;
  }
  .before-after-image.ba3 {
    margin-bottom: 33px;
  }
  .new-badge {
    padding-left: 10px;
  }
  .play-trigger {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 40%;
    margin-right: auto;
    margin-bottom: auto;
  }
}

@media (max-width: 767px) {
  .nav-bar {
    height: 60px;
  }
  .menu-button {
    width: 60px;
    height: 60px;
  }
  .hero {
    height: 60vh;
    background-size: 200%;
  }
  .logo {
    margin-top: -6px;
    padding-top: 0px;
    padding-right: 52px;
    padding-left: 52px;
  }
  .titulo1 {
    margin-top: 40%;
    font-size: 9vw;
  }
  .subtitulo-pre {
    margin-top: 40%;
  }
  .h1_section {
    font-size: 1em;
  }
  .text-image-grid {
    width: 100%;
  }
  .footer-top-wrap-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .f01 {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.77))), url('../images/tractor-1549621_1920.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url('../images/tractor-1549621_1920.jpg');
    background-position: 0px 0px, 42% 50%;
    background-size: auto, cover;
  }
  .text-link-footer {
    text-align: center;
  }
  .social-round {
    width: 40px;
    height: 40px;
  }
  .socials.facebook {
    padding-right: 2px;
    padding-left: 2px;
  }
  .socials.twitter {
    padding-right: 5px;
    padding-left: 5px;
  }
  .socials.youtube {
    padding-right: 2px;
    padding-left: 2px;
  }
  .image-4 {
    margin-top: -26px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 20px 33px;
    text-align: center;
  }
  .div-block-7 {
    padding: 44px 40px 0px;
  }
  .f03_column-2 {
    text-align: center;
  }
  .heading-jumbo-small {
    font-size: 6vw;
    line-height: 52px;
  }
  .about-grid {
    margin-top: -76px;
    padding-top: 0px;
  }
  .paragraph-light {
    font-size: 4vw;
  }
  .container-4 {
    margin-top: -65px;
    text-align: center;
  }
  .section-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8em;
    text-align: center;
  }
  .intro-content {
    width: 80%;
  }
  .intro-content.cc-homepage {
    margin-top: 200px;
  }
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .intro-header.about {
    height: 400px;
  }
  .intro-header.our-products {
    height: 400px;
  }
  .intro-header.our-products-plants {
    height: 400px;
  }
  .intro-header.our-products-cattle {
    height: 400px;
  }
  .intro-header.our-products-pigs {
    height: 400px;
  }
  .intro-header.our-products-turkey {
    height: 400px;
  }
  .intro-header.contact {
    height: 400px;
  }
  .intro-header.our-products-prawns {
    height: 400px;
  }
  .intro-header.dowload {
    height: 400px;
  }
  .section-4 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-4.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .heading-jumbo-small-2 {
    font-size: 30px;
    line-height: 52px;
  }
  .heading-jumbo-2 {
    font-size: 50px;
    line-height: 64px;
  }
  .f01-2 {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.77))), url('../images/tractor-1549621_1920.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url('../images/tractor-1549621_1920.jpg');
    background-position: 0px 0px, 42% 50%;
    background-size: auto, cover;
  }
  .header2block.m-width {
    margin-bottom: 40px;
  }
  .projects-row {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-project-w30 {
    width: 100%;
    margin-bottom: 40px;
  }
  .link-project-w30.w--current {
    width: 100%;
    margin-bottom: 40px;
  }
  .section-team {
    padding-right: 32px;
    padding-left: 32px;
  }
  .grid-2 {
    grid-template-areas: "." "Area";
  }
  .bold-text-2 {
    font-size: 3vw;
  }
  .composition-title {
    display: block;
    font-size: 0.8em;
    text-align: center;
  }
  .product-picture-section {
    text-align: center;
  }
  .paragraph-light-3 {
    font-size: 4vw;
  }
  .composition-title-2 {
    display: block;
    font-size: 0.8em;
    text-align: center;
  }
  .html-embed {
    width: 95%;
    margin: -59px auto 27px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .column-5 {
    padding-bottom: 87px;
    text-align: center;
  }
  .column-6 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .procducts-titles {
    display: none;
    font-size: 0.8em;
    text-align: center;
  }
  .popup-title {
    font-size: 25px;
  }
  .call-to-action {
    overflow: auto;
    width: 90%;
    height: 85vh;
    margin-right: auto;
    margin-left: auto;
    padding-top: 27px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sign-up-form {
    overflow: auto;
    width: 100%;
    height: auto;
    padding-bottom: 39px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .popup-subtitle {
    font-size: 20px;
  }
  .sign-up-section {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .book-tickets {
    width: 100%;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 30px;
    text-align: center;
  }
  .products-title {
    display: none;
    font-size: 0.8em;
    text-align: center;
  }
  .play-trigger {
    margin-top: 60%;
  }
}

@media (max-width: 479px) {
  .hero {
    height: 70vh;
  }
  .logo {
    left: -12%;
    margin-top: -5px;
  }
  .titulo1 {
    margin-top: 45%;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12vw;
    line-height: 55px;
  }
  .subtitulo-pre {
    margin-top: 45%;
    font-size: 28px;
  }
  .nav-panel-content {
    grid-auto-flow: column;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .block-quote {
    font-size: 9vw;
  }
  .f03_btn {
    width: 100%;
  }
  .text-link-footer {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 20px;
  }
  .footer-h1 {
    font-size: 22px;
    line-height: 33px;
  }
  .social-round {
    width: 30px;
    height: 30px;
    margin-right: 1px;
    margin-left: 1px;
  }
  .socials.facebook {
    padding-right: 3px;
    padding-left: 3px;
  }
  .boton-yellow {
    padding: 11px 13px;
  }
  .text-link-footer-2 {
    font-size: 12px;
  }
  .column {
    padding-bottom: 36px;
  }
  .image-4 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .div-block-6 {
    padding-top: 0px;
  }
  .f03_column-2 {
    text-align: center;
  }
  .columns-2 {
    -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-align: center;
  }
  .footer-logo {
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    text-align: center;
  }
  .footer-logo-codigo {
    margin-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .bottom-link {
    font-size: 12px;
  }
  .heading-jumbo-small {
    font-size: 10vw;
  }
  .heading-jumbo-small.centre {
    padding-right: 26px;
    padding-left: 26px;
    font-size: 9vw;
  }
  .about-grid {
    padding-top: 0px;
  }
  .paragraph-light {
    font-size: 6vw;
  }
  .paragraph-light.long {
    font-size: 5vw;
  }
  .section-heading {
    font-family: Georgia, Times, 'Times New Roman', serif;
  }
  .div-block-8 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .div-block-9 {
    padding-right: 33px;
    padding-left: 33px;
  }
  .intro-content.cc-homepage {
    margin-top: 184px;
  }
  .heading-jumbo {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 36px;
    line-height: 48px;
  }
  .intro-header.about {
    height: 320px;
  }
  .intro-header.our-products {
    height: 320px;
  }
  .intro-header.our-products-plants {
    height: 320px;
  }
  .intro-header.our-products-cattle {
    height: 320px;
  }
  .intro-header.our-products-pigs {
    height: 320px;
  }
  .intro-header.our-products-turkey {
    height: 320px;
  }
  .intro-header.contact {
    height: 320px;
  }
  .intro-header.our-products-prawns {
    height: 320px;
  }
  .intro-header.dowload {
    height: 320px;
  }
  .heading-jumbo-2 {
    font-size: 36px;
    line-height: 48px;
  }
  .block-quote-2 {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 9vw;
  }
  .div-block-10 {
    padding-top: 0px;
  }
  .image-5 {
    padding-right: 29px;
    padding-left: 29px;
  }
  .footer-logo-2 {
    margin-bottom: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .section-5 {
    margin-right: auto;
    margin-left: auto;
  }
  .f-card-subheading {
    font-size: 20px;
    line-height: 24px;
  }
  .projects-card {
    height: 240px;
    padding: 16px;
  }
  .header2block.m-width {
    margin-bottom: 40px;
  }
  .projects-row {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .f-card-overlay {
    margin-right: auto;
    margin-left: auto;
  }
  .header2 {
    font-size: 30px;
    line-height: 38px;
  }
  .f-card-heading {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    line-height: 24px;
  }
  .section-title {
    text-align: center;
  }
  .section-team {
    padding: 60px 20px 40px;
  }
  .column-2 {
    text-align: center;
  }
  .title {
    text-align: center;
  }
  .heading-3 {
    font-size: 20px;
    text-align: center;
  }
  .team-description {
    font-family: Exo, sans-serif;
    font-weight: 400;
  }
  .team-name {
    font-family: Georgia, Times, 'Times New Roman', serif;
  }
  .bold-text-2 {
    font-size: 5vw;
  }
  .paragraph-light-3 {
    font-size: 6vw;
  }
  .html-embed {
    width: 95%;
    margin: -47px auto 23px;
    padding-right: 9px;
    padding-left: 9px;
  }
  .procducts-titles {
    font-family: Georgia, Times, 'Times New Roman', serif;
  }
  .popup-title {
    font-size: 22px;
    line-height: 24px;
  }
  .image-17 {
    z-index: 15000;
  }
  .sign-up-form {
    padding-top: 24px;
  }
  .popup-subtitle {
    font-size: 15px;
    line-height: 24px;
  }
  .sign-up-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }
  .book-tickets {
    width: 100%;
    margin-top: 22px;
    padding: 13px 9px;
    background-color: #063b6e;
    background-size: 30px;
    font-size: 20px;
    text-align: center;
  }
  .products-title {
    font-family: Georgia, Times, 'Times New Roman', serif;
  }
  .f-card-heading-2 {
    font-size: 20px;
    line-height: 24px;
  }
  .new-badge {
    padding-left: 31px;
  }
  .text-block-28 {
    font-size: 22px;
  }
  .play-trigger {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: auto;
    margin-bottom: 50%;
  }
}

#w-node-afe130d891a5-47c17f1f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-afe130d891b0-47c17f1f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-afe130d891b2-47c17f1f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-afe130d891bd-47c17f1f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f35974015d69-dcc17f23 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f35974015d74-dcc17f23 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f35974015d76-dcc17f23 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f35974015d81-dcc17f23 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ac681bdf40d2-dcc17f23 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ac681bdf40dd-dcc17f23 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-8d41464f1fac-dcc17f23 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-8d41464f1fb7-dcc17f23 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-9742e7332fa4-dcc17f23 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-9742e7332faf-dcc17f23 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-afe130d891a5-47c17f1f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-afe130d891b0-47c17f1f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-afe130d891b2-47c17f1f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-afe130d891bd-47c17f1f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-f35974015d69-dcc17f23 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-f35974015d74-dcc17f23 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-f35974015d76-dcc17f23 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-f35974015d81-dcc17f23 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-ac681bdf40d2-dcc17f23 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-ac681bdf40dd-dcc17f23 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-8d41464f1fac-dcc17f23 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-8d41464f1fb7-dcc17f23 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-9742e7332fa4-dcc17f23 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-9742e7332faf-dcc17f23 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f35974015d74-dcc17f23 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@font-face {
  font-family: 'Bigcaslon';
  src: url('../fonts/BigCaslon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}