.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;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:19.4375rem;width:75rem;position:relative;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:9.6875rem;left:0rem;height:3.81738125rem;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.1875rem;left:52.3125rem;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:13.505859375rem;left:0rem;height:1.86865rem;font-style:normal;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; }
#gut9CzNhco55fVpXRRgunp8ZFHXfpKNz { position:relative;display:block; }#gut9CzNhco55fVpXRRgunp8ZFHXfpKNz { background-color: transparent; background-image: none; }#gut9CzNhco55fVpXRRgunp8ZFHXfpKNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gut9CzNhco55fVpXRRgunp8ZFHXfpKNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gut9CzNhco55fVpXRRgunp8ZFHXfpKNz > .row .container > .video-iframe-container { display: none; }#gut9CzNhco55fVpXRRgunp8ZFHXfpKNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gut9CzNhco55fVpXRRgunp8ZFHXfpKNz > .row > .video-iframe-container { display: none; }#gut9CzNhco55fVpXRRgunp8ZFHXfpKNz > .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); }#gut9CzNhco55fVpXRRgunp8ZFHXfpKNz { border-width: 0; border-radius: 0; }#gut9CzNhco55fVpXRRgunp8ZFHXfpKNz > .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; }#gut9CzNhco55fVpXRRgunp8ZFHXfpKNz > .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; }#zvo3c11zWupMVP1iQUGiKIsZaU0svswO { 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; }
#KfOrLGRWe766X3tSyGvlVmTWmiP5dcMM { 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; }
#qMfmU4XEElTxgGpqMC6Uivtd418hHSkB { 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; }
#keDWVWvADMWP1PTWpqdGzOabz3WW8c6i { 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; }
#mVOTuHKt7nWThSvm6WTWPady0TGAHr4C { 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; }
#TRGwvvztQLf4gAUBIhCJEg2mk03uHW76 { 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; }
#QLOXltQ1de43pO3ID8N3kRAiT0pqloRo { 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; }
#P8oFWaNUc3tUmsBkbFDpnTJlPh3n6bTR { 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; }
#DNT7zBcETCTOT4nmVZkHGs368BLNp7D6 { 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; }
#HLMlPlmRIR6dwHTVxCvJwpyIPFDTUziZ { 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; }
#ikl3C98N9qGRyFcsp672RZvtOcK7FSLT { 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; }
#XeTwRD7yNmVnccfsT9xxlku1fxhivaFp { 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; }
#uFVT1P4MwrVw2Xr0PQ19aZyOxWTXr6Ib { 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; }
#CL6F7n8IrM6rVR2y2Vll0DNUL3cdfIMG { 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; }
#SRzawMpBLqSpFEie40KkISJSRuoC2i4E { 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; }
#dfHb6umK1F4ZDB8rbMkgcW2XpdXwO3Rk { 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; }
#qSfPcH3BAuPppAw8VXs2UtL52UcheAFB { 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; }
#pFXAPTUBk7otS1eJ0IAMapAngQZu0ArE { 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; }
#GCQv1tJlQAwsMaEC4uh8B9tNhL0eh6aO { 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; }
#v5GRuJh0CDcZDsdo30flMvJMpOWRaMaX { 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; }
#JXaEA4TdrTlMb7Du9m396ge0gnpJMfRT { 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; }
#z3NywT9uKtbTmeFFg3NM9U2n5DQZ9AQE { 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; }
#eMtofKHp3vqxvJwlvMyKqD9ZGXLy5wtn { 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; }
#Ql1UObDaHFe0i52vkJIkyTTQuUmu1RTU { 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; }
#ghlGGA7Denm0wPE9LJMQtlzhSEmnEnTt { 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; }
#TQkIZWBSvE2uNacRuCC2Mqytt84qbI9d { 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; }
#TcUEVlTJBGmal7LGdT3tLm7J17yZGZep { 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; }
#HOmX9vysuf8qoI9NnvbL9OCbAp5bqKTF { 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.99805rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:49.93798828125rem;left:43.92919921875rem;display:block; }
#RkRN9N129tIK2R9bygccmFtztMSJWeAf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C4PFXcSKVmJFLTD12TrqMdeqcox9WL44 { 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; }
#bpAIgtgQVsXIArKMdZ34sGsL1W36ryqr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gMTGUtbKQiQWRezANFCVIPcs4b7159NZ { position:relative;display:block; }#gMTGUtbKQiQWRezANFCVIPcs4b7159NZ { background-color: transparent; background-image: none; }#gMTGUtbKQiQWRezANFCVIPcs4b7159NZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMTGUtbKQiQWRezANFCVIPcs4b7159NZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMTGUtbKQiQWRezANFCVIPcs4b7159NZ > .row .container > .video-iframe-container { display: none; }#gMTGUtbKQiQWRezANFCVIPcs4b7159NZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMTGUtbKQiQWRezANFCVIPcs4b7159NZ > .row > .video-iframe-container { display: none; }#gMTGUtbKQiQWRezANFCVIPcs4b7159NZ > .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); }#gMTGUtbKQiQWRezANFCVIPcs4b7159NZ { border-width: 0; border-radius: 0; }#gMTGUtbKQiQWRezANFCVIPcs4b7159NZ > .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; }#gMTGUtbKQiQWRezANFCVIPcs4b7159NZ > .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:block; }#FidZnD2tKMyR8w2F2B2LqSDWtNT4txiG { 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; }
#B1fWG7d2soWL6Tq1D7c3dB4uVMsfuNpA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U1EtX96ylaF9tECHqqq4cS1xryX3F42z { 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; }
#DBbHXEde3obyeM0GmTwKfKu3f1hrFn5w { 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; }
#mvbD7WXyDPtBExH9v0vTQaWteL5dIXsd { 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; }
#MTfOeZFbyeG6fu8NQguCOBydgTmRhiR9 { 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; }
#dUw3vTcO4JPDx1Zr8Upt7oAsVRm8PCxT { 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; }
#VCm30qHvJlpv1d1bJ25khuFsC2NJMIGv { 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; }
#FaEB0ghorTaQEXDgJDLJH9mo9r9ZCyBp { 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; }
#Mb2mEQJBKUSP8Ql6gL7P5EXFrNsMTh42 { 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; }
#CQXwSukhlmRsnG3WwVzGvvoNiKug6GtM { 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; }
#ob8EhGMI7EpzTaraT6rG1mxF5C1tDVHt { 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; }
#PxZdvA8ktTuGpvOUIep9mnTLq9Ba46f0 { 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; }
#fAApVHIq2U9R0q7cARnBpJPN94oQlECP { 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; }
#q8X7mFG8KB0tiwlU2TeE6163hapnnUbV { 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; }
#lCWPOEoUgDEmorx4ebZZvO1FIKyctUpT { 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; }
#Onh7OXDzkKRBTx17Uqeps03WbDRTgndg { 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; }
#ZaryxtiFMDwk7yB0Sb9EAT1fZawxyPP5 { 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; }
#rLBcbiIldcE4aiS4dFTvp8CFyIa7oX1v { 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; }
#C2azy6Umy2Li6fJumoOgw9Hf6kvBfslh { 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; }
#gOdxNpv2d1mpdCFLXiEizxcTH4x9bRoB { 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; }
#yFrD19LW2UscGtvXf28Te4ZIr6VnzNM5 { 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; }
#UAPpTh7xGax0C3KV4g7ZwpcmJ2ivAy59 { 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; }
#KTqFBx4g8pNiTJc7SbriLZ6bXian23c9 { 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; }
#td6BEF99JKyctZJvQu3vAzTEEb1NRlFi { 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; }
#ysTrE561hbzTkbb3CzgFGqfxSgxfbRhA { 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; }
#lJnyxLUiFe3ARZZoyNgxt83VJVsIRMCS { 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; }
#TBgVOhANcNy2EgRLKIG1ZvD0zdH9xcc5 { 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; }
#xfFXvsOxtbisGxEARAtKrdsaywux1nb6 { 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; }
#GI8v6N0Tl2PhaTRzzmUzLalJO2UToQTs { 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; }
#GiwyVwPmARsdS5S2p3g8bWSCtmA8lnzE { 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.84911875rem;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; }
#wmgmXdEKRBy6fxBGKhxWGVONFxqwcXwZ { 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; }
#ti6hGlw4kXOPwz0NQfTLTqqIv4c63m02 { 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; }
#B4uCCkTnW4qflKcsN49s5EK2Nygz3OUu { 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; }
#Ipf0Np0pRmLLimWRil6769dXT0OTuEQ9 { 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; }
#ZCqphgpHzTBiagdOCJrO2ChnmIEQuur7 { 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; }
#onaTR9XZC2TEBcqhOLp7SWuB3rVhHaR6 { 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; }
#Stiwh98DwGXR22FqITyXBdl7kDarX1Dw { 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; }
#rcUZByGkcvzwQNBMOMuZbCN84P8SWW9y { 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; }
#cukGb49xCAtJ1egakb9SinTfdse41QuP { 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; }
#vgRIvVk0Gw1oitrcKIQW5kbkoCckhtdF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sAmHpzVk2KLsvCDMEB0XR6z1bizWE8Nn { position:relative;display:block; }#sAmHpzVk2KLsvCDMEB0XR6z1bizWE8Nn { background-color: transparent; background-image: none; }#sAmHpzVk2KLsvCDMEB0XR6z1bizWE8Nn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAmHpzVk2KLsvCDMEB0XR6z1bizWE8Nn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAmHpzVk2KLsvCDMEB0XR6z1bizWE8Nn > .row .container > .video-iframe-container { display: none; }#sAmHpzVk2KLsvCDMEB0XR6z1bizWE8Nn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAmHpzVk2KLsvCDMEB0XR6z1bizWE8Nn > .row > .video-iframe-container { display: none; }#sAmHpzVk2KLsvCDMEB0XR6z1bizWE8Nn > .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); }#sAmHpzVk2KLsvCDMEB0XR6z1bizWE8Nn { border-width: 0; border-radius: 0; }#sAmHpzVk2KLsvCDMEB0XR6z1bizWE8Nn > .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; }#sAmHpzVk2KLsvCDMEB0XR6z1bizWE8Nn > .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:block; }#LgGqTTCguX45zmxa4oIhP5waUWU0VFQZ { 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.84911875rem;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; }
#FCMIQlRaZWgfA33ZG0TCxgzKE0Q9MtFg { 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; }
#C1STlf38lDlmmv72N6wsdqCJJDfGoyw4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k8aQGAsgVEo5Wz8OTEwAxrHJ7SDWq24V { 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; }
#HfnE5ySkT3HtfWBRrIr9iHrtEzbOKMPr { 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; }
#KVqNOU9L9ZZNlhzayfyLzt4wdGHVC6ae { 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; }
#tK27BZPeE1TyPqv7mBfBinRQdQw667bs { 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; }
#liGektvO3vPTyD0x204eZkWlLpQ6v6P7 { 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; }
#LdGSxomQnOVS5vV1NV9J8oTE8fmF0yMp { 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; }
#roiWqfcUXgD7D8GwyefuIF6vPbOAauWx { 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; }
#oTJcT5Rfq5J5rEvhSBgTtUPCCCzutQBC { 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; }
#NTto5HWc4kEtr3XCXlBIUZbG8rBsZGeU { 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; }
#iWGk3KaGMOsqnHtCoyxnKB2vUL3i3GQJ { 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; }
#Tn0yat2BDNiK73nmRgOcunNMyW2kqocf { 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; }
#x16DWIIpg3q1pOFDysfbmUBJ7hw6P54V { 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; }
#GhzpeNrfX967LpkcMIJr9yn8TEU0otnv { 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; }
#rb2TyPQNQlDLSOGGRS9VzxVWwkym2RmW { 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; }
#y4utlqBpx4n6ph3sTRWlxAnUzVuov9fm { 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; }
#X1Aqa7vE76CGIRGafubmngx9ilMwxi9W { 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; }
#f4S9HQx5KWwVJcGla5fnAavszs5nd8g6 { 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; }
#JhwpmnmMPRslwgibqVZkDhCaSVt6P6hP { 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; }
#HtxWqTXdpHqGy2EmBUghm8tmXHTb70ca { 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; }
#vTSaIxMUzC23BBBrTy5GOCa57u4ZLr5Z { 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; }
#CKpvWzxNaPoslaC5aamkEC0wGBTNosl3 { 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; }
#SpvbGCcP9I89Xa1dMQVR5PANL0BFXrpD { 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; }
#R0HJsa6ORgmTgPnEoL2Jx1MOC3IX4xpW { 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; }
#W4LHqzx3tvs6Dkv0Uxhr6H0FHaRBvQx3 { 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; }
#blW3fLGE1S1cc9nKl5iMF7yRzMNTXVPO { 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; }
#HZcV5JdFG4bP37QlCX3bbU5nDovMtA7h { 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; }
#rxrgkamwdkAtIiCSVxEmKdWDtcdoxAXi { 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; }
#T6pXA7vmapf7W0y8wpOCX0heC7nurvtk { 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; }
#AhF8XsBxeHNoqvPaBWDyQfvaSveT8NHm { 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; }
#PNr4WOVoIWU7EcW05Lyaaa8xZ4qCKiOW { 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; }
#elnaFFoOdlnTGMGDSk9wTxJTSF3ewlE9 { 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; }
#SSgnTJ0NT21qDp6BK7DqBxx6yCIgGG0T { 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; }
#bm1SM3q9EoXR4SQk8a8DBgSmTtCqUKRB { 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; }
#reLA8agvmCT8mSi15243FPTNQIkJM3dz { 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; }
#tf9dTRwb4pvWvwoTBcCmgkSTND7fzQTm { 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.7368125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kieFDlF0qTMaOWvis6PrTkhNAfeGNEkR { position:relative;display:block; }#kieFDlF0qTMaOWvis6PrTkhNAfeGNEkR { background-color: transparent; background-image: none; }#kieFDlF0qTMaOWvis6PrTkhNAfeGNEkR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kieFDlF0qTMaOWvis6PrTkhNAfeGNEkR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kieFDlF0qTMaOWvis6PrTkhNAfeGNEkR > .row .container > .video-iframe-container { display: none; }#kieFDlF0qTMaOWvis6PrTkhNAfeGNEkR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kieFDlF0qTMaOWvis6PrTkhNAfeGNEkR > .row > .video-iframe-container { display: none; }#kieFDlF0qTMaOWvis6PrTkhNAfeGNEkR > .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); }#kieFDlF0qTMaOWvis6PrTkhNAfeGNEkR { border-width: 0; border-radius: 0; }#kieFDlF0qTMaOWvis6PrTkhNAfeGNEkR > .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; }#kieFDlF0qTMaOWvis6PrTkhNAfeGNEkR > .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:block; }#T4N2TBzlT3MSXsPMTZNwLP8TdqmNrzzo { 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; }
#ma0pL5ZEFNmRDLl9mCla6tGdUNmqPCUR { 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; }
#G5kiLdqGSM58ocwDJz3hlIStguo1lcw6 { 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; }
#yHRKHQgkBXXwms8uvnT0eFHO1lH2Mtgk { 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; }
#goq3JS8uWxhk2uL1cXrlFAgG6gBlRloC { 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; }
#TwmfdH8iw0b1cPBDWlSBaLXD31FkCpO9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KP3m1J2HfZHXWqB225LMgEMmSlwpA4y1 { 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.59863125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nnNFSGyrMtWSmSlwP8EKu18RTmByw4Cv { 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; }
#SkIHDTHRgEycv6a0Ohsr7WdwovrvmSVT { 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; }
#tJ0LBuTcmlT9C1hmdUpBq5T0nDLKBGK8 { 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; }
#SZaxhmxB8h4rV0f4Zn8lcpVQtSQbhSJQ { 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; }
#RVNiIMCUASsozCuUDdNpNquLDF6i9OTy { 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; }
#eahd4iUwauLZe3H6dDwevt0oTPgoTTkD { 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; }
#ZAUe3G0g34LDk3mcicaviIbAzT57Nmvh { 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; }
#dFJ3ZG8oZ7MMGIh2Ao9p9CTmbRgTkuev { 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; }
#mVvlMuxR1mCxWo2bESWnmVRb3IsArLro { 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; }
#FlJS14JWv9oQ9kEp3OO7rdEsfwAr0OK3 { 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; }
#oTO1Eoh7pBCXTz4T28LgGpQSmefP35Qh { 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; }
#lHzNHRiSKNzPkSnpAPJfTPBPa8vF3HhC { 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; }
#vbpDaUTEFlNekfKATHvvqplAWXI6Fw43 { 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; }
#glpJ0HPazmU6FCsH4WFBtCIStWyeQBLz { 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; }
#TFIMfShz3KqDy8V9KuxhibNGsqPguf72 { 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; }
#mTESi15dgxJJELSgeFnGak97x4F5lPk4 { 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; }
#ImtD1QKr4k6d6MfRBG87P5efgkWIpu3L { 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; }
#HCdnmTfVVcCw8Cq9egT8qA3TSe41K1nX { 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; }
#cPcPc7OOCuUL26dxpA2LPdtkL8kF7hOz { 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; }
#NfTnV5SVOoR36Jm1Qq0mES9mTTOAeegz { 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; }
#b47EwLf7KbRB8DgITDITEx5HBLD38lCi { 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; }
#pk6MlSwbqkIEyZ0trccrNHimi9M8yG6K { 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; }
#sxDrNfF8p2KHrliy3fAlSdWIUy2D9pcQ { 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; }
#n8WTikx6ZVUKIGTFxbuJ3NrGou60d1w3 { 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; }
#kVIRR8CVFdT98DkKsEdEd5y7bMydy7Md { 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; }
#ufWdr8TQKaLpOgP8OffwfobOSGW9wHyQ { 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; }
#tWgr0SJU7Igelg4ZWSTsg2OvQMPb9uKH { 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; }
#kTSez63Ji19CxbTyDgrTbV9BT2a7H5vK { 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.7368125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PPogbo2T4BxqPhq0tIkRuwHGKInqrlBo { 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; }
#rgcs6S4OHEBqTEqTQA37mKoPcUTkkTNx { position:relative;display:block; }#rgcs6S4OHEBqTEqTQA37mKoPcUTkkTNx { background-color: transparent; background-image: none; }#rgcs6S4OHEBqTEqTQA37mKoPcUTkkTNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgcs6S4OHEBqTEqTQA37mKoPcUTkkTNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgcs6S4OHEBqTEqTQA37mKoPcUTkkTNx > .row .container > .video-iframe-container { display: none; }#rgcs6S4OHEBqTEqTQA37mKoPcUTkkTNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgcs6S4OHEBqTEqTQA37mKoPcUTkkTNx > .row > .video-iframe-container { display: none; }#rgcs6S4OHEBqTEqTQA37mKoPcUTkkTNx > .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); }#rgcs6S4OHEBqTEqTQA37mKoPcUTkkTNx { border-width: 0; border-radius: 0; }#rgcs6S4OHEBqTEqTQA37mKoPcUTkkTNx > .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; }#rgcs6S4OHEBqTEqTQA37mKoPcUTkkTNx > .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:block; }#KtHC7mqhMkQpBy7alsdSKys4sZHuuV8k { 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; }
#gPM2RkvBaXDQkTMemKltdFwM6N7IS3TT { 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; }
#DFyK1nNpnqsoOplrqbtSoIVueXk80MHR { 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; }
#AIDmyrZaaTw0H494Dp4Ul1eH0Hkp6AWU { 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; }
#tfCJOeQECddBlAfCeLS2hIL6M3xwLihN { 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; }
#n31yhrTIRzXWZ7XhsLaWD1epGgaocPnf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pHOO3P4N2B4hvBSC57Tq2IvGx5KCdDV0 { 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; }
#LEBXLFbH3dUeLgq7viDBwlisUS1pFtz6 { 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; }
#zVwLg2aIXTDrf79Iuh4nhmbvDVWu3k3v { 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; }
#kmkXC0UW8g1TcICUXOwwSyJEEHGcL2a3 { 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; }
#I7mBTEhO5WTN7l8kLQV74VLsgy5mCXR1 { 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; }
#fclfceuBRiIqQXTRD8l3HM1UKfNhWDEI { 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; }
#PIANGcFUbQt689zGS19vgH7TkFDk086T { 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; }
#X3UyJdAs6Z042vAsiNiOT8pTu77n1p6F { 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; }
#Mx3BXs8utCEHxdndzsNdeJ5Gn6ZQcJMO { 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; }
#T0Pr5DQgdPH83xTMDTJtBvlgkl7NUeFb { 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; }
#Deoo4VVme2FbXGk4F6Ikzyv0G8oIMdo2 { 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; }
#h8LBz2aIHCCv6npg7CgcnOWP7dl4tMBT { 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; }
#rei0KIXWHeUBbZsSKWDTRAyzgfFQEQch { 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; }
#StbR6HrTQbQSQ6N0HqVi5hBLsPq83U68 { 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; }
#alBsyyCkDIBMFSMA8TmDpV2TCEhEUL8t { 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; }
#GKkZACw3kd5GBmid9TwERCxxzo8XfOQ8 { 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; }
#JfCCuOd38xQLprkIL2wJgtDQlZbTTMIf { 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; }
#NSoVEnIiNLOik6RTyKbzTDEhO7lFBz5Z { 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; }
#w0s4VawOd0nrygAgwFZBEvU61BnQ7RRr { 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; }
#bKZ8V3PLgCipVg5KQXM9VDmJ2MtatAD1 { 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; }
#blmvudSeO35TT4E9smi4uGcLuSb9KxUL { 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; }
#q90r8ZbsvSJBxr2dJ9gEd6wwvbwNzHmC { 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; }
#pQBv3lNqZAxopqsQuqIpqXwPsO4uMy97 { 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; }
#FMXNULCAPe9STIXwVgwqx98PiKptl0Qu { 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.7368125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SKOctiVZ5Frt6mSCEf48whqzOiTLgGpr { 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; }
#MXOD9ofeKavFVfxx6glegRrDqQnRVBhJ { 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; }
#HUw2U7MeIlRlWbEIhKpx3zDKa2LR6TB8 { position:relative;display:block; }#HUw2U7MeIlRlWbEIhKpx3zDKa2LR6TB8 { background-color: transparent; background-image: none; }#HUw2U7MeIlRlWbEIhKpx3zDKa2LR6TB8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUw2U7MeIlRlWbEIhKpx3zDKa2LR6TB8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUw2U7MeIlRlWbEIhKpx3zDKa2LR6TB8 > .row .container > .video-iframe-container { display: none; }#HUw2U7MeIlRlWbEIhKpx3zDKa2LR6TB8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUw2U7MeIlRlWbEIhKpx3zDKa2LR6TB8 > .row > .video-iframe-container { display: none; }#HUw2U7MeIlRlWbEIhKpx3zDKa2LR6TB8 > .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); }#HUw2U7MeIlRlWbEIhKpx3zDKa2LR6TB8 { border-width: 0; border-radius: 0; }#HUw2U7MeIlRlWbEIhKpx3zDKa2LR6TB8 > .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; }#HUw2U7MeIlRlWbEIhKpx3zDKa2LR6TB8 > .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:77.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:block; }#IFnIQWu8aIo6r3T7qP1N6yfG4AThynAk { 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:20.875rem;height:5rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:62.5rem;left:53.125rem;display:block; }
#SPIF2KPxTk5I06NsN6i6ZxLMlP1THwtK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mzealhet4oo3XD3lX052hTay2zv0BIq9 { position:absolute;display:block;z-index:15070;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:64.8125rem;left:42rem;overflow:hidden;display:block; }
#kpC4crqc5BfUbQZ3tRxTVsnVcVNQPfde { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15104;line-height:1.6;letter-spacing:0;top:52.4375rem;left:26.5625rem;height:1.4003875rem;font-style:normal;display:block; }
#HVlmFZtuyeCTelyQ9DXvURE0m0LyO76z { position:absolute;display:block;z-index:15071;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:64.5rem;left:22.875rem;overflow:hidden;display:block; }
#WtpKyz3kW4ZQFSiKpM5eH0GFJLTHMWPL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:62.5rem;left:23.125rem;height:1.13745rem;font-style:normal;display:block; }
#pazX4vWM30JKOzpQ0LS9fEP0wmqQ7Tm5 { color:#000000;display:block;width:34.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15091;line-height:1.6;letter-spacing:0;top:50.6875rem;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; }
#lL5xPmG50mIyXNJT7TAG793ChKzIGuMt { position:absolute;display:block;z-index:15058;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:38.375rem;left:0rem;overflow:hidden;display:block; }
#r90KnsZLkQzBOL7CS3mHhQFJRBmQLofS { 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:15102;top:50.3125rem;left:22.5rem;display:block; }
#L5zTfBPX7pLyy6v1KCqtIOuWJJhULIOf { 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:15104;top:47.3125rem;left:22.5rem;display:block; }
#kuv80ZMPWJFCcCK9uWB0J0aS46VHHV6q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:61.1875rem;left:3.4375rem;height:3.89795rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SIlZZen9IJ6XxsPSL2AofQXpWLPpJQnk { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:58.6875rem;left:0.125rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#wMT84D7Awu6dOtt8JKGrPB2nDvbqhCpB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:57.125rem;left:3.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#eTor5gp1aJ3q9FCCk8p3eyPCO4vzQ52G { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15094;line-height:1.6;letter-spacing:0;top:47.6875rem;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; }
#a8DAxCapnKp9DOKM6FbSHEWGkSFpQndD { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15105;line-height:1.6;letter-spacing:0;top:44.8125rem;left:26.5625rem;height:1.4003875rem;font-style:normal;display:block; }
#BJzdI0wRnp4IJcvzZGOKkTc6bQ06StOv { 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:15101;top:42.6875rem;left:22.5rem;display:block; }
#mrun5oX1TBz3KR30MLOwthLXgwaTHgds { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15091;line-height:1.6;letter-spacing:0;top:43.0625rem;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; }
#qeEgxwM0GSRCMb9ooLs1tSqcRXPiWVHT { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15105;line-height:1.6;letter-spacing:0;top:37.375rem;left:26.5625rem;height:4.196775rem;font-style:normal;display:block; }
#ZlvG5TgTIsEbCm2JQnHoGcZizVb03DUT { color:#000000;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15091;line-height:1.6;letter-spacing:0;top:35.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; }
#IpIlzBX4bnLBpp9CnqqyBIcgNPZk9iz4 { 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:15096;top:35.125rem;left:22.5rem;display:block; }
#p9Go0fTdlJl1m2Peal66VlVIeL40NSSS { 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:15095;top:32.1875rem;left:22.5rem;display:block; }
#up6lpEtz3R8Ko7TnsO7hbsGQSbA0JEX3 { color:#000000;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15091;line-height:1.6;letter-spacing:0;top:32.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; }
#y6Gw95Hfp0Bq5nQl1KuDmJUPBxdQfNtT { 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:29.1875rem;left:22.5rem;display:block; }
#H7h9k50tV2KJXPM8hFGC3HB4UkOkBcTJ { color:#000000;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15089;line-height:1.6;letter-spacing:0;top:29.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; }
#yFRzX8CfFDZglJQ1XmchS9qOhaaTLIA0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:33.125rem;left:3.125rem;height:2.59863125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lnTvpAedICQJauN0ITLUPXzKRQVd0nnl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:30.625rem;left:3.125rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#krfSzxm8MR9ukdxPUqFHy4QM46yXu1FC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:29.0625rem;left:3.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#IVZZXvvTKnHTynMPtzCQkyI7vb9grFmW { color:#333333;display:block;width:45.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15059;line-height:1.6;letter-spacing:0;top:12.3125rem;left:23.125rem;height:15rem;font-style:normal;display:block; }
#ColkZqcpI1LyxXvszHLp2v9B9KVIkofk { position:absolute;display:block;z-index:15054;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:10.4375rem;left:0rem;overflow:hidden;display:block; }
#M89amkCv8EUoSkQe1AxSZhrACzvqMJNs { position:absolute;display:block;z-index:15064;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.9375rem;left:0rem;overflow:hidden;display:block; }
#oCkQqN3MSkSaRLL1iyUPbpqVlg1RrSng { color:#000000;display:block;width:55.6875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:5.84911875rem;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; }
#WR4fwCNcDeckfxRK4amI4lT8VK5c6UiL { 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:2.125rem;width:8.9375rem;top:68.5rem;left:22.875rem;overflow:hidden;display:block; }
#VsVTqBHWaxJQA0VEZ2EfgoUXOTshzznE { position:absolute;display:block;z-index:15059;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:6rem;left:0rem;overflow:hidden;display:none; }
#WCxGAJOnIisrtKLFPlpnpI4bKFfkRULC { position:relative;display:block; }#WCxGAJOnIisrtKLFPlpnpI4bKFfkRULC { background-color: transparent; background-image: none; }#WCxGAJOnIisrtKLFPlpnpI4bKFfkRULC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCxGAJOnIisrtKLFPlpnpI4bKFfkRULC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCxGAJOnIisrtKLFPlpnpI4bKFfkRULC > .row .container > .video-iframe-container { display: none; }#WCxGAJOnIisrtKLFPlpnpI4bKFfkRULC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCxGAJOnIisrtKLFPlpnpI4bKFfkRULC > .row > .video-iframe-container { display: none; }#WCxGAJOnIisrtKLFPlpnpI4bKFfkRULC > .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); }#WCxGAJOnIisrtKLFPlpnpI4bKFfkRULC { border-width: 0; border-radius: 0; }#WCxGAJOnIisrtKLFPlpnpI4bKFfkRULC > .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; }#WCxGAJOnIisrtKLFPlpnpI4bKFfkRULC > .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:56.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:block; }#pWTgZ2vTTpJSklZFFddc0u0ZMTJaA1xp { 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:21.9375rem;height:5rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:46.125rem;left:51.8125rem;display:block; }
#WqNnB6JqyoRpOvFrfyWvHuGZstUbSSuk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IS026LeXvuNipgFA1pMpDIcC18ZZCQHi { color:#000000;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15050;line-height:1.6;letter-spacing:0;top:15.875rem;left:25rem;height:14.3965125rem;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; }
#HZUSP5wXh2AiTb6shR47qJTsJzXdCwFB { color:#000000;display:block;width:35.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15065;line-height:1.5;letter-spacing:0;top:31.3125rem;left:26.375rem;height:10.5rem;font-style:normal;display:block; }
#uzMLQtV1k4Eq21K8gDax6XlTGbJuuvyF { position:absolute;display:block;z-index:15059;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:6rem;left:0rem;overflow:hidden;display:block; }
#rtIyOa8RvL6dsTLPV7mDKRhs6fTsHPdW { color:#333333;display:block;width:29.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:11.625rem;left:22.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FPkbpm2dRIvLQZyKatueSdchMNoBvXIV { color:#000000;display:block;width:66.625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:2.25rem;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; }
#ngaQ39OTT59FmK7lsg3gn7nwAoRmRST7 { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:46.125rem;left:22.875rem;height:1.13745rem;font-style:normal;display:block; }
#MUcSGoTOOoWrlcikU9pSKGdtuhdoGdzO { position:absolute;display:block;z-index:15064;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:47.875rem;left:32.5rem;overflow:hidden;display:block; }
#bSamGUCcqDJUhC6PI3cw4cpnxBqoaf6G { position:absolute;display:block;z-index:15063;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:47.25rem;left:22.5rem;overflow:hidden;display:block; }
#yF8XXl5wr2w1hOQPQJbZ6toJZLbIFeRK { 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:15.375rem;left:22.5rem;display:block; }
#arpIWmTq8SGmlJuLMvc855ky8zXPrPfI { 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:17.0625rem;left:22.5rem;display:block; }
#THBo7dgvpeKVCXbh74zWQBVFyEqlgl8l { 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:15056;top:18.75rem;left:22.5rem;display:block; }
#zSKALLUftb0gzTNszeyqJmFrnz4pA6kH { position:absolute;display:block;z-index:15049;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.5rem;left:0rem;overflow:hidden;display:block; }
#ZPh4VDH0tg175KUTycogxEahQcWBXe3E { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:27.25rem;left:3.4375rem;height:0;text-align:center;text-align-last:center;display:block; }
#mVabZafSs27dq5pfTsXx7DFDqKD6l3Ks { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:28.8125rem;left:3.4375rem;height:0;text-align:center;text-align-last:center;display:block; }
#TUQcK3oepVUfT1QZN0IbXJfgS6KMLPMH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:31.3125rem;left:3.4375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iEhysSsI9ewlT7GTLk1tPknTUArNOAVn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:27.25rem;left:3.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ci0JAWpVtWdIfyxkAKT3SfcvoTS5iPTR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:28.8125rem;left:3.4375rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#WyrPTNaTnWu05NVi3vtQ3w2GtLgZlNAH { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:31.3125rem;left:1.8125rem;height:2.59863125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tJT2rOXMoGevMzbTKQGpdiLPTlgMZVcS { 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:15057;top:20.375rem;left:22.5rem;display:block; }
#Ewd3WLFkEMXonc4kuX1NUVAyqowNhltk { 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:21.9375rem;left:22.5rem;display:block; }
#o6LZA14MlAfh1pq8whFtAgqMnCq8Br6d { 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:15059;top:23.5625rem;left:22.5rem;display:block; }
#NTBNQfB9N2ksgJ5qDIuqevgvgeQPE8Q9 { 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:25.1875rem;left:22.5rem;display:block; }
#oaSzlTT1pQtxr4UediMwXErUOU5RdA5i { 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:26.6875rem;left:22.5rem;display:block; }
#l2kwv9OmUfVtDb4vw7CrlrmVZTIL1cNo { 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:15062;top:28.3125rem;left:22.5rem;display:block; }
#N4cGiQhvSfc06d4Pk7ewkvqf0LzhQHCT { position:relative;display:block; }#N4cGiQhvSfc06d4Pk7ewkvqf0LzhQHCT { background-color: transparent; background-image: none; }#N4cGiQhvSfc06d4Pk7ewkvqf0LzhQHCT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4cGiQhvSfc06d4Pk7ewkvqf0LzhQHCT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4cGiQhvSfc06d4Pk7ewkvqf0LzhQHCT > .row .container > .video-iframe-container { display: none; }#N4cGiQhvSfc06d4Pk7ewkvqf0LzhQHCT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4cGiQhvSfc06d4Pk7ewkvqf0LzhQHCT > .row > .video-iframe-container { display: none; }#N4cGiQhvSfc06d4Pk7ewkvqf0LzhQHCT > .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); }#N4cGiQhvSfc06d4Pk7ewkvqf0LzhQHCT { border-width: 0; border-radius: 0; }#N4cGiQhvSfc06d4Pk7ewkvqf0LzhQHCT > .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; }#N4cGiQhvSfc06d4Pk7ewkvqf0LzhQHCT > .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:block; }#FhgtlPptlP9bavgr7uuJG1APS0PNZPFk { 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:21.0625rem;height:5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:27.5rem;left:52.9375rem;display:block; }
#IqwDl53SOuFJSwuFmSWQZ5HlgvOn7y3H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRExSknUTZuspl9tNdDLmGGsb7gfqJuW { 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:6.49659375rem;font-style:normal;display:block; }
#oolMUT1sW1cD4tIXrgVdSwqiPXTO2PPN { 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; }
#ncX81EB82GDrBwQyAMTEXRTNfftFXAyT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:27.5rem;left:23.125rem;height:1.13745rem;font-style:normal;display:block; }
#WboD4aUaRM0w4ZQm0n8ZmTS1aJFNwCfl { 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:30rem;left:23.125rem;overflow:hidden;display:block; }
#BDE0TyaNiax8lUBOisUusR7hRxONBvuA { 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; }
#wrdTdxWCf5IUHem5HPaNrndt8VVG1yXe { 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; }
#N9wvy7Fy3zUcNxvwv7nFclq3DX8zqlPm { 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; }
#DSBnSVGn9Tsdx6SbEWSx8kyniOdyTIiT { 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; }
#BssWTT48MAFUk4JiclZLeZAskxMXowib { 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; }
#nJe9pLLfKTAIhUya5sBnSsvhH15OCHIN { color:#000000;display:block;width:57.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: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; }
#oT9eoebLB5ctHDMch1SmkRxNlSzqsaba { 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:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#anmzbsJiRbkDLMXUhC26nDJGfwHlumWr { 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:1.86865rem;text-align:center;text-align-last:center;display:block; }
#SMNPyZZVBy7n9LgEJIZr8lJBwzMO9BaU { 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:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF { 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; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container { background-color: transparent; background-image: none; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container > .video-iframe-container { display: none; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row > .video-iframe-container { display: none; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .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); }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container { border-width: 0; border-radius: 0; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#wR4heEBAceWxdekbMSpHOQN5BP3TL7Qv { position:absolute;display:block;z-index:15003;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:0rem;display:block; }
#flFVTQhr3Xvt5dliWtv8IXqIDH1PQpWz { 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; }
#x2207mwlcbuRuuwmVc4h180IE4wyzFq4 { 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; }
#F6PTfeMyX9oNgob42eeuCgbruQGQSIp0 { 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; }
#TuUU6fkzKZSAPOT7WJeo7ZWdiMvxHm30 { 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; }
#wOlpdegGnys4cxT35JNCThwzsEfsF7Vx { 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; }
#f09z8UFfkWmZkQszITR8FhsCeSrEHXKT { 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; }
#tb8dk4qGq9mU2m9xU9P0s4H1IQp6ZbdI { 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; }
#PUZRDhPBSWMFNwVFaTBB6vWCpvBgoeie { 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; }
#BpSdLJTs1lSLo7am1A3OSACgsZzdFXkr { 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; }
#d5aw1rxbufuaVTtuS0yJJySvIq9mCicP { 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; }
#F5GFgNFvFn6H48MOX8lf5OMATQxAp6iM { 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; }
#BCcHKOQ4ZSKzhDACENFs1UKh4PIUtnTP { 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; }
#bpn0TteGfvlOhza7NyQhpfalemZQ7nxU { 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; }
#BSxL0OJQB4fALWw6N9MCqqbsLd3pyBea { 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.04980625rem;font-style:normal;display:block; }
#RtFdXQ63kuQtUKOaEirDwaDEsbJ0L02u { 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.04980625rem;font-style:normal;display:block; }
#f0c3livIBwtAxvrNpRlizZnI3My9WnoI { 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; }
#LTWKqLRIfTbBZyJbkpqLozWIILgmkbTy { 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; }
@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) { #zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { top:9.6875rem;left:0rem;width:35.9375rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { width:12.9375rem;height:2.625rem;top:2.1875rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block; }
 }@media only screen and (max-width: 763px) { #IPJvHkk7QKDIATt5bb5hMVclyER8bO6H { top:13.5rem;left:0rem;width:32.125rem;height:0;font-size:0.9375rem;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) { #gut9CzNhco55fVpXRRgunp8ZFHXfpKNz { display:block; }#gut9CzNhco55fVpXRRgunp8ZFHXfpKNz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvo3c11zWupMVP1iQUGiKIsZaU0svswO { 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) { #KfOrLGRWe766X3tSyGvlVmTWmiP5dcMM { top:61.25rem;left:27.3701171875rem;width:7.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMfmU4XEElTxgGpqMC6Uivtd418hHSkB { 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) { #keDWVWvADMWP1PTWpqdGzOabz3WW8c6i { top:41.4375rem;left:17.75rem;width:30rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVOTuHKt7nWThSvm6WTWPady0TGAHr4C { top:36.1875rem;left:17.6875rem;width:30.0625rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRGwvvztQLf4gAUBIhCJEg2mk03uHW76 { top:31.125rem;left:17.375rem;width:30.375rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLOXltQ1de43pO3ID8N3kRAiT0pqloRo { top:26.9375rem;left:18.5rem;width:29.25rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8oFWaNUc3tUmsBkbFDpnTJlPh3n6bTR { 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) { #DNT7zBcETCTOT4nmVZkHGs368BLNp7D6 { 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) { #HLMlPlmRIR6dwHTVxCvJwpyIPFDTUziZ { 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) { #ikl3C98N9qGRyFcsp672RZvtOcK7FSLT { 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) { #XeTwRD7yNmVnccfsT9xxlku1fxhivaFp { 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) { #uFVT1P4MwrVw2Xr0PQ19aZyOxWTXr6Ib { top:61.25rem;left:0rem;width:14.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL6F7n8IrM6rVR2y2Vll0DNUL3cdfIMG { top:58.6875rem;left:0rem;width:13.125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRzawMpBLqSpFEie40KkISJSRuoC2i4E { 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) { #dfHb6umK1F4ZDB8rbMkgcW2XpdXwO3Rk { top:56.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSfPcH3BAuPppAw8VXs2UtL52UcheAFB { top:39.375rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFXAPTUBk7otS1eJ0IAMapAngQZu0ArE { top:8.6875rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCQv1tJlQAwsMaEC4uh8B9tNhL0eh6aO { width:47.75rem;height:;top:1.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5GRuJh0CDcZDsdo30flMvJMpOWRaMaX { width:33.9375rem;height:2.9375rem;top:10.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXaEA4TdrTlMb7Du9m396ge0gnpJMfRT { top:36.875rem;left:0rem;width:14.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3NywT9uKtbTmeFFg3NM9U2n5DQZ9AQE { top:34.3125rem;left:0rem;width:13.125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMtofKHp3vqxvJwlvMyKqD9ZGXLy5wtn { top:32.5625rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql1UObDaHFe0i52vkJIkyTTQuUmu1RTU { top:15rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghlGGA7Denm0wPE9LJMQtlzhSEmnEnTt { 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) { #TQkIZWBSvE2uNacRuCC2Mqytt84qbI9d { top:1.875rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcUEVlTJBGmal7LGdT3tLm7J17yZGZep { top:61.3125rem;left:34.5rem;width:13.25rem;height:1.4370667289332rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOmX9vysuf8qoI9NnvbL9OCbAp5bqKTF { width:27.1875rem;height:4.9375rem;top:49.9375rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkRN9N129tIK2R9bygccmFtztMSJWeAf { display:block; }
 }@media only screen and (max-width: 763px) { #C4PFXcSKVmJFLTD12TrqMdeqcox9WL44 { width:27.1875rem;height:4.9375rem;top:67.75rem;left:20.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bpAIgtgQVsXIArKMdZ34sGsL1W36ryqr { display:block; }
 }@media only screen and (max-width: 763px) { #gMTGUtbKQiQWRezANFCVIPcs4b7159NZ { display:block; }#gMTGUtbKQiQWRezANFCVIPcs4b7159NZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FidZnD2tKMyR8w2F2B2LqSDWtNT4txiG { width:27.1875rem;height:4.9375rem;top:67.75rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1fWG7d2soWL6Tq1D7c3dB4uVMsfuNpA { display:block; }
 }@media only screen and (max-width: 763px) { #U1EtX96ylaF9tECHqqq4cS1xryX3F42z { 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) { #DBbHXEde3obyeM0GmTwKfKu3f1hrFn5w { 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) { #mvbD7WXyDPtBExH9v0vTQaWteL5dIXsd { top:49rem;left:17.75rem;width:30rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTfOeZFbyeG6fu8NQguCOBydgTmRhiR9 { top:62.75rem;left:27.3583984375rem;width:7.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUw3vTcO4JPDx1Zr8Upt7oAsVRm8PCxT { top:46rem;left:16.4375rem;width:31.3125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCm30qHvJlpv1d1bJ25khuFsC2NJMIGv { 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) { #FaEB0ghorTaQEXDgJDLJH9mo9r9ZCyBp { 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) { #Mb2mEQJBKUSP8Ql6gL7P5EXFrNsMTh42 { top:38rem;left:18.5rem;width:29.25rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQXwSukhlmRsnG3WwVzGvvoNiKug6GtM { top:35.4375rem;left:17.75rem;width:30rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob8EhGMI7EpzTaraT6rG1mxF5C1tDVHt { 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) { #PxZdvA8ktTuGpvOUIep9mnTLq9Ba46f0 { 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) { #fAApVHIq2U9R0q7cARnBpJPN94oQlECP { 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) { #q8X7mFG8KB0tiwlU2TeE6163hapnnUbV { 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) { #lCWPOEoUgDEmorx4ebZZvO1FIKyctUpT { 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) { #Onh7OXDzkKRBTx17Uqeps03WbDRTgndg { 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) { #ZaryxtiFMDwk7yB0Sb9EAT1fZawxyPP5 { 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) { #rLBcbiIldcE4aiS4dFTvp8CFyIa7oX1v { 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) { #C2azy6Umy2Li6fJumoOgw9Hf6kvBfslh { 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) { #gOdxNpv2d1mpdCFLXiEizxcTH4x9bRoB { 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) { #yFrD19LW2UscGtvXf28Te4ZIr6VnzNM5 { 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) { #UAPpTh7xGax0C3KV4g7ZwpcmJ2ivAy59 { top:33.5rem;left:7.6728515625rem;width:14.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTqFBx4g8pNiTJc7SbriLZ6bXian23c9 { 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) { #td6BEF99JKyctZJvQu3vAzTEEb1NRlFi { 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) { #ysTrE561hbzTkbb3CzgFGqfxSgxfbRhA { width:33rem;height:16.875rem;top:10.625rem;left:14.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJnyxLUiFe3ARZZoyNgxt83VJVsIRMCS { 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) { #TBgVOhANcNy2EgRLKIG1ZvD0zdH9xcc5 { top:29.1875rem;left:8.484375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfFXvsOxtbisGxEARAtKrdsaywux1nb6 { top:31rem;left:0rem;width:18.5625rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI8v6N0Tl2PhaTRzzmUzLalJO2UToQTs { top:9.6875rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiwyVwPmARsdS5S2p3g8bWSCtmA8lnzE { width:41.6875rem;height:;top:1.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmgmXdEKRBy6fxBGKhxWGVONFxqwcXwZ { top:8.375rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti6hGlw4kXOPwz0NQfTLTqqIv4c63m02 { top:29.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4uCCkTnW4qflKcsN49s5EK2Nygz3OUu { top:33.5rem;left:0rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipf0Np0pRmLLimWRil6769dXT0OTuEQ9 { top:9.6875rem;left:5.3289089202881rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCqphgpHzTBiagdOCJrO2ChnmIEQuur7 { 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) { #onaTR9XZC2TEBcqhOLp7SWuB3rVhHaR6 { 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) { #Stiwh98DwGXR22FqITyXBdl7kDarX1Dw { 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) { #rcUZByGkcvzwQNBMOMuZbCN84P8SWW9y { top:1.875rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cukGb49xCAtJ1egakb9SinTfdse41QuP { width:27.1875rem;height:4.9375rem;top:67.75rem;left:20.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vgRIvVk0Gw1oitrcKIQW5kbkoCckhtdF { display:block; }
 }@media only screen and (max-width: 763px) { #sAmHpzVk2KLsvCDMEB0XR6z1bizWE8Nn { display:block; }#sAmHpzVk2KLsvCDMEB0XR6z1bizWE8Nn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgGqTTCguX45zmxa4oIhP5waUWU0VFQZ { width:47.75rem;height:5.875rem;top:1.3125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCMIQlRaZWgfA33ZG0TCxgzKE0Q9MtFg { width:27.1875rem;height:4.9375rem;top:70.9375rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1STlf38lDlmmv72N6wsdqCJJDfGoyw4 { display:block; }
 }@media only screen and (max-width: 763px) { #k8aQGAsgVEo5Wz8OTEwAxrHJ7SDWq24V { 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) { #HfnE5ySkT3HtfWBRrIr9iHrtEzbOKMPr { top:65.9375rem;left:27.37451171875rem;width:7.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVqNOU9L9ZZNlhzayfyLzt4wdGHVC6ae { width:17.625rem;height:;top:1.875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tK27BZPeE1TyPqv7mBfBinRQdQw667bs { top:7.1875rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #liGektvO3vPTyD0x204eZkWlLpQ6v6P7 { 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) { #LdGSxomQnOVS5vV1NV9J8oTE8fmF0yMp { top:54.6875rem;left:17.6875rem;width:30.0625rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roiWqfcUXgD7D8GwyefuIF6vPbOAauWx { 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) { #oTJcT5Rfq5J5rEvhSBgTtUPCCCzutQBC { top:47.75rem;left:17.3125rem;width:30.4375rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTto5HWc4kEtr3XCXlBIUZbG8rBsZGeU { top:43.9375rem;left:19rem;width:28.75rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWGk3KaGMOsqnHtCoyxnKB2vUL3i3GQJ { top:39.8125rem;left:18.4375rem;width:29.3125rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn0yat2BDNiK73nmRgOcunNMyW2kqocf { 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) { #x16DWIIpg3q1pOFDysfbmUBJ7hw6P54V { top:33.4375rem;left:16.375rem;width:31.375rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhzpeNrfX967LpkcMIJr9yn8TEU0otnv { top:29.5625rem;left:17.3125rem;width:30.4375rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb2TyPQNQlDLSOGGRS9VzxVWwkym2RmW { 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) { #y4utlqBpx4n6ph3sTRWlxAnUzVuov9fm { 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) { #X1Aqa7vE76CGIRGafubmngx9ilMwxi9W { 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) { #f4S9HQx5KWwVJcGla5fnAavszs5nd8g6 { 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) { #JhwpmnmMPRslwgibqVZkDhCaSVt6P6hP { 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) { #HtxWqTXdpHqGy2EmBUghm8tmXHTb70ca { 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) { #vTSaIxMUzC23BBBrTy5GOCa57u4ZLr5Z { 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) { #CKpvWzxNaPoslaC5aamkEC0wGBTNosl3 { 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) { #SpvbGCcP9I89Xa1dMQVR5PANL0BFXrpD { 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) { #R0HJsa6ORgmTgPnEoL2Jx1MOC3IX4xpW { 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) { #W4LHqzx3tvs6Dkv0Uxhr6H0FHaRBvQx3 { 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) { #blW3fLGE1S1cc9nKl5iMF7yRzMNTXVPO { 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) { #HZcV5JdFG4bP37QlCX3bbU5nDovMtA7h { 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) { #rxrgkamwdkAtIiCSVxEmKdWDtcdoxAXi { 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) { #T6pXA7vmapf7W0y8wpOCX0heC7nurvtk { top:28.0625rem;left:8.5rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhF8XsBxeHNoqvPaBWDyQfvaSveT8NHm { top:29.875rem;left:0rem;width:18.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNr4WOVoIWU7EcW05Lyaaa8xZ4qCKiOW { top:8.5625rem;left:5.625rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #elnaFFoOdlnTGMGDSk9wTxJTSF3ewlE9 { top:28.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSgnTJ0NT21qDp6BK7DqBxx6yCIgGG0T { top:32.3125rem;left:0rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm1SM3q9EoXR4SQk8a8DBgSmTtCqUKRB { top:8.5625rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #reLA8agvmCT8mSi15243FPTNQIkJM3dz { top:1.5625rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf9dTRwb4pvWvwoTBcCmgkSTND7fzQTm { 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) { #kieFDlF0qTMaOWvis6PrTkhNAfeGNEkR { display:block; }#kieFDlF0qTMaOWvis6PrTkhNAfeGNEkR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4N2TBzlT3MSXsPMTZNwLP8TdqmNrzzo { width:40.125rem;height:;top:1.3125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma0pL5ZEFNmRDLl9mCla6tGdUNmqPCUR { top:9.875rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5kiLdqGSM58ocwDJz3hlIStguo1lcw6 { top:28.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHRKHQgkBXXwms8uvnT0eFHO1lH2Mtgk { top:30.125rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #goq3JS8uWxhk2uL1cXrlFAgG6gBlRloC { width:27.1875rem;height:4.9375rem;top:56.3125rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwmfdH8iw0b1cPBDWlSBaLXD31FkCpO9 { display:block; }
 }@media only screen and (max-width: 763px) { #KP3m1J2HfZHXWqB225LMgEMmSlwpA4y1 { top:32.625rem;left:0rem;width:14.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnNFSGyrMtWSmSlwP8EKu18RTmByw4Cv { 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) { #SkIHDTHRgEycv6a0Ohsr7WdwovrvmSVT { top:58.8125rem;left:0rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ0LBuTcmlT9C1hmdUpBq5T0nDLKBGK8 { top:56.5rem;left:0rem;width:18.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZaxhmxB8h4rV0f4Zn8lcpVQtSQbhSJQ { top:55.25rem;left:0rem;width:13.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVNiIMCUASsozCuUDdNpNquLDF6i9OTy { top:36.5rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eahd4iUwauLZe3H6dDwevt0oTPgoTTkD { width:32.5625rem;height:19.5rem;top:10rem;left:15.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAUe3G0g34LDk3mcicaviIbAzT57Nmvh { 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) { #dFJ3ZG8oZ7MMGIh2Ao9p9CTmbRgTkuev { top:37.3125rem;left:16.375rem;width:31.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVvlMuxR1mCxWo2bESWnmVRb3IsArLro { top:31.1875rem;left:19rem;width:28.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlJS14JWv9oQ9kEp3OO7rdEsfwAr0OK3 { 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) { #oTO1Eoh7pBCXTz4T28LgGpQSmefP35Qh { 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) { #lHzNHRiSKNzPkSnpAPJfTPBPa8vF3HhC { top:40.3125rem;left:17.6875rem;width:30.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbpDaUTEFlNekfKATHvvqplAWXI6Fw43 { 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) { #glpJ0HPazmU6FCsH4WFBtCIStWyeQBLz { top:43.25rem;left:18.4375rem;width:29.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFIMfShz3KqDy8V9KuxhibNGsqPguf72 { 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) { #mTESi15dgxJJELSgeFnGak97x4F5lPk4 { top:34.3125rem;left:17.3125rem;width:30.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImtD1QKr4k6d6MfRBG87P5efgkWIpu3L { top:49.25rem;left:27.5rem;width:7.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCdnmTfVVcCw8Cq9egT8qA3TSe41K1nX { top:58.625rem;left:9.6875rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPcPc7OOCuUL26dxpA2LPdtkL8kF7hOz { 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) { #NfTnV5SVOoR36Jm1Qq0mES9mTTOAeegz { top:55.25rem;left:9.6875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b47EwLf7KbRB8DgITDITEx5HBLD38lCi { top:36.5rem;left:6.75rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk6MlSwbqkIEyZ0trccrNHimi9M8yG6K { width:20rem;height:;top:3rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxDrNfF8p2KHrliy3fAlSdWIUy2D9pcQ { top:7.1875rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8WTikx6ZVUKIGTFxbuJ3NrGou60d1w3 { top:9.1875rem;left:6.75rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVIRR8CVFdT98DkKsEdEd5y7bMydy7Md { top:32.625rem;left:10.1875rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufWdr8TQKaLpOgP8OffwfobOSGW9wHyQ { 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) { #tWgr0SJU7Igelg4ZWSTsg2OvQMPb9uKH { top:28.5625rem;left:10.1875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTSez63Ji19CxbTyDgrTbV9BT2a7H5vK { top:2.5625rem;left:37.75rem;width:10rem;height:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPogbo2T4BxqPhq0tIkRuwHGKInqrlBo { top:2.25rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgcs6S4OHEBqTEqTQA37mKoPcUTkkTNx { display:block; }#rgcs6S4OHEBqTEqTQA37mKoPcUTkkTNx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtHC7mqhMkQpBy7alsdSKys4sZHuuV8k { width:47.75rem;height:2.9375rem;top:3.75rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPM2RkvBaXDQkTMemKltdFwM6N7IS3TT { top:9.1875rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFyK1nNpnqsoOplrqbtSoIVueXk80MHR { top:28.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIDmyrZaaTw0H494Dp4Ul1eH0Hkp6AWU { top:30.125rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfCJOeQECddBlAfCeLS2hIL6M3xwLihN { width:46.75rem;height:5rem;top:84.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n31yhrTIRzXWZ7XhsLaWD1epGgaocPnf { display:block; }
 }@media only screen and (max-width: 763px) { #pHOO3P4N2B4hvBSC57Tq2IvGx5KCdDV0 { top:32.625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEBXLFbH3dUeLgq7viDBwlisUS1pFtz6 { 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) { #zVwLg2aIXTDrf79Iuh4nhmbvDVWu3k3v { top:59.9375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmkXC0UW8g1TcICUXOwwSyJEEHGcL2a3 { top:57.4375rem;left:0rem;width:18.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7mBTEhO5WTN7l8kLQV74VLsgy5mCXR1 { top:55.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fclfceuBRiIqQXTRD8l3HM1UKfNhWDEI { top:36.5rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIANGcFUbQt689zGS19vgH7TkFDk086T { width:43.125rem;height:18rem;top:19.8125rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3UyJdAs6Z042vAsiNiOT8pTu77n1p6F { 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) { #Mx3BXs8utCEHxdndzsNdeJ5Gn6ZQcJMO { top:45.3125rem;left:11.375rem;width:31.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Pr5DQgdPH83xTMDTJtBvlgkl7NUeFb { top:39.3125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Deoo4VVme2FbXGk4F6Ikzyv0G8oIMdo2 { 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) { #h8LBz2aIHCCv6npg7CgcnOWP7dl4tMBT { 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) { #rei0KIXWHeUBbZsSKWDTRAyzgfFQEQch { top:48.3125rem;left:6.6875rem;width:41.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StbR6HrTQbQSQ6N0HqVi5hBLsPq83U68 { 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) { #alBsyyCkDIBMFSMA8TmDpV2TCEhEUL8t { top:51.25rem;left:11.375rem;width:34.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKkZACw3kd5GBmid9TwERCxxzo8XfOQ8 { 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) { #JfCCuOd38xQLprkIL2wJgtDQlZbTTMIf { top:42.3125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSoVEnIiNLOik6RTyKbzTDEhO7lFBz5Z { top:60.8125rem;left:8.875rem;width:7.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0s4VawOd0nrygAgwFZBEvU61BnQ7RRr { top:87.1875rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKZ8V3PLgCipVg5KQXM9VDmJ2MtatAD1 { top:84.6875rem;left:0rem;width:18.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blmvudSeO35TT4E9smi4uGcLuSb9KxUL { top:83.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q90r8ZbsvSJBxr2dJ9gEd6wwvbwNzHmC { top:63.75rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQBv3lNqZAxopqsQuqIpqXwPsO4uMy97 { width:20rem;height:;top:3rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMXNULCAPe9STIXwVgwqx98PiKptl0Qu { top:2.875rem;left:37.75rem;width:10rem;height:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKOctiVZ5Frt6mSCEf48whqzOiTLgGpr { top:6.5rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXOD9ofeKavFVfxx6glegRrDqQnRVBhJ { top:2.5625rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUw2U7MeIlRlWbEIhKpx3zDKa2LR6TB8 { display:block; }#HUw2U7MeIlRlWbEIhKpx3zDKa2LR6TB8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFnIQWu8aIo6r3T7qP1N6yfG4AThynAk { width:20.875rem;height:5rem;top:62.5rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPIF2KPxTk5I06NsN6i6ZxLMlP1THwtK { display:block; }
 }@media only screen and (max-width: 763px) { #Mzealhet4oo3XD3lX052hTay2zv0BIq9 { top:64.8125rem;left:28.375rem;width:8.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpC4crqc5BfUbQZ3tRxTVsnVcVNQPfde { top:52.4375rem;left:12.9375rem;width:33.3125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVlmFZtuyeCTelyQ9DXvURE0m0LyO76z { top:64.5rem;left:9.25rem;width:17.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtpKyz3kW4ZQFSiKpM5eH0GFJLTHMWPL { top:62.5rem;left:9.5rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pazX4vWM30JKOzpQ0LS9fEP0wmqQ7Tm5 { top:50.6875rem;left:11.375rem;width:34.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL5xPmG50mIyXNJT7TAG793ChKzIGuMt { top:38.375rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r90KnsZLkQzBOL7CS3mHhQFJRBmQLofS { top:50.3125rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5zTfBPX7pLyy6v1KCqtIOuWJJhULIOf { top:47.3125rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuv80ZMPWJFCcCK9uWB0J0aS46VHHV6q { top:61.1875rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIlZZen9IJ6XxsPSL2AofQXpWLPpJQnk { top:58.6875rem;left:0rem;width:18.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMT84D7Awu6dOtt8JKGrPB2nDvbqhCpB { top:57.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTor5gp1aJ3q9FCCk8p3eyPCO4vzQ52G { top:47.6875rem;left:6.6875rem;width:41.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8DAxCapnKp9DOKM6FbSHEWGkSFpQndD { top:44.8125rem;left:12.9375rem;width:33.3125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJzdI0wRnp4IJcvzZGOKkTc6bQ06StOv { top:42.6875rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrun5oX1TBz3KR30MLOwthLXgwaTHgds { top:43.0625rem;left:6.6875rem;width:41.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeEgxwM0GSRCMb9ooLs1tSqcRXPiWVHT { top:37.375rem;left:9rem;width:38.75rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlvG5TgTIsEbCm2JQnHoGcZizVb03DUT { top:35.625rem;left:11.375rem;width:26.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpIlzBX4bnLBpp9CnqqyBIcgNPZk9iz4 { top:35.125rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Go0fTdlJl1m2Peal66VlVIeL40NSSS { top:32.1875rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #up6lpEtz3R8Ko7TnsO7hbsGQSbA0JEX3 { top:32.625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6Gw95Hfp0Bq5nQl1KuDmJUPBxdQfNtT { top:29.1875rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7h9k50tV2KJXPM8hFGC3HB4UkOkBcTJ { top:29.625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFRzX8CfFDZglJQ1XmchS9qOhaaTLIA0 { top:33.125rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnTvpAedICQJauN0ITLUPXzKRQVd0nnl { top:30.625rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krfSzxm8MR9ukdxPUqFHy4QM46yXu1FC { top:29.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVZZXvvTKnHTynMPtzCQkyI7vb9grFmW { width:45.0625rem;height:15rem;top:12.3125rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ColkZqcpI1LyxXvszHLp2v9B9KVIkofk { top:10.4375rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M89amkCv8EUoSkQe1AxSZhrACzvqMJNs { top:7.9375rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCkQqN3MSkSaRLL1iyUPbpqVlg1RrSng { width:47.75rem;height:5.8125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR4fwCNcDeckfxRK4amI4lT8VK5c6UiL { top:68.5rem;left:9.25rem;width:8.9375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsVTqBHWaxJQA0VEZ2EfgoUXOTshzznE { top:6rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCxGAJOnIisrtKLFPlpnpI4bKFfkRULC { display:block; }#WCxGAJOnIisrtKLFPlpnpI4bKFfkRULC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWTgZ2vTTpJSklZFFddc0u0ZMTJaA1xp { width:21.9375rem;height:5rem;top:46.125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqNnB6JqyoRpOvFrfyWvHuGZstUbSSuk { display:block; }
 }@media only screen and (max-width: 763px) { #IS026LeXvuNipgFA1pMpDIcC18ZZCQHi { top:15.875rem;left:0rem;width:47.75rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZUSP5wXh2AiTb6shR47qJTsJzXdCwFB { top:31.3125rem;left:11.9375rem;width:35.8125rem;height:10.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzMLQtV1k4Eq21K8gDax6XlTGbJuuvyF { top:6rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtIyOa8RvL6dsTLPV7mDKRhs6fTsHPdW { width:29.25rem;height:1.5rem;top:11.625rem;left:8.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPkbpm2dRIvLQZyKatueSdchMNoBvXIV { width:47.75rem;height:2.875rem;top:2.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngaQ39OTT59FmK7lsg3gn7nwAoRmRST7 { top:46.125rem;left:9.25rem;width:18.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUcSGoTOOoWrlcikU9pSKGdtuhdoGdzO { top:47.875rem;left:18.875rem;width:8.9375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSamGUCcqDJUhC6PI3cw4cpnxBqoaf6G { top:47.25rem;left:8.875rem;width:8.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF8XXl5wr2w1hOQPQJbZ6toJZLbIFeRK { top:15.375rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arpIWmTq8SGmlJuLMvc855ky8zXPrPfI { top:17.0625rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THBo7dgvpeKVCXbh74zWQBVFyEqlgl8l { top:18.75rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSKALLUftb0gzTNszeyqJmFrnz4pA6kH { top:8.5rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPh4VDH0tg175KUTycogxEahQcWBXe3E { top:27.25rem;left:0rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVabZafSs27dq5pfTsXx7DFDqKD6l3Ks { top:28.8125rem;left:0rem;width:12.5rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUQcK3oepVUfT1QZN0IbXJfgS6KMLPMH { top:31.3125rem;left:0rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEhysSsI9ewlT7GTLk1tPknTUArNOAVn { top:27.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci0JAWpVtWdIfyxkAKT3SfcvoTS5iPTR { top:28.8125rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyrPTNaTnWu05NVi3vtQ3w2GtLgZlNAH { top:31.3125rem;left:0rem;width:15.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJT2rOXMoGevMzbTKQGpdiLPTlgMZVcS { top:20.375rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewd3WLFkEMXonc4kuX1NUVAyqowNhltk { top:21.9375rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6LZA14MlAfh1pq8whFtAgqMnCq8Br6d { top:23.5625rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTBNQfB9N2ksgJ5qDIuqevgvgeQPE8Q9 { top:25.1875rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaSzlTT1pQtxr4UediMwXErUOU5RdA5i { top:26.6875rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2kwv9OmUfVtDb4vw7CrlrmVZTIL1cNo { top:28.3125rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4cGiQhvSfc06d4Pk7ewkvqf0LzhQHCT { display:block; }#N4cGiQhvSfc06d4Pk7ewkvqf0LzhQHCT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhgtlPptlP9bavgr7uuJG1APS0PNZPFk { width:21.0625rem;height:5rem;top:27.5rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqwDl53SOuFJSwuFmSWQZ5HlgvOn7y3H { display:block; }
 }@media only screen and (max-width: 763px) { #TRExSknUTZuspl9tNdDLmGGsb7gfqJuW { top:17.375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oolMUT1sW1cD4tIXrgVdSwqiPXTO2PPN { width:27.25rem;height:1.5625rem;top:13.125rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncX81EB82GDrBwQyAMTEXRTNfftFXAyT { 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) { #WboD4aUaRM0w4ZQm0n8ZmTS1aJFNwCfl { top:30rem;left:9.5rem;width:7.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDE0TyaNiax8lUBOisUusR7hRxONBvuA { top:7.5rem;left:0rem;width:47.75rem;height:0.97165697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrdTdxWCf5IUHem5HPaNrndt8VVG1yXe { 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) { #N9wvy7Fy3zUcNxvwv7nFclq3DX8zqlPm { 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) { #DSBnSVGn9Tsdx6SbEWSx8kyniOdyTIiT { top:22rem;left:8.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BssWTT48MAFUk4JiclZLeZAskxMXowib { top:10rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJe9pLLfKTAIhUya5sBnSsvhH15OCHIN { width:47.75rem;height:2.875rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT9eoebLB5ctHDMch1SmkRxNlSzqsaba { top:28.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anmzbsJiRbkDLMXUhC26nDJGfwHlumWr { top:30.3125rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMNPyZZVBy7n9LgEJIZr8lJBwzMO9BaU { top:32.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN3T77B03AKZU3pJXi6TI4KVSudxz0SF { display:block; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wR4heEBAceWxdekbMSpHOQN5BP3TL7Qv { top:16.125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #flFVTQhr3Xvt5dliWtv8IXqIDH1PQpWz { top:16.6875rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2207mwlcbuRuuwmVc4h180IE4wyzFq4 { top:16.125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6PTfeMyX9oNgob42eeuCgbruQGQSIp0 { top:16.6875rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuUU6fkzKZSAPOT7WJeo7ZWdiMvxHm30 { top:16.125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOlpdegGnys4cxT35JNCThwzsEfsF7Vx { top:16.6875rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f09z8UFfkWmZkQszITR8FhsCeSrEHXKT { top:6.5625rem;left:0rem;width:19.875rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb8dk4qGq9mU2m9xU9P0s4H1IQp6ZbdI { 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) { #PUZRDhPBSWMFNwVFaTBB6vWCpvBgoeie { top:11.1875rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpSdLJTs1lSLo7am1A3OSACgsZzdFXkr { top:7.625rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5aw1rxbufuaVTtuS0yJJySvIq9mCicP { 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) { #F5GFgNFvFn6H48MOX8lf5OMATQxAp6iM { top:7.6875rem;left:39.875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCcHKOQ4ZSKzhDACENFs1UKh4PIUtnTP { 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) { #bpn0TteGfvlOhza7NyQhpfalemZQ7nxU { top:7.4375rem;left:26.0625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSxL0OJQB4fALWw6N9MCqqbsLd3pyBea { top:13.8125rem;left:0rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtFdXQ63kuQtUKOaEirDwaDEsbJ0L02u { top:5.5rem;left:26.0625rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0c3livIBwtAxvrNpRlizZnI3My9WnoI { top:11.25rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTWKqLRIfTbBZyJbkpqLozWIILgmkbTy { top:1.1875rem;left:0rem;width:9.6875rem;height:2.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:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { width:20rem;height:2.1933625rem;top:12.6875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { width:10.75rem;height:1.8125rem;top:5.09375rem;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.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vPaiqpu6zUnSNbTmlWRmnpZMGpE45hUn { width:12.9375rem;height:3.1875rem;top:0rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIBq6n9Nw2OfmnwCr5KQCiTc70lNKfGQ { width:8.875rem;height:2.625rem;top:8.4853515625rem;left:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJoK3qAa2tH1rUTUGh56MhmfGrtOT3p9 { display:block; }
 }@media only screen and (max-width: 763px) { #gut9CzNhco55fVpXRRgunp8ZFHXfpKNz { display:block; }#gut9CzNhco55fVpXRRgunp8ZFHXfpKNz > .row .container { width:20rem;height:109.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvo3c11zWupMVP1iQUGiKIsZaU0svswO { width:11.562rem;height:1.13671875rem;top:94.6875rem;left:4.1865234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfOrLGRWe766X3tSyGvlVmTWmiP5dcMM { width:7.5rem;height:1.875rem;top:97.81201171875rem;left:3.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMfmU4XEElTxgGpqMC6Uivtd418hHSkB { 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) { #keDWVWvADMWP1PTWpqdGzOabz3WW8c6i { 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) { #mVOTuHKt7nWThSvm6WTWPady0TGAHr4C { 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) { #TRGwvvztQLf4gAUBIhCJEg2mk03uHW76 { 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) { #QLOXltQ1de43pO3ID8N3kRAiT0pqloRo { 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) { #P8oFWaNUc3tUmsBkbFDpnTJlPh3n6bTR { 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) { #DNT7zBcETCTOT4nmVZkHGs368BLNp7D6 { width:2.124025rem;height:2.124025rem;top:44.6591796875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLMlPlmRIR6dwHTVxCvJwpyIPFDTUziZ { width:2.124025rem;height:2.124025rem;top:49.24267578125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikl3C98N9qGRyFcsp672RZvtOcK7FSLT { width:2.12109375rem;height:2.12109375rem;top:40.07861328125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeTwRD7yNmVnccfsT9xxlku1fxhivaFp { width:2.124025rem;height:2.124025rem;top:35.5859375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFVT1P4MwrVw2Xr0PQ19aZyOxWTXr6Ib { width:14.0625rem;height:1.29931875rem;top:91.6875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL6F7n8IrM6rVR2y2Vll0DNUL3cdfIMG { 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) { #SRzawMpBLqSpFEie40KkISJSRuoC2i4E { width:2.124025rem;height:2.124025rem;top:31.3115234375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfHb6umK1F4ZDB8rbMkgcW2XpdXwO3Rk { width:12.4980625rem;height:1.29931875rem;top:88.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSfPcH3BAuPppAw8VXs2UtL52UcheAFB { width:14.0625rem;height:14.0625rem;top:74.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFXAPTUBk7otS1eJ0IAMapAngQZu0ArE { width:19.9980625rem;height:0.405761875rem;top:9.68701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCQv1tJlQAwsMaEC4uh8B9tNhL0eh6aO { 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) { #v5GRuJh0CDcZDsdo30flMvJMpOWRaMaX { 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) { #JXaEA4TdrTlMb7Du9m396ge0gnpJMfRT { width:14.0625rem;height:1.29931875rem;top:72.5rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3NywT9uKtbTmeFFg3NM9U2n5DQZ9AQE { 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) { #eMtofKHp3vqxvJwlvMyKqD9ZGXLy5wtn { width:12.43725rem;height:1.29931875rem;top:68.25rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql1UObDaHFe0i52vkJIkyTTQuUmu1RTU { width:14.0625rem;height:14.0625rem;top:54.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghlGGA7Denm0wPE9LJMQtlzhSEmnEnTt { 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) { #TQkIZWBSvE2uNacRuCC2Mqytt84qbI9d { 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) { #TcUEVlTJBGmal7LGdT3tLm7J17yZGZep { width:13.2495rem;height:1.4370125rem;top:100.5615234375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOmX9vysuf8qoI9NnvbL9OCbAp5bqKTF { width:16.25rem;height:3.125rem;top:104.0595703125rem;left:1.87353515625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkRN9N129tIK2R9bygccmFtztMSJWeAf { display:block; }
 }@media only screen and (max-width: 763px) { #C4PFXcSKVmJFLTD12TrqMdeqcox9WL44 { width:16.2480625rem;height:3.125rem;top:11.59326171875rem;left:1.875rem;font-size:1.1875rem;z-index:15056;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bpAIgtgQVsXIArKMdZ34sGsL1W36ryqr { display:block; }
 }@media only screen and (max-width: 763px) { #gMTGUtbKQiQWRezANFCVIPcs4b7159NZ { display:block; }#gMTGUtbKQiQWRezANFCVIPcs4b7159NZ > .row .container { width:20rem;height:139.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FidZnD2tKMyR8w2F2B2LqSDWtNT4txiG { 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) { #B1fWG7d2soWL6Tq1D7c3dB4uVMsfuNpA { display:block; }
 }@media only screen and (max-width: 763px) { #U1EtX96ylaF9tECHqqq4cS1xryX3F42z { width:16.9375rem;height:2.79785rem;top:115.310546875rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBbHXEde3obyeM0GmTwKfKu3f1hrFn5w { 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) { #mvbD7WXyDPtBExH9v0vTQaWteL5dIXsd { width:15.25rem;height:2.79785rem;top:111.06103515625rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTfOeZFbyeG6fu8NQguCOBydgTmRhiR9 { width:7.5rem;height:1.875rem;top:126.3115234375rem;left:6.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUw3vTcO4JPDx1Zr8Upt7oAsVRm8PCxT { width:15rem;height:2.79785rem;top:106.8115234375rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCm30qHvJlpv1d1bJ25khuFsC2NJMIGv { width:15.625rem;height:2.79785rem;top:103.0615234375rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaEB0ghorTaQEXDgJDLJH9mo9r9ZCyBp { width:16.6875rem;height:1.30078125rem;top:100.4365234375rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2mEQJBKUSP8Ql6gL7P5EXFrNsMTh42 { width:16rem;height:1.4003875rem;top:97.4365234375rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQXwSukhlmRsnG3WwVzGvvoNiKug6GtM { 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) { #ob8EhGMI7EpzTaraT6rG1mxF5C1tDVHt { width:2.124025rem;height:2.124025rem;top:94.18603515625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxZdvA8ktTuGpvOUIep9mnTLq9Ba46f0 { width:2.124025rem;height:2.124025rem;top:97.0615234375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAApVHIq2U9R0q7cARnBpJPN94oQlECP { width:2.124025rem;height:2.124025rem;top:114.8740234375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8X7mFG8KB0tiwlU2TeE6163hapnnUbV { width:2.124025rem;height:2.124025rem;top:110.7490234375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCWPOEoUgDEmorx4ebZZvO1FIKyctUpT { width:2.124025rem;height:2.124025rem;top:106.4365234375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onh7OXDzkKRBTx17Uqeps03WbDRTgndg { width:2.124025rem;height:2.124025rem;top:102.74951171875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaryxtiFMDwk7yB0Sb9EAT1fZawxyPP5 { width:2.124025rem;height:2.124025rem;top:99.935546875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLBcbiIldcE4aiS4dFTvp8CFyIa7oX1v { 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) { #C2azy6Umy2Li6fJumoOgw9Hf6kvBfslh { width:17.25rem;height:2.79785rem;top:88.123046875rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOdxNpv2d1mpdCFLXiEizxcTH4x9bRoB { width:2.12255625rem;height:2.12255625rem;top:91.2490234375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFrD19LW2UscGtvXf28Te4ZIr6VnzNM5 { width:2.124025rem;height:2.124025rem;top:87.748046875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAPpTh7xGax0C3KV4g7ZwpcmJ2ivAy59 { width:14.0625rem;height:2.5986375rem;top:56.461181640625rem;left:2.9677734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTqFBx4g8pNiTJc7SbriLZ6bXian23c9 { width:13.125rem;height:1.7058125rem;top:54.288818359375rem;left:3.4365234375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #td6BEF99JKyctZJvQu3vAzTEEb1NRlFi { 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) { #ysTrE561hbzTkbb3CzgFGqfxSgxfbRhA { 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) { #lJnyxLUiFe3ARZZoyNgxt83VJVsIRMCS { width:2.124025rem;height:2.124025rem;top:85.2255859375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBgVOhANcNy2EgRLKIG1ZvD0zdH9xcc5 { width:12.4980625rem;height:1.29931875rem;top:52.989501953125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfFXvsOxtbisGxEARAtKrdsaywux1nb6 { width:18.5625rem;height:1.7058125rem;top:31.18603515625rem;left:0.68701171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI8v6N0Tl2PhaTRzzmUzLalJO2UToQTs { width:14.0625rem;height:14.0625rem;top:15.6865234375rem;left:2.93701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiwyVwPmARsdS5S2p3g8bWSCtmA8lnzE { width:18.1245rem;height:5.603025rem;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) { #wmgmXdEKRBy6fxBGKhxWGVONFxqwcXwZ { width:19.9980625rem;height:0.405761875rem;top:8.37255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti6hGlw4kXOPwz0NQfTLTqqIv4c63m02 { width:12.4980625rem;height:1.29931875rem;top:29.7490234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4uCCkTnW4qflKcsN49s5EK2Nygz3OUu { width:13.5rem;height:2.5986375rem;top:33.513671875rem;left:3.2490234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipf0Np0pRmLLimWRil6769dXT0OTuEQ9 { width:14.0625rem;height:14.0625rem;top:38.97607421875rem;left:2.968505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCqphgpHzTBiagdOCJrO2ChnmIEQuur7 { width:16.5625rem;height:2.79785rem;top:118.9990234375rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onaTR9XZC2TEBcqhOLp7SWuB3rVhHaR6 { width:2.0625rem;height:2.0625rem;top:118.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stiwh98DwGXR22FqITyXBdl7kDarX1Dw { width:5.7495125rem;height:1.9482375rem;top:135.3994140625rem;left:9.2490234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcUZByGkcvzwQNBMOMuZbCN84P8SWW9y { 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) { #cukGb49xCAtJ1egakb9SinTfdse41QuP { 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) { #vgRIvVk0Gw1oitrcKIQW5kbkoCckhtdF { display:block; }
 }@media only screen and (max-width: 763px) { #sAmHpzVk2KLsvCDMEB0XR6z1bizWE8Nn { display:block; }#sAmHpzVk2KLsvCDMEB0XR6z1bizWE8Nn > .row .container { width:20rem;height:145.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgGqTTCguX45zmxa4oIhP5waUWU0VFQZ { 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) { #FCMIQlRaZWgfA33ZG0TCxgzKE0Q9MtFg { 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) { #C1STlf38lDlmmv72N6wsdqCJJDfGoyw4 { display:block; }
 }@media only screen and (max-width: 763px) { #k8aQGAsgVEo5Wz8OTEwAxrHJ7SDWq24V { 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) { #HfnE5ySkT3HtfWBRrIr9iHrtEzbOKMPr { width:7.5rem;height:1.875rem;top:131.5615234375rem;left:3.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVqNOU9L9ZZNlhzayfyLzt4wdGHVC6ae { width:17.625rem;height:11.375rem;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) { #tK27BZPeE1TyPqv7mBfBinRQdQw667bs { width:20rem;height:0.40625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #liGektvO3vPTyD0x204eZkWlLpQ6v6P7 { width:11.625rem;height:2.79785rem;top:123.8916015625rem;left:3.12451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdGSxomQnOVS5vV1NV9J8oTE8fmF0yMp { width:14.8125rem;height:4.196775rem;top:119.06787109375rem;left:3.12451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roiWqfcUXgD7D8GwyefuIF6vPbOAauWx { width:15.6234375rem;height:1.4rem;top:117.04345703125rem;left:3.12451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTJcT5Rfq5J5rEvhSBgTtUPCCCzutQBC { width:13.9359375rem;height:4.196775rem;top:112.2197265625rem;left:3.12451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTto5HWc4kEtr3XCXlBIUZbG8rBsZGeU { width:15.0609375rem;height:3.90234375rem;top:107.69482421875rem;left:3.11279296875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWGk3KaGMOsqnHtCoyxnKB2vUL3i3GQJ { width:15.25rem;height:4.196775rem;top:102.87109375rem;left:3.12451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn0yat2BDNiK73nmRgOcunNMyW2kqocf { width:14.56175rem;height:2.79785rem;top:99.4462890625rem;left:3.12451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x16DWIIpg3q1pOFDysfbmUBJ7hw6P54V { width:14.6875rem;height:4.196775rem;top:94.62255859375rem;left:3.12451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhzpeNrfX967LpkcMIJr9yn8TEU0otnv { width:14.8125rem;height:4.196775rem;top:89.798828125rem;left:3.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb2TyPQNQlDLSOGGRS9VzxVWwkym2RmW { width:16.5615rem;height:2.79785rem;top:86.3740234375rem;left:3.12451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4utlqBpx4n6ph3sTRWlxAnUzVuov9fm { 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) { #X1Aqa7vE76CGIRGafubmngx9ilMwxi9W { 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) { #f4S9HQx5KWwVJcGla5fnAavszs5nd8g6 { 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) { #JhwpmnmMPRslwgibqVZkDhCaSVt6P6hP { 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) { #HtxWqTXdpHqGy2EmBUghm8tmXHTb70ca { 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) { #vTSaIxMUzC23BBBrTy5GOCa57u4ZLr5Z { 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) { #CKpvWzxNaPoslaC5aamkEC0wGBTNosl3 { 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) { #SpvbGCcP9I89Xa1dMQVR5PANL0BFXrpD { 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) { #R0HJsa6ORgmTgPnEoL2Jx1MOC3IX4xpW { 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) { #W4LHqzx3tvs6Dkv0Uxhr6H0FHaRBvQx3 { 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) { #blW3fLGE1S1cc9nKl5iMF7yRzMNTXVPO { 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) { #HZcV5JdFG4bP37QlCX3bbU5nDovMtA7h { width:14.0625rem;height:2.2734375rem;top:33.12451171875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxrgkamwdkAtIiCSVxEmKdWDtcdoxAXi { 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) { #T6pXA7vmapf7W0y8wpOCX0heC7nurvtk { width:12.5rem;height:1.3rem;top:29.37451171875rem;left:3.68701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhF8XsBxeHNoqvPaBWDyQfvaSveT8NHm { 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) { #PNr4WOVoIWU7EcW05Lyaaa8xZ4qCKiOW { width:13.875rem;height:13.875rem;top:15.12451171875rem;left:3.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elnaFFoOdlnTGMGDSk9wTxJTSF3ewlE9 { width:12.5rem;height:1.3rem;top:50.37451171875rem;left:3.8115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSgnTJ0NT21qDp6BK7DqBxx6yCIgGG0T { width:13.5rem;height:2.5986375rem;top:54.1875rem;left:3.31201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm1SM3q9EoXR4SQk8a8DBgSmTtCqUKRB { width:14.0625rem;height:14.0625rem;top:35.6865234375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #reLA8agvmCT8mSi15243FPTNQIkJM3dz { 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) { #tf9dTRwb4pvWvwoTBcCmgkSTND7fzQTm { width:9.9375rem;height:1.9482375rem;top:142.7734375rem;left:9.2158203125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kieFDlF0qTMaOWvis6PrTkhNAfeGNEkR { display:block; }#kieFDlF0qTMaOWvis6PrTkhNAfeGNEkR > .row .container { width:20rem;height:187.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4N2TBzlT3MSXsPMTZNwLP8TdqmNrzzo { 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) { #ma0pL5ZEFNmRDLl9mCla6tGdUNmqPCUR { width:15.999rem;height:15.999rem;top:18.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5kiLdqGSM58ocwDJz3hlIStguo1lcw6 { width:12.5rem;height:1.3rem;top:34.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHRKHQgkBXXwms8uvnT0eFHO1lH2Mtgk { width:12.5rem;height:1.86875rem;top:36rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #goq3JS8uWxhk2uL1cXrlFAgG6gBlRloC { width:16.2495rem;height:3.75rem;top:176.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwmfdH8iw0b1cPBDWlSBaLXD31FkCpO9 { display:block; }
 }@media only screen and (max-width: 763px) { #KP3m1J2HfZHXWqB225LMgEMmSlwpA4y1 { width:12.5rem;height:2.6rem;top:38.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnNFSGyrMtWSmSlwP8EKu18RTmByw4Cv { width:12.5rem;height:1.1375rem;top:170.125rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkIHDTHRgEycv6a0Ohsr7WdwovrvmSVT { width:12.5rem;height:3.89795rem;top:88.8125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ0LBuTcmlT9C1hmdUpBq5T0nDLKBGK8 { 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) { #SZaxhmxB8h4rV0f4Zn8lcpVQtSQbhSJQ { width:13rem;height:1.3rem;top:84.625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVNiIMCUASsozCuUDdNpNquLDF6i9OTy { width:16rem;height:16rem;top:68.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eahd4iUwauLZe3H6dDwevt0oTPgoTTkD { 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) { #ZAUe3G0g34LDk3mcicaviIbAzT57Nmvh { 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) { #dFJ3ZG8oZ7MMGIh2Ao9p9CTmbRgTkuev { width:15rem;height:4.8rem;top:154.5rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVvlMuxR1mCxWo2bESWnmVRb3IsArLro { width:16.25rem;height:3.2rem;top:146.625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlJS14JWv9oQ9kEp3OO7rdEsfwAr0OK3 { 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) { #oTO1Eoh7pBCXTz4T28LgGpQSmefP35Qh { 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) { #lHzNHRiSKNzPkSnpAPJfTPBPa8vF3HhC { width:16.25rem;height:3.2rem;top:160.125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbpDaUTEFlNekfKATHvvqplAWXI6Fw43 { 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) { #glpJ0HPazmU6FCsH4WFBtCIStWyeQBLz { width:15.8125rem;height:3.2rem;top:164.125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFIMfShz3KqDy8V9KuxhibNGsqPguf72 { 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) { #mTESi15dgxJJELSgeFnGak97x4F5lPk4 { width:16.25rem;height:3.2rem;top:150.625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImtD1QKr4k6d6MfRBG87P5efgkWIpu3L { width:7.5rem;height:1.875rem;top:171.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCdnmTfVVcCw8Cq9egT8qA3TSe41K1nX { width:12.5rem;height:2.5986375rem;top:112.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPcPc7OOCuUL26dxpA2LPdtkL8kF7hOz { 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) { #NfTnV5SVOoR36Jm1Qq0mES9mTTOAeegz { width:12.5rem;height:1.3rem;top:108.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b47EwLf7KbRB8DgITDITEx5HBLD38lCi { width:16rem;height:16rem;top:93.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk6MlSwbqkIEyZ0trccrNHimi9M8yG6K { width:20rem;height:6.825rem;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) { #sxDrNfF8p2KHrliy3fAlSdWIUy2D9pcQ { width:20rem;height:0.40625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8WTikx6ZVUKIGTFxbuJ3NrGou60d1w3 { width:18.75rem;height:18.75rem;top:42.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVIRR8CVFdT98DkKsEdEd5y7bMydy7Md { width:12.5rem;height:2.5986375rem;top:65.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufWdr8TQKaLpOgP8OffwfobOSGW9wHyQ { 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) { #tWgr0SJU7Igelg4ZWSTsg2OvQMPb9uKH { width:12.5rem;height:1.3rem;top:60.9375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTSez63Ji19CxbTyDgrTbV9BT2a7H5vK { width:10rem;height:1.9482375rem;top:182.900390625rem;left:9.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPogbo2T4BxqPhq0tIkRuwHGKInqrlBo { width:3.75rem;height:3.75rem;top:182rem;left:5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgcs6S4OHEBqTEqTQA37mKoPcUTkkTNx { display:block; }#rgcs6S4OHEBqTEqTQA37mKoPcUTkkTNx > .row .container { width:20rem;height:162.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtHC7mqhMkQpBy7alsdSKys4sZHuuV8k { 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) { #gPM2RkvBaXDQkTMemKltdFwM6N7IS3TT { width:16rem;height:16rem;top:11.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFyK1nNpnqsoOplrqbtSoIVueXk80MHR { width:12.5rem;height:1.3rem;top:26.9482421875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIDmyrZaaTw0H494Dp4Ul1eH0Hkp6AWU { 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) { #tfCJOeQECddBlAfCeLS2hIL6M3xwLihN { width:16.25rem;height:3.75rem;top:150.8984375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n31yhrTIRzXWZ7XhsLaWD1epGgaocPnf { display:block; }
 }@media only screen and (max-width: 763px) { #pHOO3P4N2B4hvBSC57Tq2IvGx5KCdDV0 { width:12.5rem;height:2.5986375rem;top:30.0537109375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEBXLFbH3dUeLgq7viDBwlisUS1pFtz6 { 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) { #zVwLg2aIXTDrf79Iuh4nhmbvDVWu3k3v { width:12.5rem;height:2.5986375rem;top:52.5205078125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmkXC0UW8g1TcICUXOwwSyJEEHGcL2a3 { 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) { #I7mBTEhO5WTN7l8kLQV74VLsgy5mCXR1 { width:12.5rem;height:1.3rem;top:49.353515625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fclfceuBRiIqQXTRD8l3HM1UKfNhWDEI { width:16rem;height:16rem;top:33.9033203125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIANGcFUbQt689zGS19vgH7TkFDk086T { 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) { #X3UyJdAs6Z042vAsiNiOT8pTu77n1p6F { width:2.125rem;height:2.125rem;top:119.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx3BXs8utCEHxdndzsNdeJ5Gn6ZQcJMO { width:15rem;height:4.8rem;top:128.220703125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Pr5DQgdPH83xTMDTJtBvlgkl7NUeFb { width:16.25rem;height:3.2rem;top:120.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Deoo4VVme2FbXGk4F6Ikzyv0G8oIMdo2 { width:2.125rem;height:2.125rem;top:127.8955078125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8LBz2aIHCCv6npg7CgcnOWP7dl4tMBT { width:2.125rem;height:2.125rem;top:133.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rei0KIXWHeUBbZsSKWDTRAyzgfFQEQch { width:16.25rem;height:3.2rem;top:133.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StbR6HrTQbQSQ6N0HqVi5hBLsPq83U68 { width:2.125rem;height:2.125rem;top:137.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alBsyyCkDIBMFSMA8TmDpV2TCEhEUL8t { width:15.8125rem;height:3.2rem;top:137.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKkZACw3kd5GBmid9TwERCxxzo8XfOQ8 { width:2.125rem;height:2.125rem;top:123.9228515625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfCCuOd38xQLprkIL2wJgtDQlZbTTMIf { width:16.25rem;height:3.2rem;top:124.2978515625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSoVEnIiNLOik6RTyKbzTDEhO7lFBz5Z { width:7.5rem;height:1.875rem;top:145.8984375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0s4VawOd0nrygAgwFZBEvU61BnQ7RRr { width:12.5rem;height:2.5986375rem;top:75.1123046875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKZ8V3PLgCipVg5KQXM9VDmJ2MtatAD1 { 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) { #blmvudSeO35TT4E9smi4uGcLuSb9KxUL { width:12.5rem;height:1.3rem;top:71.9453125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q90r8ZbsvSJBxr2dJ9gEd6wwvbwNzHmC { width:16rem;height:16rem;top:56.3701171875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQBv3lNqZAxopqsQuqIpqXwPsO4uMy97 { width:20rem;height:6.825rem;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) { #FMXNULCAPe9STIXwVgwqx98PiKptl0Qu { width:10rem;height:1.9482375rem;top:157.423828125rem;left:9.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKOctiVZ5Frt6mSCEf48whqzOiTLgGpr { width:20rem;height:0.40697674418604rem;top:160.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXOD9ofeKavFVfxx6glegRrDqQnRVBhJ { 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) { #HUw2U7MeIlRlWbEIhKpx3zDKa2LR6TB8 { display:block; }#HUw2U7MeIlRlWbEIhKpx3zDKa2LR6TB8 > .row .container { width:20rem;height:151.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFnIQWu8aIo6r3T7qP1N6yfG4AThynAk { width:19rem;height:5rem;top:143.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPIF2KPxTk5I06NsN6i6ZxLMlP1THwtK { display:block; }
 }@media only screen and (max-width: 763px) { #Mzealhet4oo3XD3lX052hTay2zv0BIq9 { width:8.3125rem;height:1.875rem;top:135.75rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpC4crqc5BfUbQZ3tRxTVsnVcVNQPfde { width:16.8125rem;height:1.19970625rem;top:124.884765625rem;left:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVlmFZtuyeCTelyQ9DXvURE0m0LyO76z { width:17.875rem;height:2.5rem;top:132rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtpKyz3kW4ZQFSiKpM5eH0GFJLTHMWPL { width:12.5rem;height:1.13720625rem;top:129.5rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pazX4vWM30JKOzpQ0LS9fEP0wmqQ7Tm5 { width:18.0625rem;height:3.19921875rem;top:121.4423828125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL5xPmG50mIyXNJT7TAG793ChKzIGuMt { width:18.75rem;height:18.75rem;top:37.84765625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r90KnsZLkQzBOL7CS3mHhQFJRBmQLofS { width:2.125rem;height:2.125rem;top:116.8173828125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5zTfBPX7pLyy6v1KCqtIOuWJJhULIOf { width:2.125rem;height:2.125rem;top:112.193359375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuv80ZMPWJFCcCK9uWB0J0aS46VHHV6q { width:12.5rem;height:3.8994125rem;top:59.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIlZZen9IJ6XxsPSL2AofQXpWLPpJQnk { width:18.5625rem;height:1.86865rem;top:57.875rem;left:0.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMT84D7Awu6dOtt8JKGrPB2nDvbqhCpB { width:12.5rem;height:1.29980625rem;top:56.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTor5gp1aJ3q9FCCk8p3eyPCO4vzQ52G { width:17.9375rem;height:3.19921875rem;top:117.0673828125rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8DAxCapnKp9DOKM6FbSHEWGkSFpQndD { width:17.3125rem;height:1.19970625rem;top:114.556640625rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJzdI0wRnp4IJcvzZGOKkTc6bQ06StOv { width:2.125rem;height:2.125rem;top:100.97509765625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrun5oX1TBz3KR30MLOwthLXgwaTHgds { width:18rem;height:1.5996125rem;top:112.46875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeEgxwM0GSRCMb9ooLs1tSqcRXPiWVHT { width:17.375rem;height:8.39794375rem;top:103.10009765625rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlvG5TgTIsEbCm2JQnHoGcZizVb03DUT { width:18.0625rem;height:1.5996125rem;top:101.22509765625rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpIlzBX4bnLBpp9CnqqyBIcgNPZk9iz4 { width:2.125rem;height:2.125rem;top:95.9267578125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Go0fTdlJl1m2Peal66VlVIeL40NSSS { width:2.125rem;height:2.125rem;top:90.78515625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #up6lpEtz3R8Ko7TnsO7hbsGQSbA0JEX3 { width:18.125rem;height:4.798825rem;top:96.1767578125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6Gw95Hfp0Bq5nQl1KuDmJUPBxdQfNtT { width:2.125rem;height:2.125rem;top:121.1923828125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7h9k50tV2KJXPM8hFGC3HB4UkOkBcTJ { width:18.0625rem;height:4.798825rem;top:91.12841796875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFRzX8CfFDZglJQ1XmchS9qOhaaTLIA0 { width:12.5rem;height:2.5996125rem;top:33.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnTvpAedICQJauN0ITLUPXzKRQVd0nnl { width:12.5rem;height:1.86865rem;top:31.6875rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krfSzxm8MR9ukdxPUqFHy4QM46yXu1FC { width:12.5rem;height:1.29980625rem;top:30.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVZZXvvTKnHTynMPtzCQkyI7vb9grFmW { width:20rem;height:24rem;top:65.23681640625rem;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) { #ColkZqcpI1LyxXvszHLp2v9B9KVIkofk { width:18.75rem;height:18.75rem;top:12.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M89amkCv8EUoSkQe1AxSZhrACzvqMJNs { width:20rem;height:0.40697674418604rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCkQqN3MSkSaRLL1iyUPbpqVlg1RrSng { width:20rem;height:8.1269375rem;top:1.7509765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR4fwCNcDeckfxRK4amI4lT8VK5c6UiL { width:8.9375rem;height:2.125rem;top:139.4375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsVTqBHWaxJQA0VEZ2EfgoUXOTshzznE { width:20rem;height:0.40625rem;top:11.25rem;left:0rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #WCxGAJOnIisrtKLFPlpnpI4bKFfkRULC { display:block; }#WCxGAJOnIisrtKLFPlpnpI4bKFfkRULC > .row .container { width:20rem;height:113.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWTgZ2vTTpJSklZFFddc0u0ZMTJaA1xp { width:19rem;height:5rem;top:104.62939453125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqNnB6JqyoRpOvFrfyWvHuGZstUbSSuk { display:block; }
 }@media only screen and (max-width: 763px) { #IS026LeXvuNipgFA1pMpDIcC18ZZCQHi { width:17.5rem;height:30.39258125rem;top:48.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZUSP5wXh2AiTb6shR47qJTsJzXdCwFB { width:16.6875rem;height:9.75rem;top:79.5rem;left:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzMLQtV1k4Eq21K8gDax6XlTGbJuuvyF { width:20rem;height:0.406738125rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtIyOa8RvL6dsTLPV7mDKRhs6fTsHPdW { width:20rem;height:3rem;top:42rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPkbpm2dRIvLQZyKatueSdchMNoBvXIV { width:20rem;height:9.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngaQ39OTT59FmK7lsg3gn7nwAoRmRST7 { width:18.875rem;height:1.13720625rem;top:93.8125rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MUcSGoTOOoWrlcikU9pSKGdtuhdoGdzO { width:8.9375rem;height:2.125rem;top:99.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSamGUCcqDJUhC6PI3cw4cpnxBqoaf6G { width:8.8125rem;height:3.375rem;top:94.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF8XXl5wr2w1hOQPQJbZ6toJZLbIFeRK { width:2.125rem;height:2.125rem;top:48.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arpIWmTq8SGmlJuLMvc855ky8zXPrPfI { width:2.125rem;height:2.125rem;top:51.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THBo7dgvpeKVCXbh74zWQBVFyEqlgl8l { width:2.125rem;height:2.125rem;top:55rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSKALLUftb0gzTNszeyqJmFrnz4pA6kH { width:18.75rem;height:18.75rem;top:14.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPh4VDH0tg175KUTycogxEahQcWBXe3E { width:12.5rem;height:0;top:69.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVabZafSs27dq5pfTsXx7DFDqKD6l3Ks { width:12.5rem;height:0;top:75.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUQcK3oepVUfT1QZN0IbXJfgS6KMLPMH { width:12.5rem;height:0;top:113.117694375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEhysSsI9ewlT7GTLk1tPknTUArNOAVn { width:12.5rem;height:1.29980625rem;top:34rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci0JAWpVtWdIfyxkAKT3SfcvoTS5iPTR { width:12.5rem;height:1.86865rem;top:35.1875rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyrPTNaTnWu05NVi3vtQ3w2GtLgZlNAH { width:15.125rem;height:2.5996125rem;top:38.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJT2rOXMoGevMzbTKQGpdiLPTlgMZVcS { width:2.125rem;height:2.125rem;top:58.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewd3WLFkEMXonc4kuX1NUVAyqowNhltk { width:2.125rem;height:2.125rem;top:64.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6LZA14MlAfh1pq8whFtAgqMnCq8Br6d { width:2.125rem;height:2.125rem;top:66.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTBNQfB9N2ksgJ5qDIuqevgvgeQPE8Q9 { width:2.125rem;height:2.125rem;top:71.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaSzlTT1pQtxr4UediMwXErUOU5RdA5i { width:2.125rem;height:2.125rem;top:72.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2kwv9OmUfVtDb4vw7CrlrmVZTIL1cNo { width:2.125rem;height:2.125rem;top:77.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4cGiQhvSfc06d4Pk7ewkvqf0LzhQHCT { display:block; }#N4cGiQhvSfc06d4Pk7ewkvqf0LzhQHCT > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhgtlPptlP9bavgr7uuJG1APS0PNZPFk { width:15.25rem;height:3.75rem;top:58.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqwDl53SOuFJSwuFmSWQZ5HlgvOn7y3H { display:block; }
 }@media only screen and (max-width: 763px) { #TRExSknUTZuspl9tNdDLmGGsb7gfqJuW { width:17.1875rem;height:11.69385rem;top:37.3125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oolMUT1sW1cD4tIXrgVdSwqiPXTO2PPN { width:20rem;height:1.5996125rem;top:33.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ncX81EB82GDrBwQyAMTEXRTNfftFXAyT { width:12.5rem;height:1.13720625rem;top:51.8125rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WboD4aUaRM0w4ZQm0n8ZmTS1aJFNwCfl { width:6.875rem;height:1.6875rem;top:53.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDE0TyaNiax8lUBOisUusR7hRxONBvuA { width:20rem;height:0.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrdTdxWCf5IUHem5HPaNrndt8VVG1yXe { width:2.1875rem;height:2.1875rem;top:36.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9wvy7Fy3zUcNxvwv7nFclq3DX8zqlPm { width:2.1875rem;height:2.1875rem;top:40.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSBnSVGn9Tsdx6SbEWSx8kyniOdyTIiT { width:2.1875rem;height:2.1875rem;top:44.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BssWTT48MAFUk4JiclZLeZAskxMXowib { width:16rem;height:16rem;top:10.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJe9pLLfKTAIhUya5sBnSsvhH15OCHIN { 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) { #oT9eoebLB5ctHDMch1SmkRxNlSzqsaba { width:12.5rem;height:1.29980625rem;top:26.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anmzbsJiRbkDLMXUhC26nDJGfwHlumWr { width:12.5rem;height:1.86865rem;top:28.125rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMNPyZZVBy7n9LgEJIZr8lJBwzMO9BaU { width:12.5rem;height:1.29980625rem;top:30.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN3T77B03AKZU3pJXi6TI4KVSudxz0SF { display:block; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wR4heEBAceWxdekbMSpHOQN5BP3TL7Qv { width:3.0625rem;height:3.0625rem;top:28.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flFVTQhr3Xvt5dliWtv8IXqIDH1PQpWz { width:2rem;height:2rem;top:28.9375rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2207mwlcbuRuuwmVc4h180IE4wyzFq4 { width:3.0625rem;height:3.0625rem;top:28.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6PTfeMyX9oNgob42eeuCgbruQGQSIp0 { width:2rem;height:2rem;top:28.9375rem;left:9.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuUU6fkzKZSAPOT7WJeo7ZWdiMvxHm30 { width:3.0625rem;height:3.0625rem;top:28.375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOlpdegGnys4cxT35JNCThwzsEfsF7Vx { width:2rem;height:2rem;top:28.9375rem;left:13.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f09z8UFfkWmZkQszITR8FhsCeSrEHXKT { 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) { #tb8dk4qGq9mU2m9xU9P0s4H1IQp6ZbdI { width:7.3125rem;height:2.800775rem;top:18.4375rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUZRDhPBSWMFNwVFaTBB6vWCpvBgoeie { width:18.75rem;height:0.0625rem;top:22.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpSdLJTs1lSLo7am1A3OSACgsZzdFXkr { width:2rem;height:2rem;top:18.1875rem;left:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5aw1rxbufuaVTtuS0yJJySvIq9mCicP { width:7.3125rem;height:1.4003875rem;top:15.0625rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5GFgNFvFn6H48MOX8lf5OMATQxAp6iM { width:2rem;height:2rem;top:14.75rem;left:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCcHKOQ4ZSKzhDACENFs1UKh4PIUtnTP { width:11.375rem;height:1.4003875rem;top:11.8125rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpn0TteGfvlOhza7NyQhpfalemZQ7nxU { width:2rem;height:2rem;top:11.5rem;left:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSxL0OJQB4fALWw6N9MCqqbsLd3pyBea { width:20rem;height:1.04980625rem;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) { #RtFdXQ63kuQtUKOaEirDwaDEsbJ0L02u { width:20rem;height:1.04980625rem;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) { #f0c3livIBwtAxvrNpRlizZnI3My9WnoI { width:18.75rem;height:0.0625rem;top:7.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTWKqLRIfTbBZyJbkpqLozWIILgmkbTy { width:9.6875rem;height:2.375rem;top:34.0625rem;left:5.1875rem;display:block; }
 }