.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-input-select option {
  color: #000;
}
.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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/36774d05-b3ff-465b-8174-2ec58baf6e13/sidoarjoview03.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.9); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.9); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:14px;font-family:arial;height:663px;width:1200px;position:relative;display:block; }#uhnOoggfzp7alpliScOOGJ5QwCkhE92H { color:#fff2ef;display:block;width:333px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:173.79999542236px;left:816.5px;height:72px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-form-header {  }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:14px;font-weight:400;color:#000000;width:294px;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;font-style:normal; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-input-text { background-color:#fff2ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:1px solid #9e9e9e;border-left:0;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:294px;box-sizing:border-box;height:44px;color:#161616;font-size:16px;overflow:hidden;font-family:raleway;vertical-align:top; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-input-text {padding-top: 0; padding-bottom: 0;}#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-textarea { background-color:#fff2ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:1px solid #9e9e9e;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;width:294px;box-sizing:border-box;height:50px;color:#161616;font-size:16px;overflow:hidden;font-family:raleway;vertical-align:top; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #7d7d7d;border-left:0;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:294px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:raleway;font-size:16px;overflow:hidden;vertical-align:top; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-input-select {padding-top: 0; padding-bottom: 0;}#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-input-checkbox { width:16px;height:16px;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; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#517900;background-image:none;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:16px;font-weight:700;color:#ffffff;width:294px;height:55px;font-family:poppins;overflow:hidden;font-style:normal;line-height:1.3; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm [class*="-text"]:-moz-placeholder { color:#333333;font-family:poppins;font-size:16px;font-weight:400;font-style:normal; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm [class*="-text"]::-moz-placeholder { color:#333333;font-family:poppins;font-size:16px;font-weight:400;font-style:normal; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm [class*="-text"]:-ms-input-placeholder { color:#333333;font-family:poppins;font-size:16px;font-weight:400;font-style:normal; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm [class*="-text"]::-webkit-input-placeholder { color:#333333;font-family:poppins;font-size:16px;font-weight:400;font-style:normal; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .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:raleway;line-height:1.3;font-size:14px;font-weight:400;color:#9e9e9e;vertical-align:top;width:275px;overflow:hidden;font-style:normal;float:none; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .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; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:19px;vertical-align:middle;font-family:raleway;font-size:14px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-container:first-of-type{padding-top:0;}#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-container:last-of-type{padding-bottom:0;}#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm  { background-color:#fff2ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:294px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0 15px 15px rgba(98,9,195,0.2) ;left:816px;top:289px;z-index:15011;position:absolute; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:294px;display:block;vertical-align:top; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-info-text { display:block;height:auto;font-family:raleway;font-size:14px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm {display:block;}#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm { background-color:#fff2ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:294px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0 15px 15px rgba(98,9,195,0.2) ;left:816px;top:289px;z-index:15011;position:absolute; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #FmP0EreWEafXDTOJWCqT1WkcTBKW77gu { position:relative; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #tsQH1E8HAcD3SIlJrfVNcE9kZxL8IxsN { position:relative;display:none; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #HUm3s62oEi8psBhCoVVCtVGzUzwfzDUR { position:relative; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #oV2lBDSTFXx6khuSfDok9sntDSVWtSAm { position:relative; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #kxkcTiVRpzOlJE3XJ6oZsLXUcR0eTAvN { position:relative;display:none; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #De4k8ByB1d0wLek29fHlhtk7ZlKLc5TV { position:relative; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #Ek3uMpxpBzJNOyiOamVEtswTzBdhVHuD { position:relative; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #x5RkBH4n317h0b13Is8QUGZeAg2UGHsK { position:relative;display:none; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #BLmKgsKXfzQhUlrBDPu2nTqUgo1LqhRM { position:relative; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #KOiJTafrCndHaEgQfToLcztu1Eg7h7OK { position:relative; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #mMvb20BUvaGQSEUAh5eytUVRcOJb9aLp { position:relative;display:none; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #mUBbZ28v2Woek632IByeuEsHqKmkxyps { position:relative; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #ib0ynia2r9hCI0s2CT8purUenv4bSF7C { position:relative; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #gQRbf391MNWmc3r6uHXgGpazTODt7DoZ { position:relative; }
#LWa2kdtedDN7N47va8UFAKuTqcOgJlJe { color:#fff2ef;display:block;width:333px;position:absolute;font-family:poppins;font-size:13px;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:245.79999542236px;left:816.5px;height:36.375px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wOmhxkLumuTJITByOm3rZQRTu0Dva8Df { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:99px;width:300px;top:40px;left:450px;overflow:hidden;display:block; }
#nfkQexHW4t6dGc32qlboOpcR1VITfVcH { color:#fff2ef;display:block;width:700px;position:absolute;font-family:poppins;font-size:140px;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:219px;left:50px;height:224px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uSrUxQRBkIKXinq6wXka4TBalVi4W4vG { color:#fff2ef;display:block;width:700px;position:absolute;font-family:poppins;font-size:54px;font-weight:700;z-index:15014;line-height:0;letter-spacing:0;top:239px;left:50.800003051758px;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iSc7P3EVyXB1Pv7ivmUknSSlgo6EWBzH { color:#fff2ef;display:block;width:700px;position:absolute;font-family:poppins;font-size:54px;font-weight:700;z-index:15015;line-height:0;letter-spacing:0;top:426px;left:50px;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bs4eziRTKCcMPOiAyi4iFUHf878Znrm5 { color:#fff2ef;display:block;width:343px;position:absolute;font-family:"marck script";font-size:40px;font-weight:400;z-index:15016;line-height:0;letter-spacing:0;top:192px;left:228.5px;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TycPxRTGg7oVnqTtTM9GbvMu3VVtpQc1 { color:#fff2ef;display:block;width:700px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:489px;left:86px;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }#TycPxRTGg7oVnqTtTM9GbvMu3VVtpQc1 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TycPxRTGg7oVnqTtTM9GbvMu3VVtpQc1 li:before{  }
#kpQOIMc8wC8HgukgABRFDVJe32XSBGfG { color:#fff2ef;display:block;width:235px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:461px;left:170px;height:72.4px;font-style:normal;display:block; }#kpQOIMc8wC8HgukgABRFDVJe32XSBGfG li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#kpQOIMc8wC8HgukgABRFDVJe32XSBGfG li:before{  }
#g2Jxh5cWiGZxquZvcKnlowWca7mi0iqV { color:#fff2ef;display:block;width:181px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:461px;left:449px;height:72.4px;font-style:normal;display:block; }#g2Jxh5cWiGZxquZvcKnlowWca7mi0iqV li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#g2Jxh5cWiGZxquZvcKnlowWca7mi0iqV li:before{  }
#pttDPzNO0DcE7alpyq1xudQhDA5fg0dw { color:#fff2ef;display:block;width:326px;position:absolute;font-family:poppins;font-size:10px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:609.99998474121px;left:50px;height:13px;font-style:italic;display:block; }
#OHeHKTwhz4T33O5AIb5KLuBbJqCanRMc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#517900;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; }#OHeHKTwhz4T33O5AIb5KLuBbJqCanRMc > .row .container { background-color: transparent; background-image: none; }#OHeHKTwhz4T33O5AIb5KLuBbJqCanRMc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHeHKTwhz4T33O5AIb5KLuBbJqCanRMc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHeHKTwhz4T33O5AIb5KLuBbJqCanRMc > .row .container > .video-iframe-container { display: none; }#OHeHKTwhz4T33O5AIb5KLuBbJqCanRMc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHeHKTwhz4T33O5AIb5KLuBbJqCanRMc > .row > .video-iframe-container { display: none; }#OHeHKTwhz4T33O5AIb5KLuBbJqCanRMc > .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); }#OHeHKTwhz4T33O5AIb5KLuBbJqCanRMc > .row .container { border-width: 0; border-radius: 0; }#OHeHKTwhz4T33O5AIb5KLuBbJqCanRMc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OHeHKTwhz4T33O5AIb5KLuBbJqCanRMc > .row .container { font-size:14px;font-family:arial;height:151px;width:1200px;position:relative;display:block; }#IG40mcz5kOSTk9HH01IsrT3mKLldVCE0 { color:#ffffff;display:block;width:795px;position:absolute;font-family:poppins;font-size:24px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:20px;left:202.5px;height:31.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JRV0DLnQINrle0wSkpwAvi2KvVRen48k { color:#ffffff;display:block;width:795px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:61.200012207031px;left:202.5px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff2ef;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; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { background-color: transparent; background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { border-width: 0; border-radius: 0; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { font-size:14px;font-family:arial;height:602px;width:1200px;position:relative;display:block; }#rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { color:#333333;display:block;width:546px;position:absolute;font-family:poppins;font-size:40px;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:32px;left:627px;height:80px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { position:absolute;display:block;z-index:15004;background-color:#517900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:4px;width:582px;top:130px;left:609px;display:block; }
#kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { color:#333333;display:block;width:575px;position:absolute;font-family:poppins;font-size:14px;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:148px;left:612.5px;height:447.812px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LdtGTyZH0qXu0XiWniVfeeybwRe8trr1 { 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;height:601px;width:601px;top:0px;left:0px;overflow:hidden;display:block; }
#AMhUCrJLuhi9iLCNTqKxglH40Bp8cJfn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff2ef;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; }#AMhUCrJLuhi9iLCNTqKxglH40Bp8cJfn > .row .container { background-color: transparent; background-image: none; }#AMhUCrJLuhi9iLCNTqKxglH40Bp8cJfn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMhUCrJLuhi9iLCNTqKxglH40Bp8cJfn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMhUCrJLuhi9iLCNTqKxglH40Bp8cJfn > .row .container > .video-iframe-container { display: none; }#AMhUCrJLuhi9iLCNTqKxglH40Bp8cJfn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMhUCrJLuhi9iLCNTqKxglH40Bp8cJfn > .row > .video-iframe-container { display: none; }#AMhUCrJLuhi9iLCNTqKxglH40Bp8cJfn > .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); }#AMhUCrJLuhi9iLCNTqKxglH40Bp8cJfn > .row .container { border-width: 0; border-radius: 0; }#AMhUCrJLuhi9iLCNTqKxglH40Bp8cJfn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AMhUCrJLuhi9iLCNTqKxglH40Bp8cJfn > .row .container { font-size:14px;font-family:arial;height:506px;width:1200px;position:relative;display:block; }#II8wiue8tTpoPsTO5eUTFAnQaIFhp64T { position:absolute;display:block;z-index:15000;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;height:300px;width:300px;top:90px;left:0px;overflow:hidden;display:block; }
#B1F1ZISMfOL2ftHEgLibCAuH4O96b2RK { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:197.00001525879px;left:314px; }
#qSK9NZcQZN5o1IXit145X8n3xuF0W5zV { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:258.00001525879px;left:314px; }
#qRD5dhvIqlUnbrPetsLTogtWpTl3Qr53 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:318.00001525879px;left:314px; }
#wULDQT3ynqemzAmiXLZoGMsuIz3r49UG { color:#333333;display:block;width:198px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:201.00001525879px;left:355px;height:23.4px;display:block; }
#i0gLKr5zxbzoTOiuaJf89RAAAKSSArBL { color:#333333;display:block;width:198px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:262.00001525879px;left:355px;height:23.4px;display:block; }
#stp4BsltSCBNHV0WVgRi287mroTa31Jx { color:#333333;display:block;width:198px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:318.00001525879px;left:355px;height:54px;display:block; }
#OqKvu5KX1usbBeTFJlE3w3HZcAvxIPIP { color:#333333;display:block;width:270px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:107px;left:916px;height:70.1718px;display:block; }
#hdTUiJo8XPndDhBTMVu08et75E8VP895 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:197.00001525879px;left:916px; }
#MC3cVyJuppIfEevdaavgy5h2qlG6wBS2 { color:#333333;display:block;width:198px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:201.00001525879px;left:957px;height:23.4px;display:block; }
#erBkRAmHF3Wk96X96RTC0MIKtdEUEHQo { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:258.00001525879px;left:916px; }
#VN9r4ag7om6E17kTp58957zza31lC131 { color:#333333;display:block;width:198px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:262.00001525879px;left:957px;height:23.4px;display:block; }
#SsOdv2rFo9T4e2vzeNc5zKkDylSQTZ3G { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:318.00001525879px;left:916px; }
#D9Ek9AT1DyDWcDMPTrWinxiK9HQGMcli { color:#333333;display:block;width:198px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:318.00001525879px;left:957px;height:54px;display:block; }
#CD466q6sJqbzXZy7PaK8UBmdS0ym0U3t { color:#333333;display:block;width:307px;position:absolute;font-family:poppins;font-size:40px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:20px;left:450px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fCPILOiOdVBNupQCTJhgxCmN3U7U6UMQ { position:absolute;display:block;z-index:15001;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;height:300px;width:300px;top:90px;left:600px;overflow:hidden;display:block; }
#wVPcBVStb3TS7QNpQSdm6NVsTgeV1ZRw { color:#333333;display:block;width:270px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:107px;left:314px;height:70.1718px;display:block; }
#P8xgmUIcd9H51QpUPTKNNvZlF0SHc2Vz { background-color:#517900;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:291px;height:55px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:421.60000610352px;left:455px;display:block; }
#totKGSZUqMKkM8kM0nU7C9Wb43XrIAiO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7e5ea383-9a25-4273-866e-d9531d4685fe/IMG_20210919_141434.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM.adaptive-delivery-prevent-bg, #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM.lazyload, #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM.lazyloading { background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(81,121,0,0.9); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(81,121,0,0.9); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { border-width: 0; border-radius: 0; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::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; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { font-size:14px;font-family:arial;height:347px;width:1200px;position:relative;display:block; }#VsRBJTfGbPwo1esaFeiTCvXTZr14bHnP { color:#ffffff;display:block;width:778px;position:absolute;font-family:poppins;font-size:40px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21px;left:211px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fJyDkD2pWl7JSzr0bh1Uic3VIDGnBImH { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:83px;width:83px;top:103.00004577637px;left:108.5px;overflow:hidden;display:block; }
#VAcsiCUZzeHrXQb9ASr7k2lICCU9PKbO { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:83px;width:83px;top:103px;left:408.5px;overflow:hidden;display:block; }
#LLrkURE7f0NsiaGSfLchGfWCp6MXTCGt { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:83px;width:83px;top:103px;left:708.5px;overflow:hidden;display:block; }
#IkQcskAQwyaxRQPMTVTuilUdvGK8WgPB { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:83px;width:83px;top:103px;left:1008.5px;overflow:hidden;display:block; }
#MoofiBWUqzaizLXSVtL8TobAuG607Xpu { color:#ffffff;display:block;width:274px;position:absolute;font-family:poppins;font-size:14px;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:206px;left:13px;height:90.9375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OPPxpKl12PifgrDsJqISWOKKdQz5Vmbx { color:#ffffff;display:block;width:274px;position:absolute;font-family:poppins;font-size:14px;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:206px;left:313px;height:54.5625px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TsZV7cvAqwrJP92A2qmWNA76a6kLsg1H { color:#ffffff;display:block;width:274px;position:absolute;font-family:poppins;font-size:14px;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:206px;left:613px;height:72.75px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MWog5DSnMzyDGa5HISq8ou2cXEd8aIfO { color:#ffffff;display:block;width:274px;position:absolute;font-family:poppins;font-size:14px;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:206px;left:913px;height:90.9375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QN0ApRDk2QVgZpOMtv5ftxxmzIRimpPn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff2ef;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; }#QN0ApRDk2QVgZpOMtv5ftxxmzIRimpPn > .row .container { background-color: transparent; background-image: none; }#QN0ApRDk2QVgZpOMtv5ftxxmzIRimpPn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QN0ApRDk2QVgZpOMtv5ftxxmzIRimpPn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QN0ApRDk2QVgZpOMtv5ftxxmzIRimpPn > .row .container > .video-iframe-container { display: none; }#QN0ApRDk2QVgZpOMtv5ftxxmzIRimpPn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QN0ApRDk2QVgZpOMtv5ftxxmzIRimpPn > .row > .video-iframe-container { display: none; }#QN0ApRDk2QVgZpOMtv5ftxxmzIRimpPn > .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); }#QN0ApRDk2QVgZpOMtv5ftxxmzIRimpPn > .row .container { border-width: 0; border-radius: 0; }#QN0ApRDk2QVgZpOMtv5ftxxmzIRimpPn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QN0ApRDk2QVgZpOMtv5ftxxmzIRimpPn > .row .container { font-size:14px;font-family:arial;height:920px;width:1200px;position:relative;display:block; }#QUV8yTKZMM2JdaBBnUNJlIdGiIMTWzHC { position:absolute;display:block;z-index:15000;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;height:216px;width:344px;top:93px;left:28px;overflow:hidden;display:block; }
#xorOBRqNNG0h6fih1lzmzI8vB1lyQhSK { color:#333333;display:block;width:374px;position:absolute;font-family:poppins;font-size:40px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21px;left:413px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eXwMxekKyqb20e2eHBLaPLhzAwp8dvVe { color:#ffffff;display:block;width:343px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:311.10000610352px;left:28.5px;height:28.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GVLvNfBPpTXnsxrb0LPLQMKsOKotOMt0 { position:absolute;display:block;z-index:15015;background-color:#517900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:33px;width:344px;top:309px;left:28px;display:block; }
#IrRkvvBtt7QZtCIQD52C0AzorohHMyeC { color:#ffffff;display:block;width:343px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:311px;left:429px;height:28.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VqdtewNskiwB9cgQk3gsNzqBbEJdI2gL { position:absolute;display:block;z-index:15018;background-color:#517900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:33px;width:342px;top:309px;left:428px;display:block; }
#whKV7ECT5eeW8pL7QKgHb74Aas5ghHSi { position:absolute;display:block;z-index:15003;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;height:216px;width:342px;top:93px;left:428px;overflow:hidden;display:block; }
#O5u0gnQTsPoChTSuXXpZwZipqzK5s1G5 { color:#ffffff;display:block;width:343px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:311px;left:829px;height:28.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dnMPHRDcnTys5dEsOerRrpDpcDSFb73J { position:absolute;display:block;z-index:15021;background-color:#517900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:33px;width:342px;top:309px;left:828px;display:block; }
#IxAuqeCd5LSRdNMHtXWG0hxdsvTSuyNq { 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;height:216px;width:342px;top:93px;left:828px;overflow:hidden;display:block; }
#HsOvCT1rC88bdMJV9UndwHfxTHRBV36U { position:absolute;display:block;z-index:15027;background-color:#517900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:33px;width:342px;top:578px;left:428px;display:block; }
#DTgeONAOLhnO14m3bN17ubSc4oihy0bJ { position:absolute;display:block;z-index:15030;background-color:#517900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:33px;width:343px;top:578px;left:828px;display:block; }
#CUZJuBTEyIEf0ONc8zbWcur1pSCVshL4 { color:#ffffff;display:block;width:343px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:580px;left:429px;height:28.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sE6W3SSZnyA9L8DccEKTryLkc65VHne8 { color:#ffffff;display:block;width:343px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:580px;left:829px;height:28.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OPKMfDy7IPGnirWtIhvM4DzNqUJ6gDh3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:216px;width:342px;top:362px;left:428px;overflow:hidden;display:block; }
#deRQz7KuacGMAT4vkCuuqFCdRPSqPuwh { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:216px;width:342px;top:362px;left:828px;overflow:hidden;display:block; }
#us7wCfd5mhSMpLCG8W8XEt1ARpg366Ok { position:absolute;display:block;z-index:15009;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;height:216px;width:342px;top:362px;left:28px;overflow:hidden;display:block; }
#PB8uDlvGFnWCCnvFczUT97N26G2A8gX1 { color:#ffffff;display:block;width:343px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:580px;left:29px;height:28.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIpxnGnwRuKh1U24uU5tuRkLvdKFHiQ0 { position:absolute;display:block;z-index:15024;background-color:#517900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:33px;width:342px;top:578px;left:28px;display:block; }
#gJukgA8GC7nvtcZwzaNA9UdG16IA8W9d { position:absolute;display:block;z-index:15036;background-color:#517900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:33px;width:342px;top:847px;left:428px;display:block; }
#snfpgkAZZKBWnQwdlOav0FvOOt1V1mPf { position:absolute;display:block;z-index:15039;background-color:#517900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:33px;width:342px;top:847px;left:828px;display:block; }
#k9Qnr026ethwQJ6BNz4Tya9C4OpTEC59 { color:#ffffff;display:block;width:343px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:849px;left:429px;height:28.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ONdN2H4qG5w0e0LzwmXz0hD0CghQnreQ { color:#ffffff;display:block;width:343px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:849px;left:829px;height:28.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Of26XhXW56T4P5xP4tkdSb6rxAzVJ39l { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:216px;width:342px;top:631px;left:428px;overflow:hidden;display:block; }
#gNGTLINaiKo9vJflsPJdJ66QioZXWMJO { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:216px;width:342px;top:631px;left:828px;overflow:hidden;display:block; }
#Wv9tFacTIDmnelDR8pwvKIOdUcuvZNT8 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:215px;width:342px;top:631px;left:28px;overflow:hidden;display:block; }
#lk1I9tItuKETAauqLmDzPrhmQE56U2cc { color:#ffffff;display:block;width:341px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:848.09999084473px;left:28.5px;height:28.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sdBadZqkeb5x5yHIxhQi2btJIDPMnEx1 { position:absolute;display:block;z-index:15033;background-color:#517900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:33px;width:342px;top:846px;left:28px;display:block; }
#eXPo6L6SV9EF9gNvqOEQ9hT1OEvkNC5C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff2ef;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; }#eXPo6L6SV9EF9gNvqOEQ9hT1OEvkNC5C > .row .container { background-color: transparent; background-image: none; }#eXPo6L6SV9EF9gNvqOEQ9hT1OEvkNC5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXPo6L6SV9EF9gNvqOEQ9hT1OEvkNC5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXPo6L6SV9EF9gNvqOEQ9hT1OEvkNC5C > .row .container > .video-iframe-container { display: none; }#eXPo6L6SV9EF9gNvqOEQ9hT1OEvkNC5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXPo6L6SV9EF9gNvqOEQ9hT1OEvkNC5C > .row > .video-iframe-container { display: none; }#eXPo6L6SV9EF9gNvqOEQ9hT1OEvkNC5C > .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); }#eXPo6L6SV9EF9gNvqOEQ9hT1OEvkNC5C > .row .container { border-width: 0; border-radius: 0; }#eXPo6L6SV9EF9gNvqOEQ9hT1OEvkNC5C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eXPo6L6SV9EF9gNvqOEQ9hT1OEvkNC5C > .row .container { font-size:14px;font-family:arial;height:401px;width:1200px;position:relative;display:block; }#CCKfBgwizxnwSp8TMD9tTutyWrIHXVTx { position:absolute;display:block;z-index:15000;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;height:336px;width:601px;top:32.5px;left:0px;overflow:hidden;display:block; }
#rtwQXwOSCVURRDJOcIH29Li87GN5VIuT { color:#333333;display:block;width:433px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:51px;left:683.5px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p5Wa4OI9RoFnbMpLZNkRNEw0oScK3n6J { color:#517900;display:block;width:70px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:120px;left:719px;height:230.3442px;text-align:left;text-align-last:left;display:block; }
#TVrSWCyZILNBlCDsgG5TW2MC8JxFcHkM { color:#517900;display:block;width:279px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:120px;left:802px;height:230.3442px;text-align:left;text-align-last:left;display:block; }
#p1dAlO2fi742i2eLuoeLtpuwNB4UW15r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a968d4cc-deed-4862-8f44-1886aa598574/DSC00390HDR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p1dAlO2fi742i2eLuoeLtpuwNB4UW15r.adaptive-delivery-prevent-bg, #p1dAlO2fi742i2eLuoeLtpuwNB4UW15r.lazyload, #p1dAlO2fi742i2eLuoeLtpuwNB4UW15r.lazyloading { background-image: none; }#p1dAlO2fi742i2eLuoeLtpuwNB4UW15r > .row .container { background-color: transparent; background-image: none; }#p1dAlO2fi742i2eLuoeLtpuwNB4UW15r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,242,239,0.85); }#p1dAlO2fi742i2eLuoeLtpuwNB4UW15r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1dAlO2fi742i2eLuoeLtpuwNB4UW15r > .row .container > .video-iframe-container { display: none; }#p1dAlO2fi742i2eLuoeLtpuwNB4UW15r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,242,239,0.85); }#p1dAlO2fi742i2eLuoeLtpuwNB4UW15r > .row > .video-iframe-container { display: none; }#p1dAlO2fi742i2eLuoeLtpuwNB4UW15r > .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); }#p1dAlO2fi742i2eLuoeLtpuwNB4UW15r > .row .container { border-width: 0; border-radius: 0; }#p1dAlO2fi742i2eLuoeLtpuwNB4UW15r::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; }#p1dAlO2fi742i2eLuoeLtpuwNB4UW15r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p1dAlO2fi742i2eLuoeLtpuwNB4UW15r > .row .container { font-size:14px;font-family:arial;height:276px;width:1200px;position:relative;display:block; }#Gy8v83xRAkx9y9tAKat47STn5onXS66S { color:#517900;display:block;width:898px;position:absolute;font-family:poppins;font-size:40px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21px;left:151px;height:104px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kPPTNiq7XBzcNM9PQACZvtMociBQWsha { color:#517900;display:block;width:960px;position:absolute;font-family:poppins;font-size:24px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:129.99998474121px;left:120px;height:31.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GBv9zIDA0VJVzt0GOGP6yDOn76Lm7wr8 { background-color:#517900;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:291px;height:55px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:182px;left:454.5px;display:block; }
#u70dxUFFNIrTboUxoGmIZ67Xp5G7SUC1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#517900;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; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:14px;font-family:arial;height:193px;width:1200px;position:relative;display:block; }#WtQRdLrd9B1nobKLlMgTll0TAr4CpFQg { color:#ffffff;display:block;width:898px;position:absolute;font-family:poppins;font-size:32px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:22.000030517578px;left:151px;height:41.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x950PWK3asbtBigLkoidPRiLGJ7c1uCh { color:#ffffff;display:block;width:898px;position:absolute;font-family:poppins;font-size:24px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:72.800048828125px;left:151px;height:93.5625px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:14px;font-family:arial;height:53px;width:1200px;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:#ffffff;display:block;width:484px;position:absolute;font-family:poppins;font-size:14px;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:17.399963378906px;left:358px;height:18.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { top:173px;left:431px;width:333px;height:0;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-regular-label { display:block;width:294px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-input-text { width:294px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-input-text {padding-top: 0; padding-bottom: 0;}#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-textarea { width:294px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-input-select { width:294px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-input-select {padding-top: 0; padding-bottom: 0;}#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-input-button { width:294px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-checkbox-label { width:275px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm  { width:294px;height:auto;top:289px;left:430px; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .radio-container { width:294px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm {display:block;}#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm { width:294px;height:auto;top:289px;left:430px; }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #FmP0EreWEafXDTOJWCqT1WkcTBKW77gu {  }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #tsQH1E8HAcD3SIlJrfVNcE9kZxL8IxsN { display:none; }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #HUm3s62oEi8psBhCoVVCtVGzUzwfzDUR {  }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #oV2lBDSTFXx6khuSfDok9sntDSVWtSAm {  }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #kxkcTiVRpzOlJE3XJ6oZsLXUcR0eTAvN { display:none; }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #De4k8ByB1d0wLek29fHlhtk7ZlKLc5TV {  }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #Ek3uMpxpBzJNOyiOamVEtswTzBdhVHuD {  }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #x5RkBH4n317h0b13Is8QUGZeAg2UGHsK { display:none; }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #BLmKgsKXfzQhUlrBDPu2nTqUgo1LqhRM {  }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #KOiJTafrCndHaEgQfToLcztu1Eg7h7OK {  }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #mMvb20BUvaGQSEUAh5eytUVRcOJb9aLp { display:none; }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #mUBbZ28v2Woek632IByeuEsHqKmkxyps {  }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #ib0ynia2r9hCI0s2CT8purUenv4bSF7C {  }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #gQRbf391MNWmc3r6uHXgGpazTODt7DoZ {  }
 }@media only screen and (max-width: 763px) { #LWa2kdtedDN7N47va8UFAKuTqcOgJlJe { top:245px;left:431px;width:333px;height:36px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #wOmhxkLumuTJITByOm3rZQRTu0Dva8Df { top:40px;left:232px;width:300px;height:99px;display:block; }
 }@media only screen and (max-width: 763px) { #nfkQexHW4t6dGc32qlboOpcR1VITfVcH { top:219px;left:0px;width:700px;height:224px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #uSrUxQRBkIKXinq6wXka4TBalVi4W4vG { top:239px;left:0px;width:700px;height:0;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #iSc7P3EVyXB1Pv7ivmUknSSlgo6EWBzH { top:426px;left:0px;width:700px;height:0;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Bs4eziRTKCcMPOiAyi4iFUHf878Znrm5 { top:192px;left:10.5px;width:343px;height:0;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #TycPxRTGg7oVnqTtTM9GbvMu3VVtpQc1 { top:489px;left:0px;width:700px;height:;font-size:20px;display:block; }#TycPxRTGg7oVnqTtTM9GbvMu3VVtpQc1 li:before{  }
 }@media only screen and (max-width: 763px) { #kpQOIMc8wC8HgukgABRFDVJe32XSBGfG { top:461px;left:0px;width:235px;height:72px;font-size:16px;display:block; }#kpQOIMc8wC8HgukgABRFDVJe32XSBGfG li:before{  }
 }@media only screen and (max-width: 763px) { #g2Jxh5cWiGZxquZvcKnlowWca7mi0iqV { top:461px;left:231px;width:181px;height:72px;font-size:16px;display:block; }#g2Jxh5cWiGZxquZvcKnlowWca7mi0iqV li:before{  }
 }@media only screen and (max-width: 763px) { #pttDPzNO0DcE7alpyq1xudQhDA5fg0dw { top:609px;left:0px;width:326px;height:13px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #OHeHKTwhz4T33O5AIb5KLuBbJqCanRMc { display:block; }#OHeHKTwhz4T33O5AIb5KLuBbJqCanRMc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IG40mcz5kOSTk9HH01IsrT3mKLldVCE0 { top:20px;left:0px;width:764px;height:31px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #JRV0DLnQINrle0wSkpwAvi2KvVRen48k { top:61px;left:0px;width:764px;height:62px;font-size:7px;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { top:32px;left:218px;width:546px;height:80px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { top:130px;left:182px;width:582px;height:4px;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { top:148px;left:189px;width:575px;height:447px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #LdtGTyZH0qXu0XiWniVfeeybwRe8trr1 { top:0px;left:0px;width:601px;height:601px;display:block; }
 }@media only screen and (max-width: 763px) { #AMhUCrJLuhi9iLCNTqKxglH40Bp8cJfn { display:block; }#AMhUCrJLuhi9iLCNTqKxglH40Bp8cJfn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #II8wiue8tTpoPsTO5eUTFAnQaIFhp64T { top:90px;left:0px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #B1F1ZISMfOL2ftHEgLibCAuH4O96b2RK { top:197px;left:205px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #qSK9NZcQZN5o1IXit145X8n3xuF0W5zV { top:258px;left:205px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #qRD5dhvIqlUnbrPetsLTogtWpTl3Qr53 { top:318px;left:205px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #wULDQT3ynqemzAmiXLZoGMsuIz3r49UG { top:201px;left:184px;width:198px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #i0gLKr5zxbzoTOiuaJf89RAAAKSSArBL { top:262px;left:184px;width:198px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #stp4BsltSCBNHV0WVgRi287mroTa31Jx { top:318px;left:184px;width:198px;height:54px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OqKvu5KX1usbBeTFJlE3w3HZcAvxIPIP { top:107px;left:494px;width:270px;height:70px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hdTUiJo8XPndDhBTMVu08et75E8VP895 { top:197px;left:589px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #MC3cVyJuppIfEevdaavgy5h2qlG6wBS2 { top:201px;left:566px;width:198px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #erBkRAmHF3Wk96X96RTC0MIKtdEUEHQo { top:258px;left:589px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #VN9r4ag7om6E17kTp58957zza31lC131 { top:262px;left:566px;width:198px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SsOdv2rFo9T4e2vzeNc5zKkDylSQTZ3G { top:318px;left:589px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #D9Ek9AT1DyDWcDMPTrWinxiK9HQGMcli { top:318px;left:566px;width:198px;height:54px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CD466q6sJqbzXZy7PaK8UBmdS0ym0U3t { top:20px;left:75px;width:307px;height:52px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #fCPILOiOdVBNupQCTJhgxCmN3U7U6UMQ { top:90px;left:382px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #wVPcBVStb3TS7QNpQSdm6NVsTgeV1ZRw { top:107px;left:112px;width:270px;height:70px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #P8xgmUIcd9H51QpUPTKNNvZlF0SHc2Vz { width:291px;height:55px;top:421px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #totKGSZUqMKkM8kM0nU7C9Wb43XrIAiO { display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsRBJTfGbPwo1esaFeiTCvXTZr14bHnP { top:21px;left:0px;width:764px;height:52px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #fJyDkD2pWl7JSzr0bh1Uic3VIDGnBImH { top:103px;left:54px;width:83px;height:83px;display:block; }
 }@media only screen and (max-width: 763px) { #VAcsiCUZzeHrXQb9ASr7k2lICCU9PKbO { top:103px;left:245px;width:83px;height:83px;display:block; }
 }@media only screen and (max-width: 763px) { #LLrkURE7f0NsiaGSfLchGfWCp6MXTCGt { top:103px;left:436px;width:83px;height:83px;display:block; }
 }@media only screen and (max-width: 763px) { #IkQcskAQwyaxRQPMTVTuilUdvGK8WgPB { top:103px;left:627px;width:83px;height:83px;display:block; }
 }@media only screen and (max-width: 763px) { #MoofiBWUqzaizLXSVtL8TobAuG607Xpu { top:206px;left:0px;width:274px;height:109px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OPPxpKl12PifgrDsJqISWOKKdQz5Vmbx { top:206px;left:108px;width:274px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TsZV7cvAqwrJP92A2qmWNA76a6kLsg1H { top:206px;left:299px;width:274px;height:91px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MWog5DSnMzyDGa5HISq8ou2cXEd8aIfO { top:206px;left:490px;width:274px;height:109px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QN0ApRDk2QVgZpOMtv5ftxxmzIRimpPn { display:block; }#QN0ApRDk2QVgZpOMtv5ftxxmzIRimpPn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUV8yTKZMM2JdaBBnUNJlIdGiIMTWzHC { top:93px;left:0px;width:344px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #xorOBRqNNG0h6fih1lzmzI8vB1lyQhSK { top:21px;left:134px;width:374px;height:52px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #eXwMxekKyqb20e2eHBLaPLhzAwp8dvVe { top:311px;left:0px;width:343px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GVLvNfBPpTXnsxrb0LPLQMKsOKotOMt0 { top:309px;left:0px;width:344px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #IrRkvvBtt7QZtCIQD52C0AzorohHMyeC { top:311px;left:165px;width:343px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VqdtewNskiwB9cgQk3gsNzqBbEJdI2gL { top:309px;left:171px;width:342px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #whKV7ECT5eeW8pL7QKgHb74Aas5ghHSi { top:93px;left:166px;width:342px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #O5u0gnQTsPoChTSuXXpZwZipqzK5s1G5 { top:311px;left:419px;width:343px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #dnMPHRDcnTys5dEsOerRrpDpcDSFb73J { top:309px;left:418px;width:342px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #IxAuqeCd5LSRdNMHtXWG0hxdsvTSuyNq { top:93px;left:420px;width:342px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #HsOvCT1rC88bdMJV9UndwHfxTHRBV36U { top:578px;left:164px;width:342px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #DTgeONAOLhnO14m3bN17ubSc4oihy0bJ { top:578px;left:418px;width:343px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #CUZJuBTEyIEf0ONc8zbWcur1pSCVshL4 { top:580px;left:165px;width:343px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sE6W3SSZnyA9L8DccEKTryLkc65VHne8 { top:580px;left:419px;width:343px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OPKMfDy7IPGnirWtIhvM4DzNqUJ6gDh3 { top:362px;left:164px;width:342px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #deRQz7KuacGMAT4vkCuuqFCdRPSqPuwh { top:362px;left:418px;width:342px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #us7wCfd5mhSMpLCG8W8XEt1ARpg366Ok { top:362px;left:0px;width:342px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #PB8uDlvGFnWCCnvFczUT97N26G2A8gX1 { top:580px;left:0px;width:343px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RIpxnGnwRuKh1U24uU5tuRkLvdKFHiQ0 { top:578px;left:0px;width:342px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #gJukgA8GC7nvtcZwzaNA9UdG16IA8W9d { top:847px;left:165px;width:342px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #snfpgkAZZKBWnQwdlOav0FvOOt1V1mPf { top:847px;left:418px;width:342px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #k9Qnr026ethwQJ6BNz4Tya9C4OpTEC59 { top:849px;left:165px;width:343px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ONdN2H4qG5w0e0LzwmXz0hD0CghQnreQ { top:849px;left:419px;width:343px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Of26XhXW56T4P5xP4tkdSb6rxAzVJ39l { top:631px;left:164px;width:342px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #gNGTLINaiKo9vJflsPJdJ66QioZXWMJO { top:631px;left:418px;width:342px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #Wv9tFacTIDmnelDR8pwvKIOdUcuvZNT8 { top:631px;left:0px;width:342px;height:215px;display:block; }
 }@media only screen and (max-width: 763px) { #lk1I9tItuKETAauqLmDzPrhmQE56U2cc { top:848px;left:0px;width:341px;height:29px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sdBadZqkeb5x5yHIxhQi2btJIDPMnEx1 { top:846px;left:0px;width:342px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #eXPo6L6SV9EF9gNvqOEQ9hT1OEvkNC5C { display:block; }#eXPo6L6SV9EF9gNvqOEQ9hT1OEvkNC5C > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCKfBgwizxnwSp8TMD9tTutyWrIHXVTx { top:32px;left:0px;width:601px;height:336px;display:block; }
 }@media only screen and (max-width: 763px) { #rtwQXwOSCVURRDJOcIH29Li87GN5VIuT { top:51px;left:331px;width:433px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #p5Wa4OI9RoFnbMpLZNkRNEw0oScK3n6J { top:120px;left:392px;width:70px;height:230px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TVrSWCyZILNBlCDsgG5TW2MC8JxFcHkM { top:120px;left:475px;width:279px;height:230px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #p1dAlO2fi742i2eLuoeLtpuwNB4UW15r { display:block; }#p1dAlO2fi742i2eLuoeLtpuwNB4UW15r > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gy8v83xRAkx9y9tAKat47STn5onXS66S { top:21px;left:0px;width:764px;height:104px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #kPPTNiq7XBzcNM9PQACZvtMociBQWsha { top:129px;left:0px;width:764px;height:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GBv9zIDA0VJVzt0GOGP6yDOn76Lm7wr8 { width:291px;height:55px;top:182px;left:236.5px;display:block; }
 }@media only screen and (max-width: 763px) { #u70dxUFFNIrTboUxoGmIZ67Xp5G7SUC1 { display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtQRdLrd9B1nobKLlMgTll0TAr4CpFQg { top:22px;left:0px;width:764px;height:41px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #x950PWK3asbtBigLkoidPRiLGJ7c1uCh { top:72px;left:0px;width:764px;height:93px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:17px;left:140px;width:484px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/36774d05-b3ff-465b-8174-2ec58baf6e13/sidoarjoview03.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.9); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.9); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:320px;height:890px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { width:279px;height:52.8px;top:472px;left:20px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-regular-label { display:block;width:272px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-input-text { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-input-text {padding-top: 0; padding-bottom: 0;}#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-textarea { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-input-select { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-input-select {padding-top: 0; padding-bottom: 0;}#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-input-button { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .widget-checkbox-label { width:253px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm  { width:272px;height:auto;top:428.20001220703px;left:4px; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm .radio-container { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm {display:block;}#XBQvNxMph4qS7JLGWfLgvSE10aToIAIm { width:272px;height:277px;top:566px;left:4px; }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #FmP0EreWEafXDTOJWCqT1WkcTBKW77gu {  }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #tsQH1E8HAcD3SIlJrfVNcE9kZxL8IxsN { display:none; }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #HUm3s62oEi8psBhCoVVCtVGzUzwfzDUR {  }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #oV2lBDSTFXx6khuSfDok9sntDSVWtSAm {  }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #kxkcTiVRpzOlJE3XJ6oZsLXUcR0eTAvN { display:none; }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #De4k8ByB1d0wLek29fHlhtk7ZlKLc5TV {  }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #Ek3uMpxpBzJNOyiOamVEtswTzBdhVHuD {  }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #x5RkBH4n317h0b13Is8QUGZeAg2UGHsK { display:none; }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #BLmKgsKXfzQhUlrBDPu2nTqUgo1LqhRM {  }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #KOiJTafrCndHaEgQfToLcztu1Eg7h7OK {  }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #mMvb20BUvaGQSEUAh5eytUVRcOJb9aLp { display:none; }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #mUBbZ28v2Woek632IByeuEsHqKmkxyps {  }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #ib0ynia2r9hCI0s2CT8purUenv4bSF7C {  }
 }@media only screen and (max-width: 763px) { #XBQvNxMph4qS7JLGWfLgvSE10aToIAIm #gQRbf391MNWmc3r6uHXgGpazTODt7DoZ {  }
 }@media only screen and (max-width: 763px) { #LWa2kdtedDN7N47va8UFAKuTqcOgJlJe { width:320px;height:36.4px;top:524.8px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOmhxkLumuTJITByOm3rZQRTu0Dva8Df { width:190px;height:62px;top:20px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #nfkQexHW4t6dGc32qlboOpcR1VITfVcH { width:320px;height:96px;top:149px;left:0px;font-size:60px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSrUxQRBkIKXinq6wXka4TBalVi4W4vG { width:320px;height:0;top:155px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSc7P3EVyXB1Pv7ivmUknSSlgo6EWBzH { width:320px;height:0;top:236.2px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bs4eziRTKCcMPOiAyi4iFUHf878Znrm5 { width:320px;height:0;top:122px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TycPxRTGg7oVnqTtTM9GbvMu3VVtpQc1 { width:320px;height:0;top:391.2px;left:0px;font-size:20px;display:block; }#TycPxRTGg7oVnqTtTM9GbvMu3VVtpQc1 li:before{  }
 }@media only screen and (max-width: 763px) { #kpQOIMc8wC8HgukgABRFDVJe32XSBGfG { width:235px;height:72.4px;top:251.2px;left:42px;font-size:16px;display:block; }#kpQOIMc8wC8HgukgABRFDVJe32XSBGfG li:before{  }
 }@media only screen and (max-width: 763px) { #g2Jxh5cWiGZxquZvcKnlowWca7mi0iqV { width:181px;height:72.4px;top:329.60000610352px;left:42px;font-size:16px;display:block; }#g2Jxh5cWiGZxquZvcKnlowWca7mi0iqV li:before{  }
 }@media only screen and (max-width: 763px) { #pttDPzNO0DcE7alpyq1xudQhDA5fg0dw { width:320px;height:13px;top:432.99999237061px;left:0px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHeHKTwhz4T33O5AIb5KLuBbJqCanRMc { display:block; }#OHeHKTwhz4T33O5AIb5KLuBbJqCanRMc > .row .container { width:320px;height:73px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IG40mcz5kOSTk9HH01IsrT3mKLldVCE0 { width:320px;height:13px;top:10px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #JRV0DLnQINrle0wSkpwAvi2KvVRen48k { width:308px;height:27.3px;top:32.850006103516px;left:0px;font-size:7px;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:320px;height:861px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { width:303px;height:40px;top:350px;left:8px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { width:287px;height:4px;top:397px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { width:288px;height:441.6px;top:411px;left:16px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #LdtGTyZH0qXu0XiWniVfeeybwRe8trr1 { width:320px;height:320px;top:20px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AMhUCrJLuhi9iLCNTqKxglH40Bp8cJfn { display:block; }#AMhUCrJLuhi9iLCNTqKxglH40Bp8cJfn > .row .container { width:320px;height:1180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #II8wiue8tTpoPsTO5eUTFAnQaIFhp64T { width:300px;height:300px;top:62.6px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #B1F1ZISMfOL2ftHEgLibCAuH4O96b2RK { display:flex;width:31px;height:31px;top:443px;left:25px; }
 }@media only screen and (max-width: 763px) { #qSK9NZcQZN5o1IXit145X8n3xuF0W5zV { display:flex;width:31px;height:31px;top:477px;left:25px; }
 }@media only screen and (max-width: 763px) { #qRD5dhvIqlUnbrPetsLTogtWpTl3Qr53 { display:flex;width:31px;height:31px;top:512px;left:25px; }
 }@media only screen and (max-width: 763px) { #wULDQT3ynqemzAmiXLZoGMsuIz3r49UG { width:198px;height:20.8px;top:447px;left:71px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #i0gLKr5zxbzoTOiuaJf89RAAAKSSArBL { width:198px;height:20.8px;top:481px;left:71px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #stp4BsltSCBNHV0WVgRi287mroTa31Jx { width:198px;height:48px;top:512px;left:71px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OqKvu5KX1usbBeTFJlE3w3HZcAvxIPIP { width:270px;height:62.4px;top:894.60009765625px;left:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hdTUiJo8XPndDhBTMVu08et75E8VP895 { display:flex;width:31px;height:31px;top:962px;left:25px; }
 }@media only screen and (max-width: 763px) { #MC3cVyJuppIfEevdaavgy5h2qlG6wBS2 { width:198px;height:20.8px;top:965.80004882812px;left:71px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #erBkRAmHF3Wk96X96RTC0MIKtdEUEHQo { display:flex;width:31px;height:31px;top:996px;left:25px; }
 }@media only screen and (max-width: 763px) { #VN9r4ag7om6E17kTp58957zza31lC131 { width:198px;height:20.8px;top:999.80004882812px;left:71px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SsOdv2rFo9T4e2vzeNc5zKkDylSQTZ3G { display:flex;width:31px;height:31px;top:1031px;left:25px; }
 }@media only screen and (max-width: 763px) { #D9Ek9AT1DyDWcDMPTrWinxiK9HQGMcli { width:198px;height:48px;top:1031px;left:71px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CD466q6sJqbzXZy7PaK8UBmdS0ym0U3t { width:307px;height:36.4px;top:10px;left:6px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #fCPILOiOdVBNupQCTJhgxCmN3U7U6UMQ { width:300px;height:300px;top:584.60009765625px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #wVPcBVStb3TS7QNpQSdm6NVsTgeV1ZRw { width:270px;height:62.4px;top:372.60000610352px;left:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #P8xgmUIcd9H51QpUPTKNNvZlF0SHc2Vz { width:291px;height:55px;top:1103.6000976562px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #totKGSZUqMKkM8kM0nU7C9Wb43XrIAiO { display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7e5ea383-9a25-4273-866e-d9531d4685fe/IMG_20210919_141434.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM.adaptive-delivery-prevent-bg, #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM.lazyload, #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM.lazyloading { background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(81,121,0,0.9); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(81,121,0,0.9); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:320px;height:1055px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsRBJTfGbPwo1esaFeiTCvXTZr14bHnP { width:305px;height:109.2px;top:10px;left:7.5px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #fJyDkD2pWl7JSzr0bh1Uic3VIDGnBImH { width:83px;height:83px;top:164.8px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #VAcsiCUZzeHrXQb9ASr7k2lICCU9PKbO { width:83px;height:83px;top:397px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #LLrkURE7f0NsiaGSfLchGfWCp6MXTCGt { width:83px;height:83px;top:592.8px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #IkQcskAQwyaxRQPMTVTuilUdvGK8WgPB { width:83px;height:83px;top:806.8px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #MoofiBWUqzaizLXSVtL8TobAuG607Xpu { width:274px;height:109.2px;top:267.8px;left:23px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OPPxpKl12PifgrDsJqISWOKKdQz5Vmbx { width:274px;height:72.8px;top:500px;left:23px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TsZV7cvAqwrJP92A2qmWNA76a6kLsg1H { width:274px;height:91px;top:695.8px;left:23px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MWog5DSnMzyDGa5HISq8ou2cXEd8aIfO { width:274px;height:109.2px;top:909.8px;left:23px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QN0ApRDk2QVgZpOMtv5ftxxmzIRimpPn { display:block; }#QN0ApRDk2QVgZpOMtv5ftxxmzIRimpPn > .row .container { width:320px;height:2247px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUV8yTKZMM2JdaBBnUNJlIdGiIMTWzHC { width:320px;height:200.933px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xorOBRqNNG0h6fih1lzmzI8vB1lyQhSK { width:320px;height:36.4px;top:10.2001953125px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #eXwMxekKyqb20e2eHBLaPLhzAwp8dvVe { width:320px;height:28.8px;top:263.033203125px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GVLvNfBPpTXnsxrb0LPLQMKsOKotOMt0 { width:320px;height:33px;top:260.93310546875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IrRkvvBtt7QZtCIQD52C0AzorohHMyeC { width:320px;height:28.8px;top:995.89990234375px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VqdtewNskiwB9cgQk3gsNzqBbEJdI2gL { width:320px;height:33px;top:993.89990234375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #whKV7ECT5eeW8pL7QKgHb74Aas5ghHSi { width:320px;height:202.1px;top:792.7998046875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #O5u0gnQTsPoChTSuXXpZwZipqzK5s1G5 { width:320px;height:28.8px;top:1726.2001953125px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #dnMPHRDcnTys5dEsOerRrpDpcDSFb73J { width:320px;height:33px;top:1724.2001953125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IxAuqeCd5LSRdNMHtXWG0hxdsvTSuyNq { width:320px;height:202.1px;top:1523.1000976562px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HsOvCT1rC88bdMJV9UndwHfxTHRBV36U { width:320px;height:33px;top:1237px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DTgeONAOLhnO14m3bN17ubSc4oihy0bJ { width:320px;height:33px;top:1968.2998046875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CUZJuBTEyIEf0ONc8zbWcur1pSCVshL4 { width:320px;height:28.8px;top:1239px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sE6W3SSZnyA9L8DccEKTryLkc65VHne8 { width:320px;height:28.8px;top:1970.2998046875px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OPKMfDy7IPGnirWtIhvM4DzNqUJ6gDh3 { width:320px;height:202.1px;top:1035.8999023438px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #deRQz7KuacGMAT4vkCuuqFCdRPSqPuwh { width:320px;height:202.1px;top:1766.2001953125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #us7wCfd5mhSMpLCG8W8XEt1ARpg366Ok { width:320px;height:202.1px;top:303.93310546875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PB8uDlvGFnWCCnvFczUT97N26G2A8gX1 { width:320px;height:28.8px;top:508.033203125px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RIpxnGnwRuKh1U24uU5tuRkLvdKFHiQ0 { width:320px;height:33px;top:506.033203125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gJukgA8GC7nvtcZwzaNA9UdG16IA8W9d { width:320px;height:33px;top:1481.1000976562px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #snfpgkAZZKBWnQwdlOav0FvOOt1V1mPf { width:320px;height:33px;top:2212.400390625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #k9Qnr026ethwQJ6BNz4Tya9C4OpTEC59 { width:320px;height:28.8px;top:1483.1000976562px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ONdN2H4qG5w0e0LzwmXz0hD0CghQnreQ { width:320px;height:28.8px;top:2214.400390625px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Of26XhXW56T4P5xP4tkdSb6rxAzVJ39l { width:320px;height:202.1px;top:1280px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gNGTLINaiKo9vJflsPJdJ66QioZXWMJO { width:320px;height:202.1px;top:2011.2998046875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Wv9tFacTIDmnelDR8pwvKIOdUcuvZNT8 { width:320px;height:201.167px;top:549.033203125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lk1I9tItuKETAauqLmDzPrhmQE56U2cc { width:320px;height:28.8px;top:752.2998046875px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sdBadZqkeb5x5yHIxhQi2btJIDPMnEx1 { width:320px;height:33px;top:750.2001953125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eXPo6L6SV9EF9gNvqOEQ9hT1OEvkNC5C { display:block; }#eXPo6L6SV9EF9gNvqOEQ9hT1OEvkNC5C > .row .container { width:320px;height:499px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCKfBgwizxnwSp8TMD9tTutyWrIHXVTx { width:320px;height:178.9px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rtwQXwOSCVURRDJOcIH29Li87GN5VIuT { width:320px;height:78px;top:207.900390625px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #p5Wa4OI9RoFnbMpLZNkRNEw0oScK3n6J { width:70px;height:201.6px;top:296px;left:15px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TVrSWCyZILNBlCDsgG5TW2MC8JxFcHkM { width:238px;height:201.6px;top:296px;left:68px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #p1dAlO2fi742i2eLuoeLtpuwNB4UW15r { display:block; }#p1dAlO2fi742i2eLuoeLtpuwNB4UW15r > .row .container { width:320px;height:276px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gy8v83xRAkx9y9tAKat47STn5onXS66S { width:315px;height:85.8px;top:20px;left:2.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #kPPTNiq7XBzcNM9PQACZvtMociBQWsha { width:306px;height:70.2px;top:105.80001831055px;left:7px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GBv9zIDA0VJVzt0GOGP6yDOn76Lm7wr8 { width:291px;height:55px;top:202.7998046875px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #u70dxUFFNIrTboUxoGmIZ67Xp5G7SUC1 { display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:320px;height:158px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtQRdLrd9B1nobKLlMgTll0TAr4CpFQg { width:320px;height:46.8px;top:10px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #x950PWK3asbtBigLkoidPRiLGJ7c1uCh { width:320px;height:78px;top:66.400390625px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:320px;height:62px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:320px;height:36.4px;top:12.799987792969px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }