.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:71,161,98;--color-primary-1:117,165,67;--color-primary-2:54,149,53;--color-primary-3:77,113,76;--color-primary-4:46,104,45;--color-secondary-0:217,235,243;--color-secondary-1:140,194,219;--color-secondary-2:63,154,195;--color-secondary-3:63,192,195;--color-secondary-4:43,121,127;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:95,95,95;--color-tertiary-4:88,88,88;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/80ec332c-c0a9-46ee-8665-2335c1f8894c/FarmTableageventfamily.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.adaptive-delivery-prevent-bg, #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.lazyload, #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.lazyloading { background-image: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { background-color: transparent; background-image: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container > .video-iframe-container { display: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#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:rgba(var(--color-tertiary-0),1);display:block;width:52.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:12.5625rem;left:0rem;height:10.999625rem;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; }
#OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { color:rgba(var(--color-tertiary-0),1);display:block;width:49.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:24.6875rem;left:0rem;height:2.5625875rem;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; }
#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; }
#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.adaptive-delivery-prevent-bg, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyload, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyloading { background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { background-color: transparent; background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { border-width: 0; border-radius: 0; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;position:relative;display:block; }#o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { color:rgba(var(--color-tertiary-3),1);display:block;width:40.43725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:21.689895629882rem;left:9.7807178497312rem;height:20.40130625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:#4d714c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:10.059481620789rem;left:0rem;height:2.999825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:16.133788585663rem;left:0rem;height:5.074575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:46rem;width:60rem;top:0.028053283691406rem;left:0rem;display:block; }
#JuiwIFb5INGWITaLtZgb4u2FnpETTAMe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8749125rem;width:5.8749125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.1301488876342rem;left:27.061878204346rem; }
#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/448634e0-5461-4fca-8e0b-e16f6b0ecfe2/farmtabledigitalmarketingbackground.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(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 { border-width: 0; border-radius: 0; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight: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:rgba(var(--color-tertiary-0),1);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:6.375rem;left:2.3125rem;height:6.1745375rem;font-style:normal;display:block; }
#PnuKGD54D2UMNpgKT6M9gVTUMwlKJ7lT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#PnuKGD54D2UMNpgKT6M9gVTUMwlKJ7lT.adaptive-delivery-prevent-bg, #PnuKGD54D2UMNpgKT6M9gVTUMwlKJ7lT.lazyload, #PnuKGD54D2UMNpgKT6M9gVTUMwlKJ7lT.lazyloading { background-image: none; }#PnuKGD54D2UMNpgKT6M9gVTUMwlKJ7lT > .row .container { background-color: transparent; background-image: none; }#PnuKGD54D2UMNpgKT6M9gVTUMwlKJ7lT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#PnuKGD54D2UMNpgKT6M9gVTUMwlKJ7lT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnuKGD54D2UMNpgKT6M9gVTUMwlKJ7lT > .row .container > .video-iframe-container { display: none; }#PnuKGD54D2UMNpgKT6M9gVTUMwlKJ7lT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#PnuKGD54D2UMNpgKT6M9gVTUMwlKJ7lT > .row > .video-iframe-container { display: none; }#PnuKGD54D2UMNpgKT6M9gVTUMwlKJ7lT > .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); }#PnuKGD54D2UMNpgKT6M9gVTUMwlKJ7lT > .row .container { border-width: 0; border-radius: 0; }#PnuKGD54D2UMNpgKT6M9gVTUMwlKJ7lT::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; }#PnuKGD54D2UMNpgKT6M9gVTUMwlKJ7lT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PnuKGD54D2UMNpgKT6M9gVTUMwlKJ7lT > .row .container { font-size:0.875rem;font-family:arial;height:70.4375rem;width:60rem;position:relative;display:block; }#Ui9LgVGK8t0aB4WbEmUsgQE7usgeBpC2 { color:#4d714c;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.60009765625rem;left:0.75rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DvHdxaTTrumEq9ZBGyHAJqiD6gtsia79 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:25.549626350403rem;left:2.0933952331543rem;height:8.9999375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NZP8au4ogwiWVamG6X0vbU0ffWX3hcfB { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:25.605999946594rem;left:22.093395233154rem;height:8.9999375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PLvlUkXUqZErHlt04kFdN5TUuTiWeklq { color:#4d714c;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.60009765625rem;left:20.625rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LaWOFcFxJHz6Jze0UqN5sFlJOxEMAE3a { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:25.549625396729rem;left:42.718395233154rem;height:10.799875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UG2HIUoyebw3eTNfBXhIoaAC3oEW2Qgy { color:#4d714c;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.9755859375rem;left:40.875rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnkbMmI3cJ9ND9oG5tDTc3qG1EqdZ5L3 { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:3.6230459213257rem;left:7.03125rem;height:7.8000625rem;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; }
#MHwioInwrp9noRtxr4aSagNT7SbeRvED { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.8125rem;width:19.5rem;top:14.375rem;left:0rem;display:block; }
#y8MaJdyRSzlbXlnFPqbri7wfLgdvEptT { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.8125rem;width:19.5rem;top:14.375rem;left:20.25rem;display:block; }
#MllkhCxE06TG3xVzNWv4Fme0FsgJ1IDT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.8125rem;width:19.5rem;top:14.375rem;left:40.5rem;display:block; }
#NbpRhrrmN7g4T98E5N508TUc1XTg7pNP { 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:block; }
#zJpFvGTZcT0TxeIwvFizOZ5KrOlis0Zl { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27rem;width:19.5rem;top:39.4375rem;left:20.25rem;display:block; }
#quOTKH9gbF7pLLpE5hAabSvzXauK83SA { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27rem;width:19.5rem;top:39.4375rem;left:0rem;display:block; }
#sX0Ee7TUhNJtLnRGWxk1coUQ6TQBnpT6 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27rem;width:19.5rem;top:39.4375rem;left:40.5rem;display:block; }
#NoAkprivgo3h2l72I1cyF1yFN77w6DOH { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:51.3125rem;left:21.75rem;height:10.799875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTPme2uvxctyH4BmrXgp6LKdKqN2iRLS { color:#4d714c;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:48.25rem;left:20.625rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UI7aFTbBxFyF3oqi866MhXBwToTNangU { color:#4d714c;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:48.25rem;left:0.375rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oWLxkWVSqL0CE60AJI14hK4nGumOgRR3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:51.0625rem;left:1.75rem;height:12.599875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ihhfGa2WOb9mGiP1qoNMrm345nB1PZrx { color:#4d714c;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:48.25rem;left:40.9375rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JGnatS8za2lRnRufmp89tLWUBxghBDzG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:51.3125rem;left:42.125rem;height:10.799875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#stVnztQru1PmHkUUDMxu0V8NKyTIoOPQ { 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.25rem;width:3.25rem;top:42.8125rem;left:8.375rem;overflow:hidden;display:block; }
#ecmpGgrlnUMs3DwTiIv26L1IDvIs8QZ2 { 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.4375rem;width:3.4375rem;top:42.875rem;left:28.3125rem;overflow:hidden;display:block; }
#KFGWbKsfxGPIqvwx27br9u4M796RNvyZ { 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.25rem;width:3.25rem;top:42.8125rem;left:48.375rem;overflow:hidden;display:block; }
#iQ1P6zOdIOkcefEsGuHzwIfZTJleNIsP { 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:17.625rem;left:28.4375rem;overflow:hidden;display:block; }
#sE5UqrZdEg8xh3cqlXtn1ZiK7pl79x4t { 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.9999125rem;width:3.9999125rem;top:17.186612129211rem;left:48.248844146729rem;overflow:hidden;display:block; }
#U3JdMBwnwfwxBNs8Fkm31bXSrA03fXrs { 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:16.65625rem;left:7.34375rem;display:block; }
#ZvilazwVGuDcrmIlFSg9zuR1dIFkJQTQ { position:absolute;display:block;z-index:15010;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:16.6875rem;left:27.5rem;display:block; }
#SODqsHvLoyJaNdhSDZnL8idN9Lw4HJSA { position:absolute;display:block;z-index:15011;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:16.65625rem;left:47.75rem;display:block; }
#AsU1BaJW6BBkVtTJqrUT9P1Q6ad8AIxV { position:absolute;display:block;z-index:15012;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:41.9375rem;left:7.5rem;display:block; }
#RRZ4D71NJRurF0e8r6LwATD2uGJAlpGw { position:absolute;display:block;z-index:15013;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:41.9375rem;left:27.5rem;display:block; }
#f9u7oonb8i16It7bM8xicXdcBPghdPUT { position:absolute;display:block;z-index:15014;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:42.0625rem;left:47.5rem;display:block; }
#q3ero91V1TudFqKgbWpy5TacMx4Pm6IP { 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; }
#slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b73f5714-c872-4196-94be-3229a49197d6/farmtableagriculturebackgr.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv.adaptive-delivery-prevent-bg, #slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv.lazyload, #slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv.lazyloading { background-image: none; }#slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv > .row .container { background-color: transparent; background-image: none; }#slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv > .row .container > .video-iframe-container { display: none; }#slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv > .row > .video-iframe-container { display: none; }#slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv > .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); }#slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv > .row .container { border-width: 0; border-radius: 0; }#slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv > .row .container { width:60rem;height:37.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#oB7Fy578xWZeOoywClcsfXRoZ2UwRfg5 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:3.469460118562rem;left:0.00088882446289062rem;height:7.1501875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HHsyD2hkDWGqozMS2Cxta18bUDNfcvNi { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:29.1875rem;left:39.3125rem;height:3.73668125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g49VkU6IOX2pqG7eZ0RVA8JBTFbVyhVX { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.3125rem;left:25.125rem;height:1.86834375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QT5wkOu3cXLdr7kW2t3ZEvgNb3H39Jfe { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.125rem;height:1.86834375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sl1Pdi52zBERRUFq1aQdNPNmbRWlEhdT { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:13.375rem;left:25.125rem;height:3.73668125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EM6krsIzK6ZWvBe5C0zwWJOlIxRf2QQh { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.25rem;left:39.3125rem;height:1.86834375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T8TWI5GNBVVrKUDkg0QtiM1miCbzlvnc { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19.3125rem;left:39.3125rem;height:1.86834375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tKV258nR4lJCwCZCkI5Tlxo8T06TU1WP { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:28.875rem;left:25.125rem;height:3.73668125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZRHuEseOADLVeodyJ88ATyRg9L71y6c9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23.6875rem;left:39.3125rem;height:3.73668125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xgCbwn0ohX6MSd1iHtxcLBolveT5ApTI { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:0.125rem;top:13.5625rem;left:23.9375rem;display:block; }
#WGQ493BndkdJ4XIPmMCHaFizmuNcxfJn { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:0.125rem;top:18.4375rem;left:23.9375rem;display:block; }
#CLZg9kCAyOKgGxQ5VNx3f4BB8qhh1d3y { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:0.125rem;top:23.75rem;left:23.9375rem;display:block; }
#dcZGR5qQX1hC6Z9LeBOmhzBTmpuwOusz { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:0.125rem;top:29rem;left:23.9375rem;display:block; }
#UxTG5EDdengxytWSKq4tu8TNQ8iwgD5h { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:0.125rem;top:13.5rem;left:38.25rem;display:block; }
#wvDmMl8gvORktu6Prddxr0xgcLdLozq9 { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:0.125rem;top:18.5rem;left:38.25rem;display:block; }
#LxbpRI2QKd7eeGzPiqg6ZfgWpFXqXyAJ { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:0.125rem;top:23.75rem;left:38.25rem;display:block; }
#X8KbIunv4EaNVksIZo9dfT4V4Z0gIyW4 { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:0.125rem;top:29.1875rem;left:38.25rem;display:block; }
#MGNVlMelWb8XBiE25Q7m3aVy8SAmWgfR { position:relative;display:block; }#MGNVlMelWb8XBiE25Q7m3aVy8SAmWgfR { background-color: transparent; background-image: none; }#MGNVlMelWb8XBiE25Q7m3aVy8SAmWgfR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGNVlMelWb8XBiE25Q7m3aVy8SAmWgfR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGNVlMelWb8XBiE25Q7m3aVy8SAmWgfR > .row .container > .video-iframe-container { display: none; }#MGNVlMelWb8XBiE25Q7m3aVy8SAmWgfR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGNVlMelWb8XBiE25Q7m3aVy8SAmWgfR > .row > .video-iframe-container { display: none; }#MGNVlMelWb8XBiE25Q7m3aVy8SAmWgfR > .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); }#MGNVlMelWb8XBiE25Q7m3aVy8SAmWgfR { border-width: 0; border-radius: 0; }#MGNVlMelWb8XBiE25Q7m3aVy8SAmWgfR > .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; }#MGNVlMelWb8XBiE25Q7m3aVy8SAmWgfR > .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; }#Pb5R9bLG5RpMCoripyXsTXQq4riBr7QQ { color:#4d714c;display:block;width:21.7498125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.875rem;left:3.875rem;height:4.38743125rem;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; }
#s6cuJUosnNsu30XfG3cg5RyWh8AE1MST { color:#585858;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:15.6875rem;left:3.875rem;height:8.5005625rem;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; }
#sUBkT6G5c4rw6vvhkneEoV0gvEHy891c { 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:32.0625rem;width:30.875rem;top:0rem;left:29.125rem;overflow:hidden;display:block; }
#tz1t4RgFtTLCkZssFRJyaNONSUMq6ssZ { position:absolute;display:block;z-index:15007;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.875rem;top:13rem;left:4.125rem;display:block; }
#vDghNDSBnt26t48Xel02nLz8k60T36Rx { 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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.2498125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:25.374645233154rem;left:37.4365234375rem;display:block; }
#JqsXKwLXQOco28qtMZkOhnoNcTAmUuW3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e029782f2b1fe061ba130f9137ddb877.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2da984d-e76d-437e-8c37-572e3c0a910d/B2Bmarketingherofarmtable.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#e029782f2b1fe061ba130f9137ddb877.widget-smartsection.adaptive-delivery-prevent-bg, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection.lazyload, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection.lazyloading { background-image: none; } #e029782f2b1fe061ba130f9137ddb877.widget-smartsection *:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="text"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="email"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="tel"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection textarea:focus-visible { outline: none; } #erCelI9akcouWw16a18Rq0lzdVqFlgDo > .row .container { background-color: transparent; background-image: none; }#erCelI9akcouWw16a18Rq0lzdVqFlgDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.77); }#erCelI9akcouWw16a18Rq0lzdVqFlgDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erCelI9akcouWw16a18Rq0lzdVqFlgDo > .row .container > .video-iframe-container { display: none; }#erCelI9akcouWw16a18Rq0lzdVqFlgDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.77); }#erCelI9akcouWw16a18Rq0lzdVqFlgDo > .row > .video-iframe-container { display: none; }#erCelI9akcouWw16a18Rq0lzdVqFlgDo > .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); }#erCelI9akcouWw16a18Rq0lzdVqFlgDo > .row .container { border-width: 0; border-radius: 0; }#erCelI9akcouWw16a18Rq0lzdVqFlgDo::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; }#erCelI9akcouWw16a18Rq0lzdVqFlgDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#erCelI9akcouWw16a18Rq0lzdVqFlgDo > .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:transparent;background-image:url("https://images.assets-landingi.com/uc/0dbab3e5-31f4-4319-9bf0-cc8b7ea36216/agmarketing.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a0f952a99204406d22f4b13708e78809.widget-smartsection.adaptive-delivery-prevent-bg, #a0f952a99204406d22f4b13708e78809.widget-smartsection.lazyload, #a0f952a99204406d22f4b13708e78809.widget-smartsection.lazyloading { background-image: none; } #a0f952a99204406d22f4b13708e78809.widget-smartsection *:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="text"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="email"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="tel"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection textarea:focus-visible { outline: none; } #bKAJJ2m1yVk0HyzmsTsqsxDJQpTk9aUk > .row .container { background-color: transparent; background-image: none; }#bKAJJ2m1yVk0HyzmsTsqsxDJQpTk9aUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#bKAJJ2m1yVk0HyzmsTsqsxDJQpTk9aUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKAJJ2m1yVk0HyzmsTsqsxDJQpTk9aUk > .row .container > .video-iframe-container { display: none; }#bKAJJ2m1yVk0HyzmsTsqsxDJQpTk9aUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#bKAJJ2m1yVk0HyzmsTsqsxDJQpTk9aUk > .row > .video-iframe-container { display: none; }#bKAJJ2m1yVk0HyzmsTsqsxDJQpTk9aUk > .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); }#bKAJJ2m1yVk0HyzmsTsqsxDJQpTk9aUk > .row .container { border-width: 0; border-radius: 0; }#bKAJJ2m1yVk0HyzmsTsqsxDJQpTk9aUk::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; }#bKAJJ2m1yVk0HyzmsTsqsxDJQpTk9aUk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bKAJJ2m1yVk0HyzmsTsqsxDJQpTk9aUk > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;position:relative;display:block; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5e0a7fd-58e5-4a55-8862-d165a187b417/farmtablewheatbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.adaptive-delivery-prevent-bg, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyload, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyloading { background-image: none; } #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection *:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="text"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="email"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="tel"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection textarea:focus-visible { outline: none; } #VzRH35dBrEUKCOgnx43TnXox2dyWX54s > .row .container { background-color: transparent; background-image: none; }#VzRH35dBrEUKCOgnx43TnXox2dyWX54s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#VzRH35dBrEUKCOgnx43TnXox2dyWX54s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzRH35dBrEUKCOgnx43TnXox2dyWX54s > .row .container > .video-iframe-container { display: none; }#VzRH35dBrEUKCOgnx43TnXox2dyWX54s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#VzRH35dBrEUKCOgnx43TnXox2dyWX54s > .row > .video-iframe-container { display: none; }#VzRH35dBrEUKCOgnx43TnXox2dyWX54s > .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); }#VzRH35dBrEUKCOgnx43TnXox2dyWX54s > .row .container { border-width: 0; border-radius: 0; }#VzRH35dBrEUKCOgnx43TnXox2dyWX54s::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; }#VzRH35dBrEUKCOgnx43TnXox2dyWX54s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VzRH35dBrEUKCOgnx43TnXox2dyWX54s > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { top:12.5625rem;left:0rem;width:47.75rem;height:10.9375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { top:24.6875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2.5625rem;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) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { top:21.6875rem;left:3.6557178497314rem;width:40.375rem;height:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { top:10rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { top:16.125rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { top:0rem;left:0rem;width:47.75rem;height:46rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuiwIFb5INGWITaLtZgb4u2FnpETTAMe { top:3.125rem;left:20.936878204346rem;width:5.8125rem;height:5.8125rem;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:6.125rem;top:6.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnuKGD54D2UMNpgKT6M9gVTUMwlKJ7lT { display:block; }#PnuKGD54D2UMNpgKT6M9gVTUMwlKJ7lT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ui9LgVGK8t0aB4WbEmUsgQE7usgeBpC2 { width:18.125rem;height:1.5625rem;top:22.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvHdxaTTrumEq9ZBGyHAJqiD6gtsia79 { width:15.75rem;height:8.9375rem;top:25.5rem;left:0.030895233154297rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZP8au4ogwiWVamG6X0vbU0ffWX3hcfB { width:15.75rem;height:8.9375rem;top:25.5625rem;left:15.905895233154rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLvlUkXUqZErHlt04kFdN5TUuTiWeklq { width:18.75rem;height:1.5625rem;top:22.5625rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaWOFcFxJHz6Jze0UqN5sFlJOxEMAE3a { width:15.0625rem;height:10.75rem;top:25.5rem;left:32.405895233154rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG2HIUoyebw3eTNfBXhIoaAC3oEW2Qgy { width:18.75rem;height:1.5625rem;top:22.9375rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnkbMmI3cJ9ND9oG5tDTc3qG1EqdZ5L3 { width:45.9375rem;height:7.75rem;top:3.5625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHwioInwrp9noRtxr4aSagNT7SbeRvED { top:14.375rem;left:0rem;width:19.5rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8MaJdyRSzlbXlnFPqbri7wfLgdvEptT { top:14.375rem;left:12.25rem;width:19.5rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MllkhCxE06TG3xVzNWv4Fme0FsgJ1IDT { top:14.375rem;left:28.125rem;width:19.5rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbpRhrrmN7g4T98E5N508TUc1XTg7pNP { top:17.6875rem;left:6.28125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJpFvGTZcT0TxeIwvFizOZ5KrOlis0Zl { top:39.4375rem;left:12.3125rem;width:19.5rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #quOTKH9gbF7pLLpE5hAabSvzXauK83SA { top:39.4375rem;left:0rem;width:19.5rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX0Ee7TUhNJtLnRGWxk1coUQ6TQBnpT6 { top:39.4375rem;left:28.1875rem;width:19.5rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoAkprivgo3h2l72I1cyF1yFN77w6DOH { width:16.5625rem;height:10.75rem;top:51.3125rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTPme2uvxctyH4BmrXgp6LKdKqN2iRLS { width:18.75rem;height:1.5625rem;top:48.25rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI7aFTbBxFyF3oqi866MhXBwToTNangU { width:18.75rem;height:1.5625rem;top:48.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWLxkWVSqL0CE60AJI14hK4nGumOgRR3 { width:15.875rem;height:12.625rem;top:51.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihhfGa2WOb9mGiP1qoNMrm345nB1PZrx { width:18.75rem;height:1.5625rem;top:48.25rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGnatS8za2lRnRufmp89tLWUBxghBDzG { width:15.9375rem;height:10.75rem;top:51.3125rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #stVnztQru1PmHkUUDMxu0V8NKyTIoOPQ { top:42.8125rem;left:6.3125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecmpGgrlnUMs3DwTiIv26L1IDvIs8QZ2 { top:42.875rem;left:22.125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFGWbKsfxGPIqvwx27br9u4M796RNvyZ { top:42.8125rem;left:38.0625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ1P6zOdIOkcefEsGuHzwIfZTJleNIsP { top:17.625rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE5UqrZdEg8xh3cqlXtn1ZiK7pl79x4t { top:17.125rem;left:37.936344146729rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3JdMBwnwfwxBNs8Fkm31bXSrA03fXrs { top:16.625rem;left:5.28125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvilazwVGuDcrmIlFSg9zuR1dIFkJQTQ { top:16.6875rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SODqsHvLoyJaNdhSDZnL8idN9Lw4HJSA { top:16.625rem;left:37.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsU1BaJW6BBkVtTJqrUT9P1Q6ad8AIxV { top:41.9375rem;left:5.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRZ4D71NJRurF0e8r6LwATD2uGJAlpGw { top:41.9375rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9u7oonb8i16It7bM8xicXdcBPghdPUT { top:42.0625rem;left:37.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3ero91V1TudFqKgbWpy5TacMx4Pm6IP { top:17.6875rem;left:6.28125rem;width:2.9375rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv { display:block; }#slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oB7Fy578xWZeOoywClcsfXRoZ2UwRfg5 { top:3.4375rem;left:0rem;width:31.875rem;height:7.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHsyD2hkDWGqozMS2Cxta18bUDNfcvNi { top:29.1875rem;left:33.1875rem;width:10.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g49VkU6IOX2pqG7eZ0RVA8JBTFbVyhVX { top:24.3125rem;left:19rem;width:10.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT5wkOu3cXLdr7kW2t3ZEvgNb3H39Jfe { top:19.3125rem;left:19rem;width:9.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl1Pdi52zBERRUFq1aQdNPNmbRWlEhdT { top:13.375rem;left:19rem;width:9.375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM6krsIzK6ZWvBe5C0zwWJOlIxRf2QQh { top:14.25rem;left:33.1875rem;width:10.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8TWI5GNBVVrKUDkg0QtiM1miCbzlvnc { top:19.3125rem;left:33.1875rem;width:10.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKV258nR4lJCwCZCkI5Tlxo8T06TU1WP { top:28.875rem;left:19rem;width:9.25rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRHuEseOADLVeodyJ88ATyRg9L71y6c9 { top:23.6875rem;left:33.1875rem;width:12.3125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgCbwn0ohX6MSd1iHtxcLBolveT5ApTI { top:13.5625rem;left:17.8125rem;width:0.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGQ493BndkdJ4XIPmMCHaFizmuNcxfJn { top:18.4375rem;left:17.8125rem;width:0.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLZg9kCAyOKgGxQ5VNx3f4BB8qhh1d3y { top:23.75rem;left:17.8125rem;width:0.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcZGR5qQX1hC6Z9LeBOmhzBTmpuwOusz { top:29rem;left:17.8125rem;width:0.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxTG5EDdengxytWSKq4tu8TNQ8iwgD5h { top:13.5rem;left:32.125rem;width:0.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvDmMl8gvORktu6Prddxr0xgcLdLozq9 { top:18.5rem;left:32.125rem;width:0.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxbpRI2QKd7eeGzPiqg6ZfgWpFXqXyAJ { top:23.75rem;left:32.125rem;width:0.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8KbIunv4EaNVksIZo9dfT4V4Z0gIyW4 { top:29.1875rem;left:32.125rem;width:0.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGNVlMelWb8XBiE25Q7m3aVy8SAmWgfR { display:block; }#MGNVlMelWb8XBiE25Q7m3aVy8SAmWgfR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pb5R9bLG5RpMCoripyXsTXQq4riBr7QQ { width:21.6875rem;height:4.375rem;top:7.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6cuJUosnNsu30XfG3cg5RyWh8AE1MST { width:20.3125rem;height:8.5rem;top:15.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUBkT6G5c4rw6vvhkneEoV0gvEHy891c { top:0rem;left:16.875rem;width:30.875rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz1t4RgFtTLCkZssFRJyaNONSUMq6ssZ { top:13rem;left:0rem;width:19.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDghNDSBnt26t48Xel02nLz8k60T36Rx { width:14.1875rem;height:3.4375rem;top:25.3125rem;left:31.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqsXKwLXQOco28qtMZkOhnoNcTAmUuW3 { 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; } #erCelI9akcouWw16a18Rq0lzdVqFlgDo > .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; } #bKAJJ2m1yVk0HyzmsTsqsxDJQpTk9aUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection { display:block; } #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection *:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="text"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="email"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="tel"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection textarea:focus-visible { outline: none; } #VzRH35dBrEUKCOgnx43TnXox2dyWX54s > .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:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { width:20rem;height:4.00035625rem;top:4.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { width:14.3125rem;height:2.5rem;top:9.375rem;left:2.8125rem;font-size:1.25rem;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.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:20rem;height:78.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { width:16.4373125rem;height:54.1858875rem;top:20.97478723526rem;left:1.7808947563171rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:20rem;height:4.19921875rem;top:7.4214305877688rem;left:0rem;font-size:1.75rem;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { width:20rem;height:5.51180625rem;top:13.686965942382rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { width:20rem;height:69.875rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuiwIFb5INGWITaLtZgb4u2FnpETTAMe { display:flex;width:4.43714375rem;height:4.43714375rem;top:1.9269351959229rem;left:7.7809829711912rem; }
 }@media only screen and (max-width: 763px) { #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { background-color:#028c7f;background-image:url("https://images.assets-landingi.com/uc/756a5313-6287-4ee3-bdb4-090fdbadc310/9.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#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:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { width:15.999625rem;height:3.0624125rem;top:7.5492715835569rem;left:1.9997334480286rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block; }
 }@media only screen and (max-width: 763px) { #LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { width:20rem;height:4.54900625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnuKGD54D2UMNpgKT6M9gVTUMwlKJ7lT { display:block; }#PnuKGD54D2UMNpgKT6M9gVTUMwlKJ7lT > .row .container { width:20rem;height:126.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ui9LgVGK8t0aB4WbEmUsgQE7usgeBpC2 { width:18.75rem;height:1.625rem;top:8.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvHdxaTTrumEq9ZBGyHAJqiD6gtsia79 { width:17.5625rem;height:9.563625rem;top:11.874732971191rem;left:1.2184836864471rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZP8au4ogwiWVamG6X0vbU0ffWX3hcfB { width:17.562125rem;height:9.563625rem;top:52.8125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLvlUkXUqZErHlt04kFdN5TUuTiWeklq { width:18.75rem;height:1.62464375rem;top:49.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaWOFcFxJHz6Jze0UqN5sFlJOxEMAE3a { width:17.562125rem;height:9.563625rem;top:93.0625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG2HIUoyebw3eTNfBXhIoaAC3oEW2Qgy { width:18.75rem;height:1.62464375rem;top:90.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnkbMmI3cJ9ND9oG5tDTc3qG1EqdZ5L3 { width:20rem;height:4.4992875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MHwioInwrp9noRtxr4aSagNT7SbeRvED { width:20rem;height:16.9375rem;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) { #y8MaJdyRSzlbXlnFPqbri7wfLgdvEptT { width:20rem;height:17.6875rem;top:47.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) { #MllkhCxE06TG3xVzNWv4Fme0FsgJ1IDT { width:20rem;height:17.5rem;top:87.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbpRhrrmN7g4T98E5N508TUc1XTg7pNP { width:3.875rem;height:3.875rem;top:10.71875rem;left:8.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJpFvGTZcT0TxeIwvFizOZ5KrOlis0Zl { width:20rem;height:20.0625rem;top:66.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) { #quOTKH9gbF7pLLpE5hAabSvzXauK83SA { width:20rem;height:21.0625rem;top:25.3125rem;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) { #sX0Ee7TUhNJtLnRGWxk1coUQ6TQBnpT6 { width:20rem;height:17.5625rem;top:106.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) { #NoAkprivgo3h2l72I1cyF1yFN77w6DOH { width:17.562125rem;height:11.476375rem;top:71.9375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTPme2uvxctyH4BmrXgp6LKdKqN2iRLS { width:18.75rem;height:1.62464375rem;top:68.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI7aFTbBxFyF3oqi866MhXBwToTNangU { width:10.5625rem;height:3.2492875rem;top:27.1875rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWLxkWVSqL0CE60AJI14hK4nGumOgRR3 { width:17.5625rem;height:13.389125rem;top:31.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihhfGa2WOb9mGiP1qoNMrm345nB1PZrx { width:18.75rem;height:1.62464375rem;top:109.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGnatS8za2lRnRufmp89tLWUBxghBDzG { width:17.562125rem;height:9.563625rem;top:112.0625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stVnztQru1PmHkUUDMxu0V8NKyTIoOPQ { width:3.875rem;height:3.875rem;top:34.5918125rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ecmpGgrlnUMs3DwTiIv26L1IDvIs8QZ2 { width:3.875rem;height:3.875rem;top:86.317875rem;left:8.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFGWbKsfxGPIqvwx27br9u4M796RNvyZ { width:3.875rem;height:3.875rem;top:135.0058984375rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQ1P6zOdIOkcefEsGuHzwIfZTJleNIsP { width:3.875rem;height:3.875rem;top:62.4448125rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sE5UqrZdEg8xh3cqlXtn1ZiK7pl79x4t { width:5.125rem;height:5.125rem;top:111.73928125rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U3JdMBwnwfwxBNs8Fkm31bXSrA03fXrs { width:0.0625rem;height:0.0625rem;top:9.65625rem;left:7.34375rem;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) { #ZvilazwVGuDcrmIlFSg9zuR1dIFkJQTQ { width:0.0625rem;height:0.0625rem;top:49.75rem;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) { #SODqsHvLoyJaNdhSDZnL8idN9Lw4HJSA { width:0.0625rem;height:0.0625rem;top:90.0625rem;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) { #AsU1BaJW6BBkVtTJqrUT9P1Q6ad8AIxV { width:0.0625rem;height:0.0625rem;top:27.8125rem;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) { #RRZ4D71NJRurF0e8r6LwATD2uGJAlpGw { width:0.0625rem;height:0.0625rem;top:72.75rem;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) { #f9u7oonb8i16It7bM8xicXdcBPghdPUT { width:0.0625rem;height:0.0625rem;top:114.3125rem;left:7rem;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) { #q3ero91V1TudFqKgbWpy5TacMx4Pm6IP { width:0.625rem;height:0.625rem;top:10.718395233154rem;left:8.3433933258056rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv { background-color:#4d714c;background-image:none;display:block; }#slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv > .row .container { background-color: transparent; background-image: none; }#slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv > .row .container > .video-iframe-container { display: none; }#slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv > .row > .video-iframe-container { display: none; }#slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv > .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); }#slSLv5B4Dy6ie2ndTDLMUCixWsC8cnTv > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oB7Fy578xWZeOoywClcsfXRoZ2UwRfg5 { width:19rem;height:3.84943125rem;top:2.4680328369141rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HHsyD2hkDWGqozMS2Cxta18bUDNfcvNi { width:16.75rem;height:1.86834375rem;top:45.25rem;left:3.3125rem;font-size:1.4375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #g49VkU6IOX2pqG7eZ0RVA8JBTFbVyhVX { width:16.8125rem;height:1.86834375rem;top:20.0625rem;left:3.3125rem;font-size:1.4375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QT5wkOu3cXLdr7kW2t3ZEvgNb3H39Jfe { width:16.8125rem;height:1.86834375rem;top:15.1875rem;left:3.25rem;font-size:1.4375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Sl1Pdi52zBERRUFq1aQdNPNmbRWlEhdT { width:16.75rem;height:1.86834375rem;top:9.875rem;left:3.1875rem;font-size:1.4375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EM6krsIzK6ZWvBe5C0zwWJOlIxRf2QQh { width:16.875rem;height:1.86834375rem;top:35.3125rem;left:3.1875rem;font-size:1.4375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T8TWI5GNBVVrKUDkg0QtiM1miCbzlvnc { width:16.75rem;height:1.86834375rem;top:30.25rem;left:3.3125rem;font-size:1.4375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tKV258nR4lJCwCZCkI5Tlxo8T06TU1WP { width:16.6875rem;height:1.86834375rem;top:25.0625rem;left:3.3125rem;font-size:1.4375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZRHuEseOADLVeodyJ88ATyRg9L71y6c9 { width:16.875rem;height:3.73668125rem;top:39.375rem;left:3.3125rem;font-size:1.4375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xgCbwn0ohX6MSd1iHtxcLBolveT5ApTI { width:0.125rem;height:2.8125rem;top:34.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGQ493BndkdJ4XIPmMCHaFizmuNcxfJn { width:0.125rem;height:2.8125rem;top:44.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLZg9kCAyOKgGxQ5VNx3f4BB8qhh1d3y { width:0.125rem;height:2.8125rem;top:9.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcZGR5qQX1hC6Z9LeBOmhzBTmpuwOusz { width:0.125rem;height:2.8125rem;top:19.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxTG5EDdengxytWSKq4tu8TNQ8iwgD5h { width:0.125rem;height:2.8125rem;top:29.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvDmMl8gvORktu6Prddxr0xgcLdLozq9 { width:0.125rem;height:2.8125rem;top:39.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxbpRI2QKd7eeGzPiqg6ZfgWpFXqXyAJ { width:0.125rem;height:2.8125rem;top:14.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8KbIunv4EaNVksIZo9dfT4V4Z0gIyW4 { width:0.125rem;height:2.8125rem;top:24.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGNVlMelWb8XBiE25Q7m3aVy8SAmWgfR { display:block; }#MGNVlMelWb8XBiE25Q7m3aVy8SAmWgfR > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pb5R9bLG5RpMCoripyXsTXQq4riBr7QQ { width:16.8124375rem;height:3.57510625rem;top:7.8125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6cuJUosnNsu30XfG3cg5RyWh8AE1MST { width:16.25rem;height:8.9994375rem;top:13.3125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sUBkT6G5c4rw6vvhkneEoV0gvEHy891c { width:4.6249125rem;height:4.81223125rem;top:1.56827044487rem;left:7.6868782043456rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz1t4RgFtTLCkZssFRJyaNONSUMq6ssZ { width:12.5rem;height:0.0625rem;top:12.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDghNDSBnt26t48Xel02nLz8k60T36Rx { width:11.1874375rem;height:2.6242875rem;top:24.061594724655rem;left:4.40607213974rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqsXKwLXQOco28qtMZkOhnoNcTAmUuW3 { display:block; }
 }@media only screen and (max-width: 763px) { #e029782f2b1fe061ba130f9137ddb877.widget-smartsection { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2da984d-e76d-437e-8c37-572e3c0a910d/B2Bmarketingherofarmtable.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e029782f2b1fe061ba130f9137ddb877.widget-smartsection.adaptive-delivery-prevent-bg, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection.lazyload, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection.lazyloading { background-image: none; } #e029782f2b1fe061ba130f9137ddb877.widget-smartsection *:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="text"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="email"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="tel"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection textarea:focus-visible { outline: none; } #erCelI9akcouWw16a18Rq0lzdVqFlgDo > .row .container { background-color: transparent; background-image: none; }#erCelI9akcouWw16a18Rq0lzdVqFlgDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#erCelI9akcouWw16a18Rq0lzdVqFlgDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erCelI9akcouWw16a18Rq0lzdVqFlgDo > .row .container > .video-iframe-container { display: none; }#erCelI9akcouWw16a18Rq0lzdVqFlgDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#erCelI9akcouWw16a18Rq0lzdVqFlgDo > .row > .video-iframe-container { display: none; }#erCelI9akcouWw16a18Rq0lzdVqFlgDo > .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); }#erCelI9akcouWw16a18Rq0lzdVqFlgDo > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0f952a99204406d22f4b13708e78809.widget-smartsection { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0dbab3e5-31f4-4319-9bf0-cc8b7ea36216/agmarketing.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#a0f952a99204406d22f4b13708e78809.widget-smartsection.adaptive-delivery-prevent-bg, #a0f952a99204406d22f4b13708e78809.widget-smartsection.lazyload, #a0f952a99204406d22f4b13708e78809.widget-smartsection.lazyloading { background-image: none; } #a0f952a99204406d22f4b13708e78809.widget-smartsection *:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="text"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="email"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="tel"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection textarea:focus-visible { outline: none; } #bKAJJ2m1yVk0HyzmsTsqsxDJQpTk9aUk > .row .container { background-color: transparent; background-image: none; }#bKAJJ2m1yVk0HyzmsTsqsxDJQpTk9aUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#bKAJJ2m1yVk0HyzmsTsqsxDJQpTk9aUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKAJJ2m1yVk0HyzmsTsqsxDJQpTk9aUk > .row .container > .video-iframe-container { display: none; }#bKAJJ2m1yVk0HyzmsTsqsxDJQpTk9aUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#bKAJJ2m1yVk0HyzmsTsqsxDJQpTk9aUk > .row > .video-iframe-container { display: none; }#bKAJJ2m1yVk0HyzmsTsqsxDJQpTk9aUk > .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); }#bKAJJ2m1yVk0HyzmsTsqsxDJQpTk9aUk > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a398d8b-cfcf-4283-a42c-026b1979a6ad/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.adaptive-delivery-prevent-bg, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyload, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyloading { background-image: none; } #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection *:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="text"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="email"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="tel"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection textarea:focus-visible { outline: none; } #VzRH35dBrEUKCOgnx43TnXox2dyWX54s > .row .container { background-color: transparent; background-image: none; }#VzRH35dBrEUKCOgnx43TnXox2dyWX54s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #333333; }#VzRH35dBrEUKCOgnx43TnXox2dyWX54s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzRH35dBrEUKCOgnx43TnXox2dyWX54s > .row .container > .video-iframe-container { display: none; }#VzRH35dBrEUKCOgnx43TnXox2dyWX54s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #333333; }#VzRH35dBrEUKCOgnx43TnXox2dyWX54s > .row > .video-iframe-container { display: none; }#VzRH35dBrEUKCOgnx43TnXox2dyWX54s > .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); }#VzRH35dBrEUKCOgnx43TnXox2dyWX54s > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }