.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;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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DUmFLtMeAbQ/unsplash/avel-chuklanov-DUmFLtMeAbQ-photo-1554415707-6e8cfc93fe23.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.adaptive-delivery-prevent-bg, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyload, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyloading { background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,176,255,0.89); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,176,255,0.89); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#Tch6QLScUHxitmo08BLd4BeTNP2THwR0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0625rem;width:34.75rem;top:8.46875rem;left:40.140625rem;overflow:hidden;display:block; }
#zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:comfortaa;font-size:2.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.4375rem;left:0rem;height:3.8183625rem;font-style:normal;display:block; }
#bWUh1qR7noLbay8RD3KtnT7qums32IOc { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:21.875rem;left:0rem;height:3.19921875rem;font-style:normal;display:block; }
#xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.125rem;left:48.875rem;display:block; }
#PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IPJvHkk7QKDIATt5bb5hMVclyER8bO6H { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.255859375rem;left:0rem;height:1.86875rem;font-style:normal;display:block; }
#ELc0OnQgifyXLvtfO3HM8rqzC4m2xOwW { position:absolute;display:block;z-index:15002;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.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.625rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:8.25rem;width:8.25rem;top:5.818359375rem;left:35.9375rem;display:block; }
#vPaiqpu6zUnSNbTmlWRmnpZMGpE45hUn { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:14.4375rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#vIBq6n9Nw2OfmnwCr5KQCiTc70lNKfGQ { background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.1875rem;left:66.125rem;display:block; }
#aJoK3qAa2tH1rUTUGh56MhmfGrtOT3p9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wuee2E8gv7OaCynTEzkVAvG2aU99Co85 { box-sizing:content-box;color:#ffffff;font-size:4.0625rem;font-weight:400;line-height:1;height:5.875rem;width:5.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:29.1875rem;left:0rem;display:block; }
#KKH8AnZmGhQgZ0u0RwJpRSTlKXFsH0Vi { color:#0d3857;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:29.9375rem;left:6.875rem;height:3.2461rem;display:block; }
#Q4l3pZAV6uMQ51vRMPh41udFRtybgny2 { background-color:#0078be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.6875rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:33.3125rem;left:40.25rem;display:block; }
#JhzTfwsvvp2DULqfOrJh1Gpawpir4T35 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E7zW9diAWP0ytAK9enccT5A8PNMz8fb1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.125rem;left:36.1875rem;display:block; }
#tKhiFWa0y1wsoBwfkXkgq50tBxptcU1q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L429pxHKUaIplPINPfKIHhhUz9ZoURiJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(127,207,241,0.12);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; }#L429pxHKUaIplPINPfKIHhhUz9ZoURiJ > .row .container { background-color: transparent; background-image: none; }#L429pxHKUaIplPINPfKIHhhUz9ZoURiJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L429pxHKUaIplPINPfKIHhhUz9ZoURiJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L429pxHKUaIplPINPfKIHhhUz9ZoURiJ > .row .container > .video-iframe-container { display: none; }#L429pxHKUaIplPINPfKIHhhUz9ZoURiJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L429pxHKUaIplPINPfKIHhhUz9ZoURiJ > .row > .video-iframe-container { display: none; }#L429pxHKUaIplPINPfKIHhhUz9ZoURiJ > .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); }#L429pxHKUaIplPINPfKIHhhUz9ZoURiJ > .row .container { border-width: 0; border-radius: 0; }#L429pxHKUaIplPINPfKIHhhUz9ZoURiJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L429pxHKUaIplPINPfKIHhhUz9ZoURiJ > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#ylIXcZ2fMwE3zR11Qo6mX1uWTHQyH5R6 { color:#000000;display:block;width:32.5rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.5498046875rem;left:42.5rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sD72QTO4XsQ8mFAMKJrPeZh50CJahLCU { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:"roboto condensed";font-size:3.5rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:12.4365234375rem;left:36.5625rem;height:12.59474375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Psx4NWMILCJJ65ULprEZgG8BXLEauVfr { color:#000000;display:block;width:34rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.7734375rem;left:41rem;height:6.650375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wqkBwpHkkImeIKGNlSrerTTSVD9tVZ13 { background-color:#00b0ff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:4.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:28.9375rem;left:57rem;display:block; }
#ryMZh8beiNRzwhyLCqKkNTcKySfBtNom { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U9BTnaC5Lvir0eZuTwNCQxmcfX4QEPB6 { 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:26rem;width:32.5625rem;top:6.59375rem;left:0rem;overflow:hidden;display:block; }
#vI5L30Kezd6J1QgN6ETV8gflpMRLuXC4 { position:relative;display:block; }#vI5L30Kezd6J1QgN6ETV8gflpMRLuXC4 { background-color: transparent; background-image: none; }#vI5L30Kezd6J1QgN6ETV8gflpMRLuXC4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vI5L30Kezd6J1QgN6ETV8gflpMRLuXC4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vI5L30Kezd6J1QgN6ETV8gflpMRLuXC4 > .row .container > .video-iframe-container { display: none; }#vI5L30Kezd6J1QgN6ETV8gflpMRLuXC4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vI5L30Kezd6J1QgN6ETV8gflpMRLuXC4 > .row > .video-iframe-container { display: none; }#vI5L30Kezd6J1QgN6ETV8gflpMRLuXC4 > .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); }#vI5L30Kezd6J1QgN6ETV8gflpMRLuXC4 { border-width: 0; border-radius: 0; }#vI5L30Kezd6J1QgN6ETV8gflpMRLuXC4 > .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; }#vI5L30Kezd6J1QgN6ETV8gflpMRLuXC4 > .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:7.1875rem;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; }#CoJbdUNMRTq0FUJB4lldDFmJ6FQoh612 { color:#00b0ff;display:block;width:43.1875rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9687538146973rem;left:0rem;height:3.2504875rem;display:block; }
#aZuHnXBygiPqxUSqbLll1XC7aTeTClHU { position:relative;display:block; }#aZuHnXBygiPqxUSqbLll1XC7aTeTClHU { background-color: transparent; background-image: none; }#aZuHnXBygiPqxUSqbLll1XC7aTeTClHU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZuHnXBygiPqxUSqbLll1XC7aTeTClHU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZuHnXBygiPqxUSqbLll1XC7aTeTClHU > .row .container > .video-iframe-container { display: none; }#aZuHnXBygiPqxUSqbLll1XC7aTeTClHU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZuHnXBygiPqxUSqbLll1XC7aTeTClHU > .row > .video-iframe-container { display: none; }#aZuHnXBygiPqxUSqbLll1XC7aTeTClHU > .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); }#aZuHnXBygiPqxUSqbLll1XC7aTeTClHU { border-width: 0; border-radius: 0; }#aZuHnXBygiPqxUSqbLll1XC7aTeTClHU > .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; }#aZuHnXBygiPqxUSqbLll1XC7aTeTClHU > .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:67rem;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; }#Z7xmSvzdrcyumlOek6AgyODsG1IkkyW7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:58.4658203125rem;left:40.9951171875rem;height:1.13671875rem;font-style:normal;display:block; }
#aPNPsFOA9xgVEMP2z3Ktu9yU5MTw8DBT { position:absolute;display:block;z-index:15109;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.875rem;width:7.5rem;top:61.2783203125rem;left:40.9951171875rem;overflow:hidden;display:block; }
#ZNObbz4XvGgJlblaVTeic6w7NPqk2h8J { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15153;line-height:1.6;letter-spacing:0;top:45.27783203125rem;left:42.49365234375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eGTk9N6KqmDnzgu1P26Gin9pMZITqmRx { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15153;line-height:1.6;letter-spacing:0;top:41.46484375rem;left:42.49365234375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EGAL6s5urSZgvwQMAkCpnMCxI9ASggpM { color:#000000;display:block;width:30.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15153;line-height:1.6;letter-spacing:0;top:36.21484375rem;left:42.49365234375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xzqidKNuU5PfA1fOzMOpleBHX5LHpSkF { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15153;line-height:1.6;letter-spacing:0;top:31.15234375rem;left:42.49365234375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SkTxBTUZtGnWak0Zuv1v1odxf1caJRZG { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15151;line-height:1.6;letter-spacing:0;top:26.9658203125rem;left:42.55810546875rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xZPwaiqndLaxnTbI04GpATynfIUxPmwe { color:#333333;display:block;width:30.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15121;line-height:1.5;letter-spacing:0;top:15.3427734375rem;left:40.9951171875rem;height:11.25rem;font-style:normal;display:block; }
#gt0QTgtMzwX557RTCvmy1SCEOXbD5N5K { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15163;top:41.08984375rem;left:40.49560546875rem;display:block; }
#elyyff3shEtUbSQD9EVn5SfaHnSHNuvV { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15164;top:44.90283203125rem;left:40.49560546875rem;display:block; }
#FA1dhOMIq0GH9G1EGVtlkiuCykZXx42r { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15158;top:35.7138671875rem;left:40.49560546875rem;display:block; }
#ViBsXsBR2hA2tshUKNX1ffvM4p9c9u4I { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15157;top:30.7158203125rem;left:40.49560546875rem;display:block; }
#g7pNgIS36Xvn5Qe7c52VDNrOVJBHBKT1 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15113;line-height:1.3;letter-spacing:0;top:61.310546875rem;left:11.65576171875rem;height:1.29931875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JARyZrCAaUvRJ45TX25CbbZqbCN9dWPp { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:58.74560546875rem;left:12.123046875rem;height:1.867675rem;text-align:center;text-align-last:center;display:block; }
#cgyHsURUuNexnzdHyHbmKSih75BFTc76 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15155;top:26.65234375rem;left:40.49560546875rem;display:block; }
#f02HCtO71R93dVDcy4CuHTTLqc2H3ATe { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:56.998046875rem;left:12.4658203125rem;height:1.29931875rem;text-align:center;text-align-last:center;display:block; }
#nmNslaV6Ltpnyu51kgH6LVs5J7OeW1TH { position:absolute;display:block;z-index:15068;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:18.75rem;top:39.3759765625rem;left:9.31201171875rem;overflow:hidden;display:block; }
#bzbuBCAKTWMp5NEJISRlUOH9OLpoZ8Sz { position:absolute;display:block;z-index:15108;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.3125rem;width:64.5rem;top:8.6923828125rem;left:0rem;overflow:hidden;display:block; }
#lqqaNGSOtbTHfWlcnHqF8IJqFTOOCigW { color:#000000;display:block;width:57.3125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;top:1.875rem;left:0.63720703125rem;height:5.1972625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hPH7asJAnlzGAico4ivrlVwnlZTglm8N { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.96875rem;left:1.875rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MOiABBO3MtqfWIhdE5hod9i6IPq9Nwtk { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15117;line-height:1.3;letter-spacing:0;top:36.93603515625rem;left:11.65576171875rem;height:1.29931875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BcVBpeL30U3XTTCP9B0yNCBC0iFlZ0x4 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:34.37109375rem;left:12.123046875rem;height:1.867675rem;text-align:center;text-align-last:center;display:block; }
#twuAUoGkJBWfkUWkMQOk1lzWCsU0z8EU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:32.62353515625rem;left:12.4658203125rem;height:1.29931875rem;text-align:center;text-align-last:center;display:block; }
#TCBsdJSauxgm4vLrirIPPOkrDil2TQzy { 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:18.75rem;width:18.75rem;top:15.000732421875rem;left:9.3125rem;overflow:hidden;display:block; }
#BKwdGnHGVFI8ydJd7Ao8lgiNVpG5znRG { background-color:#00b0ff;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:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:4.125rem;text-decoration:none;z-index:15165;text-align:center;text-align-last:center;top:50.37451171875rem;left:46.21728515625rem;display:block; }
#HCgaiDklduSN2m0cweXzrZOQVZGHuPKl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BBUTd2JBi7J9RnG3nUoWblxlSvNd7RK5 { color:#009fe3;display:block;width:9.999rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:2.1875rem;left:65rem;height:3.73535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VNS5HHsv8yUkOLxobA5ZZc0t56EJzOB1 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:1.875rem;left:60.6875rem; }
#TpWELKHpktbmrgixxZdi6StqTQQMo0kI { position:absolute;display:block;z-index:15110;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.4375rem;width:13.25rem;top:61.33984375rem;left:50.431640625rem;overflow:hidden;display:block; }
#LQr9PPdQEJOozFaOrbtFJwZgfyilsw9G { background-color:#00b0ff;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:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:4.125rem;text-decoration:none;z-index:15165;text-align:center;text-align-last:center;top:50.37451171875rem;left:46.21728515625rem;display:none; }
#VECEBifmSkLO1V07fyI3qRzfvM8nSTp2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U48TziDQmoaiKPUW2s3xPzyOxPNEsDsC { position:relative;display:none; }#U48TziDQmoaiKPUW2s3xPzyOxPNEsDsC { border-width: 0; border-radius: 0; }#U48TziDQmoaiKPUW2s3xPzyOxPNEsDsC > .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; }#U48TziDQmoaiKPUW2s3xPzyOxPNEsDsC > .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:99rem;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:none; }#TW2D18CTLTataVwwALaN0L1sg70CHViu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:91.5908203125rem;left:40.9951171875rem;height:1.13745rem;font-style:normal;display:block; }
#Uq9CH91MF6Km3E9kakqZ1VuqHfIFTORh { position:absolute;display:block;z-index:15109;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.875rem;width:7.5rem;top:94.4033203125rem;left:40.9951171875rem;overflow:hidden;display:block; }
#KDXimR3ThCIUF1TCKFbFlV4X8Z7lq2ia { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15158;line-height:1.6;letter-spacing:0;top:71.21484375rem;left:42.30615234375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RfWdg4AWqPPEu1sVxR7StnyvR0Uynh2e { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15156;line-height:1.6;letter-spacing:0;top:67.341064453125rem;left:42.49365234375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HRS1UalIv26t2Woi7QkvtiaLkfDlSRfg { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15153;line-height:1.6;letter-spacing:0;top:63.40283203125rem;left:42.49365234375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gE4JpzOgDgzbi9Jccq8fMLmTXhRWu1td { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15153;line-height:1.6;letter-spacing:0;top:59.58984375rem;left:42.49365234375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VOf1kSnecgOTyfQqQOG9eWnDDFbTZyBa { color:#000000;display:block;width:30.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15153;line-height:1.6;letter-spacing:0;top:54.340576171875rem;left:42.49365234375rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fXuVTn8SyhbslFXxWFOthRyMQV48dM5S { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15153;line-height:1.6;letter-spacing:0;top:49.27734375rem;left:42.49365234375rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G7uegxmPUMQzohAhSgiuxftHqCyHMqUA { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15151;line-height:1.6;letter-spacing:0;top:45.091552734375rem;left:42.55810546875rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n4EJS7kMsPAeCstX9A1mc2P6yGo3wxhl { color:#333333;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15121;line-height:1.5;letter-spacing:0;top:11.593505859375rem;left:40.9951171875rem;height:32.34375rem;font-style:normal;display:block; }
#bmCSbn1olmKuWNg21Uc8Mv1slrC0mVGi { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15163;top:59.21484375rem;left:40.49560546875rem;display:block; }
#Lg8wpgqUU4E253VBsRVCTa8n5ieacxqZ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15164;top:63.02783203125rem;left:40.49560546875rem;display:block; }
#Dpt7Jkd1mUUKEhUMKlfNg46l8TLdDkav { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15162;top:70.7783203125rem;left:40.49560546875rem;display:block; }
#vK5JQTWZECJuCwPpkVzwX1p6qSNpCz7L { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15160;top:67.027587890625rem;left:40.49560546875rem;display:block; }
#Rl2uvsM04w33DkxXqEnHiE2PrPRXyWK1 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15158;top:53.839599609375rem;left:40.49560546875rem;display:block; }
#VMbnvu5JMkGsvVCVE1VkGyJCGzXxgEcD { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15157;top:48.8408203125rem;left:40.49560546875rem;display:block; }
#fS16fLKBRkfqofsBtZRHFwezlG8E5cMZ { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15113;line-height:1.3;letter-spacing:0;top:66.311279296875rem;left:11.656982421875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q7bXffTsuPkW07D3Adufbzxl2dBJJFU5 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:63.746337890625rem;left:12.124267578125rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#TuLQCbG1xGFCSQWTOdkRvkMXMxMOwvRR { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15155;top:44.778076171875rem;left:40.49560546875rem;display:block; }
#RCsJR1i6SAio6mivTZeqt4h5IRJSIRIz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:61.998779296875rem;left:12.467041015625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#oJMqcVsaGrB1XkTdHKIzE053IAe7kVp5 { position:absolute;display:block;z-index:15068;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:18.75rem;top:42.5009765625rem;left:9.3125rem;overflow:hidden;display:block; }
#kMd7PaNHBHFpC7EuzXaATB5vbP1qDXdU { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:92.061767578125rem;left:9.93505859375rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#T1MsxwtfmLPwXAMJypSXfnImT6qRm1hx { position:absolute;display:block;z-index:15105;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:18.75rem;top:70.752685546875rem;left:9.3125rem;overflow:hidden;display:block; }
#GtUAZVAoLoh6xUNtdn6pzZGTfdqoq07x { position:absolute;display:block;z-index:15108;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.3125rem;width:64.5rem;top:8.6923828125rem;left:0rem;overflow:hidden;display:block; }
#cahgHn3wnAakCSCBet0cObcIAA5PqtZJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:90.249755859375rem;left:12.435546875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#BOsTannI86fg8elGbcGZbhlvAZ0uAbcF { color:#000000;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15120;line-height:1.3;letter-spacing:0;top:94.562255859375rem;left:12.68603515625rem;height:2.5986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IEzRFvIxyuUw9WJOtAXbDXt1LXfbrCDp { color:#000000;display:block;width:53.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;top:1.875rem;left:0.63720703125rem;height:5.1972625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tVllTdTHL1ezPbkB8P4k9hrW2HiE6GE8 { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.96875rem;left:1.875rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wKLSRTld13ftPmfytcd6wS8fZ5wE0TWO { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15117;line-height:1.3;letter-spacing:0;top:38.81103515625rem;left:11.656982421875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ixxStgKgnk1xmCrCM4kVJIPtlAwgEMod { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:36.24609375rem;left:12.124267578125rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#rSGzwgPH75FaNUEaGQCxCkXxsZrW15yv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:34.49853515625rem;left:12.467041015625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#KEcn0xGRQFgZhI8nLgHsUfZl5VtfftNF { 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:18.75rem;width:18.75rem;top:15.000732421875rem;left:9.3125rem;overflow:hidden;display:block; }
#TFIdMXrJTVSNGNfGEKuDrW2IvSzfJ1Gh { background-color:#00b0ff;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:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:4.125rem;text-decoration:none;z-index:15165;text-align:center;text-align-last:center;top:80.37451171875rem;left:46.218505859375rem;display:block; }
#szD4ATLTapkVk4rA3pqbWwEvm4VdpIow { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AbFA4VwbBRvN9xaHAWW3TcedfiXBfEhZ { background-color:#00b0ff;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:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:4.125rem;text-decoration:none;z-index:15165;text-align:center;text-align-last:center;top:80.37451171875rem;left:46.218505859375rem;display:none; }
#SAq5eTW9KTDcVccNf9WZ1ITlX92cINH7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rv636EHEfxqyWWsnomfd7ATt7qS07Fcp { background-color:#00b0ff;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:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:4.125rem;text-decoration:none;z-index:15165;text-align:center;text-align-last:center;top:80.37451171875rem;left:46.218505859375rem;display:none; }
#OWXzqnJMzIbePLANfSydDDeOEU49BnzS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sI8MNE3VKi3VzwKxL4GpqfnNmJN7k4yV { color:#009fe3;display:block;width:9.999rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:2.1875rem;left:65rem;height:3.73535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lOMrGqFeq8mNFXhrPVBsyf2TQCKRQHvN { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:1.875rem;left:60.6875rem; }
#yO7ebExSe2p2b4S8ZDQi8Z9lqflWn8dx { position:relative;display:none; }#yO7ebExSe2p2b4S8ZDQi8Z9lqflWn8dx { border-width: 0; border-radius: 0; }#yO7ebExSe2p2b4S8ZDQi8Z9lqflWn8dx > .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; }#yO7ebExSe2p2b4S8ZDQi8Z9lqflWn8dx > .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:79.0625rem;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:none; }#x8LqVQMeCUdAofd0t9W3nBSJWUbIRsoO { background-color:#00b0ff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:4.99921875rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:67.78173828125rem;left:40.9833984375rem;display:block; }
#l9T75urBZW0kaZXvlcZattGXkrVnHrCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SzI50VIxTms6BdNqRFG2el3wmwI9QMeQ { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15118;line-height:1.6;letter-spacing:0;top:51.97021484375rem;left:42.29443359375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aOV7VuTqGu2lTnG5xZ57VVLQTIXuVAf1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:60.59521484375rem;left:40.9833984375rem;height:1.1375rem;font-style:normal;display:block; }
#Hz2wUGdsrMM32qxSECyHIRcN9tPRQ0Nz { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15118;line-height:1.6;letter-spacing:0;top:49.03076171875rem;left:42.29443359375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i20PpDR1F6wIBJF09v9p6WtVdUP8tgvs { position:absolute;display:block;z-index:15069;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.875rem;width:7.5rem;top:62.7822265625rem;left:40.9833984375rem;overflow:hidden;display:block; }
#rioH86DB9MHXeAhDxzMoL4Ghdd0zIxN5 { color:#000000;display:block;width:31.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15118;line-height:1.6;letter-spacing:0;top:46.03076171875rem;left:42.29443359375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xMWxkMpn1LIiZVu3hE5fAngSA53h1D4I { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15118;line-height:1.6;letter-spacing:0;top:43.34326171875rem;left:42.29443359375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vfK2GCc9Slh3TBf8USiv7uLpthaEhGBK { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15116;line-height:1.6;letter-spacing:0;top:40.72021484375rem;left:42.48193359375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zbP1NkVcs1oXdovER5ggGIqxB9b8OrsX { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15113;line-height:1.6;letter-spacing:0;top:38.03173828125rem;left:42.48193359375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yHceocDQsTcimpDmLyqVy7hFrgz6gb0a { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15113;line-height:1.6;letter-spacing:0;top:35.46826171875rem;left:42.48193359375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WQu5IROhffHUT3JtDRUywQUrqyChEuqE { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15123;top:35.09326171875rem;left:40.48388671875rem;display:block; }
#z7XZNSlh5Wc57IyUa4y81G52tVf3CuZF { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15124;top:37.65673828125rem;left:40.48388671875rem;display:block; }
#H7StIB2f3li2fg2WXRgiBdIGg0OQFxi0 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15129;top:51.59521484375rem;left:40.48388671875rem;display:block; }
#ODWTnz8eeTNuGSzdsCP279xVwu2PTUs6 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15128;top:48.65576171875rem;left:40.48388671875rem;display:block; }
#v0rMR0myD6J9kVmvZD2BVlFH3TSyIfuN { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15123;top:45.53271484375rem;left:40.48388671875rem;display:block; }
#R5oT1gB4PVlaDTqP3huy0N72dLCfIPJe { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15122;top:42.90673828125rem;left:40.48388671875rem;display:block; }
#rK3lg5Gi8IqhM7GqUL4Spiheb0NEEzkT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15120;top:40.40673828125rem;left:40.48388671875rem;display:block; }
#oNGlSS6KscHG8KIupGPvEFS6MOn3edeu { color:#000000;display:block;width:31.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15113;line-height:1.6;letter-spacing:0;top:33.34521484375rem;left:42.48193359375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TXHaToq8bBeM6aqTCcRSCfQJEwBKXRXA { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15113;line-height:1.6;letter-spacing:0;top:30.78173828125rem;left:42.482421875rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RlTg6qTFVcdIBben1onauhJksgo52S1Z { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15118;top:32.84423828125rem;left:40.48388671875rem;display:block; }
#bsoQdTsMUhHULKqphgukIDpqSzxx159x { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15117;top:30.34521484375rem;left:40.484375rem;display:block; }
#zAlzUK5E7TUKGQnT4kXUr0MbQw6MrKVq { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:33.5341796875rem;left:21.2978515625rem;height:2.5986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pmw6KmpUZtDRZyI4QTvGosbZLZSvv4xK { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:30.96826171875rem;left:21.76611328125rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#vtLgvte6Grlp6SXr6nTtVTTFEZ3aU5fD { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15111;line-height:1.6;letter-spacing:0;top:27.84619140625rem;left:42.546875rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xb1mWWU3IgZaOmQrTtcQnvaeUmpzr5RC { color:#333333;display:block;width:33rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15081;line-height:1.5;letter-spacing:0;top:10.658203125rem;left:40.9833984375rem;height:16.875rem;font-style:normal;display:block; }
#S2Upgb2gpaniTTOPG7ZTcaAInIzHSis1 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15115;top:27.53271484375rem;left:40.484375rem;display:block; }
#Nn7PLM45f3HO8zT2HT3uImlQwXwvcKVZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:29.2216796875rem;left:22.109375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ft0ksCEydCme6TyXNdF4WTvJMZ7qIXym { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:31.03369140625rem;left:0.60986328125rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#UcWtMRp4WCx95I4Jr7d6Fcz7POstqkO9 { position:absolute;display:block;z-index:15065;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:18.75rem;top:9.72314453125rem;left:-0.01416015625rem;overflow:hidden;display:block; }
#utJ4P5TIA75tMBVyVunOGlkMiN7LcGKE { color:#000000;display:block;width:41.75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:1.564453125rem;left:0.625rem;height:5.84765625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TGCQH5OdRt8hZDonxeEEfxcWk1AtuoeK { position:absolute;display:block;z-index:15068;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.3125rem;width:64.5rem;top:8.3828125rem;left:-0.01416015625rem;overflow:hidden;display:block; }
#s4lDiaPVafKoL2mVMlqyVg08R5I0y3tl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:29.2216796875rem;left:3.1103515625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#RZmhq7aC1shoOfCDkLmTNWSJIM2NqSo6 { color:#000000;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:33.5341796875rem;left:3.36083984375rem;height:2.5986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X1DcoPxOZaelRkCiD01yr3f8IodO3QOC { position:absolute;display:block;z-index:15028;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:18.75rem;top:9.7203125953675rem;left:18.953908920288rem;overflow:hidden;display:block; }
#N4eqRDWeKwH3hkMNoRZaq9NKic2ms4BD { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15120;line-height:1.6;letter-spacing:0;top:54.5rem;left:42.3125rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zbHNsciT8ErWEZkoX1nl4lEOeVOMpW4b { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15131;top:54.125rem;left:40.5rem;display:block; }
#e6ixyGSCnUzTTGGZTE7ioy065DDk1O1o { color:#009fe3;display:block;width:9.999rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:2.187744140625rem;left:64.820068359375rem;height:3.73535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ULtIMUclgTWzNdqo7h5T5ReQ7tyHJ8xE { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:1.875rem;left:60.507568359375rem; }
#B2JBsMAHTDNl8wZKibkygsLB6rwrwc6S { background-color:#00b0ff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:4.99921875rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:67.78173828125rem;left:40.9833984375rem;display:none; }
#V80ZGTXQ56DNGCxIZtytaegnqDLC0IhO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cxFB0QUrwK3JhT1VpVZSMQNbzkrkDEG9 { position:relative;display:none; }#cxFB0QUrwK3JhT1VpVZSMQNbzkrkDEG9 { border-width: 0; border-radius: 0; }#cxFB0QUrwK3JhT1VpVZSMQNbzkrkDEG9 > .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; }#cxFB0QUrwK3JhT1VpVZSMQNbzkrkDEG9 > .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:79.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:none; }#chTiDqaMMIpd4QsHRORg82xJTFZtri85 { color:#000000;display:block;width:53.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3740234375rem;left:0.625rem;height:5.84765625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JpO6gzWXuTwEGgx5sSNe9pn7hC82GRok { background-color:#00b0ff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:4.99921875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:70.9990234375rem;left:40.99951171875rem;display:block; }
#gcivcWHpTGVBdV4FqTeXanAPsvrMTlv8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L51by9Dm4Hfqhi3ZLbKbRUByK3V6OVli { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:63.8125rem;left:40.99951171875rem;height:1.1375rem;font-style:normal;display:block; }
#ubiNn92AOOHFBeKT9RWLpd6J6hgi8foS { position:absolute;display:block;z-index:15033;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.875rem;width:7.5rem;top:65.99951171875rem;left:40.99951171875rem;overflow:hidden;display:block; }
#T5qPZBJGbskgO8wzskzvu1XM0fFDhG10 { color:#000000;display:block;width:59.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#iv87XuPkt5z2bVCsOQn9o0oKMV8goFi7 { position:absolute;display:block;z-index:15032;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.3125rem;width:64.5rem;top:7.2216796875rem;left:0rem;overflow:hidden;display:block; }
#zEV27Lw5sdCFhbVzZlVuearoB2mP3CUa { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15082;line-height:1.6;letter-spacing:0;top:58.9375rem;left:42.310546875rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dLt0TlExDTyEkTKVxyKm70FuaOqUqCq7 { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15082;line-height:1.6;letter-spacing:0;top:54.748046875rem;left:42.310546875rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RegvCNFiAUnLIJoUNtlX7nuTLPABN8an { color:#000000;display:block;width:31.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15082;line-height:1.6;letter-spacing:0;top:51.748046875rem;left:42.310546875rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lL4NL5PgU4y8JZwEUZJOLOEZGgEi8NgT { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15082;line-height:1.6;letter-spacing:0;top:47.810546875rem;left:42.310546875rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PDUJPdf0tdIQ8GTeD17XvCZuXGBbiJSp { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15080;line-height:1.6;letter-spacing:0;top:43.9375rem;left:42.498046875rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nrn9HhSqWAW9nXrPtMmha2JwUG58mAe6 { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15077;line-height:1.6;letter-spacing:0;top:39.8740234375rem;left:42.498046875rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZkhcRQe87wJJRGET2wAWdFObedWDWl3w { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15077;line-height:1.6;letter-spacing:0;top:37.310546875rem;left:42.498046875rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qq7hRK1ikt5TL0KeFCdzIGaUreXF1CKg { color:#000000;display:block;width:31.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15077;line-height:1.6;letter-spacing:0;top:33.4375rem;left:42.498046875rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mAbwKPAG766WZkGtFKovreyENEeZTNwR { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15077;line-height:1.6;letter-spacing:0;top:29.623046875rem;left:42.498046875rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ixFLs1mZhCOpFW06CIZehEtx8Oc9LTMv { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15075;line-height:1.6;letter-spacing:0;top:26.6875rem;left:42.5625rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HxVmSZXiRrir5yJFv9UB4zPDUKDWAQOU { color:#333333;display:block;width:33.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:9.8740234375rem;left:40.99951171875rem;height:16.875rem;font-style:normal;display:block; }
#xpGo6JobCc23MkPplTHgiswlHGcHlcbQ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15079;top:26.3740234375rem;left:40.5rem;display:block; }
#z6S5HwVCziJT4Jfo5uKxQ9kqdaPOJ1L9 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15082;top:32.9365234375rem;left:40.5rem;display:block; }
#t5TAZyfGx8y2KucLgEJDyrT7yCp56ybu { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15087;top:36.935546875rem;left:40.5rem;display:block; }
#Gi2dHS798mdUOEtqXqTH5q7laUfTTNkk { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15088;top:39.4990234375rem;left:40.5rem;display:block; }
#wZxq7Fdfzdo7gHEx6SgHdbO9ln91cvkS { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15081;top:29.1865234375rem;left:40.5rem;display:block; }
#hcx5U1lxLQfprkhTg2rEfPtZZQvOPzoZ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15093;top:58.5625rem;left:40.5rem;display:block; }
#JFd7Eb8qmGKzAulLvTozxRubSE67i7Xn { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15092;top:54.373046875rem;left:40.5rem;display:block; }
#PVXXqIBTvrOV17xZGhQN7TWpe35dNdVy { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15087;top:51.25rem;left:40.5rem;display:block; }
#TID7zO8h6TysgVIOdPwhp2W1HZ7MJpUv { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15086;top:47.3740234375rem;left:40.5rem;display:block; }
#qzXGKiiA83l4FU3yZ3ebTUeC3yim8NFr { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15084;top:43.6240234375rem;left:40.5rem;display:block; }
#FT7Z7PJVkaGBTcnqgT7eE0X06UDxXrtO { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:32.375rem;left:21.3125rem;height:2.5986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GI25nhn5q6cPzeOddH1tpwCVuH44Qouw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:29.875rem;left:22.375rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#zwwwKzEHC5Tngol65TPK7Xq462sIWy7k { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:28.0625rem;left:22.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#EkdWSkKa5kbu23dx9oPLX0BQPfNQV5mC { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:29.875rem;left:0.625rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#LTTaBWFMWcoTEoEnAE0vGrhFkzsAvycn { position:absolute;display:block;z-index:15034;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:18.75rem;top:8.5625rem;left:19.25rem;overflow:hidden;display:block; }
#VdgrhvmgbI4yiF7WFFyRcvOatVwRN2iw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:28.0625rem;left:3.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Pwfd5l2D8xp2ouFZ5ZRT3fAvVlvqLxOV { color:#000000;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:32.375rem;left:3.375rem;height:2.5986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PqNHGcsWmtNSDet3FrP7lMt7t8qfMgLm { position:absolute;display:block;z-index:15029;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:18.75rem;top:8.5625rem;left:0rem;overflow:hidden;display:block; }
#Tbh6K8e7TNQ0iF8pXXUTFF2V6Amv6OXi { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:1.5625rem;left:60.6875rem; }
#bEWuavAdSZmQdq1bJiZyNTlUo0N46y5r { color:#009fe3;display:block;width:9.999rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:1.875rem;left:65rem;height:3.73535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ErIwGkq5090BmfERpnJF0QZ5vauektcn { position:relative;display:none; }#ErIwGkq5090BmfERpnJF0QZ5vauektcn { border-width: 0; border-radius: 0; }#ErIwGkq5090BmfERpnJF0QZ5vauektcn > .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; }#ErIwGkq5090BmfERpnJF0QZ5vauektcn > .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:65.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:none; }#UeFPXDEtzJlBJ1nWTKcN2pOT4K85x6Xs { color:#000000;display:block;width:40.1875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3740234375rem;left:1.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zhb7OIlPTMsqnM0LRbBMuFJ28rOU5Q2l { 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:18.75rem;width:18.75rem;top:9.875rem;left:0rem;overflow:hidden;display:block; }
#S6x87CggkKVpB7L9kUSG3pLSLNwpu6In { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:28.5625rem;left:3.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#dFJffa0seUfbBKnTfXz6MM4rUCIkoIsU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:30.125rem;left:3.4375rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#LnQdW4hqTq87zQ3N5JZ2AwHF0LCb08aJ { background-color:#00b0ff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:4.9995125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:56.35400390625rem;left:43.810546875rem;display:block; }
#l0TOy85ztkbLB7UlA70FzWZ6rtX69kC3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTJpqPizr11VGkRFyUWXpTcl248QyQzy { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:32.625rem;left:2.34375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nRtZBvJoM94fpRIZwhHzOMEu8GqU1CSX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:47.0625rem;left:41.125rem;height:1.1375rem;font-style:normal;display:block; }
#NQ50zFqF8K0MCdbR4BU1bP6FZ8hcT1TB { color:#000000;display:block;width:18rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:58.8486328125rem;left:0.375rem;height:2.5986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yKvRrw0Rux7brq7CkHbXVUlp2IENRoei { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:56.5498046875rem;left:0rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#BsywoqqxM4IkTzm5ZVg3yu6X3TQWR09E { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:55.25rem;left:2.71875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#bXKzp2d14imf4ABOQzFEmlPkiKKuRL2S { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:36.5rem;left:0rem;overflow:hidden;display:block; }
#RaViTETSnETEUtkf3WPnCCs7cACasZr6 { color:#333333;display:block;width:32.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:10rem;left:41.125rem;height:19.5rem;font-style:normal;display:block; }
#U1oRJUxdqdp1UoIw6mWQa7ZzNdlrvT14 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:30.9375rem;left:41.125rem;display:block; }
#Ht8qPaIdrLQAC0J561QDd5a0bCydfIDe { color:#000000;display:block;width:31.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15056;line-height:1.6;letter-spacing:0;top:37.3125rem;left:43.625rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o7EDQR1da1gkGPvmWU5IIk8VwUxeC8cV { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15054;line-height:1.6;letter-spacing:0;top:31.24267578125rem;left:43.810546875rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B2LXs8FfiUkn3TPk8N6rOo2kftISe0kX { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:36.8125rem;left:41.125rem;display:block; }
#SiTQI7NK6cpTAXSdocsGz51GuSxWK4Sc { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:39.9375rem;left:41.125rem;display:block; }
#yvGR1ZotUnIuohcSdrsVOueEim5qqobt { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15056;line-height:1.6;letter-spacing:0;top:40.3125rem;left:43.625rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fi6fQbmx66ZKzQbvSRsMQa34LZpSHLwW { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15067;top:42.875rem;left:41.125rem;display:block; }
#bEeoQdSdT9R1SIX222ck9mCym8geQlTM { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15056;line-height:1.6;letter-spacing:0;top:43.25rem;left:43.625rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lFT5MCwDxS5G9B6Lnv9n2Xvx6gAnUR1X { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15060;top:33.875rem;left:41.125rem;display:block; }
#irNd7Xq1ULOBogcy9NfmsF3VVDLDrNOc { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15056;line-height:1.6;letter-spacing:0;top:34.3125rem;left:43.625rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GR29FTKQNgB76I4JPqLSfoCIQScyxcEN { position:absolute;display:block;z-index:15033;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.875rem;width:7.5rem;top:49.25rem;left:41.125rem;overflow:hidden;display:block; }
#PQKu9sKkW4PX0qlEaeSS1gTvsaQXp87y { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:58.6611328125rem;left:23.3125rem;height:2.5986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SIBHiKhc8irdJPrz59gOS6tfm055yOMy { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:56.5498046875rem;left:20.34375rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#wAkStcVsRqEFu3iTWiTrzSFTW16VVrQT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:55.25rem;left:23.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#gJb7JUb6TJ4DqCdGAKduUSVVkqPc1J14 { position:absolute;display:block;z-index:15027;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:18.75rem;top:36.5rem;left:20.375rem;overflow:hidden;display:block; }
#Z7c648Ode6gzi4hEes90fGweiR9xIeWo { color:#000000;display:block;width:59.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Ld008JNBdVrlS8ZrmhKt9hstRPZUoZAb { position:absolute;display:block;z-index:15032;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.3125rem;width:64.5rem;top:7.2216796875rem;left:0rem;overflow:hidden;display:block; }
#ukJDU2E4x8CweGME22tF0RnmyKlgsT0M { 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:18.75rem;width:18.75rem;top:9.1875rem;left:20.375rem;overflow:hidden;display:block; }
#wdSkVRVULrT2vqPRdT2obxn9Td3W3Mdy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:32.625rem;left:23.8125rem;height:2.5986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#su1F9CeE6KWJg1TObyXzdZ95MvLioC0e { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:30.125rem;left:20.5rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#bUL1fsRG7sECa3Py4uAnT1Rs4Qn4VKzt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:28.5625rem;left:23.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#OoGbJKRv93DOSXXl6avDrxLUqB9fBTgo { color:#009fe3;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:2.5625rem;left:65rem;height:3.73535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fZihk39OplNwrXRZQGnfEHPiCMrerFPF { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:2.25rem;left:60.6875rem; }
#EXfsZLvpvSMErzrzyLTsa8htSXTSCNgm { position:relative;display:none; }#EXfsZLvpvSMErzrzyLTsa8htSXTSCNgm { border-width: 0; border-radius: 0; }#EXfsZLvpvSMErzrzyLTsa8htSXTSCNgm > .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; }#EXfsZLvpvSMErzrzyLTsa8htSXTSCNgm > .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:94.125rem;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:none; }#qRrx4z5qlKeeCKNvSeLhAOTdHN3JCU2i { color:#000000;display:block;width:59.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZWLu5SvbrDbdwfbqpgHwx3D4pG9FW0gv { 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:18.75rem;width:18.75rem;top:9.1875rem;left:0rem;overflow:hidden;display:block; }
#LE7iuuRcyNaUyq1zDcTGpQHkI02DuA1y { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:28.5625rem;left:3.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#gSOyyAdXaiOcW0BMhP4TiVaWk7J6ECnq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:30.125rem;left:3.4375rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#CzwgOeZTCub1qhlFr7zaXJO8e6vqiTv8 { background-color:#00b0ff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.125rem;height:5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:84.849609375rem;left:22.5rem;display:block; }
#ZkeqtywrM8EXDFwWwz8zXWA0LHRkbFJ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ngK05y7V6GiDiUtk2Ui4uQg5s31hQTiK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:32.625rem;left:3.4375rem;height:2.5986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RRgR61LMwrM4FFA07yVr0QIQBOdrtPvv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:58.625rem;left:22.5rem;height:1.1375rem;font-style:normal;display:block; }
#AZrSXAV9PaSH07Jg48yPKXCwE749aEx2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:59.9375rem;left:3.4375rem;height:2.5986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rrzc8XLDfHBiKgKu2qC0TPLOgsNwxiOi { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:57.4375rem;left:0.09375rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#nccR5APBvQV3EKx3PUAM4ZRizSu3C5xC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:55.875rem;left:3.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#dNEOioxxUNT0mwG8WBTxnN4QMCPPnX0o { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:36.5rem;left:0rem;overflow:hidden;display:block; }
#qMlWuf9kCMbRRwrTlw1nQxHCHWfhqVpR { color:#333333;display:block;width:43.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:19.8125rem;left:22.5rem;height:18rem;font-style:normal;display:block; }
#FJDC9ZEg5PlG86wwCaJ7rRarlHvNdpDb { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:38.875rem;left:22.5rem;display:block; }
#KzW9bwfk8wNZ9AiB2K0FESOauUXlB8f6 { color:#000000;display:block;width:31.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15056;line-height:1.6;letter-spacing:0;top:45.3125rem;left:25rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MTAWdtazmF9OmU9vsnrtSdJIT7ZQT2MG { color:#000000;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15054;line-height:1.6;letter-spacing:0;top:39.3125rem;left:25rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VliuJ20yEyDq6BAiXRqvgrM9Q4CISlWb { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:44.8125rem;left:22.5rem;display:block; }
#xLnikb1qRq4WI3DQhFVF9Help4FdrsVq { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:47.9375rem;left:22.5rem;display:block; }
#y2aNxS703eSiAtBqPKnns61qKh5fC6Tn { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15056;line-height:1.6;letter-spacing:0;top:48.3125rem;left:25rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ll8OTkc6taS1QT2smL42uRM0ofOGEXZa { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15067;top:50.875rem;left:22.5rem;display:block; }
#G7s69qQntS14vLlxphTJ461qXE5GLE0q { color:#000000;display:block;width:34.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15056;line-height:1.6;letter-spacing:0;top:51.25rem;left:25rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4CCMUlqZKPxXXntzTx3FOJ0LSCvxqL8 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15060;top:41.875rem;left:22.5rem;display:block; }
#z4yLFi709oEWDD4gcbrV7DqJtayCF4nQ { color:#000000;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15056;line-height:1.6;letter-spacing:0;top:42.3125rem;left:25rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Idd9dJTVHoTZvbAKPiegekKMpARORPlT { position:absolute;display:block;z-index:15033;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.875rem;width:7.5rem;top:60.8125rem;left:22.5rem;overflow:hidden;display:block; }
#PT5Z1l8lsrUsBG2Xabt7TmTm9waI3b8F { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:87.1875rem;left:3.4375rem;height:2.5986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ckgeHnvtTCy4akgmLA4KWH0gyyTxGK5k { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:84.6875rem;left:0.125rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#y3PCEqDTXdrSSzW5bTV5yeTHL35w4zNz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:83.125rem;left:3.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#s4qHcp6m5g4LGx1fZ1CWVXUg7F2EZr4J { position:absolute;display:block;z-index:15027;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:18.75rem;top:63.75rem;left:0rem;overflow:hidden;display:block; }
#iSiMApHc2w2zyHgSGAVrPO4Tdrp7VVxr { color:#000000;display:block;width:59.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#kRJQxFVmGP1V73NJdaHXtTJXKLGvqNpW { color:#009fe3;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:2.875rem;left:65rem;height:3.73535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kXtWRWLFOC9UUOn3tSd8bPZMGmXgqJuI { position:absolute;display:block;z-index:15032;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.3125rem;width:64.5rem;top:6.5rem;left:0rem;overflow:hidden;display:block; }
#E1OBgkKfuA9WoucWAuBpx3ELpGhvfAr6 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:2.5625rem;left:60.6875rem; }
#tLb64U55TEhNOQXfZqkQ5XsBqwSFQxRP { position:relative;display:none; }#tLb64U55TEhNOQXfZqkQ5XsBqwSFQxRP { border-width: 0; border-radius: 0; }#tLb64U55TEhNOQXfZqkQ5XsBqwSFQxRP > .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; }#tLb64U55TEhNOQXfZqkQ5XsBqwSFQxRP > .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:75rem;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:none; }#geponDb6HmFFcLm5ESzZgTfdy5pCamx0 { color:#000000;display:block;width:55.6875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nzBGD7wFSo1sPIX23Zbl13qNy9axWDWh { 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:18.75rem;width:18.75rem;top:12.9375rem;left:0rem;overflow:hidden;display:block; }
#x5VghESozo8wmZnU4JvAisTuruwROZQ5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:32.3125rem;left:3.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Aflc0uFvWpdKx59gFRID6VptRQIevlDm { box-sizing:content-box;color:#00b0ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:16rem;left:52.1875rem;display:block; }
#k4l0uEgtmmW5EoyTVGJWsd9bUT1df8cd { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:16.3125rem;left:54.6875rem;height:1.21875rem;font-style:normal;display:block; }
#miMW5V3xM6nZi3CiEy5xlxZJmhIHKkSC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:33.875rem;left:3.4375rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#Jm2W0G81N5TC93cTfTBOZP9J72NB48K4 { background-color:#00b0ff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:65rem;left:58.75rem;display:block; }
#m6ofXR4cZ9elJbtT6UuyZVI9EECBJzPN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FSaBBcisHcluvTEpv35obLKztARJGmyb { box-sizing:content-box;color:#00b0ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:15.6875rem;left:69.375rem;display:block; }
#rUy43LVwy0MKixGzN5Ly42RvXIE7eFao { color:#000000;display:block;width:3rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:16.3125rem;left:71.875rem;height:1.21875rem;font-style:normal;display:block; }
#T4TNJf2AWVyZn39dh0HQQn5fG4DMCMMT { position:absolute;display:block;z-index:15029;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.3125rem;width:64.5rem;top:10.4375rem;left:0rem;overflow:hidden;display:block; }
#AkWZbQObgPtfCldQtBpxvnPE7msOMhuZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:36.375rem;left:3.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QhsPPnDVoDFlRwqLTTA9WrOay1JCWWUQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:65rem;left:23.125rem;height:1.13720625rem;font-style:normal;display:block; }
#bzDrzvE0lmT0vdmtIoeL5t54A5o78NiD { position:absolute;display:block;z-index:15033;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:2.875rem;width:6.875rem;top:5.2373046875rem;left:68.125rem;overflow:hidden;display:block; }
#m9RPTEaKa4nCEm2yJZuKsH3J53w1SP6b { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:64.3125rem;left:3.4375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WEAvT2rK4LDFbqfbu91hi07ScEfPK18h { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:61.8125rem;left:0.09375rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#LiRgUkN139VEcDsLAwzIlOPqoBQXSGhc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:60.25rem;left:3.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#G9i6E9NyPUSP8sHQyGwBpGXxqPvXUsKw { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:40.875rem;left:0rem;overflow:hidden;display:block; }
#C5PP5PE3PxsW2pwZbMVmFZTSdG7Hb2ea { color:#333333;display:block;width:45.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:21.0625rem;left:22.5rem;height:15rem;font-style:normal;display:block; }
#TlpPLOk6NSS8xaVB6AW34AklbcRa2ll9 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:38.125rem;left:22.5rem;display:block; }
#U1LeRPvuZXfWLCBvrNAg5KRBkAVudTuu { color:#000000;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15056;line-height:1.6;letter-spacing:0;top:44.5625rem;left:25rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qFPXOkXAAM9KPTdOeATt8TwKVTavIHE5 { color:#000000;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15054;line-height:1.6;letter-spacing:0;top:38.5625rem;left:25rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CUHfQnnwyitfkd00lSsPMVGLu6OyBwLN { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:44.0625rem;left:22.5rem;display:block; }
#o1to83bqK4SoqsZBfcL9BBhTdts928TX { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15070;line-height:1.6;letter-spacing:0;top:46.3125rem;left:26.5625rem;height:4.1997rem;font-style:normal;display:block; }
#f2MDh9bHwgBbqUfr0xOnCTsox2dSy1p9 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:51.625rem;left:22.5rem;display:block; }
#AV6TWZX65KFi6AUm6Sqv3BhdJNsV1XNo { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15056;line-height:1.6;letter-spacing:0;top:52rem;left:25rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sl0DhgA2aG4ziQl1kK9te92RTmDm9TLM { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15067;top:59.25rem;left:22.5rem;display:block; }
#efhshBPuilXTZ1ViELFUq4pe8hw3TKL9 { color:#000000;display:block;width:34.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15056;line-height:1.6;letter-spacing:0;top:59.625rem;left:25rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AGEmJpz9npTGCRRmGEvfF4DrfmKDfqNC { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15069;line-height:1.6;letter-spacing:0;top:61.375rem;left:26.5625rem;height:1.3999rem;font-style:normal;display:block; }
#Zqv2hSZM1ORZzkwD5wSUSSkMyBNGZG7t { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15060;top:41.125rem;left:22.5rem;display:block; }
#FS9p9dsW15nxTi8sO6l1zos6cDOEfNLr { color:#000000;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15056;line-height:1.6;letter-spacing:0;top:41.5625rem;left:25rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aCUwGrpIiXqDtcrhTBRa61HaSMQn9vaT { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15070;line-height:1.6;letter-spacing:0;top:53.75rem;left:26.5625rem;height:1.3999rem;font-style:normal;display:block; }
#fqaKkuyPer0cKZ7pDhBN1wRnaFFlcxM8 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:56.25rem;left:22.5rem;display:block; }
#Gwx319dsKc6Du63gzQFTSDad453T3DM6 { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15059;line-height:1.6;letter-spacing:0;top:56.625rem;left:25rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ObXuRxtsrfmG31FDRQc8xVN3o5tRcIpy { position:absolute;display:block;z-index:15035;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.875rem;width:8.3125rem;top:67.3125rem;left:42rem;overflow:hidden;display:block; }
#P9ez9yTFFcxxMWmp5HV4M7RA1qTfxAKD { position:absolute;display:block;z-index:15036;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:2.5rem;width:17.875rem;top:67rem;left:23.125rem;overflow:hidden;display:block; }
#g31f2z8INT2vNCv2IvC0URpD9v2o13Ht { position:relative;display:none; }#g31f2z8INT2vNCv2IvC0URpD9v2o13Ht { border-width: 0; border-radius: 0; }#g31f2z8INT2vNCv2IvC0URpD9v2o13Ht > .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; }#g31f2z8INT2vNCv2IvC0URpD9v2o13Ht > .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:58.6875rem;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:none; }#VCz1ATbQQlS9bSuRCL8qruyCB2wbPHhE { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:47.625rem;left:22.875rem;height:1.13671875rem;font-style:normal;display:block; }
#FLFfbU4gXrF6Q5P4OzJZqLBpQ5b1kAzx { position:absolute;display:block;z-index:15033;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.375rem;width:8.8125rem;top:48.75rem;left:22.5rem;overflow:hidden;display:block; }
#gnWzw1MWfMPRASafwn8k29AIMtGomdFZ { position:absolute;display:block;z-index:15029;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.3125rem;width:64.5rem;top:7.5rem;left:0rem;overflow:hidden;display:block; }
#OBUewInvU7ZGfTad0odX8yxq7zgKDk4u { 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:18.75rem;width:18.75rem;top:10rem;left:0rem;overflow:hidden;display:block; }
#CymMquIJbMoSTATWIVQyfxA19TUTXt6T { color:#000000;display:block;width:66.625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SkzIeNR3d4DH8KXT6QhJTUCBVVNtayoV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:28.75rem;left:3.4375rem;height:0;text-align:center;text-align-last:center;display:block; }
#OBGBwdmIwWZnTG8Aiykr0i1qdS31dond { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:30.3125rem;left:3.4375rem;height:0;text-align:center;text-align-last:center;display:block; }
#UFOprrPMVsfg9QIRTWTvyBmRQazOgQU0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:32.8125rem;left:3.4375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EqZNdCO9T6O2fRRtSBB4uT8MTgAgEt14 { position:absolute;display:block;z-index:15033;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:2.875rem;width:6.875rem;top:3.75rem;left:68.125rem;overflow:hidden;display:block; }
#xFpAcDotyl3WinBhaQqmaomZSoniVtho { background-color:#00b0ff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:47.625rem;left:54.0625rem;display:block; }
#ZF2hVFlqTpEvsosi0P72za34yMTSb6DV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vrNSE4gBt5mZEHWXbLdqkNmtxLfIXGsL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:28.75rem;left:3.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#dqBGhITslTypyV9Kc8FV3AKRGQiwtFmM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:30.3125rem;left:3.4375rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#Gg6LQFLP5Cg1PB64N8XqIbe7CgBe9Fde { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:32.8125rem;left:1.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ANR8ck0dUKXTpnBJ54CyRuc1mcTc5O52 { position:absolute;display:block;z-index:15034;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:2.125rem;width:8.9375rem;top:49.375rem;left:32.5rem;overflow:hidden;display:block; }
#Q6LTJUzy8pasv1omnBSNQMG8JVtUN7JM { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.6;letter-spacing:0;top:36.9375rem;left:26.5625rem;height:5.59765rem;font-style:normal;display:block; }
#x5fNX4IGh8S4sM55O3sFNToBT2fTpWBV { color:#000000;display:block;width:34.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:35.1875rem;left:25rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WMWA7nEpSS1TDDKRAGgAp5JwK4bHn1sR { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:32.8125rem;left:25rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x6NWiM9B9B3NmzCCU3nfU8OILwS9hGJE { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.6;letter-spacing:0;top:26.375rem;left:26.5625rem;height:5.59765rem;font-style:normal;display:block; }
#xGcEsw7USLeZ8hsEb7NeRSVKhIDdLP7w { color:#000000;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:23rem;left:25rem;height:3.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ndUdvTEV75Sw7Bmn1OBe6N050IOvlp6D { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.6;letter-spacing:0;top:19.375rem;left:26.5625rem;height:2.798825rem;font-style:normal;display:block; }
#S6yma7T6BKfLR29ZkUtrQHUIuJwO8Hmd { color:#000000;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15042;line-height:1.6;letter-spacing:0;top:17.625rem;left:25rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B4bOIadNlI0TAV5ytcwTDAqkcO7ccJPL { color:#333333;display:block;width:29.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:13.875rem;left:22.5rem;height:1.5rem;font-style:normal;display:block; }
#crx1iPtgbga8Jyy3ILS7IwSoJ5EPZ8gk { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:17.1875rem;left:22.5rem;display:block; }
#f06SPS8CPnc4MsLV6RfBt2hrKVT5WONK { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15049;top:22.5rem;left:22.5rem;display:block; }
#sOmwGsxc5uKWXg3Cgno3zrSqL6e8aNye { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15054;top:32.4375rem;left:22.5rem;display:block; }
#LF8fNTDeyzCo8AGlKgTEwTyrSZ1aJIUS { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15055;top:34.8125rem;left:22.5rem;display:block; }
#u7phwWqWCbbJPNvVMkxt6f3D6SPRwtJJ { position:relative;display:none; }#u7phwWqWCbbJPNvVMkxt6f3D6SPRwtJJ { border-width: 0; border-radius: 0; }#u7phwWqWCbbJPNvVMkxt6f3D6SPRwtJJ > .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; }#u7phwWqWCbbJPNvVMkxt6f3D6SPRwtJJ > .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:39.6875rem;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:none; }#ylKW8uFl0a6Jdyk74LXEAzyGiix0Cmr4 { color:#000000;display:block;width:55.6875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R7KSavWWQ9LxWV0uRyxl3MlEz5a2t8p7 { 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:18.75rem;width:18.75rem;top:10rem;left:0rem;overflow:hidden;display:block; }
#s3mgo54PGLlF1OMyKV0EVVWtLw6n9bnD { color:#333333;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:13.125rem;left:22.5rem;height:1.5996125rem;font-style:normal;display:block; }
#bSeJMRKupk1kqFfowKfxXu8NFwfBQmiO { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:16.875rem;left:22.5rem;display:block; }
#lOfg2ys1I9q25Lcf657MNDAxNrJgNdGM { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:19.4375rem;left:22.5rem;display:block; }
#NR0aKpZgoweoT8PCbsRwu2ZhVTnpnO8R { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:22rem;left:22.5rem;display:block; }
#zeOdmTft56Juv0Rg0kpI5h6PLO49654O { color:#000000;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.375rem;left:25rem;height:7.7988375rem;font-style:normal;display:block; }
#JBT5XN6obKoZKeQIiVQIfmt59OHm2JTa { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:29.375rem;left:3.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#y3snTlJzS84cr69EwiM3zWn2VKZeWrSu { box-sizing:content-box;color:#00b0ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:13.125rem;left:52.1875rem;display:block; }
#Ziwci6QxTdnAaTF7rM5IbltK8SoX362P { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.4375rem;left:54.6875rem;height:1.21875rem;font-style:normal;display:block; }
#kOockKhT0eecsebLd8TMPygqSnCMlgtw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:30.9375rem;left:3.4375rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#E7RVm12xOwxISwXVVrUrlNmUsEBOBZcg { background-color:#00b0ff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:27.5rem;left:58.75rem;display:block; }
#zUnUNOSwEtUNegHAtAlxKNAzFDLZZzRl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AuDCNSHtp63one1CLnDq3Bme4kkGVkHl { box-sizing:content-box;color:#00b0ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:12.8125rem;left:69.375rem;display:block; }
#I1yONcL3HDSRfDgbB3l6qxfN7Cg5xR27 { color:#000000;display:block;width:3rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:13.4375rem;left:71.875rem;height:1.21875rem;font-style:normal;display:block; }
#CzJGladUL20Btq3xBgrTwNX4gdASgTTt { position:absolute;display:block;z-index:15029;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.3125rem;width:64.5rem;top:7.5rem;left:0rem;overflow:hidden;display:block; }
#fQ50Uw1EAKF3nTGc1hAWPb8tMuipsBlL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:33.4375rem;left:3.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XD65XrxAarg22hnpVntIWaPdXVq3FDrn { position:absolute;display:block;z-index:15031;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.25rem;width:7.5rem;top:30rem;left:23.125rem;overflow:hidden;display:block; }
#OJ88b4v97bDVyIgXsnPdti6PZ1TXkODB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:27.5rem;left:23.125rem;height:1.13671875rem;font-style:normal;display:block; }
#vTQ6mwNAFMPAKLsCWRTtll8I5tQgirV7 { position:absolute;display:block;z-index:15033;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:2.875rem;width:6.875rem;top:3.75rem;left:68.125rem;overflow:hidden;display:block; }
#k8Bv0fc4UXT99isVmwSVO7BKNIU4c3aX { position:relative;display:none; }#k8Bv0fc4UXT99isVmwSVO7BKNIU4c3aX { border-width: 0; border-radius: 0; }#k8Bv0fc4UXT99isVmwSVO7BKNIU4c3aX > .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; }#k8Bv0fc4UXT99isVmwSVO7BKNIU4c3aX > .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:7.1875rem;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:none; }#bL59tTy8BE44MLpQXdeOnx3rM3STU6H3 { color:#00b0ff;display:block;width:57rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.2504875rem;display:block; }
#COTTRi4RSM85zUWGxCsOwzNvqDBl6lRl { position:relative;display:none; }#COTTRi4RSM85zUWGxCsOwzNvqDBl6lRl { border-width: 0; border-radius: 0; }#COTTRi4RSM85zUWGxCsOwzNvqDBl6lRl > .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; }#COTTRi4RSM85zUWGxCsOwzNvqDBl6lRl > .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:84.375rem;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:none; }#aEAnuUx1qcrKoWgdi9KFvuiui2JvfpbO { color:#000000;display:block;width:66.4375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dQnpNKsCvsfzeAbGhcJoWCabgTLJCKIV { 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:18.75rem;width:18.75rem;top:13.75rem;left:0rem;overflow:hidden;display:block; }
#yinHbB9EBrIQJtnyhKQfKJvirPc4F29p { color:#333333;display:block;width:39.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:16.875rem;left:22.5rem;height:6.3984375rem;font-style:normal;display:block; }
#pIxqTLBcNu9adVMs2uJkhBDWTI8qs2Td { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:27.1875rem;left:22.5rem;display:block; }
#pOZBlUAfDTyOuMhuVUdUBUVgZ75fINpT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:19.4375rem;left:22.5rem;display:none; }
#KpzWkufRBUJNPxhKzKS1LV0ZMq0TgeQf { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:22rem;left:22.5rem;display:none; }
#Pr8GanzOcdMQe7gFzFbiDxcZNHi5lgBo { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:27.6875rem;left:25rem;height:2.5996125rem;font-style:normal;display:block; }
#q8MiXLweICV8e7W3AJLgC27xkmn5A9ZH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:33.125rem;left:3.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#LglS6ef8BhwaG9SuDt6hiLgt0JpTl6xI { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:35.0341796875rem;left:2.625rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#vD9TCdygDGU9v2G8qg00mnwaCb7dFRs2 { box-sizing:content-box;color:#00b0ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:12.8125rem;left:69.375rem;display:none; }
#HIgqT6v5s37ZI4WeL0EQwxrLJiGcORiF { color:#000000;display:block;width:3rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:13.4375rem;left:71.875rem;height:0;font-style:normal;display:none; }
#xQRf4IfDf2VyP7ghiGToKPnuXwDG0SwE { position:absolute;display:block;z-index:15029;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.3125rem;width:64.5rem;top:11.25rem;left:0rem;overflow:hidden;display:block; }
#WsdcsTRCeNQ50RPsvynZwodVTTpw7wuc { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:37.5263671875rem;left:2.34375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kqStVwZu185ZiK2ZXSDbTIlB1gOtDcGy { position:absolute;display:block;z-index:15031;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.25rem;width:7.5rem;top:78.5625rem;left:22.5rem;overflow:hidden;display:block; }
#Lhgcfh9J1zIoazkKX4v6mdbssXz6MfTU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:79.25rem;left:22.5rem;height:0;font-style:normal;display:none; }
#ZgnXqkIRQDo3Hg3czv9mzOnp78dw8hfG { background-color:#00b0ff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.0625rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:47.322265625rem;left:22.5rem;display:block; }
#NA8BAp88tG4ud0fT5515ubZKREIwccdR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fhh0LEvGu0T9CyIXIZbTQ3oWInvQ1KMq { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:6.974609375rem;left:0rem;height:2.1005875rem;text-align:left;text-align-last:left;font-style:italic;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; }
#vv12pR0IRDifDh1cWNsCrcoHwJKVpi3k { position:absolute;display:block;z-index:15032;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.875rem;width:7.5rem;top:78.4375rem;left:31.25rem;overflow:hidden;display:block; }
#bGJGbSbCblNSBKOe90KUGvxNSHdr3LQX { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:30.75rem;left:22.5rem;display:block; }
#EPZd571CzHCzSxpqbk7cGN5fZDBL3Xw2 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:31.25rem;left:25rem;height:1.3rem;font-style:normal;display:block; }
#IFnlGMcFmZF4upk9cbqUhG7e7iVLMwTJ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:33rem;left:22.5rem;display:block; }
#fblVnZDxyP9RKcpdxshQq7rH7Vrue0h4 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:33.5rem;left:25rem;height:2.59863125rem;font-style:normal;display:block; }
#BBsIAw5aDOVJombGttClLzdaDsCQ8Ta8 { color:#333333;display:block;width:42.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:37.6748046875rem;left:22.5rem;height:4.798825rem;font-style:normal;display:block; }
#BfTNVFQxkpTuP1eCNgd1Xs3AoFuJOXrR { color:#333333;display:block;width:39.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:24.7109375rem;left:22.5rem;height:1.6rem;font-style:normal;display:block; }
#r9tp6AJ5AdGQRftIaFUiKqfSRvmCcz6i { color:#333333;display:block;width:39.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:45.09765625rem;left:22.5rem;height:1.6rem;font-style:normal;display:block; }
#hL0fZCLfVpfEKxCJtnuLVbHqiL3esmtn { color:#333333;display:block;width:39.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:51.7080078125rem;left:22.5rem;height:3.19921875rem;font-style:normal;display:block; }
#rbwaIJ7hZTvNDQhBbWgc9gyeTUl4WtO5 { color:#333333;display:block;width:39.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:61.1572265625rem;left:22.46875rem;height:1.6rem;font-style:normal;display:block; }
#eMxLxeN7oNH9wyEIXQfEWo7wh1Wy38Be { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:63.6875rem;left:22.5rem;display:block; }
#FP29tvLDngg6MKdHBwzPp99MHVaAVa4H { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:64.1875rem;left:25rem;height:2.5996125rem;font-style:normal;display:block; }
#SH4FFcuPx6otc6dSNFROf6KUPZowo0Jt { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:67.25rem;left:22.5rem;display:block; }
#miuAhPSk2sMb5y1gPxWaR3m6lbIGZSq8 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:67.75rem;left:25rem;height:2.5996125rem;font-style:normal;display:block; }
#nSCzTVq7RgETIERbM9OfnGbeNpoUefih { color:#333333;display:block;width:41.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:71.849609375rem;left:22.5rem;height:0;font-style:normal;display:none; }
#BUBBRTGlD4HFFm1TfmDMTFknAXU5nwgk { background-color:#00b0ff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.0625rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:55.5322265625rem;left:22.53125rem;display:block; }
#RniimI3Bbpq1LH5TfHAvU5LKvCaTofeW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ggy8yQxXkeNIOP9mD8I2l0Lxy4FWlHSr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:76.4375rem;left:22.5rem;height:1.1375rem;font-style:normal;display:block; }
#J3csKhLPeMCGHUwt0y0tHNiQeG7xOoQh { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:25rem;top:81.38671875rem;left:22.5rem;overflow:hidden;display:none; }
#KuxyrEZMAtv1c7mTGAcATATOwkSrdiVD { position:relative;display:none; }#KuxyrEZMAtv1c7mTGAcATATOwkSrdiVD { border-width: 0; border-radius: 0; }#KuxyrEZMAtv1c7mTGAcATATOwkSrdiVD > .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; }#KuxyrEZMAtv1c7mTGAcATATOwkSrdiVD > .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:131.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:none; }#fVFATUAmLOo99W7rp95ESDw4ksbwpW53 { color:#000000;display:block;width:66.4375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dGy04sTAqrV6RTP14BqKLvVaFQaLHK9s { 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:18.75rem;width:18.75rem;top:13.75rem;left:0rem;overflow:hidden;display:block; }
#cUNSqnEd6GIWRvUFEy7HVIbCSUtEIzed { color:#333333;display:block;width:43.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:16.875rem;left:22.5rem;height:6.3984375rem;font-style:normal;display:block; }
#FMBpKtalsxIwCuPb9caZ1lTV1JNz33Vn { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:25.4375rem;left:22.5rem;display:block; }
#ZdhnEVmXtmovgBGAb4LUgcM1JCoVUiAc { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:19.4375rem;left:22.5rem;display:none; }
#vqH4UiFfwg1zmDFdSBRA2FykFb0bqUzL { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:22rem;left:22.5rem;display:none; }
#e54xM7L2PwB63pPoF8BFgcT3mDasG3Tf { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:25.9375rem;left:25rem;height:2.5996125rem;font-style:normal;display:block; }
#wHRUhXmH6ZDRoyIX5H7nfTPvclBpDODK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:33.125rem;left:3.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#LTXlkKJ9lNeyFktuNwuZWPrsl7UO7vXS { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:35.0341796875rem;left:2.625rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#MhLlisb49wfw2hKi1Wq87nQwmGx0q5Rf { box-sizing:content-box;color:#00b0ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:12.8125rem;left:69.375rem;display:none; }
#pTCHkHRZiHI0m3wnw6vnTxoHn5Sh6oM2 { color:#000000;display:block;width:3rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:13.4375rem;left:71.875rem;height:0;font-style:normal;display:none; }
#rlsxW4lX86VCpTrKxJ1hLyK0qTcRPdcV { position:absolute;display:block;z-index:15029;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.3125rem;width:64.5rem;top:11.25rem;left:0rem;overflow:hidden;display:block; }
#OTyKfV1zCDbgTrDb0XiIcto3xZ5TPPC7 { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:36.9013671875rem;left:2.34375rem;height:2.5986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yheKI0Fxkk2tceUZ627yHpb1l2i503X2 { position:absolute;display:block;z-index:15031;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:2.8125rem;width:12.5rem;top:119.9375rem;left:23.125rem;overflow:hidden;display:block; }
#CSqTO5cHMbTpg0qbdSANEDc8E0HA8WVt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:117.4375rem;left:23.125rem;height:1.1375rem;font-style:normal;display:block; }
#T9lNnn8SBoHNKHtTT3TW7UHO8U2EnJeS { background-color:#00b0ff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:117.4375rem;left:58.75rem;display:block; }
#fq9ahu79x8lbQ9BITXkkLnNwlDu2NeZ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UrkfsXpBOTBKVNCOiHsUCd2noegqqXaR { color:#000000;display:block;width:41.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:6.974609375rem;left:0rem;height:3.59765625rem;text-align:left;text-align-last:left;font-style:italic;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; }
#ps4n9w9MsCivN5qJfJVLudGbFq9qmGZu { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:30.625rem;left:22.5rem;display:block; }
#wdAV3VJKwkVGv8XkEEEOPqzrcXd30HBG { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15060;line-height:1.6;letter-spacing:0;top:32.8125rem;left:26.5625rem;height:2.79785rem;font-style:normal;display:block; }
#n1oFZlgoc6tIXKcBcqxlyUCJK8k26m1X { color:#000000;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15046;line-height:1.6;letter-spacing:0;top:31.0625rem;left:25rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qOsFPCeuPL5otW1oKJsu6O2IaG8atsHg { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15063;line-height:1.6;letter-spacing:0;top:39.375rem;left:26.5625rem;height:22.3828rem;font-style:normal;display:block; }
#gakc22JPTFb9QKsAZB6A66FqUEUp4NT2 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:37.1875rem;left:22.5rem;display:block; }
#LCL5REeAvyDBTMeFTET7099mOlRvd4SK { color:#000000;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15049;line-height:1.6;letter-spacing:0;top:37.625rem;left:25rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aTIvvBv27OipOpRLpMiJ4auWqqELb9cs { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:63.4375rem;left:22.5rem;display:block; }
#OdSzvtLxU1FRTLgJSGTTLXWTiZ6S0HiZ { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15063;line-height:1.6;letter-spacing:0;top:65.625rem;left:26.5625rem;height:4.1982375rem;font-style:normal;display:block; }
#vaBIV8SI6FwOykL4U4PWooCq2CXy2SDW { color:#000000;display:block;width:33.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15049;line-height:1.6;letter-spacing:0;top:63.875rem;left:25rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#doT5L2gIHJ7IM5uweIbTL9Aax4WHoRva { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:71.5rem;left:22.5rem;display:block; }
#xhkeczLqmuUXCcJaDI15IuBDQZbvL1bB { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15066;line-height:1.6;letter-spacing:0;top:73.6875rem;left:26.5625rem;height:5.5957rem;font-style:normal;display:block; }
#R72T13LEGMTwgbIyuyfAE75fs9n3haTZ { color:#000000;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15052;line-height:1.6;letter-spacing:0;top:71.9375rem;left:25rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b6Cgc6Az78bpp5z8EdQNNhHy1IURFXXI { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:80.9375rem;left:22.5rem;display:block; }
#t6gnnmTluApvhoJZCeTIDJrTplOSV21o { color:#000000;display:block;width:46.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15069;line-height:1.6;letter-spacing:0;top:83.125rem;left:26.5625rem;height:8.39355rem;font-style:normal;display:block; }
#HCAvpyGlkd2TCMxHOapTGsVqTyzXs3Mv { color:#000000;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15055;line-height:1.6;letter-spacing:0;top:81.375rem;left:25rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f814I9aAeKIpLzlQWtLlbTTElwFmzUy4 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:93.1875rem;left:22.5rem;display:block; }
#hv4NR9AXDUitHRR6a67TM0sQFLhhea52 { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15069;line-height:1.6;letter-spacing:0;top:95.375rem;left:26.5625rem;height:12.590325rem;font-style:normal;display:block; }
#D6embJLawn4iDrwaMTfmuH7sFRk3GsMB { color:#000000;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15055;line-height:1.6;letter-spacing:0;top:93.625rem;left:25rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XEIOabThsp0DnpJkRAxZf2CvTlnWnUIB { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:109.625rem;left:22.5rem;display:block; }
#Uq2SWTUTXSbLaVkfrcU169iOXzMxJohQ { color:#000000;display:block;width:45.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15058;line-height:1.6;letter-spacing:0;top:110.0625rem;left:25rem;height:3.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fqev0GDGkJePxr6TAsUITIblJrurZS23 { position:absolute;display:block;z-index:15032;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:12.5rem;top:119.8125rem;left:37.8125rem;overflow:hidden;display:block; }
#W9OZGdOmlVNxH9XTDZMBgfsE7CrTOUVl { position:relative;display:none; }#W9OZGdOmlVNxH9XTDZMBgfsE7CrTOUVl { border-width: 0; border-radius: 0; }#W9OZGdOmlVNxH9XTDZMBgfsE7CrTOUVl > .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; }#W9OZGdOmlVNxH9XTDZMBgfsE7CrTOUVl > .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:43.75rem;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:none; }#RztfKSEqiBgB6xuV790yGdWh0Oh1LQGB { color:#000000;display:block;width:66.4375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xabWO87mnrD7sTMBPIWLmTN8w3VN2Xli { 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:18.75rem;width:18.75rem;top:13.75rem;left:0rem;overflow:hidden;display:block; }
#skeCLFK7hGeGJOuWJdTZM5iIwyqITxtH { color:#333333;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:16.875rem;left:22.5rem;height:3.19921875rem;font-style:normal;display:block; }
#yGHkxx4BQamyvnWAGszJi0FxE3HDT1Vk { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:21.875rem;left:22.5rem;display:block; }
#bymPHy9C5RQnapm1ccOwOJyUMUT1hNPm { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:19.4375rem;left:22.5rem;display:none; }
#wmLH2ZGSEqHGqMXM85BCPgGJDdJdlJ3e { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:22rem;left:22.5rem;display:none; }
#wHPk1aqIhx2TrLRfKcfwOcgtxsQGBBzv { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:22.375rem;left:25rem;height:9.09863125rem;font-style:normal;display:block; }
#uTqTeC1CAfmbG2JlOyko4hpQInxGpJsN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:33.125rem;left:3.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#fugnkNAnWtvw7VKzmZi34Xz3x6BQ8rAN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:34.6875rem;left:3.4375rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#yfqEt1anOIAPcuHrxBFxUKzONO5S4VXk { box-sizing:content-box;color:#00b0ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:12.8125rem;left:69.375rem;display:none; }
#dOdPBrdkLBS3goJOGvANCSFfAJX7oQpV { color:#000000;display:block;width:3rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:13.4375rem;left:71.875rem;height:0;font-style:normal;display:none; }
#oJVmZsCBCCseLqydgPDh27gsX3Hu1iFQ { position:absolute;display:block;z-index:15029;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.3125rem;width:64.5rem;top:11.25rem;left:0rem;overflow:hidden;display:block; }
#VaBytkp0TS6ZmJRDaN6XgDQJzUwVCR4n { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:37.1875rem;left:3.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mTVii4pU02UELrWuas06UpnqLm61NToo { position:absolute;display:block;z-index:15031;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.25rem;width:7.5rem;top:36.875rem;left:23.125rem;overflow:hidden;display:block; }
#oBpoETp8ZbJtGRzIqsqxxDnvU3DmSEy6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:34.375rem;left:23.125rem;height:1.13720625rem;font-style:normal;display:block; }
#mXn2Eou0cI3ErEnLMOt0Gws4OKXgf7mI { color:#000000;display:block;width:3rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:17.1875rem;left:71.875rem;height:1.21875rem;font-style:normal;display:block; }
#pGB1gIh5hKwEp9HQupXqAT7bxxfgnAS5 { box-sizing:content-box;color:#00b0ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:16.5625rem;left:69.375rem;display:block; }
#kqkMTgHUw9BsZy5xF9MGW1wEIBxBx5A5 { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:17.1875rem;left:54.6875rem;height:1.21875rem;font-style:normal;display:block; }
#zFihWcbpDBKCMA8TheQKgc55LDfPRNhT { box-sizing:content-box;color:#00b0ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:16.875rem;left:52.1875rem;display:block; }
#T3BzfmVdWqbiH1CcdhHBi3BbqWrc2q9K { color:#000000;display:block;width:59.1875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:6.974609375rem;left:0rem;height:3.44921875rem;text-align:left;text-align-last:left;font-style:italic;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; }
#C8bVQLo7J4Eovc1kyUCRv9X3GFa3kZoK { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:27.0625rem;left:22.5rem;display:block; }
#EU6KzGZ7k5obBCxdNchotGWmgHQzSFey { color:#009fe3;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:7.625rem;left:65rem;height:3.7373rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k9VsDu7q24sqgQFlSqWOd1sXg0OWXQC3 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:7.3125rem;left:60.6875rem; }
#aw18Try1PUOv2Ch85DoIQvl81gvvHkSp { position:relative;display:none; }#aw18Try1PUOv2Ch85DoIQvl81gvvHkSp { border-width: 0; border-radius: 0; }#aw18Try1PUOv2Ch85DoIQvl81gvvHkSp > .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; }#aw18Try1PUOv2Ch85DoIQvl81gvvHkSp > .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:43.75rem;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:none; }#kp5ldAOhLwEw4dGeKbgcxUqvMUAezmrJ { color:#000000;display:block;width:55.6875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J3PgQz9cmmJ1DA2NNKcDwxFOBaNTd1rB { 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:18.75rem;width:18.75rem;top:10rem;left:0rem;overflow:hidden;display:block; }
#CJVc5NK5wPBUCz570ilrG0nMSVRGIxQb { color:#333333;display:block;width:28.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:13.125rem;left:22.5rem;height:6.3984375rem;font-style:normal;display:block; }
#aTA3exSOr0bZ84T6XEyRaiPB3peLtZBA { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:21.1875rem;left:22.5rem;display:block; }
#AFybGVsZJTAgMkpDSxkurU8cQqBLnGw1 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:27.75rem;left:22.5rem;display:block; }
#JMurSQToV33wICDnngOpXiQcEhUo8wTM { color:#000000;display:block;width:49.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:21.75rem;left:25rem;height:10.39453125rem;font-style:normal;display:block; }
#TR4Mz9r8uR9pxkzbXM2BAHi8e0s1eBKU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:29.375rem;left:3.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Xrrq8lgJbH0UMETUHFN39av9KRrASifQ { box-sizing:content-box;color:#00b0ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:13.125rem;left:52.1875rem;display:block; }
#NBzixexkuThTxOEbgWH4hs0QQ5VS2WC8 { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.4375rem;left:54.6875rem;height:1.21875rem;font-style:normal;display:block; }
#niyXx6AoxdE6bITNl38KWXO28r1GzCMn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:30.9375rem;left:3.4375rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#Klpb73Cbe6pF5DN6xJ4lFutnTmEU7vIw { box-sizing:content-box;color:#00b0ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:12.8125rem;left:69.375rem;display:block; }
#vZIeWestLrNClUXUDMZB21tIMn00sizX { color:#000000;display:block;width:3rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:13.4375rem;left:71.875rem;height:1.21875rem;font-style:normal;display:block; }
#R0R8DuxAST8rhGVoRqqwacEDIlq45TuW { position:absolute;display:block;z-index:15029;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.3125rem;width:64.5rem;top:7.5rem;left:0rem;overflow:hidden;display:block; }
#tGw6BXOppiCiX7tmqvhb6g7ZHX6IKiBC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:33.4375rem;left:3.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PnIfJZAUcpaIMaJl90NReZVxBZF6oIXu { position:absolute;display:block;z-index:15031;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.25rem;width:7.5rem;top:38.125rem;left:23.125rem;overflow:hidden;display:block; }
#lcrJVuTwlDPdsMtR3tFvIiRE4c1srlFB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:35.625rem;left:23.125rem;height:1.1375rem;font-style:normal;display:block; }
#X7mzPkmMqrFytelQ8fQW5cnWW2UoQrgP { position:absolute;display:block;z-index:15033;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:2.875rem;width:6.875rem;top:3.75rem;left:68.125rem;overflow:hidden;display:none; }
#zeqGIpx8Nx4bmTkWsAnCprUCsnRTAvfx { color:#009fe3;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:3.5rem;left:65rem;height:3.73535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MGxuB8UI549chVATSoWyDoSx4MfOKLcJ { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.1875rem;left:60.6875rem; }
#f2trpRHaCbk4VUSq2Ct6C7wEKG8eWaXZ { position:relative;display:none; }#f2trpRHaCbk4VUSq2Ct6C7wEKG8eWaXZ { border-width: 0; border-radius: 0; }#f2trpRHaCbk4VUSq2Ct6C7wEKG8eWaXZ > .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; }#f2trpRHaCbk4VUSq2Ct6C7wEKG8eWaXZ > .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:39.6875rem;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:none; }#DgBiftsOVb8eqWlrFc8ACrVanWPyf91D { color:#000000;display:block;width:66.4375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e5DSikVR4uBglfgtF0PLrBXyqnZykKpB { 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:18.75rem;width:18.75rem;top:10rem;left:0rem;overflow:hidden;display:block; }
#aboTZ7pZyHlrz1cQmT9V2z5VITHoydLl { color:#333333;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:13.125rem;left:22.5rem;height:1.5996125rem;font-style:normal;display:block; }
#FODrn0AJCofvH2mi9xrtC1Hcru4b5OKP { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:16.875rem;left:22.5rem;display:block; }
#vXVzAsIBNa9DoRazFErT3yZyeIkO8AR7 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:19.4375rem;left:22.5rem;display:none; }
#R9WxOP88A2v1Vqwz1SpEVwUC8Zkz30FJ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:22rem;left:22.5rem;display:none; }
#q8MGurxRym2paEppb5OCAnnLLrLCDqgo { color:#000000;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.375rem;left:25rem;height:1.29980625rem;font-style:normal;display:block; }
#lCdN7e6uJt9lQORB5wknSE3ysZwK8WrC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:29.375rem;left:3.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EZQScLPZpQUM0rZMTw6MUPfUTLMMEM86 { box-sizing:content-box;color:#00b0ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:13.125rem;left:66.25rem;display:block; }
#mSMCUMOvboifUGpm5sdP4hJ5q5VIiPnu { color:#000000;display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.4375rem;left:68.25rem;height:1.21875rem;font-style:normal;display:block; }
#ar6J4WEHysWoDt7ZGPSRNAD0pLqsMCUQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:30.9375rem;left:3.4375rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#pE26LCy62wEKUBCUzWJcvN2QZI7NUhJo { box-sizing:content-box;color:#00b0ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:12.8125rem;left:69.375rem;display:none; }
#y1rhkPfeqp3Kc7Tt6hsaIXxtMuv1eHvU { color:#000000;display:block;width:3rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:13.4375rem;left:71.875rem;height:0;font-style:normal;display:none; }
#l5Qwqn91WDNskEJKJNO3aMfPEmhvTOp3 { position:absolute;display:block;z-index:15029;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.3125rem;width:64.5rem;top:7.5rem;left:0rem;overflow:hidden;display:block; }
#QxKcgJdJbUFrV0FJXRw130xqoBvqn24U { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:33.4375rem;left:3.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NRIVw9oi61eAitWzTTDa6nHToFQTJDAy { position:absolute;display:block;z-index:15031;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.25rem;width:7.5rem;top:30rem;left:23.125rem;overflow:hidden;display:block; }
#PowoEwrzKxWKzeaPwHLBb1pKPlqaWQ1x { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:27.5rem;left:23.125rem;height:1.13720625rem;font-style:normal;display:block; }
#tqMTNJvMorHN89vM9Iu946OTTZIHxxc2 { position:absolute;display:block;z-index:15033;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:2.875rem;width:6.875rem;top:3.75rem;left:68.125rem;overflow:hidden;display:block; }
#gxmA4JsSq6T20fhVszAaHP1VTtlHNtTM { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:34.0625rem;left:59.375rem;height:2.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FWE152SS5LRgGS5xvgF6IelxET268TXK { background-color:#00b0ff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5rem;left:58.75rem;display:block; }
#eBSc6MGi5dQ5bgMzZmeSr94dLRznh4sx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#diIULM8oxqeXCKDunpksxUchvdlIJN0S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7e2cdfd5-42cf-438c-810f-d02060e2cf39/FELG_edu_zdj_glowne_home.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S.adaptive-delivery-prevent-bg, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyload, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyloading { background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { background-color: transparent; background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(63,118,154,0.89); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(63,118,154,0.89); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .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); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { border-width: 0; border-radius: 0; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-form-header {  }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:300;color:#ffffff;width:39.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.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:39.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.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:39.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .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:39.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#00b0ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:39.9375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.5625rem;font-weight:300;color:#ffffff;vertical-align:top;width:38.5rem;overflow:hidden;font-style:normal; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .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; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-container:first-of-type{padding-top:0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-container:last-of-type{padding-bottom:0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.7119140625rem;left:16.28125rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:39.9375rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o {display:block;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.7119140625rem;left:16.28125rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #t1F1h7TzE9DM86ys7WT7bc4VHenZ50Uw { position:relative; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #NigCVn5h1rUmPqpVNAmbaI0SyVhTMoOh { position:relative;display:block; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #gproheTCntnVcn7F0IQ8WFbL58t0DmpD { position:relative; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #qd4IUdOOQwEoX5FRcIdk1mydA2r5TZid { position:relative; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #Vsc97A7FkOUaw1LiHkb5xi5r0T6VVTrC { position:relative;z-index:2; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #MCwwuuSTdovs8aITz67RRxRloTHyyuE9 { position:relative; }
#F2ymu7uWQ6viGcnSXHCd6XHGuNK8lOw5 { position:relative;display:block; }
#fnUkeTX7y2pKavlSgXfJGhZOiyhRKXM0 { position:relative;display:block; }
#owGaZkcFlvpzk1W05MPUazVxcAwZtfx7 { position:relative;display:block; }
#Gee4C0RUqbw4pmezzbs4v7Tz49LaOKlt { position:relative;display:block; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #vL1rs8ERvnGIX40c5e1XTpumqqVeBETv { position:relative; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #DIGPTwH36U1I4ptgODdCSaoklHNNdWfv { position:relative; }
#ROd8q5gJWkKmWF0GX7fCmw5O3F1fB1pP { color:#ffffff;display:block;width:37.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.3623046875rem;left:18.96875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhiHL6sXRgrlyMcCnXm5AoUueTU02XbG { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yrGEXpU5wtVKlEzOkH42hrt3KmJ7OR4z { border-top:0.3125rem solid #000000;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; }#yrGEXpU5wtVKlEzOkH42hrt3KmJ7OR4z > .row .container { background-color: transparent; background-image: none; }#yrGEXpU5wtVKlEzOkH42hrt3KmJ7OR4z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrGEXpU5wtVKlEzOkH42hrt3KmJ7OR4z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrGEXpU5wtVKlEzOkH42hrt3KmJ7OR4z > .row .container > .video-iframe-container { display: none; }#yrGEXpU5wtVKlEzOkH42hrt3KmJ7OR4z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrGEXpU5wtVKlEzOkH42hrt3KmJ7OR4z > .row > .video-iframe-container { display: none; }#yrGEXpU5wtVKlEzOkH42hrt3KmJ7OR4z > .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); }#yrGEXpU5wtVKlEzOkH42hrt3KmJ7OR4z > .row .container { border-width: 0; border-radius: 0; }#yrGEXpU5wtVKlEzOkH42hrt3KmJ7OR4z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yrGEXpU5wtVKlEzOkH42hrt3KmJ7OR4z > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#TBAJ7p4LzsevW6FMaSMDLVe1PUDwbwxg { position:absolute;display:block;z-index:15003;background-color:#0d3857;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.125rem;left:0rem;display:block; }
#sw39hZhaEFCc0M7seU1PZJUW5d4IGq97 { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:16.6875rem;left:0.5rem;display:block; }
#fN7wiGHToT5RXuU7gDoZiNVFDNBcEXLU { position:absolute;display:block;z-index:15005;background-color:#00b0ff;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.125rem;left:3.3125rem;display:block; }
#w6eqATahIuwfZ7DR5R4t38WDEF2puP6G { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:16.6875rem;left:3.8125rem;display:block; }
#aXB2dqHkyQ3bzViKnRDtdM1HEEKte7Sl { position:absolute;display:block;z-index:15007;background-color:#00b0ff;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.125rem;left:6.6875rem;display:block; }
#w44u37GWA6D8PI3X1kQ6uvrKBcHhmwVR { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:16.6875rem;left:7.3125rem;display:block; }
#E21PT2d16Bly7PIwTONmfoTFMZf34CAU { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.5625rem;left:0rem;height:3.66943125rem;font-style:normal;display:block; }
#vhMzAAwmDf6hOKBPoBrUTQ1sla6DBScc { color:#0d3857;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:7.8125rem;left:67.6875rem;height:2.4462875rem;font-style:normal;display:block; }
#R2LOADE25wxcZvVqb9uoQPLR6plCGTSZ { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11.1875rem;left:39.375rem;display:block; }
#XRu6r4Lui2SdZLCdA2GeWMOsO1yTmD5z { box-sizing:content-box;color:#0d3857;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:7.625rem;left:65.5rem;display:block; }
#OtuIXvZOy8UczUTx0pMrTyHPXx76T2UL { color:#0d3857;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.875rem;left:56.3125rem;height:1.22314375rem;font-style:normal;display:block; }
#XkvdLNnhT1Zdat6l6HE4GViZ6z7FNmTh { box-sizing:content-box;color:#0d3857;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:7.6875rem;left:53.5rem;display:block; }
#o1ZhpZLcDvuPWM4cQ5uA4oxTufWVEtzk { color:#0d3857;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:7.8125rem;left:42.5rem;height:1.22314375rem;font-style:normal;display:block; }
#RryqLXtKEPZrlt5N1drS3FeP8ct7rPzT { box-sizing:content-box;color:#0d3857;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:7.4375rem;left:39.6875rem;display:block; }
#TrTa5mPguA9X0auOahvNWcB9oc7SxsJZ { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.8125rem;left:0rem;height:1.05rem;font-style:normal;display:block; }
#NcfRTTrty68Spc750e9t7a5ZisSa98MU { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:5.5rem;left:39.6875rem;height:1.05rem;font-style:normal;display:block; }
#pNVgUSNwOnZayvppFTAOMRlxrU1yQ0zD { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11.25rem;left:0rem;display:block; }
#ll7IwSXLoNWVS4DhCF24IPk7xCTf6HPN { 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:2.375rem;width:9.6875rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#uxBdfQU7WdZNXEesvIWLfA2OsT4uxqzH { position:absolute;display:block;z-index:15011;background-color:#00dcc3;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.125rem;left:13.5rem;display:block; }
#osZhA2FCknT2TtvERelsQEzukN2mVXOS { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:16.6875rem;left:14.125rem;display:block; }
#atyP8HfuXhCTKGPFTHuJBrCDfoCbMxr3 { position:absolute;display:block;z-index:15009;background-color:#00dcc3;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.125rem;left:10.125rem;display:block; }
#WaKFMVhydVk5zPau41aZuttRhRizOxk3 { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:16.6875rem;left:10.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tch6QLScUHxitmo08BLd4BeTNP2THwR0 { top:8.4375rem;left:13rem;width:34.75rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { top:11.4375rem;left:0rem;width:35.9375rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWUh1qR7noLbay8RD3KtnT7qums32IOc { top:21.875rem;left:0rem;width:25.6875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { width:12.9375rem;height:2.625rem;top:2.125rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block; }
 }@media only screen and (max-width: 763px) { #IPJvHkk7QKDIATt5bb5hMVclyER8bO6H { top:15.25rem;left:0rem;width:32.125rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELc0OnQgifyXLvtfO3HM8rqzC4m2xOwW { top:5.8125rem;left:22.3125rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPaiqpu6zUnSNbTmlWRmnpZMGpE45hUn { top:1.125rem;left:0rem;width:14.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIBq6n9Nw2OfmnwCr5KQCiTc70lNKfGQ { width:8.875rem;height:2.625rem;top:2.1875rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJoK3qAa2tH1rUTUGh56MhmfGrtOT3p9 { display:block; }
 }@media only screen and (max-width: 763px) { #Wuee2E8gv7OaCynTEzkVAvG2aU99Co85 { top:29.1875rem;left:0rem;width:5.875rem;height:5.875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKH8AnZmGhQgZ0u0RwJpRSTlKXFsH0Vi { top:29.9375rem;left:0rem;width:16.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4l3pZAV6uMQ51vRMPh41udFRtybgny2 { width:34.6875rem;height:3.4375rem;top:33.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhzTfwsvvp2DULqfOrJh1Gpawpir4T35 { display:block; }
 }@media only screen and (max-width: 763px) { #E7zW9diAWP0ytAK9enccT5A8PNMz8fb1 { width:12.9375rem;height:2.625rem;top:2.125rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKhiFWa0y1wsoBwfkXkgq50tBxptcU1q { display:block; }
 }@media only screen and (max-width: 763px) { #L429pxHKUaIplPINPfKIHhhUz9ZoURiJ { display:block; }#L429pxHKUaIplPINPfKIHhhUz9ZoURiJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylIXcZ2fMwE3zR11Qo6mX1uWTHQyH5R6 { top:10.5rem;left:15.25rem;width:32.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD72QTO4XsQ8mFAMKJrPeZh50CJahLCU { top:12.375rem;left:9.3125rem;width:38.4375rem;height:8.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psx4NWMILCJJ65ULprEZgG8BXLEauVfr { top:20.75rem;left:13.75rem;width:34rem;height:4.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqkBwpHkkImeIKGNlSrerTTSVD9tVZ13 { width:18rem;height:4.1875rem;top:28.9375rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryMZh8beiNRzwhyLCqKkNTcKySfBtNom { display:block; }
 }@media only screen and (max-width: 763px) { #U9BTnaC5Lvir0eZuTwNCQxmcfX4QEPB6 { width:32.5625rem;height:26rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI5L30Kezd6J1QgN6ETV8gflpMRLuXC4 { display:block; }#vI5L30Kezd6J1QgN6ETV8gflpMRLuXC4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoJbdUNMRTq0FUJB4lldDFmJ6FQoh612 { top:1.9375rem;left:0rem;width:43.1875rem;height:3.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZuHnXBygiPqxUSqbLll1XC7aTeTClHU { display:block; }#aZuHnXBygiPqxUSqbLll1XC7aTeTClHU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7xmSvzdrcyumlOek6AgyODsG1IkkyW7 { top:58.4375rem;left:27.3701171875rem;width:12.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPNPsFOA9xgVEMP2z3Ktu9yU5MTw8DBT { top:61.25rem;left:27.3701171875rem;width:7.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNObbz4XvGgJlblaVTeic6w7NPqk2h8J { top:45.25rem;left:18.5rem;width:29.25rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGTk9N6KqmDnzgu1P26Gin9pMZITqmRx { top:41.4375rem;left:17.75rem;width:30rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGAL6s5urSZgvwQMAkCpnMCxI9ASggpM { top:36.1875rem;left:17.6875rem;width:30.0625rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzqidKNuU5PfA1fOzMOpleBHX5LHpSkF { top:31.125rem;left:17.375rem;width:30.375rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkTxBTUZtGnWak0Zuv1v1odxf1caJRZG { top:26.9375rem;left:18.5rem;width:29.25rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZPwaiqndLaxnTbI04GpATynfIUxPmwe { width:30.9375rem;height:11.25rem;top:15.3125rem;left:16.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt0QTgtMzwX557RTCvmy1SCEOXbD5N5K { top:41.0625rem;left:26.87060546875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elyyff3shEtUbSQD9EVn5SfaHnSHNuvV { top:44.875rem;left:26.87060546875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA1dhOMIq0GH9G1EGVtlkiuCykZXx42r { top:35.6875rem;left:26.87060546875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViBsXsBR2hA2tshUKNX1ffvM4p9c9u4I { top:30.6875rem;left:26.87060546875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7pNgIS36Xvn5Qe7c52VDNrOVJBHBKT1 { top:61.25rem;left:0rem;width:14.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JARyZrCAaUvRJ45TX25CbbZqbCN9dWPp { top:58.6875rem;left:0rem;width:13.125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgyHsURUuNexnzdHyHbmKSih75BFTc76 { top:26.625rem;left:26.87060546875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f02HCtO71R93dVDcy4CuHTTLqc2H3ATe { top:56.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmNslaV6Ltpnyu51kgH6LVs5J7OeW1TH { top:39.375rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzbuBCAKTWMp5NEJISRlUOH9OLpoZ8Sz { top:8.6875rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqqaNGSOtbTHfWlcnHqF8IJqFTOOCigW { width:47.75rem;height:;top:1.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPH7asJAnlzGAico4ivrlVwnlZTglm8N { width:33.9375rem;height:2.9375rem;top:10.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOiABBO3MtqfWIhdE5hod9i6IPq9Nwtk { top:36.875rem;left:0rem;width:14.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcVBpeL30U3XTTCP9B0yNCBC0iFlZ0x4 { top:34.3125rem;left:0rem;width:13.125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twuAUoGkJBWfkUWkMQOk1lzWCsU0z8EU { top:32.5625rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCBsdJSauxgm4vLrirIPPOkrDil2TQzy { top:15rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKwdGnHGVFI8ydJd7Ao8lgiNVpG5znRG { width:21.5rem;height:4.125rem;top:50.3125rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCgaiDklduSN2m0cweXzrZOQVZGHuPKl { display:block; }
 }@media only screen and (max-width: 763px) { #BBUTd2JBi7J9RnG3nUoWblxlSvNd7RK5 { top:2.125rem;left:37.8125rem;width:9.9375rem;height:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNS5HHsv8yUkOLxobA5ZZc0t56EJzOB1 { top:1.875rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpWELKHpktbmrgixxZdi6StqTQQMo0kI { top:61.3125rem;left:34.5rem;width:13.25rem;height:1.4370667289332rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQr9PPdQEJOozFaOrbtFJwZgfyilsw9G { width:21.5rem;height:4.125rem;top:50.3125rem;left:26.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VECEBifmSkLO1V07fyI3qRzfvM8nSTp2 { display:block; }
 }@media only screen and (max-width: 763px) { #U48TziDQmoaiKPUW2s3xPzyOxPNEsDsC { display:block; }#U48TziDQmoaiKPUW2s3xPzyOxPNEsDsC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW2D18CTLTataVwwALaN0L1sg70CHViu { top:91.5625rem;left:27.3701171875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq9CH91MF6Km3E9kakqZ1VuqHfIFTORh { top:94.375rem;left:27.3701171875rem;width:7.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDXimR3ThCIUF1TCKFbFlV4X8Z7lq2ia { top:71.1875rem;left:17.375rem;width:30.375rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfWdg4AWqPPEu1sVxR7StnyvR0Uynh2e { top:67.3125rem;left:19.0625rem;width:28.6875rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRS1UalIv26t2Woi7QkvtiaLkfDlSRfg { top:63.375rem;left:18.5rem;width:29.25rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE4JpzOgDgzbi9Jccq8fMLmTXhRWu1td { top:59.5625rem;left:17.75rem;width:30rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOf1kSnecgOTyfQqQOG9eWnDDFbTZyBa { top:54.3125rem;left:17.625rem;width:30.125rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXuVTn8SyhbslFXxWFOthRyMQV48dM5S { top:49.25rem;left:17.375rem;width:30.375rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7uegxmPUMQzohAhSgiuxftHqCyHMqUA { top:45.0625rem;left:18.5rem;width:29.25rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4EJS7kMsPAeCstX9A1mc2P6yGo3wxhl { width:31.5rem;height:32.3125rem;top:11.5625rem;left:16.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmCSbn1olmKuWNg21Uc8Mv1slrC0mVGi { top:59.1875rem;left:26.87060546875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg8wpgqUU4E253VBsRVCTa8n5ieacxqZ { top:63rem;left:26.87060546875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpt7Jkd1mUUKEhUMKlfNg46l8TLdDkav { top:70.75rem;left:26.87060546875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK5JQTWZECJuCwPpkVzwX1p6qSNpCz7L { top:67rem;left:26.87060546875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl2uvsM04w33DkxXqEnHiE2PrPRXyWK1 { top:53.8125rem;left:26.87060546875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMbnvu5JMkGsvVCVE1VkGyJCGzXxgEcD { top:48.8125rem;left:26.87060546875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS16fLKBRkfqofsBtZRHFwezlG8E5cMZ { top:66.25rem;left:0rem;width:14.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7bXffTsuPkW07D3Adufbzxl2dBJJFU5 { top:63.6875rem;left:0rem;width:13.125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuLQCbG1xGFCSQWTOdkRvkMXMxMOwvRR { top:44.75rem;left:26.87060546875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCsJR1i6SAio6mivTZeqt4h5IRJSIRIz { top:61.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJMqcVsaGrB1XkTdHKIzE053IAe7kVp5 { top:42.5rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMd7PaNHBHFpC7EuzXaATB5vbP1qDXdU { top:92rem;left:0rem;width:18.5625rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1MsxwtfmLPwXAMJypSXfnImT6qRm1hx { top:70.75rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtUAZVAoLoh6xUNtdn6pzZGTfdqoq07x { top:8.6875rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #cahgHn3wnAakCSCBet0cObcIAA5PqtZJ { top:90.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOsTannI86fg8elGbcGZbhlvAZ0uAbcF { top:94.5rem;left:0rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEzRFvIxyuUw9WJOtAXbDXt1LXfbrCDp { width:47.75rem;height:5.1875rem;top:1.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVllTdTHL1ezPbkB8P4k9hrW2HiE6GE8 { width:33.9375rem;height:2.9375rem;top:10.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKLSRTld13ftPmfytcd6wS8fZ5wE0TWO { top:38.75rem;left:0rem;width:14.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixxStgKgnk1xmCrCM4kVJIPtlAwgEMod { top:36.1875rem;left:0rem;width:13.125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSGzwgPH75FaNUEaGQCxCkXxsZrW15yv { top:34.4375rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEcn0xGRQFgZhI8nLgHsUfZl5VtfftNF { top:15rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFIdMXrJTVSNGNfGEKuDrW2IvSzfJ1Gh { width:21.5rem;height:4.125rem;top:80.3125rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szD4ATLTapkVk4rA3pqbWwEvm4VdpIow { display:block; }
 }@media only screen and (max-width: 763px) { #AbFA4VwbBRvN9xaHAWW3TcedfiXBfEhZ { width:21.5rem;height:4.125rem;top:80.3125rem;left:26.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SAq5eTW9KTDcVccNf9WZ1ITlX92cINH7 { display:block; }
 }@media only screen and (max-width: 763px) { #Rv636EHEfxqyWWsnomfd7ATt7qS07Fcp { width:21.5rem;height:4.125rem;top:80.3125rem;left:26.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OWXzqnJMzIbePLANfSydDDeOEU49BnzS { display:block; }
 }@media only screen and (max-width: 763px) { #sI8MNE3VKi3VzwKxL4GpqfnNmJN7k4yV { top:2.1875rem;left:37.8125rem;width:9.9375rem;height:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOMrGqFeq8mNFXhrPVBsyf2TQCKRQHvN { top:1.875rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO7ebExSe2p2b4S8ZDQi8Z9lqflWn8dx { display:block; }#yO7ebExSe2p2b4S8ZDQi8Z9lqflWn8dx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8LqVQMeCUdAofd0t9W3nBSJWUbIRsoO { width:27.1875rem;height:4.9375rem;top:67.75rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9T75urBZW0kaZXvlcZattGXkrVnHrCV { display:block; }
 }@media only screen and (max-width: 763px) { #SzI50VIxTms6BdNqRFG2el3wmwI9QMeQ { top:51.9375rem;left:18.5rem;width:29.25rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOV7VuTqGu2lTnG5xZ57VVLQTIXuVAf1 { top:60.5625rem;left:27.3583984375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz2wUGdsrMM32qxSECyHIRcN9tPRQ0Nz { top:49rem;left:17.75rem;width:30rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i20PpDR1F6wIBJF09v9p6WtVdUP8tgvs { top:62.75rem;left:27.3583984375rem;width:7.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rioH86DB9MHXeAhDxzMoL4Ghdd0zIxN5 { top:46rem;left:16.4375rem;width:31.3125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMWxkMpn1LIiZVu3hE5fAngSA53h1D4I { top:43.3125rem;left:17.375rem;width:30.375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfK2GCc9Slh3TBf8USiv7uLpthaEhGBK { top:40.6875rem;left:19.0625rem;width:28.6875rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbP1NkVcs1oXdovER5ggGIqxB9b8OrsX { top:38rem;left:18.5rem;width:29.25rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHceocDQsTcimpDmLyqVy7hFrgz6gb0a { top:35.4375rem;left:17.75rem;width:30rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQu5IROhffHUT3JtDRUywQUrqyChEuqE { top:35.0625rem;left:26.85888671875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7XZNSlh5Wc57IyUa4y81G52tVf3CuZF { top:37.625rem;left:26.85888671875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7StIB2f3li2fg2WXRgiBdIGg0OQFxi0 { top:51.5625rem;left:26.85888671875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODWTnz8eeTNuGSzdsCP279xVwu2PTUs6 { top:48.625rem;left:26.85888671875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0rMR0myD6J9kVmvZD2BVlFH3TSyIfuN { top:45.5rem;left:26.85888671875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5oT1gB4PVlaDTqP3huy0N72dLCfIPJe { top:42.875rem;left:26.85888671875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK3lg5Gi8IqhM7GqUL4Spiheb0NEEzkT { top:40.375rem;left:26.85888671875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNGlSS6KscHG8KIupGPvEFS6MOn3edeu { top:33.3125rem;left:16.4375rem;width:31.3125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXHaToq8bBeM6aqTCcRSCfQJEwBKXRXA { top:30.75rem;left:17.375rem;width:30.375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlTg6qTFVcdIBben1onauhJksgo52S1Z { top:32.8125rem;left:26.85888671875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsoQdTsMUhHULKqphgukIDpqSzxx159x { top:30.3125rem;left:26.859375rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAlzUK5E7TUKGQnT4kXUr0MbQw6MrKVq { top:33.5rem;left:7.6728515625rem;width:14.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmw6KmpUZtDRZyI4QTvGosbZLZSvv4xK { top:30.9375rem;left:8.14111328125rem;width:13.125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtLgvte6Grlp6SXr6nTtVTTFEZ3aU5fD { top:27.8125rem;left:18.5rem;width:29.25rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb1mWWU3IgZaOmQrTtcQnvaeUmpzr5RC { width:33rem;height:16.875rem;top:10.625rem;left:14.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2Upgb2gpaniTTOPG7ZTcaAInIzHSis1 { top:27.5rem;left:26.859375rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn7PLM45f3HO8zT2HT3uImlQwXwvcKVZ { top:29.1875rem;left:8.484375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft0ksCEydCme6TyXNdF4WTvJMZ7qIXym { top:31rem;left:0rem;width:18.5625rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcWtMRp4WCx95I4Jr7d6Fcz7POstqkO9 { top:9.6875rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #utJ4P5TIA75tMBVyVunOGlkMiN7LcGKE { width:41.6875rem;height:;top:1.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGCQH5OdRt8hZDonxeEEfxcWk1AtuoeK { top:8.375rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4lDiaPVafKoL2mVMlqyVg08R5I0y3tl { top:29.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZmhq7aC1shoOfCDkLmTNWSJIM2NqSo6 { top:33.5rem;left:0rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1DcoPxOZaelRkCiD01yr3f8IodO3QOC { top:9.6875rem;left:5.3289089202881rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4eqRDWeKwH3hkMNoRZaq9NKic2ms4BD { top:54.5rem;left:18.5rem;width:29.25rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbHNsciT8ErWEZkoX1nl4lEOeVOMpW4b { top:54.125rem;left:26.875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6ixyGSCnUzTTGGZTE7ioy065DDk1O1o { top:2.1875rem;left:37.8125rem;width:9.9375rem;height:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULtIMUclgTWzNdqo7h5T5ReQ7tyHJ8xE { top:1.875rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2JBsMAHTDNl8wZKibkygsLB6rwrwc6S { width:27.1875rem;height:4.9375rem;top:67.75rem;left:20.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V80ZGTXQ56DNGCxIZtytaegnqDLC0IhO { display:block; }
 }@media only screen and (max-width: 763px) { #cxFB0QUrwK3JhT1VpVZSMQNbzkrkDEG9 { display:block; }#cxFB0QUrwK3JhT1VpVZSMQNbzkrkDEG9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #chTiDqaMMIpd4QsHRORg82xJTFZtri85 { width:47.75rem;height:5.875rem;top:1.3125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpO6gzWXuTwEGgx5sSNe9pn7hC82GRok { width:27.1875rem;height:4.9375rem;top:70.9375rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcivcWHpTGVBdV4FqTeXanAPsvrMTlv8 { display:block; }
 }@media only screen and (max-width: 763px) { #L51by9Dm4Hfqhi3ZLbKbRUByK3V6OVli { top:63.8125rem;left:27.37451171875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubiNn92AOOHFBeKT9RWLpd6J6hgi8foS { top:65.9375rem;left:27.37451171875rem;width:7.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5qPZBJGbskgO8wzskzvu1XM0fFDhG10 { width:17.625rem;height:;top:1.875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iv87XuPkt5z2bVCsOQn9o0oKMV8goFi7 { top:7.1875rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEV27Lw5sdCFhbVzZlVuearoB2mP3CUa { top:58.9375rem;left:18.4375rem;width:29.3125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLt0TlExDTyEkTKVxyKm70FuaOqUqCq7 { top:54.6875rem;left:17.6875rem;width:30.0625rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RegvCNFiAUnLIJoUNtlX7nuTLPABN8an { top:51.6875rem;left:16.375rem;width:31.375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL4NL5PgU4y8JZwEUZJOLOEZGgEi8NgT { top:47.75rem;left:17.3125rem;width:30.4375rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDUJPdf0tdIQ8GTeD17XvCZuXGBbiJSp { top:43.9375rem;left:19rem;width:28.75rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrn9HhSqWAW9nXrPtMmha2JwUG58mAe6 { top:39.8125rem;left:18.4375rem;width:29.3125rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkhcRQe87wJJRGET2wAWdFObedWDWl3w { top:37.25rem;left:17.6875rem;width:30.0625rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq7hRK1ikt5TL0KeFCdzIGaUreXF1CKg { top:33.4375rem;left:16.375rem;width:31.375rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAbwKPAG766WZkGtFKovreyENEeZTNwR { top:29.5625rem;left:17.3125rem;width:30.4375rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixFLs1mZhCOpFW06CIZehEtx8Oc9LTMv { top:26.6875rem;left:18.4375rem;width:29.3125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxVmSZXiRrir5yJFv9UB4zPDUKDWAQOU { width:33.1875rem;height:16.875rem;top:9.8125rem;left:14.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpGo6JobCc23MkPplTHgiswlHGcHlcbQ { top:26.3125rem;left:26.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6S5HwVCziJT4Jfo5uKxQ9kqdaPOJ1L9 { top:32.875rem;left:26.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5TAZyfGx8y2KucLgEJDyrT7yCp56ybu { top:36.875rem;left:26.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi2dHS798mdUOEtqXqTH5q7laUfTTNkk { top:39.4375rem;left:26.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZxq7Fdfzdo7gHEx6SgHdbO9ln91cvkS { top:29.125rem;left:26.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcx5U1lxLQfprkhTg2rEfPtZZQvOPzoZ { top:58.5625rem;left:26.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFd7Eb8qmGKzAulLvTozxRubSE67i7Xn { top:54.3125rem;left:26.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVXXqIBTvrOV17xZGhQN7TWpe35dNdVy { top:51.25rem;left:26.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TID7zO8h6TysgVIOdPwhp2W1HZ7MJpUv { top:47.3125rem;left:26.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzXGKiiA83l4FU3yZ3ebTUeC3yim8NFr { top:43.5625rem;left:26.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT7Z7PJVkaGBTcnqgT7eE0X06UDxXrtO { top:32.375rem;left:7.6875rem;width:14.0625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI25nhn5q6cPzeOddH1tpwCVuH44Qouw { top:29.875rem;left:8.75rem;width:12.5rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwwwKzEHC5Tngol65TPK7Xq462sIWy7k { top:28.0625rem;left:8.5rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkdWSkKa5kbu23dx9oPLX0BQPfNQV5mC { top:29.875rem;left:0rem;width:18.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTTaBWFMWcoTEoEnAE0vGrhFkzsAvycn { top:8.5625rem;left:5.625rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdgrhvmgbI4yiF7WFFyRcvOatVwRN2iw { top:28.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwfd5l2D8xp2ouFZ5ZRT3fAvVlvqLxOV { top:32.375rem;left:0rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqNHGcsWmtNSDet3FrP7lMt7t8qfMgLm { top:8.5625rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbh6K8e7TNQ0iF8pXXUTFF2V6Amv6OXi { top:1.5625rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEWuavAdSZmQdq1bJiZyNTlUo0N46y5r { top:1.875rem;left:37.8125rem;width:9.9375rem;height:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErIwGkq5090BmfERpnJF0QZ5vauektcn { display:block; }#ErIwGkq5090BmfERpnJF0QZ5vauektcn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeFPXDEtzJlBJ1nWTKcN2pOT4K85x6Xs { width:40.125rem;height:;top:1.3125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhb7OIlPTMsqnM0LRbBMuFJ28rOU5Q2l { top:9.875rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6x87CggkKVpB7L9kUSG3pLSLNwpu6In { top:28.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFJffa0seUfbBKnTfXz6MM4rUCIkoIsU { top:30.125rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnQdW4hqTq87zQ3N5JZ2AwHF0LCb08aJ { width:27.1875rem;height:4.9375rem;top:56.3125rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0TOy85ztkbLB7UlA70FzWZ6rtX69kC3 { display:block; }
 }@media only screen and (max-width: 763px) { #tTJpqPizr11VGkRFyUWXpTcl248QyQzy { top:32.625rem;left:0rem;width:14.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRtZBvJoM94fpRIZwhHzOMEu8GqU1CSX { top:47.0625rem;left:27.5rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ50zFqF8K0MCdbR4BU1bP6FZ8hcT1TB { top:58.8125rem;left:0rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKvRrw0Rux7brq7CkHbXVUlp2IENRoei { top:56.5rem;left:0rem;width:18.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsywoqqxM4IkTzm5ZVg3yu6X3TQWR09E { top:55.25rem;left:0rem;width:13.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXKzp2d14imf4ABOQzFEmlPkiKKuRL2S { top:36.5rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaViTETSnETEUtkf3WPnCCs7cACasZr6 { width:32.5625rem;height:19.5rem;top:10rem;left:15.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1oRJUxdqdp1UoIw6mWQa7ZzNdlrvT14 { top:30.9375rem;left:27.5rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht8qPaIdrLQAC0J561QDd5a0bCydfIDe { top:37.3125rem;left:16.375rem;width:31.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7EDQR1da1gkGPvmWU5IIk8VwUxeC8cV { top:31.1875rem;left:19rem;width:28.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2LXs8FfiUkn3TPk8N6rOo2kftISe0kX { top:36.8125rem;left:27.5rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiTQI7NK6cpTAXSdocsGz51GuSxWK4Sc { top:39.9375rem;left:27.5rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvGR1ZotUnIuohcSdrsVOueEim5qqobt { top:40.3125rem;left:17.6875rem;width:30.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi6fQbmx66ZKzQbvSRsMQa34LZpSHLwW { top:42.875rem;left:27.5rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEeoQdSdT9R1SIX222ck9mCym8geQlTM { top:43.25rem;left:18.4375rem;width:29.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFT5MCwDxS5G9B6Lnv9n2Xvx6gAnUR1X { top:33.875rem;left:27.5rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irNd7Xq1ULOBogcy9NfmsF3VVDLDrNOc { top:34.3125rem;left:17.3125rem;width:30.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR29FTKQNgB76I4JPqLSfoCIQScyxcEN { top:49.25rem;left:27.5rem;width:7.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQKu9sKkW4PX0qlEaeSS1gTvsaQXp87y { top:58.625rem;left:9.6875rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIBHiKhc8irdJPrz59gOS6tfm055yOMy { top:56.5rem;left:6.71875rem;width:18.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAkStcVsRqEFu3iTWiTrzSFTW16VVrQT { top:55.25rem;left:9.6875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJb7JUb6TJ4DqCdGAKduUSVVkqPc1J14 { top:36.5rem;left:6.75rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7c648Ode6gzi4hEes90fGweiR9xIeWo { width:20rem;height:;top:3rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ld008JNBdVrlS8ZrmhKt9hstRPZUoZAb { top:7.1875rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukJDU2E4x8CweGME22tF0RnmyKlgsT0M { top:9.1875rem;left:6.75rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdSkVRVULrT2vqPRdT2obxn9Td3W3Mdy { top:32.625rem;left:10.1875rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #su1F9CeE6KWJg1TObyXzdZ95MvLioC0e { top:30.125rem;left:6.875rem;width:18.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUL1fsRG7sECa3Py4uAnT1Rs4Qn4VKzt { top:28.5625rem;left:10.1875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoGbJKRv93DOSXXl6avDrxLUqB9fBTgo { top:2.5625rem;left:37.75rem;width:10rem;height:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZihk39OplNwrXRZQGnfEHPiCMrerFPF { top:2.25rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXfsZLvpvSMErzrzyLTsa8htSXTSCNgm { display:block; }#EXfsZLvpvSMErzrzyLTsa8htSXTSCNgm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRrx4z5qlKeeCKNvSeLhAOTdHN3JCU2i { width:47.75rem;height:2.9375rem;top:3.75rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWLu5SvbrDbdwfbqpgHwx3D4pG9FW0gv { top:9.1875rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE7iuuRcyNaUyq1zDcTGpQHkI02DuA1y { top:28.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSOyyAdXaiOcW0BMhP4TiVaWk7J6ECnq { top:30.125rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzwgOeZTCub1qhlFr7zaXJO8e6vqiTv8 { width:46.75rem;height:5rem;top:84.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkeqtywrM8EXDFwWwz8zXWA0LHRkbFJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #ngK05y7V6GiDiUtk2Ui4uQg5s31hQTiK { top:32.625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRgR61LMwrM4FFA07yVr0QIQBOdrtPvv { top:58.625rem;left:8.875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZrSXAV9PaSH07Jg48yPKXCwE749aEx2 { top:59.9375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrzc8XLDfHBiKgKu2qC0TPLOgsNwxiOi { top:57.4375rem;left:0rem;width:18.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nccR5APBvQV3EKx3PUAM4ZRizSu3C5xC { top:55.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNEOioxxUNT0mwG8WBTxnN4QMCPPnX0o { top:36.5rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMlWuf9kCMbRRwrTlw1nQxHCHWfhqVpR { width:43.125rem;height:18rem;top:19.8125rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJDC9ZEg5PlG86wwCaJ7rRarlHvNdpDb { top:38.875rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzW9bwfk8wNZ9AiB2K0FESOauUXlB8f6 { top:45.3125rem;left:11.375rem;width:31.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTAWdtazmF9OmU9vsnrtSdJIT7ZQT2MG { top:39.3125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VliuJ20yEyDq6BAiXRqvgrM9Q4CISlWb { top:44.8125rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLnikb1qRq4WI3DQhFVF9Help4FdrsVq { top:47.9375rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2aNxS703eSiAtBqPKnns61qKh5fC6Tn { top:48.3125rem;left:6.6875rem;width:41.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll8OTkc6taS1QT2smL42uRM0ofOGEXZa { top:50.875rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7s69qQntS14vLlxphTJ461qXE5GLE0q { top:51.25rem;left:11.375rem;width:34.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4CCMUlqZKPxXXntzTx3FOJ0LSCvxqL8 { top:41.875rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4yLFi709oEWDD4gcbrV7DqJtayCF4nQ { top:42.3125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idd9dJTVHoTZvbAKPiegekKMpARORPlT { top:60.8125rem;left:8.875rem;width:7.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT5Z1l8lsrUsBG2Xabt7TmTm9waI3b8F { top:87.1875rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckgeHnvtTCy4akgmLA4KWH0gyyTxGK5k { top:84.6875rem;left:0rem;width:18.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3PCEqDTXdrSSzW5bTV5yeTHL35w4zNz { top:83.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4qHcp6m5g4LGx1fZ1CWVXUg7F2EZr4J { top:63.75rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSiMApHc2w2zyHgSGAVrPO4Tdrp7VVxr { width:20rem;height:;top:3rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRJQxFVmGP1V73NJdaHXtTJXKLGvqNpW { top:2.875rem;left:37.75rem;width:10rem;height:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXtWRWLFOC9UUOn3tSd8bPZMGmXgqJuI { top:6.5rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1OBgkKfuA9WoucWAuBpx3ELpGhvfAr6 { top:2.5625rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLb64U55TEhNOQXfZqkQ5XsBqwSFQxRP { display:block; }#tLb64U55TEhNOQXfZqkQ5XsBqwSFQxRP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geponDb6HmFFcLm5ESzZgTfdy5pCamx0 { width:47.75rem;height:5.8125rem;top:3.75rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzBGD7wFSo1sPIX23Zbl13qNy9axWDWh { top:12.9375rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5VghESozo8wmZnU4JvAisTuruwROZQ5 { top:32.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aflc0uFvWpdKx59gFRID6VptRQIevlDm { top:16rem;left:38.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4l0uEgtmmW5EoyTVGJWsd9bUT1df8cd { top:16.3125rem;left:32.875rem;width:14.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miMW5V3xM6nZi3CiEy5xlxZJmhIHKkSC { top:33.875rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm2W0G81N5TC93cTfTBOZP9J72NB48K4 { width:15.25rem;height:5rem;top:65rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6ofXR4cZ9elJbtT6UuyZVI9EECBJzPN { display:block; }
 }@media only screen and (max-width: 763px) { #FSaBBcisHcluvTEpv35obLKztARJGmyb { top:15.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUy43LVwy0MKixGzN5Ly42RvXIE7eFao { top:16.3125rem;left:44.75rem;width:3rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4TNJf2AWVyZn39dh0HQQn5fG4DMCMMT { top:10.4375rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkWZbQObgPtfCldQtBpxvnPE7msOMhuZ { top:36.375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhsPPnDVoDFlRwqLTTA9WrOay1JCWWUQ { top:65rem;left:9.5rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzDrzvE0lmT0vdmtIoeL5t54A5o78NiD { top:5.1875rem;left:40.875rem;width:6.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9RPTEaKa4nCEm2yJZuKsH3J53w1SP6b { top:64.3125rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEAvT2rK4LDFbqfbu91hi07ScEfPK18h { top:61.8125rem;left:0rem;width:18.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiRgUkN139VEcDsLAwzIlOPqoBQXSGhc { top:60.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9i6E9NyPUSP8sHQyGwBpGXxqPvXUsKw { top:40.875rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5PP5PE3PxsW2pwZbMVmFZTSdG7Hb2ea { width:45.0625rem;height:15rem;top:21.0625rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlpPLOk6NSS8xaVB6AW34AklbcRa2ll9 { top:38.125rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1LeRPvuZXfWLCBvrNAg5KRBkAVudTuu { top:44.5625rem;left:11.375rem;width:26.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFPXOkXAAM9KPTdOeATt8TwKVTavIHE5 { top:38.5625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUHfQnnwyitfkd00lSsPMVGLu6OyBwLN { top:44.0625rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1to83bqK4SoqsZBfcL9BBhTdts928TX { top:46.3125rem;left:9rem;width:38.75rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2MDh9bHwgBbqUfr0xOnCTsox2dSy1p9 { top:51.625rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV6TWZX65KFi6AUm6Sqv3BhdJNsV1XNo { top:52rem;left:6.6875rem;width:41.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl0DhgA2aG4ziQl1kK9te92RTmDm9TLM { top:59.25rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efhshBPuilXTZ1ViELFUq4pe8hw3TKL9 { top:59.625rem;left:11.375rem;width:34.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGEmJpz9npTGCRRmGEvfF4DrfmKDfqNC { top:61.375rem;left:12.9375rem;width:33.3125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqv2hSZM1ORZzkwD5wSUSSkMyBNGZG7t { top:41.125rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS9p9dsW15nxTi8sO6l1zos6cDOEfNLr { top:41.5625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCUwGrpIiXqDtcrhTBRa61HaSMQn9vaT { top:53.75rem;left:12.9375rem;width:33.3125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqaKkuyPer0cKZ7pDhBN1wRnaFFlcxM8 { top:56.25rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwx319dsKc6Du63gzQFTSDad453T3DM6 { top:56.625rem;left:6.6875rem;width:41.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObXuRxtsrfmG31FDRQc8xVN3o5tRcIpy { top:67.3125rem;left:28.375rem;width:8.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9ez9yTFFcxxMWmp5HV4M7RA1qTfxAKD { top:67rem;left:9.5rem;width:17.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g31f2z8INT2vNCv2IvC0URpD9v2o13Ht { display:block; }#g31f2z8INT2vNCv2IvC0URpD9v2o13Ht > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCz1ATbQQlS9bSuRCL8qruyCB2wbPHhE { top:47.625rem;left:9.25rem;width:18.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLFfbU4gXrF6Q5P4OzJZqLBpQ5b1kAzx { top:48.75rem;left:8.875rem;width:8.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnWzw1MWfMPRASafwn8k29AIMtGomdFZ { top:7.5rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBUewInvU7ZGfTad0odX8yxq7zgKDk4u { top:10rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CymMquIJbMoSTATWIVQyfxA19TUTXt6T { width:47.75rem;height:2.9375rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkzIeNR3d4DH8KXT6QhJTUCBVVNtayoV { top:28.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBGBwdmIwWZnTG8Aiykr0i1qdS31dond { top:30.3125rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFOprrPMVsfg9QIRTWTvyBmRQazOgQU0 { top:32.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqZNdCO9T6O2fRRtSBB4uT8MTgAgEt14 { top:3.75rem;left:40.875rem;width:6.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFpAcDotyl3WinBhaQqmaomZSoniVtho { width:19.6875rem;height:5rem;top:47.625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF2hVFlqTpEvsosi0P72za34yMTSb6DV { display:block; }
 }@media only screen and (max-width: 763px) { #vrNSE4gBt5mZEHWXbLdqkNmtxLfIXGsL { top:28.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqBGhITslTypyV9Kc8FV3AKRGQiwtFmM { top:30.3125rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg6LQFLP5Cg1PB64N8XqIbe7CgBe9Fde { top:32.8125rem;left:0rem;width:15.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANR8ck0dUKXTpnBJ54CyRuc1mcTc5O52 { top:49.375rem;left:18.875rem;width:8.9375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6LTJUzy8pasv1omnBSNQMG8JVtUN7JM { top:36.9375rem;left:12.9375rem;width:33.3125rem;height:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5fNX4IGh8S4sM55O3sFNToBT2fTpWBV { top:35.1875rem;left:11.375rem;width:34.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMWA7nEpSS1TDDKRAGgAp5JwK4bHn1sR { top:32.8125rem;left:6.6875rem;width:41.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6NWiM9B9B3NmzCCU3nfU8OILwS9hGJE { top:26.375rem;left:9rem;width:38.75rem;height:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGcEsw7USLeZ8hsEb7NeRSVKhIDdLP7w { top:23rem;left:11.375rem;width:26.625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndUdvTEV75Sw7Bmn1OBe6N050IOvlp6D { top:19.375rem;left:12.9375rem;width:33.3125rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6yma7T6BKfLR29ZkUtrQHUIuJwO8Hmd { top:17.625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4bOIadNlI0TAV5ytcwTDAqkcO7ccJPL { width:29.25rem;height:1.5rem;top:13.875rem;left:8.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crx1iPtgbga8Jyy3ILS7IwSoJ5EPZ8gk { top:17.1875rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f06SPS8CPnc4MsLV6RfBt2hrKVT5WONK { top:22.5rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOmwGsxc5uKWXg3Cgno3zrSqL6e8aNye { top:32.4375rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF8fNTDeyzCo8AGlKgTEwTyrSZ1aJIUS { top:34.8125rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7phwWqWCbbJPNvVMkxt6f3D6SPRwtJJ { display:block; }#u7phwWqWCbbJPNvVMkxt6f3D6SPRwtJJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylKW8uFl0a6Jdyk74LXEAzyGiix0Cmr4 { width:47.75rem;height:2.875rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7KSavWWQ9LxWV0uRyxl3MlEz5a2t8p7 { top:10rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3mgo54PGLlF1OMyKV0EVVWtLw6n9bnD { width:27.25rem;height:1.5625rem;top:13.125rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSeJMRKupk1kqFfowKfxXu8NFwfBQmiO { top:16.875rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOfg2ys1I9q25Lcf657MNDAxNrJgNdGM { top:19.4375rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR0aKpZgoweoT8PCbsRwu2ZhVTnpnO8R { top:22rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeOdmTft56Juv0Rg0kpI5h6PLO49654O { top:17.375rem;left:0rem;width:47.75rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBT5XN6obKoZKeQIiVQIfmt59OHm2JTa { top:29.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3snTlJzS84cr69EwiM3zWn2VKZeWrSu { top:13.125rem;left:38.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ziwci6QxTdnAaTF7rM5IbltK8SoX362P { top:13.4375rem;left:32.875rem;width:14.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOockKhT0eecsebLd8TMPygqSnCMlgtw { top:30.9375rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7RVm12xOwxISwXVVrUrlNmUsEBOBZcg { width:15.25rem;height:5rem;top:27.5rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUnUNOSwEtUNegHAtAlxKNAzFDLZZzRl { display:block; }
 }@media only screen and (max-width: 763px) { #AuDCNSHtp63one1CLnDq3Bme4kkGVkHl { top:12.8125rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1yONcL3HDSRfDgbB3l6qxfN7Cg5xR27 { top:13.4375rem;left:44.75rem;width:3rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzJGladUL20Btq3xBgrTwNX4gdASgTTt { top:7.5rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ50Uw1EAKF3nTGc1hAWPb8tMuipsBlL { top:33.4375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD65XrxAarg22hnpVntIWaPdXVq3FDrn { top:30rem;left:9.5rem;width:7.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ88b4v97bDVyIgXsnPdti6PZ1TXkODB { top:27.5rem;left:9.5rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQ6mwNAFMPAKLsCWRTtll8I5tQgirV7 { top:3.75rem;left:40.875rem;width:6.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Bv0fc4UXT99isVmwSVO7BKNIU4c3aX { display:block; }#k8Bv0fc4UXT99isVmwSVO7BKNIU4c3aX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bL59tTy8BE44MLpQXdeOnx3rM3STU6H3 { top:3.875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #COTTRi4RSM85zUWGxCsOwzNvqDBl6lRl { display:block; }#COTTRi4RSM85zUWGxCsOwzNvqDBl6lRl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEAnuUx1qcrKoWgdi9KFvuiui2JvfpbO { width:47.75rem;height:;top:3.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQnpNKsCvsfzeAbGhcJoWCabgTLJCKIV { top:13.75rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yinHbB9EBrIQJtnyhKQfKJvirPc4F29p { width:39.125rem;height:6.375rem;top:16.875rem;left:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIxqTLBcNu9adVMs2uJkhBDWTI8qs2Td { top:27.1875rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOZBlUAfDTyOuMhuVUdUBUVgZ75fINpT { top:19.4375rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpzWkufRBUJNPxhKzKS1LV0ZMq0TgeQf { top:22rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr8GanzOcdMQe7gFzFbiDxcZNHi5lgBo { top:27.6875rem;left:4rem;width:43.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8MiXLweICV8e7W3AJLgC27xkmn5A9ZH { top:33.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LglS6ef8BhwaG9SuDt6hiLgt0JpTl6xI { top:35rem;left:0rem;width:14.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD9TCdygDGU9v2G8qg00mnwaCb7dFRs2 { top:12.8125rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIgqT6v5s37ZI4WeL0EQwxrLJiGcORiF { top:13.4375rem;left:44.75rem;width:3rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQRf4IfDf2VyP7ghiGToKPnuXwDG0SwE { top:11.25rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsdcsTRCeNQ50RPsvynZwodVTTpw7wuc { top:37.5rem;left:0rem;width:14.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqStVwZu185ZiK2ZXSDbTIlB1gOtDcGy { top:78.5625rem;left:8.875rem;width:7.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhgcfh9J1zIoazkKX4v6mdbssXz6MfTU { top:79.25rem;left:8.875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgnXqkIRQDo3Hg3czv9mzOnp78dw8hfG { width:39.0625rem;height:2.5rem;top:47.3125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA8BAp88tG4ud0fT5515ubZKREIwccdR { display:block; }
 }@media only screen and (max-width: 763px) { #fhh0LEvGu0T9CyIXIZbTQ3oWInvQ1KMq { width:47.75rem;height:2.0625rem;top:6.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv12pR0IRDifDh1cWNsCrcoHwJKVpi3k { top:78.4375rem;left:17.625rem;width:7.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGJGbSbCblNSBKOe90KUGvxNSHdr3LQX { top:30.75rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPZd571CzHCzSxpqbk7cGN5fZDBL3Xw2 { top:31.25rem;left:4rem;width:43.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFnlGMcFmZF4upk9cbqUhG7e7iVLMwTJ { top:33rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fblVnZDxyP9RKcpdxshQq7rH7Vrue0h4 { top:33.5rem;left:4rem;width:43.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBsIAw5aDOVJombGttClLzdaDsCQ8Ta8 { width:42.125rem;height:4.8125rem;top:37.625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfTNVFQxkpTuP1eCNgd1Xs3AoFuJOXrR { width:39.125rem;height:1.5625rem;top:24.6875rem;left:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9tp6AJ5AdGQRftIaFUiKqfSRvmCcz6i { width:39.0625rem;height:1.5625rem;top:45.0625rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL0fZCLfVpfEKxCJtnuLVbHqiL3esmtn { width:39.0625rem;height:3.1875rem;top:51.6875rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbwaIJ7hZTvNDQhBbWgc9gyeTUl4WtO5 { width:39.0625rem;height:1.5625rem;top:61.125rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMxLxeN7oNH9wyEIXQfEWo7wh1Wy38Be { top:63.6875rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP29tvLDngg6MKdHBwzPp99MHVaAVa4H { top:64.1875rem;left:4rem;width:43.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH4FFcuPx6otc6dSNFROf6KUPZowo0Jt { top:67.25rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miuAhPSk2sMb5y1gPxWaR3m6lbIGZSq8 { top:67.75rem;left:4rem;width:43.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSCzTVq7RgETIERbM9OfnGbeNpoUefih { width:41.9375rem;height:3.1875rem;top:71.8125rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUBBRTGlD4HFFm1TfmDMTFknAXU5nwgk { width:39.0625rem;height:2.5rem;top:55.5rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RniimI3Bbpq1LH5TfHAvU5LKvCaTofeW { display:block; }
 }@media only screen and (max-width: 763px) { #Ggy8yQxXkeNIOP9mD8I2l0Lxy4FWlHSr { top:76.4375rem;left:8.875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3csKhLPeMCGHUwt0y0tHNiQeG7xOoQh { top:81.375rem;left:8.875rem;width:25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuxyrEZMAtv1c7mTGAcATATOwkSrdiVD { display:block; }#KuxyrEZMAtv1c7mTGAcATATOwkSrdiVD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVFATUAmLOo99W7rp95ESDw4ksbwpW53 { width:47.75rem;height:;top:3.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGy04sTAqrV6RTP14BqKLvVaFQaLHK9s { top:13.75rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUNSqnEd6GIWRvUFEy7HVIbCSUtEIzed { width:43.5rem;height:6.375rem;top:16.875rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMBpKtalsxIwCuPb9caZ1lTV1JNz33Vn { top:25.4375rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdhnEVmXtmovgBGAb4LUgcM1JCoVUiAc { top:19.4375rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqH4UiFfwg1zmDFdSBRA2FykFb0bqUzL { top:22rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e54xM7L2PwB63pPoF8BFgcT3mDasG3Tf { top:25.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHRUhXmH6ZDRoyIX5H7nfTPvclBpDODK { top:33.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTXlkKJ9lNeyFktuNwuZWPrsl7UO7vXS { top:35rem;left:0rem;width:14.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhLlisb49wfw2hKi1Wq87nQwmGx0q5Rf { top:12.8125rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTCHkHRZiHI0m3wnw6vnTxoHn5Sh6oM2 { top:13.4375rem;left:44.75rem;width:3rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlsxW4lX86VCpTrKxJ1hLyK0qTcRPdcV { top:11.25rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTyKfV1zCDbgTrDb0XiIcto3xZ5TPPC7 { top:36.875rem;left:0rem;width:14.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yheKI0Fxkk2tceUZ627yHpb1l2i503X2 { top:119.9375rem;left:9.5rem;width:12.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSqTO5cHMbTpg0qbdSANEDc8E0HA8WVt { top:117.4375rem;left:9.5rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9lNnn8SBoHNKHtTT3TW7UHO8U2EnJeS { width:15.25rem;height:5rem;top:117.4375rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq9ahu79x8lbQ9BITXkkLnNwlDu2NeZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #UrkfsXpBOTBKVNCOiHsUCd2noegqqXaR { width:41.8125rem;height:3.625rem;top:6.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps4n9w9MsCivN5qJfJVLudGbFq9qmGZu { top:30.625rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdAV3VJKwkVGv8XkEEEOPqzrcXd30HBG { top:32.8125rem;left:9rem;width:38.75rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1oFZlgoc6tIXKcBcqxlyUCJK8k26m1X { top:31.0625rem;left:11.375rem;width:26.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOsFPCeuPL5otW1oKJsu6O2IaG8atsHg { top:39.375rem;left:10.4375rem;width:37.3125rem;height:22.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gakc22JPTFb9QKsAZB6A66FqUEUp4NT2 { top:37.1875rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCL5REeAvyDBTMeFTET7099mOlRvd4SK { top:37.625rem;left:11.375rem;width:26.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTIvvBv27OipOpRLpMiJ4auWqqELb9cs { top:63.4375rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdSzvtLxU1FRTLgJSGTTLXWTiZ6S0HiZ { top:65.625rem;left:9rem;width:38.75rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaBIV8SI6FwOykL4U4PWooCq2CXy2SDW { top:63.875rem;left:11.375rem;width:33.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doT5L2gIHJ7IM5uweIbTL9Aax4WHoRva { top:71.5rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhkeczLqmuUXCcJaDI15IuBDQZbvL1bB { top:73.6875rem;left:12.9375rem;width:32.8125rem;height:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R72T13LEGMTwgbIyuyfAE75fs9n3haTZ { top:71.9375rem;left:11.375rem;width:26.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6Cgc6Az78bpp5z8EdQNNhHy1IURFXXI { top:80.9375rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6gnnmTluApvhoJZCeTIDJrTplOSV21o { top:83.125rem;left:1.1875rem;width:46.5625rem;height:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCAvpyGlkd2TCMxHOapTGsVqTyzXs3Mv { top:81.375rem;left:11.375rem;width:26.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f814I9aAeKIpLzlQWtLlbTTElwFmzUy4 { top:93.1875rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv4NR9AXDUitHRR6a67TM0sQFLhhea52 { top:95.375rem;left:12.9375rem;width:32.8125rem;height:12.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6embJLawn4iDrwaMTfmuH7sFRk3GsMB { top:93.625rem;left:11.375rem;width:26.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEIOabThsp0DnpJkRAxZf2CvTlnWnUIB { top:109.625rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq2SWTUTXSbLaVkfrcU169iOXzMxJohQ { top:110.0625rem;left:2.25rem;width:45.5rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqev0GDGkJePxr6TAsUITIblJrurZS23 { top:119.8125rem;left:24.1875rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9OZGdOmlVNxH9XTDZMBgfsE7CrTOUVl { display:block; }#W9OZGdOmlVNxH9XTDZMBgfsE7CrTOUVl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RztfKSEqiBgB6xuV790yGdWh0Oh1LQGB { width:47.75rem;height:;top:3.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xabWO87mnrD7sTMBPIWLmTN8w3VN2Xli { top:13.75rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #skeCLFK7hGeGJOuWJdTZM5iIwyqITxtH { width:27.25rem;height:3.1875rem;top:16.875rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGHkxx4BQamyvnWAGszJi0FxE3HDT1Vk { top:21.875rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bymPHy9C5RQnapm1ccOwOJyUMUT1hNPm { top:19.4375rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmLH2ZGSEqHGqMXM85BCPgGJDdJdlJ3e { top:22rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHPk1aqIhx2TrLRfKcfwOcgtxsQGBBzv { top:22.375rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTqTeC1CAfmbG2JlOyko4hpQInxGpJsN { top:33.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fugnkNAnWtvw7VKzmZi34Xz3x6BQ8rAN { top:34.6875rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfqEt1anOIAPcuHrxBFxUKzONO5S4VXk { top:12.8125rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOdPBrdkLBS3goJOGvANCSFfAJX7oQpV { top:13.4375rem;left:44.75rem;width:3rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJVmZsCBCCseLqydgPDh27gsX3Hu1iFQ { top:11.25rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaBytkp0TS6ZmJRDaN6XgDQJzUwVCR4n { top:37.1875rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTVii4pU02UELrWuas06UpnqLm61NToo { top:36.875rem;left:9.5rem;width:7.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBpoETp8ZbJtGRzIqsqxxDnvU3DmSEy6 { top:34.375rem;left:9.5rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXn2Eou0cI3ErEnLMOt0Gws4OKXgf7mI { top:17.1875rem;left:44.75rem;width:3rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGB1gIh5hKwEp9HQupXqAT7bxxfgnAS5 { top:16.5625rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqkMTgHUw9BsZy5xF9MGW1wEIBxBx5A5 { top:17.1875rem;left:32.875rem;width:14.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFihWcbpDBKCMA8TheQKgc55LDfPRNhT { top:16.875rem;left:38.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3BzfmVdWqbiH1CcdhHBi3BbqWrc2q9K { width:47.75rem;height:3.4375rem;top:6.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8bVQLo7J4Eovc1kyUCRv9X3GFa3kZoK { top:27.0625rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU6KzGZ7k5obBCxdNchotGWmgHQzSFey { top:7.625rem;left:37.75rem;width:10rem;height:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9VsDu7q24sqgQFlSqWOd1sXg0OWXQC3 { top:7.3125rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw18Try1PUOv2Ch85DoIQvl81gvvHkSp { display:block; }#aw18Try1PUOv2Ch85DoIQvl81gvvHkSp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kp5ldAOhLwEw4dGeKbgcxUqvMUAezmrJ { width:47.75rem;height:;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3PgQz9cmmJ1DA2NNKcDwxFOBaNTd1rB { top:10rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJVc5NK5wPBUCz570ilrG0nMSVRGIxQb { width:28.8125rem;height:6.375rem;top:13.125rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTA3exSOr0bZ84T6XEyRaiPB3peLtZBA { top:21.1875rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFybGVsZJTAgMkpDSxkurU8cQqBLnGw1 { top:27.75rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMurSQToV33wICDnngOpXiQcEhUo8wTM { top:21.75rem;left:0rem;width:47.75rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR4Mz9r8uR9pxkzbXM2BAHi8e0s1eBKU { top:29.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrrq8lgJbH0UMETUHFN39av9KRrASifQ { top:13.125rem;left:38.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBzixexkuThTxOEbgWH4hs0QQ5VS2WC8 { top:13.4375rem;left:32.875rem;width:14.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niyXx6AoxdE6bITNl38KWXO28r1GzCMn { top:30.9375rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klpb73Cbe6pF5DN6xJ4lFutnTmEU7vIw { top:12.8125rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZIeWestLrNClUXUDMZB21tIMn00sizX { top:13.4375rem;left:44.75rem;width:3rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0R8DuxAST8rhGVoRqqwacEDIlq45TuW { top:7.5rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGw6BXOppiCiX7tmqvhb6g7ZHX6IKiBC { top:33.4375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnIfJZAUcpaIMaJl90NReZVxBZF6oIXu { top:38.125rem;left:9.5rem;width:7.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcrJVuTwlDPdsMtR3tFvIiRE4c1srlFB { top:35.625rem;left:9.5rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7mzPkmMqrFytelQ8fQW5cnWW2UoQrgP { top:3.75rem;left:40.875rem;width:6.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeqGIpx8Nx4bmTkWsAnCprUCsnRTAvfx { top:3.5rem;left:37.75rem;width:10rem;height:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGxuB8UI549chVATSoWyDoSx4MfOKLcJ { top:3.1875rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2trpRHaCbk4VUSq2Ct6C7wEKG8eWaXZ { display:block; }#f2trpRHaCbk4VUSq2Ct6C7wEKG8eWaXZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgBiftsOVb8eqWlrFc8ACrVanWPyf91D { width:47.75rem;height:2.875rem;top:3.75rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5DSikVR4uBglfgtF0PLrBXyqnZykKpB { top:10rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aboTZ7pZyHlrz1cQmT9V2z5VITHoydLl { width:27.25rem;height:1.5625rem;top:13.125rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FODrn0AJCofvH2mi9xrtC1Hcru4b5OKP { top:16.875rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXVzAsIBNa9DoRazFErT3yZyeIkO8AR7 { top:19.4375rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9WxOP88A2v1Vqwz1SpEVwUC8Zkz30FJ { top:22rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8MGurxRym2paEppb5OCAnnLLrLCDqgo { top:17.375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCdN7e6uJt9lQORB5wknSE3ysZwK8WrC { top:29.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZQScLPZpQUM0rZMTw6MUPfUTLMMEM86 { top:13.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSMCUMOvboifUGpm5sdP4hJ5q5VIiPnu { top:13.4375rem;left:41rem;width:6.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar6J4WEHysWoDt7ZGPSRNAD0pLqsMCUQ { top:30.9375rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE26LCy62wEKUBCUzWJcvN2QZI7NUhJo { top:12.8125rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1rhkPfeqp3Kc7Tt6hsaIXxtMuv1eHvU { top:13.4375rem;left:44.75rem;width:3rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5Qwqn91WDNskEJKJNO3aMfPEmhvTOp3 { top:7.5rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxKcgJdJbUFrV0FJXRw130xqoBvqn24U { top:33.4375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRIVw9oi61eAitWzTTDa6nHToFQTJDAy { top:30rem;left:9.5rem;width:7.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PowoEwrzKxWKzeaPwHLBb1pKPlqaWQ1x { top:27.5rem;left:9.5rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqMTNJvMorHN89vM9Iu946OTTZIHxxc2 { top:3.75rem;left:40.875rem;width:6.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxmA4JsSq6T20fhVszAaHP1VTtlHNtTM { top:34.0625rem;left:33.6875rem;width:14.0625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWE152SS5LRgGS5xvgF6IelxET268TXK { width:15.25rem;height:5rem;top:27.5rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBSc6MGi5dQ5bgMzZmeSr94dLRznh4sx { display:block; }
 }@media only screen and (max-width: 763px) { #diIULM8oxqeXCKDunpksxUchvdlIJN0S { display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-regular-label { width:39.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text { width:39.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-textarea { width:39.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select { width:39.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-button { width:39.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-checkbox-label { width:38.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o  { width:39.9375rem;height:auto;top:10.6875rem;left:2.65625rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .radio-container { width:39.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o {display:block;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o { width:39.9375rem;height:auto;top:10.6875rem;left:2.65625rem; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #t1F1h7TzE9DM86ys7WT7bc4VHenZ50Uw {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #NigCVn5h1rUmPqpVNAmbaI0SyVhTMoOh { display:block; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #gproheTCntnVcn7F0IQ8WFbL58t0DmpD {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #qd4IUdOOQwEoX5FRcIdk1mydA2r5TZid {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #Vsc97A7FkOUaw1LiHkb5xi5r0T6VVTrC {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #MCwwuuSTdovs8aITz67RRxRloTHyyuE9 {  }
 }@media only screen and (max-width: 763px) { #F2ymu7uWQ6viGcnSXHCd6XHGuNK8lOw5 { display:block; }
 }@media only screen and (max-width: 763px) { #fnUkeTX7y2pKavlSgXfJGhZOiyhRKXM0 { display:block; }
 }@media only screen and (max-width: 763px) { #owGaZkcFlvpzk1W05MPUazVxcAwZtfx7 { display:block; }
 }@media only screen and (max-width: 763px) { #Gee4C0RUqbw4pmezzbs4v7Tz49LaOKlt { display:block; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #vL1rs8ERvnGIX40c5e1XTpumqqVeBETv {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #DIGPTwH36U1I4ptgODdCSaoklHNNdWfv {  }
 }@media only screen and (max-width: 763px) { #ROd8q5gJWkKmWF0GX7fCmw5O3F1fB1pP { top:7.3125rem;left:5.34375rem;width:37.0625rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhiHL6sXRgrlyMcCnXm5AoUueTU02XbG { top:3.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrGEXpU5wtVKlEzOkH42hrt3KmJ7OR4z { display:block; }#yrGEXpU5wtVKlEzOkH42hrt3KmJ7OR4z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBAJ7p4LzsevW6FMaSMDLVe1PUDwbwxg { top:16.125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw39hZhaEFCc0M7seU1PZJUW5d4IGq97 { top:16.6875rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN7wiGHToT5RXuU7gDoZiNVFDNBcEXLU { top:16.125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6eqATahIuwfZ7DR5R4t38WDEF2puP6G { top:16.6875rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXB2dqHkyQ3bzViKnRDtdM1HEEKte7Sl { top:16.125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w44u37GWA6D8PI3X1kQ6uvrKBcHhmwVR { top:16.6875rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E21PT2d16Bly7PIwTONmfoTFMZf34CAU { top:6.5625rem;left:0rem;width:19.875rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhMzAAwmDf6hOKBPoBrUTQ1sla6DBScc { top:7.8125rem;left:40.4375rem;width:7.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2LOADE25wxcZvVqb9uoQPLR6plCGTSZ { top:11.1875rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRu6r4Lui2SdZLCdA2GeWMOsO1yTmD5z { top:7.625rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtuIXvZOy8UczUTx0pMrTyHPXx76T2UL { top:7.875rem;left:40.4375rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkvdLNnhT1Zdat6l6HE4GViZ6z7FNmTh { top:7.6875rem;left:39.875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1ZhpZLcDvuPWM4cQ5uA4oxTufWVEtzk { top:7.8125rem;left:28.875rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RryqLXtKEPZrlt5N1drS3FeP8ct7rPzT { top:7.4375rem;left:26.0625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTa5mPguA9X0auOahvNWcB9oc7SxsJZ { top:13.8125rem;left:0rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcfRTTrty68Spc750e9t7a5ZisSa98MU { top:5.5rem;left:26.0625rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNVgUSNwOnZayvppFTAOMRlxrU1yQ0zD { top:11.25rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll7IwSXLoNWVS4DhCF24IPk7xCTf6HPN { top:1.1875rem;left:0rem;width:9.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxBdfQU7WdZNXEesvIWLfA2OsT4uxqzH { top:16.125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osZhA2FCknT2TtvERelsQEzukN2mVXOS { top:16.6875rem;left:0.5rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atyP8HfuXhCTKGPFTHuJBrCDfoCbMxr3 { top:16.125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaKFMVhydVk5zPau41aZuttRhRizOxk3 { top:16.6875rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { background-color:#009fe3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tch6QLScUHxitmo08BLd4BeTNP2THwR0 { width:20rem;height:13.3125rem;top:17.359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { width:20rem;height:2.19375rem;top:12.3125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWUh1qR7noLbay8RD3KtnT7qums32IOc { width:18.4980625rem;height:6.3984375rem;top:32.8515625rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { width:10.75rem;height:1.8125rem;top:6rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block; }
 }@media only screen and (max-width: 763px) { #IPJvHkk7QKDIATt5bb5hMVclyER8bO6H { width:20rem;height:1.21875rem;top:15.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELc0OnQgifyXLvtfO3HM8rqzC4m2xOwW { width:8.25rem;height:8.25rem;top:5.8125rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPaiqpu6zUnSNbTmlWRmnpZMGpE45hUn { width:12.9375rem;height:3.1875rem;top:1rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIBq6n9Nw2OfmnwCr5KQCiTc70lNKfGQ { width:8.875rem;height:2.625rem;top:5.5625rem;left:11.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJoK3qAa2tH1rUTUGh56MhmfGrtOT3p9 { display:block; }
 }@media only screen and (max-width: 763px) { #Wuee2E8gv7OaCynTEzkVAvG2aU99Co85 { width:5.875rem;height:5.875rem;top:39.1875rem;left:14.125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKH8AnZmGhQgZ0u0RwJpRSTlKXFsH0Vi { width:16.9375rem;height:3.2461rem;top:40.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4l3pZAV6uMQ51vRMPh41udFRtybgny2 { width:18.75rem;height:2.5rem;top:45.6875rem;left:0.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JhzTfwsvvp2DULqfOrJh1Gpawpir4T35 { display:block; }
 }@media only screen and (max-width: 763px) { #E7zW9diAWP0ytAK9enccT5A8PNMz8fb1 { width:12.9375rem;height:2.625rem;top:9.125rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKhiFWa0y1wsoBwfkXkgq50tBxptcU1q { display:block; }
 }@media only screen and (max-width: 763px) { #L429pxHKUaIplPINPfKIHhhUz9ZoURiJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#L429pxHKUaIplPINPfKIHhhUz9ZoURiJ.adaptive-delivery-prevent-bg, #L429pxHKUaIplPINPfKIHhhUz9ZoURiJ.lazyload, #L429pxHKUaIplPINPfKIHhhUz9ZoURiJ.lazyloading { background-image: none; }#L429pxHKUaIplPINPfKIHhhUz9ZoURiJ > .row .container { background-color: transparent; background-image: none; }#L429pxHKUaIplPINPfKIHhhUz9ZoURiJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L429pxHKUaIplPINPfKIHhhUz9ZoURiJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L429pxHKUaIplPINPfKIHhhUz9ZoURiJ > .row .container > .video-iframe-container { display: none; }#L429pxHKUaIplPINPfKIHhhUz9ZoURiJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L429pxHKUaIplPINPfKIHhhUz9ZoURiJ > .row > .video-iframe-container { display: none; }#L429pxHKUaIplPINPfKIHhhUz9ZoURiJ > .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); }#L429pxHKUaIplPINPfKIHhhUz9ZoURiJ > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylIXcZ2fMwE3zR11Qo6mX1uWTHQyH5R6 { width:20rem;height:1.62305rem;top:2.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sD72QTO4XsQ8mFAMKJrPeZh50CJahLCU { width:16.5rem;height:10.798825rem;top:3.6875rem;left:1.75rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Psx4NWMILCJJ65ULprEZgG8BXLEauVfr { width:17rem;height:0;top:28.25rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wqkBwpHkkImeIKGNlSrerTTSVD9tVZ13 { width:16.25rem;height:3.125rem;top:27.875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryMZh8beiNRzwhyLCqKkNTcKySfBtNom { display:block; }
 }@media only screen and (max-width: 763px) { #U9BTnaC5Lvir0eZuTwNCQxmcfX4QEPB6 { width:16.125rem;height:12.875rem;top:14.4853515625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI5L30Kezd6J1QgN6ETV8gflpMRLuXC4 { display:block; }#vI5L30Kezd6J1QgN6ETV8gflpMRLuXC4 > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoJbdUNMRTq0FUJB4lldDFmJ6FQoh612 { width:17.0625rem;height:4.38574375rem;top:1.462890625rem;left:1.46875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZuHnXBygiPqxUSqbLll1XC7aTeTClHU { display:block; }#aZuHnXBygiPqxUSqbLll1XC7aTeTClHU > .row .container { width:20rem;height:111.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7xmSvzdrcyumlOek6AgyODsG1IkkyW7 { width:11.562rem;height:1.13671875rem;top:100.3125rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPNPsFOA9xgVEMP2z3Ktu9yU5MTw8DBT { width:7.5rem;height:1.875rem;top:103.4375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNObbz4XvGgJlblaVTeic6w7NPqk2h8J { width:17.8125rem;height:2.6015625rem;top:49.6806640625rem;left:2.24853515625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGTk9N6KqmDnzgu1P26Gin9pMZITqmRx { width:17.4375rem;height:3.90234375rem;top:45.1572265625rem;left:2.24853515625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGAL6s5urSZgvwQMAkCpnMCxI9ASggpM { width:17.4375rem;height:3.90234375rem;top:40.63671875rem;left:2.24853515625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzqidKNuU5PfA1fOzMOpleBHX5LHpSkF { width:16.8125rem;height:3.90234375rem;top:36.20849609375rem;left:2.185546875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkTxBTUZtGnWak0Zuv1v1odxf1caJRZG { width:18.4375rem;height:3.90234375rem;top:31.7802734375rem;left:2.18701171875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZPwaiqndLaxnTbI04GpATynfIUxPmwe { width:18.8745rem;height:11.799325rem;top:19.4345703125rem;left:0.56103515625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #gt0QTgtMzwX557RTCvmy1SCEOXbD5N5K { width:2.124025rem;height:2.124025rem;top:44.6591796875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elyyff3shEtUbSQD9EVn5SfaHnSHNuvV { width:2.124025rem;height:2.124025rem;top:49.24267578125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA1dhOMIq0GH9G1EGVtlkiuCykZXx42r { width:2.12109375rem;height:2.12109375rem;top:40.07861328125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViBsXsBR2hA2tshUKNX1ffvM4p9c9u4I { width:2.124025rem;height:2.124025rem;top:35.5859375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7pNgIS36Xvn5Qe7c52VDNrOVJBHBKT1 { width:14.0625rem;height:1.29931875rem;top:91.6875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JARyZrCAaUvRJ45TX25CbbZqbCN9dWPp { width:13.125rem;height:1.705075rem;top:89.5625rem;left:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgyHsURUuNexnzdHyHbmKSih75BFTc76 { width:2.124025rem;height:2.124025rem;top:31.3115234375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f02HCtO71R93dVDcy4CuHTTLqc2H3ATe { width:12.4980625rem;height:1.29931875rem;top:88.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmNslaV6Ltpnyu51kgH6LVs5J7OeW1TH { width:14.0625rem;height:14.0625rem;top:74.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzbuBCAKTWMp5NEJISRlUOH9OLpoZ8Sz { width:19.9980625rem;height:0.405761875rem;top:9.68701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqqaNGSOtbTHfWlcnHqF8IJqFTOOCigW { width:19.1875rem;height:4.13965rem;top:1.24951171875rem;left:0.56103515625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPH7asJAnlzGAico4ivrlVwnlZTglm8N { width:19.99875rem;height:1.4619125rem;top:16.115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOiABBO3MtqfWIhdE5hod9i6IPq9Nwtk { width:14.0625rem;height:1.29931875rem;top:72.5rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcVBpeL30U3XTTCP9B0yNCBC0iFlZ0x4 { width:13.125rem;height:1.705075rem;top:70.375rem;left:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twuAUoGkJBWfkUWkMQOk1lzWCsU0z8EU { width:12.43725rem;height:1.29931875rem;top:68.25rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCBsdJSauxgm4vLrirIPPOkrDil2TQzy { width:14.0625rem;height:14.0625rem;top:54.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKwdGnHGVFI8ydJd7Ao8lgiNVpG5znRG { width:16.125rem;height:3.43725625rem;top:94.6875rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCgaiDklduSN2m0cweXzrZOQVZGHuPKl { display:block; }
 }@media only screen and (max-width: 763px) { #BBUTd2JBi7J9RnG3nUoWblxlSvNd7RK5 { width:5.9375rem;height:1.94824375rem;top:6.6875rem;left:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNS5HHsv8yUkOLxobA5ZZc0t56EJzOB1 { width:2.311525rem;height:2.311525rem;top:6.5rem;left:5.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpWELKHpktbmrgixxZdi6StqTQQMo0kI { width:13.2495rem;height:1.4370125rem;top:106.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQr9PPdQEJOozFaOrbtFJwZgfyilsw9G { width:16.125rem;height:3.436525rem;top:11.1875rem;left:1.9365234375rem;font-size:1.125rem;z-index:15166;display:block; }
 }@media only screen and (max-width: 763px) { #VECEBifmSkLO1V07fyI3qRzfvM8nSTp2 { display:block; }
 }@media only screen and (max-width: 763px) { #U48TziDQmoaiKPUW2s3xPzyOxPNEsDsC { display:none; }#U48TziDQmoaiKPUW2s3xPzyOxPNEsDsC > .row .container { width:20rem;height:200.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TW2D18CTLTataVwwALaN0L1sg70CHViu { width:10.812rem;height:1.13745rem;top:190.62475585938rem;left:4.59228515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq9CH91MF6Km3E9kakqZ1VuqHfIFTORh { width:7.5rem;height:1.875rem;top:192.6865234375rem;left:6.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDXimR3ThCIUF1TCKFbFlV4X8Z7lq2ia { width:17.5625rem;height:3.8994125rem;top:103.50170898438rem;left:2.061767578125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfWdg4AWqPPEu1sVxR7StnyvR0Uynh2e { width:16.6875rem;height:3.8994125rem;top:98.326171875rem;left:2.1240234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRS1UalIv26t2Woi7QkvtiaLkfDlSRfg { width:17.8125rem;height:3.8994125rem;top:93.05615234375rem;left:2.249267578125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE4JpzOgDgzbi9Jccq8fMLmTXhRWu1td { width:17.4375rem;height:3.8994125rem;top:87.9091796875rem;left:2.249267578125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOf1kSnecgOTyfQqQOG9eWnDDFbTZyBa { width:17.4375rem;height:6.499rem;top:80.88720703125rem;left:2.24853515625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXuVTn8SyhbslFXxWFOthRyMQV48dM5S { width:16.8125rem;height:5.19921875rem;top:74.58447265625rem;left:2.185546875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7uegxmPUMQzohAhSgiuxftHqCyHMqUA { width:18.4375rem;height:3.8994125rem;top:69.21923828125rem;left:2.18701171875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4EJS7kMsPAeCstX9A1mc2P6yGo3wxhl { width:18.8745rem;height:43.3125rem;top:24.99853515625rem;left:0.56103515625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bmCSbn1olmKuWNg21Uc8Mv1slrC0mVGi { width:2.124025rem;height:2.124025rem;top:87.410400390625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg8wpgqUU4E253VBsRVCTa8n5ieacxqZ { width:2.124025rem;height:2.124025rem;top:92.6181640625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpt7Jkd1mUUKEhUMKlfNg46l8TLdDkav { width:2.124025rem;height:2.124025rem;top:102.94067382812rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK5JQTWZECJuCwPpkVzwX1p6qSNpCz7L { width:2.124025rem;height:2.124025rem;top:97.76513671875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl2uvsM04w33DkxXqEnHiE2PrPRXyWK1 { width:2.12109375rem;height:2.12109375rem;top:80.3291015625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMbnvu5JMkGsvVCVE1VkGyJCGzXxgEcD { width:2.124025rem;height:2.124025rem;top:73.9619140625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS16fLKBRkfqofsBtZRHFwezlG8E5cMZ { width:14.0625rem;height:2.5996125rem;top:156.625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7bXffTsuPkW07D3Adufbzxl2dBJJFU5 { width:13.125rem;height:1.70605625rem;top:154.5rem;left:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuLQCbG1xGFCSQWTOdkRvkMXMxMOwvRR { width:2.124025rem;height:2.124025rem;top:68.75048828125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCsJR1i6SAio6mivTZeqt4h5IRJSIRIz { width:12.4980625rem;height:1.29980625rem;top:153.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJMqcVsaGrB1XkTdHKIzE053IAe7kVp5 { width:14.0625rem;height:14.0625rem;top:139.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMd7PaNHBHFpC7EuzXaATB5vbP1qDXdU { width:18.5625rem;height:1.70605625rem;top:177.1875rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1MsxwtfmLPwXAMJypSXfnImT6qRm1hx { width:14.0625rem;height:14.0625rem;top:161.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtUAZVAoLoh6xUNtdn6pzZGTfdqoq07x { width:19.9980625rem;height:0.40693731831396rem;top:7.2666015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cahgHn3wnAakCSCBet0cObcIAA5PqtZJ { width:12.4980625rem;height:1.29980625rem;top:175.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOsTannI86fg8elGbcGZbhlvAZ0uAbcF { width:13.5rem;height:2.5996125rem;top:179.0625rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEzRFvIxyuUw9WJOtAXbDXt1LXfbrCDp { width:19.1875rem;height:5.5234375rem;top:1.24951171875rem;left:0.56103515625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVllTdTHL1ezPbkB8P4k9hrW2HiE6GE8 { width:19.99875rem;height:1.4619125rem;top:21.67822265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKLSRTld13ftPmfytcd6wS8fZ5wE0TWO { width:14.0625rem;height:2.5996125rem;top:134.3125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixxStgKgnk1xmCrCM4kVJIPtlAwgEMod { width:13.125rem;height:1.70605625rem;top:132.1875rem;left:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSGzwgPH75FaNUEaGQCxCkXxsZrW15yv { width:12.43725rem;height:1.29980625rem;top:130.0625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEcn0xGRQFgZhI8nLgHsUfZl5VtfftNF { width:14.0625rem;height:14.0625rem;top:116.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFIdMXrJTVSNGNfGEKuDrW2IvSzfJ1Gh { width:16.125rem;height:3.43725625rem;top:185.03002929688rem;left:1.9365234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szD4ATLTapkVk4rA3pqbWwEvm4VdpIow { display:block; }
 }@media only screen and (max-width: 763px) { #AbFA4VwbBRvN9xaHAWW3TcedfiXBfEhZ { width:16.125rem;height:3.43725625rem;top:16.125rem;left:1.9375rem;font-size:1.125rem;z-index:15166;display:block; }
 }@media only screen and (max-width: 763px) { #SAq5eTW9KTDcVccNf9WZ1ITlX92cINH7 { display:block; }
 }@media only screen and (max-width: 763px) { #Rv636EHEfxqyWWsnomfd7ATt7qS07Fcp { width:16.125rem;height:3.43725625rem;top:109.96826171875rem;left:1.9365234375rem;font-size:1.125rem;z-index:15167;display:block; }
 }@media only screen and (max-width: 763px) { #OWXzqnJMzIbePLANfSydDDeOEU49BnzS { display:block; }
 }@media only screen and (max-width: 763px) { #sI8MNE3VKi3VzwKxL4GpqfnNmJN7k4yV { width:5.9375rem;height:1.949225rem;top:196.9990234375rem;left:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOMrGqFeq8mNFXhrPVBsyf2TQCKRQHvN { width:3.75rem;height:3.75rem;top:195.8486328125rem;left:4.88916015625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO7ebExSe2p2b4S8ZDQi8Z9lqflWn8dx { display:none; }#yO7ebExSe2p2b4S8ZDQi8Z9lqflWn8dx > .row .container { width:20rem;height:139.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x8LqVQMeCUdAofd0t9W3nBSJWUbIRsoO { width:16.2480625rem;height:3.75rem;top:129.45654296875rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9T75urBZW0kaZXvlcZattGXkrVnHrCV { display:block; }
 }@media only screen and (max-width: 763px) { #SzI50VIxTms6BdNqRFG2el3wmwI9QMeQ { width:16.9375rem;height:2.798825rem;top:115.310546875rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOV7VuTqGu2lTnG5xZ57VVLQTIXuVAf1 { width:12.4980625rem;height:1.13745rem;top:123.92529296875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz2wUGdsrMM32qxSECyHIRcN9tPRQ0Nz { width:15.25rem;height:2.798825rem;top:111.06103515625rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i20PpDR1F6wIBJF09v9p6WtVdUP8tgvs { width:7.5rem;height:1.875rem;top:126.3115234375rem;left:6.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rioH86DB9MHXeAhDxzMoL4Ghdd0zIxN5 { width:15rem;height:2.798825rem;top:106.8115234375rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMWxkMpn1LIiZVu3hE5fAngSA53h1D4I { width:15.625rem;height:2.798825rem;top:103.0615234375rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfK2GCc9Slh3TBf8USiv7uLpthaEhGBK { width:16.6875rem;height:1.29980625rem;top:100.4365234375rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbP1NkVcs1oXdovER5ggGIqxB9b8OrsX { width:16rem;height:1.4003875rem;top:97.4365234375rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHceocDQsTcimpDmLyqVy7hFrgz6gb0a { width:15.25rem;height:1.4003875rem;top:94.56103515625rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQu5IROhffHUT3JtDRUywQUrqyChEuqE { width:2.124025rem;height:2.124025rem;top:94.18603515625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7XZNSlh5Wc57IyUa4y81G52tVf3CuZF { width:2.124025rem;height:2.124025rem;top:97.0615234375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7StIB2f3li2fg2WXRgiBdIGg0OQFxi0 { width:2.124025rem;height:2.124025rem;top:114.8740234375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODWTnz8eeTNuGSzdsCP279xVwu2PTUs6 { width:2.124025rem;height:2.124025rem;top:110.7490234375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0rMR0myD6J9kVmvZD2BVlFH3TSyIfuN { width:2.124025rem;height:2.124025rem;top:106.4365234375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5oT1gB4PVlaDTqP3huy0N72dLCfIPJe { width:2.124025rem;height:2.124025rem;top:102.74951171875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK3lg5Gi8IqhM7GqUL4Spiheb0NEEzkT { width:2.124025rem;height:2.124025rem;top:99.935546875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNGlSS6KscHG8KIupGPvEFS6MOn3edeu { width:17.1875rem;height:1.4003875rem;top:91.74853515625rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXHaToq8bBeM6aqTCcRSCfQJEwBKXRXA { width:17.25rem;height:2.798825rem;top:88.123046875rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlTg6qTFVcdIBben1onauhJksgo52S1Z { width:2.12255625rem;height:2.12255625rem;top:91.2490234375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsoQdTsMUhHULKqphgukIDpqSzxx159x { width:2.124025rem;height:2.124025rem;top:87.748046875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAlzUK5E7TUKGQnT4kXUr0MbQw6MrKVq { width:14.0625rem;height:2.5996125rem;top:56.461181640625rem;left:2.9677734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmw6KmpUZtDRZyI4QTvGosbZLZSvv4xK { width:13.125rem;height:1.70605625rem;top:54.288818359375rem;left:3.4365234375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtLgvte6Grlp6SXr6nTtVTTFEZ3aU5fD { width:14.375rem;height:1.4003875rem;top:85.7880859375rem;left:2.4990234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb1mWWU3IgZaOmQrTtcQnvaeUmpzr5RC { width:17.7495rem;height:23.90625rem;top:61.347900390625rem;left:1.12353515625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #S2Upgb2gpaniTTOPG7ZTcaAInIzHSis1 { width:2.124025rem;height:2.124025rem;top:85.2255859375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn7PLM45f3HO8zT2HT3uImlQwXwvcKVZ { width:12.4980625rem;height:1.29980625rem;top:52.989501953125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft0ksCEydCme6TyXNdF4WTvJMZ7qIXym { width:18.5625rem;height:1.70605625rem;top:31.18603515625rem;left:0.68701171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcWtMRp4WCx95I4Jr7d6Fcz7POstqkO9 { width:14.0625rem;height:14.0625rem;top:15.6865234375rem;left:2.93701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utJ4P5TIA75tMBVyVunOGlkMiN7LcGKE { width:18.1245rem;height:5.605225rem;top:0.9990234375rem;left:0.93603515625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGCQH5OdRt8hZDonxeEEfxcWk1AtuoeK { width:19.9980625rem;height:0.405761875rem;top:8.37255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4lDiaPVafKoL2mVMlqyVg08R5I0y3tl { width:12.4980625rem;height:1.29980625rem;top:29.7490234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZmhq7aC1shoOfCDkLmTNWSJIM2NqSo6 { width:13.5rem;height:2.5996125rem;top:33.513671875rem;left:3.2490234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1DcoPxOZaelRkCiD01yr3f8IodO3QOC { width:14.0625rem;height:14.0625rem;top:38.97607421875rem;left:2.968505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4eqRDWeKwH3hkMNoRZaq9NKic2ms4BD { width:16.5625rem;height:2.798825rem;top:118.9990234375rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbHNsciT8ErWEZkoX1nl4lEOeVOMpW4b { width:2.0625rem;height:2.0625rem;top:118.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6ixyGSCnUzTTGGZTE7ioy065DDk1O1o { width:5.7495125rem;height:1.949225rem;top:135.3994140625rem;left:9.2490234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULtIMUclgTWzNdqo7h5T5ReQ7tyHJ8xE { width:3.75rem;height:3.75rem;top:134.5rem;left:4.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2JBsMAHTDNl8wZKibkygsLB6rwrwc6S { width:16.2480625rem;height:3.75rem;top:10.21826171875rem;left:1.875rem;font-size:1.1875rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #V80ZGTXQ56DNGCxIZtytaegnqDLC0IhO { display:block; }
 }@media only screen and (max-width: 763px) { #cxFB0QUrwK3JhT1VpVZSMQNbzkrkDEG9 { display:none; }#cxFB0QUrwK3JhT1VpVZSMQNbzkrkDEG9 > .row .container { width:20rem;height:145.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #chTiDqaMMIpd4QsHRORg82xJTFZtri85 { width:20rem;height:0;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpO6gzWXuTwEGgx5sSNe9pn7hC82GRok { width:16.25rem;height:3.75rem;top:136.5625rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcivcWHpTGVBdV4FqTeXanAPsvrMTlv8 { display:block; }
 }@media only screen and (max-width: 763px) { #L51by9Dm4Hfqhi3ZLbKbRUByK3V6OVli { width:12.5rem;height:1.1375rem;top:129.8125rem;left:3.12451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubiNn92AOOHFBeKT9RWLpd6J6hgi8foS { width:7.5rem;height:1.875rem;top:131.5615234375rem;left:3.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5qPZBJGbskgO8wzskzvu1XM0fFDhG10 { width:17.625rem;height:11.3720625rem;top:1.875rem;left:1.1865234375rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #iv87XuPkt5z2bVCsOQn9o0oKMV8goFi7 { width:20rem;height:0.40625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEV27Lw5sdCFhbVzZlVuearoB2mP3CUa { width:11.625rem;height:2.798825rem;top:123.8916015625rem;left:3.12451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLt0TlExDTyEkTKVxyKm70FuaOqUqCq7 { width:14.8125rem;height:4.19824375rem;top:119.06787109375rem;left:3.12451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RegvCNFiAUnLIJoUNtlX7nuTLPABN8an { width:15.6234375rem;height:1.4003875rem;top:117.04345703125rem;left:3.12451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL4NL5PgU4y8JZwEUZJOLOEZGgEi8NgT { width:13.9359375rem;height:4.19824375rem;top:112.2197265625rem;left:3.12451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDUJPdf0tdIQ8GTeD17XvCZuXGBbiJSp { width:15.0609375rem;height:3.8994125rem;top:107.69482421875rem;left:3.11279296875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrn9HhSqWAW9nXrPtMmha2JwUG58mAe6 { width:15.25rem;height:4.19824375rem;top:102.87109375rem;left:3.12451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkhcRQe87wJJRGET2wAWdFObedWDWl3w { width:14.56175rem;height:2.798825rem;top:99.4462890625rem;left:3.12451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq7hRK1ikt5TL0KeFCdzIGaUreXF1CKg { width:14.6875rem;height:4.19824375rem;top:94.62255859375rem;left:3.12451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAbwKPAG766WZkGtFKovreyENEeZTNwR { width:14.8125rem;height:4.19824375rem;top:89.798828125rem;left:3.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixFLs1mZhCOpFW06CIZehEtx8Oc9LTMv { width:16.5615rem;height:2.798825rem;top:86.3740234375rem;left:3.12451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxVmSZXiRrir5yJFv9UB4zPDUKDWAQOU { width:17.8125rem;height:25.3125rem;top:61.0615234375rem;left:1.0927734375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xpGo6JobCc23MkPplTHgiswlHGcHlcbQ { width:2.125rem;height:2.125rem;top:86.060546875rem;left:0.6240234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6S5HwVCziJT4Jfo5uKxQ9kqdaPOJ1L9 { width:2.1234375rem;height:2.1234375rem;top:123.57958984375rem;left:0.6240234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5TAZyfGx8y2KucLgEJDyrT7yCp56ybu { width:2.125rem;height:2.125rem;top:94.30908203125rem;left:0.6240234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi2dHS798mdUOEtqXqTH5q7laUfTTNkk { width:2.125rem;height:2.125rem;top:99.13427734375rem;left:0.6240234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZxq7Fdfzdo7gHEx6SgHdbO9ln91cvkS { width:2.125rem;height:2.125rem;top:89.4853515625rem;left:0.6240234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcx5U1lxLQfprkhTg2rEfPtZZQvOPzoZ { width:2.125rem;height:2.125rem;top:111.90625rem;left:0.6240234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFd7Eb8qmGKzAulLvTozxRubSE67i7Xn { width:2.125rem;height:2.125rem;top:116.72998046875rem;left:0.6240234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVXXqIBTvrOV17xZGhQN7TWpe35dNdVy { width:2.125rem;height:2.125rem;top:107.3828125rem;left:0.6240234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TID7zO8h6TysgVIOdPwhp2W1HZ7MJpUv { width:2.125rem;height:2.125rem;top:118.75439453125rem;left:0.6240234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzXGKiiA83l4FU3yZ3ebTUeC3yim8NFr { width:2.125rem;height:2.125rem;top:102.5576171875rem;left:0.6240234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT7Z7PJVkaGBTcnqgT7eE0X06UDxXrtO { width:14.0625rem;height:2.2734375rem;top:33.12451171875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI25nhn5q6cPzeOddH1tpwCVuH44Qouw { width:12.5rem;height:1.70625rem;top:30.8115234375rem;left:3.8115234375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwwwKzEHC5Tngol65TPK7Xq462sIWy7k { width:12.5rem;height:1.3rem;top:29.37451171875rem;left:3.68701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkdWSkKa5kbu23dx9oPLX0BQPfNQV5mC { width:18.5625rem;height:1.86875rem;top:51.87451171875rem;left:0.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTTaBWFMWcoTEoEnAE0vGrhFkzsAvycn { width:13.875rem;height:13.875rem;top:15.12451171875rem;left:3.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdgrhvmgbI4yiF7WFFyRcvOatVwRN2iw { width:12.5rem;height:1.3rem;top:50.37451171875rem;left:3.8115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwfd5l2D8xp2ouFZ5ZRT3fAvVlvqLxOV { width:13.5rem;height:2.5996125rem;top:54.1875rem;left:3.31201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqNHGcsWmtNSDet3FrP7lMt7t8qfMgLm { width:14.0625rem;height:14.0625rem;top:35.6865234375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbh6K8e7TNQ0iF8pXXUTFF2V6Amv6OXi { width:3.75rem;height:3.75rem;top:141.8740234375rem;left:4.99951171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEWuavAdSZmQdq1bJiZyNTlUo0N46y5r { width:9.9375rem;height:1.949225rem;top:142.7734375rem;left:9.2158203125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErIwGkq5090BmfERpnJF0QZ5vauektcn { display:none; }#ErIwGkq5090BmfERpnJF0QZ5vauektcn > .row .container { width:20rem;height:187.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UeFPXDEtzJlBJ1nWTKcN2pOT4K85x6Xs { width:20rem;height:0;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhb7OIlPTMsqnM0LRbBMuFJ28rOU5Q2l { width:15.999rem;height:15.999rem;top:18.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6x87CggkKVpB7L9kUSG3pLSLNwpu6In { width:12.5rem;height:1.3rem;top:34.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFJffa0seUfbBKnTfXz6MM4rUCIkoIsU { width:12.5rem;height:1.86875rem;top:36rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnQdW4hqTq87zQ3N5JZ2AwHF0LCb08aJ { width:16.2495rem;height:3.75rem;top:176.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0TOy85ztkbLB7UlA70FzWZ6rtX69kC3 { display:block; }
 }@media only screen and (max-width: 763px) { #tTJpqPizr11VGkRFyUWXpTcl248QyQzy { width:12.5rem;height:2.5996125rem;top:38.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRtZBvJoM94fpRIZwhHzOMEu8GqU1CSX { width:12.5rem;height:1.1375rem;top:170.125rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ50zFqF8K0MCdbR4BU1bP6FZ8hcT1TB { width:12.5rem;height:3.89941875rem;top:88.8125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKvRrw0Rux7brq7CkHbXVUlp2IENRoei { width:18.5625rem;height:1.86875rem;top:86.4375rem;left:0.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsywoqqxM4IkTzm5ZVg3yu6X3TQWR09E { width:13rem;height:1.3rem;top:84.625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXKzp2d14imf4ABOQzFEmlPkiKKuRL2S { width:16rem;height:16rem;top:68.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaViTETSnETEUtkf3WPnCCs7cACasZr6 { width:19.9995rem;height:28.5rem;top:116.4208984375rem;left:0.0009765625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #U1oRJUxdqdp1UoIw6mWQa7ZzNdlrvT14 { width:2.125rem;height:2.125rem;top:146.625rem;left:0.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht8qPaIdrLQAC0J561QDd5a0bCydfIDe { width:15rem;height:4.798825rem;top:154.5rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7EDQR1da1gkGPvmWU5IIk8VwUxeC8cV { width:16.25rem;height:3.19921875rem;top:146.625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2LXs8FfiUkn3TPk8N6rOo2kftISe0kX { width:2.125rem;height:2.125rem;top:154.5625rem;left:0.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiTQI7NK6cpTAXSdocsGz51GuSxWK4Sc { width:2.125rem;height:2.125rem;top:160.0625rem;left:0.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvGR1ZotUnIuohcSdrsVOueEim5qqobt { width:16.25rem;height:3.19921875rem;top:160.125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi6fQbmx66ZKzQbvSRsMQa34LZpSHLwW { width:2.125rem;height:2.125rem;top:164.125rem;left:0.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEeoQdSdT9R1SIX222ck9mCym8geQlTM { width:15.8125rem;height:3.19921875rem;top:164.125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFT5MCwDxS5G9B6Lnv9n2Xvx6gAnUR1X { width:2.125rem;height:2.125rem;top:150.625rem;left:0.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irNd7Xq1ULOBogcy9NfmsF3VVDLDrNOc { width:16.25rem;height:3.19921875rem;top:150.625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR29FTKQNgB76I4JPqLSfoCIQScyxcEN { width:7.5rem;height:1.875rem;top:171.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQKu9sKkW4PX0qlEaeSS1gTvsaQXp87y { width:12.5rem;height:2.5996125rem;top:112.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIBHiKhc8irdJPrz59gOS6tfm055yOMy { width:18.5625rem;height:1.86875rem;top:110.1875rem;left:0.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAkStcVsRqEFu3iTWiTrzSFTW16VVrQT { width:12.5rem;height:1.3rem;top:108.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJb7JUb6TJ4DqCdGAKduUSVVkqPc1J14 { width:16rem;height:16rem;top:93.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7c648Ode6gzi4hEes90fGweiR9xIeWo { width:20rem;height:6.82325rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Ld008JNBdVrlS8ZrmhKt9hstRPZUoZAb { width:20rem;height:0.40625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukJDU2E4x8CweGME22tF0RnmyKlgsT0M { width:18.75rem;height:18.75rem;top:42.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdSkVRVULrT2vqPRdT2obxn9Td3W3Mdy { width:12.5rem;height:2.5996125rem;top:65.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #su1F9CeE6KWJg1TObyXzdZ95MvLioC0e { width:18.5625rem;height:1.86875rem;top:62.9375rem;left:0.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUL1fsRG7sECa3Py4uAnT1Rs4Qn4VKzt { width:12.5rem;height:1.3rem;top:60.9375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoGbJKRv93DOSXXl6avDrxLUqB9fBTgo { width:10rem;height:1.949225rem;top:182.900390625rem;left:9.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZihk39OplNwrXRZQGnfEHPiCMrerFPF { width:3.75rem;height:3.75rem;top:182rem;left:5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXfsZLvpvSMErzrzyLTsa8htSXTSCNgm { display:none; }#EXfsZLvpvSMErzrzyLTsa8htSXTSCNgm > .row .container { width:20rem;height:162.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qRrx4z5qlKeeCKNvSeLhAOTdHN3JCU2i { width:20rem;height:0;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWLu5SvbrDbdwfbqpgHwx3D4pG9FW0gv { width:16rem;height:16rem;top:11.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE7iuuRcyNaUyq1zDcTGpQHkI02DuA1y { width:12.5rem;height:1.3rem;top:26.9482421875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSOyyAdXaiOcW0BMhP4TiVaWk7J6ECnq { width:12.5rem;height:1.86875rem;top:28.1865234375rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzwgOeZTCub1qhlFr7zaXJO8e6vqiTv8 { width:16.25rem;height:3.75rem;top:150.8984375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkeqtywrM8EXDFwWwz8zXWA0LHRkbFJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #ngK05y7V6GiDiUtk2Ui4uQg5s31hQTiK { width:12.5rem;height:2.5996125rem;top:30.0537109375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRgR61LMwrM4FFA07yVr0QIQBOdrtPvv { width:12.5rem;height:1.1375rem;top:144.13671875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZrSXAV9PaSH07Jg48yPKXCwE749aEx2 { width:12.5rem;height:2.5996125rem;top:52.5205078125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrzc8XLDfHBiKgKu2qC0TPLOgsNwxiOi { width:18.5625rem;height:1.86875rem;top:50.6533203125rem;left:0.71875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nccR5APBvQV3EKx3PUAM4ZRizSu3C5xC { width:12.5rem;height:1.3rem;top:49.353515625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNEOioxxUNT0mwG8WBTxnN4QMCPPnX0o { width:16rem;height:16rem;top:33.9033203125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMlWuf9kCMbRRwrTlw1nQxHCHWfhqVpR { width:20rem;height:33rem;top:85.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FJDC9ZEg5PlG86wwCaJ7rRarlHvNdpDb { width:2.125rem;height:2.125rem;top:119.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzW9bwfk8wNZ9AiB2K0FESOauUXlB8f6 { width:15rem;height:4.798825rem;top:128.220703125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTAWdtazmF9OmU9vsnrtSdJIT7ZQT2MG { width:16.25rem;height:3.19921875rem;top:120.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VliuJ20yEyDq6BAiXRqvgrM9Q4CISlWb { width:2.125rem;height:2.125rem;top:127.8955078125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLnikb1qRq4WI3DQhFVF9Help4FdrsVq { width:2.125rem;height:2.125rem;top:133.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2aNxS703eSiAtBqPKnns61qKh5fC6Tn { width:16.25rem;height:3.19921875rem;top:133.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll8OTkc6taS1QT2smL42uRM0ofOGEXZa { width:2.125rem;height:2.125rem;top:137.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7s69qQntS14vLlxphTJ461qXE5GLE0q { width:15.8125rem;height:3.19921875rem;top:137.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4CCMUlqZKPxXXntzTx3FOJ0LSCvxqL8 { width:2.125rem;height:2.125rem;top:123.9228515625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4yLFi709oEWDD4gcbrV7DqJtayCF4nQ { width:16.25rem;height:3.19921875rem;top:124.2978515625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idd9dJTVHoTZvbAKPiegekKMpARORPlT { width:7.5rem;height:1.875rem;top:145.8984375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT5Z1l8lsrUsBG2Xabt7TmTm9waI3b8F { width:12.5rem;height:2.5996125rem;top:75.1123046875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckgeHnvtTCy4akgmLA4KWH0gyyTxGK5k { width:18.5625rem;height:1.86875rem;top:73.2451171875rem;left:0.71875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3PCEqDTXdrSSzW5bTV5yeTHL35w4zNz { width:12.5rem;height:1.3rem;top:71.9453125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4qHcp6m5g4LGx1fZ1CWVXUg7F2EZr4J { width:16rem;height:16rem;top:56.3701171875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSiMApHc2w2zyHgSGAVrPO4Tdrp7VVxr { width:20rem;height:6.82325rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #kRJQxFVmGP1V73NJdaHXtTJXKLGvqNpW { width:10rem;height:1.949225rem;top:157.423828125rem;left:9.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXtWRWLFOC9UUOn3tSd8bPZMGmXgqJuI { width:20rem;height:0.40697674418604rem;top:160.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1OBgkKfuA9WoucWAuBpx3ELpGhvfAr6 { width:3.75rem;height:3.75rem;top:156.5234375rem;left:4.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLb64U55TEhNOQXfZqkQ5XsBqwSFQxRP { display:none; }#tLb64U55TEhNOQXfZqkQ5XsBqwSFQxRP > .row .container { width:20rem;height:159.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #geponDb6HmFFcLm5ESzZgTfdy5pCamx0 { width:20rem;height:17.0625rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzBGD7wFSo1sPIX23Zbl13qNy9axWDWh { width:16rem;height:16rem;top:20.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5VghESozo8wmZnU4JvAisTuruwROZQ5 { width:12.5rem;height:1.29980625rem;top:36.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aflc0uFvWpdKx59gFRID6VptRQIevlDm { width:1.875rem;height:1.875rem;top:71.75rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4l0uEgtmmW5EoyTVGJWsd9bUT1df8cd { width:14.875rem;height:1.21875rem;top:72.0625rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miMW5V3xM6nZi3CiEy5xlxZJmhIHKkSC { width:12.5rem;height:1.8681625rem;top:38.0625rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm2W0G81N5TC93cTfTBOZP9J72NB48K4 { width:15.25rem;height:3.75rem;top:152.63671875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6ofXR4cZ9elJbtT6UuyZVI9EECBJzPN { display:block; }
 }@media only screen and (max-width: 763px) { #FSaBBcisHcluvTEpv35obLKztARJGmyb { width:2.375rem;height:2.375rem;top:73.625rem;left:0.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUy43LVwy0MKixGzN5Ly42RvXIE7eFao { width:3.1875rem;height:1.21875rem;top:74.25rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4TNJf2AWVyZn39dh0HQQn5fG4DMCMMT { width:20rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkWZbQObgPtfCldQtBpxvnPE7msOMhuZ { width:12.5rem;height:2.5996125rem;top:40.125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhsPPnDVoDFlRwqLTTA9WrOay1JCWWUQ { width:12.5rem;height:1.13671875rem;top:143.375rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzDrzvE0lmT0vdmtIoeL5t54A5o78NiD { width:4.6875rem;height:1.9375rem;top:0.4375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9RPTEaKa4nCEm2yJZuKsH3J53w1SP6b { width:12.5rem;height:3.8994125rem;top:65.4169921875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEAvT2rK4LDFbqfbu91hi07ScEfPK18h { width:18.5625rem;height:1.8681625rem;top:63.3623046875rem;left:0.71875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiRgUkN139VEcDsLAwzIlOPqoBQXSGhc { width:12.5rem;height:1.29980625rem;top:61.75rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9i6E9NyPUSP8sHQyGwBpGXxqPvXUsKw { width:18.75rem;height:18.75rem;top:43.662109375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5PP5PE3PxsW2pwZbMVmFZTSdG7Hb2ea { width:20rem;height:24rem;top:77.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TlpPLOk6NSS8xaVB6AW34AklbcRa2ll9 { width:2.125rem;height:2.125rem;top:101.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1LeRPvuZXfWLCBvrNAg5KRBkAVudTuu { width:8.5625rem;height:1.5996125rem;top:114.595703125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFPXOkXAAM9KPTdOeATt8TwKVTavIHE5 { width:16.625rem;height:4.798825rem;top:102.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUHfQnnwyitfkd00lSsPMVGLu6OyBwLN { width:2.125rem;height:2.125rem;top:114.2705078125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1to83bqK4SoqsZBfcL9BBhTdts928TX { width:14.0625rem;height:8.39453125rem;top:116.3466796875rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2MDh9bHwgBbqUfr0xOnCTsox2dSy1p9 { width:2.125rem;height:2.125rem;top:125.9150390625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV6TWZX65KFi6AUm6Sqv3BhdJNsV1XNo { width:7.875rem;height:1.5996125rem;top:126.302734375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl0DhgA2aG4ziQl1kK9te92RTmDm9TLM { width:2.125rem;height:2.125rem;top:135.0009765625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efhshBPuilXTZ1ViELFUq4pe8hw3TKL9 { width:15.8125rem;height:3.19921875rem;top:135.3759765625rem;left:2.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGEmJpz9npTGCRRmGEvfF4DrfmKDfqNC { width:15.5rem;height:1.19921875rem;top:138.7626953125rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqv2hSZM1ORZzkwD5wSUSSkMyBNGZG7t { width:2.125rem;height:2.125rem;top:108.0478515625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS9p9dsW15nxTi8sO6l1zos6cDOEfNLr { width:14.6875rem;height:4.798825rem;top:108.4228515625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCUwGrpIiXqDtcrhTBRa61HaSMQn9vaT { width:16.5rem;height:1.19921875rem;top:128.0400390625rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqaKkuyPer0cKZ7pDhBN1wRnaFFlcxM8 { width:2.125rem;height:2.125rem;top:130.4267578125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwx319dsKc6Du63gzQFTSDad453T3DM6 { width:15.8125rem;height:3.19921875rem;top:130.8017578125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObXuRxtsrfmG31FDRQc8xVN3o5tRcIpy { width:8.3125rem;height:1.875rem;top:148.26171875rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9ez9yTFFcxxMWmp5HV4M7RA1qTfxAKD { width:17.875rem;height:2.5rem;top:145.13671875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g31f2z8INT2vNCv2IvC0URpD9v2o13Ht { display:none; }#g31f2z8INT2vNCv2IvC0URpD9v2o13Ht > .row .container { width:20rem;height:91.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VCz1ATbQQlS9bSuRCL8qruyCB2wbPHhE { width:12.5rem;height:2.2734375rem;top:78.8125rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLFfbU4gXrF6Q5P4OzJZqLBpQ5b1kAzx { width:4.875rem;height:1.875rem;top:82.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnWzw1MWfMPRASafwn8k29AIMtGomdFZ { width:20rem;height:0.406738125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBUewInvU7ZGfTad0odX8yxq7zgKDk4u { width:16rem;height:16rem;top:13.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CymMquIJbMoSTATWIVQyfxA19TUTXt6T { width:20rem;height:9.75rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkzIeNR3d4DH8KXT6QhJTUCBVVNtayoV { width:12.5rem;height:0;top:25.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBGBwdmIwWZnTG8Aiykr0i1qdS31dond { width:12.5rem;height:0;top:27.5rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFOprrPMVsfg9QIRTWTvyBmRQazOgQU0 { width:12.5rem;height:0;top:29.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqZNdCO9T6O2fRRtSBB4uT8MTgAgEt14 { width:4.6875rem;height:1.9375rem;top:0.4375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFpAcDotyl3WinBhaQqmaomZSoniVtho { width:14.6875rem;height:3.75rem;top:85.87890625rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF2hVFlqTpEvsosi0P72za34yMTSb6DV { display:block; }
 }@media only screen and (max-width: 763px) { #vrNSE4gBt5mZEHWXbLdqkNmtxLfIXGsL { width:12.5rem;height:1.29980625rem;top:29.037109375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqBGhITslTypyV9Kc8FV3AKRGQiwtFmM { width:12.5rem;height:1.8681625rem;top:30.3369140625rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg6LQFLP5Cg1PB64N8XqIbe7CgBe9Fde { width:15.125rem;height:2.5996125rem;top:32.2041015625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANR8ck0dUKXTpnBJ54CyRuc1mcTc5O52 { width:6.875rem;height:1.5625rem;top:82.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6LTJUzy8pasv1omnBSNQMG8JVtUN7JM { width:17.25rem;height:7.1953125rem;top:69.5625rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5fNX4IGh8S4sM55O3sFNToBT2fTpWBV { width:17.8125rem;height:1.5996125rem;top:67.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMWA7nEpSS1TDDKRAGgAp5JwK4bHn1sR { width:17.5625rem;height:4.798825rem;top:61.625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6NWiM9B9B3NmzCCU3nfU8OILwS9hGJE { width:16.9375rem;height:7.1953125rem;top:53.6875rem;left:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGcEsw7USLeZ8hsEb7NeRSVKhIDdLP7w { width:17.5rem;height:6.3984375rem;top:47.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndUdvTEV75Sw7Bmn1OBe6N050IOvlp6D { width:17rem;height:2.3984375rem;top:43.3125rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6yma7T6BKfLR29ZkUtrQHUIuJwO8Hmd { width:17.5625rem;height:3.19921875rem;top:40.125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4bOIadNlI0TAV5ytcwTDAqkcO7ccJPL { width:20rem;height:3rem;top:35.81640625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crx1iPtgbga8Jyy3ILS7IwSoJ5EPZ8gk { width:2.125rem;height:2.125rem;top:39.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f06SPS8CPnc4MsLV6RfBt2hrKVT5WONK { width:2.125rem;height:2.125rem;top:46.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOmwGsxc5uKWXg3Cgno3zrSqL6e8aNye { width:2.125rem;height:2.125rem;top:61.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF8fNTDeyzCo8AGlKgTEwTyrSZ1aJIUS { width:2.125rem;height:2.125rem;top:67.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7phwWqWCbbJPNvVMkxt6f3D6SPRwtJJ { display:none; }#u7phwWqWCbbJPNvVMkxt6f3D6SPRwtJJ > .row .container { width:20rem;height:74.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ylKW8uFl0a6Jdyk74LXEAzyGiix0Cmr4 { width:20rem;height:7.3125rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7KSavWWQ9LxWV0uRyxl3MlEz5a2t8p7 { width:16rem;height:16rem;top:10.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3mgo54PGLlF1OMyKV0EVVWtLw6n9bnD { width:20rem;height:1.5996125rem;top:39.65625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bSeJMRKupk1kqFfowKfxXu8NFwfBQmiO { width:2.1875rem;height:2.1875rem;top:42.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOfg2ys1I9q25Lcf657MNDAxNrJgNdGM { width:2.1875rem;height:2.1875rem;top:48.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR0aKpZgoweoT8PCbsRwu2ZhVTnpnO8R { width:2.1875rem;height:2.1875rem;top:53.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeOdmTft56Juv0Rg0kpI5h6PLO49654O { width:16.75rem;height:15.59765625rem;top:43.4375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBT5XN6obKoZKeQIiVQIfmt59OHm2JTa { width:12.5rem;height:1.29980625rem;top:27.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3snTlJzS84cr69EwiM3zWn2VKZeWrSu { width:1.875rem;height:1.875rem;top:34.0625rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ziwci6QxTdnAaTF7rM5IbltK8SoX362P { width:14.875rem;height:1.21875rem;top:34.375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOockKhT0eecsebLd8TMPygqSnCMlgtw { width:12.5rem;height:1.8681625rem;top:28.75rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7RVm12xOwxISwXVVrUrlNmUsEBOBZcg { width:15.25rem;height:3.75rem;top:67.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUnUNOSwEtUNegHAtAlxKNAzFDLZZzRl { display:block; }
 }@media only screen and (max-width: 763px) { #AuDCNSHtp63one1CLnDq3Bme4kkGVkHl { width:2.375rem;height:2.375rem;top:35.9375rem;left:0.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1yONcL3HDSRfDgbB3l6qxfN7Cg5xR27 { width:3.1875rem;height:1.21875rem;top:36.5625rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzJGladUL20Btq3xBgrTwNX4gdASgTTt { width:20rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ50Uw1EAKF3nTGc1hAWPb8tMuipsBlL { width:12.5rem;height:2.5996125rem;top:30.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD65XrxAarg22hnpVntIWaPdXVq3FDrn { width:7.5rem;height:1.25rem;top:64.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ88b4v97bDVyIgXsnPdti6PZ1TXkODB { width:12.5rem;height:1.13671875rem;top:62.5rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQ6mwNAFMPAKLsCWRTtll8I5tQgirV7 { width:4.6875rem;height:1.9375rem;top:0.4375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Bv0fc4UXT99isVmwSVO7BKNIU4c3aX { display:none; }#k8Bv0fc4UXT99isVmwSVO7BKNIU4c3aX > .row .container { width:20rem;height:9.04394921875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bL59tTy8BE44MLpQXdeOnx3rM3STU6H3 { width:20rem;height:7.795875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #COTTRi4RSM85zUWGxCsOwzNvqDBl6lRl { display:none; }#COTTRi4RSM85zUWGxCsOwzNvqDBl6lRl > .row .container { width:20rem;height:137.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aEAnuUx1qcrKoWgdi9KFvuiui2JvfpbO { width:20rem;height:4.875rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQnpNKsCvsfzeAbGhcJoWCabgTLJCKIV { width:16rem;height:16rem;top:17.046875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yinHbB9EBrIQJtnyhKQfKJvirPc4F29p { width:19.375rem;height:14.3965rem;top:41.4599609375rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pIxqTLBcNu9adVMs2uJkhBDWTI8qs2Td { width:2.1875rem;height:2.1875rem;top:59.125rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOZBlUAfDTyOuMhuVUdUBUVgZ75fINpT { width:2.1875rem;height:2.1875rem;top:48.0625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpzWkufRBUJNPxhKzKS1LV0ZMq0TgeQf { width:2.1875rem;height:2.1875rem;top:53.3125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pr8GanzOcdMQe7gFzFbiDxcZNHi5lgBo { width:17.1875rem;height:5.1972625rem;top:59.625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8MiXLweICV8e7W3AJLgC27xkmn5A9ZH { width:12.5rem;height:1.3rem;top:33.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LglS6ef8BhwaG9SuDt6hiLgt0JpTl6xI { width:12.5rem;height:1.86875rem;top:34.9375rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD9TCdygDGU9v2G8qg00mnwaCb7dFRs2 { width:2.375rem;height:2.375rem;top:35.9375rem;left:0.6875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIgqT6v5s37ZI4WeL0EQwxrLJiGcORiF { width:3.1875rem;height:1.21875rem;top:36.5625rem;left:3.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xQRf4IfDf2VyP7ghiGToKPnuXwDG0SwE { width:20rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsdcsTRCeNQ50RPsvynZwodVTTpw7wuc { width:12.5rem;height:2.5996125rem;top:36.9853515625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqStVwZu185ZiK2ZXSDbTIlB1gOtDcGy { width:7.375rem;height:1.25rem;top:130.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhgcfh9J1zIoazkKX4v6mdbssXz6MfTU { width:12.5rem;height:1.13671875rem;top:133.173828125rem;left:0.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZgnXqkIRQDo3Hg3czv9mzOnp78dw8hfG { width:19.375rem;height:2.5rem;top:94.892578125rem;left:0.3125rem;font-size:0.6875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA8BAp88tG4ud0fT5515ubZKREIwccdR { display:block; }
 }@media only screen and (max-width: 763px) { #fhh0LEvGu0T9CyIXIZbTQ3oWInvQ1KMq { width:17.25rem;height:6.2988125rem;top:9.375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv12pR0IRDifDh1cWNsCrcoHwJKVpi3k { width:7.5rem;height:1.875rem;top:130.4375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGJGbSbCblNSBKOe90KUGvxNSHdr3LQX { width:2.125rem;height:2.125rem;top:65.26171875rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPZd571CzHCzSxpqbk7cGN5fZDBL3Xw2 { width:17.1875rem;height:3.8994125rem;top:65.76171875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFnlGMcFmZF4upk9cbqUhG7e7iVLMwTJ { width:2.125rem;height:2.125rem;top:70.09765625rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fblVnZDxyP9RKcpdxshQq7rH7Vrue0h4 { width:17.1875rem;height:3.8994125rem;top:70.625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBsIAw5aDOVJombGttClLzdaDsCQ8Ta8 { width:19.375rem;height:11.19725rem;top:76.0859375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfTNVFQxkpTuP1eCNgd1Xs3AoFuJOXrR { width:20rem;height:1.6rem;top:57.2939453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9tp6AJ5AdGQRftIaFUiKqfSRvmCcz6i { width:18.75rem;height:4.798825rem;top:89.9697265625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL0fZCLfVpfEKxCJtnuLVbHqiL3esmtn { width:18.75rem;height:4.798825rem;top:99.267578125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbwaIJ7hZTvNDQhBbWgc9gyeTUl4WtO5 { width:20rem;height:1.6rem;top:109.8154296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMxLxeN7oNH9wyEIXQfEWo7wh1Wy38Be { width:2.125rem;height:2.125rem;top:112.3525390625rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP29tvLDngg6MKdHBwzPp99MHVaAVa4H { width:17.1875rem;height:5.1972625rem;top:112.8525390625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH4FFcuPx6otc6dSNFROf6KUPZowo0Jt { width:2.125rem;height:2.125rem;top:118.4892578125rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miuAhPSk2sMb5y1gPxWaR3m6lbIGZSq8 { width:17.1875rem;height:5.1972625rem;top:118.9892578125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSCzTVq7RgETIERbM9OfnGbeNpoUefih { width:20rem;height:4.798825rem;top:125.7509765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUBBRTGlD4HFFm1TfmDMTFknAXU5nwgk { width:19.375rem;height:2.5rem;top:104.1904296875rem;left:0.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RniimI3Bbpq1LH5TfHAvU5LKvCaTofeW { display:block; }
 }@media only screen and (max-width: 763px) { #Ggy8yQxXkeNIOP9mD8I2l0Lxy4FWlHSr { width:12.5rem;height:1.1375rem;top:129.2626953125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3csKhLPeMCGHUwt0y0tHNiQeG7xOoQh { width:18.75rem;height:3.3125rem;top:134.7001953125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KuxyrEZMAtv1c7mTGAcATATOwkSrdiVD { display:none; }#KuxyrEZMAtv1c7mTGAcATATOwkSrdiVD > .row .container { width:20rem;height:192.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fVFATUAmLOo99W7rp95ESDw4ksbwpW53 { width:20rem;height:7.3125rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGy04sTAqrV6RTP14BqKLvVaFQaLHK9s { width:16rem;height:16rem;top:20.796875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUNSqnEd6GIWRvUFEy7HVIbCSUtEIzed { width:20rem;height:14.3965rem;top:49.001953125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FMBpKtalsxIwCuPb9caZ1lTV1JNz33Vn { width:2.1875rem;height:2.1875rem;top:64.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdhnEVmXtmovgBGAb4LUgcM1JCoVUiAc { width:2.1875rem;height:2.1875rem;top:48.0625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqH4UiFfwg1zmDFdSBRA2FykFb0bqUzL { width:2.1875rem;height:2.1875rem;top:53.3125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #e54xM7L2PwB63pPoF8BFgcT3mDasG3Tf { width:17.1875rem;height:7.795875rem;top:65.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHRUhXmH6ZDRoyIX5H7nfTPvclBpDODK { width:12.5rem;height:1.3rem;top:37.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTXlkKJ9lNeyFktuNwuZWPrsl7UO7vXS { width:12.5rem;height:3.736325rem;top:38.625rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhLlisb49wfw2hKi1Wq87nQwmGx0q5Rf { width:2.375rem;height:2.375rem;top:35.9375rem;left:0.6875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTCHkHRZiHI0m3wnw6vnTxoHn5Sh6oM2 { width:3.1875rem;height:1.21875rem;top:36.5625rem;left:3.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rlsxW4lX86VCpTrKxJ1hLyK0qTcRPdcV { width:20rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTyKfV1zCDbgTrDb0XiIcto3xZ5TPPC7 { width:12.5rem;height:3.89795rem;top:42.9853515625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yheKI0Fxkk2tceUZ627yHpb1l2i503X2 { width:7.5rem;height:1.6875rem;top:179.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSqTO5cHMbTpg0qbdSANEDc8E0HA8WVt { width:12.5rem;height:1.1375rem;top:178.0625rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9lNnn8SBoHNKHtTT3TW7UHO8U2EnJeS { width:15.25rem;height:3.75rem;top:184.46875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq9ahu79x8lbQ9BITXkkLnNwlDu2NeZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #UrkfsXpBOTBKVNCOiHsUCd2noegqqXaR { width:17.25rem;height:6.2988125rem;top:12.625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps4n9w9MsCivN5qJfJVLudGbFq9qmGZu { width:2.125rem;height:2.125rem;top:75.09765625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdAV3VJKwkVGv8XkEEEOPqzrcXd30HBG { width:17.1875rem;height:2.3994125rem;top:77.0224609375rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1oFZlgoc6tIXKcBcqxlyUCJK8k26m1X { width:17.1875rem;height:1.6rem;top:75.4228515625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOsFPCeuPL5otW1oKJsu6O2IaG8atsHg { width:17.1875rem;height:26.3935375rem;top:83.1455078125rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gakc22JPTFb9QKsAZB6A66FqUEUp4NT2 { width:2.125rem;height:2.125rem;top:81.220703125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCL5REeAvyDBTMeFTET7099mOlRvd4SK { width:17.1875rem;height:1.6rem;top:81.5458984375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTIvvBv27OipOpRLpMiJ4auWqqELb9cs { width:2.125rem;height:2.125rem;top:111.3408203125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdSzvtLxU1FRTLgJSGTTLXWTiZ6S0HiZ { width:17.1875rem;height:7.1982375rem;top:114.9150390625rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaBIV8SI6FwOykL4U4PWooCq2CXy2SDW { width:17.1875rem;height:3.19921875rem;top:111.7158203125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doT5L2gIHJ7IM5uweIbTL9Aax4WHoRva { width:2.125rem;height:2.125rem;top:123.28515625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhkeczLqmuUXCcJaDI15IuBDQZbvL1bB { width:17.1875rem;height:7.1982375rem;top:125.2099609375rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R72T13LEGMTwgbIyuyfAE75fs9n3haTZ { width:17.1875rem;height:1.6rem;top:123.6103515625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6Cgc6Az78bpp5z8EdQNNhHy1IURFXXI { width:2.125rem;height:2.125rem;top:134.205078125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6gnnmTluApvhoJZCeTIDJrTplOSV21o { width:17.1875rem;height:11.9970625rem;top:136.1923828125rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCAvpyGlkd2TCMxHOapTGsVqTyzXs3Mv { width:17.1875rem;height:1.6rem;top:134.5927734375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f814I9aAeKIpLzlQWtLlbTTElwFmzUy4 { width:2.125rem;height:2.125rem;top:149.984375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv4NR9AXDUitHRR6a67TM0sQFLhhea52 { width:17.1875rem;height:13.19676875rem;top:152.109375rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6embJLawn4iDrwaMTfmuH7sFRk3GsMB { width:17.1875rem;height:1.6rem;top:150.3720703125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEIOabThsp0DnpJkRAxZf2CvTlnWnUIB { width:2.125rem;height:2.125rem;top:167.0859375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq2SWTUTXSbLaVkfrcU169iOXzMxJohQ { width:17.1875rem;height:7.9980625rem;top:167.4248046875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqev0GDGkJePxr6TAsUITIblJrurZS23 { width:7.5rem;height:1.875rem;top:179.53125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9OZGdOmlVNxH9XTDZMBgfsE7CrTOUVl { display:none; }#W9OZGdOmlVNxH9XTDZMBgfsE7CrTOUVl > .row .container { width:20rem;height:99.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RztfKSEqiBgB6xuV790yGdWh0Oh1LQGB { width:20rem;height:9.75rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xabWO87mnrD7sTMBPIWLmTN8w3VN2Xli { width:16rem;height:16rem;top:26.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #skeCLFK7hGeGJOuWJdTZM5iIwyqITxtH { width:20rem;height:4.798825rem;top:56.03125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yGHkxx4BQamyvnWAGszJi0FxE3HDT1Vk { width:2.1875rem;height:2.1875rem;top:61.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bymPHy9C5RQnapm1ccOwOJyUMUT1hNPm { width:2.1875rem;height:2.1875rem;top:48.0625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmLH2ZGSEqHGqMXM85BCPgGJDdJdlJ3e { width:2.1875rem;height:2.1875rem;top:53.3125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHPk1aqIhx2TrLRfKcfwOcgtxsQGBBzv { width:17.1875rem;height:20.79686875rem;top:62.1875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTqTeC1CAfmbG2JlOyko4hpQInxGpJsN { width:12.5rem;height:1.29980625rem;top:42.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fugnkNAnWtvw7VKzmZi34Xz3x6BQ8rAN { width:12.5rem;height:1.86865rem;top:44.5rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfqEt1anOIAPcuHrxBFxUKzONO5S4VXk { width:2.375rem;height:2.375rem;top:35.9375rem;left:0.6875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOdPBrdkLBS3goJOGvANCSFfAJX7oQpV { width:3.1875rem;height:1.21875rem;top:36.5625rem;left:3.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJVmZsCBCCseLqydgPDh27gsX3Hu1iFQ { width:20rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaBytkp0TS6ZmJRDaN6XgDQJzUwVCR4n { width:12.5rem;height:2.5996125rem;top:46.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTVii4pU02UELrWuas06UpnqLm61NToo { width:7.5rem;height:1.25rem;top:87.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBpoETp8ZbJtGRzIqsqxxDnvU3DmSEy6 { width:12.5rem;height:1.13720625rem;top:85.8125rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXn2Eou0cI3ErEnLMOt0Gws4OKXgf7mI { width:3rem;height:1.21875rem;top:53.25rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGB1gIh5hKwEp9HQupXqAT7bxxfgnAS5 { width:2.375rem;height:2.375rem;top:52.625rem;left:0.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqkMTgHUw9BsZy5xF9MGW1wEIBxBx5A5 { width:14.875rem;height:1.21875rem;top:51.0625rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFihWcbpDBKCMA8TheQKgc55LDfPRNhT { width:1.875rem;height:1.875rem;top:50.75rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3BzfmVdWqbiH1CcdhHBi3BbqWrc2q9K { width:17.25rem;height:9.4453125rem;top:14.4375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8bVQLo7J4Eovc1kyUCRv9X3GFa3kZoK { width:2.125rem;height:2.125rem;top:72rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU6KzGZ7k5obBCxdNchotGWmgHQzSFey { width:10rem;height:1.949225rem;top:94.875rem;left:5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9VsDu7q24sqgQFlSqWOd1sXg0OWXQC3 { width:3.75rem;height:3.75rem;top:89.875rem;left:8.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw18Try1PUOv2Ch85DoIQvl81gvvHkSp { display:none; }#aw18Try1PUOv2Ch85DoIQvl81gvvHkSp > .row .container { width:20rem;height:90.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kp5ldAOhLwEw4dGeKbgcxUqvMUAezmrJ { width:20rem;height:4.875rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3PgQz9cmmJ1DA2NNKcDwxFOBaNTd1rB { width:16rem;height:16rem;top:10.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJVc5NK5wPBUCz570ilrG0nMSVRGIxQb { width:16.75rem;height:11.19725rem;top:40.115234375rem;left:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTA3exSOr0bZ84T6XEyRaiPB3peLtZBA { width:2.1875rem;height:2.1875rem;top:52.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFybGVsZJTAgMkpDSxkurU8cQqBLnGw1 { width:2.1875rem;height:2.1875rem;top:67.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMurSQToV33wICDnngOpXiQcEhUo8wTM { width:16.75rem;height:28.58500625rem;top:52.6875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR4Mz9r8uR9pxkzbXM2BAHi8e0s1eBKU { width:12.5rem;height:1.3rem;top:27.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrrq8lgJbH0UMETUHFN39av9KRrASifQ { width:1.875rem;height:1.875rem;top:34.8125rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBzixexkuThTxOEbgWH4hs0QQ5VS2WC8 { width:14.875rem;height:1.21875rem;top:35.125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niyXx6AoxdE6bITNl38KWXO28r1GzCMn { width:12.5rem;height:1.86875rem;top:28.75rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klpb73Cbe6pF5DN6xJ4lFutnTmEU7vIw { width:2.375rem;height:2.375rem;top:36.6875rem;left:0.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZIeWestLrNClUXUDMZB21tIMn00sizX { width:3.1875rem;height:1.21875rem;top:37.3125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0R8DuxAST8rhGVoRqqwacEDIlq45TuW { width:12.5rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGw6BXOppiCiX7tmqvhb6g7ZHX6IKiBC { width:12.5rem;height:2.5996125rem;top:30.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnIfJZAUcpaIMaJl90NReZVxBZF6oIXu { width:7.5rem;height:1.25rem;top:85.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcrJVuTwlDPdsMtR3tFvIiRE4c1srlFB { width:12.5rem;height:1.1375rem;top:84.125rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7mzPkmMqrFytelQ8fQW5cnWW2UoQrgP { width:4.6875rem;height:1.9375rem;top:0.4375rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zeqGIpx8Nx4bmTkWsAnCprUCsnRTAvfx { width:5rem;height:1.9482375rem;top:0.375rem;left:15rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGxuB8UI549chVATSoWyDoSx4MfOKLcJ { width:1.875rem;height:1.875rem;top:0.3125rem;left:12.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2trpRHaCbk4VUSq2Ct6C7wEKG8eWaXZ { display:none; }#f2trpRHaCbk4VUSq2Ct6C7wEKG8eWaXZ > .row .container { width:20rem;height:60.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DgBiftsOVb8eqWlrFc8ACrVanWPyf91D { width:10.8125rem;height:4.875rem;top:3.4375rem;left:4.59375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5DSikVR4uBglfgtF0PLrBXyqnZykKpB { width:16rem;height:16rem;top:8.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aboTZ7pZyHlrz1cQmT9V2z5VITHoydLl { width:20rem;height:1.5996125rem;top:37.15625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FODrn0AJCofvH2mi9xrtC1Hcru4b5OKP { width:2.1875rem;height:2.1875rem;top:40.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXVzAsIBNa9DoRazFErT3yZyeIkO8AR7 { width:2.1875rem;height:2.1875rem;top:48.0625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9WxOP88A2v1Vqwz1SpEVwUC8Zkz30FJ { width:2.1875rem;height:2.1875rem;top:53.3125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8MGurxRym2paEppb5OCAnnLLrLCDqgo { width:17.1875rem;height:1.29980625rem;top:40.9375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCdN7e6uJt9lQORB5wknSE3ysZwK8WrC { width:12.5rem;height:1.29980625rem;top:24.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZQScLPZpQUM0rZMTw6MUPfUTLMMEM86 { width:1.875rem;height:1.875rem;top:31.5625rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSMCUMOvboifUGpm5sdP4hJ5q5VIiPnu { width:14.875rem;height:1.21875rem;top:31.875rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar6J4WEHysWoDt7ZGPSRNAD0pLqsMCUQ { width:12.5rem;height:1.8681625rem;top:26.25rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE26LCy62wEKUBCUzWJcvN2QZI7NUhJo { width:2.375rem;height:2.375rem;top:35.9375rem;left:0.6875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y1rhkPfeqp3Kc7Tt6hsaIXxtMuv1eHvU { width:3.1875rem;height:1.21875rem;top:36.5625rem;left:3.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l5Qwqn91WDNskEJKJNO3aMfPEmhvTOp3 { width:20rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxKcgJdJbUFrV0FJXRw130xqoBvqn24U { width:12.5rem;height:2.5996125rem;top:28.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRIVw9oi61eAitWzTTDa6nHToFQTJDAy { width:7.5rem;height:1.25rem;top:47.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PowoEwrzKxWKzeaPwHLBb1pKPlqaWQ1x { width:12.5rem;height:1.13671875rem;top:45.625rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqMTNJvMorHN89vM9Iu946OTTZIHxxc2 { width:4.6875rem;height:1.9375rem;top:0.4375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxmA4JsSq6T20fhVszAaHP1VTtlHNtTM { width:14.0625rem;height:2.111325rem;top:55.9375rem;left:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWE152SS5LRgGS5xvgF6IelxET268TXK { width:15.25rem;height:5rem;top:49.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBSc6MGi5dQ5bgMzZmeSr94dLRznh4sx { display:block; }
 }@media only screen and (max-width: 763px) { #diIULM8oxqeXCKDunpksxUchvdlIJN0S { background-color:#296584;background-image:none;display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { background-color: transparent; background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .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); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o  { width:17.5rem;height:auto;top:10.4267578125rem;left:0rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o {display:block;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o { width:17.5rem;height:auto;top:10.4267578125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #t1F1h7TzE9DM86ys7WT7bc4VHenZ50Uw {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #NigCVn5h1rUmPqpVNAmbaI0SyVhTMoOh { display:block; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #gproheTCntnVcn7F0IQ8WFbL58t0DmpD {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #qd4IUdOOQwEoX5FRcIdk1mydA2r5TZid {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #Vsc97A7FkOUaw1LiHkb5xi5r0T6VVTrC {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #MCwwuuSTdovs8aITz67RRxRloTHyyuE9 {  }
 }@media only screen and (max-width: 763px) { #F2ymu7uWQ6viGcnSXHCd6XHGuNK8lOw5 { display:block; }
 }@media only screen and (max-width: 763px) { #fnUkeTX7y2pKavlSgXfJGhZOiyhRKXM0 { display:block; }
 }@media only screen and (max-width: 763px) { #owGaZkcFlvpzk1W05MPUazVxcAwZtfx7 { display:block; }
 }@media only screen and (max-width: 763px) { #Gee4C0RUqbw4pmezzbs4v7Tz49LaOKlt { display:block; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #vL1rs8ERvnGIX40c5e1XTpumqqVeBETv {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #DIGPTwH36U1I4ptgODdCSaoklHNNdWfv {  }
 }@media only screen and (max-width: 763px) { #ROd8q5gJWkKmWF0GX7fCmw5O3F1fB1pP { width:20rem;height:3.16845625rem;top:7.3212890625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhiHL6sXRgrlyMcCnXm5AoUueTU02XbG { width:20rem;height:4.063475rem;top:2.1494140625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrGEXpU5wtVKlEzOkH42hrt3KmJ7OR4z { display:block; }#yrGEXpU5wtVKlEzOkH42hrt3KmJ7OR4z > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBAJ7p4LzsevW6FMaSMDLVe1PUDwbwxg { width:3.0625rem;height:3.0625rem;top:28.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw39hZhaEFCc0M7seU1PZJUW5d4IGq97 { width:2rem;height:2rem;top:28.9375rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN7wiGHToT5RXuU7gDoZiNVFDNBcEXLU { width:3.0625rem;height:3.0625rem;top:28.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6eqATahIuwfZ7DR5R4t38WDEF2puP6G { width:2rem;height:2rem;top:28.9375rem;left:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXB2dqHkyQ3bzViKnRDtdM1HEEKte7Sl { width:3.0625rem;height:3.0625rem;top:28.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w44u37GWA6D8PI3X1kQ6uvrKBcHhmwVR { width:2rem;height:2rem;top:28.9375rem;left:9.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E21PT2d16Bly7PIwTONmfoTFMZf34CAU { width:14.625rem;height:4.892575rem;top:1.6875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhMzAAwmDf6hOKBPoBrUTQ1sla6DBScc { width:7.3125rem;height:2.800775rem;top:18.4375rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2LOADE25wxcZvVqb9uoQPLR6plCGTSZ { width:18.75rem;height:0.0625rem;top:22.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRu6r4Lui2SdZLCdA2GeWMOsO1yTmD5z { width:2rem;height:2rem;top:18.1875rem;left:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtuIXvZOy8UczUTx0pMrTyHPXx76T2UL { width:7.3125rem;height:1.4003875rem;top:15.0625rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkvdLNnhT1Zdat6l6HE4GViZ6z7FNmTh { width:2rem;height:2rem;top:14.75rem;left:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1ZhpZLcDvuPWM4cQ5uA4oxTufWVEtzk { width:11.375rem;height:1.4003875rem;top:11.8125rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RryqLXtKEPZrlt5N1drS3FeP8ct7rPzT { width:2rem;height:2rem;top:11.5rem;left:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTa5mPguA9X0auOahvNWcB9oc7SxsJZ { width:20rem;height:1.05rem;top:25.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NcfRTTrty68Spc750e9t7a5ZisSa98MU { width:20rem;height:1.05rem;top:9.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pNVgUSNwOnZayvppFTAOMRlxrU1yQ0zD { width:18.75rem;height:0.0625rem;top:7.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll7IwSXLoNWVS4DhCF24IPk7xCTf6HPN { width:9.6875rem;height:2.375rem;top:34.125rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxBdfQU7WdZNXEesvIWLfA2OsT4uxqzH { width:3.0625rem;height:3.0625rem;top:28.4375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osZhA2FCknT2TtvERelsQEzukN2mVXOS { width:2rem;height:2rem;top:29rem;left:17.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atyP8HfuXhCTKGPFTHuJBrCDfoCbMxr3 { width:3.0625rem;height:3.0625rem;top:28.375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaKFMVhydVk5zPau41aZuttRhRizOxk3 { width:2rem;height:2rem;top:29rem;left:13.125rem;font-size:1.375rem;display:block; }
 }