.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#emAPcEkAAp4ECA9yOtA48eTlySPuycgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container { display: none; }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .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); }#QrBFIdVp51KDRuWbCwD1cT5wpy0NmfQX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QrBFIdVp51KDRuWbCwD1cT5wpy0NmfQX > .row .container { background-color: transparent; background-image: none; }#QrBFIdVp51KDRuWbCwD1cT5wpy0NmfQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrBFIdVp51KDRuWbCwD1cT5wpy0NmfQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrBFIdVp51KDRuWbCwD1cT5wpy0NmfQX > .row .container > .video-iframe-container { display: none; }#QrBFIdVp51KDRuWbCwD1cT5wpy0NmfQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrBFIdVp51KDRuWbCwD1cT5wpy0NmfQX > .row > .video-iframe-container { display: none; }#QrBFIdVp51KDRuWbCwD1cT5wpy0NmfQX > .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); }#QrBFIdVp51KDRuWbCwD1cT5wpy0NmfQX > .row .container { border-width: 0; border-radius: 0; }#QrBFIdVp51KDRuWbCwD1cT5wpy0NmfQX > .row > .video-iframe-container {  }#QrBFIdVp51KDRuWbCwD1cT5wpy0NmfQX > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#M7bXa9zrcRK1aPecLQ3TrJESUe7aJxQr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.5625rem;left:0rem;display:block; }
#VRvDTBXFO0kooaiJ0ouPvlJsFzDnUzMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zCO3kND9qI71c6N20mnx7KcEQwmB0pJb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.5625rem;left:11rem;display:block; }
#z6XVEhFi3xq9mi7hTTGMf47oduNHR03A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ousElohJgMnvRTgQ2AWHbn5WGPotyzST { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.5625rem;left:40.9375rem;display:block; }
#EtSQhtrDMSe7d0BxKZ6SU0WOQ2wPrSTk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QIyDK0unbeoqT3d2TnwpukkGBKBlEnB5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.5625rem;left:51.875rem;display:block; }
#qxDO1zrO7QfJhkTU08SNauoh8LGCHcn9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K2wEoTcEDiELVoR1FElytfmZAFnikTFr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.1875rem;width:14.875rem;position:absolute;display:block;z-index:15014;top:0.90625rem;left:22.5625rem;overflow:hidden;display:block; }
#M9cOZqR5T64GBg6nZBkcTzzkKZxRHgN7 { position:relative;display:none; }#M9cOZqR5T64GBg6nZBkcTzzkKZxRHgN7 { border-width: 0; border-radius: 0; }#M9cOZqR5T64GBg6nZBkcTzzkKZxRHgN7 > .row .container > .video-iframe-container {  }#M9cOZqR5T64GBg6nZBkcTzzkKZxRHgN7 > .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:18.75rem;width:60rem;position:relative;display:none; }#psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO > .row .container { background-color: transparent; background-image: none; }#psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO > .row .container > .video-iframe-container { display: none; }#psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO > .row > .video-iframe-container { display: block; }#psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO > .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); }#psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO > .row .container { border-width: 0; border-radius: 0; }#psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO > .row > .video-iframe-container {  }#psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:60rem;position:relative;display:block; }#AVTNmrr4AMAp854HWpxSAMJUmfaAWpZ4 { display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.8125rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.435rem;margin-bottom:0;margin-left:0.435rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#e64250;padding-top:0.604375rem;padding-right:0.10875rem;padding-bottom:0;padding-left:0.10875rem;display:block;width:4.675625rem;height:2.92rem;position:relative;font-family:roboto;font-size:2.520625rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.10875rem;padding-bottom:0.40375rem;padding-left:0.10875rem;display:block;width:4.459375rem;height:0.755rem;position:relative;font-family:roboto;font-size:0.989375rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I { z-index:15009;top:22.625rem;left:18.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:23.125rem;height:8.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:none; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #g5cVCW80qTCigAE1CB3TVOf7sOx04Rz4 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #sgwZG1ZEo0pghmy8JTtMG2dEiN7AbgRQ { display:block; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #eD2kcRkKCTPyI57yo2ud57Dhe9T47mJa { display:block; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #cfMFFn9FHTavdONwuOmUwQe3XaR62rrc { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #bfV934liSwPWxaEOoT8M2i0OJy2lODzg { display:block; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #niR5XrvBeaCFLOZr8iHx0FLlKzFVa1k8 { display:block; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #S0p3yyxfVeX3qwu8k4lgyEsptMIyvTJB { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #SUoldUzbtM7l6e3v04JKpp4KdsqLdUkn { display:block; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #OEvuhI4W6GETthaSDWFzsRT5hheHLuyf { display:block; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #xQTIG8HGxxWX6OhB8qFCSwR9uWfoVM71 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #iVa7G8bJZoMmWRSLpq9o8Ch0eTp6EuCP { display:block;position:relative;top:0rem;left:0rem; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #wLNZf5HrbV1ogkl7dyTZ6CGreTyaqcHD { display:block;position:relative;top:0rem;left:0rem; }
#JAc4HBeUTgTx0NTNqZesiTW0ZOS2M0AE { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.6875rem;left:0rem;height:1.94921875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#Icom71Cyp5GTffVqlRO4zAvCnnetHST1 { position:absolute;display:block;z-index:15006;background-color:rgba(68,81,81,0.5);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;height:19.75rem;width:60rem;top:10.505859375rem;left:0rem;display:block; }
#IEFxXReJxsItyuRa0QoUGx57gZ0eTAv7 { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.0625rem;left:0rem;height:0;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:none; }
#DzXCgpsr0mfmTSPNpKdTqxrUFR9hWHx5 { background-color:#0055b8;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.5rem;left:21.25rem;display:block; }
#tE4JVWQITIMXcF6v45JVDD7ePEPqrH7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uATWsoVAcl5xkrppmKsddlAz41FcJv4E { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.28125rem;left:0rem;height:1.9375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:none; }
#MSlUqTwk2mk87heUC7wBKhPW0WDpummm { position:absolute;display:block;z-index:15006;background-color:rgba(68,81,81,0.5);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;height:19.75rem;width:60rem;top:10.505859375rem;left:0rem;display:none; }
#OT28hRIaF2pWkQkaXO6IpcDnv9xe6f1S { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.28125rem;left:0rem;height:1.9375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:none; }
#zUAkokDn0AKMulBBLA5R5FMQ26nqJOgk { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.28125rem;left:0rem;height:1.9375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:none; }
#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { background-color: transparent; background-image: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container > .video-iframe-container { display: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row > .video-iframe-container { display: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .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); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { border-width: 0; border-radius: 0; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row > .video-iframe-container {  }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;position:relative;display:block; }#NIugMDVK4XcLQgpPRezOTU421tVioeUV { color:#151824;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5125007629394rem;left:-0.03125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cAD3MlBA8PXLwydMHZfmtHM6NDN4Unim { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#cAD3MlBA8PXLwydMHZfmtHM6NDN4Unim > .row .container { border-width: 0; border-radius: 0; }#cAD3MlBA8PXLwydMHZfmtHM6NDN4Unim > .row > .video-iframe-container {  }#cAD3MlBA8PXLwydMHZfmtHM6NDN4Unim > .row .container { font-size:0.875rem;font-family:arial;height:89.625rem;width:60rem;position:relative;display:none; }#d2uhDhWtq1chFGHqtDBGHkkQXNtdFKE0 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.25rem;width:39.3125rem;top:3.2488282322884rem;left:6.1923479070272rem;overflow:hidden;display:block; }
#HSqBb5lzl9i5krBUZEkyptLz3cR9XAiS { position:absolute;display:block;z-index:15003;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:0.125rem;top:9.8125004768369rem;left:14.562500476837rem;display:block; }
#SKDVcTpXi4IhqaxtGPS4DNb937pK9Ca8 { position:absolute;display:block;z-index:15003;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:1.8125rem;top:9.8125009536744rem;left:12.812500476837rem;display:block; }
#q7ufMUC9h6AOtVWchahERSyeCF9LvzE2 { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:42.0625rem;left:0rem;overflow:hidden;display:block; }
#TszHVK0SHAXQ2ghbw0H5TSp5mUygBIw8 { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:42.062503814698rem;left:20.25rem;overflow:hidden;display:block; }
#OMZfwm7E9qcRe99byHcElGxSyCrLr3SO { position:absolute;display:block;z-index:15005;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:42.062503814698rem;left:40.5rem;overflow:hidden;display:block; }
#azdXAwVVCQIvScbzkgyrhOcp2lTcGrTV { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:57.2490234375rem;left:0rem;overflow:hidden;display:block; }
#JCSdSykfk97DsZowQ2E1eBSEX7z7OKEQ { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:57.2490234375rem;left:40.499267578125rem;overflow:hidden;display:block; }
#qO0V5xHwHMiafPtp3KHVK9gSysmlRmmT { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:57.2490234375rem;left:20.2490234375rem;overflow:hidden;display:block; }
#PCaf9McgJVXlpZCqHTN8yIn9HUQC9USO { position:absolute;display:block;z-index:15014;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:10.4375rem;top:13.4052734375rem;left:14.5927734375rem;display:block; }
#KTN3dWDbRIDP1EgeyOMn5Ry4txyicny9 { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:72.5rem;left:0rem;overflow:hidden;display:block; }
#QHzE653xN0znidZaf0Ne7ocFTKdsbNv7 { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:72.5rem;left:20.25rem;overflow:hidden;display:block; }
#OHR5wtyTsne6P9kp3Pqt1uc16Q3yRZHr { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:72.5rem;left:40.5rem;overflow:hidden;display:block; }
#wKtWubEsF7PPSSPA529gZUscQIFFwKbx { position:absolute;display:block;z-index:15015;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:0.125rem;top:28.4375rem;left:28.6875rem;display:block; }
#FFHHKAECMyyTnJhFcHrKerbgKfiqUO4T { position:absolute;display:block;z-index:15020;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3rem;top:32.780694007874rem;left:25.816406726837rem;display:block; }
#KExeiZSkbGgIP1S9y0tFfT5P8d3ZeOUO { position:absolute;display:block;z-index:15017;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:0.125rem;top:21.9375rem;left:13.5rem;display:block; }
#nrG3JsHH1psuS8aI3LarFgkDcDicl5bZ { position:absolute;display:block;z-index:15022;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3rem;top:27.6875rem;left:10.625rem;display:block; }
#zBNW7vc2eIBwhMkuNh8vlpTKOgT28t5O { position:absolute;display:block;z-index:15004;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:0.125rem;top:9.78125rem;left:41.4814453125rem;display:block; }
#L67089Xq6lUTouZTXN922G77GzGLWMT1 { position:absolute;display:block;z-index:15015;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:5.4375rem;top:13.890625rem;left:41.517578125rem;display:block; }
#KV1Vhdqyu8E0qSUIqbOLpml3XZAPzQiz { position:absolute;display:block;z-index:15015;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:7.8125rem;top:9.6875004768369rem;left:33.750000476837rem;display:block; }
#pM98Sy0Uie0e4ccxHphpIto5EA6zUnLP { position:absolute;display:block;z-index:15018;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:7.8125rem;top:16.125rem;left:31.9375rem;display:block; }
#E97namG4BU26K0A9IQ0DnIdDz9oQ5VGn { position:absolute;display:block;z-index:15007;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:0.125rem;top:16.1875rem;left:39.625rem;display:block; }
#qgiBZQLW3lG8cFlRU5WESdQ0UwsrcNDI { position:absolute;display:block;z-index:15018;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.8125rem;top:22.9375rem;left:39.625rem;display:block; }
#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { background-color: transparent; background-image: none; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container > .video-iframe-container { display: none; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row > .video-iframe-container { display: none; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .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); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { border-width: 0; border-radius: 0; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row > .video-iframe-container {  }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { font-size:0.875rem;font-family:arial;height:89.625rem;width:60rem;position:relative;display:block; }#QLIm6uLUt41P7vyswAldiLZUhLh7p6aC { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6240234375rem;left:16.62890625rem;height:2.923825rem;font-style:normal;display:block; }
#luI8v1gs11E6DpzVriSMRtRzklEvZILg { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.125rem;width:39.3125rem;top:3.2488282322884rem;left:6.1923479070272rem;overflow:hidden;display:block; }
#hqJCRk5v9zqBpcd3U1ViuoSQTKPfdcLp { position:absolute;display:block;z-index:15003;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:0.125rem;top:9.8125004768369rem;left:14.562500476837rem;display:block; }
#TB2nAzqet0i8zpQkliHB9yRFGTHDHyxE { position:absolute;display:block;z-index:15003;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:1.8125rem;top:9.8125009536744rem;left:12.812500476837rem;display:block; }
#g2SRg5kSQMQpDxKU2CsX49BhKD6TPq9b { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.1875rem;left:47.4375rem;height:1.4625rem;font-style:normal;display:block; }
#WCHAa1gbqQoKNqiTH8HGCWcS7JuAmFTw { color:#44454b;display:block;width:12.375rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.625rem;left:0rem;height:4.546875rem;display:block; }
#ZpITQJQGMk8rJWrp9Z9OyHT6piRkO6Am { color:#44454b;display:block;width:17.6875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.53125rem;left:16.375rem;height:2.2734375rem;display:block; }
#cfBGlRtP5F09IuesCzFltmle3Xt7WDF9 { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.3115234375rem;left:43.9365234375rem;height:2.923825rem;font-style:normal;display:block; }
#a2SFtga3AwbhCZBCEbcNRSwqPtC8Vy1J { color:#44454b;display:block;width:15.875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.437255859375rem;left:43.343017578125rem;height:2.2734375rem;display:block; }
#ZDOD6SysWtdTXDtCeCVZVi7TqVrV634M { color:#44454b;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.875rem;left:47.4375rem;height:2.2734375rem;display:block; }
#GmT1TOqdLZ1iTlSeZHwJBK2XhvDGIQaP { color:#44454b;display:block;width:12.4375rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:28.875rem;left:0rem;height:3.41015625rem;display:block; }
#aX8TPcQbVgM5QZ1ZQlGTProFLubW2D7V { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.5rem;left:0rem;height:4.38574375rem;font-style:normal;display:block; }
#tgXmbeiVK3EU2HkdGKe1KMQJDqDaxpM9 { color:#44454b;display:block;width:16.375rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24.1865234375rem;left:43.9365234375rem;height:2.2734375rem;display:block; }
#eyc8ORKV7mfK3bICNPhcsQhivpErneJT { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:31.1552734375rem;left:37.908203125rem;height:4.38574375rem;font-style:normal;display:block; }
#BSCUoWXOlHNHsTOAfVoXSQMo0buLopXF { color:#44454b;display:block;width:15rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:34.4990234375rem;left:37.9091796875rem;height:2.2734375rem;display:block; }
#ezMxet2wEQ6CEE5lrgkpZmo78u2ScNCJ { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:32.125rem;left:20.25rem;height:4.3857375rem;font-style:normal;display:block; }
#wgsg6VrmBNF7ACRvr0XiOXeqfE0ZRsob { color:#44454b;display:block;width:14.0625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:35.4375rem;left:20.25rem;height:3.41015625rem;display:block; }
#uhn8tBN34InxZCmUhJBDwryyxKBqG5k3 { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:42.0625rem;left:0rem;overflow:hidden;display:block; }
#T43BeNxxH8ssQszxKtrU0Gt1FX85WPOo { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:42.062503814698rem;left:20.25rem;overflow:hidden;display:block; }
#dnkmuZaB9M6hfbNdoD7A3FLmarLxBb71 { position:absolute;display:block;z-index:15005;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:42.062503814698rem;left:40.5rem;overflow:hidden;display:block; }
#QvQSgL7cueMtwaUuNHDww3iUeV9FPrZr { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6240234375rem;left:43.3427734375rem;height:2.923825rem;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; }
#gbbb3z6n9ZxoyXdmTaT9cq2gIwMBKzrv { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:57.2490234375rem;left:0rem;overflow:hidden;display:block; }
#rIeZATWqZJei349JsPb8VdtHFauTGubm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:0rem;height:2.923825rem;font-style:normal;display:block; }
#rbwQs9AqvTNmtsCvZUulptvhEXFgXs3D { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:57.2490234375rem;left:40.499267578125rem;overflow:hidden;display:block; }
#oh6VRvULV8rKJ7yN74vuGXAsSWTeb5Jq { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:57.2490234375rem;left:20.2490234375rem;overflow:hidden;display:block; }
#PTyt4wloySFqx1zB5LtPnUvr43iikONd { position:absolute;display:block;z-index:15014;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:10.4375rem;top:13.4052734375rem;left:14.5927734375rem;display:block; }
#FlDfivOg3U6TAs51rvEnnlivKwoa0Emx { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:72.5rem;left:0rem;overflow:hidden;display:block; }
#lTZqFNykzq1gTniXLlPWcnL07tMR0pdk { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:72.5rem;left:20.25rem;overflow:hidden;display:block; }
#uP37xSXIiTCpMBVC3TXoaV79PylNno75 { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:72.5rem;left:40.5rem;overflow:hidden;display:block; }
#TRzAWD7E0uaEzlZQTtBbBEbE5dsTnGGJ { position:absolute;display:block;z-index:15015;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:0.125rem;top:28.4375rem;left:28.6875rem;display:block; }
#KpIpmpV5fBTSTiUAt9tqDarMgAtamsHI { position:absolute;display:block;z-index:15020;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3rem;top:32.780694007874rem;left:25.816406726837rem;display:block; }
#gTxcMLdXg22Zhk4PamJ2fQnZm4rn017S { position:absolute;display:block;z-index:15017;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:0.125rem;top:21.9375rem;left:13.5rem;display:block; }
#daaO9nhHDd9enq363auz0a6A3XgKT1RQ { position:absolute;display:block;z-index:15022;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3rem;top:27.6875rem;left:10.625rem;display:block; }
#SK4nB4Jb1wrTgV4lv5qAXCXoaALmadbP { position:absolute;display:block;z-index:15004;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:0.125rem;top:9.78125rem;left:41.4814453125rem;display:block; }
#b2rXtiMlbBfSqaqFxoJOE1QdbsMwoTIz { position:absolute;display:block;z-index:15015;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:5.4375rem;top:13.890625rem;left:41.517578125rem;display:block; }
#eu3W83Qe7WUHkIeVGkL3d6demNKFLMUd { position:absolute;display:block;z-index:15015;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:7.8125rem;top:9.6875004768369rem;left:33.750000476837rem;display:block; }
#B43v30zqhJM7gl7fnEdZWnex1cmLNzgD { position:absolute;display:block;z-index:15018;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:7.8125rem;top:16.125rem;left:31.9375rem;display:block; }
#mIBLxR27UkaVVrA8r5PVzNDxLtN1unaF { position:absolute;display:block;z-index:15007;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:0.125rem;top:16.1875rem;left:39.625rem;display:block; }
#TLLUkuDSEuLRtmU4SfTcvhGcMPbOJBJs { position:absolute;display:block;z-index:15018;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.8125rem;top:22.9375rem;left:39.625rem;display:block; }
#PBTPGn5imbBfTv2RnSss7S0O8wwqO8TL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PBTPGn5imbBfTv2RnSss7S0O8wwqO8TL > .row .container { background-color: transparent; background-image: none; }#PBTPGn5imbBfTv2RnSss7S0O8wwqO8TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBTPGn5imbBfTv2RnSss7S0O8wwqO8TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBTPGn5imbBfTv2RnSss7S0O8wwqO8TL > .row .container > .video-iframe-container { display: none; }#PBTPGn5imbBfTv2RnSss7S0O8wwqO8TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBTPGn5imbBfTv2RnSss7S0O8wwqO8TL > .row > .video-iframe-container { display: none; }#PBTPGn5imbBfTv2RnSss7S0O8wwqO8TL > .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); }#PBTPGn5imbBfTv2RnSss7S0O8wwqO8TL > .row .container { border-width: 0; border-radius: 0; }#PBTPGn5imbBfTv2RnSss7S0O8wwqO8TL > .row > .video-iframe-container {  }#PBTPGn5imbBfTv2RnSss7S0O8wwqO8TL > .row .container { font-size:0.875rem;font-family:arial;height:1.0625rem;width:60rem;position:relative;display:block; }#w4BzH41it8UGdlyz7IJxW2GKol4a6qcP { color:#151824;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5125007629394rem;left:-0.03125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TBVL8FHi6Aoyxb6w5rvU0IClucKWHgLF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0055b8;background-image:none;position:relative;display:block; }#TBVL8FHi6Aoyxb6w5rvU0IClucKWHgLF > .row .container { background-color: transparent; background-image: none; }#TBVL8FHi6Aoyxb6w5rvU0IClucKWHgLF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBVL8FHi6Aoyxb6w5rvU0IClucKWHgLF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBVL8FHi6Aoyxb6w5rvU0IClucKWHgLF > .row .container > .video-iframe-container { display: none; }#TBVL8FHi6Aoyxb6w5rvU0IClucKWHgLF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBVL8FHi6Aoyxb6w5rvU0IClucKWHgLF > .row > .video-iframe-container { display: none; }#TBVL8FHi6Aoyxb6w5rvU0IClucKWHgLF > .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); }#TBVL8FHi6Aoyxb6w5rvU0IClucKWHgLF > .row .container { border-width: 0; border-radius: 0; }#TBVL8FHi6Aoyxb6w5rvU0IClucKWHgLF > .row > .video-iframe-container {  }#TBVL8FHi6Aoyxb6w5rvU0IClucKWHgLF > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;position:relative;display:block; }#MtI3DNnX1O4kgskH5PT3MtS8VMmUfBaZ { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:"titillium web";font-size:1.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3935546875rem;left:3rem;height:6.3369375rem;font-style:normal;display:block; }
#pFhXSnmfo9ep78xXHq8J3qoxE4ShfJLn { display:block;width:30.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:2.59375rem;left:27.90625rem;height:0;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:none; }
#PrJNOKGrqVBO7JoEUt81u09XUCpukAGn { background-color:#2a7de1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5625rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:4.84375rem;left:30.90625rem;display:block; }
#GI95OsPp03to5saPCfsqJAhFxd1TTMpr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aJIOHDtekhP7UHM7VLT7LWToXB34iHVv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#aJIOHDtekhP7UHM7VLT7LWToXB34iHVv > .row .container { background-color: transparent; background-image: none; }#aJIOHDtekhP7UHM7VLT7LWToXB34iHVv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJIOHDtekhP7UHM7VLT7LWToXB34iHVv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJIOHDtekhP7UHM7VLT7LWToXB34iHVv > .row .container > .video-iframe-container { display: none; }#aJIOHDtekhP7UHM7VLT7LWToXB34iHVv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJIOHDtekhP7UHM7VLT7LWToXB34iHVv > .row > .video-iframe-container { display: none; }#aJIOHDtekhP7UHM7VLT7LWToXB34iHVv > .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); }#aJIOHDtekhP7UHM7VLT7LWToXB34iHVv > .row .container { border-width: 0; border-radius: 0; }#aJIOHDtekhP7UHM7VLT7LWToXB34iHVv > .row > .video-iframe-container {  }#aJIOHDtekhP7UHM7VLT7LWToXB34iHVv > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#E3z6TtdQug4XrekUGaPJHqBOJpZuzgXK { color:#151824;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { background-color: transparent; background-image: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container > .video-iframe-container { display: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row > .video-iframe-container { display: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .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); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { border-width: 0; border-radius: 0; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row > .video-iframe-container {  }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { font-size:0.875rem;font-family:arial;height:126.8125rem;width:60rem;position:relative;display:block; }#HLQh66Nb53IVlK46KBn05qAy7s9VTGiw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:41.6875rem;top:0rem;left:0rem;display:block; }
#qSyVRp2LPTQxxhWHBcq9r1qRDwVB7ChZ { position:absolute;display:block;z-index:15001;background-color:#151824;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:17.875rem;top:0rem;left:41.624755859375rem;display:block; }
#VesIcwmM09MlEbaZTXIm13s9wo9ehr4G { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:45rem;height:3.8984375rem;font-style:normal;display:block; }
#HU9FS3G9GZ6aUaTTwfhhkBQPy7lGaOaB { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:6.9375rem;left:45.15625rem;height:8.9238125rem;text-align:left;text-align-last:left;display:block; }
#sOCc4p4aWIImqchLkmEtXPa074ZBLLaC { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:41.6875rem;top:25.3125rem;left:18.311767578125rem;display:block; }
#xy2wWX15uES4KLXBLsMAIrueaUsra3bQ { position:absolute;display:block;z-index:15003;background-color:#0055b8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:0.8125rem;top:25.3125rem;left:0rem;display:block; }
#TysdaaE07RhUEokhpNbzlCWB4oyLuIPK { position:absolute;display:block;z-index:15007;background-color:#151824;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:17.875rem;top:25.3125rem;left:0.811767578125rem;display:block; }
#BsQ8KeITuTzr8ZsCf8nHIT50OUDNXcEJ { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:35.8125rem;left:3.4990234375rem;height:7.4365rem;text-align:left;text-align-last:left;display:block; }
#wp7IRHnOx7ZTLKofzWZGG87UbIrsZEEX { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:28.4375rem;left:3.499755859375rem;height:7.796875rem;font-style:normal;display:block; }
#CIDxxNzFPKUTPex9mAH0vyu8CWpp6Dod { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:41.6875rem;top:50.625rem;left:0rem;display:block; }
#ub2Xudo2A3sMTAmL5k1Mcs4pGZDNWM0H { position:absolute;display:block;z-index:15002;background-color:#151824;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:17.875rem;top:50.625rem;left:41.624755859375rem;display:block; }
#rx8kEvbS51i2579gSqIGyyuqFU4RBsFE { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:59.0625rem;left:45rem;height:8.9238125rem;text-align:left;text-align-last:left;display:block; }
#L1C5Q9vVEiH94BsrSg9fyCPTBT5fWR3m { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:53.75rem;left:45rem;height:5.84765625rem;font-style:normal;display:block; }
#If8ZTRPlXQTeXwLyRUKNdETsgt2IuDQh { position:absolute;display:block;z-index:15030;background-color:#151824;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:17.875rem;top:75.9375rem;left:0.78125rem;display:block; }
#loTtLuaGiZrXxIPDsS4TO10hzRlAaMkq { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:0.8125rem;top:75.9375rem;left:0rem;display:block; }
#xvA49UZxHH8WaOtvhxV0J9gh2gHSop3N { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:41.6875rem;top:75.9375rem;left:18.311767578125rem;display:block; }
#rp2XBtk3C0ppIWvp4yL1DZ4r7EAyAhcN { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:79.0625rem;left:3.4990234375rem;height:5.84765625rem;font-style:normal;display:block; }
#RVhTVSOZAkP8tobxZO7umIqMXePd9Q6s { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:86.185146331787rem;left:3.5rem;height:8.9238125rem;text-align:left;text-align-last:left;display:block; }
#Luk6zbt7puaC9D4ehLVdeypGtwuy41ba { position:absolute;display:block;z-index:15004;background-color:#0055b8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:0.8125rem;top:0rem;left:59.1875rem;display:block; }
#hBW5Ei9EnhWRbFQVsTrl37KKXRvW113h { position:absolute;display:block;z-index:15005;background-color:#0055b8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:0.8125rem;top:75.9375rem;left:0rem;display:block; }
#n503lg4WDogN8TbSsimct0Om8KOErTqi { position:absolute;display:block;z-index:15006;background-color:#0055b8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:0.8125rem;top:50.625rem;left:59.1875rem;display:block; }
#J7KFbXmAbfdSpXXWzKmiT6TfNPs4au2P { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:41.6875rem;top:101.5625rem;left:0rem;display:block; }
#ssey6skx0rhuHXpMRTDgmhQDcR0MvuT8 { position:absolute;display:block;z-index:15007;background-color:#151824;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:17.875rem;top:101.5625rem;left:41.625rem;display:block; }
#ATsZGK4ngX4RrlDsfOlTbUA8u2reBstC { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:104.6875rem;left:45rem;height:3.8984375rem;font-style:normal;display:block; }
#bRyqvr6J4SrM9CbdH2glJqLI3mCsgWAO { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:110rem;left:45rem;height:7.4365rem;text-align:left;text-align-last:left;display:block; }
#IEhqEiQZdTHvpn94zoS1MqbVU9wOC1uZ { position:absolute;display:block;z-index:15011;background-color:#0055b8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:0.8125rem;top:101.5625rem;left:59.1875rem;display:block; }
#fAIlRBI46R5ehNaoFVr0L3wPWecWeGaQ { position:absolute;display:block;z-index:15005;background-color:#151824;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:17.875rem;top:101.5625rem;left:28.9375rem;display:block; }
#FTMIq8UUCplAwCgnJhACvSGmP2O4y6Oy { position:absolute;display:block;z-index:15030;background-color:#151824;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:17.875rem;top:75.9375rem;left:0.78125rem;display:none; }
#GZT2IRvJZcraMlKsOmA1WxZDZpVZSKl7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#GZT2IRvJZcraMlKsOmA1WxZDZpVZSKl7 > .row .container { background-color: transparent; background-image: none; }#GZT2IRvJZcraMlKsOmA1WxZDZpVZSKl7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZT2IRvJZcraMlKsOmA1WxZDZpVZSKl7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZT2IRvJZcraMlKsOmA1WxZDZpVZSKl7 > .row .container > .video-iframe-container { display: none; }#GZT2IRvJZcraMlKsOmA1WxZDZpVZSKl7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZT2IRvJZcraMlKsOmA1WxZDZpVZSKl7 > .row > .video-iframe-container { display: none; }#GZT2IRvJZcraMlKsOmA1WxZDZpVZSKl7 > .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); }#GZT2IRvJZcraMlKsOmA1WxZDZpVZSKl7 > .row .container { border-width: 0; border-radius: 0; }#GZT2IRvJZcraMlKsOmA1WxZDZpVZSKl7 > .row > .video-iframe-container {  }#GZT2IRvJZcraMlKsOmA1WxZDZpVZSKl7 > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:60rem;position:relative;display:block; }#USz9VepKSDfKvdLu3u3re2a9buLnOhuu { color:#333333;display:block;width:27.25rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.6;letter-spacing:0;top:12.67578125rem;left:32.75rem;height:9.795875rem;font-style:normal;display:block; }
#FHQlZ4Qy1aXhNZXWdytGToaC602b3R4G { color:#333333;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fQyqELylohsv39arpcsmBE9vSnvmy1P6 { color:#333333;display:block;width:27.0625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:23.8388671875rem;left:32.9375rem;height:2.6rem;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; }
#m6mrJMDSVv8w5UQbOwTQRGZsi2BPPZ9e { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5rem;width:29.6875rem;top:10.125rem;left:0rem;display:block; }
#uazUrdM6ng0m1TCI7ixyCAtxZk5Z3bas { color:#333333;display:block;width:27.25rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:9.55078125rem;left:32.75rem;height:2rem;font-style:normal;display:block; }
#GqDgLzOdAFBUEmVqdnpvFxE0tZR8w5QF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GqDgLzOdAFBUEmVqdnpvFxE0tZR8w5QF > .row .container { background-color: transparent; background-image: none; }#GqDgLzOdAFBUEmVqdnpvFxE0tZR8w5QF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqDgLzOdAFBUEmVqdnpvFxE0tZR8w5QF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqDgLzOdAFBUEmVqdnpvFxE0tZR8w5QF > .row .container > .video-iframe-container { display: none; }#GqDgLzOdAFBUEmVqdnpvFxE0tZR8w5QF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqDgLzOdAFBUEmVqdnpvFxE0tZR8w5QF > .row > .video-iframe-container { display: none; }#GqDgLzOdAFBUEmVqdnpvFxE0tZR8w5QF > .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); }#GqDgLzOdAFBUEmVqdnpvFxE0tZR8w5QF > .row .container { border-width: 0; border-radius: 0; }#GqDgLzOdAFBUEmVqdnpvFxE0tZR8w5QF > .row > .video-iframe-container {  }#GqDgLzOdAFBUEmVqdnpvFxE0tZR8w5QF > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;position:relative;display:block; }#GBGXrpaU8qtxLCURNUETarcXnTNmJKRq { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#urDVStTZqH4yZo59RvuixATtlitCRXDm { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:0rem;left:20.25rem;overflow:hidden;display:block; }
#l9LLQECAt58452XODiWqSoG3bSpP25aU { position:absolute;display:block;z-index:15005;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:0rem;left:40.5rem;overflow:hidden;display:block; }
#zFhLVT8SCTcT1Ae2fbZ3z53hv4i0VQ3x { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:15.2490234375rem;left:0rem;overflow:hidden;display:block; }
#AvpZdG42UiNqmvRqU9eZAMBPnn8u6ZPN { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:15.2490234375rem;left:40.5rem;overflow:hidden;display:block; }
#Hcn1iRrOybDB9tzJDM9Q7fvnTTlFHM68 { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:14.375rem;width:19.375rem;top:15.2490234375rem;left:20.3125rem;overflow:hidden;display:block; }
#CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz > .row .container { background-color: transparent; background-image: none; }#CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz > .row .container > .video-iframe-container { display: none; }#CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz > .row > .video-iframe-container { display: none; }#CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz > .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); }#CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz > .row .container { border-width: 0; border-radius: 0; }#CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz > .row > .video-iframe-container {  }#CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:block; }#ybASMJ6yxAbSCSbPUq8sZRw3irrr556K { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;height:21.125rem;width:16.25rem;top:12.4375rem;left:43.375rem;display:block; }
#GkKBsb1QyCKoqubECzkpfiF4bMVXyxvA { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:25.9375rem;left:43.5625rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SGo1nnmgLFyWJIap5p1TcPzxVnkg2zs6 { color:#585858;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:17.3125rem;left:44.65625rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JCaymgvBVMo9BZ6S2eO6UGR06uPDIuKG { color:#000000;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q4T7GwepVBQJJfq9vDtKDoUdDA3eMIk0 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.125rem;width:41.1875rem;top:10.8125rem;left:0rem;display:block; }
#o2mumO1hQlLQzwwBAIqFpAINtKg951kS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:5.0625rem;top:10.75rem;left:42.4375rem;overflow:hidden;display:block; }
#Lu4bo2GzNohu98QKPa88pdTDdwXBNTIh { color:rgba(0,0,0,0.5);display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SqPoQrc9dHNLnBcKwoLa9ELvURwS5fS4 { color:#000000;display:block;width:9rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:31.5rem;left:48.6875rem;height:1.13671875rem;font-style:normal;display:block; }
#N6FJgp0AQVXTJ6X96RWQSG6lWZPfTfw3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:30.6875rem;left:45.9375rem; }
#N6FJgp0AQVXTJ6X96RWQSG6lWZPfTfw3 > img { max-width: 100%;max-height:100%; }#c67IEQT5NN7FHFPcT1NIyOXJMkTbZAWF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:6rem;left:46.875rem; }
#Uek6lPeJLxDfl5rC6rUggTlBHitZADJr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(204deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(204deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(204deg, #ffffff, #ffffff);background-image: -o-linear-gradient(204deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(204deg, #ffffff, #ffffff);background-size:auto !important;position:relative;display:block; }#Uek6lPeJLxDfl5rC6rUggTlBHitZADJr > .row .container { background-color: transparent; background-image: none; }#Uek6lPeJLxDfl5rC6rUggTlBHitZADJr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uek6lPeJLxDfl5rC6rUggTlBHitZADJr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uek6lPeJLxDfl5rC6rUggTlBHitZADJr > .row .container > .video-iframe-container { display: none; }#Uek6lPeJLxDfl5rC6rUggTlBHitZADJr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uek6lPeJLxDfl5rC6rUggTlBHitZADJr > .row > .video-iframe-container { display: none; }#Uek6lPeJLxDfl5rC6rUggTlBHitZADJr > .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); }#Uek6lPeJLxDfl5rC6rUggTlBHitZADJr > .row .container { border-width: 0; border-radius: 0; }#Uek6lPeJLxDfl5rC6rUggTlBHitZADJr > .row > .video-iframe-container {  }#Uek6lPeJLxDfl5rC6rUggTlBHitZADJr > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:60rem;position:relative;display:block; }#Sm3JfDi5LfIKTnOn0xazBr8TkpvJcGZH { color:#333333;display:block;width:27rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:36.25rem;left:0rem;height:6.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XBe5T5ekcesa8gGAwrVTt5mW5lHvPwRb { color:#000000;display:block;width:29.125rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:30.4375rem;left:0rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dIeCJRzsdgNaAfyuUUKukIL5544AHDPz { color:#333333;display:block;width:27.8125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:36.25rem;left:30.6875rem;height:6.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GQuQiL4x1Ad554T2ZOaLAN9XeT80BwlZ { color:#000000;display:block;width:29.125rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:30.4375rem;left:30.875rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xo8BiUITtf5HzDTfC8CueiVk2a8F0TyF { color:#000000;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uhiCpv42pm3y3L9mcEDTv7DwdXalH9XQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:29.4375rem;top:11.84375rem;left:0rem;display:block; }
#gtLMJTcUJZLQwkGyNQ5sU41D2nLtObxa { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:29.375rem;top:11.875rem;left:30.625rem;display:block; }
#TatxVKUpTClCalst7fTV1SJv6xJu6rQ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#TatxVKUpTClCalst7fTV1SJv6xJu6rQ8 > .row .container { background-color: transparent; background-image: none; }#TatxVKUpTClCalst7fTV1SJv6xJu6rQ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatxVKUpTClCalst7fTV1SJv6xJu6rQ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatxVKUpTClCalst7fTV1SJv6xJu6rQ8 > .row .container > .video-iframe-container { display: none; }#TatxVKUpTClCalst7fTV1SJv6xJu6rQ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatxVKUpTClCalst7fTV1SJv6xJu6rQ8 > .row > .video-iframe-container { display: none; }#TatxVKUpTClCalst7fTV1SJv6xJu6rQ8 > .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); }#TatxVKUpTClCalst7fTV1SJv6xJu6rQ8 > .row .container { border-width: 0; border-radius: 0; }#TatxVKUpTClCalst7fTV1SJv6xJu6rQ8 > .row > .video-iframe-container {  }#TatxVKUpTClCalst7fTV1SJv6xJu6rQ8 > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:block; }#vDhOc6hwf8rbGTH1CbpqbsOBOfTERlrX { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;height:21.125rem;width:16.25rem;top:12.875rem;left:0rem;display:block; }
#E8wUMBXCuAkuFIIn4ieaTS3oKKSNNkTI { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:25.5rem;left:0.1875rem;height:4.1982375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XWNtNz8HauRiGPakpQe8p3pKfUTWXZEL { color:#585858;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:17.375rem;left:1.3125rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w9cq3wBFsEtwVXmipQ7EGGgiuDdH2Q34 { color:#000000;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zB4IThxKDriGoS5S9HVkIk7uN3vK4GsK { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:5.0625rem;top:11.1875rem;left:12.625rem;overflow:hidden;display:block; }
#QAfcHD8MwisvoOe3iHG4WtFqGFqDKtmg { color:rgba(0,0,0,0.5);display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tRxBgOKlU9CnEtK8agzdTCMPv6Ii3HVn { color:#000000;display:block;width:9rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:31.875rem;left:5.375rem;height:1.13671875rem;font-style:normal;display:block; }
#Sq6pgl9RJIQmo7GWX3xbvFeJH3bMzewF { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.125rem;width:41.1875rem;top:11.3125rem;left:18.8125rem;display:block; }
#PDzBwaQJdO07qq87ebTRsyl3Qc5AeLew { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:30.8125rem;left:2.3125rem; }
#PDzBwaQJdO07qq87ebTRsyl3Qc5AeLew > img { max-width: 100%;max-height:100%; }#AAQWD3XPgtH99ckNFdm0Kmb94fwPhaDq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AAQWD3XPgtH99ckNFdm0Kmb94fwPhaDq > .row .container { background-color: transparent; background-image: none; }#AAQWD3XPgtH99ckNFdm0Kmb94fwPhaDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAQWD3XPgtH99ckNFdm0Kmb94fwPhaDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAQWD3XPgtH99ckNFdm0Kmb94fwPhaDq > .row .container > .video-iframe-container { display: none; }#AAQWD3XPgtH99ckNFdm0Kmb94fwPhaDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAQWD3XPgtH99ckNFdm0Kmb94fwPhaDq > .row > .video-iframe-container { display: none; }#AAQWD3XPgtH99ckNFdm0Kmb94fwPhaDq > .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); }#AAQWD3XPgtH99ckNFdm0Kmb94fwPhaDq > .row .container { border-width: 0; border-radius: 0; }#AAQWD3XPgtH99ckNFdm0Kmb94fwPhaDq > .row > .video-iframe-container {  }#AAQWD3XPgtH99ckNFdm0Kmb94fwPhaDq > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#L2rGRhiolxw9DQ3eerLHxANIvAJnOlo0 { color:#151824;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z { position:relative;display:block; }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z { background-color: transparent; background-image: none; }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z > .row .container > .video-iframe-container { display: none; }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z > .row > .video-iframe-container { display: none; }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z > .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); }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z { border-width: 0; border-radius: 0; }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z > .row .container > .video-iframe-container {  }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z > .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:13.3125rem;width:60rem;position:relative;display:block; }#THaWrgaIfR20SFL5sDTqE78vplRTku5V { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:15rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OqRHb8cSGlW5igZOhF0mEdap7Rfb3XgW { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:6.25rem;left:15.000001907349rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#IO8m0DyzMyphrux2Asebc7dM1TsaTyly { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:45.0625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cGa0aIABD3ligaIk7rXphFCHHkm5izBv { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:6.25rem;left:44.999998092651rem;height:4.4625rem;text-align:center;text-align-last:center;display:block; }
#CT0qA4P3ZpD5puK9A9hr8doxfZgAmfsz { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:13.3125rem;width:15rem;top:0rem;left:0.0625rem;overflow:hidden;display:block; }
#yyzfpJZLqaUcsRlQr8Ufv0gTQMPPLRR2 { position:absolute;display:block;z-index:14998;background-color:#151824;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:13.3125rem;width:15rem;top:0rem;left:15rem;display:block; }
#kaUhbKDe4CP7RHyep45aaHv2Uk2Xrilo { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:13.3125rem;width:15rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#TZTConNeuIfvNDNMz4fL5MCnJ7iFPglx { position:absolute;display:block;z-index:14999;background-color:#44454b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:13.3125rem;width:15rem;top:0rem;left:44.9375rem;display:block; }
#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx { position:relative;display:block; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx { background-color: transparent; background-image: none; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row .container > .video-iframe-container { display: none; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row > .video-iframe-container { display: none; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .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); }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx { border-width: 0; border-radius: 0; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row .container > .video-iframe-container {  }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .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:13.3125rem;width:60rem;position:relative;display:block; }#cCJVEbyBP7PP8dB4Qft2DBQwRPQbdyxU { color:#151824;display:block;width:15rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dG3xI7JclLyDcRnNPxuFf1OnLuvKF2LI { color:#151824;display:block;width:15rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:6.25rem;left:0rem;height:4.4625rem;text-align:center;text-align-last:center;display:block; }
#p4ZwRA0uvE4tgZZG4fXLyLfk4xDGVeMU { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.125rem;left:30rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wCakT4zzZsyOKyhvFEnlyaIHC945N2SQ { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:6.25rem;left:30.75rem;height:2.975rem;text-align:center;text-align-last:center;display:block; }
#c2gftVKtTvRNkl8crKJTtTP1SwOoalUt { position:absolute;display:block;z-index:15005;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:13.3125rem;width:15rem;top:0rem;left:44.875rem;overflow:hidden;display:block; }
#EciSxIPhK0hznxyqFP0slmni5opJD7Mc { position:absolute;display:block;z-index:15006;background-color:#293049;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:13.3125rem;width:15rem;top:0rem;left:30rem;display:block; }
#Kx6qQkFqGh5xdxhae3qqOfs5tU4aJ42J { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:13.3125rem;width:14.8125rem;top:0rem;left:15.0625rem;overflow:hidden;display:block; }
#cN4tkTB919CKhXMvu2mk4kISsn6MtCTo { position:absolute;display:block;z-index:15007;background-color:#dfe1e6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:13.3125rem;width:15rem;top:0rem;left:0rem;display:block; }
#S8E2HcZOlOT21rHPFv7iROEZivxmRiGf { position:relative;display:block; }#S8E2HcZOlOT21rHPFv7iROEZivxmRiGf { background-color: transparent; background-image: none; }#S8E2HcZOlOT21rHPFv7iROEZivxmRiGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8E2HcZOlOT21rHPFv7iROEZivxmRiGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8E2HcZOlOT21rHPFv7iROEZivxmRiGf > .row .container > .video-iframe-container { display: none; }#S8E2HcZOlOT21rHPFv7iROEZivxmRiGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8E2HcZOlOT21rHPFv7iROEZivxmRiGf > .row > .video-iframe-container { display: none; }#S8E2HcZOlOT21rHPFv7iROEZivxmRiGf > .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); }#S8E2HcZOlOT21rHPFv7iROEZivxmRiGf { border-width: 0; border-radius: 0; }#S8E2HcZOlOT21rHPFv7iROEZivxmRiGf > .row .container > .video-iframe-container {  }#S8E2HcZOlOT21rHPFv7iROEZivxmRiGf > .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:13.3125rem;width:60rem;position:relative;display:block; }#FupIUhnVhS8C8dIGdFQV44HqDbbSVxCG { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:15rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pRyxQherbP9QgpPJKokR9GeveWFALQiS { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:6.25rem;left:15.8125rem;height:4.4625rem;text-align:center;text-align-last:center;display:block; }
#pHPGmCkB7GmTAn5G70h4SZ0VKK3Zui14 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:45rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EkSbcTX5FNMNZnUE9wMuW7ATPC62mZnQ { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:6.25rem;left:45rem;height:2.975rem;text-align:center;text-align-last:center;display:block; }
#ue1yNuSg9NnKqi2RGQzmlEisb66TCoyH { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:13.1875rem;width:15rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ok0yhn0QAsb86X7TFKtzUdiJzTqhIBv8 { position:absolute;display:block;z-index:14998;background-color:#151824;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:13.1875rem;width:15rem;top:0rem;left:15rem;display:block; }
#XF4Fz076NrGT9KJPAzyQQKckDvmVOBZn { position:absolute;display:block;z-index:14997;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:13.1875rem;width:14.875rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#mZr6wID12PmT3GVhfhicENsnkHUyTeqR { position:absolute;display:block;z-index:14999;background-color:#44454b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:13.1875rem;width:15rem;top:0rem;left:44.9375rem;display:block; }
#pTTJ7gUsk6iFfaG4v7Wo2VoxCypF47wm { position:absolute;display:block;z-index:14998;background-color:#151824;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d1d3d4;border-left:0.0625rem solid #d1d3d4;border-right:0.0625rem solid #d1d3d4;border-bottom:0.0625rem solid #d1d3d4;height:13.3125rem;width:15rem;top:0rem;left:15rem;display:none; }
#mmkZqvdBm9CRF0454RFy8VeQ9F6GCJkL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mmkZqvdBm9CRF0454RFy8VeQ9F6GCJkL > .row .container { background-color: transparent; background-image: none; }#mmkZqvdBm9CRF0454RFy8VeQ9F6GCJkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmkZqvdBm9CRF0454RFy8VeQ9F6GCJkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmkZqvdBm9CRF0454RFy8VeQ9F6GCJkL > .row .container > .video-iframe-container { display: none; }#mmkZqvdBm9CRF0454RFy8VeQ9F6GCJkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmkZqvdBm9CRF0454RFy8VeQ9F6GCJkL > .row > .video-iframe-container { display: none; }#mmkZqvdBm9CRF0454RFy8VeQ9F6GCJkL > .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); }#mmkZqvdBm9CRF0454RFy8VeQ9F6GCJkL > .row .container { border-width: 0; border-radius: 0; }#mmkZqvdBm9CRF0454RFy8VeQ9F6GCJkL > .row > .video-iframe-container {  }#mmkZqvdBm9CRF0454RFy8VeQ9F6GCJkL > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#aPFbT0TJPAt0MbRPPUQ4rwC9KEzJwgR3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#aPFbT0TJPAt0MbRPPUQ4rwC9KEzJwgR3 > .row .container { background-color: transparent; background-image: none; }#aPFbT0TJPAt0MbRPPUQ4rwC9KEzJwgR3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPFbT0TJPAt0MbRPPUQ4rwC9KEzJwgR3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPFbT0TJPAt0MbRPPUQ4rwC9KEzJwgR3 > .row .container > .video-iframe-container { display: none; }#aPFbT0TJPAt0MbRPPUQ4rwC9KEzJwgR3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPFbT0TJPAt0MbRPPUQ4rwC9KEzJwgR3 > .row > .video-iframe-container { display: none; }#aPFbT0TJPAt0MbRPPUQ4rwC9KEzJwgR3 > .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); }#aPFbT0TJPAt0MbRPPUQ4rwC9KEzJwgR3 > .row .container { border-width: 0; border-radius: 0; }#aPFbT0TJPAt0MbRPPUQ4rwC9KEzJwgR3 > .row > .video-iframe-container {  }#aPFbT0TJPAt0MbRPPUQ4rwC9KEzJwgR3 > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:block; }#uB9sAyFaKR2d4ZBqrl3Fo88BTi8Tp3Po { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;height:21.125rem;width:16.25rem;top:12.4375rem;left:43.375rem;display:block; }
#PIGme1PyrBJwcm8DrJOXcOSIZ0wARmkJ { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:24.875rem;left:43.5625rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rbRiSSEUEi6zk6T6lgzimcIXHUPePWNR { color:#585858;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:18rem;left:44.65625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ioI1ivdbomA9OkZQwmOegtpuiCvIAKx8 { color:#000000;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dfgbGUJbhpoqF4IpDz9h1qrfgN4Tf6Cg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:5.0625rem;top:10.75rem;left:42.4375rem;overflow:hidden;display:block; }
#yTeg7CkBi86XUXP3bFMTJRDIrgik1nxF { color:rgba(0,0,0,0.5);display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UVppG7W6b8XrdebkwdSAISBeeTmbk6dw { color:#000000;display:block;width:7.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:30.625rem;left:49.25rem;height:1.13671875rem;font-style:normal;display:block; }
#bc0yyy1E6dSE9TMUM4Ib2HCmSiNVLJq4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.25rem;width:17.1875rem;top:10.75rem;left:0rem;overflow:hidden;display:block; }
#Qy2DrhPsNIlCKrpwArgtyQ3csxN3ilUP { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.1875rem;width:17.25rem;top:10.8125rem;left:21.125rem;overflow:hidden;display:block; }
#LJDAGnzbZ4SDigVfSKQIFKv8cCMBX9eu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:29.625rem;left:46.3125rem; }
#LJDAGnzbZ4SDigVfSKQIFKv8cCMBX9eu > img { max-width: 100%;max-height:100%; }#O9TLPHQeWXOCg3RZcpvETC01JRd5fbEv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0055b8;background-image:none;position:relative;display:block; }#O9TLPHQeWXOCg3RZcpvETC01JRd5fbEv > .row .container { background-color: transparent; background-image: none; }#O9TLPHQeWXOCg3RZcpvETC01JRd5fbEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9TLPHQeWXOCg3RZcpvETC01JRd5fbEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9TLPHQeWXOCg3RZcpvETC01JRd5fbEv > .row .container > .video-iframe-container { display: none; }#O9TLPHQeWXOCg3RZcpvETC01JRd5fbEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9TLPHQeWXOCg3RZcpvETC01JRd5fbEv > .row > .video-iframe-container { display: none; }#O9TLPHQeWXOCg3RZcpvETC01JRd5fbEv > .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); }#O9TLPHQeWXOCg3RZcpvETC01JRd5fbEv > .row .container { border-width: 0; border-radius: 0; }#O9TLPHQeWXOCg3RZcpvETC01JRd5fbEv > .row > .video-iframe-container {  }#O9TLPHQeWXOCg3RZcpvETC01JRd5fbEv > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;position:relative;display:block; }#qDK4Fg7VdlRMI8xEWJT9u5iTfLdsPRwL { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:"titillium web";font-size:1.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3935546875rem;left:2.625rem;height:6.3369375rem;font-style:normal;display:block; }
#FxZh3LT3zo7gVrVzbEzm9kF3EpXr8PS8 { display:block;width:30.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:2.59375rem;left:27.90625rem;height:0;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:none; }
#AOTniy9EoIF0QDswiC8q98G1cci3hlVy { background-color:#2a7de1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.5rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:4.84375rem;left:27.53125rem;display:block; }
#epo9hiJCxLvgfSO7d2ZCOD2lZoerLDgN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ChgUw9ZpbQZxebTVIyJ8uLSr0vKBEx27 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ChgUw9ZpbQZxebTVIyJ8uLSr0vKBEx27 > .row .container { background-color: transparent; background-image: none; }#ChgUw9ZpbQZxebTVIyJ8uLSr0vKBEx27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChgUw9ZpbQZxebTVIyJ8uLSr0vKBEx27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChgUw9ZpbQZxebTVIyJ8uLSr0vKBEx27 > .row .container > .video-iframe-container { display: none; }#ChgUw9ZpbQZxebTVIyJ8uLSr0vKBEx27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChgUw9ZpbQZxebTVIyJ8uLSr0vKBEx27 > .row > .video-iframe-container { display: none; }#ChgUw9ZpbQZxebTVIyJ8uLSr0vKBEx27 > .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); }#ChgUw9ZpbQZxebTVIyJ8uLSr0vKBEx27 > .row .container { border-width: 0; border-radius: 0; }#ChgUw9ZpbQZxebTVIyJ8uLSr0vKBEx27 > .row > .video-iframe-container {  }#ChgUw9ZpbQZxebTVIyJ8uLSr0vKBEx27 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#ILi1TnJxyIDPn2h71T2Ph36r9L5yIR1T { color:#151824;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dFqFHna1ovnSAV0iEOWFIaWxQ7n6b48V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dFqFHna1ovnSAV0iEOWFIaWxQ7n6b48V > .row .container { background-color: transparent; background-image: none; }#dFqFHna1ovnSAV0iEOWFIaWxQ7n6b48V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFqFHna1ovnSAV0iEOWFIaWxQ7n6b48V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFqFHna1ovnSAV0iEOWFIaWxQ7n6b48V > .row .container > .video-iframe-container { display: none; }#dFqFHna1ovnSAV0iEOWFIaWxQ7n6b48V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFqFHna1ovnSAV0iEOWFIaWxQ7n6b48V > .row > .video-iframe-container { display: none; }#dFqFHna1ovnSAV0iEOWFIaWxQ7n6b48V > .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); }#dFqFHna1ovnSAV0iEOWFIaWxQ7n6b48V > .row .container { border-width: 0; border-radius: 0; }#dFqFHna1ovnSAV0iEOWFIaWxQ7n6b48V > .row > .video-iframe-container {  }#dFqFHna1ovnSAV0iEOWFIaWxQ7n6b48V > .row .container { font-size:0.875rem;font-family:arial;height:63.0625rem;width:60rem;position:relative;display:block; }#MXPn2QTq3hvCwy6B3G8I4K7G6J4J3VI0 { color:#000000;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.0500001907349rem;left:-0.037500381469726rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HVaGfQl2PaQTnxCBbdT0JnL58SWhz1rw { color:#44454b;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.2375183105469rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#sFOBfvUXvfdLAAtGvlkR2HgnRfOeTCqu { color:#44454b;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.9375rem;left:0.0625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#eM3oCkkt7gLlb3mMOOxoP56WXvxsehad { color:#000000;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:15.75rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jn5T7TTVhEwTJLqN4MnVGxRVQQxUM1ze { box-sizing:content-box;color:#0055b8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:12.0625rem;left:28.500001907349rem;display:block; }
#okrAsqsiQVTn0XhbXr9Xkuxc9UxTZR8x { color:#44454b;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:28.5rem;left:0.0625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#feW9zXwy2yommIerbtOnyRywKsT3OCNT { color:#000000;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:26.5rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WxrmH14uSs1idQLtNueaIDU6IrITl0EK { color:#000000;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:37rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fePTJZ6C8PL6G6NTrzShkVTqsVcSs03h { color:#44454b;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:39.3125rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#B6F4VfWl6efWSgZV4LcBwAUIqM99BA8n { box-sizing:content-box;color:#0055b8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:33.3125rem;left:28.437501907349rem;display:block; }
#E6Fg2pusDgoGfBTiHiRaTI2TKbTsA9Xu { box-sizing:content-box;color:#0055b8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:44.125rem;left:28.437501907349rem;display:block; }
#s32OCT4FsLGb8b0gNFdKQimAPZTNcPv7 { color:#000000;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:47.8125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EcgiwE3mu3XuQtxb4QehLfs6im9GTcd4 { color:#44454b;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:50rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#eEqZHmMJ1biOWfSDqTWnAgAz8HRN6K7b { box-sizing:content-box;color:#0055b8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:54.4375rem;left:28.4375rem;display:block; }
#uHZoaitK8hQcZowGykTBczTtairCxuWt { color:#000000;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:58.125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H0AZPE9eknKRIxF19aZTFeLP3mBd12tI { color:#44454b;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:60.3125rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#EcOuW6rIEQzEmNLwvvdrU8C0XG5t0uNR { box-sizing:content-box;color:#0055b8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:22.75rem;left:28.437501907349rem;display:block; }
#SLdmpiXDQmTXAfH6sWMJPseLH7lymkLH { box-sizing:content-box;color:#0055b8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:1.3374938964844rem;left:28.437501907349rem;display:block; }
#bUk3fwO3dd0Z0KLpyw9V1szipEsTT7ua { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bUk3fwO3dd0Z0KLpyw9V1szipEsTT7ua > .row .container { background-color: transparent; background-image: none; }#bUk3fwO3dd0Z0KLpyw9V1szipEsTT7ua::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUk3fwO3dd0Z0KLpyw9V1szipEsTT7ua > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUk3fwO3dd0Z0KLpyw9V1szipEsTT7ua > .row .container > .video-iframe-container { display: none; }#bUk3fwO3dd0Z0KLpyw9V1szipEsTT7ua > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUk3fwO3dd0Z0KLpyw9V1szipEsTT7ua > .row > .video-iframe-container { display: none; }#bUk3fwO3dd0Z0KLpyw9V1szipEsTT7ua > .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); }#bUk3fwO3dd0Z0KLpyw9V1szipEsTT7ua > .row .container { border-width: 0; border-radius: 0; }#bUk3fwO3dd0Z0KLpyw9V1szipEsTT7ua > .row > .video-iframe-container {  }#bUk3fwO3dd0Z0KLpyw9V1szipEsTT7ua > .row .container { font-size:0.875rem;font-family:arial;height:88.75rem;width:60rem;position:relative;display:block; }#WarCuD0A3KfA1uhQydVdfaCcFmyX3pw4 { color:#44454b;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:84.7998046875rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#mH2XWHNhzzE7BhUpTbKCTIBP6Cm90UUd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:83.5625rem;width:40.9375rem;top:0.6748046875rem;left:9.5rem;overflow:hidden;display:block; }
#QD8BJ0CsmIJS8iG1H7J04C47gyg619ev { position:relative;display:none; }#QD8BJ0CsmIJS8iG1H7J04C47gyg619ev { border-width: 0; border-radius: 0; }#QD8BJ0CsmIJS8iG1H7J04C47gyg619ev > .row .container > .video-iframe-container {  }#QD8BJ0CsmIJS8iG1H7J04C47gyg619ev > .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:18.75rem;width:60rem;position:relative;display:none; }#kOq2zsJBRDJeBJvib4de6ut8VVIgAM3s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kOq2zsJBRDJeBJvib4de6ut8VVIgAM3s > .row .container { background-color: transparent; background-image: none; }#kOq2zsJBRDJeBJvib4de6ut8VVIgAM3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOq2zsJBRDJeBJvib4de6ut8VVIgAM3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOq2zsJBRDJeBJvib4de6ut8VVIgAM3s > .row .container > .video-iframe-container { display: none; }#kOq2zsJBRDJeBJvib4de6ut8VVIgAM3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOq2zsJBRDJeBJvib4de6ut8VVIgAM3s > .row > .video-iframe-container { display: none; }#kOq2zsJBRDJeBJvib4de6ut8VVIgAM3s > .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); }#kOq2zsJBRDJeBJvib4de6ut8VVIgAM3s > .row .container { border-width: 0; border-radius: 0; }#kOq2zsJBRDJeBJvib4de6ut8VVIgAM3s > .row > .video-iframe-container {  }#kOq2zsJBRDJeBJvib4de6ut8VVIgAM3s > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#hyNSCAiCHCQA7Uh3zulwySTqMaCEausw { color:#151824;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CJsybsphgXfezUvkBTbg0PHN90rLLHN9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0055b8;background-image:none;position:relative;display:none; }#CJsybsphgXfezUvkBTbg0PHN90rLLHN9 > .row .container { border-width: 0; border-radius: 0; }#CJsybsphgXfezUvkBTbg0PHN90rLLHN9 > .row > .video-iframe-container {  }#CJsybsphgXfezUvkBTbg0PHN90rLLHN9 > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:60rem;position:relative;display:none; }#wEETFyHc4pvF0Bx8hF8xaRtnKwVrgNcp { background-color:#ffffff;background-image:none;height:45.9375rem;width:22.5rem;position:absolute;display:block;z-index:15052;top:3.0625rem;left:18.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.19) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.3125rem;border-top:0.125rem solid #4b75e6;border-right:0.125rem solid #4b75e6;border-bottom:0.125rem solid #4b75e6;border-left:0.125rem solid #4b75e6;display:block; }
#hvuPh8sfXDTxLbwWLTDSc3t6SbXCfEcK { height:4.8125rem;width:20.1875rem;position:absolute;display:block;z-index:15049;top:37.8125rem;left:19.9375rem;background-color:transparent;background-image:none;display:block; }
#xX1GutgUoIrIhhMaqTFqAtfvFi8JPUhm { background-color:#ffffff;background-image:none;height:40.6875rem;width:18.5625rem;position:absolute;display:block;z-index:15044;top:4.875rem;left:41.375rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.19) ;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom:0.1875rem solid #d4d4d4;display:block; }
#f9OSHgTeTuDnhxeRU5ez0D4IsAT8suKF { height:4.8125rem;width:20.1875rem;position:absolute;display:block;z-index:15043;top:36.5rem;left:39.75rem;background-color:transparent;background-image:none;display:block; }
#XavfQ3IUbnSqmOSJUvTLQLnTL5vUpeZV { background-color:#ffb224;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;text-shadow:0.125rem 0.125rem 0.0625rem rgba(207,134,0,0.77);padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:39.125rem;left:45.65625rem;display:block; }
#ZbIe4KSw2WBwBoQdo9Rvp7FMWqX2QISU { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#eFWSfLxc0UBI1udi1fpTJX0aSf9K0Xkw { background-color:#ffffff;background-image:none;height:40.25rem;width:18.6875rem;position:absolute;display:block;z-index:15049;top:4.9375rem;left:0rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.19) ;border-top-left-radius:0.3125rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom:0.1875rem solid #d4d4d4;display:block; }
#S7bLxJzuWo3OQ95mJw1pddZhHAv4Cb7h { background-color:#ffb224;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;text-shadow:0.125rem 0.125rem 0.0625rem rgba(207,134,0,0.77);padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:42.625rem;left:25rem;display:block; }
#Vwm51KJT9Pl5D0t7Sw7k02rAFSUwUZr7 { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#gC5FIWqomWSazEW01CTZ77TSqQNQnQkR { background-color:#ffb224;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;text-shadow:0.125rem 0.125rem 0.0625rem rgba(207,134,0,0.77);padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:39.125rem;left:4.34375rem;display:block; }
#I4UsbBtWOLgptGWAmA4RIZCucSGXKXi4 { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#TodW0682tet5Zn6BByB6Flulg05T244T { color:#44454b;display:block;width:15.06225rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:17.5rem;left:44.375rem;height:17.0625rem;text-align:left;text-align-last:left;display:block; }
#Bg7liEqJHAEkBaL0mXO4B5tnnPRmwHWb { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15091;top:30.75rem;left:42.187501907349rem;display:block; }
#n2TZzUCTqylWdhnIabDtVAdTeTwWhUs6 { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15092;top:33rem;left:42.187501907349rem;display:block; }
#rHcWIEPHchVPQkque6sQBuk2dZaGZwuF { color:#44454b;display:block;width:15.0625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:17.5rem;left:2.75rem;height:11.4375rem;text-align:left;text-align-last:left;display:block; }
#rKRaXSabHm4UEQFT7XvU6adbQ9SpVrHc { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15083;top:23.875rem;left:0.5625rem;display:block; }
#WOkQTUzNV42bapmBQ3GdRrfR4K55Lr1t { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15084;top:27.3125rem;left:0.5625rem;display:block; }
#NWgoaEQVAMPqiEJ6IhcSnlUqMV3yuOXl { color:#44454b;display:block;width:17.3125rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:17.5rem;left:22rem;height:20.6625rem;text-align:left;text-align-last:left;display:block; }
#kiPBg0tuVa95X6Gok6i5sRq2H6CTl7LH { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15090;top:27.4375rem;left:19.625001907349rem;display:block; }
#TgKE8P6fdbN3IMHyerNhOALrEByQwtOp { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15091;top:30.9375rem;left:19.625001907349rem;display:block; }
#qytP1BbzKmCRVcmzTkmTGNLC49XGTZD8 { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15088;top:23.875rem;left:42.1875rem;display:block; }
#uuGL9TMSv0qup5H1CTUvTTRFyGzs5q0e { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15089;top:26.3125rem;left:42.187501907349rem;display:block; }
#d47v4HifnnXaA6Ta8ixqJXFVBNALD8OG { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15090;top:28.5rem;left:42.187501907349rem;display:block; }
#xPAH57xemMVSmXI5a1T8Uy45Qk5l60S6 { background-color:#e3e3e3;background-image:none;height:6.25rem;width:20rem;position:absolute;display:block;z-index:15051;top:9.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;display:block; }
#AaaSCtqliuTFcMbk64IBArPd4Dausk0E { background-color:#e3e3e3;background-image:none;height:6.25rem;width:22.5rem;position:absolute;display:block;z-index:15054;top:9.25rem;left:18.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;display:block; }
#pvkWZ7uc6z3qTqt9HelTtCPf3ccTh6FI { background-color:#e3e3e3;background-image:none;height:6.25rem;width:20rem;position:absolute;display:block;z-index:15046;top:9.25rem;left:39.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;display:block; }
#SXcyD4EIy9o0oNmaSGP2JFbavRPSa0oh { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15080;top:17.1875rem;left:0.5625rem;display:block; }
#yX1ORVbekdtDI8UIIdeifu6G4AiG4N49 { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15081;top:20.625rem;left:0.5625rem;display:block; }
#Ovov1rfXUyRGIzPsicTosXWSVNNpchH1 { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15087;top:17.1875rem;left:19.625001907349rem;display:block; }
#Kiu4Hxu9ZK8lPEwJJDkql9QaEo6MiG3b { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15088;top:20.625rem;left:19.625rem;display:block; }
#GmfPN57HoQHlOvZJCdtM1vKz50ZoDk4W { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15089;top:23.875rem;left:19.625001907349rem;display:block; }
#rcXywuAebDG2qrKlr0uQbKgvyIUKeAaO { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15085;top:17.25rem;left:42.1875rem;display:block; }
#ca0dT7Rwyqd7UK97wgrq2gz3HXkTrNoe { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15086;top:19.5rem;left:42.1875rem;display:block; }
#MuQGS1rKJnT17PElw2bbNw7NgpRJTQ6g { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15087;top:21.6875rem;left:42.1875rem;display:block; }
#TSaJtNguGdaXLuP6vVxd6lEHJZtLHbFO { display:block;width:15.1875rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:normal;z-index:15056;line-height:1.2;top:9.875rem;left:2.4375rem;background-color:transparent;background-image:none;height:2.4rem;text-align:center;text-align-last:center;display:block; }
#AFNpAuzW4Vk4Bm83Aw36KNRULZN7BKIu { display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15057;line-height:1.2;top:12.5rem;left:0rem;background-color:transparent;background-image:none;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#RWqNs7XO0tN7IRykv2dU32XVAFTwXzsv { display:block;width:19.75rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15059;line-height:1.2;top:12.375rem;left:20.0625rem;background-color:transparent;background-image:none;height:2.7rem;text-align:center;text-align-last:center;display:block; }
#T7TVvrsX4nDugSIhBWTgx9omRak9Mr0z { display:block;width:15.5625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:normal;z-index:15058;line-height:1.2;top:9.875rem;left:22.1875rem;background-color:transparent;background-image:none;height:2.4rem;text-align:center;text-align-last:center;display:block; }
#MntLh0ROeRFN2SyPHV4rwwk4muz8v3Om { display:block;width:16.625rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15061;line-height:1.2;top:12.5rem;left:42.375rem;background-color:transparent;background-image:none;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#oDhOlcy5BhehfKQpCU8m5GWnbDv4B2Tr { display:block;width:16rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:normal;z-index:15060;line-height:1.2;top:9.875rem;left:41.625rem;background-color:transparent;background-image:none;height:2.4rem;text-align:center;text-align-last:center;display:block; }
#lE9JBTqNhz5iehG9ZfZyLlQTOm0dkhAR { background-color:#393939;background-image:none;height:4.375rem;width:20rem;position:absolute;display:block;z-index:15050;top:4.875rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;display:block; }
#p364TLr0B3Qn53R28lZ2Bmc0n9zTMtru { background-color:#4b75e6;background-image:none;height:6.25rem;width:22.5rem;position:absolute;display:block;z-index:15053;top:3rem;left:18.75rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;display:block; }
#OgyCvLGPQcZayriPvCzTQK14Tvxg1f9r { background-color:#393939;background-image:none;height:4.375rem;width:20rem;position:absolute;display:block;z-index:15045;top:4.875rem;left:39.9375rem;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;display:block; }
#FOAql2R7GTmezwy2Rt8dnkZTU4x9V11i { display:block;width:19.8125rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:normal;z-index:15055;line-height:1.2;top:5.125rem;left:20.0625rem;background-color:transparent;background-image:none;height:2.4rem;text-align:center;text-align-last:center;display:block; }
#iluR3xV86RTNqDlHsC5KbeipdWEDTx2R { display:block;width:20rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15056;line-height:1.2;top:6.1875rem;left:0.0625rem;background-color:transparent;background-image:none;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#qddE76dmZwWRpqgl4eZ9kGMwD51SWMPR { display:block;width:20rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15057;line-height:1.2;top:6.1875rem;left:40.0625rem;background-color:transparent;background-image:none;height:1.75rem;text-align:center;text-align-last:center;display:none; }
#tT01H2Ipnw20WVX35C4dh5zHs4UVwZhP { height:5.0625rem;width:5.125rem;position:absolute;display:block;z-index:15068;top:3rem;left:36.25rem;background-color:transparent;background-image:none;display:block; }
#lEac7zBhu5E7HW2w6TOvvGDyJyuTbwoH { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15093;top:34.1875rem;left:19.625001907349rem;display:block; }
#hrlCZMb5ANorPbT0QOir9yPRPEdlQ1ZM { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15094;top:36.625rem;left:19.625001907349rem;display:block; }
#TOTqNHZFEbFOQhFetyNxH3HtZF6dDwG3 { background-color:#e3e3e3;background-image:none;height:6.25rem;width:22.5rem;position:absolute;display:block;z-index:15054;top:9.25rem;left:18.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;display:none; }
#rfwVWzBJst7T2zlFyQSHmTlXg2343SdC { display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15057;line-height:1.2;top:6.1875rem;left:41.3125rem;background-color:transparent;background-image:none;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#H2FrB68UpTeWp6W4h5WMfiJqy8L0EeCV { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15085;top:30.750000953674rem;left:0.625rem;display:block; }
#Uq7yksTxHkOEPVE8QLPput1k4JWnM58F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0055b8;background-image:none;position:relative;display:block; }#Uq7yksTxHkOEPVE8QLPput1k4JWnM58F > .row .container { background-color: transparent; background-image: none; }#Uq7yksTxHkOEPVE8QLPput1k4JWnM58F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uq7yksTxHkOEPVE8QLPput1k4JWnM58F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uq7yksTxHkOEPVE8QLPput1k4JWnM58F > .row .container > .video-iframe-container { display: none; }#Uq7yksTxHkOEPVE8QLPput1k4JWnM58F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uq7yksTxHkOEPVE8QLPput1k4JWnM58F > .row > .video-iframe-container { display: none; }#Uq7yksTxHkOEPVE8QLPput1k4JWnM58F > .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); }#Uq7yksTxHkOEPVE8QLPput1k4JWnM58F > .row .container { border-width: 0; border-radius: 0; }#Uq7yksTxHkOEPVE8QLPput1k4JWnM58F > .row > .video-iframe-container {  }#Uq7yksTxHkOEPVE8QLPput1k4JWnM58F > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:60rem;position:relative;display:block; }#S1dGFLTI0zeo9tnU43sJF08xOdD1cIEz { background-color:#ffffff;background-image:none;height:45.9375rem;width:22.5rem;position:absolute;display:block;z-index:15052;top:3.0625rem;left:18.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.19) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.3125rem;border-top:0.125rem solid #4b75e6;border-right:0.125rem solid #4b75e6;border-bottom:0.125rem solid #4b75e6;border-left:0.125rem solid #4b75e6;display:block; }
#pVVG8Wyy4ZgGIpITfQlrbW88t2bJtDfm { height:4.8125rem;width:20.1875rem;position:absolute;display:block;z-index:15049;top:37.8125rem;left:19.9375rem;background-color:transparent;background-image:none;display:block; }
#tfuu849T6qPQ6AR5r0QKSptTGTAtJ3Py { background-color:#ffffff;background-image:none;height:40.6875rem;width:18.5625rem;position:absolute;display:block;z-index:15044;top:4.875rem;left:41.375rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.19) ;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom:0.1875rem solid #d4d4d4;display:block; }
#XCTZORkgvWbaE2DK6eonILNgynV62TlO { height:4.8125rem;width:20.1875rem;position:absolute;display:block;z-index:15043;top:36.5rem;left:39.75rem;background-color:transparent;background-image:none;display:block; }
#QBVQ8ct0cpuJ0UOX0HKfVC764PFUv0LL { background-color:#ffb224;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;text-shadow:0.125rem 0.125rem 0.0625rem rgba(207,134,0,0.77);padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:39.125rem;left:45.65625rem;display:block; }
#MShRurLhMqrTFb9EgZeqz6z0NNKllzUb { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#mGEV4awn3FOaBAq6Q67KMvMAycPhz6Qr { background-color:#ffffff;background-image:none;height:40.25rem;width:18.6875rem;position:absolute;display:block;z-index:15049;top:4.9375rem;left:0rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.19) ;border-top-left-radius:0.3125rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom:0.1875rem solid #d4d4d4;display:block; }
#hrv1Tq1dTE3omTZFDCa6mD2G74TZeUDc { background-color:#ffb224;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;text-shadow:0.125rem 0.125rem 0.0625rem rgba(207,134,0,0.77);padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:42.625rem;left:25rem;display:block; }
#qym7VDpANz1UfEVHTlC8QxTpWt5M5kTb { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#eCkaDDbEeuQOir3BCsy8iVRGwuC6k3OS { background-color:#ffb224;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;text-shadow:0.125rem 0.125rem 0.0625rem rgba(207,134,0,0.77);padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:39.125rem;left:4.34375rem;display:block; }
#aJJx5G7sBtW3tvaXmMyda6SqV0nCaaoi { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#T1y4eQPDSZLD9C2AagdPhC6OJBXpphCa { color:#44454b;display:block;width:15.06225rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:17.5rem;left:44.375rem;height:17.05078125rem;text-align:left;text-align-last:left;display:block; }
#RCxcRKuZyprDTbGTArM0Qh7Pae8RRgVC { color:#44454b;display:block;width:15.0625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:17.5rem;left:2.75rem;height:11.3671875rem;text-align:left;text-align-last:left;display:block; }
#rRy8a1xIShwPB9cQ5gJP6LhfmcUqAbPz { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15083;top:23.875rem;left:0.5625rem;display:block; }
#I7ivlqD6bRR3kqnM8TIzuyA05JxriARX { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15084;top:27.3125rem;left:0.5625rem;display:block; }
#qs07zFUZaywMrD6972BSmTwTyEQ8Hb1f { color:#44454b;display:block;width:17.3125rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:17.5rem;left:22rem;height:19.32421875rem;text-align:left;text-align-last:left;display:block; }
#LaQQ47fdgMlQ2S9KBNNR7CrBR6VSFQzs { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15090;top:27.4375rem;left:19.625001907349rem;display:block; }
#MrKQCafu6aDtGi67T96TgwpOcdl7qkHp { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15091;top:30.9375rem;left:19.625001907349rem;display:block; }
#m8Bn0meApT9ZtOFhuTPOyF33EAs8yJsh { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15088;top:26.375rem;left:42.187501907349rem;display:block; }
#IsN5rI4sAzzWIBB1SQuMSA9hZQ73F02c { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15089;top:29.75rem;left:42.187501907349rem;display:block; }
#z8SBDG6DMu7exGBpXQlq6B6CyFcwSSrv { background-color:#e3e3e3;background-image:none;height:6.25rem;width:20rem;position:absolute;display:block;z-index:15051;top:9.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;display:block; }
#WyeArfl1pphki7pKJbpanFbBkiCg4wlT { background-color:#e3e3e3;background-image:none;height:6.25rem;width:22.5rem;position:absolute;display:block;z-index:15054;top:9.25rem;left:18.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;display:block; }
#QR3rKVr8S2DMwbOB68HQI1rinyKi0yzw { background-color:#e3e3e3;background-image:none;height:6.25rem;width:20rem;position:absolute;display:block;z-index:15046;top:9.25rem;left:39.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;display:block; }
#mbfInEAiaeekIFL8I4DDHwCmJKiiR5Rv { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15080;top:17.1875rem;left:0.5625rem;display:block; }
#hHE9LMVu19Aem4nUzOfOUw1V6Dr5m3Jq { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15081;top:20.625rem;left:0.5625rem;display:block; }
#TETPhN9aFM25vAS2Fbq5AXHMPGg6R6i8 { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15087;top:17.1875rem;left:19.625001907349rem;display:block; }
#IL6eHIDJKmWaw9xl6TJfP3mVR7E8lhUw { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15088;top:20.625rem;left:19.625rem;display:block; }
#ARaXMBXca90X2nPWt5ucOxE0KxNn1Lmb { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15089;top:23.875rem;left:19.625001907349rem;display:block; }
#Bmcf7hvamwpNQTAgKcQ2DBetTmUf02HN { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15085;top:17.25rem;left:42.1875rem;display:block; }
#JwMNT5KSZMhPbLevbP7XeBFUTt39W974 { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15086;top:19.5625rem;left:42.187501907349rem;display:block; }
#Iv5zCoxD692RM2sbBnURGU8n2BsIJz5b { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15087;top:22.875rem;left:42.187501907349rem;display:block; }
#aFvybMvr9kVsctJxi7QhduHoIt8iVUUx { display:block;width:15.1875rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:normal;z-index:15056;line-height:1.2;top:9.875rem;left:2.4375rem;background-color:transparent;background-image:none;height:2.3994125rem;text-align:center;text-align-last:center;display:block; }
#F4sX7tma9SvEVPAaDQFlDpqiWNLHJFUA { display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15057;line-height:1.2;top:12.5rem;left:0rem;background-color:transparent;background-image:none;height:1.798825rem;text-align:center;text-align-last:center;display:block; }
#d6QUy0b7NPBVpvXm4G5u8BECouCzodBX { display:block;width:19.75rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15059;line-height:1.2;top:12.375rem;left:20.0625rem;background-color:transparent;background-image:none;height:2.69824375rem;text-align:center;text-align-last:center;display:block; }
#axHP5nnH66KPoMzK9TVXfm6UBcobsWZy { display:block;width:15.5625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:normal;z-index:15058;line-height:1.2;top:9.875rem;left:22.1875rem;background-color:transparent;background-image:none;height:2.3994125rem;text-align:center;text-align-last:center;display:block; }
#MahqE2PUBB94fvn7IFxOFnoSGba4Bnqa { display:block;width:16.625rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15061;line-height:1.2;top:12.5rem;left:42.375rem;background-color:transparent;background-image:none;height:0.9rem;text-align:center;text-align-last:center;display:block; }
#yLX5ObE2BtAdHAPvxWM0r2q1rCoAbpNm { display:block;width:16rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:normal;z-index:15060;line-height:1.2;top:9.875rem;left:41.625rem;background-color:transparent;background-image:none;height:2.3994125rem;text-align:center;text-align-last:center;display:block; }
#kdrIXOJTN8cD2IrrNlNGuGpB0Q5AaPD2 { background-color:#393939;background-image:none;height:4.375rem;width:20rem;position:absolute;display:block;z-index:15050;top:4.875rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;display:block; }
#hzGzIcOC3BlPd33pFLFNfQD5l4n5QR15 { background-color:#4b75e6;background-image:none;height:6.25rem;width:22.5rem;position:absolute;display:block;z-index:15053;top:3rem;left:18.75rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;display:block; }
#ZOklGOE1zlehVTzMnRuTe8SN1frION2T { background-color:#393939;background-image:none;height:4.375rem;width:20rem;position:absolute;display:block;z-index:15045;top:4.875rem;left:39.9375rem;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;display:block; }
#J3ZZOD2CANxDWBsMd3fg89giqqIwC1W2 { display:block;width:19.8125rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:normal;z-index:15055;line-height:1.2;top:5.125rem;left:20.0625rem;background-color:transparent;background-image:none;height:2.4rem;text-align:center;text-align-last:center;display:block; }
#CFz36ScFCKxor1iH1Uc3GTucrCDMyehy { display:block;width:20rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15056;line-height:1.2;top:6.1875rem;left:0.0625rem;background-color:transparent;background-image:none;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#d1M9qGUTvp95ct11dHnsF8BdRX6LL9ol { display:block;width:20rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15057;line-height:1.2;top:6.1875rem;left:40.0625rem;background-color:transparent;background-image:none;height:1.75rem;text-align:center;text-align-last:center;display:none; }
#o19XlgFgpkUuPwwmiAGxCpGTBwWXvpQ5 { height:5.0625rem;width:5.125rem;position:absolute;display:block;z-index:15068;top:3rem;left:36.25rem;background-color:transparent;background-image:none;display:block; }
#xlV93oIcJPW1y7WcS2qG8nvyByvVMM94 { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15093;top:34.1875rem;left:19.625001907349rem;display:block; }
#TogiGGqW0ZIANGA3117fwtxSpEtspphd { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15094;top:36.625rem;left:19.625001907349rem;display:block; }
#ftlTRn499r47McPWLliLXeB0u8EKESt7 { background-color:#e3e3e3;background-image:none;height:6.25rem;width:22.5rem;position:absolute;display:block;z-index:15054;top:9.25rem;left:18.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;display:none; }
#h03cVqEsha7T7NkJXMWF4vzbtoDOS2Gf { display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15057;line-height:1.2;top:6.1875rem;left:41.3125rem;background-color:transparent;background-image:none;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#rzqUJ7oPDTLCWaHpkpu5pGevLGMGkuzU { box-sizing:content-box;color:#393939;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15085;top:30.750000953674rem;left:0.625rem;display:block; }
#lhQdM3hZei50XSqudb15ZhhsSB6kDadO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lhQdM3hZei50XSqudb15ZhhsSB6kDadO > .row .container { background-color: transparent; background-image: none; }#lhQdM3hZei50XSqudb15ZhhsSB6kDadO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhQdM3hZei50XSqudb15ZhhsSB6kDadO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhQdM3hZei50XSqudb15ZhhsSB6kDadO > .row .container > .video-iframe-container { display: none; }#lhQdM3hZei50XSqudb15ZhhsSB6kDadO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhQdM3hZei50XSqudb15ZhhsSB6kDadO > .row > .video-iframe-container { display: none; }#lhQdM3hZei50XSqudb15ZhhsSB6kDadO > .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); }#lhQdM3hZei50XSqudb15ZhhsSB6kDadO > .row .container { border-width: 0; border-radius: 0; }#lhQdM3hZei50XSqudb15ZhhsSB6kDadO > .row > .video-iframe-container {  }#lhQdM3hZei50XSqudb15ZhhsSB6kDadO > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:60rem;position:relative;display:block; }#dx1AWnRTg4Wwnzv31URWH0NHPgmQZusB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dx1AWnRTg4Wwnzv31URWH0NHPgmQZusB > .row .container { background-color: transparent; background-image: none; }#dx1AWnRTg4Wwnzv31URWH0NHPgmQZusB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dx1AWnRTg4Wwnzv31URWH0NHPgmQZusB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dx1AWnRTg4Wwnzv31URWH0NHPgmQZusB > .row .container > .video-iframe-container { display: none; }#dx1AWnRTg4Wwnzv31URWH0NHPgmQZusB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dx1AWnRTg4Wwnzv31URWH0NHPgmQZusB > .row > .video-iframe-container { display: none; }#dx1AWnRTg4Wwnzv31URWH0NHPgmQZusB > .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); }#dx1AWnRTg4Wwnzv31URWH0NHPgmQZusB > .row .container { border-width: 0; border-radius: 0; }#dx1AWnRTg4Wwnzv31URWH0NHPgmQZusB > .row > .video-iframe-container {  }#dx1AWnRTg4Wwnzv31URWH0NHPgmQZusB > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:60rem;position:relative;display:block; }#tMkQWxUOBBLKiTwrdeCOvpbLeTJlKOP8 { color:#151824;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BM8J8A0Qtz1vTbTVZKN5usETuaENc5PS { color:#151824;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qct9aBFNkPh4Zq2xdkBnTESomFSx72Wv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:8rem;left:21.375rem; }
#Qct9aBFNkPh4Zq2xdkBnTESomFSx72Wv > img { max-width: 100%;max-height:100%; }#Iumv0W8u7yThnnA14UxDCO5PdATZCCuK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:8rem;left:24.875rem; }
#Iumv0W8u7yThnnA14UxDCO5PdATZCCuK > img { max-width: 100%;max-height:100%; }#mJFa8HBCXKZrxLIefzf7cz0af3vrDMgK { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:8rem;left:28.6875rem; }
#mJFa8HBCXKZrxLIefzf7cz0af3vrDMgK > img { max-width: 100%;max-height:100%; }#lUstNyN5VlyOQlOG1ZyM3OJfX3ZsOmrP { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:8rem;left:32.5625rem; }
#lUstNyN5VlyOQlOG1ZyM3OJfX3ZsOmrP > img { max-width: 100%;max-height:100%; }#g8mCHkAsCK1qHR9xSedcUpOsw9GxVRKA { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:8rem;left:36.0625rem; }
#g8mCHkAsCK1qHR9xSedcUpOsw9GxVRKA > img { max-width: 100%;max-height:100%; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QrBFIdVp51KDRuWbCwD1cT5wpy0NmfQX { display:none; }#QrBFIdVp51KDRuWbCwD1cT5wpy0NmfQX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M7bXa9zrcRK1aPecLQ3TrJESUe7aJxQr { width:8.125rem;height:1.875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRvDTBXFO0kooaiJ0ouPvlJsFzDnUzMe { display:block; }
 }@media only screen and (max-width: 763px) { #zCO3kND9qI71c6N20mnx7KcEQwmB0pJb { width:8.125rem;height:1.875rem;top:1.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6XVEhFi3xq9mi7hTTGMf47oduNHR03A { display:block; }
 }@media only screen and (max-width: 763px) { #ousElohJgMnvRTgQ2AWHbn5WGPotyzST { width:8.125rem;height:1.875rem;top:1.5625rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtSQhtrDMSe7d0BxKZ6SU0WOQ2wPrSTk { display:block; }
 }@media only screen and (max-width: 763px) { #QIyDK0unbeoqT3d2TnwpukkGBKBlEnB5 { width:8.125rem;height:1.875rem;top:1.5625rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxDO1zrO7QfJhkTU08SNauoh8LGCHcn9 { display:block; }
 }@media only screen and (max-width: 763px) { #K2wEoTcEDiELVoR1FElytfmZAFnikTFr { width:6.25rem;height:1.3125rem;top:4.25rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9cOZqR5T64GBg6nZBkcTzzkKZxRHgN7 { display:none; }#M9cOZqR5T64GBg6nZBkcTzzkKZxRHgN7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO { display:block; }#psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVTNmrr4AMAp854HWpxSAMJUmfaAWpZ4 { width:47.75rem;height:4.875rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#0e9ae5;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:roboto;font-size:3.125rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:5.125rem;height:0.9375rem;position:relative;font-family:roboto;font-size:0.875rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I { top:22.5rem;left:10.4375rem;width:26.625rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #g5cVCW80qTCigAE1CB3TVOf7sOx04Rz4 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #sgwZG1ZEo0pghmy8JTtMG2dEiN7AbgRQ {  }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #eD2kcRkKCTPyI57yo2ud57Dhe9T47mJa {  }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #cfMFFn9FHTavdONwuOmUwQe3XaR62rrc { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #bfV934liSwPWxaEOoT8M2i0OJy2lODzg {  }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #niR5XrvBeaCFLOZr8iHx0FLlKzFVa1k8 {  }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #S0p3yyxfVeX3qwu8k4lgyEsptMIyvTJB { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #SUoldUzbtM7l6e3v04JKpp4KdsqLdUkn {  }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #OEvuhI4W6GETthaSDWFzsRT5hheHLuyf {  }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #xQTIG8HGxxWX6OhB8qFCSwR9uWfoVM71 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #iVa7G8bJZoMmWRSLpq9o8Ch0eTp6EuCP { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #wLNZf5HrbV1ogkl7dyTZ6CGreTyaqcHD { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JAc4HBeUTgTx0NTNqZesiTW0ZOS2M0AE { width:47.75rem;height:1.9375rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Icom71Cyp5GTffVqlRO4zAvCnnetHST1 { top:10.5rem;left:0rem;width:47.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEFxXReJxsItyuRa0QoUGx57gZ0eTAv7 { width:47.75rem;height:1.9375rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzXCgpsr0mfmTSPNpKdTqxrUFR9hWHx5 { width:17.5rem;height:3.4375rem;top:23.5rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE4JVWQITIMXcF6v45JVDD7ePEPqrH7t { display:block; }
 }@media only screen and (max-width: 763px) { #uATWsoVAcl5xkrppmKsddlAz41FcJv4E { width:47.75rem;height:1.9375rem;top:18.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSlUqTwk2mk87heUC7wBKhPW0WDpummm { top:10.5rem;left:0rem;width:47.75rem;height:19.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OT28hRIaF2pWkQkaXO6IpcDnv9xe6f1S { width:47.75rem;height:1.9375rem;top:18.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUAkokDn0AKMulBBLA5R5FMQ26nqJOgk { width:47.75rem;height:1.9375rem;top:18.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { display:block; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIugMDVK4XcLQgpPRezOTU421tVioeUV { width:47.75rem;height:8.125rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAD3MlBA8PXLwydMHZfmtHM6NDN4Unim { display:none; }#cAD3MlBA8PXLwydMHZfmtHM6NDN4Unim > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d2uhDhWtq1chFGHqtDBGHkkQXNtdFKE0 { width:39.3125rem;height:27.25rem;top:3.1875rem;left:0.067347907027175rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSqBb5lzl9i5krBUZEkyptLz3cR9XAiS { width:0.125rem;height:3.6875rem;top:9.8125rem;left:8.4375004768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKDVcTpXi4IhqaxtGPS4DNb937pK9Ca8 { width:1.8125rem;height:0.125rem;top:9.8125rem;left:6.6875004768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7ufMUC9h6AOtVWchahERSyeCF9LvzE2 { width:19.375rem;height:14.375rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TszHVK0SHAXQ2ghbw0H5TSp5mUygBIw8 { width:19.375rem;height:14.375rem;top:42.0625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMZfwm7E9qcRe99byHcElGxSyCrLr3SO { width:19.375rem;height:14.375rem;top:42.0625rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #azdXAwVVCQIvScbzkgyrhOcp2lTcGrTV { width:19.375rem;height:14.375rem;top:57.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCSdSykfk97DsZowQ2E1eBSEX7z7OKEQ { width:19.375rem;height:14.375rem;top:57.1875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO0V5xHwHMiafPtp3KHVK9gSysmlRmmT { width:19.375rem;height:14.375rem;top:57.1875rem;left:14.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCaf9McgJVXlpZCqHTN8yIn9HUQC9USO { width:10.4375rem;height:0.125rem;top:13.375rem;left:8.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTN3dWDbRIDP1EgeyOMn5Ry4txyicny9 { width:19.375rem;height:14.375rem;top:72.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHzE653xN0znidZaf0Ne7ocFTKdsbNv7 { width:19.375rem;height:14.375rem;top:72.5rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHR5wtyTsne6P9kp3Pqt1uc16Q3yRZHr { width:19.375rem;height:14.375rem;top:72.5rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKtWubEsF7PPSSPA529gZUscQIFFwKbx { width:0.125rem;height:4.375rem;top:28.4375rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFHHKAECMyyTnJhFcHrKerbgKfiqUO4T { width:3rem;height:0.125rem;top:32.75rem;left:19.691406726837rem;display:block; }
 }@media only screen and (max-width: 763px) { #KExeiZSkbGgIP1S9y0tFfT5P8d3ZeOUO { width:0.125rem;height:5.875rem;top:21.9375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrG3JsHH1psuS8aI3LarFgkDcDicl5bZ { width:3rem;height:0.125rem;top:27.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBNW7vc2eIBwhMkuNh8vlpTKOgT28t5O { width:0.125rem;height:4.1875rem;top:9.75rem;left:35.3564453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L67089Xq6lUTouZTXN922G77GzGLWMT1 { width:5.4375rem;height:0.125rem;top:13.875rem;left:35.392578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV1Vhdqyu8E0qSUIqbOLpml3XZAPzQiz { width:7.8125rem;height:0.125rem;top:9.6875rem;left:27.625000476837rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM98Sy0Uie0e4ccxHphpIto5EA6zUnLP { width:7.8125rem;height:0.125rem;top:16.125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E97namG4BU26K0A9IQ0DnIdDz9oQ5VGn { width:0.125rem;height:6.75rem;top:16.1875rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgiBZQLW3lG8cFlRU5WESdQ0UwsrcNDI { width:3.8125rem;height:0.125rem;top:22.9375rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H { display:block; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLIm6uLUt41P7vyswAldiLZUhLh7p6aC { width:18.4375rem;height:1.4375rem;top:2.5625rem;left:10.50390625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luI8v1gs11E6DpzVriSMRtRzklEvZILg { width:39.3125rem;height:29.125rem;top:3.1875rem;left:0.067347907027175rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqJCRk5v9zqBpcd3U1ViuoSQTKPfdcLp { width:0.125rem;height:3.6875rem;top:9.8125rem;left:8.4375004768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB2nAzqet0i8zpQkliHB9yRFGTHDHyxE { width:1.8125rem;height:0.125rem;top:9.8125rem;left:6.6875004768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2SRg5kSQMQpDxKU2CsX49BhKD6TPq9b { width:12.5625rem;height:1.4375rem;top:13.1875rem;left:35.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCHAa1gbqQoKNqiTH8HGCWcS7JuAmFTw { width:12.375rem;height:4.5rem;top:12.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpITQJQGMk8rJWrp9Z9OyHT6piRkO6Am { width:17.6875rem;height:2.25rem;top:4.5rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfBGlRtP5F09IuesCzFltmle3Xt7WDF9 { width:15.4375rem;height:1.4375rem;top:22.25rem;left:32.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2SFtga3AwbhCZBCEbcNRSwqPtC8Vy1J { width:15.875rem;height:2.25rem;top:4.375rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDOD6SysWtdTXDtCeCVZVi7TqVrV634M { width:12.5rem;height:2.25rem;top:14.875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmT1TOqdLZ1iTlSeZHwJBK2XhvDGIQaP { width:12.4375rem;height:3.375rem;top:28.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX8TPcQbVgM5QZ1ZQlGTProFLubW2D7V { width:12.5rem;height:2.875rem;top:25.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgXmbeiVK3EU2HkdGKe1KMQJDqDaxpM9 { width:16.375rem;height:2.25rem;top:24.125rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyc8ORKV7mfK3bICNPhcsQhivpErneJT { width:15.9375rem;height:2.875rem;top:31.125rem;left:31.783203125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSCUoWXOlHNHsTOAfVoXSQMo0buLopXF { width:15rem;height:2.25rem;top:34.4375rem;left:31.7841796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezMxet2wEQ6CEE5lrgkpZmo78u2ScNCJ { width:15.375rem;height:2.875rem;top:32.125rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgsg6VrmBNF7ACRvr0XiOXeqfE0ZRsob { width:14.0625rem;height:3.375rem;top:35.4375rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhn8tBN34InxZCmUhJBDwryyxKBqG5k3 { width:19.375rem;height:14.375rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T43BeNxxH8ssQszxKtrU0Gt1FX85WPOo { width:19.375rem;height:14.375rem;top:42.0625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnkmuZaB9M6hfbNdoD7A3FLmarLxBb71 { width:19.375rem;height:14.375rem;top:42.0625rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvQSgL7cueMtwaUuNHDww3iUeV9FPrZr { width:15.875rem;height:1.4375rem;top:2.5625rem;left:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbbb3z6n9ZxoyXdmTaT9cq2gIwMBKzrv { width:19.375rem;height:14.375rem;top:57.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIeZATWqZJei349JsPb8VdtHFauTGubm { width:12.5rem;height:2.875rem;top:9.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbwQs9AqvTNmtsCvZUulptvhEXFgXs3D { width:19.375rem;height:14.375rem;top:57.1875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh6VRvULV8rKJ7yN74vuGXAsSWTeb5Jq { width:19.375rem;height:14.375rem;top:57.1875rem;left:14.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTyt4wloySFqx1zB5LtPnUvr43iikONd { width:10.4375rem;height:0.125rem;top:13.375rem;left:8.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlDfivOg3U6TAs51rvEnnlivKwoa0Emx { width:19.375rem;height:14.375rem;top:72.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTZqFNykzq1gTniXLlPWcnL07tMR0pdk { width:19.375rem;height:14.375rem;top:72.5rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP37xSXIiTCpMBVC3TXoaV79PylNno75 { width:19.375rem;height:14.375rem;top:72.5rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRzAWD7E0uaEzlZQTtBbBEbE5dsTnGGJ { width:0.125rem;height:4.375rem;top:28.4375rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpIpmpV5fBTSTiUAt9tqDarMgAtamsHI { width:3rem;height:0.125rem;top:32.75rem;left:19.691406726837rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTxcMLdXg22Zhk4PamJ2fQnZm4rn017S { width:0.125rem;height:5.875rem;top:21.9375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daaO9nhHDd9enq363auz0a6A3XgKT1RQ { width:3rem;height:0.125rem;top:27.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK4nB4Jb1wrTgV4lv5qAXCXoaALmadbP { width:0.125rem;height:4.1875rem;top:9.75rem;left:35.3564453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2rXtiMlbBfSqaqFxoJOE1QdbsMwoTIz { width:5.4375rem;height:0.125rem;top:13.875rem;left:35.392578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu3W83Qe7WUHkIeVGkL3d6demNKFLMUd { width:7.8125rem;height:0.125rem;top:9.6875rem;left:27.625000476837rem;display:block; }
 }@media only screen and (max-width: 763px) { #B43v30zqhJM7gl7fnEdZWnex1cmLNzgD { width:7.8125rem;height:0.125rem;top:16.125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIBLxR27UkaVVrA8r5PVzNDxLtN1unaF { width:0.125rem;height:6.75rem;top:16.1875rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLLUkuDSEuLRtmU4SfTcvhGcMPbOJBJs { width:3.8125rem;height:0.125rem;top:22.9375rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBTPGn5imbBfTv2RnSss7S0O8wwqO8TL { display:block; }#PBTPGn5imbBfTv2RnSss7S0O8wwqO8TL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4BzH41it8UGdlyz7IJxW2GKol4a6qcP { width:47.75rem;height:3.5625rem;top:2.5rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBVL8FHi6Aoyxb6w5rvU0IClucKWHgLF { display:block; }#TBVL8FHi6Aoyxb6w5rvU0IClucKWHgLF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtI3DNnX1O4kgskH5PT3MtS8VMmUfBaZ { width:21.375rem;height:6.3125rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFhXSnmfo9ep78xXHq8J3qoxE4ShfJLn { width:30.1875rem;height:1.1875rem;top:2.5625rem;left:17.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrJNOKGrqVBO7JoEUt81u09XUCpukAGn { width:25.5625rem;height:3.4375rem;top:4.8125rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI95OsPp03to5saPCfsqJAhFxd1TTMpr { display:block; }
 }@media only screen and (max-width: 763px) { #aJIOHDtekhP7UHM7VLT7LWToXB34iHVv { display:block; }#aJIOHDtekhP7UHM7VLT7LWToXB34iHVv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3z6TtdQug4XrekUGaPJHqBOJpZuzgXK { width:47.75rem;height:4.0625rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS { display:block; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLQh66Nb53IVlK46KBn05qAy7s9VTGiw { width:41.6875rem;height:23.750284860988rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSyVRp2LPTQxxhWHBcq9r1qRDwVB7ChZ { width:17.875rem;height:23.75rem;top:0rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VesIcwmM09MlEbaZTXIm13s9wo9ehr4G { width:12.5rem;height:1.9375rem;top:3.125rem;left:35.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU9FS3G9GZ6aUaTTwfhhkBQPy7lGaOaB { width:12.1875rem;height:8.625rem;top:6.9375rem;left:35.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOCc4p4aWIImqchLkmEtXPa074ZBLLaC { width:41.6875rem;height:23.750284860988rem;top:25.3125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy2wWX15uES4KLXBLsMAIrueaUsra3bQ { width:0.8125rem;height:23.75rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TysdaaE07RhUEokhpNbzlCWB4oyLuIPK { width:17.875rem;height:23.75rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsQ8KeITuTzr8ZsCf8nHIT50OUDNXcEJ { width:12.1875rem;height:7.375rem;top:35.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp7IRHnOx7ZTLKofzWZGG87UbIrsZEEX { width:12.5rem;height:5.8125rem;top:28.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIDxxNzFPKUTPex9mAH0vyu8CWpp6Dod { width:41.6875rem;height:23.750284860988rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub2Xudo2A3sMTAmL5k1Mcs4pGZDNWM0H { width:17.875rem;height:23.75rem;top:50.625rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx8kEvbS51i2579gSqIGyyuqFU4RBsFE { width:12.1875rem;height:8.625rem;top:59.0625rem;left:35.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1C5Q9vVEiH94BsrSg9fyCPTBT5fWR3m { width:12.5rem;height:3.875rem;top:53.75rem;left:35.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #If8ZTRPlXQTeXwLyRUKNdETsgt2IuDQh { width:17.875rem;height:23.75rem;top:75.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #loTtLuaGiZrXxIPDsS4TO10hzRlAaMkq { width:0.8125rem;height:23.75rem;top:75.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvA49UZxHH8WaOtvhxV0J9gh2gHSop3N { width:41.6875rem;height:23.750284860988rem;top:75.9375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp2XBtk3C0ppIWvp4yL1DZ4r7EAyAhcN { width:14.125rem;height:5.8125rem;top:79.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVhTVSOZAkP8tobxZO7umIqMXePd9Q6s { width:12.1875rem;height:8.625rem;top:86.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Luk6zbt7puaC9D4ehLVdeypGtwuy41ba { width:0.8125rem;height:23.75rem;top:0rem;left:46.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBW5Ei9EnhWRbFQVsTrl37KKXRvW113h { width:0.8125rem;height:23.75rem;top:75.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n503lg4WDogN8TbSsimct0Om8KOErTqi { width:0.8125rem;height:23.75rem;top:50.625rem;left:46.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7KFbXmAbfdSpXXWzKmiT6TfNPs4au2P { width:41.6875rem;height:23.75rem;top:101.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssey6skx0rhuHXpMRTDgmhQDcR0MvuT8 { width:17.875rem;height:23.75rem;top:101.5625rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATsZGK4ngX4RrlDsfOlTbUA8u2reBstC { width:11.375rem;height:3.875rem;top:104.6875rem;left:36.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRyqvr6J4SrM9CbdH2glJqLI3mCsgWAO { width:12.1875rem;height:8.625rem;top:110rem;left:35.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEhqEiQZdTHvpn94zoS1MqbVU9wOC1uZ { width:0.8125rem;height:23.75rem;top:101.5625rem;left:46.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAIlRBI46R5ehNaoFVr0L3wPWecWeGaQ { width:17.875rem;height:23.75rem;top:101.5625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTMIq8UUCplAwCgnJhACvSGmP2O4y6Oy { width:17.875rem;height:23.75rem;top:75.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZT2IRvJZcraMlKsOmA1WxZDZpVZSKl7 { display:block; }#GZT2IRvJZcraMlKsOmA1WxZDZpVZSKl7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USz9VepKSDfKvdLu3u3re2a9buLnOhuu { width:27.25rem;height:9.75rem;top:12.625rem;left:20.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHQlZ4Qy1aXhNZXWdytGToaC602b3R4G { width:47.75rem;height:;top:4rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQyqELylohsv39arpcsmBE9vSnvmy1P6 { top:23.8125rem;left:20.6875rem;width:27.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6mrJMDSVv8w5UQbOwTQRGZsi2BPPZ9e { top:10.125rem;left:0rem;width:29.6875rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uazUrdM6ng0m1TCI7ixyCAtxZk5Z3bas { width:27.25rem;height:2rem;top:9.5rem;left:20.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqDgLzOdAFBUEmVqdnpvFxE0tZR8w5QF { display:block; }#GqDgLzOdAFBUEmVqdnpvFxE0tZR8w5QF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBGXrpaU8qtxLCURNUETarcXnTNmJKRq { width:19.375rem;height:14.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #urDVStTZqH4yZo59RvuixATtlitCRXDm { width:19.375rem;height:14.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9LLQECAt58452XODiWqSoG3bSpP25aU { width:19.375rem;height:14.375rem;top:0rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFhLVT8SCTcT1Ae2fbZ3z53hv4i0VQ3x { width:19.375rem;height:14.375rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvpZdG42UiNqmvRqU9eZAMBPnn8u6ZPN { width:19.375rem;height:14.375rem;top:15.1875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hcn1iRrOybDB9tzJDM9Q7fvnTTlFHM68 { width:19.375rem;height:14.375rem;top:15.1875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz { display:block; }#CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybASMJ6yxAbSCSbPUq8sZRw3irrr556K { width:16.25rem;height:21.125rem;top:12.4375rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkKBsb1QyCKoqubECzkpfiF4bMVXyxvA { width:16.4375rem;height:2.75rem;top:25.9375rem;left:31.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGo1nnmgLFyWJIap5p1TcPzxVnkg2zs6 { width:14.0625rem;height:7.5rem;top:17.3125rem;left:33.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCaymgvBVMo9BZ6S2eO6UGR06uPDIuKG { width:47.75rem;height:4.0625rem;top:1.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4T7GwepVBQJJfq9vDtKDoUdDA3eMIk0 { top:10.8125rem;left:0rem;width:41.1875rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2mumO1hQlLQzwwBAIqFpAINtKg951kS { top:10.75rem;left:33.25rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu4bo2GzNohu98QKPa88pdTDdwXBNTIh { width:47.75rem;height:2.875rem;top:5.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqPoQrc9dHNLnBcKwoLa9ELvURwS5fS4 { top:31.5rem;left:38.75rem;width:9rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6FJgp0AQVXTJ6X96RWQSG6lWZPfTfw3 { top:30.6875rem;left:36.75rem;width:2.4375rem;height:2.4375rem;display:block; }
#N6FJgp0AQVXTJ6X96RWQSG6lWZPfTfw3 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #c67IEQT5NN7FHFPcT1NIyOXJMkTbZAWF { top:6rem;left:37.6875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uek6lPeJLxDfl5rC6rUggTlBHitZADJr { display:block; }#Uek6lPeJLxDfl5rC6rUggTlBHitZADJr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sm3JfDi5LfIKTnOn0xazBr8TkpvJcGZH { width:27rem;height:6.25rem;top:36.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBe5T5ekcesa8gGAwrVTt5mW5lHvPwRb { width:29.125rem;height:3.5rem;top:30.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIeCJRzsdgNaAfyuUUKukIL5544AHDPz { width:27.8125rem;height:6.25rem;top:36.25rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQuQiL4x1Ad554T2ZOaLAN9XeT80BwlZ { width:29.125rem;height:3.5rem;top:30.4375rem;left:18.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo8BiUITtf5HzDTfC8CueiVk2a8F0TyF { width:47.75rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhiCpv42pm3y3L9mcEDTv7DwdXalH9XQ { top:11.8125rem;left:0rem;width:29.4375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtLMJTcUJZLQwkGyNQ5sU41D2nLtObxa { top:11.875rem;left:18.375rem;width:29.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatxVKUpTClCalst7fTV1SJv6xJu6rQ8 { display:block; }#TatxVKUpTClCalst7fTV1SJv6xJu6rQ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDhOc6hwf8rbGTH1CbpqbsOBOfTERlrX { width:16.25rem;height:21.125rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8wUMBXCuAkuFIIn4ieaTS3oKKSNNkTI { width:16.125rem;height:4.1875rem;top:25.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWNtNz8HauRiGPakpQe8p3pKfUTWXZEL { width:14.0625rem;height:7.5rem;top:17.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9cq3wBFsEtwVXmipQ7EGGgiuDdH2Q34 { width:47.75rem;height:4.0625rem;top:1.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB4IThxKDriGoS5S9HVkIk7uN3vK4GsK { top:11.1875rem;left:9.5625rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAfcHD8MwisvoOe3iHG4WtFqGFqDKtmg { width:47.75rem;height:2.875rem;top:5.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRxBgOKlU9CnEtK8agzdTCMPv6Ii3HVn { top:31.875rem;left:2.3125rem;width:9rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq6pgl9RJIQmo7GWX3xbvFeJH3bMzewF { top:11.3125rem;left:0rem;width:41.1875rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDzBwaQJdO07qq87ebTRsyl3Qc5AeLew { top:30.8125rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
#PDzBwaQJdO07qq87ebTRsyl3Qc5AeLew > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #AAQWD3XPgtH99ckNFdm0Kmb94fwPhaDq { display:block; }#AAQWD3XPgtH99ckNFdm0Kmb94fwPhaDq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2rGRhiolxw9DQ3eerLHxANIvAJnOlo0 { width:47.75rem;height:4.0625rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z { display:block; }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THaWrgaIfR20SFL5sDTqE78vplRTku5V { width:15rem;height:1.9375rem;top:3.125rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqRHb8cSGlW5igZOhF0mEdap7Rfb3XgW { width:15rem;height:4.3125rem;top:6.25rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO8m0DyzMyphrux2Asebc7dM1TsaTyly { width:15rem;height:1.9375rem;top:3.125rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGa0aIABD3ligaIk7rXphFCHHkm5izBv { width:15rem;height:4.3125rem;top:6.25rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT0qA4P3ZpD5puK9A9hr8doxfZgAmfsz { width:15rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyzfpJZLqaUcsRlQr8Ufv0gTQMPPLRR2 { width:15rem;height:13.3125rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaUhbKDe4CP7RHyep45aaHv2Uk2Xrilo { width:15rem;height:13.3125rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZTConNeuIfvNDNMz4fL5MCnJ7iFPglx { width:15rem;height:13.3125rem;top:0rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edIQtqaodR4kfb2pdfTRNSJiVcOa30lx { display:block; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCJVEbyBP7PP8dB4Qft2DBQwRPQbdyxU { width:15rem;height:1.9375rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG3xI7JclLyDcRnNPxuFf1OnLuvKF2LI { width:15rem;height:4.3125rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4ZwRA0uvE4tgZZG4fXLyLfk4xDGVeMU { width:15rem;height:1.9375rem;top:3.125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCakT4zzZsyOKyhvFEnlyaIHC945N2SQ { width:14.25rem;height:2.875rem;top:6.25rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2gftVKtTvRNkl8crKJTtTP1SwOoalUt { width:15rem;height:13.3125rem;top:0rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EciSxIPhK0hznxyqFP0slmni5opJD7Mc { width:15rem;height:13.3125rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx6qQkFqGh5xdxhae3qqOfs5tU4aJ42J { width:14.8125rem;height:13.3125rem;top:0rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN4tkTB919CKhXMvu2mk4kISsn6MtCTo { width:15rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8E2HcZOlOT21rHPFv7iROEZivxmRiGf { display:block; }#S8E2HcZOlOT21rHPFv7iROEZivxmRiGf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FupIUhnVhS8C8dIGdFQV44HqDbbSVxCG { width:15rem;height:1.9375rem;top:3.125rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRyxQherbP9QgpPJKokR9GeveWFALQiS { width:13.375rem;height:4.3125rem;top:6.25rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHPGmCkB7GmTAn5G70h4SZ0VKK3Zui14 { width:15rem;height:1.9375rem;top:3.125rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkSbcTX5FNMNZnUE9wMuW7ATPC62mZnQ { width:15rem;height:2.875rem;top:6.25rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue1yNuSg9NnKqi2RGQzmlEisb66TCoyH { width:15rem;height:13.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok0yhn0QAsb86X7TFKtzUdiJzTqhIBv8 { width:15rem;height:13.1875rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF4Fz076NrGT9KJPAzyQQKckDvmVOBZn { width:14.875rem;height:13.1875rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZr6wID12PmT3GVhfhicENsnkHUyTeqR { width:15rem;height:13.1875rem;top:0rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTJ7gUsk6iFfaG4v7Wo2VoxCypF47wm { width:15rem;height:13.3125rem;top:0rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmkZqvdBm9CRF0454RFy8VeQ9F6GCJkL { display:block; }#mmkZqvdBm9CRF0454RFy8VeQ9F6GCJkL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPFbT0TJPAt0MbRPPUQ4rwC9KEzJwgR3 { display:block; }#aPFbT0TJPAt0MbRPPUQ4rwC9KEzJwgR3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uB9sAyFaKR2d4ZBqrl3Fo88BTi8Tp3Po { width:16.25rem;height:21.125rem;top:12.4375rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIGme1PyrBJwcm8DrJOXcOSIZ0wARmkJ { width:16.4375rem;height:2.75rem;top:24.875rem;left:31.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbRiSSEUEi6zk6T6lgzimcIXHUPePWNR { width:14.0625rem;height:6rem;top:18rem;left:33.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioI1ivdbomA9OkZQwmOegtpuiCvIAKx8 { width:47.75rem;height:4.0625rem;top:1.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfgbGUJbhpoqF4IpDz9h1qrfgN4Tf6Cg { top:10.75rem;left:33.25rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTeg7CkBi86XUXP3bFMTJRDIrgik1nxF { width:47.75rem;height:2.875rem;top:5.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVppG7W6b8XrdebkwdSAISBeeTmbk6dw { top:30.625rem;left:39.875rem;width:7.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0yyy1E6dSE9TMUM4Ib2HCmSiNVLJq4 { top:10.75rem;left:0rem;width:17.1875rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy2DrhPsNIlCKrpwArgtyQ3csxN3ilUP { top:10.8125rem;left:6.625rem;width:17.25rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJDAGnzbZ4SDigVfSKQIFKv8cCMBX9eu { top:29.625rem;left:37.125rem;width:2.5625rem;height:2.5625rem;display:block; }
#LJDAGnzbZ4SDigVfSKQIFKv8cCMBX9eu > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #O9TLPHQeWXOCg3RZcpvETC01JRd5fbEv { display:block; }#O9TLPHQeWXOCg3RZcpvETC01JRd5fbEv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDK4Fg7VdlRMI8xEWJT9u5iTfLdsPRwL { width:20.9375rem;height:6.3125rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxZh3LT3zo7gVrVzbEzm9kF3EpXr8PS8 { width:30.1875rem;height:1.1875rem;top:2.5625rem;left:17.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOTniy9EoIF0QDswiC8q98G1cci3hlVy { width:29.5rem;height:3.4375rem;top:4.8125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #epo9hiJCxLvgfSO7d2ZCOD2lZoerLDgN { display:block; }
 }@media only screen and (max-width: 763px) { #ChgUw9ZpbQZxebTVIyJ8uLSr0vKBEx27 { display:block; }#ChgUw9ZpbQZxebTVIyJ8uLSr0vKBEx27 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILi1TnJxyIDPn2h71T2Ph36r9L5yIR1T { width:47.75rem;height:4.0625rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFqFHna1ovnSAV0iEOWFIaWxQ7n6b48V { display:block; }#dFqFHna1ovnSAV0iEOWFIaWxQ7n6b48V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXPn2QTq3hvCwy6B3G8I4K7G6J4J3VI0 { width:47.75rem;height:1.625rem;top:5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVaGfQl2PaQTnxCBbdT0JnL58SWhz1rw { width:47.75rem;height:2.5rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFOBfvUXvfdLAAtGvlkR2HgnRfOeTCqu { width:47.75rem;height:2.5rem;top:17.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM3oCkkt7gLlb3mMOOxoP56WXvxsehad { width:47.75rem;height:1.625rem;top:15.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn5T7TTVhEwTJLqN4MnVGxRVQQxUM1ze { top:12.0625rem;left:22.375001907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okrAsqsiQVTn0XhbXr9Xkuxc9UxTZR8x { width:47.75rem;height:2.5rem;top:28.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #feW9zXwy2yommIerbtOnyRywKsT3OCNT { width:47.75rem;height:1.625rem;top:26.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxrmH14uSs1idQLtNueaIDU6IrITl0EK { width:47.75rem;height:1.625rem;top:37rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fePTJZ6C8PL6G6NTrzShkVTqsVcSs03h { width:47.75rem;height:2.5rem;top:39.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6F4VfWl6efWSgZV4LcBwAUIqM99BA8n { top:33.3125rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Fg2pusDgoGfBTiHiRaTI2TKbTsA9Xu { top:44.125rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s32OCT4FsLGb8b0gNFdKQimAPZTNcPv7 { width:47.75rem;height:1.625rem;top:47.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcgiwE3mu3XuQtxb4QehLfs6im9GTcd4 { width:47.75rem;height:2.5rem;top:50rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEqZHmMJ1biOWfSDqTWnAgAz8HRN6K7b { top:54.4375rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHZoaitK8hQcZowGykTBczTtairCxuWt { width:47.75rem;height:1.625rem;top:58.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0AZPE9eknKRIxF19aZTFeLP3mBd12tI { width:47.75rem;height:1.25rem;top:60.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcOuW6rIEQzEmNLwvvdrU8C0XG5t0uNR { top:22.75rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLdmpiXDQmTXAfH6sWMJPseLH7lymkLH { top:1.3125rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUk3fwO3dd0Z0KLpyw9V1szipEsTT7ua { display:block; }#bUk3fwO3dd0Z0KLpyw9V1szipEsTT7ua > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WarCuD0A3KfA1uhQydVdfaCcFmyX3pw4 { width:47.75rem;height:1.25rem;top:84.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH2XWHNhzzE7BhUpTbKCTIBP6Cm90UUd { width:40.9375rem;height:83.5625rem;top:0.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD8BJ0CsmIJS8iG1H7J04C47gyg619ev { display:none; }#QD8BJ0CsmIJS8iG1H7J04C47gyg619ev > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kOq2zsJBRDJeBJvib4de6ut8VVIgAM3s { display:block; }#kOq2zsJBRDJeBJvib4de6ut8VVIgAM3s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyNSCAiCHCQA7Uh3zulwySTqMaCEausw { width:47.75rem;height:4.0625rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJsybsphgXfezUvkBTbg0PHN90rLLHN9 { display:block; }#CJsybsphgXfezUvkBTbg0PHN90rLLHN9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEETFyHc4pvF0Bx8hF8xaRtnKwVrgNcp { background-color:#ffffff;background-image:none;width:15.6875rem;top:1.375rem;left:15.9375rem;height:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvuPh8sfXDTxLbwWLTDSc3t6SbXCfEcK { height:3.6875rem;width:16.625rem;left:-0.0625rem;background-color:transparent;background-image:none;top:35.5625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #xX1GutgUoIrIhhMaqTFqAtfvFi8JPUhm { background-color:#ffffff;background-image:none;width:15.9375rem;top:3.25rem;left:31.875rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9OSHgTeTuDnhxeRU5ez0D4IsAT8suKF { height:3.8125rem;width:16.4375rem;left:31.25rem;background-color:transparent;background-image:none;top:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XavfQ3IUbnSqmOSJUvTLQLnTL5vUpeZV { width:10rem;height:2.8125rem;top:33.25rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbIe4KSw2WBwBoQdo9Rvp7FMWqX2QISU { display:block; }
 }@media only screen and (max-width: 763px) { #eFWSfLxc0UBI1udi1fpTJX0aSf9K0Xkw { background-color:#ffffff;background-image:none;width:15.9375rem;top:3.3125rem;left:0rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7bLxJzuWo3OQ95mJw1pddZhHAv4Cb7h { width:10rem;height:2.8125rem;top:34.625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwm51KJT9Pl5D0t7Sw7k02rAFSUwUZr7 { display:block; }
 }@media only screen and (max-width: 763px) { #gC5FIWqomWSazEW01CTZ77TSqQNQnQkR { width:10rem;height:2.8125rem;top:33.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4UsbBtWOLgptGWAmA4RIZCucSGXKXi4 { display:block; }
 }@media only screen and (max-width: 763px) { #TodW0682tet5Zn6BByB6Flulg05T244T { width:15rem;height:17rem;top:17.5rem;left:32.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg7liEqJHAEkBaL0mXO4B5tnnPRmwHWb { top:30.75rem;left:36.062501907349rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2TZzUCTqylWdhnIabDtVAdTeTwWhUs6 { top:33rem;left:36.062501907349rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHcWIEPHchVPQkque6sQBuk2dZaGZwuF { width:15.0625rem;height:14.8125rem;top:17.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKRaXSabHm4UEQFT7XvU6adbQ9SpVrHc { top:23.875rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOkQTUzNV42bapmBQ3GdRrfR4K55Lr1t { top:27.3125rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWgoaEQVAMPqiEJ6IhcSnlUqMV3yuOXl { width:17.3125rem;height:20.25rem;top:17.5rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiPBg0tuVa95X6Gok6i5sRq2H6CTl7LH { top:27.4375rem;left:13.500001907349rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgKE8P6fdbN3IMHyerNhOALrEByQwtOp { top:30.9375rem;left:13.500001907349rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qytP1BbzKmCRVcmzTkmTGNLC49XGTZD8 { top:23.875rem;left:36.0625rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuGL9TMSv0qup5H1CTUvTTRFyGzs5q0e { top:26.3125rem;left:36.062501907349rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d47v4HifnnXaA6Ta8ixqJXFVBNALD8OG { top:28.5rem;left:36.062501907349rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPAH57xemMVSmXI5a1T8Uy45Qk5l60S6 { background-color:#e3e3e3;background-image:none;width:15.9375rem;top:7.625rem;left:0rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaaSCtqliuTFcMbk64IBArPd4Dausk0E { background-color:#e3e3e3;background-image:none;width:15.6875rem;top:7.625rem;left:16.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvkWZ7uc6z3qTqt9HelTtCPf3ccTh6FI { background-color:#e3e3e3;background-image:none;width:15.9375rem;top:7.625rem;left:31.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXcyD4EIy9o0oNmaSGP2JFbavRPSa0oh { top:17.1875rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX1ORVbekdtDI8UIIdeifu6G4AiG4N49 { top:20.625rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovov1rfXUyRGIzPsicTosXWSVNNpchH1 { top:17.1875rem;left:13.5rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kiu4Hxu9ZK8lPEwJJDkql9QaEo6MiG3b { top:20.625rem;left:13.5rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmfPN57HoQHlOvZJCdtM1vKz50ZoDk4W { top:23.875rem;left:13.5rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcXywuAebDG2qrKlr0uQbKgvyIUKeAaO { top:17.25rem;left:36.0625rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca0dT7Rwyqd7UK97wgrq2gz3HXkTrNoe { top:19.5rem;left:36.0625rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuQGS1rKJnT17PElw2bbNw7NgpRJTQ6g { top:21.6875rem;left:36.0625rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSaJtNguGdaXLuP6vVxd6lEHJZtLHbFO { left:0rem;top:9.0625rem;background-color:transparent;background-image:none;width:15.9375rem;height:2.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFNpAuzW4Vk4Bm83Aw36KNRULZN7BKIu { left:-0.0625rem;top:11.625rem;background-color:transparent;background-image:none;width:15.875rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWqNs7XO0tN7IRykv2dU32XVAFTwXzsv { left:16.0625rem;top:11.625rem;background-color:transparent;background-image:none;width:15.75rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7TVvrsX4nDugSIhBWTgx9omRak9Mr0z { left:15.9375rem;top:9.0625rem;background-color:transparent;background-image:none;width:16rem;height:2.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MntLh0ROeRFN2SyPHV4rwwk4muz8v3Om { left:32rem;background-color:transparent;background-image:none;top:11.625rem;width:15.5rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDhOlcy5BhehfKQpCU8m5GWnbDv4B2Tr { left:31.9375rem;background-color:transparent;background-image:none;top:9.0625rem;width:15.8125rem;height:2.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE9JBTqNhz5iehG9ZfZyLlQTOm0dkhAR { background-color:#393939;background-image:none;width:15.9375rem;top:3.25rem;left:0rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p364TLr0B3Qn53R28lZ2Bmc0n9zTMtru { background-color:#4b75e6;background-image:none;width:15.9375rem;top:1.375rem;left:15.9375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgyCvLGPQcZayriPvCzTQK14Tvxg1f9r { background-color:#393939;background-image:none;width:15.9375rem;top:3.25rem;left:31.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOAql2R7GTmezwy2Rt8dnkZTU4x9V11i { left:15.875rem;top:3.4375rem;background-color:transparent;background-image:none;width:16.0625rem;height:2.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iluR3xV86RTNqDlHsC5KbeipdWEDTx2R { left:-0.0625rem;top:4.5625rem;background-color:transparent;background-image:none;width:15.9375rem;height:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qddE76dmZwWRpqgl4eZ9kGMwD51SWMPR { left:31.9375rem;background-color:transparent;background-image:none;top:4.5625rem;width:15.8125rem;height:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT01H2Ipnw20WVX35C4dh5zHs4UVwZhP { height:5.0625rem;width:5.125rem;left:26.75rem;background-color:transparent;background-image:none;top:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEac7zBhu5E7HW2w6TOvvGDyJyuTbwoH { top:34.1875rem;left:13.500001907349rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrlCZMb5ANorPbT0QOir9yPRPEdlQ1ZM { top:36.625rem;left:13.500001907349rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTqNHZFEbFOQhFetyNxH3HtZF6dDwG3 { background-color:#e3e3e3;background-image:none;width:15.6875rem;top:7.625rem;left:16.0625rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfwVWzBJst7T2zlFyQSHmTlXg2343SdC { left:-0.0625rem;top:4.5625rem;background-color:transparent;background-image:none;width:15.9375rem;height:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2FrB68UpTeWp6W4h5WMfiJqy8L0EeCV { top:30.75rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq7yksTxHkOEPVE8QLPput1k4JWnM58F { display:block; }#Uq7yksTxHkOEPVE8QLPput1k4JWnM58F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1dGFLTI0zeo9tnU43sJF08xOdD1cIEz { background-color:#ffffff;background-image:none;width:15.6875rem;top:1.375rem;left:15.9375rem;height:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVVG8Wyy4ZgGIpITfQlrbW88t2bJtDfm { height:3.6875rem;width:16.625rem;left:-0.0625rem;background-color:transparent;background-image:none;top:35.5625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #tfuu849T6qPQ6AR5r0QKSptTGTAtJ3Py { background-color:#ffffff;background-image:none;width:15.9375rem;top:3.25rem;left:31.875rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCTZORkgvWbaE2DK6eonILNgynV62TlO { height:3.8125rem;width:16.4375rem;left:31.25rem;background-color:transparent;background-image:none;top:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBVQ8ct0cpuJ0UOX0HKfVC764PFUv0LL { width:10rem;height:2.8125rem;top:33.25rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MShRurLhMqrTFb9EgZeqz6z0NNKllzUb { display:block; }
 }@media only screen and (max-width: 763px) { #mGEV4awn3FOaBAq6Q67KMvMAycPhz6Qr { background-color:#ffffff;background-image:none;width:15.9375rem;top:3.3125rem;left:0rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrv1Tq1dTE3omTZFDCa6mD2G74TZeUDc { width:10rem;height:2.8125rem;top:34.625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qym7VDpANz1UfEVHTlC8QxTpWt5M5kTb { display:block; }
 }@media only screen and (max-width: 763px) { #eCkaDDbEeuQOir3BCsy8iVRGwuC6k3OS { width:10rem;height:2.8125rem;top:33.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJJx5G7sBtW3tvaXmMyda6SqV0nCaaoi { display:block; }
 }@media only screen and (max-width: 763px) { #T1y4eQPDSZLD9C2AagdPhC6OJBXpphCa { width:15rem;height:17.1875rem;top:17.5rem;left:32.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCxcRKuZyprDTbGTArM0Qh7Pae8RRgVC { width:15.0625rem;height:11.375rem;top:17.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRy8a1xIShwPB9cQ5gJP6LhfmcUqAbPz { top:23.875rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ivlqD6bRR3kqnM8TIzuyA05JxriARX { top:27.3125rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs07zFUZaywMrD6972BSmTwTyEQ8Hb1f { width:17.3125rem;height:20.25rem;top:17.5rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaQQ47fdgMlQ2S9KBNNR7CrBR6VSFQzs { top:27.4375rem;left:13.500001907349rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrKQCafu6aDtGi67T96TgwpOcdl7qkHp { top:30.9375rem;left:13.500001907349rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8Bn0meApT9ZtOFhuTPOyF33EAs8yJsh { top:26.375rem;left:36.062501907349rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsN5rI4sAzzWIBB1SQuMSA9hZQ73F02c { top:29.75rem;left:36.062501907349rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8SBDG6DMu7exGBpXQlq6B6CyFcwSSrv { background-color:#e3e3e3;background-image:none;width:15.9375rem;top:7.625rem;left:0rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyeArfl1pphki7pKJbpanFbBkiCg4wlT { background-color:#e3e3e3;background-image:none;width:15.6875rem;top:7.625rem;left:16.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR3rKVr8S2DMwbOB68HQI1rinyKi0yzw { background-color:#e3e3e3;background-image:none;width:15.9375rem;top:7.625rem;left:31.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbfInEAiaeekIFL8I4DDHwCmJKiiR5Rv { top:17.1875rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHE9LMVu19Aem4nUzOfOUw1V6Dr5m3Jq { top:20.625rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TETPhN9aFM25vAS2Fbq5AXHMPGg6R6i8 { top:17.1875rem;left:13.5rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL6eHIDJKmWaw9xl6TJfP3mVR7E8lhUw { top:20.625rem;left:13.5rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARaXMBXca90X2nPWt5ucOxE0KxNn1Lmb { top:23.875rem;left:13.5rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bmcf7hvamwpNQTAgKcQ2DBetTmUf02HN { top:17.25rem;left:36.0625rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwMNT5KSZMhPbLevbP7XeBFUTt39W974 { top:19.5625rem;left:36.062501907349rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv5zCoxD692RM2sbBnURGU8n2BsIJz5b { top:22.875rem;left:36.062501907349rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFvybMvr9kVsctJxi7QhduHoIt8iVUUx { left:0rem;top:9.0625rem;background-color:transparent;background-image:none;width:15.9375rem;height:2.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4sX7tma9SvEVPAaDQFlDpqiWNLHJFUA { left:-0.0625rem;top:11.625rem;background-color:transparent;background-image:none;width:15.875rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6QUy0b7NPBVpvXm4G5u8BECouCzodBX { left:16.0625rem;top:11.625rem;background-color:transparent;background-image:none;width:15.75rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #axHP5nnH66KPoMzK9TVXfm6UBcobsWZy { left:15.9375rem;top:9.0625rem;background-color:transparent;background-image:none;width:16rem;height:2.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MahqE2PUBB94fvn7IFxOFnoSGba4Bnqa { left:32rem;background-color:transparent;background-image:none;top:11.625rem;width:15.5rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLX5ObE2BtAdHAPvxWM0r2q1rCoAbpNm { left:31.9375rem;background-color:transparent;background-image:none;top:9.0625rem;width:15.8125rem;height:2.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdrIXOJTN8cD2IrrNlNGuGpB0Q5AaPD2 { background-color:#393939;background-image:none;width:15.9375rem;top:3.25rem;left:0rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzGzIcOC3BlPd33pFLFNfQD5l4n5QR15 { background-color:#4b75e6;background-image:none;width:15.9375rem;top:1.375rem;left:15.9375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOklGOE1zlehVTzMnRuTe8SN1frION2T { background-color:#393939;background-image:none;width:15.9375rem;top:3.25rem;left:31.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3ZZOD2CANxDWBsMd3fg89giqqIwC1W2 { left:15.875rem;top:3.4375rem;background-color:transparent;background-image:none;width:16.0625rem;height:2.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFz36ScFCKxor1iH1Uc3GTucrCDMyehy { left:-0.0625rem;top:4.5625rem;background-color:transparent;background-image:none;width:15.9375rem;height:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1M9qGUTvp95ct11dHnsF8BdRX6LL9ol { left:31.9375rem;background-color:transparent;background-image:none;top:4.5625rem;width:15.8125rem;height:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o19XlgFgpkUuPwwmiAGxCpGTBwWXvpQ5 { height:5.0625rem;width:5.125rem;left:26.75rem;background-color:transparent;background-image:none;top:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlV93oIcJPW1y7WcS2qG8nvyByvVMM94 { top:34.1875rem;left:13.500001907349rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TogiGGqW0ZIANGA3117fwtxSpEtspphd { top:36.625rem;left:13.500001907349rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftlTRn499r47McPWLliLXeB0u8EKESt7 { background-color:#e3e3e3;background-image:none;width:15.6875rem;top:7.625rem;left:16.0625rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #h03cVqEsha7T7NkJXMWF4vzbtoDOS2Gf { left:-0.0625rem;top:4.5625rem;background-color:transparent;background-image:none;width:15.9375rem;height:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzqUJ7oPDTLCWaHpkpu5pGevLGMGkuzU { top:30.75rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhQdM3hZei50XSqudb15ZhhsSB6kDadO { display:block; }#lhQdM3hZei50XSqudb15ZhhsSB6kDadO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dx1AWnRTg4Wwnzv31URWH0NHPgmQZusB { display:block; }#dx1AWnRTg4Wwnzv31URWH0NHPgmQZusB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMkQWxUOBBLKiTwrdeCOvpbLeTJlKOP8 { width:47.75rem;height:6.5rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM8J8A0Qtz1vTbTVZKN5usETuaENc5PS { width:47.75rem;height:1.1875rem;top:12.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qct9aBFNkPh4Zq2xdkBnTESomFSx72Wv { top:8rem;left:15.25rem;width:2.625rem;height:2.625rem;display:block; }
#Qct9aBFNkPh4Zq2xdkBnTESomFSx72Wv > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #Iumv0W8u7yThnnA14UxDCO5PdATZCCuK { top:8rem;left:18.75rem;width:2.625rem;height:2.625rem;display:block; }
#Iumv0W8u7yThnnA14UxDCO5PdATZCCuK > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #mJFa8HBCXKZrxLIefzf7cz0af3vrDMgK { top:8rem;left:22.5625rem;width:2.625rem;height:2.625rem;display:block; }
#mJFa8HBCXKZrxLIefzf7cz0af3vrDMgK > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #lUstNyN5VlyOQlOG1ZyM3OJfX3ZsOmrP { top:8rem;left:26.4375rem;width:2.625rem;height:2.625rem;display:block; }
#lUstNyN5VlyOQlOG1ZyM3OJfX3ZsOmrP > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #g8mCHkAsCK1qHR9xSedcUpOsw9GxVRKA { top:8rem;left:29.9375rem;width:2.625rem;height:2.625rem;display:block; }
#g8mCHkAsCK1qHR9xSedcUpOsw9GxVRKA > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;position:relative;display:block; }
#emAPcEkAAp4ECA9yOtA48eTlySPuycgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container { display: none; }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .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); } }@media only screen and (max-width: 763px) { #QrBFIdVp51KDRuWbCwD1cT5wpy0NmfQX { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QrBFIdVp51KDRuWbCwD1cT5wpy0NmfQX > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7bXa9zrcRK1aPecLQ3TrJESUe7aJxQr { width:5rem;height:1.9375rem;top:4.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRvDTBXFO0kooaiJ0ouPvlJsFzDnUzMe { display:block; }
 }@media only screen and (max-width: 763px) { #zCO3kND9qI71c6N20mnx7KcEQwmB0pJb { width:5rem;height:1.9375rem;top:4.8125rem;left:5.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6XVEhFi3xq9mi7hTTGMf47oduNHR03A { display:block; }
 }@media only screen and (max-width: 763px) { #ousElohJgMnvRTgQ2AWHbn5WGPotyzST { width:5rem;height:1.9375rem;top:4.8125rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtSQhtrDMSe7d0BxKZ6SU0WOQ2wPrSTk { display:block; }
 }@media only screen and (max-width: 763px) { #QIyDK0unbeoqT3d2TnwpukkGBKBlEnB5 { width:3.75rem;height:1.9375rem;top:4.8125rem;left:16.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxDO1zrO7QfJhkTU08SNauoh8LGCHcn9 { display:block; }
 }@media only screen and (max-width: 763px) { #K2wEoTcEDiELVoR1FElytfmZAFnikTFr { width:14.875rem;height:3.1875rem;top:0.9375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9cOZqR5T64GBg6nZBkcTzzkKZxRHgN7 { display:block; }#M9cOZqR5T64GBg6nZBkcTzzkKZxRHgN7 > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO { background-color:transparent;background-image:url("https://images.assets-landingi.com/vnC8joJ4/Wald4.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO.adaptive-delivery-prevent-bg, #psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO.lazyload, #psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO.lazyloading { background-image: none; }#psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO > .row .container { background-color: transparent; background-image: none; }#psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO > .row .container > .video-iframe-container { display: none; }#psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO > .row > .video-iframe-container { display: none; }#psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO > .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); }#psTDWaoMyGIQmN19GLUaudcq9ZyiGxgO > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVTNmrr4AMAp854HWpxSAMJUmfaAWpZ4 { width:20rem;height:4.875rem;top:8.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.5rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:3.625rem;height:0.6875rem;position:relative;font-size:0.75rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#ELpL9BatL8yy322UgXFoGSRE9PBbhs1I { top:13.686327934265rem;left:1.1863281726837rem;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:17.624rem;height:4.874025rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:none; }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #g5cVCW80qTCigAE1CB3TVOf7sOx04Rz4 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #sgwZG1ZEo0pghmy8JTtMG2dEiN7AbgRQ {  }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #eD2kcRkKCTPyI57yo2ud57Dhe9T47mJa {  }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #cfMFFn9FHTavdONwuOmUwQe3XaR62rrc { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #bfV934liSwPWxaEOoT8M2i0OJy2lODzg {  }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #niR5XrvBeaCFLOZr8iHx0FLlKzFVa1k8 {  }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #S0p3yyxfVeX3qwu8k4lgyEsptMIyvTJB { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #SUoldUzbtM7l6e3v04JKpp4KdsqLdUkn {  }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #OEvuhI4W6GETthaSDWFzsRT5hheHLuyf {  }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #xQTIG8HGxxWX6OhB8qFCSwR9uWfoVM71 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #iVa7G8bJZoMmWRSLpq9o8Ch0eTp6EuCP { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ELpL9BatL8yy322UgXFoGSRE9PBbhs1I #wLNZf5HrbV1ogkl7dyTZ6CGreTyaqcHD { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JAc4HBeUTgTx0NTNqZesiTW0ZOS2M0AE { width:20rem;height:1.4619125rem;top:13.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Icom71Cyp5GTffVqlRO4zAvCnnetHST1 { width:20rem;height:16.25rem;top:5.935546875rem;left:-0.060546875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #IEFxXReJxsItyuRa0QoUGx57gZ0eTAv7 { width:20rem;height:1.1875rem;top:12.561327934265rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzXCgpsr0mfmTSPNpKdTqxrUFR9hWHx5 { width:17.5rem;height:3.4375rem;top:15.9375rem;left:1.25rem;background-color:#0055b8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tE4JVWQITIMXcF6v45JVDD7ePEPqrH7t { display:block; }
 }@media only screen and (max-width: 763px) { #uATWsoVAcl5xkrppmKsddlAz41FcJv4E { width:3.8125rem;height:1.13671875rem;top:27.6484375rem;left:8.09375rem;font-size:0.875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #MSlUqTwk2mk87heUC7wBKhPW0WDpummm { width:20rem;height:2.5rem;top:26.966796875rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #OT28hRIaF2pWkQkaXO6IpcDnv9xe6f1S { width:4.4375rem;height:1.13671875rem;top:27.654296875rem;left:1.25rem;font-size:0.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #zUAkokDn0AKMulBBLA5R5FMQ26nqJOgk { width:5.75rem;height:1.13671875rem;top:27.654296875rem;left:13.0625rem;font-size:0.875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { display:block; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIugMDVK4XcLQgpPRezOTU421tVioeUV { width:19.749rem;height:8.25rem;top:1.5615234375rem;left:0.1240234375rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cAD3MlBA8PXLwydMHZfmtHM6NDN4Unim { display:block; }#cAD3MlBA8PXLwydMHZfmtHM6NDN4Unim > .row .container { width:20rem;height:160.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2uhDhWtq1chFGHqtDBGHkkQXNtdFKE0 { width:20rem;height:13.8125rem;top:1.1806640625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HSqBb5lzl9i5krBUZEkyptLz3cR9XAiS { width:0.125rem;height:3.6875rem;top:9.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKDVcTpXi4IhqaxtGPS4DNb937pK9Ca8 { width:1.8125rem;height:0.125rem;top:9.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7ufMUC9h6AOtVWchahERSyeCF9LvzE2 { width:19.875rem;height:14.8125rem;top:17.2431640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TszHVK0SHAXQ2ghbw0H5TSp5mUygBIw8 { width:19.8125rem;height:14.875rem;top:33.1181640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMZfwm7E9qcRe99byHcElGxSyCrLr3SO { width:19.8125rem;height:14.6875rem;top:49.0556640625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azdXAwVVCQIvScbzkgyrhOcp2lTcGrTV { width:19.875rem;height:14.5625rem;top:64.8056640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCSdSykfk97DsZowQ2E1eBSEX7z7OKEQ { width:19.875rem;height:14.75rem;top:96.1806640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO0V5xHwHMiafPtp3KHVK9gSysmlRmmT { width:19.8125rem;height:14.6875rem;top:80.4306640625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCaf9McgJVXlpZCqHTN8yIn9HUQC9USO { width:10.4375rem;height:0.125rem;top:13.375rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTN3dWDbRIDP1EgeyOMn5Ry4txyicny9 { width:19.875rem;height:14.6875rem;top:111.9931640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHzE653xN0znidZaf0Ne7ocFTKdsbNv7 { width:19.875rem;height:14.75rem;top:127.7431640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHR5wtyTsne6P9kp3Pqt1uc16Q3yRZHr { width:19.875rem;height:14.6875rem;top:143.5556640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKtWubEsF7PPSSPA529gZUscQIFFwKbx { width:0.125rem;height:4.375rem;top:28.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFHHKAECMyyTnJhFcHrKerbgKfiqUO4T { width:3rem;height:0.125rem;top:32.75rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KExeiZSkbGgIP1S9y0tFfT5P8d3ZeOUO { width:0.125rem;height:5.875rem;top:21.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nrG3JsHH1psuS8aI3LarFgkDcDicl5bZ { width:3rem;height:0.125rem;top:27.6875rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zBNW7vc2eIBwhMkuNh8vlpTKOgT28t5O { width:0.125rem;height:4.1875rem;top:9.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L67089Xq6lUTouZTXN922G77GzGLWMT1 { width:5.4375rem;height:0.125rem;top:13.875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KV1Vhdqyu8E0qSUIqbOLpml3XZAPzQiz { width:7.8125rem;height:0.125rem;top:9.6875rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pM98Sy0Uie0e4ccxHphpIto5EA6zUnLP { width:7.8125rem;height:0.125rem;top:16.125rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E97namG4BU26K0A9IQ0DnIdDz9oQ5VGn { width:0.125rem;height:6.75rem;top:16.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qgiBZQLW3lG8cFlRU5WESdQ0UwsrcNDI { width:3.8125rem;height:0.125rem;top:22.9375rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H { display:none; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { width:20rem;height:224.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QLIm6uLUt41P7vyswAldiLZUhLh7p6aC { width:20rem;height:1.4619125rem;top:17.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luI8v1gs11E6DpzVriSMRtRzklEvZILg { width:19.875rem;height:14.6875rem;top:0.61835861206055rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqJCRk5v9zqBpcd3U1ViuoSQTKPfdcLp { width:0.125rem;height:3.6875rem;top:9.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TB2nAzqet0i8zpQkliHB9yRFGTHDHyxE { width:1.8125rem;height:0.125rem;top:9.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g2SRg5kSQMQpDxKU2CsX49BhKD6TPq9b { width:20rem;height:1.4619125rem;top:48.3115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCHAa1gbqQoKNqiTH8HGCWcS7JuAmFTw { width:20rem;height:3.8994125rem;top:42.599609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpITQJQGMk8rJWrp9Z9OyHT6piRkO6Am { width:20rem;height:2.5996125rem;top:19.798828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfBGlRtP5F09IuesCzFltmle3Xt7WDF9 { width:19.9375rem;height:1.4619125rem;top:63.336723327638rem;left:-0.00078123807907106rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2SFtga3AwbhCZBCEbcNRSwqPtC8Vy1J { width:20rem;height:2.5996125rem;top:33.9111328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDOD6SysWtdTXDtCeCVZVi7TqVrV634M { width:20rem;height:2.5996125rem;top:50.3486328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmT1TOqdLZ1iTlSeZHwJBK2XhvDGIQaP { width:20rem;height:2.5996125rem;top:27.548828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX8TPcQbVgM5QZ1ZQlGTProFLubW2D7V { width:20rem;height:2.923825rem;top:24.13671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgXmbeiVK3EU2HkdGKe1KMQJDqDaxpM9 { width:20rem;height:2.5996125rem;top:65.349609375rem;left:-0.062890648841856rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyc8ORKV7mfK3bICNPhcsQhivpErneJT { width:20rem;height:2.923825rem;top:70.124610900881rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSCUoWXOlHNHsTOAfVoXSQMo0buLopXF { width:20rem;height:2.5996125rem;top:73.586326599119rem;left:-0.00078123807907106rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezMxet2wEQ6CEE5lrgkpZmo78u2ScNCJ { width:20rem;height:2.923825rem;top:54.63671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgsg6VrmBNF7ACRvr0XiOXeqfE0ZRsob { width:20rem;height:3.8994125rem;top:58.3740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhn8tBN34InxZCmUhJBDwryyxKBqG5k3 { width:19.875rem;height:14.8125rem;top:79.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T43BeNxxH8ssQszxKtrU0Gt1FX85WPOo { width:19.8125rem;height:14.875rem;top:95.060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnkmuZaB9M6hfbNdoD7A3FLmarLxBb71 { width:19.8125rem;height:14.6875rem;top:110.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvQSgL7cueMtwaUuNHDww3iUeV9FPrZr { width:20rem;height:1.4619125rem;top:31.8984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbbb3z6n9ZxoyXdmTaT9cq2gIwMBKzrv { width:19.875rem;height:14.5625rem;top:126.748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIeZATWqZJei349JsPb8VdtHFauTGubm { width:20rem;height:2.923825rem;top:39.01171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbwQs9AqvTNmtsCvZUulptvhEXFgXs3D { width:19.8125rem;height:14.6875rem;top:158.123046875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh6VRvULV8rKJ7yN74vuGXAsSWTeb5Jq { width:19.8125rem;height:14.6875rem;top:142.373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTyt4wloySFqx1zB5LtPnUvr43iikONd { width:10.4375rem;height:0.125rem;top:13.375rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FlDfivOg3U6TAs51rvEnnlivKwoa0Emx { width:19.875rem;height:14.6875rem;top:173.873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTZqFNykzq1gTniXLlPWcnL07tMR0pdk { width:19.875rem;height:14.75rem;top:189.623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP37xSXIiTCpMBVC3TXoaV79PylNno75 { width:19.875rem;height:14.6875rem;top:205.435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRzAWD7E0uaEzlZQTtBbBEbE5dsTnGGJ { width:0.125rem;height:4.375rem;top:28.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpIpmpV5fBTSTiUAt9tqDarMgAtamsHI { width:3rem;height:0.125rem;top:32.75rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTxcMLdXg22Zhk4PamJ2fQnZm4rn017S { width:0.125rem;height:5.875rem;top:21.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #daaO9nhHDd9enq363auz0a6A3XgKT1RQ { width:3rem;height:0.125rem;top:27.6875rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SK4nB4Jb1wrTgV4lv5qAXCXoaALmadbP { width:0.125rem;height:4.1875rem;top:9.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2rXtiMlbBfSqaqFxoJOE1QdbsMwoTIz { width:5.4375rem;height:0.125rem;top:13.875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eu3W83Qe7WUHkIeVGkL3d6demNKFLMUd { width:7.8125rem;height:0.125rem;top:9.6875rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B43v30zqhJM7gl7fnEdZWnex1cmLNzgD { width:7.8125rem;height:0.125rem;top:16.125rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mIBLxR27UkaVVrA8r5PVzNDxLtN1unaF { width:0.125rem;height:6.75rem;top:16.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLLUkuDSEuLRtmU4SfTcvhGcMPbOJBJs { width:3.8125rem;height:0.125rem;top:22.9375rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBTPGn5imbBfTv2RnSss7S0O8wwqO8TL { display:block; }#PBTPGn5imbBfTv2RnSss7S0O8wwqO8TL > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4BzH41it8UGdlyz7IJxW2GKol4a6qcP { width:19.749rem;height:0;top:1.59375rem;left:0.2509765625rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #TBVL8FHi6Aoyxb6w5rvU0IClucKWHgLF { display:block; }#TBVL8FHi6Aoyxb6w5rvU0IClucKWHgLF > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtI3DNnX1O4kgskH5PT3MtS8VMmUfBaZ { width:17.1875rem;height:4.875rem;top:4.0625rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFhXSnmfo9ep78xXHq8J3qoxE4ShfJLn { width:20rem;height:2.5rem;top:20.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PrJNOKGrqVBO7JoEUt81u09XUCpukAGn { width:19rem;height:3.4375rem;top:10.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI95OsPp03to5saPCfsqJAhFxd1TTMpr { display:block; }
 }@media only screen and (max-width: 763px) { #aJIOHDtekhP7UHM7VLT7LWToXB34iHVv { display:block; }#aJIOHDtekhP7UHM7VLT7LWToXB34iHVv > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3z6TtdQug4XrekUGaPJHqBOJpZuzgXK { width:20rem;height:4.125rem;top:4.1240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS { background-color:#ffffff;background-image:none;display:block; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { background-color: transparent; background-image: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container > .video-iframe-container { display: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row > .video-iframe-container { display: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .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); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { width:20rem;height:149.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLQh66Nb53IVlK46KBn05qAy7s9VTGiw { height:14.9375rem;width:20rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSyVRp2LPTQxxhWHBcq9r1qRDwVB7ChZ { width:20rem;height:14.875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VesIcwmM09MlEbaZTXIm13s9wo9ehr4G { width:12.5rem;height:1.29980625rem;top:4.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU9FS3G9GZ6aUaTTwfhhkBQPy7lGaOaB { width:20rem;height:6.796875rem;top:6.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOCc4p4aWIImqchLkmEtXPa074ZBLLaC { height:11.3925625rem;width:20rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy2wWX15uES4KLXBLsMAIrueaUsra3bQ { width:0.81176875rem;height:23.75rem;top:34.058837890625rem;left:19.124755859375rem;z-index:14997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TysdaaE07RhUEokhpNbzlCWB4oyLuIPK { width:20rem;height:14.875rem;top:33.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsQ8KeITuTzr8ZsCf8nHIT50OUDNXcEJ { width:19.9375rem;height:6.796875rem;top:39.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp7IRHnOx7ZTLKofzWZGG87UbIrsZEEX { width:12.5rem;height:2.5996125rem;top:36rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIDxxNzFPKUTPex9mAH0vyu8CWpp6Dod { height:11.3925625rem;width:20rem;top:77.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub2Xudo2A3sMTAmL5k1Mcs4pGZDNWM0H { width:20rem;height:14.9375rem;top:62rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx8kEvbS51i2579gSqIGyyuqFU4RBsFE { width:20rem;height:6.796875rem;top:67rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1C5Q9vVEiH94BsrSg9fyCPTBT5fWR3m { width:20rem;height:1.29980625rem;top:65.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #If8ZTRPlXQTeXwLyRUKNdETsgt2IuDQh { width:20rem;height:14.9375rem;top:90.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #loTtLuaGiZrXxIPDsS4TO10hzRlAaMkq { width:0.81176875rem;height:23.75rem;top:100.62255859375rem;left:10.99853515625rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #xvA49UZxHH8WaOtvhxV0J9gh2gHSop3N { height:11.3925625rem;width:20rem;top:106.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp2XBtk3C0ppIWvp4yL1DZ4r7EAyAhcN { width:20rem;height:2.5996125rem;top:93rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVhTVSOZAkP8tobxZO7umIqMXePd9Q6s { width:20rem;height:6.796875rem;top:96.125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Luk6zbt7puaC9D4ehLVdeypGtwuy41ba { width:0.8125rem;height:23.75rem;top:100.9970703125rem;left:1.1875rem;z-index:14997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #hBW5Ei9EnhWRbFQVsTrl37KKXRvW113h { width:0.8125rem;height:23.75rem;top:100.9970703125rem;left:1.1875rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #n503lg4WDogN8TbSsimct0Om8KOErTqi { width:0.8125rem;height:23.75rem;top:100.9970703125rem;left:1.1875rem;z-index:14992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #J7KFbXmAbfdSpXXWzKmiT6TfNPs4au2P { height:11.3935625rem;width:20rem;top:134.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssey6skx0rhuHXpMRTDgmhQDcR0MvuT8 { width:17.875rem;height:23.75rem;top:136.125rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATsZGK4ngX4RrlDsfOlTbUA8u2reBstC { width:20rem;height:1.29980625rem;top:122.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRyqvr6J4SrM9CbdH2glJqLI3mCsgWAO { width:19.9375rem;height:6.796875rem;top:124.6875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEhqEiQZdTHvpn94zoS1MqbVU9wOC1uZ { width:0.8125rem;height:23.75rem;top:138.6406328125rem;left:19.1875rem;z-index:14997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #fAIlRBI46R5ehNaoFVr0L3wPWecWeGaQ { width:17.875rem;height:23.75rem;top:136.125rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTMIq8UUCplAwCgnJhACvSGmP2O4y6Oy { width:20rem;height:14.9375rem;top:119rem;left:0.0625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #GZT2IRvJZcraMlKsOmA1WxZDZpVZSKl7 { display:block; }#GZT2IRvJZcraMlKsOmA1WxZDZpVZSKl7 > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USz9VepKSDfKvdLu3u3re2a9buLnOhuu { width:20rem;height:13.994125rem;top:12.3994140625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FHQlZ4Qy1aXhNZXWdytGToaC602b3R4G { width:20rem;height:4.875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQyqELylohsv39arpcsmBE9vSnvmy1P6 { width:20rem;height:3.89941875rem;top:40.4619140625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6mrJMDSVv8w5UQbOwTQRGZsi2BPPZ9e { height:11.141625rem;width:20rem;top:28.0078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uazUrdM6ng0m1TCI7ixyCAtxZk5Z3bas { width:20rem;height:2rem;top:10.3994140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqDgLzOdAFBUEmVqdnpvFxE0tZR8w5QF { display:block; }#GqDgLzOdAFBUEmVqdnpvFxE0tZR8w5QF > .row .container { width:20rem;height:97.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBGXrpaU8qtxLCURNUETarcXnTNmJKRq { width:19.875rem;height:14.6875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #urDVStTZqH4yZo59RvuixATtlitCRXDm { width:19.875rem;height:14.5rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9LLQECAt58452XODiWqSoG3bSpP25aU { width:19.8125rem;height:14.6875rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFhLVT8SCTcT1Ae2fbZ3z53hv4i0VQ3x { width:19.6875rem;height:14.5625rem;top:47.6875rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvpZdG42UiNqmvRqU9eZAMBPnn8u6ZPN { width:19.8125rem;height:14.6875rem;top:79.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hcn1iRrOybDB9tzJDM9Q7fvnTTlFHM68 { width:19.8125rem;height:14.6875rem;top:63.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz { background-color:#f9f9f9;background-image:none;display:block; }#CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz > .row .container { background-color: transparent; background-image: none; }#CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz > .row .container > .video-iframe-container { display: none; }#CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz > .row > .video-iframe-container { display: none; }#CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz > .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); }#CKZTThJTB3e3POhGhyy0W2nbJxPHVxdz > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybASMJ6yxAbSCSbPUq8sZRw3irrr556K { width:19.625rem;height:19.625rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkKBsb1QyCKoqubECzkpfiF4bMVXyxvA { width:20rem;height:2.798825rem;top:37.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGo1nnmgLFyWJIap5p1TcPzxVnkg2zs6 { width:20rem;height:6rem;top:29.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCaymgvBVMo9BZ6S2eO6UGR06uPDIuKG { width:20rem;height:4.875rem;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) { #Q4T7GwepVBQJJfq9vDtKDoUdDA3eMIk0 { height:11.2275625rem;width:20rem;top:10.66796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2mumO1hQlLQzwwBAIqFpAINtKg951kS { width:4.8125rem;height:4.8125rem;top:23.9375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu4bo2GzNohu98QKPa88pdTDdwXBNTIh { width:20rem;height:1.54296875rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqPoQrc9dHNLnBcKwoLa9ELvURwS5fS4 { width:9rem;height:1.13671875rem;top:43.0625rem;left:7.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6FJgp0AQVXTJ6X96RWQSG6lWZPfTfw3 { width:2.75rem;height:2.75rem;top:42.0625rem;left:3.875rem;display:block; }
#N6FJgp0AQVXTJ6X96RWQSG6lWZPfTfw3 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #c67IEQT5NN7FHFPcT1NIyOXJMkTbZAWF { width:2.8125rem;height:2.8125rem;top:47.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uek6lPeJLxDfl5rC6rUggTlBHitZADJr { background-color:transparent;background-image: -webkit-linear-gradient(204deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(204deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(204deg, #ffffff, #ffffff);background-image: -o-linear-gradient(204deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(204deg, #ffffff, #ffffff);background-size:auto !important;display:block; }#Uek6lPeJLxDfl5rC6rUggTlBHitZADJr > .row .container { background-color: transparent; background-image: none; }#Uek6lPeJLxDfl5rC6rUggTlBHitZADJr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uek6lPeJLxDfl5rC6rUggTlBHitZADJr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uek6lPeJLxDfl5rC6rUggTlBHitZADJr > .row .container > .video-iframe-container { display: none; }#Uek6lPeJLxDfl5rC6rUggTlBHitZADJr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uek6lPeJLxDfl5rC6rUggTlBHitZADJr > .row > .video-iframe-container { display: none; }#Uek6lPeJLxDfl5rC6rUggTlBHitZADJr > .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); }#Uek6lPeJLxDfl5rC6rUggTlBHitZADJr > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sm3JfDi5LfIKTnOn0xazBr8TkpvJcGZH { width:16.875rem;height:9.597625rem;top:25.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBe5T5ekcesa8gGAwrVTt5mW5lHvPwRb { width:18.4375rem;height:2.923825rem;top:22rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIeCJRzsdgNaAfyuUUKukIL5544AHDPz { width:16.875rem;height:9.597625rem;top:56.25rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQuQiL4x1Ad554T2ZOaLAN9XeT80BwlZ { width:18.4375rem;height:2.923825rem;top:51.8125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo8BiUITtf5HzDTfC8CueiVk2a8F0TyF { width:20rem;height:4.875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhiCpv42pm3y3L9mcEDTv7DwdXalH9XQ { height:11.125rem;width:20rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtLMJTcUJZLQwkGyNQ5sU41D2nLtObxa { height:11.1484375rem;width:20rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatxVKUpTClCalst7fTV1SJv6xJu6rQ8 { background-color:#f9f9f9;background-image:none;display:block; }#TatxVKUpTClCalst7fTV1SJv6xJu6rQ8 > .row .container { background-color: transparent; background-image: none; }#TatxVKUpTClCalst7fTV1SJv6xJu6rQ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatxVKUpTClCalst7fTV1SJv6xJu6rQ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatxVKUpTClCalst7fTV1SJv6xJu6rQ8 > .row .container > .video-iframe-container { display: none; }#TatxVKUpTClCalst7fTV1SJv6xJu6rQ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatxVKUpTClCalst7fTV1SJv6xJu6rQ8 > .row > .video-iframe-container { display: none; }#TatxVKUpTClCalst7fTV1SJv6xJu6rQ8 > .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); }#TatxVKUpTClCalst7fTV1SJv6xJu6rQ8 > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDhOc6hwf8rbGTH1CbpqbsOBOfTERlrX { width:19.625rem;height:17.6875rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8wUMBXCuAkuFIIn4ieaTS3oKKSNNkTI { width:20rem;height:4.1982375rem;top:37.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWNtNz8HauRiGPakpQe8p3pKfUTWXZEL { width:18.625rem;height:6rem;top:31.25rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9cq3wBFsEtwVXmipQ7EGGgiuDdH2Q34 { width:20rem;height:4.875rem;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) { #zB4IThxKDriGoS5S9HVkIk7uN3vK4GsK { width:4.8125rem;height:4.8125rem;top:25.1875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAfcHD8MwisvoOe3iHG4WtFqGFqDKtmg { width:20rem;height:1.54296875rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRxBgOKlU9CnEtK8agzdTCMPv6Ii3HVn { width:9rem;height:1.13671875rem;top:42.6875rem;left:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq6pgl9RJIQmo7GWX3xbvFeJH3bMzewF { height:11.2275625rem;width:20rem;top:11.083984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDzBwaQJdO07qq87ebTRsyl3Qc5AeLew { width:2.75rem;height:2.75rem;top:41.6875rem;left:3.8125rem;display:block; }
#PDzBwaQJdO07qq87ebTRsyl3Qc5AeLew > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #AAQWD3XPgtH99ckNFdm0Kmb94fwPhaDq { display:block; }#AAQWD3XPgtH99ckNFdm0Kmb94fwPhaDq > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2rGRhiolxw9DQ3eerLHxANIvAJnOlo0 { width:20rem;height:4.125rem;top:2.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z { display:block; }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z { background-color: transparent; background-image: none; }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z > .row .container > .video-iframe-container { display: none; }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z > .row > .video-iframe-container { display: none; }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z > .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); }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z > .row .container { width:20rem;height:59.25rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THaWrgaIfR20SFL5sDTqE78vplRTku5V { width:20rem;height:1.29980625rem;top:1.25rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqRHb8cSGlW5igZOhF0mEdap7Rfb3XgW { width:20rem;height:3.3984375rem;top:3.5625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO8m0DyzMyphrux2Asebc7dM1TsaTyly { width:20rem;height:1.29980625rem;top:30.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGa0aIABD3ligaIk7rXphFCHHkm5izBv { width:20rem;height:3.3984375rem;top:33.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT0qA4P3ZpD5puK9A9hr8doxfZgAmfsz { width:19.8125rem;height:17.625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyzfpJZLqaUcsRlQr8Ufv0gTQMPPLRR2 { width:20rem;height:9.6875rem;top:0rem;left:0rem;background-color:#24293e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #kaUhbKDe4CP7RHyep45aaHv2Uk2Xrilo { width:19.875rem;height:17.6875rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZTConNeuIfvNDNMz4fL5MCnJ7iFPglx { width:20rem;height:9.5625rem;top:29.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #edIQtqaodR4kfb2pdfTRNSJiVcOa30lx { display:block; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx { background-color: transparent; background-image: none; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row .container > .video-iframe-container { display: none; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row > .video-iframe-container { display: none; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .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); }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row .container { width:20rem;height:59rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCJVEbyBP7PP8dB4Qft2DBQwRPQbdyxU { width:20rem;height:1.29980625rem;top:1.3125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG3xI7JclLyDcRnNPxuFf1OnLuvKF2LI { width:20rem;height:3.3984375rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4ZwRA0uvE4tgZZG4fXLyLfk4xDGVeMU { width:20rem;height:1.29980625rem;top:30.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCakT4zzZsyOKyhvFEnlyaIHC945N2SQ { width:20rem;height:3.3984375rem;top:33.0625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2gftVKtTvRNkl8crKJTtTP1SwOoalUt { width:19.6875rem;height:17.5rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EciSxIPhK0hznxyqFP0slmni5opJD7Mc { width:20rem;height:9.5625rem;top:29.5625rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Kx6qQkFqGh5xdxhae3qqOfs5tU4aJ42J { width:19.875rem;height:17.625rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN4tkTB919CKhXMvu2mk4kISsn6MtCTo { width:20rem;height:9.625rem;top:0rem;left:0rem;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #S8E2HcZOlOT21rHPFv7iROEZivxmRiGf { display:block; }#S8E2HcZOlOT21rHPFv7iROEZivxmRiGf { background-color: transparent; background-image: none; }#S8E2HcZOlOT21rHPFv7iROEZivxmRiGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8E2HcZOlOT21rHPFv7iROEZivxmRiGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8E2HcZOlOT21rHPFv7iROEZivxmRiGf > .row .container > .video-iframe-container { display: none; }#S8E2HcZOlOT21rHPFv7iROEZivxmRiGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8E2HcZOlOT21rHPFv7iROEZivxmRiGf > .row > .video-iframe-container { display: none; }#S8E2HcZOlOT21rHPFv7iROEZivxmRiGf > .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); }#S8E2HcZOlOT21rHPFv7iROEZivxmRiGf > .row .container { width:20rem;height:57.5625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FupIUhnVhS8C8dIGdFQV44HqDbbSVxCG { width:20rem;height:1.29980625rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRyxQherbP9QgpPJKokR9GeveWFALQiS { width:20rem;height:3.3984375rem;top:3.6875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHPGmCkB7GmTAn5G70h4SZ0VKK3Zui14 { width:20rem;height:1.29980625rem;top:30.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkSbcTX5FNMNZnUE9wMuW7ATPC62mZnQ { width:20rem;height:3.3984375rem;top:33.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue1yNuSg9NnKqi2RGQzmlEisb66TCoyH { width:19.874rem;height:17.6865rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok0yhn0QAsb86X7TFKtzUdiJzTqhIBv8 { width:19.875rem;height:9.5rem;top:0rem;left:0.0625rem;background-color:#24293e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XF4Fz076NrGT9KJPAzyQQKckDvmVOBZn { width:19.8105625rem;height:17.5605625rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZr6wID12PmT3GVhfhicENsnkHUyTeqR { width:15.0625rem;height:9.4375rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTJ7gUsk6iFfaG4v7Wo2VoxCypF47wm { width:19.875rem;height:9.5625rem;top:29.625rem;left:0rem;background-color:#24293e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mmkZqvdBm9CRF0454RFy8VeQ9F6GCJkL { display:block; }#mmkZqvdBm9CRF0454RFy8VeQ9F6GCJkL > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPFbT0TJPAt0MbRPPUQ4rwC9KEzJwgR3 { display:block; }#aPFbT0TJPAt0MbRPPUQ4rwC9KEzJwgR3 > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uB9sAyFaKR2d4ZBqrl3Fo88BTi8Tp3Po { width:19.625rem;height:18.5rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIGme1PyrBJwcm8DrJOXcOSIZ0wARmkJ { width:20rem;height:2.798825rem;top:40.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbRiSSEUEi6zk6T6lgzimcIXHUPePWNR { width:20rem;height:4.5rem;top:33.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioI1ivdbomA9OkZQwmOegtpuiCvIAKx8 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfgbGUJbhpoqF4IpDz9h1qrfgN4Tf6Cg { width:4.8125rem;height:4.8125rem;top:27.1875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTeg7CkBi86XUXP3bFMTJRDIrgik1nxF { width:20rem;height:1.54296875rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVppG7W6b8XrdebkwdSAISBeeTmbk6dw { width:8.25rem;height:1.13671875rem;top:45.6875rem;left:7.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0yyy1E6dSE9TMUM4Ib2HCmSiNVLJq4 { width:9.625rem;height:13.25rem;top:10.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy2DrhPsNIlCKrpwArgtyQ3csxN3ilUP { width:9.625rem;height:13.25rem;top:10.40625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJDAGnzbZ4SDigVfSKQIFKv8cCMBX9eu { width:2.5625rem;height:2.5625rem;top:44.875rem;left:4.3125rem;display:block; }
#LJDAGnzbZ4SDigVfSKQIFKv8cCMBX9eu > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #O9TLPHQeWXOCg3RZcpvETC01JRd5fbEv { display:block; }#O9TLPHQeWXOCg3RZcpvETC01JRd5fbEv > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDK4Fg7VdlRMI8xEWJT9u5iTfLdsPRwL { width:17.1875rem;height:4.875rem;top:4.4375rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxZh3LT3zo7gVrVzbEzm9kF3EpXr8PS8 { width:20rem;height:2.5rem;top:20.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AOTniy9EoIF0QDswiC8q98G1cci3hlVy { width:19rem;height:3.4375rem;top:11.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #epo9hiJCxLvgfSO7d2ZCOD2lZoerLDgN { display:block; }
 }@media only screen and (max-width: 763px) { #ChgUw9ZpbQZxebTVIyJ8uLSr0vKBEx27 { display:block; }#ChgUw9ZpbQZxebTVIyJ8uLSr0vKBEx27 > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILi1TnJxyIDPn2h71T2Ph36r9L5yIR1T { width:20rem;height:4.125rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dFqFHna1ovnSAV0iEOWFIaWxQ7n6b48V { display:block; }#dFqFHna1ovnSAV0iEOWFIaWxQ7n6b48V > .row .container { width:20rem;height:99.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXPn2QTq3hvCwy6B3G8I4K7G6J4J3VI0 { width:20rem;height:1.625rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVaGfQl2PaQTnxCBbdT0JnL58SWhz1rw { width:20rem;height:6.499rem;top:8.475rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFOBfvUXvfdLAAtGvlkR2HgnRfOeTCqu { width:20rem;height:6.499rem;top:25.05rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM3oCkkt7gLlb3mMOOxoP56WXvxsehad { width:20rem;height:3.25rem;top:20.6rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn5T7TTVhEwTJLqN4MnVGxRVQQxUM1ze { width:3.125rem;height:3.125rem;top:16.225rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okrAsqsiQVTn0XhbXr9Xkuxc9UxTZR8x { width:20rem;height:6.499rem;top:41.325rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #feW9zXwy2yommIerbtOnyRywKsT3OCNT { width:20rem;height:1.625rem;top:38.475rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxrmH14uSs1idQLtNueaIDU6IrITl0EK { width:20rem;height:3.25rem;top:53.45rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fePTJZ6C8PL6G6NTrzShkVTqsVcSs03h { width:20rem;height:7.7988125rem;top:57.9rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6F4VfWl6efWSgZV4LcBwAUIqM99BA8n { width:3.125rem;height:3.125rem;top:49.075rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Fg2pusDgoGfBTiHiRaTI2TKbTsA9Xu { width:3.125rem;height:3.125rem;top:68.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s32OCT4FsLGb8b0gNFdKQimAPZTNcPv7 { width:20rem;height:1.625rem;top:72.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcgiwE3mu3XuQtxb4QehLfs6im9GTcd4 { width:20rem;height:6.499rem;top:75.475rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEqZHmMJ1biOWfSDqTWnAgAz8HRN6K7b { width:3.125rem;height:3.125rem;top:84.32422065735rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHZoaitK8hQcZowGykTBczTtairCxuWt { width:20rem;height:1.625rem;top:88.637500762938rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0AZPE9eknKRIxF19aZTFeLP3mBd12tI { width:20rem;height:3.8994125rem;top:92.462501525881rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcOuW6rIEQzEmNLwvvdrU8C0XG5t0uNR { width:3.125rem;height:3.125rem;top:34.1rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLdmpiXDQmTXAfH6sWMJPseLH7lymkLH { width:3.125rem;height:3.125rem;top:0.75rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUk3fwO3dd0Z0KLpyw9V1szipEsTT7ua { display:block; }#bUk3fwO3dd0Z0KLpyw9V1szipEsTT7ua > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WarCuD0A3KfA1uhQydVdfaCcFmyX3pw4 { width:20rem;height:5.199225rem;top:43.5869140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH2XWHNhzzE7BhUpTbKCTIBP6Cm90UUd { width:19.9375rem;height:40.75rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD8BJ0CsmIJS8iG1H7J04C47gyg619ev { background-color:#0055b8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QD8BJ0CsmIJS8iG1H7J04C47gyg619ev > .row .container { background-color: transparent; background-image: none; }#QD8BJ0CsmIJS8iG1H7J04C47gyg619ev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QD8BJ0CsmIJS8iG1H7J04C47gyg619ev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QD8BJ0CsmIJS8iG1H7J04C47gyg619ev > .row .container > .video-iframe-container { display: none; }#QD8BJ0CsmIJS8iG1H7J04C47gyg619ev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QD8BJ0CsmIJS8iG1H7J04C47gyg619ev > .row > .video-iframe-container { display: none; }#QD8BJ0CsmIJS8iG1H7J04C47gyg619ev > .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); }#QD8BJ0CsmIJS8iG1H7J04C47gyg619ev > .row .container { border-width: 0; border-radius: 0; }#QD8BJ0CsmIJS8iG1H7J04C47gyg619ev > .row > .video-iframe-container {  }#QD8BJ0CsmIJS8iG1H7J04C47gyg619ev > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOq2zsJBRDJeBJvib4de6ut8VVIgAM3s { display:block; }#kOq2zsJBRDJeBJvib4de6ut8VVIgAM3s > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyNSCAiCHCQA7Uh3zulwySTqMaCEausw { width:20rem;height:4.125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CJsybsphgXfezUvkBTbg0PHN90rLLHN9 { display:none; }#CJsybsphgXfezUvkBTbg0PHN90rLLHN9 > .row .container { width:20rem;height:128.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wEETFyHc4pvF0Bx8hF8xaRtnKwVrgNcp { left:0rem;top:35.875rem;background-color:#ffffff;background-image:none;width:19.75rem;height:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvuPh8sfXDTxLbwWLTDSc3t6SbXCfEcK { height:4.7678018575851rem;width:20rem;left:0rem;top:70.9375rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xX1GutgUoIrIhhMaqTFqAtfvFi8JPUhm { left:0rem;top:83.125rem;background-color:#ffffff;background-image:none;width:20rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0rem;height:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9OSHgTeTuDnhxeRU5ez0D4IsAT8suKF { height:4.7678018575851rem;width:20rem;left:0rem;top:69.625rem;background-color:transparent;background-image:none;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #XavfQ3IUbnSqmOSJUvTLQLnTL5vUpeZV { width:10rem;height:2.8125rem;top:119.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbIe4KSw2WBwBoQdo9Rvp7FMWqX2QISU { display:block; }
 }@media only screen and (max-width: 763px) { #eFWSfLxc0UBI1udi1fpTJX0aSf9K0Xkw { left:0rem;top:1.3125rem;background-color:#ffffff;background-image:none;width:20rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.3125rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7bLxJzuWo3OQ95mJw1pddZhHAv4Cb7h { width:10rem;height:2.8125rem;top:76.2900390625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwm51KJT9Pl5D0t7Sw7k02rAFSUwUZr7 { display:block; }
 }@media only screen and (max-width: 763px) { #gC5FIWqomWSazEW01CTZ77TSqQNQnQkR { width:10rem;height:2.8125rem;top:29.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4UsbBtWOLgptGWAmA4RIZCucSGXKXi4 { display:block; }
 }@media only screen and (max-width: 763px) { #TodW0682tet5Zn6BByB6Flulg05T244T { width:15rem;height:19.125rem;top:95.75rem;left:3.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg7liEqJHAEkBaL0mXO4B5tnnPRmwHWb { width:1.9375rem;height:1.9375rem;top:108.6875rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2TZzUCTqylWdhnIabDtVAdTeTwWhUs6 { width:1.9375rem;height:1.9375rem;top:110.875rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHcWIEPHchVPQkque6sQBuk2dZaGZwuF { width:15.0625rem;height:11.25rem;top:13.875rem;left:3.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKRaXSabHm4UEQFT7XvU6adbQ9SpVrHc { width:1.9375rem;height:1.9375rem;top:20.375rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOkQTUzNV42bapmBQ3GdRrfR4K55Lr1t { width:1.9375rem;height:1.9375rem;top:23.8125rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWgoaEQVAMPqiEJ6IhcSnlUqMV3yuOXl { width:15.8125rem;height:21.375rem;top:51rem;left:3.5rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiPBg0tuVa95X6Gok6i5sRq2H6CTl7LH { width:1.9375rem;height:1.9375rem;top:62.1875rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgKE8P6fdbN3IMHyerNhOALrEByQwtOp { width:1.9375rem;height:1.9375rem;top:65.5625rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qytP1BbzKmCRVcmzTkmTGNLC49XGTZD8 { width:1.9375rem;height:1.9375rem;top:102.125rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuGL9TMSv0qup5H1CTUvTTRFyGzs5q0e { width:1.9375rem;height:1.9375rem;top:104.3125rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d47v4HifnnXaA6Ta8ixqJXFVBNALD8OG { width:1.9375rem;height:1.9375rem;top:106.5rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPAH57xemMVSmXI5a1T8Uy45Qk5l60S6 { left:0rem;top:5.625rem;background-color:#e3e3e3;background-image:none;width:20rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaaSCtqliuTFcMbk64IBArPd4Dausk0E { left:0.0625rem;top:40.9375rem;background-color:#e3e3e3;background-image:none;width:19.9375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvkWZ7uc6z3qTqt9HelTtCPf3ccTh6FI { left:0rem;top:40.9375rem;background-color:#e3e3e3;background-image:none;width:20rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXcyD4EIy9o0oNmaSGP2JFbavRPSa0oh { width:1.9375rem;height:1.9375rem;top:13.5625rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX1ORVbekdtDI8UIIdeifu6G4AiG4N49 { width:1.9375rem;height:1.9375rem;top:17.125rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovov1rfXUyRGIzPsicTosXWSVNNpchH1 { width:1.9375rem;height:1.9375rem;top:50.6875rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kiu4Hxu9ZK8lPEwJJDkql9QaEo6MiG3b { width:1.9375rem;height:1.9375rem;top:54.1875rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmfPN57HoQHlOvZJCdtM1vKz50ZoDk4W { width:1.9375rem;height:1.9375rem;top:57.625rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcXywuAebDG2qrKlr0uQbKgvyIUKeAaO { width:1.9375rem;height:1.9375rem;top:95.5rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca0dT7Rwyqd7UK97wgrq2gz3HXkTrNoe { width:1.9375rem;height:1.9375rem;top:97.75rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuQGS1rKJnT17PElw2bbNw7NgpRJTQ6g { width:1.9375rem;height:1.9375rem;top:99.9375rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSaJtNguGdaXLuP6vVxd6lEHJZtLHbFO { left:2.4375rem;top:7rem;background-color:transparent;background-image:none;width:15.1875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFNpAuzW4Vk4Bm83Aw36KNRULZN7BKIu { left:1.8125rem;top:9.625rem;background-color:transparent;background-image:none;width:16.375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWqNs7XO0tN7IRykv2dU32XVAFTwXzsv { left:0.59375rem;top:45.375rem;background-color:transparent;background-image:none;width:18.8125rem;height:3.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7TVvrsX4nDugSIhBWTgx9omRak9Mr0z { left:0rem;top:42.3125rem;background-color:transparent;background-image:none;width:20rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MntLh0ROeRFN2SyPHV4rwwk4muz8v3Om { left:0rem;top:91.1875rem;background-color:transparent;background-image:none;width:20rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDhOlcy5BhehfKQpCU8m5GWnbDv4B2Tr { left:0.0625rem;top:88.5625rem;background-color:transparent;background-image:none;width:20rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE9JBTqNhz5iehG9ZfZyLlQTOm0dkhAR { left:0rem;top:1.25rem;background-color:#393939;background-image:none;width:20rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p364TLr0B3Qn53R28lZ2Bmc0n9zTMtru { left:0rem;top:35.875rem;background-color:#4b75e6;background-image:none;width:20rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgyCvLGPQcZayriPvCzTQK14Tvxg1f9r { left:0rem;top:83.125rem;background-color:#393939;background-image:none;width:20rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOAql2R7GTmezwy2Rt8dnkZTU4x9V11i { left:0rem;top:38rem;background-color:transparent;background-image:none;width:19.8125rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iluR3xV86RTNqDlHsC5KbeipdWEDTx2R { left:0rem;top:2.5625rem;background-color:transparent;background-image:none;width:20rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qddE76dmZwWRpqgl4eZ9kGMwD51SWMPR { left:0rem;top:84.4375rem;background-color:transparent;background-image:none;width:20rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT01H2Ipnw20WVX35C4dh5zHs4UVwZhP { height:5.0625rem;width:5.125rem;left:14.875rem;background-color:transparent;background-image:none;top:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEac7zBhu5E7HW2w6TOvvGDyJyuTbwoH { width:1.9375rem;height:1.9375rem;top:68.8125rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrlCZMb5ANorPbT0QOir9yPRPEdlQ1ZM { width:1.9375rem;height:1.9375rem;top:71.0625rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTqNHZFEbFOQhFetyNxH3HtZF6dDwG3 { left:0rem;top:87rem;background-color:#e3e3e3;background-image:none;width:20rem;height:7.4375rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #rfwVWzBJst7T2zlFyQSHmTlXg2343SdC { left:0rem;top:124.875rem;background-color:transparent;background-image:none;width:18.6875rem;height:0;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #H2FrB68UpTeWp6W4h5WMfiJqy8L0EeCV { width:1.9375rem;height:1.9375rem;top:125.0625rem;left:9rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq7yksTxHkOEPVE8QLPput1k4JWnM58F { display:block; }#Uq7yksTxHkOEPVE8QLPput1k4JWnM58F > .row .container { width:20rem;height:128.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1dGFLTI0zeo9tnU43sJF08xOdD1cIEz { left:0rem;top:35.875rem;background-color:#ffffff;background-image:none;width:19.75rem;height:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVVG8Wyy4ZgGIpITfQlrbW88t2bJtDfm { height:4.7678018575851rem;width:20rem;left:0rem;top:70.9375rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tfuu849T6qPQ6AR5r0QKSptTGTAtJ3Py { left:0rem;top:83.125rem;background-color:#ffffff;background-image:none;width:20rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0rem;height:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCTZORkgvWbaE2DK6eonILNgynV62TlO { height:4.7678018575851rem;width:20rem;left:0rem;top:69.625rem;background-color:transparent;background-image:none;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #QBVQ8ct0cpuJ0UOX0HKfVC764PFUv0LL { width:10rem;height:2.8125rem;top:117.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MShRurLhMqrTFb9EgZeqz6z0NNKllzUb { display:block; }
 }@media only screen and (max-width: 763px) { #mGEV4awn3FOaBAq6Q67KMvMAycPhz6Qr { left:0rem;top:1.3125rem;background-color:#ffffff;background-image:none;width:20rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.3125rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrv1Tq1dTE3omTZFDCa6mD2G74TZeUDc { width:10rem;height:2.8125rem;top:75.705078125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qym7VDpANz1UfEVHTlC8QxTpWt5M5kTb { display:block; }
 }@media only screen and (max-width: 763px) { #eCkaDDbEeuQOir3BCsy8iVRGwuC6k3OS { width:10rem;height:2.8125rem;top:28.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJJx5G7sBtW3tvaXmMyda6SqV0nCaaoi { display:block; }
 }@media only screen and (max-width: 763px) { #T1y4eQPDSZLD9C2AagdPhC6OJBXpphCa { width:15rem;height:17.05078125rem;top:95.75rem;left:3.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCxcRKuZyprDTbGTArM0Qh7Pae8RRgVC { width:15.0625rem;height:11.3671875rem;top:13.875rem;left:3.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRy8a1xIShwPB9cQ5gJP6LhfmcUqAbPz { width:1.9375rem;height:1.9375rem;top:20.375rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ivlqD6bRR3kqnM8TIzuyA05JxriARX { width:1.9375rem;height:1.9375rem;top:23.8125rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs07zFUZaywMrD6972BSmTwTyEQ8Hb1f { width:15.8125rem;height:21.59765625rem;top:51rem;left:3.5rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaQQ47fdgMlQ2S9KBNNR7CrBR6VSFQzs { width:1.9375rem;height:1.9375rem;top:62.1875rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrKQCafu6aDtGi67T96TgwpOcdl7qkHp { width:1.9375rem;height:1.9375rem;top:65.5625rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8Bn0meApT9ZtOFhuTPOyF33EAs8yJsh { width:1.9375rem;height:1.9375rem;top:102.125rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsN5rI4sAzzWIBB1SQuMSA9hZQ73F02c { width:1.9375rem;height:1.9375rem;top:104.3125rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8SBDG6DMu7exGBpXQlq6B6CyFcwSSrv { left:0rem;top:5.625rem;background-color:#e3e3e3;background-image:none;width:20rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyeArfl1pphki7pKJbpanFbBkiCg4wlT { left:0.0625rem;top:40.9375rem;background-color:#e3e3e3;background-image:none;width:19.9375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR3rKVr8S2DMwbOB68HQI1rinyKi0yzw { left:0rem;top:40.9375rem;background-color:#e3e3e3;background-image:none;width:20rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbfInEAiaeekIFL8I4DDHwCmJKiiR5Rv { width:1.9375rem;height:1.9375rem;top:13.5625rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHE9LMVu19Aem4nUzOfOUw1V6Dr5m3Jq { width:1.9375rem;height:1.9375rem;top:17.125rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TETPhN9aFM25vAS2Fbq5AXHMPGg6R6i8 { width:1.9375rem;height:1.9375rem;top:50.6875rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL6eHIDJKmWaw9xl6TJfP3mVR7E8lhUw { width:1.9375rem;height:1.9375rem;top:54.1875rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARaXMBXca90X2nPWt5ucOxE0KxNn1Lmb { width:1.9375rem;height:1.9375rem;top:57.625rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bmcf7hvamwpNQTAgKcQ2DBetTmUf02HN { width:1.9375rem;height:1.9375rem;top:95.5rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwMNT5KSZMhPbLevbP7XeBFUTt39W974 { width:1.9375rem;height:1.9375rem;top:97.75rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv5zCoxD692RM2sbBnURGU8n2BsIJz5b { width:1.9375rem;height:1.9375rem;top:99.9375rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFvybMvr9kVsctJxi7QhduHoIt8iVUUx { left:2.4375rem;top:7rem;background-color:transparent;background-image:none;width:15.1875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4sX7tma9SvEVPAaDQFlDpqiWNLHJFUA { left:1.8125rem;top:9.625rem;background-color:transparent;background-image:none;width:16.375rem;height:1.798825rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6QUy0b7NPBVpvXm4G5u8BECouCzodBX { left:0.59375rem;top:45.375rem;background-color:transparent;background-image:none;width:18.8125rem;height:3.59765625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #axHP5nnH66KPoMzK9TVXfm6UBcobsWZy { left:0rem;top:42.3125rem;background-color:transparent;background-image:none;width:20rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MahqE2PUBB94fvn7IFxOFnoSGba4Bnqa { left:0rem;top:91.1875rem;background-color:transparent;background-image:none;width:20rem;height:0.8994125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLX5ObE2BtAdHAPvxWM0r2q1rCoAbpNm { left:0.0625rem;top:88.5625rem;background-color:transparent;background-image:none;width:20rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdrIXOJTN8cD2IrrNlNGuGpB0Q5AaPD2 { left:0rem;top:1.25rem;background-color:#393939;background-image:none;width:20rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzGzIcOC3BlPd33pFLFNfQD5l4n5QR15 { left:0rem;top:35.875rem;background-color:#4b75e6;background-image:none;width:20rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOklGOE1zlehVTzMnRuTe8SN1frION2T { left:0rem;top:83.125rem;background-color:#393939;background-image:none;width:20rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3ZZOD2CANxDWBsMd3fg89giqqIwC1W2 { left:0rem;top:38rem;background-color:transparent;background-image:none;width:19.8125rem;height:2.3994125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFz36ScFCKxor1iH1Uc3GTucrCDMyehy { left:0rem;top:2.5625rem;background-color:transparent;background-image:none;width:20rem;height:2.3994125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1M9qGUTvp95ct11dHnsF8BdRX6LL9ol { left:0rem;top:84.4375rem;background-color:transparent;background-image:none;width:20rem;height:2.3994125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o19XlgFgpkUuPwwmiAGxCpGTBwWXvpQ5 { height:5.0625rem;width:5.125rem;left:14.875rem;background-color:transparent;background-image:none;top:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlV93oIcJPW1y7WcS2qG8nvyByvVMM94 { width:1.9375rem;height:1.9375rem;top:68.8125rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TogiGGqW0ZIANGA3117fwtxSpEtspphd { width:1.9375rem;height:1.9375rem;top:71.0625rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftlTRn499r47McPWLliLXeB0u8EKESt7 { left:0rem;top:87rem;background-color:#e3e3e3;background-image:none;width:20rem;height:7.4375rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #h03cVqEsha7T7NkJXMWF4vzbtoDOS2Gf { left:0rem;top:124.875rem;background-color:transparent;background-image:none;width:18.6875rem;height:0;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzqUJ7oPDTLCWaHpkpu5pGevLGMGkuzU { width:1.9375rem;height:1.9375rem;top:107.8125rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhQdM3hZei50XSqudb15ZhhsSB6kDadO { display:block; }#lhQdM3hZei50XSqudb15ZhhsSB6kDadO > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dx1AWnRTg4Wwnzv31URWH0NHPgmQZusB { display:block; }#dx1AWnRTg4Wwnzv31URWH0NHPgmQZusB > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMkQWxUOBBLKiTwrdeCOvpbLeTJlKOP8 { width:20rem;height:5.5rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BM8J8A0Qtz1vTbTVZKN5usETuaENc5PS { width:20rem;height:1.03125rem;top:14.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Qct9aBFNkPh4Zq2xdkBnTESomFSx72Wv { width:2.5rem;height:2.5rem;top:8.5rem;left:1.375rem;font-size:1.75rem;z-index:15000;display:block; }
#Qct9aBFNkPh4Zq2xdkBnTESomFSx72Wv > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #Iumv0W8u7yThnnA14UxDCO5PdATZCCuK { width:2.5rem;height:2.5rem;top:8.5rem;left:5rem;font-size:1.75rem;display:block; }
#Iumv0W8u7yThnnA14UxDCO5PdATZCCuK > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #mJFa8HBCXKZrxLIefzf7cz0af3vrDMgK { width:2.5rem;height:2.5rem;top:8.5rem;left:8.6875rem;font-size:1.75rem;display:block; }
#mJFa8HBCXKZrxLIefzf7cz0af3vrDMgK > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #lUstNyN5VlyOQlOG1ZyM3OJfX3ZsOmrP { width:2.5rem;height:2.5rem;top:8.5rem;left:12.4375rem;font-size:1.75rem;display:block; }
#lUstNyN5VlyOQlOG1ZyM3OJfX3ZsOmrP > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #g8mCHkAsCK1qHR9xSedcUpOsw9GxVRKA { width:2.5rem;height:2.5rem;top:8.5rem;left:16.1875rem;font-size:1.75rem;display:block; }
#g8mCHkAsCK1qHR9xSedcUpOsw9GxVRKA > img { max-width: 100%;max-height:100%; } }