.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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;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:43.875rem;width:60rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:11.0625rem;left:0rem;height:;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.8125rem;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:29.0625rem;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:34.6875rem;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:40.6875rem;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:46.75rem;display:block; }
#T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ygd1reNioFON6pbNn5FhqbJQxOlDf4C0 { 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.3125rem;height:2.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.75rem;left:50.25rem;display:block; }
#wKvm4vnHL4liAUNtlzrzI9PNzotQQG9Q { 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:36.375rem;left:0.5rem;display:block; }
#J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:rgba(255,255,255,0.8);display:block;width:22.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:21.3125rem;left:0rem;height:;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:#ffffff;display:block;width:19.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:26.375rem;left:1.375rem;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; }
#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:26rem;left:0rem;display:block; }
#CZrEha341fwbWA8oAlCdTi63T5zBpz5C { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:7.75rem;top:19.59375rem;left:24.625rem;overflow:hidden;display:block; }
#Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { color:#1f333b;display:block;width:7.8125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:20.34375rem;left:24.625rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;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.9375rem;width:8.6875rem;top:1.75rem;left:17rem;overflow:hidden;display:block; }
#ffSy5NTZqykKhJP8xKCqIg3WmVnt8icw { color:#ecf3f1;display:block;width:30.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:42.0625rem;left:0.5rem;height:2.99805rem;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; }
#GWWffqV9pT2rJzALTRgkCRupvFg68Jfh { position:absolute;display:block;z-index:15053;background-color:#1e2e3c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #7fc464;border-left:0.1875rem solid #7fc464;border-right:0.1875rem solid #7fc464;border-bottom:0.1875rem solid #7fc464;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:9.875rem;width:9.875rem;top:6.5625rem;left:46.75rem;display:block; }
#ayfirmKLuGN2wzsoLSWChSzihoHKX2JN { color:#7fc464;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:10.5rem;left:48.5625rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sOJqCmPLqqpMCO8pbvbu5Jm5JgONlKPN { color:#7fc464;display:block;width:5.25rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15055;line-height:.9;letter-spacing:0;top:9.1015625rem;left:49.375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gXpGSwZDTC4owo21TCiBAhog9gCTv99z { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15088;line-height:1.5;letter-spacing:0;top:32.25rem;left:15.3125rem;height:3.93676875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BWmoP9hWweyiOwszbgGCV6tdnyJXpUdp { box-sizing:content-box;height:6.5625rem;width:15.75rem;position:absolute;display:block;z-index:15087;background-color:rgba(0,0,0,0);background-image:none;top:30.9375rem;left:14.3125rem;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; }
#W73CoVt2lJ63rr2dzfx3khi7oP940wdO { position:absolute;display:block;z-index:15089;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.4375rem;width:18.875rem;top:12.4365234375rem;left:31.5625rem;overflow:hidden;display:block; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { 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; }#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:15.9375rem;width:60rem;position:relative;display:block; }#FlgUbFCbI0iHHPimnequkehekMs7QE7Z { color:rgba(31,51,59,0.8);display:block;width:58.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:4rem;left:1.3125rem;height:;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; }
#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { 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.4;letter-spacing:0;top:0.91250038146975rem;left:8.78125rem;height:3.15rem;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; }
#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { 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; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { background-color: transparent; background-image: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .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); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { border-width: 0; border-radius: 0; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:60rem;position:relative;display:block; }#HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { position:absolute;display:block;z-index:15000;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:0.875rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#hxK4ulus8NxsL0GJSPire2TL81pvWwFM { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.5625rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { color:#1f333b;display:block;width:16.6875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:5.7375030517578rem;left:1.75rem;height:15.183125rem;text-align:left;text-align-last:left;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:15.125rem;width:18.75rem;top:21.0625rem;left:0rem;overflow:hidden;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:15.125rem;width:18.75rem;top:0rem;left:20.625rem;overflow:hidden;display:block; }
#ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { color:#1f333b;display:block;width:18.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:20.25rem;left:21.8125rem;height:25.3051875rem;text-align:left;text-align-last:left;display:block; }
#a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.625rem;left:22.1875rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { position:absolute;display:block;z-index:15004;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:0.875rem;width:18.75rem;top:15.125rem;left:20.625rem;display:block; }
#gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { 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:15.125rem;width:18.75rem;top:22.78125rem;left:41.25rem;overflow:hidden;display:block; }
#bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { color:#1f333b;display:block;width:16.6875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:5.1500015258789rem;left:42.1875rem;height:16.870125rem;text-align:left;text-align-last:left;display:block; }
#DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:42.8125rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { position:absolute;display:block;z-index:15004;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:0.875rem;width:18.75rem;top:0rem;left:41.25rem;display:block; }
#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { 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; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { background-color: transparent; background-image: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .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); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { border-width: 0; border-radius: 0; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { 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:3.09375rem;left:24rem;display:block; }
#H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:12.25rem;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:4.8624992370606rem;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; }
#hCTSJJyKZR8K9psrZ9ULTNl3sck5x0Tg { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:8.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#KuIEzsxriiGpvuZZ5U6ftKLlWcZ9TKb1 { color:rgba(31,51,59,0.8);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:7.72500038147rem;left:8.125rem;height:1.80013125rem;text-align:center;text-align-last:center;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:25.5rem;width:60rem;position:relative;display:block; }#X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { color:#1f333b;display:block;width:19rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:0.3125rem;height:1.86889375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { color:#1f333b;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:8.4375rem;left:0.6875rem;height:13.59375rem;text-align:left;text-align-last:left;display:block; }
#rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { color:#1f333b;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:8.0625rem;left:20.9375rem;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:5rem;left:20.5rem;height:1.86889375rem;text-align:left;text-align-last:left;display:block; }
#eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { color:#1f333b;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:8.1875rem;left:40.625rem;height:8.496125rem;text-align:left;text-align-last:left;display:block; }
#ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { color:#1f333b;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5rem;left:40.5625rem;height:1.86889375rem;text-align:left;text-align-last:left;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.1875rem;width:1.875rem;top:0rem;left:0rem;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:0rem;left:21.5rem;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:0rem;left:41.5rem;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.6875rem;width:3.6875rem;top:0.25rem;left:0.3125rem;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:0.25rem;left:21.875rem;overflow:hidden;display:block; }
#kHDRcbIv1zbRloqi2OsXbNtZHfy3Z76x { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:0.3125rem;left:41.8125rem;overflow:hidden;display:block; }
#VQ7ixnLRpDQnACBcsqwKusbhAEBCsZ7L { 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; }#VQ7ixnLRpDQnACBcsqwKusbhAEBCsZ7L > .row .container { background-color: transparent; background-image: none; }#VQ7ixnLRpDQnACBcsqwKusbhAEBCsZ7L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ7ixnLRpDQnACBcsqwKusbhAEBCsZ7L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ7ixnLRpDQnACBcsqwKusbhAEBCsZ7L > .row .container > .video-iframe-container { display: none; }#VQ7ixnLRpDQnACBcsqwKusbhAEBCsZ7L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ7ixnLRpDQnACBcsqwKusbhAEBCsZ7L > .row > .video-iframe-container { display: none; }#VQ7ixnLRpDQnACBcsqwKusbhAEBCsZ7L > .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); }#VQ7ixnLRpDQnACBcsqwKusbhAEBCsZ7L > .row .container { border-width: 0; border-radius: 0; }#VQ7ixnLRpDQnACBcsqwKusbhAEBCsZ7L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQ7ixnLRpDQnACBcsqwKusbhAEBCsZ7L > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#wdlnKBmGWR5ARFUXbZIChTGuGtJXlVPr { color:#1f333b;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:0.53750038146973rem;left:0rem;height:6.2995rem;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; }
#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; }
#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:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2.2375030517578rem;left:8.125rem;height:;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; }
#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ { position:relative;display:block; }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ { background-color: transparent; background-image: none; }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ > .row .container > .video-iframe-container { display: none; }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ > .row > .video-iframe-container { display: none; }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ > .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); }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ { border-width: 0; border-radius: 0; }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ > .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; }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ > .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:21.5rem;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; }#v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { color:#1f333b;display:block;width:55.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:7.03515625rem;left:2.5rem;height:10.795875rem;text-align:left;text-align-last:left;display:block; }
#w1uMfwKOoSAJkJ4aW2G354JSFz00DBOg { color:#7fc464;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.95703125rem;left:2.5rem;height:2.4375rem;font-style:normal;display:block; }
#inDuFK2UmREptld9hDT9d3474NEz06Qa { position:relative;display:block; }#inDuFK2UmREptld9hDT9d3474NEz06Qa { background-color: transparent; background-image: none; }#inDuFK2UmREptld9hDT9d3474NEz06Qa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inDuFK2UmREptld9hDT9d3474NEz06Qa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inDuFK2UmREptld9hDT9d3474NEz06Qa > .row .container > .video-iframe-container { display: none; }#inDuFK2UmREptld9hDT9d3474NEz06Qa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inDuFK2UmREptld9hDT9d3474NEz06Qa > .row > .video-iframe-container { display: none; }#inDuFK2UmREptld9hDT9d3474NEz06Qa > .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); }#inDuFK2UmREptld9hDT9d3474NEz06Qa { border-width: 0; border-radius: 0; }#inDuFK2UmREptld9hDT9d3474NEz06Qa > .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; }#inDuFK2UmREptld9hDT9d3474NEz06Qa > .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:42.4375rem;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; }#BCV8VtRInAHlBIfi5OU0SupNPhNmJGxs { color:#585858;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.0625rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTDBtRoti8q2Bkc4r0SSdXPuqCTQC9UE { color:#585858;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.125rem;left:30rem;height:9.7485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HPECn6eU9MPFpn4TATxnVxIoRexwBmUO { color:#585858;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.1875rem;left:14.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ldfh88M6tuQrTsvc36nvPbskr2blcNaS { color:#585858;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.0625rem;left:45rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GVMkOXaeT1lV1yiO6vwu7Iy5PSML4dIc { color:#585858;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:33.5rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7GGUCglf8Ti0VNP5ywdg5FdtOS5MOSg { color:#585858;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:33.5rem;left:15.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XgLxopgUFB9OQ5qcULWgi28q8fucNAr7 { color:#585858;display:block;width:12.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:33.5rem;left:31.09375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UpQVTr8kyJVHzXn839E0HfpTxX2rMWAG { color:#585858;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:33.5rem;left:45rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q1HKPbABNR1ZXV8ilT1eUTgukr0nhzJ9 { color:#585858;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DL0TPgAuK5cmeJBv69L313EnHeknROs9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:5.28125rem;left:49rem;overflow:hidden;display:block; }
#Gg6d3Xd1qvBkoViEqC85uEocCwfpHVnX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:25.03125rem;left:34.375rem;overflow:hidden;display:block; }
#bMqHha0Hb7E3uge8HmoT94USnazNs0iU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:5.84375rem;left:4.375rem;overflow:hidden;display:block; }
#blehLhGXCmbHwCTuXPk7eRO3FMlgICqT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:25.03125rem;left:49.375rem;overflow:hidden;display:block; }
#SB5vy91Lcefw4cD9I3fwI4PRXnXy98Tv { 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:6.25rem;width:6.25rem;top:5.6875rem;left:19.375rem;overflow:hidden;display:block; }
#txm1wvp6QKEoVJxomvh4QMLEIwIME8uU { position:absolute;display:block;z-index:15010;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:6.25rem;width:6.25rem;top:5.6875rem;left:34.375rem;overflow:hidden;display:block; }
#sB44qK7uwntyCbBy40afgi9Zc79ECbKB { position:absolute;display:block;z-index:15010;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:6.25rem;width:6.25rem;top:25.625rem;left:4.375rem;overflow:hidden;display:block; }
#W4FvCV3nJAq2nmoJuuWF8cUW2TclrkLw { position:absolute;display:block;z-index:15011;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:6.25rem;width:6.25rem;top:25.625rem;left:20.0625rem;overflow:hidden;display:block; }
#RhwXX418hQEq0bBnyHQ8wXFm9v7e8XCn { position:relative;display:block; }#RhwXX418hQEq0bBnyHQ8wXFm9v7e8XCn { background-color: transparent; background-image: none; }#RhwXX418hQEq0bBnyHQ8wXFm9v7e8XCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhwXX418hQEq0bBnyHQ8wXFm9v7e8XCn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhwXX418hQEq0bBnyHQ8wXFm9v7e8XCn > .row .container > .video-iframe-container { display: none; }#RhwXX418hQEq0bBnyHQ8wXFm9v7e8XCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhwXX418hQEq0bBnyHQ8wXFm9v7e8XCn > .row > .video-iframe-container { display: none; }#RhwXX418hQEq0bBnyHQ8wXFm9v7e8XCn > .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); }#RhwXX418hQEq0bBnyHQ8wXFm9v7e8XCn { border-width: 0; border-radius: 0; }#RhwXX418hQEq0bBnyHQ8wXFm9v7e8XCn > .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; }#RhwXX418hQEq0bBnyHQ8wXFm9v7e8XCn > .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:23.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; }#FFlt4heHLoOrWegQDBVoZwzUHwaUmbvT { color:#585858;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ngJvkB5ZMa0v1PWdZ9wR1ZfwH0gkzxhN { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6749992370606rem;left:0rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PvDfeAHq70sWNf4xsoXSK0qCK3vRUSfV { box-sizing:content-box;height:2.4375rem;width:59.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(127,196,100,0.15);background-image:none;top:4.1875rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#ihoCWzpKxIBmv8wguaE4UKKiguM6wzlZ { box-sizing:content-box;height:2.4375rem;width:59.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(127,196,100,0.3);background-image:none;top:6.875rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#PGrU0Pv3Cw12G7CpTfFxwPfME9UTHlmD { box-sizing:content-box;height:2.4375rem;width:59.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(127,196,100,0.15);background-image:none;top:9.5625rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#D3N536I1SCRxNIlWu3gQHw9xpvHsKMu8 { box-sizing:content-box;height:2.4375rem;width:59.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(127,196,100,0.3);background-image:none;top:12.25rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#RApQOQr8hrhDJmbJublmmAO4oresEaAf { box-sizing:content-box;height:2.4375rem;width:59.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(127,196,100,0.15);background-image:none;top:14.9375rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#bXXOV1IWubaSvgRMz3x15p0zAxnCf4RX { box-sizing:content-box;height:2.4375rem;width:59.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(127,196,100,0.3);background-image:none;top:17.625rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#r1bqxC7RkyPrHpnnkUXEVkR0PkPy1rxz { box-sizing:content-box;height:2.4375rem;width:59.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(127,196,100,0.15);background-image:none;top:20.3125rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#sBPZChftNSB6QxARM9cJpGS3fnLOdps1 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.487500190735rem;left:0rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QMttxK22XVMuiIxssgixurwCFNgZDhEJ { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.175000190735rem;left:0rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rtlKC0mfchS5vOTNqRg30utccrQiLTQn { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.862500190735rem;left:0rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hbGnVzZIOnKirOBfwC4S9TCG6kTBGuUw { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.550000190735rem;left:0rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S86AKnogqCx2cEA5TNaDxJ3qEADSIT7k { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.237499237061rem;left:0rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yQhT3eJNe5V3FXWo1i6iZprEEaX50mND { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.924999237061rem;left:0rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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:9.875rem;width:60rem;position:relative;display:block; }#pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { color:#1f333b;display:block;width:59.625rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:4.9749984741211rem;left:0rem;height:3.15rem;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; }
#yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:8.125rem;height:1.3rem;text-align:center;text-align-last:center;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:65rem;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:26.625rem;left:0rem;display:block; }
#olFdarptGnXm0BXP6aFgINKq2tPFd5U5 { color:#1f333b;display:block;width:21.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:28.6875rem;left:2.25rem;height:5.625rem;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; }
#f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:7.75rem;top:37.0625rem;left:0rem;overflow:hidden;display:block; }
#ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { color:#1f333b;display:block;width:7.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:37.625rem;left:0rem;height:3.18725625rem;text-align:center;text-align-last:center;font-style:normal;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:17.1240234375rem;left:30.8740234375rem; }
#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:17.1240234375rem;left:30.8740234375rem; }
#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 #g6DTlxCfnor7keFL8PKodu46l9HNoXUp { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Qb7PetsrQC4ozyDPWZLquZF9mvsyUtVm { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #FNLQVTIuDDdmdvM5Qp8iLScDdIlD7WNJ { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #HNycTLWNIKT7yTh1zuyy4qGvxzJMMnmn { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #R8IOauLRn8EaiCM9HLxKKRS5ToCvulOB { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #NCRxnhXCqiNMef1vSTyEv5N9zqVi8mH0 { 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 #oGQhPuNfWwmfM2rdF7zyt9qhEOJA3ID8 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nmS7paIzcqvLgOi8NaRS7MSLqHSUP2PS { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #KBMdgZ277BRzmTaevKUG6cfrCkT8iSbo { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #enyiA2TJNJkbyIyV9tWw9mIUhc15D6gw { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #d58q5OcSfOoTvvITLWZhDz27UhqJlr0O { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #cVEI3qUWGJc827dnFalvg5A77knh8miI { 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:18.75rem;width:24.4375rem;top:35.375rem;left:1.9375rem;overflow:hidden;display:block; }
#ClUGZ1icstIG68iVTHSsfbKqqAqL1KpU { position:absolute;display:block;z-index:15030;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:0.6875rem;left:51.0625rem;display:block; }
#bwZiPoDpn8E9moBtvx1GdHP2vTBxC9Qu { color:#1f333b;display:block;width:7.4375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15035;line-height:.9;letter-spacing:0;top:1.4375rem;left:51.375rem;height:1.46118125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MOUMuKpTTGvCWdRmt3GMgvuHu1QTXukI { color:#46242b;display:block;width:6.9375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;top:3.4375rem;left:51.875rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zl21H0BwOfBp0mEDrftHKCk9DDQ4TKCC { box-sizing:content-box;height:53.18725rem;width:23.125rem;position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;top:10.5rem;left:30.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; }
#ZCaERFNzymIbMxH4gEB692rU8d8fck00 { 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:12.75rem;left:5.125rem;height:1.298825rem;font-style:normal;display:block; }
#QCdPS5bsxFqGKvmtUWnJTlm6JeoqHc8K { box-sizing:content-box;height:16.499rem;width:23.81225rem;position:absolute;display:block;z-index:14989;background-color:#ffffff;background-image:none;top:10.5rem;left:2.25rem;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; }
#nhR2n47EQPEJXPfi2FzDHnsfDb63CXe7 { 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:14.75rem;left:5.25rem;height:3.6547875rem;font-style:normal;display:block; }
#I8XXlLtqqC5IXHuouFuC8sL4LKIJOUV2 { 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:20.9375rem;left:4.75rem;display:block; }
#JEBVg5Ba7SuwqaIfQeJPQDTOqFFsl8HP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Otx9IxLyS4Fv5Lft26dfiVHxsTXRC64b { 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:12.625rem;left:31.875rem;height:1.298825rem;font-style:normal;display:block; }
#KwrGCHxxwV5K8G78OW95C85SINNzzHPr { 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:14.625rem;left:31.875rem;height:2.59765625rem;font-style:normal;display:block; }
#IGwVE2C4MryQ17bAnnMwnJpOLuy86ON1 { color:#1f333b;display:block;width:49.3090625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:4.00390625rem;left:2.249755859375rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cmRhrVTX75uZH7ymDa6FmRRsqg2SsTDX { position:relative;display:block; }#cmRhrVTX75uZH7ymDa6FmRRsqg2SsTDX { background-color: transparent; background-image: none; }#cmRhrVTX75uZH7ymDa6FmRRsqg2SsTDX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmRhrVTX75uZH7ymDa6FmRRsqg2SsTDX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmRhrVTX75uZH7ymDa6FmRRsqg2SsTDX > .row .container > .video-iframe-container { display: none; }#cmRhrVTX75uZH7ymDa6FmRRsqg2SsTDX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmRhrVTX75uZH7ymDa6FmRRsqg2SsTDX > .row > .video-iframe-container { display: none; }#cmRhrVTX75uZH7ymDa6FmRRsqg2SsTDX > .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); }#cmRhrVTX75uZH7ymDa6FmRRsqg2SsTDX { border-width: 0; border-radius: 0; }#cmRhrVTX75uZH7ymDa6FmRRsqg2SsTDX > .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; }#cmRhrVTX75uZH7ymDa6FmRRsqg2SsTDX > .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:47rem;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; }#MeUw3Ow4TJiKlVxqgdOd4iQ63HOi2rbT { 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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:9.0625rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:5.875rem;left:2.25rem;display:block; }
#LTbPixi2T0XbSpHTR8vZX42HxSrQqBZm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GGFThA8QnrSynU4GTi4ZiJ7EtIiyh8dg { 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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:9.0625rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:5.875rem;left:16.375rem;display:block; }
#GFsKOpHyPDUvTMqZGcUkVe7rT2CRtiqs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RRwMz1uDTZL8Fqw56iE5JWU9ZSn7wwWn { color:#7fc464;display:block;width:21.624rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:1.6875rem;left:19.875rem;height:2.65625rem;display:block; }
#vtdiaShKS55l6uQHAwFycJaBuViJT05V { 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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:9.0625rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:5.875rem;left:45.25rem;display:block; }
#vuh2s3zcXcm11KAEVd36cInZhduILPDi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HvRhg8iyctcG1fFVJcClqUOfqqWBhXRc { 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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:9.0625rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:17.125rem;left:2.25rem;display:block; }
#wewhN5UrOmexkMHQq3IVZDRo43ITggfn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kVFmL6awteJruq279nSKtdhJdJz4ULG0 { 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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:9.0625rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:17.125rem;left:16.375rem;display:block; }
#ufzv6MzKftQDgdBM2tXopvLi4QIJfWip { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ch9oq4fp2esROvMwgVSC93s36lRPpyAp { 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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:9.0625rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:5.875rem;left:30.6875rem;display:block; }
#dmVCHrr3hiGzv7ngfpUdozRkfmdDfI6K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TD1AH6cHzJrPRsF6sIdr2ZUkXudd9Cxd { 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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:9.0625rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:17.125rem;left:45.25rem;display:block; }
#amipqBlgrl6F2CUEUvQbCVt3DagKuNA3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pNM8UCURLZy00m4dvMoV6xrqkSnSUoX1 { 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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:9.0625rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:28.3125rem;left:2.25rem;display:block; }
#dVTkX3s7a5Ad6BVClB2N6MEubv07keFm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZKqfaaBoI7nuWPFbQ0TSP1q4Lf931kfN { 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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:9.0625rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:28.3125rem;left:16.375rem;display:block; }
#JOpiD944LhO42yWrogR8XHLVG5215SWf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDINW1ECCoENR4GSSzOBiIH57ot4WAL6 { 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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:9.0625rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:17.0625rem;left:30.6875rem;display:block; }
#OcEn8xP1qWl8L6aSt9b7EbexHn1mfMpS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JvgiEPXyVTCBHSm2VdDC7CK8D8rk4Ow4 { 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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.25rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:8.9375rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:28.3125rem;left:45rem;display:block; }
#dkxAgGRyaz2ALCPTLbW4JX9V0x5yZSLh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dfw4bnDhM7nvA4aTCDZUIbsZsAba9BaZ { 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:28.311767578125rem;left:17.374267578125rem;height:0.9746125rem;font-style:normal;display:block; }
#rG69bB9p6uw9Txwp2uicsUilXpIxmZdG { 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:17.1240234375rem;left:31.5625rem;height:0.9746125rem;font-style:normal;display:block; }
#Jyf15g3NiT8y8xWeyh24WUMFy8MTvJ0r { 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:21.74870875rem;height:4.93619625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:39.563803434372rem;left:19.10417175293rem;display:block; }
#NQke63u3sooFwL6UQy1u7Kp8J6w01TTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J7cCP6uX5sk8zB1fp4g9EQB5Xbl4OHKT { 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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.25rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:9.0625rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:28.3125rem;left:30.5rem;display:block; }
#H32uUOPa5adeiTJdbudVrO9FXDDIdmdw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JDzMOUB5GwGAM0n5uueKTWqpCgHS0PQz { 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:28.3125rem;left:31.5625rem;height:0.9746125rem;font-style:normal;display:block; }
#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { 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; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { background-color: transparent; background-image: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container > .video-iframe-container { display: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container { display: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .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); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { border-width: 0; border-radius: 0; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:60rem;position:relative;display:block; }#d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { 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:6rem;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; }
#lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:8.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 { 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; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { background-color: transparent; background-image: none; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container > .video-iframe-container { display: none; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row > .video-iframe-container { display: none; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .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); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { border-width: 0; border-radius: 0; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#KAIscqn3AAbhqc1C6wbJHBtpuLOF8gJ8 { 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; }
#ITGWQ0cNOPFV5E4BaHhGagkb9XQOIVTl { 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; }
#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt { 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; }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row .container { background-color: transparent; background-image: none; }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row .container > .video-iframe-container { display: none; }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row > .video-iframe-container { display: none; }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .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); }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row .container { border-width: 0; border-radius: 0; }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#gzX5bC9pQFZmKMTq44SnTDybcU33phtq { 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; }
#PFxdQRhXs7RsO9RO2vOf5mi0DwPPJKga { 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; }
#BGd9v7LUtZkLsh2LCDUW3PSMduIB9Pa9 { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:0.57500076293945rem;left:5rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek { 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; }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row .container { background-color: transparent; background-image: none; }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row .container > .video-iframe-container { display: none; }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row > .video-iframe-container { display: none; }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .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); }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row .container { border-width: 0; border-radius: 0; }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#Gcs8Bp4Ezw1sHR4KUCU4aq43Oydk1vQE { 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; }
#RPK4RuODSSr6oH3Udo5V1FpvCFEcBc63 { 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; }
#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 { 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; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { background-color: transparent; background-image: none; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container > .video-iframe-container { display: none; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row > .video-iframe-container { display: none; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .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); }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { border-width: 0; border-radius: 0; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#BkaqFl4RZq87g6r9Q4V45gRb6woP8xpf { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.625rem;left:5rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E { 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; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { background-color: transparent; background-image: none; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container > .video-iframe-container { display: none; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row > .video-iframe-container { display: none; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .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); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { border-width: 0; border-radius: 0; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#GyTRIbzzZ3t3RN7aLf6qmW8KWhb4sO75 { 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; }
#lffezyGDaKTMW3HZohZAFeO08UTMRH1u { 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; }
#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW { 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; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { background-color: transparent; background-image: none; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container > .video-iframe-container { display: none; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row > .video-iframe-container { display: none; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .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); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { border-width: 0; border-radius: 0; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#hJPxGUhf6uIrlPGyP2wQ8WOkEAzTukWJ { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.625rem;left:5rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe { 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; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { background-color: transparent; background-image: none; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container > .video-iframe-container { display: none; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row > .video-iframe-container { display: none; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .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); }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { border-width: 0; border-radius: 0; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#dCgibmR607AusgKNJb3BvTlyaT6e4VkC { 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; }
#gThE2JT7JXoOFzuQ7Q5ae3AsGzsvTxEM { 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; }
#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k { 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; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { background-color: transparent; background-image: none; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container > .video-iframe-container { display: none; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row > .video-iframe-container { display: none; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .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); }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { border-width: 0; border-radius: 0; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#UhenRR9oOzg8nZKxLaMe9kf2gThCEgLu { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.625rem;left:5rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB { 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; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { background-color: transparent; background-image: none; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container > .video-iframe-container { display: none; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row > .video-iframe-container { display: none; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .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); }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { border-width: 0; border-radius: 0; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#k2KvdtNAASp27mNgInlKnFX3X4uVn2rG { 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; }
#pAZzRgSq8kHgTCmdTulo7sONtIF5w45D { 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; }
#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc { 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; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { background-color: transparent; background-image: none; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container > .video-iframe-container { display: none; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row > .video-iframe-container { display: none; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .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); }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { border-width: 0; border-radius: 0; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#dAzeVUaet2UH22BunvFi78J6pDITLm49 { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.625rem;left:5rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#CCAItlzIkGmpRqf66UPenWy64BR2OQtO { 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; }#CCAItlzIkGmpRqf66UPenWy64BR2OQtO > .row .container { background-color: transparent; background-image: none; }#CCAItlzIkGmpRqf66UPenWy64BR2OQtO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCAItlzIkGmpRqf66UPenWy64BR2OQtO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCAItlzIkGmpRqf66UPenWy64BR2OQtO > .row .container > .video-iframe-container { display: none; }#CCAItlzIkGmpRqf66UPenWy64BR2OQtO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCAItlzIkGmpRqf66UPenWy64BR2OQtO > .row > .video-iframe-container { display: none; }#CCAItlzIkGmpRqf66UPenWy64BR2OQtO > .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); }#CCAItlzIkGmpRqf66UPenWy64BR2OQtO > .row .container { border-width: 0; border-radius: 0; }#CCAItlzIkGmpRqf66UPenWy64BR2OQtO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CCAItlzIkGmpRqf66UPenWy64BR2OQtO > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#hCNNEIxhCGOyv3gkx3JDSMnC9SrL7czX { 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; }
#JrLNkmKm5iTuyMm2qmasWTnzdIBPAZAB { 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; }
#vTXGd40SRd7xDP46pddyTAxzkM1lkhbC { 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; }
#tdMXO9vEmZaLtEMSqBhmud5Xe4b9lw2V { 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; }#tdMXO9vEmZaLtEMSqBhmud5Xe4b9lw2V > .row .container { background-color: transparent; background-image: none; }#tdMXO9vEmZaLtEMSqBhmud5Xe4b9lw2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdMXO9vEmZaLtEMSqBhmud5Xe4b9lw2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdMXO9vEmZaLtEMSqBhmud5Xe4b9lw2V > .row .container > .video-iframe-container { display: none; }#tdMXO9vEmZaLtEMSqBhmud5Xe4b9lw2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdMXO9vEmZaLtEMSqBhmud5Xe4b9lw2V > .row > .video-iframe-container { display: none; }#tdMXO9vEmZaLtEMSqBhmud5Xe4b9lw2V > .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); }#tdMXO9vEmZaLtEMSqBhmud5Xe4b9lw2V > .row .container { border-width: 0; border-radius: 0; }#tdMXO9vEmZaLtEMSqBhmud5Xe4b9lw2V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tdMXO9vEmZaLtEMSqBhmud5Xe4b9lw2V > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:60rem;position:relative;display:block; }#uMdOQ675hZlrRsRZM5t1sFlfUJw0EXyC { 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; }
#pEexiUksWI4AQRds10gITGTVLByg1rkq { 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; }
#weza6Nu5UHk4XBz8gHrAcTayvyXqI2TC { 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:21.875rem;width:60rem;position:relative;display:block; }#yRQcSLlUlErU4yLadPIc84bNvkolwynR { color:#000000;display:block;width:5.375rem;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.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:6.5rem;left:0rem;height:14.394525rem;text-align:left;text-align-last:left;display:block; }
#oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { color:#1f333b;display:block;width:8.5625rem;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:19.5rem;height:3.5986375rem;text-align:right;text-align-last:right;display:block; }
#uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { color:#000000;display:block;width:14.375rem;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:19.8125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { color:#000000;display:block;width:9.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:6.5rem;left:48.875rem;height:1.80013125rem;text-align:right;text-align-last:right;display:block; }
#VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { color:#000000;display:block;width:11.25rem;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:47.3125rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#qwQQchAuGfXEPG9iLVsXUksZ2WMBxIvC { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.361328125rem;left:43.375rem;height:1.2999125rem;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:31.5625rem;height:;top:11.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:14.3125rem;height:4.8125rem;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:22.9375rem;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:28.5625rem;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:34.5625rem;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:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block; }
 }@media only screen and (max-width: 763px) { #ygd1reNioFON6pbNn5FhqbJQxOlDf4C0 { width:4.3125rem;height:2.25rem;top:1.75rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKvm4vnHL4liAUNtlzrzI9PNzotQQG9Q { 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:36.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.6875rem;height:;top:21.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:19.5625rem;height:6.125rem;top:26.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:7.25rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrEha341fwbWA8oAlCdTi63T5zBpz5C { width:7.75rem;height:5.625rem;top:19.5625rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:7.8125rem;height:3.1875rem;top:20.3125rem;left:18.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu9xTOT7tHFW685BTE7MZMWxGSWHucFW { width:8.6875rem;height:4.9375rem;top:1.75rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffSy5NTZqykKhJP8xKCqIg3WmVnt8icw { width:30.125rem;height:2.9375rem;top:42rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWWffqV9pT2rJzALTRgkCRupvFg68Jfh { width:9.875rem;height:9.875rem;top:6.5625rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayfirmKLuGN2wzsoLSWChSzihoHKX2JN { width:6.625rem;height:3.875rem;top:10.5rem;left:41.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOJqCmPLqqpMCO8pbvbu5Jm5JgONlKPN { width:5.25rem;height:1.4375rem;top:9.0625rem;left:42.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXpGSwZDTC4owo21TCiBAhog9gCTv99z { top:32.25rem;left:9.1875rem;width:13.625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWmoP9hWweyiOwszbgGCV6tdnyJXpUdp { top:30.9375rem;left:8.1875rem;width:15.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W73CoVt2lJ63rr2dzfx3khi7oP940wdO { top:12.375rem;left:25.4375rem;width:18.875rem;height:31.4375rem;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) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:47.75rem;height:;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:43.75rem;height:3.125rem;top:0.875rem;left:2.65625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:18.75rem;height:0.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxK4ulus8NxsL0GJSPire2TL81pvWwFM { width:16.0625rem;height:4.0625rem;top:1.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:16.6875rem;height:15.1875rem;top:5.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:18.75rem;height:15.125rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:18.75rem;height:15.125rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:18.0625rem;height:25.3125rem;top:20.25rem;left:13.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { width:16.0625rem;height:4.0625rem;top:16.625rem;left:16rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:18.75rem;height:0.875rem;top:15.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { width:18.75rem;height:15.125rem;top:22.75rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:16.6875rem;height:16.875rem;top:5.125rem;left:30.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { width:16.0625rem;height:4.0625rem;top:1.4375rem;left:31.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:18.75rem;height:0.875rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { width:12rem;height:3.25rem;top:3.0625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2akVMSGwCzrcDZEmvznerDE2L1atdeE { 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:4.8125rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCTSJJyKZR8K9psrZ9ULTNl3sck5x0Tg { width:43.75rem;height:1.25rem;top:2rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuIEzsxriiGpvuZZ5U6ftKLlWcZ9TKb1 { width:43.75rem;height:1.75rem;top:7.6875rem;left:2rem;font-size:1rem;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:19rem;height:1.8125rem;top:5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { width:18.75rem;height:13.5625rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:18.75rem;height:11.875rem;top:8.0625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:17.0625rem;height:1.8125rem;top:5rem;left:14.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { width:18.75rem;height:8.5rem;top:8.1875rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:18.875rem;height:1.8125rem;top:5rem;left:28.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X54B4m4G21gbxl5XL7uvObwHJvsrQ5ky { top:0.25rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFMNZB98UJEmakpo9kITaDgvPl81eT7x { top:0.25rem;left:15.875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHDRcbIv1zbRloqi2OsXbNtZHfy3Z76x { top:0.3125rem;left:31.75rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ7ixnLRpDQnACBcsqwKusbhAEBCsZ7L { display:block; }#VQ7ixnLRpDQnACBcsqwKusbhAEBCsZ7L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdlnKBmGWR5ARFUXbZIChTGuGtJXlVPr { width:47.75rem;height:6.25rem;top:0.5rem;left:0rem;font-size:2.25rem;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) { #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:;top:2.1875rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ { display:block; }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:47.75rem;height:10.8125rem;top:7rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1uMfwKOoSAJkJ4aW2G354JSFz00DBOg { top:2.9375rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inDuFK2UmREptld9hDT9d3474NEz06Qa { display:block; }#inDuFK2UmREptld9hDT9d3474NEz06Qa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCV8VtRInAHlBIfi5OU0SupNPhNmJGxs { width:14.875rem;height:4.875rem;top:13.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTDBtRoti8q2Bkc4r0SSdXPuqCTQC9UE { width:15.4375rem;height:9.75rem;top:13.125rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPECn6eU9MPFpn4TATxnVxIoRexwBmUO { width:15.875rem;height:4.875rem;top:13.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldfh88M6tuQrTsvc36nvPbskr2blcNaS { width:14.625rem;height:1.625rem;top:13.0625rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVMkOXaeT1lV1yiO6vwu7Iy5PSML4dIc { width:14.4375rem;height:1.625rem;top:33.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7GGUCglf8Ti0VNP5ywdg5FdtOS5MOSg { width:13.75rem;height:3.25rem;top:33.5rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgLxopgUFB9OQ5qcULWgi28q8fucNAr7 { width:12.8125rem;height:6.5rem;top:33.5rem;left:23rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpQVTr8kyJVHzXn839E0HfpTxX2rMWAG { width:14.4375rem;height:4.875rem;top:33.5rem;left:33.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1HKPbABNR1ZXV8ilT1eUTgukr0nhzJ9 { width:47.75rem;height:3.25rem;top:0rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL0TPgAuK5cmeJBv69L313EnHeknROs9 { top:5.25rem;left:38.28125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg6d3Xd1qvBkoViEqC85uEocCwfpHVnX { width:6.25rem;height:6.25rem;top:25rem;left:26.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMqHha0Hb7E3uge8HmoT94USnazNs0iU { width:6.25rem;height:6.25rem;top:5.8125rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blehLhGXCmbHwCTuXPk7eRO3FMlgICqT { width:6.25rem;height:6.25rem;top:25rem;left:38.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB5vy91Lcefw4cD9I3fwI4PRXnXy98Tv { width:6.25rem;height:6.25rem;top:5.6875rem;left:14.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txm1wvp6QKEoVJxomvh4QMLEIwIME8uU { width:6.25rem;height:6.25rem;top:5.6875rem;left:26.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB44qK7uwntyCbBy40afgi9Zc79ECbKB { width:6.25rem;height:6.25rem;top:25.625rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4FvCV3nJAq2nmoJuuWF8cUW2TclrkLw { width:6.25rem;height:6.25rem;top:25.625rem;left:15.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhwXX418hQEq0bBnyHQ8wXFm9v7e8XCn { display:block; }#RhwXX418hQEq0bBnyHQ8wXFm9v7e8XCn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFlt4heHLoOrWegQDBVoZwzUHwaUmbvT { width:47.75rem;height:3.25rem;top:0rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngJvkB5ZMa0v1PWdZ9wR1ZfwH0gkzxhN { width:47.75rem;height:1.4375rem;top:4.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvDfeAHq70sWNf4xsoXSK0qCK3vRUSfV { top:4.1875rem;left:0rem;width:47.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihoCWzpKxIBmv8wguaE4UKKiguM6wzlZ { top:6.875rem;left:0rem;width:47.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGrU0Pv3Cw12G7CpTfFxwPfME9UTHlmD { top:9.5625rem;left:0rem;width:47.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3N536I1SCRxNIlWu3gQHw9xpvHsKMu8 { top:12.25rem;left:0rem;width:47.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApQOQr8hrhDJmbJublmmAO4oresEaAf { top:14.9375rem;left:0rem;width:47.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXXOV1IWubaSvgRMz3x15p0zAxnCf4RX { top:17.625rem;left:0rem;width:47.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1bqxC7RkyPrHpnnkUXEVkR0PkPy1rxz { top:20.3125rem;left:0rem;width:47.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBPZChftNSB6QxARM9cJpGS3fnLOdps1 { width:47.75rem;height:1.4375rem;top:7.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMttxK22XVMuiIxssgixurwCFNgZDhEJ { width:47.75rem;height:1.4375rem;top:10.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtlKC0mfchS5vOTNqRg30utccrQiLTQn { width:47.75rem;height:1.4375rem;top:12.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbGnVzZIOnKirOBfwC4S9TCG6kTBGuUw { width:47.75rem;height:1.4375rem;top:15.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S86AKnogqCx2cEA5TNaDxJ3qEADSIT7k { width:47.75rem;height:1.4375rem;top:18.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQhT3eJNe5V3FXWo1i6iZprEEaX50mND { width:47.75rem;height:1.4375rem;top:20.875rem;left:0rem;font-size:1.125rem;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:4.9375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { width:43.75rem;height:1.25rem;top:2.5625rem;left:2rem;font-size:1rem;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:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olFdarptGnXm0BXP6aFgINKq2tPFd5U5 { width:21.375rem;height:5.625rem;top:28.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { width:7.6875rem;height:5.5803571428571rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { width:7.6875rem;height:3.125rem;top:37.625rem;left:0rem;font-size:1.875rem;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:17.0625rem;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:17.0625rem;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 #g6DTlxCfnor7keFL8PKodu46l9HNoXUp {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Qb7PetsrQC4ozyDPWZLquZF9mvsyUtVm {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #FNLQVTIuDDdmdvM5Qp8iLScDdIlD7WNJ {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #HNycTLWNIKT7yTh1zuyy4qGvxzJMMnmn {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #R8IOauLRn8EaiCM9HLxKKRS5ToCvulOB {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #NCRxnhXCqiNMef1vSTyEv5N9zqVi8mH0 {  }
 }@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 #oGQhPuNfWwmfM2rdF7zyt9qhEOJA3ID8 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nmS7paIzcqvLgOi8NaRS7MSLqHSUP2PS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #KBMdgZ277BRzmTaevKUG6cfrCkT8iSbo {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #enyiA2TJNJkbyIyV9tWw9mIUhc15D6gw {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #d58q5OcSfOoTvvITLWZhDz27UhqJlr0O {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #cVEI3qUWGJc827dnFalvg5A77knh8miI {  }
 }@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:24.375rem;height:18.702237363042rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClUGZ1icstIG68iVTHSsfbKqqAqL1KpU { width:8.1875rem;height:8.1875rem;top:0.6875rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwZiPoDpn8E9moBtvx1GdHP2vTBxC9Qu { width:7.375rem;height:1.4375rem;top:1.4375rem;left:40.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOUMuKpTTGvCWdRmt3GMgvuHu1QTXukI { width:6.875rem;height:3.5625rem;top:3.4375rem;left:40.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl21H0BwOfBp0mEDrftHKCk9DDQ4TKCC { top:10.5rem;left:24.625rem;width:23.125rem;height:53.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCaERFNzymIbMxH4gEB692rU8d8fck00 { top:12.75rem;left:0rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCdPS5bsxFqGKvmtUWnJTlm6JeoqHc8K { top:10.5rem;left:0rem;width:23.75rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhR2n47EQPEJXPfi2FzDHnsfDb63CXe7 { top:14.75rem;left:0rem;width:17.625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8XXlLtqqC5IXHuouFuC8sL4LKIJOUV2 { width:17.5rem;height:3.4375rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEBVg5Ba7SuwqaIfQeJPQDTOqFFsl8HP { display:block; }
 }@media only screen and (max-width: 763px) { #Otx9IxLyS4Fv5Lft26dfiVHxsTXRC64b { top:12.625rem;left:24.8125rem;width:22.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwrGCHxxwV5K8G78OW95C85SINNzzHPr { top:14.625rem;left:25.75rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGwVE2C4MryQ17bAnnMwnJpOLuy86ON1 { top:4rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmRhrVTX75uZH7ymDa6FmRRsqg2SsTDX { display:block; }#cmRhrVTX75uZH7ymDa6FmRRsqg2SsTDX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MeUw3Ow4TJiKlVxqgdOd4iQ63HOi2rbT { width:11.875rem;height:9.0625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTbPixi2T0XbSpHTR8vZX42HxSrQqBZm { display:block; }
 }@media only screen and (max-width: 763px) { #GGFThA8QnrSynU4GTi4ZiJ7EtIiyh8dg { width:11.875rem;height:9.0625rem;top:5.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFsKOpHyPDUvTMqZGcUkVe7rT2CRtiqs { display:block; }
 }@media only screen and (max-width: 763px) { #RRwMz1uDTZL8Fqw56iE5JWU9ZSn7wwWn { width:21.5625rem;height:2.625rem;top:1.6875rem;left:13.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtdiaShKS55l6uQHAwFycJaBuViJT05V { width:11.875rem;height:9.0625rem;top:5.875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuh2s3zcXcm11KAEVd36cInZhduILPDi { display:block; }
 }@media only screen and (max-width: 763px) { #HvRhg8iyctcG1fFVJcClqUOfqqWBhXRc { width:11.875rem;height:9.0625rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wewhN5UrOmexkMHQq3IVZDRo43ITggfn { display:block; }
 }@media only screen and (max-width: 763px) { #kVFmL6awteJruq279nSKtdhJdJz4ULG0 { width:11.875rem;height:9.0625rem;top:17.125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufzv6MzKftQDgdBM2tXopvLi4QIJfWip { display:block; }
 }@media only screen and (max-width: 763px) { #ch9oq4fp2esROvMwgVSC93s36lRPpyAp { width:11.9375rem;height:9.0625rem;top:5.875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmVCHrr3hiGzv7ngfpUdozRkfmdDfI6K { display:block; }
 }@media only screen and (max-width: 763px) { #TD1AH6cHzJrPRsF6sIdr2ZUkXudd9Cxd { width:11.875rem;height:9.0625rem;top:17.125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amipqBlgrl6F2CUEUvQbCVt3DagKuNA3 { display:block; }
 }@media only screen and (max-width: 763px) { #pNM8UCURLZy00m4dvMoV6xrqkSnSUoX1 { width:11.875rem;height:9.0625rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVTkX3s7a5Ad6BVClB2N6MEubv07keFm { display:block; }
 }@media only screen and (max-width: 763px) { #ZKqfaaBoI7nuWPFbQ0TSP1q4Lf931kfN { width:11.875rem;height:9.0625rem;top:28.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOpiD944LhO42yWrogR8XHLVG5215SWf { display:block; }
 }@media only screen and (max-width: 763px) { #TDINW1ECCoENR4GSSzOBiIH57ot4WAL6 { width:11.875rem;height:9.0625rem;top:17.0625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcEn8xP1qWl8L6aSt9b7EbexHn1mfMpS { display:block; }
 }@media only screen and (max-width: 763px) { #JvgiEPXyVTCBHSm2VdDC7CK8D8rk4Ow4 { width:12.8125rem;height:8.9375rem;top:28.3125rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkxAgGRyaz2ALCPTLbW4JX9V0x5yZSLh { display:block; }
 }@media only screen and (max-width: 763px) { #Dfw4bnDhM7nvA4aTCDZUIbsZsAba9BaZ { top:28.25rem;left:11.249267578125rem;width:3.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG69bB9p6uw9Txwp2uicsUilXpIxmZdG { top:17.0625rem;left:25.4375rem;width:3.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyf15g3NiT8y8xWeyh24WUMFy8MTvJ0r { width:21.6875rem;height:4.875rem;top:39.5625rem;left:12.97917175293rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQke63u3sooFwL6UQy1u7Kp8J6w01TTt { display:block; }
 }@media only screen and (max-width: 763px) { #J7cCP6uX5sk8zB1fp4g9EQB5Xbl4OHKT { width:12.375rem;height:9.0625rem;top:28.3125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H32uUOPa5adeiTJdbudVrO9FXDDIdmdw { display:block; }
 }@media only screen and (max-width: 763px) { #JDzMOUB5GwGAM0n5uueKTWqpCgHS0PQz { top:28.3125rem;left:25.4375rem;width:3.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:43.75rem;height:;top:6rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { width:43.75rem;height:1.25rem;top:2.5625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 { display:block; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAIscqn3AAbhqc1C6wbJHBtpuLOF8gJ8 { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGWQ0cNOPFV5E4BaHhGagkb9XQOIVTl { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt { display:block; }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzX5bC9pQFZmKMTq44SnTDybcU33phtq { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFxdQRhXs7RsO9RO2vOf5mi0DwPPJKga { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGd9v7LUtZkLsh2LCDUW3PSMduIB9Pa9 { width:47.25rem;height:3.5625rem;top:0.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek { display:block; }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gcs8Bp4Ezw1sHR4KUCU4aq43Oydk1vQE { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPK4RuODSSr6oH3Udo5V1FpvCFEcBc63 { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 { display:block; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkaqFl4RZq87g6r9Q4V45gRb6woP8xpf { width:47.25rem;height:3.5625rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E { display:block; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyTRIbzzZ3t3RN7aLf6qmW8KWhb4sO75 { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lffezyGDaKTMW3HZohZAFeO08UTMRH1u { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW { display:block; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJPxGUhf6uIrlPGyP2wQ8WOkEAzTukWJ { width:47.25rem;height:3.5625rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe { display:block; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCgibmR607AusgKNJb3BvTlyaT6e4VkC { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gThE2JT7JXoOFzuQ7Q5ae3AsGzsvTxEM { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k { display:block; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhenRR9oOzg8nZKxLaMe9kf2gThCEgLu { width:47.25rem;height:3.5625rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB { display:block; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2KvdtNAASp27mNgInlKnFX3X4uVn2rG { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAZzRgSq8kHgTCmdTulo7sONtIF5w45D { width:47.75rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc { display:block; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAzeVUaet2UH22BunvFi78J6pDITLm49 { width:47.25rem;height:3.5625rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCAItlzIkGmpRqf66UPenWy64BR2OQtO { display:block; }#CCAItlzIkGmpRqf66UPenWy64BR2OQtO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCNNEIxhCGOyv3gkx3JDSMnC9SrL7czX { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrLNkmKm5iTuyMm2qmasWTnzdIBPAZAB { width:47.75rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTXGd40SRd7xDP46pddyTAxzkM1lkhbC { width:47.1875rem;height:3.5625rem;top:4.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdMXO9vEmZaLtEMSqBhmud5Xe4b9lw2V { display:block; }#tdMXO9vEmZaLtEMSqBhmud5Xe4b9lw2V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMdOQ675hZlrRsRZM5t1sFlfUJw0EXyC { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEexiUksWI4AQRds10gITGTVLByg1rkq { width:47.75rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #weza6Nu5UHk4XBz8gHrAcTayvyXqI2TC { 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:5.375rem;height:1.25rem;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { width:19.75rem;height:14.375rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { width:8.5625rem;height:3.5625rem;top:6.5rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { width:14.375rem;height:1.25rem;top:3.375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { width:9.75rem;height:1.75rem;top:6.5rem;left:37.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { width:11.25rem;height:1.25rem;top:3.375rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwQQchAuGfXEPG9iLVsXUksZ2WMBxIvC { top:8.3125rem;left:32.3125rem;width:15.3125rem;height:1.25rem;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:rgba(127,196,100,0.94);background-image:none;display:block; }#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:130.31258278365rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:15.7483125rem;top:8.5625rem;left:0rem;font-size:1.875rem;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.3125rem;height:1.4375rem;top:1.3059896230698rem;left:0.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { width:3.375rem;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:4rem;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.40625rem;left:7.46875rem;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:12.75rem;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) { #ygd1reNioFON6pbNn5FhqbJQxOlDf4C0 { width:3.25rem;height:2rem;top:4.5625rem;left:16.75rem;color:#0b0b0b;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKvm4vnHL4liAUNtlzrzI9PNzotQQG9Q { 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.25rem;top:50.1875rem;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:17.99925rem;height:5.0647rem;top:24.874267578125rem;left:0.99853515625rem;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:5.625rem;top:31.3125rem;left:4.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:5.875rem;top:31.1875rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrEha341fwbWA8oAlCdTi63T5zBpz5C { width:4.5625rem;height:3.25rem;top:74.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:4.0625rem;height:1.4875rem;top:75rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu9xTOT7tHFW685BTE7MZMWxGSWHucFW { width:4.1875rem;height:2.375rem;top:0.99348962306975rem;left:5.0625001192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ffSy5NTZqykKhJP8xKCqIg3WmVnt8icw { width:20rem;height:2.99805rem;top:93.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GWWffqV9pT2rJzALTRgkCRupvFg68Jfh { width:9.875rem;height:9.875rem;top:57.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayfirmKLuGN2wzsoLSWChSzihoHKX2JN { width:6.625rem;height:2.54948125rem;top:61.9375rem;left:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOJqCmPLqqpMCO8pbvbu5Jm5JgONlKPN { width:5.25rem;height:1.125rem;top:59.6875rem;left:7.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXpGSwZDTC4owo21TCiBAhog9gCTv99z { width:13.625rem;height:auto;top:32.25rem;left:3.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BWmoP9hWweyiOwszbgGCV6tdnyJXpUdp { width:15.6875rem;height:6.5625rem;top:30.9375rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #W73CoVt2lJ63rr2dzfx3khi7oP940wdO { width:18.875rem;height:31.43758278365rem;top:97.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:20rem;height:30.588375rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:2.8rem;top:3.3874998092651rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:20rem;height:136rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:20rem;height:0.875rem;top:19.374999046326rem;left:0rem;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) { #hxK4ulus8NxsL0GJSPire2TL81pvWwFM { width:17.25rem;height:4.0625rem;top:20.874999046326rem;left:1.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:17.25rem;height:16.193875rem;top:24.375001907349rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:20rem;height:16.125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:20rem;height:16.125rem;top:41.137501716614rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:17.25rem;height:30.588375rem;top:63.25000190735rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { width:17.25rem;height:4.0625rem;top:59.250001907349rem;left:1.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:20rem;height:0.875rem;top:57.912501335144rem;left:0rem;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) { #gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { width:20rem;height:16.125rem;top:95.68750190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:17.25rem;height:17.9931875rem;top:117.31250190735rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { width:17.25rem;height:4.0625rem;top:113.375rem;left:1.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:20rem;height:0.875rem;top:112.5rem;left:0rem;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) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { width:11rem;height:3.25rem;top:2.5625rem;left:4.5rem;font-size:0.875rem;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;display:block; }
 }@media only screen and (max-width: 763px) { #H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:20rem;height:5.19791875rem;top:4.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCTSJJyKZR8K9psrZ9ULTNl3sck5x0Tg { width:20rem;height:1.2999125rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuIEzsxriiGpvuZZ5U6ftKLlWcZ9TKb1 { width:20rem;height:3.59895625rem;top:10.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:16.5rem;height:3.898925rem;top:5rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { width:17.0625rem;height:15.293rem;top:9.8239583969119rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:17.0625rem;height:13.59375rem;top:35.0625rem;left:1.46875rem;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:32.3125rem;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:57.562498092651rem;left:2rem;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.9494625rem;top:54.6875rem;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:0rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:27.624998092651rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:49.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X54B4m4G21gbxl5XL7uvObwHJvsrQ5ky { width:3.6875rem;height:3.6875rem;top:0.25rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFMNZB98UJEmakpo9kITaDgvPl81eT7x { width:3.6875rem;height:3.6875rem;top:27.874998092651rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHDRcbIv1zbRloqi2OsXbNtZHfy3Z76x { width:3.6875rem;height:3.6875rem;top:49.875rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ7ixnLRpDQnACBcsqwKusbhAEBCsZ7L { display:block; }#VQ7ixnLRpDQnACBcsqwKusbhAEBCsZ7L > .row .container { width:20rem;height:13.69970703125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdlnKBmGWR5ARFUXbZIChTGuGtJXlVPr { width:20rem;height:11.1963125rem;top:2.5124988555908rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { display:block; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSTzVtKCkgSWHcoWqTe5Mmh1yNnxOdiB { width:11rem;height:3.25rem;top:2.34375rem;left:4.5rem;font-size:0.875rem;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;display:block; }
 }@media only screen and (max-width: 763px) { #JQJkJ6kULlMb9PyLWDLttLE7OG6qRPQW { display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:20rem;height:5.59814375rem;top:2.5124988555908rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ { display:block; }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ > .row .container { width:20rem;height:68.816651953125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:17.1875rem;height:39.5849375rem;top:24.318748474121rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1uMfwKOoSAJkJ4aW2G354JSFz00DBOg { width:12.5rem;height:0;top:65.130126953125rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inDuFK2UmREptld9hDT9d3474NEz06Qa { display:block; }#inDuFK2UmREptld9hDT9d3474NEz06Qa > .row .container { width:20rem;height:116.287109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCV8VtRInAHlBIfi5OU0SupNPhNmJGxs { width:18.75rem;height:2.59765625rem;top:15rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTDBtRoti8q2Bkc4r0SSdXPuqCTQC9UE { width:18.75rem;height:5.1953125rem;top:41.687498092651rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HPECn6eU9MPFpn4TATxnVxIoRexwBmUO { width:18.75rem;height:2.59765625rem;top:27.887496948243rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldfh88M6tuQrTsvc36nvPbskr2blcNaS { width:18.75rem;height:1.3rem;top:56.28750038147rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GVMkOXaeT1lV1yiO6vwu7Iy5PSML4dIc { width:18.75rem;height:1.3rem;top:68.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7GGUCglf8Ti0VNP5ywdg5FdtOS5MOSg { width:18.75rem;height:1.3rem;top:83.0625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XgLxopgUFB9OQ5qcULWgi28q8fucNAr7 { width:18.75rem;height:3.8964875rem;top:97.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpQVTr8kyJVHzXn839E0HfpTxX2rMWAG { width:15rem;height:3.8964875rem;top:112.41250228882rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1HKPbABNR1ZXV8ilT1eUTgukr0nhzJ9 { width:20rem;height:2.4375rem;top:1.9374971389771rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL0TPgAuK5cmeJBv69L313EnHeknROs9 { width:6rem;height:6rem;top:49.72500038147rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg6d3Xd1qvBkoViEqC85uEocCwfpHVnX { width:6.25rem;height:6.25rem;top:90.475006103512rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMqHha0Hb7E3uge8HmoT94USnazNs0iU { width:6.25rem;height:6.25rem;top:8.1374988555906rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blehLhGXCmbHwCTuXPk7eRO3FMlgICqT { width:6.25rem;height:6.25rem;top:105.26250267029rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB5vy91Lcefw4cD9I3fwI4PRXnXy98Tv { width:6.25rem;height:6.25rem;top:61.450000762939rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txm1wvp6QKEoVJxomvh4QMLEIwIME8uU { width:6.25rem;height:6.25rem;top:34.699998855591rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB44qK7uwntyCbBy40afgi9Zc79ECbKB { width:6.25rem;height:6.25rem;top:20.262502670288rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4FvCV3nJAq2nmoJuuWF8cUW2TclrkLw { width:6.25rem;height:6.25rem;top:76.012504577638rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhwXX418hQEq0bBnyHQ8wXFm9v7e8XCn { display:block; }#RhwXX418hQEq0bBnyHQ8wXFm9v7e8XCn > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFlt4heHLoOrWegQDBVoZwzUHwaUmbvT { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngJvkB5ZMa0v1PWdZ9wR1ZfwH0gkzxhN { width:20rem;height:1.462675rem;top:5.7374877929688rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvDfeAHq70sWNf4xsoXSK0qCK3vRUSfV { width:19.75rem;height:3.1875rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihoCWzpKxIBmv8wguaE4UKKiguM6wzlZ { width:19.75rem;height:4rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGrU0Pv3Cw12G7CpTfFxwPfME9UTHlmD { width:19.75rem;height:3.8125rem;top:13.662536621094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3N536I1SCRxNIlWu3gQHw9xpvHsKMu8 { width:19.75rem;height:2.4375rem;top:18.200012207031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApQOQr8hrhDJmbJublmmAO4oresEaAf { width:19.75rem;height:2.9375rem;top:21.449999809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXXOV1IWubaSvgRMz3x15p0zAxnCf4RX { width:19.75rem;height:7rem;top:25.075012207031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1bqxC7RkyPrHpnnkUXEVkR0PkPy1rxz { width:19.75rem;height:3.75rem;top:32.725036621094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBPZChftNSB6QxARM9cJpGS3fnLOdps1 { width:20rem;height:2.92480625rem;top:9.487500190735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMttxK22XVMuiIxssgixurwCFNgZDhEJ { width:20rem;height:2.92480625rem;top:14.27500038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtlKC0mfchS5vOTNqRg30utccrQiLTQn { width:20rem;height:1.462675rem;top:18.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbGnVzZIOnKirOBfwC4S9TCG6kTBGuUw { width:20rem;height:1.462675rem;top:22.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S86AKnogqCx2cEA5TNaDxJ3qEADSIT7k { width:20rem;height:5.8496125rem;top:25.949999809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQhT3eJNe5V3FXWo1i6iZprEEaX50mND { width:20rem;height:2.92480625rem;top:33.450001716614rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:20rem;height:8.3971875rem;top:6.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { width:20rem;height:1.2999125rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:20rem;height:91.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { width:0.125rem;height:5.25rem;top:9.75rem;left:2.1875rem;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) { #olFdarptGnXm0BXP6aFgINKq2tPFd5U5 { width:15.25rem;height:5.625rem;top:9.5625rem;left:3.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { width:7.3115rem;height:5.249025rem;top:66.435546875rem;left:12.2177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { width:5.499025rem;height:2.65625rem;top:67.1689453125rem;left:13.123046875rem;font-size:1.5625rem;display:block; }
 }@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:21.1103515625rem;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:21.1103515625rem;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 #g6DTlxCfnor7keFL8PKodu46l9HNoXUp {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Qb7PetsrQC4ozyDPWZLquZF9mvsyUtVm {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #FNLQVTIuDDdmdvM5Qp8iLScDdIlD7WNJ {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #HNycTLWNIKT7yTh1zuyy4qGvxzJMMnmn {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #R8IOauLRn8EaiCM9HLxKKRS5ToCvulOB {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #NCRxnhXCqiNMef1vSTyEv5N9zqVi8mH0 {  }
 }@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 #oGQhPuNfWwmfM2rdF7zyt9qhEOJA3ID8 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nmS7paIzcqvLgOi8NaRS7MSLqHSUP2PS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #KBMdgZ277BRzmTaevKUG6cfrCkT8iSbo {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #enyiA2TJNJkbyIyV9tWw9mIUhc15D6gw {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #d58q5OcSfOoTvvITLWZhDz27UhqJlr0O {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #cVEI3qUWGJc827dnFalvg5A77knh8miI {  }
 }@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:65.936416625975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClUGZ1icstIG68iVTHSsfbKqqAqL1KpU { width:8.25rem;height:8.25rem;top:14.999987602234rem;left:11.75rem;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) { #bwZiPoDpn8E9moBtvx1GdHP2vTBxC9Qu { width:7.4375rem;height:1.125rem;top:16.8125rem;left:12.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOUMuKpTTGvCWdRmt3GMgvuHu1QTXukI { width:6.9375rem;height:2.4755875rem;top:19rem;left:12.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl21H0BwOfBp0mEDrftHKCk9DDQ4TKCC { width:20rem;height:53.1875rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCaERFNzymIbMxH4gEB692rU8d8fck00 { width:16.4375rem;height:1.29980625rem;top:21.9375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCdPS5bsxFqGKvmtUWnJTlm6JeoqHc8K { width:20rem;height:15.5625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhR2n47EQPEJXPfi2FzDHnsfDb63CXe7 { width:18.125rem;height:3.8994125rem;top:24.1875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8XXlLtqqC5IXHuouFuC8sL4LKIJOUV2 { width:17.5rem;height:3.4375rem;top:30.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEBVg5Ba7SuwqaIfQeJPQDTOqFFsl8HP { display:block; }
 }@media only screen and (max-width: 763px) { #Otx9IxLyS4Fv5Lft26dfiVHxsTXRC64b { width:11.625rem;height:2.5996125rem;top:39.25rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwrGCHxxwV5K8G78OW95C85SINNzzHPr { width:18.125rem;height:2.5996125rem;top:42.7119140625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGwVE2C4MryQ17bAnnMwnJpOLuy86ON1 { width:20rem;height:5.5234375rem;top:13.6875rem;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) { #cmRhrVTX75uZH7ymDa6FmRRsqg2SsTDX { display:block; }#cmRhrVTX75uZH7ymDa6FmRRsqg2SsTDX > .row .container { width:20rem;height:133.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MeUw3Ow4TJiKlVxqgdOd4iQ63HOi2rbT { width:11.875rem;height:9.0625rem;top:4.73046875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTbPixi2T0XbSpHTR8vZX42HxSrQqBZm { display:block; }
 }@media only screen and (max-width: 763px) { #GGFThA8QnrSynU4GTi4ZiJ7EtIiyh8dg { width:11.875rem;height:9.0625rem;top:15.04296875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFsKOpHyPDUvTMqZGcUkVe7rT2CRtiqs { display:block; }
 }@media only screen and (max-width: 763px) { #RRwMz1uDTZL8Fqw56iE5JWU9ZSn7wwWn { width:20rem;height:2.23046875rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.7;font-weight:700;font-style:normal;color:#3d4051;display:block; }
 }@media only screen and (max-width: 763px) { #vtdiaShKS55l6uQHAwFycJaBuViJT05V { width:11.875rem;height:9.0625rem;top:25.5625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuh2s3zcXcm11KAEVd36cInZhduILPDi { display:block; }
 }@media only screen and (max-width: 763px) { #HvRhg8iyctcG1fFVJcClqUOfqqWBhXRc { width:11.875rem;height:9.0625rem;top:35.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wewhN5UrOmexkMHQq3IVZDRo43ITggfn { display:block; }
 }@media only screen and (max-width: 763px) { #kVFmL6awteJruq279nSKtdhJdJz4ULG0 { width:11.875rem;height:9.0625rem;top:46.1875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufzv6MzKftQDgdBM2tXopvLi4QIJfWip { display:block; }
 }@media only screen and (max-width: 763px) { #ch9oq4fp2esROvMwgVSC93s36lRPpyAp { width:11.9375rem;height:9.0625rem;top:56.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmVCHrr3hiGzv7ngfpUdozRkfmdDfI6K { display:block; }
 }@media only screen and (max-width: 763px) { #TD1AH6cHzJrPRsF6sIdr2ZUkXudd9Cxd { width:11.875rem;height:9.0625rem;top:66.5rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amipqBlgrl6F2CUEUvQbCVt3DagKuNA3 { display:block; }
 }@media only screen and (max-width: 763px) { #pNM8UCURLZy00m4dvMoV6xrqkSnSUoX1 { width:11.875rem;height:9.0625rem;top:76.8125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVTkX3s7a5Ad6BVClB2N6MEubv07keFm { display:block; }
 }@media only screen and (max-width: 763px) { #ZKqfaaBoI7nuWPFbQ0TSP1q4Lf931kfN { width:11.875rem;height:9.0625rem;top:87.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOpiD944LhO42yWrogR8XHLVG5215SWf { display:block; }
 }@media only screen and (max-width: 763px) { #TDINW1ECCoENR4GSSzOBiIH57ot4WAL6 { width:11.875rem;height:9.0625rem;top:97.4375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcEn8xP1qWl8L6aSt9b7EbexHn1mfMpS { display:block; }
 }@media only screen and (max-width: 763px) { #JvgiEPXyVTCBHSm2VdDC7CK8D8rk4Ow4 { width:12.8125rem;height:8.9375rem;top:108rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkxAgGRyaz2ALCPTLbW4JX9V0x5yZSLh { display:block; }
 }@media only screen and (max-width: 763px) { #Dfw4bnDhM7nvA4aTCDZUIbsZsAba9BaZ { width:3.375rem;height:0.97411875rem;top:97.4375rem;left:8.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG69bB9p6uw9Txwp2uicsUilXpIxmZdG { width:3.374025rem;height:0.97411875rem;top:87.1240234375rem;left:8.311767578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyf15g3NiT8y8xWeyh24WUMFy8MTvJ0r { width:18.95833375rem;height:4.08333375rem;top:128.23177337646rem;left:0.51822924613953rem;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) { #NQke63u3sooFwL6UQy1u7Kp8J6w01TTt { display:block; }
 }@media only screen and (max-width: 763px) { #J7cCP6uX5sk8zB1fp4g9EQB5Xbl4OHKT { width:12.375rem;height:9.0625rem;top:118.1875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H32uUOPa5adeiTJdbudVrO9FXDDIdmdw { display:block; }
 }@media only screen and (max-width: 763px) { #JDzMOUB5GwGAM0n5uueKTWqpCgHS0PQz { width:3.375rem;height:0.97411875rem;top:118.18752288818rem;left:8.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:20rem;height:5.19791875rem;top:6.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { width:20rem;height:1.2999125rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 { background-color:rgba(127,196,100,0.2);background-image:none;display:block; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { background-color: transparent; background-image: none; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container > .video-iframe-container { display: none; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row > .video-iframe-container { display: none; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .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); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAIscqn3AAbhqc1C6wbJHBtpuLOF8gJ8 { width:20rem;height:3.898925rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGWQ0cNOPFV5E4BaHhGagkb9XQOIVTl { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt { background-color:rgba(127,196,100,0.2);background-image:none;display:block; }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row .container { background-color: transparent; background-image: none; }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row .container > .video-iframe-container { display: none; }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row > .video-iframe-container { display: none; }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .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); }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzX5bC9pQFZmKMTq44SnTDybcU33phtq { width:20rem;height:1.94986875rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFxdQRhXs7RsO9RO2vOf5mi0DwPPJKga { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGd9v7LUtZkLsh2LCDUW3PSMduIB9Pa9 { width:20rem;height:10.796875rem;top:0.96875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek { display:block; }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gcs8Bp4Ezw1sHR4KUCU4aq43Oydk1vQE { width:20rem;height:1.9494625rem;top:1.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPK4RuODSSr6oH3Udo5V1FpvCFEcBc63 { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 { display:block; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkaqFl4RZq87g6r9Q4V45gRb6woP8xpf { width:19.6875rem;height:8.997375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E { background-color:rgba(127,196,100,0.2);background-image:none;display:block; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { background-color: transparent; background-image: none; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container > .video-iframe-container { display: none; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row > .video-iframe-container { display: none; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .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); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyTRIbzzZ3t3RN7aLf6qmW8KWhb4sO75 { width:20rem;height:3.898925rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lffezyGDaKTMW3HZohZAFeO08UTMRH1u { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW { background-color:rgba(127,196,100,0.2);background-image:none;display:block; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { background-color: transparent; background-image: none; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container > .video-iframe-container { display: none; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row > .video-iframe-container { display: none; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .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); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJPxGUhf6uIrlPGyP2wQ8WOkEAzTukWJ { width:19.6875rem;height:7.1979375rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe { display:block; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCgibmR607AusgKNJb3BvTlyaT6e4VkC { width:20rem;height:3.898925rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gThE2JT7JXoOFzuQ7Q5ae3AsGzsvTxEM { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k { display:block; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhenRR9oOzg8nZKxLaMe9kf2gThCEgLu { width:19.6875rem;height:8.997375rem;top:1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB { background-color:rgba(127,196,100,0.2);background-image:none;display:block; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { background-color: transparent; background-image: none; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container > .video-iframe-container { display: none; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row > .video-iframe-container { display: none; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .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); }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2KvdtNAASp27mNgInlKnFX3X4uVn2rG { width:20rem;height:3.898925rem;top:1.3312530517578rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAZzRgSq8kHgTCmdTulo7sONtIF5w45D { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc { background-color:rgba(127,196,100,0.2);background-image:none;display:block; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { background-color: transparent; background-image: none; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container > .video-iframe-container { display: none; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row > .video-iframe-container { display: none; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .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); }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAzeVUaet2UH22BunvFi78J6pDITLm49 { width:19.6875rem;height:5.3984375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCAItlzIkGmpRqf66UPenWy64BR2OQtO { display:block; }#CCAItlzIkGmpRqf66UPenWy64BR2OQtO > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCNNEIxhCGOyv3gkx3JDSMnC9SrL7czX { width:20rem;height:3.898925rem;top:1.3312530517578rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrLNkmKm5iTuyMm2qmasWTnzdIBPAZAB { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTXGd40SRd7xDP46pddyTAxzkM1lkhbC { width:19.6875rem;height:8.999rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdMXO9vEmZaLtEMSqBhmud5Xe4b9lw2V { display:block; }#tdMXO9vEmZaLtEMSqBhmud5Xe4b9lw2V > .row .container { width:20rem;height:7.1435546875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMdOQ675hZlrRsRZM5t1sFlfUJw0EXyC { width:20rem;height:5.84765625rem;top:1.3312530517578rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEexiUksWI4AQRds10gITGTVLByg1rkq { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #weza6Nu5UHk4XBz8gHrAcTayvyXqI2TC { 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:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRQcSLlUlErU4yLadPIc84bNvkolwynR { width:18.125rem;height:1.3rem;top:2rem;left:0.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { width:18.125rem;height:16.19384375rem;top:3.875rem;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:23.8125rem;left:1.625rem;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:22rem;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.80013125rem;top:31rem;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:29.1875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qwQQchAuGfXEPG9iLVsXUksZ2WMBxIvC { width:15.3125rem;height:1.2999125rem;top:34.04980625rem;left:2.3125rem;font-size:1rem;display:block; }
 }