.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b98eac25-d059-4f3c-81cd-a36128de0961/herobusinessservices.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.adaptive-delivery-prevent-bg, #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.lazyload, #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.lazyloading { background-image: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { background-color: transparent; background-image: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(95,95,95,0.25); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container > .video-iframe-container { display: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(95,95,95,0.25); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container { display: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { border-width: 0; border-radius: 0; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8::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; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:5.375rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.63);top:12.15625rem;left:0rem;height:10.75rem;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:left;text-align-last:left;display:block; }
#OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.64);top:25.68017578125rem;left:-0.1181640625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { 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:3.1875rem;width:10.5625rem;top:3.625rem;left:0rem;overflow:hidden;display:block; }
#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.74);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; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { background-color: transparent; background-image: none; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container > .video-iframe-container { display: none; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row > .video-iframe-container { display: none; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .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); }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { border-width: 0; border-radius: 0; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#GfumqrtW170EDitTbEytt2Ekyl3xylfm { color:#5f5f5f;display:block;width:45.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:7.17529296875rem;left:7.46875rem;height:23.5125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d6GXaMlUs7oRJ3VpyPCQgnBH5mqiIh4z { color:#4d714c;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:1.3197917938232rem;left:0.0010414123535156rem;height:5.25rem;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; }
#AuHfxyokei2EraPMN7em9P05HH3FrLlO { position:absolute;display:block;z-index:15001;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.75rem;width:60rem;top:5.4031219482422rem;left:0rem;display:block; }
#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc3ef071-f089-4011-9adf-3db868c1b704/backgroundimagefarmingtogether.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.adaptive-delivery-prevent-bg, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyload, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyloading { background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { background-color: transparent; background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.3); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.3); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { border-width: 0; border-radius: 0; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#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.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:7.74365234375rem;left:34.0625rem;display:block; }
#txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1187534332276rem;left:2.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI { 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; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { background-color: transparent; background-image: none; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container > .video-iframe-container { display: none; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row > .video-iframe-container { display: none; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .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); }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { border-width: 0; border-radius: 0; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:60rem;position:relative;display:block; }#ucRgUTlRIZFem6GdLWSXiMzlGLzuPH29 { color:#4d714c;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:3.1992201805115rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xyTKTyttKVqDpco8otJIc6fPH0WCSKS7 { color:#4d714c;display:block;width:14.625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:21.4375rem;left:2.75rem;height:3.7375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#unLul02yobW2FCTWbq9qgIaJuIM4cryO { position:absolute;display:block;z-index:15008;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:8.6875rem;width:8.6875rem;top:11.875rem;left:5.5625rem;overflow:hidden;display:block; }
#MBROpnS2XErqxvkh9g6cF8QIWqTWckQ8 { color:#404041;display:block;width:12.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23rem;left:45.0625rem;height:5.85rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#naVBy9FqyzoykyXZ82TQwfT4HwL4VUmc { color:#404041;display:block;width:11.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16rem;left:45rem;height:5.85rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EqRmOvxuqXbGiKMuBitOunacnFcpk1iD { color:#404041;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.75rem;left:23.875rem;height:5.85rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WQmAbmEpU95L44yQLxbhwzCZRbiV7347 { color:#404041;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.625rem;left:45.0625rem;height:4.3875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hG5J0oVpdM4zBpuLyIWJRoNP2M6Bv8yN { color:#404041;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:16.6875rem;left:23.875rem;height:4.3875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VODiLaGg5u8J9V0OxLbERPc7JJTES4WK { position:absolute;display:block;z-index:15022;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:2rem;width:2rem;top:23rem;left:41.625rem;overflow:hidden;display:block; }
#GT80kGcRC1fgLNlQLbvrSIQ5im0GaZTr { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:16.875rem;left:42rem;overflow:hidden;display:block; }
#FUtcXU8qMN44p4VRk833WEmieuEVPXWI { 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:1.625rem;width:1.625rem;top:23.9375rem;left:20.4375rem;overflow:hidden;display:block; }
#GoPg7x2bKBAFCPLteAFQtMBTEFS58IAv { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:17.125rem;left:20.5rem;overflow:hidden;display:block; }
#AGTwnx4RtxbVEH3omGMiP708RH6gaviO { 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:1.625rem;width:1.625rem;top:11.5rem;left:20.5625rem;overflow:hidden;display:block; }
#QtZf2JORQ0JKoXSN5NNBB2yyNBvqaNqX { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:11.25rem;left:41.875rem;overflow:hidden;display:block; }
#gIbkG6xv4QFMcGhIynb92v3Pnnw23PTv { color:#404041;display:block;width:12.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.3125rem;left:23.875rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dpUQCS6d70NWCqHq35LT4NuyJKWRtl1f { position:absolute;display:block;z-index:15015;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.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:11.0625rem;left:20.0625rem;display:block; }
#ExT3stTQL6G6J09V9To9Tb7oSHvowktA { position:absolute;display:block;z-index:15016;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.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:16.6875rem;left:20.0625rem;display:block; }
#vRVn2JJqyPHJaTb5emSvQu5sM8Nuz69J { position:absolute;display:block;z-index:15017;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.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:23.5rem;left:20.0625rem;display:block; }
#PrHw5PxDEu4btu15qRX50upnmGDMrm2p { position:absolute;display:block;z-index:15016;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.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:10.75rem;left:41.375rem;display:block; }
#Xhp5EDSms82hLHZllkGTSyoRFy5nu1ZN { position:absolute;display:block;z-index:15017;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.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:16.3125rem;left:41.375rem;display:block; }
#AdKA1tvLduTKCJdnyH4gox9xrNf1u1AF { position:absolute;display:block;z-index:15018;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.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:22.8125rem;left:41.375rem;display:block; }
#QUP2ax7SFZ55BTD5UedSeIJ6sVfKwGqE { 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; }#QUP2ax7SFZ55BTD5UedSeIJ6sVfKwGqE.adaptive-delivery-prevent-bg, #QUP2ax7SFZ55BTD5UedSeIJ6sVfKwGqE.lazyload, #QUP2ax7SFZ55BTD5UedSeIJ6sVfKwGqE.lazyloading { background-image: none; }#QUP2ax7SFZ55BTD5UedSeIJ6sVfKwGqE > .row .container { background-color: transparent; background-image: none; }#QUP2ax7SFZ55BTD5UedSeIJ6sVfKwGqE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUP2ax7SFZ55BTD5UedSeIJ6sVfKwGqE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUP2ax7SFZ55BTD5UedSeIJ6sVfKwGqE > .row .container > .video-iframe-container { display: none; }#QUP2ax7SFZ55BTD5UedSeIJ6sVfKwGqE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUP2ax7SFZ55BTD5UedSeIJ6sVfKwGqE > .row > .video-iframe-container { display: none; }#QUP2ax7SFZ55BTD5UedSeIJ6sVfKwGqE > .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); }#QUP2ax7SFZ55BTD5UedSeIJ6sVfKwGqE > .row .container { border-width: 0; border-radius: 0; }#QUP2ax7SFZ55BTD5UedSeIJ6sVfKwGqE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QUP2ax7SFZ55BTD5UedSeIJ6sVfKwGqE > .row .container { font-size:0.875rem;font-family:arial;height:110.625rem;width:60rem;position:relative;display:block; }#SJNZpIZSUMtkUctdUvzBExlr20SHzCnA { 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; }
#QOoW8PTwh1caHsiiod19hS76DATgiLeX { 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:16.200002670288rem;left:20rem;height:7.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kQbKBCQatyePx8cFGfSEQdPcirNWMuu9 { 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:30.781251907349rem;left:20rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A4Zn9TRR2Z9CSVduQCOGxFfGOmB4Cb4C { 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; }
#ohJv6DhDoLihw1HKWUo2gaKW7hVU6xfw { 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; }
#IT3EPJKwriAnG3rdFDIlKzpaoJLvRWeT { 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; }
#TQtyOJ3QPT7uXK6inetleceK9NHqsXeQ { 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; }
#E177OLkxf0PGz1IdwDwbT5C6RthvkvVS { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:16.19970703125rem;left:8.15625rem;overflow:hidden;display:block; }
#Fr45AhscToZezGReECReQpuLvZyiiv4z { 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:87.443752288819rem;left:20rem;height:12.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S1TPry1DFI9LT867ZwWJErQT7ba70GOT { 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:10.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rkSNtVOkyRefhBEKoVgzWhLDHiN0q2wK { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.4375rem;top:88.224609375rem;left:8.28125rem;overflow:hidden;display:block; }
#VzA8i7tJwiQMqt1w4yRp0pbWhE3y4R6W { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:30.25rem;left:8.1875rem;overflow:hidden;display:block; }
#MPpBDOIwGuc8KLUknSAPmGxTfa6ll3lh { 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:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:15.46875rem;left:7.5rem;display:block; }
#Dfr4TDiTuQRd4h3CCCsu685ycSrWGTRW { position:absolute;display:block;z-index:15010;background-color:#2e682d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:29.3125rem;left:7.25rem;display:block; }
#pZO3ITbyTqehT99Rl2TZDac8r9TxpxiP { 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; }
#Kx5OgHoJvBclMKl2hC5TMMzNmnw8T065 { 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; }
#DxIkmT5R897sTL0TI3n4454rmsNne7bK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x57lCBF3aRRAgcv6LcFQKecbhNc8v5q1 { 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; }
#uqih4ggHyIoWR1eJnm8XmMVdFCPvLfb9 { 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; }
#p6NToDhulUSrFeCyHXKQ3PP20TboBrXA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Erlsaa0yzccEwBJqXsW2I50QKtpoFwDa { 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.4375rem;left:0.0010414123535156rem;display:block; }
#F91rlnX9TNKyP5WF6HXLVKdH16Df28sU { position:absolute;display:block;z-index:15011;background-color:#2e682d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:45.375rem;left:7.5rem;display:block; }
#HVhKB62BHvT92M3SOk3AgsarcQw84P62 { 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; }
#Od8wdGJ2AJxMZFcXvePC9FhBgMy96yWG { 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; }
#aHIsQUTZrO3PT2OgTZCbN0q4EHqJv2dS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xAE95pHlwMXlSnNfIlQDlJmH93QQPKhO { 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; }
#gC7TnA4VQabGiK59yNZEUM1oaEcFsRlV { position:absolute;display:block;z-index:15012;background-color:#2e682d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:66.1875rem;left:7.5rem;display:block; }
#FkxrE0FeOWl0H5XSqamOxShrQRiaIfsW { 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; }
#XxzIsMzPGoSWrQP5rCRJmibBV97gum2B { 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; }
#xyZVbaAfkVvRlwuPWq5L7VJO9bTXPEID { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FV2iAqimQQohE0ts2H23Q5WilulPBDzU { 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; }
#wRgE9ZfWmxbrnvWlHsiq8xViU2P9ZTzx { position:absolute;display:block;z-index:15013;background-color:#2e682d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:87.443359375rem;left:7.5rem;display:block; }
#iBf180XZown3REOZmOxSC15eD0K3K5gR { 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; }
#r8hII6BvykPu0XJWfo5m4Thh9Ow5s1IR { 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; }
#GPR82DqPm0pkqzhVNMHB9SAo4kX8ky6G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lm7ysLap90VTMol378yRvwcawEhSKHzU { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:46.3125rem;left:8.375rem;overflow:hidden;display:block; }
#PngzqCuP4IdpbXeVZk5TD3rkJH7z519N { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:67.125rem;left:8.4375rem;overflow:hidden;display:block; }
#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/50917d16-c4c1-4a50-aac2-25d9bc620d3f/bullseyefarmtable.crop_645x836_84,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.adaptive-delivery-prevent-bg, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyload, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyloading { background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { background-color: transparent; background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { border-width: 0; border-radius: 0; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { font-size:0.875rem;font-family:arial;height:67.25rem;width:60rem;position:relative;display:block; }#o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { color:#5f5f5f;display:block;width:43.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:17.939590454101rem;left:7.75rem;height:47.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:#4d714c;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.51220703125rem;left:0rem;height:5.25rem;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; }
#Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { color:#4d714c;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.57177734375rem;left:-0.03125rem;height:2.35625rem;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; }
#vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { position:absolute;display:block;z-index:15001;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:64.75rem;width:60rem;top:-0.034378051757812rem;left:0rem;display:block; }
#n7zukqrg0fl5OECosNpZcGMImTe0pNcw { position:relative;display:block; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw { background-color: transparent; background-image: none; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container > .video-iframe-container { display: none; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row > .video-iframe-container { display: none; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .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); }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw { border-width: 0; border-radius: 0; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);background-image:none;font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ONWRWRFW2kexfmDC1oAvFCWmVoHtFzPp { color:#4d714c;display:block;width:20.1875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.0750017166137rem;left:3.8125rem;height:9.35rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jn5DIQvrWJG7MnkneFofraahNd1kfC7P { color:#585858;display:block;width:20.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:14.812501907349rem;left:3.8125rem;height:10rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NGWuS62TIx3ihEQGZe97lxJXFf78f8rd { position:absolute;display:block;z-index:15007;background-color:#18397b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20.0625rem;top:13.25rem;left:4rem;display:block; }
#L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { 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:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:25.4375rem;left:3.8125rem;display:block; }
#VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cGq4PmV7csquFt60fIJGse5ycmpRUvRl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:28.8125rem;width:29.8125rem;top:1.625rem;left:30.188537597656rem;overflow:hidden;display:block; }
#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { 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; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { background-color: transparent; background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { border-width: 0; border-radius: 0; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;position:relative;display:block; }#N0taaT1a4uThqB48pdg68mOgcrnE52J3 { color:#ffffff;display:block;width:59.5rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.44287109375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykpTk4nrTPTTlDyQsU14EXRcmKVqNxai { position:absolute;display:block;z-index:15007;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:7.375rem;width:7.375rem;top:1.4375rem;left:26.0625rem;overflow:hidden;display:block; }
#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio { 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; }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .row .container { background-color: transparent; background-image: none; }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .row .container > .video-iframe-container { display: none; }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .row > .video-iframe-container { display: none; }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .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); }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .row .container { border-width: 0; border-radius: 0; }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:60rem;position:relative;display:block; }#QEvhkNNKp0W11O2REWDhh8B4VSaOCT7W { position:absolute;display:block;z-index:15003;background-color:#47a162;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:16.874609470367rem;left:0.00078105926513675rem;display:block; }
#T12wIy4lg51dars8y7iTIFdTTr3ODnTC { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.999609567225rem;left:31.8125rem;height:2.925rem;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; }
#DNUHOKkUeVSCZ5uoTtgVoDfJPRMztQGv { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.7802734375rem;left:47.2822265625rem;height:2.925rem;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; }
#S9ysz24UcGv7rULFZTFT9LBNPx9cnIxA { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.0496096611025rem;left:1.3441410064698rem;height:4.3875rem;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; }
#HzWEQSstvZBnhXpcoLOglK78DpP8Mzbg { position:absolute;display:block;z-index:14994;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:4.2499995231628rem;left:0rem;display:block; }
#ICPFJZCs3vuzpg5HIBAFAFv09WlrJODC { position:absolute;display:block;z-index:15007;background-color:#64c080;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:16.874609470367rem;left:15rem;display:block; }
#A3zTOzr6X9x8DxqOZSagRpMpB64k9VKs { position:absolute;display:block;z-index:14998;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:4.375rem;left:15.3125rem;display:block; }
#QINOltc6VaTg9CL7nOOJ2da5QLstWHVk { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.299999810755rem;left:16.8125rem;height:4.3875rem;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; }
#h1A61dKQBO9UfkoGmnPPJaCEhVu17ifG { position:absolute;display:block;z-index:15011;background-color:#3f9ac3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:16.874609470367rem;left:31rem;display:block; }
#BP28l9QmDBZxGHQqLFi5l83To55xoKhA { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:4.5rem;left:30.6875rem;display:block; }
#GC0gWxdOuiVQmSlUhXVwRrRltev7ofeV { position:absolute;display:block;z-index:15014;background-color:#3fc363;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:16.874609470367rem;left:45.938282012939rem;display:block; }
#G1qQGMcsGyhX6s840Vmsgo5u4MtdJTKU { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:4.25rem;left:45.938537597656rem;display:block; }
#W6TZ3l01eFgZ0HBKcnnGtTJDnJz39ykM { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:18.312500476837rem;left:45.9375rem;display:block; }
#tGQ5oxpDITFDF0qCTSeHuwxclH47tvtF { position:absolute;display:block;z-index:15017;background-color:#3fc0c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:30.750000476837rem;left:45.938282012939rem;display:block; }
#dcPAe8t4TWy4Fmir8sil1ekS4iE9fddJ { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:23.1748046875rem;left:46.8125rem;height:4.3875rem;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; }
#gvCQ61015cgL0XRKIQlmzFtc9HtWokRJ { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:18.187500476837rem;left:0rem;display:block; }
#lcmuymEbImfV3K4dvJqEddJCog7IhXDX { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.1748046875rem;left:1.3447265625rem;height:4.3875rem;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; }
#N3dml03pxx67XNLoMP6dLzhHs3lANgSd { position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:18.312500476837rem;left:15.3125rem;display:block; }
#NdZCNhPZPm4zKuVpXtBOQAUraN3DsAA4 { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:23.90576171875rem;left:16.8125rem;height:2.925rem;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; }
#Eq3T76T8y4mVwM25fG0ekpTXnW9xGP3E { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:23.90576171875rem;left:31.8125rem;height:2.925rem;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; }
#uTovFCRysELyoKgT7B8rvpBfTyHbl0Bn { position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:18.437500476837rem;left:30.6875rem;display:block; }
#gVuIGiOXDQor1LXhoTReRnSTT7eBy80l { position:absolute;display:block;z-index:15015;background-color:#bbdc5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:30.750000476837rem;left:0.00078105926513675rem;display:block; }
#DxzHPLImRs2FP4Lfi52RMU7bMu8lPkWz { position:absolute;display:block;z-index:15019;background-color:#64c0a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:30.750000476837rem;left:15.46875rem;display:block; }
#W8aCf75CTlbpPCZJF7yEoAS0t40QlThG { position:absolute;display:block;z-index:15023;background-color:#93d350;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:30.750000476837rem;left:31rem;display:block; }
#TNAuD6dI3WaL97SkbQoKhKJTnT8RGc1z { 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:2.375rem;width:2.375rem;top:4.8433594703674rem;left:0.59375rem;overflow:hidden;display:block; }
#wQdn5CqzFLQmcAT1wFWIwBW3ZQlUOGg2 { position:absolute;display:block;z-index:15021;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.375rem;width:2.375rem;top:4.843359567225rem;left:15.90625rem;overflow:hidden;display:block; }
#rCNDTxLgDGoE1F5Hryg5HpspDIiaWuGo { position:absolute;display:block;z-index:15024;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.375rem;width:2.375rem;top:4.843359567225rem;left:31.1875rem;overflow:hidden;display:block; }
#t0DC69SUhK054nT5nZtAZDMnwRInAT0H { position:absolute;display:block;z-index:15037;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.375rem;width:2.375rem;top:4.84326171875rem;left:46.5322265625rem;overflow:hidden;display:block; }
#kZFWwgzaOf7amhZpX2oIZLBVod9SFWZF { position:absolute;display:block;z-index:15038;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.375rem;width:2.375rem;top:18.78125rem;left:0.59375rem;overflow:hidden;display:block; }
#blI5LTlmBUSRLuLch5feaT972SOFmxh5 { position:absolute;display:block;z-index:15039;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.375rem;width:2.375rem;top:18.78125rem;left:15.90625rem;overflow:hidden;display:block; }
#eDQKL3pD5zS0b1xtihEqzAmzu1OD5yln { position:absolute;display:block;z-index:15040;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.375rem;width:2.375rem;top:18.78125rem;left:31.1875rem;overflow:hidden;display:block; }
#hvnlkAQHng89cuep1ff40VXBr2Zt8mwp { position:absolute;display:block;z-index:15041;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.375rem;width:2.375rem;top:18.78125rem;left:46.5322265625rem;overflow:hidden;display:block; }
#XLnKEPlVX5JfoFJ2MMKfZ7dDxkMmRyhh { position:absolute;display:block;z-index:15021;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:32.569530963897rem;left:0.00078105926513675rem;display:block; }
#pXlfc6yVH9r5DkqCf4EpcSazLwvJzSLh { position:absolute;display:block;z-index:15025;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:32.500000476837rem;left:15.3125rem;display:block; }
#i6dRFTa9nSpHfFh1GNLGGZNCPRFwsO2a { position:absolute;display:block;z-index:15029;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:32.625000476837rem;left:30.6875rem;display:block; }
#qdd4QihhaKmIFkanyzc31sT7gTryb1AZ { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:37.9375rem;left:1.3447265625rem;height:1.4625rem;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; }
#LAgMESRzQdrJg7cyAc3Jfg5oMNUrmV8a { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:37.93701171875rem;left:16.8125rem;height:1.4625rem;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; }
#tbg9VnpxPKRkJDszJsLDmTwqOhkV1Jas { position:absolute;display:block;z-index:15054;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.375rem;width:2.375rem;top:32.9443359375rem;left:15.90625rem;overflow:hidden;display:block; }
#LFd23cT4u9Ps6K6sCnegPGZbdPvxoga0 { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:37.3935546875rem;left:31.8125rem;height:2.925rem;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; }
#T8yGkyJsyoOVECViLeaGRkDuCzuM5nzB { position:absolute;display:block;z-index:15055;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.375rem;width:2.375rem;top:33.0869140625rem;left:31.3125rem;overflow:hidden;display:block; }
#ciFXH5lfXDObhSsUilqZO2JJxBaxv6s7 { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:34.363281726837rem;left:47.282032012939rem;height:7.875rem;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; }
#b2nx7GKlt2TZ2O0xkNgH950NgStHH4vV { position:absolute;display:block;z-index:15030;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:32.569530963897rem;left:45.938282012939rem;display:block; }
#TXoxs1whg4hFu0ev6alZ6NB2T6wAiqSN { position:absolute;display:block;z-index:15055;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.375rem;width:2.375rem;top:33.0869140625rem;left:0.59375rem;overflow:hidden;display:block; }
#JWdFJSZNsotytGegFJz8xyEamf8KAcRo { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:14994;background-color:#4d714c;background-image:none;top:4.2499995231628rem;left:0rem;display:block; }
#KGppDBVJbR9hVPkairiTvJeQZaWzFN9T { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15019;background-color:#4d714c;background-image:none;top:4.249609567225rem;left:15.3125rem;display:block; }
#TQGqkviBambHF44Zm7CEhFchxK979Uu1 { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15023;background-color:#4d714c;background-image:none;top:4.3750000968576rem;left:30.6875rem;display:block; }
#ryDA2PEoJDZesW2PaoopdRLPODO0pZwQ { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15036;background-color:#4d714c;background-image:none;top:4.24951171875rem;left:45.9384765625rem;display:block; }
#mTT14c3csifenS2JW949X8I2e0RE1XHS { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15009;background-color:#4d714c;background-image:none;top:18.1875rem;left:0rem;display:block; }
#bkAGPyNrXT7z8uw4dNKC9IaHFXX9hNl1 { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15010;background-color:#4d714c;background-image:none;top:18.3125rem;left:15.3125rem;display:block; }
#zop3guCZ7hOk5iHNa5xKcv8wS3obrEtS { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15037;background-color:#4d714c;background-image:none;top:18.3125rem;left:30.625rem;display:block; }
#vzz1eFqx3XiIOZ8Txqhep2pL1vN8fG7c { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15038;background-color:#4d714c;background-image:none;top:18.3125rem;left:45.9384765625rem;display:block; }
#gGzPvZSIwdPTUh74Cm5TbT4uz5J2cXbT { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15042;background-color:#4d714c;background-image:none;top:32.5693359375rem;left:0rem;display:block; }
#CwoeIudwkbfXMvEJaNB5m1XxPVXCiaeT { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15043;background-color:#4d714c;background-image:none;top:32.5068359375rem;left:15.3125rem;display:block; }
#TOHdFiyXL65sCqL0OHpOPibtKifu5Kzy { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15053;background-color:#4d714c;background-image:none;top:32.5693359375rem;left:30.6875rem;display:block; }
#dTdZTta8t9Dlgh7PkpO6k0rX8Ge5IsuT { position:absolute;display:block;z-index:15003;background-color:#47a162;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:16.874609470367rem;left:0.00078105926513675rem;display:none; }
#PW2UTrDCZN3OXrRON90ihEF2QNcqvIHE { position:absolute;display:block;z-index:15003;background-color:#47a162;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:16.874609470367rem;left:0.00078105926513675rem;display:none; }
#T8RMBG7tNUTaNfNyeK0GLW6oK2aZX1fb { position:absolute;display:block;z-index:15003;background-color:#47a162;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:16.874609470367rem;left:0.00078105926513675rem;display:none; }
#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d714c;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; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.adaptive-delivery-prevent-bg, #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.lazyload, #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.lazyloading { background-image: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { background-color: transparent; background-image: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container > .video-iframe-container { display: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row > .video-iframe-container { display: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .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); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { border-width: 0; border-radius: 0; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#Vkr6kLqPG3nwF4aX8FryoK1LAkTXRzfx { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#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.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:7.6123046875rem;left:31.6875rem;display:block; }
#rMAawn5hsL5i9hOW3txcxdOMBDdwXXTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GvTaKp1tguEO84nDrIVd9oC4wlT8RaKX { color:#ffffff;display:block;width:30rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.9248046875rem;left:0rem;height:4.8125rem;font-style:normal;text-align:right;text-align-last:right;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; } #KeIoxspSiwWITDE3fFuAt7GuN2GcCS26 > .row .container { background-color: transparent; background-image: none; }#KeIoxspSiwWITDE3fFuAt7GuN2GcCS26::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeIoxspSiwWITDE3fFuAt7GuN2GcCS26 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeIoxspSiwWITDE3fFuAt7GuN2GcCS26 > .row .container > .video-iframe-container { display: none; }#KeIoxspSiwWITDE3fFuAt7GuN2GcCS26 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeIoxspSiwWITDE3fFuAt7GuN2GcCS26 > .row > .video-iframe-container { display: none; }#KeIoxspSiwWITDE3fFuAt7GuN2GcCS26 > .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); }#KeIoxspSiwWITDE3fFuAt7GuN2GcCS26 > .row .container { border-width: 0; border-radius: 0; }#KeIoxspSiwWITDE3fFuAt7GuN2GcCS26 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeIoxspSiwWITDE3fFuAt7GuN2GcCS26 > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;position:relative;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; } #pK80yVvOeJKwUe2UUH21Kmr0Oxhzow7U > .row .container { background-color: transparent; background-image: none; }#pK80yVvOeJKwUe2UUH21Kmr0Oxhzow7U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pK80yVvOeJKwUe2UUH21Kmr0Oxhzow7U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pK80yVvOeJKwUe2UUH21Kmr0Oxhzow7U > .row .container > .video-iframe-container { display: none; }#pK80yVvOeJKwUe2UUH21Kmr0Oxhzow7U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pK80yVvOeJKwUe2UUH21Kmr0Oxhzow7U > .row > .video-iframe-container { display: none; }#pK80yVvOeJKwUe2UUH21Kmr0Oxhzow7U > .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); }#pK80yVvOeJKwUe2UUH21Kmr0Oxhzow7U > .row .container { border-width: 0; border-radius: 0; }#pK80yVvOeJKwUe2UUH21Kmr0Oxhzow7U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pK80yVvOeJKwUe2UUH21Kmr0Oxhzow7U > .row .container { font-size:0.875rem;font-family:arial;height:50rem;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; } #nBv1MA3EMfWb0S1ZOKWNURT0TNVTkpBP > .row .container { background-color: transparent; background-image: none; }#nBv1MA3EMfWb0S1ZOKWNURT0TNVTkpBP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.41); }#nBv1MA3EMfWb0S1ZOKWNURT0TNVTkpBP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBv1MA3EMfWb0S1ZOKWNURT0TNVTkpBP > .row .container > .video-iframe-container { display: none; }#nBv1MA3EMfWb0S1ZOKWNURT0TNVTkpBP > .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); }#nBv1MA3EMfWb0S1ZOKWNURT0TNVTkpBP > .row > .video-iframe-container { display: none; }#nBv1MA3EMfWb0S1ZOKWNURT0TNVTkpBP > .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); }#nBv1MA3EMfWb0S1ZOKWNURT0TNVTkpBP > .row .container { border-width: 0; border-radius: 0; }#nBv1MA3EMfWb0S1ZOKWNURT0TNVTkpBP::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; }#nBv1MA3EMfWb0S1ZOKWNURT0TNVTkpBP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nBv1MA3EMfWb0S1ZOKWNURT0TNVTkpBP > .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) { #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { top:12.125rem;left:0rem;width:47.75rem;height:10.75rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { top:25.625rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { top:3.625rem;left:0rem;width:10.5625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4wKPatf3f2n85DuwWSKyIO9AdFChyCn { display:block; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfumqrtW170EDitTbEytt2Ekyl3xylfm { top:7.125rem;left:1.34375rem;width:45.0625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6GXaMlUs7oRJ3VpyPCQgnBH5mqiIh4z { top:1.3125rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuHfxyokei2EraPMN7em9P05HH3FrLlO { top:5.375rem;left:0rem;width:47.75rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { width:17.5rem;height:3.4375rem;top:7.6875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block; }
 }@media only screen and (max-width: 763px) { #LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { width:27.75rem;height:;top:4.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI { display:block; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucRgUTlRIZFem6GdLWSXiMzlGLzuPH29 { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyTKTyttKVqDpco8otJIc6fPH0WCSKS7 { width:14.625rem;height:3.6875rem;top:21.4375rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #unLul02yobW2FCTWbq9qgIaJuIM4cryO { width:8.6875rem;height:8.6875rem;top:11.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBROpnS2XErqxvkh9g6cF8QIWqTWckQ8 { width:12.4375rem;height:5.8125rem;top:23rem;left:34.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naVBy9FqyzoykyXZ82TQwfT4HwL4VUmc { width:11.125rem;height:5.8125rem;top:16rem;left:34.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqRmOvxuqXbGiKMuBitOunacnFcpk1iD { width:13.625rem;height:5.8125rem;top:23.75rem;left:17.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQmAbmEpU95L44yQLxbhwzCZRbiV7347 { width:14.375rem;height:4.375rem;top:10.625rem;left:33.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG5J0oVpdM4zBpuLyIWJRoNP2M6Bv8yN { width:12.375rem;height:4.375rem;top:16.6875rem;left:17.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VODiLaGg5u8J9V0OxLbERPc7JJTES4WK { top:23rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT80kGcRC1fgLNlQLbvrSIQ5im0GaZTr { top:16.875rem;left:31.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUtcXU8qMN44p4VRk833WEmieuEVPXWI { top:23.9375rem;left:15.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoPg7x2bKBAFCPLteAFQtMBTEFS58IAv { top:17.125rem;left:15.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGTwnx4RtxbVEH3omGMiP708RH6gaviO { top:11.5rem;left:15.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtZf2JORQ0JKoXSN5NNBB2yyNBvqaNqX { top:11.25rem;left:31.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIbkG6xv4QFMcGhIynb92v3Pnnw23PTv { width:12.4375rem;height:2.875rem;top:11.3125rem;left:17.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpUQCS6d70NWCqHq35LT4NuyJKWRtl1f { top:11.0625rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExT3stTQL6G6J09V9To9Tb7oSHvowktA { top:16.6875rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRVn2JJqyPHJaTb5emSvQu5sM8Nuz69J { top:23.5rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrHw5PxDEu4btu15qRX50upnmGDMrm2p { top:10.75rem;left:31.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhp5EDSms82hLHZllkGTSyoRFy5nu1ZN { top:16.3125rem;left:31.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdKA1tvLduTKCJdnyH4gox9xrNf1u1AF { top:22.8125rem;left:31.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUP2ax7SFZ55BTD5UedSeIJ6sVfKwGqE { display:block; }#QUP2ax7SFZ55BTD5UedSeIJ6sVfKwGqE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJNZpIZSUMtkUctdUvzBExlr20SHzCnA { 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) { #QOoW8PTwh1caHsiiod19hS76DATgiLeX { width:37.3125rem;height:7.1875rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQbKBCQatyePx8cFGfSEQdPcirNWMuu9 { width:36.125rem;height:9rem;top:30.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Zn9TRR2Z9CSVduQCOGxFfGOmB4Cb4C { width:11.8125rem;height:2.875rem;top:36.1875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohJv6DhDoLihw1HKWUo2gaKW7hVU6xfw { width:37.375rem;height:10.75rem;top:46.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT3EPJKwriAnG3rdFDIlKzpaoJLvRWeT { width:47.75rem;height:4.0625rem;top:5.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQtyOJ3QPT7uXK6inetleceK9NHqsXeQ { top:14.375rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E177OLkxf0PGz1IdwDwbT5C6RthvkvVS { top:16.1875rem;left:6.09375rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr45AhscToZezGReECReQpuLvZyiiv4z { width:37.0625rem;height:12.5625rem;top:87.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1TPry1DFI9LT867ZwWJErQT7ba70GOT { width:35.5rem;height:10.75rem;top:68.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkSNtVOkyRefhBEKoVgzWhLDHiN0q2wK { top:88.1875rem;left:6.21875rem;width:3.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzA8i7tJwiQMqt1w4yRp0pbWhE3y4R6W { top:30.25rem;left:6.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPpBDOIwGuc8KLUknSAPmGxTfa6ll3lh { top:15.4375rem;left:5.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfr4TDiTuQRd4h3CCCsu685ycSrWGTRW { top:29.3125rem;left:5.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZO3ITbyTqehT99Rl2TZDac8r9TxpxiP { top:17.6875rem;left:6.28125rem;width:2.9375rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kx5OgHoJvBclMKl2hC5TMMzNmnw8T065 { width:6.625rem;height:1.8125rem;top:24.125rem;left:40.179776887872rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxIkmT5R897sTL0TI3n4454rmsNne7bK { display:block; }
 }@media only screen and (max-width: 763px) { #x57lCBF3aRRAgcv6LcFQKecbhNc8v5q1 { top:27.875rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqih4ggHyIoWR1eJnm8XmMVdFCPvLfb9 { width:6.625rem;height:1.8125rem;top:39.75rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6NToDhulUSrFeCyHXKQ3PP20TboBrXA { display:block; }
 }@media only screen and (max-width: 763px) { #Erlsaa0yzccEwBJqXsW2I50QKtpoFwDa { top:43.4375rem;left:0rem;width:47.75rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F91rlnX9TNKyP5WF6HXLVKdH16Df28sU { top:45.375rem;left:5.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVhKB62BHvT92M3SOk3AgsarcQw84P62 { 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) { #Od8wdGJ2AJxMZFcXvePC9FhBgMy96yWG { width:6.625rem;height:1.8125rem;top:60.3125rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHIsQUTZrO3PT2OgTZCbN0q4EHqJv2dS { display:block; }
 }@media only screen and (max-width: 763px) { #xAE95pHlwMXlSnNfIlQDlJmH93QQPKhO { top:64.5rem;left:0rem;width:47.75rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC7TnA4VQabGiK59yNZEUM1oaEcFsRlV { top:66.1875rem;left:5.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkxrE0FeOWl0H5XSqamOxShrQRiaIfsW { 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) { #XxzIsMzPGoSWrQP5rCRJmibBV97gum2B { width:6.625rem;height:1.8125rem;top:81.125rem;left:40.1796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyZVbaAfkVvRlwuPWq5L7VJO9bTXPEID { display:block; }
 }@media only screen and (max-width: 763px) { #FV2iAqimQQohE0ts2H23Q5WilulPBDzU { top:85.125rem;left:0rem;width:47.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRgE9ZfWmxbrnvWlHsiq8xViU2P9ZTzx { top:87.4375rem;left:5.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBf180XZown3REOZmOxSC15eD0K3K5gR { 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) { #r8hII6BvykPu0XJWfo5m4Thh9Ow5s1IR { width:6.625rem;height:1.8125rem;top:100.0625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPR82DqPm0pkqzhVNMHB9SAo4kX8ky6G { display:block; }
 }@media only screen and (max-width: 763px) { #lm7ysLap90VTMol378yRvwcawEhSKHzU { top:46.3125rem;left:6.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PngzqCuP4IdpbXeVZk5TD3rkJH7z519N { top:67.125rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { top:17.9375rem;left:1.625rem;width:43.5rem;height:47.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { top:4.5rem;left:0rem;width:47.75rem;height:5.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { top:13.5625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { top:0rem;left:0rem;width:47.75rem;height:64.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7zukqrg0fl5OECosNpZcGMImTe0pNcw { display:block; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONWRWRFW2kexfmDC1oAvFCWmVoHtFzPp { width:20.1875rem;height:9.3125rem;top:3.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn5DIQvrWJG7MnkneFofraahNd1kfC7P { width:20.1875rem;height:10rem;top:14.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGWuS62TIx3ihEQGZe97lxJXFf78f8rd { top:13.25rem;left:0rem;width:20.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:14.25rem;height:3.4375rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block; }
 }@media only screen and (max-width: 763px) { #cGq4PmV7csquFt60fIJGse5ycmpRUvRl { top:1.625rem;left:17.9375rem;width:29.8125rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0taaT1a4uThqB48pdg68mOgcrnE52J3 { top:9.4375rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykpTk4nrTPTTlDyQsU14EXRcmKVqNxai { top:1.4375rem;left:16.5rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio { display:block; }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEvhkNNKp0W11O2REWDhh8B4VSaOCT7W { width:14.0625rem;height:0.125rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T12wIy4lg51dars8y7iTIFdTTr3ODnTC { width:11.375rem;height:2.875rem;top:9.9375rem;left:24.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNUHOKkUeVSCZ5uoTtgVoDfJPRMztQGv { width:11.375rem;height:2.875rem;top:9.75rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9ysz24UcGv7rULFZTFT9LBNPx9cnIxA { width:11.375rem;height:;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzWEQSstvZBnhXpcoLOglK78DpP8Mzbg { width:14.0625rem;height:11.0625rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICPFJZCs3vuzpg5HIBAFAFv09WlrJODC { width:14.0625rem;height:0.125rem;top:16.8125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3zTOzr6X9x8DxqOZSagRpMpB64k9VKs { width:14.0625rem;height:11.0625rem;top:4.375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QINOltc6VaTg9CL7nOOJ2da5QLstWHVk { width:11.375rem;height:4.375rem;top:9.25rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1A61dKQBO9UfkoGmnPPJaCEhVu17ifG { width:14.0625rem;height:0.125rem;top:16.8125rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP28l9QmDBZxGHQqLFi5l83To55xoKhA { width:14.0625rem;height:11.0625rem;top:4.5rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC0gWxdOuiVQmSlUhXVwRrRltev7ofeV { width:14.0625rem;height:0.125rem;top:16.8125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1qQGMcsGyhX6s840Vmsgo5u4MtdJTKU { width:14.0625rem;height:11.0625rem;top:4.25rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6TZ3l01eFgZ0HBKcnnGtTJDnJz39ykM { width:14.0625rem;height:11.0625rem;top:18.3125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGQ5oxpDITFDF0qCTSeHuwxclH47tvtF { width:14.0625rem;height:0.125rem;top:30.75rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcPAe8t4TWy4Fmir8sil1ekS4iE9fddJ { width:11.375rem;height:4.375rem;top:23.125rem;left:36.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvCQ61015cgL0XRKIQlmzFtc9HtWokRJ { width:14.0625rem;height:11.0625rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcmuymEbImfV3K4dvJqEddJCog7IhXDX { width:11.375rem;height:4.375rem;top:23.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3dml03pxx67XNLoMP6dLzhHs3lANgSd { width:14.0625rem;height:11.0625rem;top:18.3125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdZCNhPZPm4zKuVpXtBOQAUraN3DsAA4 { width:11.375rem;height:2.875rem;top:23.875rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq3T76T8y4mVwM25fG0ekpTXnW9xGP3E { width:11.375rem;height:2.875rem;top:23.875rem;left:24.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTovFCRysELyoKgT7B8rvpBfTyHbl0Bn { width:14.0625rem;height:11.0625rem;top:18.4375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVuIGiOXDQor1LXhoTReRnSTT7eBy80l { width:14.0625rem;height:0.125rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxzHPLImRs2FP4Lfi52RMU7bMu8lPkWz { width:14.0625rem;height:0.125rem;top:30.75rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8aCf75CTlbpPCZJF7yEoAS0t40QlThG { width:14.0625rem;height:0.125rem;top:30.75rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNAuD6dI3WaL97SkbQoKhKJTnT8RGc1z { top:4.8125rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQdn5CqzFLQmcAT1wFWIwBW3ZQlUOGg2 { top:4.8125rem;left:11.9375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCNDTxLgDGoE1F5Hryg5HpspDIiaWuGo { top:4.8125rem;left:23.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0DC69SUhK054nT5nZtAZDMnwRInAT0H { top:4.8125rem;left:35.8134765625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZFWwgzaOf7amhZpX2oIZLBVod9SFWZF { top:18.75rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blI5LTlmBUSRLuLch5feaT972SOFmxh5 { top:18.75rem;left:11.9375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDQKL3pD5zS0b1xtihEqzAmzu1OD5yln { top:18.75rem;left:23.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvnlkAQHng89cuep1ff40VXBr2Zt8mwp { top:18.75rem;left:35.8134765625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLnKEPlVX5JfoFJ2MMKfZ7dDxkMmRyhh { width:14.0625rem;height:11.0625rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXlfc6yVH9r5DkqCf4EpcSazLwvJzSLh { width:14.0625rem;height:11.0625rem;top:32.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6dRFTa9nSpHfFh1GNLGGZNCPRFwsO2a { width:14.0625rem;height:11.0625rem;top:32.625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdd4QihhaKmIFkanyzc31sT7gTryb1AZ { width:11.375rem;height:1.4375rem;top:37.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAgMESRzQdrJg7cyAc3Jfg5oMNUrmV8a { width:11.375rem;height:1.4375rem;top:37.875rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbg9VnpxPKRkJDszJsLDmTwqOhkV1Jas { top:32.9375rem;left:11.9375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFd23cT4u9Ps6K6sCnegPGZbdPvxoga0 { width:11.375rem;height:2.875rem;top:37.375rem;left:24.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8yGkyJsyoOVECViLeaGRkDuCzuM5nzB { top:33.0625rem;left:23.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciFXH5lfXDObhSsUilqZO2JJxBaxv6s7 { width:11.375rem;height:7.875rem;top:34.3125rem;left:36.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2nx7GKlt2TZ2O0xkNgH950NgStHH4vV { width:14.0625rem;height:11.0625rem;top:32.5625rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXoxs1whg4hFu0ev6alZ6NB2T6wAiqSN { top:33.0625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWdFJSZNsotytGegFJz8xyEamf8KAcRo { top:4.1875rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGppDBVJbR9hVPkairiTvJeQZaWzFN9T { top:4.1875rem;left:11.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQGqkviBambHF44Zm7CEhFchxK979Uu1 { top:4.375rem;left:23.875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryDA2PEoJDZesW2PaoopdRLPODO0pZwQ { top:4.1875rem;left:35.8125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTT14c3csifenS2JW949X8I2e0RE1XHS { top:18.1875rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkAGPyNrXT7z8uw4dNKC9IaHFXX9hNl1 { top:18.3125rem;left:11.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zop3guCZ7hOk5iHNa5xKcv8wS3obrEtS { top:18.3125rem;left:23.875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzz1eFqx3XiIOZ8Txqhep2pL1vN8fG7c { top:18.3125rem;left:35.8125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGzPvZSIwdPTUh74Cm5TbT4uz5J2cXbT { top:32.5625rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwoeIudwkbfXMvEJaNB5m1XxPVXCiaeT { top:32.5rem;left:11.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOHdFiyXL65sCqL0OHpOPibtKifu5Kzy { top:32.5625rem;left:23.875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTdZTta8t9Dlgh7PkpO6k0rX8Ge5IsuT { width:14.0625rem;height:0.125rem;top:16.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PW2UTrDCZN3OXrRON90ihEF2QNcqvIHE { width:14.0625rem;height:0.125rem;top:16.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8RMBG7tNUTaNfNyeK0GLW6oK2aZX1fb { width:14.0625rem;height:0.125rem;top:16.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 { display:block; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vkr6kLqPG3nwF4aX8FryoK1LAkTXRzfx { width:17.5rem;height:3.4375rem;top:7.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMAawn5hsL5i9hOW3txcxdOMBDdwXXTP { display:block; }
 }@media only screen and (max-width: 763px) { #GvTaKp1tguEO84nDrIVd9oC4wlT8RaKX { width:30rem;height:4.8125rem;top:6.875rem;left:0rem;font-size:2.1875rem;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; } #KeIoxspSiwWITDE3fFuAt7GuN2GcCS26 > .row .container { width:47.75rem;position:relative;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; } #pK80yVvOeJKwUe2UUH21Kmr0Oxhzow7U > .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; } #nBv1MA3EMfWb0S1ZOKWNURT0TNVTkpBP > .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) { #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { width:17.125rem;height:6rem;top:6.375rem;left:1.4375rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { width:15.125rem;height:2.75rem;top:13.6875rem;left:2.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { width:5.5625rem;height:1.625rem;top:1.625rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4wKPatf3f2n85DuwWSKyIO9AdFChyCn { display:block; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { width:20rem;height:71.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfumqrtW170EDitTbEytt2Ekyl3xylfm { width:16.4375rem;height:60.5625rem;top:9.69970703125rem;left:1.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6GXaMlUs7oRJ3VpyPCQgnBH5mqiIh4z { width:20rem;height:8.4rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AuHfxyokei2EraPMN7em9P05HH3FrLlO { width:20rem;height:10.625rem;top:9.7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { background-color:#028c7f;background-image:url("https://images.assets-landingi.com/uc/96fc6a35-fbf0-487a-b5e8-e12d8ace8f5e/2farmtableCTAmobile.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.adaptive-delivery-prevent-bg, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyload, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyloading { background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { background-color: transparent; background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { width:17.5rem;height:3.4375rem;top:12.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block; }
 }@media only screen and (max-width: 763px) { #LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { width:20rem;height:6.3375rem;top:3.1874961853027rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI { display:block; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { width:20rem;height:58.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucRgUTlRIZFem6GdLWSXiMzlGLzuPH29 { width:18.3125rem;height:5.25rem;top:1.25rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #xyTKTyttKVqDpco8otJIc6fPH0WCSKS7 { width:14.625rem;height:3.25rem;top:8.3374977111819rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #unLul02yobW2FCTWbq9qgIaJuIM4cryO { width:5.5625rem;height:5.5625rem;top:12.262498855591rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBROpnS2XErqxvkh9g6cF8QIWqTWckQ8 { width:12.75rem;height:4.14375rem;top:52.625rem;left:6.15625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naVBy9FqyzoykyXZ82TQwfT4HwL4VUmc { width:12.5625rem;height:4.14375rem;top:45.4375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqRmOvxuqXbGiKMuBitOunacnFcpk1iD { width:13.25rem;height:5.525rem;top:30.7060546875rem;left:5.96875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQmAbmEpU95L44yQLxbhwzCZRbiV7347 { width:12.125rem;height:4.14375rem;top:39.25rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG5J0oVpdM4zBpuLyIWJRoNP2M6Bv8yN { width:12.375rem;height:4.14375rem;top:24.3125rem;left:6rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VODiLaGg5u8J9V0OxLbERPc7JJTES4WK { width:2.25rem;height:2.25rem;top:52.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT80kGcRC1fgLNlQLbvrSIQ5im0GaZTr { width:1.5rem;height:1.5rem;top:45.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUtcXU8qMN44p4VRk833WEmieuEVPXWI { width:1.875rem;height:1.875rem;top:31.1123046875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoPg7x2bKBAFCPLteAFQtMBTEFS58IAv { width:1.75rem;height:1.75rem;top:24.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGTwnx4RtxbVEH3omGMiP708RH6gaviO { width:1.75rem;height:1.75rem;top:19.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtZf2JORQ0JKoXSN5NNBB2yyNBvqaNqX { width:1.6875rem;height:1.6875rem;top:39.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIbkG6xv4QFMcGhIynb92v3Pnnw23PTv { width:12.4375rem;height:2.925rem;top:19.39453125rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpUQCS6d70NWCqHq35LT4NuyJKWRtl1f { width:2.5rem;height:2.5rem;top:52.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExT3stTQL6G6J09V9To9Tb7oSHvowktA { width:2.5rem;height:2.5rem;top:45.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRVn2JJqyPHJaTb5emSvQu5sM8Nuz69J { width:2.5rem;height:2.5rem;top:30.7998046875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrHw5PxDEu4btu15qRX50upnmGDMrm2p { width:2.5rem;height:2.5rem;top:19.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhp5EDSms82hLHZllkGTSyoRFy5nu1ZN { width:2.5rem;height:2.5rem;top:24.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdKA1tvLduTKCJdnyH4gox9xrNf1u1AF { width:2.5rem;height:2.5rem;top:39.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUP2ax7SFZ55BTD5UedSeIJ6sVfKwGqE { display:block; }#QUP2ax7SFZ55BTD5UedSeIJ6sVfKwGqE > .row .container { width:20rem;height:157.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJNZpIZSUMtkUctdUvzBExlr20SHzCnA { width:18.75rem;height:3.25rem;top:9.26220703125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOoW8PTwh1caHsiiod19hS76DATgiLeX { width:17.5625rem;height:14.4rem;top:13.303134381771rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQbKBCQatyePx8cFGfSEQdPcirNWMuu9 { width:17.5625rem;height:18rem;top:36.555857479573rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Zn9TRR2Z9CSVduQCOGxFfGOmB4Cb4C { width:18.75rem;height:1.625rem;top:34.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohJv6DhDoLihw1HKWUo2gaKW7hVU6xfw { width:17.5625rem;height:19.8rem;top:65.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT3EPJKwriAnG3rdFDIlKzpaoJLvRWeT { 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) { #TQtyOJ3QPT7uXK6inetleceK9NHqsXeQ { 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) { #E177OLkxf0PGz1IdwDwbT5C6RthvkvVS { width:3.875rem;height:3.875rem;top:9.19970703125rem;left:8.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fr45AhscToZezGReECReQpuLvZyiiv4z { width:17.0625rem;height:25.2rem;top:126.9375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1TPry1DFI9LT867ZwWJErQT7ba70GOT { width:17.5625rem;height:21.6rem;top:95.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkSNtVOkyRefhBEKoVgzWhLDHiN0q2wK { width:3.875rem;height:3.875rem;top:118.32180859375rem;left:8.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzA8i7tJwiQMqt1w4yRp0pbWhE3y4R6W { width:3.875rem;height:3.875rem;top:30.9375rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MPpBDOIwGuc8KLUknSAPmGxTfa6ll3lh { width:0.0625rem;height:0.0625rem;top:8.46875rem;left:7.5rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Dfr4TDiTuQRd4h3CCCsu685ycSrWGTRW { width:0.0625rem;height:0.0625rem;top:30rem;left:7.25rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pZO3ITbyTqehT99Rl2TZDac8r9TxpxiP { width:0.625rem;height:0.625rem;top:10.718395233154rem;left:8.3433933258056rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #Kx5OgHoJvBclMKl2hC5TMMzNmnw8T065 { width:6.625rem;height:1.8125rem;top:28.390228271484rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxIkmT5R897sTL0TI3n4454rmsNne7bK { display:block; }
 }@media only screen and (max-width: 763px) { #x57lCBF3aRRAgcv6LcFQKecbhNc8v5q1 { width:20rem;height:26.25rem;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) { #uqih4ggHyIoWR1eJnm8XmMVdFCPvLfb9 { width:6.625rem;height:1.8125rem;top:55.730457305908rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6NToDhulUSrFeCyHXKQ3PP20TboBrXA { display:block; }
 }@media only screen and (max-width: 763px) { #Erlsaa0yzccEwBJqXsW2I50QKtpoFwDa { width:20rem;height:30.1875rem;top:59.4375rem;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) { #F91rlnX9TNKyP5WF6HXLVKdH16Df28sU { width:5rem;height:5rem;top:50.73046875rem;left:1.21875rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #HVhKB62BHvT92M3SOk3AgsarcQw84P62 { width:11.8125rem;height:3.25rem;top:61.375rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od8wdGJ2AJxMZFcXvePC9FhBgMy96yWG { width:6.625rem;height:1.8125rem;top:86.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHIsQUTZrO3PT2OgTZCbN0q4EHqJv2dS { display:block; }
 }@media only screen and (max-width: 763px) { #xAE95pHlwMXlSnNfIlQDlJmH93QQPKhO { width:20rem;height:31.3125rem;top:90.125rem;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) { #gC7TnA4VQabGiK59yNZEUM1oaEcFsRlV { width:5rem;height:5rem;top:93.375rem;left:2.625rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #FkxrE0FeOWl0H5XSqamOxShrQRiaIfsW { width:11.8125rem;height:3.25rem;top:91.6875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxzIsMzPGoSWrQP5rCRJmibBV97gum2B { width:6.625rem;height:1.8125rem;top:118.3749961853rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyZVbaAfkVvRlwuPWq5L7VJO9bTXPEID { display:block; }
 }@media only screen and (max-width: 763px) { #FV2iAqimQQohE0ts2H23Q5WilulPBDzU { width:20rem;height:33.8125rem;top:122.1875rem;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) { #wRgE9ZfWmxbrnvWlHsiq8xViU2P9ZTzx { width:5rem;height:5rem;top:102.5rem;left:7.5rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iBf180XZown3REOZmOxSC15eD0K3K5gR { width:11.8125rem;height:1.625rem;top:123.9375rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8hII6BvykPu0XJWfo5m4Thh9Ow5s1IR { width:6.625rem;height:1.8125rem;top:153.2500038147rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPR82DqPm0pkqzhVNMHB9SAo4kX8ky6G { display:block; }
 }@media only screen and (max-width: 763px) { #lm7ysLap90VTMol378yRvwcawEhSKHzU { width:3.125rem;height:3.125rem;top:53.32765234375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PngzqCuP4IdpbXeVZk5TD3rkJH7z519N { width:3.125rem;height:3.125rem;top:90.08352734375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:20rem;height:107.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { width:16.4375rem;height:90.3125rem;top:16.65087890625rem;left:1.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:20rem;height:5.85rem;top:1.9999942779541rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { width:17.875rem;height:5.60625rem;top:9.4560546875rem;left:1.0625rem;font-size:1.4375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { width:20rem;height:105.375rem;top:-0.025390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7zukqrg0fl5OECosNpZcGMImTe0pNcw { display:block; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONWRWRFW2kexfmDC1oAvFCWmVoHtFzPp { width:20rem;height:2.75rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn5DIQvrWJG7MnkneFofraahNd1kfC7P { width:15.875rem;height:10.2rem;top:8.125rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGWuS62TIx3ihEQGZe97lxJXFf78f8rd { width:12.5rem;height:0.125rem;top:6.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:14.25rem;height:3.4375rem;top:21.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block; }
 }@media only screen and (max-width: 763px) { #cGq4PmV7csquFt60fIJGse5ycmpRUvRl { width:20rem;height:19.5rem;top:7.349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f0e87720-c1fc-4a51-9960-d7b8d0037396/farmtablepaddockbluebackground.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.adaptive-delivery-prevent-bg, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyload, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyloading { background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { background-color: transparent; background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0taaT1a4uThqB48pdg68mOgcrnE52J3 { width:20rem;height:10.5625rem;top:9.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ykpTk4nrTPTTlDyQsU14EXRcmKVqNxai { width:7.375rem;height:7.375rem;top:1.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio { display:block; }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .row .container { width:20rem;height:170.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEvhkNNKp0W11O2REWDhh8B4VSaOCT7W { width:14.0625rem;height:0.125rem;top:13.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T12wIy4lg51dars8y7iTIFdTTr3ODnTC { width:11rem;height:2.6rem;top:91.375rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNUHOKkUeVSCZ5uoTtgVoDfJPRMztQGv { width:11rem;height:2.6rem;top:133rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S9ysz24UcGv7rULFZTFT9LBNPx9cnIxA { width:11rem;height:3.9rem;top:7.15087890625rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HzWEQSstvZBnhXpcoLOglK78DpP8Mzbg { width:14.0625rem;height:11.25rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICPFJZCs3vuzpg5HIBAFAFv09WlrJODC { width:14.0625rem;height:0.125rem;top:41.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3zTOzr6X9x8DxqOZSagRpMpB64k9VKs { width:14.0625rem;height:11.25rem;top:43.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QINOltc6VaTg9CL7nOOJ2da5QLstWHVk { width:11.375rem;height:3.9rem;top:49.0625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h1A61dKQBO9UfkoGmnPPJaCEhVu17ifG { width:14.0625rem;height:0.125rem;top:98rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP28l9QmDBZxGHQqLFi5l83To55xoKhA { width:14.0625rem;height:11.25rem;top:85.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC0gWxdOuiVQmSlUhXVwRrRltev7ofeV { width:14.0625rem;height:0.125rem;top:140rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1qQGMcsGyhX6s840Vmsgo5u4MtdJTKU { width:14.0625rem;height:11.25rem;top:127.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6TZ3l01eFgZ0HBKcnnGtTJDnJz39ykM { width:14.0625rem;height:11.25rem;top:141.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGQ5oxpDITFDF0qCTSeHuwxclH47tvtF { width:14.0625rem;height:0.125rem;top:154rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcPAe8t4TWy4Fmir8sil1ekS4iE9fddJ { width:11rem;height:2.6rem;top:147rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gvCQ61015cgL0XRKIQlmzFtc9HtWokRJ { width:14.0625rem;height:11.25rem;top:15.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcmuymEbImfV3K4dvJqEddJCog7IhXDX { width:11.375rem;height:2.6rem;top:21.125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3dml03pxx67XNLoMP6dLzhHs3lANgSd { width:14.0625rem;height:11.25rem;top:57.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdZCNhPZPm4zKuVpXtBOQAUraN3DsAA4 { width:11.375rem;height:2.6rem;top:63.5625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eq3T76T8y4mVwM25fG0ekpTXnW9xGP3E { width:11.375rem;height:2.6rem;top:105.125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTovFCRysELyoKgT7B8rvpBfTyHbl0Bn { width:14.0625rem;height:11.25rem;top:99.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVuIGiOXDQor1LXhoTReRnSTT7eBy80l { width:14.0625rem;height:0.125rem;top:27.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxzHPLImRs2FP4Lfi52RMU7bMu8lPkWz { width:14.0625rem;height:0.125rem;top:70.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8aCf75CTlbpPCZJF7yEoAS0t40QlThG { width:14.0625rem;height:0.125rem;top:112.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNAuD6dI3WaL97SkbQoKhKJTnT8RGc1z { width:2.875rem;height:2.875rem;top:1.90625rem;left:3.74853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQdn5CqzFLQmcAT1wFWIwBW3ZQlUOGg2 { width:2.8125rem;height:2.8125rem;top:43.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCNDTxLgDGoE1F5Hryg5HpspDIiaWuGo { width:2.8125rem;height:2.8125rem;top:86.162109375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0DC69SUhK054nT5nZtAZDMnwRInAT0H { width:2.8125rem;height:2.8125rem;top:128.1875rem;left:3.81103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZFWwgzaOf7amhZpX2oIZLBVod9SFWZF { width:2.875rem;height:2.875rem;top:15.90625rem;left:3.81103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blI5LTlmBUSRLuLch5feaT972SOFmxh5 { width:2.875rem;height:2.875rem;top:58.21875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDQKL3pD5zS0b1xtihEqzAmzu1OD5yln { width:2.875rem;height:2.875rem;top:100rem;left:3.74853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvnlkAQHng89cuep1ff40VXBr2Zt8mwp { width:3.375rem;height:3.375rem;top:141.84375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLnKEPlVX5JfoFJ2MMKfZ7dDxkMmRyhh { width:14.0625rem;height:11.25rem;top:29.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXlfc6yVH9r5DkqCf4EpcSazLwvJzSLh { width:14.0625rem;height:11.25rem;top:71.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6dRFTa9nSpHfFh1GNLGGZNCPRFwsO2a { width:14.0625rem;height:11.25rem;top:113.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdd4QihhaKmIFkanyzc31sT7gTryb1AZ { width:11.375rem;height:1.3rem;top:35.18017578125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LAgMESRzQdrJg7cyAc3Jfg5oMNUrmV8a { width:11.375rem;height:1.3rem;top:77rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tbg9VnpxPKRkJDszJsLDmTwqOhkV1Jas { width:2.875rem;height:2.875rem;top:72.1123046875rem;left:3.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFd23cT4u9Ps6K6sCnegPGZbdPvxoga0 { width:11.375rem;height:2.6rem;top:119.3125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8yGkyJsyoOVECViLeaGRkDuCzuM5nzB { width:2.875rem;height:2.875rem;top:114.21875rem;left:3.81103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciFXH5lfXDObhSsUilqZO2JJxBaxv6s7 { width:11.375rem;height:9.8rem;top:157.16845703125rem;left:4.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b2nx7GKlt2TZ2O0xkNgH950NgStHH4vV { width:14.0625rem;height:12.6875rem;top:155.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXoxs1whg4hFu0ev6alZ6NB2T6wAiqSN { width:2.875rem;height:2.875rem;top:29.955078125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWdFJSZNsotytGegFJz8xyEamf8KAcRo { width:4.5625rem;height:4.5625rem;top:1.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGppDBVJbR9hVPkairiTvJeQZaWzFN9T { width:4.5625rem;height:4.5625rem;top:43rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQGqkviBambHF44Zm7CEhFchxK979Uu1 { width:4.5625rem;height:4.5625rem;top:85.287109375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryDA2PEoJDZesW2PaoopdRLPODO0pZwQ { width:4.5625rem;height:4.5625rem;top:127.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTT14c3csifenS2JW949X8I2e0RE1XHS { width:4.5625rem;height:4.5625rem;top:15.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkAGPyNrXT7z8uw4dNKC9IaHFXX9hNl1 { width:4.5625rem;height:4.5625rem;top:57.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zop3guCZ7hOk5iHNa5xKcv8wS3obrEtS { width:4.5625rem;height:4.5625rem;top:99.162109375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzz1eFqx3XiIOZ8Txqhep2pL1vN8fG7c { width:4.5625rem;height:4.5625rem;top:141.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGzPvZSIwdPTUh74Cm5TbT4uz5J2cXbT { width:4.5625rem;height:4.5625rem;top:29.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwoeIudwkbfXMvEJaNB5m1XxPVXCiaeT { width:4.5625rem;height:4.5625rem;top:71.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOHdFiyXL65sCqL0OHpOPibtKifu5Kzy { width:4.5625rem;height:4.5625rem;top:113.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTdZTta8t9Dlgh7PkpO6k0rX8Ge5IsuT { width:14.0625rem;height:0.125rem;top:56rem;left:2.96875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #PW2UTrDCZN3OXrRON90ihEF2QNcqvIHE { width:14.0625rem;height:0.125rem;top:84.1875rem;left:2.96875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #T8RMBG7tNUTaNfNyeK0GLW6oK2aZX1fb { width:14.0625rem;height:0.125rem;top:126rem;left:2.96875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 { background-color:#028c7f;background-image:url("https://images.assets-landingi.com/uc/f0e87720-c1fc-4a51-9960-d7b8d0037396/farmtablepaddockbluebackground.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.adaptive-delivery-prevent-bg, #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.lazyload, #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.lazyloading { background-image: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { background-color: transparent; background-image: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container > .video-iframe-container { display: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row > .video-iframe-container { display: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .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); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vkr6kLqPG3nwF4aX8FryoK1LAkTXRzfx { width:17.5rem;height:3.4375rem;top:8.14990234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMAawn5hsL5i9hOW3txcxdOMBDdwXXTP { display:block; }
 }@media only screen and (max-width: 763px) { #GvTaKp1tguEO84nDrIVd9oC4wlT8RaKX { width:20rem;height:3.575rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#ffffff;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; } #KeIoxspSiwWITDE3fFuAt7GuN2GcCS26 > .row .container { width:20rem;height:79.3125rem;position:relative;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; } #pK80yVvOeJKwUe2UUH21Kmr0Oxhzow7U > .row .container { width:20rem;height:46.875rem;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; } #nBv1MA3EMfWb0S1ZOKWNURT0TNVTkpBP > .row .container { background-color: transparent; background-image: none; }#nBv1MA3EMfWb0S1ZOKWNURT0TNVTkpBP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,29,30,0.41); }#nBv1MA3EMfWb0S1ZOKWNURT0TNVTkpBP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBv1MA3EMfWb0S1ZOKWNURT0TNVTkpBP > .row .container > .video-iframe-container { display: none; }#nBv1MA3EMfWb0S1ZOKWNURT0TNVTkpBP > .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); }#nBv1MA3EMfWb0S1ZOKWNURT0TNVTkpBP > .row > .video-iframe-container { display: none; }#nBv1MA3EMfWb0S1ZOKWNURT0TNVTkpBP > .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); }#nBv1MA3EMfWb0S1ZOKWNURT0TNVTkpBP > .row .container { width:20rem;height:42rem;position:relative;display:block; } }