.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;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.25rem;width:75rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:13.375rem;left:0rem;height:7.3125rem;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;font-style:normal;display:block; }
#dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:14.3125rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.75rem;left:42.375rem;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:47.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:53.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:59.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:64.3125rem;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.45833375rem;height:2.39583375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.75rem;left:69.5625rem;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:11.625rem;height:2.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.03125rem;left:1.8125rem;display:block; }
#J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:30.67138671875rem;left:0.7666015625rem;height:3.28125rem;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:5.9375rem;width:0.125rem;top:29.34375rem;left:0rem;display:block; }
#Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { color:#bddeab;display:block;width:12.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15071;line-height:1.7;letter-spacing:0;top:10.7685546875rem;left:0rem;height:2.125rem;text-align:left;text-align-last:left;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.1875rem;width:9.1875rem;top:1.625rem;left:16.25rem;overflow:hidden;display:block; }
#EJiyIRCxZSJLsgKzsW1h7FAnxEMH78zl { color:#ecf3f1;display:block;width:30.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:42.0625rem;left:8.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; }
#SMPxJ047kG9bnHhTycLplQkvd71REE4H { position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #bddeab;border-left:0.125rem solid #bddeab;border-right:0.125rem solid #bddeab;border-bottom:0.125rem solid #bddeab;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.625rem;width:8.625rem;top:8.25rem;left:26.1875rem;display:block; }
#W30boGeLF9lZdE2wbGKt8t0WkR58uAUd { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15067;line-height:1.2;letter-spacing:0;top:11.25rem;left:26.3125rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dqQrOhbtcKd5KALUs2yO2oFS0Zt6zKb6 { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15080;line-height:1.5;letter-spacing:0;top:33.78125rem;left:21.4375rem;height:5.249025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LpRWTAPWTkgoc5JBeyAAibpF4i6i9rtD { position:absolute;display:block;z-index:15072;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:34.3125rem;width:20.5625rem;top:8.8125rem;left:40.6875rem;overflow:hidden;display:block; }
#A6kExIT9zO0HZy30vNVBHtfcUTDGyLTI { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:1.65625rem;left:25.375rem;overflow:hidden;display:block; }
#xNlEWJPIgobSLd0Fcob4NEkxp2zXzX6K { position:absolute;display:block;z-index:15075;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.8125rem;width:5.8125rem;top:19.875rem;left:67.75rem;overflow:hidden;display:block; }
#Z5UN0w2MU6ukdWtdGtK49zV2wv13DO6Q { position:absolute;display:block;z-index:15076;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:11.1875rem;width:11.1875rem;top:5.78125rem;left:58.4375rem;overflow:hidden;display:block; }
#C5sLyRrivvrNauVbCTmHfwCXwJI5WBu0 { position:absolute;display:block;z-index:15077;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.8125rem;width:3.8125rem;top:14.375rem;left:39.5625rem;overflow:hidden;display:block; }
#LkyR6wB5x03d3eFw7lNWgzfMdAoxgtpH { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:36.8125rem;left:68.625rem;overflow:hidden;display:block; }
#hQQCyOGFdela1Cc3d4bO7ZcOnUIaRLHi { position:absolute;display:block;z-index:15079;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.875rem;width:5.875rem;top:25.6875rem;left:61.25rem;overflow:hidden;display:block; }
#JUr0qrTfsA2wRuAwk039ysIOc7S4eMPy { box-sizing:content-box;height:6.5625rem;width:15.75rem;position:absolute;display:block;z-index:15079;background-color:rgba(0,0,0,0);background-image:none;top:32.5rem;left:20.4375rem;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; }
#THQT5Dy8kdBobkhpMsl0LNB8DigMozMe { position:absolute;display:block;z-index:15081;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.125rem;width:3.125rem;top:2.65625rem;left:32.375rem;overflow:hidden;display:block; }
#c9Bw0P3U00P4eaGdk5OJqVD9zDeKGryt { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:9.75rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#CA4xaTZaNaBecrIvRKzNok8eDyrKtUSe { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:21.419921875rem;left:0rem;height:6.8261875rem;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:8.5625rem;width:75rem;position:relative;display:block; }#ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8177089691162rem;left:15.625rem;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;font-style:normal;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:10.1875rem;width:75rem;position:relative;display:block; }#HkKSuGomxa4dsh3SlDogCS5xHR5ezgZz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.20703125rem;left:7.5rem; }
#ye8eC5dn3K4JdFXaCI8ZSxvPt4O0T1Fu { color:#000000;display:block;width:61.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:1.20703125rem;left:13.5rem;height:7.49511875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UI0u2Oo5Zh7IZ5sLApUlgwymRDf2DDw7 { 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; }#UI0u2Oo5Zh7IZ5sLApUlgwymRDf2DDw7 > .row .container { background-color: transparent; background-image: none; }#UI0u2Oo5Zh7IZ5sLApUlgwymRDf2DDw7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UI0u2Oo5Zh7IZ5sLApUlgwymRDf2DDw7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UI0u2Oo5Zh7IZ5sLApUlgwymRDf2DDw7 > .row .container > .video-iframe-container { display: none; }#UI0u2Oo5Zh7IZ5sLApUlgwymRDf2DDw7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UI0u2Oo5Zh7IZ5sLApUlgwymRDf2DDw7 > .row > .video-iframe-container { display: none; }#UI0u2Oo5Zh7IZ5sLApUlgwymRDf2DDw7 > .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); }#UI0u2Oo5Zh7IZ5sLApUlgwymRDf2DDw7 > .row .container { border-width: 0; border-radius: 0; }#UI0u2Oo5Zh7IZ5sLApUlgwymRDf2DDw7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UI0u2Oo5Zh7IZ5sLApUlgwymRDf2DDw7 > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#RtfDaZFLPHSJHTSFZXVVQl3T6AqDzvMp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:7.5rem; }
#WbHgp01w9PVrh1wyvIPtB0o5lbCNNvd3 { color:#000000;display:block;width:53.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:13.5625rem;height:5.1953125rem;display:block; }
#Q8tvlmF5TowUWLg2mQS5xQezKH7Wmk9I { 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; }#Q8tvlmF5TowUWLg2mQS5xQezKH7Wmk9I > .row .container { background-color: transparent; background-image: none; }#Q8tvlmF5TowUWLg2mQS5xQezKH7Wmk9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8tvlmF5TowUWLg2mQS5xQezKH7Wmk9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8tvlmF5TowUWLg2mQS5xQezKH7Wmk9I > .row .container > .video-iframe-container { display: none; }#Q8tvlmF5TowUWLg2mQS5xQezKH7Wmk9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8tvlmF5TowUWLg2mQS5xQezKH7Wmk9I > .row > .video-iframe-container { display: none; }#Q8tvlmF5TowUWLg2mQS5xQezKH7Wmk9I > .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); }#Q8tvlmF5TowUWLg2mQS5xQezKH7Wmk9I > .row .container { border-width: 0; border-radius: 0; }#Q8tvlmF5TowUWLg2mQS5xQezKH7Wmk9I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q8tvlmF5TowUWLg2mQS5xQezKH7Wmk9I > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#En8NQdC7nKrR8AxiC8RSgPEWIIreZD0x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:7.5rem; }
#SbMLwDW57dfzTf8tTOECFBoCZDu02pbC { color:#000000;display:block;width:61.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:13.3125rem;height:5.1953125rem;display:block; }
#oLpn1OVdJ3uI9SmAnEKZaxZQCP0Vz0Mf { 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; }#oLpn1OVdJ3uI9SmAnEKZaxZQCP0Vz0Mf > .row .container { background-color: transparent; background-image: none; }#oLpn1OVdJ3uI9SmAnEKZaxZQCP0Vz0Mf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLpn1OVdJ3uI9SmAnEKZaxZQCP0Vz0Mf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLpn1OVdJ3uI9SmAnEKZaxZQCP0Vz0Mf > .row .container > .video-iframe-container { display: none; }#oLpn1OVdJ3uI9SmAnEKZaxZQCP0Vz0Mf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLpn1OVdJ3uI9SmAnEKZaxZQCP0Vz0Mf > .row > .video-iframe-container { display: none; }#oLpn1OVdJ3uI9SmAnEKZaxZQCP0Vz0Mf > .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); }#oLpn1OVdJ3uI9SmAnEKZaxZQCP0Vz0Mf > .row .container { border-width: 0; border-radius: 0; }#oLpn1OVdJ3uI9SmAnEKZaxZQCP0Vz0Mf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oLpn1OVdJ3uI9SmAnEKZaxZQCP0Vz0Mf > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#TUauolSFQivfTPHeRPH1KxGnNzn3z4qB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:7.5rem; }
#ZHxRE2vdhXMwgyJDPlVCyscs8lxlRpJK { color:#000000;display:block;width:61.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:13.3125rem;height:5.1953125rem;display:block; }
#FUpIn7Q1JE3mexN7axBrlslF7Pmi1Xxl { 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; }#FUpIn7Q1JE3mexN7axBrlslF7Pmi1Xxl > .row .container { background-color: transparent; background-image: none; }#FUpIn7Q1JE3mexN7axBrlslF7Pmi1Xxl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUpIn7Q1JE3mexN7axBrlslF7Pmi1Xxl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUpIn7Q1JE3mexN7axBrlslF7Pmi1Xxl > .row .container > .video-iframe-container { display: none; }#FUpIn7Q1JE3mexN7axBrlslF7Pmi1Xxl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUpIn7Q1JE3mexN7axBrlslF7Pmi1Xxl > .row > .video-iframe-container { display: none; }#FUpIn7Q1JE3mexN7axBrlslF7Pmi1Xxl > .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); }#FUpIn7Q1JE3mexN7axBrlslF7Pmi1Xxl > .row .container { border-width: 0; border-radius: 0; }#FUpIn7Q1JE3mexN7axBrlslF7Pmi1Xxl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FUpIn7Q1JE3mexN7axBrlslF7Pmi1Xxl > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#kWsikmuDQoJI37T7cQfxaKIXQyQFgM5T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:7.5rem; }
#H6vAa0TFQp0938d18HHchX3XonG6LAXM { color:#000000;display:block;width:61.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:13.25rem;height:5.1953125rem;display:block; }
#Tk8OoNf8KCH7IOZ1kS4s2hV8WUE4WDhm { 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; }#Tk8OoNf8KCH7IOZ1kS4s2hV8WUE4WDhm > .row .container { background-color: transparent; background-image: none; }#Tk8OoNf8KCH7IOZ1kS4s2hV8WUE4WDhm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk8OoNf8KCH7IOZ1kS4s2hV8WUE4WDhm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk8OoNf8KCH7IOZ1kS4s2hV8WUE4WDhm > .row .container > .video-iframe-container { display: none; }#Tk8OoNf8KCH7IOZ1kS4s2hV8WUE4WDhm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk8OoNf8KCH7IOZ1kS4s2hV8WUE4WDhm > .row > .video-iframe-container { display: none; }#Tk8OoNf8KCH7IOZ1kS4s2hV8WUE4WDhm > .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); }#Tk8OoNf8KCH7IOZ1kS4s2hV8WUE4WDhm > .row .container { border-width: 0; border-radius: 0; }#Tk8OoNf8KCH7IOZ1kS4s2hV8WUE4WDhm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tk8OoNf8KCH7IOZ1kS4s2hV8WUE4WDhm > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#GTA6mZlhMgBN5KndJF042zAEGdDABJzJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:7.5rem; }
#Arhf3bf0teikEk8FpR4rXCmMbLemfBHs { color:#000000;display:block;width:61.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:13.25rem;height:5.1953125rem;display:block; }
#gxCa01Q6Re10IU1MuOzqsdEtxleLMAo1 { 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; }#gxCa01Q6Re10IU1MuOzqsdEtxleLMAo1 > .row .container { background-color: transparent; background-image: none; }#gxCa01Q6Re10IU1MuOzqsdEtxleLMAo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxCa01Q6Re10IU1MuOzqsdEtxleLMAo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxCa01Q6Re10IU1MuOzqsdEtxleLMAo1 > .row .container > .video-iframe-container { display: none; }#gxCa01Q6Re10IU1MuOzqsdEtxleLMAo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxCa01Q6Re10IU1MuOzqsdEtxleLMAo1 > .row > .video-iframe-container { display: none; }#gxCa01Q6Re10IU1MuOzqsdEtxleLMAo1 > .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); }#gxCa01Q6Re10IU1MuOzqsdEtxleLMAo1 > .row .container { border-width: 0; border-radius: 0; }#gxCa01Q6Re10IU1MuOzqsdEtxleLMAo1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gxCa01Q6Re10IU1MuOzqsdEtxleLMAo1 > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#PE6rSt3DuV51PtSJOapKGvLrQdQ201Xv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:7.5rem; }
#DlgTBDuCS7dOriT4BFBst7z7zZoaRUBt { color:#000000;display:block;width:61.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:13.25rem;height:5.1953125rem;display:block; }
#SUT0KK9JcCKdCtCAErTZNT5V5MkWyMGi { 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; }#SUT0KK9JcCKdCtCAErTZNT5V5MkWyMGi > .row .container { background-color: transparent; background-image: none; }#SUT0KK9JcCKdCtCAErTZNT5V5MkWyMGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUT0KK9JcCKdCtCAErTZNT5V5MkWyMGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUT0KK9JcCKdCtCAErTZNT5V5MkWyMGi > .row .container > .video-iframe-container { display: none; }#SUT0KK9JcCKdCtCAErTZNT5V5MkWyMGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUT0KK9JcCKdCtCAErTZNT5V5MkWyMGi > .row > .video-iframe-container { display: none; }#SUT0KK9JcCKdCtCAErTZNT5V5MkWyMGi > .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); }#SUT0KK9JcCKdCtCAErTZNT5V5MkWyMGi > .row .container { border-width: 0; border-radius: 0; }#SUT0KK9JcCKdCtCAErTZNT5V5MkWyMGi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SUT0KK9JcCKdCtCAErTZNT5V5MkWyMGi > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#UmTl5RBpsDXNIdr73uMbstxpmLGwpqsi { color:#000000;display:block;width:49.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.724609375rem;left:12.6875rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bWipWTLGUS0bWORgU9sDBUMeOqPb1Ogz { background-color:transparent;background-image:none;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.957rem;height:3.20703125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:8.8125rem;left:31.5205078125rem;display:block; }
#JR1Wmg4BCSpiyrBiQCLXJNrcaBgxa2Bx { 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:75rem;position:relative;display:block; }#KEsrSkUil3PwuSsscs724ZdxkInmVXWT { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:1.4248046875rem;left:15.625rem;height:3.1494125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dAiCBM4IE9PTb7OOzQycI5A8M9uPxTpf { position:relative;display:block; }#dAiCBM4IE9PTb7OOzQycI5A8M9uPxTpf { background-color: transparent; background-image: none; }#dAiCBM4IE9PTb7OOzQycI5A8M9uPxTpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAiCBM4IE9PTb7OOzQycI5A8M9uPxTpf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAiCBM4IE9PTb7OOzQycI5A8M9uPxTpf > .row .container > .video-iframe-container { display: none; }#dAiCBM4IE9PTb7OOzQycI5A8M9uPxTpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAiCBM4IE9PTb7OOzQycI5A8M9uPxTpf > .row > .video-iframe-container { display: none; }#dAiCBM4IE9PTb7OOzQycI5A8M9uPxTpf > .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); }#dAiCBM4IE9PTb7OOzQycI5A8M9uPxTpf { border-width: 0; border-radius: 0; }#dAiCBM4IE9PTb7OOzQycI5A8M9uPxTpf > .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; }#dAiCBM4IE9PTb7OOzQycI5A8M9uPxTpf > .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:52.25rem;width:75rem;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:27.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:7.6875rem;left:4.1875rem;height:14.3945rem;text-align:left;text-align-last:left;display:block; }
#D37UX1ymidmnDzinTI1lbaK2VP1UzG2d { color:#1f333b;display:block;width:23.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:34.25rem;left:4.1875rem;height:10.795875rem;text-align:left;text-align-last:left;display:block; }
#u5VmRwWWE23SaJThQursloNJvJ5lpCP5 { color:#1f333b;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:7.6875rem;left:42.875rem;height:16.193875rem;text-align:left;text-align-last:left;display:block; }
#sT0k5nPbHkclwxnTeNHu034d5TWNsvq9 { color:#1f333b;display:block;width:26.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:34.25rem;left:42.875rem;height:16.193875rem;text-align:left;text-align-last:left;display:block; }
#JHk5sl65zA5O1HAZ5fl9fMflTnf8JN9M { color:#328c42;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4.1875rem;height:2.4375rem;font-style:normal;display:block; }
#Roz2DwycXhHdO1aJ8GTnUm3WPIecxzPz { color:#328c42;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.4375rem;left:42.8125rem;height:2.4375rem;font-style:normal;display:block; }
#wOzi2kxeihCXpgc0XEdX12VwXCTMs3Cl { color:#328c42;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:30.5625rem;left:4.1875rem;height:2.4375rem;font-style:normal;display:block; }
#gzT8p4oC8GPS6dEeURhX6PTfK4hkPR2N { color:#328c42;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:29.5625rem;left:42.8125rem;height:2.4375rem;font-style:normal;display:block; }
#TQLlZ1BFOtUtr6RQlmFxnuVUl6tCmgUD { position:absolute;display:block;z-index:15013;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.75rem;width:3.75rem;top:25.4375rem;left:4.1875rem;overflow:hidden;display:block; }
#TNyqZMOwmrv9WvGToHbRnZemxbOJcO0y { position:absolute;display:block;z-index:15003;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.25rem;width:2.3125rem;top:25.25rem;left:4.1875rem;display:block; }
#eh4piJTUCgbZ1KgUNpheUusoHfytt8hN { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:25.3125rem;left:42.8125rem;overflow:hidden;display:block; }
#dryTamXPTSLLKCt2ROoVGoqfMpaC9yff { position:absolute;display:block;z-index:15005;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.25rem;width:2.3125rem;top:25.25rem;left:42.8125rem;display:block; }
#A6oTsz2h2z3balZZEVO3hemGg9eBAfii { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:0.1875rem;left:4.1875rem;overflow:hidden;display:block; }
#gJ3Ea8WVKrkwgbDGWrAKTkghNAyyJSH8 { position:absolute;display:block;z-index:15007;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.25rem;width:2.3125rem;top:0.125rem;left:4.1875rem;display:block; }
#XnhzTmDFUe9M10qPTNmPuvNttMLG2UX8 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:0.25rem;left:42.8125rem;overflow:hidden;display:block; }
#W14H1ACtCp8gN64AxTIkTe06ScBbh2rA { position:absolute;display:block;z-index:15009;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.25rem;width:2.3125rem;top:0.125rem;left:42.8125rem;display:block; }
#TsJo2t9tea2UXcZmkh2nIOT7Kovb39Cc { 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; }#TsJo2t9tea2UXcZmkh2nIOT7Kovb39Cc > .row .container { background-color: transparent; background-image: none; }#TsJo2t9tea2UXcZmkh2nIOT7Kovb39Cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsJo2t9tea2UXcZmkh2nIOT7Kovb39Cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsJo2t9tea2UXcZmkh2nIOT7Kovb39Cc > .row .container > .video-iframe-container { display: none; }#TsJo2t9tea2UXcZmkh2nIOT7Kovb39Cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsJo2t9tea2UXcZmkh2nIOT7Kovb39Cc > .row > .video-iframe-container { display: none; }#TsJo2t9tea2UXcZmkh2nIOT7Kovb39Cc > .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); }#TsJo2t9tea2UXcZmkh2nIOT7Kovb39Cc > .row .container { border-width: 0; border-radius: 0; }#TsJo2t9tea2UXcZmkh2nIOT7Kovb39Cc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsJo2t9tea2UXcZmkh2nIOT7Kovb39Cc > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#H4RfAWrETI1dHG2mXFuRqUHTdVBUetqJ { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8603515625rem;left:15.625rem;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;font-style:normal;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:27.625rem;width:75rem;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:11.9255625rem;height:3.1755375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.343017578125rem;left:30.142822265625rem;display:block; }
#H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EGZhkDuobrJKAvEzbPZhJUIgNaCyGuLO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.83203125rem;left:10.375rem; }
#TWDG3f4qu9IHKm6FPfyiRVPvzUmozhl0 { color:#000000;display:block;width:49.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.52734375rem;left:16rem;height:2.59765625rem;display:block; }
#LDLtNWxMl6AKRk1DZLtZFEWlOSfFmUKm { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.83203125rem;left:16rem;height:6.494125rem;display:block; }
#JLTPXtcpVLXsVbaGcZxPMFO1IJwBXp5N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:13.265625rem;left:10.375rem; }
#htwcU0BsOeTwcwbGKFE02Bm4pH7VTpzq { 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; }#htwcU0BsOeTwcwbGKFE02Bm4pH7VTpzq > .row .container { background-color: transparent; background-image: none; }#htwcU0BsOeTwcwbGKFE02Bm4pH7VTpzq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htwcU0BsOeTwcwbGKFE02Bm4pH7VTpzq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htwcU0BsOeTwcwbGKFE02Bm4pH7VTpzq > .row .container > .video-iframe-container { display: none; }#htwcU0BsOeTwcwbGKFE02Bm4pH7VTpzq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htwcU0BsOeTwcwbGKFE02Bm4pH7VTpzq > .row > .video-iframe-container { display: none; }#htwcU0BsOeTwcwbGKFE02Bm4pH7VTpzq > .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); }#htwcU0BsOeTwcwbGKFE02Bm4pH7VTpzq > .row .container { border-width: 0; border-radius: 0; }#htwcU0BsOeTwcwbGKFE02Bm4pH7VTpzq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#htwcU0BsOeTwcwbGKFE02Bm4pH7VTpzq > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#h40VH5gJxDC7TSIgnHmTaBqQKGZnHmzH { color:#1f333b;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1103515625rem;left:0rem;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;font-style:normal;display:block; }
#FaS4aQFPaka9LPbmKAJoay9DDiQTPnQX { 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; }#FaS4aQFPaka9LPbmKAJoay9DDiQTPnQX > .row .container { background-color: transparent; background-image: none; }#FaS4aQFPaka9LPbmKAJoay9DDiQTPnQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaS4aQFPaka9LPbmKAJoay9DDiQTPnQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaS4aQFPaka9LPbmKAJoay9DDiQTPnQX > .row .container > .video-iframe-container { display: none; }#FaS4aQFPaka9LPbmKAJoay9DDiQTPnQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaS4aQFPaka9LPbmKAJoay9DDiQTPnQX > .row > .video-iframe-container { display: none; }#FaS4aQFPaka9LPbmKAJoay9DDiQTPnQX > .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); }#FaS4aQFPaka9LPbmKAJoay9DDiQTPnQX > .row .container { border-width: 0; border-radius: 0; }#FaS4aQFPaka9LPbmKAJoay9DDiQTPnQX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FaS4aQFPaka9LPbmKAJoay9DDiQTPnQX > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;position:relative;display:block; }#SieF7CIWcSnkQ8TDIkQoVw70vklnfTxA { 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:6.3125rem;left:2.0625rem;height:1.86889375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T9Vd1VVslaoAKIRn1E5lkJCAPtRFP3lM { 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:9.375rem;left:2.1875rem;height:15.293rem;text-align:left;text-align-last:left;display:block; }
#hn22iziITHsXA6ZzZNxDfW1OyIw8Cd4D { color:#1f333b;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:9.375rem;left:28.125rem;height:11.8945rem;text-align:left;text-align-last:left;display:block; }
#JHmWpptEbBTTF7O8nPewfIZvUdmRcH2u { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.3125rem;left:28.125rem;height:1.86889375rem;text-align:left;text-align-last:left;display:block; }
#NG4UbkVmTA3INGkowBlkqpsRoUySqQmH { color:#1f333b;display:block;width:17.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:9.5rem;left:53.1875rem;height:8.496125rem;text-align:left;text-align-last:left;display:block; }
#dOyBZWJKm6cZ9tIICWOEMJPe7CVIKWQH { 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:6.3125rem;left:53.0625rem;height:1.86889375rem;text-align:left;text-align-last:left;display:block; }
#VB09ruqfEFnzvu0NvWUyQi2OLudin4AG { 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:1.3125rem;left:2.1875rem;display:block; }
#nps88CTv96QGFDXaapDaB748nEXaQXl4 { position:absolute;display:block;z-index:15018;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:1.3125rem;left:28.125rem;display:block; }
#u18SF8AQPao1ald4DKrma8nQicUcQU1i { position:absolute;display:block;z-index:15019;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:1.3125rem;left:53.1875rem;display:block; }
#NXibdsXHuxmOXw1dbkoTUCfwcaLzlTac { 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:1.5625rem;left:2.5rem;overflow:hidden;display:block; }
#OTPGpKvse8FV1FhuOHd2TTf29vK5Ly7V { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:1.5625rem;left:28.5rem;overflow:hidden;display:block; }
#SUsvhgRi6vAoDCPxU5fuK7KtcU4mX2cO { 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:1.625rem;left:53.5rem;overflow:hidden;display:block; }
#kHrklQIiioqCxAZANas6ifqWvAztzrvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fc464;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { background-color: transparent; background-image: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { border-width: 0; border-radius: 0; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { color:#1f333b;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:2.14453125rem;left:0rem;height:3.1494125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#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:63.6875rem;width:75rem;position:relative;display:block; }#qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { position:absolute;display:block;z-index:15023;background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:0.125rem;top:29.625rem;left:6.9375rem;display:block; }
#olFdarptGnXm0BXP6aFgINKq2tPFd5U5 { color:#1f333b;display:block;width:21.43675rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:30.84228515625rem;left:8.436279296875rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:7.75rem;top:41rem;left:5rem;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:41.5625rem;left:5rem;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:18.5625rem;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:18.5625rem;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:18.5625rem;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:18.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #328c42;border-left:0.0625rem solid #328c42;border-right:0.0625rem solid #328c42;border-bottom:0.0625rem solid #328c42;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:14.8125rem;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:17.875rem;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:19.125rem;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:15.986328125rem;left:37.9052734375rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.5625rem;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:19.125rem;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:15.986328125rem;left:37.9052734375rem; }
#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 #acnaulVJKbVKIKikbIvG7rnxtQwu11Kp { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #hRMdob5MXQTptxSS1Qq9Tq29mhL9LNVL { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #uHSJTqshuuTL1HiDDSwQBTfrXD9kbgX2 { 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 #NFafkCuHG88lHKSmlWZt1QD2Nbf8XVM4 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Jni1wTW3Tym9VaKXTKeQhktl4E7qw75y { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #WWil4nkuPgRRArGZ4ufkZCF96vmxWvRJ { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CtmJLg3WC5U8OpUwC01x1gILvqKPtZTS { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #TLRK4oz8fATJItRMVKAcs9qFt7SDWsl6 { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #NcA9wBFkBzG4calGpwMvD3ZbGVsR6MNT { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt { position:relative;z-index:2; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh { position:relative; }
#NOovlqmHDUgscTDSq69oVyxbGUZcur5i { position:relative;display:block;z-index:100000;display:block; }
#rkHJFHoI3Zq6VPxCdyngWWTmEgTQXAP2 { position:relative;display:block;z-index:100000;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ { position:relative; }
#LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:24.4375rem;top:39.3125rem;left:6.9375rem;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:51rem;left:5rem;display:block; }#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.adaptive-delivery-prevent-bg, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyload, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyloading { background-image: none; }
#tSZnI5TnEQth0tTfInVKc5PfgdkQTli7 { 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:3.8125rem;left:62.75rem;display:block; }
#mvSE2VDqPtMHr6rwDCdcsJH0O1Zbohmn { 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:4.5rem;left:63.0625rem;height:1.46118125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#foZDZ2cxiThOaf3xd5JppPXgoZLilGXZ { color:#2f2b2c;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:6.5rem;left:63.5625rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DB0RzC3GvvZTLssbgemN7TWM7NJVtiq1 { 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:19.1875rem;left:10rem;display:block; }
#hJHpJBn9xNDZ4ToXmLGTFBHheOB80bTK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZJJxF5nuT4DIsyUXsdIleoht8H38ElID { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:13rem;left:10.5rem;height:3.6547875rem;font-style:normal;display:block; }
#izalPCC3gTDmZ8JvdoSBkuI8BXAwNtUy { color:#000000;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:12.6875rem;left:38.3125rem;height:2.59765625rem;font-style:normal;display:block; }
#gXKSLx2AZK5CeSZx95OoB0JTSsExT0y7 { 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:10.6875rem;left:38.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#diA7TB1kryhrmMpQ5UizB8FFE1BR3JOu { color:#1f333b;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:11rem;left:10.375rem;height:1.29980625rem;font-style:normal;display:block; }
#lfX99E4CfISZz2tCSRIAg7JG7uWMRDo4 { color:#1f333b;display:block;width:49.3095625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:2.1865234375rem;left:12.84375rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f1nTcXODLWzEq4mw0GfMkb1Vzx8ThGzl { box-sizing:content-box;height:16.5rem;width:23.8125rem;position:absolute;display:block;z-index:14989;background-color:#ffffff;background-image:none;top:8.75rem;left:7.0625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#FyhH37k6qqZZP39R4MWZEmyFSf53Vfzc { box-sizing:content-box;height:53.1875rem;width:23.125rem;position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;top:8.76171875rem;left:36.875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#giqiTzxlAt5cbNEiH67N9vOb9WMKMm6f { position:relative;display:block; }#giqiTzxlAt5cbNEiH67N9vOb9WMKMm6f { background-color: transparent; background-image: none; }#giqiTzxlAt5cbNEiH67N9vOb9WMKMm6f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giqiTzxlAt5cbNEiH67N9vOb9WMKMm6f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giqiTzxlAt5cbNEiH67N9vOb9WMKMm6f > .row .container > .video-iframe-container { display: none; }#giqiTzxlAt5cbNEiH67N9vOb9WMKMm6f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giqiTzxlAt5cbNEiH67N9vOb9WMKMm6f > .row > .video-iframe-container { display: none; }#giqiTzxlAt5cbNEiH67N9vOb9WMKMm6f > .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); }#giqiTzxlAt5cbNEiH67N9vOb9WMKMm6f { border-width: 0; border-radius: 0; }#giqiTzxlAt5cbNEiH67N9vOb9WMKMm6f > .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; }#giqiTzxlAt5cbNEiH67N9vOb9WMKMm6f > .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:5.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TGqeFpad1V17uGxeZrtFiThotRtRILpe { color:#7fc464;display:block;width:74.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:1.75rem;left:0.25rem;height:2.65625rem;text-align:center;text-align-last:center;display:block; }
#lTQztLWxIJPT2hfCyKaIPGJ4v8mlVaky { 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; }#lTQztLWxIJPT2hfCyKaIPGJ4v8mlVaky > .row .container { background-color: transparent; background-image: none; }#lTQztLWxIJPT2hfCyKaIPGJ4v8mlVaky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTQztLWxIJPT2hfCyKaIPGJ4v8mlVaky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTQztLWxIJPT2hfCyKaIPGJ4v8mlVaky > .row .container > .video-iframe-container { display: none; }#lTQztLWxIJPT2hfCyKaIPGJ4v8mlVaky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTQztLWxIJPT2hfCyKaIPGJ4v8mlVaky > .row > .video-iframe-container { display: none; }#lTQztLWxIJPT2hfCyKaIPGJ4v8mlVaky > .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); }#lTQztLWxIJPT2hfCyKaIPGJ4v8mlVaky > .row .container { border-width: 0; border-radius: 0; }#lTQztLWxIJPT2hfCyKaIPGJ4v8mlVaky > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTQztLWxIJPT2hfCyKaIPGJ4v8mlVaky > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#WlSIFB2uc75oWLzDTFGQtLZt7ShBi1zH { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:9.5rem;left:16.125rem;display:block; }
#m0fvzwmTLhF3p6BhH8b5oEGZ3FoGx2FZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PWS7t3H92DoXoMoeaSzTuzCDqRkQBqLA { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:4.5rem;left:2.875rem;height:5.09765625rem;font-style:normal;display:block; }
#x6TDRBsJgdnBXAlTTIExN3EL96VAV1Fc { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15071;background-color:#7fc464;background-image:none;top:8.625rem;left:2.9375rem;display:block; }
#hVFxBgIqCTwcTG2v6QAMsl2INHIAZNPs { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:1.375rem;left:5.25rem;height:1.13769375rem;display:block; }
#iRqPXO42oM7lMeBzJSg4s1eawPsunPNc { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:1.0625rem;left:2.875rem;overflow:hidden;display:block; }
#CT8TRFXuRfg89TE0Dhs9uxGZpnpn7vp8 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:9.5625rem;left:41.125rem;display:block; }
#RTLgP91BkCa2o0lh9vEdi2DnOT1NeI9U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vvqCllOpBf35qiaz4Ay2w7T5JgbEhIbL { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:4.5625rem;left:27.875rem;height:3.3984375rem;font-style:normal;display:block; }
#yRnJirMQQdTng8lsB85pazXkH33AcO0t { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15076;background-color:#7fc464;background-image:none;top:8.6875rem;left:27.9375rem;display:block; }
#GRFhfcCihIRP5iZC8uKCPhfDLlFXOcwU { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:1.4375rem;left:30.25rem;height:1.13769375rem;display:block; }
#eB4qlEVtdinfq33ru8JvKiRlLTZhrtkW { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:1.125rem;left:27.875rem;overflow:hidden;display:block; }
#ODz8fAQ26XKfenrI382ZJRQNWKmAd4rF { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:9.5625rem;left:66.6875rem;display:block; }
#mQZ9ZrHFl2vqGpVrzao8Ho0OXJT1RrKf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cfQeJNftVN8q6AVOdwrzSP0HW2stLTJw { color:#1f333b;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:2.86328125rem;left:53.5rem;height:6.796875rem;font-style:normal;display:block; }
#TL0bp9Xt4E7kxtdEJXPt4pHwwQNnydHD { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15081;background-color:#7fc464;background-image:none;top:8.6875rem;left:53.5rem;display:block; }
#cmki2DExO4T9yNU0EXkGW1kNHbkRQ6ae { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:1.23828125rem;left:55.8125rem;height:1.13769375rem;display:block; }
#DHTASQnpi7b4THPA5nhMzb2R5d1gK2pR { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:0.8125rem;left:53.375rem;overflow:hidden;display:block; }
#E72X0CxxM25INDKw5taA7BKvgknxiAlo { 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; }#E72X0CxxM25INDKw5taA7BKvgknxiAlo > .row .container { background-color: transparent; background-image: none; }#E72X0CxxM25INDKw5taA7BKvgknxiAlo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E72X0CxxM25INDKw5taA7BKvgknxiAlo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E72X0CxxM25INDKw5taA7BKvgknxiAlo > .row .container > .video-iframe-container { display: none; }#E72X0CxxM25INDKw5taA7BKvgknxiAlo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E72X0CxxM25INDKw5taA7BKvgknxiAlo > .row > .video-iframe-container { display: none; }#E72X0CxxM25INDKw5taA7BKvgknxiAlo > .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); }#E72X0CxxM25INDKw5taA7BKvgknxiAlo > .row .container { border-width: 0; border-radius: 0; }#E72X0CxxM25INDKw5taA7BKvgknxiAlo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E72X0CxxM25INDKw5taA7BKvgknxiAlo > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#rix6nMJ0Sk1DAqrfXIdHCCp3StlQg1aM { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:9.5rem;left:16.125rem;display:block; }
#DhBWcO9kCP5zGtS2JXO297Mkg2wTLppN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kUIv7A4DTdarl95JgdDr094SgPJE9mLV { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:3.58984375rem;left:2.9375rem;height:5.09765625rem;font-style:normal;display:block; }
#DEk8n9WaN8x5La1pl2y2FluL02DHQPAM { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15071;background-color:#7fc464;background-image:none;top:8.625rem;left:2.9375rem;display:block; }
#ADeRTMkEmWSCyEDrXneoeX49mZKosRu3 { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:1.375rem;left:5.25rem;height:1.13769375rem;display:block; }
#hh2ShwkVgDPXBug6ZcPhebspdKhFuzUv { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:1.0625rem;left:2.875rem;overflow:hidden;display:block; }
#eoRdcur9ZW1oWKniL5CTGB8iQv0oaGT5 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:9.5625rem;left:41.125rem;display:block; }
#xAvC3FNfOkn6FvIXkROk0LZr0AcZtfFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mg2oDQe7zht77qzztrOCFMJkW2ei8QSN { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:3.21484375rem;left:27.9375rem;height:5.09765625rem;font-style:normal;display:block; }
#zEI6Q76qWSuv6c32eLcMzmmoGCwhXL0O { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15076;background-color:#7fc464;background-image:none;top:8.625rem;left:27.9375rem;display:block; }
#ukZVGPm5O7tEz8wVr42xc7yPGTdUSIEW { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:1.4375rem;left:30.25rem;height:1.13769375rem;display:block; }
#UaWsycCTBG8BwAceXttvAn7BuQB2T6Ve { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:1.125rem;left:27.875rem;overflow:hidden;display:block; }
#HElW5KRQAdhHO7vL46t8T87p145JQiDw { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:9.5625rem;left:66.6875rem;display:block; }
#vWbJ8VbO1UGztQqHMAXfxiPTqH7c6xuD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L5UTBUS1Mnsbl5bEsIyW3sCTH6S8DoCv { color:#1f333b;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:2.86328125rem;left:53.5rem;height:6.796875rem;font-style:normal;display:block; }
#o89DIfzk1QX8pTDkNJC6UWguQo5Tkkq8 { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15081;background-color:#7fc464;background-image:none;top:8.6875rem;left:53.5rem;display:block; }
#kKVfslZ1JFEOKK72bTW6ZDVpgFgV7zGC { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:1.23828125rem;left:55.8125rem;height:1.13769375rem;display:block; }
#DBlQThQZUcMe3vL9FyALgUJFRm8NKe43 { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:0.8125rem;left:53.375rem;overflow:hidden;display:block; }
#gUCl2Wm46R3LQn84dkfW4LI68LxrEznz { 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; }#gUCl2Wm46R3LQn84dkfW4LI68LxrEznz > .row .container { background-color: transparent; background-image: none; }#gUCl2Wm46R3LQn84dkfW4LI68LxrEznz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUCl2Wm46R3LQn84dkfW4LI68LxrEznz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUCl2Wm46R3LQn84dkfW4LI68LxrEznz > .row .container > .video-iframe-container { display: none; }#gUCl2Wm46R3LQn84dkfW4LI68LxrEznz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUCl2Wm46R3LQn84dkfW4LI68LxrEznz > .row > .video-iframe-container { display: none; }#gUCl2Wm46R3LQn84dkfW4LI68LxrEznz > .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); }#gUCl2Wm46R3LQn84dkfW4LI68LxrEznz > .row .container { border-width: 0; border-radius: 0; }#gUCl2Wm46R3LQn84dkfW4LI68LxrEznz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gUCl2Wm46R3LQn84dkfW4LI68LxrEznz > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#tHfKPZAbm4VlmplyVGgVcRN3wWRTwRsK { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:9.5rem;left:16.125rem;display:block; }
#qyw5RgqfreQiW6bDyt3e28qJ3Ir8IRgr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dVrEvSsXcqNehamxwUVgIea6to5HDvnV { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:3.58984375rem;left:2.9375rem;height:5.09765625rem;font-style:normal;display:block; }
#PgK85xJ5nIRxaMAqGbWSJFFAxoeww1Ce { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15071;background-color:#7fc464;background-image:none;top:8.625rem;left:2.9375rem;display:block; }
#QT8SR9UFQrrJPOXTE5i0hZ5DVlCcDsAO { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:1.375rem;left:5.25rem;height:1.13769375rem;display:block; }
#Poz5LugX3pLkVlhfKbVoZJ3TKtTTA86G { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:1.0625rem;left:2.875rem;overflow:hidden;display:block; }
#RAl8w7kb3Cz4iTeXDwqX7vc2ik2FAWZl { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:9.5625rem;left:41.125rem;display:block; }
#Bd2GSBuJZvSJezHUBskJrIPxFXXhXN82 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tZhJ4vpamlO2xAPVRD5CZtfOpvq0dZ0K { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:3.58984375rem;left:27.9375rem;height:5.09765625rem;font-style:normal;display:block; }
#g9EAMTQhdIM873bkD2F6lU2wTxQovIhW { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15076;background-color:#7fc464;background-image:none;top:8.6875rem;left:27.9375rem;display:block; }
#uKsTszg3ghT8udmKWpE2gpCJ2pXO7UDx { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:1.4375rem;left:30.25rem;height:1.13769375rem;display:block; }
#K4r7bcI7k3WyXZFtAMJSStPMPrUxuvHh { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:1.125rem;left:27.875rem;overflow:hidden;display:block; }
#OSD4SwU4cJVewgsS7V6ruoan4t7TUC2l { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:9.5625rem;left:66.6875rem;display:block; }
#MEHehnnGViV0TyJgPlyeTiPfIBZabTTw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oOBOKJ4unNmX1F3345LAuRoPGwdAWrwB { color:#1f333b;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:2.86328125rem;left:53.5rem;height:3.3984375rem;font-style:normal;display:block; }
#TLoTgoTktCiAaoZz92mzqVhzdKxgct0F { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15081;background-color:#7fc464;background-image:none;top:8.6875rem;left:53.5rem;display:block; }
#pR5N9lO0J0Tguevm9G5d4XB06cPC39xT { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:1.23828125rem;left:55.8125rem;height:1.13769375rem;display:block; }
#klGRzJWp5EcqK7RTzMmwTCIX54SeJLF2 { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:0.8125rem;left:53.375rem;overflow:hidden;display:block; }
#rrGQ3FIQEZnSsqqUcIrJu1ie9B53lqpw { 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; }#rrGQ3FIQEZnSsqqUcIrJu1ie9B53lqpw > .row .container { background-color: transparent; background-image: none; }#rrGQ3FIQEZnSsqqUcIrJu1ie9B53lqpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrGQ3FIQEZnSsqqUcIrJu1ie9B53lqpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrGQ3FIQEZnSsqqUcIrJu1ie9B53lqpw > .row .container > .video-iframe-container { display: none; }#rrGQ3FIQEZnSsqqUcIrJu1ie9B53lqpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrGQ3FIQEZnSsqqUcIrJu1ie9B53lqpw > .row > .video-iframe-container { display: none; }#rrGQ3FIQEZnSsqqUcIrJu1ie9B53lqpw > .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); }#rrGQ3FIQEZnSsqqUcIrJu1ie9B53lqpw > .row .container { border-width: 0; border-radius: 0; }#rrGQ3FIQEZnSsqqUcIrJu1ie9B53lqpw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rrGQ3FIQEZnSsqqUcIrJu1ie9B53lqpw > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#J9JKP44TewyCH2Uw2lE9R9iVJWZ7SMhD { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:9.5rem;left:16.125rem;display:block; }
#HvTV6UrriQn7BsL2GQK75sS34E9OleEC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EF9bT9nbCu0MDpRTKZTFT2GoCEQSlg1n { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:3.58984375rem;left:2.9375rem;height:3.3984375rem;font-style:normal;display:block; }
#ZbE9KFvf24buZ264NJRqZpkRLERnONOr { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15071;background-color:#7fc464;background-image:none;top:8.625rem;left:2.9375rem;display:block; }
#Wx7zo4GouPxg9iWmLhUJeoTObBkvRrF4 { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:1.375rem;left:5.25rem;height:1.13769375rem;display:block; }
#cTcrNN3x92G3O2NHu5y1wRVU7s3LoEwk { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:1.0625rem;left:2.875rem;overflow:hidden;display:block; }
#nmBsuip8ewQv0CCcOhdqbPLVsgnwiNGF { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:9.5625rem;left:41.125rem;display:block; }
#nX6UTldQiV71zBEE118nXhl0PL6dQbVq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NrPKaoLDA3ULUxC8SRBVzBAyhrfexsUN { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:3.58984375rem;left:27.9375rem;height:3.3984375rem;font-style:normal;display:block; }
#hS6MH37cFOgmo8q2Kayn9ROTTaoRWCm1 { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15076;background-color:#7fc464;background-image:none;top:8.6875rem;left:27.9375rem;display:block; }
#mM7tahiNg4BpFwC9qAqFovxnl1QwbnDf { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:1.4375rem;left:30.25rem;height:1.13769375rem;display:block; }
#iA6t1dsCTT0hT2gHcQTFRFiG1kZl6pps { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:1.125rem;left:27.875rem;overflow:hidden;display:block; }
#D0xHAVSCHdkns9WpfCyzDb477Dp8Xolb { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#7fc464;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:9.5625rem;left:66.6875rem;display:block; }
#FfTtJTy0c11EaPXAfaxx23lNU9w833nV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BW9k67XwMrarTQucDK3x9F3mzXdbLrTF { color:#1f333b;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:2.86328125rem;left:53.5rem;height:5.09765625rem;font-style:normal;display:block; }
#CbkhdisNDZIzptv7DuxgI4VO6KmfnU75 { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15081;background-color:#7fc464;background-image:none;top:8.6875rem;left:53.5rem;display:block; }
#Ak9pRxycxZoGDnv2kMTv6VkfqCnTgXQi { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:1.23828125rem;left:55.8125rem;height:1.13769375rem;display:block; }
#aGtUhfPhyxrfQnKFbDzwAdMK2MylWn1J { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:0.8125rem;left:53.375rem;overflow:hidden;display:block; }
#mwsF97wFfRGAqfBPeXOmU31VnJm8nuwf { color:#ff0000;display:block;width:3.374025rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:1.455078125rem;left:8.5rem;height:0.9746125rem;font-style:normal;display:block; }
#PaG3A78cqZeTSoewptc515KMxg9mfICP { color:#ff0000;display:block;width:3.374025rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:1.455078125rem;left:33.5rem;height:0.9746125rem;font-style:normal;display:block; }
#lX6PIILyXBiKPnOMSL7QJJRV0TAe7Uux { color:#ff0000;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:1.455078125rem;left:59.0625rem;height:0.9746125rem;font-style:normal;display:block; }
#kcizqdP9qOdn4pygBVHlSxgZa0QpEGJW { position:relative;display:block; }#kcizqdP9qOdn4pygBVHlSxgZa0QpEGJW { background-color: transparent; background-image: none; }#kcizqdP9qOdn4pygBVHlSxgZa0QpEGJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcizqdP9qOdn4pygBVHlSxgZa0QpEGJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcizqdP9qOdn4pygBVHlSxgZa0QpEGJW > .row .container > .video-iframe-container { display: none; }#kcizqdP9qOdn4pygBVHlSxgZa0QpEGJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcizqdP9qOdn4pygBVHlSxgZa0QpEGJW > .row > .video-iframe-container { display: none; }#kcizqdP9qOdn4pygBVHlSxgZa0QpEGJW > .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); }#kcizqdP9qOdn4pygBVHlSxgZa0QpEGJW { border-width: 0; border-radius: 0; }#kcizqdP9qOdn4pygBVHlSxgZa0QpEGJW > .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; }#kcizqdP9qOdn4pygBVHlSxgZa0QpEGJW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SN7JOSOffeGNamWAZ3q75OgkuonASydN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#7fc464;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.75rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:5.5634765625rem;left:30.375rem;display:block; }
#nn9GVKG3JPg9axRXd9yaooebbDLwUKHR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxZSccUBmEZXRTlJzOzMtryOoWJVRVuy { color:#000000;display:block;width:74.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:1.15625rem;left:0.125rem;height:2.59765625rem;text-align:center;text-align-last:center;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:7.4375rem;width:75rem;position:relative;display:block; }#d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { color:#1f333b;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;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; }
#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:75rem;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:12.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:12.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:75rem;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:12.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:12.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:12.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:75rem;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:12.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:12.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:75rem;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:12.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:75rem;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:12.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:12.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:75rem;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:12.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:75rem;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:12.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:12.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:75rem;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:12.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:75rem;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:12.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:12.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:6.0625rem;width:75rem;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:12.5rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#T8T0CpM1BrZDFmu4Virfq4DyG6Lh80Xz { 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; }#T8T0CpM1BrZDFmu4Virfq4DyG6Lh80Xz > .row .container { background-color: transparent; background-image: none; }#T8T0CpM1BrZDFmu4Virfq4DyG6Lh80Xz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8T0CpM1BrZDFmu4Virfq4DyG6Lh80Xz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8T0CpM1BrZDFmu4Virfq4DyG6Lh80Xz > .row .container > .video-iframe-container { display: none; }#T8T0CpM1BrZDFmu4Virfq4DyG6Lh80Xz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8T0CpM1BrZDFmu4Virfq4DyG6Lh80Xz > .row > .video-iframe-container { display: none; }#T8T0CpM1BrZDFmu4Virfq4DyG6Lh80Xz > .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); }#T8T0CpM1BrZDFmu4Virfq4DyG6Lh80Xz > .row .container { border-width: 0; border-radius: 0; }#T8T0CpM1BrZDFmu4Virfq4DyG6Lh80Xz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8T0CpM1BrZDFmu4Virfq4DyG6Lh80Xz > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#MKb7C9QtQCKK1Si6lSba73odo6aFOHVw { 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:12.5rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#TXxl3B2CTKGWCIu4mwzeX6c9nrcI99O0 { 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:12.5rem;display:block; }
#SOZ51KMg2TgP0pIq6e2b8hg2M1bduDs5 { 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; }#SOZ51KMg2TgP0pIq6e2b8hg2M1bduDs5 > .row .container { background-color: transparent; background-image: none; }#SOZ51KMg2TgP0pIq6e2b8hg2M1bduDs5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SOZ51KMg2TgP0pIq6e2b8hg2M1bduDs5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SOZ51KMg2TgP0pIq6e2b8hg2M1bduDs5 > .row .container > .video-iframe-container { display: none; }#SOZ51KMg2TgP0pIq6e2b8hg2M1bduDs5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SOZ51KMg2TgP0pIq6e2b8hg2M1bduDs5 > .row > .video-iframe-container { display: none; }#SOZ51KMg2TgP0pIq6e2b8hg2M1bduDs5 > .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); }#SOZ51KMg2TgP0pIq6e2b8hg2M1bduDs5 > .row .container { border-width: 0; border-radius: 0; }#SOZ51KMg2TgP0pIq6e2b8hg2M1bduDs5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SOZ51KMg2TgP0pIq6e2b8hg2M1bduDs5 > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#C8TezdSm7lwZxaA47qWNpbwVXpOuBNHz { 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:12.5rem;height:5.39795rem;text-align:left;text-align-last:left;display:block; }
#iGPCeNFzeRpgwE62fgEV86KMZ38yt62T { 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; }#iGPCeNFzeRpgwE62fgEV86KMZ38yt62T > .row .container { background-color: transparent; background-image: none; }#iGPCeNFzeRpgwE62fgEV86KMZ38yt62T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGPCeNFzeRpgwE62fgEV86KMZ38yt62T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGPCeNFzeRpgwE62fgEV86KMZ38yt62T > .row .container > .video-iframe-container { display: none; }#iGPCeNFzeRpgwE62fgEV86KMZ38yt62T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGPCeNFzeRpgwE62fgEV86KMZ38yt62T > .row > .video-iframe-container { display: none; }#iGPCeNFzeRpgwE62fgEV86KMZ38yt62T > .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); }#iGPCeNFzeRpgwE62fgEV86KMZ38yt62T > .row .container { border-width: 0; border-radius: 0; }#iGPCeNFzeRpgwE62fgEV86KMZ38yt62T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iGPCeNFzeRpgwE62fgEV86KMZ38yt62T > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#GK2GMgcm4WflA6cvRJ3JLkOv2oQil265 { 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:12.5rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#zgT2TCmrPOs2iPEHD7RFyBiJwu0pxOyL { 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:12.5rem;display:block; }
#DfQ9fe299O8qfnzW0qAFb26TqA0SVv5a { 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; }#DfQ9fe299O8qfnzW0qAFb26TqA0SVv5a > .row .container { background-color: transparent; background-image: none; }#DfQ9fe299O8qfnzW0qAFb26TqA0SVv5a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfQ9fe299O8qfnzW0qAFb26TqA0SVv5a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfQ9fe299O8qfnzW0qAFb26TqA0SVv5a > .row .container > .video-iframe-container { display: none; }#DfQ9fe299O8qfnzW0qAFb26TqA0SVv5a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfQ9fe299O8qfnzW0qAFb26TqA0SVv5a > .row > .video-iframe-container { display: none; }#DfQ9fe299O8qfnzW0qAFb26TqA0SVv5a > .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); }#DfQ9fe299O8qfnzW0qAFb26TqA0SVv5a > .row .container { border-width: 0; border-radius: 0; }#DfQ9fe299O8qfnzW0qAFb26TqA0SVv5a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DfQ9fe299O8qfnzW0qAFb26TqA0SVv5a > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#KoHBN96uw4o4VLKZxfGUzg12IwOAzm8D { 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:12.5rem;height:;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:75rem;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:2.5rem;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:2.5rem;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:27.6875rem;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.3759765625rem;left:27.6875rem;height:2.59765625rem;text-align:right;text-align-last:right;display:block; }
#vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { color:#000000;display:block;width:9.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:5.9375rem;left:52.5rem;height:1.79980625rem;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:52.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ibcrfcsd3Hei0DyiZiq3PHeDU1A00C1w { color:#000000;display:block;width:17.1875rem;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:52.5rem;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:31.625rem;height:;top:13.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:14.3125rem;height:4.9375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { width:5.625rem;height:2.25rem;top:1.75rem;left:28.75rem;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:34.3125rem;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:40.25rem;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:43.3125rem;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.4375rem;height:2.375rem;top:1.75rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:11.625rem;height:2.9375rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:15.5rem;height:3.25rem;top:30.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:5.9375rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:12.6875rem;height:2.125rem;top:10.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu9xTOT7tHFW685BTE7MZMWxGSWHucFW { width:9.1875rem;height:5.1875rem;top:1.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJiyIRCxZSJLsgKzsW1h7FAnxEMH78zl { width:30.1875rem;height:2.625rem;top:42rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMPxJ047kG9bnHhTycLplQkvd71REE4H { width:8.625rem;height:8.625rem;top:8.25rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W30boGeLF9lZdE2wbGKt8t0WkR58uAUd { width:8.8125rem;height:3.75rem;top:11.25rem;left:12.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqQrOhbtcKd5KALUs2yO2oFS0Zt6zKb6 { top:33.75rem;left:7.8125rem;width:13.6875rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpRWTAPWTkgoc5JBeyAAibpF4i6i9rtD { top:8.8125rem;left:27.0625rem;width:20.5625rem;height:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6kExIT9zO0HZy30vNVBHtfcUTDGyLTI { top:1.625rem;left:11.75rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNlEWJPIgobSLd0Fcob4NEkxp2zXzX6K { top:19.875rem;left:41.9375rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5UN0w2MU6ukdWtdGtK49zV2wv13DO6Q { top:5.75rem;left:36.5625rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5sLyRrivvrNauVbCTmHfwCXwJI5WBu0 { top:14.375rem;left:25.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkyR6wB5x03d3eFw7lNWgzfMdAoxgtpH { top:36.8125rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQQCyOGFdela1Cc3d4bO7ZcOnUIaRLHi { top:25.6875rem;left:41.875rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUr0qrTfsA2wRuAwk039ysIOc7S4eMPy { top:32.5rem;left:6.8125rem;width:15.75rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQT5Dy8kdBobkhpMsl0LNB8DigMozMe { top:2.625rem;left:18.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9Bw0P3U00P4eaGdk5OJqVD9zDeKGryt { top:9.75rem;left:13.125rem;width:7.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA4xaTZaNaBecrIvRKzNok8eDyrKtUSe { top:21.375rem;left:0rem;width:27.125rem;height:6.8125rem;font-size:1.125rem;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:2.8125rem;left:2rem;font-size:1.375rem;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) { #HkKSuGomxa4dsh3SlDogCS5xHR5ezgZz { top:1.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye8eC5dn3K4JdFXaCI8ZSxvPt4O0T1Fu { top:1.1875rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI0u2Oo5Zh7IZ5sLApUlgwymRDf2DDw7 { display:block; }#UI0u2Oo5Zh7IZ5sLApUlgwymRDf2DDw7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtfDaZFLPHSJHTSFZXVVQl3T6AqDzvMp { top:0rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbHgp01w9PVrh1wyvIPtB0o5lbCNNvd3 { top:0rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8tvlmF5TowUWLg2mQS5xQezKH7Wmk9I { display:block; }#Q8tvlmF5TowUWLg2mQS5xQezKH7Wmk9I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #En8NQdC7nKrR8AxiC8RSgPEWIIreZD0x { top:0rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbMLwDW57dfzTf8tTOECFBoCZDu02pbC { top:0rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLpn1OVdJ3uI9SmAnEKZaxZQCP0Vz0Mf { display:block; }#oLpn1OVdJ3uI9SmAnEKZaxZQCP0Vz0Mf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUauolSFQivfTPHeRPH1KxGnNzn3z4qB { top:0rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHxRE2vdhXMwgyJDPlVCyscs8lxlRpJK { top:0rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUpIn7Q1JE3mexN7axBrlslF7Pmi1Xxl { display:block; }#FUpIn7Q1JE3mexN7axBrlslF7Pmi1Xxl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWsikmuDQoJI37T7cQfxaKIXQyQFgM5T { top:0rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6vAa0TFQp0938d18HHchX3XonG6LAXM { top:0rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk8OoNf8KCH7IOZ1kS4s2hV8WUE4WDhm { display:block; }#Tk8OoNf8KCH7IOZ1kS4s2hV8WUE4WDhm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTA6mZlhMgBN5KndJF042zAEGdDABJzJ { top:0rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arhf3bf0teikEk8FpR4rXCmMbLemfBHs { top:0rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxCa01Q6Re10IU1MuOzqsdEtxleLMAo1 { display:block; }#gxCa01Q6Re10IU1MuOzqsdEtxleLMAo1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PE6rSt3DuV51PtSJOapKGvLrQdQ201Xv { top:0rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlgTBDuCS7dOriT4BFBst7z7zZoaRUBt { top:0rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUT0KK9JcCKdCtCAErTZNT5V5MkWyMGi { display:block; }#SUT0KK9JcCKdCtCAErTZNT5V5MkWyMGi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmTl5RBpsDXNIdr73uMbstxpmLGwpqsi { top:2.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWipWTLGUS0bWORgU9sDBUMeOqPb1Ogz { width:11.9375rem;height:3.1875rem;top:8.8125rem;left:17.8955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR1Wmg4BCSpiyrBiQCLXJNrcaBgxa2Bx { display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:43.75rem;height:3.125rem;top:1.375rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAiCBM4IE9PTb7OOzQycI5A8M9uPxTpf { display:block; }#dAiCBM4IE9PTb7OOzQycI5A8M9uPxTpf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:27.75rem;height:14.375rem;top:7.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D37UX1ymidmnDzinTI1lbaK2VP1UzG2d { width:23.875rem;height:10.75rem;top:34.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5VmRwWWE23SaJThQursloNJvJ5lpCP5 { width:25.5rem;height:16.1875rem;top:7.6875rem;left:22.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT0k5nPbHkclwxnTeNHu034d5TWNsvq9 { width:26.125rem;height:16.1875rem;top:34.25rem;left:21.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHk5sl65zA5O1HAZ5fl9fMflTnf8JN9M { top:4.4375rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Roz2DwycXhHdO1aJ8GTnUm3WPIecxzPz { top:4.4375rem;left:23.875rem;width:14rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOzi2kxeihCXpgc0XEdX12VwXCTMs3Cl { top:30.5625rem;left:0rem;width:16rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzT8p4oC8GPS6dEeURhX6PTfK4hkPR2N { top:29.5625rem;left:23.875rem;width:15.1875rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQLlZ1BFOtUtr6RQlmFxnuVUl6tCmgUD { top:25.4375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNyqZMOwmrv9WvGToHbRnZemxbOJcO0y { width:2.3125rem;height:4.25rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh4piJTUCgbZ1KgUNpheUusoHfytt8hN { top:25.3125rem;left:23.875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dryTamXPTSLLKCt2ROoVGoqfMpaC9yff { width:2.3125rem;height:4.25rem;top:25.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6oTsz2h2z3balZZEVO3hemGg9eBAfii { top:0.1875rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ3Ea8WVKrkwgbDGWrAKTkghNAyyJSH8 { width:2.3125rem;height:4.25rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnhzTmDFUe9M10qPTNmPuvNttMLG2UX8 { top:0.25rem;left:23.875rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W14H1ACtCp8gN64AxTIkTe06ScBbh2rA { width:2.3125rem;height:4.25rem;top:0.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsJo2t9tea2UXcZmkh2nIOT7Kovb39Cc { display:block; }#TsJo2t9tea2UXcZmkh2nIOT7Kovb39Cc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4RfAWrETI1dHG2mXFuRqUHTdVBUetqJ { width:43.75rem;height:2.875rem;top:1.8125rem;left:2rem;font-size:1.375rem;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:11.875rem;height:3.125rem;top:20.3125rem;left:16.517822265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block; }
 }@media only screen and (max-width: 763px) { #EGZhkDuobrJKAvEzbPZhJUIgNaCyGuLO { top:3.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWDG3f4qu9IHKm6FPfyiRVPvzUmozhl0 { top:13.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDLtNWxMl6AKRk1DZLtZFEWlOSfFmUKm { top:3.8125rem;left:0.0625rem;width:47.6875rem;height:6.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLTPXtcpVLXsVbaGcZxPMFO1IJwBXp5N { top:13.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htwcU0BsOeTwcwbGKFE02Bm4pH7VTpzq { display:block; }#htwcU0BsOeTwcwbGKFE02Bm4pH7VTpzq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h40VH5gJxDC7TSIgnHmTaBqQKGZnHmzH { width:47.75rem;height:2.9375rem;top:2.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaS4aQFPaka9LPbmKAJoay9DDiQTPnQX { display:block; }#FaS4aQFPaka9LPbmKAJoay9DDiQTPnQX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SieF7CIWcSnkQ8TDIkQoVw70vklnfTxA { width:19rem;height:1.8125rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Vd1VVslaoAKIRn1E5lkJCAPtRFP3lM { width:18.75rem;height:15.25rem;top:9.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn22iziITHsXA6ZzZNxDfW1OyIw8Cd4D { width:17.3125rem;height:11.875rem;top:9.375rem;left:14.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHmWpptEbBTTF7O8nPewfIZvUdmRcH2u { width:17.0625rem;height:1.8125rem;top:6.3125rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG4UbkVmTA3INGkowBlkqpsRoUySqQmH { width:17.5625rem;height:8.4375rem;top:9.5rem;left:30.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOyBZWJKm6cZ9tIICWOEMJPe7CVIKWQH { width:18.875rem;height:1.8125rem;top:6.3125rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB09ruqfEFnzvu0NvWUyQi2OLudin4AG { width:1.875rem;height:4.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nps88CTv96QGFDXaapDaB748nEXaQXl4 { width:1.875rem;height:4.1875rem;top:1.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u18SF8AQPao1ald4DKrma8nQicUcQU1i { width:1.875rem;height:4.1875rem;top:1.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXibdsXHuxmOXw1dbkoTUCfwcaLzlTac { top:1.5625rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTPGpKvse8FV1FhuOHd2TTf29vK5Ly7V { top:1.5625rem;left:15.875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUsvhgRi6vAoDCPxU5fuK7KtcU4mX2cO { top:1.625rem;left:31.75rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:47.75rem;height:3.125rem;top:2.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { width:0.125rem;height:5.25rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olFdarptGnXm0BXP6aFgINKq2tPFd5U5 { width:21.375rem;height:2.8125rem;top:30.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { width:7.75rem;height:5.625rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { width:7.75rem;height:3.1875rem;top:41.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { width:19.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { width:19.125rem;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:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { width:19.125rem;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:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { width:17.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { width:19.125rem;height:auto;top:15.9375rem;left:24.2802734375rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { width:19.125rem;height:auto;top:15.9375rem;left:24.2802734375rem; }
 }@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 #acnaulVJKbVKIKikbIvG7rnxtQwu11Kp {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #hRMdob5MXQTptxSS1Qq9Tq29mhL9LNVL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #uHSJTqshuuTL1HiDDSwQBTfrXD9kbgX2 {  }
 }@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 #NFafkCuHG88lHKSmlWZt1QD2Nbf8XVM4 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Jni1wTW3Tym9VaKXTKeQhktl4E7qw75y {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #WWil4nkuPgRRArGZ4ufkZCF96vmxWvRJ {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CtmJLg3WC5U8OpUwC01x1gILvqKPtZTS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #TLRK4oz8fATJItRMVKAcs9qFt7SDWsl6 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #NcA9wBFkBzG4calGpwMvD3ZbGVsR6MNT {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh {  }
 }@media only screen and (max-width: 763px) { #NOovlqmHDUgscTDSq69oVyxbGUZcur5i { display:block; }
 }@media only screen and (max-width: 763px) { #rkHJFHoI3Zq6VPxCdyngWWTmEgTQXAP2 { display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ {  }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:24.4375rem;height:18.75rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:7.1875rem;height:9.8125rem;top:51rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSZnI5TnEQth0tTfInVKc5PfgdkQTli7 { width:8.25rem;height:8.25rem;top:3.8125rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvSE2VDqPtMHr6rwDCdcsJH0O1Zbohmn { width:7.4375rem;height:1.4375rem;top:4.5rem;left:40.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #foZDZ2cxiThOaf3xd5JppPXgoZLilGXZ { width:6.9375rem;height:3.5625rem;top:6.5rem;left:40.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB0RzC3GvvZTLssbgemN7TWM7NJVtiq1 { width:17.5rem;height:3.4375rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJHpJBn9xNDZ4ToXmLGTFBHheOB80bTK { display:block; }
 }@media only screen and (max-width: 763px) { #ZJJxF5nuT4DIsyUXsdIleoht8H38ElID { top:13rem;left:0rem;width:17.6875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izalPCC3gTDmZ8JvdoSBkuI8BXAwNtUy { top:12.6875rem;left:24.6875rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXKSLx2AZK5CeSZx95OoB0JTSsExT0y7 { top:10.6875rem;left:24.6875rem;width:23rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #diA7TB1kryhrmMpQ5UizB8FFE1BR3JOu { top:11rem;left:0rem;width:14.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfX99E4CfISZz2tCSRIAg7JG7uWMRDo4 { top:2.125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1nTcXODLWzEq4mw0GfMkb1Vzx8ThGzl { top:8.75rem;left:0rem;width:23.8125rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyhH37k6qqZZP39R4MWZEmyFSf53Vfzc { top:8.75rem;left:22.3125rem;width:23.125rem;height:53.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giqiTzxlAt5cbNEiH67N9vOb9WMKMm6f { display:block; }#giqiTzxlAt5cbNEiH67N9vOb9WMKMm6f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGqeFpad1V17uGxeZrtFiThotRtRILpe { width:47.75rem;height:2.625rem;top:1.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTQztLWxIJPT2hfCyKaIPGJ4v8mlVaky { display:block; }#lTQztLWxIJPT2hfCyKaIPGJ4v8mlVaky > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlSIFB2uc75oWLzDTFGQtLZt7ShBi1zH { width:5.9375rem;height:2.125rem;top:9.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0fvzwmTLhF3p6BhH8b5oEGZ3FoGx2FZ { display:block; }
 }@media only screen and (max-width: 763px) { #PWS7t3H92DoXoMoeaSzTuzCDqRkQBqLA { top:4.5rem;left:0rem;width:19.125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6TDRBsJgdnBXAlTTIExN3EL96VAV1Fc { top:8.625rem;left:0rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVFxBgIqCTwcTG2v6QAMsl2INHIAZNPs { top:1.375rem;left:0.6875rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRqPXO42oM7lMeBzJSg4s1eawPsunPNc { top:1.0625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT8TRFXuRfg89TE0Dhs9uxGZpnpn7vp8 { width:5.9375rem;height:2.125rem;top:9.5625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTLgP91BkCa2o0lh9vEdi2DnOT1NeI9U { display:block; }
 }@media only screen and (max-width: 763px) { #vvqCllOpBf35qiaz4Ay2w7T5JgbEhIbL { top:4.5625rem;left:12.625rem;width:19.125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRnJirMQQdTng8lsB85pazXkH33AcO0t { top:8.6875rem;left:12.625rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRFhfcCihIRP5iZC8uKCPhfDLlFXOcwU { top:1.4375rem;left:16.5625rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB4qlEVtdinfq33ru8JvKiRlLTZhrtkW { top:1.125rem;left:15.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODz8fAQ26XKfenrI382ZJRQNWKmAd4rF { width:5.9375rem;height:2.125rem;top:9.5625rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQZ9ZrHFl2vqGpVrzao8Ho0OXJT1RrKf { display:block; }
 }@media only screen and (max-width: 763px) { #cfQeJNftVN8q6AVOdwrzSP0HW2stLTJw { top:2.8125rem;left:26.6875rem;width:19.1875rem;height:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL0bp9Xt4E7kxtdEJXPt4pHwwQNnydHD { top:8.6875rem;left:28.5rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmki2DExO4T9yNU0EXkGW1kNHbkRQ6ae { top:1.1875rem;left:33rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHTASQnpi7b4THPA5nhMzb2R5d1gK2pR { top:0.8125rem;left:31.75rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E72X0CxxM25INDKw5taA7BKvgknxiAlo { display:block; }#E72X0CxxM25INDKw5taA7BKvgknxiAlo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rix6nMJ0Sk1DAqrfXIdHCCp3StlQg1aM { width:5.9375rem;height:2.125rem;top:9.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhBWcO9kCP5zGtS2JXO297Mkg2wTLppN { display:block; }
 }@media only screen and (max-width: 763px) { #kUIv7A4DTdarl95JgdDr094SgPJE9mLV { top:3.5625rem;left:0rem;width:19.125rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEk8n9WaN8x5La1pl2y2FluL02DHQPAM { top:8.625rem;left:0rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADeRTMkEmWSCyEDrXneoeX49mZKosRu3 { top:1.375rem;left:0.6875rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh2ShwkVgDPXBug6ZcPhebspdKhFuzUv { top:1.0625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoRdcur9ZW1oWKniL5CTGB8iQv0oaGT5 { width:5.9375rem;height:2.125rem;top:9.5625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAvC3FNfOkn6FvIXkROk0LZr0AcZtfFz { display:block; }
 }@media only screen and (max-width: 763px) { #mg2oDQe7zht77qzztrOCFMJkW2ei8QSN { top:3.1875rem;left:12.625rem;width:19.125rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEI6Q76qWSuv6c32eLcMzmmoGCwhXL0O { top:8.625rem;left:12.625rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukZVGPm5O7tEz8wVr42xc7yPGTdUSIEW { top:1.4375rem;left:16.5625rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaWsycCTBG8BwAceXttvAn7BuQB2T6Ve { top:1.125rem;left:15.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HElW5KRQAdhHO7vL46t8T87p145JQiDw { width:5.9375rem;height:2.125rem;top:9.5625rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWbJ8VbO1UGztQqHMAXfxiPTqH7c6xuD { display:block; }
 }@media only screen and (max-width: 763px) { #L5UTBUS1Mnsbl5bEsIyW3sCTH6S8DoCv { top:2.8125rem;left:28.4375rem;width:19.1875rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o89DIfzk1QX8pTDkNJC6UWguQo5Tkkq8 { top:8.6875rem;left:28.5rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKVfslZ1JFEOKK72bTW6ZDVpgFgV7zGC { top:1.1875rem;left:33rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBlQThQZUcMe3vL9FyALgUJFRm8NKe43 { top:0.8125rem;left:31.75rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUCl2Wm46R3LQn84dkfW4LI68LxrEznz { display:block; }#gUCl2Wm46R3LQn84dkfW4LI68LxrEznz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHfKPZAbm4VlmplyVGgVcRN3wWRTwRsK { width:5.9375rem;height:2.125rem;top:9.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyw5RgqfreQiW6bDyt3e28qJ3Ir8IRgr { display:block; }
 }@media only screen and (max-width: 763px) { #dVrEvSsXcqNehamxwUVgIea6to5HDvnV { top:3.5625rem;left:0rem;width:19.125rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgK85xJ5nIRxaMAqGbWSJFFAxoeww1Ce { top:8.625rem;left:0rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT8SR9UFQrrJPOXTE5i0hZ5DVlCcDsAO { top:1.375rem;left:0.6875rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Poz5LugX3pLkVlhfKbVoZJ3TKtTTA86G { top:1.0625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAl8w7kb3Cz4iTeXDwqX7vc2ik2FAWZl { width:5.9375rem;height:2.125rem;top:9.5625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd2GSBuJZvSJezHUBskJrIPxFXXhXN82 { display:block; }
 }@media only screen and (max-width: 763px) { #tZhJ4vpamlO2xAPVRD5CZtfOpvq0dZ0K { top:3.5625rem;left:12.625rem;width:19.125rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9EAMTQhdIM873bkD2F6lU2wTxQovIhW { top:8.6875rem;left:12.625rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKsTszg3ghT8udmKWpE2gpCJ2pXO7UDx { top:1.4375rem;left:16.5625rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4r7bcI7k3WyXZFtAMJSStPMPrUxuvHh { top:1.125rem;left:15.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSD4SwU4cJVewgsS7V6ruoan4t7TUC2l { width:5.9375rem;height:2.125rem;top:9.5625rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEHehnnGViV0TyJgPlyeTiPfIBZabTTw { display:block; }
 }@media only screen and (max-width: 763px) { #oOBOKJ4unNmX1F3345LAuRoPGwdAWrwB { top:2.8125rem;left:28.4375rem;width:19.1875rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLoTgoTktCiAaoZz92mzqVhzdKxgct0F { top:8.6875rem;left:28.5rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR5N9lO0J0Tguevm9G5d4XB06cPC39xT { top:1.1875rem;left:33rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klGRzJWp5EcqK7RTzMmwTCIX54SeJLF2 { top:0.8125rem;left:31.75rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrGQ3FIQEZnSsqqUcIrJu1ie9B53lqpw { display:block; }#rrGQ3FIQEZnSsqqUcIrJu1ie9B53lqpw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9JKP44TewyCH2Uw2lE9R9iVJWZ7SMhD { width:5.9375rem;height:2.125rem;top:9.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvTV6UrriQn7BsL2GQK75sS34E9OleEC { display:block; }
 }@media only screen and (max-width: 763px) { #EF9bT9nbCu0MDpRTKZTFT2GoCEQSlg1n { top:3.5625rem;left:0rem;width:19.125rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbE9KFvf24buZ264NJRqZpkRLERnONOr { top:8.625rem;left:0rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx7zo4GouPxg9iWmLhUJeoTObBkvRrF4 { top:1.375rem;left:0.6875rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTcrNN3x92G3O2NHu5y1wRVU7s3LoEwk { top:1.0625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmBsuip8ewQv0CCcOhdqbPLVsgnwiNGF { width:5.9375rem;height:2.125rem;top:9.5625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX6UTldQiV71zBEE118nXhl0PL6dQbVq { display:block; }
 }@media only screen and (max-width: 763px) { #NrPKaoLDA3ULUxC8SRBVzBAyhrfexsUN { top:3.5625rem;left:12.625rem;width:19.125rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS6MH37cFOgmo8q2Kayn9ROTTaoRWCm1 { top:8.6875rem;left:12.625rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM7tahiNg4BpFwC9qAqFovxnl1QwbnDf { top:1.4375rem;left:16.5625rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA6t1dsCTT0hT2gHcQTFRFiG1kZl6pps { top:1.125rem;left:15.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0xHAVSCHdkns9WpfCyzDb477Dp8Xolb { width:5.9375rem;height:2.125rem;top:9.5625rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfTtJTy0c11EaPXAfaxx23lNU9w833nV { display:block; }
 }@media only screen and (max-width: 763px) { #BW9k67XwMrarTQucDK3x9F3mzXdbLrTF { top:2.8125rem;left:28.4375rem;width:19.1875rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbkhdisNDZIzptv7DuxgI4VO6KmfnU75 { top:8.6875rem;left:28.5rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak9pRxycxZoGDnv2kMTv6VkfqCnTgXQi { top:1.1875rem;left:33rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGtUhfPhyxrfQnKFbDzwAdMK2MylWn1J { top:0.8125rem;left:31.75rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwsF97wFfRGAqfBPeXOmU31VnJm8nuwf { top:1.4375rem;left:3.9375rem;width:3.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaG3A78cqZeTSoewptc515KMxg9mfICP { top:1.4375rem;left:19.8125rem;width:3.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX6PIILyXBiKPnOMSL7QJJRV0TAe7Uux { top:1.4375rem;left:36.25rem;width:3.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcizqdP9qOdn4pygBVHlSxgZa0QpEGJW { display:block; }#kcizqdP9qOdn4pygBVHlSxgZa0QpEGJW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SN7JOSOffeGNamWAZ3q75OgkuonASydN { width:14.25rem;height:2.75rem;top:5.5625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn9GVKG3JPg9axRXd9yaooebbDLwUKHR { display:block; }
 }@media only screen and (max-width: 763px) { #TxZSccUBmEZXRTlJzOzMtryOoWJVRVuy { top:1.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;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:47.75rem;height:2.9375rem;top:2.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 { display:block; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAIscqn3AAbhqc1C6wbJHBtpuLOF8gJ8 { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGWQ0cNOPFV5E4BaHhGagkb9XQOIVTl { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt { display:block; }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzX5bC9pQFZmKMTq44SnTDybcU33phtq { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFxdQRhXs7RsO9RO2vOf5mi0DwPPJKga { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGd9v7LUtZkLsh2LCDUW3PSMduIB9Pa9 { width:47.25rem;height:3.5625rem;top:0.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek { display:block; }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gcs8Bp4Ezw1sHR4KUCU4aq43Oydk1vQE { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPK4RuODSSr6oH3Udo5V1FpvCFEcBc63 { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 { display:block; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkaqFl4RZq87g6r9Q4V45gRb6woP8xpf { width:47.25rem;height:3.5625rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E { display:block; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyTRIbzzZ3t3RN7aLf6qmW8KWhb4sO75 { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lffezyGDaKTMW3HZohZAFeO08UTMRH1u { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW { display:block; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJPxGUhf6uIrlPGyP2wQ8WOkEAzTukWJ { width:47.25rem;height:3.5625rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe { display:block; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCgibmR607AusgKNJb3BvTlyaT6e4VkC { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gThE2JT7JXoOFzuQ7Q5ae3AsGzsvTxEM { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k { display:block; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhenRR9oOzg8nZKxLaMe9kf2gThCEgLu { width:47.25rem;height:3.5625rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB { display:block; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2KvdtNAASp27mNgInlKnFX3X4uVn2rG { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAZzRgSq8kHgTCmdTulo7sONtIF5w45D { width:47.75rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc { display:block; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAzeVUaet2UH22BunvFi78J6pDITLm49 { width:47.25rem;height:3.5625rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8T0CpM1BrZDFmu4Virfq4DyG6Lh80Xz { display:block; }#T8T0CpM1BrZDFmu4Virfq4DyG6Lh80Xz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKb7C9QtQCKK1Si6lSba73odo6aFOHVw { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXxl3B2CTKGWCIu4mwzeX6c9nrcI99O0 { width:47.75rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOZ51KMg2TgP0pIq6e2b8hg2M1bduDs5 { display:block; }#SOZ51KMg2TgP0pIq6e2b8hg2M1bduDs5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8TezdSm7lwZxaA47qWNpbwVXpOuBNHz { width:47.25rem;height:3.5625rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGPCeNFzeRpgwE62fgEV86KMZ38yt62T { display:block; }#iGPCeNFzeRpgwE62fgEV86KMZ38yt62T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GK2GMgcm4WflA6cvRJ3JLkOv2oQil265 { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgT2TCmrPOs2iPEHD7RFyBiJwu0pxOyL { width:47.75rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfQ9fe299O8qfnzW0qAFb26TqA0SVv5a { display:block; }#DfQ9fe299O8qfnzW0qAFb26TqA0SVv5a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KoHBN96uw4o4VLKZxfGUzg12IwOAzm8D { width:47.25rem;height:;top:0.625rem;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.5rem;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:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { width:14.375rem;height:1.25rem;top:3.375rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { width:9.625rem;height:1.75rem;top:5.9375rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { width:11.25rem;height:1.25rem;top:3.375rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibcrfcsd3Hei0DyiZiq3PHeDU1A00C1w { width:17.1875rem;height:1.8125rem;top:8.3125rem;left:30.4375rem;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:url("https://images.assets-landingi.com/uc/433d9786-fcab-4d50-8eac-04c8dfba5257/ECnew_tlo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.adaptive-delivery-prevent-bg, #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.lazyload, #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.lazyloading { background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:12.5625rem;height:4.0625rem;top:5.4873046875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:5.5625rem;height:1.6875rem;top:1.4306640625rem;left:0rem;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:none; }
 }@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:none; }
 }@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:none; }
 }@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:none; }
 }@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:none; }
 }@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:1.1806640625rem;left:13.84375rem;font-size:0.875rem;color:#e5e5e5;border-top:0.125rem solid #e5e5e5;border-left:0.125rem solid #e5e5e5;border-right:0.125rem solid #e5e5e5;border-bottom:0.125rem solid #e5e5e5;display:block; }
 }@media only screen and (max-width: 763px) { #z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:10.625rem;height:2.75rem;top:24.1875rem;left:4.6875rem;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) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:12.5625rem;height:4.5rem;top:18.9375rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:4.5rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:9.1875rem;height:1.48730625rem;top:4rem;left:0rem;font-size:0.875rem;color:#bddeab;display:block; }
 }@media only screen and (max-width: 763px) { #Pu9xTOT7tHFW685BTE7MZMWxGSWHucFW { width:6.375rem;height:3.4375rem;top:0.5556640625rem;left:6.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EJiyIRCxZSJLsgKzsW1h7FAnxEMH78zl { width:20rem;height:0;top:49.9990234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SMPxJ047kG9bnHhTycLplQkvd71REE4H { width:5.5rem;height:5.5rem;top:14.5rem;left:12.875rem;border-top:0.125rem solid #e5e5e5;border-left:0.125rem solid #e5e5e5;border-right:0.125rem solid #e5e5e5;border-bottom:0.125rem solid #e5e5e5;display:block; }
 }@media only screen and (max-width: 763px) { #W30boGeLF9lZdE2wbGKt8t0WkR58uAUd { width:6.625rem;height:2.25rem;top:16.6875rem;left:12.5625rem;font-size:0.9375rem;color:#e5e5e5;display:block; }
 }@media only screen and (max-width: 763px) { #dqQrOhbtcKd5KALUs2yO2oFS0Zt6zKb6 { width:18.875rem;height:2.25rem;top:28.0625rem;left:0.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LpRWTAPWTkgoc5JBeyAAibpF4i6i9rtD { width:6.8125rem;height:11.4375rem;top:10.6875rem;left:13.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6kExIT9zO0HZy30vNVBHtfcUTDGyLTI { width:4.5rem;height:4.5rem;top:13.5625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNlEWJPIgobSLd0Fcob4NEkxp2zXzX6K { width:5.8125rem;height:5.8125rem;top:120.42286875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5UN0w2MU6ukdWtdGtK49zV2wv13DO6Q { width:6.8125rem;height:6.8125rem;top:4.9375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5sLyRrivvrNauVbCTmHfwCXwJI5WBu0 { width:3.8125rem;height:3.8125rem;top:60.8623046875rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkyR6wB5x03d3eFw7lNWgzfMdAoxgtpH { width:3.4375rem;height:3.4375rem;top:142.67286875rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQQCyOGFdela1Cc3d4bO7ZcOnUIaRLHi { width:5.875rem;height:5.875rem;top:127.48536875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUr0qrTfsA2wRuAwk039ysIOc7S4eMPy { width:19.5rem;height:4.125rem;top:28.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #THQT5Dy8kdBobkhpMsl0LNB8DigMozMe { width:3.5rem;height:3.5rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9Bw0P3U00P4eaGdk5OJqVD9zDeKGryt { width:6.4375rem;height:1.29980625rem;top:15.25rem;left:12.5625rem;font-size:1rem;color:#e5e5e5;display:block; }
 }@media only screen and (max-width: 763px) { #CA4xaTZaNaBecrIvRKzNok8eDyrKtUSe { width:14.875rem;height:4.38574375rem;top:10.17578125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:20rem;height:1.7871125rem;top:0.57421875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkKSuGomxa4dsh3SlDogCS5xHR5ezgZz { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #ye8eC5dn3K4JdFXaCI8ZSxvPt4O0T1Fu { width:14.25rem;height:9rem;top:0rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI0u2Oo5Zh7IZ5sLApUlgwymRDf2DDw7 { display:block; }#UI0u2Oo5Zh7IZ5sLApUlgwymRDf2DDw7 > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtfDaZFLPHSJHTSFZXVVQl3T6AqDzvMp { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #WbHgp01w9PVrh1wyvIPtB0o5lbCNNvd3 { width:15.875rem;height:5.625rem;top:0rem;left:4.125rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Q8tvlmF5TowUWLg2mQS5xQezKH7Wmk9I { display:block; }#Q8tvlmF5TowUWLg2mQS5xQezKH7Wmk9I > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #En8NQdC7nKrR8AxiC8RSgPEWIIreZD0x { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #SbMLwDW57dfzTf8tTOECFBoCZDu02pbC { width:15.9375rem;height:7.875rem;top:0rem;left:4rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oLpn1OVdJ3uI9SmAnEKZaxZQCP0Vz0Mf { display:block; }#oLpn1OVdJ3uI9SmAnEKZaxZQCP0Vz0Mf > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUauolSFQivfTPHeRPH1KxGnNzn3z4qB { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #ZHxRE2vdhXMwgyJDPlVCyscs8lxlRpJK { width:16.3125rem;height:9rem;top:0rem;left:3.6875rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FUpIn7Q1JE3mexN7axBrlslF7Pmi1Xxl { display:block; }#FUpIn7Q1JE3mexN7axBrlslF7Pmi1Xxl > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWsikmuDQoJI37T7cQfxaKIXQyQFgM5T { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #H6vAa0TFQp0938d18HHchX3XonG6LAXM { width:16.125rem;height:7.348625rem;top:0rem;left:3.875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tk8OoNf8KCH7IOZ1kS4s2hV8WUE4WDhm { display:block; }#Tk8OoNf8KCH7IOZ1kS4s2hV8WUE4WDhm > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTA6mZlhMgBN5KndJF042zAEGdDABJzJ { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #Arhf3bf0teikEk8FpR4rXCmMbLemfBHs { width:16.0625rem;height:6.82225rem;top:0rem;left:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxCa01Q6Re10IU1MuOzqsdEtxleLMAo1 { display:block; }#gxCa01Q6Re10IU1MuOzqsdEtxleLMAo1 > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PE6rSt3DuV51PtSJOapKGvLrQdQ201Xv { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #DlgTBDuCS7dOriT4BFBst7z7zZoaRUBt { width:15.875rem;height:6.82225rem;top:0rem;left:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUT0KK9JcCKdCtCAErTZNT5V5MkWyMGi { display:block; }#SUT0KK9JcCKdCtCAErTZNT5V5MkWyMGi > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmTl5RBpsDXNIdr73uMbstxpmLGwpqsi { width:20rem;height:3.8984375rem;top:1.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWipWTLGUS0bWORgU9sDBUMeOqPb1Ogz { width:11.9375rem;height:3.1875rem;top:6.2109375rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR1Wmg4BCSpiyrBiQCLXJNrcaBgxa2Bx { display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:20rem;height:1.92480625rem;top:0.7236328125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAiCBM4IE9PTb7OOzQycI5A8M9uPxTpf { display:block; }#dAiCBM4IE9PTb7OOzQycI5A8M9uPxTpf > .row .container { width:20rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:13.875rem;height:17.5449375rem;top:2.7490234375rem;left:4.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D37UX1ymidmnDzinTI1lbaK2VP1UzG2d { width:13.3125rem;height:12.1465rem;top:43.9375rem;left:4.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5VmRwWWE23SaJThQursloNJvJ5lpCP5 { width:13.8125rem;height:17.5449375rem;top:22.625rem;left:4.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT0k5nPbHkclwxnTeNHu034d5TWNsvq9 { width:13.6875rem;height:17.5449375rem;top:59.75rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHk5sl65zA5O1HAZ5fl9fMflTnf8JN9M { width:12.5rem;height:1.29980625rem;top:0.875rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Roz2DwycXhHdO1aJ8GTnUm3WPIecxzPz { width:12.5rem;height:1.29980625rem;top:20.8125rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOzi2kxeihCXpgc0XEdX12VwXCTMs3Cl { width:12.5rem;height:1.29980625rem;top:41.4375rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzT8p4oC8GPS6dEeURhX6PTfK4hkPR2N { width:14rem;height:1.29980625rem;top:57.375rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQLlZ1BFOtUtr6RQlmFxnuVUl6tCmgUD { width:3.4375rem;height:3.4375rem;top:21rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNyqZMOwmrv9WvGToHbRnZemxbOJcO0y { width:1.8125rem;height:3.375rem;top:20.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh4piJTUCgbZ1KgUNpheUusoHfytt8hN { width:3.4375rem;height:3.4375rem;top:57.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dryTamXPTSLLKCt2ROoVGoqfMpaC9yff { width:1.8125rem;height:3.375rem;top:57.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6oTsz2h2z3balZZEVO3hemGg9eBAfii { width:3.4375rem;height:3.4375rem;top:0.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ3Ea8WVKrkwgbDGWrAKTkghNAyyJSH8 { width:1.9375rem;height:3.6875rem;top:0.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnhzTmDFUe9M10qPTNmPuvNttMLG2UX8 { width:3.4375rem;height:3.4375rem;top:41.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W14H1ACtCp8gN64AxTIkTe06ScBbh2rA { width:1.875rem;height:3.5rem;top:41.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsJo2t9tea2UXcZmkh2nIOT7Kovb39Cc { display:block; }#TsJo2t9tea2UXcZmkh2nIOT7Kovb39Cc > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4RfAWrETI1dHG2mXFuRqUHTdVBUetqJ { width:20rem;height:1.7871125rem;top:0.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { width:10.95833375rem;height:3.20833375rem;top:36rem;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) { #EGZhkDuobrJKAvEzbPZhJUIgNaCyGuLO { display:flex;width:2.1875rem;height:2.1875rem;top:1.25rem;left:8.4375rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #TWDG3f4qu9IHKm6FPfyiRVPvzUmozhl0 { width:20rem;height:3.8984375rem;top:19.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDLtNWxMl6AKRk1DZLtZFEWlOSfFmUKm { width:20rem;height:9.746125rem;top:4.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLTPXtcpVLXsVbaGcZxPMFO1IJwBXp5N { display:flex;width:2.1875rem;height:2.1875rem;top:15.625rem;left:8.90625rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #htwcU0BsOeTwcwbGKFE02Bm4pH7VTpzq { display:block; }#htwcU0BsOeTwcwbGKFE02Bm4pH7VTpzq > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h40VH5gJxDC7TSIgnHmTaBqQKGZnHmzH { width:20rem;height:1.7871125rem;top:1.9375114440918rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaS4aQFPaka9LPbmKAJoay9DDiQTPnQX { display:block; }#FaS4aQFPaka9LPbmKAJoay9DDiQTPnQX > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SieF7CIWcSnkQ8TDIkQoVw70vklnfTxA { width:16.5rem;height:1.29980625rem;top:5.75rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9Vd1VVslaoAKIRn1E5lkJCAPtRFP3lM { width:17.0625rem;height:8.920875rem;top:7.9375rem;left:1.46875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hn22iziITHsXA6ZzZNxDfW1OyIw8Cd4D { width:17.0625rem;height:6.3720625rem;top:25.5625rem;left:1.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JHmWpptEbBTTF7O8nPewfIZvUdmRcH2u { width:16.5rem;height:1.29980625rem;top:22.8125rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NG4UbkVmTA3INGkowBlkqpsRoUySqQmH { width:17.0625rem;height:5.09765625rem;top:41.5625rem;left:2rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dOyBZWJKm6cZ9tIICWOEMJPe7CVIKWQH { width:16.5rem;height:1.29980625rem;top:38.6875rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VB09ruqfEFnzvu0NvWUyQi2OLudin4AG { width:1.875rem;height:3.3125rem;top:0.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nps88CTv96QGFDXaapDaB748nEXaQXl4 { width:1.875rem;height:2.75rem;top:18.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u18SF8AQPao1ald4DKrma8nQicUcQU1i { width:1.875rem;height:2.875rem;top:33.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXibdsXHuxmOXw1dbkoTUCfwcaLzlTac { width:2.5rem;height:2.5rem;top:1.1875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTPGpKvse8FV1FhuOHd2TTf29vK5Ly7V { width:2.5rem;height:2.5rem;top:18.375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUsvhgRi6vAoDCPxU5fuK7KtcU4mX2cO { width:2.5rem;height:2.5rem;top:33.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:20rem;height:3.8496125rem;top:0.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:20rem;height:114.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { width:0.125rem;height:5.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olFdarptGnXm0BXP6aFgINKq2tPFd5U5 { width:16.8125rem;height:5.625rem;top:1.125rem;left:1.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { width:7.3125rem;height:5.25rem;top:94.0625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { width:5.5rem;height:2.65625rem;top:94.6875rem;left:12.75rem;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:45.25rem;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:45.25rem;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 #acnaulVJKbVKIKikbIvG7rnxtQwu11Kp {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #hRMdob5MXQTptxSS1Qq9Tq29mhL9LNVL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #uHSJTqshuuTL1HiDDSwQBTfrXD9kbgX2 {  }
 }@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 #NFafkCuHG88lHKSmlWZt1QD2Nbf8XVM4 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Jni1wTW3Tym9VaKXTKeQhktl4E7qw75y {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #WWil4nkuPgRRArGZ4ufkZCF96vmxWvRJ {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CtmJLg3WC5U8OpUwC01x1gILvqKPtZTS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #TLRK4oz8fATJItRMVKAcs9qFt7SDWsl6 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #NcA9wBFkBzG4calGpwMvD3ZbGVsR6MNT {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh {  }
 }@media only screen and (max-width: 763px) { #NOovlqmHDUgscTDSq69oVyxbGUZcur5i { display:block; }
 }@media only screen and (max-width: 763px) { #rkHJFHoI3Zq6VPxCdyngWWTmEgTQXAP2 { display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ {  }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:20rem;height:15.3125rem;top:97.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:20rem;height:2.1875rem;top:112.3125rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #tSZnI5TnEQth0tTfInVKc5PfgdkQTli7 { width:7.25rem;height:7.25rem;top:5.1875rem;left:11.8125rem;background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mvSE2VDqPtMHr6rwDCdcsJH0O1Zbohmn { width:7.4375rem;height:1.125rem;top:6.625rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #foZDZ2cxiThOaf3xd5JppPXgoZLilGXZ { width:6.9375rem;height:2.4746125rem;top:8.4375rem;left:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB0RzC3GvvZTLssbgemN7TWM7NJVtiq1 { width:17.5rem;height:3.4375rem;top:30.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJHpJBn9xNDZ4ToXmLGTFBHheOB80bTK { display:block; }
 }@media only screen and (max-width: 763px) { #ZJJxF5nuT4DIsyUXsdIleoht8H38ElID { width:18.125rem;height:3.8994125rem;top:24.1875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #izalPCC3gTDmZ8JvdoSBkuI8BXAwNtUy { width:18.125rem;height:2.5996125rem;top:42.7119140625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXKSLx2AZK5CeSZx95OoB0JTSsExT0y7 { width:11.625rem;height:2.5996125rem;top:39.25rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #diA7TB1kryhrmMpQ5UizB8FFE1BR3JOu { width:16.4375rem;height:1.29980625rem;top:21.9375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfX99E4CfISZz2tCSRIAg7JG7uWMRDo4 { width:20rem;height:5.5234375rem;top:13.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f1nTcXODLWzEq4mw0GfMkb1Vzx8ThGzl { width:20rem;height:15.5625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyhH37k6qqZZP39R4MWZEmyFSf53Vfzc { width:20rem;height:53.1875rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #giqiTzxlAt5cbNEiH67N9vOb9WMKMm6f { display:block; }#giqiTzxlAt5cbNEiH67N9vOb9WMKMm6f > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGqeFpad1V17uGxeZrtFiThotRtRILpe { 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) { #lTQztLWxIJPT2hfCyKaIPGJ4v8mlVaky { display:block; }#lTQztLWxIJPT2hfCyKaIPGJ4v8mlVaky > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlSIFB2uc75oWLzDTFGQtLZt7ShBi1zH { width:5.9375rem;height:2.125rem;top:8.125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0fvzwmTLhF3p6BhH8b5oEGZ3FoGx2FZ { display:block; }
 }@media only screen and (max-width: 763px) { #PWS7t3H92DoXoMoeaSzTuzCDqRkQBqLA { width:19.4375rem;height:3.19921875rem;top:3.375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6TDRBsJgdnBXAlTTIExN3EL96VAV1Fc { width:19.375rem;height:0.125rem;top:7.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVFxBgIqCTwcTG2v6QAMsl2INHIAZNPs { width:3.25rem;height:1.13671875rem;top:1.125rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRqPXO42oM7lMeBzJSg4s1eawPsunPNc { width:1.8125rem;height:1.8125rem;top:0.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT8TRFXuRfg89TE0Dhs9uxGZpnpn7vp8 { width:5.9375rem;height:2.125rem;top:19.1875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTLgP91BkCa2o0lh9vEdi2DnOT1NeI9U { display:block; }
 }@media only screen and (max-width: 763px) { #vvqCllOpBf35qiaz4Ay2w7T5JgbEhIbL { width:19.125rem;height:3.19921875rem;top:13.9375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRnJirMQQdTng8lsB85pazXkH33AcO0t { width:19.125rem;height:0.125rem;top:17.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRFhfcCihIRP5iZC8uKCPhfDLlFXOcwU { width:3.25rem;height:1.13671875rem;top:12.462890625rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB4qlEVtdinfq33ru8JvKiRlLTZhrtkW { width:1.8125rem;height:1.8125rem;top:12.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODz8fAQ26XKfenrI382ZJRQNWKmAd4rF { width:5.9375rem;height:2.125rem;top:33rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQZ9ZrHFl2vqGpVrzao8Ho0OXJT1RrKf { display:block; }
 }@media only screen and (max-width: 763px) { #cfQeJNftVN8q6AVOdwrzSP0HW2stLTJw { width:19.1875rem;height:4.798825rem;top:26.125rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL0bp9Xt4E7kxtdEJXPt4pHwwQNnydHD { width:19.125rem;height:0.125rem;top:31.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmki2DExO4T9yNU0EXkGW1kNHbkRQ6ae { width:3.25rem;height:1.13671875rem;top:23.4375rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHTASQnpi7b4THPA5nhMzb2R5d1gK2pR { width:1.8125rem;height:1.8125rem;top:23.099609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E72X0CxxM25INDKw5taA7BKvgknxiAlo { display:block; }#E72X0CxxM25INDKw5taA7BKvgknxiAlo > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rix6nMJ0Sk1DAqrfXIdHCCp3StlQg1aM { width:5.9375rem;height:2.125rem;top:8.25rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhBWcO9kCP5zGtS2JXO297Mkg2wTLppN { display:block; }
 }@media only screen and (max-width: 763px) { #kUIv7A4DTdarl95JgdDr094SgPJE9mLV { width:18.5rem;height:4.798825rem;top:2.4375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEk8n9WaN8x5La1pl2y2FluL02DHQPAM { width:19.125rem;height:0.125rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADeRTMkEmWSCyEDrXneoeX49mZKosRu3 { width:3.25rem;height:1.13671875rem;top:0.962890625rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh2ShwkVgDPXBug6ZcPhebspdKhFuzUv { width:1.8125rem;height:1.8125rem;top:0.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoRdcur9ZW1oWKniL5CTGB8iQv0oaGT5 { width:5.9375rem;height:2.125rem;top:22.25rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAvC3FNfOkn6FvIXkROk0LZr0AcZtfFz { display:block; }
 }@media only screen and (max-width: 763px) { #mg2oDQe7zht77qzztrOCFMJkW2ei8QSN { width:19.125rem;height:5.3994125rem;top:14.3125rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEI6Q76qWSuv6c32eLcMzmmoGCwhXL0O { width:19.125rem;height:0.125rem;top:20.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukZVGPm5O7tEz8wVr42xc7yPGTdUSIEW { width:3.25rem;height:1.13671875rem;top:11.9375rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaWsycCTBG8BwAceXttvAn7BuQB2T6Ve { width:1.8125rem;height:1.8125rem;top:11.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HElW5KRQAdhHO7vL46t8T87p145JQiDw { width:5.9375rem;height:2.125rem;top:37.0625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWbJ8VbO1UGztQqHMAXfxiPTqH7c6xuD { display:block; }
 }@media only screen and (max-width: 763px) { #L5UTBUS1Mnsbl5bEsIyW3sCTH6S8DoCv { width:19.1875rem;height:7.19925rem;top:27.0625rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o89DIfzk1QX8pTDkNJC6UWguQo5Tkkq8 { width:19.125rem;height:0.125rem;top:35.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKVfslZ1JFEOKK72bTW6ZDVpgFgV7zGC { width:3.25rem;height:1.13671875rem;top:24.6875rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBlQThQZUcMe3vL9FyALgUJFRm8NKe43 { width:1.8125rem;height:1.8125rem;top:24.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUCl2Wm46R3LQn84dkfW4LI68LxrEznz { display:block; }#gUCl2Wm46R3LQn84dkfW4LI68LxrEznz > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHfKPZAbm4VlmplyVGgVcRN3wWRTwRsK { width:5.9375rem;height:2.125rem;top:11rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyw5RgqfreQiW6bDyt3e28qJ3Ir8IRgr { display:block; }
 }@media only screen and (max-width: 763px) { #dVrEvSsXcqNehamxwUVgIea6to5HDvnV { width:19.4375rem;height:5.3994125rem;top:3.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgK85xJ5nIRxaMAqGbWSJFFAxoeww1Ce { width:19.125rem;height:0.125rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT8SR9UFQrrJPOXTE5i0hZ5DVlCcDsAO { width:3.25rem;height:1.13671875rem;top:1.0625rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Poz5LugX3pLkVlhfKbVoZJ3TKtTTA86G { width:1.8125rem;height:1.8125rem;top:0.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAl8w7kb3Cz4iTeXDwqX7vc2ik2FAWZl { width:5.9375rem;height:2.125rem;top:24.875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd2GSBuJZvSJezHUBskJrIPxFXXhXN82 { display:block; }
 }@media only screen and (max-width: 763px) { #tZhJ4vpamlO2xAPVRD5CZtfOpvq0dZ0K { width:19.125rem;height:5.3994125rem;top:17.0625rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9EAMTQhdIM873bkD2F6lU2wTxQovIhW { width:19.125rem;height:0.125rem;top:23.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKsTszg3ghT8udmKWpE2gpCJ2pXO7UDx { width:3.25rem;height:1.13671875rem;top:14.625rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4r7bcI7k3WyXZFtAMJSStPMPrUxuvHh { width:1.8125rem;height:1.8125rem;top:14.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSD4SwU4cJVewgsS7V6ruoan4t7TUC2l { width:5.9375rem;height:2.125rem;top:36.1875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEHehnnGViV0TyJgPlyeTiPfIBZabTTw { display:block; }
 }@media only screen and (max-width: 763px) { #oOBOKJ4unNmX1F3345LAuRoPGwdAWrwB { width:19.1875rem;height:3.5996125rem;top:29.6875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLoTgoTktCiAaoZz92mzqVhzdKxgct0F { width:19.125rem;height:0.125rem;top:34.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR5N9lO0J0Tguevm9G5d4XB06cPC39xT { width:3.25rem;height:1.13671875rem;top:28.625rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klGRzJWp5EcqK7RTzMmwTCIX54SeJLF2 { width:1.8125rem;height:1.8125rem;top:27.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrGQ3FIQEZnSsqqUcIrJu1ie9B53lqpw { display:block; }#rrGQ3FIQEZnSsqqUcIrJu1ie9B53lqpw > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9JKP44TewyCH2Uw2lE9R9iVJWZ7SMhD { width:5.9375rem;height:2.125rem;top:9.3125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvTV6UrriQn7BsL2GQK75sS34E9OleEC { display:block; }
 }@media only screen and (max-width: 763px) { #EF9bT9nbCu0MDpRTKZTFT2GoCEQSlg1n { width:18.3125rem;height:3.5996125rem;top:3.625rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbE9KFvf24buZ264NJRqZpkRLERnONOr { width:19.125rem;height:0.125rem;top:8.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx7zo4GouPxg9iWmLhUJeoTObBkvRrF4 { width:3.25rem;height:1.13671875rem;top:1.2998046875rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTcrNN3x92G3O2NHu5y1wRVU7s3LoEwk { width:1.8125rem;height:1.8125rem;top:0.9619140625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmBsuip8ewQv0CCcOhdqbPLVsgnwiNGF { width:5.9375rem;height:2.125rem;top:21.1875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX6UTldQiV71zBEE118nXhl0PL6dQbVq { display:block; }
 }@media only screen and (max-width: 763px) { #NrPKaoLDA3ULUxC8SRBVzBAyhrfexsUN { width:19.125rem;height:3.5996125rem;top:15.0625rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS6MH37cFOgmo8q2Kayn9ROTTaoRWCm1 { width:19.125rem;height:0.125rem;top:19.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM7tahiNg4BpFwC9qAqFovxnl1QwbnDf { width:3.25rem;height:1.13671875rem;top:12.6875rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA6t1dsCTT0hT2gHcQTFRFiG1kZl6pps { width:1.8125rem;height:1.8125rem;top:12.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0xHAVSCHdkns9WpfCyzDb477Dp8Xolb { width:5.9375rem;height:2.125rem;top:33.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfTtJTy0c11EaPXAfaxx23lNU9w833nV { display:block; }
 }@media only screen and (max-width: 763px) { #BW9k67XwMrarTQucDK3x9F3mzXdbLrTF { width:19.1875rem;height:5.3994125rem;top:25.6875rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbkhdisNDZIzptv7DuxgI4VO6KmfnU75 { width:19.125rem;height:0.125rem;top:32.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak9pRxycxZoGDnv2kMTv6VkfqCnTgXQi { width:3.25rem;height:1.13671875rem;top:24.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGtUhfPhyxrfQnKFbDzwAdMK2MylWn1J { width:1.8125rem;height:1.8125rem;top:23.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwsF97wFfRGAqfBPeXOmU31VnJm8nuwf { width:3.375rem;height:0.9746125rem;top:12.75rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaG3A78cqZeTSoewptc515KMxg9mfICP { width:3.375rem;height:0.9746125rem;top:24.375rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX6PIILyXBiKPnOMSL7QJJRV0TAe7Uux { width:3.374025rem;height:0.9746125rem;top:1.3798828125rem;left:7.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcizqdP9qOdn4pygBVHlSxgZa0QpEGJW { display:block; }#kcizqdP9qOdn4pygBVHlSxgZa0QpEGJW > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SN7JOSOffeGNamWAZ3q75OgkuonASydN { width:18.92575rem;height:4.05175625rem;top:5.25rem;left:1.07421875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn9GVKG3JPg9axRXd9yaooebbDLwUKHR { display:block; }
 }@media only screen and (max-width: 763px) { #TxZSccUBmEZXRTlJzOzMtryOoWJVRVuy { width:20rem;height:3.8994125rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:20rem;height:3.57421875rem;top:1.125rem;left:0rem;font-size:1.375rem;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.898925rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGWQ0cNOPFV5E4BaHhGagkb9XQOIVTl { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt { 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.7988125rem;top:0.96875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek { display:block; }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gcs8Bp4Ezw1sHR4KUCU4aq43Oydk1vQE { width:20rem;height:1.9494625rem;top:1.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPK4RuODSSr6oH3Udo5V1FpvCFEcBc63 { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 { display:block; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkaqFl4RZq87g6r9Q4V45gRb6woP8xpf { width:19.6875rem;height:8.999rem;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.898925rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lffezyGDaKTMW3HZohZAFeO08UTMRH1u { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW { 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.19925rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe { display:block; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCgibmR607AusgKNJb3BvTlyaT6e4VkC { width:20rem;height:3.898925rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gThE2JT7JXoOFzuQ7Q5ae3AsGzsvTxEM { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k { display:block; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhenRR9oOzg8nZKxLaMe9kf2gThCEgLu { width:19.6875rem;height:8.999rem;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.898925rem;top:1.3312530517578rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAZzRgSq8kHgTCmdTulo7sONtIF5w45D { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc { 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.3994125rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8T0CpM1BrZDFmu4Virfq4DyG6Lh80Xz { display:block; }#T8T0CpM1BrZDFmu4Virfq4DyG6Lh80Xz > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKb7C9QtQCKK1Si6lSba73odo6aFOHVw { width:20rem;height:3.898925rem;top:1.3312530517578rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXxl3B2CTKGWCIu4mwzeX6c9nrcI99O0 { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOZ51KMg2TgP0pIq6e2b8hg2M1bduDs5 { display:block; }#SOZ51KMg2TgP0pIq6e2b8hg2M1bduDs5 > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8TezdSm7lwZxaA47qWNpbwVXpOuBNHz { width:19.6875rem;height:8.999rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGPCeNFzeRpgwE62fgEV86KMZ38yt62T { display:block; }#iGPCeNFzeRpgwE62fgEV86KMZ38yt62T > .row .container { width:20rem;height:7.1435546875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GK2GMgcm4WflA6cvRJ3JLkOv2oQil265 { width:20rem;height:5.84765625rem;top:1.3312530517578rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgT2TCmrPOs2iPEHD7RFyBiJwu0pxOyL { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfQ9fe299O8qfnzW0qAFb26TqA0SVv5a { display:block; }#DfQ9fe299O8qfnzW0qAFb26TqA0SVv5a > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KoHBN96uw4o4VLKZxfGUzg12IwOAzm8D { 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.198225rem;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.5996125rem;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) { #ibcrfcsd3Hei0DyiZiq3PHeDU1A00C1w { width:17.1875rem;height:1.80013125rem;top:34.04980625rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }