.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fafafa;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 { 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;z-index:auto;display:block; }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .row .container { background-color: transparent; background-image: none; }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .row .container > .video-iframe-container { display: none; }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .row > .video-iframe-container { display: none; }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .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); }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .row .container { border-width: 0; border-radius: 0; }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .row .container { font-size:14px;font-family:arial;height:74px;width:1200px;position:relative;display:block; }#DKH13k08y2MMTzME1QvRAg0HywHa3mvO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#605444;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:154.988px;height:34.9875px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:19.5px;left:1044.9937744141px;display:block; }
#iLMy2HL51Rcpp7GGSTUfDxgpLV0rp83l { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#afLTIUW4TtNpwBXc97nWa0Nde0EhWobM { background-color:#1d2540;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:189px;height:40px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:17px;left:862px;display:block; }
#NAkK3V9Mpowp7D6yBZMQTuku7Lv0kGAa { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zxkaT79Lh9Sp9Tx3N3askyr8INW63NrU { 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:57px;width:203px;top:8.5px;left:38.328125px;overflow:hidden;display:block; }
#qtTNCxmipFVTC6nqcU6kN3NDbCEa7IFC { background-color:#3e7a45;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:177px;height:40px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:17px;left:667px;display:block; }
#to5w3DK4STs0wtnRVyQ9JgCIiCS529hf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wI8Oy77TXKV0B0CZXxebAVT6iq4PIsvq { background-color:#8cc63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:217px;height:40px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:17px;left:432px;display:block; }
#hNe8KFqbyeW637ch8SSc8Cqq4VUgE4G4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d3bb68d-8c5d-40b2-987f-f46d94541013/harvestseasonfromfieldslushgreen111.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; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl.adaptive-delivery-prevent-bg, #pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl.lazyload, #pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl.lazyloading { background-image: none; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container { background-color: transparent; background-image: none; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container > .video-iframe-container { display: none; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .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); }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row > .video-iframe-container { display: none; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .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); }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container { border-width: 0; border-radius: 0; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl::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; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container { font-size:14px;font-family:arial;height:489px;width:1200px;position:relative;display:block; }#gVWo05tft4EKDVAEcT61vgWhJFVhMTas { color:#ffffff;display:block;width:783.994px;position:absolute;font-family:montserrat;font-size:64px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:51px;left:52.96875px;height:249.531px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i3Z0qgMiGAL2tJrTJxwKq2TrTkPTMT3G { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:314px;width:287px;top:104px;left:860.984375px;overflow:hidden;display:block; }
#TssHd7G4mT8EQmTkPxNoDJT2Qwtyghvm { position:absolute;display:block;z-index:14999;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:1452px;width:726.969px;top:0px;left:0px;overflow:hidden;display:none; }
#T8di3v0Lp75mw3TgtZanPp2UQnEorwDH { background-color:#8cc63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:217.988px;height:40px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:334.01252746582px;left:52.96875px;display:block; }
#m0X71CRhhKcFSNcECWEc9ibw8wncsmAU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#O2THCbqLSlH6m3rFV3LALRMum2AgrTbT { background-color:#8cc63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:217.988px;height:40px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:334.01252746582px;left:282.5625px;display:block; }
#L2SF8ppMFJz0mbfPM2SAggOen2Q5M9zS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nCZks6fbuVbQqKVwgsPDPJSabZF54RtA { background-color:#8cc63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:217.988px;height:40px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:334.01252746582px;left:513.58129882812px;display:block; }
#CwUpHC1gOonvTU1L3IW5UWOPRMTbivff { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#n7uT8cR2FS69t0AfzHmGGH3grUKSasvJ { background-color:#8cc63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:217.988px;height:40px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:385.1875px;left:52.96875px;display:block; }
#sz3IeJhuGCVTrcMPTFT8FWcCh26xTtwp { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fuM4sR3ZMkMLJEi0bsuqgBgCTPkFDrJC { background-color:#8cc63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:217.988px;height:40px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:385.1875px;left:282.5625px;display:block; }
#ClpLT8UVDhh8oVWg9ZKUPmpiucnFAT6i { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JTUipsTlaWS8GwCz0WEEA897JA7vPeRV { background-color:#8cc63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:217.988px;height:40px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:385.1875px;left:513.578125px;display:block; }
#gtLilRnHVRa6UomTL0AymJQUKO1DsMyr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs { 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; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container { background-color: transparent; background-image: none; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container > .video-iframe-container { display: none; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row > .video-iframe-container { display: none; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .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); }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container { border-width: 0; border-radius: 0; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container { font-size:14px;font-family:arial;height:512px;width:1200px;position:relative;display:block; }#tmbvQ209wJKi2oT8aVTAPxSy3OWoefJB { position:absolute;display:block;z-index:14999;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:1452px;width:726.969px;top:0px;left:0px;overflow:hidden;display:none; }
#iAZNQS36pnDRpIJEAx1avCTvA3XL2c09 { background-color:#8cc63f;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:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:435.994px;height:54.9938px;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:402px;left:53px;display:block; }
#u7CmasZ5cPneIcsOtbfDgcf2BEC0vVBW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZP5y84iHlFJqb8mmbhKGsTgs3mvKq63J { display:block;width:367.988px;position:absolute;font-family:montserrat;font-size:25px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:225px;left:53px;height:130px;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;color:#8cc63f;display:block; }
#WQhrQ2mJcpHUdMLz1yFfS45rmPozoSON { background-color:transparent;background-image:none;border-top:1px solid #8cc63f;border-left:1px solid #8cc63f;border-right:1px solid #8cc63f;border-bottom:1px solid #8cc63f;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: none;box-sizing:border-box;color:#8cc63f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:41px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:582.106px;height:68.1125px;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:53.981201171875px;left:52.96875px;display:block; }
#kH2aFVqNWWdBtFxCKom4HG3dhv9muApA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kqRVDSiL691odgubuMoqA2ptnM868A1Q { display:block;width:426px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:183px;left:53px;height:41.5799px;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;color:#8cc63f;display:block; }
#bTkssBMqsJh5SGrP70zXfxOaSAvruAoh { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:291px;width:509px;top:165px;left:591px;overflow:hidden;display:block; }
#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8cc63f;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; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container { background-color: transparent; background-image: none; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container > .video-iframe-container { display: none; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row > .video-iframe-container { display: none; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .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); }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container { border-width: 0; border-radius: 0; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container { font-size:14px;font-family:arial;height:450px;width:1200px;position:relative;display:block; }#G05L09Azi3NGhVPpidVFEX6RcioxFX9u { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#8cc63f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:369px;height:55px;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:326px;left:50px;display:block; }
#ES3htPisFiTHr615w11Vqw2dlxGwZz1F { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#A2US4z1d5TbpaF4KTAvJu9FK5gIupQ3a { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:289.983px;width:511.979px;top:79.958312988281px;left:590.00006103516px;overflow:hidden;display:block; }
#tN4lytN5S0RuBrqUqKTs3ZQe4TZza0sJ { display:block;width:522px;position:absolute;font-family:montserrat;font-size:25px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:158px;left:50px;height:130px;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;color:#ffffff;display:block; }
#QD6HxPwXtmqrsBlvsDWE15nOh29IwTD3 { display:block;width:429.994px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:69px;left:50px;height:83.1597px;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;color:#ffffff;display:block; }
#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy { 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; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container { background-color: transparent; background-image: none; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container > .video-iframe-container { display: none; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row > .video-iframe-container { display: none; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .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); }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container { border-width: 0; border-radius: 0; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container { font-size:14px;font-family:arial;height:512px;width:1200px;position:relative;display:block; }#N0w0Kt0tdWzCH65zWS92M8tzgVexkw66 { background-color:#3e7a45;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:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:418px;height:55px;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:406px;left:53px;display:block; }
#FuOsODe26CoJsKvCrZhpxLD9kzGGyX7h { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#XG04WIg3SouOTSiiZzQrSreqBoe5qwDt { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #3e7a45;border-left:1px solid #3e7a45;border-right:1px solid #3e7a45;border-bottom:1px solid #3e7a45;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: none;box-sizing:border-box;color:#3e7a45;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:41px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:485px;height:70px;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:49px;left:53px;display:block; }
#x8UtmNnAklCeQszTeUBAwrSxm9NgHqBr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Wp8gqrzF09DTlHF8KOEcEwedORKAFtpg { display:block;width:426px;position:absolute;font-family:montserrat;font-size:25px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:259px;left:53px;height:97.5px;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;color:#3e7a45;display:block; }
#ravlzKTuOLbQgTXnaT9kNP8NH98CTJxJ { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:292.988px;width:513.994px;top:170.9626159668px;left:603.9375px;overflow:hidden;display:block; }
#g3fhSdGcrPIhPEbBLAnNvNoudrx0Bs5E { display:block;width:495.994px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:175px;left:53px;height:83.1597px;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;color:#3e7a45;display:block; }
#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3e7a45;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; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container { background-color: transparent; background-image: none; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container > .video-iframe-container { display: none; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row > .video-iframe-container { display: none; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .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); }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container { border-width: 0; border-radius: 0; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container { font-size:14px;font-family:arial;height:450px;width:1200px;position:relative;display:block; }#OeInvxh6t9y3zMJUnXSRfcZmFWClTI8c { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#3e7a45;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:447px;height:55px;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:316px;left:58px;display:block; }
#q6wlyHHodZop7So1EOvUdhTD4CcNFcBO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#XnF6GkZeg3brKFuA1uE7AkAl87GQE0so { display:block;width:426px;position:absolute;font-family:montserrat;font-size:25px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:170.99377441406px;left:57.993774414062px;height:97.5px;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;color:#ffffff;display:block; }
#eoUyB3LCLFFB0cTldtynz1qHu1beGKh4 { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:290px;width:507px;top:80px;left:613.37506103516px;overflow:hidden;display:block; }
#ALTuP3yRSlHCfQ4ZAITog2mLLrnuf4rC { display:block;width:496px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:80px;left:58px;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;color:#ffffff;display:block; }
#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b { 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; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container { background-color: transparent; background-image: none; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container > .video-iframe-container { display: none; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row > .video-iframe-container { display: none; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .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); }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container { border-width: 0; border-radius: 0; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container { font-size:14px;font-family:arial;height:429px;width:1200px;position:relative;display:block; }#sHKxnxIs9rZ0ydiTi7MUWGqIoobuCV5v { position:absolute;display:block;z-index:14999;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:1452px;width:726.969px;top:0px;left:0px;overflow:hidden;display:none; }
#olzKukAvaLTLw4dqKivbtodxwF1cTH9I { background-color:#3e7a45;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:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:445px;height:55px;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:302.98748779297px;left:52.987487792969px;display:block; }
#tXWSGZoZcEEQn1D1GeUgnd1oBlrg2EW6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#k4mf1x2seXyknRQJ4OXlHOoNHB0O1IlM { display:block;width:426px;position:absolute;font-family:montserrat;font-size:25px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:155.98748779297px;left:52.987487792969px;height:97.5px;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;color:#3e7a45;display:block; }
#TUPEqUQT8WPxx07zQZ62ekA7O64sVDhT { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:290px;width:507px;top:69.5px;left:621.796875px;overflow:hidden;display:block; }
#SnT94tTaMVmBioa30H2sL3ACoxfIMNmI { display:block;width:430px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:68.518737792969px;left:52.987487792969px;height:83.1597px;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;color:#3e7a45;display:block; }
#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3e7a45;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; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container { background-color: transparent; background-image: none; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container > .video-iframe-container { display: none; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row > .video-iframe-container { display: none; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .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); }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container { border-width: 0; border-radius: 0; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container { font-size:14px;font-family:arial;height:450px;width:1200px;position:relative;display:block; }#uTNIibqsTs6wiBgJ5DXPffhu3cKxLt3c { position:absolute;display:block;z-index:14999;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:1452px;width:726.969px;top:0px;left:0px;overflow:hidden;display:none; }
#wkJ2Z5STSwGLVRySEvQzG5iEHiz7hRk7 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#3e7a45;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:255.994px;height:54.9938px;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:298px;left:65px;display:block; }
#huU4HRpUVynaI46fwO79knC3BRGzK48l { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nkrfnqCVnbkGiylBMuvGeDT1oZNA99ae { display:block;width:479px;position:absolute;font-family:montserrat;font-size:25px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:184px;left:65px;height:65px;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;color:#ffffff;display:block; }
#NTmtX2dtq7TFLl5vIOJ1Cuu5gUGEJZpo { display:block;width:495.994px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:98px;left:65px;height:83.1597px;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;color:#ffffff;display:block; }
#XboJkrazeBxZIJR62LTZ6wXgDk5kiLnZ { position:absolute;display:block;z-index:15102;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:288px;width:508px;top:72px;left:625.296875px;overflow:hidden;display:block; }
#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2540;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; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container { background-color: transparent; background-image: none; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container > .video-iframe-container { display: none; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row > .video-iframe-container { display: none; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .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); }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container { border-width: 0; border-radius: 0; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container { font-size:14px;font-family:arial;height:533px;width:1200px;position:relative;display:block; }#Qn9RqFsLQmWmSrG2MB8xXBhwI101lA2e { position:absolute;display:block;z-index:14999;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:1452px;width:726.969px;top:0px;left:0px;overflow:hidden;display:none; }
#CKz6I7FQcOvtfEc07Pr4lpxTLD4tT02d { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:41px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:484.588px;height:69.5938px;text-decoration:none;z-index:15098;text-align:center;text-align-last:center;top:55.987503051758px;left:60.993774414062px;display:block; }
#TKPUd0hIASTpH9nmB6PnWTRog9cZGZpq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#AvRNDCLd0IdoKZXrxWX0VHcCAakRQFpy { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:44px;text-decoration:none;z-index:15099;text-align:center;text-align-last:center;top:420px;left:61px;display:block; }
#S7izEoTWtbTCtiagogTCGpu0Wn24FeSc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Rlwu9NiWQdOl7hAVfPmI4fL2h6J53BMZ { display:block;width:480px;position:absolute;font-family:montserrat;font-size:25px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:305px;left:63px;height:65px;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;color:#ffffff;display:block; }
#U2IKK6IZMBpcoJQoq4gRGE7TfDa5I6Vn { display:block;width:548px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:210px;left:61px;height:83.1597px;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;color:#ffffff;display:block; }
#VWV6nrs34OI22gUyKTN0paQsRT8wS87x { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:213px;height:44px;text-decoration:none;z-index:15100;text-align:center;text-align-last:center;top:420px;left:311px;display:block; }
#KLQAg2o14gFa1W38mIsTwI7dtLUMioX8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#B2sCFyCnTeQZOkZzJg8yBCxkM630axzB { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:290px;width:507px;top:192px;left:634.5px;overflow:hidden;display:block; }
#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb { background-color:#8cc63f;background-image:none;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; }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .row .container { background-color: transparent; background-image: none; }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .row .container > .video-iframe-container { display: none; }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .row > .video-iframe-container { display: none; }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .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); }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .row .container { border-width: 0; border-radius: 0; }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .row .container { font-size:14px;font-family:arial;height:672px;width:1200px;overflow:visible;position:relative;display:block; }#rb8y5PCncrvvNmlUIXoUOA8xTAJJL1Ub { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;box-shadow: none;height:513px;width:386px;top:98px;left:670px;display:block; }
#uTghQNK6JZZBGvzhxUVQQuDQuJTo5MHy { color:#ffffff;display:block;width:528px;position:absolute;font-family:montserrat;font-size:80px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:136px;left:70px;height:208px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uvwzMs3dPPeXPS0U6RDmxAfTFynLrzp7 { position:absolute;display:block;z-index:15010;background-color:#e5e3e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:300px;top:253px;left:721px;display:block; }
#s5JihVo3mM5AoJ8Co4mU5QRccuKnFRTa { color:#ffffff;display:block;width:436.984px;position:absolute;font-family:montserrat;font-size:25px;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:352px;left:70px;height:65px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-form-header {  }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:14px;font-weight:bold;color:#605444;width:268px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-text { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:268px;box-sizing:border-box;height:55px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-text {padding-top: 0; padding-bottom: 0;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-textarea { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-select {padding-top: 0; padding-bottom: 0;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-button { border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:268px;height:55px;font-family:montserrat;overflow:hidden;box-shadow: 0 0 6px rgba(0,0,0,0.21) ; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:15px;text-align:center;text-align-last:center; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:15px;text-align:center;text-align-last:center; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:lato;font-size:15px;text-align:center;text-align-last:center; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:lato;font-size:15px;text-align:center;text-align-last:center; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:12px;font-weight:300;color:#494949;vertical-align:top;width:257px;overflow:hidden;font-style:normal;line-height:1.4; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-container { padding-top:5px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-container:first-of-type{padding-top:0;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-container:last-of-type{padding-bottom:0;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:268px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:119px;left:709px; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px;display:block;vertical-align:top; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-info-text { font-size:12px; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus {display:block;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:268px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:119px;left:709px; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #BROmN3QarTUCcv76FkEwhs83fVZV72MT { position:relative; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #uay76y7tbEJ4yKzJRJM7KlikaLgcuEUV { position:relative;display:block; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #ImCvqmbQefn2XqT1OSyp5SzNliyUBXz5 { position:relative; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #Dw7xew6hNmVOHEsbHSrenxuMe3FUTd6W { position:relative; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #fhqu0UwVDTKAfbpIiarQUUxZifi5qNDs { position:relative;display:block; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #fIVHTJ5KD8zzIByB2zS01TtqIUcE0apa { position:relative; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #nW1d5vNKCmwa1z6MiyvqRp3Ic8foHHhy { position:relative; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #G4xD8DqOlu3My5NNdhSovV9lB1ur1ZoE { position:relative;display:block; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #mFITZwd3FVo88GwbNgbBz70E2HsoS3GG { position:relative; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #HcaaUVhWhOgiqs4THXA1hUbUW5cmmBaQ { position:relative; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #WetlcLT1QZF8B47owvW0vnbkHmukEKBn { position:relative;display:block; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #PRupCI8CTUsIl8hIvurS95RVZJtk3zp8 { position:relative; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #ClMdqdLWgX5Lf2oIQ98Eico1CMeqLWd0 { position:relative; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #q3LQybkENcW5xAttBUPlLtQCIuMqTVvE { position:relative; }
#iXpdSNKowl3T9uuDgTXIfW98A2P1JKAi { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:90px;width:300px;top:483px;left:59px;overflow:hidden;display:block; }
#vP3D5dlNc0nCKuMllkBvpxq2XEHT4Tth { position:absolute;display:block;z-index:15002;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:844.984px;width:421.984px;top:23.050048828125px;left:778px;overflow:hidden;display:block; }
#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { 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; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { background-color: transparent; background-image: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .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); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { border-width: 0; border-radius: 0; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { font-size:14px;font-family:arial;height:155px;width:1200px;position:relative;display:block; }#CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { color:#8cc63f;display:block;width:121px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:74.687561035156px;left:788.00006103516px;height:19.6px;font-style:normal;display:block; }
#rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { color:#8cc63f;display:block;width:198px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:75.687561035156px;left:515.00006103516px;height:19.6px;font-style:normal;display:block; }
#XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { color:#8cc63f;display:block;width:189px;position:absolute;font-family:montserrat;font-size:12px;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:37px;left:976px;height:16.8px;font-style:normal;display:block; }
#VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:73.000061035156px;left:485.00006103516px; }
#IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:73px;left:759px; }
#IpxADuMglSSTvLSyxkfNmRArybUtZWdE { position:absolute;display:block;z-index:15033;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:55.9896px;width:198.976px;top:57.465270996094px;left:30.972229003906px;overflow:hidden;display:block; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:59.444458007812px;left:975.98968505859px; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:50px; height:50px; }#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:59.444458007812px;left:1038.4861450195px; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:50px; height:50px; }#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:59.444458007812px;left:1098.7673950195px; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:50px; height:50px; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { position:relative;display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { background-color: transparent; background-image: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container > .video-iframe-container { display: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row > .video-iframe-container { display: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .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); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { border-width: 0; border-radius: 0; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .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; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:14px;font-family:arial;height:41px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { color:#605444;display:block;width:390px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:10.083374023438px;left:405.00006103516px;height:20.7986px;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 { display:block; }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKH13k08y2MMTzME1QvRAg0HywHa3mvO { width:154px;height:34px;top:19px;left:609px;display:block; }
 }@media only screen and (max-width: 763px) { #iLMy2HL51Rcpp7GGSTUfDxgpLV0rp83l { display:block; }
 }@media only screen and (max-width: 763px) { #afLTIUW4TtNpwBXc97nWa0Nde0EhWobM { width:189px;height:40px;top:17px;left:575px;display:block; }
 }@media only screen and (max-width: 763px) { #NAkK3V9Mpowp7D6yBZMQTuku7Lv0kGAa { display:block; }
 }@media only screen and (max-width: 763px) { #zxkaT79Lh9Sp9Tx3N3askyr8INW63NrU { width:203px;height:57px;top:8px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qtTNCxmipFVTC6nqcU6kN3NDbCEa7IFC { width:177px;height:40px;top:17px;left:449px;display:block; }
 }@media only screen and (max-width: 763px) { #to5w3DK4STs0wtnRVyQ9JgCIiCS529hf { display:block; }
 }@media only screen and (max-width: 763px) { #wI8Oy77TXKV0B0CZXxebAVT6iq4PIsvq { width:217px;height:40px;top:17px;left:214px;display:block; }
 }@media only screen and (max-width: 763px) { #hNe8KFqbyeW637ch8SSc8Cqq4VUgE4G4 { display:block; }
 }@media only screen and (max-width: 763px) { #pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl { display:block; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVWo05tft4EKDVAEcT61vgWhJFVhMTas { width:764px;height:249px;top:51px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #i3Z0qgMiGAL2tJrTJxwKq2TrTkPTMT3G { top:104px;left:477px;width:287px;height:314px;display:block; }
 }@media only screen and (max-width: 763px) { #TssHd7G4mT8EQmTkPxNoDJT2Qwtyghvm { top:0px;left:0px;width:726px;height:1450.0645832216px;display:block; }
 }@media only screen and (max-width: 763px) { #T8di3v0Lp75mw3TgtZanPp2UQnEorwDH { width:218px;height:40px;top:334px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #m0X71CRhhKcFSNcECWEc9ibw8wncsmAU { display:block; }
 }@media only screen and (max-width: 763px) { #O2THCbqLSlH6m3rFV3LALRMum2AgrTbT { width:218px;height:40px;top:334px;left:64.5625px;display:block; }
 }@media only screen and (max-width: 763px) { #L2SF8ppMFJz0mbfPM2SAggOen2Q5M9zS { display:block; }
 }@media only screen and (max-width: 763px) { #nCZks6fbuVbQqKVwgsPDPJSabZF54RtA { width:218px;height:40px;top:334px;left:295.58129882812px;display:block; }
 }@media only screen and (max-width: 763px) { #CwUpHC1gOonvTU1L3IW5UWOPRMTbivff { display:block; }
 }@media only screen and (max-width: 763px) { #n7uT8cR2FS69t0AfzHmGGH3grUKSasvJ { width:218px;height:40px;top:385px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sz3IeJhuGCVTrcMPTFT8FWcCh26xTtwp { display:block; }
 }@media only screen and (max-width: 763px) { #fuM4sR3ZMkMLJEi0bsuqgBgCTPkFDrJC { width:218px;height:40px;top:385px;left:64.5625px;display:block; }
 }@media only screen and (max-width: 763px) { #ClpLT8UVDhh8oVWg9ZKUPmpiucnFAT6i { display:block; }
 }@media only screen and (max-width: 763px) { #JTUipsTlaWS8GwCz0WEEA897JA7vPeRV { width:218px;height:40px;top:385px;left:295.578125px;display:block; }
 }@media only screen and (max-width: 763px) { #gtLilRnHVRa6UomTL0AymJQUKO1DsMyr { display:block; }
 }@media only screen and (max-width: 763px) { #wn07g2I0sIDo88O9XmIBlxemeHAmwFrs { display:block; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmbvQ209wJKi2oT8aVTAPxSy3OWoefJB { top:0px;left:0px;width:726px;height:1450.0645832216px;display:block; }
 }@media only screen and (max-width: 763px) { #iAZNQS36pnDRpIJEAx1avCTvA3XL2c09 { width:435px;height:54px;top:402px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #u7CmasZ5cPneIcsOtbfDgcf2BEC0vVBW { display:block; }
 }@media only screen and (max-width: 763px) { #ZP5y84iHlFJqb8mmbhKGsTgs3mvKq63J { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WQhrQ2mJcpHUdMLz1yFfS45rmPozoSON { width:582px;height:68px;top:53px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kH2aFVqNWWdBtFxCKom4HG3dhv9muApA { display:block; }
 }@media only screen and (max-width: 763px) { #kqRVDSiL691odgubuMoqA2ptnM868A1Q { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bTkssBMqsJh5SGrP70zXfxOaSAvruAoh { top:165px;left:253px;width:509px;height:291px;display:block; }
 }@media only screen and (max-width: 763px) { #HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx { display:block; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G05L09Azi3NGhVPpidVFEX6RcioxFX9u { width:369px;height:55px;top:326px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ES3htPisFiTHr615w11Vqw2dlxGwZz1F { display:block; }
 }@media only screen and (max-width: 763px) { #A2US4z1d5TbpaF4KTAvJu9FK5gIupQ3a { top:79px;left:253px;width:511px;height:289.42849804387px;display:block; }
 }@media only screen and (max-width: 763px) { #tN4lytN5S0RuBrqUqKTs3ZQe4TZza0sJ { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QD6HxPwXtmqrsBlvsDWE15nOh29IwTD3 { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy { display:block; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0w0Kt0tdWzCH65zWS92M8tzgVexkw66 { width:417px;height:54px;top:406px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FuOsODe26CoJsKvCrZhpxLD9kzGGyX7h { display:block; }
 }@media only screen and (max-width: 763px) { #XG04WIg3SouOTSiiZzQrSreqBoe5qwDt { width:485px;height:70px;top:49px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #x8UtmNnAklCeQszTeUBAwrSxm9NgHqBr { display:block; }
 }@media only screen and (max-width: 763px) { #Wp8gqrzF09DTlHF8KOEcEwedORKAFtpg { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ravlzKTuOLbQgTXnaT9kNP8NH98CTJxJ { top:170px;left:251px;width:513px;height:292.42139791515px;display:block; }
 }@media only screen and (max-width: 763px) { #g3fhSdGcrPIhPEbBLAnNvNoudrx0Bs5E { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TcJaFo51b14dkoCBPinLoBMCF2m1BCTx { display:block; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeInvxh6t9y3zMJUnXSRfcZmFWClTI8c { width:447px;height:55px;top:316px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #q6wlyHHodZop7So1EOvUdhTD4CcNFcBO { display:block; }
 }@media only screen and (max-width: 763px) { #XnF6GkZeg3brKFuA1uE7AkAl87GQE0so { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eoUyB3LCLFFB0cTldtynz1qHu1beGKh4 { top:80px;left:249px;width:507px;height:290px;display:block; }
 }@media only screen and (max-width: 763px) { #ALTuP3yRSlHCfQ4ZAITog2mLLrnuf4rC { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ER6WSVAWkIwXvsiDlTbTpvrTEULA711b { display:block; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHKxnxIs9rZ0ydiTi7MUWGqIoobuCV5v { top:0px;left:0px;width:726px;height:1450.0645832216px;display:block; }
 }@media only screen and (max-width: 763px) { #olzKukAvaLTLw4dqKivbtodxwF1cTH9I { width:445px;height:55px;top:302px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tXWSGZoZcEEQn1D1GeUgnd1oBlrg2EW6 { display:block; }
 }@media only screen and (max-width: 763px) { #k4mf1x2seXyknRQJ4OXlHOoNHB0O1IlM { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TUPEqUQT8WPxx07zQZ62ekA7O64sVDhT { top:69px;left:249px;width:507px;height:290px;display:block; }
 }@media only screen and (max-width: 763px) { #SnT94tTaMVmBioa30H2sL3ACoxfIMNmI { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pFyihhU0acWX5f4wGuTEE30CvbzyJh0q { display:block; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTNIibqsTs6wiBgJ5DXPffhu3cKxLt3c { top:0px;left:0px;width:726px;height:1450.0645832216px;display:block; }
 }@media only screen and (max-width: 763px) { #wkJ2Z5STSwGLVRySEvQzG5iEHiz7hRk7 { width:255px;height:54px;top:298px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #huU4HRpUVynaI46fwO79knC3BRGzK48l { display:block; }
 }@media only screen and (max-width: 763px) { #nkrfnqCVnbkGiylBMuvGeDT1oZNA99ae { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NTmtX2dtq7TFLl5vIOJ1Cuu5gUGEJZpo { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XboJkrazeBxZIJR62LTZ6wXgDk5kiLnZ { top:72px;left:256px;width:508px;height:288px;display:block; }
 }@media only screen and (max-width: 763px) { #zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy { display:block; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qn9RqFsLQmWmSrG2MB8xXBhwI101lA2e { top:0px;left:0px;width:726px;height:1450.0645832216px;display:block; }
 }@media only screen and (max-width: 763px) { #CKz6I7FQcOvtfEc07Pr4lpxTLD4tT02d { width:484px;height:69px;top:55px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TKPUd0hIASTpH9nmB6PnWTRog9cZGZpq { display:block; }
 }@media only screen and (max-width: 763px) { #AvRNDCLd0IdoKZXrxWX0VHcCAakRQFpy { width:236px;height:44px;top:420px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #S7izEoTWtbTCtiagogTCGpu0Wn24FeSc { display:block; }
 }@media only screen and (max-width: 763px) { #Rlwu9NiWQdOl7hAVfPmI4fL2h6J53BMZ { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #U2IKK6IZMBpcoJQoq4gRGE7TfDa5I6Vn { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VWV6nrs34OI22gUyKTN0paQsRT8wS87x { width:213px;height:44px;top:420px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #KLQAg2o14gFa1W38mIsTwI7dtLUMioX8 { display:block; }
 }@media only screen and (max-width: 763px) { #B2sCFyCnTeQZOkZzJg8yBCxkM630axzB { top:192px;left:257px;width:507px;height:290px;display:block; }
 }@media only screen and (max-width: 763px) { #dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb { display:block; }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rb8y5PCncrvvNmlUIXoUOA8xTAJJL1Ub { width:385px;height:512px;top:98px;left:379px;display:block; }
 }@media only screen and (max-width: 763px) { #uTghQNK6JZZBGvzhxUVQQuDQuJTo5MHy { width:528px;height:207px;top:136px;left:0px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #uvwzMs3dPPeXPS0U6RDmxAfTFynLrzp7 { width:300px;height:0;top:253px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #s5JihVo3mM5AoJ8Co4mU5QRccuKnFRTa { width:436px;height:65px;top:352px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-regular-label { width:268px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-text { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-text {padding-top: 0; padding-bottom: 0;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-textarea { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-select { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-select {padding-top: 0; padding-bottom: 0;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-button { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-checkbox-label { width:252px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus  { width:268px;height:auto;top:119px;left:456px; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .radio-container { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus {display:block;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus { width:268px;height:auto;top:119px;left:456px; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #BROmN3QarTUCcv76FkEwhs83fVZV72MT {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #uay76y7tbEJ4yKzJRJM7KlikaLgcuEUV { display:none; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #ImCvqmbQefn2XqT1OSyp5SzNliyUBXz5 {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #Dw7xew6hNmVOHEsbHSrenxuMe3FUTd6W {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #fhqu0UwVDTKAfbpIiarQUUxZifi5qNDs { display:none; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #fIVHTJ5KD8zzIByB2zS01TtqIUcE0apa {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #nW1d5vNKCmwa1z6MiyvqRp3Ic8foHHhy {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #G4xD8DqOlu3My5NNdhSovV9lB1ur1ZoE {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #mFITZwd3FVo88GwbNgbBz70E2HsoS3GG {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #HcaaUVhWhOgiqs4THXA1hUbUW5cmmBaQ {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #WetlcLT1QZF8B47owvW0vnbkHmukEKBn { display:none; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #PRupCI8CTUsIl8hIvurS95RVZJtk3zp8 {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #ClMdqdLWgX5Lf2oIQ98Eico1CMeqLWd0 {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #q3LQybkENcW5xAttBUPlLtQCIuMqTVvE {  }
 }@media only screen and (max-width: 763px) { #iXpdSNKowl3T9uuDgTXIfW98A2P1JKAi { top:483px;left:0px;width:300px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #vP3D5dlNc0nCKuMllkBvpxq2XEHT4Tth { top:23px;left:343px;width:421px;height:843.01363084856px;display:block; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { top:74px;left:570.00006103516px;width:121px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { top:75px;left:297.00006103516px;width:198px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { top:37px;left:576px;width:188px;height:16px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { top:73px;left:267.00006103516px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { top:73px;left:541px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { top:57px;left:0px;width:198px;height:55.714964618849px;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { top:59px;left:714px;width:50px;height:50px;display:block; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:50px; height:50px; } }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { top:59px;left:714px;width:50px;height:50px;display:block; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:50px; height:50px; } }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { top:59px;left:714px;width:50px;height:50px;display:block; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:50px; height:50px; } }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { width:390px;height:20px;top:10px;left:187.00003051758px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 { position:relative;z-index:auto;display:none; }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .row .container { width:320px;height:210px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DKH13k08y2MMTzME1QvRAg0HywHa3mvO { width:147px;height:35px;top:200px;left:86px;display:none; }
 }@media only screen and (max-width: 763px) { #iLMy2HL51Rcpp7GGSTUfDxgpLV0rp83l { display:block; }
 }@media only screen and (max-width: 763px) { #afLTIUW4TtNpwBXc97nWa0Nde0EhWobM { width:159px;height:26px;top:165px;left:80px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #NAkK3V9Mpowp7D6yBZMQTuku7Lv0kGAa { display:block; }
 }@media only screen and (max-width: 763px) { #zxkaT79Lh9Sp9Tx3N3askyr8INW63NrU { width:119px;height:34px;top:20px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #qtTNCxmipFVTC6nqcU6kN3NDbCEa7IFC { width:158px;height:25px;top:120px;left:81px;font-size:12px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:block; }
 }@media only screen and (max-width: 763px) { #to5w3DK4STs0wtnRVyQ9JgCIiCS529hf { display:block; }
 }@media only screen and (max-width: 763px) { #wI8Oy77TXKV0B0CZXxebAVT6iq4PIsvq { width:158px;height:26px;top:74px;left:81px;font-size:12px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:block; }
 }@media only screen and (max-width: 763px) { #hNe8KFqbyeW637ch8SSc8Cqq4VUgE4G4 { display:block; }
 }@media only screen and (max-width: 763px) { #pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5ea67b18-829b-43ef-a77d-005793eea0c1/tractorfieldwithcloudysky.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;display:block; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl.adaptive-delivery-prevent-bg, #pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl.lazyload, #pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl.lazyloading { background-image: none; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container { background-color: transparent; background-image: none; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container > .video-iframe-container { display: none; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row > .video-iframe-container { display: none; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .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); }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container { border-width: 0; border-radius: 0; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl::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; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container { width:320px;height:265px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVWo05tft4EKDVAEcT61vgWhJFVhMTas { width:306px;height:85.7812px;top:20px;left:7px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #i3Z0qgMiGAL2tJrTJxwKq2TrTkPTMT3G { width:73px;height:80px;top:64.375px;left:241px;display:none; }
 }@media only screen and (max-width: 763px) { #TssHd7G4mT8EQmTkPxNoDJT2Qwtyghvm { width:154px;height:309px;top:20px;left:83px;display:none; }
 }@media only screen and (max-width: 763px) { #T8di3v0Lp75mw3TgtZanPp2UQnEorwDH { width:152.983px;height:31px;top:129.98579406738px;left:0px;font-size:10px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:block; }
 }@media only screen and (max-width: 763px) { #m0X71CRhhKcFSNcECWEc9ibw8wncsmAU { display:block; }
 }@media only screen and (max-width: 763px) { #O2THCbqLSlH6m3rFV3LALRMum2AgrTbT { width:153.991px;height:31px;top:129.98579406738px;left:166.00852012634px;font-size:10px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:block; }
 }@media only screen and (max-width: 763px) { #L2SF8ppMFJz0mbfPM2SAggOen2Q5M9zS { display:block; }
 }@media only screen and (max-width: 763px) { #nCZks6fbuVbQqKVwgsPDPJSabZF54RtA { width:155px;height:31px;top:166.9375px;left:0px;font-size:10px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:block; }
 }@media only screen and (max-width: 763px) { #CwUpHC1gOonvTU1L3IW5UWOPRMTbivff { display:block; }
 }@media only screen and (max-width: 763px) { #n7uT8cR2FS69t0AfzHmGGH3grUKSasvJ { width:155px;height:31px;top:166.93180847168px;left:164.99999046326px;font-size:10px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:block; }
 }@media only screen and (max-width: 763px) { #sz3IeJhuGCVTrcMPTFT8FWcCh26xTtwp { display:block; }
 }@media only screen and (max-width: 763px) { #fuM4sR3ZMkMLJEi0bsuqgBgCTPkFDrJC { width:154px;height:31px;top:205.93748474121px;left:0px;font-size:10px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:block; }
 }@media only screen and (max-width: 763px) { #ClpLT8UVDhh8oVWg9ZKUPmpiucnFAT6i { display:block; }
 }@media only screen and (max-width: 763px) { #JTUipsTlaWS8GwCz0WEEA897JA7vPeRV { width:154px;height:30px;top:205.93748474121px;left:166.99715232849px;font-size:10px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:block; }
 }@media only screen and (max-width: 763px) { #gtLilRnHVRa6UomTL0AymJQUKO1DsMyr { display:block; }
 }@media only screen and (max-width: 763px) { #wn07g2I0sIDo88O9XmIBlxemeHAmwFrs { background-color:#ffffff;background-image:none;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;display:block; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container { background-color: transparent; background-image: none; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container > .video-iframe-container { display: none; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row > .video-iframe-container { display: none; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .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); }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container { border-width: 0; border-radius: 0; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container { width:320px;height:485px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmbvQ209wJKi2oT8aVTAPxSy3OWoefJB { width:154px;height:309px;top:20px;left:83px;display:none; }
 }@media only screen and (max-width: 763px) { #iAZNQS36pnDRpIJEAx1avCTvA3XL2c09 { width:304px;height:35px;top:421px;left:8px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #u7CmasZ5cPneIcsOtbfDgcf2BEC0vVBW { display:block; }
 }@media only screen and (max-width: 763px) { #ZP5y84iHlFJqb8mmbhKGsTgs3mvKq63J { width:320px;height:98.75px;top:312.9375px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #WQhrQ2mJcpHUdMLz1yFfS45rmPozoSON { width:302.4px;height:40.4px;top:22px;left:8px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #kH2aFVqNWWdBtFxCKom4HG3dhv9muApA { display:block; }
 }@media only screen and (max-width: 763px) { #kqRVDSiL691odgubuMoqA2ptnM868A1Q { width:320px;height:31.1806px;top:277.75px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #bTkssBMqsJh5SGrP70zXfxOaSAvruAoh { width:320px;height:178px;top:81.653411865234px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx { background-color:#8cc63f;background-image:none;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;display:block; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container { background-color: transparent; background-image: none; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container > .video-iframe-container { display: none; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row > .video-iframe-container { display: none; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .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); }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container { border-width: 0; border-radius: 0; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container { width:320px;height:505px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G05L09Azi3NGhVPpidVFEX6RcioxFX9u { width:304px;height:35px;top:437.74140930176px;left:7.9829540252686px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ES3htPisFiTHr615w11Vqw2dlxGwZz1F { display:block; }
 }@media only screen and (max-width: 763px) { #A2US4z1d5TbpaF4KTAvJu9FK5gIupQ3a { width:320px;height:181.234px;top:23px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tN4lytN5S0RuBrqUqKTs3ZQe4TZza0sJ { width:320px;height:98.75px;top:314px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #QD6HxPwXtmqrsBlvsDWE15nOh29IwTD3 { width:269px;height:93.5417px;top:215px;left:26px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy { background-color:#ffffff;background-image:none;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;display:block; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container { background-color: transparent; background-image: none; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container > .video-iframe-container { display: none; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row > .video-iframe-container { display: none; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .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); }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container { border-width: 0; border-radius: 0; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container { width:320px;height:555px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0w0Kt0tdWzCH65zWS92M8tzgVexkw66 { width:304px;height:35px;top:471px;left:12px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FuOsODe26CoJsKvCrZhpxLD9kzGGyX7h { display:block; }
 }@media only screen and (max-width: 763px) { #XG04WIg3SouOTSiiZzQrSreqBoe5qwDt { width:240px;height:44px;top:22px;left:40px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #x8UtmNnAklCeQszTeUBAwrSxm9NgHqBr { display:block; }
 }@media only screen and (max-width: 763px) { #Wp8gqrzF09DTlHF8KOEcEwedORKAFtpg { width:320px;height:74.0625px;top:382px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ravlzKTuOLbQgTXnaT9kNP8NH98CTJxJ { width:320px;height:182.406px;top:92px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #g3fhSdGcrPIhPEbBLAnNvNoudrx0Bs5E { width:320px;height:93.5417px;top:281px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TcJaFo51b14dkoCBPinLoBMCF2m1BCTx { background-color:#3e7a45;background-image:none;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;display:block; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container { background-color: transparent; background-image: none; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container > .video-iframe-container { display: none; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row > .video-iframe-container { display: none; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .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); }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container { border-width: 0; border-radius: 0; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container { width:320px;height:470px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeInvxh6t9y3zMJUnXSRfcZmFWClTI8c { width:304px;height:35px;top:400px;left:8px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #q6wlyHHodZop7So1EOvUdhTD4CcNFcBO { display:block; }
 }@media only screen and (max-width: 763px) { #XnF6GkZeg3brKFuA1uE7AkAl87GQE0so { width:294px;height:74.0625px;top:311.984375px;left:13px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #eoUyB3LCLFFB0cTldtynz1qHu1beGKh4 { width:320px;height:183.031px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ALTuP3yRSlHCfQ4ZAITog2mLLrnuf4rC { width:288px;height:93.5417px;top:213px;left:16px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ER6WSVAWkIwXvsiDlTbTpvrTEULA711b { background-color:#ffffff;background-image:none;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;display:block; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container { background-color: transparent; background-image: none; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container > .video-iframe-container { display: none; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row > .video-iframe-container { display: none; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .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); }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container { border-width: 0; border-radius: 0; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container { width:320px;height:435px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHKxnxIs9rZ0ydiTi7MUWGqIoobuCV5v { width:154px;height:309px;top:20px;left:83px;display:none; }
 }@media only screen and (max-width: 763px) { #olzKukAvaLTLw4dqKivbtodxwF1cTH9I { width:303.991px;height:35px;top:379.97439575195px;left:7.9829540252686px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tXWSGZoZcEEQn1D1GeUgnd1oBlrg2EW6 { display:block; }
 }@media only screen and (max-width: 763px) { #k4mf1x2seXyknRQJ4OXlHOoNHB0O1IlM { width:320px;height:74.0625px;top:290.85510253906px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TUPEqUQT8WPxx07zQZ62ekA7O64sVDhT { width:318.991px;height:180.994px;top:15.965911865234px;left:1.0085220336914px;display:block; }
 }@media only screen and (max-width: 763px) { #SnT94tTaMVmBioa30H2sL3ACoxfIMNmI { width:320px;height:62.3611px;top:220.45452880859px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #pFyihhU0acWX5f4wGuTEE30CvbzyJh0q { background-color:#3e7a45;background-image:none;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;display:block; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container { background-color: transparent; background-image: none; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container > .video-iframe-container { display: none; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row > .video-iframe-container { display: none; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .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); }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container { border-width: 0; border-radius: 0; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container { width:320px;height:445px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTNIibqsTs6wiBgJ5DXPffhu3cKxLt3c { width:154px;height:309px;top:20px;left:83px;display:none; }
 }@media only screen and (max-width: 763px) { #wkJ2Z5STSwGLVRySEvQzG5iEHiz7hRk7 { width:195px;height:35px;top:384.97159576416px;left:62.499998092651px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #huU4HRpUVynaI46fwO79knC3BRGzK48l { display:block; }
 }@media only screen and (max-width: 763px) { #nkrfnqCVnbkGiylBMuvGeDT1oZNA99ae { width:320px;height:49.375px;top:318.99146270752px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #NTmtX2dtq7TFLl5vIOJ1Cuu5gUGEJZpo { width:320px;height:93.5417px;top:212px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #XboJkrazeBxZIJR62LTZ6wXgDk5kiLnZ { width:320px;height:181.406px;top:19.985733032227px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy { background-color:#1d2540;background-image:none;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;display:block; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container { background-color: transparent; background-image: none; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container > .video-iframe-container { display: none; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row > .video-iframe-container { display: none; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .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); }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container { border-width: 0; border-radius: 0; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container { width:320px;height:630px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qn9RqFsLQmWmSrG2MB8xXBhwI101lA2e { width:154px;height:309px;top:20px;left:83px;display:none; }
 }@media only screen and (max-width: 763px) { #CKz6I7FQcOvtfEc07Pr4lpxTLD4tT02d { width:231.178818px;height:51.179018px;top:20px;left:51.463064193726px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TKPUd0hIASTpH9nmB6PnWTRog9cZGZpq { display:block; }
 }@media only screen and (max-width: 763px) { #AvRNDCLd0IdoKZXrxWX0VHcCAakRQFpy { width:176.989px;height:36.9886px;top:502.96871948242px;left:71.49147605896px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #S7izEoTWtbTCtiagogTCGpu0Wn24FeSc { display:block; }
 }@media only screen and (max-width: 763px) { #Rlwu9NiWQdOl7hAVfPmI4fL2h6J53BMZ { width:302.997px;height:74.0625px;top:394.98578071594px;left:8.4801139831543px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #U2IKK6IZMBpcoJQoq4gRGE7TfDa5I6Vn { width:320px;height:93.5417px;top:284.98578071594px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #VWV6nrs34OI22gUyKTN0paQsRT8wS87x { width:177.997px;height:40px;top:549.41760253906px;left:70.994314193726px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #KLQAg2o14gFa1W38mIsTwI7dtLUMioX8 { display:block; }
 }@media only screen and (max-width: 763px) { #B2sCFyCnTeQZOkZzJg8yBCxkM630axzB { width:320px;height:181px;top:91.974365234375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb { display:block; }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .row .container { width:320px;height:755px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rb8y5PCncrvvNmlUIXoUOA8xTAJJL1Ub { width:320px;height:481px;top:239.7813px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #uTghQNK6JZZBGvzhxUVQQuDQuJTo5MHy { width:278px;height:83.1598px;top:87px;left:21px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #uvwzMs3dPPeXPS0U6RDmxAfTFynLrzp7 { width:280px;height:0.90625px;top:401.7813px;left:40px;background-color:#e1e1e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #s5JihVo3mM5AoJ8Co4mU5QRccuKnFRTa { width:320px;height:41.6px;top:172.1875px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-regular-label { width:267px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-text { width:267px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-text {padding-top: 0; padding-bottom: 0;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-textarea { width:267px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-select { width:267px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-select {padding-top: 0; padding-bottom: 0;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-button { width:267px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-checkbox-label { width:251px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus  { width:267px;height:auto;top:244.77499389648px;left:6.4999990463257px;z-index:15041; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .radio-container { width:267px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus {display:block;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus { width:267px;height:auto;top:244.77499389648px;left:6.4999990463257px;z-index:15041; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #BROmN3QarTUCcv76FkEwhs83fVZV72MT {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #uay76y7tbEJ4yKzJRJM7KlikaLgcuEUV { display:block; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #ImCvqmbQefn2XqT1OSyp5SzNliyUBXz5 {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #Dw7xew6hNmVOHEsbHSrenxuMe3FUTd6W {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #fhqu0UwVDTKAfbpIiarQUUxZifi5qNDs { display:block; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #fIVHTJ5KD8zzIByB2zS01TtqIUcE0apa {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #nW1d5vNKCmwa1z6MiyvqRp3Ic8foHHhy {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #G4xD8DqOlu3My5NNdhSovV9lB1ur1ZoE { display:block; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #mFITZwd3FVo88GwbNgbBz70E2HsoS3GG {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #HcaaUVhWhOgiqs4THXA1hUbUW5cmmBaQ {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #WetlcLT1QZF8B47owvW0vnbkHmukEKBn { display:block; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #PRupCI8CTUsIl8hIvurS95RVZJtk3zp8 {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #ClMdqdLWgX5Lf2oIQ98Eico1CMeqLWd0 {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #q3LQybkENcW5xAttBUPlLtQCIuMqTVvE {  }
 }@media only screen and (max-width: 763px) { #iXpdSNKowl3T9uuDgTXIfW98A2P1JKAi { width:142.969px;height:42px;top:20px;left:88.5px;display:block; }
 }@media only screen and (max-width: 763px) { #vP3D5dlNc0nCKuMllkBvpxq2XEHT4Tth { width:320px;height:640.766px;top:5563.953125px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:320px;height:520px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { width:155.938px;height:22.4px;top:269px;left:82px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { width:181.938px;height:22.4px;top:181.625px;left:69px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { width:320px;height:21px;top:20px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { width:25px;height:25px;top:136.625px;left:147px;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { width:25px;height:25px;top:224px;left:147px;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { width:197.922px;height:55.625px;top:61px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { display:flex;width:50px;height:50px;top:311.375px;left:135px; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:50px; height:50px; } }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { display:flex;width:50px;height:50px;top:381.375px;left:135px; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:50px; height:50px; } }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { display:flex;width:50px;height:50px;top:451.375px;left:135px; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:50px; height:50px; } }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { width:320px;height:auto;top:10px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:none; }
 }