.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:89,164,94;--color-primary-1:117,165,67;--color-primary-2:54,149,53;--color-primary-3:77,113,76;--color-primary-4:46,104,45;--color-secondary-0:221,239,242;--color-secondary-1:154,206,215;--color-secondary-2:86,173,188;--color-secondary-3:44,152,171;--color-secondary-4:43,121,127;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:95,95,95;--color-tertiary-4:88,88,88;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/4eedea0f-bebf-45d0-8ed8-cf09b8f7977b/2FarmTableHero1920x550.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.adaptive-delivery-prevent-bg, #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.lazyload, #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.lazyloading { background-image: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { background-color: transparent; background-image: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container > .video-iframe-container { display: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container { display: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { border-width: 0; border-radius: 0; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:8.1214485168456rem;left:0rem;height:13.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:22.373046159744rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.adaptive-delivery-prevent-bg, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyload, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyloading { background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { background-color: transparent; background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { border-width: 0; border-radius: 0; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:60rem;position:relative;display:block; }#Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { color:#333333;display:block;width:26.3743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9319953918457rem;left:32.405006408691rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uR2bkly8IBiKxNtK1h81rzaB27Qh5PTw { color:rgba(var(--color-tertiary-3),1);display:block;width:25.062125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:10.181995391846rem;left:32.405006408691rem;height:25.286825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t0kFTR8TyzPsAZ69d87bik6Z6BWVXech { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.3119375rem;width:30.374625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3edc9791-409a-41d6-ad2d-d3750e51eef4/5FarmTableHero1920x550.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.adaptive-delivery-prevent-bg, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyload, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyloading { background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { background-color: transparent; background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.55); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.55); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { border-width: 0; border-radius: 0; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.1072998046875rem;left:34.25rem;display:block; }
#txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { color:rgba(var(--color-tertiary-0),1);display:block;width:31.4373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.9724788665771rem;left:1.3742904663086rem;height:7.5559375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9.adaptive-delivery-prevent-bg, #OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9.lazyload, #OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9.lazyloading { background-image: none; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container { background-color: transparent; background-image: none; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container > .video-iframe-container { display: none; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row > .video-iframe-container { display: none; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container { border-width: 0; border-radius: 0; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;position:relative;display:block; }#Blrtqo10zh1acESLr5yPPigTdRdvXm6Z { color:#333333;display:block;width:26.937125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.2498247623444rem;left:32.778762817382rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QbEqS8ddLLheORDf2iBxLLm2d1XEnTDZ { color:rgba(var(--color-tertiary-3),1);display:block;width:24.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:10.648082971573rem;left:32.778762817382rem;height:21.67438125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B1LkmqoZ1yEX712Mst3kHC44aKXdMkNo { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:23.8125rem;top:4.2490234375rem;left:2.375rem;overflow:hidden;display:block; }
#C36lIHT4OqV8qUswzxaUID12NhHCamp2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .row .container { background-color: transparent; background-image: none; }#C36lIHT4OqV8qUswzxaUID12NhHCamp2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .row .container > .video-iframe-container { display: none; }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .row > .video-iframe-container { display: none; }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .row .container { border-width: 0; border-radius: 0; }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:60rem;position:relative;display:block; }#kcrNA5ZXUBmZ1FCMab5ZxQU9RR3HAraU { color:#333333;display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.8125rem;left:1.9375rem;height:1.78755625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XUaQK93HMFuhtKBuBcJC2e7IBqXOou4w { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:16.6875rem;left:2rem;height:9.59875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SN79wrFqP7GspgMFlvOmBUoa69rQBsa9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:16.68359375rem;left:21.6875rem;height:9.59875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#foFaacNvVbVVoPfr11qU618UyBG8XHM6 { color:#333333;display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.8125rem;left:21.6875rem;height:1.78755625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pK6cTb13HQXsJubmRXPaTcGAJBcFxuGX { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:16.68593788147rem;left:42.000003814698rem;height:9.59875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oB0f80eL6TRryR0nqmntUMUAEMWlBqz3 { color:#333333;display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.811719894409rem;left:42.313282012939rem;height:1.78755625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V1tiKvoTg1NUIxJK7w3ylUtsxMpgBfsT { color:#4d714c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:2.7460956573486rem;left:0rem;height:2.40625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HfvET1JBEkLhDKIfzOFsNExwkZbmOVys { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #6b896f;border-left:0.0625rem solid #6b896f;border-right:0.0625rem solid #6b896f;border-bottom:0.0625rem solid #6b896f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.5rem;width:19.1875rem;top:8.4677734375rem;left:0rem;display:block; }
#RQob46rPNxkQqFo3hsUxF1eoeF51dazU { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #6b896f;border-left:0.0625rem solid #6b896f;border-right:0.0625rem solid #6b896f;border-bottom:0.0625rem solid #6b896f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.5rem;width:19.1875rem;top:8.466796875rem;left:20.4013671875rem;display:block; }
#qIkw2sUcbM7pspwsTAABddn6y5q3ikb9 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #6b896f;border-left:0.0625rem solid #6b896f;border-right:0.0625rem solid #6b896f;border-bottom:0.0625rem solid #6b896f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.5rem;width:19.1875rem;top:8.4677734375rem;left:40.8125rem;display:block; }
#nxCdsydOTxiittKGhNSkUf6qtTRPlLun { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #6b896f;border-left:0.0625rem solid #6b896f;border-right:0.0625rem solid #6b896f;border-bottom:0.0625rem solid #6b896f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.5rem;width:19.1875rem;top:30.25rem;left:20.375rem;display:block; }
#wTa1XTz1TMZ6uxoeCvkrI9ThhOVAv1gr { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #6b896f;border-left:0.0625rem solid #6b896f;border-right:0.0625rem solid #6b896f;border-bottom:0.0625rem solid #6b896f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.5rem;width:19.1875rem;top:30.25rem;left:0rem;display:block; }
#a9iPk7sK6ARz6kmcHhBTNEpBkeA0tFXP { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #6b896f;border-left:0.0625rem solid #6b896f;border-right:0.0625rem solid #6b896f;border-bottom:0.0625rem solid #6b896f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.5rem;width:19.1875rem;top:30.25rem;left:40.749996185302rem;display:block; }
#GWFycfpQ9chk405DXR6wQdVATVfF8gXb { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:38.711719512939rem;left:22.09375rem;height:9.59875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z9XA41hUOa9lwkswhpn00aT7ffLPrUxR { color:#333333;display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:36.030467987061rem;left:21.935157775879rem;height:1.78755625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DtTuQLwodtrKeM20y2UFXIgnuaAwiuLz { color:#333333;display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:35.511717796326rem;left:1.8125rem;height:3.57510625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gyEkJirKE3BXTUi6Wczof3X02auTqdVJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:40.411719322204rem;left:1.8734378814698rem;height:7.9989375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TBVpexbmy7qXiKRUIfpdBlJfmqSWJnbb { color:#333333;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:36.030467987061rem;left:42.75rem;height:1.78755625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pR6Gq4gvOuWB7xfWUHpTVTiKwgpUJ5ND { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:38.711719512939rem;left:42.78125rem;height:9.59875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#idVOtt4Jwizvhg6Oyc9m8dn9mNNgJlVH { position:absolute;display:block;z-index:15008;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.68696875rem;width:19.1875rem;top:8.4677734375rem;left:0.0625rem;display:block; }
#Xt4rdmkX040lRDnvyLU8mAUODCHpICGX { position:absolute;display:block;z-index:15010;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:19.1875rem;top:8.4676330685613rem;left:20.406249046326rem;display:block; }
#oMua8MmZ7UiWvIqWHIVt8Hrewd4lztLo { position:absolute;display:block;z-index:15011;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:19.1875rem;top:8.4677734375rem;left:40.8125rem;display:block; }
#IkBTb4FT50rToOgMeO12EupbnJbxDUTc { position:absolute;display:block;z-index:15012;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:19.1875rem;top:30.250000953674rem;left:0.0625rem;display:block; }
#MmEMdhtaxA8Q5ia1gSOoovqlFqMAgQHp { position:absolute;display:block;z-index:15013;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:19.1875rem;top:30.250000953674rem;left:20.4375rem;display:block; }
#oUySwiE72srXE9GQFGSr4VTuTuqUCBmv { position:absolute;display:block;z-index:15014;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:19.1875rem;top:30.25rem;left:40.75rem;display:block; }
#OGWGDyOM3d9U9vxWSsiJOWIAR8faMahJ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:17.71875rem;left:8.34375rem;overflow:hidden;display:none; }
#lgUzVnhU3nZmhkZsTrqgdycuNFZIXlEz { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.37446875rem;width:3.4375rem;top:8.6552734375rem;left:1.4970703125rem;overflow:hidden;display:block; }
#ZEgJPzNT2AuQu4IN9vHblX5CIIlo8cTy { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9367875rem;width:2.9367875rem;top:8.841796875rem;left:21.875rem;overflow:hidden;display:block; }
#sxJtNSOG2MG6ltkI9DxQTIUebqunh4Nn { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:8.6539068222044rem;left:41.967967987061rem;overflow:hidden;display:block; }
#yyxJthdKB7rFKMkFSd5Xr14ApPaiB176 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.9375rem;top:30.656250953674rem;left:1.9375rem;overflow:hidden;display:block; }
#ufP71eN4VTAA2vLB2fSB4akHQLfTJ5e4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.374025rem;width:3.4375rem;top:30.250000953674rem;left:22.060935974121rem;overflow:hidden;display:block; }
#MTdn57W22za9i8mTfFJGEtb2MrFPvDnJ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3.0625rem;top:30.675001144409rem;left:42.625rem;overflow:hidden;display:block; }
#kX0fPqhMVsvzB88p7t5uUT7Qblm0hxIT { position:absolute;display:block;z-index:15013;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:48.6875rem;left:27.5rem;display:none; }
#J8O4hNycNOW3DiLQp7pEfU9nvMkRyK5J { position:absolute;display:block;z-index:15013;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:48.6875rem;left:27.5rem;display:none; }
#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2bb7ebb1-16e5-4e4e-9803-8bce679740a0/spikesofriperyeonasummerevening.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e.adaptive-delivery-prevent-bg, #o8Q52rmvOugI9iZf7GFSlUXPcyDre88e.lazyload, #o8Q52rmvOugI9iZf7GFSlUXPcyDre88e.lazyloading { background-image: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container { background-color: transparent; background-image: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.71); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container > .video-iframe-container { display: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.71); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row > .video-iframe-container { display: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container { border-width: 0; border-radius: 0; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#yKvUdgtfBT4qdOrSBoOKacqOPVFJt0P5 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:7.5443925857544rem;left:34.249822616577rem;display:block; }
#n4iFqA21sIU3QDI2u24pmM346GVFM0Wy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pRaO4rKAqOUg7FtR4T2zeInQEBgZHrPc { color:rgba(var(--color-tertiary-0),1);display:block;width:27.7499375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3378057479858rem;left:2.3117904663086rem;height:6.8235rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u29XM3cFhCiwnazCCCihBtRgtNCqGImi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi.adaptive-delivery-prevent-bg, #u29XM3cFhCiwnazCCCihBtRgtNCqGImi.lazyload, #u29XM3cFhCiwnazCCCihBtRgtNCqGImi.lazyloading { background-image: none; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container { background-color: transparent; background-image: none; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container > .video-iframe-container { display: none; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row > .video-iframe-container { display: none; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container { border-width: 0; border-radius: 0; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#ATAKP9NxWQ31PpD5cRhIGo2R8nnWD6O0 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:11.9755859375rem;left:3.1845703125rem;height:13.389125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xkGXhaW4TD3iVaS5vRRT3CtIdSfOhz5V { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.15283203125rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gPPGMMJdFzWroqwMqF3ymWZnCy8mNhmK { color:#4d714c;display:block;width:46.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.15234375rem;left:3.1845703125rem;height:5.19975rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GO0UyQ6a7wSJ2TrZLZ5ihTcR01VZsCVP { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:29.1875rem;width:60rem;top:0rem;left:0.00088691711425781rem;display:block; }
#KhyugHrhlyAgzOn9FK4pgL3OuomTyol3 { color:rgba(var(--color-tertiary-3),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:12.037109375rem;left:32.1845703125rem;height:13.38910625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZQrvTHJW6O7ynvBCbTXa9X8afp1EIbSc { box-sizing:content-box;height:0.0625rem;width:53.4375rem;position:absolute;display:block;z-index:15006;background-color:#6b896f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.322265625rem;left:3.1845703125rem;display:block; }
#z9wXJTcdca432v8VXoSvZemJs8sApeFE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z9wXJTcdca432v8VXoSvZemJs8sApeFE > .row .container { background-color: transparent; background-image: none; }#z9wXJTcdca432v8VXoSvZemJs8sApeFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9wXJTcdca432v8VXoSvZemJs8sApeFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9wXJTcdca432v8VXoSvZemJs8sApeFE > .row .container > .video-iframe-container { display: none; }#z9wXJTcdca432v8VXoSvZemJs8sApeFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9wXJTcdca432v8VXoSvZemJs8sApeFE > .row > .video-iframe-container { display: none; }#z9wXJTcdca432v8VXoSvZemJs8sApeFE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9wXJTcdca432v8VXoSvZemJs8sApeFE > .row .container { border-width: 0; border-radius: 0; }#z9wXJTcdca432v8VXoSvZemJs8sApeFE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z9wXJTcdca432v8VXoSvZemJs8sApeFE > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#q452e666657f0f7a8cad10ae943e660d { color:#333333;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:8.4375rem;left:2.4375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B059ddc893f3f0367f2c797e007e788c { color:#4d714c;display:block;width:56.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.1870574951172rem;left:0rem;height:2.80006875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cKauHoMZ3FXuw3TT8GBCme1dAWSE81Jf { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15043;background-color:#4d714c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:0rem;display:block; }
#pdNbeRPoHMxkbhS4x7I369RVuOQJbIKo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:8.375rem;left:0rem; }
#lPl2x1pK7bE9hsxpTbL2kSKQ97xTSipX { color:#333333;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:14.3125rem;left:2.4375rem;height:3.2492875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UVV12VH7zuHCaorlhUp8WIWz0fUy7Pt6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:14.25rem;left:0rem; }
#k8BPqvvv9AhPrCXVG9x1oua3rE98wcOO { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15046;background-color:#4d714c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.1875rem;left:0rem;display:block; }
#idrkNITJZQaTFwDgnGlCBxSTiLcxEuT6 { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15049;background-color:#4d714c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:15rem;display:block; }
#TBlbzcTy8fzFTTF9fp5afvbVZGkVc679 { color:#333333;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:8.5rem;left:17.4375rem;height:3.2492875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NtWaG1DTXHmVT0zarchCe2VMzwDr1zRv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:8.4375rem;left:15rem; }
#gwUPMuPfVIkvvveKgTU7dFiyv0RLhyOD { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15052;background-color:#4d714c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.1875rem;left:15rem;display:block; }
#PrApZvNBUudmBmUhhNGbqVJcULW9paUS { color:#333333;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:14.3125rem;left:17.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q3AWq2Qolylt621ImekcGZ3O3A7zpdri { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:14.25rem;left:15rem; }
#BVBLUR0GOnKPsFpQH3wU1Kz1QaaVep75 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:8.4375rem;left:30rem; }
#uzaRZUPyyPkUedTD3OB11UvC7t4vCXl3 { color:#333333;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:8.5rem;left:32.4375rem;height:3.2492875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BgghlQ7pTbZwDivFZamXTEL3qMMUgPWV { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15052;background-color:#4d714c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:30rem;display:block; }
#U23XZ9ZEunAar6T7aFnrTOTUFUZ8hZrK { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15055;background-color:#4d714c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.1875rem;left:30rem;display:block; }
#myfEMGFHVOpXL5vb1PJSX7U70mWkXRlT { color:#333333;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:14.3125rem;left:32.4375rem;height:3.2492875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zvg6IWa5Rx1TNQwvFOyNb2QUQ66SqgVZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:14.25rem;left:30rem; }
#CwTccUvUdeWBqGf9kUJSH60EgV5J3bVv { color:#333333;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:8.5rem;left:47.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hmVkCVo994zQ5CvSrARostNbHA1mkd6S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:8.4375rem;left:45rem; }
#zvfEVvSNuwO0ezv4exyRQMrFhbLwrzuJ { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15058;background-color:#4d714c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:45rem;display:block; }
#w4TQUH8A2hCJ3fMze2rDim8DPddF7BDD { color:#333333;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:14.3125rem;left:47.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KqoN6mWVJ4Di02NfeMbN7dcQ5OtHMFPg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:14.25rem;left:45rem; }
#WZTol4oXwRfeW3FWtmU7tExp089vBEgk { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15061;background-color:#4d714c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.1875rem;left:45rem;display:block; }
#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/05b731a9-234a-4391-a808-4ca79f88ed98/6FarmTableHero1920x550.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT.adaptive-delivery-prevent-bg, #SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT.lazyload, #SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT.lazyloading { background-image: none; }#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT > .row .container { background-color: transparent; background-image: none; }#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT > .row .container > .video-iframe-container { display: none; }#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT > .row > .video-iframe-container { display: none; }#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT > .row .container { border-width: 0; border-radius: 0; }#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 { position:relative;display:block; }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 { background-color: transparent; background-image: none; }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 > .row .container > .video-iframe-container { display: none; }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 > .row > .video-iframe-container { display: none; }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 { border-width: 0; border-radius: 0; }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;font-size:0.875rem;font-family:arial;height:32.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FTi87JoR3Tufy5r5g3s3HikJsV5oGLR2 { color:#4d714c;display:block;width:22.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:6.875rem;left:3.6875rem;height:5.24946875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XCsL3qvfJJXT1anmH7VATx54plaoP5nT { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:15.3125rem;left:3.6875rem;height:8.50053125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bapTAXVulLqTKwdwkGMii6fKT6dPNrmh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:21.25rem;width:21.25rem;top:5.6551837921142rem;left:34.948062896729rem;overflow:hidden;display:block; }
#JtuBDkERzbTz2SEJJWXCSywI54QEVEGt { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12473375rem;width:23.6875rem;top:13.25rem;left:3.6875rem;display:block; }
#OXt4GKsWPGSo1MbshLVThv2Tl5axyf8T { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.249625rem;height:2.87464375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.875rem;left:3.6875rem;display:block; }
#TML76c8qBGk3aOXsPXhTWhHHk2h5TloI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EK36C8NBmVMlZQkPVJMi3LtE1AJ0PDuB { position:relative;z-index:auto;display:block; } #e029782f2b1fe061ba130f9137ddb877.widget-smartsection *:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="text"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="email"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="tel"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection textarea:focus-visible { outline: none; } #EK36C8NBmVMlZQkPVJMi3LtE1AJ0PDuB > .row .container { position:relative;display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0e483fe4-4142-45b9-a82c-93287e6c9ceb/youngfreshgreenplantscorn.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.adaptive-delivery-prevent-bg, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyload, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyloading { background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { background-color: transparent; background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.67); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.67); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { border-width: 0; border-radius: 0; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;position:relative;display:block; }#N0taaT1a4uThqB48pdg68mOgcrnE52J3 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.07581615448rem;left:9.9347476959231rem;height:8.042rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.2498125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:14.636896133423rem;left:23.092151641846rem;display:block; }
#VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#utMIBrFLq97Py7p7aOg4TeJtOaxpdeJA { position:relative;display:block; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #utMIBrFLq97Py7p7aOg4TeJtOaxpdeJA > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { top:8.0625rem;left:0rem;width:47.75rem;height:13.4375rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { top:22.3125rem;left:0rem;width:47.75rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { top:3.875rem;left:21.4375rem;width:26.3125rem;height:4.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR2bkly8IBiKxNtK1h81rzaB27Qh5PTw { top:10.125rem;left:22.75rem;width:25rem;height:25.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0kFTR8TyzPsAZ69d87bik6Z6BWVXech { top:0rem;left:0rem;width:30.3125rem;height:39.231533079626rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { width:17.5rem;height:3.4375rem;top:8.0625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block; }
 }@media only screen and (max-width: 763px) { #LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { width:31.375rem;height:7.5rem;top:4.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 { display:block; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Blrtqo10zh1acESLr5yPPigTdRdvXm6Z { top:4.1875rem;left:20.8125rem;width:26.875rem;height:4.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbEqS8ddLLheORDf2iBxLLm2d1XEnTDZ { top:10.625rem;left:22.9375rem;width:24.8125rem;height:21.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1LkmqoZ1yEX712Mst3kHC44aKXdMkNo { top:4.1875rem;left:0rem;width:23.8125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C36lIHT4OqV8qUswzxaUID12NhHCamp2 { display:block; }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcrNA5ZXUBmZ1FCMab5ZxQU9RR3HAraU { width:17.375rem;height:1.75rem;top:13.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUaQK93HMFuhtKBuBcJC2e7IBqXOou4w { width:15.75rem;height:9.5625rem;top:16.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN79wrFqP7GspgMFlvOmBUoa69rQBsa9 { width:16rem;height:11.1875rem;top:16.625rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #foFaacNvVbVVoPfr11qU618UyBG8XHM6 { width:17.9375rem;height:1.75rem;top:13.8125rem;left:13.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK6cTb13HQXsJubmRXPaTcGAJBcFxuGX { width:15.8125rem;height:9.625rem;top:16.625rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB0f80eL6TRryR0nqmntUMUAEMWlBqz3 { width:17.8125rem;height:1.8125rem;top:13.75rem;left:29.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1tiKvoTg1NUIxJK7w3ylUtsxMpgBfsT { width:47.75rem;height:2.375rem;top:2.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfvET1JBEkLhDKIfzOFsNExwkZbmOVys { top:8.4375rem;left:0rem;width:19.1875rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQob46rPNxkQqFo3hsUxF1eoeF51dazU { top:8.4375rem;left:12.4375rem;width:19.1875rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIkw2sUcbM7pspwsTAABddn6y5q3ikb9 { top:8.4375rem;left:28.3125rem;width:19.1875rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxCdsydOTxiittKGhNSkUf6qtTRPlLun { top:30.25rem;left:12.4375rem;width:19.1875rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTa1XTz1TMZ6uxoeCvkrI9ThhOVAv1gr { top:30.25rem;left:0rem;width:19.1875rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9iPk7sK6ARz6kmcHhBTNEpBkeA0tFXP { top:30.25rem;left:28.3125rem;width:19.1875rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWFycfpQ9chk405DXR6wQdVATVfF8gXb { width:15.8125rem;height:9.5625rem;top:38.6875rem;left:15.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9XA41hUOa9lwkswhpn00aT7ffLPrUxR { width:17.75rem;height:1.8125rem;top:36rem;left:14rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtTuQLwodtrKeM20y2UFXIgnuaAwiuLz { width:17.4375rem;height:3.5625rem;top:35.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyEkJirKE3BXTUi6Wczof3X02auTqdVJ { width:15.8125rem;height:8rem;top:40.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBVpexbmy7qXiKRUIfpdBlJfmqSWJnbb { width:16rem;height:1.8125rem;top:36rem;left:31.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR6Gq4gvOuWB7xfWUHpTVTiKwgpUJ5ND { width:15.8125rem;height:9.625rem;top:38.6875rem;left:31.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #idVOtt4Jwizvhg6Oyc9m8dn9mNNgJlVH { top:8.4375rem;left:0rem;width:19.1875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt4rdmkX040lRDnvyLU8mAUODCHpICGX { top:8.4375rem;left:12.5625rem;width:19.1875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMua8MmZ7UiWvIqWHIVt8Hrewd4lztLo { top:8.4375rem;left:28.4375rem;width:19.1875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkBTb4FT50rToOgMeO12EupbnJbxDUTc { top:30.25rem;left:0rem;width:19.1875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmEMdhtaxA8Q5ia1gSOoovqlFqMAgQHp { top:30.25rem;left:12.5625rem;width:19.1875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUySwiE72srXE9GQFGSr4VTuTuqUCBmv { top:30.25rem;left:28.4375rem;width:19.1875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGWGDyOM3d9U9vxWSsiJOWIAR8faMahJ { top:17.6875rem;left:6.28125rem;width:2.9375rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lgUzVnhU3nZmhkZsTrqgdycuNFZIXlEz { top:8.625rem;left:0rem;width:3.4375rem;height:3.374025rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEgJPzNT2AuQu4IN9vHblX5CIIlo8cTy { top:8.8125rem;left:15.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxJtNSOG2MG6ltkI9DxQTIUebqunh4Nn { top:8.625rem;left:31.75rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyxJthdKB7rFKMkFSd5Xr14ApPaiB176 { top:30.625rem;left:0rem;width:2.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufP71eN4VTAA2vLB2fSB4akHQLfTJ5e4 { top:30.25rem;left:15.875rem;width:3.4375rem;height:3.374025rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTdn57W22za9i8mTfFJGEtb2MrFPvDnJ { top:30.625rem;left:32.3125rem;width:3.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX0fPqhMVsvzB88p7t5uUT7Qblm0hxIT { top:48.6875rem;left:21.3125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8O4hNycNOW3DiLQp7pEfU9nvMkRyK5J { top:48.6875rem;left:21.3125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8Q52rmvOugI9iZf7GFSlUXPcyDre88e { display:block; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKvUdgtfBT4qdOrSBoOKacqOPVFJt0P5 { width:17.5rem;height:3.4375rem;top:7.5rem;left:25.062322616577rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4iFqA21sIU3QDI2u24pmM346GVFM0Wy { display:block; }
 }@media only screen and (max-width: 763px) { #pRaO4rKAqOUg7FtR4T2zeInQEBgZHrPc { width:27.6875rem;height:6.8125rem;top:5.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u29XM3cFhCiwnazCCCihBtRgtNCqGImi { display:block; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATAKP9NxWQ31PpD5cRhIGo2R8nnWD6O0 { top:11.9375rem;left:0rem;width:25.9375rem;height:13.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkGXhaW4TD3iVaS5vRRT3CtIdSfOhz5V { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPPGMMJdFzWroqwMqF3ymWZnCy8mNhmK { top:3.125rem;left:0rem;width:46.625rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO0UyQ6a7wSJ2TrZLZ5ihTcR01VZsCVP { top:0rem;left:0rem;width:47.75rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhyugHrhlyAgzOn9FK4pgL3OuomTyol3 { top:12rem;left:23.25rem;width:24.5rem;height:13.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQrvTHJW6O7ynvBCbTXa9X8afp1EIbSc { top:9.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9wXJTcdca432v8VXoSvZemJs8sApeFE { display:block; }#z9wXJTcdca432v8VXoSvZemJs8sApeFE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q452e666657f0f7a8cad10ae943e660d { width:11.25rem;height:1.625rem;top:8.4375rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B059ddc893f3f0367f2c797e007e788c { width:47.75rem;height:2.75rem;top:2.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKauHoMZ3FXuw3TT8GBCme1dAWSE81Jf { top:12.375rem;left:0rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdNbeRPoHMxkbhS4x7I369RVuOQJbIKo { top:8.375rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPl2x1pK7bE9hsxpTbL2kSKQ97xTSipX { width:11.25rem;height:3.25rem;top:14.3125rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVV12VH7zuHCaorlhUp8WIWz0fUy7Pt6 { top:14.25rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8BPqvvv9AhPrCXVG9x1oua3rE98wcOO { top:18.1875rem;left:0rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idrkNITJZQaTFwDgnGlCBxSTiLcxEuT6 { top:12.375rem;left:8.875rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBlbzcTy8fzFTTF9fp5afvbVZGkVc679 { width:11.25rem;height:;top:8.5rem;left:12.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtWaG1DTXHmVT0zarchCe2VMzwDr1zRv { top:8.4375rem;left:11.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwUPMuPfVIkvvveKgTU7dFiyv0RLhyOD { top:18.1875rem;left:8.875rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrApZvNBUudmBmUhhNGbqVJcULW9paUS { width:11.25rem;height:;top:14.3125rem;left:12.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3AWq2Qolylt621ImekcGZ3O3A7zpdri { top:14.25rem;left:11.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVBLUR0GOnKPsFpQH3wU1Kz1QaaVep75 { top:8.4375rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzaRZUPyyPkUedTD3OB11UvC7t4vCXl3 { width:11.25rem;height:;top:8.5rem;left:24.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgghlQ7pTbZwDivFZamXTEL3qMMUgPWV { top:12.375rem;left:20.8125rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U23XZ9ZEunAar6T7aFnrTOTUFUZ8hZrK { top:18.1875rem;left:20.8125rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myfEMGFHVOpXL5vb1PJSX7U70mWkXRlT { width:11.25rem;height:;top:14.3125rem;left:24.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvg6IWa5Rx1TNQwvFOyNb2QUQ66SqgVZ { top:14.25rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwTccUvUdeWBqGf9kUJSH60EgV5J3bVv { width:11.25rem;height:;top:8.5rem;left:36.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmVkCVo994zQ5CvSrARostNbHA1mkd6S { top:8.4375rem;left:35.8125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvfEVvSNuwO0ezv4exyRQMrFhbLwrzuJ { top:12.375rem;left:32.75rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4TQUH8A2hCJ3fMze2rDim8DPddF7BDD { width:11.25rem;height:;top:14.3125rem;left:36.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqoN6mWVJ4Di02NfeMbN7dcQ5OtHMFPg { top:14.25rem;left:35.8125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZTol4oXwRfeW3FWtmU7tExp089vBEgk { top:18.1875rem;left:32.75rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT { display:block; }#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Otf2wypUhmUgldmTPLDqlcfihFww3DK8 { display:block; }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTi87JoR3Tufy5r5g3s3HikJsV5oGLR2 { width:22.9375rem;height:5.1875rem;top:6.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCsL3qvfJJXT1anmH7VATx54plaoP5nT { width:24.0625rem;height:8.5rem;top:15.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bapTAXVulLqTKwdwkGMii6fKT6dPNrmh { top:5.625rem;left:26.5rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtuBDkERzbTz2SEJJWXCSywI54QEVEGt { top:13.25rem;left:0rem;width:23.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXt4GKsWPGSo1MbshLVThv2Tl5axyf8T { width:12.1875rem;height:2.8125rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TML76c8qBGk3aOXsPXhTWhHHk2h5TloI { display:block; }
 }@media only screen and (max-width: 763px) { #EK36C8NBmVMlZQkPVJMi3LtE1AJ0PDuB { display:block; } #e029782f2b1fe061ba130f9137ddb877.widget-smartsection *:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="text"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="email"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="tel"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection textarea:focus-visible { outline: none; } #EK36C8NBmVMlZQkPVJMi3LtE1AJ0PDuB > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0taaT1a4uThqB48pdg68mOgcrnE52J3 { top:4.0625rem;left:0rem;width:40.5rem;height:8rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:14.1875rem;height:3.4375rem;top:14.625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block; }
 }@media only screen and (max-width: 763px) { #utMIBrFLq97Py7p7aOg4TeJtOaxpdeJA { display:block; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #utMIBrFLq97Py7p7aOg4TeJtOaxpdeJA > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { width:20rem;height:3.625rem;top:5.0621447563171rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { width:20rem;height:2.44939375rem;top:9.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.adaptive-delivery-prevent-bg, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyload, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyloading { background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { background-color: transparent; background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { width:18.75rem;height:3.89915rem;top:25.8837890625rem;left:0.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uR2bkly8IBiKxNtK1h81rzaB27Qh5PTw { width:19.375rem;height:25.4972125rem;top:30.642578125rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0kFTR8TyzPsAZ69d87bik6Z6BWVXech { width:20rem;height:25.8838125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/6ee7d4a2-06fc-445a-b7e1-115b3673d46c/backgroundimagefarmingtogether.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.adaptive-delivery-prevent-bg, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyload, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyloading { background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { background-color: transparent; background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { width:9.49975rem;height:2.5rem;top:13.310991287231rem;left:5.2494668960571rem;font-size:0.9375rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block; }
 }@media only screen and (max-width: 763px) { #LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { width:16.5625rem;height:7.7983125rem;top:2.4995546340942rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9.adaptive-delivery-prevent-bg, #OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9.lazyload, #OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9.lazyloading { background-image: none; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container { background-color: transparent; background-image: none; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container > .video-iframe-container { display: none; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row > .video-iframe-container { display: none; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Blrtqo10zh1acESLr5yPPigTdRdvXm6Z { width:16.4980625rem;height:3.89915rem;top:26.875rem;left:0.6875rem;font-size:1.5rem;font-weight:400;font-style:normal;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #QbEqS8ddLLheORDf2iBxLLm2d1XEnTDZ { width:19.3125rem;height:27.09294375rem;top:31.9375rem;left:0.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B1LkmqoZ1yEX712Mst3kHC44aKXdMkNo { width:20rem;height:25.879875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C36lIHT4OqV8qUswzxaUID12NhHCamp2 { display:block; }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .row .container { width:20rem;height:132.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcrNA5ZXUBmZ1FCMab5ZxQU9RR3HAraU { width:12.562125rem;height:1.625rem;top:9.875rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XUaQK93HMFuhtKBuBcJC2e7IBqXOou4w { width:17.5625rem;height:10.200625rem;top:14.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #SN79wrFqP7GspgMFlvOmBUoa69rQBsa9 { width:16.4375rem;height:11.90075rem;top:53.75rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #foFaacNvVbVVoPfr11qU618UyBG8XHM6 { width:9.75rem;height:3.2492875rem;top:48.062149047851rem;left:5.81232213974rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pK6cTb13HQXsJubmRXPaTcGAJBcFxuGX { width:17.5625rem;height:10.200625rem;top:95.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #oB0f80eL6TRryR0nqmntUMUAEMWlBqz3 { width:10.875rem;height:3.2492875rem;top:90.625rem;left:6.8124113082888rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V1tiKvoTg1NUIxJK7w3ylUtsxMpgBfsT { width:19.25rem;height:3.29900625rem;top:2.4990234375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#333333;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HfvET1JBEkLhDKIfzOFsNExwkZbmOVys { width:20.0625rem;height:5.625rem;top:7.5rem;left:0rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RQob46rPNxkQqFo3hsUxF1eoeF51dazU { width:20.125rem;height:5.625rem;top:46.624649047851rem;left:0rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qIkw2sUcbM7pspwsTAABddn6y5q3ikb9 { width:20rem;height:5.625rem;top:89.3125rem;left:0rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nxCdsydOTxiittKGhNSkUf6qtTRPlLun { width:20.0625rem;height:5.625rem;top:68.5622253418rem;left:0rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wTa1XTz1TMZ6uxoeCvkrI9ThhOVAv1gr { width:20.0625rem;height:5.625rem;top:27.749908447266rem;left:0rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a9iPk7sK6ARz6kmcHhBTNEpBkeA0tFXP { width:20rem;height:5.625rem;top:108.625rem;left:0rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GWFycfpQ9chk405DXR6wQdVATVfF8gXb { width:17.5625rem;height:10.200625rem;top:75.6875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #Z9XA41hUOa9lwkswhpn00aT7ffLPrUxR { width:10rem;height:1.62464375rem;top:70.618337631225rem;left:5.6867008209229rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DtTuQLwodtrKeM20y2UFXIgnuaAwiuLz { width:12.5rem;height:3.2492875rem;top:29.5625rem;left:5.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gyEkJirKE3BXTUi6Wczof3X02auTqdVJ { width:17.5625rem;height:8.50053125rem;top:35.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #TBVpexbmy7qXiKRUIfpdBlJfmqSWJnbb { width:9.5625rem;height:3.2492875rem;top:109.93748474121rem;left:5.8749108314514rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pR6Gq4gvOuWB7xfWUHpTVTiKwgpUJ5ND { width:17.5625rem;height:10.200625rem;top:115.75rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #idVOtt4Jwizvhg6Oyc9m8dn9mNNgJlVH { width:0.062144875rem;height:0.062144875rem;top:126.4306640625rem;left:4.6875rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Xt4rdmkX040lRDnvyLU8mAUODCHpICGX { width:0.062144875rem;height:0.062144875rem;top:126.4296875rem;left:10rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oMua8MmZ7UiWvIqWHIVt8Hrewd4lztLo { width:0.062144875rem;height:0.062144875rem;top:126.4296875rem;left:8.1240234375rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IkBTb4FT50rToOgMeO12EupbnJbxDUTc { width:0.062144875rem;height:0.062144875rem;top:126.4296875rem;left:4.6865234375rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #MmEMdhtaxA8Q5ia1gSOoovqlFqMAgQHp { width:0.062144875rem;height:0.062144875rem;top:126.4296875rem;left:7.5rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oUySwiE72srXE9GQFGSr4VTuTuqUCBmv { width:0.062144875rem;height:0.062144875rem;top:126.4296875rem;left:11.65625rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #OGWGDyOM3d9U9vxWSsiJOWIAR8faMahJ { width:0.625rem;height:0.625rem;top:13.068542355469rem;left:2.25rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #lgUzVnhU3nZmhkZsTrqgdycuNFZIXlEz { width:4.875rem;height:4.875rem;top:8.25rem;left:0.625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ZEgJPzNT2AuQu4IN9vHblX5CIIlo8cTy { width:3.3125rem;height:3.3125rem;top:47.874649047851rem;left:1.25rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #sxJtNSOG2MG6ltkI9DxQTIUebqunh4Nn { width:3.3125rem;height:3.3125rem;top:90.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyxJthdKB7rFKMkFSd5Xr14ApPaiB176 { width:3.4375rem;height:3.375rem;top:29.5rem;left:1.25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #ufP71eN4VTAA2vLB2fSB4akHQLfTJ5e4 { width:3.4375rem;height:3.3749125rem;top:69.743426322937rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTdn57W22za9i8mTfFJGEtb2MrFPvDnJ { width:3.4375rem;height:3.375rem;top:109.81239318847rem;left:1.25rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #kX0fPqhMVsvzB88p7t5uUT7Qblm0hxIT { width:0.062144875rem;height:0.062144875rem;top:127.0546875rem;left:8.125rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #J8O4hNycNOW3DiLQp7pEfU9nvMkRyK5J { width:0.062144875rem;height:0.062144875rem;top:127.6796875rem;left:8.75rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #o8Q52rmvOugI9iZf7GFSlUXPcyDre88e { background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/edd792e5-d346-4e1b-8756-10d245a5002d/backgroundimagefarmingtogether.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e.adaptive-delivery-prevent-bg, #o8Q52rmvOugI9iZf7GFSlUXPcyDre88e.lazyload, #o8Q52rmvOugI9iZf7GFSlUXPcyDre88e.lazyloading { background-image: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container { background-color: transparent; background-image: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container > .video-iframe-container { display: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row > .video-iframe-container { display: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKvUdgtfBT4qdOrSBoOKacqOPVFJt0P5 { width:14.6875rem;height:2.8125rem;top:10.4482421875rem;left:2.65625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#4d714c;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n4iFqA21sIU3QDI2u24pmM346GVFM0Wy { display:block; }
 }@media only screen and (max-width: 763px) { #pRaO4rKAqOUg7FtR4T2zeInQEBgZHrPc { width:20rem;height:6.7489375rem;top:1.8124027252198rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u29XM3cFhCiwnazCCCihBtRgtNCqGImi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi.adaptive-delivery-prevent-bg, #u29XM3cFhCiwnazCCCihBtRgtNCqGImi.lazyload, #u29XM3cFhCiwnazCCCihBtRgtNCqGImi.lazyloading { background-image: none; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container { background-color: transparent; background-image: none; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container > .video-iframe-container { display: none; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row > .video-iframe-container { display: none; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATAKP9NxWQ31PpD5cRhIGo2R8nnWD6O0 { width:18.6875rem;height:21.0400625rem;top:12.216796875rem;left:0.65625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xkGXhaW4TD3iVaS5vRRT3CtIdSfOhz5V { width:20rem;height:0;top:2.7781295776367rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPPGMMJdFzWroqwMqF3ymWZnCy8mNhmK { width:19.125rem;height:5.84871875rem;top:2.15234375rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO0UyQ6a7wSJ2TrZLZ5ihTcR01VZsCVP { width:20rem;height:30.25rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhyugHrhlyAgzOn9FK4pgL3OuomTyol3 { width:19.0625rem;height:17.21460625rem;top:33.1875rem;left:0.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZQrvTHJW6O7ynvBCbTXa9X8afp1EIbSc { width:20rem;height:0.0625rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9wXJTcdca432v8VXoSvZemJs8sApeFE { display:block; }#z9wXJTcdca432v8VXoSvZemJs8sApeFE > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q452e666657f0f7a8cad10ae943e660d { width:11rem;height:1.3rem;top:10.0375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B059ddc893f3f0367f2c797e007e788c { width:20rem;height:5.60014375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKauHoMZ3FXuw3TT8GBCme1dAWSE81Jf { width:14.375rem;height:0.0625rem;top:15.52449597168rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdNbeRPoHMxkbhS4x7I369RVuOQJbIKo { display:flex;width:1.6875rem;height:1.6875rem;top:12.58699597168rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #lPl2x1pK7bE9hsxpTbL2kSKQ97xTSipX { width:11.25rem;height:2.59943125rem;top:19.77449597168rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UVV12VH7zuHCaorlhUp8WIWz0fUy7Pt6 { display:flex;width:1.6875rem;height:1.6875rem;top:16.83699597168rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #k8BPqvvv9AhPrCXVG9x1oua3rE98wcOO { width:14.375rem;height:0.0625rem;top:23.62348347168rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idrkNITJZQaTFwDgnGlCBxSTiLcxEuT6 { width:14.375rem;height:0.0625rem;top:31.722470971679rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBlbzcTy8fzFTTF9fp5afvbVZGkVc679 { width:11.25rem;height:2.59943125rem;top:27.87348347168rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NtWaG1DTXHmVT0zarchCe2VMzwDr1zRv { display:flex;width:1.6875rem;height:1.6875rem;top:24.93598347168rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #gwUPMuPfVIkvvveKgTU7dFiyv0RLhyOD { width:14.375rem;height:0.0625rem;top:39.821458471679rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrApZvNBUudmBmUhhNGbqVJcULW9paUS { width:11.25rem;height:2.59943125rem;top:35.972470971679rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q3AWq2Qolylt621ImekcGZ3O3A7zpdri { display:flex;width:1.6875rem;height:1.6875rem;top:33.034970971679rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #BVBLUR0GOnKPsFpQH3wU1Kz1QaaVep75 { display:flex;width:1.6875rem;height:1.6875rem;top:41.133958471679rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #uzaRZUPyyPkUedTD3OB11UvC7t4vCXl3 { width:11.25rem;height:2.59943125rem;top:44.071458471679rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BgghlQ7pTbZwDivFZamXTEL3qMMUgPWV { width:14.375rem;height:0.0625rem;top:47.920445971679rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U23XZ9ZEunAar6T7aFnrTOTUFUZ8hZrK { width:14.375rem;height:0.0625rem;top:54.720164721679rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myfEMGFHVOpXL5vb1PJSX7U70mWkXRlT { width:11.25rem;height:1.29971875rem;top:52.170445971679rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zvg6IWa5Rx1TNQwvFOyNb2QUQ66SqgVZ { display:flex;width:1.6875rem;height:1.6875rem;top:49.232945971679rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #CwTccUvUdeWBqGf9kUJSH60EgV5J3bVv { width:11.25rem;height:2.59943125rem;top:58.907664721679rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hmVkCVo994zQ5CvSrARostNbHA1mkd6S { display:flex;width:1.625rem;height:1.625rem;top:56.032664721679rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #zvfEVvSNuwO0ezv4exyRQMrFhbLwrzuJ { width:14.375rem;height:0.0625rem;top:62.756652221681rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4TQUH8A2hCJ3fMze2rDim8DPddF7BDD { width:11.25rem;height:1.29971875rem;top:66.944152221681rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KqoN6mWVJ4Di02NfeMbN7dcQ5OtHMFPg { display:flex;width:1.625rem;height:1.625rem;top:64.069152221681rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #WZTol4oXwRfeW3FWtmU7tExp089vBEgk { width:14.375rem;height:0.0625rem;top:69.493870971681rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/cc17a03a-2f0d-4074-bba3-cdc118965e2f/farmtablestrip.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT.adaptive-delivery-prevent-bg, #SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT.lazyload, #SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT.lazyloading { background-image: none; }#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT > .row .container { background-color: transparent; background-image: none; }#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT > .row .container > .video-iframe-container { display: none; }#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT > .row > .video-iframe-container { display: none; }#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKRgEv9dJTeh0Pcpyftye0pARTCWOsgT > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Otf2wypUhmUgldmTPLDqlcfihFww3DK8 { display:block; }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTi87JoR3Tufy5r5g3s3HikJsV5oGLR2 { width:16.25rem;height:3.5rem;top:9.4992895126344rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCsL3qvfJJXT1anmH7VATx54plaoP5nT { width:15.625rem;height:11.900775rem;top:14.561877250671rem;left:2.3433948755264rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bapTAXVulLqTKwdwkGMii6fKT6dPNrmh { width:7.3748125rem;height:7.3748125rem;top:0.74928951263425rem;left:6.3121447563169rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtuBDkERzbTz2SEJJWXCSywI54QEVEGt { width:12.5rem;height:0.12473375rem;top:13.49964427948rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXt4GKsWPGSo1MbshLVThv2Tl5axyf8T { width:10.625rem;height:2.5rem;top:24.87348985672rem;left:4.6875rem;color:#ffffff;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TML76c8qBGk3aOXsPXhTWhHHk2h5TloI { display:block; }
 }@media only screen and (max-width: 763px) { #EK36C8NBmVMlZQkPVJMi3LtE1AJ0PDuB { position:relative;z-index:auto;display:block; } #e029782f2b1fe061ba130f9137ddb877.widget-smartsection *:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="text"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="email"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="tel"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection textarea:focus-visible { outline: none; } #EK36C8NBmVMlZQkPVJMi3LtE1AJ0PDuB > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6ee7d4a2-06fc-445a-b7e1-115b3673d46c/backgroundimagefarmingtogether.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.adaptive-delivery-prevent-bg, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyload, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyloading { background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { background-color: transparent; background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.79); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.79); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0taaT1a4uThqB48pdg68mOgcrnE52J3 { width:16.7498125rem;height:11.25rem;top:2.9989700317383rem;left:1.6246447563171rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:8.8125rem;height:2.1875rem;top:15.287109375rem;left:5.59375rem;color:#4d714c;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block; }
 }@media only screen and (max-width: 763px) { #utMIBrFLq97Py7p7aOg4TeJtOaxpdeJA { display:block; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #utMIBrFLq97Py7p7aOg4TeJtOaxpdeJA > .row .container { position:relative;display:block; } }