.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:27.875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:11.206250190735rem;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.875rem;width:14.3125rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.75rem;left:27.75rem;display:block; }
#e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.75rem;left:33.9375rem;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:39.875rem;display:block; }
#kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WG8Bq2AsTN7gLIRtTy0psTkcoUBGzs8E { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.4375rem;height:2.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.75rem;left:45.875rem;display:block; }
#T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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.1494140625rem;left:2.1875rem;display:block; }
#J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:rgba(31,51,59,0.8);display:block;width:22.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:20.25rem;left:0rem;height:5.0647rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { color:#1f333b;display:block;width:19.625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:27.21875rem;left:1.53125rem;height:5.903325rem;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:26.6875rem;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:5.0625rem;width:8.9375rem;top:1.78125rem;left:15.9375rem;overflow:hidden;display:block; }
#EeXQfCxgP5lTl9zsKQGItDv7Z0STyKVF { color:#1f333b;display:block;width:24.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:42.0625rem;left:0.375rem;height:0;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:none; }
#aRyDaHQG0rzehrvANXKfM4yK8bnMiqrW { position:absolute;display:block;z-index:15056;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:10.5rem;left:37.375rem;display:block; }
#oikxCxhtxdeViHSlg8JgNcOqw0l8n52O { color:#7fc464;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:14.3125rem;left:39.125rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hT1AuOzkFlPHiBApAPcF1ThKpTQlnEX7 { color:#7fc464;display:block;width:5.25rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15058;line-height:.9;letter-spacing:0;top:12.3125rem;left:39.875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rkvs1Nh9sBTzHCDsxu1TAdqBlXSGT7dM { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15082;line-height:1.5;letter-spacing:0;top:28.1875rem;left:23.125rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kzQCEMDEECVEqTmktNEuaFsGM5Jf4410 { box-sizing:content-box;height:6.5625rem;width:15.75rem;position:absolute;display:block;z-index:15081;background-color:rgba(0,0,0,0);background-image:none;top:26.875rem;left:22.125rem;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; }
#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:16.0625rem;width:60rem;position:relative;display:block; }#FlgUbFCbI0iHHPimnequkehekMs7QE7Z { color:rgba(31,51,59,0.8);display:block;width:60rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:4.5625rem;left:0rem;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:38.25rem;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.3624992370606rem;left:1.8125rem;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.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:20.625rem;left:21.25rem;height:16.870125rem;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.46875rem;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:1rem;left:42.625rem;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: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: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; }
#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc { position:relative;display:block; }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc { background-color: transparent; background-image: none; }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc > .row .container > .video-iframe-container { display: none; }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc > .row > .video-iframe-container { display: none; }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc > .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); }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc { border-width: 0; border-radius: 0; }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc > .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; }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#7fc464;background-image:none;font-size:0.875rem;font-family:arial;height:7.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; }#TaJZWHHdCnhkl8ygM7Bc3Qe6GcauLkD0 { color:#1f333b;display:block;width:58.1875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:0.48749923706055rem;left:1.3125rem;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:17.75rem;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:52.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:6.7382822036744rem;left:3.40625rem;height:7.19725rem;text-align:left;text-align-last:left;display:block; }
#CyGTEPVcNaMyX9gekLBh4xZVvgM6ehzT { 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:3.01953125rem;left:3.40625rem;height:2.4375rem;font-style:normal;display:block; }
#ckqIza01gB95do9mqW1Sk9XNdthqtPI8 { position:relative;display:block; }#ckqIza01gB95do9mqW1Sk9XNdthqtPI8 { background-color: transparent; background-image: none; }#ckqIza01gB95do9mqW1Sk9XNdthqtPI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckqIza01gB95do9mqW1Sk9XNdthqtPI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckqIza01gB95do9mqW1Sk9XNdthqtPI8 > .row .container > .video-iframe-container { display: none; }#ckqIza01gB95do9mqW1Sk9XNdthqtPI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckqIza01gB95do9mqW1Sk9XNdthqtPI8 > .row > .video-iframe-container { display: none; }#ckqIza01gB95do9mqW1Sk9XNdthqtPI8 > .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); }#ckqIza01gB95do9mqW1Sk9XNdthqtPI8 { border-width: 0; border-radius: 0; }#ckqIza01gB95do9mqW1Sk9XNdthqtPI8 > .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; }#ckqIza01gB95do9mqW1Sk9XNdthqtPI8 > .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:46.875rem;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; }#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; }
#PUZfamvtplLD28aZhIGM5clcaKyXSNmF { 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:6.25rem;width:6.25rem;top:4.9375rem;left:6.125rem;overflow:hidden;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:12.1875rem;left:1.8125rem;height:1.625rem;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:12.1875rem;left:22.28125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;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.0625rem;width:6.0625rem;top:34.125rem;left:46.96875rem;overflow:hidden;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:12.1875rem;left:42.6875rem;height:3.25rem;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:26rem;left:2.03125rem;height:4.875rem;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:25.1875rem;left:23.125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XgLxopgUFB9OQ5qcULWgi28q8fucNAr7 { color:#585858;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.3125rem;left:42.65625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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:18.0625rem;left:47.0625rem;overflow:hidden;display:block; }
#UpQVTr8kyJVHzXn839E0HfpTxX2rMWAG { color:#585858;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:40.562072753906rem;left:3.28125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UzWJRTsLh1omnr5sXMo7Dm8B3gP4v71d { color:#585858;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:40.5625rem;left:22.78125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aT3a6vBPAeHFbuuTDH1t3knWsV58nmQp { 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:6.25rem;width:6.25rem;top:34.03125rem;left:26.5rem;overflow:hidden;display:block; }
#n7yT3VCSTZaL8Fp2lrqx3Pm5CrAXrEQ2 { color:#585858;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:40.5625rem;left:42.78125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nkSJCPTBbasIoFZOTdIhOkEsHfCUu9hF { 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:6.25rem;width:6.25rem;top:4.9375rem;left:26.875rem;overflow:hidden;display:block; }
#erLRUKX62XZmL06Sqlfz8f65NPI8WG5b { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:18.625rem;left:26.5rem;overflow:hidden;display:block; }
#utIamkoHaMrPpkiadTZMDA6msdxNUkFy { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:4.1875rem;left:46.875rem;overflow:hidden;display:block; }
#pooRrKTCtMzzc58u9P8m8yMB4oThAiPM { 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:18.625rem;left:6.125rem;overflow:hidden;display:block; }
#Vb9dfwOTvyuwKvN7aJ13rJWZykyhDzgH { 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:34.03125rem;left:6.125rem;overflow:hidden;display:block; }
#dT8MBgNX7sISL1mFt70qfsBoExeZwJJz { position:relative;display:block; }#dT8MBgNX7sISL1mFt70qfsBoExeZwJJz { background-color: transparent; background-image: none; }#dT8MBgNX7sISL1mFt70qfsBoExeZwJJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT8MBgNX7sISL1mFt70qfsBoExeZwJJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT8MBgNX7sISL1mFt70qfsBoExeZwJJz > .row .container > .video-iframe-container { display: none; }#dT8MBgNX7sISL1mFt70qfsBoExeZwJJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT8MBgNX7sISL1mFt70qfsBoExeZwJJz > .row > .video-iframe-container { display: none; }#dT8MBgNX7sISL1mFt70qfsBoExeZwJJz > .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); }#dT8MBgNX7sISL1mFt70qfsBoExeZwJJz { border-width: 0; border-radius: 0; }#dT8MBgNX7sISL1mFt70qfsBoExeZwJJz > .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; }#dT8MBgNX7sISL1mFt70qfsBoExeZwJJz > .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.8125rem;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; }#i8RU7fE6oCiWhiyxoX0qDA5TtGrMCeCW { 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; }
#TBVt8VFsiVIrF0xdRIUDTaUcsxvSTMNo { 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; }
#uWKz3W703mVIUMzzLB79t2zLdeCFcU7t { 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; }
#DnWxISgTpSf525IJr3JsQPvmNGlc4HgL { 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; }
#N1Fm5RuKM8CFmNVqQ1h4ZxOR9JTwP2UT { 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; }
#CkQJLkQQWgoXZEAmtq1NQUBpQRZtUh2g { box-sizing:content-box;height:2.9375rem;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; }
#AKHah8L7zKRwrxs5zqOCiiBLenQd6NTy { box-sizing:content-box;height:3.125rem;width:59.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(127,196,100,0.15);background-image:none;top:15.5rem;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; }
#QumfplUReUw1S4ghen1wuIZ04wnnonJ0 { 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:18.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; }
#kQxKNId26qWqd9KSLDGlJebzxRVqLdIn { 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; }
#Rwo60DQAFeQhLNXgbEQ4ggzrU0bVGiDL { 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; }
#hbs6uNTqPWxAhCWTu4FWcAgHVqQUUU8H { 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:13.299987792969rem;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; }
#w9Vu1pbAUQM5iXEcFZ4uX2lM0iTWGeGA { 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.72500038147rem;left:0rem;height:2.92480625rem;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; }
#wUZHhuk2LGLLuXPGnuecMHyQ32WknIE9 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.549999237061rem;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; }
#PXubMdZG01s85LtfC88FbK54IodFDyUv { 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; }#PXubMdZG01s85LtfC88FbK54IodFDyUv > .row .container { background-color: transparent; background-image: none; }#PXubMdZG01s85LtfC88FbK54IodFDyUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXubMdZG01s85LtfC88FbK54IodFDyUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXubMdZG01s85LtfC88FbK54IodFDyUv > .row .container > .video-iframe-container { display: none; }#PXubMdZG01s85LtfC88FbK54IodFDyUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXubMdZG01s85LtfC88FbK54IodFDyUv > .row > .video-iframe-container { display: none; }#PXubMdZG01s85LtfC88FbK54IodFDyUv > .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); }#PXubMdZG01s85LtfC88FbK54IodFDyUv > .row .container { border-width: 0; border-radius: 0; }#PXubMdZG01s85LtfC88FbK54IodFDyUv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PXubMdZG01s85LtfC88FbK54IodFDyUv > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:60rem;position:relative;display:block; }#OtXfiLJLmuiDw2wDvMfHapBCJbXk9r6m { 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:5.2250003814697rem;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; }
#DTPELRJS4uZgHobTegTEB1d7ZJK6c5Zc { 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:66.8125rem;width:60rem;position:relative;display:block; }#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#000000;padding-top:0.5675rem;padding-right:0.535rem;padding-bottom:0.5675rem;padding-left:0.535rem;display:block;align-items:center;width:3.20625rem;min-width:3.20625rem;height:3.04375rem;position:relative;font-family:lato;font-size:2.265625rem;font-weight:700;line-height:48.7px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.354375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.275rem;height:1.05375rem;position:relative;font-family:lato;font-size:0.85rem;font-weight:400;line-height:16.86px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.8125rem;height:5.586875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.4572906494141rem;left:22.09375rem;z-index:15004; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TqsaUudVH59wUTW9gzMQPKyRncpLCVKN { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #tQLotm7iXgqdnF32DNO4duQClJOUKKOH { width:auto; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TIzBqiIwvclLTbi5gkB0Z3BwTzeiPKBW {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #q5J0zsO4CEe27VmQBzwTrpiBEJhsIuTA { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #Eg5plkLGAETlucatE5ymKAg8BTRmbIcC {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #A4wbm1u0hkFP9vDgrkUXyZ6m9xX00Noq {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #KGTiiCs5XZadFripq7B1HSKKMWLTRFXP { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #qTxNJpp2zZGpTyAqSAexVkgvW8lZ4oLP {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #gy9CMvWHoEWnbk895Tk6tysegdnXqgrT {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #XuTSeaM0wwE5ivTv0GLhcyg4rKq1l1Ro { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #ocw22ST8IKFF9UEI3A2HNKi96BIlWKu0 {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #AhAUichL9GJD3CFTagTl3CbxaUTwuKw0 {  }
#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:32.375rem;left:1.625rem;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:43.125rem;left:1.0625rem;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:43.6875rem;left:1.0625rem;height:3.1875rem;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;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right: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:21.1865234375rem;left:32.31201171875rem; }
#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:21.1865234375rem;left:32.31201171875rem; }
#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 #vuhdEATIgKUJRa8eyttB5usr2R7nxTM7 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #cM77z2fl7QyuxwRgznfTtP7qyJwUOgIh { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #UcMTgUTQc8Kh4THmiLRNRG7yTC5uS1g9 { 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 #LIHOWHCA62Dtn8nEHEOB9F6e0EvqHSZ0 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tCaDxxOqxnQUoeehpbnR2KXsOzZLTkRw { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #VsLc2Feazw7UEeCPTDkgSkm0AQi7sg91 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Sdnr6bzaT8Koh6O71PXAmGvOScmSXShG { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #hA0FQKHEXROi8NAdCzgEn05Kyk4d8qZd { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #cCVBtmJ3Gqk2tQGyKarhLET213gXTPRh { 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; }
#hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { position:absolute;display:block;z-index:14996;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.625rem;width:26.1875rem;top:21rem;left:29.875rem;display:block; }
#rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:8.125rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#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:41.4375rem;left:3rem;overflow:hidden;display:block; }
#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { position:absolute;display:block;z-index:14990;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:7.1875rem;top:26.5625rem;left:52.8125rem;display:block; }#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.adaptive-delivery-prevent-bg, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyload, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyloading { background-image: none; }
#zLSNhqxZbZ2lfWb6KefJZmXNsEsZMtA0 { position:absolute;display:block;z-index:15033;background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:8.25rem;width:8.25rem;top:1.125rem;left:49.4375rem;display:block; }
#EnT3flRcbnEQGGpTXcQLRV1rWPvGNIr9 { color:#1f333b;display:block;width:7.4375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15038;line-height:.9;letter-spacing:0;top:2rem;left:49.75rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ngn1i6ECJwxGWGDcOJzluLfWacCcKc8h { color:#332d2e;display:block;width:6.9375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15039;line-height:1.1;letter-spacing:0;top:3.9375rem;left:50.25rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KuqCTouHTDbhSbBO9BbMRf9Jp6mvrcBT { color:#1f333b;display:block;width:19.625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:32.375rem;left:3rem;height:5.903325rem;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; }
#u53H0vOFwFALoq4eqh8oZHFwRkh7ubDg { color:#1f333b;display:block;width:49.3105625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:10rem;left:2.6259765625rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d9X3h13OgiLFwRsS0TwZVTNUDlOxVzRr { color:#1f333b;display:block;width:23rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:15.5rem;left:3rem;height:1.29980625rem;font-style:normal;display:block; }
#JLq3QOfwg1cwyuSXl8CF8uLv3pf0uquw { color:#000000;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:18.25rem;left:3rem;height:3.8964875rem;font-style:normal;display:block; }
#u7CuWdX4gdyekTNnQDtscLiTF7lXJmf7 { 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:23.1875rem;left:3rem;display:block; }
#JzBW9rDFaLNMCTgggCHDm3R57pOgyLWu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cnmXIleQ2UGgtWdLlRkqOmwPM0sJyNTO { color:#1f333b;display:block;width:23rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:15.5rem;left:29.875rem;height:1.29980625rem;font-style:normal;display:block; }
#cl4z4IPW60LFGZQWk7mQDNB672XpWR7x { 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:17.5rem;left:29.875rem;height:2.59765625rem;font-style:normal;display:block; }
#rINrgA9iVg4PvG4MIukSrrsIay7ESoko { position:relative;display:block; }#rINrgA9iVg4PvG4MIukSrrsIay7ESoko { background-color: transparent; background-image: none; }#rINrgA9iVg4PvG4MIukSrrsIay7ESoko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rINrgA9iVg4PvG4MIukSrrsIay7ESoko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rINrgA9iVg4PvG4MIukSrrsIay7ESoko > .row .container > .video-iframe-container { display: none; }#rINrgA9iVg4PvG4MIukSrrsIay7ESoko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rINrgA9iVg4PvG4MIukSrrsIay7ESoko > .row > .video-iframe-container { display: none; }#rINrgA9iVg4PvG4MIukSrrsIay7ESoko > .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); }#rINrgA9iVg4PvG4MIukSrrsIay7ESoko { border-width: 0; border-radius: 0; }#rINrgA9iVg4PvG4MIukSrrsIay7ESoko > .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; }#rINrgA9iVg4PvG4MIukSrrsIay7ESoko > .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:47.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; }#XxMQRgrvV8ttc4AsDp95TamfKO8fFb7L { 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; }
#N0Lvww2aNaqet1tsydiZkJcKfK90Kcvd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PvaRTTOU4pHPfIfqUUZZJK15dcDIPEOc { 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; }
#RXtTvAQTllnI1EfpgVgmDN9ciahOuI8G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JkxKTIzaWObcA9Gs8JHysFsM8grwake2 { 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; }
#crbtcADbtqaItTZx7NG9eAGCyBUm4an9 { 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.875rem;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:5.875rem;left:31rem;display:block; }
#Uaf5y5Z6JRmdmdAVeuwraNMcFfOPgEsG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O55eoSkT9TQJghbIwH8ftWSTWAEg2at4 { 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; }
#MJA9dyp8QtT7QnStsWzJ9gTXXETCJrWq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J9WwzPsw46uD89i9GfWtGxt9PSRVt79B { 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; }
#ND9Cek6w8JJ7hpgzeXtXxbvzh790hR4i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W75fVhtux0WRLARf32C3vwR87wmXw10J { 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; }
#WIqFUNKnwGByqHsTDTTcWLIGGMerhkqs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iqpaFXl66PMDhv3aycrTfUTDsAll2VPu { 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:17.125rem;left:31rem;display:block; }
#iRr2RynWho6q3P4aTrn8ZlrIPaRnbUAB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b0tNgaG0BGUQwFfpSHSZWxNdNO2la8rs { 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; }
#c5VkwRo7D5FExLxWfZlbaViADiSJRApB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dk4MgfkT31GiSqVJ446CiPwNDvbHbB1V { 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; }
#SCfgiLhPcWQSg3RHo3JeORwJqmAcqHZw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EH3b0NrfMGNUWAZ3zZF0zUTvxt5rKuF7 { 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:28.3125rem;left:31rem;display:block; }
#lhtKEICRUW8OAq1wCW6XfhyAJBfcbHCD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aC9AsNDI4hsuscGBZcKen0r1a1teBPG1 { 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:11.875rem;height:8.9375rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:17.187501270324rem;left:45.25rem;display:block; }
#dE1ELifO7fluxvm81rcvguwTL73Amalq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#alk5Fn9qksaznxR7aWOgpdKgOp5TT9hM { color:#ff0000;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:29rem;left:17.1875rem;height:0.9746125rem;font-style:normal;display:block; }
#DwFuFAi0SmPpgWBfnZze98W2AZSTo37Q { color:#ff0000;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:29rem;left:31.8125rem;height:0.9746125rem;font-style:normal;display:block; }
#xZDPR0yurApZXeQAzQ3ko7EiMlV8RZuX { 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.813802082092rem;left:19.10417175293rem;display:block; }
#UqgAs87BLe4I06eBTKBvaefGgJ5TZHgf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zkxL1tOQTblBwn2iGe02yZCLZcQx8zbJ { 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.312501270324rem;left:45rem;display:block; }
#O6zVtFlqTdCd6Jp3t8GnZ9G0qNEFvrmO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#etfDJTuFOV9zWftXtnwJR4utWoMkvk2I { 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.312501270324rem;left:46.0625rem;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; }
#u2LBiTC5eIkHi8bW44MqZpDTLOu2LhHV { 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; }#u2LBiTC5eIkHi8bW44MqZpDTLOu2LhHV > .row .container { background-color: transparent; background-image: none; }#u2LBiTC5eIkHi8bW44MqZpDTLOu2LhHV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2LBiTC5eIkHi8bW44MqZpDTLOu2LhHV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2LBiTC5eIkHi8bW44MqZpDTLOu2LhHV > .row .container > .video-iframe-container { display: none; }#u2LBiTC5eIkHi8bW44MqZpDTLOu2LhHV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2LBiTC5eIkHi8bW44MqZpDTLOu2LhHV > .row > .video-iframe-container { display: none; }#u2LBiTC5eIkHi8bW44MqZpDTLOu2LhHV > .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); }#u2LBiTC5eIkHi8bW44MqZpDTLOu2LhHV > .row .container { border-width: 0; border-radius: 0; }#u2LBiTC5eIkHi8bW44MqZpDTLOu2LhHV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u2LBiTC5eIkHi8bW44MqZpDTLOu2LhHV > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#MPCN4Sqr7RTZZhxFwhNfFV1VTNvluEAo { 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; }
#VTkuElruU3V5HuvcldCAeaoTPkPTkdFP { 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; }
#q0fAUiqERkdDgs5uDD4DErRxd4a2SFzF { 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; }
#NWDXihm4h8kyRPoAHgf0kGLuD1kmHN2t { 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; }#NWDXihm4h8kyRPoAHgf0kGLuD1kmHN2t > .row .container { background-color: transparent; background-image: none; }#NWDXihm4h8kyRPoAHgf0kGLuD1kmHN2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWDXihm4h8kyRPoAHgf0kGLuD1kmHN2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWDXihm4h8kyRPoAHgf0kGLuD1kmHN2t > .row .container > .video-iframe-container { display: none; }#NWDXihm4h8kyRPoAHgf0kGLuD1kmHN2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWDXihm4h8kyRPoAHgf0kGLuD1kmHN2t > .row > .video-iframe-container { display: none; }#NWDXihm4h8kyRPoAHgf0kGLuD1kmHN2t > .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); }#NWDXihm4h8kyRPoAHgf0kGLuD1kmHN2t > .row .container { border-width: 0; border-radius: 0; }#NWDXihm4h8kyRPoAHgf0kGLuD1kmHN2t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWDXihm4h8kyRPoAHgf0kGLuD1kmHN2t > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;position:relative;display:block; }#e2S0ifPS7Z2iZ8qmmr4WqnTFAT2z18yP { 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; }
#I4lKosKOU7Z6EtVpbQSrnAR0bqVeJLJN { 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; }
#QEZLE9yIMznGceuzGfDdmws1L1wX38ff { 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.3945125rem;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.875rem;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:39.9375rem;height:1.80013125rem;text-align:left;text-align-last:left;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:39.875rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#VV3syFT62BkJdvkrWMtPiDski9wo4zIM { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:8.361328125rem;left:40rem;height:1.80013125rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:27.875rem;height:;top:11.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:14.3125rem;height:4.875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { width:5.625rem;height:2.25rem;top:1.75rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block; }
 }@media only screen and (max-width: 763px) { #MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { width:6rem;height:2.25rem;top:1.75rem;left:27.8125rem;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:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block; }
 }@media only screen and (max-width: 763px) { #WG8Bq2AsTN7gLIRtTy0psTkcoUBGzs8E { width:4.4375rem;height:2.25rem;top:1.75rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block; }
 }@media only screen and (max-width: 763px) { #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.125rem;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:5.0625rem;top:20.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:19.625rem;height:5.875rem;top:27.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:7.25rem;top:26.6875rem;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.9375rem;height:5.0625rem;top:1.75rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeXQfCxgP5lTl9zsKQGItDv7Z0STyKVF { width:24.8125rem;height:2.625rem;top:42.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRyDaHQG0rzehrvANXKfM4yK8bnMiqrW { width:9.875rem;height:9.875rem;top:10.5rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oikxCxhtxdeViHSlg8JgNcOqw0l8n52O { width:6.625rem;height:3.875rem;top:14.3125rem;left:33rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT1AuOzkFlPHiBApAPcF1ThKpTQlnEX7 { width:5.25rem;height:1.4375rem;top:12.3125rem;left:33.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkvs1Nh9sBTzHCDsxu1TAdqBlXSGT7dM { top:28.1875rem;left:17rem;width:13.6875rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzQCEMDEECVEqTmktNEuaFsGM5Jf4410 { top:26.875rem;left:16rem;width:15.75rem;height:6.5625rem;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:4.5625rem;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.3125rem;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.25rem;height:16.875rem;top:20.625rem;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.4375rem;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:1rem;left:31.5625rem;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:8rem;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) { #ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc { display:block; }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaJZWHHdCnhkl8ygM7Bc3Qe6GcauLkD0 { width:47.75rem;height:;top:0.4375rem;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:7.1875rem;top:6.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyGTEPVcNaMyX9gekLBh4xZVvgM6ehzT { top:3rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckqIza01gB95do9mqW1Sk9XNdthqtPI8 { display:block; }#ckqIza01gB95do9mqW1Sk9XNdthqtPI8 > .row .container { width:47.75rem;position:relative;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) { #PUZfamvtplLD28aZhIGM5clcaKyXSNmF { width:6.25rem;height:6.25rem;top:4.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCV8VtRInAHlBIfi5OU0SupNPhNmJGxs { width:14.875rem;height:1.625rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTDBtRoti8q2Bkc4r0SSdXPuqCTQC9UE { width:15.4375rem;height:3.25rem;top:12.1875rem;left:16.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL0TPgAuK5cmeJBv69L313EnHeknROs9 { top:34.125rem;left:36.65625rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldfh88M6tuQrTsvc36nvPbskr2blcNaS { width:14.625rem;height:3.25rem;top:12.1875rem;left:32.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVMkOXaeT1lV1yiO6vwu7Iy5PSML4dIc { width:14.4375rem;height:4.875rem;top:26rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7GGUCglf8Ti0VNP5ywdg5FdtOS5MOSg { width:13.75rem;height:6.4375rem;top:25.125rem;left:16.937503814698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgLxopgUFB9OQ5qcULWgi28q8fucNAr7 { width:14.6875rem;height:1.625rem;top:25.3125rem;left:32.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg6d3Xd1qvBkoViEqC85uEocCwfpHVnX { width:6.25rem;height:6.25rem;top:18.0625rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpQVTr8kyJVHzXn839E0HfpTxX2rMWAG { width:12.875rem;height:4.875rem;top:40.5rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzWJRTsLh1omnr5sXMo7Dm8B3gP4v71d { width:14.4375rem;height:4.875rem;top:40.5625rem;left:16.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT3a6vBPAeHFbuuTDH1t3knWsV58nmQp { width:6.25rem;height:6.25rem;top:34rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7yT3VCSTZaL8Fp2lrqx3Pm5CrAXrEQ2 { width:14.4375rem;height:3.25rem;top:40.5625rem;left:32.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkSJCPTBbasIoFZOTdIhOkEsHfCUu9hF { width:6.25rem;height:6.25rem;top:4.9375rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erLRUKX62XZmL06Sqlfz8f65NPI8WG5b { width:6.25rem;height:6.25rem;top:18.625rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utIamkoHaMrPpkiadTZMDA6msdxNUkFy { width:6.25rem;height:6.25rem;top:4.1875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pooRrKTCtMzzc58u9P8m8yMB4oThAiPM { width:6.25rem;height:6.25rem;top:18.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb9dfwOTvyuwKvN7aJ13rJWZykyhDzgH { width:6.25rem;height:6.25rem;top:34rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT8MBgNX7sISL1mFt70qfsBoExeZwJJz { display:block; }#dT8MBgNX7sISL1mFt70qfsBoExeZwJJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8RU7fE6oCiWhiyxoX0qDA5TtGrMCeCW { width:47.75rem;height:3.25rem;top:0rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBVt8VFsiVIrF0xdRIUDTaUcsxvSTMNo { width:47.75rem;height:1.4375rem;top:4.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWKz3W703mVIUMzzLB79t2zLdeCFcU7t { top:4.1875rem;left:0rem;width:47.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnWxISgTpSf525IJr3JsQPvmNGlc4HgL { top:6.875rem;left:0rem;width:47.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1Fm5RuKM8CFmNVqQ1h4ZxOR9JTwP2UT { top:9.5625rem;left:0rem;width:47.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkQJLkQQWgoXZEAmtq1NQUBpQRZtUh2g { top:12.25rem;left:0rem;width:47.5rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKHah8L7zKRwrxs5zqOCiiBLenQd6NTy { top:15.5rem;left:0rem;width:47.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QumfplUReUw1S4ghen1wuIZ04wnnonJ0 { top:18.9375rem;left:0rem;width:47.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQxKNId26qWqd9KSLDGlJebzxRVqLdIn { width:47.75rem;height:1.4375rem;top:7.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwo60DQAFeQhLNXgbEQ4ggzrU0bVGiDL { width:47.75rem;height:1.4375rem;top:10.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbs6uNTqPWxAhCWTu4FWcAgHVqQUUU8H { width:47.75rem;height:1.4375rem;top:13.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9Vu1pbAUQM5iXEcFZ4uX2lM0iTWGeGA { width:47.75rem;height:2.875rem;top:15.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUZHhuk2LGLLuXPGnuecMHyQ32WknIE9 { width:47.75rem;height:1.4375rem;top:19.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXubMdZG01s85LtfC88FbK54IodFDyUv { display:block; }#PXubMdZG01s85LtfC88FbK54IodFDyUv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtXfiLJLmuiDw2wDvMfHapBCJbXk9r6m { width:43.75rem;height:;top:5.1875rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTPELRJS4uZgHobTegTEB1d7ZJK6c5Zc { 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) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx { display:flex;width:13.5rem;height:5.0625rem;top:0rem;left:23.25rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TqsaUudVH59wUTW9gzMQPKyRncpLCVKN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #tQLotm7iXgqdnF32DNO4duQClJOUKKOH {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TIzBqiIwvclLTbi5gkB0Z3BwTzeiPKBW {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #q5J0zsO4CEe27VmQBzwTrpiBEJhsIuTA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #Eg5plkLGAETlucatE5ymKAg8BTRmbIcC {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #A4wbm1u0hkFP9vDgrkUXyZ6m9xX00Noq {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #KGTiiCs5XZadFripq7B1HSKKMWLTRFXP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #qTxNJpp2zZGpTyAqSAexVkgvW8lZ4oLP {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #gy9CMvWHoEWnbk895Tk6tysegdnXqgrT {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #XuTSeaM0wwE5ivTv0GLhcyg4rKq1l1Ro { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #ocw22ST8IKFF9UEI3A2HNKi96BIlWKu0 {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #AhAUichL9GJD3CFTagTl3CbxaUTwuKw0 {  }
 }@media only screen and (max-width: 763px) { #qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { width:0.125rem;height:5.25rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { width:7.75rem;height:5.625rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { width:7.75rem;height:3.1875rem;top:43.6875rem;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:21.125rem;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:21.125rem;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 #vuhdEATIgKUJRa8eyttB5usr2R7nxTM7 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #cM77z2fl7QyuxwRgznfTtP7qyJwUOgIh {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #UcMTgUTQc8Kh4THmiLRNRG7yTC5uS1g9 {  }
 }@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 #LIHOWHCA62Dtn8nEHEOB9F6e0EvqHSZ0 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tCaDxxOqxnQUoeehpbnR2KXsOzZLTkRw {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #VsLc2Feazw7UEeCPTDkgSkm0AQi7sg91 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Sdnr6bzaT8Koh6O71PXAmGvOScmSXShG {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #hA0FQKHEXROi8NAdCzgEn05Kyk4d8qZd {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #cCVBtmJ3Gqk2tQGyKarhLET213gXTPRh {  }
 }@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) { #hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { width:26.1875rem;height:22.625rem;top:21rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { width:43.75rem;height:1.5625rem;top:0rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:24.4375rem;height:18.75rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:7.1875rem;height:9.8125rem;top:26.5625rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLSNhqxZbZ2lfWb6KefJZmXNsEsZMtA0 { width:8.25rem;height:8.25rem;top:1.125rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnT3flRcbnEQGGpTXcQLRV1rWPvGNIr9 { width:7.4375rem;height:1.4375rem;top:2rem;left:40.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngn1i6ECJwxGWGDcOJzluLfWacCcKc8h { width:6.9375rem;height:3.5625rem;top:3.9375rem;left:40.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuqCTouHTDbhSbBO9BbMRf9Jp6mvrcBT { width:19.625rem;height:5.875rem;top:32.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u53H0vOFwFALoq4eqh8oZHFwRkh7ubDg { top:10rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9X3h13OgiLFwRsS0TwZVTNUDlOxVzRr { top:15.5rem;left:0rem;width:23rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLq3QOfwg1cwyuSXl8CF8uLv3pf0uquw { top:18.25rem;left:0rem;width:21.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7CuWdX4gdyekTNnQDtscLiTF7lXJmf7 { width:17.5rem;height:3.4375rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzBW9rDFaLNMCTgggCHDm3R57pOgyLWu { display:block; }
 }@media only screen and (max-width: 763px) { #cnmXIleQ2UGgtWdLlRkqOmwPM0sJyNTO { top:15.5rem;left:23.75rem;width:23rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl4z4IPW60LFGZQWk7mQDNB672XpWR7x { top:17.5rem;left:23.75rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rINrgA9iVg4PvG4MIukSrrsIay7ESoko { display:block; }#rINrgA9iVg4PvG4MIukSrrsIay7ESoko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxMQRgrvV8ttc4AsDp95TamfKO8fFb7L { width:11.875rem;height:9.0625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0Lvww2aNaqet1tsydiZkJcKfK90Kcvd { display:block; }
 }@media only screen and (max-width: 763px) { #PvaRTTOU4pHPfIfqUUZZJK15dcDIPEOc { width:11.875rem;height:9.0625rem;top:5.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXtTvAQTllnI1EfpgVgmDN9ciahOuI8G { display:block; }
 }@media only screen and (max-width: 763px) { #JkxKTIzaWObcA9Gs8JHysFsM8grwake2 { 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) { #crbtcADbtqaItTZx7NG9eAGCyBUm4an9 { width:11.875rem;height:9.0625rem;top:5.875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uaf5y5Z6JRmdmdAVeuwraNMcFfOPgEsG { display:block; }
 }@media only screen and (max-width: 763px) { #O55eoSkT9TQJghbIwH8ftWSTWAEg2at4 { width:11.875rem;height:9.0625rem;top:5.875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJA9dyp8QtT7QnStsWzJ9gTXXETCJrWq { display:block; }
 }@media only screen and (max-width: 763px) { #J9WwzPsw46uD89i9GfWtGxt9PSRVt79B { width:11.875rem;height:9.0625rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND9Cek6w8JJ7hpgzeXtXxbvzh790hR4i { display:block; }
 }@media only screen and (max-width: 763px) { #W75fVhtux0WRLARf32C3vwR87wmXw10J { width:11.875rem;height:9.0625rem;top:17.125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIqFUNKnwGByqHsTDTTcWLIGGMerhkqs { display:block; }
 }@media only screen and (max-width: 763px) { #iqpaFXl66PMDhv3aycrTfUTDsAll2VPu { width:11.9375rem;height:9.0625rem;top:17.125rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRr2RynWho6q3P4aTrn8ZlrIPaRnbUAB { display:block; }
 }@media only screen and (max-width: 763px) { #b0tNgaG0BGUQwFfpSHSZWxNdNO2la8rs { width:11.875rem;height:9.0625rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5VkwRo7D5FExLxWfZlbaViADiSJRApB { display:block; }
 }@media only screen and (max-width: 763px) { #Dk4MgfkT31GiSqVJ446CiPwNDvbHbB1V { width:11.875rem;height:9.0625rem;top:28.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCfgiLhPcWQSg3RHo3JeORwJqmAcqHZw { display:block; }
 }@media only screen and (max-width: 763px) { #EH3b0NrfMGNUWAZ3zZF0zUTvxt5rKuF7 { width:11.875rem;height:9.0625rem;top:28.3125rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhtKEICRUW8OAq1wCW6XfhyAJBfcbHCD { display:block; }
 }@media only screen and (max-width: 763px) { #aC9AsNDI4hsuscGBZcKen0r1a1teBPG1 { width:11.875rem;height:8.9375rem;top:17.1875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE1ELifO7fluxvm81rcvguwTL73Amalq { display:block; }
 }@media only screen and (max-width: 763px) { #alk5Fn9qksaznxR7aWOgpdKgOp5TT9hM { top:29rem;left:11.0625rem;width:3.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwFuFAi0SmPpgWBfnZze98W2AZSTo37Q { top:29rem;left:25.6875rem;width:3.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZDPR0yurApZXeQAzQ3ko7EiMlV8RZuX { width:21.6875rem;height:4.875rem;top:39.8125rem;left:12.97917175293rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqgAs87BLe4I06eBTKBvaefGgJ5TZHgf { display:block; }
 }@media only screen and (max-width: 763px) { #zkxL1tOQTblBwn2iGe02yZCLZcQx8zbJ { width:12.375rem;height:9.0625rem;top:28.3125rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6zVtFlqTdCd6Jp3t8GnZ9G0qNEFvrmO { display:block; }
 }@media only screen and (max-width: 763px) { #etfDJTuFOV9zWftXtnwJR4utWoMkvk2I { top:28.3125rem;left:39.9375rem;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.1875rem;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) { #u2LBiTC5eIkHi8bW44MqZpDTLOu2LhHV { display:block; }#u2LBiTC5eIkHi8bW44MqZpDTLOu2LhHV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPCN4Sqr7RTZZhxFwhNfFV1VTNvluEAo { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTkuElruU3V5HuvcldCAeaoTPkPTkdFP { width:47.75rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0fAUiqERkdDgs5uDD4DErRxd4a2SFzF { width:47.1875rem;height:3.5625rem;top:4.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWDXihm4h8kyRPoAHgf0kGLuD1kmHN2t { display:block; }#NWDXihm4h8kyRPoAHgf0kGLuD1kmHN2t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2S0ifPS7Z2iZ8qmmr4WqnTFAT2z18yP { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4lKosKOU7Z6EtVpbQSrnAR0bqVeJLJN { width:47.75rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEZLE9yIMznGceuzGfDdmws1L1wX38ff { 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.875rem;height:1.8125rem;top:6.5rem;left:17.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { width:11.25rem;height:1.25rem;top:3.375rem;left:20.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV3syFT62BkJdvkrWMtPiDski9wo4zIM { width:16.625rem;height:1.8125rem;top:8.3125rem;left:31.125rem;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:93.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:13.5rem;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.875rem;height:1.6875rem;top:1.1809896230698rem;left:0.5625rem;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:49.8125rem;left:3.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:19.125rem;height:6.75rem;top:23.1875rem;left:0.875rem;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:69rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:4.0625rem;height:1.4875rem;top:69.625rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu9xTOT7tHFW685BTE7MZMWxGSWHucFW { width:4.1875rem;height:2.375rem;top:0.86848959326744rem;left:6.6250001192094rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EeXQfCxgP5lTl9zsKQGItDv7Z0STyKVF { width:20rem;height:2.625rem;top:90.9375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aRyDaHQG0rzehrvANXKfM4yK8bnMiqrW { width:9.875rem;height:9.875rem;top:55.6875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oikxCxhtxdeViHSlg8JgNcOqw0l8n52O { width:6.625rem;height:2.54948125rem;top:60.5625rem;left:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT1AuOzkFlPHiBApAPcF1ThKpTQlnEX7 { width:5.25rem;height:1.125rem;top:58.5625rem;left:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkvs1Nh9sBTzHCDsxu1TAdqBlXSGT7dM { width:13.6875rem;height:auto;top:28.1875rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kzQCEMDEECVEqTmktNEuaFsGM5Jf4410 { width:15.75rem;height:6.5625rem;top:26.875rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:20rem;height:32.390625rem;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:125.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:20rem;height:0.875rem;top:19.374999046326rem;left:0rem;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.1953125rem;top:24.937499046326rem;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:39.78750038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:17.25rem;height:19.79425rem;top:61.625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { width:17.25rem;height:4.0625rem;top:57rem;left:1.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:20rem;height:0.875rem;top:56.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { width:20rem;height:16.125rem;top:84.18750190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:17.25rem;height:17.9948125rem;top:107.4375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { width:17.25rem;height:4.0625rem;top:103.375rem;left:1.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:20rem;height:0.875rem;top:101.25rem;left:0rem;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;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.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:16.5rem;height:3.8984375rem;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.6364593505863rem;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:34.9375rem;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.94921875rem;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.4375rem;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.94921875rem;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.5rem;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) { #ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc { display:block; }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaJZWHHdCnhkl8ygM7Bc3Qe6GcauLkD0 { width:20rem;height:11.1979375rem;top:1.25rem;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;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.6rem;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:52.629235876465rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:17.1875rem;height:23.39325rem;top:24.318748474121rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyGTEPVcNaMyX9gekLBh4xZVvgM6ehzT { width:12.5rem;height:0;top:48.942710876465rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckqIza01gB95do9mqW1Sk9XNdthqtPI8 { display:block; }#ckqIza01gB95do9mqW1Sk9XNdthqtPI8 > .row .container { width:20rem;height:139.8125rem;position:relative;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) { #PUZfamvtplLD28aZhIGM5clcaKyXSNmF { width:6.25rem;height:6.25rem;top:7.33749961853rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCV8VtRInAHlBIfi5OU0SupNPhNmJGxs { width:18.75rem;height:1.3rem;top:14.125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTDBtRoti8q2Bkc4r0SSdXPuqCTQC9UE { width:18.75rem;height:2.6rem;top:28.1875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DL0TPgAuK5cmeJBv69L313EnHeknROs9 { width:6rem;height:6rem;top:129.24999809265rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldfh88M6tuQrTsvc36nvPbskr2blcNaS { width:18.75rem;height:1.3rem;top:43.125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GVMkOXaeT1lV1yiO6vwu7Iy5PSML4dIc { width:18.75rem;height:2.6rem;top:57.124998092651rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7GGUCglf8Ti0VNP5ywdg5FdtOS5MOSg { width:18.75rem;height:3.8997375rem;top:73.37499809265rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XgLxopgUFB9OQ5qcULWgi28q8fucNAr7 { width:18.75rem;height:1.3rem;top:87.974998474119rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg6d3Xd1qvBkoViEqC85uEocCwfpHVnX { width:6.25rem;height:6.25rem;top:81.162498474119rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpQVTr8kyJVHzXn839E0HfpTxX2rMWAG { width:15rem;height:3.8997375rem;top:105.91249847412rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzWJRTsLh1omnr5sXMo7Dm8B3gP4v71d { width:14.4375rem;height:2.6rem;top:122.33749771118rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT3a6vBPAeHFbuuTDH1t3knWsV58nmQp { width:6.25rem;height:6.25rem;top:115.56249809265rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7yT3VCSTZaL8Fp2lrqx3Pm5CrAXrEQ2 { width:14.4375rem;height:2.6rem;top:136.5rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkSJCPTBbasIoFZOTdIhOkEsHfCUu9hF { width:6.25rem;height:6.25rem;top:21.037498474121rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erLRUKX62XZmL06Sqlfz8f65NPI8WG5b { width:6.25rem;height:6.25rem;top:98.349998474119rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utIamkoHaMrPpkiadTZMDA6msdxNUkFy { width:6.25rem;height:6.25rem;top:35.16250038147rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pooRrKTCtMzzc58u9P8m8yMB4oThAiPM { width:6.25rem;height:6.25rem;top:49.16250038147rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb9dfwOTvyuwKvN7aJ13rJWZykyhDzgH { width:6.25rem;height:6.25rem;top:66.037500381469rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT8MBgNX7sISL1mFt70qfsBoExeZwJJz { display:block; }#dT8MBgNX7sISL1mFt70qfsBoExeZwJJz > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8RU7fE6oCiWhiyxoX0qDA5TtGrMCeCW { 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) { #TBVt8VFsiVIrF0xdRIUDTaUcsxvSTMNo { width:20rem;height:1.462675rem;top:5.4249992370606rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWKz3W703mVIUMzzLB79t2zLdeCFcU7t { width:19.75rem;height:2.4375rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnWxISgTpSf525IJr3JsQPvmNGlc4HgL { width:19.75rem;height:4.6875rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1Fm5RuKM8CFmNVqQ1h4ZxOR9JTwP2UT { width:19.75rem;height:5.0625rem;top:13.287536621094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkQJLkQQWgoXZEAmtq1NQUBpQRZtUh2g { width:19.75rem;height:4.3125rem;top:18.85000038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKHah8L7zKRwrxs5zqOCiiBLenQd6NTy { width:19.75rem;height:6.0625rem;top:23.699981689453rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QumfplUReUw1S4ghen1wuIZ04wnnonJ0 { width:19.75rem;height:4.9375rem;top:30.643751144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQxKNId26qWqd9KSLDGlJebzxRVqLdIn { width:20rem;height:4.38671875rem;top:8.27499961853rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwo60DQAFeQhLNXgbEQ4ggzrU0bVGiDL { width:20rem;height:4.38671875rem;top:13.53750038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbs6uNTqPWxAhCWTu4FWcAgHVqQUUU8H { width:20rem;height:2.92448125rem;top:19.668750762939rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9Vu1pbAUQM5iXEcFZ4uX2lM0iTWGeGA { width:20rem;height:5.84895625rem;top:23.93124961853rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUZHhuk2LGLLuXPGnuecMHyQ32WknIE9 { width:20rem;height:2.92448125rem;top:31.77499961853rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXubMdZG01s85LtfC88FbK54IodFDyUv { display:block; }#PXubMdZG01s85LtfC88FbK54IodFDyUv > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtXfiLJLmuiDw2wDvMfHapBCJbXk9r6m { width:20rem;height:8.3994375rem;top:6.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTPELRJS4uZgHobTegTEB1d7ZJK6c5Zc { 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:83.52831875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx { display:flex;width:13.5rem;height:5.0625rem;top:3.1875rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TqsaUudVH59wUTW9gzMQPKyRncpLCVKN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #tQLotm7iXgqdnF32DNO4duQClJOUKKOH {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TIzBqiIwvclLTbi5gkB0Z3BwTzeiPKBW {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #q5J0zsO4CEe27VmQBzwTrpiBEJhsIuTA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #Eg5plkLGAETlucatE5ymKAg8BTRmbIcC {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #A4wbm1u0hkFP9vDgrkUXyZ6m9xX00Noq {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #KGTiiCs5XZadFripq7B1HSKKMWLTRFXP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #qTxNJpp2zZGpTyAqSAexVkgvW8lZ4oLP {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #gy9CMvWHoEWnbk895Tk6tysegdnXqgrT {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #XuTSeaM0wwE5ivTv0GLhcyg4rKq1l1Ro { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #ocw22ST8IKFF9UEI3A2HNKi96BIlWKu0 {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #AhAUichL9GJD3CFTagTl3CbxaUTwuKw0 {  }
 }@media only screen and (max-width: 763px) { #qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { width:0.125rem;height:5.25rem;top:9.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { width:7.3125rem;height:5.25rem;top:59.59375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { width:5.5rem;height:2.65625rem;top:60.25rem;left:12.65625rem;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:17.8935546875rem;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:17.8935546875rem;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 #vuhdEATIgKUJRa8eyttB5usr2R7nxTM7 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #cM77z2fl7QyuxwRgznfTtP7qyJwUOgIh {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #UcMTgUTQc8Kh4THmiLRNRG7yTC5uS1g9 {  }
 }@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 #LIHOWHCA62Dtn8nEHEOB9F6e0EvqHSZ0 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tCaDxxOqxnQUoeehpbnR2KXsOzZLTkRw {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #VsLc2Feazw7UEeCPTDkgSkm0AQi7sg91 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Sdnr6bzaT8Koh6O71PXAmGvOScmSXShG {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #hA0FQKHEXROi8NAdCzgEn05Kyk4d8qZd {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #cCVBtmJ3Gqk2tQGyKarhLET213gXTPRh {  }
 }@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) { #hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { width:20rem;height:24.1875rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { width:20rem;height:1.59375rem;top:0.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:20rem;height:15.3125rem;top:59.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:20rem;height:2.1875rem;top:72.9375rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #zLSNhqxZbZ2lfWb6KefJZmXNsEsZMtA0 { width:8.25rem;height:8.25rem;top:11.8125rem;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) { #EnT3flRcbnEQGGpTXcQLRV1rWPvGNIr9 { width:7.4375rem;height:1.125rem;top:13.5625rem;left:12.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngn1i6ECJwxGWGDcOJzluLfWacCcKc8h { width:6.9375rem;height:2.475rem;top:15.3125rem;left:12.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuqCTouHTDbhSbBO9BbMRf9Jp6mvrcBT { width:19.625rem;height:0;top:76.375rem;left:0.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u53H0vOFwFALoq4eqh8oZHFwRkh7ubDg { width:20rem;height:7.714875rem;top:23.5625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #d9X3h13OgiLFwRsS0TwZVTNUDlOxVzRr { width:20rem;height:1.29980625rem;top:33.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLq3QOfwg1cwyuSXl8CF8uLv3pf0uquw { width:18.125rem;height:5.19921875rem;top:36.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7CuWdX4gdyekTNnQDtscLiTF7lXJmf7 { width:17.5rem;height:3.4375rem;top:42.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzBW9rDFaLNMCTgggCHDm3R57pOgyLWu { display:block; }
 }@media only screen and (max-width: 763px) { #cnmXIleQ2UGgtWdLlRkqOmwPM0sJyNTO { width:20rem;height:1.29980625rem;top:47.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl4z4IPW60LFGZQWk7mQDNB672XpWR7x { width:18.125rem;height:2.5996125rem;top:48.5498046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rINrgA9iVg4PvG4MIukSrrsIay7ESoko { display:block; }#rINrgA9iVg4PvG4MIukSrrsIay7ESoko > .row .container { width:20rem;height:133.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxMQRgrvV8ttc4AsDp95TamfKO8fFb7L { width:11.875rem;height:9.0625rem;top:4.73046875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0Lvww2aNaqet1tsydiZkJcKfK90Kcvd { display:block; }
 }@media only screen and (max-width: 763px) { #PvaRTTOU4pHPfIfqUUZZJK15dcDIPEOc { width:11.875rem;height:9.0625rem;top:15.04296875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXtTvAQTllnI1EfpgVgmDN9ciahOuI8G { display:block; }
 }@media only screen and (max-width: 763px) { #JkxKTIzaWObcA9Gs8JHysFsM8grwake2 { 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) { #crbtcADbtqaItTZx7NG9eAGCyBUm4an9 { width:11.875rem;height:9.0625rem;top:25.35546875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uaf5y5Z6JRmdmdAVeuwraNMcFfOPgEsG { display:block; }
 }@media only screen and (max-width: 763px) { #O55eoSkT9TQJghbIwH8ftWSTWAEg2at4 { width:11.875rem;height:9.0625rem;top:35.66796875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJA9dyp8QtT7QnStsWzJ9gTXXETCJrWq { display:block; }
 }@media only screen and (max-width: 763px) { #J9WwzPsw46uD89i9GfWtGxt9PSRVt79B { width:11.875rem;height:9.0625rem;top:45.98046875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND9Cek6w8JJ7hpgzeXtXxbvzh790hR4i { display:block; }
 }@media only screen and (max-width: 763px) { #W75fVhtux0WRLARf32C3vwR87wmXw10J { width:11.875rem;height:9.0625rem;top:56.29296875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIqFUNKnwGByqHsTDTTcWLIGGMerhkqs { display:block; }
 }@media only screen and (max-width: 763px) { #iqpaFXl66PMDhv3aycrTfUTDsAll2VPu { width:11.9375rem;height:9.0625rem;top:66.60546875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRr2RynWho6q3P4aTrn8ZlrIPaRnbUAB { display:block; }
 }@media only screen and (max-width: 763px) { #b0tNgaG0BGUQwFfpSHSZWxNdNO2la8rs { width:11.875rem;height:9.0625rem;top:76.5rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5VkwRo7D5FExLxWfZlbaViADiSJRApB { display:block; }
 }@media only screen and (max-width: 763px) { #Dk4MgfkT31GiSqVJ446CiPwNDvbHbB1V { width:11.875rem;height:9.0625rem;top:86.8125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCfgiLhPcWQSg3RHo3JeORwJqmAcqHZw { display:block; }
 }@media only screen and (max-width: 763px) { #EH3b0NrfMGNUWAZ3zZF0zUTvxt5rKuF7 { width:11.875rem;height:9.0625rem;top:97.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhtKEICRUW8OAq1wCW6XfhyAJBfcbHCD { display:block; }
 }@media only screen and (max-width: 763px) { #aC9AsNDI4hsuscGBZcKen0r1a1teBPG1 { width:12.8125rem;height:8.9375rem;top:107.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE1ELifO7fluxvm81rcvguwTL73Amalq { display:block; }
 }@media only screen and (max-width: 763px) { #alk5Fn9qksaznxR7aWOgpdKgOp5TT9hM { width:3.375rem;height:0.97395625rem;top:97.125rem;left:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwFuFAi0SmPpgWBfnZze98W2AZSTo37Q { width:3.375rem;height:0.97395625rem;top:87.875rem;left:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZDPR0yurApZXeQAzQ3ko7EiMlV8RZuX { width:18.95833375rem;height:4.08333375rem;top:128.3125rem;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) { #UqgAs87BLe4I06eBTKBvaefGgJ5TZHgf { display:block; }
 }@media only screen and (max-width: 763px) { #zkxL1tOQTblBwn2iGe02yZCLZcQx8zbJ { width:12.375rem;height:9.0625rem;top:117.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6zVtFlqTdCd6Jp3t8GnZ9G0qNEFvrmO { display:block; }
 }@media only screen and (max-width: 763px) { #etfDJTuFOV9zWftXtnwJR4utWoMkvk2I { width:3.375rem;height:0.97395625rem;top:117.875rem;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 { display:block; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAIscqn3AAbhqc1C6wbJHBtpuLOF8gJ8 { width:20rem;height:3.8984375rem;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 { display:block; }#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.94921875rem;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 { display:block; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyTRIbzzZ3t3RN7aLf6qmW8KWhb4sO75 { width:20rem;height:3.8984375rem;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 { display:block; }#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.8984375rem;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 { display:block; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2KvdtNAASp27mNgInlKnFX3X4uVn2rG { width:20rem;height:3.8984375rem;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 { display:block; }#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) { #u2LBiTC5eIkHi8bW44MqZpDTLOu2LhHV { display:block; }#u2LBiTC5eIkHi8bW44MqZpDTLOu2LhHV > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPCN4Sqr7RTZZhxFwhNfFV1VTNvluEAo { width:20rem;height:3.898925rem;top:1.3312530517578rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTkuElruU3V5HuvcldCAeaoTPkPTkdFP { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0fAUiqERkdDgs5uDD4DErRxd4a2SFzF { width:19.6875rem;height:8.999rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWDXihm4h8kyRPoAHgf0kGLuD1kmHN2t { display:block; }#NWDXihm4h8kyRPoAHgf0kGLuD1kmHN2t > .row .container { width:20rem;height:7.1435546875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2S0ifPS7Z2iZ8qmmr4WqnTFAT2z18yP { width:20rem;height:5.84765625rem;top:1.3312530517578rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4lKosKOU7Z6EtVpbQSrnAR0bqVeJLJN { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEZLE9yIMznGceuzGfDdmws1L1wX38ff { 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.875rem;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.1952875rem;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.5989625rem;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) { #VV3syFT62BkJdvkrWMtPiDski9wo4zIM { width:16.625rem;height:1.80013125rem;top:34.04980625rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }