.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efd1d20e-fdef-4fad-bf2f-475390a83af6/viewmanvictoriafarmtable.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.adaptive-delivery-prevent-bg, #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.lazyload, #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.lazyloading { background-image: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { background-color: transparent; background-image: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.33); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container > .video-iframe-container { display: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.33); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container { display: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { border-width: 0; border-radius: 0; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:5.125rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.63);top:11.96875rem;left:0.0010414123535156rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.64);top:30.742708206177rem;left:0.0010414123535156rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:10.5625rem;top:3.625rem;left:0rem;overflow:hidden;display:block; }
#p5vV3P3VRvDT6Ba0MfIdHO70W1I6vFN4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.25rem;width:36rem;top:0.0625rem;left:36.047445820433rem;overflow:hidden;display:block; }
#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { background-color: transparent; background-image: none; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container > .video-iframe-container { display: none; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row > .video-iframe-container { display: none; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { border-width: 0; border-radius: 0; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#GfumqrtW170EDitTbEytt2Ekyl3xylfm { color:#5f5f5f;display:block;width:45.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:9.862500190735rem;left:7.46875rem;height:12.825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d6GXaMlUs7oRJ3VpyPCQgnBH5mqiIh4z { color:#4d714c;display:block;width:44.8125rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.162109375rem;left:7.59375rem;height:;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; }
#x53611959c4190c7fc374081d64e11ce.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/380ade90-b227-48c3-856f-9ee16da74a5c/worldgraphicwhitetrans.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#x53611959c4190c7fc374081d64e11ce.widget-smartsection.adaptive-delivery-prevent-bg, #x53611959c4190c7fc374081d64e11ce.widget-smartsection.lazyload, #x53611959c4190c7fc374081d64e11ce.widget-smartsection.lazyloading { background-image: none; } #x53611959c4190c7fc374081d64e11ce.widget-smartsection *:focus-visible, #x53611959c4190c7fc374081d64e11ce.widget-smartsection input[type="text"]:focus-visible, #x53611959c4190c7fc374081d64e11ce.widget-smartsection input[type="email"]:focus-visible, #x53611959c4190c7fc374081d64e11ce.widget-smartsection input[type="tel"]:focus-visible, #x53611959c4190c7fc374081d64e11ce.widget-smartsection textarea:focus-visible { outline: none; } #FTKtQIRHVgm9FdQNxuE9bb897TkcpQ3a > .row .container { background-color: transparent; background-image: none; }#FTKtQIRHVgm9FdQNxuE9bb897TkcpQ3a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTKtQIRHVgm9FdQNxuE9bb897TkcpQ3a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTKtQIRHVgm9FdQNxuE9bb897TkcpQ3a > .row .container > .video-iframe-container { display: none; }#FTKtQIRHVgm9FdQNxuE9bb897TkcpQ3a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTKtQIRHVgm9FdQNxuE9bb897TkcpQ3a > .row > .video-iframe-container { display: none; }#FTKtQIRHVgm9FdQNxuE9bb897TkcpQ3a > .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); }#FTKtQIRHVgm9FdQNxuE9bb897TkcpQ3a > .row .container { border-width: 0; border-radius: 0; }#FTKtQIRHVgm9FdQNxuE9bb897TkcpQ3a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTKtQIRHVgm9FdQNxuE9bb897TkcpQ3a > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;position:relative;display:block; }#b3ha8zZeFk6MuGA89sbFw2354LfgrpXd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/380ade90-b227-48c3-856f-9ee16da74a5c/worldgraphicwhitetrans.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#b3ha8zZeFk6MuGA89sbFw2354LfgrpXd.adaptive-delivery-prevent-bg, #b3ha8zZeFk6MuGA89sbFw2354LfgrpXd.lazyload, #b3ha8zZeFk6MuGA89sbFw2354LfgrpXd.lazyloading { background-image: none; }#b3ha8zZeFk6MuGA89sbFw2354LfgrpXd > .row .container { background-color: transparent; background-image: none; }#b3ha8zZeFk6MuGA89sbFw2354LfgrpXd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3ha8zZeFk6MuGA89sbFw2354LfgrpXd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3ha8zZeFk6MuGA89sbFw2354LfgrpXd > .row .container > .video-iframe-container { display: none; }#b3ha8zZeFk6MuGA89sbFw2354LfgrpXd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3ha8zZeFk6MuGA89sbFw2354LfgrpXd > .row > .video-iframe-container { display: none; }#b3ha8zZeFk6MuGA89sbFw2354LfgrpXd > .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); }#b3ha8zZeFk6MuGA89sbFw2354LfgrpXd > .row .container { border-width: 0; border-radius: 0; }#b3ha8zZeFk6MuGA89sbFw2354LfgrpXd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3ha8zZeFk6MuGA89sbFw2354LfgrpXd > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#Ld0g1Pp9ODX4Atirq4zkHwE14cghzEfk { color:#4d714c;display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i4qqk6KK99BGQ8TgrNTuI1x6ahPA52eL { color:rgba(77,113,76,0.72);display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9375009536744rem;left:2.65625rem;height:6.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KxRD1QXsxRThfxyTHyFOwMbu34aDczXK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:.8;top:0.9375rem;left:8.4375rem; }
#NVitSZUdpwdxtudov5IPNcMQSExAC89L { box-sizing:content-box;height:18.75rem;width:18.1875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:0.3125rem;left:0.9375rem;border-top:0.0625rem solid #4d714c;border-left:0.0625rem solid #4d714c;border-right:0.0625rem solid #4d714c;border-bottom:0.0625rem solid #4d714c;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#O8xc6WWMPHCfLEAF8wrRki6a9mSsUTvr { box-sizing:content-box;height:0.0625rem;width:14.5625rem;position:absolute;display:block;z-index:15026;background-color:rgba(77,113,76,0.5);background-image:none;top:7.4375rem;left:2.875rem;display:block; }
#A7CL8ICg2JhKAliTHVPADUKgEmKwOQ3H { box-sizing:content-box;height:18.75rem;width:18.1875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:0.375rem;left:20.8125rem;border-top:0.0625rem solid #4d714c;border-left:0.0625rem solid #4d714c;border-right:0.0625rem solid #4d714c;border-bottom:0.0625rem solid #4d714c;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#wyq95E985w6yS2eqAgc0coJ5H9SNSSrt { color:#4d714c;display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FKE5KDIeTG80ygIy3yDFC5xovexvKRZl { box-sizing:content-box;height:0.0625rem;width:14.5625rem;position:absolute;display:block;z-index:15036;background-color:rgba(77,113,76,0.5);background-image:none;top:8.8125rem;left:22.75rem;display:block; }
#KcOZbfkRHmHAQneqI8tNahD8qnS9vNAb { color:rgba(77,113,76,0.72);display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.875rem;left:22.75rem;height:7.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hE7hvWp6GxyJ43TUeeNh0V33F9oSSPxx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:.8;top:1rem;left:28.3125rem; }
#ltUD6t2hzvv1ctpUAhXaJqriFff5Ne15 { box-sizing:content-box;height:18.75rem;width:18.125rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:0.375rem;left:40.875rem;border-top:0.0625rem solid #4d714c;border-left:0.0625rem solid #4d714c;border-right:0.0625rem solid #4d714c;border-bottom:0.0625rem solid #4d714c;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#T7QHhVzTpXu9AptodTZD5cgV1mdvQhPT { color:#4d714c;display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.625rem;left:40.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ARFkxhryBtK2iWqJp2zGUU1Wr2whQkC4 { box-sizing:content-box;height:0.0625rem;width:14.5625rem;position:absolute;display:block;z-index:15036;background-color:rgba(77,113,76,0.5);background-image:none;top:8.800000190735rem;left:42.71875rem;display:block; }
#d5IzOh9r8iMVU9gthLIPKm9slHPVSVy5 { color:rgba(77,113,76,0.72);display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.9375rem;left:42.875rem;height:6.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fvCFwQ6opqiy3LLQ6p1PeJFfWIJUtw8f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:.8;top:1rem;left:48.375rem; }
#kx2F4Sx5QZ7tg0rDD7x6SZ1x8G0EMRub { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/380ade90-b227-48c3-856f-9ee16da74a5c/worldgraphicwhitetrans.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#kx2F4Sx5QZ7tg0rDD7x6SZ1x8G0EMRub.adaptive-delivery-prevent-bg, #kx2F4Sx5QZ7tg0rDD7x6SZ1x8G0EMRub.lazyload, #kx2F4Sx5QZ7tg0rDD7x6SZ1x8G0EMRub.lazyloading { background-image: none; }#kx2F4Sx5QZ7tg0rDD7x6SZ1x8G0EMRub > .row .container { background-color: transparent; background-image: none; }#kx2F4Sx5QZ7tg0rDD7x6SZ1x8G0EMRub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kx2F4Sx5QZ7tg0rDD7x6SZ1x8G0EMRub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kx2F4Sx5QZ7tg0rDD7x6SZ1x8G0EMRub > .row .container > .video-iframe-container { display: none; }#kx2F4Sx5QZ7tg0rDD7x6SZ1x8G0EMRub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kx2F4Sx5QZ7tg0rDD7x6SZ1x8G0EMRub > .row > .video-iframe-container { display: none; }#kx2F4Sx5QZ7tg0rDD7x6SZ1x8G0EMRub > .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); }#kx2F4Sx5QZ7tg0rDD7x6SZ1x8G0EMRub > .row .container { border-width: 0; border-radius: 0; }#kx2F4Sx5QZ7tg0rDD7x6SZ1x8G0EMRub > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kx2F4Sx5QZ7tg0rDD7x6SZ1x8G0EMRub > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#AePHeAXUOin8kNiCzxITDBk2oCBIPOCE { color:#4d714c;display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DPRAfpFwqvslWVSpJ3cqVnAFU9A7byoE { color:rgba(77,113,76,0.72);display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9375009536744rem;left:2.65625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VB4xd3pm2PlTTTunLvWMBArORrtaqopm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:.8;top:0.9375rem;left:8.4375rem; }
#tKVEEpDQTTr9rzoo5bgbV9tBwyy9Rp3F { box-sizing:content-box;height:18.75rem;width:18.1875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:0.3125rem;left:0.9375rem;border-top:0.0625rem solid #4d714c;border-left:0.0625rem solid #4d714c;border-right:0.0625rem solid #4d714c;border-bottom:0.0625rem solid #4d714c;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#b0v52nDLRBMG0vpQPPBnuCFrDT9MmM38 { box-sizing:content-box;height:0.0625rem;width:14.5625rem;position:absolute;display:block;z-index:15026;background-color:rgba(77,113,76,0.5);background-image:none;top:7.4375rem;left:2.875rem;display:block; }
#QD9psmzbUE6LMRvuer2TNN9qzrcJgGF3 { box-sizing:content-box;height:18.75rem;width:18.1875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:0.375rem;left:20.8125rem;border-top:0.0625rem solid #4d714c;border-left:0.0625rem solid #4d714c;border-right:0.0625rem solid #4d714c;border-bottom:0.0625rem solid #4d714c;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#uXKiQI675C5xCnaFQHfTnqZrl6U89Pvb { color:#4d714c;display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.625rem;left:20.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#er5qyzz6T3RMgTMZWThyengl53qJXEbK { box-sizing:content-box;height:0.0625rem;width:14.5625rem;position:absolute;display:block;z-index:15036;background-color:rgba(77,113,76,0.5);background-image:none;top:8.8125rem;left:22.75rem;display:block; }
#X8bV6oI5yRhXGLITNVkt2XEFlVmkB7Jx { color:rgba(77,113,76,0.72);display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.500000953674rem;left:22.75rem;height:7.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iznIessngTtmu5qN9aG6vHc9C3GoxVOd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:.8;top:1rem;left:28.3125rem; }
#L5JKCGW2sEUzTo2UrirvD1T8bxDbeu7a { box-sizing:content-box;height:18.75rem;width:18.125rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:0.375rem;left:40.875rem;border-top:0.0625rem solid #4d714c;border-left:0.0625rem solid #4d714c;border-right:0.0625rem solid #4d714c;border-bottom:0.0625rem solid #4d714c;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LbtWWGarKKleBnoReTkUnXmyhoWMIkQk { color:#4d714c;display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.625rem;left:40.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Esw4aJ9CErVkS95res1eF0k8xbgsBpMf { box-sizing:content-box;height:0.0625rem;width:14.5625rem;position:absolute;display:block;z-index:15036;background-color:rgba(77,113,76,0.5);background-image:none;top:8.800000190735rem;left:42.71875rem;display:block; }
#unOMlTkMFKinV6FKH1kg17U0h6B7Zl3R { color:rgba(77,113,76,0.72);display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.6875rem;left:42.875rem;height:8.53125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IsU0XmrJOJxQZPGZdVkcBPWk57pTN5kf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:.8;top:1rem;left:48.375rem; }
#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ngCjrdo3hKc/unsplash/jametlene-reskp-ngCjrdo3hKc-photo-1617208771413-b0a587991425.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.adaptive-delivery-prevent-bg, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyload, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyloading { background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { background-color: transparent; background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { border-width: 0; border-radius: 0; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;position:relative;display:block; }#o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { color:#5f5f5f;display:block;width:43.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:11.501953125rem;left:8.25rem;height:11.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:#4d714c;display:block;width:52.25rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:7.4679684638975rem;left:4rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:22.8125rem;width:52.25rem;top:2.4031250476837rem;left:4.0625rem;display:block; }
#snPW6Ki8GlavCMSsAogb8T9QP9qGAI5L { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:3.2054562568664rem;left:28rem;overflow:hidden;display:block; }
#e029782f2b1fe061ba130f9137ddb877.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; } #e029782f2b1fe061ba130f9137ddb877.widget-smartsection *:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="text"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="email"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="tel"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection textarea:focus-visible { outline: none; } #uQnDzTpGHZy4qdbidoNbmlKpSSl2HAwL > .row .container { background-color: transparent; background-image: none; }#uQnDzTpGHZy4qdbidoNbmlKpSSl2HAwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQnDzTpGHZy4qdbidoNbmlKpSSl2HAwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQnDzTpGHZy4qdbidoNbmlKpSSl2HAwL > .row .container > .video-iframe-container { display: none; }#uQnDzTpGHZy4qdbidoNbmlKpSSl2HAwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQnDzTpGHZy4qdbidoNbmlKpSSl2HAwL > .row > .video-iframe-container { display: none; }#uQnDzTpGHZy4qdbidoNbmlKpSSl2HAwL > .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); }#uQnDzTpGHZy4qdbidoNbmlKpSSl2HAwL > .row .container { border-width: 0; border-radius: 0; }#uQnDzTpGHZy4qdbidoNbmlKpSSl2HAwL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQnDzTpGHZy4qdbidoNbmlKpSSl2HAwL > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;position:relative;display:block; }#a0f952a99204406d22f4b13708e78809.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #a0f952a99204406d22f4b13708e78809.widget-smartsection *:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="text"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="email"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="tel"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection textarea:focus-visible { outline: none; } #pgCTLrsAyIy6SZ00oJE09w4ZvFkfBrGw > .row .container { background-color: transparent; background-image: none; }#pgCTLrsAyIy6SZ00oJE09w4ZvFkfBrGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgCTLrsAyIy6SZ00oJE09w4ZvFkfBrGw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgCTLrsAyIy6SZ00oJE09w4ZvFkfBrGw > .row .container > .video-iframe-container { display: none; }#pgCTLrsAyIy6SZ00oJE09w4ZvFkfBrGw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgCTLrsAyIy6SZ00oJE09w4ZvFkfBrGw > .row > .video-iframe-container { display: none; }#pgCTLrsAyIy6SZ00oJE09w4ZvFkfBrGw > .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); }#pgCTLrsAyIy6SZ00oJE09w4ZvFkfBrGw > .row .container { border-width: 0; border-radius: 0; }#pgCTLrsAyIy6SZ00oJE09w4ZvFkfBrGw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgCTLrsAyIy6SZ00oJE09w4ZvFkfBrGw > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5e0a7fd-58e5-4a55-8862-d165a187b417/farmtablewheatbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.adaptive-delivery-prevent-bg, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyload, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyloading { background-image: none; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #kUZGgLzrTFyZ3eHTmB8JRXoCUM7J4ZOe > .row .container { background-color: transparent; background-image: none; }#kUZGgLzrTFyZ3eHTmB8JRXoCUM7J4ZOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.41); }#kUZGgLzrTFyZ3eHTmB8JRXoCUM7J4ZOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUZGgLzrTFyZ3eHTmB8JRXoCUM7J4ZOe > .row .container > .video-iframe-container { display: none; }#kUZGgLzrTFyZ3eHTmB8JRXoCUM7J4ZOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.41); }#kUZGgLzrTFyZ3eHTmB8JRXoCUM7J4ZOe > .row > .video-iframe-container { display: none; }#kUZGgLzrTFyZ3eHTmB8JRXoCUM7J4ZOe > .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); }#kUZGgLzrTFyZ3eHTmB8JRXoCUM7J4ZOe > .row .container { border-width: 0; border-radius: 0; }#kUZGgLzrTFyZ3eHTmB8JRXoCUM7J4ZOe::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; }#kUZGgLzrTFyZ3eHTmB8JRXoCUM7J4ZOe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kUZGgLzrTFyZ3eHTmB8JRXoCUM7J4ZOe > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { top:11.9375rem;left:0rem;width:47.75rem;height:;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { top:30.6875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { top:3.625rem;left:0rem;width:10.5625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5vV3P3VRvDT6Ba0MfIdHO70W1I6vFN4 { top:0.0625rem;left:10.5625rem;width:36rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4wKPatf3f2n85DuwWSKyIO9AdFChyCn { display:block; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfumqrtW170EDitTbEytt2Ekyl3xylfm { top:9.8125rem;left:1.34375rem;width:45.0625rem;height:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6GXaMlUs7oRJ3VpyPCQgnBH5mqiIh4z { top:3.125rem;left:1.46875rem;width:44.8125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x53611959c4190c7fc374081d64e11ce.widget-smartsection { display:block; } #x53611959c4190c7fc374081d64e11ce.widget-smartsection *:focus-visible, #x53611959c4190c7fc374081d64e11ce.widget-smartsection input[type="text"]:focus-visible, #x53611959c4190c7fc374081d64e11ce.widget-smartsection input[type="email"]:focus-visible, #x53611959c4190c7fc374081d64e11ce.widget-smartsection input[type="tel"]:focus-visible, #x53611959c4190c7fc374081d64e11ce.widget-smartsection textarea:focus-visible { outline: none; } #FTKtQIRHVgm9FdQNxuE9bb897TkcpQ3a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3ha8zZeFk6MuGA89sbFw2354LfgrpXd { display:block; }#b3ha8zZeFk6MuGA89sbFw2354LfgrpXd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ld0g1Pp9ODX4Atirq4zkHwE14cghzEfk { width:18.1875rem;height:;top:5.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4qqk6KK99BGQ8TgrNTuI1x6ahPA52eL { width:14.6875rem;height:6.0625rem;top:8.9375rem;left:0.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxRD1QXsxRThfxyTHyFOwMbu34aDczXK { top:0.9375rem;left:6.375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVitSZUdpwdxtudov5IPNcMQSExAC89L { top:0.3125rem;left:0rem;width:18.1875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8xc6WWMPHCfLEAF8wrRki6a9mSsUTvr { top:7.4375rem;left:0.8125rem;width:14.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7CL8ICg2JhKAliTHVPADUKgEmKwOQ3H { top:0.375rem;left:13.4375rem;width:18.1875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyq95E985w6yS2eqAgc0coJ5H9SNSSrt { width:18.1875rem;height:;top:5.625rem;left:13.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKE5KDIeTG80ygIy3yDFC5xovexvKRZl { top:8.8125rem;left:16.5625rem;width:14.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcOZbfkRHmHAQneqI8tNahD8qnS9vNAb { width:14.5rem;height:7.3125rem;top:9.875rem;left:16.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE7hvWp6GxyJ43TUeeNh0V33F9oSSPxx { top:1rem;left:22.125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltUD6t2hzvv1ctpUAhXaJqriFff5Ne15 { top:0.375rem;left:29.375rem;width:18.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7QHhVzTpXu9AptodTZD5cgV1mdvQhPT { width:18.1875rem;height:;top:5.625rem;left:29.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARFkxhryBtK2iWqJp2zGUU1Wr2whQkC4 { top:8.75rem;left:32.40625rem;width:14.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5IzOh9r8iMVU9gthLIPKm9slHPVSVy5 { width:14.375rem;height:;top:9.9375rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvCFwQ6opqiy3LLQ6p1PeJFfWIJUtw8f { top:1rem;left:38.0625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx2F4Sx5QZ7tg0rDD7x6SZ1x8G0EMRub { display:block; }#kx2F4Sx5QZ7tg0rDD7x6SZ1x8G0EMRub > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AePHeAXUOin8kNiCzxITDBk2oCBIPOCE { width:18.1875rem;height:;top:5.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPRAfpFwqvslWVSpJ3cqVnAFU9A7byoE { width:14.6875rem;height:;top:8.9375rem;left:0.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB4xd3pm2PlTTTunLvWMBArORrtaqopm { top:0.9375rem;left:6.375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKVEEpDQTTr9rzoo5bgbV9tBwyy9Rp3F { top:0.3125rem;left:0rem;width:18.1875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0v52nDLRBMG0vpQPPBnuCFrDT9MmM38 { top:7.4375rem;left:0.8125rem;width:14.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD9psmzbUE6LMRvuer2TNN9qzrcJgGF3 { top:0.375rem;left:13.4375rem;width:18.1875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXKiQI675C5xCnaFQHfTnqZrl6U89Pvb { width:18.1875rem;height:;top:5.625rem;left:13.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #er5qyzz6T3RMgTMZWThyengl53qJXEbK { top:8.8125rem;left:16.5625rem;width:14.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8bV6oI5yRhXGLITNVkt2XEFlVmkB7Jx { width:14.5rem;height:7.3125rem;top:10.5rem;left:16.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iznIessngTtmu5qN9aG6vHc9C3GoxVOd { top:1rem;left:22.125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5JKCGW2sEUzTo2UrirvD1T8bxDbeu7a { top:0.375rem;left:29.375rem;width:18.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbtWWGarKKleBnoReTkUnXmyhoWMIkQk { width:18.1875rem;height:;top:5.625rem;left:29.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esw4aJ9CErVkS95res1eF0k8xbgsBpMf { top:8.75rem;left:32.40625rem;width:14.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unOMlTkMFKinV6FKH1kg17U0h6B7Zl3R { width:14.375rem;height:;top:9.6875rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsU0XmrJOJxQZPGZdVkcBPWk57pTN5kf { top:1rem;left:38.0625rem;width:2.875rem;height:2.875rem;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:11.5rem;left:2.125rem;width:43.5rem;height:11.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { top:7.4375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { top:2.375rem;left:0rem;width:47.75rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snPW6Ki8GlavCMSsAogb8T9QP9qGAI5L { top:3.1875rem;left:21.875rem;width:4rem;height:4rem;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; } #uQnDzTpGHZy4qdbidoNbmlKpSSl2HAwL > .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; } #pgCTLrsAyIy6SZ00oJE09w4ZvFkfBrGw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection { display:block; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #kUZGgLzrTFyZ3eHTmB8JRXoCUM7J4ZOe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { width:17.125rem;height:6rem;top:6.375rem;left:1.4375rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { width:15.125rem;height:5.5rem;top:13.6875rem;left:2.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { width:5.5625rem;height:1.625rem;top:1.625rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5vV3P3VRvDT6Ba0MfIdHO70W1I6vFN4 { width:19.9375rem;height:19.5625rem;top:2.3375rem;left:-0.090020576131681rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4wKPatf3f2n85DuwWSKyIO9AdFChyCn { display:block; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfumqrtW170EDitTbEytt2Ekyl3xylfm { width:16.4375rem;height:27rem;top:11.574610710144rem;left:1.78125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #d6GXaMlUs7oRJ3VpyPCQgnBH5mqiIh4z { width:20rem;height:8.4rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #x53611959c4190c7fc374081d64e11ce.widget-smartsection { display:block; } #x53611959c4190c7fc374081d64e11ce.widget-smartsection *:focus-visible, #x53611959c4190c7fc374081d64e11ce.widget-smartsection input[type="text"]:focus-visible, #x53611959c4190c7fc374081d64e11ce.widget-smartsection input[type="email"]:focus-visible, #x53611959c4190c7fc374081d64e11ce.widget-smartsection input[type="tel"]:focus-visible, #x53611959c4190c7fc374081d64e11ce.widget-smartsection textarea:focus-visible { outline: none; } #FTKtQIRHVgm9FdQNxuE9bb897TkcpQ3a > .row .container { width:20rem;height:93.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3ha8zZeFk6MuGA89sbFw2354LfgrpXd { display:block; }#b3ha8zZeFk6MuGA89sbFw2354LfgrpXd > .row .container { width:20rem;height:60.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ld0g1Pp9ODX4Atirq4zkHwE14cghzEfk { width:10.6875rem;height:3.0875rem;top:4.1500005722046rem;left:4.65625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4qqk6KK99BGQ8TgrNTuI1x6ahPA52eL { width:14.9375rem;height:6.09375rem;top:9.1874971389769rem;left:2.53125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxRD1QXsxRThfxyTHyFOwMbu34aDczXK { display:flex;width:2.875rem;height:2.875rem;top:0.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #NVitSZUdpwdxtudov5IPNcMQSExAC89L { width:18.125rem;height:17.875rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8xc6WWMPHCfLEAF8wrRki6a9mSsUTvr { width:14.5625rem;height:0.0625rem;top:7.9375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7CL8ICg2JhKAliTHVPADUKgEmKwOQ3H { width:18.25rem;height:20.875rem;top:19.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyq95E985w6yS2eqAgc0coJ5H9SNSSrt { width:18.1875rem;height:3.0875rem;top:24.3125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKE5KDIeTG80ygIy3yDFC5xovexvKRZl { width:14.5625rem;height:0.0625rem;top:28.125007629394rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcOZbfkRHmHAQneqI8tNahD8qnS9vNAb { width:14.625rem;height:7.3125rem;top:30.062500476837rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE7hvWp6GxyJ43TUeeNh0V33F9oSSPxx { display:flex;width:2.875rem;height:2.875rem;top:19.6875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #ltUD6t2hzvv1ctpUAhXaJqriFff5Ne15 { width:18.25rem;height:18rem;top:41.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7QHhVzTpXu9AptodTZD5cgV1mdvQhPT { width:18.1875rem;height:3.0875rem;top:46.3125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARFkxhryBtK2iWqJp2zGUU1Wr2whQkC4 { width:14.5625rem;height:0.0625rem;top:50.3125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5IzOh9r8iMVU9gthLIPKm9slHPVSVy5 { width:14.375rem;height:6.09375rem;top:51.625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fvCFwQ6opqiy3LLQ6p1PeJFfWIJUtw8f { display:flex;width:2.875rem;height:2.875rem;top:42rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #kx2F4Sx5QZ7tg0rDD7x6SZ1x8G0EMRub { display:block; }#kx2F4Sx5QZ7tg0rDD7x6SZ1x8G0EMRub > .row .container { width:20rem;height:63rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AePHeAXUOin8kNiCzxITDBk2oCBIPOCE { width:14.625rem;height:1.54375rem;top:5.25rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPRAfpFwqvslWVSpJ3cqVnAFU9A7byoE { width:14.9375rem;height:7.3125rem;top:8.9375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB4xd3pm2PlTTTunLvWMBArORrtaqopm { display:flex;width:2.875rem;height:2.875rem;top:0.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #tKVEEpDQTTr9rzoo5bgbV9tBwyy9Rp3F { width:18.1875rem;height:18.3125rem;top:0.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0v52nDLRBMG0vpQPPBnuCFrDT9MmM38 { width:14.5625rem;height:0.0625rem;top:7.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD9psmzbUE6LMRvuer2TNN9qzrcJgGF3 { width:18.25rem;height:19.6875rem;top:19.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXKiQI675C5xCnaFQHfTnqZrl6U89Pvb { width:18.1875rem;height:3.0875rem;top:24.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #er5qyzz6T3RMgTMZWThyengl53qJXEbK { width:14.5625rem;height:0.0625rem;top:28.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8bV6oI5yRhXGLITNVkt2XEFlVmkB7Jx { width:14.625rem;height:7.3125rem;top:30.1875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iznIessngTtmu5qN9aG6vHc9C3GoxVOd { display:flex;width:2.875rem;height:2.875rem;top:20.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #L5JKCGW2sEUzTo2UrirvD1T8bxDbeu7a { width:18.25rem;height:20.75rem;top:40.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbtWWGarKKleBnoReTkUnXmyhoWMIkQk { width:18.1875rem;height:3.0875rem;top:45.3125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esw4aJ9CErVkS95res1eF0k8xbgsBpMf { width:14.5625rem;height:0.0625rem;top:49.237487792969rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unOMlTkMFKinV6FKH1kg17U0h6B7Zl3R { width:14.375rem;height:8.53125rem;top:51rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IsU0XmrJOJxQZPGZdVkcBPWk57pTN5kf { display:flex;width:2.875rem;height:2.875rem;top:41rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { width:16.4375rem;height:27.09375rem;top:8.5883054733275rem;left:1.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:20rem;height:1.95rem;top:4.8745913505554rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { width:20rem;height:37.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snPW6Ki8GlavCMSsAogb8T9QP9qGAI5L { width:4rem;height:4rem;top:0.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #e029782f2b1fe061ba130f9137ddb877.widget-smartsection { position:relative;z-index:auto;display:block; } #e029782f2b1fe061ba130f9137ddb877.widget-smartsection *:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="text"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="email"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="tel"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection textarea:focus-visible { outline: none; } #uQnDzTpGHZy4qdbidoNbmlKpSSl2HAwL > .row .container { width:20rem;height:79.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0f952a99204406d22f4b13708e78809.widget-smartsection { display:block; } #a0f952a99204406d22f4b13708e78809.widget-smartsection *:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="text"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="email"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="tel"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection textarea:focus-visible { outline: none; } #pgCTLrsAyIy6SZ00oJE09w4ZvFkfBrGw > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a398d8b-cfcf-4283-a42c-026b1979a6ad/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.adaptive-delivery-prevent-bg, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyload, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyloading { background-image: none; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #kUZGgLzrTFyZ3eHTmB8JRXoCUM7J4ZOe > .row .container { background-color: transparent; background-image: none; }#kUZGgLzrTFyZ3eHTmB8JRXoCUM7J4ZOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,29,30,0.41); }#kUZGgLzrTFyZ3eHTmB8JRXoCUM7J4ZOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUZGgLzrTFyZ3eHTmB8JRXoCUM7J4ZOe > .row .container > .video-iframe-container { display: none; }#kUZGgLzrTFyZ3eHTmB8JRXoCUM7J4ZOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,29,30,0.41); }#kUZGgLzrTFyZ3eHTmB8JRXoCUM7J4ZOe > .row > .video-iframe-container { display: none; }#kUZGgLzrTFyZ3eHTmB8JRXoCUM7J4ZOe > .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); }#kUZGgLzrTFyZ3eHTmB8JRXoCUM7J4ZOe > .row .container { width:20rem;height:42rem;position:relative;display:block; } }