@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.product-item {
  margin-bottom: 3rem;
}
.product-item .productTitleContainer {
  display: flex;
}
.product-item .contact-cta {
  color: #fff;
  border-color: #fff;
  border-radius: 5rem;
  text-transform: none;
  margin-top: 2rem;
  min-width: 40%;
  cursor: pointer;
  min-width: auto;
  border-color: #23a5db;
  color: #23a5db;
  margin-top: 1rem;
  padding: 9px 25px;
}
.product-item .contact-cta:hover {
  background-color: #23a5db;
}
.product-item .contact-cta path {
  stroke: #23a5db;
}
.product-item .contact-cta:hover p {
  color: #fff;
}
.product-item .contact-cta:hover path {
  stroke: #fff;
}
@media only screen and (max-width: 880px) {
  .product-item .contact-cta {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-item-title {
  line-height: 40px;
  margin-bottom: 2rem;
}

.product-items {
  display: flex;
}
@media only screen and (max-width: 880px) {
  .product-items {
    display: block;
  }
}

.product-item-img {
  box-sizing: border-box;
  min-height: 1px;
  position: relative;
  width: 100%;
  max-width: 470px;
  margin-left: 0%;
  right: auto;
  left: auto;
}
.product-item-img img {
  height: 330px;
  object-fit: cover;
  max-width: 100%;
}
@media only screen and (max-width: 880px) {
  .product-item-img img {
    height: 229px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 880px) {
  .product-item-img {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.product-item-logo {
  max-width: 140px;
}

.product-item-content {
  box-sizing: border-box;
  min-height: 1px;
  position: relative;
  padding-left: 30px;
  width: 100%;
  max-width: 585px;
  margin-left: 0%;
  right: auto;
  left: auto;
  color: #fff;
}
@media only screen and (max-width: 880px) {
  .product-item-content {
    padding-left: 0;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.product-item-subtitle {
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 20px;
}

.product-item-intro {
  margin: 20px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #8f8f8f;
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.farmers-video-3col {
  gap: 30px;
}

.cards-wrapper {
  overflow: hidden;
  display: flex;
  width: 100%;
  padding: 0;
  flex-direction: row;
  margin-top: 2rem;
}
@media only screen and (max-width: 880px) {
  .cards-wrapper {
    padding: 0;
    margin: auto;
  }
  .cards-wrapper .farmers-2-grid {
    flex-direction: column;
    align-items: center;
    margin: 2.5rem 0 0;
  }
}

.cards-wrapper-mobile {
  align-items: center;
}
.cards-wrapper-mobile-1-grid, .cards-wrapper-mobile-2-grid {
  flex-direction: column;
}
.cards-wrapper-mobile-4-grid {
  flex-direction: row;
}

.video-control-legend h2 {
  padding: 0.5rem 0.5rem 0.5rem 0;
  margin: 0;
  margin: 0.5rem 0;
}
@media only screen and (max-width: 880px) {
  .video-control-legend h2 {
    margin: 0;
  }
}
.video-control-legend p {
  padding: 0 0.5rem 0.5rem 0;
  margin: 0;
}
.video-control__wrapper {
  width: 100%;
}
.video-control__wrapper .video-control-container-4-grid {
  display: flex;
  justify-content: center;
  max-width: 240px;
  width: 100%;
}
@media only screen and (max-width: 880px) {
  .video-control__wrapper .video-control-container-4-grid {
    justify-content: flex-start;
  }
}
.video-control__wrapper .video-control-container-4-grid .thubmnail-wrapper,
.video-control__wrapper .video-control-container-4-grid .thubmnail-element {
  height: 141px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 880px) {
  .video-control__wrapper .video-control-container-4-grid .thubmnail-wrapper,
  .video-control__wrapper .video-control-container-4-grid .thubmnail-element {
    width: 200px;
  }
}
.video-control__wrapper .video-control-container-4-grid .notitle-video {
  margin: 0;
  padding: 0;
}
.video-control__wrapper .video-control-container-4-grid .thubmnail-element {
  background-size: cover;
}
.video-control__wrapper .video-control-container-4-grid .thubmnail-element:hover {
  transform: scale(1.1);
}
.video-control__wrapper .video-control-container-4-grid .thubmnail-element:hover .play-button-box {
  transform: scale(0.8);
  margin-top: 14rem;
}
.video-control__wrapper .video-control-container-4-grid .thubmnail-element:hover .play-button-box .play-button-box-left .play-button circle {
  fill: #fff;
}
.video-control__wrapper .video-control-container-4-grid .thubmnail-element:hover .play-button-box .play-button-box-left .play-button path {
  fill: #000;
}
.video-control__wrapper .video-control-container-4-grid .thubmnail-element:hover .play-button-box {
  transform: scale(1);
  margin-top: auto;
}
.video-control__wrapper .video-control-container-2-grid {
  overflow: hidden;
  position: relative;
}
.video-control__wrapper .video-control-container-2-grid .thubmnail-wrapper,
.video-control__wrapper .video-control-container-2-grid .thubmnail-element {
  height: 335px;
  width: 100%;
}
.video-control__wrapper .video-control-container-2-grid .thubmnail-element {
  background-size: cover;
}
.video-control__wrapper .video-control-container-2-grid .thubmnail-element:hover {
  transform: scale(1.1);
}
.video-control__wrapper .video-control-container-2-grid .thubmnail-element:hover .play-button-box {
  transform: scale(0.8);
  margin-top: 14rem;
}
.video-control__wrapper .video-control-container-2-grid .thubmnail-element:hover .play-button-box .play-button-box-left .play-button circle {
  fill: #fff;
}
.video-control__wrapper .video-control-container-2-grid .thubmnail-element:hover .play-button-box .play-button-box-left .play-button path {
  fill: #000;
}
.video-control__wrapper .video-control-container-2-grid .notitle-video {
  margin: 0;
  padding: 0;
}
.video-control__wrapper .video-control-container-1-grid {
  overflow: hidden;
  justify-content: space-around;
}
.video-control__wrapper .video-control-container-1-grid .thubmnail-wrapper,
.video-control__wrapper .video-control-container-1-grid .thubmnail-element {
  height: 335px;
  max-width: 460px;
  width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 880px) {
  .video-control__wrapper .video-control-container-1-grid .thubmnail-wrapper,
  .video-control__wrapper .video-control-container-1-grid .thubmnail-element {
    max-width: 100%;
  }
}
.video-control__wrapper .video-control-container-1-grid .notitle-video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-control__wrapper .video-control-container-1-grid .thubmnail-element {
  background-size: cover;
}
.video-control__wrapper .video-control-container-1-grid .thubmnail-element:hover {
  transform: scale(1.1);
}
.video-control__wrapper .video-control-container-1-grid .thubmnail-element:hover .play-button-box {
  transform: scale(0.8);
  margin-top: 14rem;
}
.video-control__wrapper .video-control-container-1-grid .thubmnail-element:hover .play-button-box .play-button-box-left .play-button circle {
  fill: #fff;
}
.video-control__wrapper .video-control-container-1-grid .thubmnail-element:hover .play-button-box .play-button-box-left .play-button path {
  fill: #000;
}
.video-control__wrapper .video-control-container-1-grid .notitle-video {
  margin: 0;
  padding: 0;
}
.video-control__wrapper .thubmnail-wrapper {
  overflow: hidden;
}
.video-control__wrapper .thubmnail-wrapper .thubmnail-element {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 1s ease;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 880px) {
  .video-control__wrapper .thubmnail-wrapper .thubmnail-element {
    transform: scale(1);
  }
}
.video-control__wrapper .play-button-box {
  z-index: 2;
  display: flex;
  flex-direction: row;
  position: relative;
  margin-top: -5.5rem;
  margin-left: 0;
  padding: 0 2rem;
  transition: all 1s ease;
}
@media only screen and (max-width: 880px) {
  .video-control__wrapper .play-button-box {
    margin-top: -5rem;
    margin-left: 1rem;
    padding: 0;
  }
}
.video-control__wrapper .play-button-box .play-button-box-left {
  display: flex;
  align-items: center;
}
.video-control__wrapper .play-button-box .play-button-box-left .play-button {
  cursor: pointer;
}
.video-control__wrapper .play-button-box .play-button-box-left .play-button:hover path {
  fill: black;
}
.video-control__wrapper .play-button-box .play-button-box-left .play-button:hover circle {
  fill: #fff;
}
.video-control__wrapper .play-button-box .play-button-box-right {
  display: flex;
  flex-direction: column;
  color: #fff;
  width: 100%;
  justify-content: center;
  padding: 0 1rem;
}
.video-control__wrapper .play-button-box .play-button-box-right > p {
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 880px) {
  .video-control__wrapper .play-button-box .play-button-box-right {
    padding: 0 1rem;
    text-overflow: ellipsis;
    height: 60px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .video-control__wrapper .play-button-box .play-button-box-right p {
    font-size: 15px;
    line-height: 20px;
  }
}
.video-control__wrapper .play-button-box .play-button-box-right .play-button-box-right__stitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 880px) {
  .video-control__wrapper .play-button-box .play-button-box-right .play-button-box-right__stitle p {
    padding: 0.25rem 0 0;
  }
}
.video-control__wrapper .play-button-box .play-button-box-right .play-button-box-right__title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1.5rem;
  display: -webkit-box;
}
.video-control__wrapper .nosubtitle-video {
  margin-top: -4rem;
}
.video-control__wrapper:hover .video-control-container-4-grid .thubmnail-wrapper .thubmnail-element,
.video-control__wrapper:hover .video-control-container-2-grid .thubmnail-wrapper .thubmnail-element,
.video-control__wrapper:hover .video-control-container-1-grid .thubmnail-wrapper .thubmnail-element {
  transform: scale(1.1);
}
@media only screen and (max-width: 600px) {
  .video-control__wrapper:hover .video-control-container-4-grid .thubmnail-wrapper .thubmnail-element,
  .video-control__wrapper:hover .video-control-container-2-grid .thubmnail-wrapper .thubmnail-element,
  .video-control__wrapper:hover .video-control-container-1-grid .thubmnail-wrapper .thubmnail-element {
    transform: scale(1.2);
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.quote-box {
  position: absolute;
  z-index: 1;
  bottom: -1.5rem;
  left: 1.5rem;
  box-sizing: border-box;
  background-color: #3354a2;
  padding: 0.9375rem;
  color: #fff;
  max-width: 350px;
  width: 80%;
}
.quote-box p {
  word-break: break-word;
}
@media only screen and (max-width: 880px) {
  .quote-box {
    max-width: 289px;
  }
}

.p-r {
  position: relative;
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.farmers-1-grid img {
  width: 100%;
}
@media only screen and (max-width: 880px) {
  .farmers-1-grid img {
    height: auto;
  }
}

.farmers-2-grid {
  width: 49%;
}
.farmers-2-grid.w-fade-animation {
  width: 100%;
}
@media only screen and (max-width: 880px) {
  .farmers-2-grid {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }
}

.farmers-3-grid {
  width: 33.33%;
}
.farmers-3-grid img {
  width: 100%;
}
@media only screen and (max-width: 880px) {
  .farmers-3-grid img {
    height: auto;
  }
}
@media only screen and (max-width: 880px) {
  .farmers-3-grid {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }
}

.farmers-4-grid {
  height: auto;
  min-height: 10rem;
  width: 25%;
  box-sizing: border-box;
}
@media only screen and (max-width: 880px) {
  .farmers-4-grid {
    width: 100%;
  }
}

.farmers-4-grid > div {
  width: 90%;
  margin: 0 2rem;
}
@media only screen and (max-width: 880px) {
  .farmers-4-grid > div {
    width: 90%;
    margin-right: 0;
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.farmers-wrapper-default {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
}
.farmers-wrapper-default__multi-rows {
  margin-top: 1rem;
}
@media only screen and (max-width: 880px) {
  .farmers-wrapper-default {
    flex-direction: column;
  }
}
.farmers-wrapper-default__box {
  margin-top: 1.25rem;
  margin-bottom: 3.125rem;
  align-self: flex-end;
}
@media only screen and (max-width: 880px) {
  .farmers-wrapper-default__box {
    align-self: flex-start;
    margin-bottom: 1.875rem;
    width: 95%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 1.5rem;
    margin-top: 0;
  }
}
.farmers-wrapper-default__box a .related-articles__article-arrow {
  margin-left: 0.5rem;
}
.farmers-wrapper-default__link {
  text-decoration: none;
}
.farmers-wrapper-default__link p {
  color: #23a5db;
}
.farmers-wrapper-default__link p path {
  stroke: #23a5db;
}
@media only screen and (max-width: 880px) {
  .farmers-wrapper-default__link {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.farmers-wrapper-default__link:hover p {
  color: #fff;
}
.farmers-wrapper-default__link:hover path {
  stroke: #fff;
}

.farmers-title {
  margin-bottom: 0;
}
@media only screen and (max-width: 880px) {
  .farmers-title {
    padding-bottom: 0;
    margin-top: 3.3125rem;
  }
}

.cards-wrapper {
  display: flex;
  padding: 0;
  justify-content: space-between;
  overflow: auto;
  margin-top: 3.75rem;
}
@media only screen and (max-width: 880px) {
  .cards-wrapper {
    margin-top: 1.875rem;
  }
}

.farmer-home {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 880px) {
  .farmer-home {
    margin-bottom: 0;
  }
  .farmer-home .cards-wrapper {
    flex-direction: column !important;
  }
  .farmer-home .farmers-2-grid {
    width: 100% !important;
    flex-direction: column !important;
    padding: 1.5rem 0 !important;
    position: relative;
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
#products-page .cards-wrapper {
  overflow: initial;
}
#products-page .quote-box {
  bottom: auto;
  top: -1.5rem;
}
@media only screen and (max-width: 880px) {
  #products-page .quote-box {
    top: 0.5rem;
  }
}
#products-page .wrap-farmers-videos .cards-wrapper {
  justify-content: normal;
}
#products-page .wrap-farmers-videos .farmers-1-grid + .farmers-1-grid {
  margin-left: 2%;
}
@media only screen and (max-width: 880px) {
  #products-page .wrap-farmers-videos .farmers-1-grid + .farmers-1-grid {
    margin-left: 0;
  }
}
@media only screen and (max-width: 880px) {
  #products-page .farmers-2-grid:nth-child(1) {
    margin-right: 0.5rem;
  }
}
@media only screen and (max-width: 749px) {
  #products-page .farmers-2-grid:nth-child(1) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 880px) {
  #products-page .farmers-2-grid:nth-child(2) {
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 749px) {
  #products-page .farmers-2-grid:nth-child(2) {
    margin-left: 0;
  }
}
#products-page .farmers-2-grid {
  box-sizing: border-box;
}
@media only screen and (max-width: 880px) {
  #products-page .farmers-2-grid {
    padding: 1rem 0;
  }
}
#products-page .farmers-wrapper-default__box {
  margin-bottom: 0.9375rem;
}
#products-page .farmers-1-grid {
  box-sizing: border-box;
  min-height: 1px;
  position: relative;
  width: 32%;
  flex: 0 0 32%;
  max-width: 32%;
  margin-left: 0%;
  right: auto;
  left: auto;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 880px) {
  #products-page .farmers-1-grid {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#products-page .space-bottom {
  margin-bottom: 3rem;
}
#products-page .set-height .thubmnail-wrapper,
#products-page .set-height .thubmnail-element {
  height: 240px !important;
}
#products-page .set-height .thubmnail-wrapper .nosubtitle-video,
#products-page .set-height .thubmnail-element .nosubtitle-video {
  margin: -5rem auto 0;
}
#products-page .set-height .thubmnail-wrapper .nosubtitle-video .play-button-box-right p,
#products-page .set-height .thubmnail-element .nosubtitle-video .play-button-box-right p {
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 880px) {
  #products-page .set-height .cards-wrapper {
    flex-direction: column;
  }
  #products-page .set-height .play-button-box {
    margin-top: -4.5rem;
  }
}
#products-page .parent-wrap {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: stretch;
  justify-content: space-between;
}
#products-page .hidden-subtitle .play-button-box-right__stitle {
  display: none;
}
#products-page .hidden-subtitle .play-button-box-right {
  display: flex;
  justify-content: center;
}
