.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;
}
.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MmfZLadC/Nikkei_Asia_map_1200_628_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0076bf;background-image:none;position:relative;z-index:auto;display:none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { border-width: 0; border-radius: 0; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:none; }#HFa3eW1wxKb5AlNEi6G8ScB5CLtsE0Wm { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:17.1875rem;top:1.064453125rem;left:2.625rem;overflow:hidden;display:block; }
#toUIBDLASGFv5Ws12K2SKh2C40hUnWVm { background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.5rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:1.25rem;left:61.1865234375rem;display:block; }
#wwa1ob1A666hVkbxdsT4bp0xS3TbUmLA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FMDHrxViZ68tsfxt7m4oBo0lC92Mtels { background-color:#0076bf;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;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.5rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:1.25rem;left:46.3740234375rem;display:block; }
#Q2ofmhCVcmgGCBZp0OmIMOzJi5qkWHX8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CMhABXQU2QTPwHZNrZud4Xp0uFaBJkLz { background-color:#0076bf;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;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:2.5rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:1.25rem;left:53.2490234375rem;display:block; }
#pFpTuPBETyGdUhsrmrCayoo6Gcvs2kki { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ofkFfCa7skFJVRMMVwkg1nNnQQ2uxMMm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#cSGD89qghsM1QZU6Pn7ITKwR0Sud4opl { background-color:#0076bf;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;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.5rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:1.25rem;left:46.3740234375rem;display:none; }
#hKsmozucDfo5BJDmDpZtOK97WprvW9Og { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0076bf;background-image:none;position:relative;z-index:auto;display:block; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { background-color: transparent; background-image: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container > .video-iframe-container { display: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container { display: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .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); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { border-width: 0; border-radius: 0; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#eg61ocAkzk0fl3EqEe5tHxP47ymQ2sAw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:17.1875rem;top:1.064453125rem;left:2.625rem;overflow:hidden;display:block; }
#niTyO8QZiIuCJ04nXct8Z9ZH3LyCChp6 { background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.5rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:1.25rem;left:61.1865234375rem;display:block; }
#mNrlTBk6qPXQoQha94nkBaLOZD1TIhST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HhGiyAXLeLV2uwn4vsvxKCt2REMV1ZPm { background-color:#0076bf;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;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.5rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:1.25rem;left:46.3740234375rem;display:block; }
#PTdm2Q72AxsAtOtw6tRqPAeKRtEWz4S0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A3nmTUgW4EdztstvwZem7gHG6v27Uh2V { background-color:#0076bf;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;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:2.5rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:1.25rem;left:53.2490234375rem;display:block; }
#I4qTTppTApXE3pDmeDtDrXcrWL2G1KaZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#i5weaw4wpOaTK2SFNUBbKsLkVXEfdHDb { background-color:#0076bf;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;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:1.189453125rem;left:37.3115234375rem;display:block; }
#Cuqq5XFKHvOTb152QTR4TPBsbN4uFkTz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M0CAHzLNHJykg3qb7hpenEUywFWLwVrx { background-color:transparent;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;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:2.5rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:6.0625rem;left:68.0625rem;display:block; }
#LxXDE8OaLNBeU4Abq2swwMMFvFrHzrlh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nSld4KXZHiwbnUezFK0LnaGKf1iJ0KBE { position:relative;display:block; }#nSld4KXZHiwbnUezFK0LnaGKf1iJ0KBE { background-color: transparent; background-image: none; }#nSld4KXZHiwbnUezFK0LnaGKf1iJ0KBE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSld4KXZHiwbnUezFK0LnaGKf1iJ0KBE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSld4KXZHiwbnUezFK0LnaGKf1iJ0KBE > .row .container > .video-iframe-container { display: none; }#nSld4KXZHiwbnUezFK0LnaGKf1iJ0KBE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSld4KXZHiwbnUezFK0LnaGKf1iJ0KBE > .row > .video-iframe-container { display: none; }#nSld4KXZHiwbnUezFK0LnaGKf1iJ0KBE > .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); }#nSld4KXZHiwbnUezFK0LnaGKf1iJ0KBE { border-width: 0; border-radius: 0; }#nSld4KXZHiwbnUezFK0LnaGKf1iJ0KBE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;position:relative;display:block; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { position:relative;display:block; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { background-color: transparent; background-image: none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container > .video-iframe-container { display: none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row > .video-iframe-container { display: none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .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); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { border-width: 0; border-radius: 0; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#k28g644yd2EXJIil3mx8Szczz1RDrOq5 { color:#000000;display:block;width:40rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:1.3125rem;left:2.5rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KyIS2kzFpvaiNJK5DgdG0huACS2O9FO0 { color:#606060;display:block;width:61.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:100014;line-height:1.6;letter-spacing:0;top:5rem;left:2.5rem;height:3.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lr2UX16FTyRx0NBUDJRRgR6DmrccP3fv { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:2.5rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:9.6875rem;left:2.5rem;display:block; }
#Q9bPMSHiLXIcUvLmadHTqTedz36LskeA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#csiDGtIyJhKl0scoi7LRKDg4TzNtKAHE { color:#ffffff;display:block;width:48.375rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:10.88671875rem;left:17.875rem;height:1.29980625rem;display:block; }
#AuFIwdBbponGe35UTHKlKe7bF3hs9pDc { color:#606060;display:block;width:70.25rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:100015;line-height:1.6;letter-spacing:0;top:13.6875rem;left:2.5rem;height:3.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gQJT34fT8X5giChEDosGpQfuIP4GxKKg { background-color:#5d92ff;background-image:none;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 slab";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#ebcJctvCkEEcARh4I87Kt2yMFp3cF2uK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb { position:relative;display:block; }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb { background-color: transparent; background-image: none; }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb > .row .container > .video-iframe-container { display: none; }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb > .row > .video-iframe-container { display: none; }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb > .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); }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb { border-width: 0; border-radius: 0; }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#h6vUG1QBOp3BFKQVG4pDLxowlBSsNAGw { position:absolute;display:block;z-index:99995;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;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:6.375rem;width:13.6875rem;top:4.99853515625rem;left:25rem;display:block; }
#bFCeHdzTNes2X9fblG4fHMUHtoXRGm9t { box-sizing:content-box;color:#606060;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:100001;top:7.3740234375rem;left:30.3125rem;display:block; }
#nNuzHqmDG7SIrEG6nuPcSk2LWSmpbQxA { position:absolute;display:block;z-index:99996;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;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:6.375rem;width:13.6875rem;top:5rem;left:40rem;display:block; }
#k91RwvWccNIowwcTATmafxuBahkelxeO { box-sizing:content-box;color:#606060;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:100002;top:7.4990234375rem;left:45.3125rem;display:block; }
#Q9ZhTkI4Tp8q0BEDip93Z5JoH5XyQBui { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:6.187744140625rem;left:7.5rem;height:2.84375rem;display:block; }
#G0gOyo275AVkIMxSoosi7lnWVuQapCtc { position:absolute;display:block;z-index:99996;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;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:6.375rem;width:13.6875rem;top:5rem;left:55rem;display:block; }
#nk7dFoZiK3gOoSsTqywsOFbTKCUCzWyF { box-sizing:content-box;color:#606060;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:100004;top:7.499755859375rem;left:60.25rem;display:block; }
#f2EgTqHe4h2SdnJHPgTPbq2pcBqSFGr5 { position:absolute;display:block;z-index:100003;background-color:#0076bf;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:13.6875rem;top:11.1875rem;left:25rem;display:block; }
#J1lTUXVsgL24zqgilp5R4psbv4arBsIl { position:absolute;display:block;z-index:100004;background-color:#0076bf;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:13.6875rem;top:11.1865234375rem;left:40.062255859375rem;display:block; }
#h05qeh04Km3fBCP02MaJ6Rf0rJO4WkgT { position:absolute;display:block;z-index:100005;background-color:#0076bf;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:13.6875rem;top:11.1875rem;left:54.9365234375rem;display:block; }
#FZPVdKR5rBeyunXsXBU0EWxCs94K3wb0 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:4.9990234375rem;left:25rem;display:block; }
#pU73VmDXVHNEcDozVfwpqVhygvln3ehA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uduNlZbklbGhOAlopqs9B39xSUVhnM8u { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:4.9365234375rem;left:40rem;display:block; }
#doVLMezPnrDVvfke8rn2Ry551ktUrnfT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nsuAUEqMIGd0QEXSbkDvueZf7TnFVq0O { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:5.062255859375rem;left:55.186767578125rem;display:block; }
#OOaELf3lzy4aJzuiETuR8Tv07v9lAcKN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BoSCMdMhrELANQoqRz97n1x8MK8v8GD4 { position:absolute;display:block;z-index:100009;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.4992675rem;top:6.187744140625rem;left:6.25rem;display:block; }
#QqTxTPiP5DhhQzdAgdVXCQc5koL5hh7T { color:#000000;display:block;width:16.8115rem;position:absolute;font-family:"roboto slab";font-size:0.9375rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:8.656005859375rem;left:7.5rem;height:1.21875rem;display:block; }
#SwOmlTJF18yOionoaR8hm8B4r94xTwSJ { position:absolute;display:block;z-index:99994;background-color:#f5f5f5;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:11.311rem;width:69.935rem;top:2.437744140625rem;left:2.5rem;display:block; }
#RohGB5TG20bFh2XHMqGMdbWnpKCeclde { position:relative;display:block; }#RohGB5TG20bFh2XHMqGMdbWnpKCeclde { background-color: transparent; background-image: none; }#RohGB5TG20bFh2XHMqGMdbWnpKCeclde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RohGB5TG20bFh2XHMqGMdbWnpKCeclde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RohGB5TG20bFh2XHMqGMdbWnpKCeclde > .row .container > .video-iframe-container { display: none; }#RohGB5TG20bFh2XHMqGMdbWnpKCeclde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RohGB5TG20bFh2XHMqGMdbWnpKCeclde > .row > .video-iframe-container { display: none; }#RohGB5TG20bFh2XHMqGMdbWnpKCeclde > .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); }#RohGB5TG20bFh2XHMqGMdbWnpKCeclde { border-width: 0; border-radius: 0; }#RohGB5TG20bFh2XHMqGMdbWnpKCeclde > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#LnkX0MKyzWT4zqRZLNWKhb5pqTpZGmnl { position:absolute;display:block;z-index:99995;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;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:6.375rem;width:13.6875rem;top:2.5rem;left:25rem;display:block; }
#FxJNQE82aly0bJNdG9E4D635VS8afADe { position:absolute;display:block;z-index:99995;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;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:6.375rem;width:13.6875rem;top:2.5rem;left:40rem;display:block; }
#HVDlydLyTh2wwozpxiF1H6T7vVdnfSUK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.625rem;left:7.5625rem;height:2.84375rem;display:block; }
#HgSuo1KI7XRnMIlxQgH4kTyfPwVc2NRl { position:absolute;display:block;z-index:99996;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;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:6.375rem;width:13.6875rem;top:2.5rem;left:55rem;display:block; }
#ZfQtxG1ZpIMDhyTLS8dlKzp3BDOKRu5L { position:absolute;display:block;z-index:100003;background-color:#0076bf;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:13.6875rem;top:8.686767578125rem;left:25rem;display:block; }
#wrkeLJxq8ZNrNebin032Nx9ZVG1bLSQr { position:absolute;display:block;z-index:100004;background-color:#0076bf;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:13.6875rem;top:8.686767578125rem;left:40rem;display:block; }
#oe9OTQopMceQkBVsiNkadVf1X5URHXyH { position:absolute;display:block;z-index:100005;background-color:#0076bf;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:13.6875rem;top:8.6875rem;left:55rem;display:block; }
#TO7uon5IpNGBec7E6N1eZgyAAuwTo4B2 { position:absolute;display:block;z-index:100009;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.5rem;top:3.75rem;left:6.25rem;display:block; }
#b1uIuLKWE6PmkTkMONtQVIFIghpXBCfQ { background-color:transparent;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.625rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:2.75rem;left:26.624755859375rem;display:block; }
#r9Uu8nLT3tHT9bKngDJf4xlI76kNpzS5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GJ23IgopHCPcTRvcJyodWmXk8STFSRdt { box-sizing:content-box;color:#606060;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:100011;top:5.25rem;left:30.3125rem;display:block; }
#q1WzICRIaCefoJoNf9yvrCXyBMNDANNp { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.625rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:2.5rem;left:40rem;display:block; }
#DtCEiTrdCqS6l9OhH79QGzaiQHOH5k3V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ekL7M8PFWLdAi0QST0aT89Gkwm9xbbpq { box-sizing:content-box;color:#606060;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:100012;top:5rem;left:45.5625rem;display:block; }
#zS69t4tr4lZ2CvufAWdmNzZfDdVIAf2r { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:2.5rem;left:55.3125rem;display:block; }
#Vqpa7vsnIlXMRGhCVV6TbIeVq6M3tsqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GsKSzl9fVfevkE1EsbkkbTln4aI3xpEa { box-sizing:content-box;color:#606060;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:100012;top:5rem;left:60.375rem;display:block; }
#ZD9yFnaPOWhlTrIFReCyZoOI04iL0vsc { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"roboto slab";font-size:0.9375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:6.3125rem;left:7.5rem;height:2.4375rem;display:block; }
#zfsDqrrTvSLrxOXsJ5cewQmrNz3XQSmv { position:absolute;display:block;z-index:99994;background-color:#f5f5f5;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:11.375rem;width:69.9375rem;top:0.37841796875rem;left:2.5rem;display:block; }
#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO { position:relative;display:block; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO { background-color: transparent; background-image: none; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row .container > .video-iframe-container { display: none; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row > .video-iframe-container { display: none; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .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); }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO { border-width: 0; border-radius: 0; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#gFWPexz3f4fZsgZpEK2M5SIhB2skoo2m { position:relative;display:block; }#gFWPexz3f4fZsgZpEK2M5SIhB2skoo2m { background-color: transparent; background-image: none; }#gFWPexz3f4fZsgZpEK2M5SIhB2skoo2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFWPexz3f4fZsgZpEK2M5SIhB2skoo2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFWPexz3f4fZsgZpEK2M5SIhB2skoo2m > .row .container > .video-iframe-container { display: none; }#gFWPexz3f4fZsgZpEK2M5SIhB2skoo2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFWPexz3f4fZsgZpEK2M5SIhB2skoo2m > .row > .video-iframe-container { display: none; }#gFWPexz3f4fZsgZpEK2M5SIhB2skoo2m > .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); }#gFWPexz3f4fZsgZpEK2M5SIhB2skoo2m { border-width: 0; border-radius: 0; }#gFWPexz3f4fZsgZpEK2M5SIhB2skoo2m > .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:23.9375rem;width:75rem;position:relative;display:block; }#iEqyq5E5ex7V2DygCSXHhnIMzR4zuBEc { color:#606060;display:block;width:45.7495rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.1865234375rem;left:2.3974609375rem;height:3.25rem;display:block; }
#oOk0kacE2yhGPGfJLMN0QGWLgHLrFe96 { position:absolute;display:block;z-index:100010;background-color:#0076bf;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:0.625rem;width:8.125rem;top:4.876708984375rem;left:2.5rem;display:block; }
#So9dpkpG4NZsF81D82t8ycb3d6WxTinC { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5625rem;width:18.1875rem;top:10.0625rem;left:53.75rem;overflow:hidden;display:block; }
#NEAg15qrveIhTllbkDcyCy9HUL3elzcF { color:#606060;display:block;width:53.0625rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:6.8125rem;left:2.5rem;height:3.25rem;display:block; }
#QxqgFzidw1hGy0R7LU2aARtVdHUn5ATI { color:#606060;display:block;width:42.0625rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:13.3125rem;left:3.0625rem;height:8.125rem;display:block; }
#Os7PPm3EH1kUGapHsiTnUil2FXbcwK9v { box-sizing:content-box;color:#0076bf;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:100012;top:10.0625rem;left:2.5rem;display:block; }
#kzLZpWKusGsthxQ2d9dkVgOK7AG8rgyb { color:#606060;display:block;width:14.125rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:11rem;left:5.5625rem;height:1.625rem;display:block; }
#gZ38lJfK6O7Nis4iKt1WTKR20CXQ9CGh { position:relative;display:block; }#gZ38lJfK6O7Nis4iKt1WTKR20CXQ9CGh { background-color: transparent; background-image: none; }#gZ38lJfK6O7Nis4iKt1WTKR20CXQ9CGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZ38lJfK6O7Nis4iKt1WTKR20CXQ9CGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZ38lJfK6O7Nis4iKt1WTKR20CXQ9CGh > .row .container > .video-iframe-container { display: none; }#gZ38lJfK6O7Nis4iKt1WTKR20CXQ9CGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZ38lJfK6O7Nis4iKt1WTKR20CXQ9CGh > .row > .video-iframe-container { display: none; }#gZ38lJfK6O7Nis4iKt1WTKR20CXQ9CGh > .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); }#gZ38lJfK6O7Nis4iKt1WTKR20CXQ9CGh { border-width: 0; border-radius: 0; }#gZ38lJfK6O7Nis4iKt1WTKR20CXQ9CGh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE { position:relative;display:block; }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE { background-color: transparent; background-image: none; }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE > .row .container > .video-iframe-container { display: none; }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE > .row > .video-iframe-container { display: none; }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE > .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); }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE { border-width: 0; border-radius: 0; }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.1875rem;width:75rem;position:relative;display:block; }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ { position:relative;display:block; }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ { background-color: transparent; background-image: none; }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ > .row .container > .video-iframe-container { display: none; }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ > .row > .video-iframe-container { display: none; }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ > .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); }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ { border-width: 0; border-radius: 0; }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ > .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:70.125rem;width:75rem;position:relative;display:block; }#qxT9CyiUP1g5oqbuw3b7HSEFZ3epFmnU { color:#606060;display:block;width:20.625rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.4375rem;height:3.25rem;display:block; }
#pIJKIISWbM7FNC82Ak0id5csXMouieKt { position:absolute;display:block;z-index:100008;background-color:#0076bf;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:0.625rem;width:8.125rem;top:5.4367156028747rem;left:2.3984375rem;display:block; }
#pLpLErzkTgfrefGemgCKVcTo6mqFraT1 { color:#606060;display:block;width:23.4375rem;position:absolute;font-family:"roboto slab";font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.3117184638975rem;left:2.2734375rem;height:2.03125rem;display:block; }
#MeUQmGUEONVs2bK2ZnrrlHEvAgRxwui2 { color:#606060;display:block;width:5.9375rem;position:absolute;font-family:"roboto slab";font-size:1.5625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:13.6240234375rem;left:2.3984375rem;height:2.03125rem;display:block; }
#BHdc2B7XtPIobpilF4TpPG3NXyJkcIkF { color:#0076bf;display:block;width:18.875rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:16.060546875rem;left:2.5859375rem;height:1.3808625rem;font-style:normal;display:block; }
#r7WxpVN4evBN37TMlN852yfk4tb5mq6x { color:#606060;display:block;width:23.4375rem;position:absolute;font-family:"roboto slab";font-size:1.5625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:18.875rem;left:2.5859375rem;height:2.03125rem;display:block; }
#m0wpVOUkHTCQNDkQHB59presGQJyBWH4 { color:#606060;display:block;width:26.5rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:21.375rem;left:2.6484375rem;height:1.3808625rem;display:block; }
#covbckHVB2DB4J3OhpF7wM9u86TBxMKW { color:#0076bf;display:block;width:12.4375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:22.875rem;left:2.5859375rem;height:1.3808625rem;font-style:normal;display:block; }
#nlr0uauh82ArBun5T50p6m6w6dQasbZd { color:#606060;display:block;width:6.25rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:22.875rem;left:7.5234375rem;height:1.3808625rem;display:block; }
#wQViMSJ3S8rNlDhxV2E3egGUP7l9st8m { color:#606060;display:block;width:29.375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:25.1875rem;left:2.5859375rem;height:4.1425875rem;display:block; }
#KOqZmUdCTKGoJV4WagpZCWbrTcL8x1re { color:#606060;display:block;width:23.4375rem;position:absolute;font-family:"roboto slab";font-size:1.5625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:55.8115234375rem;left:2.4609375rem;height:2.03125rem;display:block; }
#Xrzu9BNSKKBI62iIZsvI2grXWXspopTo { color:#606060;display:block;width:27.875rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:58.498046875rem;left:2.5234375rem;height:1.3808625rem;display:block; }
#U9dKx7le5Bab8n7ICXmSwQzsQxgmNw08 { color:#606060;display:block;width:28.625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:60.1875rem;left:2.5rem;height:1.3808625rem;display:block; }
#n2oUfU2SE3rAHLsh5GUzbP7GZkJn1NXF { color:#606060;display:block;width:21.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:61.94140625rem;left:2.5625rem;height:1.3808625rem;display:block; }
#KaJdReJDhtJ8kDpAJnmlIwvTn1CbMv4T { position:absolute;display:block;z-index:100010;border-top:0.125rem solid #606060;border-left:0.125rem solid #606060;border-right:0.125rem solid #606060;border-bottom:0.125rem solid #606060;height:45rem;width:15.0625rem;top:18.9375rem;left:46.25rem;overflow:hidden;display:block; }
#qwLTQeKOyfL4wTllud22yoEhArErsbUk { position:absolute;display:block;z-index:100012;background-color:#606060;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:5rem;width:0.125rem;top:53.75rem;left:43.75rem;display:block; }
#ZKC9takJLZxoXuMakdi2Pf2ocTiDDJb1 { color:#606060;display:block;width:29.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:32.375rem;left:6.25rem;height:3.25rem;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; }
#Dz3ViQ226sIy5eKIbMr3eTpA53JikDyD { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #606060;border-left:0.0625rem solid #606060;border-right:0.0625rem solid #606060;border-bottom:0.0625rem solid #606060;height:1.25rem;width:1.25rem;top:32.375rem;left:3.5625rem;display:block; }
#ML9qOsekKrqD2EEShONZJeZGSO22ZWxL { box-sizing:content-box;color:#606060;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:32.3125rem;left:3.5625rem;display:block; }
#hUAWCPkhPzvogxASZ3TR4xU8oTJEW05u { color:#606060;display:block;width:31.375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:35.98828125rem;left:6.25rem;height:2.76171875rem;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; }
#tNMIzfKHkrE4PwdsPMQcz5DOBXEiIWoP { position:absolute;display:block;z-index:100016;background-color:transparent;background-image:none;border-top:0.0625rem solid #606060;border-left:0.0625rem solid #606060;border-right:0.0625rem solid #606060;border-bottom:0.0625rem solid #606060;height:11.3125rem;width:36.1875rem;top:29.75rem;left:2.5rem;display:block; }
#htSnxBVSNuy0uVhnXe3PKHKAyzrkNPMs { box-sizing:content-box;color:#606060;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:100017;top:40.625rem;left:34.0625rem;display:block; }
#Wk2xOS86z8pQaooerak2k447EfMP2dIC { position:absolute;display:block;z-index:100013;background-color:#606060;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:14.4375rem;width:0.125rem;top:42.6875rem;left:35.5rem;display:block; }
#vA55o5xHeOaz4ISexBgkO2gfXOqzZxHe { position:absolute;display:block;z-index:100014;background-color:#606060;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:0.125rem;width:8.125rem;top:56.99951171875rem;left:35.625rem;display:block; }
#usGyX6RWmxBQiAvd2D1z0zC8lyHuDnPa { position:absolute;display:block;z-index:100019;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e61616;border-left:0.125rem solid #e61616;border-right:0.125rem solid #e61616;border-bottom:0.125rem solid #e61616;height:2.875rem;width:14.1875rem;top:59.375rem;left:46.6875rem;display:block; }
#PikrrLMyX57WVJyxCvfbOyLPNJTt5qPT { background-color:transparent;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:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.4375rem;text-decoration:none;z-index:100021;text-align:left;text-align-last:left;top:9.5rem;left:2.6875rem;display:block; }
#ssqnTi8WAcANi1FFOp1Eaz45bGCTMxtc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gknh5AFnwQWXhrMOqi8Dyy2EwXDQbbsT { color:#606060;display:block;width:5.8125rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:10.0556640625rem;left:9.0625rem;height:1.3808625rem;display:block; }
#QLbSNLb5akAPVb6QlTvfnTntwXV3hNNA { position:absolute;display:block;z-index:99999;border-top:0.125rem solid #606060;border-left:0.125rem solid #606060;border-right:0.125rem solid #606060;border-bottom:0.125rem solid #606060;height:8rem;width:14.9375rem;top:8.625rem;left:46.25rem;overflow:hidden;display:block; }
#av3KbdngmNsy2sx3pFXVrkqVzKXsWA52 { color:#606060;display:block;width:11.125rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:14rem;left:7.5rem;height:1.4624rem;display:block; }
#QKPy8BsmitMLLCXdJWUJJsfnKTXq7Fov { color:#606060;display:block;width:11.125rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:19.2890625rem;left:7.5rem;height:1.4624rem;display:block; }
#NMuM3iJuNn9g45XnIskI4hvUCfhTNLxM { position:absolute;display:block;z-index:100020;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e61616;border-left:0.125rem solid #e61616;border-right:0.125rem solid #e61616;border-bottom:0.125rem solid #e61616;height:2.1875rem;width:9rem;top:12.375rem;left:48.875rem;display:block; }
#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { position:relative;display:block; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { background-color: transparent; background-image: none; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container > .video-iframe-container { display: none; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row > .video-iframe-container { display: none; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .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); }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { border-width: 0; border-radius: 0; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.1875rem;width:75rem;position:relative;display:block; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr { position:relative;display:block; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr { background-color: transparent; background-image: none; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row .container > .video-iframe-container { display: none; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row > .video-iframe-container { display: none; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .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); }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr { border-width: 0; border-radius: 0; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .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:11.25rem;width:75rem;position:relative;display:block; }#mDIEkNvaAfG3v5bu2yPASB7KHz9OwJCT { color:#606060;display:block;width:25.75rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.435546875rem;left:2.5234375rem;height:3.25rem;display:block; }
#EKV6g4tgsNNCZIK9UD8WskIm6c4VywLl { position:absolute;display:block;z-index:100009;background-color:#0076bf;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:0.625rem;width:8.125rem;top:4.998046875rem;left:2.6484375rem;display:block; }
#DJFc4moFWDgtEr8cVpDoDmmJbJkAfmIJ { color:#606060;display:block;width:71.25rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:6.375rem;left:2.5rem;height:2.761725rem;display:block; }
#CDhZp1wauxCeunvT5fHMTfyIq4x4kMwr { color:#0076bf;display:block;width:67.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:9.4375rem;left:2.5rem;height:1.29980625rem;font-style:normal;display:block; }
#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP { position:relative;display:block; }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP { background-color: transparent; background-image: none; }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP > .row .container > .video-iframe-container { display: none; }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP > .row > .video-iframe-container { display: none; }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP > .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); }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP { border-width: 0; border-radius: 0; }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP > .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.75rem;width:75rem;position:relative;display:block; }#viUFnGHFvTBGSl0ATplTp3VbITMBvo20 { color:#606060;display:block;width:23.4375rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.248046875rem;left:2.5859375rem;height:2.03125rem;font-style:normal;display:block; }
#hf2WnzTac2OC2m0EAzmbxXyQRkzhADyw { color:#606060;display:block;width:21.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:4.875rem;left:4.9375rem;height:1.3808625rem;font-style:normal;display:block; }
#xmt0r1hXQtbBaD828PU88LrGxuAImK0d { color:#606060;display:block;width:28.125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:7.4375rem;left:5rem;height:2.76171875rem;display:block; }
#WclGidUeoGlx1ix5qUVcgKiPGakx1dke { color:#606060;display:block;width:18.4375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:4.8056640625rem;left:40rem;height:1.3808625rem;font-style:normal;display:block; }
#a5kqAi3fOEX45TTIbsgASIv54VcnHKCT { color:#606060;display:block;width:30rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:7.5rem;left:41.25rem;height:2.76171875rem;display:block; }
#BuwtWGGXNkze4s3DawJirEe2yQShuV4l { position:absolute;display:block;z-index:100012;background-color:#606060;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:0.3125rem;width:3.125rem;top:3.404296875rem;left:2.5859375rem;display:block; }
#K9vtyKJtqICRhzxvSs5UnQgzPKzOGg79 { box-sizing:content-box;color:#0076bf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:4.6875rem;left:2.8125rem;display:block; }
#pyw4zDd7L8QRi5RbmybzMnWn2ZGZyIfV { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:4.9375rem;left:38.75rem;display:block; }
#fLyKP8F4FzpbwAQWs8HHCE3H7cEpM9m1 { box-sizing:content-box;color:#0076bf;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:11.25rem;left:39.5rem;display:block; }
#DBLcpmzKbia2ysyoAFVp3zbrQkA2f4JM { background-color:transparent;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:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.25rem;text-decoration:none;z-index:100019;text-align:left;text-align-last:left;top:11.25rem;left:41rem;display:block; }
#g7iXLLctJ5pyxqTbwmIKVTSOTfSppvCv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xeAe4qmSIWzfS3uh5m6VdU9Fms8e24pE { position:absolute;display:block;z-index:100012;background-color:#606060;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:3.125rem;width:0.1875rem;top:7.5rem;left:3.6875rem;display:block; }
#c7Tt4MlnapLNyAe0FOpuL7mPmxNIgXW8 { position:absolute;display:block;z-index:100014;background-color:#606060;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:3.125rem;width:0.1875rem;top:7.375rem;left:39.8125rem;display:block; }
#tFIxeTlnTRcaKl40zTdcMqRGdlCHRZTT { background-color:transparent;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:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.25rem;text-decoration:none;z-index:100014;text-align:left;text-align-last:left;top:11.25rem;left:4.625rem;display:block; }
#qBSMnZLPGT3ylxeZgCbDVLnm3kUqtto9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zmcgIx2CKrngWETyvM5insJa7HMtf2kC { box-sizing:content-box;color:#0076bf;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:11.25rem;left:3.4375rem;display:block; }
#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F { position:relative;display:block; }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F { background-color: transparent; background-image: none; }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F > .row .container > .video-iframe-container { display: none; }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F > .row > .video-iframe-container { display: none; }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F > .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); }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F { border-width: 0; border-radius: 0; }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F > .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.6875rem;width:75rem;position:relative;display:block; }#PJtZaKR3aVq6daQaIT1g44ypFFpSnvg9 { color:#606060;display:block;width:7.8125rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.123046875rem;left:2.5234375rem;height:2.03125rem;font-style:normal;display:block; }
#sSPsvHGBTPBTnWX0uM4RPTRxQxhHQrSO { color:#606060;display:block;width:11.4375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.8056640625rem;left:5rem;height:1.3808625rem;font-style:normal;display:block; }
#ZpybbGCBqTOTxvWuMWcwvnqZaNor9miR { color:#606060;display:block;width:18.75rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:7.42578125rem;left:6.375rem;height:2.761725rem;display:block; }
#swbEd6If10T3R8RbI5NkHEvowiR0Og4P { color:#606060;display:block;width:11.4375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:4.8056640625rem;left:27.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#zNmPTzFb1AGf80XTvIuWx0Nur0T7MFat { color:#606060;display:block;width:18rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:7.4375rem;left:28.8125rem;height:2.76171875rem;display:block; }
#alXT8DCJUROX7Al5rSItny5EsMlCZQLd { color:#606060;display:block;width:11.4375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:4.8056640625rem;left:52.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#W83PewMyulsyzrNdHXfE7QeMOHT5p9Jp { color:#606060;display:block;width:18.75rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:7.36328125rem;left:53.75rem;height:2.76171875rem;display:block; }
#lLBJH37FNXXDM1Z41RR3FHpJTEz1aMcy { position:absolute;display:block;z-index:100011;background-color:#606060;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:0.3125rem;width:3.125rem;top:3.3095703125rem;left:2.6484375rem;display:block; }
#fiMCQMkSz4JTXvNiu05oBS4QaofBVhWn { box-sizing:content-box;color:#0076bf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:4.625rem;left:2.5rem;display:block; }
#cJTOyLs23d95udx1BwkWmgAhQAzbTlCx { box-sizing:content-box;color:#0076bf;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:11.1875rem;left:4.6875rem;display:block; }
#Lk2PoTygeKLZaOyzOILccfU3iz3h4mfx { background-color:transparent;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:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.25rem;text-decoration:none;z-index:100015;text-align:left;text-align-last:left;top:11.1875rem;left:6.25rem;display:block; }
#isQ1n3PuKfuSIuyEKKR3THRNqT0Lft84 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zH0fvU4iMIOsvIfiXE7f7nVhgEbbgZ2r { box-sizing:content-box;color:#0076bf;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:11.1875rem;left:27.1875rem;display:block; }
#bdQ1at7CnHfHDUMQPWLmozN7szZzxqAt { background-color:transparent;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:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.25rem;text-decoration:none;z-index:100016;text-align:left;text-align-last:left;top:11.1875rem;left:28.75rem;display:block; }
#cnnqvXqEKUfvXGJy1ZWc9caIUdbKB0Fi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zfoc8hZ3eTzeOEwFMr1Jz9cAaFTzqFuU { box-sizing:content-box;color:#0076bf;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:11.1875rem;left:52.125rem;display:block; }
#MP7CRwZuzhniVaIkuGyCqslhOIxl9gke { background-color:transparent;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:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.25rem;text-decoration:none;z-index:100017;text-align:left;text-align-last:left;top:11.1875rem;left:53.75rem;display:block; }
#dliUDmTvLTD51wwDrnTlyM5opbl0Q9Xw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qv0eNV0BoJJ4aTlCTS8TcQlVmzvqPxQ3 { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:4.9375rem;left:26.25rem;display:block; }
#JAOmS4CrmTZ6ZyCpTTJ4SNzTTDB1HQJJ { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:4.9375rem;left:51.25rem;display:block; }
#sRrO6RgRDxbmI1Kw8vfu4EALEVDWkVXW { position:absolute;display:block;z-index:100010;background-color:#606060;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:3.125rem;width:0.1875rem;top:7.375rem;left:4.9375rem;display:block; }
#PxkQMr0hJxSc21l0TFU6hkTTFWg7HIpA { position:absolute;display:block;z-index:100011;background-color:#606060;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:3.125rem;width:0.1875rem;top:7.25rem;left:27.5rem;display:block; }
#QBL3090hwapTd14bOxlgnq9hkdeBZgZG { position:absolute;display:block;z-index:100012;background-color:#606060;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:3.125rem;width:0.1875rem;top:7.3125rem;left:52.5rem;display:block; }
#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn { position:relative;display:block; }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn { background-color: transparent; background-image: none; }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn > .row .container > .video-iframe-container { display: none; }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn > .row > .video-iframe-container { display: none; }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn > .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); }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn { border-width: 0; border-radius: 0; }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn > .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:11.3125rem;width:75rem;position:relative;display:block; }#ePILzX9omRU0p9hleBLmrJFz7XJCRxnv { color:#606060;display:block;width:11.4375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.1181640625rem;left:5rem;height:1.3808625rem;font-style:normal;display:block; }
#qAypNhnDPMLQMDoLHDr4wKihW2vm1ov5 { color:#606060;display:block;width:18.75rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.9375rem;left:6.25rem;height:2.76171875rem;display:block; }
#L1ac1N7DZ7S4uZ6BsZsBFXd0PXZMNkzf { color:#606060;display:block;width:11.4375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.25rem;left:27.5rem;height:1.3808625rem;font-style:normal;display:block; }
#WeG4psS4ILqNsRq44m1DNFSVR81d7TCt { color:#606060;display:block;width:18.75rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:3.9375rem;left:28.75rem;height:4.142575rem;display:block; }
#dV9WClcb5HTbTE7dPepkbTGf0nwmfi8I { color:#606060;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.25rem;left:52.5rem;height:1.3808625rem;font-style:normal;display:block; }
#ZWdhFK781bvT5n04rX11ROIlql645R3H { color:#606060;display:block;width:18.75rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:3.9375rem;left:53.75rem;height:2.76171875rem;display:block; }
#Oa4dfPiQuRuo4SI4ETNR04bdFxrTHir6 { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:1.25rem;left:2.75rem;display:block; }
#iuZi1HwgORNd9x4EpkdFulv7rTFBaaEe { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:1.25rem;left:26.25rem;display:block; }
#VmkGBQW5Zet5m5247S3sPGgVG23lcmy5 { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:1.25rem;left:51.25rem;display:block; }
#t6vqFaNqrw3uhfRdZd0Shrp7QtZlvVAS { box-sizing:content-box;color:#0076bf;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:8.75rem;left:4.6875rem;display:block; }
#mETy1c3ZD28hFLhHED9n4cOxZ6HqfkqG { background-color:transparent;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:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.25rem;text-decoration:none;z-index:100016;text-align:left;text-align-last:left;top:8.75rem;left:6.25rem;display:block; }
#feKEHTLEz3yNUls05x4Jkn84mgdARUGT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RTaHNiufX7krdSLUZCRPQh7ET2OisB7i { box-sizing:content-box;color:#0076bf;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:8.75rem;left:27.125rem;display:block; }
#Qvv3Izh0DgMyxMzicFuBhzc487urfnAh { background-color:transparent;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:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.25rem;text-decoration:none;z-index:100017;text-align:left;text-align-last:left;top:8.75rem;left:28.75rem;display:block; }
#xER4KIDURS4Tpo7MPtFsXkxTN7XuBP5z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aQg2EIhdx1IbMwTnk68fcHNyKcvkb4k5 { box-sizing:content-box;color:#0076bf;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:8.75rem;left:52.125rem;display:block; }
#sbdmVBpF7mogDgCygtmqm2l3SlpOvuR8 { background-color:transparent;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:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.25rem;text-decoration:none;z-index:100018;text-align:left;text-align-last:left;top:8.75rem;left:53.75rem;display:block; }
#IVLJNeZsWTFV684pIxIfRQV7tIs0wapb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rcIecssJ3dw9Nf30lWlEeiJf5lP6D1X7 { position:absolute;display:block;z-index:100011;background-color:#606060;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:3.125rem;width:0.1875rem;top:3.9375rem;left:5rem;display:block; }
#xhmGxPhT4Xg8URQ0cSooX43u2UQoPDT0 { position:absolute;display:block;z-index:100012;background-color:#606060;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:3.125rem;width:0.1875rem;top:4.125rem;left:27.5rem;display:block; }
#Bo9rCg3FGwHEtSC1LznmypFyGrp6KMD6 { position:absolute;display:block;z-index:100013;background-color:#606060;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:3.125rem;width:0.1875rem;top:3.9375rem;left:52.5rem;display:block; }
#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 { position:relative;display:block; }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 { background-color: transparent; background-image: none; }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 > .row .container > .video-iframe-container { display: none; }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 > .row > .video-iframe-container { display: none; }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 > .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); }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 { border-width: 0; border-radius: 0; }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.625rem;width:75rem;position:relative;display:block; }#MfNszT7ebJOULWstMuxsVNmxWFdn2BqQ { color:#606060;display:block;width:15.5625rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.3125rem;left:2.5234375rem;height:2.03125rem;font-style:normal;display:block; }
#RdQ5zxO7eLE1AMGCBwTz0GuEA4vFfugi { color:#606060;display:block;width:19.125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.875rem;left:5.0234375rem;height:1.3808625rem;font-style:normal;display:block; }
#TPTT617qmh7ZN8TBPSKXQNoGitt4cXUU { color:#606060;display:block;width:17.625rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:7.625rem;left:6.25rem;height:2.76171875rem;display:block; }
#Jao1hktHdANZmyHbpUFgtHi1hvXcaOXS { color:#606060;display:block;width:11.4375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:4.9931640625rem;left:27.5rem;height:1.3808625rem;font-style:normal;display:block; }
#P5R5rl2vfgDpwG7SytOoeCnmVdr9Kklf { color:#606060;display:block;width:19.9375rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:7.625rem;left:28.75rem;height:4.142575rem;display:block; }
#kG03IxNTGe3ofm7k1hWnlLvc9lXH424t { color:#606060;display:block;width:15.125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:4.99267578125rem;left:52.5rem;height:1.3808625rem;font-style:normal;display:block; }
#pTZDsVFrvDVTXKSUvCXf8tckmPdcwMAT { color:#606060;display:block;width:18.125rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:7.5625rem;left:53.75rem;height:2.76171875rem;display:block; }
#efVIPqzy3wxzEFbMDp3S1WkVqhrd9uqs { position:absolute;display:block;z-index:100010;background-color:#606060;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:0.3125rem;width:3.125rem;top:3.375rem;left:2.5rem;display:block; }
#fw0vAr40TGerUBoRabnvXuuRnUK30sdH { box-sizing:content-box;color:#0076bf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:4.5625rem;left:2.5rem;display:block; }
#RNsGAu5dx3gaDTcOVZJzUQLWFWADlNnw { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:5.125rem;left:26.25rem;display:block; }
#Rc9sEMzfU5yoqf5JO3F4bLE1DchdDTEy { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:5.125rem;left:51.25rem;display:block; }
#OIuhVI5dobI6LtGPyE8mTRBDzgRz0IL3 { box-sizing:content-box;color:#0076bf;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:13.625rem;left:27.125rem;display:block; }
#D5OAqqsxqXJmmCPMpOfaV1rAQervPdU1 { background-color:transparent;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:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.25rem;text-decoration:none;z-index:100015;text-align:left;text-align-last:left;top:13.625rem;left:28.75rem;display:block; }
#RMT8Az20gMlFhlfgDAcTxsTIivAJBtEP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lxvFWAlzAKcMWZB94a4X7qnLOBe7fdQy { box-sizing:content-box;color:#0076bf;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:13.625rem;left:52.1875rem;display:block; }
#MAReO0sdNUzPrmIJ2qAkSMqiHiP9vUZV { background-color:transparent;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:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.25rem;text-decoration:none;z-index:100016;text-align:left;text-align-last:left;top:13.625rem;left:53.75rem;display:block; }
#UXJDENfQFQs1Giysko1KSplgQm7HU8fN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N0L9nZ3D3mDwlyW4vTMJbKXepScT8I1A { position:absolute;display:block;z-index:100011;background-color:#606060;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:3.125rem;width:0.1875rem;top:7.625rem;left:4.8125rem;display:block; }
#SerBQzUHbnniTJ97rQQsmL5dKaDnZ04v { position:absolute;display:block;z-index:100012;background-color:#606060;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:3.125rem;width:0.1875rem;top:7.625rem;left:27.3125rem;display:block; }
#rTRExA3W40uiNpSShFmaZcs1mngvK6zt { position:absolute;display:block;z-index:100013;background-color:#606060;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:3.125rem;width:0.1875rem;top:7.625rem;left:52.3125rem;display:block; }
#EADEtKi0o80aSFIDWi3dNg9239DE1Uag { position:relative;display:block; }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag { background-color: transparent; background-image: none; }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag > .row .container > .video-iframe-container { display: none; }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag > .row > .video-iframe-container { display: none; }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag > .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); }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag { border-width: 0; border-radius: 0; }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#m1MiGfXsuTmDTfcDLJ750wi8Odx9wPHd { background-color:#0076bf;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 slab";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.4375rem;height:3.9375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.125rem;left:24.28125rem;display:block; }
#rW7UqQI2omg2GDtB9wCNNEL5IIVrvSsh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { position:relative;display:block; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { background-color: transparent; background-image: none; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container > .video-iframe-container { display: none; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row > .video-iframe-container { display: none; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .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); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { border-width: 0; border-radius: 0; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx { position:relative;display:block; }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx { background-color: transparent; background-image: none; }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx > .row .container > .video-iframe-container { display: none; }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx > .row > .video-iframe-container { display: none; }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx > .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); }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx { border-width: 0; border-radius: 0; }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#ZuMgd2XwiIofimbqtrXoZWGRl0uWApaB { color:#606060;display:block;width:63.8125rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:6.1875rem;left:2.5rem;height:4.1425875rem;display:block; }
#pKBdgtuuZfoEwn71208oNIPbFvoUSMwC { position:absolute;display:block;z-index:100009;background-color:#0076bf;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:0.625rem;width:6.25rem;top:4.9375rem;left:2.75rem;display:block; }
#QKBX1kBspMVJORFtnWa5OLVHce3cFxrn { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:10.0625rem;top:11.1875rem;left:46.4375rem;overflow:hidden;display:block; }
#efBTTITPmNLoFqSAt3ahd9FdG3pZFuEK { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:8.4375rem;top:13rem;left:57.1875rem;overflow:hidden;display:block; }
#b7XW90bPmhzB1mDdvUn1ryU2lkEdcgtO { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:8.8125rem;top:15.4375rem;left:57.0625rem;overflow:hidden;display:block; }
#TrEWkTVeb9nzJrFxWUwmEDwEcwNamKa9 { color:#606060;display:block;width:25.75rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:2.5rem;height:3.25rem;display:block; }
#ur4aDTxyen5nTpddSSk0MbrDMZu6CqXA { color:#606060;display:block;width:63.8125rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:9.8056640625rem;left:3.75rem;height:1.3808625rem;font-style:normal;display:block; }
#fJKyGedSqqMgSJ8CZpiV6T4ZxDw0GPOg { color:#606060;display:block;width:29.5625rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:12.375rem;left:3.75rem;height:4.767575rem;display:block; }#fJKyGedSqqMgSJ8CZpiV6T4ZxDw0GPOg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fJKyGedSqqMgSJ8CZpiV6T4ZxDw0GPOg li:before{  }
#kkGWSP3BIeMSudk9JrP2alTGcwq4XQcF { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3125rem;width:6.3125rem;top:12.380126953125rem;left:66.25rem;overflow:hidden;display:block; }
#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H { position:relative;display:block; }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H { background-color: transparent; background-image: none; }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .row .container > .video-iframe-container { display: none; }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .row > .video-iframe-container { display: none; }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .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); }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H { border-width: 0; border-radius: 0; }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { position:relative;display:block; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { background-color: transparent; background-image: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container > .video-iframe-container { display: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row > .video-iframe-container { display: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .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); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { border-width: 0; border-radius: 0; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#JyI7NtkL9SeKPtJ4bRtHbBZa7P3pS2Tq { color:#000000;display:block;width:28.25rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:2rem;left:23.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ryET1ih5EZ6ElHWBcPxMQrXZI917ZFu9 { color:#606060;display:block;width:19.125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100033;line-height:1.5;letter-spacing:0;top:7.40625rem;left:5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zf3T49EyJVHTG7GJQ1eZe20zT4qpDmkd { color:#606060;display:block;width:65.25rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:100034;line-height:1.5;letter-spacing:0;top:10.186767578125rem;left:5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fTCes0iTf77zvy1IaHqZnK4bshCILfec { color:#606060;display:block;width:29.1875rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100034;line-height:1.5;letter-spacing:0;top:17.53125rem;left:5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yFx5A1RcF9wergDNqUTX4wiqPRVf9OUo { color:#606060;display:block;width:60.125rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;z-index:100035;line-height:1.5;letter-spacing:0;top:19.84375rem;left:5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T1sirkKaiER7xs5h4We5pPv8u3NfanzA { background-color:transparent;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;box-sizing:border-box;color:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:1.3125rem;text-decoration:none;z-index:100036;text-align:left;text-align-last:left;top:21.5625rem;left:12.5625rem;display:block; }
#VHf3zZ851WsahETlov5ymxy29KniPk1q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L76M8QZcDRqeqiHThWf1DOwkpIVEvMvG { color:#606060;display:block;width:20.5625rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;z-index:100036;line-height:1.5;letter-spacing:0;top:25.09375rem;left:5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bZ3bCmTtL9JOw7VxkoqZZ113toZJRCuf { background-color:transparent;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;box-sizing:border-box;color:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:1.3125rem;text-decoration:none;z-index:100037;text-align:left;text-align-last:left;top:25.296875rem;left:25.3125rem;display:block; }
#mathPhyTvpPimouSTNgBa4iCoas29MAp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl > .row .container { background-color: transparent; background-image: none; }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl > .row .container > .video-iframe-container { display: none; }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl > .row > .video-iframe-container { display: none; }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl > .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); }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl > .row .container { border-width: 0; border-radius: 0; }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#abJVQtCXTXIEDvrtsfOyTZRaoVT0ABaO { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:5.75rem;left:2.0625rem;display:block; }
#OKsKkzRpeEWh0cpzpMzE0PZZnmfE0ZUc { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:5.75rem;left:5.9375rem;display:block; }
#msVz4das7batL1ZVM7DU4oo4JmSnIZDS { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:5.75rem;left:10.125rem;display:block; }
#wv4qUX9uuL79D3VJMlhD5amZn4vrMgWa { color:#aba6a7;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:4rem;left:2.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#StWL9ZoG07UqHeaNxaM9CMOSLBzbHNZt { color:#beb3b3;display:block;width:22.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:12.9375rem;left:2.875rem;height:1.13769375rem;display:block; }
#sUi184eWLVs3mT4IUA3hJKwLc19b02t8 { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:10.74951171875rem;left:2.93701171875rem;height:1.13769375rem;display:block; }
#BzddxitlnwGCUhlZCb6BI3bAtuKDbgBK { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:10.7490234375rem;left:7.96875rem;height:1.13769375rem;display:block; }
#Zb28WQ8iDHtOFoDrm6i6V253ypr5AhxJ { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:10.75rem;left:13.625rem;height:1.13769375rem;display:block; }
#kn0V4TOOTPomPXtNGUKRrkySNd65dGCA { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:10.7802734375rem;left:18.25rem;height:1.13769375rem;display:block; }
#XTLCM6CaxNZDNeL5vyxGnFkUlkaI9mOd { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:10.74951171875rem;left:21.4990234375rem;height:1.13769375rem;display:block; }
#tPAptoUFz5kBigoMzV85U5q58dlROATu { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:10.7802734375rem;left:28.3115234375rem;height:1.13769375rem;display:block; }
#yGN9mdmerTpcavSwgKoFuOADzL8UW24I { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:10.7802734375rem;left:33.75rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#yIWbmFZrIKhzP9f7KNiJlydhJmnwM8zS { color:#ffffff;display:block;width:6.9995rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:10.7802734375rem;left:44.375rem;height:1.13769375rem;display:block; }
#BRuWScopiQc28hT1FoEZTpHi1i7cmnEf { color:#000000;display:block;width:23rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:4.0625rem;left:52rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#StRO5CK9qMIo1ninf26SBEyXJOwlTISu { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:8.8125rem;top:9.654296875rem;left:65.875rem;overflow:hidden;display:block; }
#pGXTFTqm3vFFOmnI2LLZ6iWbT0OerJRb { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:8.4375rem;top:6.185546875rem;left:65.9990234375rem;overflow:hidden;display:block; }
#QuCMEQot9hXa8zCTlaKK936lOVemqiD0 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:10.0625rem;top:6.185546875rem;left:55.1669921875rem;overflow:hidden;display:block; }
#kExieXuGFsgvroaBiTSchSKuEVTnFPA5 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:5.75rem;left:18.25rem;display:block; }
#A9KJmP2gobREMuGbiDnVbI514BFsXkwU { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:5.75rem;left:14.1875rem;display:block; }
#Xaq7Eee55VBERLnwNdtLzbMQsKJLJfHf { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:5.75rem;left:22.9375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #COOhxStqa5TDS5A0RTAe9Zl32hndhWxa { display:none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HFa3eW1wxKb5AlNEi6G8ScB5CLtsE0Wm { top:1.0625rem;left:0rem;width:17.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toUIBDLASGFv5Ws12K2SKh2C40hUnWVm { width:12.625rem;height:2.5rem;top:1.25rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwa1ob1A666hVkbxdsT4bp0xS3TbUmLA { display:block; }
 }@media only screen and (max-width: 763px) { #FMDHrxViZ68tsfxt7m4oBo0lC92Mtels { width:6.5rem;height:2.5rem;top:1.25rem;left:32.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ofmhCVcmgGCBZp0OmIMOzJi5qkWHX8 { display:block; }
 }@media only screen and (max-width: 763px) { #CMhABXQU2QTPwHZNrZud4Xp0uFaBJkLz { width:6.9375rem;height:2.5rem;top:1.25rem;left:39.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFpTuPBETyGdUhsrmrCayoo6Gcvs2kki { display:block; }
 }@media only screen and (max-width: 763px) { #ofkFfCa7skFJVRMMVwkg1nNnQQ2uxMMm { display:none; }
 }@media only screen and (max-width: 763px) { #cSGD89qghsM1QZU6Pn7ITKwR0Sud4opl { width:6.5rem;height:2.5rem;top:1.25rem;left:32.7490234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKsmozucDfo5BJDmDpZtOK97WprvW9Og { display:block; }
 }@media only screen and (max-width: 763px) { #hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { display:block; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eg61ocAkzk0fl3EqEe5tHxP47ymQ2sAw { top:1.0625rem;left:0rem;width:17.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niTyO8QZiIuCJ04nXct8Z9ZH3LyCChp6 { width:12.625rem;height:2.5rem;top:1.25rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNrlTBk6qPXQoQha94nkBaLOZD1TIhST { display:block; }
 }@media only screen and (max-width: 763px) { #HhGiyAXLeLV2uwn4vsvxKCt2REMV1ZPm { width:6.5rem;height:2.5rem;top:1.25rem;left:32.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTdm2Q72AxsAtOtw6tRqPAeKRtEWz4S0 { display:block; }
 }@media only screen and (max-width: 763px) { #A3nmTUgW4EdztstvwZem7gHG6v27Uh2V { width:6.9375rem;height:2.5rem;top:1.25rem;left:39.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4qTTppTApXE3pDmeDtDrXcrWL2G1KaZ { display:block; }
 }@media only screen and (max-width: 763px) { #i5weaw4wpOaTK2SFNUBbKsLkVXEfdHDb { width:7.8125rem;height:2.5rem;top:1.1875rem;left:23.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cuqq5XFKHvOTb152QTR4TPBsbN4uFkTz { display:block; }
 }@media only screen and (max-width: 763px) { #M0CAHzLNHJykg3qb7hpenEUywFWLwVrx { width:6.9375rem;height:2.5rem;top:6.0625rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxXDE8OaLNBeU4Abq2swwMMFvFrHzrlh { display:block; }
 }@media only screen and (max-width: 763px) { #nSld4KXZHiwbnUezFK0LnaGKf1iJ0KBE { display:block; }#nSld4KXZHiwbnUezFK0LnaGKf1iJ0KBE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { display:block; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k28g644yd2EXJIil3mx8Szczz1RDrOq5 { top:1.3125rem;left:0rem;width:40rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyIS2kzFpvaiNJK5DgdG0huACS2O9FO0 { top:5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr2UX16FTyRx0NBUDJRRgR6DmrccP3fv { width:14.875rem;height:2.5rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9bPMSHiLXIcUvLmadHTqTedz36LskeA { display:block; }
 }@media only screen and (max-width: 763px) { #csiDGtIyJhKl0scoi7LRKDg4TzNtKAHE { top:10.875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuFIwdBbponGe35UTHKlKe7bF3hs9pDc { top:13.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQJT34fT8X5giChEDosGpQfuIP4GxKKg { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ebcJctvCkEEcARh4I87Kt2yMFp3cF2uK { display:block; }
 }@media only screen and (max-width: 763px) { #nZy4lhh9pXzn91f7bOevbiqRSE38bgwb { display:block; }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6vUG1QBOp3BFKQVG4pDLxowlBSsNAGw { width:13.6875rem;height:6.375rem;top:4.9375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFCeHdzTNes2X9fblG4fHMUHtoXRGm9t { top:7.3125rem;left:20.09375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNuzHqmDG7SIrEG6nuPcSk2LWSmpbQxA { width:13.6875rem;height:6.375rem;top:5rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k91RwvWccNIowwcTATmafxuBahkelxeO { top:7.4375rem;left:28.28125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9ZhTkI4Tp8q0BEDip93Z5JoH5XyQBui { top:6.1875rem;left:0rem;width:12.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0gOyo275AVkIMxSoosi7lnWVuQapCtc { width:13.6875rem;height:6.375rem;top:5rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk7dFoZiK3gOoSsTqywsOFbTKCUCzWyF { top:7.4375rem;left:36.40625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2EgTqHe4h2SdnJHPgTPbq2pcBqSFGr5 { width:13.6875rem;height:0.125rem;top:11.1875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1lTUXVsgL24zqgilp5R4psbv4arBsIl { width:13.6875rem;height:0.125rem;top:11.125rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h05qeh04Km3fBCP02MaJ6Rf0rJO4WkgT { width:13.6875rem;height:0.125rem;top:11.1875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZPVdKR5rBeyunXsXBU0EWxCs94K3wb0 { width:13.6875rem;height:2.375rem;top:4.9375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU73VmDXVHNEcDozVfwpqVhygvln3ehA { display:block; }
 }@media only screen and (max-width: 763px) { #uduNlZbklbGhOAlopqs9B39xSUVhnM8u { width:13.6875rem;height:2.375rem;top:4.875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doVLMezPnrDVvfke8rn2Ry551ktUrnfT { display:block; }
 }@media only screen and (max-width: 763px) { #nsuAUEqMIGd0QEXSbkDvueZf7TnFVq0O { width:12.5625rem;height:2.375rem;top:5rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOaELf3lzy4aJzuiETuR8Tv07v9lAcKN { display:block; }
 }@media only screen and (max-width: 763px) { #BoSCMdMhrELANQoqRz97n1x8MK8v8GD4 { top:6.1875rem;left:2.84375rem;width:0.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqTxTPiP5DhhQzdAgdVXCQc5koL5hh7T { top:8.625rem;left:0rem;width:16.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwOmlTJF18yOionoaR8hm8B4r94xTwSJ { top:2.4375rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RohGB5TG20bFh2XHMqGMdbWnpKCeclde { display:block; }#RohGB5TG20bFh2XHMqGMdbWnpKCeclde > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnkX0MKyzWT4zqRZLNWKhb5pqTpZGmnl { width:13.6875rem;height:6.375rem;top:2.5rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxJNQE82aly0bJNdG9E4D635VS8afADe { width:13.6875rem;height:6.375rem;top:2.5rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVDlydLyTh2wwozpxiF1H6T7vVdnfSUK { top:3.625rem;left:0rem;width:12.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgSuo1KI7XRnMIlxQgH4kTyfPwVc2NRl { width:13.6875rem;height:6.375rem;top:2.5rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfQtxG1ZpIMDhyTLS8dlKzp3BDOKRu5L { width:13.6875rem;height:0.125rem;top:8.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrkeLJxq8ZNrNebin032Nx9ZVG1bLSQr { width:13.6875rem;height:0.125rem;top:8.625rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe9OTQopMceQkBVsiNkadVf1X5URHXyH { width:13.6875rem;height:0.125rem;top:8.6875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO7uon5IpNGBec7E6N1eZgyAAuwTo4B2 { top:3.75rem;left:2.84375rem;width:0.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1uIuLKWE6PmkTkMONtQVIFIghpXBCfQ { width:10.5625rem;height:2.625rem;top:2.75rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9Uu8nLT3tHT9bKngDJf4xlI76kNpzS5 { display:block; }
 }@media only screen and (max-width: 763px) { #GJ23IgopHCPcTRvcJyodWmXk8STFSRdt { top:5.25rem;left:20.09375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1WzICRIaCefoJoNf9yvrCXyBMNDANNp { width:13.625rem;height:2.625rem;top:2.5rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtCEiTrdCqS6l9OhH79QGzaiQHOH5k3V { display:block; }
 }@media only screen and (max-width: 763px) { #ekL7M8PFWLdAi0QST0aT89Gkwm9xbbpq { top:5rem;left:28.53125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS69t4tr4lZ2CvufAWdmNzZfDdVIAf2r { width:13.25rem;height:2.4375rem;top:2.5rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqpa7vsnIlXMRGhCVV6TbIeVq6M3tsqA { display:block; }
 }@media only screen and (max-width: 763px) { #GsKSzl9fVfevkE1EsbkkbTln4aI3xpEa { top:5rem;left:36.53125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD9yFnaPOWhlTrIFReCyZoOI04iL0vsc { top:6.3125rem;left:0rem;width:15.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfsDqrrTvSLrxOXsJ5cewQmrNz3XQSmv { top:0.375rem;left:0rem;width:47.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO { display:block; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFWPexz3f4fZsgZpEK2M5SIhB2skoo2m { display:block; }#gFWPexz3f4fZsgZpEK2M5SIhB2skoo2m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEqyq5E5ex7V2DygCSXHhnIMzR4zuBEc { top:1.125rem;left:0rem;width:45.6875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOk0kacE2yhGPGfJLMN0QGWLgHLrFe96 { top:4.875rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #So9dpkpG4NZsF81D82t8ycb3d6WxTinC { top:10.0625rem;left:29.5625rem;width:18.1875rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEAg15qrveIhTllbkDcyCy9HUL3elzcF { top:6.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxqgFzidw1hGy0R7LU2aARtVdHUn5ATI { top:13.3125rem;left:0rem;width:42.0625rem;height:8.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os7PPm3EH1kUGapHsiTnUil2FXbcwK9v { top:10.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzLZpWKusGsthxQ2d9dkVgOK7AG8rgyb { top:11rem;left:0rem;width:14.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ38lJfK6O7Nis4iKt1WTKR20CXQ9CGh { display:block; }#gZ38lJfK6O7Nis4iKt1WTKR20CXQ9CGh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE { display:block; }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ { display:block; }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxT9CyiUP1g5oqbuw3b7HSEFZ3epFmnU { top:1.375rem;left:0rem;width:20.625rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIJKIISWbM7FNC82Ak0id5csXMouieKt { top:5.375rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLpLErzkTgfrefGemgCKVcTo6mqFraT1 { top:7.25rem;left:0rem;width:23.4375rem;height:0;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeUQmGUEONVs2bK2ZnrrlHEvAgRxwui2 { top:13.5625rem;left:0rem;width:5.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHdc2B7XtPIobpilF4TpPG3NXyJkcIkF { top:16rem;left:0rem;width:18.875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7WxpVN4evBN37TMlN852yfk4tb5mq6x { top:18.875rem;left:0rem;width:23.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0wpVOUkHTCQNDkQHB59presGQJyBWH4 { top:21.375rem;left:0rem;width:26.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #covbckHVB2DB4J3OhpF7wM9u86TBxMKW { top:22.875rem;left:0rem;width:12.4375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlr0uauh82ArBun5T50p6m6w6dQasbZd { top:22.875rem;left:0rem;width:6.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQViMSJ3S8rNlDhxV2E3egGUP7l9st8m { top:25.1875rem;left:0rem;width:29.375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOqZmUdCTKGoJV4WagpZCWbrTcL8x1re { top:55.75rem;left:0rem;width:23.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrzu9BNSKKBI62iIZsvI2grXWXspopTo { top:58.4375rem;left:0rem;width:27.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9dKx7le5Bab8n7ICXmSwQzsQxgmNw08 { top:60.1875rem;left:0rem;width:28.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2oUfU2SE3rAHLsh5GUzbP7GZkJn1NXF { top:61.9375rem;left:0rem;width:21.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaJdReJDhtJ8kDpAJnmlIwvTn1CbMv4T { top:18.9375rem;left:32.4375rem;width:15.0625rem;height:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwLTQeKOyfL4wTllud22yoEhArErsbUk { top:53.75rem;left:30.125rem;width:0.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKC9takJLZxoXuMakdi2Pf2ocTiDDJb1 { top:32.375rem;left:0rem;width:29.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz3ViQ226sIy5eKIbMr3eTpA53JikDyD { top:32.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML9qOsekKrqD2EEShONZJeZGSO22ZWxL { top:32.3125rem;left:0rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUAWCPkhPzvogxASZ3TR4xU8oTJEW05u { top:35.9375rem;left:0rem;width:31.375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNMIzfKHkrE4PwdsPMQcz5DOBXEiIWoP { top:29.75rem;left:0rem;width:36.1875rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htSnxBVSNuy0uVhnXe3PKHKAyzrkNPMs { top:40.625rem;left:20.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk2xOS86z8pQaooerak2k447EfMP2dIC { top:42.6875rem;left:21.875rem;width:0.125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA55o5xHeOaz4ISexBgkO2gfXOqzZxHe { top:57rem;left:22rem;width:8.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usGyX6RWmxBQiAvd2D1z0zC8lyHuDnPa { top:59.375rem;left:29.125rem;width:14.1875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PikrrLMyX57WVJyxCvfbOyLPNJTt5qPT { width:6.25rem;height:2.4375rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssqnTi8WAcANi1FFOp1Eaz45bGCTMxtc { display:block; }
 }@media only screen and (max-width: 763px) { #gknh5AFnwQWXhrMOqi8Dyy2EwXDQbbsT { top:10rem;left:0rem;width:5.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLbSNLb5akAPVb6QlTvfnTntwXV3hNNA { top:8.625rem;left:32.5625rem;width:14.9375rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #av3KbdngmNsy2sx3pFXVrkqVzKXsWA52 { top:14rem;left:0rem;width:11.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKPy8BsmitMLLCXdJWUJJsfnKTXq7Fov { top:19.25rem;left:0rem;width:11.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMuM3iJuNn9g45XnIskI4hvUCfhTNLxM { top:12.375rem;left:35.25rem;width:9rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { display:block; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr { display:block; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDIEkNvaAfG3v5bu2yPASB7KHz9OwJCT { top:1.375rem;left:0rem;width:25.6875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKV6g4tgsNNCZIK9UD8WskIm6c4VywLl { top:4.9375rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJFc4moFWDgtEr8cVpDoDmmJbJkAfmIJ { top:6.375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDhZp1wauxCeunvT5fHMTfyIq4x4kMwr { top:9.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP { display:block; }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viUFnGHFvTBGSl0ATplTp3VbITMBvo20 { top:1.1875rem;left:0rem;width:23.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf2WnzTac2OC2m0EAzmbxXyQRkzhADyw { top:4.875rem;left:0rem;width:21.0625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmt0r1hXQtbBaD828PU88LrGxuAImK0d { top:7.4375rem;left:0rem;width:28.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WclGidUeoGlx1ix5qUVcgKiPGakx1dke { top:4.75rem;left:23.875rem;width:18.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5kqAi3fOEX45TTIbsgASIv54VcnHKCT { top:7.5rem;left:17.75rem;width:30rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuwtWGGXNkze4s3DawJirEe2yQShuV4l { top:3.375rem;left:0rem;width:3.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9vtyKJtqICRhzxvSs5UnQgzPKzOGg79 { top:4.6875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyw4zDd7L8QRi5RbmybzMnWn2ZGZyIfV { top:4.9375rem;left:23.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLyKP8F4FzpbwAQWs8HHCE3H7cEpM9m1 { top:11.25rem;left:23.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBLcpmzKbia2ysyoAFVp3zbrQkA2f4JM { width:5.25rem;height:1.25rem;top:11.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7iXLLctJ5pyxqTbwmIKVTSOTfSppvCv { display:block; }
 }@media only screen and (max-width: 763px) { #xeAe4qmSIWzfS3uh5m6VdU9Fms8e24pE { top:7.5rem;left:0rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7Tt4MlnapLNyAe0FOpuL7mPmxNIgXW8 { top:7.375rem;left:23.875rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFIxeTlnTRcaKl40zTdcMqRGdlCHRZTT { width:5.25rem;height:1.25rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBSMnZLPGT3ylxeZgCbDVLnm3kUqtto9 { display:block; }
 }@media only screen and (max-width: 763px) { #zmcgIx2CKrngWETyvM5insJa7HMtf2kC { top:11.25rem;left:0rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgN1B4reCOBb7H6sMlNVwM9gyshifd2F { display:block; }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJtZaKR3aVq6daQaIT1g44ypFFpSnvg9 { top:1.0625rem;left:0rem;width:7.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSPsvHGBTPBTnWX0uM4RPTRxQxhHQrSO { top:4.75rem;left:0.4375rem;width:11.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpybbGCBqTOTxvWuMWcwvnqZaNor9miR { top:7.375rem;left:0rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swbEd6If10T3R8RbI5NkHEvowiR0Og4P { top:4.75rem;left:15.875rem;width:11.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNmPTzFb1AGf80XTvIuWx0Nur0T7MFat { top:7.4375rem;left:13.4375rem;width:18rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alXT8DCJUROX7Al5rSItny5EsMlCZQLd { top:4.75rem;left:31.75rem;width:11.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W83PewMyulsyzrNdHXfE7QeMOHT5p9Jp { top:7.3125rem;left:28.875rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLBJH37FNXXDM1Z41RR3FHpJTEz1aMcy { top:3.25rem;left:0rem;width:3.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiMCQMkSz4JTXvNiu05oBS4QaofBVhWn { top:4.625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJTOyLs23d95udx1BwkWmgAhQAzbTlCx { top:11.1875rem;left:0.125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk2PoTygeKLZaOyzOILccfU3iz3h4mfx { width:5.25rem;height:1.25rem;top:11.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isQ1n3PuKfuSIuyEKKR3THRNqT0Lft84 { display:block; }
 }@media only screen and (max-width: 763px) { #zH0fvU4iMIOsvIfiXE7f7nVhgEbbgZ2r { top:11.1875rem;left:15.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdQ1at7CnHfHDUMQPWLmozN7szZzxqAt { width:5.25rem;height:1.25rem;top:11.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnnqvXqEKUfvXGJy1ZWc9caIUdbKB0Fi { display:block; }
 }@media only screen and (max-width: 763px) { #zfoc8hZ3eTzeOEwFMr1Jz9cAaFTzqFuU { top:11.1875rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP7CRwZuzhniVaIkuGyCqslhOIxl9gke { width:5.25rem;height:1.25rem;top:11.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dliUDmTvLTD51wwDrnTlyM5opbl0Q9Xw { display:block; }
 }@media only screen and (max-width: 763px) { #qv0eNV0BoJJ4aTlCTS8TcQlVmzvqPxQ3 { top:4.9375rem;left:15.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAOmS4CrmTZ6ZyCpTTJ4SNzTTDB1HQJJ { top:4.9375rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRrO6RgRDxbmI1Kw8vfu4EALEVDWkVXW { top:7.375rem;left:0.375rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxkQMr0hJxSc21l0TFU6hkTTFWg7HIpA { top:7.25rem;left:15.875rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBL3090hwapTd14bOxlgnq9hkdeBZgZG { top:7.3125rem;left:31.75rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgGsM7mREmVqWGHbkaFiG7u619VUkbrn { display:block; }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePILzX9omRU0p9hleBLmrJFz7XJCRxnv { top:1.0625rem;left:0.4375rem;width:11.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAypNhnDPMLQMDoLHDr4wKihW2vm1ov5 { top:3.875rem;left:0rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ac1N7DZ7S4uZ6BsZsBFXd0PXZMNkzf { top:1.25rem;left:15.875rem;width:11.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeG4psS4ILqNsRq44m1DNFSVR81d7TCt { top:3.875rem;left:13rem;width:18.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV9WClcb5HTbTE7dPepkbTGf0nwmfi8I { top:1.25rem;left:31.75rem;width:14.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWdhFK781bvT5n04rX11ROIlql645R3H { top:3.875rem;left:28.875rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa4dfPiQuRuo4SI4ETNR04bdFxrTHir6 { top:1.25rem;left:0rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuZi1HwgORNd9x4EpkdFulv7rTFBaaEe { top:1.25rem;left:15.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmkGBQW5Zet5m5247S3sPGgVG23lcmy5 { top:1.25rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6vqFaNqrw3uhfRdZd0Shrp7QtZlvVAS { top:8.75rem;left:0.125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mETy1c3ZD28hFLhHED9n4cOxZ6HqfkqG { width:5.25rem;height:1.25rem;top:8.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #feKEHTLEz3yNUls05x4Jkn84mgdARUGT { display:block; }
 }@media only screen and (max-width: 763px) { #RTaHNiufX7krdSLUZCRPQh7ET2OisB7i { top:8.75rem;left:15.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvv3Izh0DgMyxMzicFuBhzc487urfnAh { width:5.25rem;height:1.25rem;top:8.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xER4KIDURS4Tpo7MPtFsXkxTN7XuBP5z { display:block; }
 }@media only screen and (max-width: 763px) { #aQg2EIhdx1IbMwTnk68fcHNyKcvkb4k5 { top:8.75rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbdmVBpF7mogDgCygtmqm2l3SlpOvuR8 { width:5.25rem;height:1.25rem;top:8.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVLJNeZsWTFV684pIxIfRQV7tIs0wapb { display:block; }
 }@media only screen and (max-width: 763px) { #rcIecssJ3dw9Nf30lWlEeiJf5lP6D1X7 { top:3.9375rem;left:0.4375rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhmGxPhT4Xg8URQ0cSooX43u2UQoPDT0 { top:4.125rem;left:15.875rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo9rCg3FGwHEtSC1LznmypFyGrp6KMD6 { top:3.9375rem;left:31.75rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 { display:block; }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfNszT7ebJOULWstMuxsVNmxWFdn2BqQ { top:1.3125rem;left:0rem;width:15.5625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdQ5zxO7eLE1AMGCBwTz0GuEA4vFfugi { top:4.875rem;left:0.4609375rem;width:19.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTT617qmh7ZN8TBPSKXQNoGitt4cXUU { top:7.625rem;left:0rem;width:17.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jao1hktHdANZmyHbpUFgtHi1hvXcaOXS { top:4.9375rem;left:15.875rem;width:11.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5R5rl2vfgDpwG7SytOoeCnmVdr9Kklf { top:7.625rem;left:11.8125rem;width:19.9375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG03IxNTGe3ofm7k1hWnlLvc9lXH424t { top:4.9375rem;left:31.75rem;width:15.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTZDsVFrvDVTXKSUvCXf8tckmPdcwMAT { top:7.5625rem;left:29.625rem;width:18.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efVIPqzy3wxzEFbMDp3S1WkVqhrd9uqs { top:3.375rem;left:0rem;width:3.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw0vAr40TGerUBoRabnvXuuRnUK30sdH { top:4.5625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNsGAu5dx3gaDTcOVZJzUQLWFWADlNnw { top:5.125rem;left:15.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc9sEMzfU5yoqf5JO3F4bLE1DchdDTEy { top:5.125rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIuhVI5dobI6LtGPyE8mTRBDzgRz0IL3 { top:13.625rem;left:15.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5OAqqsxqXJmmCPMpOfaV1rAQervPdU1 { width:5.25rem;height:1.25rem;top:13.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMT8Az20gMlFhlfgDAcTxsTIivAJBtEP { display:block; }
 }@media only screen and (max-width: 763px) { #lxvFWAlzAKcMWZB94a4X7qnLOBe7fdQy { top:13.625rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAReO0sdNUzPrmIJ2qAkSMqiHiP9vUZV { width:5.25rem;height:1.25rem;top:13.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXJDENfQFQs1Giysko1KSplgQm7HU8fN { display:block; }
 }@media only screen and (max-width: 763px) { #N0L9nZ3D3mDwlyW4vTMJbKXepScT8I1A { top:7.625rem;left:0.25rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SerBQzUHbnniTJ97rQQsmL5dKaDnZ04v { top:7.625rem;left:15.875rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTRExA3W40uiNpSShFmaZcs1mngvK6zt { top:7.625rem;left:31.75rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EADEtKi0o80aSFIDWi3dNg9239DE1Uag { display:block; }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1MiGfXsuTmDTfcDLJ750wi8Odx9wPHd { width:26.4375rem;height:3.9375rem;top:1.125rem;left:10.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW7UqQI2omg2GDtB9wCNNEL5IIVrvSsh { display:block; }
 }@media only screen and (max-width: 763px) { #QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { display:block; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx { display:block; }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZuMgd2XwiIofimbqtrXoZWGRl0uWApaB { top:6.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKBdgtuuZfoEwn71208oNIPbFvoUSMwC { top:4.9375rem;left:0rem;width:6.25rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKBX1kBspMVJORFtnWa5OLVHce3cFxrn { top:11.1875rem;left:32.8125rem;width:10.0625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #efBTTITPmNLoFqSAt3ahd9FdG3pZFuEK { top:13rem;left:39.3125rem;width:8.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7XW90bPmhzB1mDdvUn1ryU2lkEdcgtO { top:15.4375rem;left:38.9375rem;width:8.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrEWkTVeb9nzJrFxWUwmEDwEcwNamKa9 { top:1.125rem;left:0rem;width:25.6875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur4aDTxyen5nTpddSSk0MbrDMZu6CqXA { top:9.75rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJKyGedSqqMgSJ8CZpiV6T4ZxDw0GPOg { top:12.375rem;left:0rem;width:29.5625rem;height:4.75rem;font-size:1.0625rem;display:block; }#fJKyGedSqqMgSJ8CZpiV6T4ZxDw0GPOg li:before{  }
 }@media only screen and (max-width: 763px) { #kkGWSP3BIeMSudk9JrP2alTGcwq4XQcF { top:12.375rem;left:41.4375rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTk36qPTIRgI7qTOshcwyWJe50dlsB8H { display:block; }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { display:block; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyI7NtkL9SeKPtJ4bRtHbBZa7P3pS2Tq { top:2rem;left:10.125rem;width:28.25rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryET1ih5EZ6ElHWBcPxMQrXZI917ZFu9 { top:7.375rem;left:0rem;width:19.125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf3T49EyJVHTG7GJQ1eZe20zT4qpDmkd { top:10.125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTCes0iTf77zvy1IaHqZnK4bshCILfec { top:17.5rem;left:0rem;width:29.1875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFx5A1RcF9wergDNqUTX4wiqPRVf9OUo { top:19.8125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1sirkKaiER7xs5h4We5pPv8u3NfanzA { width:4.3125rem;height:1.3125rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHf3zZ851WsahETlov5ymxy29KniPk1q { display:block; }
 }@media only screen and (max-width: 763px) { #L76M8QZcDRqeqiHThWf1DOwkpIVEvMvG { top:25.0625rem;left:0rem;width:20.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ3bCmTtL9JOw7VxkoqZZ113toZJRCuf { width:4.3125rem;height:1.3125rem;top:25.25rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mathPhyTvpPimouSTNgBa4iCoas29MAp { display:block; }
 }@media only screen and (max-width: 763px) { #hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl { display:block; }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abJVQtCXTXIEDvrtsfOyTZRaoVT0ABaO { top:5.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKsKkzRpeEWh0cpzpMzE0PZZnmfE0ZUc { top:5.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #msVz4das7batL1ZVM7DU4oo4JmSnIZDS { top:5.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv4qUX9uuL79D3VJMlhD5amZn4vrMgWa { top:4rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StWL9ZoG07UqHeaNxaM9CMOSLBzbHNZt { top:12.9375rem;left:0rem;width:22.375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUi184eWLVs3mT4IUA3hJKwLc19b02t8 { top:10.6875rem;left:0rem;width:3.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzddxitlnwGCUhlZCb6BI3bAtuKDbgBK { top:10.6875rem;left:0rem;width:4.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb28WQ8iDHtOFoDrm6i6V253ypr5AhxJ { top:10.75rem;left:0rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn0V4TOOTPomPXtNGUKRrkySNd65dGCA { top:10.75rem;left:4.625rem;width:1.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTLCM6CaxNZDNeL5vyxGnFkUlkaI9mOd { top:10.6875rem;left:7.8740234375rem;width:5.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPAptoUFz5kBigoMzV85U5q58dlROATu { top:10.75rem;left:14.6865234375rem;width:4.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGN9mdmerTpcavSwgKoFuOADzL8UW24I { top:10.75rem;left:20.125rem;width:9.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIWbmFZrIKhzP9f7KNiJlydhJmnwM8zS { top:10.75rem;left:30.75rem;width:6.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRuWScopiQc28hT1FoEZTpHi1i7cmnEf { top:4.0625rem;left:24.75rem;width:23rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StRO5CK9qMIo1ninf26SBEyXJOwlTISu { top:9.625rem;left:38.9375rem;width:8.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGXTFTqm3vFFOmnI2LLZ6iWbT0OerJRb { top:6.125rem;left:39.3125rem;width:8.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuCMEQot9hXa8zCTlaKK936lOVemqiD0 { top:6.125rem;left:37.6875rem;width:10.0625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kExieXuGFsgvroaBiTSchSKuEVTnFPA5 { top:5.75rem;left:4.625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9KJmP2gobREMuGbiDnVbI514BFsXkwU { top:5.75rem;left:0.5625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xaq7Eee55VBERLnwNdtLzbMQsKJLJfHf { top:5.75rem;left:9.3125rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #COOhxStqa5TDS5A0RTAe9Zl32hndhWxa { position:relative;z-index:auto;background-color:#0076bf;background-image:none;display:block; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { background-color: transparent; background-image: none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container > .video-iframe-container { display: none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row > .video-iframe-container { display: none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .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); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFa3eW1wxKb5AlNEi6G8ScB5CLtsE0Wm { width:7.2485rem;height:1.448975rem;top:1.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toUIBDLASGFv5Ws12K2SKh2C40hUnWVm { width:7.8125rem;height:1.5625rem;top:11.0625rem;left:11rem;font-size:1.0625rem;font-weight:700;font-style:normal;z-index:99999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wwa1ob1A666hVkbxdsT4bp0xS3TbUmLA { display:block; }
 }@media only screen and (max-width: 763px) { #FMDHrxViZ68tsfxt7m4oBo0lC92Mtels { width:7.8125rem;height:1.5625rem;top:7.4375rem;left:11rem;font-size:1.0625rem;font-weight:700;font-style:normal;z-index:99999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ofmhCVcmgGCBZp0OmIMOzJi5qkWHX8 { display:block; }
 }@media only screen and (max-width: 763px) { #CMhABXQU2QTPwHZNrZud4Xp0uFaBJkLz { width:7.8125rem;height:1.5625rem;top:9.3125rem;left:10.875rem;font-size:1.0625rem;font-weight:700;font-style:normal;z-index:99999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #pFpTuPBETyGdUhsrmrCayoo6Gcvs2kki { display:block; }
 }@media only screen and (max-width: 763px) { #ofkFfCa7skFJVRMMVwkg1nNnQQ2uxMMm { top:2.375rem;left:15.625rem;width:3.125rem;height:3.125rem;z-index:100001;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cSGD89qghsM1QZU6Pn7ITKwR0Sud4opl { width:7.8125rem;height:1.5625rem;top:5.625rem;left:11rem;font-size:1.0625rem;font-weight:700;font-style:normal;z-index:100000;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #hKsmozucDfo5BJDmDpZtOK97WprvW9Og { display:block; }
 }@media only screen and (max-width: 763px) { #hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { position:relative;z-index:auto;background-color:#0076bf;background-image:none;display:none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { width:20rem;height:8.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eg61ocAkzk0fl3EqEe5tHxP47ymQ2sAw { width:7.2485rem;height:1.448975rem;top:1.1875rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #niTyO8QZiIuCJ04nXct8Z9ZH3LyCChp6 { width:5.0625rem;height:1.25rem;top:6.25rem;left:14.9375rem;font-size:0.6875rem;font-weight:700;font-style:normal;z-index:99999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;display:none; }
 }@media only screen and (max-width: 763px) { #mNrlTBk6qPXQoQha94nkBaLOZD1TIhST { display:block; }
 }@media only screen and (max-width: 763px) { #HhGiyAXLeLV2uwn4vsvxKCt2REMV1ZPm { width:3.75rem;height:1.5625rem;top:3.5625rem;left:15.59375rem;font-size:0.6875rem;font-weight:700;font-style:normal;z-index:99999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;display:none; }
 }@media only screen and (max-width: 763px) { #PTdm2Q72AxsAtOtw6tRqPAeKRtEWz4S0 { display:block; }
 }@media only screen and (max-width: 763px) { #A3nmTUgW4EdztstvwZem7gHG6v27Uh2V { width:3.75rem;height:1.5625rem;top:4.75rem;left:15.59375rem;font-size:0.6875rem;font-weight:700;font-style:normal;z-index:99999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;display:none; }
 }@media only screen and (max-width: 763px) { #I4qTTppTApXE3pDmeDtDrXcrWL2G1KaZ { display:block; }
 }@media only screen and (max-width: 763px) { #i5weaw4wpOaTK2SFNUBbKsLkVXEfdHDb { width:7.8125rem;height:2.5rem;top:1.1875rem;left:6.0625rem;font-size:0.6875rem;font-weight:700;font-style:normal;z-index:99999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;display:none; }
 }@media only screen and (max-width: 763px) { #Cuqq5XFKHvOTb152QTR4TPBsbN4uFkTz { display:block; }
 }@media only screen and (max-width: 763px) { #M0CAHzLNHJykg3qb7hpenEUywFWLwVrx { width:6.9375rem;height:2.5rem;top:6.0625rem;left:6.5rem;font-size:0.6875rem;font-weight:700;font-style:normal;z-index:99999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;display:none; }
 }@media only screen and (max-width: 763px) { #LxXDE8OaLNBeU4Abq2swwMMFvFrHzrlh { display:block; }
 }@media only screen and (max-width: 763px) { #nSld4KXZHiwbnUezFK0LnaGKf1iJ0KBE { display:block; }#nSld4KXZHiwbnUezFK0LnaGKf1iJ0KBE > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { background-color:#005b94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container { background-color: transparent; background-image: none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container > .video-iframe-container { display: none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row > .video-iframe-container { display: none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .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); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container { border-width: 0; border-radius: 0; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k28g644yd2EXJIil3mx8Szczz1RDrOq5 { width:15.625rem;height:1.625rem;top:2.0625rem;left:0rem;font-size:1.25rem;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KyIS2kzFpvaiNJK5DgdG0huACS2O9FO0 { width:20rem;height:4.875rem;top:4.125rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Lr2UX16FTyRx0NBUDJRRgR6DmrccP3fv { width:14.875rem;height:2.5rem;top:9.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9bPMSHiLXIcUvLmadHTqTedz36LskeA { display:block; }
 }@media only screen and (max-width: 763px) { #csiDGtIyJhKl0scoi7LRKDg4TzNtKAHE { width:20rem;height:2.111325rem;top:13.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuFIwdBbponGe35UTHKlKe7bF3hs9pDc { width:20rem;height:6.09375rem;top:15.9375rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gQJT34fT8X5giChEDosGpQfuIP4GxKKg { top:0.25rem;left:15rem;width:5rem;height:2.25rem;z-index:100017;font-family:arial;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebcJctvCkEEcARh4I87Kt2yMFp3cF2uK { display:block; }
 }@media only screen and (max-width: 763px) { #nZy4lhh9pXzn91f7bOevbiqRSE38bgwb { display:block; }#nZy4lhh9pXzn91f7bOevbiqRSE38bgwb > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6vUG1QBOp3BFKQVG4pDLxowlBSsNAGw { width:14.0625rem;height:6.5rem;top:6.9404296875rem;left:2.93701171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFCeHdzTNes2X9fblG4fHMUHtoXRGm9t { width:3.125rem;height:3.125rem;top:9.583984375rem;left:7.686767578125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nNuzHqmDG7SIrEG6nuPcSk2LWSmpbQxA { width:13.6853125rem;height:6.3733125rem;top:15.8779296875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k91RwvWccNIowwcTATmafxuBahkelxeO { width:3.125rem;height:3.125rem;top:18.34619140625rem;left:7.93701171875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9ZhTkI4Tp8q0BEDip93Z5JoH5XyQBui { width:12.5rem;height:2.5996125rem;top:1.77734375rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0gOyo275AVkIMxSoosi7lnWVuQapCtc { width:13.6853125rem;height:6.3733125rem;top:24.56298828125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nk7dFoZiK3gOoSsTqywsOFbTKCUCzWyF { width:3.125rem;height:3.125rem;top:27.456298828125rem;left:8.275146484375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2EgTqHe4h2SdnJHPgTPbq2pcBqSFGr5 { width:14.0625rem;height:0.124511875rem;top:13.499755859375rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #J1lTUXVsgL24zqgilp5R4psbv4arBsIl { width:13.6853125rem;height:0.124511875rem;top:22.408447265625rem;left:3.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h05qeh04Km3fBCP02MaJ6Rf0rJO4WkgT { width:13.6853125rem;height:0.124511875rem;top:31.0634765625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZPVdKR5rBeyunXsXBU0EWxCs94K3wb0 { width:10.625rem;height:2.37426875rem;top:6.187744140625rem;left:2.5rem;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pU73VmDXVHNEcDozVfwpqVhygvln3ehA { display:block; }
 }@media only screen and (max-width: 763px) { #uduNlZbklbGhOAlopqs9B39xSUVhnM8u { width:9.746125rem;height:2.37426875rem;top:8.687744140625rem;left:2.5rem;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #doVLMezPnrDVvfke8rn2Ry551ktUrnfT { display:block; }
 }@media only screen and (max-width: 763px) { #nsuAUEqMIGd0QEXSbkDvueZf7TnFVq0O { width:9.746125rem;height:2.37426875rem;top:11.25rem;left:2.5rem;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OOaELf3lzy4aJzuiETuR8Tv07v9lAcKN { display:block; }
 }@media only screen and (max-width: 763px) { #BoSCMdMhrELANQoqRz97n1x8MK8v8GD4 { width:0.498046875rem;height:3.125rem;top:1.812744140625rem;left:1.251953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqTxTPiP5DhhQzdAgdVXCQc5koL5hh7T { width:13.6865rem;height:1.21875rem;top:4.343505859375rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwOmlTJF18yOionoaR8hm8B4r94xTwSJ { width:20rem;height:12.5625rem;top:1.248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RohGB5TG20bFh2XHMqGMdbWnpKCeclde { display:block; }#RohGB5TG20bFh2XHMqGMdbWnpKCeclde > .row .container { width:20rem;height:17.564453125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnkX0MKyzWT4zqRZLNWKhb5pqTpZGmnl { width:13.6875rem;height:6.375rem;top:26.875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxJNQE82aly0bJNdG9E4D635VS8afADe { width:13.6853125rem;height:6.3733125rem;top:9.250244140625rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVDlydLyTh2wwozpxiF1H6T7vVdnfSUK { width:12.5rem;height:2.5996125rem;top:1.12548828125rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgSuo1KI7XRnMIlxQgH4kTyfPwVc2NRl { width:13.6853125rem;height:6.3733125rem;top:18.062744140625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZfQtxG1ZpIMDhyTLS8dlKzp3BDOKRu5L { width:14.0625rem;height:0.124511875rem;top:24.312744140625rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrkeLJxq8ZNrNebin032Nx9ZVG1bLSQr { width:13.6853125rem;height:0.124511875rem;top:33.373779296875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oe9OTQopMceQkBVsiNkadVf1X5URHXyH { width:13.6853125rem;height:0.124511875rem;top:15.812255859375rem;left:3.1884765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TO7uon5IpNGBec7E6N1eZgyAAuwTo4B2 { width:0.498046875rem;height:3.125rem;top:1.12548828125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1uIuLKWE6PmkTkMONtQVIFIghpXBCfQ { width:10.5603125rem;height:2.6245125rem;top:6.7490234375rem;left:5.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r9Uu8nLT3tHT9bKngDJf4xlI76kNpzS5 { display:block; }
 }@media only screen and (max-width: 763px) { #GJ23IgopHCPcTRvcJyodWmXk8STFSRdt { width:3.125rem;height:3.125rem;top:6.815185546875rem;left:1.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1WzICRIaCefoJoNf9yvrCXyBMNDANNp { width:12.3730625rem;height:2.68676875rem;top:10.31201171875rem;left:5.312255859375rem;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DtCEiTrdCqS6l9OhH79QGzaiQHOH5k3V { display:block; }
 }@media only screen and (max-width: 763px) { #ekL7M8PFWLdAi0QST0aT89Gkwm9xbbpq { width:3.125rem;height:3.125rem;top:9.877685546875rem;left:1.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS69t4tr4lZ2CvufAWdmNzZfDdVIAf2r { width:13.2483125rem;height:2.1875rem;top:13.690185546875rem;left:5.1875rem;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vqpa7vsnIlXMRGhCVV6TbIeVq6M3tsqA { display:block; }
 }@media only screen and (max-width: 763px) { #GsKSzl9fVfevkE1EsbkkbTln4aI3xpEa { width:3.125rem;height:3.125rem;top:13.12744140625rem;left:1.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD9yFnaPOWhlTrIFReCyZoOI04iL0vsc { width:15.1233125rem;height:2.4375rem;top:3.62548828125rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfsDqrrTvSLrxOXsJ5cewQmrNz3XQSmv { width:20rem;height:17.5rem;top:0.065185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO { display:block; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFWPexz3f4fZsgZpEK2M5SIhB2skoo2m { display:block; }#gFWPexz3f4fZsgZpEK2M5SIhB2skoo2m > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEqyq5E5ex7V2DygCSXHhnIMzR4zuBEc { width:16.25rem;height:2.5996125rem;top:0.2509765625rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOk0kacE2yhGPGfJLMN0QGWLgHLrFe96 { width:8.125rem;height:0.625rem;top:4.1005890625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #So9dpkpG4NZsF81D82t8ycb3d6WxTinC { width:18.1875rem;height:12.5625rem;top:21.373046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEAg15qrveIhTllbkDcyCy9HUL3elzcF { width:17.875rem;height:4.22265rem;top:5.9755859375rem;left:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxqgFzidw1hGy0R7LU2aARtVdHUn5ATI { width:17.625rem;height:7.3896375rem;top:13.9755859375rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os7PPm3EH1kUGapHsiTnUil2FXbcwK9v { width:3.125rem;height:3.125rem;top:10.8505859375rem;left:1.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzLZpWKusGsthxQ2d9dkVgOK7AG8rgyb { width:14.125rem;height:1.625rem;top:11.7880859375rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ38lJfK6O7Nis4iKt1WTKR20CXQ9CGh { display:block; }#gZ38lJfK6O7Nis4iKt1WTKR20CXQ9CGh > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE { display:block; }#WAI8MLrhfJaPDDfv72Qi5cBcOBpxXPTE > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ { display:block; }#c4T6aBn51tJ5EaqkfEBzXgeQnPVQSNsJ > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxT9CyiUP1g5oqbuw3b7HSEFZ3epFmnU { width:16.25rem;height:2.5996125rem;top:0.2509765625rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIJKIISWbM7FNC82Ak0id5csXMouieKt { width:8.125rem;height:0.625rem;top:3.37646484375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLpLErzkTgfrefGemgCKVcTo6mqFraT1 { width:5.625rem;height:2.03125rem;top:5.7509765625rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeUQmGUEONVs2bK2ZnrrlHEvAgRxwui2 { width:8.62425rem;height:2.03125rem;top:10.65625rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHdc2B7XtPIobpilF4TpPG3NXyJkcIkF { width:14.8125rem;height:2.76171875rem;top:12.931640625rem;left:1.3134765625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7WxpVN4evBN37TMlN852yfk4tb5mq6x { width:15.3735rem;height:2.03125rem;top:16.50146484375rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0wpVOUkHTCQNDkQHB59presGQJyBWH4 { width:17.5rem;height:2.5996125rem;top:19.00146484375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #covbckHVB2DB4J3OhpF7wM9u86TBxMKW { width:4.56176875rem;height:1.21875rem;top:20.3076171875rem;left:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlr0uauh82ArBun5T50p6m6w6dQasbZd { width:5.3125rem;height:1.29980625rem;top:20.2509765625rem;left:13.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQViMSJ3S8rNlDhxV2E3egGUP7l9st8m { width:17.5rem;height:5.52344375rem;top:23.9384765625rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOqZmUdCTKGoJV4WagpZCWbrTcL8x1re { width:5.625rem;height:2.03125rem;top:46.0009765625rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrzu9BNSKKBI62iIZsvI2grXWXspopTo { width:14.3125rem;height:2.76171875rem;top:48.3759765625rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9dKx7le5Bab8n7ICXmSwQzsQxgmNw08 { width:16.3125rem;height:2.76171875rem;top:51.0634765625rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2oUfU2SE3rAHLsh5GUzbP7GZkJn1NXF { width:17.312rem;height:2.76171875rem;top:53.7509765625rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaJdReJDhtJ8kDpAJnmlIwvTn1CbMv4T { width:10.9375rem;height:32.625rem;top:41.97021484375rem;left:1.3115234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwLTQeKOyfL4wTllud22yoEhArErsbUk { width:0.12402375rem;height:7.5595625rem;top:91.0078125rem;left:19.8759765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZKC9takJLZxoXuMakdi2Pf2ocTiDDJb1 { width:15.75rem;height:4.875rem;top:31.1884765625rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz3ViQ226sIy5eKIbMr3eTpA53JikDyD { width:1.25rem;height:1.25rem;top:31.34521484375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML9qOsekKrqD2EEShONZJeZGSO22ZWxL { width:1.43555rem;height:1.43555rem;top:31.314697265625rem;left:1.063232421875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUAWCPkhPzvogxASZ3TR4xU8oTJEW05u { width:15.625rem;height:6.9043125rem;top:37.1884765625rem;left:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNMIzfKHkrE4PwdsPMQcz5DOBXEiIWoP { width:18.6875rem;height:14rem;top:30.6259765625rem;left:0.625rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #htSnxBVSNuy0uVhnXe3PKHKAyzrkNPMs { width:3.125rem;height:3.125rem;top:71.3232421875rem;left:16.875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wk2xOS86z8pQaooerak2k447EfMP2dIC { width:0.124511875rem;height:7.5rem;top:67.37548828125rem;left:18.56201171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vA55o5xHeOaz4ISexBgkO2gfXOqzZxHe { width:5.3125rem;height:0.12402375rem;top:101.4384765625rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #usGyX6RWmxBQiAvd2D1z0zC8lyHuDnPa { width:19.746125rem;height:2.8735375rem;top:72.06787109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PikrrLMyX57WVJyxCvfbOyLPNJTt5qPT { width:10.9980625rem;height:1.5625rem;top:8.185546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssqnTi8WAcANi1FFOp1Eaz45bGCTMxtc { display:block; }
 }@media only screen and (max-width: 763px) { #gknh5AFnwQWXhrMOqi8Dyy2EwXDQbbsT { width:6.4375rem;height:1.3808625rem;top:8.3037109375rem;left:7.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLbSNLb5akAPVb6QlTvfnTntwXV3hNNA { width:16.0625rem;height:8.625rem;top:16.12548828125rem;left:0.595703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #av3KbdngmNsy2sx3pFXVrkqVzKXsWA52 { width:11.125rem;height:1.4619125rem;top:66.0751953125rem;left:4.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKPy8BsmitMLLCXdJWUJJsfnKTXq7Fov { width:11.125rem;height:1.4619125rem;top:68.8486328125rem;left:4.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NMuM3iJuNn9g45XnIskI4hvUCfhTNLxM { width:9rem;height:2.1875rem;top:12.375rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { display:block; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr { display:block; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDIEkNvaAfG3v5bu2yPASB7KHz9OwJCT { width:16.75rem;height:2.5996125rem;top:0.1884765625rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKV6g4tgsNNCZIK9UD8WskIm6c4VywLl { width:8.125rem;height:0.625rem;top:3.314208984375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJFc4moFWDgtEr8cVpDoDmmJbJkAfmIJ { width:17.5625rem;height:6.90429375rem;top:5.2841796875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDhZp1wauxCeunvT5fHMTfyIq4x4kMwr { width:17.6245rem;height:5.19921875rem;top:12.564697265625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP { display:block; }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viUFnGHFvTBGSl0ATplTp3VbITMBvo20 { width:12.749rem;height:2.03125rem;top:1.1591796875rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf2WnzTac2OC2m0EAzmbxXyQRkzhADyw { width:17.5rem;height:1.21875rem;top:3.82666015625rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmt0r1hXQtbBaD828PU88LrGxuAImK0d { width:16.25rem;height:5.5234375rem;top:6.25rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WclGidUeoGlx1ix5qUVcgKiPGakx1dke { width:12.1875rem;height:1.3808625rem;top:15.05712890625rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5kqAi3fOEX45TTIbsgASIv54VcnHKCT { width:16.3125rem;height:5.5234375rem;top:17.5rem;left:2.5634765625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuwtWGGXNkze4s3DawJirEe2yQShuV4l { width:4.0625rem;height:0.3125rem;top:3.190673828125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9vtyKJtqICRhzxvSs5UnQgzPKzOGg79 { width:1.875rem;height:1.875rem;top:3.5654296875rem;left:0.811767578125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyw4zDd7L8QRi5RbmybzMnWn2ZGZyIfV { width:1.25rem;height:1.25rem;top:15rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLyKP8F4FzpbwAQWs8HHCE3H7cEpM9m1 { width:1.25rem;height:1.25rem;top:23.75rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBLcpmzKbia2ysyoAFVp3zbrQkA2f4JM { width:5.249025rem;height:1.25rem;top:23.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7iXLLctJ5pyxqTbwmIKVTSOTfSppvCv { display:block; }
 }@media only screen and (max-width: 763px) { #xeAe4qmSIWzfS3uh5m6VdU9Fms8e24pE { width:0.185546875rem;height:3.125rem;top:6.25rem;left:1.8134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7Tt4MlnapLNyAe0FOpuL7mPmxNIgXW8 { width:0.185546875rem;height:3.125rem;top:17.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFIxeTlnTRcaKl40zTdcMqRGdlCHRZTT { width:5.249025rem;height:1.25rem;top:13.12744140625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBSMnZLPGT3ylxeZgCbDVLnm3kUqtto9 { display:block; }
 }@media only screen and (max-width: 763px) { #zmcgIx2CKrngWETyvM5insJa7HMtf2kC { width:1.25rem;height:1.25rem;top:13.12744140625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgN1B4reCOBb7H6sMlNVwM9gyshifd2F { display:block; }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F > .row .container { width:20rem;height:30.001953125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJtZaKR3aVq6daQaIT1g44ypFFpSnvg9 { width:18.81225rem;height:2.03125rem;top:1.25244140625rem;left:1.187744140625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSPsvHGBTPBTnWX0uM4RPTRxQxhHQrSO { width:11.4355625rem;height:1.3808625rem;top:4.9970703125rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpybbGCBqTOTxvWuMWcwvnqZaNor9miR { width:17.5rem;height:4.14258125rem;top:7.50244140625rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swbEd6If10T3R8RbI5NkHEvowiR0Og4P { width:11.4355625rem;height:1.3808625rem;top:13.74609375rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNmPTzFb1AGf80XTvIuWx0Nur0T7MFat { width:16.12425rem;height:2.76171875rem;top:16.25244140625rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alXT8DCJUROX7Al5rSItny5EsMlCZQLd { width:11.4355625rem;height:1.3808625rem;top:22.3095703125rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W83PewMyulsyzrNdHXfE7QeMOHT5p9Jp { width:17.4365rem;height:2.76171875rem;top:25.00244140625rem;left:2.5634765625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLBJH37FNXXDM1Z41RR3FHpJTEz1aMcy { width:4.0625rem;height:0.3125rem;top:3.43994140625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiMCQMkSz4JTXvNiu05oBS4QaofBVhWn { width:1.875rem;height:1.875rem;top:4.62744140625rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJTOyLs23d95udx1BwkWmgAhQAzbTlCx { width:1.25rem;height:1.25rem;top:11.25244140625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk2PoTygeKLZaOyzOILccfU3iz3h4mfx { width:5.249025rem;height:1.25rem;top:11.25244140625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #isQ1n3PuKfuSIuyEKKR3THRNqT0Lft84 { display:block; }
 }@media only screen and (max-width: 763px) { #zH0fvU4iMIOsvIfiXE7f7nVhgEbbgZ2r { width:1.25rem;height:1.25rem;top:20.00244140625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdQ1at7CnHfHDUMQPWLmozN7szZzxqAt { width:5.249025rem;height:1.25rem;top:20.00244140625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnnqvXqEKUfvXGJy1ZWc9caIUdbKB0Fi { display:block; }
 }@media only screen and (max-width: 763px) { #zfoc8hZ3eTzeOEwFMr1Jz9cAaFTzqFuU { width:1.25rem;height:1.25rem;top:28.75244140625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP7CRwZuzhniVaIkuGyCqslhOIxl9gke { width:5.249025rem;height:1.25rem;top:28.75244140625rem;left:3.749755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dliUDmTvLTD51wwDrnTlyM5opbl0Q9Xw { display:block; }
 }@media only screen and (max-width: 763px) { #qv0eNV0BoJJ4aTlCTS8TcQlVmzvqPxQ3 { width:1.25rem;height:1.25rem;top:13.75244140625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAOmS4CrmTZ6ZyCpTTJ4SNzTTDB1HQJJ { width:1.25rem;height:1.25rem;top:22.50244140625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRrO6RgRDxbmI1Kw8vfu4EALEVDWkVXW { width:0.185546875rem;height:3.125rem;top:7.50244140625rem;left:1.8134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxkQMr0hJxSc21l0TFU6hkTTFWg7HIpA { width:0.185546875rem;height:3.125rem;top:16.25244140625rem;left:1.8759765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBL3090hwapTd14bOxlgnq9hkdeBZgZG { width:0.185546875rem;height:3.125rem;top:25.00244140625rem;left:1.8134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgGsM7mREmVqWGHbkaFiG7u619VUkbrn { display:block; }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePILzX9omRU0p9hleBLmrJFz7XJCRxnv { width:11.4355625rem;height:1.3808625rem;top:1.18505859375rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAypNhnDPMLQMDoLHDr4wKihW2vm1ov5 { width:16.1865rem;height:4.142575rem;top:3.6279296875rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ac1N7DZ7S4uZ6BsZsBFXd0PXZMNkzf { width:11.4355625rem;height:1.3808625rem;top:9.747314453125rem;left:2.5009765625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeG4psS4ILqNsRq44m1DNFSVR81d7TCt { width:16.3125rem;height:5.5234375rem;top:12.440185546875rem;left:2.5634765625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV9WClcb5HTbTE7dPepkbTGf0nwmfi8I { width:14.4983125rem;height:1.3808625rem;top:21.183837890625rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWdhFK781bvT5n04rX11ROIlql645R3H { width:17.6875rem;height:2.76171875rem;top:23.690185546875rem;left:2.5634765625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa4dfPiQuRuo4SI4ETNR04bdFxrTHir6 { width:1.25rem;height:1.25rem;top:1.1279296875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuZi1HwgORNd9x4EpkdFulv7rTFBaaEe { width:1.25rem;height:1.25rem;top:9.940185546875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmkGBQW5Zet5m5247S3sPGgVG23lcmy5 { width:1.25rem;height:1.25rem;top:21.190185546875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6vqFaNqrw3uhfRdZd0Shrp7QtZlvVAS { width:1.25rem;height:1.25rem;top:7.440185546875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mETy1c3ZD28hFLhHED9n4cOxZ6HqfkqG { width:5.249025rem;height:1.25rem;top:7.440185546875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #feKEHTLEz3yNUls05x4Jkn84mgdARUGT { display:block; }
 }@media only screen and (max-width: 763px) { #RTaHNiufX7krdSLUZCRPQh7ET2OisB7i { width:1.25rem;height:1.25rem;top:18.690185546875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvv3Izh0DgMyxMzicFuBhzc487urfnAh { width:5.249025rem;height:1.25rem;top:18.690185546875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xER4KIDURS4Tpo7MPtFsXkxTN7XuBP5z { display:block; }
 }@media only screen and (max-width: 763px) { #aQg2EIhdx1IbMwTnk68fcHNyKcvkb4k5 { width:1.25rem;height:1.25rem;top:27.440185546875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbdmVBpF7mogDgCygtmqm2l3SlpOvuR8 { width:5.249025rem;height:1.25rem;top:27.440185546875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVLJNeZsWTFV684pIxIfRQV7tIs0wapb { display:block; }
 }@media only screen and (max-width: 763px) { #rcIecssJ3dw9Nf30lWlEeiJf5lP6D1X7 { width:0.185546875rem;height:3.125rem;top:3.6904296875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhmGxPhT4Xg8URQ0cSooX43u2UQoPDT0 { width:0.185546875rem;height:3.125rem;top:12.377685546875rem;left:1.8134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo9rCg3FGwHEtSC1LznmypFyGrp6KMD6 { width:0.185546875rem;height:3.125rem;top:23.690185546875rem;left:1.8759765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 { display:block; }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfNszT7ebJOULWstMuxsVNmxWFdn2BqQ { width:13.5rem;height:2.03125rem;top:1.21875rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdQ5zxO7eLE1AMGCBwTz0GuEA4vFfugi { width:11.4355625rem;height:2.76171875rem;top:4.3095703125rem;left:2.6884765625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTT617qmh7ZN8TBPSKXQNoGitt4cXUU { width:15.5625rem;height:2.76171875rem;top:6.87744140625rem;left:2.750244140625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jao1hktHdANZmyHbpUFgtHi1hvXcaOXS { width:11.4355625rem;height:1.3808625rem;top:15.55859375rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5R5rl2vfgDpwG7SytOoeCnmVdr9Kklf { width:16.25rem;height:5.5234375rem;top:18.12744140625rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG03IxNTGe3ofm7k1hWnlLvc9lXH424t { width:11.4355625rem;height:2.76171875rem;top:26.80859375rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTZDsVFrvDVTXKSUvCXf8tckmPdcwMAT { width:16.62475rem;height:2.76171875rem;top:29.37744140625rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efVIPqzy3wxzEFbMDp3S1WkVqhrd9uqs { width:4.0625rem;height:0.3125rem;top:3.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw0vAr40TGerUBoRabnvXuuRnUK30sdH { width:1.875rem;height:1.875rem;top:4.00244140625rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNsGAu5dx3gaDTcOVZJzUQLWFWADlNnw { width:1.25rem;height:1.25rem;top:15.675048828125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc9sEMzfU5yoqf5JO3F4bLE1DchdDTEy { width:1.25rem;height:1.25rem;top:26.87744140625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIuhVI5dobI6LtGPyE8mTRBDzgRz0IL3 { width:1.25rem;height:1.25rem;top:24.37744140625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5OAqqsxqXJmmCPMpOfaV1rAQervPdU1 { width:5.249025rem;height:1.25rem;top:24.37744140625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMT8Az20gMlFhlfgDAcTxsTIivAJBtEP { display:block; }
 }@media only screen and (max-width: 763px) { #lxvFWAlzAKcMWZB94a4X7qnLOBe7fdQy { width:1.25rem;height:1.25rem;top:33.12744140625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAReO0sdNUzPrmIJ2qAkSMqiHiP9vUZV { width:5.249025rem;height:1.25rem;top:33.12744140625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXJDENfQFQs1Giysko1KSplgQm7HU8fN { display:block; }
 }@media only screen and (max-width: 763px) { #N0L9nZ3D3mDwlyW4vTMJbKXepScT8I1A { width:0.185546875rem;height:3.125rem;top:6.87744140625rem;left:1.8134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SerBQzUHbnniTJ97rQQsmL5dKaDnZ04v { width:0.185546875rem;height:3.125rem;top:18.12744140625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTRExA3W40uiNpSShFmaZcs1mngvK6zt { width:0.185546875rem;height:3.125rem;top:29.37744140625rem;left:1.8134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EADEtKi0o80aSFIDWi3dNg9239DE1Uag { display:block; }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1MiGfXsuTmDTfcDLJ750wi8Odx9wPHd { width:19rem;height:2.5rem;top:1.25rem;left:0.499267578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW7UqQI2omg2GDtB9wCNNEL5IIVrvSsh { display:block; }
 }@media only screen and (max-width: 763px) { #QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { display:block; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx { display:block; }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZuMgd2XwiIofimbqtrXoZWGRl0uWApaB { width:17.56225rem;height:8.2851625rem;top:3.8125rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKBdgtuuZfoEwn71208oNIPbFvoUSMwC { width:8.125rem;height:0.625rem;top:2.560546875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKBX1kBspMVJORFtnWa5OLVHce3cFxrn { width:8.9375rem;height:6.375rem;top:20.5615234375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efBTTITPmNLoFqSAt3ahd9FdG3pZFuEK { width:9.3125rem;height:2.75rem;top:21.373291015625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7XW90bPmhzB1mDdvUn1ryU2lkEdcgtO { width:9.625rem;height:3.625rem;top:23.873291015625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrEWkTVeb9nzJrFxWUwmEDwEcwNamKa9 { width:8.25rem;height:2.5996125rem;top:0rem;left:6.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur4aDTxyen5nTpddSSk0MbrDMZu6CqXA { width:13.81225rem;height:1.3808625rem;top:11.8681640625rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJKyGedSqqMgSJ8CZpiV6T4ZxDw0GPOg { width:17.75rem;height:6.1484375rem;top:13.3125rem;left:1.0625rem;font-size:1.0625rem;display:block; }#fJKyGedSqqMgSJ8CZpiV6T4ZxDw0GPOg li:before{  }
 }@media only screen and (max-width: 763px) { #kkGWSP3BIeMSudk9JrP2alTGcwq4XQcF { width:6.308625rem;height:6.308625rem;top:19.75rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTk36qPTIRgI7qTOshcwyWJe50dlsB8H { display:block; }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { background-color: transparent; background-image: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container > .video-iframe-container { display: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row > .video-iframe-container { display: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .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); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { border-width: 0; border-radius: 0; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyI7NtkL9SeKPtJ4bRtHbBZa7P3pS2Tq { width:20rem;height:2.4375rem;top:1.3125rem;left:0rem;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ryET1ih5EZ6ElHWBcPxMQrXZI917ZFu9 { width:11.43675rem;height:1.40625rem;top:6.2509765625rem;left:1.25rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zf3T49EyJVHTG7GJQ1eZe20zT4qpDmkd { width:17.5rem;height:15.9375rem;top:7.937744140625rem;left:1.25rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fTCes0iTf77zvy1IaHqZnK4bshCILfec { width:11.499rem;height:1.40625rem;top:24.9072265625rem;left:1.25rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yFx5A1RcF9wergDNqUTX4wiqPRVf9OUo { width:17.5rem;height:6.375rem;top:26.0634765625rem;left:1.25rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T1sirkKaiER7xs5h4We5pPv8u3NfanzA { width:4.3125rem;height:1.5625rem;top:30.9560546875rem;left:8.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHf3zZ851WsahETlov5ymxy29KniPk1q { display:block; }
 }@media only screen and (max-width: 763px) { #L76M8QZcDRqeqiHThWf1DOwkpIVEvMvG { width:17.4375rem;height:3.1875rem;top:33.0634765625rem;left:1.25rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bZ3bCmTtL9JOw7VxkoqZZ113toZJRCuf { width:4.311525rem;height:1.62475625rem;top:34.688232421875rem;left:4.749755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mathPhyTvpPimouSTNgBa4iCoas29MAp { display:block; }
 }@media only screen and (max-width: 763px) { #hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl { position:relative;z-index:auto;display:block; }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abJVQtCXTXIEDvrtsfOyTZRaoVT0ABaO { width:2.5rem;height:2.5rem;top:20.87548828125rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKsKkzRpeEWh0cpzpMzE0PZZnmfE0ZUc { width:2.5rem;height:2.5rem;top:20.81298828125rem;left:4.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #msVz4das7batL1ZVM7DU4oo4JmSnIZDS { width:2.5rem;height:2.5rem;top:20.81298828125rem;left:6.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv4qUX9uuL79D3VJMlhD5amZn4vrMgWa { width:12.5rem;height:1.13736875rem;top:19.300537109375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StWL9ZoG07UqHeaNxaM9CMOSLBzbHNZt { width:17.7478125rem;height:2.2734375rem;top:34.4140625rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sUi184eWLVs3mT4IUA3hJKwLc19b02t8 { width:4.936525rem;height:1.13736875rem;top:24.237060546875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BzddxitlnwGCUhlZCb6BI3bAtuKDbgBK { width:5.3125rem;height:1.13736875rem;top:25.487060546875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zb28WQ8iDHtOFoDrm6i6V253ypr5AhxJ { width:3.999025rem;height:1.13736875rem;top:26.737060546875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kn0V4TOOTPomPXtNGUKRrkySNd65dGCA { width:2.5rem;height:1.13736875rem;top:27.987060546875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTLCM6CaxNZDNeL5vyxGnFkUlkaI9mOd { width:7.1228125rem;height:1.13736875rem;top:29.237060546875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tPAptoUFz5kBigoMzV85U5q58dlROATu { width:4.6875rem;height:1.13736875rem;top:30.4248046875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yGN9mdmerTpcavSwgKoFuOADzL8UW24I { width:10.683625rem;height:1.13736875rem;top:31.6748046875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yIWbmFZrIKhzP9f7KNiJlydhJmnwM8zS { width:4.87426875rem;height:1.13736875rem;top:32.9248046875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BRuWScopiQc28hT1FoEZTpHi1i7cmnEf { width:20rem;height:1.13736875rem;top:1.174560546875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StRO5CK9qMIo1ninf26SBEyXJOwlTISu { width:9.6228125rem;height:3.62426875rem;top:14.87548828125rem;left:5.7509765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGXTFTqm3vFFOmnI2LLZ6iWbT0OerJRb { width:8.496125rem;height:2.749025rem;top:11.75048828125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuCMEQot9hXa8zCTlaKK936lOVemqiD0 { width:10.625rem;height:7.9358125rem;top:3.00048828125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kExieXuGFsgvroaBiTSchSKuEVTnFPA5 { width:2.5rem;height:2.5rem;top:20.87548828125rem;left:12.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9KJmP2gobREMuGbiDnVbI514BFsXkwU { width:2.5rem;height:2.5rem;top:20.81298828125rem;left:9.811279296875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xaq7Eee55VBERLnwNdtLzbMQsKJLJfHf { width:2.5rem;height:2.5rem;top:20.87548828125rem;left:15.625rem;font-size:1.75rem;display:block; }
 }