.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:89,164,94;--color-primary-1:71,161,98;--color-primary-2:77,113,76;--color-primary-3:27,137,26;--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:44,152,171;--color-tertiary-0:255,255,255;--color-tertiary-1:88,88,88;--color-tertiary-2:64,64,65;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image: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); }#fhqQz7ETsz1dy3ftNbu5WRWTUJ6vL5KE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f9c70154-e76c-4487-b408-38fc530b2a17/FarmTableFooter0webdesign.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; }#fhqQz7ETsz1dy3ftNbu5WRWTUJ6vL5KE.adaptive-delivery-prevent-bg, #fhqQz7ETsz1dy3ftNbu5WRWTUJ6vL5KE.lazyload, #fhqQz7ETsz1dy3ftNbu5WRWTUJ6vL5KE.lazyloading { background-image: none; }#fhqQz7ETsz1dy3ftNbu5WRWTUJ6vL5KE > .row .container { background-color: transparent; background-image: none; }#fhqQz7ETsz1dy3ftNbu5WRWTUJ6vL5KE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-3),0.21); }#fhqQz7ETsz1dy3ftNbu5WRWTUJ6vL5KE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhqQz7ETsz1dy3ftNbu5WRWTUJ6vL5KE > .row .container > .video-iframe-container { display: none; }#fhqQz7ETsz1dy3ftNbu5WRWTUJ6vL5KE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-3),0.21); }#fhqQz7ETsz1dy3ftNbu5WRWTUJ6vL5KE > .row > .video-iframe-container { display: none; }#fhqQz7ETsz1dy3ftNbu5WRWTUJ6vL5KE > .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); }#fhqQz7ETsz1dy3ftNbu5WRWTUJ6vL5KE > .row .container { border-width: 0; border-radius: 0; }#fhqQz7ETsz1dy3ftNbu5WRWTUJ6vL5KE::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; }#fhqQz7ETsz1dy3ftNbu5WRWTUJ6vL5KE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fhqQz7ETsz1dy3ftNbu5WRWTUJ6vL5KE > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#NKapB3Tk6BofDxPm4NgNO1T7lJWZ4rcH { color:rgba(var(--color-tertiary-0),1);display:block;width:55.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:14.624022483826rem;left:0rem;height:6.11860625rem;font-style:normal;display:block; }
#z0qlSIXc2DU3JVyuIhwJ68mQrtZaw558 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:22.555042266846rem;left:0rem;height:2.4374125rem;font-style:normal;display:block; }
#aAqCGZI5LUAibJ7syd0zONfarT0fc0Hz { 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:#5f5f5f;display:block;width:41.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:23.358930587769rem;left:9.4371433258056rem;height:16.25578125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:12.25rem;left:0rem;height:5.550425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.0625rem;left:0rem;height:1.70631875rem;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:8.1875rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:35.75rem;width:60rem;top:7.1875rem;left:0rem;display:block; }
#Nz26d4gdA4oTsy9qk5OxNhqclRaUE3h1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.7498125rem;width:6.7498125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.1245555877686rem;left:26.624641418457rem; }
#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb1f6a70-96a5-4443-abe8-610e8f8d23fb/12agriculturemarketingfarmtable.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.adaptive-delivery-prevent-bg, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyload, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyloading { background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { background-color: transparent; background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.32); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.32); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { border-width: 0; border-radius: 0; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { background-color:rgba(var(--color-primary-2),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(var(--color-tertiary-4),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;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:6.375rem;left:2.3125rem;height:6.17480625rem;font-style:normal;display:block; }
#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/95f3c780-81c9-45c9-af82-51a641e257d3/8backgroundcropsimage.jpg");background-position:center !important;background-repeat: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; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN.adaptive-delivery-prevent-bg, #tr5qIyVTLnp3WvNami4bhUeGbAtChrTN.lazyload, #tr5qIyVTLnp3WvNami4bhUeGbAtChrTN.lazyloading { background-image: none; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { background-color: transparent; background-image: none; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container > .video-iframe-container { display: none; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row > .video-iframe-container { display: none; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .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); }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { border-width: 0; border-radius: 0; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN::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; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { font-size:0.875rem;font-family:arial;height:80.0625rem;width:60rem;position:relative;display:block; }#sGVepCAdn41mo5oZqsAJmtaqQ471XV1x { color:rgba(var(--color-tertiary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:23.8125rem;left:1.5625rem;height:17.0010625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UX62XctpOq8Hqo01zKBgfHZrtF4Bc2aV { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:23.8125rem;left:21.875rem;height:15.997875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z6TuG5HEtnDfUN6ebvhx9X6Qy1XLZuaT { color:#4d714c;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.75rem;left:20.5rem;height:1.62464375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k5pq8WIvaWVmgTy3nTu4xRz0CX0kdsKh { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:23.8125rem;left:42.28125rem;height:9.59875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TUAkZXG4UdnJ7LHe4Axy2lyiMVU2UvsR { color:#4d714c;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.75rem;left:40.9375rem;height:1.62464375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JyAySt8zzFn8EGT2Qx3l1tOPMsAQRLip { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.94970703125rem;left:0rem;height:3.65589375rem;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; }
#bsyATEApk5QPnrv2IbKVWfL3ZZhXuyGP { 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(var(--color-tertiary-4),0.5) ;height:31.8125rem;width:19.1875rem;top:11.0625rem;left:0rem;display:block; }
#D4WB30loPROzWEdJezMTmlSZw7q0JI45 { color:#4d714c;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.75rem;left:0rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZPAShnPX68sABiRySfUiFlIAoMrEepSO { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:14.09375rem;left:8.0625rem;overflow:hidden;display:block; }
#mAz1w7PzdMJJIfJoLmTlFxE1Q7bT42uG { 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(var(--color-tertiary-4),0.5) ;height:31.8125rem;width:19.1875rem;top:11.0625rem;left:20.40625rem;display:block; }
#e85am8SDMMyNzdg07lg6ePd8O0vQ4RIa { 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(var(--color-tertiary-4),0.5) ;height:31.8125rem;width:19.1875rem;top:11.0625rem;left:40.8125rem;display:block; }
#JKmmBERdFbBaud0r5aGGCQyn4afHttQ5 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:14.1875rem;left:28.0625rem;overflow:hidden;display:block; }
#Z1u6pHQ3CbPwc8S4v3P5ilCgD5tXeJXG { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:14.125rem;left:48.125rem;overflow:hidden;display:block; }
#OKftJeDcGiQxiJXcDOAJSqFoT9QeJTR8 { 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(var(--color-tertiary-4),0.5) ;height:31.8125rem;width:19.1875rem;top:44.3125rem;left:0rem;display:block; }
#knfbLDLlAxsV9TM2MdBpGTo3d2RzdLva { color:#4d714c;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:54rem;left:0rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sdmvNXXNpIo9DlDfrsWhW44Vi5UJCsIW { color:rgba(var(--color-tertiary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:57.0625rem;left:1.5625rem;height:13.600875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WOT6uXABWgzx4TgJSy5R0WPPGRMGlCDZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:47.25rem;left:7.875rem;overflow:hidden;display:block; }
#OQS6cUMpLt4I0f8Tr99OZN7urSZ5RChr { 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(var(--color-tertiary-4),0.5) ;height:31.8125rem;width:19.1875rem;top:44.3125rem;left:20.375rem;display:block; }
#JXzNdnr18nmOTRhBWw9SBoetPyggVhko { color:#4d714c;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:54rem;left:20.5rem;height:1.62464375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bW15AWOkE8e2TBdvUUdAOPGcneohq2Kb { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:57.0625rem;left:21.875rem;height:15.997875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vLe1t3l0RqrgSb4HZZ1NG6pTFgbrhydT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:47.375rem;left:27.8125rem;overflow:hidden;display:block; }
#TkMpeIrDAqTF0Lv2ZvLnm9gPuKX2ayps { 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(var(--color-tertiary-4),0.5) ;height:31.8125rem;width:19.1875rem;top:44.3125rem;left:40.8125rem;display:block; }
#ufJG0ZTViTKMzNGGAQP34dR7y9bb0FDP { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:57.0625rem;left:42.25rem;height:9.59875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WWndnsMrmAJhd9U3CaTfT5u52TsATc2y { color:#4d714c;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:54rem;left:40.9375rem;height:1.62464375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qSiAB3WdnvOnxy4ddsIIU3Fc61ss3AIZ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:47.25rem;left:47.875rem;overflow:hidden;display:block; }
#U1QzwaLtFvDerCPmVXPAbH2yMN8rl7gt { 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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:6.25rem;width:6.25rem;top:13rem;left:6.875rem;display:block; }
#bfQJ9mi5l8TMz5iEcTiTQZZDEHvb2TkO { position:absolute;display:block;z-index:15009;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:6.25rem;width:6.25rem;top:12.90625rem;left:26.875rem;display:block; }
#MM703WT0XmFsiPGhi9fVypZx3103J6O8 { 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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:6.25rem;width:6.25rem;top:12.90625rem;left:46.875rem;display:block; }
#W3b2E7Cqayyx85k3f8XtAlBIcgXKZbbG { position:absolute;display:block;z-index:15009;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:6.25rem;width:6.25rem;top:46.25rem;left:6.875rem;display:block; }
#VrapAetVtt4kmQTexycKXB7AWWhNHhm3 { 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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:6.25rem;width:6.25rem;top:46.25rem;left:26.875rem;display:block; }
#QTTObq6EIafrNl8uHyGtNy3grXeIMyZ7 { 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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:6.25rem;width:6.25rem;top:46.25rem;left:46.875rem;display:block; }
#n7zukqrg0fl5OECosNpZcGMImTe0pNcw { position:relative;display:block; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw { background-color: transparent; background-image: none; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container > .video-iframe-container { display: none; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row > .video-iframe-container { display: none; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw { border-width: 0; border-radius: 0; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ONWRWRFW2kexfmDC1oAvFCWmVoHtFzPp { color:rgba(var(--color-primary-2),1);display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.26220703125rem;left:3.8125rem;height:7.01125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jn5DIQvrWJG7MnkneFofraahNd1kfC7P { color:rgba(var(--color-tertiary-1),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:14.0625rem;left:3.875rem;height:13.9981375rem;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; }
#cGq4PmV7csquFt60fIJGse5ycmpRUvRl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:32.0625rem;width:30.875rem;top:0rem;left:29.125rem;overflow:hidden;display:block; }
#NGWuS62TIx3ihEQGZe97lxJXFf78f8rd { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:12.8125rem;left:3.8125rem;display:block; }
#L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.25rem;left:37.4375rem;display:block; }
#VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { background-color: transparent; background-image: none; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container > .video-iframe-container { display: none; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row > .video-iframe-container { display: none; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { border-width: 0; border-radius: 0; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;position:relative;display:block; }#ucRgUTlRIZFem6GdLWSXiMzlGLzuPH29 { color:#4d714c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:3.63720703125rem;left:0rem;height:3.49964375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MBROpnS2XErqxvkh9g6cF8QIWqTWckQ8 { color:#4d714c;display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:12.76904296875rem;left:24.4375rem;height:2.6988625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#naVBy9FqyzoykyXZ82TQwfT4HwL4VUmc { color:#4d714c;display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:19.1875rem;left:24.4375rem;height:2.6988625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EqRmOvxuqXbGiKMuBitOunacnFcpk1iD { color:#4d714c;display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:24.75rem;left:24.4375rem;height:2.6988625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WQmAbmEpU95L44yQLxbhwzCZRbiV7347 { color:#4d714c;display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:12.76904296875rem;left:44.96875rem;height:2.6988625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hG5J0oVpdM4zBpuLyIWJRoNP2M6Bv8yN { color:#4d714c;display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:18.775390625rem;left:44.96875rem;height:2.6988625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vFgnBUOhliPLSp9bZ5diyxGbIvSHyBHK { color:#4d714c;display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:24.75rem;left:44.96875rem;height:2.6988625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VODiLaGg5u8J9V0OxLbERPc7JJTES4WK { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:12.61865234375rem;left:20.34375rem;overflow:hidden;display:block; }
#GT80kGcRC1fgLNlQLbvrSIQ5im0GaZTr { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:19.474609375rem;left:20.59375rem;overflow:hidden;display:block; }
#FUtcXU8qMN44p4VRk833WEmieuEVPXWI { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:24.99365234375rem;left:20.65625rem;overflow:hidden;display:block; }
#GoPg7x2bKBAFCPLteAFQtMBTEFS58IAv { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:13.11865234375rem;left:40.65625rem;overflow:hidden;display:block; }
#AGTwnx4RtxbVEH3omGMiP708RH6gaviO { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:19.125rem;left:40.65625rem;overflow:hidden;display:block; }
#QtZf2JORQ0JKoXSN5NNBB2yyNBvqaNqX { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:24.875rem;left:40.59375rem;overflow:hidden;display:block; }
#x48AfbWIuOvQeWJALWzQcSh9pxU7dkr6 { 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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:12.30615234375rem;left:20rem;display:block; }
#J8ZQDIBmOER69tJp413RWI0Fu8ZdJaZ4 { 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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:18.849609375rem;left:20rem;display:block; }
#Xq7Ng7KraLQbghpPMBbGg8ToboT7alnd { 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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:24.49365234375rem;left:20rem;display:block; }
#Ju2BifQVXlRVrORtrayAuK8qnKpoXmc5 { 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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:12.49365234375rem;left:40rem;display:block; }
#WTAzIBwH1N1HwoIvKK23aH8edFhZMJg3 { 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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:18.5rem;left:40rem;display:block; }
#yMDMHFLhZNChRDvVgEEf6HnHrKsFWnaz { 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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:24.36865234375rem;left:40rem;display:block; }
#TW5XwHVhI4Kwz7DHTK9Et6AWF4mVirZP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.31225rem;width:7.31225rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:13.518999099731rem;left:6.3432159423825rem; }
#WsiBRRPVN7STX0hRVB2EqqGTytGzM7KH { color:#4d714c;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:21.634765625rem;left:2.1875rem;height:3.73668125rem;text-align:center;text-align-last:center;display:block; }
#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { background-color: transparent; background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { border-width: 0; border-radius: 0; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#N0taaT1a4uThqB48pdg68mOgcrnE52J3 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.44287109375rem;left:0rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TLpkBCCgrKHTUfGpCHVfFEuyuJsFdhkl { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.55615234375rem;left:11rem;height:4.38654375rem;text-align:center;text-align-last:center;display:block; }
#ykpTk4nrTPTTlDyQsU14EXRcmKVqNxai { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:1.4375rem;left:26.0625rem;overflow:hidden;display:block; }
#BXe0M6TREHVECtuyVQsLUXRF3vsdcTHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BXe0M6TREHVECtuyVQsLUXRF3vsdcTHK > .row .container { background-color: transparent; background-image: none; }#BXe0M6TREHVECtuyVQsLUXRF3vsdcTHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXe0M6TREHVECtuyVQsLUXRF3vsdcTHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXe0M6TREHVECtuyVQsLUXRF3vsdcTHK > .row .container > .video-iframe-container { display: none; }#BXe0M6TREHVECtuyVQsLUXRF3vsdcTHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXe0M6TREHVECtuyVQsLUXRF3vsdcTHK > .row > .video-iframe-container { display: none; }#BXe0M6TREHVECtuyVQsLUXRF3vsdcTHK > .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); }#BXe0M6TREHVECtuyVQsLUXRF3vsdcTHK > .row .container { border-width: 0; border-radius: 0; }#BXe0M6TREHVECtuyVQsLUXRF3vsdcTHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BXe0M6TREHVECtuyVQsLUXRF3vsdcTHK > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#SfyUi9VRFX5aP8IzTd5CnI3i7iXJcRPT { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:22.4375rem;left:0rem;display:block; }
#pdwgGL7SNTecZHQPPNf9AJQNiRiR0Snr { color:#4d714c;display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.0625rem;left:30.8125rem;height:2.9243625rem;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; }
#BEJtoe57Ewly5Xe6eRBmlT4wpTk5CrM8 { color:#4d714c;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:18.8125rem;left:45.9375rem;height:1.46218125rem;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; }
#UdhnEzurprAVg7riMyW7dhaai23pXAFr { color:#4d714c;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.0625rem;left:0rem;height:2.9243625rem;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; }
#VLSOALbJMWApogyR0qCIiZ9GC770xViu { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:9.8125rem;left:0rem;display:block; }
#lmdB42ysaTkBA7sSxnQN6tuxfxi8aVMh { position:absolute;display:block;z-index:15007;background-color:#64c080;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:22.5625rem;left:15.3125rem;display:block; }
#tzMLZpaHhSh9Aldq8KrrDIN2r4cMLeiD { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:9.9375rem;left:15.3125rem;display:block; }
#sPUfnbD5uof17aXH0Z2OdpP03IOs6xaR { color:#4d714c;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.8125rem;left:15.3125rem;height:1.46218125rem;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; }
#mJcaQvmrEN1GhlQSVGlT0KwvLuDhk3rV { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:22.6875rem;left:30.6875rem;display:block; }
#rSKmKonelgxZ2PP7rTEETK6pd4KWbs1x { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:10.0625rem;left:30.6875rem;display:block; }
#DskCfRndhwUQNw8BH9lGLTtAo2tzauee { position:absolute;display:block;z-index:15014;background-color:#3fc363;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:22.75rem;left:45.9375rem;display:block; }
#kw2XQ2B1a4PLteOnDikVzykZieChXu7C { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:10.125rem;left:45.9375rem;display:block; }
#JbLOc2x3geQknLmwIRUwQdtKtCMS102g { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:24.875rem;left:45.9375rem;display:block; }
#AfC6c5iGrVIanXAT4Mg1CBNImVcrCvKn { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:37.5rem;left:45.9375rem;display:block; }
#HPFgwo5GqWwyzZ4J16XomvAHmuoQMg66 { color:#4d714c;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:33rem;left:45.9375rem;height:2.9243625rem;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; }
#vLvb8og2btk8BKgm3TbgkFK6PTCw0stp { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:24.75rem;left:0rem;display:block; }
#zXM84MT1LJy1zhCALRVT0EF0XByxRn5c { color:#4d714c;display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:33rem;left:0.0625rem;height:2.9243625rem;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; }
#Jt3HMSFssCRqao8tuO8sMrCqoq0M2A7W { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:24.875rem;left:15.3125rem;display:block; }
#SKq8P8LX3iqda7yGR7R8e5LvfqKOH5si { color:#4d714c;display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:33rem;left:15.3125rem;height:2.9243625rem;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; }
#vFnzscM7WOAtUhATByIJ31PItnQG3kZS { color:#4d714c;display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:33rem;left:30.6875rem;height:2.9243625rem;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; }
#zKm0IBgKKnUrAgpSLtx7V6LAMgVdbCpK { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:25rem;left:30.6875rem;display:block; }
#RyNb014pnFyK2nfRA8R6u6Rcv50w50hT { position:absolute;display:block;z-index:15015;background-color:#bbdc5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:37.375rem;left:0rem;display:block; }
#VbZp6WED4r5AwWqXHPVZnvzyhkaLNMlA { position:absolute;display:block;z-index:15019;background-color:#64c0a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:37.5rem;left:15.3125rem;display:block; }
#gTfei6eCXrTBFzO5uxDeGFeqlB2QORRu { position:absolute;display:block;z-index:15023;background-color:#93d350;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:37.625rem;left:30.6875rem;display:block; }
#O1K4fUMxcQ9tSPvU2A105CBEuDHazyGN { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.75rem;left:0rem;height:4.98756875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fwxD6vcohRJNufeWT4HwhW2Df7a5v8mw { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:11.9375rem;left:2.3125rem;overflow:hidden;display:block; }
#wDk6lPL3unVRPWzk2ECU8NO3QlBRg4lq { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:11.875rem;left:17.4375rem;overflow:hidden;display:block; }
#V0vNBmTrody3Ek4pIpmcUxga4ORPlV9p { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:11.875rem;left:32.875rem;overflow:hidden;display:block; }
#b26n22IbpWtAKQGE4Km40EW5Pg4Tip4v { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:11.875rem;left:48.125rem;overflow:hidden;display:block; }
#rLPWdzZJnx73RX5XHfcwyy0IBKd7yipx { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:26.75rem;left:2.1875rem;overflow:hidden;display:block; }
#nPDE8N5RlZrtBHmOcuRbCgglGt2iopNN { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:26.75rem;left:17.4375rem;overflow:hidden;display:block; }
#CReWzV8a2pTnkNyzqif5o5HvE2tzLGmK { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:26.75rem;left:32.8125rem;overflow:hidden;display:block; }
#X7xGTHJxNF6SGBoKhSECbfa9RTgwAflx { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:26.75rem;left:48.0625rem;overflow:hidden;display:block; }
#dEkLMzB3kHxICrTK6CeRTmTPbOfkhFM5 { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#4d714c;background-image:none;top:11rem;left:1.375rem;display:block; }
#PzSXDxkUCrf4SWLkuu5HkRSN4vJ3N4ib { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:#4d714c;background-image:none;top:11rem;left:16.625rem;display:block; }
#bRUwZ424cJLGedZxZ4llqcLbmuRgL34l { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#4d714c;background-image:none;top:11rem;left:32rem;display:block; }
#Ts2VWrHTRkEDoENmG8SvqDm2apmOTyWE { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#4d714c;background-image:none;top:11rem;left:47.25rem;display:block; }
#X7VO9FJzDT2TIiTUAKaFf6SZFXX7m2H9 { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:#4d714c;background-image:none;top:25.875rem;left:1.375rem;display:block; }
#wKgXnJFZ1GChP6sUdn2gD3kP3KvXadr6 { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#4d714c;background-image:none;top:25.875rem;left:16.625rem;display:block; }
#ZshzlgW2fXMUCCvQTOUlRSFRoIVh2lgJ { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#4d714c;background-image:none;top:25.875rem;left:32rem;display:block; }
#pf6HVptCS2ohxIIiymAXTMPfMinxBhrb { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:#4d714c;background-image:none;top:25.875rem;left:47.25rem;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; } #QFdT4Gvy68VA3lwGBGQOTw1m5Gca8S43 > .row .container { background-color: transparent; background-image: none; }#QFdT4Gvy68VA3lwGBGQOTw1m5Gca8S43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.77); }#QFdT4Gvy68VA3lwGBGQOTw1m5Gca8S43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFdT4Gvy68VA3lwGBGQOTw1m5Gca8S43 > .row .container > .video-iframe-container { display: none; }#QFdT4Gvy68VA3lwGBGQOTw1m5Gca8S43 > .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); }#QFdT4Gvy68VA3lwGBGQOTw1m5Gca8S43 > .row > .video-iframe-container { display: none; }#QFdT4Gvy68VA3lwGBGQOTw1m5Gca8S43 > .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); }#QFdT4Gvy68VA3lwGBGQOTw1m5Gca8S43 > .row .container { border-width: 0; border-radius: 0; }#QFdT4Gvy68VA3lwGBGQOTw1m5Gca8S43::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; }#QFdT4Gvy68VA3lwGBGQOTw1m5Gca8S43 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFdT4Gvy68VA3lwGBGQOTw1m5Gca8S43 > .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; } #AoRNB7xJLgk81XOOXX4fXtu9NWybpoGb > .row .container { background-color: transparent; background-image: none; }#AoRNB7xJLgk81XOOXX4fXtu9NWybpoGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#AoRNB7xJLgk81XOOXX4fXtu9NWybpoGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoRNB7xJLgk81XOOXX4fXtu9NWybpoGb > .row .container > .video-iframe-container { display: none; }#AoRNB7xJLgk81XOOXX4fXtu9NWybpoGb > .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); }#AoRNB7xJLgk81XOOXX4fXtu9NWybpoGb > .row > .video-iframe-container { display: none; }#AoRNB7xJLgk81XOOXX4fXtu9NWybpoGb > .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); }#AoRNB7xJLgk81XOOXX4fXtu9NWybpoGb > .row .container { border-width: 0; border-radius: 0; }#AoRNB7xJLgk81XOOXX4fXtu9NWybpoGb::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; }#AoRNB7xJLgk81XOOXX4fXtu9NWybpoGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AoRNB7xJLgk81XOOXX4fXtu9NWybpoGb > .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; } #Xi7TcwTviaOImakNBuoZuSKlp7tnsodq > .row .container { background-color: transparent; background-image: none; }#Xi7TcwTviaOImakNBuoZuSKlp7tnsodq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#Xi7TcwTviaOImakNBuoZuSKlp7tnsodq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xi7TcwTviaOImakNBuoZuSKlp7tnsodq > .row .container > .video-iframe-container { display: none; }#Xi7TcwTviaOImakNBuoZuSKlp7tnsodq > .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); }#Xi7TcwTviaOImakNBuoZuSKlp7tnsodq > .row > .video-iframe-container { display: none; }#Xi7TcwTviaOImakNBuoZuSKlp7tnsodq > .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); }#Xi7TcwTviaOImakNBuoZuSKlp7tnsodq > .row .container { border-width: 0; border-radius: 0; }#Xi7TcwTviaOImakNBuoZuSKlp7tnsodq::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; }#Xi7TcwTviaOImakNBuoZuSKlp7tnsodq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xi7TcwTviaOImakNBuoZuSKlp7tnsodq > .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) { #fhqQz7ETsz1dy3ftNbu5WRWTUJ6vL5KE { display:block; }#fhqQz7ETsz1dy3ftNbu5WRWTUJ6vL5KE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKapB3Tk6BofDxPm4NgNO1T7lJWZ4rcH { top:14.5625rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0qlSIXc2DU3JVyuIhwJ68mQrtZaw558 { top:22.5rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAqCGZI5LUAibJ7syd0zONfarT0fc0Hz { 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:23.3125rem;left:3.3121433258057rem;width:41.0625rem;height:16.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { top:12.25rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { top:19.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { top:7.1875rem;left:0rem;width:47.75rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz26d4gdA4oTsy9qk5OxNhqclRaUE3h1 { top:3.0625rem;left:20.499641418457rem;width:6.6875rem;height:6.6875rem;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.1875rem;top:6.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr5qIyVTLnp3WvNami4bhUeGbAtChrTN { display:block; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGVepCAdn41mo5oZqsAJmtaqQ471XV1x { width:16.25rem;height:16.9375rem;top:23.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX62XctpOq8Hqo01zKBgfHZrtF4Bc2aV { width:16.25rem;height:15.9375rem;top:23.8125rem;left:15.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TuG5HEtnDfUN6ebvhx9X6Qy1XLZuaT { width:19.125rem;height:1.625rem;top:20.75rem;left:12.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5pq8WIvaWVmgTy3nTu4xRz0CX0kdsKh { width:16.25rem;height:9.5625rem;top:23.8125rem;left:31.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUAkZXG4UdnJ7LHe4Axy2lyiMVU2UvsR { width:19.0625rem;height:1.625rem;top:20.75rem;left:28.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyAySt8zzFn8EGT2Qx3l1tOPMsAQRLip { width:47.75rem;height:3.6875rem;top:3.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsyATEApk5QPnrv2IbKVWfL3ZZhXuyGP { top:11.0625rem;left:0rem;width:19.1875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4WB30loPROzWEdJezMTmlSZw7q0JI45 { width:19.1875rem;height:1.625rem;top:20.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPAShnPX68sABiRySfUiFlIAoMrEepSO { top:14.0625rem;left:6rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAz1w7PzdMJJIfJoLmTlFxE1Q7bT42uG { top:11.0625rem;left:12.5625rem;width:19.1875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e85am8SDMMyNzdg07lg6ePd8O0vQ4RIa { top:11.0625rem;left:28.4375rem;width:19.1875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKmmBERdFbBaud0r5aGGCQyn4afHttQ5 { top:14.1875rem;left:21.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1u6pHQ3CbPwc8S4v3P5ilCgD5tXeJXG { top:14.125rem;left:37.8125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKftJeDcGiQxiJXcDOAJSqFoT9QeJTR8 { top:44.3125rem;left:0rem;width:19.1875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knfbLDLlAxsV9TM2MdBpGTo3d2RzdLva { width:19.1875rem;height:1.625rem;top:54rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdmvNXXNpIo9DlDfrsWhW44Vi5UJCsIW { width:16.25rem;height:13.5625rem;top:57.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOT6uXABWgzx4TgJSy5R0WPPGRMGlCDZ { top:47.25rem;left:5.8125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQS6cUMpLt4I0f8Tr99OZN7urSZ5RChr { top:44.3125rem;left:12.5625rem;width:19.1875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXzNdnr18nmOTRhBWw9SBoetPyggVhko { width:19.125rem;height:1.625rem;top:54rem;left:12.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW15AWOkE8e2TBdvUUdAOPGcneohq2Kb { width:16.25rem;height:15.9375rem;top:57.0625rem;left:15.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLe1t3l0RqrgSb4HZZ1NG6pTFgbrhydT { top:47.375rem;left:21.625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkMpeIrDAqTF0Lv2ZvLnm9gPuKX2ayps { top:44.3125rem;left:28.4375rem;width:19.1875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufJG0ZTViTKMzNGGAQP34dR7y9bb0FDP { width:16.25rem;height:9.5625rem;top:57.0625rem;left:31.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWndnsMrmAJhd9U3CaTfT5u52TsATc2y { width:19.0625rem;height:1.625rem;top:54rem;left:28.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSiAB3WdnvOnxy4ddsIIU3Fc61ss3AIZ { top:47.25rem;left:37.5625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1QzwaLtFvDerCPmVXPAbH2yMN8rl7gt { top:13rem;left:4.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQJ9mi5l8TMz5iEcTiTQZZDEHvb2TkO { top:12.875rem;left:20.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM703WT0XmFsiPGhi9fVypZx3103J6O8 { top:12.875rem;left:36.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3b2E7Cqayyx85k3f8XtAlBIcgXKZbbG { top:46.25rem;left:4.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrapAetVtt4kmQTexycKXB7AWWhNHhm3 { top:46.25rem;left:20.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTObq6EIafrNl8uHyGtNy3grXeIMyZ7 { top:46.25rem;left:36.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7zukqrg0fl5OECosNpZcGMImTe0pNcw { display:block; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONWRWRFW2kexfmDC1oAvFCWmVoHtFzPp { width:20.1875rem;height:7rem;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn5DIQvrWJG7MnkneFofraahNd1kfC7P { width:20.1875rem;height:14rem;top:14.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGq4PmV7csquFt60fIJGse5ycmpRUvRl { top:0rem;left:16.875rem;width:30.875rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGWuS62TIx3ihEQGZe97lxJXFf78f8rd { top:12.8125rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:14.25rem;height:3.4375rem;top:26.25rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block; }
 }@media only screen and (max-width: 763px) { #BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI { display:block; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucRgUTlRIZFem6GdLWSXiMzlGLzuPH29 { width:47.75rem;height:3.4375rem;top:3.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBROpnS2XErqxvkh9g6cF8QIWqTWckQ8 { width:12.4375rem;height:2.6875rem;top:12.75rem;left:16.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #naVBy9FqyzoykyXZ82TQwfT4HwL4VUmc { width:11.125rem;height:2.6875rem;top:19.1875rem;left:16.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqRmOvxuqXbGiKMuBitOunacnFcpk1iD { width:13.625rem;height:2.6875rem;top:24.75rem;left:18.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQmAbmEpU95L44yQLxbhwzCZRbiV7347 { width:14.375rem;height:2.6875rem;top:12.75rem;left:33.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG5J0oVpdM4zBpuLyIWJRoNP2M6Bv8yN { width:12.375rem;height:2.6875rem;top:18.75rem;left:34.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFgnBUOhliPLSp9bZ5diyxGbIvSHyBHK { width:10.6875rem;height:2.6875rem;top:24.75rem;left:34.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VODiLaGg5u8J9V0OxLbERPc7JJTES4WK { top:12.5625rem;left:15.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT80kGcRC1fgLNlQLbvrSIQ5im0GaZTr { top:19.4375rem;left:15.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUtcXU8qMN44p4VRk833WEmieuEVPXWI { top:24.9375rem;left:15.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoPg7x2bKBAFCPLteAFQtMBTEFS58IAv { top:13.0625rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGTwnx4RtxbVEH3omGMiP708RH6gaviO { top:19.125rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtZf2JORQ0JKoXSN5NNBB2yyNBvqaNqX { top:24.875rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x48AfbWIuOvQeWJALWzQcSh9pxU7dkr6 { top:12.25rem;left:15.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8ZQDIBmOER69tJp413RWI0Fu8ZdJaZ4 { top:18.8125rem;left:15.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq7Ng7KraLQbghpPMBbGg8ToboT7alnd { top:24.4375rem;left:15.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju2BifQVXlRVrORtrayAuK8qnKpoXmc5 { top:12.4375rem;left:31.75rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTAzIBwH1N1HwoIvKK23aH8edFhZMJg3 { top:18.5rem;left:31.75rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMDMHFLhZNChRDvVgEEf6HnHrKsFWnaz { top:24.3125rem;left:31.75rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW5XwHVhI4Kwz7DHTK9Et6AWF4mVirZP { top:13.5rem;left:4.2807159423828rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsiBRRPVN7STX0hRVB2EqqGTytGzM7KH { top:21.625rem;left:0.125rem;width:15.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0taaT1a4uThqB48pdg68mOgcrnE52J3 { top:9.4375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLpkBCCgrKHTUfGpCHVfFEuyuJsFdhkl { top:16.5rem;left:0rem;width:37.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykpTk4nrTPTTlDyQsU14EXRcmKVqNxai { top:1.4375rem;left:16.5rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXe0M6TREHVECtuyVQsLUXRF3vsdcTHK { display:block; }#BXe0M6TREHVECtuyVQsLUXRF3vsdcTHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfyUi9VRFX5aP8IzTd5CnI3i7iXJcRPT { width:14.0625rem;height:0.0625rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdwgGL7SNTecZHQPPNf9AJQNiRiR0Snr { width:14.0625rem;height:2.875rem;top:18.0625rem;left:21.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEJtoe57Ewly5Xe6eRBmlT4wpTk5CrM8 { width:14.0625rem;height:1.4375rem;top:18.8125rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdhnEzurprAVg7riMyW7dhaai23pXAFr { width:14.0625rem;height:2.875rem;top:18.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLSOALbJMWApogyR0qCIiZ9GC770xViu { width:14.0625rem;height:12.625rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmdB42ysaTkBA7sSxnQN6tuxfxi8aVMh { width:14.0625rem;height:0.0625rem;top:22.5625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzMLZpaHhSh9Aldq8KrrDIN2r4cMLeiD { width:14.0625rem;height:12.625rem;top:9.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPUfnbD5uof17aXH0Z2OdpP03IOs6xaR { width:14.0625rem;height:1.4375rem;top:18.8125rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJcaQvmrEN1GhlQSVGlT0KwvLuDhk3rV { width:14.0625rem;height:0.0625rem;top:22.6875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSKmKonelgxZ2PP7rTEETK6pd4KWbs1x { width:14.0625rem;height:12.625rem;top:10.0625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DskCfRndhwUQNw8BH9lGLTtAo2tzauee { width:14.0625rem;height:0.0625rem;top:22.75rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw2XQ2B1a4PLteOnDikVzykZieChXu7C { width:14.0625rem;height:12.625rem;top:10.125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbLOc2x3geQknLmwIRUwQdtKtCMS102g { width:14.0625rem;height:12.625rem;top:24.875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfC6c5iGrVIanXAT4Mg1CBNImVcrCvKn { width:14.0625rem;height:0.0625rem;top:37.5rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPFgwo5GqWwyzZ4J16XomvAHmuoQMg66 { width:14.0625rem;height:2.875rem;top:33rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLvb8og2btk8BKgm3TbgkFK6PTCw0stp { width:14.0625rem;height:12.625rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXM84MT1LJy1zhCALRVT0EF0XByxRn5c { width:13.9375rem;height:2.875rem;top:33rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt3HMSFssCRqao8tuO8sMrCqoq0M2A7W { width:14.0625rem;height:12.625rem;top:24.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKq8P8LX3iqda7yGR7R8e5LvfqKOH5si { width:14.0625rem;height:2.875rem;top:33rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFnzscM7WOAtUhATByIJ31PItnQG3kZS { width:14.1875rem;height:2.875rem;top:33rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKm0IBgKKnUrAgpSLtx7V6LAMgVdbCpK { width:14.0625rem;height:12.625rem;top:25rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyNb014pnFyK2nfRA8R6u6Rcv50w50hT { width:14.0625rem;height:0.0625rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbZp6WED4r5AwWqXHPVZnvzyhkaLNMlA { width:14.0625rem;height:0.0625rem;top:37.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTfei6eCXrTBFzO5uxDeGFeqlB2QORRu { width:14.0625rem;height:0.0625rem;top:37.625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1K4fUMxcQ9tSPvU2A105CBEuDHazyGN { width:47.75rem;height:4.9375rem;top:2.6875rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwxD6vcohRJNufeWT4HwhW2Df7a5v8mw { top:11.9375rem;left:0.78125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDk6lPL3unVRPWzk2ECU8NO3QlBRg4lq { top:11.875rem;left:12.84375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0vNBmTrody3Ek4pIpmcUxga4ORPlV9p { top:11.875rem;left:25.21875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b26n22IbpWtAKQGE4Km40EW5Pg4Tip4v { top:11.875rem;left:37.40625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLPWdzZJnx73RX5XHfcwyy0IBKd7yipx { top:26.75rem;left:0.65625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPDE8N5RlZrtBHmOcuRbCgglGt2iopNN { top:26.75rem;left:12.84375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CReWzV8a2pTnkNyzqif5o5HvE2tzLGmK { top:26.75rem;left:25.15625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7xGTHJxNF6SGBoKhSECbfa9RTgwAflx { top:26.75rem;left:37.34375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEkLMzB3kHxICrTK6CeRTmTPbOfkhFM5 { top:11rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzSXDxkUCrf4SWLkuu5HkRSN4vJ3N4ib { top:11rem;left:12.03125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRUwZ424cJLGedZxZ4llqcLbmuRgL34l { top:11rem;left:24.34375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts2VWrHTRkEDoENmG8SvqDm2apmOTyWE { top:11rem;left:36.53125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7VO9FJzDT2TIiTUAKaFf6SZFXX7m2H9 { top:25.875rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKgXnJFZ1GChP6sUdn2gD3kP3KvXadr6 { top:25.875rem;left:12.03125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZshzlgW2fXMUCCvQTOUlRSFRoIVh2lgJ { top:25.875rem;left:24.34375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf6HVptCS2ohxIIiymAXTMPfMinxBhrb { top:25.875rem;left:36.53125rem;width:4.5rem;height:4.5rem;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; } #QFdT4Gvy68VA3lwGBGQOTw1m5Gca8S43 > .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; } #AoRNB7xJLgk81XOOXX4fXtu9NWybpoGb > .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; } #Xi7TcwTviaOImakNBuoZuSKlp7tnsodq > .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) { #fhqQz7ETsz1dy3ftNbu5WRWTUJ6vL5KE { display:block; }#fhqQz7ETsz1dy3ftNbu5WRWTUJ6vL5KE > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKapB3Tk6BofDxPm4NgNO1T7lJWZ4rcH { width:20rem;height:6.875rem;top:9.375rem;left:0rem;font-size:3.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #z0qlSIXc2DU3JVyuIhwJ68mQrtZaw558 { width:15.125rem;height:5.3626625rem;top:18.625rem;left:2.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aAqCGZI5LUAibJ7syd0zONfarT0fc0Hz { width:12.1875rem;height:3.5rem;top:1.375rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { width:20rem;height:32.51156875rem;top:19.998669147491rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:17.75rem;height:7.7983rem;top:5.9375rem;left:1.125rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { width:20rem;height:2.9243625rem;top:14.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { width:20rem;height:47.9375rem;top:0.40269756317139rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz26d4gdA4oTsy9qk5OxNhqclRaUE3h1 { display:flex;width:3.3749125rem;height:3.3749125rem;top:1.2495555877686rem;left:8.3118782043456rem; }
 }@media only screen and (max-width: 763px) { #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/756a5313-6287-4ee3-bdb4-090fdbadc310/9.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#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:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { width:13.75rem;height:2.62473125rem;top:10.560635566711rem;left:3.125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#4d714c;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block; }
 }@media only screen and (max-width: 763px) { #LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { width:20rem;height:4.71146875rem;top:3.6860790252686rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr5qIyVTLnp3WvNami4bhUeGbAtChrTN { display:block; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { width:20rem;height:199.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGVepCAdn41mo5oZqsAJmtaqQ471XV1x { width:16.25rem;height:17.0010625rem;top:20.125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX62XctpOq8Hqo01zKBgfHZrtF4Bc2aV { width:16.25rem;height:18.7011875rem;top:83rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TuG5HEtnDfUN6ebvhx9X6Qy1XLZuaT { width:18.75rem;height:1.625rem;top:79.9375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5pq8WIvaWVmgTy3nTu4xRz0CX0kdsKh { width:16.25rem;height:11.90075rem;top:152.74982452393rem;left:1.8434834480286rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUAkZXG4UdnJ7LHe4Axy2lyiMVU2UvsR { width:18.75rem;height:1.62464375rem;top:149.68740081787rem;left:0.49982237815857rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyAySt8zzFn8EGT2Qx3l1tOPMsAQRLip { width:20rem;height:4.874825rem;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) { #bsyATEApk5QPnrv2IbKVWfL3ZZhXuyGP { width:19.1875rem;height:31.8125rem;top:7.375rem;left:0.375rem;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) { #D4WB30loPROzWEdJezMTmlSZw7q0JI45 { width:19.1875rem;height:1.625rem;top:17.0625rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPAShnPX68sABiRySfUiFlIAoMrEepSO { width:3.875rem;height:3.875rem;top:10.40625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAz1w7PzdMJJIfJoLmTlFxE1Q7bT42uG { width:19.1875rem;height:33.75rem;top:70.25rem;left:0.4375rem;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) { #e85am8SDMMyNzdg07lg6ePd8O0vQ4RIa { width:19.1875rem;height:27.5625rem;top:139.99990081787rem;left:0.37464487552643rem;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) { #JKmmBERdFbBaud0r5aGGCQyn4afHttQ5 { width:3.875rem;height:3.875rem;top:73.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1u6pHQ3CbPwc8S4v3P5ilCgD5tXeJXG { width:3.875rem;height:3.875rem;top:143.12490081787rem;left:8.0624113082888rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKftJeDcGiQxiJXcDOAJSqFoT9QeJTR8 { width:19.1875rem;height:28.625rem;top:40.4375rem;left:0.375rem;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) { #knfbLDLlAxsV9TM2MdBpGTo3d2RzdLva { width:19.1875rem;height:1.625rem;top:50.125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdmvNXXNpIo9DlDfrsWhW44Vi5UJCsIW { width:16.25rem;height:13.600875rem;top:53.1875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOT6uXABWgzx4TgJSy5R0WPPGRMGlCDZ { width:4.25rem;height:4.25rem;top:43.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQS6cUMpLt4I0f8Tr99OZN7urSZ5RChr { width:19.1875rem;height:33.5rem;top:105.24973297119rem;left:0.43723356723786rem;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) { #JXzNdnr18nmOTRhBWw9SBoetPyggVhko { width:18.75rem;height:1.62464375rem;top:115.06240081787rem;left:0.62499988079071rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW15AWOkE8e2TBdvUUdAOPGcneohq2Kb { width:16.25rem;height:18.7011875rem;top:117.74973297119rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLe1t3l0RqrgSb4HZZ1NG6pTFgbrhydT { width:4rem;height:4rem;top:108.81240081787rem;left:7.9998216629031rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkMpeIrDAqTF0Lv2ZvLnm9gPuKX2ayps { width:19.1875rem;height:28.6875rem;top:168.93712615967rem;left:0.40616118907929rem;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) { #ufJG0ZTViTKMzNGGAQP34dR7y9bb0FDP { width:16.25rem;height:11.90075rem;top:182.56240081787rem;left:1.9371447563171rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWndnsMrmAJhd9U3CaTfT5u52TsATc2y { width:18.75rem;height:1.62464375rem;top:178.49990081787rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSiAB3WdnvOnxy4ddsIIU3Fc61ss3AIZ { width:4.25rem;height:4.25rem;top:171.4997177124rem;left:7.87464427948rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1QzwaLtFvDerCPmVXPAbH2yMN8rl7gt { width:6.25rem;height:6.25rem;top:9.21875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQJ9mi5l8TMz5iEcTiTQZZDEHvb2TkO { width:6.25rem;height:6.25rem;top:72.1875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM703WT0XmFsiPGhi9fVypZx3103J6O8 { width:6.25rem;height:6.25rem;top:141.93749237061rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3b2E7Cqayyx85k3f8XtAlBIcgXKZbbG { width:6.25rem;height:6.25rem;top:42.375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrapAetVtt4kmQTexycKXB7AWWhNHhm3 { width:6.25rem;height:6.25rem;top:107.68714141846rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTObq6EIafrNl8uHyGtNy3grXeIMyZ7 { width:6.25rem;height:6.25rem;top:170.49962615967rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7zukqrg0fl5OECosNpZcGMImTe0pNcw { display:block; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONWRWRFW2kexfmDC1oAvFCWmVoHtFzPp { width:18.0625rem;height:3.2492875rem;top:1.375rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Jn5DIQvrWJG7MnkneFofraahNd1kfC7P { width:17.25rem;height:11.90075625rem;top:6.4375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGq4PmV7csquFt60fIJGse5ycmpRUvRl { width:15.375rem;height:16rem;top:18.33447265625rem;left:2.3125rem;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) { #NGWuS62TIx3ihEQGZe97lxJXFf78f8rd { width:12.5rem;height:0.125rem;top:5.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:14.25rem;height:3.4375rem;top:34.999999046326rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block; }
 }@media only screen and (max-width: 763px) { #BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI { display:block; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucRgUTlRIZFem6GdLWSXiMzlGLzuPH29 { width:16.06225rem;height:6.5625rem;top:8.0610799789431rem;left:1.9682171344757rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #MBROpnS2XErqxvkh9g6cF8QIWqTWckQ8 { width:11.6875rem;height:2.69921875rem;top:15.9375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #naVBy9FqyzoykyXZ82TQwfT4HwL4VUmc { width:10.1875rem;height:2.69921875rem;top:20.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqRmOvxuqXbGiKMuBitOunacnFcpk1iD { width:10.5625rem;height:4.04829375rem;top:24.6875rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQmAbmEpU95L44yQLxbhwzCZRbiV7347 { width:10rem;height:4.04829375rem;top:30.625rem;left:5.1875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG5J0oVpdM4zBpuLyIWJRoNP2M6Bv8yN { width:11.5625rem;height:2.69921875rem;top:36.625rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFgnBUOhliPLSp9bZ5diyxGbIvSHyBHK { width:9.5rem;height:4.04829375rem;top:41.4375rem;left:5.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VODiLaGg5u8J9V0OxLbERPc7JJTES4WK { width:2.5625rem;height:2.5625rem;top:41.56875rem;left:9.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GT80kGcRC1fgLNlQLbvrSIQ5im0GaZTr { width:2.125rem;height:2.125rem;top:49.662506103516rem;left:8.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FUtcXU8qMN44p4VRk833WEmieuEVPXWI { width:2.125rem;height:2.125rem;top:56.656237792969rem;left:8.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GoPg7x2bKBAFCPLteAFQtMBTEFS58IAv { width:2rem;height:2rem;top:64.9125rem;left:8.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGTwnx4RtxbVEH3omGMiP708RH6gaviO { width:2rem;height:2rem;top:73.125rem;left:8.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QtZf2JORQ0JKoXSN5NNBB2yyNBvqaNqX { width:2rem;height:2rem;top:81.362493896488rem;left:8.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x48AfbWIuOvQeWJALWzQcSh9pxU7dkr6 { width:1.0625rem;height:1.0625rem;top:16.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8ZQDIBmOER69tJp413RWI0Fu8ZdJaZ4 { width:1.0625rem;height:1.0625rem;top:20.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq7Ng7KraLQbghpPMBbGg8ToboT7alnd { width:1.0625rem;height:1.0625rem;top:24.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju2BifQVXlRVrORtrayAuK8qnKpoXmc5 { width:1.0625rem;height:1.0625rem;top:30.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTAzIBwH1N1HwoIvKK23aH8edFhZMJg3 { width:1.0625rem;height:1.0625rem;top:36.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMDMHFLhZNChRDvVgEEf6HnHrKsFWnaz { width:1.0625rem;height:1.0625rem;top:41.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW5XwHVhI4Kwz7DHTK9Et6AWF4mVirZP { display:flex;width:4.81223125rem;height:4.81223125rem;top:2.5563745498658rem;left:7.5932168960569rem; }
 }@media only screen and (max-width: 763px) { #WsiBRRPVN7STX0hRVB2EqqGTytGzM7KH { width:15.625rem;height:3.73668125rem;top:48.54714679718rem;left:2.1870560646057rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/eb07f850-5cce-43ee-a86c-011d80732415/8.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.adaptive-delivery-prevent-bg, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyload, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyloading { background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { background-color: transparent; background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0taaT1a4uThqB48pdg68mOgcrnE52J3 { width:20rem;height:8.4499375rem;top:7.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLpkBCCgrKHTUfGpCHVfFEuyuJsFdhkl { width:18.187125rem;height:7.4995625rem;top:17.773436546326rem;left:0.90598368644713rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ykpTk4nrTPTTlDyQsU14EXRcmKVqNxai { width:4.6875rem;height:4.6875rem;top:1.125rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXe0M6TREHVECtuyVQsLUXRF3vsdcTHK { display:block; }#BXe0M6TREHVECtuyVQsLUXRF3vsdcTHK > .row .container { width:20rem;height:106.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfyUi9VRFX5aP8IzTd5CnI3i7iXJcRPT { width:14.0625rem;height:0.125rem;top:18.099609375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdwgGL7SNTecZHQPPNf9AJQNiRiR0Snr { width:10.687125rem;height:2.59943125rem;top:65.394611358644rem;left:4.6559834480286rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BEJtoe57Ewly5Xe6eRBmlT4wpTk5CrM8 { width:10.999625rem;height:1.29971875rem;top:88.943971633912rem;left:4.4997334480286rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UdhnEzurprAVg7riMyW7dhaai23pXAFr { width:10.999625rem;height:2.59943125rem;top:14.311981201172rem;left:4.4997334480286rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLSOALbJMWApogyR0qCIiZ9GC770xViu { width:14.0625rem;height:11.5rem;top:6.662109375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmdB42ysaTkBA7sSxnQN6tuxfxi8aVMh { width:14.0625rem;height:0.125rem;top:43.625rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzMLZpaHhSh9Aldq8KrrDIN2r4cMLeiD { width:14.0625rem;height:11.5rem;top:32.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPUfnbD5uof17aXH0Z2OdpP03IOs6xaR { width:11.37475rem;height:1.29971875rem;top:41.318808555603rem;left:4.3119668960571rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mJcaQvmrEN1GhlQSVGlT0KwvLuDhk3rV { width:14.0625rem;height:0.125rem;top:69.0625rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSKmKonelgxZ2PP7rTEETK6pd4KWbs1x { width:14.0625rem;height:11.5rem;top:57.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DskCfRndhwUQNw8BH9lGLTtAo2tzauee { width:14.0625rem;height:0.125rem;top:91.4375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw2XQ2B1a4PLteOnDikVzykZieChXu7C { width:14.0625rem;height:10.0625rem;top:81.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbLOc2x3geQknLmwIRUwQdtKtCMS102g { width:14.0625rem;height:11.25rem;top:92.875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfC6c5iGrVIanXAT4Mg1CBNImVcrCvKn { width:14.0625rem;height:0.125rem;top:104rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPFgwo5GqWwyzZ4J16XomvAHmuoQMg66 { width:10.999625rem;height:2.59943125rem;top:100.33205032349rem;left:4.4997334480286rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vLvb8og2btk8BKgm3TbgkFK6PTCw0stp { width:14.0625rem;height:11.5rem;top:19.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXM84MT1LJy1zhCALRVT0EF0XByxRn5c { width:11.37475rem;height:2.59943125rem;top:26.8634557724rem;left:4.3119668960571rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jt3HMSFssCRqao8tuO8sMrCqoq0M2A7W { width:14.0625rem;height:11.5rem;top:44.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKq8P8LX3iqda7yGR7R8e5LvfqKOH5si { width:11.37475rem;height:2.59943125rem;top:52.456921577454rem;left:4.3119668960571rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vFnzscM7WOAtUhATByIJ31PItnQG3kZS { width:11.37475rem;height:2.59943125rem;top:76.769796371463rem;left:4.3119668960571rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKm0IBgKKnUrAgpSLtx7V6LAMgVdbCpK { width:14.0625rem;height:10.0625rem;top:70.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyNb014pnFyK2nfRA8R6u6Rcv50w50hT { width:14.0625rem;height:0.125rem;top:30.75rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbZp6WED4r5AwWqXHPVZnvzyhkaLNMlA { width:14.0625rem;height:0.125rem;top:56.375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTfei6eCXrTBFzO5uxDeGFeqlB2QORRu { width:14.0625rem;height:0.125rem;top:80.3125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1K4fUMxcQ9tSPvU2A105CBEuDHazyGN { width:20rem;height:2.80006875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwxD6vcohRJNufeWT4HwhW2Df7a5v8mw { width:2.875rem;height:2.875rem;top:8.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDk6lPL3unVRPWzk2ECU8NO3QlBRg4lq { width:2.8125rem;height:2.8125rem;top:34.1875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0vNBmTrody3Ek4pIpmcUxga4ORPlV9p { width:2.8125rem;height:2.8125rem;top:59.625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b26n22IbpWtAKQGE4Km40EW5Pg4Tip4v { width:2.8125rem;height:2.8125rem;top:83.375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLPWdzZJnx73RX5XHfcwyy0IBKd7yipx { width:2.875rem;height:2.875rem;top:21.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPDE8N5RlZrtBHmOcuRbCgglGt2iopNN { width:2.875rem;height:2.875rem;top:47.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CReWzV8a2pTnkNyzqif5o5HvE2tzLGmK { width:2.875rem;height:2.875rem;top:72.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7xGTHJxNF6SGBoKhSECbfa9RTgwAflx { width:2.875rem;height:2.875rem;top:94.8125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEkLMzB3kHxICrTK6CeRTmTPbOfkhFM5 { width:4.5625rem;height:4.5625rem;top:7.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzSXDxkUCrf4SWLkuu5HkRSN4vJ3N4ib { width:4.5625rem;height:4.5625rem;top:33.3125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRUwZ424cJLGedZxZ4llqcLbmuRgL34l { width:4.5625rem;height:4.5625rem;top:58.75rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts2VWrHTRkEDoENmG8SvqDm2apmOTyWE { width:4.5625rem;height:4.5625rem;top:82.5rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7VO9FJzDT2TIiTUAKaFf6SZFXX7m2H9 { width:4.5625rem;height:4.5625rem;top:20.3125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKgXnJFZ1GChP6sUdn2gD3kP3KvXadr6 { width:4.5625rem;height:4.5625rem;top:46.1875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZshzlgW2fXMUCCvQTOUlRSFRoIVh2lgJ { width:4.5625rem;height:4.5625rem;top:71.3125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf6HVptCS2ohxIIiymAXTMPfMinxBhrb { width:4.5625rem;height:4.5625rem;top:94rem;left:4.3125rem;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; } #QFdT4Gvy68VA3lwGBGQOTw1m5Gca8S43 > .row .container { background-color: transparent; background-image: none; }#QFdT4Gvy68VA3lwGBGQOTw1m5Gca8S43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#QFdT4Gvy68VA3lwGBGQOTw1m5Gca8S43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFdT4Gvy68VA3lwGBGQOTw1m5Gca8S43 > .row .container > .video-iframe-container { display: none; }#QFdT4Gvy68VA3lwGBGQOTw1m5Gca8S43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#QFdT4Gvy68VA3lwGBGQOTw1m5Gca8S43 > .row > .video-iframe-container { display: none; }#QFdT4Gvy68VA3lwGBGQOTw1m5Gca8S43 > .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); }#QFdT4Gvy68VA3lwGBGQOTw1m5Gca8S43 > .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; } #AoRNB7xJLgk81XOOXX4fXtu9NWybpoGb > .row .container { background-color: transparent; background-image: none; }#AoRNB7xJLgk81XOOXX4fXtu9NWybpoGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#AoRNB7xJLgk81XOOXX4fXtu9NWybpoGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoRNB7xJLgk81XOOXX4fXtu9NWybpoGb > .row .container > .video-iframe-container { display: none; }#AoRNB7xJLgk81XOOXX4fXtu9NWybpoGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#AoRNB7xJLgk81XOOXX4fXtu9NWybpoGb > .row > .video-iframe-container { display: none; }#AoRNB7xJLgk81XOOXX4fXtu9NWybpoGb > .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); }#AoRNB7xJLgk81XOOXX4fXtu9NWybpoGb > .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; } #Xi7TcwTviaOImakNBuoZuSKlp7tnsodq > .row .container { background-color: transparent; background-image: none; }#Xi7TcwTviaOImakNBuoZuSKlp7tnsodq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #333333; }#Xi7TcwTviaOImakNBuoZuSKlp7tnsodq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xi7TcwTviaOImakNBuoZuSKlp7tnsodq > .row .container > .video-iframe-container { display: none; }#Xi7TcwTviaOImakNBuoZuSKlp7tnsodq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #333333; }#Xi7TcwTviaOImakNBuoZuSKlp7tnsodq > .row > .video-iframe-container { display: none; }#Xi7TcwTviaOImakNBuoZuSKlp7tnsodq > .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); }#Xi7TcwTviaOImakNBuoZuSKlp7tnsodq > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }