.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:#ffffff;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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(127,196,100,0.94);background-image:url("https://images.assets-landingi.com/uc/433d9786-fcab-4d50-8eac-04c8dfba5257/ECnew_tlo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.adaptive-delivery-prevent-bg, #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.lazyload, #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.lazyloading { background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:60rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:12.36328125rem;left:0rem;height:6.577125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { 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:4.9375rem;width:14.3125rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.75rem;left:27.75rem;display:block; }
#e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.75rem;left:32.8125rem;display:block; }
#Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.75rem;left:38.8125rem;display:block; }
#kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WG8Bq2AsTN7gLIRtTy0psTkcoUBGzs8E { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.4375rem;height:2.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.75rem;left:45.875rem;display:block; }
#T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:2.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.5625rem;left:54.5rem;display:block; }
#z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.375rem;left:2.1875rem;display:block; }
#J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:rgba(31,51,59,0.8);display:block;width:22.68675rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:19.65576171875rem;left:0rem;height:5.0647rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { color:#e5e5e5;display:block;width:25.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:26.1875rem;left:1.28125rem;height:4.1235375rem;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; }
#i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { position:absolute;display:block;z-index:15023;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:7.25rem;width:0.125rem;top:25.1875rem;left:0rem;display:block; }
#Pu9xTOT7tHFW685BTE7MZMWxGSWHucFW { 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.75rem;width:8.375rem;top:1.84375rem;left:16.25rem;overflow:hidden;display:block; }
#zDZ2Rth6WtTPIEZ51XbqlyTT3WCLXetC { position:absolute;display:block;z-index:15103;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:31.43675rem;width:18.8745rem;top:7.811279296875rem;left:34.998779296875rem;overflow:hidden;display:block; }
#r9TbM4byPSIJE3EBdgLeTL00iUyiS4Os { position:absolute;display:block;z-index:15050;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.625rem;width:7.75rem;top:13.125rem;left:29rem;overflow:hidden;display:block; }
#fRQBJFRQ7clfTQ81XEQBUl7kQwkVfxcU { color:#1f333b;display:block;width:7.8125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:13.5rem;left:28.9375rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DTmcayiBnqo2eS48A6p6g3RlS3SiI8zc { box-sizing:content-box;height:6.5625rem;width:15.75rem;position:absolute;display:block;z-index:15091;background-color:rgba(0,0,0,0);background-image:none;top:28.875rem;left:19.75rem;border-top:0.125rem dashed #bddeab;border-left:0.125rem dashed #bddeab;border-right:0.125rem dashed #bddeab;border-bottom:0.125rem dashed #bddeab;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#IZHgNnaGcmGHHE2OT2R0xVenyzmTTwPp { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15092;line-height:1.5;letter-spacing:0;top:30.5rem;left:20.75rem;height:3.93676875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g2VvmCOuuXJLJ8EDxkobf7NmUTy0qMGD { position:absolute;display:block;z-index:15031;background-color:rgba(155,197,134,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:8.25rem;width:8.25rem;top:6.6875rem;left:50.3125rem;display:block; }
#cFUgX9r7e01TbNKs0LkLZBwCdaF1lByf { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15037;line-height:.9;letter-spacing:0;top:8.0625rem;left:50.5rem;height:1.46118125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A6MTQqLWnIE2tv3vHcbB7OwALH7ALP1E { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:9.9375rem;left:51rem;height:3.2983375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TooOgJQVLuTA9XdaA1zFhSTxyQReDPFa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fc464;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; }#TooOgJQVLuTA9XdaA1zFhSTxyQReDPFa > .row .container { background-color: transparent; background-image: none; }#TooOgJQVLuTA9XdaA1zFhSTxyQReDPFa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TooOgJQVLuTA9XdaA1zFhSTxyQReDPFa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TooOgJQVLuTA9XdaA1zFhSTxyQReDPFa > .row .container > .video-iframe-container { display: none; }#TooOgJQVLuTA9XdaA1zFhSTxyQReDPFa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TooOgJQVLuTA9XdaA1zFhSTxyQReDPFa > .row > .video-iframe-container { display: none; }#TooOgJQVLuTA9XdaA1zFhSTxyQReDPFa > .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); }#TooOgJQVLuTA9XdaA1zFhSTxyQReDPFa > .row .container { border-width: 0; border-radius: 0; }#TooOgJQVLuTA9XdaA1zFhSTxyQReDPFa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TooOgJQVLuTA9XdaA1zFhSTxyQReDPFa > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#qAfpbIqGDlNIWlDFLTr6OpbTJ2pTMgto { color:#1f333b;display:block;width:59.0625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.89453125rem;left:0.46875rem;height:3.08715625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aCkxuzTep5d30yKEkTVPxyeVVGmqud2M { 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; }#aCkxuzTep5d30yKEkTVPxyeVVGmqud2M > .row .container { background-color: transparent; background-image: none; }#aCkxuzTep5d30yKEkTVPxyeVVGmqud2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCkxuzTep5d30yKEkTVPxyeVVGmqud2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCkxuzTep5d30yKEkTVPxyeVVGmqud2M > .row .container > .video-iframe-container { display: none; }#aCkxuzTep5d30yKEkTVPxyeVVGmqud2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCkxuzTep5d30yKEkTVPxyeVVGmqud2M > .row > .video-iframe-container { display: none; }#aCkxuzTep5d30yKEkTVPxyeVVGmqud2M > .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); }#aCkxuzTep5d30yKEkTVPxyeVVGmqud2M > .row .container { border-width: 0; border-radius: 0; }#aCkxuzTep5d30yKEkTVPxyeVVGmqud2M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aCkxuzTep5d30yKEkTVPxyeVVGmqud2M > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#k2JVptlgw5StSofm03uql45ufBIXXbXT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.20703125rem;left:0rem; }
#AEcwdTDoiLWO3QyfKunKK1NxFEDkEbS8 { color:#000000;display:block;width:47.4365rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:1.2060546875rem;left:5.625rem;height:7.49511875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TmTMoZotrOeyiO8pC0EJqrUJU4lqGH6b { 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; }#TmTMoZotrOeyiO8pC0EJqrUJU4lqGH6b > .row .container { background-color: transparent; background-image: none; }#TmTMoZotrOeyiO8pC0EJqrUJU4lqGH6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmTMoZotrOeyiO8pC0EJqrUJU4lqGH6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmTMoZotrOeyiO8pC0EJqrUJU4lqGH6b > .row .container > .video-iframe-container { display: none; }#TmTMoZotrOeyiO8pC0EJqrUJU4lqGH6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmTMoZotrOeyiO8pC0EJqrUJU4lqGH6b > .row > .video-iframe-container { display: none; }#TmTMoZotrOeyiO8pC0EJqrUJU4lqGH6b > .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); }#TmTMoZotrOeyiO8pC0EJqrUJU4lqGH6b > .row .container { border-width: 0; border-radius: 0; }#TmTMoZotrOeyiO8pC0EJqrUJU4lqGH6b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmTMoZotrOeyiO8pC0EJqrUJU4lqGH6b > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#vTEth7GvD6F2qknzVllRgM2nvg5vnSi1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.20703125rem;left:0rem; }
#CRnxotnA7PE12uz1sXK5z6Gf3Tw0Clkh { color:#000000;display:block;width:47.4365rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:1.2060546875rem;left:5.625rem;height:7.495125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bbze0CylDmmbuq8JBQVqTZa6HoHdDFZt { 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; }#Bbze0CylDmmbuq8JBQVqTZa6HoHdDFZt > .row .container { background-color: transparent; background-image: none; }#Bbze0CylDmmbuq8JBQVqTZa6HoHdDFZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bbze0CylDmmbuq8JBQVqTZa6HoHdDFZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bbze0CylDmmbuq8JBQVqTZa6HoHdDFZt > .row .container > .video-iframe-container { display: none; }#Bbze0CylDmmbuq8JBQVqTZa6HoHdDFZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bbze0CylDmmbuq8JBQVqTZa6HoHdDFZt > .row > .video-iframe-container { display: none; }#Bbze0CylDmmbuq8JBQVqTZa6HoHdDFZt > .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); }#Bbze0CylDmmbuq8JBQVqTZa6HoHdDFZt > .row .container { border-width: 0; border-radius: 0; }#Bbze0CylDmmbuq8JBQVqTZa6HoHdDFZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bbze0CylDmmbuq8JBQVqTZa6HoHdDFZt > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#y9HnnfF9ZiSG8e3oNiQr5gkHP3Fff2MO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.20703125rem;left:0rem; }
#GbuVuRMVfcRT0odqlpoTsnyDkKMF0VA5 { color:#000000;display:block;width:47.4365rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:1.2060546875rem;left:5.625rem;height:5.9961rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yxVIfUHeihpoGsy97zfullu39sQPQQV4 { 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; }#yxVIfUHeihpoGsy97zfullu39sQPQQV4 > .row .container { background-color: transparent; background-image: none; }#yxVIfUHeihpoGsy97zfullu39sQPQQV4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxVIfUHeihpoGsy97zfullu39sQPQQV4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxVIfUHeihpoGsy97zfullu39sQPQQV4 > .row .container > .video-iframe-container { display: none; }#yxVIfUHeihpoGsy97zfullu39sQPQQV4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxVIfUHeihpoGsy97zfullu39sQPQQV4 > .row > .video-iframe-container { display: none; }#yxVIfUHeihpoGsy97zfullu39sQPQQV4 > .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); }#yxVIfUHeihpoGsy97zfullu39sQPQQV4 > .row .container { border-width: 0; border-radius: 0; }#yxVIfUHeihpoGsy97zfullu39sQPQQV4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yxVIfUHeihpoGsy97zfullu39sQPQQV4 > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#wwNUQknJPrN4PAOOzGGZsG5JJ1QCIS5N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.20703125rem;left:0rem; }
#F3TrOddEMyBEfcp4PS70fT1faiulM5Xq { color:#000000;display:block;width:47.4365rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:1.2060546875rem;left:5.625rem;height:7.495125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P6CoybInCRoCnu7tpxfPCcb3Gt8nPqeL { 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; }#P6CoybInCRoCnu7tpxfPCcb3Gt8nPqeL > .row .container { background-color: transparent; background-image: none; }#P6CoybInCRoCnu7tpxfPCcb3Gt8nPqeL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6CoybInCRoCnu7tpxfPCcb3Gt8nPqeL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6CoybInCRoCnu7tpxfPCcb3Gt8nPqeL > .row .container > .video-iframe-container { display: none; }#P6CoybInCRoCnu7tpxfPCcb3Gt8nPqeL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6CoybInCRoCnu7tpxfPCcb3Gt8nPqeL > .row > .video-iframe-container { display: none; }#P6CoybInCRoCnu7tpxfPCcb3Gt8nPqeL > .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); }#P6CoybInCRoCnu7tpxfPCcb3Gt8nPqeL > .row .container { border-width: 0; border-radius: 0; }#P6CoybInCRoCnu7tpxfPCcb3Gt8nPqeL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P6CoybInCRoCnu7tpxfPCcb3Gt8nPqeL > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#tSVbxxUTM4uENu0WgACwhBzVyThZ6iBW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.20703125rem;left:0rem; }
#xVc512EtmRxMDcqQp0gyQEdKhg5tDBmg { color:#000000;display:block;width:47.4365rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:1.2060546875rem;left:5.625rem;height:5.9961rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WFM0F4FUFk0ldz0OVRPbWIo47seFTMcC { 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; }#WFM0F4FUFk0ldz0OVRPbWIo47seFTMcC > .row .container { background-color: transparent; background-image: none; }#WFM0F4FUFk0ldz0OVRPbWIo47seFTMcC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFM0F4FUFk0ldz0OVRPbWIo47seFTMcC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFM0F4FUFk0ldz0OVRPbWIo47seFTMcC > .row .container > .video-iframe-container { display: none; }#WFM0F4FUFk0ldz0OVRPbWIo47seFTMcC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFM0F4FUFk0ldz0OVRPbWIo47seFTMcC > .row > .video-iframe-container { display: none; }#WFM0F4FUFk0ldz0OVRPbWIo47seFTMcC > .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); }#WFM0F4FUFk0ldz0OVRPbWIo47seFTMcC > .row .container { border-width: 0; border-radius: 0; }#WFM0F4FUFk0ldz0OVRPbWIo47seFTMcC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WFM0F4FUFk0ldz0OVRPbWIo47seFTMcC > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#G3K7lToiJyLFOrUqGGxi1T6KaZp3hynb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.20703125rem;left:0rem; }
#IBEVJUpxu16CqJMhsE8PRvZIBH8O08gT { color:#000000;display:block;width:47.4365rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:1.2060546875rem;left:5.625rem;height:5.9961rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kDiU68n7bnDedTGuKxXv4Uoa1TNDvtIN { 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; }#kDiU68n7bnDedTGuKxXv4Uoa1TNDvtIN > .row .container { background-color: transparent; background-image: none; }#kDiU68n7bnDedTGuKxXv4Uoa1TNDvtIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDiU68n7bnDedTGuKxXv4Uoa1TNDvtIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDiU68n7bnDedTGuKxXv4Uoa1TNDvtIN > .row .container > .video-iframe-container { display: none; }#kDiU68n7bnDedTGuKxXv4Uoa1TNDvtIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDiU68n7bnDedTGuKxXv4Uoa1TNDvtIN > .row > .video-iframe-container { display: none; }#kDiU68n7bnDedTGuKxXv4Uoa1TNDvtIN > .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); }#kDiU68n7bnDedTGuKxXv4Uoa1TNDvtIN > .row .container { border-width: 0; border-radius: 0; }#kDiU68n7bnDedTGuKxXv4Uoa1TNDvtIN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kDiU68n7bnDedTGuKxXv4Uoa1TNDvtIN > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#JaO8HNRRAyAMvBRAcNGTQwtyTN8ZqRMx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.20703125rem;left:0rem; }
#TdW36PJU7ONfrSsp9sJTe8iekEN6Ivsl { color:#000000;display:block;width:47.4365rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:1.2060546875rem;left:5.625rem;height:8.99415rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A7iBk3QtO8awMvh7EET6IVt45gCKPaQq { 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; }#A7iBk3QtO8awMvh7EET6IVt45gCKPaQq > .row .container { background-color: transparent; background-image: none; }#A7iBk3QtO8awMvh7EET6IVt45gCKPaQq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7iBk3QtO8awMvh7EET6IVt45gCKPaQq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7iBk3QtO8awMvh7EET6IVt45gCKPaQq > .row .container > .video-iframe-container { display: none; }#A7iBk3QtO8awMvh7EET6IVt45gCKPaQq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7iBk3QtO8awMvh7EET6IVt45gCKPaQq > .row > .video-iframe-container { display: none; }#A7iBk3QtO8awMvh7EET6IVt45gCKPaQq > .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); }#A7iBk3QtO8awMvh7EET6IVt45gCKPaQq > .row .container { border-width: 0; border-radius: 0; }#A7iBk3QtO8awMvh7EET6IVt45gCKPaQq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A7iBk3QtO8awMvh7EET6IVt45gCKPaQq > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:60rem;position:relative;display:block; }#SKhxtnThHcBoXmNMNlOcJ6Q1yx3EXSn0 { color:#000000;display:block;width:49.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.724609375rem;left:5.1875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lNC9xyWGOLOfupKwLhFFEHdEaXo5kpCs { background-color:transparent;background-image:none;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.957rem;height:3.20703125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:8.8125rem;left:24rem;display:block; }
#HywR4CcLtwPMEL34TgVnhGMwvNmfNQWZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fc464;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; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { background-color: transparent; background-image: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .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); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { border-width: 0; border-radius: 0; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#KEsrSkUil3PwuSsscs724ZdxkInmVXWT { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:2.11181640625rem;left:8.125rem;height:3.1494125rem;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;font-style:normal;display:block; }
#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { 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; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { background-color: transparent; background-image: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .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); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { border-width: 0; border-radius: 0; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { color:#1f333b;display:block;width:23.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:6.6875rem;left:2.5rem;height:12.5951875rem;text-align:left;text-align-last:left;display:block; }
#zb28OvovH8v4g5PNk83kQ27c7t5BRS2T { color:#1f333b;display:block;width:23.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:6.6875rem;left:32.5rem;height:12.5951875rem;text-align:left;text-align-last:left;display:block; }
#oFPkJOJyS7opUJGcp1xIiveNldepSce1 { color:#7fc464;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.64453125rem;left:2.5rem;height:2.4375rem;font-style:normal;display:block; }
#HKI0nlBDsdD6R6PV7hn4VxOgTt6nDKkQ { color:#7fc464;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.7275390625rem;left:32.5rem;height:2.4375rem;font-style:normal;display:block; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fc464;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; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:1.5625rem;left:8.125rem;height:3.1494125rem;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;font-style:normal;display:block; }
#wWSUHuQDEv9DZA8q1qIRZnPoKXLIGQFS { position:relative;display:block; }#wWSUHuQDEv9DZA8q1qIRZnPoKXLIGQFS { background-color: transparent; background-image: none; }#wWSUHuQDEv9DZA8q1qIRZnPoKXLIGQFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWSUHuQDEv9DZA8q1qIRZnPoKXLIGQFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWSUHuQDEv9DZA8q1qIRZnPoKXLIGQFS > .row .container > .video-iframe-container { display: none; }#wWSUHuQDEv9DZA8q1qIRZnPoKXLIGQFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWSUHuQDEv9DZA8q1qIRZnPoKXLIGQFS > .row > .video-iframe-container { display: none; }#wWSUHuQDEv9DZA8q1qIRZnPoKXLIGQFS > .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); }#wWSUHuQDEv9DZA8q1qIRZnPoKXLIGQFS { border-width: 0; border-radius: 0; }#wWSUHuQDEv9DZA8q1qIRZnPoKXLIGQFS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wWSUHuQDEv9DZA8q1qIRZnPoKXLIGQFS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:50.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { 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:23.62425rem;width:29.375rem;top:0.88623046875rem;left:0.3125rem;overflow:hidden;display:block; }
#FlgUbFCbI0iHHPimnequkehekMs7QE7Z { color:rgba(31,51,59,0.8);display:block;width:29.43725rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:25.498046875rem;left:0rem;height:14.3945rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ndM6QuUNliKOz1omMSQSiizGothWScfM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:28.9375rem;top:25.498046875rem;left:30.625rem;overflow:hidden;display:block; }
#zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { color:#1f333b;display:block;width:27.937rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:0.88623046875rem;left:31.031494140625rem;height:6.7480625rem;text-align:left;text-align-last:left;display:block; }
#ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { color:#1f333b;display:block;width:27.937rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:8.33984375rem;left:31.031494140625rem;height:15.183125rem;text-align:left;text-align-last:left;display:block; }
#DxHTl63DA48sHetRC8AG4y0gCkEID9TL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fc464;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; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { background-color: transparent; background-image: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .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); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { border-width: 0; border-radius: 0; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.673583984375rem;left:8.125rem;height:2.92358125rem;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; }
#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { background-color: transparent; background-image: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .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); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { border-width: 0; border-radius: 0; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;position:relative;display:block; }#X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { color:#1f333b;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.125rem;height:1.86889375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:9.4375rem;left:21.3125rem;height:11.8945rem;text-align:left;text-align-last:left;display:block; }
#N78AIP01TatvehqHqqfTw6IfTP46HvAD { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.5rem;left:21.1875rem;height:1.86889375rem;text-align:left;text-align-last:left;display:block; }
#eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:9.4375rem;left:41.3125rem;height:8.496125rem;text-align:left;text-align-last:left;display:block; }
#ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { color:#1f333b;display:block;width:17.75rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.5rem;left:41.1875rem;height:1.86889375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { position:absolute;display:block;z-index:15017;background-color:#e6e6e6;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:4.1870125rem;width:1.875rem;top:1.4990234375rem;left:1.124267578125rem;display:block; }
#QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { position:absolute;display:block;z-index:15018;background-color:#e6e6e6;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:4.1875rem;width:1.875rem;top:1.5rem;left:21.375rem;display:block; }
#hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { position:absolute;display:block;z-index:15019;background-color:#e6e6e6;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:4.1875rem;width:1.875rem;top:1.5rem;left:41.375rem;display:block; }
#X54B4m4G21gbxl5XL7uvObwHJvsrQ5ky { 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:3.686525rem;width:3.686525rem;top:1.748046875rem;left:1.25rem;overflow:hidden;display:block; }
#hFMNZB98UJEmakpo9kITaDgvPl81eT7x { 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:3.6875rem;width:3.6875rem;top:1.75rem;left:21.75rem;overflow:hidden;display:block; }
#fJyUzRgmkRAElbRZiP58TMXhcEchm8CN { position:absolute;display:block;z-index:15023;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.6875rem;width:3.6875rem;top:1.75rem;left:41.5625rem;overflow:hidden;display:block; }
#wktI0mTeKusKqnHfVwoRTC8zViJeOBw6 { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:9.4375rem;left:1.25rem;height:15.293rem;text-align:left;text-align-last:left;display:block; }
#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { background-color: transparent; background-image: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container > .video-iframe-container { display: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container { display: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .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); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { border-width: 0; border-radius: 0; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#fSTzVtKCkgSWHcoWqTe5Mmh1yNnxOdiB { background-color:transparent;background-image:none;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.8125rem;left:24.5rem;display:block; }
#JQJkJ6kULlMb9PyLWDLttLE7OG6qRPQW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kHrklQIiioqCxAZANas6ifqWvAztzrvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fc464;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; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { background-color: transparent; background-image: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .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); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { border-width: 0; border-radius: 0; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { color:#1f333b;display:block;width:59rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.348876953125rem;left:0.562255859375rem;height:3.1494125rem;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; }
#llMs3EbihRMkk37aBsaGgQSbzudAvRTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { background-color: transparent; background-image: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .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); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { border-width: 0; border-radius: 0; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { font-size:0.875rem;font-family:arial;height:71.8125rem;width:60rem;position:relative;display:block; }#qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { position:absolute;display:block;z-index:15023;background-color:#7fc464;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:5.25rem;width:0.125rem;top:33.375rem;left:2.875rem;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-form-header {  }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:21.3125rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #1f333b;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:21.3125rem;box-sizing:border-box;height:2.625rem;color:#1f333b;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #1f333b;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:21.3125rem;box-sizing:border-box;height:4.375rem;color:#1f333b;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:21.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .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; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #7fc464;border-left:0.0625rem solid #7fc464;border-right:0.0625rem solid #7fc464;border-bottom:0.0625rem solid #7fc464;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.3125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#1f333b;width:17rem;height:3.25rem;font-family:lato;overflow:hidden;text-align:center;text-align-last:center; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-moz-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-moz-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-ms-input-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-webkit-input-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .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:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal;float:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .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; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container:first-of-type{padding-top:0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container:last-of-type{padding-bottom:0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14997;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.497802734375rem;left:31.99462890625rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.3125rem;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14997;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.497802734375rem;left:31.99462890625rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GvnTgoZbPqnqBGkaXbNHWZUFHU6ziva8 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #XxgFJDgSF2f2y0603ornNSNczuaJqX0W { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #RTPKBuAHIfnxUsGcoT25VBE8weUCRaWm { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #w5UhvxgWPxA8ZTRSo2PoiM8C8TDgrtP0 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #pH8wBTrddp7WIziSQfbToeFJvha9mpxR { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #amxhqRzVylAJ3RGFUQRsBAwKEx5lLcfT { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GQwFPUHUl8XrHKH3QI1LNGM3JlE8unOK { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #e90OlUs8nTSNqHvTVvVyMtBmWGtkuyO7 { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #M8y8iAWWiyvqDlQ4wr4NpfRt68pfwqWT { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Bp6R6utm3Tv97whZIITL3suiFpRc5XTA { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #KmyOQi1w4TRdpkIvQGFatC7pgsXianiI { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #uiJTndQDFHbe3vP68hHwH6UTFweOfJSO { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gadk078kLnQxXElh8foNnwvSamr3lieA { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OMzFPGh9oxNiTZkXnqJeeI46Z3FtZnoL { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nl7dX0Lv7TT4LEoc98JC4KPmUe2TFC3c { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt { position:relative;z-index:2; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh { position:relative; }
#NOovlqmHDUgscTDSq69oVyxbGUZcur5i { position:relative;display:block;z-index:100000;display:block; }
#rkHJFHoI3Zq6VPxCdyngWWTmEgTQXAP2 { position:relative;display:block;z-index:100000;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ { position:relative; }
#LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { position:absolute;display:block;z-index:14994;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:20.9375rem;width:27.312rem;top:40.06103515625rem;left:2.88818359375rem;overflow:hidden;display:block; }
#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { position:absolute;display:block;z-index:14990;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:9.8125rem;width:7.1875rem;top:26.5625rem;left:52.8125rem;display:block; }#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.adaptive-delivery-prevent-bg, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyload, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyloading { background-image: none; }
#k4eL8D8gsXhaJBRVNyq5fi9lCgpqIzX0 { color:#1f333b;display:block;width:25.81175rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:33.3740234375rem;left:3.636474609375rem;height:6.18530625rem;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; }
#gdOKGgdAbHMPC5ePX8x87kEG54FThIcE { position:absolute;display:block;z-index:15028;background-color:#7fc464;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:8.25rem;width:8.25rem;top:1.1875rem;left:51.0625rem;display:block; }
#RmqEyhwIlTqVT9zqzGasaVq5Z4Hc95vW { color:#1f333b;display:block;width:7.4375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15034;line-height:.9;letter-spacing:0;top:2.5625rem;left:51.25rem;height:1.46118125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zZx52ZNhUhBDQDN6kuzUxuLLym03Ssz4 { color:#270f14;display:block;width:6.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:4.4375rem;left:51.75rem;height:3.2983375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fugTUBwB0HwU91AWXElZ6UW2sdR2WNWd { box-sizing:content-box;height:53.18725rem;width:25.37475rem;position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;top:8.499755859375rem;left:31.2158203125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#fVQ1wOGLXBMmT07MLRmZ9M5wfasKWxRE { color:#1f333b;display:block;width:14.187rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:10.75rem;left:5.75rem;height:1.298825rem;font-style:normal;display:block; }
#ygPqFy6EKIon90B6iSrRiH0zHBKDhqLQ { box-sizing:content-box;height:16.499rem;width:23.81225rem;position:absolute;display:block;z-index:14989;background-color:#ffffff;background-image:none;top:8.5rem;left:2.875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#ONvmFKWNRQb3uyLOktwsxkUz5ONI02k9 { color:#000000;display:block;width:17.68675rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:12.75rem;left:5.875rem;height:3.6547875rem;font-style:normal;display:block; }
#gHdKFWciTChh8pB0FN0ZkXS6T9VX66zW { background-color:#328c42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:18.9375rem;left:5.375rem;display:block; }
#HIND8wlw4ik9IOkGHJAixEANXpD0oTaF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wCk75EuHRU1X4aTJ4vqVHT6Mh1QNeGLw { color:#000000;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:12.75rem;left:32.9375rem;height:2.59765625rem;font-style:normal;display:block; }
#lDUqsaZlAJTFo2tUEWohvkk4vbImh4Xa { color:#1f333b;display:block;width:22.99925rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:10.75rem;left:32.9375rem;height:1.298825rem;font-style:normal;display:block; }
#HAzUGaOr5llV6JX0BqapGAwmSWLDBRRx { color:#1f333b;display:block;width:46.75rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:2.562255859375rem;left:2.874755859375rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k9xpfLz1CiAg0M0Ax5gnW9OTVq9swVTJ { 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; }#k9xpfLz1CiAg0M0Ax5gnW9OTVq9swVTJ > .row .container { background-color: transparent; background-image: none; }#k9xpfLz1CiAg0M0Ax5gnW9OTVq9swVTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9xpfLz1CiAg0M0Ax5gnW9OTVq9swVTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9xpfLz1CiAg0M0Ax5gnW9OTVq9swVTJ > .row .container > .video-iframe-container { display: none; }#k9xpfLz1CiAg0M0Ax5gnW9OTVq9swVTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9xpfLz1CiAg0M0Ax5gnW9OTVq9swVTJ > .row > .video-iframe-container { display: none; }#k9xpfLz1CiAg0M0Ax5gnW9OTVq9swVTJ > .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); }#k9xpfLz1CiAg0M0Ax5gnW9OTVq9swVTJ > .row .container { border-width: 0; border-radius: 0; }#k9xpfLz1CiAg0M0Ax5gnW9OTVq9swVTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k9xpfLz1CiAg0M0Ax5gnW9OTVq9swVTJ > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#Nelr6m4L5vIBMoRne3LN3Lb0aC63r0mP { 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.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:9.5rem;left:13.625rem;display:block; }
#VchB0LzCam9cb6MbDIJCSXwsW8bAU7SG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bFWtLslTe9FuZOIhlNyBMzofOvBUaA8i { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:4.5rem;left:0.375rem;height:3.3984375rem;font-style:normal;display:block; }
#u4sntHw1uT7T1Vwz4pOQNDaUPe74OGwU { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15071;background-color:#7fc464;background-image:none;top:8.625rem;left:0.4375rem;display:block; }
#cnlXTvlWdAXeydhG0cGDfJnKgN8rzlq8 { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.75rem;height:1.13769375rem;display:block; }
#aQFWPoal56QOQQKX3yh2iK8cMzq3BJKG { position:absolute;display:block;z-index:15073;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:1.8125rem;width:1.8125rem;top:1.0625rem;left:0.375rem;overflow:hidden;display:block; }
#PieWGcXups8eAJaRVWv8QFdpXJK2NGbN { 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.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:9.5625rem;left:33.625rem;display:block; }
#pvvNzPN1ht5ohnayCqXMsR68xL3LhdtP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ht0J3pEMN8wxfs56Io1zCwf5qSARtzb1 { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:4.5625rem;left:20.375rem;height:3.3984375rem;font-style:normal;display:block; }
#KiGZUiPebZJytBSmzKf4u6ugSfdHXR2U { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15076;background-color:#7fc464;background-image:none;top:8.6875rem;left:20.4375rem;display:block; }
#WxkMDBbSWZuPHIlnNllvkFbcdcSZWCwt { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:1.4375rem;left:22.75rem;height:1.13769375rem;display:block; }
#bCWPGCigWfXkQU2PP199JxuQQDE3q7O8 { position:absolute;display:block;z-index:15078;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:1.8125rem;width:1.8125rem;top:1.125rem;left:20.375rem;overflow:hidden;display:block; }
#qQAFx3LTS2lII69uTO0IwPA8iAhTwHlJ { 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.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:9.5625rem;left:54.0625rem;display:block; }
#e6nunakFxSfSc4ghxJmG0L26VLkhRe2I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dWUaMfkqQ89V5US1XfWfPSFSpR11APAz { color:#1f333b;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:2.86328125rem;left:40.8125rem;height:5.09765625rem;font-style:normal;display:block; }
#DfXpfDXGlxhHulOQ0IGegoREFxr7XoM1 { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15081;background-color:#7fc464;background-image:none;top:8.6875rem;left:40.875rem;display:block; }
#DTDxcG5eAWAWExu5FDbwGTwb1PdloAcO { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:1.23828125rem;left:43.3125rem;height:1.13769375rem;display:block; }
#cThNQNZwAIt4QU9m0anEKzrLQxxaIAAN { position:absolute;display:block;z-index:15083;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:1.8125rem;width:1.8125rem;top:0.8125rem;left:40.875rem;overflow:hidden;display:block; }
#Xv6eofcPWXgz0VCTws8xCLdH4x6ZZTzT { 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; }#Xv6eofcPWXgz0VCTws8xCLdH4x6ZZTzT > .row .container { background-color: transparent; background-image: none; }#Xv6eofcPWXgz0VCTws8xCLdH4x6ZZTzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xv6eofcPWXgz0VCTws8xCLdH4x6ZZTzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xv6eofcPWXgz0VCTws8xCLdH4x6ZZTzT > .row .container > .video-iframe-container { display: none; }#Xv6eofcPWXgz0VCTws8xCLdH4x6ZZTzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xv6eofcPWXgz0VCTws8xCLdH4x6ZZTzT > .row > .video-iframe-container { display: none; }#Xv6eofcPWXgz0VCTws8xCLdH4x6ZZTzT > .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); }#Xv6eofcPWXgz0VCTws8xCLdH4x6ZZTzT > .row .container { border-width: 0; border-radius: 0; }#Xv6eofcPWXgz0VCTws8xCLdH4x6ZZTzT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xv6eofcPWXgz0VCTws8xCLdH4x6ZZTzT > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#L1CWig1upADRhD7LPPgb8wcyT27HNRwO { 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.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:9.5rem;left:13.625rem;display:block; }
#Sic54pKrECwKEIdtLZk8ZBWspqq8rLg1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nRav3xBWBSmzZDipydUo5gTfB4gi4SMp { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:3.58984375rem;left:0.4375rem;height:5.09765625rem;font-style:normal;display:block; }
#yElVEpRtQG63SeVZvN9HHTcNNz0vHEMF { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15071;background-color:#7fc464;background-image:none;top:8.625rem;left:0.4375rem;display:block; }
#mGgmLuq3abDSplcVJK3oVSN5lNWwqp9r { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.75rem;height:1.13769375rem;display:block; }
#h8gdC20k0eGVKlxJ9Qy9SkghaGlZQrum { position:absolute;display:block;z-index:15073;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:1.8125rem;width:1.8125rem;top:1.0625rem;left:0.375rem;overflow:hidden;display:block; }
#fGFpdfJvOxl5CmFpyk5nI7Qc61pV0HZs { 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.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:9.5625rem;left:33.625rem;display:block; }
#LTdCru2yQ9lqMdZrpO4eN4ctuWfJTE5k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NlnvoUZDXLhuy2sXUMRtguITk39i99z9 { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:3.21484375rem;left:20.4375rem;height:5.09765625rem;font-style:normal;display:block; }
#pMXQvrLRKhGwJMzp4NdDQDQ1EaTUS8LR { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15076;background-color:#7fc464;background-image:none;top:8.625rem;left:20.4375rem;display:block; }
#Er37PJVaCOS2haImu43eX8crcDtzhtzF { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:1.4375rem;left:22.75rem;height:1.13769375rem;display:block; }
#vFDfGwBT7ktknnVCrX0qKa8JOG7nZ57S { position:absolute;display:block;z-index:15078;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:1.8125rem;width:1.8125rem;top:1.125rem;left:20.375rem;overflow:hidden;display:block; }
#Mkz8k2T0lcl0L5ZmHSTz6r69R0JUUHRO { 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.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:9.5625rem;left:54.0625rem;display:block; }
#aLWOPn8ONqKTJ2VgBKKoBo6SP4DkWvg0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RsB74zCvxiFH5m7beO2MEinPR8ixhwEI { color:#1f333b;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:2.86328125rem;left:40.8125rem;height:5.09765625rem;font-style:normal;display:block; }
#W4aizbR4cXDB9PAfpsmLJ8AGQ77CiDrB { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15081;background-color:#7fc464;background-image:none;top:8.6875rem;left:40.875rem;display:block; }
#PVsNpoyIGEJSpF9yoO07wa4OsVeT0TaL { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:1.23828125rem;left:43.3125rem;height:1.13769375rem;display:block; }
#U4PVDUdxVgO2wKfInf6VyycBi1ITAtcV { position:absolute;display:block;z-index:15083;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:1.8125rem;width:1.8125rem;top:0.8125rem;left:40.875rem;overflow:hidden;display:block; }
#HRIbhMcFAcQ8a89sXntx2T1Fna69lkGN { 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; }#HRIbhMcFAcQ8a89sXntx2T1Fna69lkGN > .row .container { background-color: transparent; background-image: none; }#HRIbhMcFAcQ8a89sXntx2T1Fna69lkGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRIbhMcFAcQ8a89sXntx2T1Fna69lkGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRIbhMcFAcQ8a89sXntx2T1Fna69lkGN > .row .container > .video-iframe-container { display: none; }#HRIbhMcFAcQ8a89sXntx2T1Fna69lkGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRIbhMcFAcQ8a89sXntx2T1Fna69lkGN > .row > .video-iframe-container { display: none; }#HRIbhMcFAcQ8a89sXntx2T1Fna69lkGN > .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); }#HRIbhMcFAcQ8a89sXntx2T1Fna69lkGN > .row .container { border-width: 0; border-radius: 0; }#HRIbhMcFAcQ8a89sXntx2T1Fna69lkGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HRIbhMcFAcQ8a89sXntx2T1Fna69lkGN > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#rpqi5KZw28WTR12T6guOhnUV5I8lQ7WG { 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.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:9.5rem;left:13.625rem;display:block; }
#fyKQfKP17gkDEvEgsWUT7vskh4wakFgi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pxbcsnRJh1BTa7Iv740QSPsTRDs7iJc7 { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:3.58984375rem;left:0.4375rem;height:5.09765625rem;font-style:normal;display:block; }
#Vv4rMR58V8nmO6NUtRmfTaBpQdc8l8H6 { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15071;background-color:#7fc464;background-image:none;top:8.625rem;left:0.4375rem;display:block; }
#PH2nfJ76HZvr5axPxGT0id3yVE5ra6q4 { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.75rem;height:1.13769375rem;display:block; }
#Up7nNv5DDzkJsghH9dk5aSqSsxTqHntE { position:absolute;display:block;z-index:15073;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:1.8125rem;width:1.8125rem;top:1.0625rem;left:0.375rem;overflow:hidden;display:block; }
#eKSiWW0sdsBmT5XSWSptpDZtHEywWZ02 { 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.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:9.5625rem;left:33.625rem;display:block; }
#A0TkHFJQlp23ZKfTNEUOhmSb1TTNSITh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VrqKJDcXnzfw6cW1eBfTlErs2Qv1ldHt { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:3.58984375rem;left:20.4375rem;height:5.09765625rem;font-style:normal;display:block; }
#VIyPVWFUEVN4rBwQekk9vJF4gu7hh2H1 { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15076;background-color:#7fc464;background-image:none;top:8.6875rem;left:20.4375rem;display:block; }
#DcLUbUqNSAF8X6fFABddTWqo3rzRnRoT { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:1.4375rem;left:22.75rem;height:1.13769375rem;display:block; }
#GRHKPB6KpvXKrPoAzF1KUCFctlEmP0oN { position:absolute;display:block;z-index:15078;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:1.8125rem;width:1.8125rem;top:1.125rem;left:20.375rem;overflow:hidden;display:block; }
#R1QahT3g56PoVi61mxLuFU9F02XxWrSn { 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.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.90625rem;height:2.092775rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:9.5625rem;left:54.0625rem;display:block; }
#OkkWLMpdTsI8OMAZPRzaAaAUOUu1SwAQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cr7CAh54BTNwyzrzpNQi357HbzF1iNXL { box-sizing:content-box;height:0.124511875rem;width:19.12475rem;position:absolute;display:block;z-index:15071;background-color:#7fc464;background-image:none;top:8.6875rem;left:40.875rem;display:block; }
#aJtZBHGrMJgVOz51nowG5be09a4cGmrD { color:#1f333b;display:block;width:19.12475rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:3.625rem;left:40.875rem;height:3.3984375rem;font-style:normal;display:block; }
#mpyOu57NHuo2ffchg4oDWH1JqEnB19ha { position:absolute;display:block;z-index:15073;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:1.811525rem;width:1.811525rem;top:1.125rem;left:40.8125rem;overflow:hidden;display:block; }
#n4gEW1IW0qMoVa0SIJpnwpeae2bZ8JaL { color:#000000;display:block;width:3.2495125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:1.4375rem;left:43.1875rem;height:1.13769375rem;display:block; }
#I2xhOJkmE4dDJotibvIXoEQMk5sfZF6o { color:#ff0000;display:block;width:3.374025rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:1.5rem;left:46.4375rem;height:0.97411875rem;font-style:normal;display:block; }
#vv5lIyCDp4ZAa7DJOhBMpERs6DbB0dTW { 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; }#vv5lIyCDp4ZAa7DJOhBMpERs6DbB0dTW > .row .container { background-color: transparent; background-image: none; }#vv5lIyCDp4ZAa7DJOhBMpERs6DbB0dTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv5lIyCDp4ZAa7DJOhBMpERs6DbB0dTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv5lIyCDp4ZAa7DJOhBMpERs6DbB0dTW > .row .container > .video-iframe-container { display: none; }#vv5lIyCDp4ZAa7DJOhBMpERs6DbB0dTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv5lIyCDp4ZAa7DJOhBMpERs6DbB0dTW > .row > .video-iframe-container { display: none; }#vv5lIyCDp4ZAa7DJOhBMpERs6DbB0dTW > .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); }#vv5lIyCDp4ZAa7DJOhBMpERs6DbB0dTW > .row .container { border-width: 0; border-radius: 0; }#vv5lIyCDp4ZAa7DJOhBMpERs6DbB0dTW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vv5lIyCDp4ZAa7DJOhBMpERs6DbB0dTW > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#DFTTyQTrORBT6Fc64c8Sv2dr31wrZhxs { 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.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:9.5625rem;left:33.625rem;display:block; }
#EWEwTG8KqgGBcTt9E8X3QLOIsiA4kWTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rrUxLBJD7ZxpWVykEsuzd6UhHKdXTKpX { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:3.58984375rem;left:20.4375rem;height:3.3984375rem;font-style:normal;display:block; }
#pFNdtKi05HzC0VfeZoOziD48NvLmHMp5 { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15076;background-color:#7fc464;background-image:none;top:8.6875rem;left:20.4375rem;display:block; }
#UdvpT8eoxJ3dnvSUbqynmh3WLyVUsChS { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:1.4375rem;left:22.75rem;height:1.13769375rem;display:block; }
#xFm2twBR3xPIbmNgyU3TrkkndWozy49d { position:absolute;display:block;z-index:15078;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:1.8125rem;width:1.8125rem;top:1.125rem;left:20.375rem;overflow:hidden;display:block; }
#QKxwILbH2mNcwhT4TmoswIeJ9kmZNavh { 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.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:9.6875rem;left:13.25rem;display:block; }
#FfeDRXsSoKziMqZy1KR3AuIllfSgZRNg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uCwpDmiyT9rMdiQpfRTcoi9MMhDXA3IM { color:#1f333b;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:3rem;left:0rem;height:5.09765625rem;font-style:normal;display:block; }
#N6NrFEedPZ1OLeFp04Pe57FP7wUNgE7g { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15081;background-color:#7fc464;background-image:none;top:8.8125rem;left:0.0625rem;display:block; }
#v9Tqp8C9B8NFycTD7R2rc9ymIQg8sBcn { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.5rem;height:1.13769375rem;display:block; }
#ra5GSpDXuy9170QCOqycpBvp8nwXskmN { position:absolute;display:block;z-index:15083;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:1.8125rem;width:1.8125rem;top:0.9375rem;left:0.0625rem;overflow:hidden;display:block; }
#NfNHGhqcrzZaHtlDz0JxpFXmZTaET3ms { color:#ff0000;display:block;width:3.374025rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:1.455078125rem;left:26rem;height:0.9746125rem;font-style:normal;display:block; }
#ZAhdhGq3huIo7LyMy6PQM5V17cpsHTVT { color:#ff0000;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:1.625rem;left:5.75rem;height:0.97411875rem;font-style:normal;display:block; }
#nCTc2IiSGVMdo7yxrKmmyAdvr02SVR4J { position:relative;display:block; }#nCTc2IiSGVMdo7yxrKmmyAdvr02SVR4J { background-color: transparent; background-image: none; }#nCTc2IiSGVMdo7yxrKmmyAdvr02SVR4J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCTc2IiSGVMdo7yxrKmmyAdvr02SVR4J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCTc2IiSGVMdo7yxrKmmyAdvr02SVR4J > .row .container > .video-iframe-container { display: none; }#nCTc2IiSGVMdo7yxrKmmyAdvr02SVR4J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCTc2IiSGVMdo7yxrKmmyAdvr02SVR4J > .row > .video-iframe-container { display: none; }#nCTc2IiSGVMdo7yxrKmmyAdvr02SVR4J > .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); }#nCTc2IiSGVMdo7yxrKmmyAdvr02SVR4J { border-width: 0; border-radius: 0; }#nCTc2IiSGVMdo7yxrKmmyAdvr02SVR4J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nCTc2IiSGVMdo7yxrKmmyAdvr02SVR4J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gXWWTplwoOaT7iH0EIOT3be6Ixl02ou9 { 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.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#7fc464;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.75rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:5.5634765625rem;left:22.875rem;display:block; }
#TrlLkP2PpDi1UrCdEndufNOI53dxchlf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ceviTGkUCkMucxXQR9diBZV7C9KfGzLn { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:1.15625rem;left:0rem;height:2.59765625rem;text-align:center;text-align-last:center;display:block; }
#RhcRciBKhvGwDNVf3KMtMvlbcWqiskzT { 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; }#RhcRciBKhvGwDNVf3KMtMvlbcWqiskzT > .row .container { background-color: transparent; background-image: none; }#RhcRciBKhvGwDNVf3KMtMvlbcWqiskzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhcRciBKhvGwDNVf3KMtMvlbcWqiskzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhcRciBKhvGwDNVf3KMtMvlbcWqiskzT > .row .container > .video-iframe-container { display: none; }#RhcRciBKhvGwDNVf3KMtMvlbcWqiskzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhcRciBKhvGwDNVf3KMtMvlbcWqiskzT > .row > .video-iframe-container { display: none; }#RhcRciBKhvGwDNVf3KMtMvlbcWqiskzT > .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); }#RhcRciBKhvGwDNVf3KMtMvlbcWqiskzT > .row .container { border-width: 0; border-radius: 0; }#RhcRciBKhvGwDNVf3KMtMvlbcWqiskzT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RhcRciBKhvGwDNVf3KMtMvlbcWqiskzT > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#WV7zKxXPKPe894FTBK2NKtaT9JGSGxfn { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.312255859375rem;left:8.125rem;height:2.92358125rem;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; }
#ZTVKT2SGTiXVaO05U69MoETadpZqtsas { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(127,196,100,0.2);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; }#ZTVKT2SGTiXVaO05U69MoETadpZqtsas > .row .container { background-color: transparent; background-image: none; }#ZTVKT2SGTiXVaO05U69MoETadpZqtsas::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTVKT2SGTiXVaO05U69MoETadpZqtsas > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTVKT2SGTiXVaO05U69MoETadpZqtsas > .row .container > .video-iframe-container { display: none; }#ZTVKT2SGTiXVaO05U69MoETadpZqtsas > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTVKT2SGTiXVaO05U69MoETadpZqtsas > .row > .video-iframe-container { display: none; }#ZTVKT2SGTiXVaO05U69MoETadpZqtsas > .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); }#ZTVKT2SGTiXVaO05U69MoETadpZqtsas > .row .container { border-width: 0; border-radius: 0; }#ZTVKT2SGTiXVaO05U69MoETadpZqtsas > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTVKT2SGTiXVaO05U69MoETadpZqtsas > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#XummaZnUCtQWsV6FaS1prR8lvwR1sTSB { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#J14QEO0ZoHtLBwUGaywCUADkoyzgsPrS { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;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.875rem;width:50rem;top:0rem;left:5rem;display:block; }
#rB7GzzRWmvQehAHAvT27oIWiITRe8zAz { color:#1f333b;display:block;width:47.24975rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:4.8876953125rem;left:4.998779296875rem;height:3.59863125rem;text-align:left;text-align-last:left;display:block; }
#xz7GflASFzHSflF1sTpSTyiB6DtMQWUG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.2);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; }#xz7GflASFzHSflF1sTpSTyiB6DtMQWUG > .row .container { background-color: transparent; background-image: none; }#xz7GflASFzHSflF1sTpSTyiB6DtMQWUG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xz7GflASFzHSflF1sTpSTyiB6DtMQWUG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xz7GflASFzHSflF1sTpSTyiB6DtMQWUG > .row .container > .video-iframe-container { display: none; }#xz7GflASFzHSflF1sTpSTyiB6DtMQWUG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xz7GflASFzHSflF1sTpSTyiB6DtMQWUG > .row > .video-iframe-container { display: none; }#xz7GflASFzHSflF1sTpSTyiB6DtMQWUG > .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); }#xz7GflASFzHSflF1sTpSTyiB6DtMQWUG > .row .container { border-width: 0; border-radius: 0; }#xz7GflASFzHSflF1sTpSTyiB6DtMQWUG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xz7GflASFzHSflF1sTpSTyiB6DtMQWUG > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#lXNiIJlDqoCNghxkeLnSc5IZKsoTTtrX { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#W4Uoum9spLRoE364A4pILi1Gl3EEqifa { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;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.875rem;width:50rem;top:0rem;left:5rem;display:block; }
#Zs3meGfkDybkdHC5uCFDEGgGS0fToT0q { color:#1f333b;display:block;width:47.24975rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:4.813232421875rem;left:4.998779296875rem;height:3.59863125rem;text-align:left;text-align-last:left;display:block; }
#KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(127,196,100,0.2);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; }#KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH > .row .container { background-color: transparent; background-image: none; }#KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH > .row .container > .video-iframe-container { display: none; }#KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH > .row > .video-iframe-container { display: none; }#KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH > .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); }#KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH > .row .container { border-width: 0; border-radius: 0; }#KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;position:relative;display:block; }#IEinnE6WsDz6wmsJCrxAAto6hClaLv16 { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#al4vvyxdzDIHdNi9uJGAxgQ3yEnSaEMw { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;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.875rem;width:50rem;top:0rem;left:5rem;display:block; }
#g37ZLKAsa9l3ZfDHhXfMTaRm0uLqESmE { color:#1f333b;display:block;width:47.24975rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:5.3125rem;left:4.998779296875rem;height:3.59863125rem;text-align:left;text-align-last:left;display:block; }
#FIe3i59CTHV01eqr6MJKWITeAblGm5db { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.2);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; }#FIe3i59CTHV01eqr6MJKWITeAblGm5db > .row .container { background-color: transparent; background-image: none; }#FIe3i59CTHV01eqr6MJKWITeAblGm5db::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIe3i59CTHV01eqr6MJKWITeAblGm5db > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIe3i59CTHV01eqr6MJKWITeAblGm5db > .row .container > .video-iframe-container { display: none; }#FIe3i59CTHV01eqr6MJKWITeAblGm5db > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIe3i59CTHV01eqr6MJKWITeAblGm5db > .row > .video-iframe-container { display: none; }#FIe3i59CTHV01eqr6MJKWITeAblGm5db > .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); }#FIe3i59CTHV01eqr6MJKWITeAblGm5db > .row .container { border-width: 0; border-radius: 0; }#FIe3i59CTHV01eqr6MJKWITeAblGm5db > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FIe3i59CTHV01eqr6MJKWITeAblGm5db > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:block; }#V50L1B9WROBGgquk3dgGTqTQswJTbU6Z { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#eikUT8USgnTll9b452hhSzyzWkl1eKRv { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;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.875rem;width:50rem;top:0rem;left:5rem;display:block; }
#VStJkBiWOOneWRGQFTb9oBtLEyOGnWiv { color:#1f333b;display:block;width:47.24975rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:5.687255859375rem;left:5rem;height:3.59863125rem;text-align:left;text-align-last:left;display:block; }
#uHJffW1KUGchNverxQTBqSIiGyfBUwxa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(127,196,100,0.2);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; }#uHJffW1KUGchNverxQTBqSIiGyfBUwxa > .row .container { background-color: transparent; background-image: none; }#uHJffW1KUGchNverxQTBqSIiGyfBUwxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHJffW1KUGchNverxQTBqSIiGyfBUwxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHJffW1KUGchNverxQTBqSIiGyfBUwxa > .row .container > .video-iframe-container { display: none; }#uHJffW1KUGchNverxQTBqSIiGyfBUwxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHJffW1KUGchNverxQTBqSIiGyfBUwxa > .row > .video-iframe-container { display: none; }#uHJffW1KUGchNverxQTBqSIiGyfBUwxa > .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); }#uHJffW1KUGchNverxQTBqSIiGyfBUwxa > .row .container { border-width: 0; border-radius: 0; }#uHJffW1KUGchNverxQTBqSIiGyfBUwxa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uHJffW1KUGchNverxQTBqSIiGyfBUwxa > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:block; }#yEt2zi1I8SGftViJ7MvtccopJdOoOhBe { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#wgTJ24HfOsUudtVIRKqgeEUdZ15UAXnM { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;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:50rem;top:0rem;left:5rem;display:block; }
#ezpVVpr5p6DdpH0o8CtZIqaEv9SritgG { color:#1f333b;display:block;width:47.24975rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:5.8740234375rem;left:4.998779296875rem;height:3.59863125rem;text-align:left;text-align-last:left;display:block; }
#p1KZ1VQ0PqrV1KA5RLXbTcNHvQF9nfaq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.2);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; }#p1KZ1VQ0PqrV1KA5RLXbTcNHvQF9nfaq > .row .container { background-color: transparent; background-image: none; }#p1KZ1VQ0PqrV1KA5RLXbTcNHvQF9nfaq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1KZ1VQ0PqrV1KA5RLXbTcNHvQF9nfaq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1KZ1VQ0PqrV1KA5RLXbTcNHvQF9nfaq > .row .container > .video-iframe-container { display: none; }#p1KZ1VQ0PqrV1KA5RLXbTcNHvQF9nfaq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1KZ1VQ0PqrV1KA5RLXbTcNHvQF9nfaq > .row > .video-iframe-container { display: none; }#p1KZ1VQ0PqrV1KA5RLXbTcNHvQF9nfaq > .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); }#p1KZ1VQ0PqrV1KA5RLXbTcNHvQF9nfaq > .row .container { border-width: 0; border-radius: 0; }#p1KZ1VQ0PqrV1KA5RLXbTcNHvQF9nfaq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p1KZ1VQ0PqrV1KA5RLXbTcNHvQF9nfaq > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#hhsegu8pon3eFJnAs6OZt4nBsQTstNPf { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#QMvtKQhpqtgQRAOZpSy0c0XIH37MZZT5 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;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:50rem;top:0rem;left:5rem;display:block; }
#y3zycgamRy3188BG4ykLqecCknKhTUVT { color:#1f333b;display:block;width:47.24975rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:4.57763671875rem;left:4.9375rem;height:3.59863125rem;text-align:left;text-align-last:left;display:block; }
#e2fsZztMweTZlHNB6oPLgH3oHmWpey2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(127,196,100,0.2);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; }#e2fsZztMweTZlHNB6oPLgH3oHmWpey2T > .row .container { background-color: transparent; background-image: none; }#e2fsZztMweTZlHNB6oPLgH3oHmWpey2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2fsZztMweTZlHNB6oPLgH3oHmWpey2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2fsZztMweTZlHNB6oPLgH3oHmWpey2T > .row .container > .video-iframe-container { display: none; }#e2fsZztMweTZlHNB6oPLgH3oHmWpey2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2fsZztMweTZlHNB6oPLgH3oHmWpey2T > .row > .video-iframe-container { display: none; }#e2fsZztMweTZlHNB6oPLgH3oHmWpey2T > .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); }#e2fsZztMweTZlHNB6oPLgH3oHmWpey2T > .row .container { border-width: 0; border-radius: 0; }#e2fsZztMweTZlHNB6oPLgH3oHmWpey2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e2fsZztMweTZlHNB6oPLgH3oHmWpey2T > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:block; }#z8RukufghDBi6heuFCfedw71b5pTzngb { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#heudVW9PQzHXLSP9TETg43n0DKrP4ckF { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;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:50rem;top:0rem;left:5rem;display:block; }
#OSUNQwNwWvywU865VeGnJmyINgBTLh0X { color:#1f333b;display:block;width:47.24975rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:5.0048828125rem;left:4.9375rem;height:1.79931875rem;text-align:left;text-align-last:left;display:block; }
#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fc464;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; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { background-color: transparent; background-image: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container > .video-iframe-container { display: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container { display: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .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); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { border-width: 0; border-radius: 0; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:60rem;position:relative;display:block; }#yRQcSLlUlErU4yLadPIc84bNvkolwynR { color:#000000;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { color:#1f333b;display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:6.375rem;left:0rem;height:14.3945125rem;text-align:left;text-align-last:left;display:block; }
#oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:6.5rem;left:20rem;height:3.5986375rem;text-align:right;text-align-last:right;display:block; }
#uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { color:#000000;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.375rem;left:20rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:8.361328125rem;left:39.71875rem;height:1.80013125rem;text-align:right;text-align-last:right;display:block; }
#VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { color:#000000;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.375rem;left:40rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#zAdkMQbFyH9rferaPnx28nfZLZtJ3RRd { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:6.375rem;left:39.71875rem;height:1.80013125rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:27.8125rem;height:;top:12.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:14.3125rem;height:4.9375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { width:5.625rem;height:2.25rem;top:1.75rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block; }
 }@media only screen and (max-width: 763px) { #MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { width:6rem;height:2.25rem;top:1.75rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block; }
 }@media only screen and (max-width: 763px) { #OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { width:6.0625rem;height:2.25rem;top:1.75rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block; }
 }@media only screen and (max-width: 763px) { #WG8Bq2AsTN7gLIRtTy0psTkcoUBGzs8E { width:4.4375rem;height:2.25rem;top:1.75rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block; }
 }@media only screen and (max-width: 763px) { #VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { width:5.5rem;height:2.4375rem;top:1.5625rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:12.1875rem;height:3.25rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:22.625rem;height:5.0625rem;top:19.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:25.3125rem;height:4.125rem;top:26.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:7.25rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu9xTOT7tHFW685BTE7MZMWxGSWHucFW { width:8.375rem;height:4.75rem;top:1.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDZ2Rth6WtTPIEZ51XbqlyTT3WCLXetC { top:7.75rem;left:28.873779296875rem;width:18.8125rem;height:31.333484827413rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9TbM4byPSIJE3EBdgLeTL00iUyiS4Os { width:7.75rem;height:5.625rem;top:13.125rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRQBJFRQ7clfTQ81XEQBUl7kQwkVfxcU { width:7.8125rem;height:3.1875rem;top:13.5rem;left:22.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTmcayiBnqo2eS48A6p6g3RlS3SiI8zc { top:28.875rem;left:13.625rem;width:15.75rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZHgNnaGcmGHHE2OT2R0xVenyzmTTwPp { top:30.5rem;left:14.625rem;width:13.6875rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2VvmCOuuXJLJ8EDxkobf7NmUTy0qMGD { width:8.1875rem;height:8.1875rem;top:6.6875rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFUgX9r7e01TbNKs0LkLZBwCdaF1lByf { width:7.375rem;height:1.4375rem;top:8.0625rem;left:40.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6MTQqLWnIE2tv3vHcbB7OwALH7ALP1E { width:6.875rem;height:3.25rem;top:9.9375rem;left:40.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TooOgJQVLuTA9XdaA1zFhSTxyQReDPFa { display:block; }#TooOgJQVLuTA9XdaA1zFhSTxyQReDPFa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAfpbIqGDlNIWlDFLTr6OpbTJ2pTMgto { top:1.875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCkxuzTep5d30yKEkTVPxyeVVGmqud2M { display:block; }#aCkxuzTep5d30yKEkTVPxyeVVGmqud2M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2JVptlgw5StSofm03uql45ufBIXXbXT { top:1.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEcwdTDoiLWO3QyfKunKK1NxFEDkEbS8 { top:1.1875rem;left:0rem;width:47.375rem;height:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTMoZotrOeyiO8pC0EJqrUJU4lqGH6b { display:block; }#TmTMoZotrOeyiO8pC0EJqrUJU4lqGH6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTEth7GvD6F2qknzVllRgM2nvg5vnSi1 { top:1.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRnxotnA7PE12uz1sXK5z6Gf3Tw0Clkh { top:1.1875rem;left:0rem;width:47.375rem;height:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbze0CylDmmbuq8JBQVqTZa6HoHdDFZt { display:block; }#Bbze0CylDmmbuq8JBQVqTZa6HoHdDFZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9HnnfF9ZiSG8e3oNiQr5gkHP3Fff2MO { top:1.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbuVuRMVfcRT0odqlpoTsnyDkKMF0VA5 { top:1.1875rem;left:0rem;width:47.375rem;height:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxVIfUHeihpoGsy97zfullu39sQPQQV4 { display:block; }#yxVIfUHeihpoGsy97zfullu39sQPQQV4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwNUQknJPrN4PAOOzGGZsG5JJ1QCIS5N { top:1.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3TrOddEMyBEfcp4PS70fT1faiulM5Xq { top:1.1875rem;left:0rem;width:47.375rem;height:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6CoybInCRoCnu7tpxfPCcb3Gt8nPqeL { display:block; }#P6CoybInCRoCnu7tpxfPCcb3Gt8nPqeL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSVbxxUTM4uENu0WgACwhBzVyThZ6iBW { top:1.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVc512EtmRxMDcqQp0gyQEdKhg5tDBmg { top:1.1875rem;left:0rem;width:47.375rem;height:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFM0F4FUFk0ldz0OVRPbWIo47seFTMcC { display:block; }#WFM0F4FUFk0ldz0OVRPbWIo47seFTMcC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3K7lToiJyLFOrUqGGxi1T6KaZp3hynb { top:1.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBEVJUpxu16CqJMhsE8PRvZIBH8O08gT { top:1.1875rem;left:0rem;width:47.375rem;height:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDiU68n7bnDedTGuKxXv4Uoa1TNDvtIN { display:block; }#kDiU68n7bnDedTGuKxXv4Uoa1TNDvtIN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaO8HNRRAyAMvBRAcNGTQwtyTN8ZqRMx { top:1.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdW36PJU7ONfrSsp9sJTe8iekEN6Ivsl { top:1.1875rem;left:0rem;width:47.375rem;height:8.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7iBk3QtO8awMvh7EET6IVt45gCKPaQq { display:block; }#A7iBk3QtO8awMvh7EET6IVt45gCKPaQq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKhxtnThHcBoXmNMNlOcJ6Q1yx3EXSn0 { top:2.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNC9xyWGOLOfupKwLhFFEHdEaXo5kpCs { width:11.9375rem;height:3.1875rem;top:8.75rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HywR4CcLtwPMEL34TgVnhGMwvNmfNQWZ { display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:43.75rem;height:3.125rem;top:2.0625rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:23.9375rem;height:12.5625rem;top:6.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb28OvovH8v4g5PNk83kQ27c7t5BRS2T { width:23.9375rem;height:12.5625rem;top:6.6875rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFPkJOJyS7opUJGcp1xIiveNldepSce1 { top:2.625rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKI0nlBDsdD6R6PV7hn4VxOgTt6nDKkQ { top:2.6875rem;left:23.875rem;width:16.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:43.75rem;height:;top:1.5625rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWSUHuQDEv9DZA8q1qIRZnPoKXLIGQFS { display:block; }#wWSUHuQDEv9DZA8q1qIRZnPoKXLIGQFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:29.375rem;height:23.62425rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:29.375rem;height:14.375rem;top:25.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:28.9375rem;height:23.3125rem;top:25.4375rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:27.875rem;height:6.6875rem;top:0.875rem;left:19.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:27.875rem;height:15.125rem;top:8.3125rem;left:19.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:43.75rem;height:2.875rem;top:1.625rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:17.8125rem;height:1.8125rem;top:6.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:17rem;height:11.875rem;top:9.4375rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:17rem;height:1.8125rem;top:6.5rem;left:14.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { width:17rem;height:8.4375rem;top:9.4375rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:17.6875rem;height:1.8125rem;top:6.5rem;left:29.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.125rem;top:1.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.125rem;top:1.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X54B4m4G21gbxl5XL7uvObwHJvsrQ5ky { top:1.6875rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFMNZB98UJEmakpo9kITaDgvPl81eT7x { top:1.75rem;left:15.875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJyUzRgmkRAElbRZiP58TMXhcEchm8CN { top:1.75rem;left:31.75rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wktI0mTeKusKqnHfVwoRTC8zViJeOBw6 { width:17rem;height:15.25rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { display:block; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSTzVtKCkgSWHcoWqTe5Mmh1yNnxOdiB { width:12rem;height:3.25rem;top:2.8125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQJkJ6kULlMb9PyLWDLttLE7OG6qRPQW { display:block; }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:47.75rem;height:3.125rem;top:1.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { width:0.0625rem;height:5.1875rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { width:21.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { width:21.3125rem;height:auto;top:16.4375rem;left:23.9375rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { width:21.3125rem;height:auto;top:16.4375rem;left:23.9375rem; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GvnTgoZbPqnqBGkaXbNHWZUFHU6ziva8 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #XxgFJDgSF2f2y0603ornNSNczuaJqX0W {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #RTPKBuAHIfnxUsGcoT25VBE8weUCRaWm {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #w5UhvxgWPxA8ZTRSo2PoiM8C8TDgrtP0 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #pH8wBTrddp7WIziSQfbToeFJvha9mpxR {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #amxhqRzVylAJ3RGFUQRsBAwKEx5lLcfT {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GQwFPUHUl8XrHKH3QI1LNGM3JlE8unOK {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #e90OlUs8nTSNqHvTVvVyMtBmWGtkuyO7 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #M8y8iAWWiyvqDlQ4wr4NpfRt68pfwqWT {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Bp6R6utm3Tv97whZIITL3suiFpRc5XTA {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #KmyOQi1w4TRdpkIvQGFatC7pgsXianiI {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #uiJTndQDFHbe3vP68hHwH6UTFweOfJSO {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gadk078kLnQxXElh8foNnwvSamr3lieA {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OMzFPGh9oxNiTZkXnqJeeI46Z3FtZnoL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nl7dX0Lv7TT4LEoc98JC4KPmUe2TFC3c {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh {  }
 }@media only screen and (max-width: 763px) { #NOovlqmHDUgscTDSq69oVyxbGUZcur5i { display:block; }
 }@media only screen and (max-width: 763px) { #rkHJFHoI3Zq6VPxCdyngWWTmEgTQXAP2 { display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ {  }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:27.25rem;height:20.889970525776rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:7.1875rem;height:9.8125rem;top:26.5625rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4eL8D8gsXhaJBRVNyq5fi9lCgpqIzX0 { width:25.75rem;height:6.125rem;top:33.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdOKGgdAbHMPC5ePX8x87kEG54FThIcE { width:8.1875rem;height:8.1875rem;top:1.1875rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmqEyhwIlTqVT9zqzGasaVq5Z4Hc95vW { width:7.375rem;height:1.4375rem;top:2.5625rem;left:40.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZx52ZNhUhBDQDN6kuzUxuLLym03Ssz4 { width:6.875rem;height:3.25rem;top:4.4375rem;left:40.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fugTUBwB0HwU91AWXElZ6UW2sdR2WNWd { top:8.4375rem;left:22.375rem;width:25.3125rem;height:53.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVQ1wOGLXBMmT07MLRmZ9M5wfasKWxRE { top:10.75rem;left:0rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygPqFy6EKIon90B6iSrRiH0zHBKDhqLQ { top:8.5rem;left:0rem;width:23.75rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONvmFKWNRQb3uyLOktwsxkUz5ONI02k9 { top:12.75rem;left:0rem;width:17.625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHdKFWciTChh8pB0FN0ZkXS6T9VX66zW { width:17.5rem;height:3.4375rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIND8wlw4ik9IOkGHJAixEANXpD0oTaF { display:block; }
 }@media only screen and (max-width: 763px) { #wCk75EuHRU1X4aTJ4vqVHT6Mh1QNeGLw { top:12.75rem;left:26.8125rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDUqsaZlAJTFo2tUEWohvkk4vbImh4Xa { top:10.75rem;left:24.75rem;width:22.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAzUGaOr5llV6JX0BqapGAwmSWLDBRRx { top:2.5rem;left:0rem;width:46.75rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9xpfLz1CiAg0M0Ax5gnW9OTVq9swVTJ { display:block; }#k9xpfLz1CiAg0M0Ax5gnW9OTVq9swVTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nelr6m4L5vIBMoRne3LN3Lb0aC63r0mP { width:5.9375rem;height:2.125rem;top:9.4375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VchB0LzCam9cb6MbDIJCSXwsW8bAU7SG { display:block; }
 }@media only screen and (max-width: 763px) { #bFWtLslTe9FuZOIhlNyBMzofOvBUaA8i { top:4.4375rem;left:0rem;width:19.125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4sntHw1uT7T1Vwz4pOQNDaUPe74OGwU { top:8.5625rem;left:0rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnlXTvlWdAXeydhG0cGDfJnKgN8rzlq8 { top:1.3125rem;left:0.6875rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQFWPoal56QOQQKX3yh2iK8cMzq3BJKG { top:1rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PieWGcXups8eAJaRVWv8QFdpXJK2NGbN { width:5.9375rem;height:2.125rem;top:9.5rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvvNzPN1ht5ohnayCqXMsR68xL3LhdtP { display:block; }
 }@media only screen and (max-width: 763px) { #Ht0J3pEMN8wxfs56Io1zCwf5qSARtzb1 { top:4.5rem;left:12.625rem;width:19.125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiGZUiPebZJytBSmzKf4u6ugSfdHXR2U { top:8.625rem;left:12.625rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxkMDBbSWZuPHIlnNllvkFbcdcSZWCwt { top:1.375rem;left:16.5625rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCWPGCigWfXkQU2PP199JxuQQDE3q7O8 { top:1.0625rem;left:15.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQAFx3LTS2lII69uTO0IwPA8iAhTwHlJ { width:5.9375rem;height:2.125rem;top:9.5rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6nunakFxSfSc4ghxJmG0L26VLkhRe2I { display:block; }
 }@media only screen and (max-width: 763px) { #dWUaMfkqQ89V5US1XfWfPSFSpR11APAz { top:2.8125rem;left:28.4375rem;width:19.1875rem;height:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfXpfDXGlxhHulOQ0IGegoREFxr7XoM1 { top:8.625rem;left:28.5rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTDxcG5eAWAWExu5FDbwGTwb1PdloAcO { top:1.1875rem;left:33rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cThNQNZwAIt4QU9m0anEKzrLQxxaIAAN { top:0.75rem;left:31.75rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv6eofcPWXgz0VCTws8xCLdH4x6ZZTzT { display:block; }#Xv6eofcPWXgz0VCTws8xCLdH4x6ZZTzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1CWig1upADRhD7LPPgb8wcyT27HNRwO { width:5.9375rem;height:2.125rem;top:9.4375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sic54pKrECwKEIdtLZk8ZBWspqq8rLg1 { display:block; }
 }@media only screen and (max-width: 763px) { #nRav3xBWBSmzZDipydUo5gTfB4gi4SMp { top:3.5625rem;left:0rem;width:19.125rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yElVEpRtQG63SeVZvN9HHTcNNz0vHEMF { top:8.5625rem;left:0rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGgmLuq3abDSplcVJK3oVSN5lNWwqp9r { top:1.3125rem;left:0.6875rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8gdC20k0eGVKlxJ9Qy9SkghaGlZQrum { top:1rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGFpdfJvOxl5CmFpyk5nI7Qc61pV0HZs { width:5.9375rem;height:2.125rem;top:9.5rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTdCru2yQ9lqMdZrpO4eN4ctuWfJTE5k { display:block; }
 }@media only screen and (max-width: 763px) { #NlnvoUZDXLhuy2sXUMRtguITk39i99z9 { top:3.1875rem;left:12.625rem;width:19.125rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMXQvrLRKhGwJMzp4NdDQDQ1EaTUS8LR { top:8.5625rem;left:12.625rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er37PJVaCOS2haImu43eX8crcDtzhtzF { top:1.375rem;left:16.5625rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFDfGwBT7ktknnVCrX0qKa8JOG7nZ57S { top:1.0625rem;left:15.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkz8k2T0lcl0L5ZmHSTz6r69R0JUUHRO { width:5.9375rem;height:2.125rem;top:9.5rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLWOPn8ONqKTJ2VgBKKoBo6SP4DkWvg0 { display:block; }
 }@media only screen and (max-width: 763px) { #RsB74zCvxiFH5m7beO2MEinPR8ixhwEI { top:2.8125rem;left:28.4375rem;width:19.1875rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4aizbR4cXDB9PAfpsmLJ8AGQ77CiDrB { top:8.625rem;left:28.5rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVsNpoyIGEJSpF9yoO07wa4OsVeT0TaL { top:1.1875rem;left:33rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4PVDUdxVgO2wKfInf6VyycBi1ITAtcV { top:0.75rem;left:31.75rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRIbhMcFAcQ8a89sXntx2T1Fna69lkGN { display:block; }#HRIbhMcFAcQ8a89sXntx2T1Fna69lkGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpqi5KZw28WTR12T6guOhnUV5I8lQ7WG { width:5.9375rem;height:2.125rem;top:9.4375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyKQfKP17gkDEvEgsWUT7vskh4wakFgi { display:block; }
 }@media only screen and (max-width: 763px) { #pxbcsnRJh1BTa7Iv740QSPsTRDs7iJc7 { top:3.5625rem;left:0rem;width:19.125rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv4rMR58V8nmO6NUtRmfTaBpQdc8l8H6 { top:8.5625rem;left:0rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH2nfJ76HZvr5axPxGT0id3yVE5ra6q4 { top:1.3125rem;left:0.6875rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up7nNv5DDzkJsghH9dk5aSqSsxTqHntE { top:1rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKSiWW0sdsBmT5XSWSptpDZtHEywWZ02 { width:5.9375rem;height:2.125rem;top:9.5rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0TkHFJQlp23ZKfTNEUOhmSb1TTNSITh { display:block; }
 }@media only screen and (max-width: 763px) { #VrqKJDcXnzfw6cW1eBfTlErs2Qv1ldHt { top:3.5625rem;left:12.625rem;width:19.125rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIyPVWFUEVN4rBwQekk9vJF4gu7hh2H1 { top:8.625rem;left:12.625rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcLUbUqNSAF8X6fFABddTWqo3rzRnRoT { top:1.375rem;left:16.5625rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRHKPB6KpvXKrPoAzF1KUCFctlEmP0oN { top:1.0625rem;left:15.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1QahT3g56PoVi61mxLuFU9F02XxWrSn { width:5.875rem;height:2.0625rem;top:9.5625rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkkWLMpdTsI8OMAZPRzaAaAUOUu1SwAQ { display:block; }
 }@media only screen and (max-width: 763px) { #Cr7CAh54BTNwyzrzpNQi357HbzF1iNXL { top:8.6875rem;left:28.5rem;width:19.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJtZBHGrMJgVOz51nowG5be09a4cGmrD { top:3.625rem;left:28.5rem;width:19.0625rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpyOu57NHuo2ffchg4oDWH1JqEnB19ha { top:1.125rem;left:31.75rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4gEW1IW0qMoVa0SIJpnwpeae2bZ8JaL { top:1.4375rem;left:32.875rem;width:3.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2xhOJkmE4dDJotibvIXoEQMk5sfZF6o { top:1.5rem;left:36.125rem;width:3.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv5lIyCDp4ZAa7DJOhBMpERs6DbB0dTW { display:block; }#vv5lIyCDp4ZAa7DJOhBMpERs6DbB0dTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFTTyQTrORBT6Fc64c8Sv2dr31wrZhxs { width:5.9375rem;height:2.125rem;top:9.5rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWEwTG8KqgGBcTt9E8X3QLOIsiA4kWTI { display:block; }
 }@media only screen and (max-width: 763px) { #rrUxLBJD7ZxpWVykEsuzd6UhHKdXTKpX { top:3.5625rem;left:12.625rem;width:19.125rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFNdtKi05HzC0VfeZoOziD48NvLmHMp5 { top:8.625rem;left:12.625rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdvpT8eoxJ3dnvSUbqynmh3WLyVUsChS { top:1.375rem;left:16.5625rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFm2twBR3xPIbmNgyU3TrkkndWozy49d { top:1.0625rem;left:15.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKxwILbH2mNcwhT4TmoswIeJ9kmZNavh { width:5.875rem;height:2.0625rem;top:9.6875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfeDRXsSoKziMqZy1KR3AuIllfSgZRNg { display:block; }
 }@media only screen and (max-width: 763px) { #uCwpDmiyT9rMdiQpfRTcoi9MMhDXA3IM { top:3rem;left:0rem;width:19.125rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6NrFEedPZ1OLeFp04Pe57FP7wUNgE7g { top:8.8125rem;left:0rem;width:19.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9Tqp8C9B8NFycTD7R2rc9ymIQg8sBcn { top:1.375rem;left:0.4375rem;width:3.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra5GSpDXuy9170QCOqycpBvp8nwXskmN { top:0.9375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfNHGhqcrzZaHtlDz0JxpFXmZTaET3ms { top:1.4375rem;left:19.8125rem;width:3.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAhdhGq3huIo7LyMy6PQM5V17cpsHTVT { top:1.625rem;left:3.6875rem;width:3.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCTc2IiSGVMdo7yxrKmmyAdvr02SVR4J { display:block; }#nCTc2IiSGVMdo7yxrKmmyAdvr02SVR4J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXWWTplwoOaT7iH0EIOT3be6Ixl02ou9 { width:14.25rem;height:2.75rem;top:5.5625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrlLkP2PpDi1UrCdEndufNOI53dxchlf { display:block; }
 }@media only screen and (max-width: 763px) { #ceviTGkUCkMucxXQR9diBZV7C9KfGzLn { top:1.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhcRciBKhvGwDNVf3KMtMvlbcWqiskzT { display:block; }#RhcRciBKhvGwDNVf3KMtMvlbcWqiskzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WV7zKxXPKPe894FTBK2NKtaT9JGSGxfn { width:43.75rem;height:2.875rem;top:1.25rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTVKT2SGTiXVaO05U69MoETadpZqtsas { display:block; }#ZTVKT2SGTiXVaO05U69MoETadpZqtsas > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XummaZnUCtQWsV6FaS1prR8lvwR1sTSB { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J14QEO0ZoHtLBwUGaywCUADkoyzgsPrS { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB7GzzRWmvQehAHAvT27oIWiITRe8zAz { width:47.1875rem;height:3.5625rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz7GflASFzHSflF1sTpSTyiB6DtMQWUG { display:block; }#xz7GflASFzHSflF1sTpSTyiB6DtMQWUG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXNiIJlDqoCNghxkeLnSc5IZKsoTTtrX { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4Uoum9spLRoE364A4pILi1Gl3EEqifa { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs3meGfkDybkdHC5uCFDEGgGS0fToT0q { width:47.1875rem;height:3.5625rem;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH { display:block; }#KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEinnE6WsDz6wmsJCrxAAto6hClaLv16 { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #al4vvyxdzDIHdNi9uJGAxgQ3yEnSaEMw { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g37ZLKAsa9l3ZfDHhXfMTaRm0uLqESmE { width:47.1875rem;height:3.5625rem;top:5.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIe3i59CTHV01eqr6MJKWITeAblGm5db { display:block; }#FIe3i59CTHV01eqr6MJKWITeAblGm5db > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V50L1B9WROBGgquk3dgGTqTQswJTbU6Z { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eikUT8USgnTll9b452hhSzyzWkl1eKRv { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VStJkBiWOOneWRGQFTb9oBtLEyOGnWiv { width:47.1875rem;height:3.5625rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHJffW1KUGchNverxQTBqSIiGyfBUwxa { display:block; }#uHJffW1KUGchNverxQTBqSIiGyfBUwxa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEt2zi1I8SGftViJ7MvtccopJdOoOhBe { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgTJ24HfOsUudtVIRKqgeEUdZ15UAXnM { width:47.75rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezpVVpr5p6DdpH0o8CtZIqaEv9SritgG { width:47.1875rem;height:3.5625rem;top:5.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1KZ1VQ0PqrV1KA5RLXbTcNHvQF9nfaq { display:block; }#p1KZ1VQ0PqrV1KA5RLXbTcNHvQF9nfaq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhsegu8pon3eFJnAs6OZt4nBsQTstNPf { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMvtKQhpqtgQRAOZpSy0c0XIH37MZZT5 { width:47.75rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3zycgamRy3188BG4ykLqecCknKhTUVT { width:47.1875rem;height:3.5625rem;top:4.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2fsZztMweTZlHNB6oPLgH3oHmWpey2T { display:block; }#e2fsZztMweTZlHNB6oPLgH3oHmWpey2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8RukufghDBi6heuFCfedw71b5pTzngb { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #heudVW9PQzHXLSP9TETg43n0DKrP4ckF { width:47.75rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSUNQwNwWvywU865VeGnJmyINgBTLh0X { width:47.1875rem;height:1.75rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRQcSLlUlErU4yLadPIc84bNvkolwynR { width:18.125rem;height:1.25rem;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { width:19.375rem;height:14.375rem;top:6.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { width:18.125rem;height:3.5625rem;top:6.5rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { width:18.125rem;height:1.25rem;top:3.375rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { width:18.6875rem;height:1.75rem;top:8.3125rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { width:18.125rem;height:1.25rem;top:3.375rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAdkMQbFyH9rferaPnx28nfZLZtJ3RRd { width:18.6875rem;height:1.75rem;top:6.375rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#eef2f1;background-image:url("https://images.assets-landingi.com/uc/433d9786-fcab-4d50-8eac-04c8dfba5257/ECnew_tlo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.adaptive-delivery-prevent-bg, #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.lazyload, #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.lazyloading { background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:8.7011875rem;top:7.58749961853rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:4.875rem;height:1.6875rem;top:1.1809896230698rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { width:4.3125rem;height:2rem;top:4.5625rem;left:0rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block; }
 }@media only screen and (max-width: 763px) { #MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { width:3.5rem;height:2rem;top:4.5625rem;left:3.9375rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block; }
 }@media only screen and (max-width: 763px) { #OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { width:5.0625rem;height:2.1875rem;top:4.46875rem;left:7.8125rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block; }
 }@media only screen and (max-width: 763px) { #WG8Bq2AsTN7gLIRtTy0psTkcoUBGzs8E { width:3.5625rem;height:2rem;top:4.5625rem;left:13.25rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block; }
 }@media only screen and (max-width: 763px) { #VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { width:5.4375rem;height:2.1875rem;top:0.99365234375rem;left:14.5625rem;font-size:0.875rem;color:#000000;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:12.1875rem;height:3.2495125rem;top:46.93603515625rem;left:3.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:19.125rem;height:5.0647rem;top:16.625rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:15.9375rem;height:2.6245125rem;top:23.5625rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:5.875rem;top:22.3125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Pu9xTOT7tHFW685BTE7MZMWxGSWHucFW { width:4.1875rem;height:2.375rem;top:0.83658856153488rem;left:6.6250001192094rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zDZ2Rth6WtTPIEZ51XbqlyTT3WCLXetC { width:8.62425rem;height:14.43725rem;top:30.264892578125rem;left:11.375732421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9TbM4byPSIJE3EBdgLeTL00iUyiS4Os { width:5.874025rem;height:4.24926875rem;top:30.75rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRQBJFRQ7clfTQ81XEQBUl7kQwkVfxcU { width:7.8125rem;height:1.48681875rem;top:31.8125rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTmcayiBnqo2eS48A6p6g3RlS3SiI8zc { width:15.75rem;height:6.5625rem;top:28.875rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #IZHgNnaGcmGHHE2OT2R0xVenyzmTTwPp { width:13.6865rem;height:3.3728rem;top:27.374267578125rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g2VvmCOuuXJLJ8EDxkobf7NmUTy0qMGD { width:8.1875rem;height:8.1875rem;top:36rem;left:0.625rem;background-color:#7fc464;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) { #cFUgX9r7e01TbNKs0LkLZBwCdaF1lByf { width:7.37425rem;height:1.12426875rem;top:37.375rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6MTQqLWnIE2tv3vHcbB7OwALH7ALP1E { width:6.875rem;height:2.88574375rem;top:39.25rem;left:1.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TooOgJQVLuTA9XdaA1zFhSTxyQReDPFa { display:block; }#TooOgJQVLuTA9XdaA1zFhSTxyQReDPFa > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAfpbIqGDlNIWlDFLTr6OpbTJ2pTMgto { width:20rem;height:1.9494625rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCkxuzTep5d30yKEkTVPxyeVVGmqud2M { display:block; }#aCkxuzTep5d30yKEkTVPxyeVVGmqud2M > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2JVptlgw5StSofm03uql45ufBIXXbXT { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #AEcwdTDoiLWO3QyfKunKK1NxFEDkEbS8 { width:14.25rem;height:11.24269375rem;top:0rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTMoZotrOeyiO8pC0EJqrUJU4lqGH6b { display:block; }#TmTMoZotrOeyiO8pC0EJqrUJU4lqGH6b > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTEth7GvD6F2qknzVllRgM2nvg5vnSi1 { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #CRnxotnA7PE12uz1sXK5z6Gf3Tw0Clkh { width:14.25rem;height:6.7456125rem;top:0rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbze0CylDmmbuq8JBQVqTZa6HoHdDFZt { display:block; }#Bbze0CylDmmbuq8JBQVqTZa6HoHdDFZt > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9HnnfF9ZiSG8e3oNiQr5gkHP3Fff2MO { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #GbuVuRMVfcRT0odqlpoTsnyDkKMF0VA5 { width:14.25rem;height:8.99414375rem;top:0rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxVIfUHeihpoGsy97zfullu39sQPQQV4 { display:block; }#yxVIfUHeihpoGsy97zfullu39sQPQQV4 > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwNUQknJPrN4PAOOzGGZsG5JJ1QCIS5N { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #F3TrOddEMyBEfcp4PS70fT1faiulM5Xq { width:14.25rem;height:7.86988125rem;top:0rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6CoybInCRoCnu7tpxfPCcb3Gt8nPqeL { display:block; }#P6CoybInCRoCnu7tpxfPCcb3Gt8nPqeL > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSVbxxUTM4uENu0WgACwhBzVyThZ6iBW { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #xVc512EtmRxMDcqQp0gyQEdKhg5tDBmg { width:14.25rem;height:6.74560625rem;top:0rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFM0F4FUFk0ldz0OVRPbWIo47seFTMcC { display:block; }#WFM0F4FUFk0ldz0OVRPbWIo47seFTMcC > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3K7lToiJyLFOrUqGGxi1T6KaZp3hynb { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #IBEVJUpxu16CqJMhsE8PRvZIBH8O08gT { width:14.25rem;height:6.74560625rem;top:0rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDiU68n7bnDedTGuKxXv4Uoa1TNDvtIN { display:block; }#kDiU68n7bnDedTGuKxXv4Uoa1TNDvtIN > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaO8HNRRAyAMvBRAcNGTQwtyTN8ZqRMx { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #TdW36PJU7ONfrSsp9sJTe8iekEN6Ivsl { width:14.25rem;height:7.86988125rem;top:0rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7iBk3QtO8awMvh7EET6IVt45gCKPaQq { display:block; }#A7iBk3QtO8awMvh7EET6IVt45gCKPaQq > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKhxtnThHcBoXmNMNlOcJ6Q1yx3EXSn0 { width:20rem;height:3.8964875rem;top:1.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNC9xyWGOLOfupKwLhFFEHdEaXo5kpCs { width:11.9375rem;height:3.1875rem;top:6.2109375rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HywR4CcLtwPMEL34TgVnhGMwvNmfNQWZ { display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:20rem;height:2.0996125rem;top:1.324462890625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:17.1875rem;height:19.7925rem;top:3.7744140625rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb28OvovH8v4g5PNk83kQ27c7t5BRS2T { width:18.0625rem;height:17.9931875rem;top:29.5859375rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFPkJOJyS7opUJGcp1xIiveNldepSce1 { width:12.5rem;height:2.436525rem;top:0.7080078125rem;left:1.937255859375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKI0nlBDsdD6R6PV7hn4VxOgTt6nDKkQ { width:16.125rem;height:2.4375rem;top:26.208984375rem;left:1.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:2.0996125rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWSUHuQDEv9DZA8q1qIRZnPoKXLIGQFS { display:block; }#wWSUHuQDEv9DZA8q1qIRZnPoKXLIGQFS > .row .container { width:20rem;height:93.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:18.75rem;height:15.1245rem;top:1.312255859375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:20rem;height:21.5918125rem;top:17.174072265625rem;left:0rem;font-size:1rem;color:#1f333b;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:18.75rem;height:15.1245rem;top:50.594482421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:20rem;height:10.795875rem;top:38.765869140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:19rem;height:25.1904375rem;top:67.373046875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:20rem;height:1.9494625rem;top:2.1240234375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:16.5rem;height:3.898925rem;top:6rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:17.0625rem;height:11.8945rem;top:32.125rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:16.5rem;height:1.9494625rem;top:30.1875rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { width:17.0625rem;height:8.496125rem;top:50.611328125rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:16.5rem;height:1.95rem;top:48.66250038147rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:1.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:26.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:44.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X54B4m4G21gbxl5XL7uvObwHJvsrQ5ky { width:3.6875rem;height:3.6875rem;top:1.75rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFMNZB98UJEmakpo9kITaDgvPl81eT7x { width:3.6875rem;height:3.6875rem;top:26.5625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJyUzRgmkRAElbRZiP58TMXhcEchm8CN { width:3.6875rem;height:3.6875rem;top:45.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wktI0mTeKusKqnHfVwoRTC8zViJeOBw6 { width:17.0625rem;height:15.293rem;top:9.83749961853rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { display:block; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSTzVtKCkgSWHcoWqTe5Mmh1yNnxOdiB { width:11rem;height:3.25rem;top:0.96875rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQJkJ6kULlMb9PyLWDLttLE7OG6qRPQW { display:block; }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:20rem;height:4.19921875rem;top:2.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:20rem;height:96.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { width:0.124511875rem;height:5.249025rem;top:0.732421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { width:17.5rem;height:auto;top:35rem;left:0rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { width:17.5rem;height:auto;top:35rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GvnTgoZbPqnqBGkaXbNHWZUFHU6ziva8 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #XxgFJDgSF2f2y0603ornNSNczuaJqX0W {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #RTPKBuAHIfnxUsGcoT25VBE8weUCRaWm {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #w5UhvxgWPxA8ZTRSo2PoiM8C8TDgrtP0 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #pH8wBTrddp7WIziSQfbToeFJvha9mpxR {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #amxhqRzVylAJ3RGFUQRsBAwKEx5lLcfT {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GQwFPUHUl8XrHKH3QI1LNGM3JlE8unOK {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #e90OlUs8nTSNqHvTVvVyMtBmWGtkuyO7 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #M8y8iAWWiyvqDlQ4wr4NpfRt68pfwqWT {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Bp6R6utm3Tv97whZIITL3suiFpRc5XTA {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #KmyOQi1w4TRdpkIvQGFatC7pgsXianiI {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #uiJTndQDFHbe3vP68hHwH6UTFweOfJSO {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gadk078kLnQxXElh8foNnwvSamr3lieA {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OMzFPGh9oxNiTZkXnqJeeI46Z3FtZnoL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nl7dX0Lv7TT4LEoc98JC4KPmUe2TFC3c {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh {  }
 }@media only screen and (max-width: 763px) { #NOovlqmHDUgscTDSq69oVyxbGUZcur5i { display:block; }
 }@media only screen and (max-width: 763px) { #rkHJFHoI3Zq6VPxCdyngWWTmEgTQXAP2 { display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ {  }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:20rem;height:15.3125rem;top:81.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:7.1875rem;height:9.8108125rem;top:77.75rem;left:12.8125rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #k4eL8D8gsXhaJBRVNyq5fi9lCgpqIzX0 { width:14.375rem;height:0;top:1.387939453125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gdOKGgdAbHMPC5ePX8x87kEG54FThIcE { width:8.25rem;height:8.25rem;top:0.75rem;left:11.8125rem;background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #RmqEyhwIlTqVT9zqzGasaVq5Z4Hc95vW { width:7.4375rem;height:0;top:2.125rem;left:12.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZx52ZNhUhBDQDN6kuzUxuLLym03Ssz4 { width:6.9375rem;height:0;top:4rem;left:12.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fugTUBwB0HwU91AWXElZ6UW2sdR2WNWd { width:20rem;height:50.06225rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVQ1wOGLXBMmT07MLRmZ9M5wfasKWxRE { width:16.43675rem;height:1.298825rem;top:9.375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygPqFy6EKIon90B6iSrRiH0zHBKDhqLQ { width:20rem;height:15.5625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONvmFKWNRQb3uyLOktwsxkUz5ONI02k9 { width:18.125rem;height:3.8964875rem;top:11.625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHdKFWciTChh8pB0FN0ZkXS6T9VX66zW { width:17.5rem;height:3.4375rem;top:17.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIND8wlw4ik9IOkGHJAixEANXpD0oTaF { display:block; }
 }@media only screen and (max-width: 763px) { #wCk75EuHRU1X4aTJ4vqVHT6Mh1QNeGLw { width:18.125rem;height:2.59765625rem;top:30.25rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDUqsaZlAJTFo2tUEWohvkk4vbImh4Xa { width:11.625rem;height:2.59765625rem;top:26.8125rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAzUGaOr5llV6JX0BqapGAwmSWLDBRRx { width:20rem;height:5.5224625rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k9xpfLz1CiAg0M0Ax5gnW9OTVq9swVTJ { display:block; }#k9xpfLz1CiAg0M0Ax5gnW9OTVq9swVTJ > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nelr6m4L5vIBMoRne3LN3Lb0aC63r0mP { width:5.9375rem;height:2.125rem;top:8.125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VchB0LzCam9cb6MbDIJCSXwsW8bAU7SG { display:block; }
 }@media only screen and (max-width: 763px) { #bFWtLslTe9FuZOIhlNyBMzofOvBUaA8i { width:19.4375rem;height:3.19921875rem;top:3.375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4sntHw1uT7T1Vwz4pOQNDaUPe74OGwU { width:19.375rem;height:0.125rem;top:7.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnlXTvlWdAXeydhG0cGDfJnKgN8rzlq8 { width:3.25rem;height:1.13769375rem;top:1.125rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQFWPoal56QOQQKX3yh2iK8cMzq3BJKG { width:1.8125rem;height:1.8125rem;top:0.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PieWGcXups8eAJaRVWv8QFdpXJK2NGbN { width:5.9375rem;height:2.125rem;top:19.1875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvvNzPN1ht5ohnayCqXMsR68xL3LhdtP { display:block; }
 }@media only screen and (max-width: 763px) { #Ht0J3pEMN8wxfs56Io1zCwf5qSARtzb1 { width:19.125rem;height:3.19921875rem;top:13.9375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiGZUiPebZJytBSmzKf4u6ugSfdHXR2U { width:19.125rem;height:0.125rem;top:17.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxkMDBbSWZuPHIlnNllvkFbcdcSZWCwt { width:3.25rem;height:1.13769375rem;top:12.462890625rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCWPGCigWfXkQU2PP199JxuQQDE3q7O8 { width:1.8125rem;height:1.8125rem;top:12.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQAFx3LTS2lII69uTO0IwPA8iAhTwHlJ { width:5.9375rem;height:2.125rem;top:33rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6nunakFxSfSc4ghxJmG0L26VLkhRe2I { display:block; }
 }@media only screen and (max-width: 763px) { #dWUaMfkqQ89V5US1XfWfPSFSpR11APAz { width:19.1875rem;height:4.7973625rem;top:26.125rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfXpfDXGlxhHulOQ0IGegoREFxr7XoM1 { width:19.125rem;height:0.125rem;top:31.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTDxcG5eAWAWExu5FDbwGTwb1PdloAcO { width:3.25rem;height:1.13769375rem;top:23.4375rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cThNQNZwAIt4QU9m0anEKzrLQxxaIAAN { width:1.8125rem;height:1.8125rem;top:23.099609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv6eofcPWXgz0VCTws8xCLdH4x6ZZTzT { display:block; }#Xv6eofcPWXgz0VCTws8xCLdH4x6ZZTzT > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1CWig1upADRhD7LPPgb8wcyT27HNRwO { width:5.9375rem;height:2.125rem;top:8.25rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sic54pKrECwKEIdtLZk8ZBWspqq8rLg1 { display:block; }
 }@media only screen and (max-width: 763px) { #nRav3xBWBSmzZDipydUo5gTfB4gi4SMp { width:18.5rem;height:4.7973625rem;top:2.4375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yElVEpRtQG63SeVZvN9HHTcNNz0vHEMF { width:19.125rem;height:0.125rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGgmLuq3abDSplcVJK3oVSN5lNWwqp9r { width:3.25rem;height:1.13769375rem;top:0.962890625rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8gdC20k0eGVKlxJ9Qy9SkghaGlZQrum { width:1.8125rem;height:1.8125rem;top:0.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGFpdfJvOxl5CmFpyk5nI7Qc61pV0HZs { width:5.9375rem;height:2.125rem;top:22.25rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTdCru2yQ9lqMdZrpO4eN4ctuWfJTE5k { display:block; }
 }@media only screen and (max-width: 763px) { #NlnvoUZDXLhuy2sXUMRtguITk39i99z9 { width:19.125rem;height:5.4016125rem;top:14.3125rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMXQvrLRKhGwJMzp4NdDQDQ1EaTUS8LR { width:19.125rem;height:0.125rem;top:20.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er37PJVaCOS2haImu43eX8crcDtzhtzF { width:3.25rem;height:1.13769375rem;top:11.9375rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFDfGwBT7ktknnVCrX0qKa8JOG7nZ57S { width:1.8125rem;height:1.8125rem;top:11.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkz8k2T0lcl0L5ZmHSTz6r69R0JUUHRO { width:5.9375rem;height:2.125rem;top:37.0625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLWOPn8ONqKTJ2VgBKKoBo6SP4DkWvg0 { display:block; }
 }@media only screen and (max-width: 763px) { #RsB74zCvxiFH5m7beO2MEinPR8ixhwEI { width:19.1875rem;height:7.202125rem;top:27.0625rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4aizbR4cXDB9PAfpsmLJ8AGQ77CiDrB { width:19.125rem;height:0.125rem;top:35.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVsNpoyIGEJSpF9yoO07wa4OsVeT0TaL { width:3.25rem;height:1.13769375rem;top:24.6875rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4PVDUdxVgO2wKfInf6VyycBi1ITAtcV { width:1.8125rem;height:1.8125rem;top:24.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRIbhMcFAcQ8a89sXntx2T1Fna69lkGN { display:block; }#HRIbhMcFAcQ8a89sXntx2T1Fna69lkGN > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpqi5KZw28WTR12T6guOhnUV5I8lQ7WG { width:5.9375rem;height:2.125rem;top:11rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyKQfKP17gkDEvEgsWUT7vskh4wakFgi { display:block; }
 }@media only screen and (max-width: 763px) { #pxbcsnRJh1BTa7Iv740QSPsTRDs7iJc7 { width:19.4375rem;height:5.4016125rem;top:3.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv4rMR58V8nmO6NUtRmfTaBpQdc8l8H6 { width:19.12475rem;height:0.124511875rem;top:9.561767578125rem;left:0.435791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH2nfJ76HZvr5axPxGT0id3yVE5ra6q4 { width:3.25rem;height:1.13769375rem;top:1.0625rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up7nNv5DDzkJsghH9dk5aSqSsxTqHntE { width:1.8125rem;height:1.8125rem;top:0.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKSiWW0sdsBmT5XSWSptpDZtHEywWZ02 { width:5.9375rem;height:2.125rem;top:39.625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0TkHFJQlp23ZKfTNEUOhmSb1TTNSITh { display:block; }
 }@media only screen and (max-width: 763px) { #VrqKJDcXnzfw6cW1eBfTlErs2Qv1ldHt { width:19.125rem;height:5.4016125rem;top:31.8125rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIyPVWFUEVN4rBwQekk9vJF4gu7hh2H1 { width:19.125rem;height:0.125rem;top:38.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcLUbUqNSAF8X6fFABddTWqo3rzRnRoT { width:3.25rem;height:1.13769375rem;top:29.375rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRHKPB6KpvXKrPoAzF1KUCFctlEmP0oN { width:1.811525rem;height:1.811525rem;top:29.036865234375rem;left:0.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1QahT3g56PoVi61mxLuFU9F02XxWrSn { width:5.90625rem;height:2.092775rem;top:22.935791015625rem;left:13.265380859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkkWLMpdTsI8OMAZPRzaAaAUOUu1SwAQ { display:block; }
 }@media only screen and (max-width: 763px) { #Cr7CAh54BTNwyzrzpNQi357HbzF1iNXL { width:19.12475rem;height:0.124511875rem;top:22.139892578125rem;left:0.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJtZBHGrMJgVOz51nowG5be09a4cGmrD { width:16.43675rem;height:3.601075rem;top:17.821044921875rem;left:0.43701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpyOu57NHuo2ffchg4oDWH1JqEnB19ha { width:1.811525rem;height:1.811525rem;top:16.08642578125rem;left:0.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4gEW1IW0qMoVa0SIJpnwpeae2bZ8JaL { width:3.2495125rem;height:1.13769375rem;top:16.42333984375rem;left:3.812255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2xhOJkmE4dDJotibvIXoEQMk5sfZF6o { width:3.374025rem;height:0.97411875rem;top:16.50390625rem;left:7.061767578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv5lIyCDp4ZAa7DJOhBMpERs6DbB0dTW { display:block; }#vv5lIyCDp4ZAa7DJOhBMpERs6DbB0dTW > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFTTyQTrORBT6Fc64c8Sv2dr31wrZhxs { width:5.9375rem;height:2.125rem;top:9.6875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWEwTG8KqgGBcTt9E8X3QLOIsiA4kWTI { display:block; }
 }@media only screen and (max-width: 763px) { #rrUxLBJD7ZxpWVykEsuzd6UhHKdXTKpX { width:19.125rem;height:3.601075rem;top:3.5625rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFNdtKi05HzC0VfeZoOziD48NvLmHMp5 { width:19.125rem;height:0.125rem;top:8.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdvpT8eoxJ3dnvSUbqynmh3WLyVUsChS { width:3.25rem;height:1.13769375rem;top:1.1875rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFm2twBR3xPIbmNgyU3TrkkndWozy49d { width:1.8125rem;height:1.8125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKxwILbH2mNcwhT4TmoswIeJ9kmZNavh { width:5.9375rem;height:2.125rem;top:22.125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfeDRXsSoKziMqZy1KR3AuIllfSgZRNg { display:block; }
 }@media only screen and (max-width: 763px) { #uCwpDmiyT9rMdiQpfRTcoi9MMhDXA3IM { width:19.1875rem;height:5.4016125rem;top:14.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6NrFEedPZ1OLeFp04Pe57FP7wUNgE7g { width:19.125rem;height:0.125rem;top:21rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9Tqp8C9B8NFycTD7R2rc9ymIQg8sBcn { width:3.25rem;height:1.13769375rem;top:12.9375rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra5GSpDXuy9170QCOqycpBvp8nwXskmN { width:1.8125rem;height:1.8125rem;top:12.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfNHGhqcrzZaHtlDz0JxpFXmZTaET3ms { width:3.375rem;height:0.97411875rem;top:13.0625rem;left:6.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAhdhGq3huIo7LyMy6PQM5V17cpsHTVT { width:3.374025rem;height:0.9746125rem;top:1.3798828125rem;left:7.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCTc2IiSGVMdo7yxrKmmyAdvr02SVR4J { display:block; }#nCTc2IiSGVMdo7yxrKmmyAdvr02SVR4J > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXWWTplwoOaT7iH0EIOT3be6Ixl02ou9 { width:18.92575rem;height:4.05175625rem;top:5.25rem;left:1.07421875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrlLkP2PpDi1UrCdEndufNOI53dxchlf { display:block; }
 }@media only screen and (max-width: 763px) { #ceviTGkUCkMucxXQR9diBZV7C9KfGzLn { width:20rem;height:3.8964875rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhcRciBKhvGwDNVf3KMtMvlbcWqiskzT { display:block; }#RhcRciBKhvGwDNVf3KMtMvlbcWqiskzT > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WV7zKxXPKPe894FTBK2NKtaT9JGSGxfn { width:20rem;height:5.19775625rem;top:6.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTVKT2SGTiXVaO05U69MoETadpZqtsas { background-color:rgba(127,196,100,0.2);background-image:none;display:block; }#ZTVKT2SGTiXVaO05U69MoETadpZqtsas > .row .container { background-color: transparent; background-image: none; }#ZTVKT2SGTiXVaO05U69MoETadpZqtsas::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTVKT2SGTiXVaO05U69MoETadpZqtsas > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTVKT2SGTiXVaO05U69MoETadpZqtsas > .row .container > .video-iframe-container { display: none; }#ZTVKT2SGTiXVaO05U69MoETadpZqtsas > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTVKT2SGTiXVaO05U69MoETadpZqtsas > .row > .video-iframe-container { display: none; }#ZTVKT2SGTiXVaO05U69MoETadpZqtsas > .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); }#ZTVKT2SGTiXVaO05U69MoETadpZqtsas > .row .container { width:20rem;height:11.718017578125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XummaZnUCtQWsV6FaS1prR8lvwR1sTSB { width:20rem;height:3.898925rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J14QEO0ZoHtLBwUGaywCUADkoyzgsPrS { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB7GzzRWmvQehAHAvT27oIWiITRe8zAz { width:20rem;height:10.795875rem;top:0.96875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz7GflASFzHSflF1sTpSTyiB6DtMQWUG { display:block; }#xz7GflASFzHSflF1sTpSTyiB6DtMQWUG > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXNiIJlDqoCNghxkeLnSc5IZKsoTTtrX { width:20rem;height:1.9494625rem;top:1.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4Uoum9spLRoE364A4pILi1Gl3EEqifa { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs3meGfkDybkdHC5uCFDEGgGS0fToT0q { width:19.6875rem;height:8.9965625rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH { background-color:rgba(127,196,100,0.2);background-image:none;display:block; }#KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH > .row .container { background-color: transparent; background-image: none; }#KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH > .row .container > .video-iframe-container { display: none; }#KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH > .row > .video-iframe-container { display: none; }#KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH > .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); }#KAAJprCZIq9oLvuKX7dEmFCWLpn0uUzH > .row .container { width:20rem;height:8.24951171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEinnE6WsDz6wmsJCrxAAto6hClaLv16 { width:20rem;height:3.898925rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #al4vvyxdzDIHdNi9uJGAxgQ3yEnSaEMw { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g37ZLKAsa9l3ZfDHhXfMTaRm0uLqESmE { width:19.6875rem;height:7.19725rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIe3i59CTHV01eqr6MJKWITeAblGm5db { display:block; }#FIe3i59CTHV01eqr6MJKWITeAblGm5db > .row .container { width:20rem;height:9.937255859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V50L1B9WROBGgquk3dgGTqTQswJTbU6Z { width:20rem;height:3.898925rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eikUT8USgnTll9b452hhSzyzWkl1eKRv { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VStJkBiWOOneWRGQFTb9oBtLEyOGnWiv { width:19.6875rem;height:8.9965625rem;top:1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHJffW1KUGchNverxQTBqSIiGyfBUwxa { background-color:rgba(127,196,100,0.2);background-image:none;display:block; }#uHJffW1KUGchNverxQTBqSIiGyfBUwxa > .row .container { background-color: transparent; background-image: none; }#uHJffW1KUGchNverxQTBqSIiGyfBUwxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHJffW1KUGchNverxQTBqSIiGyfBUwxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHJffW1KUGchNverxQTBqSIiGyfBUwxa > .row .container > .video-iframe-container { display: none; }#uHJffW1KUGchNverxQTBqSIiGyfBUwxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHJffW1KUGchNverxQTBqSIiGyfBUwxa > .row > .video-iframe-container { display: none; }#uHJffW1KUGchNverxQTBqSIiGyfBUwxa > .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); }#uHJffW1KUGchNverxQTBqSIiGyfBUwxa > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEt2zi1I8SGftViJ7MvtccopJdOoOhBe { width:20rem;height:3.898925rem;top:1.3312530517578rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgTJ24HfOsUudtVIRKqgeEUdZ15UAXnM { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezpVVpr5p6DdpH0o8CtZIqaEv9SritgG { width:19.6875rem;height:5.39795rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1KZ1VQ0PqrV1KA5RLXbTcNHvQF9nfaq { display:block; }#p1KZ1VQ0PqrV1KA5RLXbTcNHvQF9nfaq > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhsegu8pon3eFJnAs6OZt4nBsQTstNPf { width:20rem;height:3.898925rem;top:1.3312530517578rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMvtKQhpqtgQRAOZpSy0c0XIH37MZZT5 { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3zycgamRy3188BG4ykLqecCknKhTUVT { width:19.6875rem;height:8.999rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2fsZztMweTZlHNB6oPLgH3oHmWpey2T { display:block; }#e2fsZztMweTZlHNB6oPLgH3oHmWpey2T > .row .container { width:20rem;height:7.1435546875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8RukufghDBi6heuFCfedw71b5pTzngb { width:20rem;height:5.84765625rem;top:1.3312530517578rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #heudVW9PQzHXLSP9TETg43n0DKrP4ckF { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSUNQwNwWvywU865VeGnJmyINgBTLh0X { width:19.6875rem;height:0;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRQcSLlUlErU4yLadPIc84bNvkolwynR { width:18.125rem;height:1.3rem;top:1.0625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { width:18.125rem;height:14.3945125rem;top:3.6875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { width:16.75rem;height:3.5986375rem;top:22.0625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { width:18.125rem;height:1.3rem;top:19.687498092651rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { width:18.125rem;height:1.79980625rem;top:33.1376953125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { width:18.125rem;height:1.3rem;top:27.5rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zAdkMQbFyH9rferaPnx28nfZLZtJ3RRd { width:18.6875rem;height:1.79980625rem;top:30.4873046875rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }