.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d13cb690-3e91-4d41-a7ee-4ab9fc205511/digitalmarketingfarmtable.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT.adaptive-delivery-prevent-bg, #mueS0oReIWRVlftiCbaP043Fr1pGWaKT.lazyload, #mueS0oReIWRVlftiCbaP043Fr1pGWaKT.lazyloading { background-image: none; }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .row .container { background-color: transparent; background-image: none; }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,84,41,0.4); }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .row .container > .video-iframe-container { display: none; }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,84,41,0.4); }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .row > .video-iframe-container { display: none; }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .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); }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .row .container { border-width: 0; border-radius: 0; }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT::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; }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#DIcIoL6sLWOObydJATRIaJu6h21kmnBU { color:#ffffff;display:block;width:55.5rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5);top:13.999910354614rem;left:0rem;height:11rem;font-style:normal;display:block; }
#dMyGFpp22ayP3sHoMxsxCXWAryZFBo3b { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:18.1875rem;top:3.625rem;left:0rem;overflow:hidden;display:block; }
#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d714c;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; }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .row .container { background-color: transparent; background-image: none; }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .row .container > .video-iframe-container { display: none; }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .row > .video-iframe-container { display: none; }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .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); }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .row .container { border-width: 0; border-radius: 0; }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:60rem;position:relative;display:block; }#xhyyTlO5iv7CQZCSbFooIJmq6zWrU3kO { color:#ffffff;display:block;width:53.0625rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.099609375rem;left:6.9375rem;height:3.49375rem;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; }
#BQu2uPzu4u48kFL9w5QwsKE70lX9xy87 { color:#4d714c;display:block;width:21.8124375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:15.737304449081rem;left:34.562320709229rem;height:1.35rem;text-align:left;text-align-last:left;display:block; }
#NkcRHzrbWAAuuKQa9v6AA16TK9MkCIbD { position:absolute;display:block;z-index:14999;background-color:#ffffff;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; }
#b9rEdWLA9exByyxwiMFK9omsTiIVAnlk { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:15.405468463898rem;left:3.46875rem;height:10.8375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D0Nsnt1A9naIr5L7mgALKlrpNhGJgkSv { color:#4d714c;display:block;width:20.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:36.61083984375rem;left:34.5625rem;height:4.05rem;text-align:left;text-align-last:left;display:block; }
#qUqdB6gZyrhdH0oo4IcI1qaelrACL4H0 { color:#4d714c;display:block;width:21.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:19.900390625rem;left:34.5625rem;height:1.35rem;text-align:left;text-align-last:left;display:block; }
#Av43f350Ry6ebsXB1hlmqFJVu2y1kCNz { color:#4d714c;display:block;width:21.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:23.53466796875rem;left:34.5625rem;height:2.7rem;text-align:left;text-align-last:left;display:block; }
#SifiJzv1McfrKw9q84eKwvrTcQTPiRLT { color:#4d714c;display:block;width:21.8125rem;position:absolute;font-family:poppins;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.9125rem;text-align:left;text-align-last:left;display:block; }
#f4fDM8EziuArZVWmu6HZTMOM6IeLJPEl { color:#4d714c;display:block;width:20.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:31.7744140625rem;left:34.5625rem;height:2.7rem;text-align:left;text-align-last:left;display:block; }
#ldzTnIerBBBTXOAZ1mJ3kJS6Tno7QLGJ { color:#4d714c;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:31.052344322204rem;left:3.6875rem;height:2.7625rem;display:block; }
#m8nrC4Azl0qyhwai9dQdge55Xb37nv6J { color:#4d714c;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.660546302796rem;left:3.375rem;height:1.95rem;display:block; }
#SCEzcISWLdlklAD2OSG8NDTrxkSGOHoh { position:absolute;display:block;z-index:15003;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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; }
#PNBRrl8X8tL42Ongti3rPPPvfiErpELa { 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; }
#fHS6CTNSBDOyykBsLn3NiVL5F2Rsb3Ak { position:absolute;display:block;z-index:15004;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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; }
#MtSZyBKZ20pPaUONiIwfi2N5rWJdKlcC { position:absolute;display:block;z-index:15005;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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; }
#OesvvkybBfHBMBTiWwE5JC2fxLFNRETu { position:absolute;display:block;z-index:15006;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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; }
#Qa8c2nwfmd00erelQrSBsDhttIRaTTeL { position:absolute;display:block;z-index:15007;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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; }
#WfEVnta0DptMuvlxbJliaaN8TNoET6LZ { position:absolute;display:block;z-index:15008;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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; }
#DpW5Te7JTTVB1rSe5t18cxfZU4qlkn4M { position:absolute;display:block;z-index:15008;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:none; }
#VFcZfT915Z17t2owIvTFtbg6SbHgspsk { 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.75rem;width:1.75rem;top:16.2119140625rem;left:30.99267578125rem;overflow:hidden;display:block; }
#flOs812cFMs6RCAlrvmhXvDTCRnzOJa1 { 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.75rem;width:1.75rem;top:19.699999809265rem;left:30.992967605591rem;overflow:hidden;display:block; }
#bTq713dH6PBQiH4htkeTERfy7tczvpRP { 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.75rem;width:1.75rem;top:23.821484565735rem;left:30.992967605591rem;overflow:hidden;display:block; }
#cvvovCTedcCNfE0IsBH1tp6k42EPwNBl { 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.75rem;width:1.75rem;top:28.067579269409rem;left:30.992967605591rem;overflow:hidden;display:block; }
#O6buK5KshM4KIOg2Nbz655PfFVF91sSa { 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.75rem;width:1.75rem;top:32.248828887939rem;left:30.992967605591rem;overflow:hidden;display:block; }
#pdNyBTNON2ix6bg0fVwOHDdoCJB5hpbJ { 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.75rem;width:1.75rem;top:37.048048019409rem;left:30.992967605591rem;overflow:hidden;display:block; }
#R11auCTzFDl0FCev2fLIWXSyHT9eMNDU { box-sizing:content-box;height:0.0625rem;width:20.1875rem;position:absolute;display:block;z-index:15032;background-color:rgba(77,113,76,0.23);background-image:none;top:19.0625rem;left:34.56210899353rem;display:block; }
#OvrrB3zbRS9FMuOAWXwb4uEuPJ6ncdXD { box-sizing:content-box;height:0.0625rem;width:20.1875rem;position:absolute;display:block;z-index:15033;background-color:rgba(77,113,76,0.23);background-image:none;top:22.5625rem;left:34.56210899353rem;display:block; }
#SV03Mg1pJclPuAFCQQaiUOlZ4J4A60vJ { box-sizing:content-box;height:0.0625rem;width:20.1875rem;position:absolute;display:block;z-index:15034;background-color:rgba(77,113,76,0.23);background-image:none;top:27.111718177796rem;left:34.56210899353rem;display:block; }
#qdbDENw7Joquvd70J3DUtJ9sbZTHfvtq { box-sizing:content-box;height:0.0625rem;width:20.1875rem;position:absolute;display:block;z-index:15035;background-color:rgba(77,113,76,0.23);background-image:none;top:31.039843559265rem;left:34.56210899353rem;display:block; }
#itiQamU6gp6x2qb8Fv8qXOwhH8JO5C24 { box-sizing:content-box;height:0.0625rem;width:20.1875rem;position:absolute;display:block;z-index:15036;background-color:rgba(77,113,76,0.23);background-image:none;top:35.789843559265rem;left:34.56210899353rem;display:block; }
#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fd7c1b7e-c4c3-4257-8916-d419c83964df/farmtablepaddockbackground.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:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.5);top:5rem;left:9.125rem;height:6.9875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mIRtI5D3IIyTddGp7tMfb75qMpOhPUII { z-index:15004;top:6.1875rem;left:31.78125rem;background-color:#ffffff;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: none;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:poppins;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; }
#mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt { background-color:#ffffff;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; }#mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt > .row .container { background-color: transparent; background-image: none; }#mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt > .row .container > .video-iframe-container { display: none; }#mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt > .row > .video-iframe-container { display: none; }#mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt > .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); }#mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt > .row .container { border-width: 0; border-radius: 0; }#mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt > .row .container { width:60rem;height:32.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#cc2safAee8Vp8lueb3uTkl3N5sSh3gSy { 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; }
#PFkPiHa1MfESIJpysWRBH7GFxAC5lt8R { color:#404041;display:block;width:23.56225rem;position:absolute;font-family:poppins;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; }
#tEpBBMqO84wEJvvST2TT3m2T8CtAgNSB { color:#404041;display:block;width:29.81225rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:9.9375rem;left:0rem;height:6.1875rem;text-align:left;text-align-last:left;display:block; }
#qhDoNZEItF3qTJ3O03us4heCCQx772CB { color:#404041;display:block;width:29.49975rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:17.625rem;left:0rem;height:7.2rem;text-align:left;text-align-last:left;display:block; }
#RObzbPPqJ2KOrLoGwKXvsvQ8y28ahTmd { 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:23.75rem;width:23.6875rem;top:4.31201171875rem;left:36.3125rem;overflow:hidden;display:block; }
#fZJUumDXbDnbxC2FI5eNIXe6HGXiZCss { position:absolute;display:block;z-index:15002;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b73f5714-c872-4196-94be-3229a49197d6/farmtableagriculturebackgr.jpg");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;display:block; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG.adaptive-delivery-prevent-bg, #dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG.lazyload, #dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG.lazyloading { background-image: none; }#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:37.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#VyZyIeDDM9cBSf0nx6d1MsUM8EFOwo8S { 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:16.125rem;width:24.1875rem;display:none; }
#PJh6stHVN3XivTaRy1NqW4Qg7z116B0s { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.03125rem;left:3.125rem;height:9.2625rem;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; }
#bDhoDAAvydEf5mUssqrKEvfL4T6BmFI3 { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:32.1845703125rem;left:38.75rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZqhdT7ptXF7iETX6Z8vWssM1r6UQe1UD { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:25.8125rem;left:24.5625rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sDCJl3Jbqa6aU3bss0zX0TX6Zr36y2pH { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.8125rem;left:24.5625rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O12uiikXmiVFiQvy2L3vuMbn7GL7wQZk { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.75rem;left:24.5625rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cc7hnEFawEWqDLXrBNHsOrgZ5DsQGESP { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.75rem;left:38.75rem;height:3.0875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ev8AHV9OxMATQH6Ta8K5p2SDiA94u96V { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.8125rem;left:38.75rem;height:3.0875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WTU5z25TIlNFuzMcflK5xeJuo38TtEAL { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:31.25rem;left:24.5625rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M3skAvaECNyZQHRlk8es8OoqCmEUnxyr { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26rem;left:38.75rem;height:3.0875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K7rqsTpI09QgC6Fn95krERegVzNMZX0n { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;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;box-shadow: none;height:2.8125rem;width:0.125rem;top:15.9375rem;left:23.40625rem;display:block; }
#ITJ3nvX819tKhTez1sBlLPNiqDFd34yX { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;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;box-shadow: none;height:2.8125rem;width:0.125rem;top:20.8125rem;left:23.40625rem;display:block; }
#oqk7ysG4lGRkIDohDrb0moWtnSXe8Zs7 { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;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;box-shadow: none;height:2.8125rem;width:0.125rem;top:26.1123046875rem;left:23.40625rem;display:block; }
#EgesktFQkTnfBw8mbZAKC4awhuJNSk5e { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;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;box-shadow: none;height:2.8125rem;width:0.125rem;top:31.365234375rem;left:23.40625rem;display:block; }
#Ts15EG8W7uT5mPA072Xn3OZCwgOO8fvG { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;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;box-shadow: none;height:2.8125rem;width:0.125rem;top:15.8623046875rem;left:37.71875rem;display:block; }
#vaopDCAc5RCmZ0Cct8KmOEX3qsLvvyHS { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;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;box-shadow: none;height:2.8125rem;width:0.125rem;top:20.8623046875rem;left:37.71875rem;display:block; }
#ZGnCHLhrmKnUt00E9ETGhFKGWWcAw9qD { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;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;box-shadow: none;height:2.8125rem;width:0.125rem;top:26.1123046875rem;left:37.71875rem;display:block; }
#OxWnu1to7W7QqLWKTE58a8UN2GacKI6b { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;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;box-shadow: none;height:2.8125rem;width:0.125rem;top:31.5625rem;left:37.71875rem;display:block; }
#v88080FHUXw4vGLT9gSgxovqPA6MQByZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d714c;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; }#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:#ffffff;display:block;width:39.25rem;position:absolute;font-family:poppins;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(0,0,0,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.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:#4d714c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;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; }
#bNiX572U4dsOeQl5vEGTfkpA7CtEBeJB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XwU1UR7QhnHP6RfkI7cWLNKNmrxuMear { 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; }#XwU1UR7QhnHP6RfkI7cWLNKNmrxuMear.adaptive-delivery-prevent-bg, #XwU1UR7QhnHP6RfkI7cWLNKNmrxuMear.lazyload, #XwU1UR7QhnHP6RfkI7cWLNKNmrxuMear.lazyloading { background-image: none; }#XwU1UR7QhnHP6RfkI7cWLNKNmrxuMear > .row .container { background-color: transparent; background-image: none; }#XwU1UR7QhnHP6RfkI7cWLNKNmrxuMear::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwU1UR7QhnHP6RfkI7cWLNKNmrxuMear > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwU1UR7QhnHP6RfkI7cWLNKNmrxuMear > .row .container > .video-iframe-container { display: none; }#XwU1UR7QhnHP6RfkI7cWLNKNmrxuMear > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwU1UR7QhnHP6RfkI7cWLNKNmrxuMear > .row > .video-iframe-container { display: none; }#XwU1UR7QhnHP6RfkI7cWLNKNmrxuMear > .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); }#XwU1UR7QhnHP6RfkI7cWLNKNmrxuMear > .row .container { border-width: 0; border-radius: 0; }#XwU1UR7QhnHP6RfkI7cWLNKNmrxuMear > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XwU1UR7QhnHP6RfkI7cWLNKNmrxuMear > .row .container { font-size:0.875rem;font-family:arial;height:110.625rem;width:60rem;position:relative;display:block; }#H2RbTOlquqpQHPcB6Tlqlig0emZW94s4 { color:#4d714c;display:block;width:11.5rem;position:absolute;font-family:poppins;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.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xT1bgzCAWdW43MSJlH4TmFaurZnl5D7R { color:#333333;display:block;width:37.3125rem;position:absolute;font-family:poppins;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; }
#c5g7JaLDdqKTWhJ7TohFx8kS4qLaBTGG { color:#585858;display:block;width:36.125rem;position:absolute;font-family:poppins;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; }
#Vr17Vy2rCdH0fd29PIcpyhTKaOF8V5Rh { color:#2e682d;display:block;width:11.8125rem;position:absolute;font-family:poppins;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.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PfeXUVkzUvJRGphr1iZ4HaW2nmKFJuaL { color:#585858;display:block;width:37.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:46.6875rem;left:20rem;height:10.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZIXzuwHkknCCiGhBUZWN1mpeZRmf2HTL { color:#4d714c;display:block;width:60rem;position:absolute;font-family:poppins;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; }
#Zm2GfIZCHkfgQzFtGnA1xBg6nFpTad23 { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,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(77,113,76,0.59) ;height:12.5rem;width:60rem;top:14.375rem;left:0rem;display:block; }
#KdeL1e2HHD04HqyT9ON254QcOSJQhgpL { color:#585858;display:block;width:37.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:88.224609375rem;left:20rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RH7TDrvRBRuzHVJNKQqG3feRHxBp4gsU { color:#585858;display:block;width:35.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:68.068359375rem;left:20rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FxnBdPvIfitlIzGl76IA3ThplKvlxfuS { 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; }
#nMwr7G70ElrVzaKELT2CFfDPatK074I6 { background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;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; }
#FPRTwaM27OeLM7s9Hpmq4h4KPBKEV6WN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wuifF7WfNgIRXGTTpCTELpTDXyBKiowW { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,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(77,113,76,0.59) ;height:14.8125rem;width:60rem;top:27.875rem;left:0rem;display:block; }
#sEaTW5bM9xJf3RZFbe0w8HbsLbI9F8Jb { background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;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; }
#En7IdgxOrDQqXlwPDJN3rcfpLIpnNte6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fLB3XGdqrKIlZcqK8Cr7yc772BRLfUvU { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,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(77,113,76,0.59) ;height:19.625rem;width:60rem;top:43.8125rem;left:0rem;display:block; }
#l70RIRfwXGvWWiW2LgpdrMnScJ9akyox { color:#2e682d;display:block;width:11.8125rem;position:absolute;font-family:poppins;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.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XEBuw2wCFHU6AqdIIDESxFIstzwzQfXz { background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;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:60.3125rem;left:50.75rem;display:block; }
#i6N6kt6ZUZEzFpNDwsUvzgFMChccqzua { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SDIAJs7buxJ4SaNEAL0icbRCpSDV62Zs { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,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(77,113,76,0.59) ;height:19.625rem;width:60rem;top:64.5rem;left:0rem;display:block; }
#nUHHqMVIlZHFUHxDiWD8GUzKbivWiJer { color:#2e682d;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:74.3310546875rem;left:4.09375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i94a4E5AL75PNv9MIbmMMPAnvQ5uTula { background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;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:81.125rem;left:50.4921875rem;display:block; }
#T7MQy8PUQ1Xl4RIGI4nRkcGJ1O1t5euE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BEIeDl8zWT1GgdTsf9zmpThWKDmSFNqd { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,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(77,113,76,0.59) ;height:18rem;width:60rem;top:85.125rem;left:0rem;display:block; }
#H8EH0gKWHSxHC8eCqKsUm80LOTMnrHPo { color:#2e682d;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:94.3935546875rem;left:4.09375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Um136UaqHGt8vB8DEQQMqVfN3JP2li3V { background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;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:100.0625rem;left:50.75rem;display:block; }
#G9rkZvwWQwnzOcFv1t29ogNCaPgfAf5Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SzEGNG3E7TA6A6IIbGXtBTBhRdlMT8s6 { position:absolute;display:block;z-index:15062;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:4.9375rem;width:4.9375rem;top:15.500000476837rem;left:7.53125rem;overflow:hidden;display:block; }
#XnKfSd1FimhLDwTXZS19eyqvdCmcSiTw { position:absolute;display:block;z-index:15063;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:4.875rem;width:4.9375rem;top:29.374624252319rem;left:7.53125rem;overflow:hidden;display:block; }
#bI8p2pslT0M7LcLM41ARMd9fg0r13o7s { position:absolute;display:block;z-index:15066;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:4.125rem;width:4.1875rem;top:45.8125rem;left:7.90625rem;overflow:hidden;display:block; }
#etu1XNp0cZcA7TizZPUymbxUG5mILvRQ { position:absolute;display:block;z-index:15067;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.25rem;width:3.3125rem;top:67.0625rem;left:8.34375rem;overflow:hidden;display:block; }
#H1XZ4i4vU1dgPh3RizLTszpHaawHkyTC { position:absolute;display:block;z-index:15068;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.75rem;width:3.8125rem;top:88.224220275881rem;left:8.09375rem;overflow:hidden;display:block; }
#NoAypAgMr02kD9szD6DxXTbuu11V0XdB { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15061;background-color:#4d714c;background-image:none;top:15.500000476837rem;left:7.53125rem;display:block; }
#uRW8IncSH8XwnNUvmGMSZgdAraXHGA2l { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15062;background-color:#4d714c;background-image:none;top:29.343360424042rem;left:7.53125rem;display:block; }
#NGSI5wkXSssEDuPhDuZHAR8gs4yDFmvK { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15063;background-color:#4d714c;background-image:none;top:45.40625rem;left:7.53125rem;display:block; }
#Tcrvaiw3vXNWxa10QEXuHbmrTbQlKqXK { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15064;background-color:#4d714c;background-image:none;top:66.21875rem;left:7.53125rem;display:block; }
#Mbiq8EsM7tqyy5uCMNUl93NOBM6G6K8V { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15065;background-color:#4d714c;background-image:none;top:87.630079269406rem;left:7.53125rem;display:block; }
#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#028c7f;background-image:url("https://images.assets-landingi.com/uc/4fe64151-5654-4237-8c66-52350984d292/heromanviewfarmtable.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:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;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(0,0,0,0.5);top:2.25rem;left:0rem;height:5.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#a0f952a99204406d22f4b13708e78809.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #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; } #fFI9a2tBAtyL52bya4Oob4ZNPP06KPya > .row .container { background-color: transparent; background-image: none; }#fFI9a2tBAtyL52bya4Oob4ZNPP06KPya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFI9a2tBAtyL52bya4Oob4ZNPP06KPya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFI9a2tBAtyL52bya4Oob4ZNPP06KPya > .row .container > .video-iframe-container { display: none; }#fFI9a2tBAtyL52bya4Oob4ZNPP06KPya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFI9a2tBAtyL52bya4Oob4ZNPP06KPya > .row > .video-iframe-container { display: none; }#fFI9a2tBAtyL52bya4Oob4ZNPP06KPya > .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); }#fFI9a2tBAtyL52bya4Oob4ZNPP06KPya > .row .container { border-width: 0; border-radius: 0; }#fFI9a2tBAtyL52bya4Oob4ZNPP06KPya > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fFI9a2tBAtyL52bya4Oob4ZNPP06KPya > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#e029782f2b1fe061ba130f9137ddb877.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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;z-index:auto;display:block; } #e029782f2b1fe061ba130f9137ddb877.widget-smartsection *:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="text"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="email"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="tel"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection textarea:focus-visible { outline: none; } #vweTxZpBLVGKELOTZvICKgHGLQ0uWUlN > .row .container { background-color: transparent; background-image: none; }#vweTxZpBLVGKELOTZvICKgHGLQ0uWUlN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vweTxZpBLVGKELOTZvICKgHGLQ0uWUlN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vweTxZpBLVGKELOTZvICKgHGLQ0uWUlN > .row .container > .video-iframe-container { display: none; }#vweTxZpBLVGKELOTZvICKgHGLQ0uWUlN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vweTxZpBLVGKELOTZvICKgHGLQ0uWUlN > .row > .video-iframe-container { display: none; }#vweTxZpBLVGKELOTZvICKgHGLQ0uWUlN > .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); }#vweTxZpBLVGKELOTZvICKgHGLQ0uWUlN > .row .container { border-width: 0; border-radius: 0; }#vweTxZpBLVGKELOTZvICKgHGLQ0uWUlN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vweTxZpBLVGKELOTZvICKgHGLQ0uWUlN > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;position:relative;display:block; }#b02df698f8b7556eb5ef63f2aa246adc.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; }#b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.adaptive-delivery-prevent-bg, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyload, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyloading { background-image: none; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #TRVUdFvRFnlahGwGMfB9qceDLcZuc2rd > .row .container { background-color: transparent; background-image: none; }#TRVUdFvRFnlahGwGMfB9qceDLcZuc2rd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.41); }#TRVUdFvRFnlahGwGMfB9qceDLcZuc2rd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRVUdFvRFnlahGwGMfB9qceDLcZuc2rd > .row .container > .video-iframe-container { display: none; }#TRVUdFvRFnlahGwGMfB9qceDLcZuc2rd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.41); }#TRVUdFvRFnlahGwGMfB9qceDLcZuc2rd > .row > .video-iframe-container { display: none; }#TRVUdFvRFnlahGwGMfB9qceDLcZuc2rd > .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); }#TRVUdFvRFnlahGwGMfB9qceDLcZuc2rd > .row .container { border-width: 0; border-radius: 0; }#TRVUdFvRFnlahGwGMfB9qceDLcZuc2rd::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; }#TRVUdFvRFnlahGwGMfB9qceDLcZuc2rd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRVUdFvRFnlahGwGMfB9qceDLcZuc2rd > .row .container { font-size:0.875rem;font-family:arial;height:24rem;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) { #mueS0oReIWRVlftiCbaP043Fr1pGWaKT { display:block; }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIcIoL6sLWOObydJATRIaJu6h21kmnBU { top:14rem;left:0rem;width:47.75rem;height:11rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMyGFpp22ayP3sHoMxsxCXWAryZFBo3b { top:3.625rem;left:0rem;width:18.1875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE { display:block; }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhyyTlO5iv7CQZCSbFooIJmq6zWrU3kO { top:4.0625rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQu2uPzu4u48kFL9w5QwsKE70lX9xy87 { top:15.6875rem;left:26rem;width:21.75rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkcRHzrbWAAuuKQa9v6AA16TK9MkCIbD { top:10.0625rem;left:0rem;width:47.75rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9rEdWLA9exByyxwiMFK9omsTiIVAnlk { top:15.375rem;left:0rem;width:20.4375rem;height:12.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0Nsnt1A9naIr5L7mgALKlrpNhGJgkSv { top:36.5625rem;left:27.0625rem;width:20.6875rem;height:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUqdB6gZyrhdH0oo4IcI1qaelrACL4H0 { top:19.875rem;left:25.9375rem;width:21.8125rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av43f350Ry6ebsXB1hlmqFJVu2y1kCNz { top:23.5rem;left:25.9375rem;width:21.8125rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SifiJzv1McfrKw9q84eKwvrTcQTPiRLT { 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) { #f4fDM8EziuArZVWmu6HZTMOM6IeLJPEl { top:31.75rem;left:27.5rem;width:20.25rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldzTnIerBBBTXOAZ1mJ3kJS6Tno7QLGJ { top:31rem;left:0rem;width:20rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8nrC4Azl0qyhwai9dQdge55Xb37nv6J { top:37.625rem;left:0rem;width:20.625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCEzcISWLdlklAD2OSG8NDTrxkSGOHoh { top:15.8125rem;left:24.555484771729rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNBRrl8X8tL42Ongti3rPPPvfiErpELa { top:2.6875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHS6CTNSBDOyykBsLn3NiVL5F2Rsb3Ak { top:19.375rem;left:24.555339813233rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtSZyBKZ20pPaUONiIwfi2N5rWJdKlcC { top:23.5rem;left:24.555339813233rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OesvvkybBfHBMBTiWwE5JC2fxLFNRETu { top:27.75rem;left:24.555339813233rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa8c2nwfmd00erelQrSBsDhttIRaTTeL { top:31.875rem;left:24.555339813233rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfEVnta0DptMuvlxbJliaaN8TNoET6LZ { top:36.6875rem;left:24.555339813233rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpW5Te7JTTVB1rSe5t18cxfZU4qlkn4M { top:36.6875rem;left:24.555339813233rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFcZfT915Z17t2owIvTFtbg6SbHgspsk { top:16.1875rem;left:24.86767578125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #flOs812cFMs6RCAlrvmhXvDTCRnzOJa1 { top:19.6875rem;left:24.867967605591rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTq713dH6PBQiH4htkeTERfy7tczvpRP { top:23.8125rem;left:24.867967605591rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvvovCTedcCNfE0IsBH1tp6k42EPwNBl { top:28.0625rem;left:24.867967605591rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6buK5KshM4KIOg2Nbz655PfFVF91sSa { top:32.1875rem;left:24.867967605591rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdNyBTNON2ix6bg0fVwOHDdoCJB5hpbJ { top:37rem;left:24.867967605591rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R11auCTzFDl0FCev2fLIWXSyHT9eMNDU { top:19.0625rem;left:27.5625rem;width:20.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvrrB3zbRS9FMuOAWXwb4uEuPJ6ncdXD { top:22.5625rem;left:27.5625rem;width:20.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV03Mg1pJclPuAFCQQaiUOlZ4J4A60vJ { top:27.0625rem;left:27.5625rem;width:20.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdbDENw7Joquvd70J3DUtJ9sbZTHfvtq { top:31rem;left:27.5625rem;width:20.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itiQamU6gp6x2qb8Fv8qXOwhH8JO5C24 { top:35.75rem;left:27.5625rem;width:20.1875rem;height:0.0625rem;display:block; }
 }@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:19.6875rem;height:6.9375rem;top:5rem;left:4.1875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIRtI5D3IIyTddGp7tMfb75qMpOhPUII { top:6.1875rem;left:23.875rem;width:12.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntBdgvc8c9l2UEi1tPKfSNTC8yXkwT3w { display:block; }
 }@media only screen and (max-width: 763px) { #mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt { display:block; }#mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cc2safAee8Vp8lueb3uTkl3N5sSh3gSy { width:29.9375rem;height:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFkPiHa1MfESIJpysWRBH7GFxAC5lt8R { top:5.0625rem;left:0rem;width:23.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEpBBMqO84wEJvvST2TT3m2T8CtAgNSB { top:9.9375rem;left:0rem;width:29.75rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhDoNZEItF3qTJ3O03us4heCCQx772CB { top:17.625rem;left:0rem;width:29.4375rem;height:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RObzbPPqJ2KOrLoGwKXvsvQ8y28ahTmd { top:4.25rem;left:24.0625rem;width:23.6875rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZJUumDXbDnbxC2FI5eNIXe6HGXiZCss { 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) { #VyZyIeDDM9cBSf0nx6d1MsUM8EFOwo8S { width:19.1875rem;height:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJh6stHVN3XivTaRy1NqW4Qg7z116B0s { top:4rem;left:0rem;width:21.375rem;height:9.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDhoDAAvydEf5mUssqrKEvfL4T6BmFI3 { top:32.125rem;left:32.625rem;width:10.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqhdT7ptXF7iETX6Z8vWssM1r6UQe1UD { top:25.8125rem;left:18.4375rem;width:10.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDCJl3Jbqa6aU3bss0zX0TX6Zr36y2pH { top:20.8125rem;left:18.4375rem;width:9.125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O12uiikXmiVFiQvy2L3vuMbn7GL7wQZk { top:15.75rem;left:18.4375rem;width:9.375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc7hnEFawEWqDLXrBNHsOrgZ5DsQGESP { top:15.75rem;left:32.625rem;width:10.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev8AHV9OxMATQH6Ta8K5p2SDiA94u96V { top:20.8125rem;left:32.625rem;width:10.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTU5z25TIlNFuzMcflK5xeJuo38TtEAL { top:31.25rem;left:18.4375rem;width:9.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3skAvaECNyZQHRlk8es8OoqCmEUnxyr { top:26rem;left:32.625rem;width:12.375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7rqsTpI09QgC6Fn95krERegVzNMZX0n { top:15.9375rem;left:17.28125rem;width:0.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITJ3nvX819tKhTez1sBlLPNiqDFd34yX { top:20.8125rem;left:17.28125rem;width:0.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqk7ysG4lGRkIDohDrb0moWtnSXe8Zs7 { top:26.0625rem;left:17.28125rem;width:0.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgesktFQkTnfBw8mbZAKC4awhuJNSk5e { top:31.3125rem;left:17.28125rem;width:0.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts15EG8W7uT5mPA072Xn3OZCwgOO8fvG { top:15.8125rem;left:31.59375rem;width:0.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaopDCAc5RCmZ0Cct8KmOEX3qsLvvyHS { top:20.8125rem;left:31.59375rem;width:0.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGnCHLhrmKnUt00E9ETGhFKGWWcAw9qD { top:26.0625rem;left:31.59375rem;width:0.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxWnu1to7W7QqLWKTE58a8UN2GacKI6b { top:31.5625rem;left:31.59375rem;width:0.125rem;height:2.8125rem;display:block; }
 }@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.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLrrJaV61qiLuaaTdxQGBCS76uiWzati { top:6.875rem;left:32.34375rem;width:12.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNiX572U4dsOeQl5vEGTfkpA7CtEBeJB { display:block; }
 }@media only screen and (max-width: 763px) { #XwU1UR7QhnHP6RfkI7cWLNKNmrxuMear { display:block; }#XwU1UR7QhnHP6RfkI7cWLNKNmrxuMear > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2RbTOlquqpQHPcB6Tlqlig0emZW94s4 { width:11.5rem;height:2.875rem;top:21.625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT1bgzCAWdW43MSJlH4TmFaurZnl5D7R { width:37.3125rem;height:5.375rem;top:17.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5g7JaLDdqKTWhJ7TohFx8kS4qLaBTGG { width:36.125rem;height:7.1875rem;top:31.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr17Vy2rCdH0fd29PIcpyhTKaOF8V5Rh { width:11.8125rem;height:2.9375rem;top:36.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfeXUVkzUvJRGphr1iZ4HaW2nmKFJuaL { width:37.375rem;height:12.625rem;top:46.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIXzuwHkknCCiGhBUZWN1mpeZRmf2HTL { width:47.75rem;height:4.0625rem;top:5.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm2GfIZCHkfgQzFtGnA1xBg6nFpTad23 { top:14.375rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdeL1e2HHD04HqyT9ON254QcOSJQhgpL { width:37.0625rem;height:10.75rem;top:88.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH7TDrvRBRuzHVJNKQqG3feRHxBp4gsU { width:35.5rem;height:10.75rem;top:68.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxnBdPvIfitlIzGl76IA3ThplKvlxfuS { top:17.6875rem;left:6.28125rem;width:2.9375rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMwr7G70ElrVzaKELT2CFfDPatK074I6 { width:6.625rem;height:1.8125rem;top:24.125rem;left:40.179776887872rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPRTwaM27OeLM7s9Hpmq4h4KPBKEV6WN { display:block; }
 }@media only screen and (max-width: 763px) { #wuifF7WfNgIRXGTTpCTELpTDXyBKiowW { top:27.875rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEaTW5bM9xJf3RZFbe0w8HbsLbI9F8Jb { width:6.625rem;height:1.8125rem;top:39.75rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #En7IdgxOrDQqXlwPDJN3rcfpLIpnNte6 { display:block; }
 }@media only screen and (max-width: 763px) { #fLB3XGdqrKIlZcqK8Cr7yc772BRLfUvU { top:43.8125rem;left:0rem;width:47.75rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l70RIRfwXGvWWiW2LgpdrMnScJ9akyox { width:11.8125rem;height:2.875rem;top:52.9375rem;left:2.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEBuw2wCFHU6AqdIIDESxFIstzwzQfXz { width:6.625rem;height:1.8125rem;top:60.3125rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6N6kt6ZUZEzFpNDwsUvzgFMChccqzua { display:block; }
 }@media only screen and (max-width: 763px) { #SDIAJs7buxJ4SaNEAL0icbRCpSDV62Zs { top:64.5rem;left:0rem;width:47.75rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUHHqMVIlZHFUHxDiWD8GUzKbivWiJer { width:11.8125rem;height:2.875rem;top:74.3125rem;left:2.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i94a4E5AL75PNv9MIbmMMPAnvQ5uTula { width:6.625rem;height:1.8125rem;top:81.125rem;left:40.1796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7MQy8PUQ1Xl4RIGI4nRkcGJ1O1t5euE { display:block; }
 }@media only screen and (max-width: 763px) { #BEIeDl8zWT1GgdTsf9zmpThWKDmSFNqd { top:85.125rem;left:0rem;width:47.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8EH0gKWHSxHC8eCqKsUm80LOTMnrHPo { width:11.8125rem;height:1.4375rem;top:94.375rem;left:2.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um136UaqHGt8vB8DEQQMqVfN3JP2li3V { width:6.625rem;height:1.8125rem;top:100.0625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9rkZvwWQwnzOcFv1t29ogNCaPgfAf5Z { display:block; }
 }@media only screen and (max-width: 763px) { #SzEGNG3E7TA6A6IIbGXtBTBhRdlMT8s6 { top:15.5rem;left:5.46875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnKfSd1FimhLDwTXZS19eyqvdCmcSiTw { top:29.3125rem;left:5.46875rem;width:4.9375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI8p2pslT0M7LcLM41ARMd9fg0r13o7s { top:45.8125rem;left:5.84375rem;width:4.1875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etu1XNp0cZcA7TizZPUymbxUG5mILvRQ { top:67.0625rem;left:6.28125rem;width:3.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1XZ4i4vU1dgPh3RizLTszpHaawHkyTC { top:88.1875rem;left:6.03125rem;width:3.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoAypAgMr02kD9szD6DxXTbuu11V0XdB { top:15.5rem;left:5.46875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRW8IncSH8XwnNUvmGMSZgdAraXHGA2l { top:29.3125rem;left:5.46875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGSI5wkXSssEDuPhDuZHAR8gs4yDFmvK { top:45.375rem;left:5.46875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcrvaiw3vXNWxa10QEXuHbmrTbQlKqXK { top:66.1875rem;left:5.46875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbiq8EsM7tqyy5uCMNUl93NOBM6G6K8V { top:87.625rem;left:5.46875rem;width:4.9375rem;height:4.9375rem;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.25rem;left:0rem;font-size:2.1875rem;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; } #fFI9a2tBAtyL52bya4Oob4ZNPP06KPya > .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; } #vweTxZpBLVGKELOTZvICKgHGLQ0uWUlN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection { display:block; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #TRVUdFvRFnlahGwGMfB9qceDLcZuc2rd > .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) { #mueS0oReIWRVlftiCbaP043Fr1pGWaKT { display:block; }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIcIoL6sLWOObydJATRIaJu6h21kmnBU { width:20rem;height:4rem;top:8rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dMyGFpp22ayP3sHoMxsxCXWAryZFBo3b { width:9.75rem;height:2.9375rem;top:1.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE { display:block; }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .row .container { width:20rem;height:76.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhyyTlO5iv7CQZCSbFooIJmq6zWrU3kO { width:20rem;height:7.8rem;top:5.37451171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BQu2uPzu4u48kFL9w5QwsKE70lX9xy87 { width:10.1875rem;height:3.825rem;top:44.5712890625rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkcRHzrbWAAuuKQa9v6AA16TK9MkCIbD { width:20rem;height:43.5rem;top:31.940625667572rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9rEdWLA9exByyxwiMFK9omsTiIVAnlk { width:18rem;height:14.45rem;top:14.92333984375rem;left:1rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D0Nsnt1A9naIr5L7mgALKlrpNhGJgkSv { width:11.8125rem;height:5.1rem;top:70.734375rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUqdB6gZyrhdH0oo4IcI1qaelrACL4H0 { width:10.1875rem;height:3.825rem;top:49.56884765625rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av43f350Ry6ebsXB1hlmqFJVu2y1kCNz { width:10.625rem;height:3.825rem;top:55.15380859375rem;left:5.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SifiJzv1McfrKw9q84eKwvrTcQTPiRLT { width:11.0625rem;height:2.55rem;top:60.31005859375rem;left:5.3125rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f4fDM8EziuArZVWmu6HZTMOM6IeLJPEl { width:11.3125rem;height:3.6rem;top:64.6064453125rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldzTnIerBBBTXOAZ1mJ3kJS6Tno7QLGJ { width:15.6875rem;height:6.5rem;top:33.59521484375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8nrC4Azl0qyhwai9dQdge55Xb37nv6J { width:18.1875rem;height:1.625rem;top:41.0712890625rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCEzcISWLdlklAD2OSG8NDTrxkSGOHoh { width:20rem;height:0.0625rem;top:69.521877288819rem;left:0rem;background-color:rgba(77,113,76,0.23);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) { #PNBRrl8X8tL42Ongti3rPPPvfiErpELa { width:6.25rem;height:6.25rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHS6CTNSBDOyykBsLn3NiVL5F2Rsb3Ak { width:2.375rem;height:2.375rem;top:44.5712890625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtSZyBKZ20pPaUONiIwfi2N5rWJdKlcC { width:2.375rem;height:2.375rem;top:49.56884765625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OesvvkybBfHBMBTiWwE5JC2fxLFNRETu { width:2.375rem;height:2.375rem;top:55.25341796875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa8c2nwfmd00erelQrSBsDhttIRaTTeL { width:2.375rem;height:2.375rem;top:60.31005859375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfEVnta0DptMuvlxbJliaaN8TNoET6LZ { width:2.375rem;height:2.375rem;top:64.6064453125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpW5Te7JTTVB1rSe5t18cxfZU4qlkn4M { width:2.375rem;height:2.375rem;top:70.921875rem;left:2rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #VFcZfT915Z17t2owIvTFtbg6SbHgspsk { width:1.75rem;height:1.75rem;top:44.883602142334rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flOs812cFMs6RCAlrvmhXvDTCRnzOJa1 { width:1.75rem;height:1.75rem;top:49.818751335144rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTq713dH6PBQiH4htkeTERfy7tczvpRP { width:1.75rem;height:1.75rem;top:55.528515815735rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvvovCTedcCNfE0IsBH1tp6k42EPwNBl { width:1.75rem;height:1.75rem;top:60.584768772125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6buK5KshM4KIOg2Nbz655PfFVF91sSa { width:1.75rem;height:1.75rem;top:64.918749809262rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdNyBTNON2ix6bg0fVwOHDdoCJB5hpbJ { width:1.75rem;height:1.75rem;top:71.234374046325rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R11auCTzFDl0FCev2fLIWXSyHT9eMNDU { width:20rem;height:0.0625rem;top:48.896880149841rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvrrB3zbRS9FMuOAWXwb4uEuPJ6ncdXD { width:20rem;height:0.0625rem;top:54.20937538147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV03Mg1pJclPuAFCQQaiUOlZ4J4A60vJ { width:20rem;height:0.0625rem;top:75.834375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdbDENw7Joquvd70J3DUtJ9sbZTHfvtq { width:20rem;height:0.0625rem;top:59.52187538147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #itiQamU6gp6x2qb8Fv8qXOwhH8JO5C24 { width:20rem;height:0.0625rem;top:63.709377288819rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV { background-color:#028c7f;background-image:url("https://images.assets-landingi.com/uc/6ee7d4a2-06fc-445a-b7e1-115b3673d46c/backgroundimagefarmingtogether.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#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:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyW5HUkz1NT3tqiSJOVflzWFOxUeNaK4 { width:18.25rem;height:4.4rem;top:1.3500003814698rem;left:0.875rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mIRtI5D3IIyTddGp7tMfb75qMpOhPUII { top:7.6250009536744rem;left:6.21875rem;width:7.5625rem;height:2.1875rem;color:#4d714c;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntBdgvc8c9l2UEi1tPKfSNTC8yXkwT3w { display:block; }
 }@media only screen and (max-width: 763px) { #mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt { background-color:#ffffff;background-image:none;display:block; }#mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt > .row .container { background-color: transparent; background-image: none; }#mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt > .row .container > .video-iframe-container { display: none; }#mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt > .row > .video-iframe-container { display: none; }#mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt > .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); }#mcBHlkdxEKQTx0Bf6tiNSJ5NfpAp3yLt > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cc2safAee8Vp8lueb3uTkl3N5sSh3gSy { top:1.1875rem;left:8rem;width:4rem;height:4.25rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PFkPiHa1MfESIJpysWRBH7GFxAC5lt8R { 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) { #tEpBBMqO84wEJvvST2TT3m2T8CtAgNSB { width:18.75rem;height:10.3125rem;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) { #qhDoNZEItF3qTJ3O03us4heCCQx772CB { width:20rem;height:16.2rem;top:21.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #RObzbPPqJ2KOrLoGwKXvsvQ8y28ahTmd { width:18.9375rem;height:19rem;top:5.56201171875rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZJUumDXbDnbxC2FI5eNIXe6HGXiZCss { width:20rem;height:0.125rem;top:9.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG { background-color:#4d714c;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:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyZyIeDDM9cBSf0nx6d1MsUM8EFOwo8S { top:1.25rem;left:0rem;width:20rem;height:13.3125rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PJh6stHVN3XivTaRy1NqW4Qg7z116B0s { width:20rem;height:7.8rem;top:5.28076171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bDhoDAAvydEf5mUssqrKEvfL4T6BmFI3 { width:10.3125rem;height:1.625rem;top:49.3935546875rem;left:3.625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZqhdT7ptXF7iETX6Z8vWssM1r6UQe1UD { width:13.75rem;height:1.625rem;top:26.4873046875rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sDCJl3Jbqa6aU3bss0zX0TX6Zr36y2pH { width:12.75rem;height:3.25rem;top:21.4248046875rem;left:3.625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #O12uiikXmiVFiQvy2L3vuMbn7GL7wQZk { width:15.125rem;height:1.625rem;top:17.8125rem;left:3.625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Cc7hnEFawEWqDLXrBNHsOrgZ5DsQGESP { width:15.1875rem;height:3.25rem;top:34.7060546875rem;left:3.625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ev8AHV9OxMATQH6Ta8K5p2SDiA94u96V { width:13.0625rem;height:3.25rem;top:39.1435546875rem;left:3.46875rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WTU5z25TIlNFuzMcflK5xeJuo38TtEAL { width:12.9375rem;height:1.625rem;top:30.8623046875rem;left:3.53125rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M3skAvaECNyZQHRlk8es8OoqCmEUnxyr { width:15.0625rem;height:3.25rem;top:44.1875rem;left:3.625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #K7rqsTpI09QgC6Fn95krERegVzNMZX0n { width:0.125rem;height:2.8125rem;top:44.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITJ3nvX819tKhTez1sBlLPNiqDFd34yX { width:0.125rem;height:2.8125rem;top:48.7998046875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqk7ysG4lGRkIDohDrb0moWtnSXe8Zs7 { width:0.125rem;height:2.8125rem;top:17.21875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgesktFQkTnfBw8mbZAKC4awhuJNSk5e { width:0.125rem;height:2.8125rem;top:25.8935546875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts15EG8W7uT5mPA072Xn3OZCwgOO8fvG { width:0.125rem;height:2.8125rem;top:39.3623046875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaopDCAc5RCmZ0Cct8KmOEX3qsLvvyHS { width:0.125rem;height:2.8125rem;top:34.7060546875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGnCHLhrmKnUt00E9ETGhFKGWWcAw9qD { width:0.125rem;height:2.8125rem;top:21.4248046875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxWnu1to7W7QqLWKTE58a8UN2GacKI6b { width:0.125rem;height:2.8125rem;top:30.2685546875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v88080FHUXw4vGLT9gSgxovqPA6MQByZ { background-color:#028c7f;background-image:url("https://images.assets-landingi.com/uc/ed77a7ef-5f43-41c0-be46-d8d1a7e08c76/farmtablefarmingbackground.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:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fds8VOy7NOGVSTZXETtJcJyxIaqImOqx { width:20rem;height:5.85rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLrrJaV61qiLuaaTdxQGBCS76uiWzati { top:8.34863125rem;left:3.6875rem;width:12.625rem;height:3rem;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #bNiX572U4dsOeQl5vEGTfkpA7CtEBeJB { display:block; }
 }@media only screen and (max-width: 763px) { #XwU1UR7QhnHP6RfkI7cWLNKNmrxuMear { display:block; }#XwU1UR7QhnHP6RfkI7cWLNKNmrxuMear > .row .container { width:20rem;height:179.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2RbTOlquqpQHPcB6Tlqlig0emZW94s4 { width:12.5625rem;height:3.25rem;top:8.7996096611025rem;left:6.268750190735rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT1bgzCAWdW43MSJlH4TmFaurZnl5D7R { width:17.5625rem;height:13.3875rem;top:13.99072265625rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5g7JaLDdqKTWhJ7TohFx8kS4qLaBTGG { width:17.5625rem;height:17.2125rem;top:39.18115234375rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr17Vy2rCdH0fd29PIcpyhTKaOF8V5Rh { width:13rem;height:3.25rem;top:34.125rem;left:6.125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfeXUVkzUvJRGphr1iZ4HaW2nmKFJuaL { width:17.5625rem;height:32.5125rem;top:68.45263671875rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIXzuwHkknCCiGhBUZWN1mpeZRmf2HTL { 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) { #Zm2GfIZCHkfgQzFtGnA1xBg6nFpTad23 { 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) { #KdeL1e2HHD04HqyT9ON254QcOSJQhgpL { width:17.0625rem;height:28.6875rem;top:145.20350837707rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH7TDrvRBRuzHVJNKQqG3feRHxBp4gsU { width:17.5625rem;height:22.95rem;top:110.95849609375rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxnBdPvIfitlIzGl76IA3ThplKvlxfuS { width:0.625rem;height:0.625rem;top:10.718395233154rem;left:8.3433933258056rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #nMwr7G70ElrVzaKELT2CFfDPatK074I6 { width:6.625rem;height:1.8125rem;top:28.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPRTwaM27OeLM7s9Hpmq4h4KPBKEV6WN { display:block; }
 }@media only screen and (max-width: 763px) { #wuifF7WfNgIRXGTTpCTELpTDXyBKiowW { 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) { #sEaTW5bM9xJf3RZFbe0w8HbsLbI9F8Jb { width:6.625rem;height:1.8125rem;top:58.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #En7IdgxOrDQqXlwPDJN3rcfpLIpnNte6 { display:block; }
 }@media only screen and (max-width: 763px) { #fLB3XGdqrKIlZcqK8Cr7yc772BRLfUvU { width:20rem;height:42.0625rem;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) { #l70RIRfwXGvWWiW2LgpdrMnScJ9akyox { width:9.375rem;height:3.25rem;top:63.639844894406rem;left:6.40625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEBuw2wCFHU6AqdIIDESxFIstzwzQfXz { width:6.625rem;height:1.8125rem;top:101.64013671875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6N6kt6ZUZEzFpNDwsUvzgFMChccqzua { display:block; }
 }@media only screen and (max-width: 763px) { #SDIAJs7buxJ4SaNEAL0icbRCpSDV62Zs { width:20rem;height:32.625rem;top:105.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) { #nUHHqMVIlZHFUHxDiWD8GUzKbivWiJer { width:10.3125rem;height:3.25rem;top:106.72695732117rem;left:6.21875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i94a4E5AL75PNv9MIbmMMPAnvQ5uTula { width:6.625rem;height:1.8125rem;top:134.72216796875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7MQy8PUQ1Xl4RIGI4nRkcGJ1O1t5euE { display:block; }
 }@media only screen and (max-width: 763px) { #BEIeDl8zWT1GgdTsf9zmpThWKDmSFNqd { width:20rem;height:38.375rem;top:139.21630859375rem;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) { #H8EH0gKWHSxHC8eCqKsUm80LOTMnrHPo { width:8.9375rem;height:1.625rem;top:141.70351982117rem;left:6.268750190735rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um136UaqHGt8vB8DEQQMqVfN3JP2li3V { width:6.625rem;height:1.8125rem;top:174.84101104736rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9rkZvwWQwnzOcFv1t29ogNCaPgfAf5Z { display:block; }
 }@media only screen and (max-width: 763px) { #SzEGNG3E7TA6A6IIbGXtBTBhRdlMT8s6 { width:4.9375rem;height:4.9375rem;top:7.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnKfSd1FimhLDwTXZS19eyqvdCmcSiTw { width:4.9375rem;height:4.875rem;top:32.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI8p2pslT0M7LcLM41ARMd9fg0r13o7s { width:4.1875rem;height:4.125rem;top:63.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etu1XNp0cZcA7TizZPUymbxUG5mILvRQ { width:3.3125rem;height:3.25rem;top:106.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1XZ4i4vU1dgPh3RizLTszpHaawHkyTC { width:3.8125rem;height:3.75rem;top:140.64101028442rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoAypAgMr02kD9szD6DxXTbuu11V0XdB { width:4.9375rem;height:4.9375rem;top:7.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRW8IncSH8XwnNUvmGMSZgdAraXHGA2l { width:4.9375rem;height:4.9375rem;top:32.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGSI5wkXSssEDuPhDuZHAR8gs4yDFmvK { width:4.9375rem;height:4.9375rem;top:62.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcrvaiw3vXNWxa10QEXuHbmrTbQlKqXK { width:4.9375rem;height:4.9375rem;top:105.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbiq8EsM7tqyy5uCMNUl93NOBM6G6K8V { width:4.9375rem;height:4.9375rem;top:140.00001144409rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q { background-color:#028c7f;background-image:url("https://images.assets-landingi.com/uc/c2edd0ba-73cb-43b0-b76a-0a70a93c9939/sunflowers.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:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hD5ETC5hIoqcCG3Bw5xo5iyTyEzWG7OL { width:20rem;height:15.6rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;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; } #fFI9a2tBAtyL52bya4Oob4ZNPP06KPya > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e029782f2b1fe061ba130f9137ddb877.widget-smartsection { position:relative;z-index:auto;display:block; } #e029782f2b1fe061ba130f9137ddb877.widget-smartsection *:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="text"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="email"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="tel"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection textarea:focus-visible { outline: none; } #vweTxZpBLVGKELOTZvICKgHGLQ0uWUlN > .row .container { width:20rem;height:79.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b02df698f8b7556eb5ef63f2aa246adc.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; }#b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.adaptive-delivery-prevent-bg, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyload, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyloading { background-image: none; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #TRVUdFvRFnlahGwGMfB9qceDLcZuc2rd > .row .container { background-color: transparent; background-image: none; }#TRVUdFvRFnlahGwGMfB9qceDLcZuc2rd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,29,30,0.41); }#TRVUdFvRFnlahGwGMfB9qceDLcZuc2rd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRVUdFvRFnlahGwGMfB9qceDLcZuc2rd > .row .container > .video-iframe-container { display: none; }#TRVUdFvRFnlahGwGMfB9qceDLcZuc2rd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,29,30,0.41); }#TRVUdFvRFnlahGwGMfB9qceDLcZuc2rd > .row > .video-iframe-container { display: none; }#TRVUdFvRFnlahGwGMfB9qceDLcZuc2rd > .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); }#TRVUdFvRFnlahGwGMfB9qceDLcZuc2rd > .row .container { width:20rem;height:42rem;position:relative;display:block; } }