.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:117,165,67;--color-primary-2:54,149,53;--color-primary-3:46,104,45;--color-primary-4:31,97,27;--color-secondary-0:221,239,242;--color-secondary-1:154,206,215;--color-secondary-2:86,173,188;--color-secondary-3:44,152,171;--color-secondary-4:43,121,127;--color-tertiary-0:255,255,255;--color-tertiary-1:95,95,95;--color-tertiary-2:88,88,88;--color-tertiary-3:64,64,65;--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:transparent;background-image:url("https://images.assets-landingi.com/uc/4f94a5f9-1449-4568-95c9-8db411331f56/4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.53); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.53); }#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); }#lAKv4ANmxEVSmarSORwIAmCJ7URldzu1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/687aa4e3-478e-42ec-beb6-8098d30a2740/iStock19543484682.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; }#lAKv4ANmxEVSmarSORwIAmCJ7URldzu1.adaptive-delivery-prevent-bg, #lAKv4ANmxEVSmarSORwIAmCJ7URldzu1.lazyload, #lAKv4ANmxEVSmarSORwIAmCJ7URldzu1.lazyloading { background-image: none; }#lAKv4ANmxEVSmarSORwIAmCJ7URldzu1 > .row .container { background-color: transparent; background-image: none; }#lAKv4ANmxEVSmarSORwIAmCJ7URldzu1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.44); }#lAKv4ANmxEVSmarSORwIAmCJ7URldzu1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAKv4ANmxEVSmarSORwIAmCJ7URldzu1 > .row .container > .video-iframe-container { display: none; }#lAKv4ANmxEVSmarSORwIAmCJ7URldzu1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.44); }#lAKv4ANmxEVSmarSORwIAmCJ7URldzu1 > .row > .video-iframe-container { display: none; }#lAKv4ANmxEVSmarSORwIAmCJ7URldzu1 > .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); }#lAKv4ANmxEVSmarSORwIAmCJ7URldzu1 > .row .container { border-width: 0; border-radius: 0; }#lAKv4ANmxEVSmarSORwIAmCJ7URldzu1::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; }#lAKv4ANmxEVSmarSORwIAmCJ7URldzu1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lAKv4ANmxEVSmarSORwIAmCJ7URldzu1 > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { color:rgba(var(--color-tertiary-0),1);display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:13.999910354614rem;left:0rem;height:10.999625rem;font-style:normal;display:block; }
#OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:26.055130004882rem;left:0rem;height:2.5rem;font-style:normal;display:block; }
#wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:14.4375rem;top:3.6248223781586rem;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/70b7306e-7617-45b1-9502-ae1e673a0857/backgroundflowerslight.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.adaptive-delivery-prevent-bg, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyload, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyloading { background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { background-color: transparent; background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { border-width: 0; border-radius: 0; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;position:relative;display:block; }#o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { color:rgba(var(--color-tertiary-3),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:18.857421159744rem;left:6.875rem;height:24.22050625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:#4d714c;display:block;width:43.4375rem;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:10.72709441185rem;left:8.28125rem;height:5.550425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oyBrCTA3h7HN1UWTfU2g4GbIHRfUcdp4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.86221575737rem;left:26.40625rem; }
#EvTVVypTcTGFOGGcy9XLhLiIZ3kZyREF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70b7306e-7617-45b1-9502-ae1e673a0857/backgroundflowerslight.jpg");background-position: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; }#EvTVVypTcTGFOGGcy9XLhLiIZ3kZyREF.adaptive-delivery-prevent-bg, #EvTVVypTcTGFOGGcy9XLhLiIZ3kZyREF.lazyload, #EvTVVypTcTGFOGGcy9XLhLiIZ3kZyREF.lazyloading { background-image: none; }#EvTVVypTcTGFOGGcy9XLhLiIZ3kZyREF > .row .container { background-color: transparent; background-image: none; }#EvTVVypTcTGFOGGcy9XLhLiIZ3kZyREF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvTVVypTcTGFOGGcy9XLhLiIZ3kZyREF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvTVVypTcTGFOGGcy9XLhLiIZ3kZyREF > .row .container > .video-iframe-container { display: none; }#EvTVVypTcTGFOGGcy9XLhLiIZ3kZyREF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvTVVypTcTGFOGGcy9XLhLiIZ3kZyREF > .row > .video-iframe-container { display: none; }#EvTVVypTcTGFOGGcy9XLhLiIZ3kZyREF > .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); }#EvTVVypTcTGFOGGcy9XLhLiIZ3kZyREF > .row .container { border-width: 0; border-radius: 0; }#EvTVVypTcTGFOGGcy9XLhLiIZ3kZyREF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EvTVVypTcTGFOGGcy9XLhLiIZ3kZyREF > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;position:relative;display:block; }#R6eo3b4BTeL8a8yKeQJzvnBCIqmgUAGz { color:rgba(var(--color-tertiary-3),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:11.295726776123rem;left:6.8745555877688rem;height:10.0918875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WxIkbDRS5GT3Dc4mJnqHw4zuTByJRWqH { color:#4d714c;display:block;width:45.74975rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.8524510860443rem;left:6.8741130828856rem;height:2.687325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dwsKOWiB2i0mBRCrVNUz6gXugEWTT0h6 { background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.187231063842rem;left:20.99831199646rem;display:block; }
#Kq5wDZ08JTbP2rWxTtpt0p9rdK2c31UT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i { position:relative;display:block; }#DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i { background-color: transparent; background-image: none; }#DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i > .row .container > .video-iframe-container { display: none; }#DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i > .row > .video-iframe-container { display: none; }#DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i > .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); }#DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i { border-width: 0; border-radius: 0; }#DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#4d714c;background-image:none;font-size:0.875rem;font-family:arial;height:32rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w38Stvupq3c9I7NNKxAQ0EdGIh2LTNXP { color:rgba(var(--color-tertiary-0),1);display:block;width:53.0624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.7;letter-spacing:0;top:5.7626066207886rem;left:3.4685726165771rem;height:22.09875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d714c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .row .container { background-color: transparent; background-image: none; }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .row .container > .video-iframe-container { display: none; }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .row > .video-iframe-container { display: none; }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .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); }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .row .container { border-width: 0; border-radius: 0; }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .row .container { font-size:0.875rem;font-family:arial;height:63.9375rem;width:60rem;position:relative;display:block; }#OG67F4K75arD59y5l798GLlytHOqHIDT { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:2.5612573623658rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ai2PMaD5qMSK4d8N2uyX0gwH4LvELdz6 { position:absolute;display:block;z-index:15006;background-color:#f7f7f7;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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:33.8125rem;width:18.125rem;top:17.375rem;left:0rem;display:block; }
#LUm8ieeOmdMUpuG3pxMUVltPN1mKP67C { color:#4d714c;display:block;width:11.8124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:19.25rem;left:3.125rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eFZqK021zX0d0THLhmx9QcLoHTb5Vu0o { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:24.6875rem;left:1.875rem;height:18.7011875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oe51mbPkesiLB5ZS2euIwKAKmcbxvoCc { position:absolute;display:block;z-index:15011;background-color:#f7f7f7;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.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:34rem;width:18.1875rem;top:17.375rem;left:20.875rem;display:block; }
#iZJoISHKb4w1cxWitcVB9SX1qkgFvbeR { color:#4d714c;display:block;width:14.3124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:19.0625rem;left:22.8125rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dPifZLd275Tthtwp1JB1zvSwlBs0AghH { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.7;letter-spacing:0;top:24.6875rem;left:22.875rem;height:18.7011875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X0SzOfsRTUG8SFz8hh2Sh50sBNtKXrSH { position:absolute;display:block;z-index:15012;background-color:#f7f7f7;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.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:34.1875rem;width:18.1875rem;top:17.375rem;left:41.8125rem;display:block; }
#TvPiptRfe6gHgGCwGE41EAtkVm2H9lpn { color:#4d714c;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:19.0625rem;left:43.5625rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NEWDetsDWCeXgvvh1EKl5kVru9MJOEso { color:rgba(var(--color-tertiary-4),1);display:block;width:14.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.7;letter-spacing:0;top:24.6875rem;left:43.75rem;height:17.0010625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c04kDovIVLpWrN9khc9yNHR9NyaDvD0k { color:rgba(var(--color-tertiary-0),1);display:block;width:43.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.6;letter-spacing:0;top:7.5776805877688rem;left:8.2186622619631rem;height:7.9989375rem;text-align:center;text-align-last:center;display:block; }
#VCP9Lm2PpUyU8HapvDb9yOknuUoQyypm { box-sizing:content-box;height:0.125rem;width:13.8125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-4),0.74);background-image:none;top:31.598898887634rem;left:1.8115234375rem;display:none; }
#kTk0G5xTdXumOk7XHELFsJJ7eFUp8oAI { box-sizing:content-box;height:0.12473375rem;width:13.812125rem;position:absolute;display:block;z-index:15035;background-color:#4d714c;background-image:none;top:22.9375rem;left:23.0625rem;display:block; }
#QMdfATuxQxq3TLK0yfIFzOe3pG6CVlBt { box-sizing:content-box;height:0.12473375rem;width:13.8116875rem;position:absolute;display:block;z-index:15036;background-color:#4d714c;background-image:none;top:22.9375rem;left:44rem;display:block; }
#lkJhaAMxPuSEALTTThaDq5uxrE7Hf2yW { color:#4d714c;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:45.125rem;left:1.6875rem;height:3.5751125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#egh0bxsmkxbdTMD39UdvWnPtamW081An { color:#4d714c;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:45.1875rem;left:22.625rem;height:3.5751125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O0fd9KCKh4vER8OI4fsUHSDmSsfR6qPp { color:#4d714c;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:45.25rem;left:43.5rem;height:3.5751125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tWWCpxnv72DdNlOCpbzPZmfHihr7PWSr { box-sizing:content-box;height:0.12473375rem;width:13.8116875rem;position:absolute;display:block;z-index:15036;background-color:#4d714c;background-image:none;top:22.625rem;left:2.125rem;display:block; }
#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70b7306e-7617-45b1-9502-ae1e673a0857/backgroundflowerslight.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA.adaptive-delivery-prevent-bg, #X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA.lazyload, #X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA.lazyloading { background-image: none; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .row .container { background-color: transparent; background-image: none; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .row .container > .video-iframe-container { display: none; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .row > .video-iframe-container { display: none; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .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); }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .row .container { border-width: 0; border-radius: 0; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA::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; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .row .container { font-size:0.875rem;font-family:arial;height:86.25rem;width:60rem;position:relative;display:block; }#XeroAyud44U1v16JzUm6MrTEMpUO6y8E { color:#4d714c;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.60009765625rem;left:0.75rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FLOGRBd6QLWLbMi2HPkgBkq0sCyp9wg1 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:27.375rem;left:2.09375rem;height:12.599875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gG8i0nt3cnSPy42qGvKesSgxgV1ckTEJ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:27.25rem;left:22.09375rem;height:14.399875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTUP9yixDmDlqB5esSeSlRD9bnDKeOMG { color:#4d714c;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.60009765625rem;left:20.625rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7Q0dmtaMdmEuSq2zAxQfySQ60gNPQha { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:25.9248046875rem;left:42.71875rem;height:16.1998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gEgoEHZO7JXD4WqCdLrPd9ODbWJCVaCG { color:#4d714c;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.9755859375rem;left:40.875rem;height:1.46218125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGVrRE2x67J4L1t8KZreduuKoWrr6XPl { color:#ffffff;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.88720703125rem;left:11.9375rem;height:5.3626625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U3fhwUT0WdxFLxKJZm70oQHkRL67eSK9 { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:7.03125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m2gx17ICn11wEHXG4vLFfnMExh0cMaAr { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:29.6875rem;width:19.5rem;top:14.375rem;left:0rem;display:block; }
#JKB08o9xyVMgJ7KHcmKBH4whgqIaU9Ch { 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:29.6875rem;width:19.5rem;top:14.375rem;left:20.25rem;display:block; }
#Xs3QGToVDaJKOIZSEQUMwdtxP3K7VG3T { 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:29.6875rem;width:19.5rem;top:14.375rem;left:40.5rem;display:block; }
#pouHaz6giyTKyuIRUEPwpTQOhy1rK728 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:17.71875rem;left:8.34375rem;overflow:hidden;display:block; }
#wBkQR199tlUSLSQFheDLSKDPgMUsdgyo { 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:35.625rem;width:19.5rem;top:45.375rem;left:20.25rem;display:block; }
#wmxnzZddIGpCLXmRGJkO8eOgMndcqSwR { 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:35.625rem;width:19.5rem;top:45.375rem;left:0rem;display:block; }
#OmzlvTlZemTqLnhThR8PVJBkrloxpJhm { 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:35.625rem;width:19.5rem;top:45.375rem;left:40.5rem;display:block; }
#BiTmTzAZgtsoJyT99REvfK8HUvEIAT4e { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:59.01171875rem;left:21.71875rem;height:19.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Aw1UO6hVVcuVWMTxWQ09cp9WOkElJqzN { color:#4d714c;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:54.1875rem;left:20.625rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDabEgOPgdCPRxyg7eaxaR9g0lSl2vx8 { color:#4d714c;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:54.1875rem;left:0.375rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HKKCqpCbodDWasDQQ2CsQKAqNf6HcIV8 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:58.75rem;left:1.96875rem;height:19.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NeFlrTC4mTKfqeIXORs21RVUWFWmuZU3 { color:#4d714c;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:54.1875rem;left:40.9375rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vCBkfks7WRuPOWoamWITZgdGwlXbCVKd { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:59.01171875rem;left:42.15625rem;height:19.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vF5IrtDyealHCRTW6Pm9ITSPelRIOctd { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:48.78125rem;left:8.375rem;overflow:hidden;display:block; }
#VflQuNTAv7b8zaIlwQONqvDNV15RdPne { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:48.8125rem;left:28.28125rem;overflow:hidden;display:block; }
#q5mLAizBSVRIP5AelkEus92lKZdJsuzx { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:48.78125rem;left:48.375rem;overflow:hidden;display:block; }
#IInhyASC9k9kf1A65dJh0vPaxZK58udl { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:17.625rem;left:28.4375rem;overflow:hidden;display:block; }
#PDtkHdlr1TmqqIVZchdLrXvdlcl1llhu { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:16.875rem;left:48.125rem;overflow:hidden;display:block; }
#QZflnChJwXTiGsNet6akzPkOWzAGHiC3 { position:absolute;display:block;z-index:15008;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:16.65625rem;left:7.34375rem;display:block; }
#cr8nFdFggKwtc76cec4KzTmgrL4RR053 { position:absolute;display:block;z-index:15010;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:16.6875rem;left:27.5rem;display:block; }
#QwEa57qLsenPgxsV6S5ff438FME5fZK1 { position:absolute;display:block;z-index:15011;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:16.65625rem;left:47.75rem;display:block; }
#PDTKE9kvL80qvQW2XV4ThB0yNkyZUfqQ { position:absolute;display:block;z-index:15012;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:47.90625rem;left:7.5rem;display:block; }
#e6UztZ15EI4UyNLERhTl3hmxGvx3pLVL { position:absolute;display:block;z-index:15013;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:47.90625rem;left:27.5rem;display:block; }
#Nr3pBp1PPAuPcDK1uFXJFrd1zL7am9Ad { position:absolute;display:block;z-index:15014;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:48.03125rem;left:47.5rem;display:block; }
#oiXQAmIHn2t4f4AkFsLP5HZxnksMKsWK { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:17.71875rem;left:8.34375rem;overflow:hidden;display:none; }
#Ux4J7OnHDNUxfIoUeyi47t4T5VlO85Ec { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f0ed8686-2ae6-4314-b7d2-866cf80c4435/iStock1405977110.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; }#Ux4J7OnHDNUxfIoUeyi47t4T5VlO85Ec.adaptive-delivery-prevent-bg, #Ux4J7OnHDNUxfIoUeyi47t4T5VlO85Ec.lazyload, #Ux4J7OnHDNUxfIoUeyi47t4T5VlO85Ec.lazyloading { background-image: none; }#Ux4J7OnHDNUxfIoUeyi47t4T5VlO85Ec > .row .container { background-color: transparent; background-image: none; }#Ux4J7OnHDNUxfIoUeyi47t4T5VlO85Ec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.81); }#Ux4J7OnHDNUxfIoUeyi47t4T5VlO85Ec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux4J7OnHDNUxfIoUeyi47t4T5VlO85Ec > .row .container > .video-iframe-container { display: none; }#Ux4J7OnHDNUxfIoUeyi47t4T5VlO85Ec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.81); }#Ux4J7OnHDNUxfIoUeyi47t4T5VlO85Ec > .row > .video-iframe-container { display: none; }#Ux4J7OnHDNUxfIoUeyi47t4T5VlO85Ec > .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); }#Ux4J7OnHDNUxfIoUeyi47t4T5VlO85Ec > .row .container { border-width: 0; border-radius: 0; }#Ux4J7OnHDNUxfIoUeyi47t4T5VlO85Ec::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; }#Ux4J7OnHDNUxfIoUeyi47t4T5VlO85Ec > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ux4J7OnHDNUxfIoUeyi47t4T5VlO85Ec > .row .container { font-size:0.875rem;font-family:arial;height:125.3125rem;width:60rem;position:relative;display:block; }#rE1RGHAQPqkeJgcXrOa49hwcR9zuNEFB { color:#4d714c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:4.3745720386505rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#edEVGmXWl1NVUANH1Xfg4vw5dipPrcGc { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:2.4375rem;width:2.4375rem;top:16.59357213974rem;left:2.4675941467285rem;display:block; }
#scHl3bGkJJMyAMTRkO9gdJZHlGv8ahOw { position:absolute;display:block;z-index:15006;background-color:#f7f7f7;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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:24.25rem;width:26.3125rem;top:16.593566894531rem;left:2.4684829711914rem;display:block; }
#WeQrlNTHsdi1WqB90OTITzKogmLsT4iw { color:#4d714c;display:block;width:19.437125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:73.504970550537rem;left:5.5925960540771rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nZTO7sNl8twvADWi2TkRb9IBab3frrEM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15035;line-height:1.7;letter-spacing:0;top:75.635208129881rem;left:5.5934829711914rem;height:15.3009375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bu9pHI2OXvU0T7xabiA2yXaUp0PNBoTC { position:absolute;display:block;z-index:15011;background-color:#f7f7f7;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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:24.25rem;width:26.3125rem;top:16.59357213974rem;left:31.468481063842rem;display:block; }
#I0K5x28RbOLtMvxCQoWWF9dsBztrs0Lh { color:#4d714c;display:block;width:21.8124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:46.123939990997rem;left:34.999910354614rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DnpVZJr7NbE52XghvwaPJhTUnM04cSTu { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.7;letter-spacing:0;top:48.856628894806rem;left:35.09303855896rem;height:10.200625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qFOe368Jd4EIds4H6LKP4GaG5MdAdmaf { color:#4d714c;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:19.437133789062rem;left:5.6871433258057rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zTosm0oKDV0eMOKawcvgSXf8MRdEBcxx { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:22.124908447266rem;left:5.6871433258057rem;height:15.3009375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TM8yUWCfa9mGST4Pg4ncVRecFEzQXgPm { color:#4d714c;display:block;width:21.8124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:19.437144756317rem;left:35.06178855896rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r9RVzKOHBfyzrFtgBfq93iqJoxRVsoIu { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.7;letter-spacing:0;top:22.767222881317rem;left:35.031160354614rem;height:11.90075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nMH5HETiNa83gkna0yfcPZ2Emo51bucD { color:#4d714c;display:block;width:21.8124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:46.123044967651rem;left:5.6867008209229rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sngBGnyv1rGxnlaqza453fyW5i8G4fCG { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.7;letter-spacing:0;top:49.37455368042rem;left:5.5608119964599rem;height:11.90075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#poKo4eOlIm8igfgSe719PxhDWSaJx7lu { color:#4d714c;display:block;width:19.437125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:72.62471961975rem;left:35.088068008423rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D8vBAeTTdlsU6CRNtTmgpaxmK1con17F { color:rgba(var(--color-tertiary-4),1);display:block;width:18.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15037;line-height:1.7;letter-spacing:0;top:75.635625839231rem;left:35.088068008423rem;height:11.90075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eCIk4HJ1kT2rAxfiQDrH2ScPE3TgWzXg { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.7;letter-spacing:0;top:103.28053665161rem;left:5.5934829711914rem;height:17.0010625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k2cBBMJmseRRKPbueprTaniTq43uRp2n { color:#4d714c;display:block;width:19.437125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:99.337356567381rem;left:5.5309829711914rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BBdytvl3fIXX9fSf3TQe1JINk1PhWJP4 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-4),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:2.4374125rem;width:2.4374125rem;top:16.59357213974rem;left:31.46803855896rem;display:block; }
#thUKzWuHkL74L4SDxRI7fGwlSgFMGINl { color:rgba(var(--color-tertiary-3),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.1232986450194rem;left:11.562055587769rem;height:5.3626625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vXeBVZSf8S7Z7bQw3hOQDl83mcmDN107 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-4),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:2.4374125rem;width:2.4374125rem;top:42.625rem;left:31.375rem;display:block; }
#AzTAW9SqiyAgTz6EJmIaBfCZmhtUhdxz { position:absolute;display:block;z-index:15015;background-color:#f7f7f7;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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:24.25rem;width:26.3125rem;top:42.625rem;left:31.375rem;display:block; }
#lH56mV3ghevZe6GSuOJtU2iKxJACspbT { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-4),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:2.4375rem;width:2.4375rem;top:42.625rem;left:2.375rem;display:block; }
#wgCWU52BMdXGPTNzHdRS8UKxiAbEeyxk { position:absolute;display:block;z-index:15010;background-color:#f7f7f7;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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:24.25rem;width:26.3125rem;top:42.625rem;left:2.375rem;display:block; }
#dQX9HCSySxT2SyqtKlgG7RT6qsoPkfrv { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-4),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:2.4375rem;width:2.4375rem;top:70.1875rem;left:2.375rem;display:block; }
#gWK9rNDOA1flpahtZbZ1pD18aITqQlcp { position:absolute;display:block;z-index:15014;background-color:#f7f7f7;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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:24.25rem;width:26.3125rem;top:70.1875rem;left:2.375rem;display:block; }
#IcM3buLi2WfSKD54tZWPoTFk7NNgpDBr { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-4),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:2.4374125rem;width:2.4374125rem;top:70.1875rem;left:31.375rem;display:block; }
#ACKvx4r5ZTbzcaspl1PLe7aZCkze73N6 { position:absolute;display:block;z-index:15019;background-color:#f7f7f7;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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:24.2498125rem;width:26.312125rem;top:70.187318801881rem;left:31.405981063842rem;display:block; }
#PquOLyqw5qZ6PRzWFr8He1MVh05rai5N { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-4),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:2.4374125rem;width:2.4374125rem;top:96.937488555906rem;left:2.4662628173828rem;display:block; }
#Rg04RyGU6qoB71vyHEFT0qolhqJ4Rax0 { position:absolute;display:block;z-index:15015;background-color:#f7f7f7;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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:24.2498125rem;width:26.312125rem;top:96.93749809265rem;left:2.4662628173828rem;display:block; }
#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9847153e-dfff-4ace-ad24-d6c9cdde48f4/BackgroundCTA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf.adaptive-delivery-prevent-bg, #MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf.lazyload, #MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf.lazyloading { background-image: none; }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf > .row .container { background-color: transparent; background-image: none; }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.75); }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf > .row .container > .video-iframe-container { display: none; }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.75); }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf > .row > .video-iframe-container { display: none; }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf > .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); }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf > .row .container { border-width: 0; border-radius: 0; }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;overflow:visible;position:relative;display:block; }#g6AKvTDbLFhUfInvkrtzxEIyrmLFPAUm { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.3125rem;left:0rem;height:9.5055rem;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; }
#m1Z788TO2VTEZfebiX6T1n3xzp2ixvkm { color:rgba(var(--color-tertiary-0),1);display:block;width:21.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:6.93670463562rem;left:35.43678855896rem;height:11.998375rem;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; }
#TBogVa3FBS0Lhfli8Tr1tscITinSQcGJ { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#4d714c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.44287109375rem;left:37rem;display:block; }
#ioqhtSPapL1cnwDJC25Qpp5JyDSvK3ID { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GOvi5hmboFm4hyrJQsPBbNnr4aJDimgF { 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:7.75rem;width:12.5rem;top:5.125rem;left:8.71875rem;overflow:hidden;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; } #nArtodpcA4DkI5XOJHFF26kEWkfxcVeH > .row .container { background-color: transparent; background-image: none; }#nArtodpcA4DkI5XOJHFF26kEWkfxcVeH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.77); }#nArtodpcA4DkI5XOJHFF26kEWkfxcVeH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nArtodpcA4DkI5XOJHFF26kEWkfxcVeH > .row .container > .video-iframe-container { display: none; }#nArtodpcA4DkI5XOJHFF26kEWkfxcVeH > .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); }#nArtodpcA4DkI5XOJHFF26kEWkfxcVeH > .row > .video-iframe-container { display: none; }#nArtodpcA4DkI5XOJHFF26kEWkfxcVeH > .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); }#nArtodpcA4DkI5XOJHFF26kEWkfxcVeH > .row .container { border-width: 0; border-radius: 0; }#nArtodpcA4DkI5XOJHFF26kEWkfxcVeH::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; }#nArtodpcA4DkI5XOJHFF26kEWkfxcVeH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nArtodpcA4DkI5XOJHFF26kEWkfxcVeH > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;position:relative;display:block; }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/67b9f8f2-8141-42d4-87ff-b44d7672a9d4/farmsaerialiStock909806468.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH.adaptive-delivery-prevent-bg, #FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH.lazyload, #FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH.lazyloading { background-image: none; }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH > .row .container { background-color: transparent; background-image: none; }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH > .row .container > .video-iframe-container { display: none; }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH > .row > .video-iframe-container { display: none; }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH > .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); }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH > .row .container { border-width: 0; border-radius: 0; }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;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; } #orwCvqPIMy1LEzOJs9wAFxLFdWhRcZGG > .row .container { background-color: transparent; background-image: none; }#orwCvqPIMy1LEzOJs9wAFxLFdWhRcZGG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#orwCvqPIMy1LEzOJs9wAFxLFdWhRcZGG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orwCvqPIMy1LEzOJs9wAFxLFdWhRcZGG > .row .container > .video-iframe-container { display: none; }#orwCvqPIMy1LEzOJs9wAFxLFdWhRcZGG > .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); }#orwCvqPIMy1LEzOJs9wAFxLFdWhRcZGG > .row > .video-iframe-container { display: none; }#orwCvqPIMy1LEzOJs9wAFxLFdWhRcZGG > .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); }#orwCvqPIMy1LEzOJs9wAFxLFdWhRcZGG > .row .container { border-width: 0; border-radius: 0; }#orwCvqPIMy1LEzOJs9wAFxLFdWhRcZGG::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; }#orwCvqPIMy1LEzOJs9wAFxLFdWhRcZGG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#orwCvqPIMy1LEzOJs9wAFxLFdWhRcZGG > .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; } #i3yJu8RdIJo9BUq7zgk7wZmyoepX9Jb6 > .row .container { background-color: transparent; background-image: none; }#i3yJu8RdIJo9BUq7zgk7wZmyoepX9Jb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#i3yJu8RdIJo9BUq7zgk7wZmyoepX9Jb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3yJu8RdIJo9BUq7zgk7wZmyoepX9Jb6 > .row .container > .video-iframe-container { display: none; }#i3yJu8RdIJo9BUq7zgk7wZmyoepX9Jb6 > .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); }#i3yJu8RdIJo9BUq7zgk7wZmyoepX9Jb6 > .row > .video-iframe-container { display: none; }#i3yJu8RdIJo9BUq7zgk7wZmyoepX9Jb6 > .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); }#i3yJu8RdIJo9BUq7zgk7wZmyoepX9Jb6 > .row .container { border-width: 0; border-radius: 0; }#i3yJu8RdIJo9BUq7zgk7wZmyoepX9Jb6::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; }#i3yJu8RdIJo9BUq7zgk7wZmyoepX9Jb6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i3yJu8RdIJo9BUq7zgk7wZmyoepX9Jb6 > .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) { #lAKv4ANmxEVSmarSORwIAmCJ7URldzu1 { display:block; }#lAKv4ANmxEVSmarSORwIAmCJ7URldzu1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { top:13.9375rem;left:0rem;width:47.75rem;height:11rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { top:26rem;left:0rem;width:32.6875rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { top:3.5625rem;left:0rem;width:14.4375rem;height:4.25rem;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:18.8125rem;left:0.75rem;width:46.25rem;height:24.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { top:10.6875rem;left:2.15625rem;width:43.4375rem;height:5.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyBrCTA3h7HN1UWTfU2g4GbIHRfUcdp4 { top:2.8125rem;left:20.28125rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvTVVypTcTGFOGGcy9XLhLiIZ3kZyREF { display:block; }#EvTVVypTcTGFOGGcy9XLhLiIZ3kZyREF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6eo3b4BTeL8a8yKeQJzvnBCIqmgUAGz { top:11.25rem;left:0.74955558776856rem;width:46.25rem;height:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxIkbDRS5GT3Dc4mJnqHw4zuTByJRWqH { top:5.8125rem;left:0.74911308288575rem;width:45.6875rem;height:2.625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwsKOWiB2i0mBRCrVNUz6gXugEWTT0h6 { width:17.5rem;height:3.4375rem;top:24.125rem;left:14.87331199646rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq5wDZ08JTbP2rWxTtpt0p9rdK2c31UT { display:block; }
 }@media only screen and (max-width: 763px) { #DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i { display:block; }#DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w38Stvupq3c9I7NNKxAQ0EdGIh2LTNXP { top:5.75rem;left:0rem;width:47.75rem;height:22.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu { display:block; }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OG67F4K75arD59y5l798GLlytHOqHIDT { top:2.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai2PMaD5qMSK4d8N2uyX0gwH4LvELdz6 { top:17.375rem;left:0rem;width:18.125rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUm8ieeOmdMUpuG3pxMUVltPN1mKP67C { top:19.25rem;left:0.0625rem;width:11.75rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFZqK021zX0d0THLhmx9QcLoHTb5Vu0o { top:24.6875rem;left:0rem;width:14.375rem;height:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe51mbPkesiLB5ZS2euIwKAKmcbxvoCc { top:17.375rem;left:5.6875rem;width:18.125rem;height:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZJoISHKb4w1cxWitcVB9SX1qkgFvbeR { top:19.0625rem;left:9.625rem;width:14.25rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPifZLd275Tthtwp1JB1zvSwlBs0AghH { top:24.6875rem;left:9.5rem;width:14.375rem;height:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0SzOfsRTUG8SFz8hh2Sh50sBNtKXrSH { top:17.375rem;left:29.5625rem;width:18.125rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvPiptRfe6gHgGCwGE41EAtkVm2H9lpn { top:19.0625rem;left:33.0625rem;width:14.6875rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEWDetsDWCeXgvvh1EKl5kVru9MJOEso { top:24.6875rem;left:33.5625rem;width:14.1875rem;height:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c04kDovIVLpWrN9khc9yNHR9NyaDvD0k { top:7.5625rem;left:0rem;width:43.5rem;height:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCP9Lm2PpUyU8HapvDb9yOknuUoQyypm { top:31.5625rem;left:0rem;width:13.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTk0G5xTdXumOk7XHELFsJJ7eFUp8oAI { top:22.9375rem;left:10.125rem;width:13.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMdfATuxQxq3TLK0yfIFzOe3pG6CVlBt { top:22.9375rem;left:34rem;width:13.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkJhaAMxPuSEALTTThaDq5uxrE7Hf2yW { top:45.125rem;left:0rem;width:14.6875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egh0bxsmkxbdTMD39UdvWnPtamW081An { top:45.1875rem;left:9.125rem;width:14.6875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0fd9KCKh4vER8OI4fsUHSDmSsfR6qPp { top:45.25rem;left:33rem;width:14.6875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWWCpxnv72DdNlOCpbzPZmfHihr7PWSr { top:22.625rem;left:0rem;width:13.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA { display:block; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeroAyud44U1v16JzUm6MrTEMpUO6y8E { width:18.125rem;height:2.875rem;top:22.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLOGRBd6QLWLbMi2HPkgBkq0sCyp9wg1 { width:15.8125rem;height:12.5625rem;top:27.375rem;left:0.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG8i0nt3cnSPy42qGvKesSgxgV1ckTEJ { width:15.8125rem;height:14.375rem;top:27.25rem;left:15.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTUP9yixDmDlqB5esSeSlRD9bnDKeOMG { width:18.75rem;height:2.875rem;top:22.5625rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7Q0dmtaMdmEuSq2zAxQfySQ60gNPQha { width:15.0625rem;height:16.1875rem;top:25.875rem;left:32.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEgoEHZO7JXD4WqCdLrPd9ODbWJCVaCG { width:18.75rem;height:1.4375rem;top:22.9375rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGVrRE2x67J4L1t8KZreduuKoWrr6XPl { width:36.875rem;height:5.3125rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3fhwUT0WdxFLxKJZm70oQHkRL67eSK9 { width:45.9375rem;height:4.0625rem;top:2.0625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2gx17ICn11wEHXG4vLFfnMExh0cMaAr { top:14.375rem;left:0rem;width:19.5rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKB08o9xyVMgJ7KHcmKBH4whgqIaU9Ch { top:14.375rem;left:12.25rem;width:19.5rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs3QGToVDaJKOIZSEQUMwdtxP3K7VG3T { top:14.375rem;left:28.125rem;width:19.5rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pouHaz6giyTKyuIRUEPwpTQOhy1rK728 { top:17.6875rem;left:6.28125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBkQR199tlUSLSQFheDLSKDPgMUsdgyo { top:45.375rem;left:12.25rem;width:19.5rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmxnzZddIGpCLXmRGJkO8eOgMndcqSwR { top:45.375rem;left:0rem;width:19.5rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmzlvTlZemTqLnhThR8PVJBkrloxpJhm { top:45.375rem;left:28.125rem;width:19.5rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiTmTzAZgtsoJyT99REvfK8HUvEIAT4e { width:16.5625rem;height:19.75rem;top:59rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw1UO6hVVcuVWMTxWQ09cp9WOkElJqzN { width:18.75rem;height:2.875rem;top:54.1875rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDabEgOPgdCPRxyg7eaxaR9g0lSl2vx8 { width:18.75rem;height:2.875rem;top:54.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKKCqpCbodDWasDQQ2CsQKAqNf6HcIV8 { width:15.5625rem;height:19.75rem;top:58.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeFlrTC4mTKfqeIXORs21RVUWFWmuZU3 { width:18.75rem;height:2.875rem;top:54.1875rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCBkfks7WRuPOWoamWITZgdGwlXbCVKd { width:15.9375rem;height:19.8125rem;top:59rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF5IrtDyealHCRTW6Pm9ITSPelRIOctd { top:48.75rem;left:6.3125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VflQuNTAv7b8zaIlwQONqvDNV15RdPne { top:48.8125rem;left:22.09375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5mLAizBSVRIP5AelkEus92lKZdJsuzx { top:48.75rem;left:38.0625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IInhyASC9k9kf1A65dJh0vPaxZK58udl { top:17.625rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDtkHdlr1TmqqIVZchdLrXvdlcl1llhu { top:16.875rem;left:37.8125rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZflnChJwXTiGsNet6akzPkOWzAGHiC3 { top:16.625rem;left:5.28125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr8nFdFggKwtc76cec4KzTmgrL4RR053 { top:16.6875rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwEa57qLsenPgxsV6S5ff438FME5fZK1 { top:16.625rem;left:37.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDTKE9kvL80qvQW2XV4ThB0yNkyZUfqQ { top:47.875rem;left:5.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6UztZ15EI4UyNLERhTl3hmxGvx3pLVL { top:47.875rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr3pBp1PPAuPcDK1uFXJFrd1zL7am9Ad { top:48rem;left:37.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiXQAmIHn2t4f4AkFsLP5HZxnksMKsWK { top:17.6875rem;left:6.28125rem;width:2.9375rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ux4J7OnHDNUxfIoUeyi47t4T5VlO85Ec { display:block; }#Ux4J7OnHDNUxfIoUeyi47t4T5VlO85Ec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rE1RGHAQPqkeJgcXrOa49hwcR9zuNEFB { top:4.3125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edEVGmXWl1NVUANH1Xfg4vw5dipPrcGc { top:16.5625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scHl3bGkJJMyAMTRkO9gdJZHlGv8ahOw { top:16.5625rem;left:0rem;width:26.3125rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeQrlNTHsdi1WqB90OTITzKogmLsT4iw { top:73.5rem;left:2.5300960540771rem;width:19.375rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZTO7sNl8twvADWi2TkRb9IBab3frrEM { top:75.625rem;left:2.5309829711914rem;width:18.75rem;height:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu9pHI2OXvU0T7xabiA2yXaUp0PNBoTC { top:16.5625rem;left:21.4375rem;width:26.3125rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0K5x28RbOLtMvxCQoWWF9dsBztrs0Lh { top:46.0625rem;left:25.812410354614rem;width:21.75rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnpVZJr7NbE52XghvwaPJhTUnM04cSTu { top:48.8125rem;left:25.90553855896rem;width:18.625rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFOe368Jd4EIds4H6LKP4GaG5MdAdmaf { top:19.375rem;left:2.125rem;width:21.75rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTosm0oKDV0eMOKawcvgSXf8MRdEBcxx { top:22.0625rem;left:2.6246433258057rem;width:19.125rem;height:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM8yUWCfa9mGST4Pg4ncVRecFEzQXgPm { top:19.375rem;left:25.87428855896rem;width:21.75rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9RVzKOHBfyzrFtgBfq93iqJoxRVsoIu { top:22.75rem;left:25.843660354614rem;width:19.1875rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMH5HETiNa83gkna0yfcPZ2Emo51bucD { top:46.0625rem;left:2.125rem;width:21.75rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sngBGnyv1rGxnlaqza453fyW5i8G4fCG { top:49.3125rem;left:2.4983119964599rem;width:20.4375rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #poKo4eOlIm8igfgSe719PxhDWSaJx7lu { top:72.5625rem;left:25.900568008423rem;width:19.375rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8vBAeTTdlsU6CRNtTmgpaxmK1con17F { top:75.625rem;left:25.900568008423rem;width:18.75rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCIk4HJ1kT2rAxfiQDrH2ScPE3TgWzXg { top:103.25rem;left:2.5309829711914rem;width:20.0625rem;height:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2cBBMJmseRRKPbueprTaniTq43uRp2n { top:99.3125rem;left:2.4684829711914rem;width:19.375rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBdytvl3fIXX9fSf3TQe1JINk1PhWJP4 { top:16.5625rem;left:23.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thUKzWuHkL74L4SDxRI7fGwlSgFMGINl { width:36.875rem;height:5.3125rem;top:9.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXeBVZSf8S7Z7bQw3hOQDl83mcmDN107 { top:42.625rem;left:23.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzTAW9SqiyAgTz6EJmIaBfCZmhtUhdxz { top:42.625rem;left:21.5rem;width:26.25rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH56mV3ghevZe6GSuOJtU2iKxJACspbT { top:42.625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgCWU52BMdXGPTNzHdRS8UKxiAbEeyxk { top:42.625rem;left:0rem;width:26.25rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQX9HCSySxT2SyqtKlgG7RT6qsoPkfrv { top:70.1875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWK9rNDOA1flpahtZbZ1pD18aITqQlcp { top:70.1875rem;left:0rem;width:26.25rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcM3buLi2WfSKD54tZWPoTFk7NNgpDBr { top:70.1875rem;left:23.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACKvx4r5ZTbzcaspl1PLe7aZCkze73N6 { top:70.125rem;left:21.5rem;width:26.25rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PquOLyqw5qZ6PRzWFr8He1MVh05rai5N { top:96.875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg04RyGU6qoB71vyHEFT0qolhqJ4Rax0 { top:96.875rem;left:0rem;width:26.25rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf { display:block; }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6AKvTDbLFhUfInvkrtzxEIyrmLFPAUm { width:29.9375rem;height:9.5rem;top:12.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1Z788TO2VTEZfebiX6T1n3xzp2ixvkm { width:21.375rem;height:11.9375rem;top:6.875rem;left:26.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBogVa3FBS0Lhfli8Tr1tscITinSQcGJ { width:18.3125rem;height:3.75rem;top:20.4375rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioqhtSPapL1cnwDJC25Qpp5JyDSvK3ID { display:block; }
 }@media only screen and (max-width: 763px) { #GOvi5hmboFm4hyrJQsPBbNnr4aJDimgF { top:5.125rem;left:2.59375rem;width:12.5rem;height:7.75rem;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; } #nArtodpcA4DkI5XOJHFF26kEWkfxcVeH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH { display:block; }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH > .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; } #orwCvqPIMy1LEzOJs9wAFxLFdWhRcZGG > .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; } #i3yJu8RdIJo9BUq7zgk7wZmyoepX9Jb6 > .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) { #lAKv4ANmxEVSmarSORwIAmCJ7URldzu1 { display:block; }#lAKv4ANmxEVSmarSORwIAmCJ7URldzu1 > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { width:20rem;height:8.549375rem;top:10.412375450134rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { width:20rem;height:1.375175rem;top:21.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { width:10.374625rem;height:2.999825rem;top:1.8749998807907rem;left:4.8122334480286rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { width:16.4373125rem;height:42.50265rem;top:14.749645233154rem;left:1.7808947563171rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:20rem;height:5.625rem;top:7.1874990463256rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #oyBrCTA3h7HN1UWTfU2g4GbIHRfUcdp4 { display:flex;width:4.18723125rem;height:4.18723125rem;top:2.0183763504028rem;left:7.9057168960569rem; }
 }@media only screen and (max-width: 763px) { #EvTVVypTcTGFOGGcy9XLhLiIZ3kZyREF { display:block; }#EvTVVypTcTGFOGGcy9XLhLiIZ3kZyREF > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6eo3b4BTeL8a8yKeQJzvnBCIqmgUAGz { width:16.4373125rem;height:20.4013125rem;top:7.8120584487912rem;left:1.7808947563171rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxIkbDRS5GT3Dc4mJnqHw4zuTByJRWqH { width:20rem;height:4.00035625rem;top:2.9998226165771rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dwsKOWiB2i0mBRCrVNUz6gXugEWTT0h6 { width:13.375rem;height:2.5625rem;top:28.75390625rem;left:3.3125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-weight:400;font-style:normal;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq5wDZ08JTbP2rWxTtpt0p9rdK2c31UT { display:block; }
 }@media only screen and (max-width: 763px) { #DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i { display:block; }#DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i { background-color: transparent; background-image: none; }#DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i > .row .container > .video-iframe-container { display: none; }#DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i > .row > .video-iframe-container { display: none; }#DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i > .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); }#DNdcGVhNTOGgwRvLTnS2hfJNyEg6Fa7i > .row .container { width:20rem;height:41.5625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w38Stvupq3c9I7NNKxAQ0EdGIh2LTNXP { width:16.312125rem;height:35.617875rem;top:2.9718571305275rem;left:1.8434834480286rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.5;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu { display:block; }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .row .container { width:20rem;height:118rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OG67F4K75arD59y5l798GLlytHOqHIDT { width:19.3124375rem;height:4.249825rem;top:2.4360885620117rem;left:0rem;font-size:2.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ai2PMaD5qMSK4d8N2uyX0gwH4LvELdz6 { width:20rem;height:24.6875rem;top:9.3822917938231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUm8ieeOmdMUpuG3pxMUVltPN1mKP67C { width:20rem;height:1.437325rem;top:11.287286996841rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eFZqK021zX0d0THLhmx9QcLoHTb5Vu0o { width:17.8125rem;height:15.3009375rem;top:13.324751138687rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe51mbPkesiLB5ZS2euIwKAKmcbxvoCc { width:20rem;height:26.0625rem;top:36.499923706055rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZJoISHKb4w1cxWitcVB9SX1qkgFvbeR { width:19.81225rem;height:1.5807rem;top:38.43705368042rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPifZLd275Tthtwp1JB1zvSwlBs0AghH { width:17.8125rem;height:15.3009375rem;top:41.243783950806rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X0SzOfsRTUG8SFz8hh2Sh50sBNtKXrSH { width:20rem;height:26.25rem;top:64.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvPiptRfe6gHgGCwGE41EAtkVm2H9lpn { width:19.8748125rem;height:1.5807rem;top:66.818179130556rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NEWDetsDWCeXgvvh1EKl5kVru9MJOEso { width:16.68725rem;height:15.3009375rem;top:69.193446159362rem;left:1.6557171344757rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c04kDovIVLpWrN9khc9yNHR9NyaDvD0k { width:20rem;height:19.9973125rem;top:93.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCP9Lm2PpUyU8HapvDb9yOknuUoQyypm { width:13.8125rem;height:0.125rem;top:133.625rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTk0G5xTdXumOk7XHELFsJJ7eFUp8oAI { width:13.75rem;height:0.0625rem;top:114.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMdfATuxQxq3TLK0yfIFzOe3pG6CVlBt { width:13.75rem;height:0.0625rem;top:92.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkJhaAMxPuSEALTTThaDq5uxrE7Hf2yW { width:14.75rem;height:3.5751125rem;top:29.869791984558rem;left:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egh0bxsmkxbdTMD39UdvWnPtamW081An { width:14.749625rem;height:3.5751125rem;top:57.586469650269rem;left:2.6247334480286rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0fd9KCKh4vER8OI4fsUHSDmSsfR6qPp { width:14.75rem;height:3.5751125rem;top:86.087499618531rem;left:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWWCpxnv72DdNlOCpbzPZmfHihr7PWSr { width:13.75rem;height:0.0625rem;top:116.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA { display:block; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .row .container { width:20rem;height:174.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeroAyud44U1v16JzUm6MrTEMpUO6y8E { width:18.75rem;height:3.2492875rem;top:16.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLOGRBd6QLWLbMi2HPkgBkq0sCyp9wg1 { width:17.5625rem;height:11.476375rem;top:21.375rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG8i0nt3cnSPy42qGvKesSgxgV1ckTEJ { width:17.5625rem;height:15.301875rem;top:70.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTUP9yixDmDlqB5esSeSlRD9bnDKeOMG { width:18.75rem;height:3.2492875rem;top:66.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7Q0dmtaMdmEuSq2zAxQfySQ60gNPQha { width:17.5625rem;height:15.301875rem;top:125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEgoEHZO7JXD4WqCdLrPd9ODbWJCVaCG { width:18.75rem;height:1.625rem;top:121.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGVrRE2x67J4L1t8KZreduuKoWrr6XPl { width:16.4999375rem;height:7.310875rem;top:5.4372339248658rem;left:1.7498223781586rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #U3fhwUT0WdxFLxKJZm70oQHkRL67eSK9 { width:20rem;height:2.4374125rem;top:2.4997339248658rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m2gx17ICn11wEHXG4vLFfnMExh0cMaAr { width:20rem;height:19.9375rem;top:14.3125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JKB08o9xyVMgJ7KHcmKBH4whgqIaU9Ch { width:20rem;height:23.75rem;top:63.5625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Xs3QGToVDaJKOIZSEQUMwdtxP3K7VG3T { width:20rem;height:22.5625rem;top:119.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pouHaz6giyTKyuIRUEPwpTQOhy1rK728 { width:3.875rem;height:3.875rem;top:17.1875rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBkQR199tlUSLSQFheDLSKDPgMUsdgyo { width:20rem;height:29.75rem;top:88.4375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wmxnzZddIGpCLXmRGJkO8eOgMndcqSwR { width:20rem;height:27.125rem;top:35.4375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OmzlvTlZemTqLnhThR8PVJBkrloxpJhm { width:20rem;height:27.5625rem;top:142.8125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BiTmTzAZgtsoJyT99REvfK8HUvEIAT4e { width:17.5625rem;height:21.0400625rem;top:95.75rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw1UO6hVVcuVWMTxWQ09cp9WOkElJqzN { width:18.75rem;height:3.2492875rem;top:91.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDabEgOPgdCPRxyg7eaxaR9g0lSl2vx8 { width:18.75rem;height:3.2492875rem;top:37.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKKCqpCbodDWasDQQ2CsQKAqNf6HcIV8 { width:17.5625rem;height:19.1273125rem;top:42.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeFlrTC4mTKfqeIXORs21RVUWFWmuZU3 { width:18.75rem;height:3.2492875rem;top:145.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCBkfks7WRuPOWoamWITZgdGwlXbCVKd { width:17.5625rem;height:19.1273125rem;top:149.9375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF5IrtDyealHCRTW6Pm9ITSPelRIOctd { width:3.875rem;height:3.875rem;top:43.667rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VflQuNTAv7b8zaIlwQONqvDNV15RdPne { width:3.875rem;height:3.875rem;top:106.01075rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q5mLAizBSVRIP5AelkEus92lKZdJsuzx { width:3.875rem;height:3.875rem;top:170.5044375rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IInhyASC9k9kf1A65dJh0vPaxZK58udl { width:3.875rem;height:3.875rem;top:77.9570625rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PDtkHdlr1TmqqIVZchdLrXvdlcl1llhu { width:5.125rem;height:5.125rem;top:141.626rem;left:7.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZflnChJwXTiGsNet6akzPkOWzAGHiC3 { width:0.0625rem;height:0.0625rem;top:169.74307250976rem;left:1.7498223781586rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cr8nFdFggKwtc76cec4KzTmgrL4RR053 { width:0.0625rem;height:0.0625rem;top:168.97291564941rem;left:4.6875rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QwEa57qLsenPgxsV6S5ff438FME5fZK1 { width:0.0625rem;height:0.0625rem;top:168.09711456299rem;left:7.5rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PDTKE9kvL80qvQW2XV4ThB0yNkyZUfqQ { width:0.0625rem;height:0.0625rem;top:169.74307250976rem;left:2.5563740730286rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #e6UztZ15EI4UyNLERhTl3hmxGvx3pLVL { width:0.0625rem;height:0.0625rem;top:168.97291564941rem;left:5.2494668960571rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Nr3pBp1PPAuPcDK1uFXJFrd1zL7am9Ad { width:0.0625rem;height:0.0625rem;top:168.97291564941rem;left:8.18714427948rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oiXQAmIHn2t4f4AkFsLP5HZxnksMKsWK { width:0.625rem;height:0.625rem;top:13.068542355469rem;left:2.25rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #Ux4J7OnHDNUxfIoUeyi47t4T5VlO85Ec { display:block; }#Ux4J7OnHDNUxfIoUeyi47t4T5VlO85Ec > .row .container { width:20rem;height:193.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rE1RGHAQPqkeJgcXrOa49hwcR9zuNEFB { width:17.5rem;height:4.25rem;top:2.4990234375rem;left:1.25rem;font-size:2.125rem;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #edEVGmXWl1NVUANH1Xfg4vw5dipPrcGc { width:2.6875rem;height:2.6875rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #scHl3bGkJJMyAMTRkO9gdJZHlGv8ahOw { width:20rem;height:22.5rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeQrlNTHsdi1WqB90OTITzKogmLsT4iw { width:13.9375rem;height:1.4375rem;top:13.75rem;left:1.25rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nZTO7sNl8twvADWi2TkRb9IBab3frrEM { width:17.8125rem;height:14.342125rem;top:15.9375rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu9pHI2OXvU0T7xabiA2yXaUp0PNBoTC { width:20rem;height:19.375rem;top:60.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0K5x28RbOLtMvxCQoWWF9dsBztrs0Lh { width:10.6875rem;height:3.125rem;top:63.5625rem;left:1.25rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DnpVZJr7NbE52XghvwaPJhTUnM04cSTu { width:17.8125rem;height:10.200625rem;top:67.1875rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qFOe368Jd4EIds4H6LKP4GaG5MdAdmaf { width:17.625rem;height:3.44921875rem;top:36.75rem;left:1.1875rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zTosm0oKDV0eMOKawcvgSXf8MRdEBcxx { width:17.8125rem;height:14.342125rem;top:41.1875rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #TM8yUWCfa9mGST4Pg4ncVRecFEzQXgPm { width:11.875rem;height:3.125rem;top:85.25rem;left:1.25rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #r9RVzKOHBfyzrFtgBfq93iqJoxRVsoIu { width:17.0625rem;height:15.3009375rem;top:89.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nMH5HETiNa83gkna0yfcPZ2Emo51bucD { width:13.1875rem;height:3.125rem;top:111.5rem;left:1.25rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #sngBGnyv1rGxnlaqza453fyW5i8G4fCG { width:17.8125rem;height:15.3009375rem;top:115.9375rem;left:1.09375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #poKo4eOlIm8igfgSe719PxhDWSaJx7lu { width:19.375rem;height:1.4375rem;top:167.77490234375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D8vBAeTTdlsU6CRNtTmgpaxmK1con17F { width:18.75rem;height:11.90075rem;top:170.66015625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCIk4HJ1kT2rAxfiQDrH2ScPE3TgWzXg { width:17.1875rem;height:20.40125rem;top:142.427734375rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k2cBBMJmseRRKPbueprTaniTq43uRp2n { width:17.0625rem;height:2.875rem;top:137.1748046875rem;left:1.46875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BBdytvl3fIXX9fSf3TQe1JINk1PhWJP4 { width:2.375rem;height:2.375rem;top:134.1748046875rem;left:0rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #thUKzWuHkL74L4SDxRI7fGwlSgFMGINl { width:20rem;height:5.84871875rem;top:185.7373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #vXeBVZSf8S7Z7bQw3hOQDl83mcmDN107 { width:2.375rem;height:2.375rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzTAW9SqiyAgTz6EJmIaBfCZmhtUhdxz { width:20rem;height:24.6875rem;top:108.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH56mV3ghevZe6GSuOJtU2iKxJACspbT { width:2.375rem;height:2.375rem;top:107.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgCWU52BMdXGPTNzHdRS8UKxiAbEeyxk { width:20rem;height:24.1875rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQX9HCSySxT2SyqtKlgG7RT6qsoPkfrv { width:2.375rem;height:2.375rem;top:81.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWK9rNDOA1flpahtZbZ1pD18aITqQlcp { width:20rem;height:24.1875rem;top:81.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcM3buLi2WfSKD54tZWPoTFk7NNgpDBr { width:2.375rem;height:2.375rem;top:165.46240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACKvx4r5ZTbzcaspl1PLe7aZCkze73N6 { width:20rem;height:17.8125rem;top:166.3623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PquOLyqw5qZ6PRzWFr8He1MVh05rai5N { width:2.375rem;height:2.375rem;top:59.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg04RyGU6qoB71vyHEFT0qolhqJ4Rax0 { width:20rem;height:29.125rem;top:135.39990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb07f850-5cce-43ee-a86c-011d80732415/8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf.adaptive-delivery-prevent-bg, #MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf.lazyload, #MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf.lazyloading { background-image: none; }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf > .row .container { background-color: transparent; background-image: none; }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf > .row .container > .video-iframe-container { display: none; }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf > .row > .video-iframe-container { display: none; }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf > .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); }#MiHiqP74bKBS8IkrQRu1P9CyqckpeBEf > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6AKvTDbLFhUfInvkrtzxEIyrmLFPAUm { width:16.312125rem;height:8.4499375rem;top:1.5625rem;left:1.8434834480286rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1Z788TO2VTEZfebiX6T1n3xzp2ixvkm { width:15.2499375rem;height:11.90075rem;top:11.040482521057rem;left:2.3748223781586rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBogVa3FBS0Lhfli8Tr1tscITinSQcGJ { width:9.8748125rem;height:2.4374125rem;top:24.385209083557rem;left:5.0621447563171rem;font-size:1rem;color:#4d714c;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ioqhtSPapL1cnwDJC25Qpp5JyDSvK3ID { display:block; }
 }@media only screen and (max-width: 763px) { #GOvi5hmboFm4hyrJQsPBbNnr4aJDimgF { width:12.5rem;height:7.75rem;top:5.125rem;left:3.75rem;display:none; }
 }@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; } #nArtodpcA4DkI5XOJHFF26kEWkfxcVeH > .row .container { background-color: transparent; background-image: none; }#nArtodpcA4DkI5XOJHFF26kEWkfxcVeH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#nArtodpcA4DkI5XOJHFF26kEWkfxcVeH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nArtodpcA4DkI5XOJHFF26kEWkfxcVeH > .row .container > .video-iframe-container { display: none; }#nArtodpcA4DkI5XOJHFF26kEWkfxcVeH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#nArtodpcA4DkI5XOJHFF26kEWkfxcVeH > .row > .video-iframe-container { display: none; }#nArtodpcA4DkI5XOJHFF26kEWkfxcVeH > .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); }#nArtodpcA4DkI5XOJHFF26kEWkfxcVeH > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/756a5313-6287-4ee3-bdb4-090fdbadc310/9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH.adaptive-delivery-prevent-bg, #FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH.lazyload, #FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH.lazyloading { background-image: none; }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH > .row .container { background-color: transparent; background-image: none; }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH > .row .container > .video-iframe-container { display: none; }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH > .row > .video-iframe-container { display: none; }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH > .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); }#FGZQs7DqeELehdqqEV6P3ppX8WBuTNfH > .row .container { width:20rem;height:2.5rem;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; } #orwCvqPIMy1LEzOJs9wAFxLFdWhRcZGG > .row .container { background-color: transparent; background-image: none; }#orwCvqPIMy1LEzOJs9wAFxLFdWhRcZGG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#orwCvqPIMy1LEzOJs9wAFxLFdWhRcZGG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orwCvqPIMy1LEzOJs9wAFxLFdWhRcZGG > .row .container > .video-iframe-container { display: none; }#orwCvqPIMy1LEzOJs9wAFxLFdWhRcZGG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#orwCvqPIMy1LEzOJs9wAFxLFdWhRcZGG > .row > .video-iframe-container { display: none; }#orwCvqPIMy1LEzOJs9wAFxLFdWhRcZGG > .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); }#orwCvqPIMy1LEzOJs9wAFxLFdWhRcZGG > .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; } #i3yJu8RdIJo9BUq7zgk7wZmyoepX9Jb6 > .row .container { background-color: transparent; background-image: none; }#i3yJu8RdIJo9BUq7zgk7wZmyoepX9Jb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #333333; }#i3yJu8RdIJo9BUq7zgk7wZmyoepX9Jb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3yJu8RdIJo9BUq7zgk7wZmyoepX9Jb6 > .row .container > .video-iframe-container { display: none; }#i3yJu8RdIJo9BUq7zgk7wZmyoepX9Jb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #333333; }#i3yJu8RdIJo9BUq7zgk7wZmyoepX9Jb6 > .row > .video-iframe-container { display: none; }#i3yJu8RdIJo9BUq7zgk7wZmyoepX9Jb6 > .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); }#i3yJu8RdIJo9BUq7zgk7wZmyoepX9Jb6 > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }