.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;
}
:root { --color-primary-0:230,237,230;--color-primary-1:180,200,179;--color-primary-2:130,164,129;--color-primary-3:77,113,76;--color-primary-4:46,104,45;--color-secondary-0:220,238,240;--color-secondary-1:138,197,204;--color-secondary-2:21,139,153;--color-secondary-3:11,70,77;--color-secondary-4:3,21,23;--color-tertiary-0:255,255,255;--color-tertiary-1:88,88,88;--color-tertiary-2:64,64,65;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--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:url("https://images.assets-landingi.com/uc/70b7306e-7617-45b1-9502-ae1e673a0857/backgroundflowerslight.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/08b8aa3a-5206-4477-9375-510bbb3e8ba6/iStock1663709524.jpg");background-position:bottom 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; }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7.adaptive-delivery-prevent-bg, #PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7.lazyload, #PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7.lazyloading { background-image: none; }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7 > .row .container { background-color: transparent; background-image: none; }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.51); }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7 > .row .container > .video-iframe-container { display: none; }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.51); }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7 > .row > .video-iframe-container { display: none; }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7 > .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); }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7 > .row .container { border-width: 0; border-radius: 0; }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7::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; }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7 > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#O3Rug7KnEdacOTU4bwoFmLicnwgkww0r { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:25.0625rem;left:0rem;height:4.19345rem;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;display:block; }
#tpyn9tsRdV46uGwPQbFMLeniPq0PdXH3 { z-index:15003;top:25.875rem;left:34.5625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #0c2a0e ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.312125rem;height:2.687325rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZsRcppPZLFeB3aK7CLEvE01Utbb5nxfc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ArTX4UWpfDqIeFtrC4ETieQZEI5aFdgt { 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.9999125rem;width:13.3123125rem;top:5.3120560646057rem;left:0rem;overflow:hidden;display:block; }
#MOF6xtoLBOTJmUepNuMJ84yJfmQpXCIr { color:rgba(var(--color-tertiary-4),1);display:block;width:47.62475rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:13.9375rem;left:0rem;height:5.36221875rem;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;display:block; }
#RnWtGXkxFuuyBvMxAw6H921JhgTGXJv7 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.62475rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:19.0625rem;left:0rem;height:5.36221875rem;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;display:block; }
#EtwZ5Dh9W3oTZN9n4TST2ixhvc5QmXlO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);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; }#EtwZ5Dh9W3oTZN9n4TST2ixhvc5QmXlO > .row .container { background-color: transparent; background-image: none; }#EtwZ5Dh9W3oTZN9n4TST2ixhvc5QmXlO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtwZ5Dh9W3oTZN9n4TST2ixhvc5QmXlO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtwZ5Dh9W3oTZN9n4TST2ixhvc5QmXlO > .row .container > .video-iframe-container { display: none; }#EtwZ5Dh9W3oTZN9n4TST2ixhvc5QmXlO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtwZ5Dh9W3oTZN9n4TST2ixhvc5QmXlO > .row > .video-iframe-container { display: none; }#EtwZ5Dh9W3oTZN9n4TST2ixhvc5QmXlO > .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); }#EtwZ5Dh9W3oTZN9n4TST2ixhvc5QmXlO > .row .container { border-width: 0; border-radius: 0; }#EtwZ5Dh9W3oTZN9n4TST2ixhvc5QmXlO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtwZ5Dh9W3oTZN9n4TST2ixhvc5QmXlO > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:60rem;position:relative;display:block; }#i0NJvzFhsXDow3Tts8X0EnbG3g2h7H1h { color:rgba(var(--color-tertiary-0),1);display:block;width:53.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.099609375rem;left:6.9375rem;height:;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; }
#JxeB4nWMuz1HL4Zhtt3fJNb72otxg2Q7 { color:rgba(var(--color-primary-3),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:15.7373046875rem;left:34.56201171875rem;height:2.6988625rem;text-align:left;text-align-last:left;display:block; }
#LCwcHJ1IcIPTWQUfXhHBxQwd8cDd7BQO { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:34.0625rem;width:60rem;top:10.11181640625rem;left:0rem;display:block; }
#VLTyIFgcLw5afM559Omu6Bk9I4LmyF6u { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;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:15.4248046875rem;left:3.46875rem;height:19.8681875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UOoci4DlOfTS72p0fgRm8JFsm0Z12Tpi { color:rgba(var(--color-primary-3),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:36.61083984375rem;left:34.5625rem;height:2.6988625rem;text-align:left;text-align-last:left;display:block; }
#rA97VOCryTANRE75iGVhZUqM3uCJSTvo { color:rgba(var(--color-primary-3),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:19.900390625rem;left:34.5625rem;height:2.6988625rem;text-align:left;text-align-last:left;display:block; }
#XXsHGclHEL51UKvQwmV1in9zxKpV5s8B { color:rgba(var(--color-primary-3),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:24.28466796875rem;left:34.5625rem;height:1.34943125rem;text-align:left;text-align-last:left;display:block; }
#dveOcDm6JNU3buVVQxFhWSHE19Jm2rqf { color:rgba(var(--color-primary-3),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:27.99951171875rem;left:34.5625rem;height:1.91184375rem;text-align:left;text-align-last:left;display:block; }
#tzNMPyxGOC0kJnZZB06CD7oXIJfVdd1f { color:rgba(var(--color-primary-3),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:32.3994140625rem;left:34.5625rem;height:1.34943125rem;text-align:left;text-align-last:left;display:block; }
#ntKRTNmsbZOgOLSkgdakbyhPSa7Xo6QC { position:absolute;display:block;z-index:15003;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:2.375rem;width:2.375rem;top:15.836292028427rem;left:30.680484771729rem;display:block; }
#ry5o7OPcKimlAogOvy9doxbwXLrD3IFQ { position:absolute;display:block;z-index:15020;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:6.25rem;width:6.25rem;top:2.720703125rem;left:0rem;overflow:hidden;display:block; }
#rZBxGURO5EUid4VWy3c9k8KX1kV8SDGl { position:absolute;display:block;z-index:15026;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:1.5rem;width:1.5rem;top:16.211555480957rem;left:31.124731063842rem;overflow:hidden;display:block; }
#ZxcDuU6RfgmKAOogCs2hQ4T6c6I8PgGi { position:absolute;display:block;z-index:15027;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:1.6875rem;width:1.6875rem;top:19.7626953125rem;left:31.0625rem;overflow:hidden;display:block; }
#nTVg3U71BQZNtCM0CXpTMdfrOGZnW9n8 { position:absolute;display:block;z-index:15028;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:1.875rem;width:1.875rem;top:23.84375rem;left:30.90625rem;overflow:hidden;display:block; }
#FIrpO1r6mszIJsHyDoBOIZIwwK8Z3033 { position:absolute;display:block;z-index:15029;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:1.4375rem;width:1.4375rem;top:28.267904281616rem;left:31.125rem;overflow:hidden;display:block; }
#s22frWok6HesCihhZwIo3JEBtyxb8hBT { position:absolute;display:block;z-index:15030;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:1.625rem;width:1.625rem;top:32.2490234375rem;left:31rem;overflow:hidden;display:block; }
#ULIIyziulTHzgoz2uIF9RNpbAgFpDARp { position:absolute;display:block;z-index:15031;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:1.625rem;width:1.625rem;top:37.0673828125rem;left:31rem;overflow:hidden;display:block; }
#x7MGTuul9DX5e11ZGVdHSD5XS6TqL7fb { position:absolute;display:block;z-index:15004;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:2.375rem;width:2.375rem;top:19.3876953125rem;left:30.680339813233rem;display:block; }
#WIC2KR6g4KnK0H3JsRllibtzBiERLWk1 { position:absolute;display:block;z-index:15005;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:2.375rem;width:2.375rem;top:23.534505844116rem;left:30.680339813233rem;display:block; }
#pKeaoq922K3yVpcfU9z9lTq2IAmlFAzE { position:absolute;display:block;z-index:15006;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:2.375rem;width:2.375rem;top:27.767904281616rem;left:30.680339813233rem;display:block; }
#VFkXCuryKpO7wX0JhaiCxHyKWxPOKUaM { 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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:2.375rem;width:2.375rem;top:31.9365234375rem;left:30.680339813233rem;display:block; }
#xaVxD8pdAwLAEat2wozXC1e2y7KUNHwk { position:absolute;display:block;z-index:15008;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:2.375rem;width:2.375rem;top:36.735677719116rem;left:30.680339813233rem;display:block; }
#Xy4Dr17mDtDT5DbyHZ8B8ucsGKVZX3W2 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),0.36);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.0625rem;width:20.1875rem;top:19.2626953125rem;left:34.562175750733rem;display:block; }
#E6nowzFZAX9myVo0TNbHVIhgFShaTLO3 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),0.36);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.0625rem;width:20.1875rem;top:23.1376953125rem;left:34.56201171875rem;display:block; }
#izikgibyDtdunLeJ0qUEM0ap4ot7kSUc { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),0.36);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.0625rem;width:20.1875rem;top:27.111654281616rem;left:34.562175750733rem;display:block; }
#BriT5AiI9MgnrV5bpVzylNchZ8Eknfbf { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),0.36);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.0625rem;width:20.1875rem;top:30.861654281616rem;left:34.562175750733rem;display:block; }
#OmxkTAFVxkiaUTVnAINzrnZkFyyaFzr9 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),0.36);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.0625rem;width:20.1875rem;top:35.549154281616rem;left:34.562175750733rem;display:block; }
#SFLLMS83UJlnlW5oy7W9c9LIKReTUpci { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),0.36);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.0625rem;width:20.1875rem;top:40.266929626465rem;left:34.562175750733rem;display:block; }
#mBtaWQzp1OwD3SufhAscRkpKKswctBv8 { position:absolute;display:block;z-index:15006;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:2.375rem;width:2.375rem;top:27.767904281616rem;left:30.680339813233rem;display:none; }
#PI6mlg0Nf0KEmEVmx9Q85w1T9R6ggf0e { position:absolute;display:block;z-index:15027;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:1.6875rem;width:1.6875rem;top:19.7626953125rem;left:31.0625rem;overflow:hidden;display:none; }
#rL9JO5AV8zPzJVkTGuGXPubquR2N5hHX { position:absolute;display:block;z-index:15027;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:1.6875rem;width:1.6875rem;top:19.7626953125rem;left:31.0625rem;overflow:hidden;display:none; }
#vTWF5mNcZhCGiF49HtDd3hEn67mnAwoU { position:absolute;display:block;z-index:15029;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:1.4375rem;width:1.4375rem;top:28.267904281616rem;left:31.125rem;overflow:hidden;display:none; }
#LH0LVJKrpu1KppPdm4yanUvWJzMmDSzU { position:absolute;display:block;z-index:15027;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:1.6875rem;width:1.6875rem;top:19.7626953125rem;left:31.0625rem;overflow:hidden;display:none; }
#Spq6tgDzTScz39yAdtC6QKaX5yyM3Ja5 { position:absolute;display:block;z-index:15027;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:1.6875rem;width:1.6875rem;top:19.7626953125rem;left:31.0625rem;overflow:hidden;display:none; }
#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/9d3ba42b-182d-4b7b-8da0-47493f1f0616/farmtablefarmersbackground.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; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV.adaptive-delivery-prevent-bg, #ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV.lazyload, #ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV.lazyloading { background-image: none; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row .container { background-color: transparent; background-image: none; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row .container > .video-iframe-container { display: none; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row > .video-iframe-container { display: none; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .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); }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row .container { border-width: 0; border-radius: 0; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#KyW5HUkz1NT3tqiSJOVflzWFOxUeNaK4 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.5718746185303rem;left:0rem;height:2.84375rem;font-style:normal;display:block; }
#mIRtI5D3IIyTddGp7tMfb75qMpOhPUII { z-index:15004;top:5.4937496185303rem;left:40.53125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #0c2a0e ;box-sizing:border-box;color:rgba(var(--color-primary-3),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:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:12.625rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ntBdgvc8c9l2UEi1tPKfSNTC8yXkwT3w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FR8bP5SaSps3o114Ko82Z5h47D0QvRUq { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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;display:block; }#FR8bP5SaSps3o114Ko82Z5h47D0QvRUq > .row .container { background-color: transparent; background-image: none; }#FR8bP5SaSps3o114Ko82Z5h47D0QvRUq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FR8bP5SaSps3o114Ko82Z5h47D0QvRUq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FR8bP5SaSps3o114Ko82Z5h47D0QvRUq > .row .container > .video-iframe-container { display: none; }#FR8bP5SaSps3o114Ko82Z5h47D0QvRUq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FR8bP5SaSps3o114Ko82Z5h47D0QvRUq > .row > .video-iframe-container { display: none; }#FR8bP5SaSps3o114Ko82Z5h47D0QvRUq > .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); }#FR8bP5SaSps3o114Ko82Z5h47D0QvRUq > .row .container { border-width: 0; border-radius: 0; }#FR8bP5SaSps3o114Ko82Z5h47D0QvRUq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FR8bP5SaSps3o114Ko82Z5h47D0QvRUq > .row .container { width:60rem;height:32.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#F1mlUP7CnztFneHpJptiTmPefmVJ279E { position:absolute;display:block;z-index:15000;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:39.9375rem;width:37.6875rem;display:none; }
#Whu68fWK5mUuZz6LvLBu5puziXZIpq5L { color:rgba(var(--color-tertiary-2),1);display:block;width:23.56225rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:2.84375rem;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:left;text-align-last:left;display:block; }
#EG91Eprthdmr2C98U98bIPqSK2MT2FAT { color:rgba(var(--color-tertiary-2),1);display:block;width:29.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:9.9375rem;left:0rem;height:6.1883rem;text-align:left;text-align-last:left;display:block; }
#lMkh5ek0wzhLXFA7yg1TC22PW432qUtJ { color:rgba(var(--color-tertiary-2),1);display:block;width:29.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:17.625rem;left:0rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#x7VUpPzwMDFgcQgxIy0XWPZQVO0221mI { position:absolute;display:block;z-index:15000;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:25.125rem;width:23.6875rem;top:4.31201171875rem;left:36.3125rem;overflow:hidden;display:block; }
#SC1TlRTJ4Svg3PIR1WLJtCNWVQ9G6lcd { position:absolute;display:block;z-index:15002;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:29.6249375rem;top:8.625rem;left:0rem;display:block; }
#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG { background-color:rgba(var(--color-primary-3),0.03);background-image:none;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;display:block; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row .container { background-color: transparent; background-image: none; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row .container > .video-iframe-container { display: none; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row > .video-iframe-container { display: none; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .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); }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row .container { border-width: 0; border-radius: 0; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row .container { width:60rem;height:36.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#PJh6stHVN3XivTaRy1NqW4Qg7z116B0s { color:rgba(var(--color-primary-3),1);display:block;width:24.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:6.125rem;left:2.5rem;height:6.1745375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#ESV2lFJN4Fk5R7xTKuaErbpA20umJrsy { color:rgba(var(--color-primary-3),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.28857421875rem;left:33.625rem;height:3.086825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bDhoDAAvydEf5mUssqrKEvfL4T6BmFI3 { color:rgba(var(--color-primary-3),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.95849609375rem;left:33.625rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZqhdT7ptXF7iETX6Z8vWssM1r6UQe1UD { color:rgba(var(--color-primary-3),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.97998046875rem;left:33.625rem;height:3.086825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sDCJl3Jbqa6aU3bss0zX0TX6Zr36y2pH { color:rgba(var(--color-primary-3),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.91455078125rem;left:33.625rem;height:3.086825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O12uiikXmiVFiQvy2L3vuMbn7GL7wQZk { color:rgba(var(--color-primary-3),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.96337890625rem;left:33.625rem;height:3.086825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cc7hnEFawEWqDLXrBNHsOrgZ5DsQGESP { color:rgba(var(--color-primary-3),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.96337890625rem;left:47rem;height:3.086825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ev8AHV9OxMATQH6Ta8K5p2SDiA94u96V { color:rgba(var(--color-primary-3),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.33642578125rem;left:47.0625rem;height:3.086825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WTU5z25TIlNFuzMcflK5xeJuo38TtEAL { color:rgba(var(--color-primary-3),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.14306640625rem;left:47.5rem;height:3.086825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M3skAvaECNyZQHRlk8es8OoqCmEUnxyr { color:rgba(var(--color-primary-3),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.28857421875rem;left:47.5rem;height:6.17365rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ICPs3yOkNbmDXg9WNkg6XoTeVeDbKkqm { position:absolute;display:block;z-index:15013;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:16.25rem;width:24.437125rem;top:15.2685546875rem;left:2.6868782043457rem;overflow:hidden;display:block; }
#h2nQGgGMk17l0K2XpchrQaVLr2CHE7rr { box-sizing:content-box;height:36.75rem;width:30.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.54);background-image:none;top:-0.03857421875rem;left:30rem;display:block; }
#vCwKk54eN2nFmTXAGpZfpr1M6RTKDNT2 { box-sizing:content-box;height:0.125rem;width:9.5625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),0.5);background-image:none;top:11.25rem;left:33.625rem;display:block; }
#GazXsNGxyXFgWeDwRgCwJBIkx0OuTS3D { box-sizing:content-box;height:0.125rem;width:9.5625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),0.5);background-image:none;top:17.625rem;left:33.625rem;display:block; }
#Dv8sC6cCi1k3R7xlbSf7IusCD1MZ7hTt { box-sizing:content-box;height:0.125rem;width:9.5625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),0.5);background-image:none;top:23.8125rem;left:33.625rem;display:block; }
#tTtsP61dkWxT2JAbQeuMMRhlDNG0oPH6 { box-sizing:content-box;height:0.125rem;width:9.5625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),0.5);background-image:none;top:29.6025390625rem;left:33.625rem;display:block; }
#Th6blywqVHDus1Vz019lxwkR2uwcO0zd { box-sizing:content-box;height:0.125rem;width:9.5625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),0.5);background-image:none;top:11.25rem;left:47rem;display:block; }
#or5DGiaKt8G9pr06hldw3nhDnpFIZ49B { box-sizing:content-box;height:0.125rem;width:9.5625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),0.5);background-image:none;top:17.625rem;left:47.375rem;display:block; }
#HOvkQzk3whTN4fC3eIIxhzNaCkzdhxkz { box-sizing:content-box;height:0.125rem;width:9.5625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-3),0.5);background-image:none;top:23.9375rem;left:47.375rem;display:block; }
#wud8mA3XkEnfeuGGw8vFwcvNxPHg6pzT { box-sizing:content-box;height:0.125rem;width:9.5625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),0.5);background-image:none;top:23.8125rem;left:33.625rem;display:none; }
#v88080FHUXw4vGLT9gSgxovqPA6MQByZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/4650d769-eda0-4e7f-a09f-d651948e9813/farmtablepaddockbluebackground.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; }#v88080FHUXw4vGLT9gSgxovqPA6MQByZ.adaptive-delivery-prevent-bg, #v88080FHUXw4vGLT9gSgxovqPA6MQByZ.lazyload, #v88080FHUXw4vGLT9gSgxovqPA6MQByZ.lazyloading { background-image: none; }#v88080FHUXw4vGLT9gSgxovqPA6MQByZ > .row .container { background-color: transparent; background-image: none; }#v88080FHUXw4vGLT9gSgxovqPA6MQByZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v88080FHUXw4vGLT9gSgxovqPA6MQByZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v88080FHUXw4vGLT9gSgxovqPA6MQByZ > .row .container > .video-iframe-container { display: none; }#v88080FHUXw4vGLT9gSgxovqPA6MQByZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v88080FHUXw4vGLT9gSgxovqPA6MQByZ > .row > .video-iframe-container { display: none; }#v88080FHUXw4vGLT9gSgxovqPA6MQByZ > .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); }#v88080FHUXw4vGLT9gSgxovqPA6MQByZ > .row .container { border-width: 0; border-radius: 0; }#v88080FHUXw4vGLT9gSgxovqPA6MQByZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v88080FHUXw4vGLT9gSgxovqPA6MQByZ > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#fds8VOy7NOGVSTZXETtJcJyxIaqImOqx { color:rgba(var(--color-tertiary-0),1);display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.375rem;left:0rem;height:5.6875rem;font-style:normal;display:block; }
#SLrrJaV61qiLuaaTdxQGBCS76uiWzati { z-index:15004;top:6.93115234375rem;left:41.53125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #0c2a0e ;box-sizing:border-box;color:#4d714c;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.625rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bNiX572U4dsOeQl5vEGTfkpA7CtEBeJB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NXgo8tg06wpi3T3hxGXw1zQXKtQq1wyw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ecebea;background-image:url("https://images.assets-landingi.com/uc/70b7306e-7617-45b1-9502-ae1e673a0857/backgroundflowerslight.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !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; }#NXgo8tg06wpi3T3hxGXw1zQXKtQq1wyw.adaptive-delivery-prevent-bg, #NXgo8tg06wpi3T3hxGXw1zQXKtQq1wyw.lazyload, #NXgo8tg06wpi3T3hxGXw1zQXKtQq1wyw.lazyloading { background-image: none; }#NXgo8tg06wpi3T3hxGXw1zQXKtQq1wyw > .row .container { background-color: transparent; background-image: none; }#NXgo8tg06wpi3T3hxGXw1zQXKtQq1wyw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXgo8tg06wpi3T3hxGXw1zQXKtQq1wyw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXgo8tg06wpi3T3hxGXw1zQXKtQq1wyw > .row .container > .video-iframe-container { display: none; }#NXgo8tg06wpi3T3hxGXw1zQXKtQq1wyw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXgo8tg06wpi3T3hxGXw1zQXKtQq1wyw > .row > .video-iframe-container { display: none; }#NXgo8tg06wpi3T3hxGXw1zQXKtQq1wyw > .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); }#NXgo8tg06wpi3T3hxGXw1zQXKtQq1wyw > .row .container { border-width: 0; border-radius: 0; }#NXgo8tg06wpi3T3hxGXw1zQXKtQq1wyw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NXgo8tg06wpi3T3hxGXw1zQXKtQq1wyw > .row .container { font-size:0.875rem;font-family:arial;height:102.3125rem;width:60rem;position:relative;display:block; }#EUsBMuDDMq4HqM9m9OTi3xfFGULvu6N3 { color:rgba(var(--color-primary-3),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:21.63720703125rem;left:4.25rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ysHNm4IJg6pIAnLaNac0oiB2gl1BSpge { color:rgba(var(--color-tertiary-3),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.9248046875rem;left:20rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EyK3BGum40yEhMGQ8nvCfeqTxqZPACTZ { color:rgba(var(--color-tertiary-1),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:31.68115234375rem;left:20rem;height:7.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oxFFTD4DaZdm6gfStJqGoZr6ELdF6zgu { color:rgba(var(--color-primary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:36.1875rem;left:4.25rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WssXbQFRUFu5OCMN4FhVdsRCPq8MFwam { color:rgba(var(--color-tertiary-1),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:46.6875rem;left:20rem;height:7.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OVPbfwR2eidCGEIKc5pcuTpQo0vSEvAb { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:4.0625rem;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; }
#uFFD4WHGJ2lrU9PvBSlrLVsh1aBfk3a2 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.75);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:2.5625rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-3),0.59) ;height:12.5rem;width:60rem;top:14.375rem;left:0rem;display:block; }
#xWiOugiMdf6pkTVI9OFOO2IMTM6FpWMw { 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:3.6875rem;width:3.6875rem;top:16.19970703125rem;left:8.15625rem;overflow:hidden;display:block; }
#ZINFmmfpD0CbILt80rOG0fbD95IpLSVG { color:rgba(var(--color-tertiary-1),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:83.8125rem;left:20rem;height:10.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m7rZa5xrl1eQ3HdQkPH1DIsdshLOgVep { color:rgba(var(--color-tertiary-1),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:63.068359375rem;left:20rem;height:10.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w93BSXKOv75LnXDtp06u9N1Fbyzdgwx3 { position:absolute;display:block;z-index:15014;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.375rem;width:3.4375rem;top:83.8125rem;left:8.3125rem;overflow:hidden;display:block; }
#Jwd4eTp9wkWyNpuFv4WodHVqrbn3T84O { position:absolute;display:block;z-index:15013;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.125rem;width:3.125rem;top:30.25rem;left:8.1875rem;overflow:hidden;display:block; }
#m7JCSvpXbT2sVmWJS01LKCNtysgUiXL8 { position:absolute;display:block;z-index:15008;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: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:15.46875rem;left:7.5rem;display:block; }
#exzx7UONgClhriG8RMSorhv5c5GGRqtq { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),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: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:29.3125rem;left:7.25rem;display:block; }
#SP4b3lcABxoOuFyJNWwevkGm112uQOix { 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; }
#k1e2NO7adHqL3oV0F4GiLJ2NG8B80TOE { 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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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.75rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:6.625rem;height:1.8125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:24.125rem;left:50.492276887872rem;display:block; }
#cMHAlpniQ8uuidl7kePg7DTetEokd1l5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iy3hUD2Wc6kv89uJDiEcu8gf1PwSBp82 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.75);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:2.5625rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-3),0.59) ;height:14.8125rem;width:60rem;top:27.875rem;left:0rem;display:block; }
#y2Tkc2sAI0ieWFfwEKUPgUg7FfqFZZke { 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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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.75rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:6.625rem;height:1.8125rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:39.75rem;left:50.75rem;display:block; }
#IvEznvuAh1sxobaaa9ApTQ66mCGA5m1n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JcLcKnA4QKIwmqleHMvZgWGlnmKvkwVu { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.75);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:2.5625rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-3),0.59) ;height:14.4375rem;width:60rem;top:43.8125rem;left:0rem;display:block; }
#iHlkHgxoXAEL60nIvtTErhq6BeLoOVeM { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),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: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:45.375rem;left:7.5rem;display:block; }
#IKCTXuFSnw6FCyrt24vHuaFyiWzbmiUp { color:rgba(var(--color-primary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:52.9560546875rem;left:4.09375rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dV55ZGiComXERQZsMeqPqQTSX2C1NUla { 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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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.75rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:6.625rem;height:1.8125rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:54.9375rem;left:50.75rem;display:block; }
#TPgM23I5efTMH2gGWGHZhfhUxQ5liBPK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BdTCPcRAenW3MW4fCuUqSQe1aC7mfv8z { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.75);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:2.5625rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-3),0.59) ;height:19.625rem;width:60rem;top:59.5rem;left:0rem;display:block; }
#bb8PdGxJIx3bFEaJ9skQT1VMm9WuPsgh { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),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: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:61.1875rem;left:7.5rem;display:block; }
#HJzE3D6XKDgrZrldEN6wcsTPIzHLLNSx { color:rgba(var(--color-primary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:69.3310546875rem;left:4.09375rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xAKPF2IH4t5irTAhTx6RkNVR4rZCzHQ5 { 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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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.75rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:6.625rem;height:1.8125rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:76.125rem;left:50.4921875rem;display:block; }
#JwRm7rQetshbtArGG9hlVeXdTt3TKhdL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M4d7cMmRRaDv5TbhuNaFxmOruJUPSn32 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.75);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:2.5625rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-3),0.59) ;height:18rem;width:60rem;top:80.6875rem;left:0rem;display:block; }
#zfK3A3ziRG8hUK3Z1IfQXequ9ZieABpt { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),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: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:83rem;left:7.5rem;display:block; }
#M358Ve8lT8agnTEDw2y3q04fyoMAR4ZT { color:rgba(var(--color-primary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:89.9375rem;left:4.125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rl3ZqDSmGSEEsAhFqU8FPvl27PdahW2d { 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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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.75rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:6.625rem;height:1.8125rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:95.625rem;left:50.75rem;display:block; }
#lZyse4ohslnc1QKdALF2EqWqU4NlpZGe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qFeNrpv9OxfpdSoBgnMit8ypSVCtk6JE { position:absolute;display:block;z-index:15014;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.125rem;width:3.125rem;top:46.3125rem;left:8.375rem;overflow:hidden;display:block; }
#sbDJL515QztcxpyWxhPoxMptWb54iktL { position:absolute;display:block;z-index:15015;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.125rem;width:3.125rem;top:62.125rem;left:8.4375rem;overflow:hidden;display:block; }
#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/b61e6afe-ceaa-468d-8101-756644f316ba/farmtablegrowingbackground.jpg");background-position:bottom 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; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q.adaptive-delivery-prevent-bg, #JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q.lazyload, #JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q.lazyloading { background-image: none; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row .container { background-color: transparent; background-image: none; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row .container > .video-iframe-container { display: none; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row > .video-iframe-container { display: none; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .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); }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row .container { border-width: 0; border-radius: 0; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:60rem;position:relative;display:block; }#hD5ETC5hIoqcCG3Bw5xo5iyTyEzWG7OL { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8121643066406rem;left:0rem;height:5.68714375rem;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; }
#a0f952a99204406d22f4b13708e78809.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0dbab3e5-31f4-4319-9bf0-cc8b7ea36216/agmarketing.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; }#a0f952a99204406d22f4b13708e78809.widget-smartsection.adaptive-delivery-prevent-bg, #a0f952a99204406d22f4b13708e78809.widget-smartsection.lazyload, #a0f952a99204406d22f4b13708e78809.widget-smartsection.lazyloading { background-image: none; } #a0f952a99204406d22f4b13708e78809.widget-smartsection *:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="text"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="email"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="tel"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection textarea:focus-visible { outline: none; } #goLTaIapaiPwaFKJaIpMPsluEkLOm2VH > .row .container { background-color: transparent; background-image: none; }#goLTaIapaiPwaFKJaIpMPsluEkLOm2VH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#goLTaIapaiPwaFKJaIpMPsluEkLOm2VH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goLTaIapaiPwaFKJaIpMPsluEkLOm2VH > .row .container > .video-iframe-container { display: none; }#goLTaIapaiPwaFKJaIpMPsluEkLOm2VH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#goLTaIapaiPwaFKJaIpMPsluEkLOm2VH > .row > .video-iframe-container { display: none; }#goLTaIapaiPwaFKJaIpMPsluEkLOm2VH > .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); }#goLTaIapaiPwaFKJaIpMPsluEkLOm2VH > .row .container { border-width: 0; border-radius: 0; }#goLTaIapaiPwaFKJaIpMPsluEkLOm2VH::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; }#goLTaIapaiPwaFKJaIpMPsluEkLOm2VH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#goLTaIapaiPwaFKJaIpMPsluEkLOm2VH > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;position:relative;display:block; }#e029782f2b1fe061ba130f9137ddb877.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2da984d-e76d-437e-8c37-572e3c0a910d/B2Bmarketingherofarmtable.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;z-index:auto;display:block; }#e029782f2b1fe061ba130f9137ddb877.widget-smartsection.adaptive-delivery-prevent-bg, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection.lazyload, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection.lazyloading { background-image: none; } #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; } #cd3nqvyG2Aknf4TeyamtUqaZ75vGCg5h > .row .container { background-color: transparent; background-image: none; }#cd3nqvyG2Aknf4TeyamtUqaZ75vGCg5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.77); }#cd3nqvyG2Aknf4TeyamtUqaZ75vGCg5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cd3nqvyG2Aknf4TeyamtUqaZ75vGCg5h > .row .container > .video-iframe-container { display: none; }#cd3nqvyG2Aknf4TeyamtUqaZ75vGCg5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.77); }#cd3nqvyG2Aknf4TeyamtUqaZ75vGCg5h > .row > .video-iframe-container { display: none; }#cd3nqvyG2Aknf4TeyamtUqaZ75vGCg5h > .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); }#cd3nqvyG2Aknf4TeyamtUqaZ75vGCg5h > .row .container { border-width: 0; border-radius: 0; }#cd3nqvyG2Aknf4TeyamtUqaZ75vGCg5h::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; }#cd3nqvyG2Aknf4TeyamtUqaZ75vGCg5h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cd3nqvyG2Aknf4TeyamtUqaZ75vGCg5h > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;position:relative;display:block; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5e0a7fd-58e5-4a55-8862-d165a187b417/farmtablewheatbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.adaptive-delivery-prevent-bg, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyload, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyloading { background-image: none; } #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection *:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="text"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="email"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="tel"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection textarea:focus-visible { outline: none; } #C8RocH3uoCzId2ZrTTwlGu89LqIfWTHF > .row .container { background-color: transparent; background-image: none; }#C8RocH3uoCzId2ZrTTwlGu89LqIfWTHF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#C8RocH3uoCzId2ZrTTwlGu89LqIfWTHF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8RocH3uoCzId2ZrTTwlGu89LqIfWTHF > .row .container > .video-iframe-container { display: none; }#C8RocH3uoCzId2ZrTTwlGu89LqIfWTHF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#C8RocH3uoCzId2ZrTTwlGu89LqIfWTHF > .row > .video-iframe-container { display: none; }#C8RocH3uoCzId2ZrTTwlGu89LqIfWTHF > .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); }#C8RocH3uoCzId2ZrTTwlGu89LqIfWTHF > .row .container { border-width: 0; border-radius: 0; }#C8RocH3uoCzId2ZrTTwlGu89LqIfWTHF::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; }#C8RocH3uoCzId2ZrTTwlGu89LqIfWTHF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C8RocH3uoCzId2ZrTTwlGu89LqIfWTHF > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7 { display:block; }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3Rug7KnEdacOTU4bwoFmLicnwgkww0r { top:25.0625rem;left:0rem;width:33.625rem;height:4.1875rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpyn9tsRdV46uGwPQbFMLeniPq0PdXH3 { top:25.875rem;left:25.375rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsRcppPZLFeB3aK7CLEvE01Utbb5nxfc { display:block; }
 }@media only screen and (max-width: 763px) { #ArTX4UWpfDqIeFtrC4ETieQZEI5aFdgt { top:5.25rem;left:0rem;width:13.25rem;height:3.9811896411687rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOF6xtoLBOTJmUepNuMJ84yJfmQpXCIr { top:13.9375rem;left:0rem;width:47.5625rem;height:5.3125rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnWtGXkxFuuyBvMxAw6H921JhgTGXJv7 { top:19.0625rem;left:0rem;width:47.5625rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtwZ5Dh9W3oTZN9n4TST2ixhvc5QmXlO { display:block; }#EtwZ5Dh9W3oTZN9n4TST2ixhvc5QmXlO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0NJvzFhsXDow3Tts8X0EnbG3g2h7H1h { top:4.0625rem;left:0rem;width:47.75rem;height:;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxeB4nWMuz1HL4Zhtt3fJNb72otxg2Q7 { top:15.6875rem;left:26rem;width:20.5rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCwcHJ1IcIPTWQUfXhHBxQwd8cDd7BQO { top:10.0625rem;left:0rem;width:47.75rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLTyIFgcLw5afM559Omu6Bk9I4LmyF6u { top:15.375rem;left:0rem;width:20.4375rem;height:19.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOoci4DlOfTS72p0fgRm8JFsm0Z12Tpi { top:36.5625rem;left:27.0625rem;width:20.6875rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA97VOCryTANRE75iGVhZUqM3uCJSTvo { top:19.875rem;left:25.9375rem;width:20.1875rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXsHGclHEL51UKvQwmV1in9zxKpV5s8B { top:24.25rem;left:25.9375rem;width:21.8125rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dveOcDm6JNU3buVVQxFhWSHE19Jm2rqf { top:27.9375rem;left:25.9375rem;width:21.8125rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzNMPyxGOC0kJnZZB06CD7oXIJfVdd1f { top:32.375rem;left:27.5rem;width:20.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntKRTNmsbZOgOLSkgdakbyhPSa7Xo6QC { top:15.8125rem;left:24.555484771729rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry5o7OPcKimlAogOvy9doxbwXLrD3IFQ { top:2.6875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZBxGURO5EUid4VWy3c9k8KX1kV8SDGl { top:16.1875rem;left:24.999731063842rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxcDuU6RfgmKAOogCs2hQ4T6c6I8PgGi { top:19.75rem;left:24.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTVg3U71BQZNtCM0CXpTMdfrOGZnW9n8 { top:23.8125rem;left:24.78125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIrpO1r6mszIJsHyDoBOIZIwwK8Z3033 { top:28.25rem;left:25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s22frWok6HesCihhZwIo3JEBtyxb8hBT { top:32.1875rem;left:24.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULIIyziulTHzgoz2uIF9RNpbAgFpDARp { top:37.0625rem;left:24.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7MGTuul9DX5e11ZGVdHSD5XS6TqL7fb { top:19.375rem;left:24.555339813233rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIC2KR6g4KnK0H3JsRllibtzBiERLWk1 { top:23.5rem;left:24.555339813233rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKeaoq922K3yVpcfU9z9lTq2IAmlFAzE { top:27.75rem;left:24.555339813233rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFkXCuryKpO7wX0JhaiCxHyKWxPOKUaM { top:31.875rem;left:24.555339813233rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaVxD8pdAwLAEat2wozXC1e2y7KUNHwk { top:36.6875rem;left:24.555339813233rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy4Dr17mDtDT5DbyHZ8B8ucsGKVZX3W2 { top:19.25rem;left:27.5625rem;width:20.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6nowzFZAX9myVo0TNbHVIhgFShaTLO3 { top:23.125rem;left:27.5625rem;width:20.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izikgibyDtdunLeJ0qUEM0ap4ot7kSUc { top:27.0625rem;left:27.5625rem;width:20.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BriT5AiI9MgnrV5bpVzylNchZ8Eknfbf { top:30.8125rem;left:27.5625rem;width:20.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmxkTAFVxkiaUTVnAINzrnZkFyyaFzr9 { top:35.5rem;left:27.5625rem;width:20.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFLLMS83UJlnlW5oy7W9c9LIKReTUpci { top:40.25rem;left:27.5625rem;width:20.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBtaWQzp1OwD3SufhAscRkpKKswctBv8 { top:27.75rem;left:24.555339813233rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PI6mlg0Nf0KEmEVmx9Q85w1T9R6ggf0e { top:19.75rem;left:24.9375rem;width:1.6875rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rL9JO5AV8zPzJVkTGuGXPubquR2N5hHX { top:19.75rem;left:24.9375rem;width:1.6875rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTWF5mNcZhCGiF49HtDd3hEn67mnAwoU { top:28.25rem;left:25rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LH0LVJKrpu1KppPdm4yanUvWJzMmDSzU { top:19.75rem;left:24.9375rem;width:1.6875rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Spq6tgDzTScz39yAdtC6QKaX5yyM3Ja5 { top:19.75rem;left:24.9375rem;width:1.6875rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV { display:block; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyW5HUkz1NT3tqiSJOVflzWFOxUeNaK4 { width:39.25rem;height:2.8125rem;top:5.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIRtI5D3IIyTddGp7tMfb75qMpOhPUII { top:5.4375rem;left:31.34375rem;width:12.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntBdgvc8c9l2UEi1tPKfSNTC8yXkwT3w { display:block; }
 }@media only screen and (max-width: 763px) { #FR8bP5SaSps3o114Ko82Z5h47D0QvRUq { display:block; }#FR8bP5SaSps3o114Ko82Z5h47D0QvRUq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1mlUP7CnztFneHpJptiTmPefmVJ279E { width:29.9375rem;height:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Whu68fWK5mUuZz6LvLBu5puziXZIpq5L { top:5.0625rem;left:0rem;width:23.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG91Eprthdmr2C98U98bIPqSK2MT2FAT { top:9.9375rem;left:0rem;width:29.75rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMkh5ek0wzhLXFA7yg1TC22PW432qUtJ { top:17.625rem;left:0rem;width:29.4375rem;height:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7VUpPzwMDFgcQgxIy0XWPZQVO0221mI { top:4.25rem;left:24.0625rem;width:23.6875rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC1TlRTJ4Svg3PIR1WLJtCNWVQ9G6lcd { top:8.625rem;left:0rem;width:29.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG { display:block; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJh6stHVN3XivTaRy1NqW4Qg7z116B0s { top:6.125rem;left:0rem;width:24.8125rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESV2lFJN4Fk5R7xTKuaErbpA20umJrsy { top:25.25rem;left:27.5rem;width:7.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDhoDAAvydEf5mUssqrKEvfL4T6BmFI3 { top:30.9375rem;left:27.5rem;width:10.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqhdT7ptXF7iETX6Z8vWssM1r6UQe1UD { top:18.9375rem;left:27.5rem;width:10.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDCJl3Jbqa6aU3bss0zX0TX6Zr36y2pH { top:12.875rem;left:27.5rem;width:9.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O12uiikXmiVFiQvy2L3vuMbn7GL7wQZk { top:6.9375rem;left:27.5rem;width:10.1875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc7hnEFawEWqDLXrBNHsOrgZ5DsQGESP { top:6.9375rem;left:37.4375rem;width:10.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev8AHV9OxMATQH6Ta8K5p2SDiA94u96V { top:13.3125rem;left:37.4375rem;width:10.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTU5z25TIlNFuzMcflK5xeJuo38TtEAL { top:19.125rem;left:38.4375rem;width:9.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3skAvaECNyZQHRlk8es8OoqCmEUnxyr { top:25.25rem;left:37.1875rem;width:10.5625rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICPs3yOkNbmDXg9WNkg6XoTeVeDbKkqm { top:15.25rem;left:0rem;width:24.375rem;height:16.208688624378rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2nQGgGMk17l0K2XpchrQaVLr2CHE7rr { top:0rem;left:17.6875rem;width:30.0625rem;height:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCwKk54eN2nFmTXAGpZfpr1M6RTKDNT2 { top:11.25rem;left:27.5rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GazXsNGxyXFgWeDwRgCwJBIkx0OuTS3D { top:17.625rem;left:27.5rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv8sC6cCi1k3R7xlbSf7IusCD1MZ7hTt { top:23.8125rem;left:27.5rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTtsP61dkWxT2JAbQeuMMRhlDNG0oPH6 { top:29.5625rem;left:27.5rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th6blywqVHDus1Vz019lxwkR2uwcO0zd { top:11.25rem;left:38.1875rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #or5DGiaKt8G9pr06hldw3nhDnpFIZ49B { top:17.625rem;left:38.1875rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOvkQzk3whTN4fC3eIIxhzNaCkzdhxkz { top:23.9375rem;left:38.1875rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wud8mA3XkEnfeuGGw8vFwcvNxPHg6pzT { top:23.8125rem;left:27.5rem;width:9.5625rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v88080FHUXw4vGLT9gSgxovqPA6MQByZ { display:block; }#v88080FHUXw4vGLT9gSgxovqPA6MQByZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fds8VOy7NOGVSTZXETtJcJyxIaqImOqx { width:39.25rem;height:5.6875rem;top:4.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLrrJaV61qiLuaaTdxQGBCS76uiWzati { top:6.875rem;left:32.34375rem;width:12.625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNiX572U4dsOeQl5vEGTfkpA7CtEBeJB { display:block; }
 }@media only screen and (max-width: 763px) { #NXgo8tg06wpi3T3hxGXw1zQXKtQq1wyw { display:block; }#NXgo8tg06wpi3T3hxGXw1zQXKtQq1wyw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUsBMuDDMq4HqM9m9OTi3xfFGULvu6N3 { width:11.5rem;height:2.875rem;top:21.625rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysHNm4IJg6pIAnLaNac0oiB2gl1BSpge { width:37.3125rem;height:5.375rem;top:17.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyK3BGum40yEhMGQ8nvCfeqTxqZPACTZ { width:36.125rem;height:7.1875rem;top:31.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxFFTD4DaZdm6gfStJqGoZr6ELdF6zgu { width:11.8125rem;height:2.875rem;top:36.1875rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WssXbQFRUFu5OCMN4FhVdsRCPq8MFwam { width:37.375rem;height:7.1875rem;top:46.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVPbfwR2eidCGEIKc5pcuTpQo0vSEvAb { width:47.75rem;height:4.0625rem;top:5.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFFD4WHGJ2lrU9PvBSlrLVsh1aBfk3a2 { top:14.375rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWiOugiMdf6pkTVI9OFOO2IMTM6FpWMw { top:16.1875rem;left:6.09375rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZINFmmfpD0CbILt80rOG0fbD95IpLSVG { width:37.0625rem;height:10.75rem;top:83.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7rZa5xrl1eQ3HdQkPH1DIsdshLOgVep { width:35.5rem;height:10.75rem;top:63.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w93BSXKOv75LnXDtp06u9N1Fbyzdgwx3 { top:83.8125rem;left:6.25rem;width:3.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwd4eTp9wkWyNpuFv4WodHVqrbn3T84O { top:30.25rem;left:6.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7JCSvpXbT2sVmWJS01LKCNtysgUiXL8 { top:15.4375rem;left:5.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #exzx7UONgClhriG8RMSorhv5c5GGRqtq { top:29.3125rem;left:5.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP4b3lcABxoOuFyJNWwevkGm112uQOix { top:17.6875rem;left:6.28125rem;width:2.9375rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1e2NO7adHqL3oV0F4GiLJ2NG8B80TOE { width:6.625rem;height:1.8125rem;top:24.125rem;left:40.179776887872rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMHAlpniQ8uuidl7kePg7DTetEokd1l5 { display:block; }
 }@media only screen and (max-width: 763px) { #Iy3hUD2Wc6kv89uJDiEcu8gf1PwSBp82 { top:27.875rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2Tkc2sAI0ieWFfwEKUPgUg7FfqFZZke { width:6.625rem;height:1.8125rem;top:39.75rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvEznvuAh1sxobaaa9ApTQ66mCGA5m1n { display:block; }
 }@media only screen and (max-width: 763px) { #JcLcKnA4QKIwmqleHMvZgWGlnmKvkwVu { top:43.8125rem;left:0rem;width:47.75rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHlkHgxoXAEL60nIvtTErhq6BeLoOVeM { top:45.375rem;left:5.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKCTXuFSnw6FCyrt24vHuaFyiWzbmiUp { width:11.8125rem;height:2.875rem;top:52.9375rem;left:2.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV55ZGiComXERQZsMeqPqQTSX2C1NUla { width:6.625rem;height:1.8125rem;top:54.9375rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPgM23I5efTMH2gGWGHZhfhUxQ5liBPK { display:block; }
 }@media only screen and (max-width: 763px) { #BdTCPcRAenW3MW4fCuUqSQe1aC7mfv8z { top:59.5rem;left:0rem;width:47.75rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb8PdGxJIx3bFEaJ9skQT1VMm9WuPsgh { top:61.1875rem;left:5.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJzE3D6XKDgrZrldEN6wcsTPIzHLLNSx { width:11.8125rem;height:2.875rem;top:69.3125rem;left:2.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAKPF2IH4t5irTAhTx6RkNVR4rZCzHQ5 { width:6.625rem;height:1.8125rem;top:76.125rem;left:40.1796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwRm7rQetshbtArGG9hlVeXdTt3TKhdL { display:block; }
 }@media only screen and (max-width: 763px) { #M4d7cMmRRaDv5TbhuNaFxmOruJUPSn32 { top:80.6875rem;left:0rem;width:47.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfK3A3ziRG8hUK3Z1IfQXequ9ZieABpt { top:83rem;left:5.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M358Ve8lT8agnTEDw2y3q04fyoMAR4ZT { width:11.8125rem;height:1.4375rem;top:89.9375rem;left:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl3ZqDSmGSEEsAhFqU8FPvl27PdahW2d { width:6.625rem;height:1.8125rem;top:95.625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZyse4ohslnc1QKdALF2EqWqU4NlpZGe { display:block; }
 }@media only screen and (max-width: 763px) { #qFeNrpv9OxfpdSoBgnMit8ypSVCtk6JE { top:46.3125rem;left:6.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbDJL515QztcxpyWxhPoxMptWb54iktL { top:62.125rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q { display:block; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hD5ETC5hIoqcCG3Bw5xo5iyTyEzWG7OL { width:47.75rem;height:5.6875rem;top:2.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0f952a99204406d22f4b13708e78809.widget-smartsection { display:block; } #a0f952a99204406d22f4b13708e78809.widget-smartsection *:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="text"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="email"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="tel"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection textarea:focus-visible { outline: none; } #goLTaIapaiPwaFKJaIpMPsluEkLOm2VH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e029782f2b1fe061ba130f9137ddb877.widget-smartsection { 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; } #cd3nqvyG2Aknf4TeyamtUqaZ75vGCg5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection { display:block; } #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection *:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="text"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="email"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="tel"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection textarea:focus-visible { outline: none; } #C8RocH3uoCzId2ZrTTwlGu89LqIfWTHF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9a98a64-9bdd-4605-b1bd-14886b2a8a57/FarmTablebackgroundsmobiledesign600x800px.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7.adaptive-delivery-prevent-bg, #PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7.lazyload, #PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7.lazyloading { background-image: none; }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7 > .row .container { background-color: transparent; background-image: none; }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.51); }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7 > .row .container > .video-iframe-container { display: none; }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.51); }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7 > .row > .video-iframe-container { display: none; }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7 > .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); }#PmA5PEn2KvyRv5twpZD4tqK1H6hAruN7 > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3Rug7KnEdacOTU4bwoFmLicnwgkww0r { width:19.375rem;height:2.131125rem;top:15.37464427948rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tpyn9tsRdV46uGwPQbFMLeniPq0PdXH3 { top:8.89375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsRcppPZLFeB3aK7CLEvE01Utbb5nxfc { display:block; }
 }@media only screen and (max-width: 763px) { #ArTX4UWpfDqIeFtrC4ETieQZEI5aFdgt { width:7.62475rem;height:2.24964375rem;top:3.0158023834229rem;left:6.1869668960571rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MOF6xtoLBOTJmUepNuMJ84yJfmQpXCIr { width:20rem;height:3.64346875rem;top:8.8125rem;left:0rem;font-size:3.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RnWtGXkxFuuyBvMxAw6H921JhgTGXJv7 { width:20rem;height:2.2682875rem;top:12.4375rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EtwZ5Dh9W3oTZN9n4TST2ixhvc5QmXlO { display:block; }#EtwZ5Dh9W3oTZN9n4TST2ixhvc5QmXlO > .row .container { width:20rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0NJvzFhsXDow3Tts8X0EnbG3g2h7H1h { width:20rem;height:5.2rem;top:5.37451171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JxeB4nWMuz1HL4Zhtt3fJNb72otxg2Q7 { width:10.1875rem;height:3.825rem;top:37.5625rem;left:6.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCwcHJ1IcIPTWQUfXhHBxQwd8cDd7BQO { width:19.9375rem;height:35.875rem;top:34.9375rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #VLTyIFgcLw5afM559Omu6Bk9I4LmyF6u { width:18rem;height:21.674375rem;top:11.95947265625rem;left:1rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UOoci4DlOfTS72p0fgRm8JFsm0Z12Tpi { width:11.8125rem;height:3.825rem;top:63.875rem;left:6.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA97VOCryTANRE75iGVhZUqM3uCJSTvo { width:10.1875rem;height:2.55rem;top:43.125rem;left:6.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXsHGclHEL51UKvQwmV1in9zxKpV5s8B { width:10.625rem;height:3.825rem;top:48.375rem;left:6.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dveOcDm6JNU3buVVQxFhWSHE19Jm2rqf { width:11.0625rem;height:2.55rem;top:54.375rem;left:6.125rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tzNMPyxGOC0kJnZZB06CD7oXIJfVdd1f { width:10.875rem;height:2.4rem;top:59.375rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntKRTNmsbZOgOLSkgdakbyhPSa7Xo6QC { width:20rem;height:0.1875rem;top:11.77197265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry5o7OPcKimlAogOvy9doxbwXLrD3IFQ { width:6.25rem;height:6.25rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZBxGURO5EUid4VWy3c9k8KX1kV8SDGl { width:1.5rem;height:1.5rem;top:38rem;left:2.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ZxcDuU6RfgmKAOogCs2hQ4T6c6I8PgGi { width:1.6875rem;height:1.6875rem;top:43.5625rem;left:2.375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #nTVg3U71BQZNtCM0CXpTMdfrOGZnW9n8 { width:1.875rem;height:1.875rem;top:31.53024609375rem;left:17.85107421875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FIrpO1r6mszIJsHyDoBOIZIwwK8Z3033 { width:1.4375rem;height:1.4375rem;top:35.95407421875rem;left:18.06982421875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s22frWok6HesCihhZwIo3JEBtyxb8hBT { width:1.625rem;height:1.625rem;top:39.93551953125rem;left:17.94482421875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ULIIyziulTHzgoz2uIF9RNpbAgFpDARp { width:1.625rem;height:1.625rem;top:44.75387890625rem;left:17.94482421875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x7MGTuul9DX5e11ZGVdHSD5XS6TqL7fb { width:2.375rem;height:2.375rem;top:37.5625rem;left:2rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #WIC2KR6g4KnK0H3JsRllibtzBiERLWk1 { width:2.375rem;height:2.375rem;top:43.125rem;left:2rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #pKeaoq922K3yVpcfU9z9lTq2IAmlFAzE { width:2.375rem;height:2.375rem;top:54.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFkXCuryKpO7wX0JhaiCxHyKWxPOKUaM { width:2.375rem;height:2.375rem;top:59.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaVxD8pdAwLAEat2wozXC1e2y7KUNHwk { width:2.375rem;height:2.375rem;top:63.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy4Dr17mDtDT5DbyHZ8B8ucsGKVZX3W2 { width:20rem;height:0.0625rem;top:26.94919140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E6nowzFZAX9myVo0TNbHVIhgFShaTLO3 { width:20rem;height:0.0625rem;top:30.07419140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #izikgibyDtdunLeJ0qUEM0ap4ot7kSUc { width:20rem;height:0.0625rem;top:34.79782421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BriT5AiI9MgnrV5bpVzylNchZ8Eknfbf { width:20rem;height:0.0625rem;top:38.54782421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmxkTAFVxkiaUTVnAINzrnZkFyyaFzr9 { width:20rem;height:0.0625rem;top:43.23532421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SFLLMS83UJlnlW5oy7W9c9LIKReTUpci { width:20rem;height:0.0625rem;top:47.95309765625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBtaWQzp1OwD3SufhAscRkpKKswctBv8 { width:2.375rem;height:2.375rem;top:48.375rem;left:2rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #PI6mlg0Nf0KEmEVmx9Q85w1T9R6ggf0e { width:1.6875rem;height:1.6875rem;top:48.6875rem;left:2.375rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rL9JO5AV8zPzJVkTGuGXPubquR2N5hHX { width:1.6875rem;height:1.6875rem;top:54.8125rem;left:2.375rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vTWF5mNcZhCGiF49HtDd3hEn67mnAwoU { width:1.4375rem;height:1.4375rem;top:57.5625rem;left:11.3125rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #LH0LVJKrpu1KppPdm4yanUvWJzMmDSzU { width:1.6875rem;height:1.6875rem;top:59.6875rem;left:2.4375rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Spq6tgDzTScz39yAdtC6QKaX5yyM3Ja5 { width:1.6875rem;height:1.6875rem;top:63.875rem;left:2.375rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV { background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/756a5313-6287-4ee3-bdb4-090fdbadc310/9.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV.adaptive-delivery-prevent-bg, #ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV.lazyload, #ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV.lazyloading { background-image: none; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row .container { background-color: transparent; background-image: none; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row .container > .video-iframe-container { display: none; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row > .video-iframe-container { display: none; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .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); }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyW5HUkz1NT3tqiSJOVflzWFOxUeNaK4 { width:20rem;height:5.2rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIRtI5D3IIyTddGp7tMfb75qMpOhPUII { top:9.1999988555906rem;left:3.6875rem;width:12.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntBdgvc8c9l2UEi1tPKfSNTC8yXkwT3w { display:block; }
 }@media only screen and (max-width: 763px) { #FR8bP5SaSps3o114Ko82Z5h47D0QvRUq { background-color:#ffffff;background-image:none;display:block; }#FR8bP5SaSps3o114Ko82Z5h47D0QvRUq > .row .container { background-color: transparent; background-image: none; }#FR8bP5SaSps3o114Ko82Z5h47D0QvRUq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FR8bP5SaSps3o114Ko82Z5h47D0QvRUq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FR8bP5SaSps3o114Ko82Z5h47D0QvRUq > .row .container > .video-iframe-container { display: none; }#FR8bP5SaSps3o114Ko82Z5h47D0QvRUq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FR8bP5SaSps3o114Ko82Z5h47D0QvRUq > .row > .video-iframe-container { display: none; }#FR8bP5SaSps3o114Ko82Z5h47D0QvRUq > .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); }#FR8bP5SaSps3o114Ko82Z5h47D0QvRUq > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1mlUP7CnztFneHpJptiTmPefmVJ279E { top:1.1875rem;left:8rem;width:4rem;height:4.25rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Whu68fWK5mUuZz6LvLBu5puziXZIpq5L { width:17.6875rem;height:5.2rem;top:6.05078125rem;left:1.15625rem;font-size:2rem;text-align:center;text-align-last:center;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #EG91Eprthdmr2C98U98bIPqSK2MT2FAT { width:18.75rem;height:10.3138125rem;top:11.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#333333;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lMkh5ek0wzhLXFA7yg1TC22PW432qUtJ { width:20rem;height:16.19675rem;top:22.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #x7VUpPzwMDFgcQgxIy0XWPZQVO0221mI { width:18.9375rem;height:20.125rem;top:5.56201171875rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SC1TlRTJ4Svg3PIR1WLJtCNWVQ9G6lcd { width:20rem;height:0.125rem;top:9.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG { background-color:#ffffff;background-image:none;display:block; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row .container { background-color: transparent; background-image: none; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row .container > .video-iframe-container { display: none; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row > .video-iframe-container { display: none; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .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); }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJh6stHVN3XivTaRy1NqW4Qg7z116B0s { width:20rem;height:7.799625rem;top:15.125886917114rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESV2lFJN4Fk5R7xTKuaErbpA20umJrsy { width:8.1875rem;height:3.2492875rem;top:42.6875rem;left:4.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bDhoDAAvydEf5mUssqrKEvfL4T6BmFI3 { width:10.3125rem;height:1.62464375rem;top:39.1875rem;left:4.125rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZqhdT7ptXF7iETX6Z8vWssM1r6UQe1UD { width:10rem;height:3.2492875rem;top:33.5625rem;left:4.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sDCJl3Jbqa6aU3bss0zX0TX6Zr36y2pH { width:9.6875rem;height:3.2492875rem;top:28.3125rem;left:4.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O12uiikXmiVFiQvy2L3vuMbn7GL7wQZk { width:11.75rem;height:1.62464375rem;top:24.75rem;left:4.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Cc7hnEFawEWqDLXrBNHsOrgZ5DsQGESP { width:10.6875rem;height:3.2492875rem;top:47.625rem;left:4.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ev8AHV9OxMATQH6Ta8K5p2SDiA94u96V { width:9.25rem;height:3.2492875rem;top:52.5625rem;left:4.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WTU5z25TIlNFuzMcflK5xeJuo38TtEAL { width:9rem;height:3.2492875rem;top:57.625rem;left:4.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M3skAvaECNyZQHRlk8es8OoqCmEUnxyr { width:13.25rem;height:3.2492875rem;top:62.6875rem;left:4.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ICPs3yOkNbmDXg9WNkg6XoTeVeDbKkqm { width:20rem;height:13.24975rem;top:1.1190519332886rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2nQGgGMk17l0K2XpchrQaVLr2CHE7rr { width:20rem;height:69.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCwKk54eN2nFmTXAGpZfpr1M6RTKDNT2 { width:9.5625rem;height:0.125rem;top:27.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GazXsNGxyXFgWeDwRgCwJBIkx0OuTS3D { width:9.5625rem;height:0.125rem;top:32.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv8sC6cCi1k3R7xlbSf7IusCD1MZ7hTt { width:9.5625rem;height:0.125rem;top:56.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTtsP61dkWxT2JAbQeuMMRhlDNG0oPH6 { width:9.5625rem;height:0.125rem;top:46.75rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th6blywqVHDus1Vz019lxwkR2uwcO0zd { width:9.5625rem;height:0.125rem;top:51.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #or5DGiaKt8G9pr06hldw3nhDnpFIZ49B { width:9.5625rem;height:0.125rem;top:41.8125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOvkQzk3whTN4fC3eIIxhzNaCkzdhxkz { width:9.5625rem;height:0.125rem;top:38.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wud8mA3XkEnfeuGGw8vFwcvNxPHg6pzT { width:9.5625rem;height:0.125rem;top:61.625rem;left:4.0625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #v88080FHUXw4vGLT9gSgxovqPA6MQByZ { background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/3a398d8b-cfcf-4283-a42c-026b1979a6ad/2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#v88080FHUXw4vGLT9gSgxovqPA6MQByZ.adaptive-delivery-prevent-bg, #v88080FHUXw4vGLT9gSgxovqPA6MQByZ.lazyload, #v88080FHUXw4vGLT9gSgxovqPA6MQByZ.lazyloading { background-image: none; }#v88080FHUXw4vGLT9gSgxovqPA6MQByZ > .row .container { background-color: transparent; background-image: none; }#v88080FHUXw4vGLT9gSgxovqPA6MQByZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v88080FHUXw4vGLT9gSgxovqPA6MQByZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v88080FHUXw4vGLT9gSgxovqPA6MQByZ > .row .container > .video-iframe-container { display: none; }#v88080FHUXw4vGLT9gSgxovqPA6MQByZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v88080FHUXw4vGLT9gSgxovqPA6MQByZ > .row > .video-iframe-container { display: none; }#v88080FHUXw4vGLT9gSgxovqPA6MQByZ > .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); }#v88080FHUXw4vGLT9gSgxovqPA6MQByZ > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fds8VOy7NOGVSTZXETtJcJyxIaqImOqx { width:20rem;height:6.3375rem;top:2.7500028610229rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLrrJaV61qiLuaaTdxQGBCS76uiWzati { top:12.087500572204rem;left:3.6875rem;width:12.625rem;height:3.0625rem;font-size:0.9375rem;background-color:#ffffff;background-image:none;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #bNiX572U4dsOeQl5vEGTfkpA7CtEBeJB { display:block; }
 }@media only screen and (max-width: 763px) { #NXgo8tg06wpi3T3hxGXw1zQXKtQq1wyw { display:block; }#NXgo8tg06wpi3T3hxGXw1zQXKtQq1wyw > .row .container { width:20rem;height:161.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUsBMuDDMq4HqM9m9OTi3xfFGULvu6N3 { width:18.75rem;height:1.78755625rem;top:9.26220703125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysHNm4IJg6pIAnLaNac0oiB2gl1BSpge { width:17.562125rem;height:12.599875rem;top:13.199123382568rem;left:1.2184836864471rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyK3BGum40yEhMGQ8nvCfeqTxqZPACTZ { width:17.562125rem;height:16.1998125rem;top:39.430481910706rem;left:1.2184836864471rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxFFTD4DaZdm6gfStJqGoZr6ELdF6zgu { width:14.375rem;height:3.57510625rem;top:33.999021530151rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WssXbQFRUFu5OCMN4FhVdsRCPq8MFwam { width:17.562125rem;height:14.399875rem;top:68.97105407715rem;left:1.2184836864471rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVPbfwR2eidCGEIKc5pcuTpQo0vSEvAb { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #uFFD4WHGJ2lrU9PvBSlrLVsh1aBfk3a2 { width:20rem;height:24.25rem;top:7.375rem;left:0rem;background-color:#ffffff;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) { #xWiOugiMdf6pkTVI9OFOO2IMTM6FpWMw { width:3.875rem;height:3.875rem;top:9.19970703125rem;left:8.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZINFmmfpD0CbILt80rOG0fbD95IpLSVG { width:17.0623125rem;height:23.39975rem;top:130.5624165535rem;left:1.4683947563171rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7rZa5xrl1eQ3HdQkPH1DIsdshLOgVep { width:17.562125rem;height:19.7998125rem;top:98.249286651612rem;left:1.2184836864471rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w93BSXKOv75LnXDtp06u9N1Fbyzdgwx3 { width:3.875rem;height:3.875rem;top:118.32180859375rem;left:8.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jwd4eTp9wkWyNpuFv4WodHVqrbn3T84O { width:3.875rem;height:3.875rem;top:30.9375rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7JCSvpXbT2sVmWJS01LKCNtysgUiXL8 { width:0.0625rem;height:0.0625rem;top:8.46875rem;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) { #exzx7UONgClhriG8RMSorhv5c5GGRqtq { width:0.0625rem;height:0.0625rem;top:30rem;left:7.25rem;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) { #SP4b3lcABxoOuFyJNWwevkGm112uQOix { width:0.625rem;height:0.625rem;top:10.718395233154rem;left:8.3433933258056rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #k1e2NO7adHqL3oV0F4GiLJ2NG8B80TOE { width:6.625rem;height:1.8125rem;top:28.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMHAlpniQ8uuidl7kePg7DTetEokd1l5 { display:block; }
 }@media only screen and (max-width: 763px) { #Iy3hUD2Wc6kv89uJDiEcu8gf1PwSBp82 { width:20rem;height:28.6875rem;top:32.5rem;left:0rem;background-color:#ffffff;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) { #y2Tkc2sAI0ieWFfwEKUPgUg7FfqFZZke { width:6.625rem;height:1.8125rem;top:58.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvEznvuAh1sxobaaa9ApTQ66mCGA5m1n { display:block; }
 }@media only screen and (max-width: 763px) { #JcLcKnA4QKIwmqleHMvZgWGlnmKvkwVu { width:20rem;height:27.9375rem;top:62.20263671875rem;left:0rem;background-color:#ffffff;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) { #iHlkHgxoXAEL60nIvtTErhq6BeLoOVeM { width:5rem;height:5rem;top:52.39015234375rem;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) { #IKCTXuFSnw6FCyrt24vHuaFyiWzbmiUp { width:11.8125rem;height:3.5751125rem;top:64.14013671875rem;left:4.09375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV55ZGiComXERQZsMeqPqQTSX2C1NUla { width:6.625rem;height:1.8125rem;top:87.39013671875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPgM23I5efTMH2gGWGHZhfhUxQ5liBPK { display:block; }
 }@media only screen and (max-width: 763px) { #BdTCPcRAenW3MW4fCuUqSQe1aC7mfv8z { width:20rem;height:32.625rem;top:91.25rem;left:0rem;background-color:#ffffff;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) { #bb8PdGxJIx3bFEaJ9skQT1VMm9WuPsgh { width:5rem;height:5rem;top:99.14599609375rem;left:2.96875rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #HJzE3D6XKDgrZrldEN6wcsTPIzHLLNSx { width:11.8125rem;height:3.57510625rem;top:92.8125rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAKPF2IH4t5irTAhTx6RkNVR4rZCzHQ5 { width:6.625rem;height:1.8125rem;top:120.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwRm7rQetshbtArGG9hlVeXdTt3TKhdL { display:block; }
 }@media only screen and (max-width: 763px) { #M4d7cMmRRaDv5TbhuNaFxmOruJUPSn32 { width:20rem;height:35.9375rem;top:124.93740844726rem;left:0rem;background-color:#ffffff;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) { #zfK3A3ziRG8hUK3Z1IfQXequ9ZieABpt { width:5rem;height:5rem;top:103.625rem;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;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #M358Ve8lT8agnTEDw2y3q04fyoMAR4ZT { width:11.8125rem;height:1.78755625rem;top:126.6875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl3ZqDSmGSEEsAhFqU8FPvl27PdahW2d { width:6.624625rem;height:1.8124125rem;top:156.43722915649rem;left:6.6872334480288rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZyse4ohslnc1QKdALF2EqWqU4NlpZGe { display:block; }
 }@media only screen and (max-width: 763px) { #qFeNrpv9OxfpdSoBgnMit8ypSVCtk6JE { width:3.125rem;height:3.125rem;top:53.32765234375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbDJL515QztcxpyWxhPoxMptWb54iktL { width:3.125rem;height:3.125rem;top:90.08352734375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q { background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/390a32ad-57d2-49d5-a03b-102e92ce65c3/6.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q.adaptive-delivery-prevent-bg, #JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q.lazyload, #JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q.lazyloading { background-image: none; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row .container { background-color: transparent; background-image: none; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row .container > .video-iframe-container { display: none; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row > .video-iframe-container { display: none; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .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); }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hD5ETC5hIoqcCG3Bw5xo5iyTyEzWG7OL { width:15.999625rem;height:8.7996875rem;top:3.1574039459229rem;left:1.9997334480286rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #a0f952a99204406d22f4b13708e78809.widget-smartsection { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0dbab3e5-31f4-4319-9bf0-cc8b7ea36216/agmarketing.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#a0f952a99204406d22f4b13708e78809.widget-smartsection.adaptive-delivery-prevent-bg, #a0f952a99204406d22f4b13708e78809.widget-smartsection.lazyload, #a0f952a99204406d22f4b13708e78809.widget-smartsection.lazyloading { background-image: none; } #a0f952a99204406d22f4b13708e78809.widget-smartsection *:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="text"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="email"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="tel"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection textarea:focus-visible { outline: none; } #goLTaIapaiPwaFKJaIpMPsluEkLOm2VH > .row .container { background-color: transparent; background-image: none; }#goLTaIapaiPwaFKJaIpMPsluEkLOm2VH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#goLTaIapaiPwaFKJaIpMPsluEkLOm2VH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goLTaIapaiPwaFKJaIpMPsluEkLOm2VH > .row .container > .video-iframe-container { display: none; }#goLTaIapaiPwaFKJaIpMPsluEkLOm2VH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#goLTaIapaiPwaFKJaIpMPsluEkLOm2VH > .row > .video-iframe-container { display: none; }#goLTaIapaiPwaFKJaIpMPsluEkLOm2VH > .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); }#goLTaIapaiPwaFKJaIpMPsluEkLOm2VH > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e029782f2b1fe061ba130f9137ddb877.widget-smartsection { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2da984d-e76d-437e-8c37-572e3c0a910d/B2Bmarketingherofarmtable.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e029782f2b1fe061ba130f9137ddb877.widget-smartsection.adaptive-delivery-prevent-bg, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection.lazyload, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection.lazyloading { background-image: none; } #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; } #cd3nqvyG2Aknf4TeyamtUqaZ75vGCg5h > .row .container { background-color: transparent; background-image: none; }#cd3nqvyG2Aknf4TeyamtUqaZ75vGCg5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#cd3nqvyG2Aknf4TeyamtUqaZ75vGCg5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cd3nqvyG2Aknf4TeyamtUqaZ75vGCg5h > .row .container > .video-iframe-container { display: none; }#cd3nqvyG2Aknf4TeyamtUqaZ75vGCg5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#cd3nqvyG2Aknf4TeyamtUqaZ75vGCg5h > .row > .video-iframe-container { display: none; }#cd3nqvyG2Aknf4TeyamtUqaZ75vGCg5h > .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); }#cd3nqvyG2Aknf4TeyamtUqaZ75vGCg5h > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a398d8b-cfcf-4283-a42c-026b1979a6ad/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.adaptive-delivery-prevent-bg, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyload, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyloading { background-image: none; } #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection *:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="text"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="email"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="tel"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection textarea:focus-visible { outline: none; } #C8RocH3uoCzId2ZrTTwlGu89LqIfWTHF > .row .container { background-color: transparent; background-image: none; }#C8RocH3uoCzId2ZrTTwlGu89LqIfWTHF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#C8RocH3uoCzId2ZrTTwlGu89LqIfWTHF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8RocH3uoCzId2ZrTTwlGu89LqIfWTHF > .row .container > .video-iframe-container { display: none; }#C8RocH3uoCzId2ZrTTwlGu89LqIfWTHF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#C8RocH3uoCzId2ZrTTwlGu89LqIfWTHF > .row > .video-iframe-container { display: none; }#C8RocH3uoCzId2ZrTTwlGu89LqIfWTHF > .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); }#C8RocH3uoCzId2ZrTTwlGu89LqIfWTHF > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }