.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0b0b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container { background-color: transparent; background-image: none; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container > .video-iframe-container { display: none; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row > .video-iframe-container { display: none; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .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); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container { border-width: 0; border-radius: 0; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:block; }#JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { 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;box-shadow: none;height:5.186525rem;width:4.499025rem;top:1.4375rem;left:4.37109375rem;overflow:hidden;display:block; }
#q4yDyq19WJ124snsnwHQZelCWXPmtEPE { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5rem;left:45.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#VXA7EpywCnETrMcUNIamVUARaW520W0D { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.31228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:2.875rem;left:44.5rem;display:block; }
#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3c523107-152d-45eb-bcce-d5c848c260a5/122.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; }#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(0,0,0,0); }#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(0,0,0,0); }#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 > .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:0.875rem;font-family:arial;height:41.8125rem;width:60rem;position:relative;display:block; }#qpvC8ZJmxnKH9ed9ZFTozMTcLkOCXqwf { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 2.5rem rgba(0,0,0,0.52) ;height:33.3125rem;width:21.875rem;top:6.9375rem;left:35.1875rem;display:block; }
#uhnOoggfzp7alpliScOOGJ5QwCkhE92H { color:#2a2a2a;display:block;width:15.4980625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.625rem;left:38.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:14.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:tahoma, arial, sans-serif;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:tahoma, arial, sans-serif;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#95c11f;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:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#f2f9ff;width:14.375rem;height:2.9375rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#a09d9d;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#a09d9d;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#a09d9d;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#a09d9d;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:37.6875rem;top:14.4375rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:37.6875rem;top:14.4375rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fTNoG8R2JoIex2nDWoqSVpA3fIuzBRyH { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #U8n0NSXyVNvyArREAmBHrSdGgI7DZVyT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #dtXlHGIewMm2rOiL44aynW31Us4zvTeu { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #CRsuKoAWPdq3E3bVh9oHW8SipcA0OvcC { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #eNvRtOH1eVuEbiTx9pfl2C735SxFT6gc { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EH8yzi8ubhqJZtHIPfLs85bZpK14ESsU { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #OCHwBcF2lP1Cvf6a5qnaNweQswIxwkoB { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #OCHwBcF2lP1Cvf6a5qnaNweQswIxwkoB .container-column{width:100%;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #qVdg3oTOENJ45HM4fdbJTCfI8wxKQAB6 { position:relative;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #DG3MD6aF9GhyU9VsBMcg1Cl1Sm06QFy8 { position:relative;z-index:2; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #FpfWZTRZmxFZT9OM0WfnlTUVUkFyg2nI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #X5HwyF9sZ8UHCHT7pdCLR3yddN6puNU9 { position:relative;z-index:2; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #q5KkkCDmxxel110uAk5UJbOAtaCrneIs { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #HscAAiDOaBQPv0pyeOHUi8zzdS9uFp1J { position:relative;z-index:2; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #B8e1L7zSHH4yhXuZGuO2UnSNNd9vf7rX { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #ED31kl7V3mG3RzI2dmzJ3Jfl3fKnbmD2 { position:relative;z-index:2; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #DNTSVNIon2P7Tk5EvJOl5nwV5RaVfxu2 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#yH6iHsiHaaVLwXbQCoSV8UVc2bw2W2yD { color:#ffffff;display:block;width:32.871125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0rem 0rem 1.875rem #231b1b;top:6.9375rem;left:0.875rem;height:;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; }
#TSJAfA4iqH1aMIyTMfZfKqymTWXoLGDe { background-color:#af1556;background-image:url("https://images.assets-landingi.com/uc/13cd87b4-8727-4d16-b203-8a196c7bce2a/_GSC_navidad_banner_colinas_casas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TSJAfA4iqH1aMIyTMfZfKqymTWXoLGDe.adaptive-delivery-prevent-bg, #TSJAfA4iqH1aMIyTMfZfKqymTWXoLGDe.lazyload, #TSJAfA4iqH1aMIyTMfZfKqymTWXoLGDe.lazyloading { background-image: none; }#TSJAfA4iqH1aMIyTMfZfKqymTWXoLGDe > .row .container { border-width: 0; border-radius: 0; }#TSJAfA4iqH1aMIyTMfZfKqymTWXoLGDe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TSJAfA4iqH1aMIyTMfZfKqymTWXoLGDe > .row .container { width:60rem;height:52.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#zUqQUzVBDX1vsGzlBGDIMe22vK844IoZ { background-color:#af1556;background-image:url("https://images.assets-landingi.com/uc/c8563fff-b940-4858-b946-c91b060720ed/_GSC_colinas_BuenF_banner1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zUqQUzVBDX1vsGzlBGDIMe22vK844IoZ.adaptive-delivery-prevent-bg, #zUqQUzVBDX1vsGzlBGDIMe22vK844IoZ.lazyload, #zUqQUzVBDX1vsGzlBGDIMe22vK844IoZ.lazyloading { background-image: none; }#zUqQUzVBDX1vsGzlBGDIMe22vK844IoZ > .row .container { border-width: 0; border-radius: 0; }#zUqQUzVBDX1vsGzlBGDIMe22vK844IoZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zUqQUzVBDX1vsGzlBGDIMe22vK844IoZ > .row .container { width:60rem;height:57.875rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#fDHxB3e4N9lAPLCbVQifciy7xCcpt3gh { 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;box-shadow: none;height:49.25rem;width:59.3125rem;display:none; }
#Flio4gAtgLq4p3NSf0D7QkBP9rTW7NaC { z-index:15005;top:53.3740234375rem;left:0rem;background-color:#01763f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.43675rem;height:2.56225625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dQusuXRdLx3m4OHhkotTaAJm06sxG2yg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tm9I2zO2OTnJT8E8cMGvsAH5syhtErro { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4e4c01d1-25e4-4f99-b07c-631624c433a6/_GSC_landing_sep_banner_001.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tm9I2zO2OTnJT8E8cMGvsAH5syhtErro.adaptive-delivery-prevent-bg, #tm9I2zO2OTnJT8E8cMGvsAH5syhtErro.lazyload, #tm9I2zO2OTnJT8E8cMGvsAH5syhtErro.lazyloading { background-image: none; }#tm9I2zO2OTnJT8E8cMGvsAH5syhtErro > .row .container { border-width: 0; border-radius: 0; }#tm9I2zO2OTnJT8E8cMGvsAH5syhtErro > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tm9I2zO2OTnJT8E8cMGvsAH5syhtErro > .row .container { width:60rem;height:48.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#hv2yB1MtnUzxePhrITHGLBqmKZoJXleC { z-index:15004;top:30.0625rem;left:1.5625rem;background-color:#007f6d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#eLeInU6JJyOOhelDnTfgfUVwOTvIW4Zx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qRZGa8kGK1ITCNzqg8gW9v9wvIi85bQe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d5485;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:none; }#qRZGa8kGK1ITCNzqg8gW9v9wvIi85bQe > .row .container { border-width: 0; border-radius: 0; }#qRZGa8kGK1ITCNzqg8gW9v9wvIi85bQe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qRZGa8kGK1ITCNzqg8gW9v9wvIi85bQe > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;position:relative;display:none; }#c8y2RsJHOFrDI141vKfJJLGR5q8VPMLV { 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;box-shadow: none;height:24.8125rem;width:24.8125rem;top:0.9375rem;left:4.8125rem;overflow:hidden;display:block; }
#cQX1MkGDtOHpGk7R7E3A4C9uPTR490Bn { color:#68d820;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.375rem;left:30.3125rem;height:3.0869125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TXbGJfGPkEDAlw57NQXlOoyC4HNiXM4t { color:#faf8f8;display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.125rem;left:30.3125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tWGWTw5KhHbx4hmUfkzfxD2BQw0WIIK3 { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.7109375rem;left:30.3125rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0f867b57-dd06-46f2-b7a4-61d1dc469918/gsclanding23colinas01.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v.adaptive-delivery-prevent-bg, #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v.lazyload, #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v.lazyloading { background-image: none; }#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:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { color:#ec6736;display:block;width:26.3748125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.9375rem;left:32.625rem;height:10rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:13.1875rem;left:32.9375rem;display:block; }
#kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.375rem;left:32.6875rem;height:8.53125rem;display:block; }
#KLt9PWfa0vzy3FZM3T9UEMDGATaKEyHk { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9998125rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.560979366303rem;left:32.624786376953rem;display:block; }
#ipACAllWTPNl4qeqXGWN70cWQyvL49QU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fN6S5Bcur1W6cs1VeexkrZT6Wvd03dHs { 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;box-shadow: none;height:40rem;width:60rem;display:none; }
#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row .container { border-width: 0; border-radius: 0; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:60rem;position:relative;display:none; }#Lz8T6yMuabSZ9eobvwFeXwmugGy5y34E { color:#3f3f3f;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:13.182510375976rem;left:2.880859375rem;height:15rem;display:block; }
#RE3daaEPOeAZekkVTT9oniWT3Utf04tU { color:#3f3f3f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:13.182510375976rem;left:15.381946563721rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mWUpoJhmZ2ZLRCAOhB3ip8WTIockR8Ku { position:absolute;display:block;z-index:15005;background-color:#95c11f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.37456875rem;width:10.561rem;top:2.8125rem;left:11.5rem;display:block; }
#xiiSiwZTezpxwHzux3306tXRPCDymdbV { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:2.875rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FDVEubAn7DJ7OgOtvbJ4hLsfx5eSfxQp { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.8125rem;width:27.9375rem;top:5.0286407470703rem;left:31.093751907349rem;overflow:hidden;display:block; }
#WMpqPwKyKuv598yCVWZike3xkgFcCeJV { color:#3f3f3f;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.685546875rem;left:2.880859375rem;height:3.2504875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ynvU3Z71dy09yPDI7w3qZe1Vx1bh7ZrK { z-index:15002;top:30.8125rem;left:2.4375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95c11f;border-left:0.125rem solid #95c11f;border-right:0.125rem solid #95c11f;border-bottom:0.125rem solid #95c11f;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95c11f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25062125rem;height:2.74978375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x2DEWvXkTNw0XGmMdxW8xg5DpPTW2VdG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vo0WIoZsb7nfehy5v6nOTcXbeXiXIpRD { z-index:15020;top:30.875rem;left:16.0625rem;background-color:#e8e8e8;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#3f3f3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.497375rem;height:2.8737rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uSZrmi6fnPgNVnH4oh5ZCRfAZeonIkF7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NnHbigAVBJ70uSCHFfdAGPWPXA92kJr5 { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"istok web";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:7.591796875rem;left:2.880859375rem;display:block; }
#a003QRgwQUBafoVk6kHgx6FGd2NwsrbO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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:none; }#EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR > .row .container { border-width: 0; border-radius: 0; }#EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:none; }#oTf8UVQnPyDOUsqVBJTdCOhA2yiT62QA { z-index:15019;top:32.875rem;left:32.6875rem;background-color:#e8e8e8;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#3f3f3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oJqXMLoTzU5RTBR4AXWnFSfOqTa71s9v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CvUkSUftGHgneOLwt7QQQDL02EmfrZTP { position:absolute;display:block;z-index:15007;background-color:#95c11f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.18685rem;width:10.811625rem;top:1.4375rem;left:46.375rem;display:block; }
#ArwuIxHSnr1beIaPdFWSqTNMKvpT0Tbm { color:#ffffff;display:block;width:18.9986875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:1.4375rem;left:37.625rem;height:6.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#sARN12V7v88CxmufE1GKc4EQZxTEWXcK { z-index:15001;top:32.875rem;left:44.9375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95c11f;border-left:0.125rem solid #95c11f;border-right:0.125rem solid #95c11f;border-bottom:0.125rem solid #95c11f;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95c11f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:2.874565rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cwyhI0b8VZ8JD2O5N2qOHQRxl0uxJrsH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHvwxlCORgP7NW2hSZBsXftU1fUPQWCd { color:#3f3f3f;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:11.0625rem;left:32.75rem;height:18rem;display:block; }
#PNv5X5kZi56DcfT3EE9pqoL0493gdiwW { color:#3f3f3f;display:block;width:11.749125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:11.0625rem;left:45.5625rem;height:19.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cm3CRA4xouaoHpUo5mKBT2JkONgfq0IT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:26.25rem;top:6.5595703125rem;left:1.875rem;overflow:hidden;display:block; }
#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container { background-color: transparent; background-image: none; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container > .video-iframe-container { display: none; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row > .video-iframe-container { display: none; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .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); }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container { border-width: 0; border-radius: 0; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#e5XBvMN5dS5wXWJdJvGchZWuM0LEEwbi { color:#3f3f3f;display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.40625rem;left:2.34375rem;height:4.38574375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zI1UmJW7LXs8RRP4DSVAKBZTIRIi9oO6 { color:#3f3f3f;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.625rem;left:2.5618476867676rem;height:15.84375rem;display:block; }
#CxiWEXp05kGxALQA9kEwPXLdUsTysXFe { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:15.061630249024rem;left:2.5618476867676rem;display:block; }
#dJpCBH3eZJxpO45KGsZuSRdXJvPe7I4c { position:absolute;display:block;z-index:15013;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:17.561630249024rem;left:2.5618476867676rem;display:block; }
#f1xR28UicbKqfeTyxuhrmQBVykpeL7E6 { color:#3f3f3f;display:block;width:12rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.625rem;left:14.874134063721rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kUhDbW8IwX6krLoPA8nSGI0tM3m6MW3w { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:19.93684387207rem;left:2.5618476867676rem;display:block; }
#GamhzAFKX5Xs2gOmkhfqJTXKp9mtnhuO { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:22.312057495118rem;left:2.5618476867676rem;display:block; }
#sCFK5MVatTB96rDunBAnXUINhWdNzB7M { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:24.687286376953rem;left:2.5618476867676rem;display:block; }
#isLhAzZrozfbiCTJT3ebCaIA16izNSG5 { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:27.0625rem;left:2.5618476867676rem;display:block; }
#aovwTm4LHSmXzFxCsGdXs9b4qpEo1rZG { color:#95c11f;display:block;width:24.875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:2.5625rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RpMednQ5qOmfruZo0BDqglv284LsFpp9 { z-index:15002;top:31.375rem;left:2.0625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95c11f;border-left:0.125rem solid #95c11f;border-right:0.125rem solid #95c11f;border-bottom:0.125rem solid #95c11f;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95c11f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Gl3BNnAcH1Qvxu6vwSMcbFDFXJ7xFvyJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rvP0TSt6s2bbuQxKl068E6O7EftmLn6U { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.8125rem;width:26.8125rem;top:5.9687504768372rem;left:31.593751907349rem;overflow:hidden;display:block; }
#BF0NO3bBJRmxe79aCnRKwTFheiwmf4WU { z-index:15020;top:31.43701171875rem;left:16.0927734375rem;background-color:#e8e8e8;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#3f3f3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.499rem;height:2.874025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kvTgwQGlEOiHCTKQFNAcskauz0UbhKgO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WFkkws84EAhsqcu2iI0eqtLXmyPHSPyu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#WFkkws84EAhsqcu2iI0eqtLXmyPHSPyu > .row .container { background-color: transparent; background-image: none; }#WFkkws84EAhsqcu2iI0eqtLXmyPHSPyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFkkws84EAhsqcu2iI0eqtLXmyPHSPyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFkkws84EAhsqcu2iI0eqtLXmyPHSPyu > .row .container > .video-iframe-container { display: none; }#WFkkws84EAhsqcu2iI0eqtLXmyPHSPyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFkkws84EAhsqcu2iI0eqtLXmyPHSPyu > .row > .video-iframe-container { display: none; }#WFkkws84EAhsqcu2iI0eqtLXmyPHSPyu > .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); }#WFkkws84EAhsqcu2iI0eqtLXmyPHSPyu > .row .container { border-width: 0; border-radius: 0; }#WFkkws84EAhsqcu2iI0eqtLXmyPHSPyu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WFkkws84EAhsqcu2iI0eqtLXmyPHSPyu > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#S6qweuZ8tK1ciUU7idIG3mv16k7TnZMm { z-index:15019;top:32.875rem;left:32.6875rem;background-color:#e8e8e8;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#3f3f3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LqnZ15B2eH4ZkBJ9k8WfdSLNqX1VLDGu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WydafIyl6S3QSMzlmXIb8VGga8hoG2l3 { position:absolute;display:block;z-index:15007;background-color:#95c11f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:8.125rem;top:1.4375rem;left:49rem;display:block; }
#sP4axQ6wdZfAuLVZl6TEmI4qgpN2axTu { color:#ffffff;display:block;width:18.9986875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:1.4375rem;left:37.625rem;height:6.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#hKa0QvCW3pT0xT4mTJpoCGNvINH1MF4p { z-index:15001;top:32.875rem;left:44.9375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95c11f;border-left:0.125rem solid #95c11f;border-right:0.125rem solid #95c11f;border-bottom:0.125rem solid #95c11f;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95c11f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:2.874565rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Hfrwepk5u9QD6tbRxUGk8esyl91nHoNo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OwA7P9TV4V0JZec30mnLmJSWgEM8zt6x { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:28.125rem;top:7.62451171875rem;left:0.9375rem;overflow:hidden;display:block; }
#k7uADCOrexzpXzJ5XTXfo3kUdVkkkqcm { color:#3f3f3f;display:block;width:18.6860625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:8.2490234375rem;left:32.46826171875rem;height:1.6875rem;display:block; }
#iQabuABJ7gsyIyIhXk0VRmCk8Xna5xFr { color:#3f3f3f;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:12.8125rem;left:32.6875rem;height:15.84375rem;display:block; }
#QGsqaJNXxlqmuF9Au8e5mRhEhCNpzIR8 { position:absolute;display:block;z-index:15026;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:14.25rem;left:32.6875rem;display:block; }
#xNnJDcvq5b34Xrdo3G3J54nCJb99KzI1 { color:#3f3f3f;display:block;width:12rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12.8125rem;left:45rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#x2mC2rxp7PWSTr3Jq5XOE9ZMCndxcsXg { position:absolute;display:block;z-index:15021;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:16.75rem;left:32.6875rem;display:block; }
#WU1IgzGQFTsNcMrUPs4hi8TWByZuZNrT { position:absolute;display:block;z-index:15022;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:19.125rem;left:32.6875rem;display:block; }
#wJkZAJQhopWTsuS0VyLgCdxAiwIh1MxT { position:absolute;display:block;z-index:15023;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:21.5rem;left:32.6875rem;display:block; }
#SosqLzoK2O18kiimCpiUJOyqNdtU7ihC { position:absolute;display:block;z-index:15024;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:23.875rem;left:32.6875rem;display:block; }
#zicT9b02TZHy4s6SCThPQ1s8s5bNqCrU { position:absolute;display:block;z-index:15026;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:26.25rem;left:32.6875rem;display:block; }
#Wr5y09tXx8Rv1EwvEceJKXKOvdFaAXw0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wr5y09tXx8Rv1EwvEceJKXKOvdFaAXw0 > .row .container { background-color: transparent; background-image: none; }#Wr5y09tXx8Rv1EwvEceJKXKOvdFaAXw0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr5y09tXx8Rv1EwvEceJKXKOvdFaAXw0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr5y09tXx8Rv1EwvEceJKXKOvdFaAXw0 > .row .container > .video-iframe-container { display: none; }#Wr5y09tXx8Rv1EwvEceJKXKOvdFaAXw0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr5y09tXx8Rv1EwvEceJKXKOvdFaAXw0 > .row > .video-iframe-container { display: none; }#Wr5y09tXx8Rv1EwvEceJKXKOvdFaAXw0 > .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); }#Wr5y09tXx8Rv1EwvEceJKXKOvdFaAXw0 > .row .container { border-width: 0; border-radius: 0; }#Wr5y09tXx8Rv1EwvEceJKXKOvdFaAXw0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wr5y09tXx8Rv1EwvEceJKXKOvdFaAXw0 > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#mJmHOwBTTT1A6x796Ah4xU6d7ltLdDXZ { color:#3f3f3f;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14rem;left:2.75rem;height:15.84375rem;display:block; }
#tIy4XUfD88cV6D1bBJ0hqXhrsyqbBCxD { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:15.4375rem;left:2.75rem;display:block; }
#RbCafVXRbG756OaBdXQ9JIp7auy5BeyN { position:absolute;display:block;z-index:15013;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:17.9375rem;left:2.75rem;display:block; }
#ae8bPyrVAQC8ouOecyfLqEkOTMXtUqeb { color:#3f3f3f;display:block;width:12rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14rem;left:15.0625rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#A5sS4Z765QxzKOopVv1HXuQiMgOZGMaI { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:20.3125rem;left:2.75rem;display:block; }
#lC8IhTRxTbl18gKdclfqzMTBssCziQ7J { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:22.6875rem;left:2.75rem;display:block; }
#lFxAdiM1W2tmuP9nc4hWnK2kSlg8qIbU { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:25.0625rem;left:2.75rem;display:block; }
#PXJsLKqaB9TX8MNTDsXol7IyFz4deJyl { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:27.4375rem;left:2.75rem;display:block; }
#TyfwIgh445n0nNt4rRNaeHCvpaUuO2zW { z-index:15002;top:30.9375rem;left:2.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95c11f;border-left:0.125rem solid #95c11f;border-right:0.125rem solid #95c11f;border-bottom:0.125rem solid #95c11f;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95c11f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZRRbR5654GtFrMCt1KafrTZeG1K4nH6P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fz0gQZ7MxHevMkF11qob6K73racxJsTD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.6875rem;width:26.1875rem;top:7.46875rem;left:31.90625rem;overflow:hidden;display:block; }
#tzlvxn6cn47TpDnRqOSRemioO8Ev7cWr { color:#95c11f;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:2.6875rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u9D5AOPzt7e224lQX9ULgH8S3l6DVWKi { position:absolute;display:block;z-index:15008;background-color:#95c11f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:18rem;top:2.8125rem;left:2rem;display:block; }
#sTmyUa6Q9ytDXKPvK7T3NS91aSThMdbZ { color:#3f3f3f;display:block;width:23.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:9.8125rem;left:2.75rem;height:3.375rem;display:block; }
#PZgTAq0L9HIcdfwomJSE92G6S0hqgJb8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#PZgTAq0L9HIcdfwomJSE92G6S0hqgJb8 > .row .container { background-color: transparent; background-image: none; }#PZgTAq0L9HIcdfwomJSE92G6S0hqgJb8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZgTAq0L9HIcdfwomJSE92G6S0hqgJb8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZgTAq0L9HIcdfwomJSE92G6S0hqgJb8 > .row .container > .video-iframe-container { display: none; }#PZgTAq0L9HIcdfwomJSE92G6S0hqgJb8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZgTAq0L9HIcdfwomJSE92G6S0hqgJb8 > .row > .video-iframe-container { display: none; }#PZgTAq0L9HIcdfwomJSE92G6S0hqgJb8 > .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); }#PZgTAq0L9HIcdfwomJSE92G6S0hqgJb8 > .row .container { border-width: 0; border-radius: 0; }#PZgTAq0L9HIcdfwomJSE92G6S0hqgJb8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZgTAq0L9HIcdfwomJSE92G6S0hqgJb8 > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;position:relative;display:block; }#d8tBN5veZNme1aDf0vGkfbzCkBPLPvFx { position:absolute;display:block;z-index:15007;background-color:#95c11f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:17.375rem;top:1.4375rem;left:39.75rem;display:block; }
#hsGUITZ0shJUPhCRbfnlMyMqqyQNDb6G { color:#ffffff;display:block;width:18.9985625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:1.4375rem;left:37.34375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#tPc02FGvRlDCMR7kcukTydLruO4F3ssB { z-index:15001;top:33.6875rem;left:44.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95c11f;border-left:0.125rem solid #95c11f;border-right:0.125rem solid #95c11f;border-bottom:0.125rem solid #95c11f;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95c11f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:2.874565rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bb6b4tZnm1FTNT6F46LyTKs9F74IBMGR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ED9I4nUmFv197uGQr9D75L5FpcUaLctp { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:26.5625rem;top:9.1875rem;left:1.71875rem;overflow:hidden;display:block; }
#JDKZZLLXoghefZC0MWbI07gnTG10SK1K { color:#3f3f3f;display:block;width:18.6860625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:9.1875rem;left:32.3125rem;height:3.375rem;display:block; }
#qW9k2prERcgdyNBnsgTZE9Au6JCP13Su { color:#3f3f3f;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:13.4375rem;left:32.8125rem;height:15.84375rem;display:block; }
#vMfMTXlr6cm99PSLkxNANWXidp9Q7sDT { position:absolute;display:block;z-index:15048;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:14.875rem;left:32.8125rem;display:block; }
#nIx3XdLbIiENmW6L4hyQUnBbleLTqqJJ { position:absolute;display:block;z-index:15043;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:17.375rem;left:32.8125rem;display:block; }
#zSrLsuNUHu8ngiPt6DsRVyl91yeyJ7nt { color:#3f3f3f;display:block;width:12rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:13.4375rem;left:45.125rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#y7Rf1UuorTiDUwwxk9nCHg2GHcDwq4pB { position:absolute;display:block;z-index:15044;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:19.75rem;left:32.8125rem;display:block; }
#a4ivFfaL1V9wkoaH8hgbATJHhFCJI81K { position:absolute;display:block;z-index:15045;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:22.125rem;left:32.8125rem;display:block; }
#Z8ENyk15gqm67M8kl1XN3Tw5vTG5bRwI { position:absolute;display:block;z-index:15046;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:24.5rem;left:32.8125rem;display:block; }
#H5CFHJiRsO5oLSwJaGMGSqi34U75neNm { position:absolute;display:block;z-index:15048;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:27.375rem;left:32.8125rem;display:block; }
#Fnhw1nbxcqCE9NSgnIthRksFPlT3WSsT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fnhw1nbxcqCE9NSgnIthRksFPlT3WSsT > .row .container { background-color: transparent; background-image: none; }#Fnhw1nbxcqCE9NSgnIthRksFPlT3WSsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fnhw1nbxcqCE9NSgnIthRksFPlT3WSsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fnhw1nbxcqCE9NSgnIthRksFPlT3WSsT > .row .container > .video-iframe-container { display: none; }#Fnhw1nbxcqCE9NSgnIthRksFPlT3WSsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fnhw1nbxcqCE9NSgnIthRksFPlT3WSsT > .row > .video-iframe-container { display: none; }#Fnhw1nbxcqCE9NSgnIthRksFPlT3WSsT > .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); }#Fnhw1nbxcqCE9NSgnIthRksFPlT3WSsT > .row .container { border-width: 0; border-radius: 0; }#Fnhw1nbxcqCE9NSgnIthRksFPlT3WSsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fnhw1nbxcqCE9NSgnIthRksFPlT3WSsT > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:60rem;position:relative;display:block; }#hsaZMucndXb3DF2PleUTR56oD719grpl { color:#3f3f3f;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.1875rem;left:2.75rem;height:15.84375rem;display:block; }
#EOTrXLW030sMVv7il5RF0SnvpbMeQP1o { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:15.625rem;left:2.75rem;display:block; }
#UXUD3tHynhst8TExxfobWSKOU5TI7H3s { position:absolute;display:block;z-index:15013;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:18.125rem;left:2.75rem;display:block; }
#w7GuFSsWMcNZ5BiqHxFyKpLevA6QV1vc { color:#3f3f3f;display:block;width:12rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.1875rem;left:15.0625rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#T4oTu5t3Xowd0h1AdXaJdpHvPnFIiafS { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:20.5rem;left:2.75rem;display:block; }
#fiMoqnE1LVls3rURSEXB6k8vG2geOgd7 { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:22.875rem;left:2.75rem;display:block; }
#ex42Tt8DlTe0ELUQuAq5T3T3OqV3pvQi { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:25.25rem;left:2.75rem;display:block; }
#rD4abTusfDhUKfTPzIvc2GLZTPA8dWSD { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:27.625rem;left:2.75rem;display:block; }
#gZhKxqih3OBROoeV6PedTV7HbA3qtNGT { z-index:15002;top:30.875rem;left:2.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95c11f;border-left:0.125rem solid #95c11f;border-right:0.125rem solid #95c11f;border-bottom:0.125rem solid #95c11f;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95c11f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#O9X1RR75fCUomoBNoPnRMo9GsKvSnaTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#loR5cB0RgkXXrT3ybaodi7qK8bcMXKCB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.6875rem;width:26.1875rem;top:6.1875rem;left:31.90625rem;overflow:hidden;display:block; }
#XzPLxIvCnPKggE19hvbsy0LiASiVwG4T { color:#95c11f;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:2.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bFPGRLFr8MVBswxGbyrWQqafDsCTIEut { position:absolute;display:block;z-index:15008;background-color:#95c11f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:18rem;top:2.8125rem;left:2rem;display:block; }
#KorflQgXiR8GOSHFTLkt8C8TpEROZDhz { color:#3f3f3f;display:block;width:18.6860625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:9.9375rem;left:2.75rem;height:3.375rem;display:block; }
#E9KkBxQOap5FoMfGTHw9KnCTbxdZoWTF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#E9KkBxQOap5FoMfGTHw9KnCTbxdZoWTF > .row .container { background-color: transparent; background-image: none; }#E9KkBxQOap5FoMfGTHw9KnCTbxdZoWTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9KkBxQOap5FoMfGTHw9KnCTbxdZoWTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9KkBxQOap5FoMfGTHw9KnCTbxdZoWTF > .row .container > .video-iframe-container { display: none; }#E9KkBxQOap5FoMfGTHw9KnCTbxdZoWTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9KkBxQOap5FoMfGTHw9KnCTbxdZoWTF > .row > .video-iframe-container { display: none; }#E9KkBxQOap5FoMfGTHw9KnCTbxdZoWTF > .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); }#E9KkBxQOap5FoMfGTHw9KnCTbxdZoWTF > .row .container { border-width: 0; border-radius: 0; }#E9KkBxQOap5FoMfGTHw9KnCTbxdZoWTF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E9KkBxQOap5FoMfGTHw9KnCTbxdZoWTF > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#lGHe7aifXlITDnp4L6hTsaVvFlTo0dl9 { position:absolute;display:block;z-index:15007;background-color:#95c11f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:19.25rem;top:1.4375rem;left:37.875rem;display:block; }
#qihxzW3m264uAoMWW9c1ZcdbAC8A8e14 { color:#ffffff;display:block;width:18.9986875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:1.4375rem;left:37.625rem;height:6.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#CrKPrqQBLFMzFkiyIhDC1yMaIrBLLVcO { z-index:15001;top:28.3125rem;left:45.4375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95c11f;border-left:0.125rem solid #95c11f;border-right:0.125rem solid #95c11f;border-bottom:0.125rem solid #95c11f;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95c11f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.8745125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Er2w1RoNZvoT4c1rIp7Tb6fZDGpmTThs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RlE0mQIo3BHSNDd2SdT2ce9skCVEZpUO { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:26.5625rem;top:9.1875rem;left:1.71875rem;overflow:hidden;display:block; }
#rJUKubR6D5DsP67kq0Q5zESC7EFehsCL { color:#3f3f3f;display:block;width:18.6860625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:9.1875rem;left:32.3125rem;height:1.6875rem;display:block; }
#Peco2ip7CmvAMVldTCf7t4qBIvpviP86 { color:#3f3f3f;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:11.28125rem;left:32.3125rem;height:15.84375rem;display:block; }
#r4o2IkpEvEanJKV2SpExVvUrmTPhODRz { position:absolute;display:block;z-index:15059;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:12.8125rem;left:32.0625rem;display:block; }
#WSckFX88bh4PxnGcRBpodpgxXrV9i9H8 { position:absolute;display:block;z-index:15054;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:15.3125rem;left:32.0625rem;display:block; }
#UUtarugqUtqwRsAfT6RBTLJGkJNeUwDQ { color:#3f3f3f;display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:11.375rem;left:39.25rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TqUk1XvWTJbe4BcspDLv1g3hHoZeIevZ { position:absolute;display:block;z-index:15055;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:17.6875rem;left:32.0625rem;display:block; }
#bpz4W6qkovlLuGV6ntMnMkT9ZJvDquc0 { position:absolute;display:block;z-index:15056;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:20.0625rem;left:32.0625rem;display:block; }
#LMJs5VybQ1S7G7iNCabGIrh5O1TVZqxe { position:absolute;display:block;z-index:15057;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:22.4375rem;left:32.0625rem;display:block; }
#pwJfomIVLhgstLHA2P5Vd2qUa3MJiSed { position:absolute;display:block;z-index:15059;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:25.25rem;left:32.31103515625rem;display:block; }
#qUZ7UutBN0NsZoRGADktU0NGTkFAh0Et { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qUZ7UutBN0NsZoRGADktU0NGTkFAh0Et > .row .container { background-color: transparent; background-image: none; }#qUZ7UutBN0NsZoRGADktU0NGTkFAh0Et::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUZ7UutBN0NsZoRGADktU0NGTkFAh0Et > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUZ7UutBN0NsZoRGADktU0NGTkFAh0Et > .row .container > .video-iframe-container { display: none; }#qUZ7UutBN0NsZoRGADktU0NGTkFAh0Et > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUZ7UutBN0NsZoRGADktU0NGTkFAh0Et > .row > .video-iframe-container { display: none; }#qUZ7UutBN0NsZoRGADktU0NGTkFAh0Et > .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); }#qUZ7UutBN0NsZoRGADktU0NGTkFAh0Et > .row .container { border-width: 0; border-radius: 0; }#qUZ7UutBN0NsZoRGADktU0NGTkFAh0Et > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qUZ7UutBN0NsZoRGADktU0NGTkFAh0Et > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:block; }#Nl8C3G4BECW8lDl30Bx5ZKLqORBwhUCd { color:#3f3f3f;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.0625rem;left:2.1875rem;height:15.84375rem;display:block; }
#hPrFmmayFRbipiHAkVN9M5T7WqEUumQD { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:15.5rem;left:2.1875rem;display:block; }
#AJ0iatwT30AwRKWD22bUB2Gsg7ZTks4O { position:absolute;display:block;z-index:15013;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:18rem;left:2.1875rem;display:block; }
#UZLrAUVD14gHAwRKAGbKQgSfF5ecMQIO { color:#3f3f3f;display:block;width:12rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.0625rem;left:14.5rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#sfXwr4Na3HNK4nELcPmu4IkvcWftcpcx { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:20.375rem;left:2.1875rem;display:block; }
#zsv2WCHI2nN1OKKxvKgm09WFODpQ9aW9 { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:22.75rem;left:2.1875rem;display:block; }
#ogX3pgmoMMOI1pTbgJyVFAetH6l6PJKa { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:25.125rem;left:2.1875rem;display:block; }
#BEOGw5Bmr0dphoD4kLFqRt3P8233awR5 { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:27.5rem;left:2.1875rem;display:block; }
#r4FDn3bd44meZdOXmgEP7sLPebyklJEk { z-index:15002;top:31.8125rem;left:1.6875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95c11f;border-left:0.125rem solid #95c11f;border-right:0.125rem solid #95c11f;border-bottom:0.125rem solid #95c11f;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95c11f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#P9SEcMe6dgHQNvQ8rn1gIPw813Cuy35Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qoRw0yrcT5MRacDEPANfWvMmqzTvaI6X { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.625rem;width:26.125rem;top:7.46875rem;left:31.9375rem;overflow:hidden;display:block; }
#mAiffL9vGpKxiwgTlL3PKlwcIf8dueBo { color:#95c11f;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:2.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NFuK1DbEvXsRTkn06L08Iqphz7hroBup { position:absolute;display:block;z-index:15008;background-color:#95c11f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:18rem;top:2.8125rem;left:2rem;display:block; }
#AqT7AHvTsJF64sSycP6bbNsVbsvf9WBZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AqT7AHvTsJF64sSycP6bbNsVbsvf9WBZ > .row .container { border-width: 0; border-radius: 0; }#AqT7AHvTsJF64sSycP6bbNsVbsvf9WBZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AqT7AHvTsJF64sSycP6bbNsVbsvf9WBZ > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:none; }#q9zd2NuybALfq1QIgVtU0836UgTnFqGD { position:absolute;display:block;z-index:15007;background-color:#95c11f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:8.875rem;top:1.2490234375rem;left:0.9365234375rem;display:block; }
#xuNyef8sCNGopQXsEJHnBzlra5WSdQGW { color:#ffffff;display:block;width:18.9980625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:1.2490234375rem;left:1.6875rem;height:6.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VKe6XmCOIm83hFhULvX8hQ7UtvV5ngRr { z-index:15001;top:32.87548828125rem;left:8.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95c11f;border-left:0.125rem solid #95c11f;border-right:0.125rem solid #95c11f;border-bottom:0.125rem solid #95c11f;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95c11f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25097625rem;height:2.75000125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QJduV54ECGTrvho774tEQGwmnKUnhNTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VEC32UtJoqtGTuWVqMWXbpGroTnST61g { color:#3f3f3f;display:block;width:11.93625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:13.06201171875rem;left:1.6875rem;height:21.9375rem;display:block; }
#fgtNzhxMLi3xaJvPlybnZEaUg1gEsuSd { color:#3f3f3f;display:block;width:13.24875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.9;letter-spacing:0;top:13.06201171875rem;left:14.4052734375rem;height:16.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w1Q29So8WbhsTJWlT4hkt9qCR7q1VEc4 { color:#3f3f3f;display:block;width:18.6855625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:8.312255859375rem;left:1.6875rem;height:3.375rem;display:block; }
#QIK3KC3Tft8UnWbGcCevg23NteozQPec { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.1245rem;width:27.99975rem;top:6.0615234375rem;left:30.998291015625rem;overflow:hidden;display:block; }
#BOkEehCJZo1aqqlQvQTLqbo8TOziDTKh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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:none; }#BOkEehCJZo1aqqlQvQTLqbo8TOziDTKh > .row .container { border-width: 0; border-radius: 0; }#BOkEehCJZo1aqqlQvQTLqbo8TOziDTKh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BOkEehCJZo1aqqlQvQTLqbo8TOziDTKh > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:none; }#wyIzdAagqMs91lH5CTgcnnPovTomXqHd { z-index:15019;top:31.749134063721rem;left:32.087673187256rem;background-color:#e8e8e8;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#3f3f3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4995625rem;height:2.87435rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eaqaGI5JrMEasVzfJ0p0e8fTqhteSlgD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N5ckyeGkAJzQkPyxyy6XbTwuRBD2Klwg { color:#95c11f;display:block;width:12.3736875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.2174491882324rem;left:44.812501907349rem;height:3.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LTp54X35cmpiSZhIXJVfJ8UimGKedqNI { z-index:15001;top:31.749134063721rem;left:44.881732940674rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95c11f;border-left:0.125rem solid #95c11f;border-right:0.125rem solid #95c11f;border-bottom:0.125rem solid #95c11f;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95c11f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:2.874565rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T0mXSDumFqia6k8TlUaOITkUUFlffoxV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uSd6mCFkfGDpxO6aRzuCMJBm7mxLa8gI { color:#3f3f3f;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:12.498927116394rem;left:44.498050689698rem;height:15.75rem;display:block; }
#QrXg35x1z2Tpu12IRb5X6wOAgeWyMDrz { color:#3f3f3f;display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:12.499998092651rem;left:32.749568939209rem;height:10.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lZMrTkP22JKOL2QVpi2KlUROQzloetrH { color:#3f3f3f;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.1217460632325rem;left:36.004779815674rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#ORaLoUeG9D0kGfT9JuxsSziSLnW3xDxf { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.875rem;width:26.8125rem;top:6.8945316076281rem;left:1.59375rem;overflow:hidden;display:block; }
#lvsMJnhp4RNRHJ0rBmFdU1C96Okpdx8f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lvsMJnhp4RNRHJ0rBmFdU1C96Okpdx8f > .row .container { border-width: 0; border-radius: 0; }#lvsMJnhp4RNRHJ0rBmFdU1C96Okpdx8f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lvsMJnhp4RNRHJ0rBmFdU1C96Okpdx8f > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:60rem;position:relative;display:none; }#yiCUdLlsW6CAJF9kABtnP9etGGhIPddT { color:#3f3f3f;display:block;width:12rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:14.6875rem;left:2.875rem;height:19.58555rem;display:block; }
#r28CP7qUa2myk891cIbcIPbigGRtZr3o { color:#3f3f3f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:14.6875rem;left:15.375rem;height:13.489575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pc6InQ1mWrg9UggcS2XHzVWltZL5cnsf { color:#95c11f;display:block;width:12.7495625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.875rem;left:2.8125rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GyCmeGKgem2NAS4vPR6anJr8t0yMEGSw { color:#3f3f3f;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.5rem;left:2.875rem;height:3.2487rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#W52TXk1mO1vNVxOfr6NzWFa7volnTavr { z-index:15002;top:35.060546875rem;left:2.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95c11f;border-left:0.125rem solid #95c11f;border-right:0.125rem solid #95c11f;border-bottom:0.125rem solid #95c11f;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95c11f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.00105875rem;height:2.500215rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TruVFPKdKrOd25yEq5nspnmT2gGUETgX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M7J9NqnmKc24LT56g7hs3c1x1N25oFOz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.4375rem;width:27.3125rem;top:6.4570317268369rem;left:31.343751907349rem;overflow:hidden;display:block; }
#PrbPshswWuC9TN5RdSimX2F69ftxGbbJ { color:#3f3f3f;display:block;width:18.6855625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:10.375rem;left:2.875rem;height:3.3745625rem;text-align:left;text-align-last:left;display:block; }
#x96Q4ShzzHCKyoE88duWlhzO5V2W6gMB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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:none; }#x96Q4ShzzHCKyoE88duWlhzO5V2W6gMB > .row .container { border-width: 0; border-radius: 0; }#x96Q4ShzzHCKyoE88duWlhzO5V2W6gMB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x96Q4ShzzHCKyoE88duWlhzO5V2W6gMB > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:none; }#m1PIoc09AtZLeeCPGtNrxbAdQMqJI1El { color:#95c11f;display:block;width:12.3123125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.1875rem;left:44.875rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zy44VUuXCEQfABcNblCXJFweO29m2k7d { z-index:15001;top:33.245454788208rem;left:44.943576812744rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95c11f;border-left:0.125rem solid #95c11f;border-right:0.125rem solid #95c11f;border-bottom:0.125rem solid #95c11f;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95c11f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:2.874565rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mdSZB6ioxgrAC1xGQ7PL9knVAewVMaLv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bq4HGxQ1xuU19cRDTKvS4VDF7RN8dr9J { color:#3f3f3f;display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:14.249134063721rem;left:44.499134063721rem;height:16.875rem;display:block; }
#rO2y24bfEtDO7XTz0Q3wR9QsRDl3wdfv { color:#3f3f3f;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:14.249134063721rem;left:32.749568939209rem;height:12.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QlF6LfoP5uBdyzrGzK6owm4PcDGlnw6r { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:23rem;width:24.875rem;top:9.2176647186281rem;left:2.5303840637207rem;overflow:hidden;display:block; }
#MqAW6FmSGbCpUIw7RdDZaoDmRlm1qFxe { z-index:15021;top:33.2451171875rem;left:31.9990234375rem;background-color:#e8e8e8;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#3f3f3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4980625rem;height:2.874025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DNvoTrU3616wNEgGowl09myiiDTAPnJA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yk4MQFqni5rOrygMOIebL1CcOUZqmUmC { color:#3f3f3f;display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.8125rem;left:31.935546875rem;height:4.38720625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#BUC87eCLMX1ibGJIGkiGiSMDbV1Ja3hX { color:#3f3f3f;display:block;width:18.6855625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:10.1240234375rem;left:38.5615234375rem;height:3.375rem;text-align:right;text-align-last:right;display:block; }
#okpm3OGL77W0IhFRVwRxOf22OR7k45oA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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:none; }#okpm3OGL77W0IhFRVwRxOf22OR7k45oA > .row .container { border-width: 0; border-radius: 0; }#okpm3OGL77W0IhFRVwRxOf22OR7k45oA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#okpm3OGL77W0IhFRVwRxOf22OR7k45oA > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:60rem;position:relative;display:none; }#QeOrlHeVgqcamz4DeKT9iPdmOCM6vTTh { color:#95bc20;display:block;width:9.624rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.0048828125rem;left:2.4990234375rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#F0z4Fck4n3fyG6ZgryN1UoRzdlfzM9o7 { z-index:15001;top:35.560546875rem;left:14.4423828125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:2.874565rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UIwf7M434xndJT9rlxBTlvD0m8zBTqf3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NrM6UgeZ5GN8w1RrrcIo00hn4xHHu2Pz { color:#3f3f3f;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:16.75rem;left:15.1865234375rem;height:16.86196875rem;display:block; }
#ioivceZVuM07KP8gyeGERsaBlCTI4c2z { color:#3f3f3f;display:block;width:11.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:16.75rem;left:2.4990234375rem;height:13.489575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PBurWVFktpPWBJPvKp0lqmcqBOnRJKDF { color:#3f3f3f;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.685546875rem;left:2.4990234375rem;height:8.12175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gUbw5ycCcD93pP6doT8Lr70i3IeHJNax { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.25rem;width:26.125rem;top:7.685546875rem;left:31.9375rem;overflow:hidden;display:block; }
#zDOemuGudGIPFGEgsBcAIQx5XzLS93aH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zDOemuGudGIPFGEgsBcAIQx5XzLS93aH > .row .container { border-width: 0; border-radius: 0; }#zDOemuGudGIPFGEgsBcAIQx5XzLS93aH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zDOemuGudGIPFGEgsBcAIQx5XzLS93aH > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:60rem;position:relative;display:none; }#C0nNA1Gd059oVOCHy1diXeJW24zyzq0r { color:#3f3f3f;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:17.6875rem;left:2.8125rem;height:12.3730625rem;display:block; }
#MlFbZ659tJzTnZc94ZTD8GV18K1zH22N { color:#3f3f3f;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:17.5625rem;left:15.375rem;height:16.872375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pKhNwyHGEPBzwlZ026VnGA47DdtdrJzt { color:#95bc20;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.9375rem;left:3rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eHooRmOhFTAgvfTxqZwAGzG7rFfFRCOQ { color:#3f3f3f;display:block;width:20.7498125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4961051940919rem;left:2.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#U2U85uXgeKon5ZMFTr8SE6mcuSBrtbwu { z-index:15002;top:35.77734375rem;left:2.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95c11f;border-left:0.125rem solid #95c11f;border-right:0.125rem solid #95c11f;border-bottom:0.125rem solid #95c11f;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95c11f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.12587125rem;height:2.6250025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IlHUyUtl4ZDMBmP8cyLdt512JtIhWXfM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tRH1AKJuTbfT55ySqx8dOUTWpkrPxAUk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.25rem;width:26.125rem;top:5.2799596786499rem;left:31.875003814698rem;overflow:hidden;display:block; }
#eMBwIPKVqvS0HhfXN6aCuNBeLyTMKIBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eMBwIPKVqvS0HhfXN6aCuNBeLyTMKIBw > .row .container { border-width: 0; border-radius: 0; }#eMBwIPKVqvS0HhfXN6aCuNBeLyTMKIBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eMBwIPKVqvS0HhfXN6aCuNBeLyTMKIBw > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:none; }#AOi2UpzwThtlD30BLWhkAs6h0C7ylre7 { color:#3f3f3f;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:17.1171875rem;left:32.25rem;height:12.375rem;display:block; }
#mDvvFZyqmIN4VEKHB9e8y7thtwuLvlAE { color:#3f3f3f;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:16.994140625rem;left:44.8193359375rem;height:19.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P9W2eIUdn2a1SV2UmBP3z5VPTmW8cqpp { color:#95c11f;display:block;width:25.5rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1923828125rem;left:32.7802734375rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Isitx0IRiTDS8y1QeXqpwyEoNSLhatuM { color:#3f3f3f;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.6220703125rem;left:32.25rem;height:8.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lwKsdiXT1TE57pbBI0aXHnV5JdM6STZv { z-index:15002;top:37.6875rem;left:32.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95bc20;border-left:0.125rem solid #95bc20;border-right:0.125rem solid #95bc20;border-bottom:0.125rem solid #95bc20;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95bc20;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:2.874565rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ObLuqFVNS7XLBhJhZELn146gVQJbb465 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oy8rT6LOigVypIDUne1AXzlkRArVdXZJ { z-index:15020;top:37.6875rem;left:46.5rem;background-color:#e8e8e8;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#3f3f3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4995625rem;height:2.87435rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#m0wMl9oZDKODQDsze10FyBVSrTHR8CKH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#He4fRhtqnRd2Eug7iuWR7sTJTcsTHTTb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.3105625rem;width:26.25rem;top:5.2431640625rem;left:1.875rem;overflow:hidden;display:block; }
#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/671d9d97-2809-44c1-a09f-54da7189ad3d/DJI_0424_Rev.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.adaptive-delivery-prevent-bg, #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.lazyload, #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.lazyloading { background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { background-color: transparent; background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .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); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { border-width: 0; border-radius: 0; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT::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; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { font-size:0.875rem;font-family:arial;height:63.4375rem;width:60rem;position:relative;display:block; }#zeZtFh1yVSIazaSdx7y78ZodeFRFxr8P { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:14.0625rem;left:10.125001907349rem;overflow:hidden;display:block; }
#ZRoWBKLFDgcSCfpyrvmkKiDu1he5dACs { 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;box-shadow: none;height:5.4375rem;width:5.4375rem;top:20.5rem;left:9.8750019073488rem;overflow:hidden;display:block; }
#PMtK9sOpI7sqbJbOvCvT1wXH5w1tWygr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.5625rem;top:27.656250596046rem;left:10.375001907349rem;overflow:hidden;display:block; }
#q5EkE0LKE6pe0SEPs6GS8WU9egEH2EpT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:14.3125rem;left:32.312501907349rem;overflow:hidden;display:block; }
#HrPhatnd6NuT8myw4HF0XXacNM7u1PvF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:20.9375rem;left:32.562501907349rem;overflow:hidden;display:block; }
#yH9DawycAz70ETmxHNXWT0Crvh6azrJQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:28.156250596046rem;left:32.343751907349rem;overflow:hidden;display:block; }
#fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { color:#fbfbfb;display:block;width:10.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.75rem;left:16.625rem;height:3.8994125rem;display:block; }
#TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.25rem;left:16.750001907349rem;height:3.8994125rem;display:block; }
#HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:28.75rem;left:16.437501907349rem;height:2.5996125rem;display:block; }
#aHiTOV4Km1Q9MwlqpEwNUnv2vxXdNdXU { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.625rem;left:38.4375rem;height:3.8994125rem;display:block; }
#nZSO1qlsuZXmRTGZkQ6BEvT30RpLBUM3 { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.375rem;left:38.4375rem;height:3.8994125rem;display:block; }
#UMZIFBsyZZRWPhJtyTBZSeG98bhTNifq { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:29.177084565162rem;left:38.673181533814rem;height:3.8994125rem;display:block; }
#IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { color:#fafafa;display:block;width:35.499rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:52.12353515625rem;left:12.81005859375rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EmyHJK5PWJw0nmA2pUPyrAa6JNs8R2Bg { color:#ec6736;display:block;width:37.686625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.3081598281861rem;left:11.155601501465rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RyD9OlBleKIaPKTg78z8QwfUSmkNa6hl { z-index:15003;top:56.24853515625rem;left:23.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95c11f;border-left:0.125rem solid #95c11f;border-right:0.125rem solid #95c11f;border-bottom:0.125rem solid #95c11f;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95c11f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25097625rem;height:2.75000125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FAldbxWIqLPV5gAiM2SlvIklmyBwbnTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WmfOKwJEOE9fR3Cr8ziZscEOa2IqqTFT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5620125rem;width:5.5620125rem;top:34.154296875rem;left:9.87451171875rem;overflow:hidden;display:block; }
#n6fzs1fxTESb7XDrIuF2J6eVpGJr6WR2 { color:#ffffff;display:block;width:14.187rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:35.75rem;left:16.4375rem;height:2.5996125rem;display:block; }
#QnZhTmSyFSCK2KVPWdnDMsKrSgzy9c2e { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:40.67138671875rem;left:10.341796875rem;overflow:hidden;display:block; }
#L65vIOoRt1a389NgBvcKhMiF9WDpohiv { color:#ffffff;display:block;width:14.1855625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:41.625rem;left:16.25rem;height:2.5996125rem;display:block; }
#oOgeWNqEhB2WSVIPrtt3kUflZpJEi1W3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:34.62451171875rem;left:32.37451171875rem;overflow:hidden;display:block; }
#HWNrNKtKhFz3SmTz8S8ulgMfVaEn7tqE { color:#ffffff;display:block;width:14.1855625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:36.10888671875rem;left:38.4375rem;height:1.29980625rem;display:block; }
#WlxQ0Tv4iCvCGQ8fzO0MWhUpqTTUZV0O { color:#ffffff;display:block;width:14.1855625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:41.1875rem;left:38.4375rem;height:3.8994125rem;display:block; }
#dhQPnTP7xJPePNEgg1AxAKxksy9sBC3q { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:40.640625rem;left:32.18701171875rem;overflow:hidden;display:block; }
#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4d1fbef5-e9be-4db8-b42e-7dc01ac8c5af/gsclanding23colinas02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV.adaptive-delivery-prevent-bg, #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV.lazyload, #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV.lazyloading { background-image: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { background-color: transparent; background-image: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .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); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { border-width: 0; border-radius: 0; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:60rem;position:relative;display:block; }#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:#95c11f;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:3.25rem;left:14.96875rem;height:3.0004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uOwnCQR1DvwTwAoI7mUdJXnZPwae7P4L { color:#2a2a2a;display:block;width:26.3748125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.4338111877444rem;left:16.812068939209rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pDt30hmmdSQ57R7FDKQpEmARU5CDOTLR { position:absolute;display:block;z-index:15022;height:18.75rem;width:43.75rem;top:11.967231750488rem;left:8.1250019073488rem;display:block; }
#GIFdMb6BGl3guhcBkuU4OXEFniQt0Eeo { background-color:#95c11f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.874349594116rem;left:23.999568939209rem;display:block; }
#n1btFCSrIQvHFXEiQHWIV6hVES9pIRRL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#brN7GZBrvrzaD5fhGhq6ok0ihtkRAtNU { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"istok web";font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:41.375rem;left:1.1875rem;height:2.1123rem;display:block; }
#F990qGUkcuxqLHdVVExdtZeG18K3CSTC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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:none; }#F990qGUkcuxqLHdVVExdtZeG18K3CSTC > .row .container { border-width: 0; border-radius: 0; }#F990qGUkcuxqLHdVVExdtZeG18K3CSTC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F990qGUkcuxqLHdVVExdtZeG18K3CSTC > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:none; }#xrTxPQU35byJT5m3CM90aeG8oKPCKTKn { color:#284d42;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:3.25rem;left:14.96875rem;height:2.9861125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RXyOIhenzs4SK4AUXD29rEfK1xX7NoyA { color:#2a2a2a;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.25rem;left:18.84375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tl0GZmO3U4hOxG8qx62WAgk40pr0kLtT { position:absolute;display:block;z-index:15022;height:18.75rem;width:43.75rem;top:11.967231750488rem;left:8.1250019073488rem;display:block; }
#QBAOKfq8OomGRTpul0MXdrE4vHfvwlcq { background-color:#ec6736;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.874349594116rem;left:23.999568939209rem;display:block; }
#TpHD71ovSNREwEyNQw2n2tM0k8T43ud9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wSz30cb28U47DxNOKK8rmqGdZCO8GgKy { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"istok web";font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:41.375rem;left:1.1875rem;height:2.1123rem;display:none; }
#spHWpdfMbP2T6egCHHt4i1So98FDL6ml { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#95c11f;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; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container { background-color: transparent; background-image: none; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container > .video-iframe-container { display: none; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row > .video-iframe-container { display: none; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .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); }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container { border-width: 0; border-radius: 0; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#PKhPZyKnC8xkZgmMobamM2omkvoFutOc { 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;box-shadow: none;height:4.62456875rem;width:13.75rem;top:2.0920372009277rem;left:0rem;overflow:hidden;display:block; }
#xWPQfFPh8mpLTuZAMuDaVxl31x0ailFv { color:#ffffff;display:block;width:31.936875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.8125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:2.7376518249512rem;left:28.062068939209rem;height:3.41015625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iUPzIm6BzKvLCT97JkGrPUWMbscBOq6m { position:relative;z-index:auto;display:none; }#iUPzIm6BzKvLCT97JkGrPUWMbscBOq6m { border-width: 0; border-radius: 0; }#iUPzIm6BzKvLCT97JkGrPUWMbscBOq6m > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iUPzIm6BzKvLCT97JkGrPUWMbscBOq6m > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#tqJMi2yCvsbKrsAQ4ZXmo2814nZvsD0L { 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;box-shadow: none;height:5.5rem;width:5.5rem;top:0rem;left:54.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz { display:block; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { top:1.4375rem;left:0rem;width:4.4375rem;height:5.1155983101894rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4yDyq19WJ124snsnwHQZelCWXPmtEPE { top:3.5rem;left:34.5625rem;width:13.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXA7EpywCnETrMcUNIamVUARaW520W0D { top:2.875rem;left:38.375rem;width:2.25rem;height:2.3108364607781rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpvC8ZJmxnKH9ed9ZFTozMTcLkOCXqwf { top:6.9375rem;left:25.875rem;width:21.875rem;height:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { top:8.5625rem;left:32.249464035034rem;width:15.4375rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { width:14.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:13.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:14.375rem;height:auto;top:14.4375rem;left:30.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:14.375rem;height:auto;top:14.4375rem;left:30.875rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fTNoG8R2JoIex2nDWoqSVpA3fIuzBRyH {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #U8n0NSXyVNvyArREAmBHrSdGgI7DZVyT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #dtXlHGIewMm2rOiL44aynW31Us4zvTeu {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #CRsuKoAWPdq3E3bVh9oHW8SipcA0OvcC {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #eNvRtOH1eVuEbiTx9pfl2C735SxFT6gc { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EH8yzi8ubhqJZtHIPfLs85bZpK14ESsU {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #OCHwBcF2lP1Cvf6a5qnaNweQswIxwkoB {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #OCHwBcF2lP1Cvf6a5qnaNweQswIxwkoB .container-column{width:50%;} }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #qVdg3oTOENJ45HM4fdbJTCfI8wxKQAB6 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #DG3MD6aF9GhyU9VsBMcg1Cl1Sm06QFy8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #FpfWZTRZmxFZT9OM0WfnlTUVUkFyg2nI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #X5HwyF9sZ8UHCHT7pdCLR3yddN6puNU9 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #q5KkkCDmxxel110uAk5UJbOAtaCrneIs {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #HscAAiDOaBQPv0pyeOHUi8zzdS9uFp1J {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #B8e1L7zSHH4yhXuZGuO2UnSNNd9vf7rX {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #ED31kl7V3mG3RzI2dmzJ3Jfl3fKnbmD2 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #DNTSVNIon2P7Tk5EvJOl5nwV5RaVfxu2 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #yH6iHsiHaaVLwXbQCoSV8UVc2bw2W2yD { top:6.875rem;left:0rem;width:32.8125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSJAfA4iqH1aMIyTMfZfKqymTWXoLGDe { display:block; }#TSJAfA4iqH1aMIyTMfZfKqymTWXoLGDe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUqQUzVBDX1vsGzlBGDIMe22vK844IoZ { display:block; }#zUqQUzVBDX1vsGzlBGDIMe22vK844IoZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDHxB3e4N9lAPLCbVQifciy7xCcpt3gh { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Flio4gAtgLq4p3NSf0D7QkBP9rTW7NaC { top:53.3125rem;left:0rem;width:16.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQusuXRdLx3m4OHhkotTaAJm06sxG2yg { display:block; }
 }@media only screen and (max-width: 763px) { #tm9I2zO2OTnJT8E8cMGvsAH5syhtErro { display:none; }#tm9I2zO2OTnJT8E8cMGvsAH5syhtErro > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hv2yB1MtnUzxePhrITHGLBqmKZoJXleC { top:30.0625rem;left:0rem;width:25.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLeInU6JJyOOhelDnTfgfUVwOTvIW4Zx { display:block; }
 }@media only screen and (max-width: 763px) { #qRZGa8kGK1ITCNzqg8gW9v9wvIi85bQe { display:block; }#qRZGa8kGK1ITCNzqg8gW9v9wvIi85bQe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8y2RsJHOFrDI141vKfJJLGR5q8VPMLV { top:0.9375rem;left:0rem;width:24.8125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQX1MkGDtOHpGk7R7E3A4C9uPTR490Bn { width:24.9375rem;height:;top:8.375rem;left:22.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXbGJfGPkEDAlw57NQXlOoyC4HNiXM4t { width:22.5625rem;height:;top:14.125rem;left:24.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWGWTw5KhHbx4hmUfkzfxD2BQw0WIIK3 { width:24.9375rem;height:;top:11.6875rem;left:22.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { top:1.9375rem;left:21.4375rem;width:26.3125rem;height:10rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { top:13.1875rem;left:23.875rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { top:15.375rem;left:23.875rem;width:23.1875rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLt9PWfa0vzy3FZM3T9UEMDGATaKEyHk { width:11.9375rem;height:3.125rem;top:25.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipACAllWTPNl4qeqXGWN70cWQyvL49QU { display:block; }
 }@media only screen and (max-width: 763px) { #fN6S5Bcur1W6cs1VeexkrZT6Wvd03dHs { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt { display:block; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lz8T6yMuabSZ9eobvwFeXwmugGy5y34E { top:13.125rem;left:0rem;width:13.5625rem;height:15rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE3daaEPOeAZekkVTT9oniWT3Utf04tU { top:13.125rem;left:12.0625rem;width:11.8125rem;height:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWUpoJhmZ2ZLRCAOhB3ip8WTIockR8Ku { top:2.8125rem;left:8.4375rem;width:10.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiiSiwZTezpxwHzux3306tXRPCDymdbV { top:2.75rem;left:0rem;width:19.1875rem;height:3.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDVEubAn7DJ7OgOtvbJ4hLsfx5eSfxQp { top:5rem;left:19.8125rem;width:27.9375rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMpqPwKyKuv598yCVWZike3xkgFcCeJV { top:7.625rem;left:0rem;width:12.125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynvU3Z71dy09yPDI7w3qZe1Vx1bh7ZrK { top:30.8125rem;left:0rem;width:12.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2DEWvXkTNw0XGmMdxW8xg5DpPTW2VdG { display:block; }
 }@media only screen and (max-width: 763px) { #Vo0WIoZsb7nfehy5v6nOTcXbeXiXIpRD { top:30.875rem;left:12.4375rem;width:11.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSZrmi6fnPgNVnH4oh5ZCRfAZeonIkF7 { display:block; }
 }@media only screen and (max-width: 763px) { #NnHbigAVBJ70uSCHFfdAGPWPXA92kJr5 { width:12.125rem;height:3.4375rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a003QRgwQUBafoVk6kHgx6FGd2NwsrbO { display:block; }
 }@media only screen and (max-width: 763px) { #EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR { display:block; }#EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTf8UVQnPyDOUsqVBJTdCOhA2yiT62QA { top:32.875rem;left:23.875rem;width:11.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJqXMLoTzU5RTBR4AXWnFSfOqTa71s9v { display:block; }
 }@media only screen and (max-width: 763px) { #CvUkSUftGHgneOLwt7QQQDL02EmfrZTP { top:1.4375rem;left:37rem;width:10.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArwuIxHSnr1beIaPdFWSqTNMKvpT0Tbm { top:1.4375rem;left:28.4375rem;width:18.9375rem;height:6.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sARN12V7v88CxmufE1GKc4EQZxTEWXcK { top:32.875rem;left:35.375rem;width:12.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwyhI0b8VZ8JD2O5N2qOHQRxl0uxJrsH { display:block; }
 }@media only screen and (max-width: 763px) { #cHvwxlCORgP7NW2hSZBsXftU1fUPQWCd { top:11.0625rem;left:23.875rem;width:11.875rem;height:19.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNv5X5kZi56DcfT3EE9pqoL0493gdiwW { top:11.0625rem;left:36.0625rem;width:11.6875rem;height:19.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm3CRA4xouaoHpUo5mKBT2JkONgfq0IT { top:6.5rem;left:0rem;width:26.25rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 { display:block; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5XBvMN5dS5wXWJdJvGchZWuM0LEEwbi { top:6.375rem;left:0rem;width:25.3125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI1UmJW7LXs8RRP4DSVAKBZTIRIi9oO6 { top:13.625rem;left:0rem;width:22.25rem;height:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxiWEXp05kGxALQA9kEwPXLdUsTysXFe { top:15rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJpCBH3eZJxpO45KGsZuSRdXJvPe7I4c { top:17.5rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1xR28UicbKqfeTyxuhrmQBVykpeL7E6 { top:13.625rem;left:11.811634063721rem;width:11.9375rem;height:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUhDbW8IwX6krLoPA8nSGI0tM3m6MW3w { top:19.875rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GamhzAFKX5Xs2gOmkhfqJTXKp9mtnhuO { top:22.25rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCFK5MVatTB96rDunBAnXUINhWdNzB7M { top:24.625rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #isLhAzZrozfbiCTJT3ebCaIA16izNSG5 { top:27.0625rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aovwTm4LHSmXzFxCsGdXs9b4qpEo1rZG { top:2.5rem;left:0rem;width:24.875rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpMednQ5qOmfruZo0BDqglv284LsFpp9 { top:31.375rem;left:0rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl3BNnAcH1Qvxu6vwSMcbFDFXJ7xFvyJ { display:block; }
 }@media only screen and (max-width: 763px) { #rvP0TSt6s2bbuQxKl068E6O7EftmLn6U { top:5.9375rem;left:20.9375rem;width:26.8125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF0NO3bBJRmxe79aCnRKwTFheiwmf4WU { top:31.375rem;left:12.4375rem;width:11.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvTgwQGlEOiHCTKQFNAcskauz0UbhKgO { display:block; }
 }@media only screen and (max-width: 763px) { #WFkkws84EAhsqcu2iI0eqtLXmyPHSPyu { display:block; }#WFkkws84EAhsqcu2iI0eqtLXmyPHSPyu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6qweuZ8tK1ciUU7idIG3mv16k7TnZMm { top:32.875rem;left:23.875rem;width:11.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqnZ15B2eH4ZkBJ9k8WfdSLNqX1VLDGu { display:block; }
 }@media only screen and (max-width: 763px) { #WydafIyl6S3QSMzlmXIb8VGga8hoG2l3 { top:1.4375rem;left:37rem;width:8.125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP4axQ6wdZfAuLVZl6TEmI4qgpN2axTu { top:1.375rem;left:28.43701171875rem;width:18.9375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKa0QvCW3pT0xT4mTJpoCGNvINH1MF4p { top:32.875rem;left:35.375rem;width:12.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfrwepk5u9QD6tbRxUGk8esyl91nHoNo { display:block; }
 }@media only screen and (max-width: 763px) { #OwA7P9TV4V0JZec30mnLmJSWgEM8zt6x { top:7.5625rem;left:0rem;width:28.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7uADCOrexzpXzJ5XTXfo3kUdVkkkqcm { top:8.1875rem;left:23.875rem;width:18.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQabuABJ7gsyIyIhXk0VRmCk8Xna5xFr { top:12.8125rem;left:23.875rem;width:22.3125rem;height:15.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGsqaJNXxlqmuF9Au8e5mRhEhCNpzIR8 { top:14.25rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNnJDcvq5b34Xrdo3G3J54nCJb99KzI1 { top:12.8125rem;left:35.75rem;width:12rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2mC2rxp7PWSTr3Jq5XOE9ZMCndxcsXg { top:16.75rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU1IgzGQFTsNcMrUPs4hi8TWByZuZNrT { top:19.125rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJkZAJQhopWTsuS0VyLgCdxAiwIh1MxT { top:21.5rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SosqLzoK2O18kiimCpiUJOyqNdtU7ihC { top:23.875rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zicT9b02TZHy4s6SCThPQ1s8s5bNqCrU { top:26.25rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr5y09tXx8Rv1EwvEceJKXKOvdFaAXw0 { display:block; }#Wr5y09tXx8Rv1EwvEceJKXKOvdFaAXw0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJmHOwBTTT1A6x796Ah4xU6d7ltLdDXZ { top:14rem;left:0rem;width:22.3125rem;height:15.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIy4XUfD88cV6D1bBJ0hqXhrsyqbBCxD { top:15.4375rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbCafVXRbG756OaBdXQ9JIp7auy5BeyN { top:17.9375rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae8bPyrVAQC8ouOecyfLqEkOTMXtUqeb { top:14rem;left:11.875rem;width:12rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5sS4Z765QxzKOopVv1HXuQiMgOZGMaI { top:20.3125rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC8IhTRxTbl18gKdclfqzMTBssCziQ7J { top:22.6875rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFxAdiM1W2tmuP9nc4hWnK2kSlg8qIbU { top:25.0625rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXJsLKqaB9TX8MNTDsXol7IyFz4deJyl { top:27.4375rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyfwIgh445n0nNt4rRNaeHCvpaUuO2zW { top:30.9375rem;left:0rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRRbR5654GtFrMCt1KafrTZeG1K4nH6P { display:block; }
 }@media only screen and (max-width: 763px) { #fz0gQZ7MxHevMkF11qob6K73racxJsTD { top:7.4375rem;left:21.5625rem;width:26.1875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzlvxn6cn47TpDnRqOSRemioO8Ev7cWr { top:2.5rem;left:0rem;width:17.4375rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9D5AOPzt7e224lQX9ULgH8S3l6DVWKi { top:2.8125rem;left:0rem;width:18rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTmyUa6Q9ytDXKPvK7T3NS91aSThMdbZ { top:9.8125rem;left:0rem;width:23.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZgTAq0L9HIcdfwomJSE92G6S0hqgJb8 { display:block; }#PZgTAq0L9HIcdfwomJSE92G6S0hqgJb8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8tBN5veZNme1aDf0vGkfbzCkBPLPvFx { top:1.4375rem;left:30.375rem;width:17.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsGUITZ0shJUPhCRbfnlMyMqqyQNDb6G { top:1.4375rem;left:28.15625rem;width:18.9375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPc02FGvRlDCMR7kcukTydLruO4F3ssB { top:33.6875rem;left:35.375rem;width:12.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb6b4tZnm1FTNT6F46LyTKs9F74IBMGR { display:block; }
 }@media only screen and (max-width: 763px) { #ED9I4nUmFv197uGQr9D75L5FpcUaLctp { top:9.1875rem;left:0rem;width:26.5625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDKZZLLXoghefZC0MWbI07gnTG10SK1K { top:9.1875rem;left:23.875rem;width:18.625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW9k2prERcgdyNBnsgTZE9Au6JCP13Su { top:13.4375rem;left:23.875rem;width:22.3125rem;height:15.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMfMTXlr6cm99PSLkxNANWXidp9Q7sDT { top:14.875rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIx3XdLbIiENmW6L4hyQUnBbleLTqqJJ { top:17.375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSrLsuNUHu8ngiPt6DsRVyl91yeyJ7nt { top:13.4375rem;left:35.75rem;width:12rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7Rf1UuorTiDUwwxk9nCHg2GHcDwq4pB { top:19.75rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4ivFfaL1V9wkoaH8hgbATJHhFCJI81K { top:22.125rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ENyk15gqm67M8kl1XN3Tw5vTG5bRwI { top:24.5rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5CFHJiRsO5oLSwJaGMGSqi34U75neNm { top:27.375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fnhw1nbxcqCE9NSgnIthRksFPlT3WSsT { display:block; }#Fnhw1nbxcqCE9NSgnIthRksFPlT3WSsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsaZMucndXb3DF2PleUTR56oD719grpl { top:14.1875rem;left:0rem;width:22.3125rem;height:15.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOTrXLW030sMVv7il5RF0SnvpbMeQP1o { top:15.625rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXUD3tHynhst8TExxfobWSKOU5TI7H3s { top:18.125rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7GuFSsWMcNZ5BiqHxFyKpLevA6QV1vc { top:14.1875rem;left:11.875rem;width:12rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4oTu5t3Xowd0h1AdXaJdpHvPnFIiafS { top:20.5rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiMoqnE1LVls3rURSEXB6k8vG2geOgd7 { top:22.875rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex42Tt8DlTe0ELUQuAq5T3T3OqV3pvQi { top:25.25rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD4abTusfDhUKfTPzIvc2GLZTPA8dWSD { top:27.625rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZhKxqih3OBROoeV6PedTV7HbA3qtNGT { top:30.875rem;left:0rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9X1RR75fCUomoBNoPnRMo9GsKvSnaTy { display:block; }
 }@media only screen and (max-width: 763px) { #loR5cB0RgkXXrT3ybaodi7qK8bcMXKCB { top:6.1875rem;left:21.5625rem;width:26.1875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzPLxIvCnPKggE19hvbsy0LiASiVwG4T { top:2.5rem;left:0rem;width:17.4375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFPGRLFr8MVBswxGbyrWQqafDsCTIEut { top:2.8125rem;left:0rem;width:18rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KorflQgXiR8GOSHFTLkt8C8TpEROZDhz { top:9.9375rem;left:0rem;width:18.625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9KkBxQOap5FoMfGTHw9KnCTbxdZoWTF { display:block; }#E9KkBxQOap5FoMfGTHw9KnCTbxdZoWTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGHe7aifXlITDnp4L6hTsaVvFlTo0dl9 { top:1.4375rem;left:28.5rem;width:19.25rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qihxzW3m264uAoMWW9c1ZcdbAC8A8e14 { top:1.4375rem;left:28.4375rem;width:18.9375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrKPrqQBLFMzFkiyIhDC1yMaIrBLLVcO { top:28.3125rem;left:35.375rem;width:12.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er2w1RoNZvoT4c1rIp7Tb6fZDGpmTThs { display:block; }
 }@media only screen and (max-width: 763px) { #RlE0mQIo3BHSNDd2SdT2ce9skCVEZpUO { top:9.1875rem;left:0rem;width:26.5625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJUKubR6D5DsP67kq0Q5zESC7EFehsCL { top:9.1875rem;left:23.875rem;width:18.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Peco2ip7CmvAMVldTCf7t4qBIvpviP86 { top:11.25rem;left:23.875rem;width:22.3125rem;height:15.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4o2IkpEvEanJKV2SpExVvUrmTPhODRz { top:12.8125rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSckFX88bh4PxnGcRBpodpgxXrV9i9H8 { top:15.3125rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUtarugqUtqwRsAfT6RBTLJGkJNeUwDQ { top:11.375rem;left:30.0625rem;width:17.125rem;height:9.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqUk1XvWTJbe4BcspDLv1g3hHoZeIevZ { top:17.6875rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpz4W6qkovlLuGV6ntMnMkT9ZJvDquc0 { top:20.0625rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMJs5VybQ1S7G7iNCabGIrh5O1TVZqxe { top:22.4375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwJfomIVLhgstLHA2P5Vd2qUa3MJiSed { top:25.25rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUZ7UutBN0NsZoRGADktU0NGTkFAh0Et { display:block; }#qUZ7UutBN0NsZoRGADktU0NGTkFAh0Et > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nl8C3G4BECW8lDl30Bx5ZKLqORBwhUCd { top:14.0625rem;left:0rem;width:22.3125rem;height:15.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPrFmmayFRbipiHAkVN9M5T7WqEUumQD { top:15.5rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ0iatwT30AwRKWD22bUB2Gsg7ZTks4O { top:18rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZLrAUVD14gHAwRKAGbKQgSfF5ecMQIO { top:14.0625rem;left:11.4375rem;width:12rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfXwr4Na3HNK4nELcPmu4IkvcWftcpcx { top:20.375rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsv2WCHI2nN1OKKxvKgm09WFODpQ9aW9 { top:22.75rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogX3pgmoMMOI1pTbgJyVFAetH6l6PJKa { top:25.125rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEOGw5Bmr0dphoD4kLFqRt3P8233awR5 { top:27.5rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4FDn3bd44meZdOXmgEP7sLPebyklJEk { top:31.8125rem;left:0rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9SEcMe6dgHQNvQ8rn1gIPw813Cuy35Z { display:block; }
 }@media only screen and (max-width: 763px) { #qoRw0yrcT5MRacDEPANfWvMmqzTvaI6X { top:7.4375rem;left:21.625rem;width:26.125rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAiffL9vGpKxiwgTlL3PKlwcIf8dueBo { top:2.5rem;left:0rem;width:17.4375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFuK1DbEvXsRTkn06L08Iqphz7hroBup { top:2.8125rem;left:0rem;width:18rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqT7AHvTsJF64sSycP6bbNsVbsvf9WBZ { display:block; }#AqT7AHvTsJF64sSycP6bbNsVbsvf9WBZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9zd2NuybALfq1QIgVtU0836UgTnFqGD { top:1.1875rem;left:0rem;width:8.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuNyef8sCNGopQXsEJHnBzlra5WSdQGW { top:1.1875rem;left:0rem;width:18.9375rem;height:6.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKe6XmCOIm83hFhULvX8hQ7UtvV5ngRr { top:32.875rem;left:5.75rem;width:12.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJduV54ECGTrvho774tEQGwmnKUnhNTX { display:block; }
 }@media only screen and (max-width: 763px) { #VEC32UtJoqtGTuWVqMWXbpGroTnST61g { top:13rem;left:0rem;width:11.875rem;height:21.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgtNzhxMLi3xaJvPlybnZEaUg1gEsuSd { top:13rem;left:10.6875rem;width:13.1875rem;height:16rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1Q29So8WbhsTJWlT4hkt9qCR7q1VEc4 { top:8.25rem;left:0rem;width:18.625rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIK3KC3Tft8UnWbGcCevg23NteozQPec { top:6rem;left:19.75rem;width:27.9375rem;height:24.070865588086rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOkEehCJZo1aqqlQvQTLqbo8TOziDTKh { display:block; }#BOkEehCJZo1aqqlQvQTLqbo8TOziDTKh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyIzdAagqMs91lH5CTgcnnPovTomXqHd { top:31.6875rem;left:23.875rem;width:11.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaqaGI5JrMEasVzfJ0p0e8fTqhteSlgD { display:block; }
 }@media only screen and (max-width: 763px) { #N5ckyeGkAJzQkPyxyy6XbTwuRBD2Klwg { top:3.1875rem;left:35.4375rem;width:12.3125rem;height:3.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTp54X35cmpiSZhIXJVfJ8UimGKedqNI { top:31.6875rem;left:35.375rem;width:12.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0mXSDumFqia6k8TlUaOITkUUFlffoxV { display:block; }
 }@media only screen and (max-width: 763px) { #uSd6mCFkfGDpxO6aRzuCMJBm7mxLa8gI { top:12.4375rem;left:34.8125rem;width:12.875rem;height:15.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrXg35x1z2Tpu12IRb5X6wOAgeWyMDrz { top:12.4375rem;left:23.875rem;width:11.0625rem;height:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZMrTkP22JKOL2QVpi2KlUROQzloetrH { top:8.0625rem;left:26.5rem;width:21.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORaLoUeG9D0kGfT9JuxsSziSLnW3xDxf { top:6.875rem;left:0rem;width:26.8125rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvsMJnhp4RNRHJ0rBmFdU1C96Okpdx8f { display:block; }#lvsMJnhp4RNRHJ0rBmFdU1C96Okpdx8f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiCUdLlsW6CAJF9kABtnP9etGGhIPddT { top:14.6875rem;left:0rem;width:11.9375rem;height:18.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r28CP7qUa2myk891cIbcIPbigGRtZr3o { top:14.6875rem;left:12rem;width:11.875rem;height:13.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc6InQ1mWrg9UggcS2XHzVWltZL5cnsf { top:2.875rem;left:0rem;width:12.6875rem;height:3.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyCmeGKgem2NAS4vPR6anJr8t0yMEGSw { top:6.5rem;left:0rem;width:23.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W52TXk1mO1vNVxOfr6NzWFa7volnTavr { top:35rem;left:0rem;width:12rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TruVFPKdKrOd25yEq5nspnmT2gGUETgX { display:block; }
 }@media only screen and (max-width: 763px) { #M7J9NqnmKc24LT56g7hs3c1x1N25oFOz { top:6.4375rem;left:20.4375rem;width:27.3125rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrbPshswWuC9TN5RdSimX2F69ftxGbbJ { top:10.375rem;left:0rem;width:18.625rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x96Q4ShzzHCKyoE88duWlhzO5V2W6gMB { display:block; }#x96Q4ShzzHCKyoE88duWlhzO5V2W6gMB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1PIoc09AtZLeeCPGtNrxbAdQMqJI1El { top:3.1875rem;left:35.5rem;width:12.25rem;height:3.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy44VUuXCEQfABcNblCXJFweO29m2k7d { top:33.1875rem;left:35.375rem;width:12.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdSZB6ioxgrAC1xGQ7PL9knVAewVMaLv { display:block; }
 }@media only screen and (max-width: 763px) { #bq4HGxQ1xuU19cRDTKvS4VDF7RN8dr9J { top:14.1875rem;left:34.875rem;width:12.625rem;height:16.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO2y24bfEtDO7XTz0Q3wR9QsRDl3wdfv { top:14.1875rem;left:23.875rem;width:10rem;height:12.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlF6LfoP5uBdyzrGzK6owm4PcDGlnw6r { top:9.1875rem;left:0rem;width:24.875rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqAW6FmSGbCpUIw7RdDZaoDmRlm1qFxe { top:33.1875rem;left:23.875rem;width:11.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNvoTrU3616wNEgGowl09myiiDTAPnJA { display:block; }
 }@media only screen and (max-width: 763px) { #yk4MQFqni5rOrygMOIebL1CcOUZqmUmC { top:6.8125rem;left:22.4375rem;width:25.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUC87eCLMX1ibGJIGkiGiSMDbV1Ja3hX { top:10.0625rem;left:29.125rem;width:18.625rem;height:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okpm3OGL77W0IhFRVwRxOf22OR7k45oA { display:block; }#okpm3OGL77W0IhFRVwRxOf22OR7k45oA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QeOrlHeVgqcamz4DeKT9iPdmOCM6vTTh { top:3rem;left:0rem;width:9.5625rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0z4Fck4n3fyG6ZgryN1UoRzdlfzM9o7 { top:35.5rem;left:11.3798828125rem;width:12.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIwf7M434xndJT9rlxBTlvD0m8zBTqf3 { display:block; }
 }@media only screen and (max-width: 763px) { #NrM6UgeZ5GN8w1RrrcIo00hn4xHHu2Pz { top:16.75rem;left:12.1240234375rem;width:11.5625rem;height:16.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioivceZVuM07KP8gyeGERsaBlCTI4c2z { top:16.75rem;left:0rem;width:11.1875rem;height:13.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBurWVFktpPWBJPvKp0lqmcqBOnRJKDF { top:7.625rem;left:0rem;width:16.4375rem;height:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUbw5ycCcD93pP6doT8Lr70i3IeHJNax { top:7.625rem;left:21.625rem;width:26.125rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDOemuGudGIPFGEgsBcAIQx5XzLS93aH { display:block; }#zDOemuGudGIPFGEgsBcAIQx5XzLS93aH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0nNA1Gd059oVOCHy1diXeJW24zyzq0r { top:17.6875rem;left:0rem;width:11.5625rem;height:12.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlFbZ659tJzTnZc94ZTD8GV18K1zH22N { top:17.5625rem;left:10.75rem;width:13.125rem;height:16.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKhNwyHGEPBzwlZ026VnGA47DdtdrJzt { top:2.9375rem;left:0rem;width:13.4375rem;height:3.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHooRmOhFTAgvfTxqZwAGzG7rFfFRCOQ { top:8.4375rem;left:0rem;width:20.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2U85uXgeKon5ZMFTr8SE6mcuSBrtbwu { top:35.75rem;left:0rem;width:12.125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlHUyUtl4ZDMBmP8cyLdt512JtIhWXfM { display:block; }
 }@media only screen and (max-width: 763px) { #tRH1AKJuTbfT55ySqx8dOUTWpkrPxAUk { top:5.25rem;left:21.5rem;width:26.125rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMBwIPKVqvS0HhfXN6aCuNBeLyTMKIBw { display:block; }#eMBwIPKVqvS0HhfXN6aCuNBeLyTMKIBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOi2UpzwThtlD30BLWhkAs6h0C7ylre7 { top:17.0625rem;left:23.875rem;width:11.5625rem;height:12.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDvvFZyqmIN4VEKHB9e8y7thtwuLvlAE { top:16.9375rem;left:34.625rem;width:13.125rem;height:18.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9W2eIUdn2a1SV2UmBP3z5VPTmW8cqpp { top:2.1875rem;left:22.25rem;width:25.5rem;height:3.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isitx0IRiTDS8y1QeXqpwyEoNSLhatuM { top:7.5625rem;left:22rem;width:25.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwKsdiXT1TE57pbBI0aXHnV5JdM6STZv { top:37.6875rem;left:23.875rem;width:12.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObLuqFVNS7XLBhJhZELn146gVQJbb465 { display:block; }
 }@media only screen and (max-width: 763px) { #Oy8rT6LOigVypIDUne1AXzlkRArVdXZJ { top:37.6875rem;left:36.3125rem;width:11.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0wMl9oZDKODQDsze10FyBVSrTHR8CKH { display:block; }
 }@media only screen and (max-width: 763px) { #He4fRhtqnRd2Eug7iuWR7sTJTcsTHTTb { top:5.1875rem;left:0rem;width:26.25rem;height:24.3105625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { display:block; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeZtFh1yVSIazaSdx7y78ZodeFRFxr8P { top:14.0625rem;left:4.0000019073486rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRoWBKLFDgcSCfpyrvmkKiDu1he5dACs { top:20.5rem;left:3.7500019073486rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMtK9sOpI7sqbJbOvCvT1wXH5w1tWygr { top:27.625rem;left:4.2500019073486rem;width:4.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5EkE0LKE6pe0SEPs6GS8WU9egEH2EpT { top:14.3125rem;left:26.187501907349rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrPhatnd6NuT8myw4HF0XXacNM7u1PvF { top:20.9375rem;left:26.437501907349rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH9DawycAz70ETmxHNXWT0Crvh6azrJQ { top:28.125rem;left:26.218751907349rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { top:14.75rem;left:10.5rem;width:10.8125rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { top:21.25rem;left:10.625001907349rem;width:10.625rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { top:28.75rem;left:10.312501907349rem;width:10.8125rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHiTOV4Km1Q9MwlqpEwNUnv2vxXdNdXU { top:14.625rem;left:32.3125rem;width:12.8125rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZSO1qlsuZXmRTGZkQ6BEvT30RpLBUM3 { top:21.375rem;left:32.3125rem;width:12.8125rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMZIFBsyZZRWPhJtyTBZSeG98bhTNifq { top:29.125rem;left:32.548181533814rem;width:10.25rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { top:52.0625rem;left:6.68505859375rem;width:35.4375rem;height:2.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmyHJK5PWJw0nmA2pUPyrAa6JNs8R2Bg { top:5.25rem;left:5.0306015014649rem;width:37.625rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyD9OlBleKIaPKTg78z8QwfUSmkNa6hl { top:56.1875rem;left:17.6875rem;width:12.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAldbxWIqLPV5gAiM2SlvIklmyBwbnTH { display:block; }
 }@media only screen and (max-width: 763px) { #WmfOKwJEOE9fR3Cr8ziZscEOa2IqqTFT { top:34.125rem;left:3.74951171875rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6fzs1fxTESb7XDrIuF2J6eVpGJr6WR2 { top:35.75rem;left:10.3125rem;width:14.125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnZhTmSyFSCK2KVPWdnDMsKrSgzy9c2e { top:40.625rem;left:4.216796875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L65vIOoRt1a389NgBvcKhMiF9WDpohiv { top:41.625rem;left:10.125rem;width:14.125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOgeWNqEhB2WSVIPrtt3kUflZpJEi1W3 { top:34.5625rem;left:26.24951171875rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWNrNKtKhFz3SmTz8S8ulgMfVaEn7tqE { top:36.0625rem;left:32.3125rem;width:14.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlxQ0Tv4iCvCGQ8fzO0MWhUpqTTUZV0O { top:41.1875rem;left:32.3125rem;width:14.125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhQPnTP7xJPePNEgg1AxAKxksy9sBC3q { top:40.625rem;left:26.06201171875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { top:3.25rem;left:8.8437519073488rem;width:30.0625rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOwnCQR1DvwTwAoI7mUdJXnZPwae7P4L { top:7.375rem;left:10.687068939209rem;width:26.3125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDt30hmmdSQ57R7FDKQpEmARU5CDOTLR { top:11.9375rem;left:2.0000019073486rem;width:43.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIFdMb6BGl3guhcBkuU4OXEFniQt0Eeo { width:12rem;height:3.125rem;top:32.8125rem;left:17.874568939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1btFCSrIQvHFXEiQHWIV6hVES9pIRRL { display:block; }
 }@media only screen and (max-width: 763px) { #brN7GZBrvrzaD5fhGhq6ok0ihtkRAtNU { top:41.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F990qGUkcuxqLHdVVExdtZeG18K3CSTC { display:block; }#F990qGUkcuxqLHdVVExdtZeG18K3CSTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrTxPQU35byJT5m3CM90aeG8oKPCKTKn { top:2.1875rem;left:0rem;width:18.5rem;height:1.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXyOIhenzs4SK4AUXD29rEfK1xX7NoyA { top:5.125rem;left:0rem;width:15rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl0GZmO3U4hOxG8qx62WAgk40pr0kLtT { top:11.9375rem;left:2.0000019073486rem;width:43.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBAOKfq8OomGRTpul0MXdrE4vHfvwlcq { width:12rem;height:3.125rem;top:32.8125rem;left:17.874568939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpHD71ovSNREwEyNQw2n2tM0k8T43ud9 { display:block; }
 }@media only screen and (max-width: 763px) { #wSz30cb28U47DxNOKK8rmqGdZCO8GgKy { top:41.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #spHWpdfMbP2T6egCHHt4i1So98FDL6ml { display:block; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKhPZyKnC8xkZgmMobamM2omkvoFutOc { top:2.0625rem;left:0rem;width:13.75rem;height:4.62456875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWPQfFPh8mpLTuZAMuDaVxl31x0ailFv { top:2.6875rem;left:15.875rem;width:31.875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUPzIm6BzKvLCT97JkGrPUWMbscBOq6m { display:block; }#iUPzIm6BzKvLCT97JkGrPUWMbscBOq6m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqJMi2yCvsbKrsAQ4ZXmo2814nZvsD0L { top:0rem;left:42.25rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz { position:relative;z-index:auto;display:block; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { width:3.8745125rem;height:4.4995125rem;top:1.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4yDyq19WJ124snsnwHQZelCWXPmtEPE { width:13.1865rem;height:1.29980625rem;top:7.0029296875rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXA7EpywCnETrMcUNIamVUARaW520W0D { width:2.249025rem;height:2.31005625rem;top:6.4990234375rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/671d9d97-2809-44c1-a09f-54da7189ad3d/DJI_0424_Rev.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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(0,0,0,0); }#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(0,0,0,0); }#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 > .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:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpvC8ZJmxnKH9ed9ZFTozMTcLkOCXqwf { width:18.75rem;height:33.5rem;top:10.8125rem;left:0.625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { width:16.625rem;height:5.1181625rem;top:12.5rem;left:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:14.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#95c11f;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:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:14.375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#b3aeae;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#b3aeae;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#b3aeae;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#b3aeae;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.1875rem;overflow:hidden;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:1.5625rem;top:18.1875rem;z-index:15002; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:14.375rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:1.5625rem;top:18.1875rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fTNoG8R2JoIex2nDWoqSVpA3fIuzBRyH {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #U8n0NSXyVNvyArREAmBHrSdGgI7DZVyT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #dtXlHGIewMm2rOiL44aynW31Us4zvTeu {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #CRsuKoAWPdq3E3bVh9oHW8SipcA0OvcC {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #eNvRtOH1eVuEbiTx9pfl2C735SxFT6gc { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EH8yzi8ubhqJZtHIPfLs85bZpK14ESsU {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #OCHwBcF2lP1Cvf6a5qnaNweQswIxwkoB {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #OCHwBcF2lP1Cvf6a5qnaNweQswIxwkoB .container-column{width:50%;} }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #qVdg3oTOENJ45HM4fdbJTCfI8wxKQAB6 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #DG3MD6aF9GhyU9VsBMcg1Cl1Sm06QFy8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #FpfWZTRZmxFZT9OM0WfnlTUVUkFyg2nI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #X5HwyF9sZ8UHCHT7pdCLR3yddN6puNU9 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #q5KkkCDmxxel110uAk5UJbOAtaCrneIs {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #HscAAiDOaBQPv0pyeOHUi8zzdS9uFp1J {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #B8e1L7zSHH4yhXuZGuO2UnSNNd9vf7rX {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #ED31kl7V3mG3RzI2dmzJ3Jfl3fKnbmD2 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #DNTSVNIon2P7Tk5EvJOl5nwV5RaVfxu2 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #yH6iHsiHaaVLwXbQCoSV8UVc2bw2W2yD { width:19.625rem;height:7.5rem;top:2rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TSJAfA4iqH1aMIyTMfZfKqymTWXoLGDe { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/13cd87b4-8727-4d16-b203-8a196c7bce2a/_GSC_navidad_banner_colinas_casas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#TSJAfA4iqH1aMIyTMfZfKqymTWXoLGDe.adaptive-delivery-prevent-bg, #TSJAfA4iqH1aMIyTMfZfKqymTWXoLGDe.lazyload, #TSJAfA4iqH1aMIyTMfZfKqymTWXoLGDe.lazyloading { background-image: none; }#TSJAfA4iqH1aMIyTMfZfKqymTWXoLGDe > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zUqQUzVBDX1vsGzlBGDIMe22vK844IoZ { background-color:#ffffff;background-image:none;display:none; }#zUqQUzVBDX1vsGzlBGDIMe22vK844IoZ > .row .container { width:20rem;height:24.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fDHxB3e4N9lAPLCbVQifciy7xCcpt3gh { top:1.25rem;left:0rem;width:20rem;height:16.5625rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Flio4gAtgLq4p3NSf0D7QkBP9rTW7NaC { top:19.0625rem;left:0.5rem;width:19rem;height:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQusuXRdLx3m4OHhkotTaAJm06sxG2yg { display:block; }
 }@media only screen and (max-width: 763px) { #tm9I2zO2OTnJT8E8cMGvsAH5syhtErro { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/086e7831-e82b-40eb-bd93-5f89dca76caf/_GSC_colinas_movil_BuenF_banner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#tm9I2zO2OTnJT8E8cMGvsAH5syhtErro.adaptive-delivery-prevent-bg, #tm9I2zO2OTnJT8E8cMGvsAH5syhtErro.lazyload, #tm9I2zO2OTnJT8E8cMGvsAH5syhtErro.lazyloading { background-image: none; }#tm9I2zO2OTnJT8E8cMGvsAH5syhtErro > .row .container { width:20rem;height:6rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hv2yB1MtnUzxePhrITHGLBqmKZoJXleC { top:1.25rem;left:1.4375rem;width:17.125rem;height:3.5rem;font-size:1rem;z-index:15005;background-color:#01763f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eLeInU6JJyOOhelDnTfgfUVwOTvIW4Zx { display:block; }
 }@media only screen and (max-width: 763px) { #qRZGa8kGK1ITCNzqg8gW9v9wvIi85bQe { display:none; }#qRZGa8kGK1ITCNzqg8gW9v9wvIi85bQe > .row .container { width:20rem;height:38.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c8y2RsJHOFrDI141vKfJJLGR5q8VPMLV { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQX1MkGDtOHpGk7R7E3A4C9uPTR490Bn { width:20rem;height:2.5996125rem;top:22.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXbGJfGPkEDAlw57NQXlOoyC4HNiXM4t { width:20rem;height:8.125rem;top:29.14258125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWGWTw5KhHbx4hmUfkzfxD2BQw0WIIK3 { width:20rem;height:1.54296875rem;top:26.3496125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PZvD7pah/LAN_LOMAS_BAN_copia.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v.adaptive-delivery-prevent-bg, #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v.lazyload, #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v.lazyloading { background-image: none; }#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 { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { width:18.0605625rem;height:7rem;top:3.1875rem;left:1.9394375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { width:4.6875rem;height:0.24902375rem;top:14.4375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { width:17.9980625rem;height:9.75rem;top:15.75rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KLt9PWfa0vzy3FZM3T9UEMDGATaKEyHk { width:11.8730625rem;height:3.124025rem;top:26.685546875rem;left:5.0322265625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipACAllWTPNl4qeqXGWN70cWQyvL49QU { display:block; }
 }@media only screen and (max-width: 763px) { #fN6S5Bcur1W6cs1VeexkrZT6Wvd03dHs { top:1.25rem;left:0rem;width:20rem;height:13.3125rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt { display:none; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row .container { width:20rem;height:76.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lz8T6yMuabSZ9eobvwFeXwmugGy5y34E { width:9.1875rem;height:19.95558125rem;top:17.15918125rem;left:5.375rem;font-size:0.875rem;line-height:1.2;z-index:15021;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RE3daaEPOeAZekkVTT9oniWT3Utf04tU { width:9.2475625rem;height:10.5029375rem;top:38.36424375rem;left:5.375rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mWUpoJhmZ2ZLRCAOhB3ip8WTIockR8Ku { width:7.12425rem;height:2.43676875rem;top:4.9375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiiSiwZTezpxwHzux3306tXRPCDymdbV { width:14.0625rem;height:2.4375rem;top:1.25rem;left:2.9375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FDVEubAn7DJ7OgOtvbJ4hLsfx5eSfxQp { width:19.9995rem;height:18.4995rem;top:56.74120625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #WMpqPwKyKuv598yCVWZike3xkgFcCeJV { width:10.68675rem;height:2.59863125rem;top:8.624025rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ynvU3Z71dy09yPDI7w3qZe1Vx1bh7ZrK { top:50.11718125rem;left:5.5625rem;width:8.75072625rem;height:2.12597625rem;border-top:0.125rem solid #95bc20;border-left:0.125rem solid #95bc20;border-right:0.125rem solid #95bc20;border-bottom:0.125rem solid #95bc20;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2DEWvXkTNw0XGmMdxW8xg5DpPTW2VdG { display:block; }
 }@media only screen and (max-width: 763px) { #Vo0WIoZsb7nfehy5v6nOTcXbeXiXIpRD { top:53.49218125rem;left:5.6875rem;width:8.625rem;height:1.9995125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSZrmi6fnPgNVnH4oh5ZCRfAZeonIkF7 { display:block; }
 }@media only screen and (max-width: 763px) { #NnHbigAVBJ70uSCHFfdAGPWPXA92kJr5 { width:12.125rem;height:3.4375rem;top:12.47168125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a003QRgwQUBafoVk6kHgx6FGd2NwsrbO { display:block; }
 }@media only screen and (max-width: 763px) { #EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR { display:none; }#EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR > .row .container { width:20rem;height:76.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oTf8UVQnPyDOUsqVBJTdCOhA2yiT62QA { top:70.0819625rem;left:5.75rem;width:8.4375rem;height:1.93725625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJqXMLoTzU5RTBR4AXWnFSfOqTa71s9v { display:block; }
 }@media only screen and (max-width: 763px) { #CvUkSUftGHgneOLwt7QQQDL02EmfrZTP { width:7.062rem;height:2.12475625rem;top:26.3974375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArwuIxHSnr1beIaPdFWSqTNMKvpT0Tbm { width:13.2495rem;height:4.125rem;top:21.0224375rem;left:3.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sARN12V7v88CxmufE1GKc4EQZxTEWXcK { top:73.2684875rem;left:5.4375rem;width:9.06347625rem;height:1.87548875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwyhI0b8VZ8JD2O5N2qOHQRxl0uxJrsH { display:block; }
 }@media only screen and (max-width: 763px) { #cHvwxlCORgP7NW2hSZBsXftU1fUPQWCd { width:9.24975rem;height:18.9052875rem;top:29.7714625rem;left:5.375rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PNv5X5kZi56DcfT3EE9pqoL0493gdiwW { width:8.18625rem;height:18.9052875rem;top:49.9267125rem;left:5.875rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cm3CRA4xouaoHpUo5mKBT2JkONgfq0IT { width:19.9995rem;height:18.5229375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 { display:block; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5XBvMN5dS5wXWJdJvGchZWuM0LEEwbi { width:16.875rem;height:3.8994125rem;top:4.9375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zI1UmJW7LXs8RRP4DSVAKBZTIRIi9oO6 { width:11rem;height:17.05078125rem;top:11.3359375rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CxiWEXp05kGxALQA9kEwPXLdUsTysXFe { width:18.125rem;height:0.0615234375rem;top:10.0859375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dJpCBH3eZJxpO45KGsZuSRdXJvPe7I4c { width:18.125rem;height:0.0615234375rem;top:11.3984375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1xR28UicbKqfeTyxuhrmQBVykpeL7E6 { width:11.9375rem;height:9.09375rem;top:11.3359375rem;left:8.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kUhDbW8IwX6krLoPA8nSGI0tM3m6MW3w { width:18.125rem;height:0.060546875rem;top:12.7109375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GamhzAFKX5Xs2gOmkhfqJTXKp9mtnhuO { width:18.125rem;height:0.0615234375rem;top:14.0234375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCFK5MVatTB96rDunBAnXUINhWdNzB7M { width:18.125rem;height:0.060546875rem;top:15.3359375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #isLhAzZrozfbiCTJT3ebCaIA16izNSG5 { width:18.125rem;height:0.060546875rem;top:16.6484375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aovwTm4LHSmXzFxCsGdXs9b4qpEo1rZG { width:16.6865rem;height:2.4375rem;top:1.25rem;left:1.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RpMednQ5qOmfruZo0BDqglv284LsFpp9 { top:29.25rem;left:6.125rem;width:7.75rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl3BNnAcH1Qvxu6vwSMcbFDFXJ7xFvyJ { display:block; }
 }@media only screen and (max-width: 763px) { #rvP0TSt6s2bbuQxKl068E6O7EftmLn6U { width:19.9980625rem;height:18.4980625rem;top:36.6796875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #BF0NO3bBJRmxe79aCnRKwTFheiwmf4WU { top:32.8125rem;left:5.5rem;width:9rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvTgwQGlEOiHCTKQFNAcskauz0UbhKgO { display:block; }
 }@media only screen and (max-width: 763px) { #WFkkws84EAhsqcu2iI0eqtLXmyPHSPyu { display:block; }#WFkkws84EAhsqcu2iI0eqtLXmyPHSPyu > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6qweuZ8tK1ciUU7idIG3mv16k7TnZMm { top:41.5625rem;left:5.75rem;width:8.4375rem;height:1.936525rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqnZ15B2eH4ZkBJ9k8WfdSLNqX1VLDGu { display:block; }
 }@media only screen and (max-width: 763px) { #WydafIyl6S3QSMzlmXIb8VGga8hoG2l3 { width:5.75rem;height:2.125rem;top:2.40625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP4axQ6wdZfAuLVZl6TEmI4qgpN2axTu { width:14.125rem;height:2.0625rem;top:2.4375rem;left:3.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKa0QvCW3pT0xT4mTJpoCGNvINH1MF4p { top:44.75rem;left:5.4375rem;width:9.0635rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfrwepk5u9QD6tbRxUGk8esyl91nHoNo { display:block; }
 }@media only screen and (max-width: 763px) { #OwA7P9TV4V0JZec30mnLmJSWgEM8zt6x { width:19.9980625rem;height:15.75rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7uADCOrexzpXzJ5XTXfo3kUdVkkkqcm { width:18.624rem;height:1.6875rem;top:5.125rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQabuABJ7gsyIyIhXk0VRmCk8Xna5xFr { width:11.75rem;height:15.9140625rem;top:7.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGsqaJNXxlqmuF9Au8e5mRhEhCNpzIR8 { width:20rem;height:0.0625rem;top:27.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xNnJDcvq5b34Xrdo3G3J54nCJb99KzI1 { width:12rem;height:9.09375rem;top:7.3125rem;left:8rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x2mC2rxp7PWSTr3Jq5XOE9ZMCndxcsXg { width:20rem;height:0.0625rem;top:29.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WU1IgzGQFTsNcMrUPs4hi8TWByZuZNrT { width:20rem;height:0.0625rem;top:30.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJkZAJQhopWTsuS0VyLgCdxAiwIh1MxT { width:20rem;height:0.0625rem;top:31.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SosqLzoK2O18kiimCpiUJOyqNdtU7ihC { width:20rem;height:0.0625rem;top:33.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zicT9b02TZHy4s6SCThPQ1s8s5bNqCrU { width:20rem;height:0.0625rem;top:34.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wr5y09tXx8Rv1EwvEceJKXKOvdFaAXw0 { display:block; }#Wr5y09tXx8Rv1EwvEceJKXKOvdFaAXw0 > .row .container { width:20rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJmHOwBTTT1A6x796Ah4xU6d7ltLdDXZ { width:11rem;height:15.9140625rem;top:8.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tIy4XUfD88cV6D1bBJ0hqXhrsyqbBCxD { width:18.125rem;height:0.0615234375rem;top:16.4375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbCafVXRbG756OaBdXQ9JIp7auy5BeyN { width:18.125rem;height:0.0615234375rem;top:17.75rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ae8bPyrVAQC8ouOecyfLqEkOTMXtUqeb { width:11.1875rem;height:9.09375rem;top:8.875rem;left:8.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5sS4Z765QxzKOopVv1HXuQiMgOZGMaI { width:18.125rem;height:0.060546875rem;top:19.0625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lC8IhTRxTbl18gKdclfqzMTBssCziQ7J { width:18.125rem;height:0.0615234375rem;top:20.375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFxAdiM1W2tmuP9nc4hWnK2kSlg8qIbU { width:18.125rem;height:0.060546875rem;top:21.6875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXJsLKqaB9TX8MNTDsXol7IyFz4deJyl { width:18.125rem;height:0.060546875rem;top:23rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyfwIgh445n0nNt4rRNaeHCvpaUuO2zW { top:43.9453125rem;left:6.125rem;width:7.75rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRRbR5654GtFrMCt1KafrTZeG1K4nH6P { display:block; }
 }@media only screen and (max-width: 763px) { #fz0gQZ7MxHevMkF11qob6K73racxJsTD { width:20rem;height:15.6875rem;top:26.8828125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #tzlvxn6cn47TpDnRqOSRemioO8Ev7cWr { width:16.6855625rem;height:4.875rem;top:1.8125rem;left:1.65625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u9D5AOPzt7e224lQX9ULgH8S3l6DVWKi { width:18rem;height:3.1875rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTmyUa6Q9ytDXKPvK7T3NS91aSThMdbZ { width:20rem;height:3.375rem;top:6.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZgTAq0L9HIcdfwomJSE92G6S0hqgJb8 { display:block; }#PZgTAq0L9HIcdfwomJSE92G6S0hqgJb8 > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8tBN5veZNme1aDf0vGkfbzCkBPLPvFx { width:11.375rem;height:2.125rem;top:1.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsGUITZ0shJUPhCRbfnlMyMqqyQNDb6G { width:13.2480625rem;height:4.125rem;top:1.25rem;left:3.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tPc02FGvRlDCMR7kcukTydLruO4F3ssB { top:41.24609375rem;left:5.4677734375rem;width:9.0635rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb6b4tZnm1FTNT6F46LyTKs9F74IBMGR { display:block; }
 }@media only screen and (max-width: 763px) { #ED9I4nUmFv197uGQr9D75L5FpcUaLctp { width:19.4375rem;height:15.25rem;top:24.75rem;left:0.40340909090909rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDKZZLLXoghefZC0MWbI07gnTG10SK1K { width:18.624rem;height:3.375rem;top:5.9375rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qW9k2prERcgdyNBnsgTZE9Au6JCP13Su { width:11.75rem;height:14.77734375rem;top:8.28125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vMfMTXlr6cm99PSLkxNANWXidp9Q7sDT { width:20rem;height:0.0625rem;top:25.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nIx3XdLbIiENmW6L4hyQUnBbleLTqqJJ { width:20rem;height:0.0625rem;top:27.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSrLsuNUHu8ngiPt6DsRVyl91yeyJ7nt { width:12rem;height:9.09375rem;top:8.28125rem;left:8rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y7Rf1UuorTiDUwwxk9nCHg2GHcDwq4pB { width:20rem;height:0.0625rem;top:28.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4ivFfaL1V9wkoaH8hgbATJHhFCJI81K { width:20rem;height:0.0625rem;top:29.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8ENyk15gqm67M8kl1XN3Tw5vTG5bRwI { width:20rem;height:0.0625rem;top:41.40625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5CFHJiRsO5oLSwJaGMGSqi34U75neNm { width:20rem;height:0.0625rem;top:42.71875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fnhw1nbxcqCE9NSgnIthRksFPlT3WSsT { display:block; }#Fnhw1nbxcqCE9NSgnIthRksFPlT3WSsT > .row .container { width:20rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsaZMucndXb3DF2PleUTR56oD719grpl { width:11rem;height:15.9140625rem;top:9.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EOTrXLW030sMVv7il5RF0SnvpbMeQP1o { width:18.125rem;height:0.0615234375rem;top:16.4375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXUD3tHynhst8TExxfobWSKOU5TI7H3s { width:18.125rem;height:0.0615234375rem;top:17.75rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7GuFSsWMcNZ5BiqHxFyKpLevA6QV1vc { width:11.1875rem;height:9.09375rem;top:9.375rem;left:8.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4oTu5t3Xowd0h1AdXaJdpHvPnFIiafS { width:18.125rem;height:0.060546875rem;top:19.0625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fiMoqnE1LVls3rURSEXB6k8vG2geOgd7 { width:18.125rem;height:0.0615234375rem;top:20.375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ex42Tt8DlTe0ELUQuAq5T3T3OqV3pvQi { width:18.125rem;height:0.060546875rem;top:21.6875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rD4abTusfDhUKfTPzIvc2GLZTPA8dWSD { width:18.125rem;height:0.060546875rem;top:23rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZhKxqih3OBROoeV6PedTV7HbA3qtNGT { top:45.8828125rem;left:6.125rem;width:7.75rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9X1RR75fCUomoBNoPnRMo9GsKvSnaTy { display:block; }
 }@media only screen and (max-width: 763px) { #loR5cB0RgkXXrT3ybaodi7qK8bcMXKCB { width:19.9375rem;height:15.6875rem;top:27.7578125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #XzPLxIvCnPKggE19hvbsy0LiASiVwG4T { width:16.6865rem;height:4.875rem;top:1.875rem;left:1.65625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFPGRLFr8MVBswxGbyrWQqafDsCTIEut { width:18rem;height:3.1875rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KorflQgXiR8GOSHFTLkt8C8TpEROZDhz { width:18.625rem;height:3.375rem;top:6.75rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9KkBxQOap5FoMfGTHw9KnCTbxdZoWTF { display:block; }#E9KkBxQOap5FoMfGTHw9KnCTbxdZoWTF > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGHe7aifXlITDnp4L6hTsaVvFlTo0dl9 { width:11.8125rem;height:2.125rem;top:1.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qihxzW3m264uAoMWW9c1ZcdbAC8A8e14 { width:13.2480625rem;height:4.125rem;top:1.125rem;left:3.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CrKPrqQBLFMzFkiyIhDC1yMaIrBLLVcO { top:42.87109375rem;left:5.4677734375rem;width:9.0635rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er2w1RoNZvoT4c1rIp7Tb6fZDGpmTThs { display:block; }
 }@media only screen and (max-width: 763px) { #RlE0mQIo3BHSNDd2SdT2ce9skCVEZpUO { width:19.9375rem;height:15.625rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJUKubR6D5DsP67kq0Q5zESC7EFehsCL { width:18.624rem;height:1.6875rem;top:21.125rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Peco2ip7CmvAMVldTCf7t4qBIvpviP86 { width:9.3125rem;height:18.1875rem;top:5.84375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4o2IkpEvEanJKV2SpExVvUrmTPhODRz { width:20rem;height:0.0625rem;top:24.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSckFX88bh4PxnGcRBpodpgxXrV9i9H8 { width:20rem;height:0.0625rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUtarugqUtqwRsAfT6RBTLJGkJNeUwDQ { width:13.25rem;height:9rem;top:5.84375rem;left:6.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TqUk1XvWTJbe4BcspDLv1g3hHoZeIevZ { width:20rem;height:0.0625rem;top:26.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bpz4W6qkovlLuGV6ntMnMkT9ZJvDquc0 { width:20rem;height:0.0625rem;top:28rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LMJs5VybQ1S7G7iNCabGIrh5O1TVZqxe { width:20rem;height:0.0625rem;top:39.65625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwJfomIVLhgstLHA2P5Vd2qUa3MJiSed { width:20rem;height:0.0625rem;top:40.96875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUZ7UutBN0NsZoRGADktU0NGTkFAh0Et { display:block; }#qUZ7UutBN0NsZoRGADktU0NGTkFAh0Et > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nl8C3G4BECW8lDl30Bx5ZKLqORBwhUCd { width:11rem;height:15.9140625rem;top:8.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hPrFmmayFRbipiHAkVN9M5T7WqEUumQD { width:18.125rem;height:0.0615234375rem;top:11.8125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJ0iatwT30AwRKWD22bUB2Gsg7ZTks4O { width:18.125rem;height:0.0615234375rem;top:13.125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZLrAUVD14gHAwRKAGbKQgSfF5ecMQIO { width:11.1875rem;height:9.09375rem;top:8.125rem;left:8.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfXwr4Na3HNK4nELcPmu4IkvcWftcpcx { width:18.125rem;height:0.060546875rem;top:14.4375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zsv2WCHI2nN1OKKxvKgm09WFODpQ9aW9 { width:18.125rem;height:0.0615234375rem;top:15.75rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ogX3pgmoMMOI1pTbgJyVFAetH6l6PJKa { width:18.125rem;height:0.060546875rem;top:17.0625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BEOGw5Bmr0dphoD4kLFqRt3P8233awR5 { width:18.125rem;height:0.060546875rem;top:18.375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4FDn3bd44meZdOXmgEP7sLPebyklJEk { top:43.4453125rem;left:6.125rem;width:7.75rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9SEcMe6dgHQNvQ8rn1gIPw813Cuy35Z { display:block; }
 }@media only screen and (max-width: 763px) { #qoRw0yrcT5MRacDEPANfWvMmqzTvaI6X { width:20rem;height:15.75rem;top:26rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #mAiffL9vGpKxiwgTlL3PKlwcIf8dueBo { width:16.6865rem;height:4.875rem;top:1.875rem;left:1.65625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NFuK1DbEvXsRTkn06L08Iqphz7hroBup { width:18rem;height:3.1875rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqT7AHvTsJF64sSycP6bbNsVbsvf9WBZ { display:none; }#AqT7AHvTsJF64sSycP6bbNsVbsvf9WBZ > .row .container { width:20rem;height:65.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q9zd2NuybALfq1QIgVtU0836UgTnFqGD { width:5.4375rem;height:2.125rem;top:1.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuNyef8sCNGopQXsEJHnBzlra5WSdQGW { width:13.249rem;height:2.0625rem;top:4.625rem;left:3.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VKe6XmCOIm83hFhULvX8hQ7UtvV5ngRr { top:44.265625rem;left:5.4375rem;width:9.0635rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJduV54ECGTrvho774tEQGwmnKUnhNTX { display:block; }
 }@media only screen and (max-width: 763px) { #VEC32UtJoqtGTuWVqMWXbpGroTnST61g { width:9.249rem;height:15.91995625rem;top:12.375rem;left:5.375rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fgtNzhxMLi3xaJvPlybnZEaUg1gEsuSd { width:8.1855625rem;height:13.470725rem;top:29.5449375rem;left:5.875rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w1Q29So8WbhsTJWlT4hkt9qCR7q1VEc4 { width:17.8125rem;height:3.1875rem;top:7.9375rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QIK3KC3Tft8UnWbGcCevg23NteozQPec { width:19.999rem;height:17.1865rem;top:47.390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOkEehCJZo1aqqlQvQTLqbo8TOziDTKh { display:none; }#BOkEehCJZo1aqqlQvQTLqbo8TOziDTKh > .row .container { width:20rem;height:63.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wyIzdAagqMs91lH5CTgcnnPovTomXqHd { top:55.6875rem;left:4.375rem;width:11.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaqaGI5JrMEasVzfJ0p0e8fTqhteSlgD { display:block; }
 }@media only screen and (max-width: 763px) { #N5ckyeGkAJzQkPyxyy6XbTwuRBD2Klwg { width:9.25rem;height:2.4375rem;top:21rem;left:5.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTp54X35cmpiSZhIXJVfJ8UimGKedqNI { top:59.4375rem;left:3.875rem;width:12.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0mXSDumFqia6k8TlUaOITkUUFlffoxV { display:block; }
 }@media only screen and (max-width: 763px) { #uSd6mCFkfGDpxO6aRzuCMJBm7mxLa8gI { width:9.5rem;height:16rem;top:38.4375rem;left:5.25rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QrXg35x1z2Tpu12IRb5X6wOAgeWyMDrz { width:8.6865rem;height:10rem;top:27.1875rem;left:5.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZMrTkP22JKOL2QVpi2KlUROQzloetrH { width:20rem;height:1.25rem;top:24.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ORaLoUeG9D0kGfT9JuxsSziSLnW3xDxf { width:20rem;height:18.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvsMJnhp4RNRHJ0rBmFdU1C96Okpdx8f { display:none; }#lvsMJnhp4RNRHJ0rBmFdU1C96Okpdx8f > .row .container { width:20rem;height:74.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yiCUdLlsW6CAJF9kABtnP9etGGhIPddT { width:8.686rem;height:19.22738125rem;top:13.2216875rem;left:5.625rem;font-size:0.875rem;z-index:15022;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r28CP7qUa2myk891cIbcIPbigGRtZr3o { width:9.2480625rem;height:15.7389375rem;top:33.69825rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pc6InQ1mWrg9UggcS2XHzVWltZL5cnsf { width:9.5605625rem;height:2.43706875rem;top:1.25rem;left:5.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GyCmeGKgem2NAS4vPR6anJr8t0yMEGSw { width:15.561rem;height:2.599825rem;top:4.936525rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W52TXk1mO1vNVxOfr6NzWFa7volnTavr { top:50.6865rem;left:3.875rem;width:12.17361125rem;height:2.79861125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TruVFPKdKrOd25yEq5nspnmT2gGUETgX { display:block; }
 }@media only screen and (max-width: 763px) { #M7J9NqnmKc24LT56g7hs3c1x1N25oFOz { width:20rem;height:18.5623125rem;top:54.73435rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #PrbPshswWuC9TN5RdSimX2F69ftxGbbJ { width:18.624125rem;height:3.1857625rem;top:8.7861375rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x96Q4ShzzHCKyoE88duWlhzO5V2W6gMB { display:none; }#x96Q4ShzzHCKyoE88duWlhzO5V2W6gMB > .row .container { width:20rem;height:76.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m1PIoc09AtZLeeCPGtNrxbAdQMqJI1El { width:10.0615rem;height:2.4375rem;top:20.9375rem;left:4.9375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zy44VUuXCEQfABcNblCXJFweO29m2k7d { top:72.2675625rem;left:3.875rem;width:12.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdSZB6ioxgrAC1xGQ7PL9knVAewVMaLv { display:block; }
 }@media only screen and (max-width: 763px) { #bq4HGxQ1xuU19cRDTKvS4VDF7RN8dr9J { width:8.5rem;height:18.8965125rem;top:48.0585625rem;left:5.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rO2y24bfEtDO7XTz0Q3wR9QsRDl3wdfv { width:8.8125rem;height:12.59766875rem;top:34.2109375rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QlF6LfoP5uBdyzrGzK6owm4PcDGlnw6r { width:19.875rem;height:18.4375rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqAW6FmSGbCpUIw7RdDZaoDmRlm1qFxe { top:68.2050625rem;left:4.25rem;width:11.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNvoTrU3616wNEgGowl09myiiDTAPnJA { display:block; }
 }@media only screen and (max-width: 763px) { #yk4MQFqni5rOrygMOIebL1CcOUZqmUmC { width:20rem;height:3.8994125rem;top:24.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BUC87eCLMX1ibGJIGkiGiSMDbV1Ja3hX { width:18.625rem;height:3.1875rem;top:29.7734375rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #okpm3OGL77W0IhFRVwRxOf22OR7k45oA { display:none; }#okpm3OGL77W0IhFRVwRxOf22OR7k45oA > .row .container { width:20rem;height:68.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QeOrlHeVgqcamz4DeKT9iPdmOCM6vTTh { width:7.4369375rem;height:2.43696875rem;top:1.25rem;left:6.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F0z4Fck4n3fyG6ZgryN1UoRzdlfzM9o7 { top:44.5859625rem;left:3.9375rem;width:12.0852275rem;height:2.7102275rem;color:#95c11f;border-top:0.125rem solid #95c11f;border-left:0.125rem solid #95c11f;border-right:0.125rem solid #95c11f;border-bottom:0.125rem solid #95c11f;display:block; }
 }@media only screen and (max-width: 763px) { #UIwf7M434xndJT9rlxBTlvD0m8zBTqf3 { display:block; }
 }@media only screen and (max-width: 763px) { #NrM6UgeZ5GN8w1RrrcIo00hn4xHHu2Pz { width:8.2493125rem;height:16.804rem;top:26.532275rem;left:5.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ioivceZVuM07KP8gyeGERsaBlCTI4c2z { width:9.3119375rem;height:12.60299375rem;top:12.6797125rem;left:5.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBurWVFktpPWBJPvKp0lqmcqBOnRJKDF { width:16.4355625rem;height:6.49413125rem;top:4.936525rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUbw5ycCcD93pP6doT8Lr70i3IeHJNax { width:20rem;height:18.49875rem;top:48.545925rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #zDOemuGudGIPFGEgsBcAIQx5XzLS93aH { display:none; }#zDOemuGudGIPFGEgsBcAIQx5XzLS93aH > .row .container { width:20rem;height:69.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C0nNA1Gd059oVOCHy1diXeJW24zyzq0r { width:10.062125rem;height:12.60299375rem;top:12.6797125rem;left:4.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MlFbZ659tJzTnZc94ZTD8GV18K1zH22N { width:9.2480625rem;height:17.85425rem;top:26.532275rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKhNwyHGEPBzwlZ026VnGA47DdtdrJzt { width:11.3743125rem;height:2.43696875rem;top:1.25rem;left:4.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eHooRmOhFTAgvfTxqZwAGzG7rFfFRCOQ { width:16.1239375rem;height:6.494125rem;top:4.936525rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U2U85uXgeKon5ZMFTr8SE6mcuSBrtbwu { top:45.635775rem;left:3.9375rem;width:12.0852275rem;height:2.7102275rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlHUyUtl4ZDMBmP8cyLdt512JtIhWXfM { display:block; }
 }@media only screen and (max-width: 763px) { #tRH1AKJuTbfT55ySqx8dOUTWpkrPxAUk { width:20rem;height:18.499625rem;top:49.5957375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #eMBwIPKVqvS0HhfXN6aCuNBeLyTMKIBw { display:none; }#eMBwIPKVqvS0HhfXN6aCuNBeLyTMKIBw > .row .container { width:20rem;height:77.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AOi2UpzwThtlD30BLWhkAs6h0C7ylre7 { width:8.6865rem;height:13.64746875rem;top:32.3105625rem;left:5.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mDvvFZyqmIN4VEKHB9e8y7thtwuLvlAE { width:8.3115rem;height:20.996125rem;top:47.208rem;left:5.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P9W2eIUdn2a1SV2UmBP3z5VPTmW8cqpp { width:13.0615rem;height:2.4375rem;top:20.875rem;left:3.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Isitx0IRiTDS8y1QeXqpwyEoNSLhatuM { width:17.4355625rem;height:6.499rem;top:24.5625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwKsdiXT1TE57pbBI0aXHnV5JdM6STZv { top:69.454125rem;left:3.9375rem;width:12.125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObLuqFVNS7XLBhJhZELn146gVQJbb465 { display:block; }
 }@media only screen and (max-width: 763px) { #Oy8rT6LOigVypIDUne1AXzlkRArVdXZJ { top:73.329125rem;left:4.375rem;width:11.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0wMl9oZDKODQDsze10FyBVSrTHR8CKH { display:block; }
 }@media only screen and (max-width: 763px) { #He4fRhtqnRd2Eug7iuWR7sTJTcsTHTTb { width:20rem;height:18.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/671d9d97-2809-44c1-a09f-54da7189ad3d/DJI_0424_Rev.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.adaptive-delivery-prevent-bg, #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.lazyload, #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.lazyloading { background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { background-color: transparent; background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,3,3,0.68); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,3,3,0.68); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .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); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { width:20rem;height:124.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeZtFh1yVSIazaSdx7y78ZodeFRFxr8P { width:4.6875rem;height:4.6875rem;top:5.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRoWBKLFDgcSCfpyrvmkKiDu1he5dACs { width:4.6875rem;height:4.6875rem;top:29.21875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMtK9sOpI7sqbJbOvCvT1wXH5w1tWygr { width:4.6875rem;height:4.6875rem;top:53.82421875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5EkE0LKE6pe0SEPs6GS8WU9egEH2EpT { width:4.6875rem;height:4.6875rem;top:17.484375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrPhatnd6NuT8myw4HF0XXacNM7u1PvF { width:4.6875rem;height:4.6875rem;top:40.953125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH9DawycAz70ETmxHNXWT0Crvh6azrJQ { width:4.6875rem;height:4.6875rem;top:63.28515625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { width:7.6875rem;height:4.546875rem;top:11.6875rem;left:6.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { width:6.5625rem;height:4.546875rem;top:35.15625rem;left:6.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { width:8.5625rem;height:2.2734375rem;top:59.76171875rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aHiTOV4Km1Q9MwlqpEwNUnv2vxXdNdXU { width:8.3125rem;height:4.546875rem;top:23.421875rem;left:5.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZSO1qlsuZXmRTGZkQ6BEvT30RpLBUM3 { width:8.3125rem;height:5.68359375rem;top:46.890625rem;left:5.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMZIFBsyZZRWPhJtyTBZSeG98bhTNifq { width:7.6875rem;height:4.546875rem;top:69.22265625rem;left:6.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { width:19.375rem;height:1.3808625rem;top:117.984375rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmyHJK5PWJw0nmA2pUPyrAa6JNs8R2Bg { width:19.8125rem;height:3.25rem;top:1.25rem;left:0.0625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RyD9OlBleKIaPKTg78z8QwfUSmkNa6hl { top:120.6152375rem;left:3.8125rem;width:12.375rem;height:2.874025rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAldbxWIqLPV5gAiM2SlvIklmyBwbnTH { display:block; }
 }@media only screen and (max-width: 763px) { #WmfOKwJEOE9fR3Cr8ziZscEOa2IqqTFT { width:4.5625rem;height:4.5625rem;top:75.01953125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6fzs1fxTESb7XDrIuF2J6eVpGJr6WR2 { width:8.4375rem;height:3.41015625rem;top:80.83203125rem;left:5.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QnZhTmSyFSCK2KVPWdnDMsKrSgzy9c2e { width:4.5rem;height:4.5rem;top:94.828125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L65vIOoRt1a389NgBvcKhMiF9WDpohiv { width:6.9375rem;height:3.41015625rem;top:100.578125rem;left:6.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOgeWNqEhB2WSVIPrtt3kUflZpJEi1W3 { width:4.5625rem;height:4.5625rem;top:85.4921875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWNrNKtKhFz3SmTz8S8ulgMfVaEn7tqE { width:5.561525rem;height:2.2734375rem;top:91.3046875rem;left:7.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WlxQ0Tv4iCvCGQ8fzO0MWhUpqTTUZV0O { width:7.8105625rem;height:5.68359375rem;top:111.05078125rem;left:6.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhQPnTP7xJPePNEgg1AxAKxksy9sBC3q { width:4.5625rem;height:4.5625rem;top:105.23828125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/62243252-de16-4c8a-b08a-05cf0339f5f3/gsclanding23colinas03.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV.adaptive-delivery-prevent-bg, #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV.lazyload, #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV.lazyloading { background-image: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { border-width: 0; border-radius: 0; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:18.5623125rem;height:1.875rem;top:1.25rem;left:0.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uOwnCQR1DvwTwAoI7mUdJXnZPwae7P4L { width:15.061875rem;height:3.75rem;top:4.375rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDt30hmmdSQ57R7FDKQpEmARU5CDOTLR { width:20rem;height:18.75rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIFdMb6BGl3guhcBkuU4OXEFniQt0Eeo { width:11.9998125rem;height:3.125rem;top:29.375rem;left:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1btFCSrIQvHFXEiQHWIV6hVES9pIRRL { display:block; }
 }@media only screen and (max-width: 763px) { #brN7GZBrvrzaD5fhGhq6ok0ihtkRAtNU { width:20rem;height:0;top:36.416015625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F990qGUkcuxqLHdVVExdtZeG18K3CSTC { display:block; }#F990qGUkcuxqLHdVVExdtZeG18K3CSTC > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrTxPQU35byJT5m3CM90aeG8oKPCKTKn { width:18.5615rem;height:1.875rem;top:1.25rem;left:0.6875rem;font-size:1.875rem;color:#95c11f;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RXyOIhenzs4SK4AUXD29rEfK1xX7NoyA { width:15.0605625rem;height:3.89941875rem;top:4.375rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tl0GZmO3U4hOxG8qx62WAgk40pr0kLtT { width:18.75rem;height:20rem;top:9.5244125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBAOKfq8OomGRTpul0MXdrE4vHfvwlcq { width:11.999rem;height:3.125rem;top:30.7744125rem;left:4rem;font-size:1.0625rem;background-color:#95c11f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TpHD71ovSNREwEyNQw2n2tM0k8T43ud9 { display:block; }
 }@media only screen and (max-width: 763px) { #wSz30cb28U47DxNOKK8rmqGdZCO8GgKy { width:20rem;height:4.0625rem;top:35.1494125rem;left:0rem;font-size:0.625rem;z-index:15024;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #spHWpdfMbP2T6egCHHt4i1So98FDL6ml { display:block; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKhPZyKnC8xkZgmMobamM2omkvoFutOc { width:10.249rem;height:3.249025rem;top:1.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWPQfFPh8mpLTuZAMuDaVxl31x0ailFv { width:18.75rem;height:4.199225rem;top:5.749025rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #iUPzIm6BzKvLCT97JkGrPUWMbscBOq6m { position:relative;z-index:auto;display:none; }#iUPzIm6BzKvLCT97JkGrPUWMbscBOq6m > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tqJMi2yCvsbKrsAQ4ZXmo2814nZvsD0L { width:3.75rem;height:3.75rem;top:1.25rem;left:8.125rem;display:block; }
 }